@sonic-equipment/ui 167.0.0 → 169.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.
- package/dist/algolia/algolia-sonic-searchclient.d.ts +2 -1
- package/dist/algolia/algolia-sonic-searchclient.js +2 -2
- package/dist/background-overlay/background-overlay-manager.js +6 -0
- package/dist/background-overlay/background-overlay.d.ts +1 -1
- package/dist/base.css +59 -1
- package/dist/buttons/link/link.d.ts +1 -1
- package/dist/buttons/link/link.js +6 -4
- package/dist/cart-totals/cart-totals.js +1 -0
- package/dist/collapsables/accordion/accordion-item.js +3 -2
- package/dist/collapsables/cascading-component/cascading-component-container-context.js +1 -0
- package/dist/collapsables/cascading-component/cascading-component-container-provider.js +1 -0
- package/dist/collapsables/cascading-component/cascading-component-container.js +1 -0
- package/dist/collapsables/cascading-component/cascading-component.js +1 -0
- package/dist/collapsables/unmounter/unmounter.js +1 -0
- package/dist/config.js +12 -11
- package/dist/country-select/country-select.js +1 -0
- package/dist/country-selector/connected-country-selector.d.ts +6 -6
- package/dist/display/price/price.js +1 -0
- package/dist/drawer/drawer.d.ts +3 -2
- package/dist/drawer/drawer.js +15 -3
- package/dist/drawer/drawer.module.css.js +1 -1
- package/dist/drawer/use-drawer.js +1 -6
- package/dist/exports.d.ts +15 -5
- package/dist/footer/connected-footer.d.ts +6 -0
- package/dist/footer/connected-footer.js +13 -0
- package/dist/footer/footer.d.ts +8 -4
- package/dist/footer/footer.js +23 -2
- package/dist/footer/footer.model.d.ts +3 -15
- package/dist/forms/form/form.js +1 -0
- package/dist/forms/text-field/password-reveal-toggle/password-reveal-toggle.js +1 -0
- package/dist/global-search/global-search-provider/global-search-provider.d.ts +0 -6
- package/dist/global-search/global-search-provider/global-search-provider.js +3 -9
- package/dist/global-search/global-search-provider/use-search-disclosure.d.ts +1 -6
- package/dist/global-search/global-search-provider/use-search-disclosure.js +5 -9
- package/dist/global-search/global-search.d.ts +3 -1
- package/dist/global-search/global-search.js +7 -6
- package/dist/header/buttons/account/connected-account-button.d.ts +7 -0
- package/dist/header/buttons/account/connected-account-button.js +14 -0
- package/dist/header/buttons/cart/connected-cart-button.d.ts +7 -0
- package/dist/header/buttons/cart/connected-cart-button.js +14 -0
- package/dist/header/buttons/favorites/connected-favorites-button.d.ts +7 -0
- package/dist/header/buttons/favorites/connected-favorites-button.js +13 -0
- package/dist/header/{hamburger-button → buttons/hamburger}/hamburger-button.d.ts +2 -1
- package/dist/header/buttons/hamburger/hamburger-button.js +13 -0
- package/dist/header/buttons/hamburger/hamburger-button.module.css.js +3 -0
- package/dist/header/buttons/search/search-button.d.ts +7 -0
- package/dist/header/buttons/search/search-button.js +12 -0
- package/dist/header/connected-header.d.ts +5 -0
- package/dist/header/connected-header.js +12 -0
- package/dist/header/drawers/desktop-navigation-drawer.d.ts +8 -0
- package/dist/header/drawers/desktop-navigation-drawer.js +12 -0
- package/dist/header/drawers/desktop-navigation-drawer.module.css.js +3 -0
- package/dist/header/drawers/mobile-navigation-drawer.d.ts +7 -0
- package/dist/header/drawers/mobile-navigation-drawer.js +10 -0
- package/dist/header/drawers/mobile-navigation-drawer.module.css.js +3 -0
- package/dist/header/drawers/search-drawer.d.ts +5 -0
- package/dist/header/drawers/search-drawer.js +9 -0
- package/dist/header/header-layout/header-layout.d.ts +2 -1
- package/dist/header/header-layout/header-layout.js +3 -2
- package/dist/header/header-layout/header-layout.module.css.js +1 -1
- package/dist/header/header.d.ts +4 -2
- package/dist/header/header.js +64 -5
- package/dist/header/header.module.css.js +3 -0
- package/dist/header/link-list/navigation-link-list.d.ts +3 -2
- package/dist/header/link-list/navigation-link-list.js +3 -3
- package/dist/header/link-list/navigation-link-list.module.css.js +1 -1
- package/dist/header/sonic-logo/sonic-logo.d.ts +2 -1
- package/dist/header/sonic-logo/sonic-logo.js +4 -2
- package/dist/index.js +17 -6
- package/dist/intl/missing-translation-provider.js +1 -0
- package/dist/intl/translation-id.d.ts +1 -1
- package/dist/lists/menu-list/menu-list-back-button.js +1 -0
- package/dist/lists/menu-list/menu-list-item.d.ts +9 -21
- package/dist/lists/menu-list/menu-list-item.js +3 -8
- package/dist/lists/menu-list/menu-list.js +1 -0
- package/dist/lists/orderline-list/orderline-list.js +2 -2
- package/dist/media/zoom-image/zoom-image.js +1 -0
- package/dist/navigation/account-icon/account-icon.js +1 -0
- package/dist/navigation/cart-icon/cart-icon.js +2 -1
- package/dist/navigation/favorite-icon/favorite-icon.js +1 -0
- package/dist/navigation/mobile-navigation/mobile-navigation.d.ts +6 -3
- package/dist/navigation/mobile-navigation/mobile-navigation.js +8 -3
- package/dist/navigation/mobile-navigation/mobile-navigation.module.css.js +3 -0
- package/dist/navigation/panel-navigation/panel-navigation.d.ts +4 -16
- package/dist/navigation/panel-navigation/panel-navigation.js +5 -5
- package/dist/notifications/announcements/announcement-list.d.ts +7 -0
- package/dist/notifications/announcements/announcement-list.js +26 -0
- package/dist/notifications/announcements/announcement-list.module.css.js +3 -0
- package/dist/notifications/announcements/announcement.d.ts +2 -1
- package/dist/notifications/announcements/announcement.js +7 -3
- package/dist/notifications/announcements/announcement.module.css.js +1 -1
- package/dist/notifications/announcements/connected-announcement-list.d.ts +3 -0
- package/dist/notifications/announcements/connected-announcement-list.js +22 -0
- package/dist/notifications/announcements/use-filter-announcements.d.ts +2 -0
- package/dist/notifications/announcements/use-filter-announcements.js +35 -0
- package/dist/observers/intersection-observer.js +1 -0
- package/dist/pages/account/create-account-page/create-account-page.js +1 -0
- package/dist/pages/account/layouts/sign-in-page-layout/sign-in-page-layout.js +1 -0
- package/dist/pages/account/sign-in-page/sign-in-page.js +1 -0
- package/dist/pages/checkout/cart-page/cart-page.js +2 -1
- package/dist/pages/checkout/cart-page/components/empty-cart-page.js +1 -0
- package/dist/pages/checkout/components/billing-and-invoice-information.js +1 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/checkout-page-layout.js +2 -1
- package/dist/pages/checkout/order-confirmation-page/order-confirmation-page-content.js +1 -0
- package/dist/pages/checkout/order-confirmation-page/order-confirmation-page.js +1 -0
- package/dist/pages/checkout/payment-page/components/adyen-payment.js +1 -0
- package/dist/pages/checkout/payment-page/components/payment.js +1 -0
- package/dist/pages/checkout/payment-page/payment-page-content.js +2 -1
- package/dist/pages/checkout/payment-page/payment-page.js +1 -0
- package/dist/pages/checkout/shipping-page/components/currency-change-dialog.js +1 -0
- package/dist/pages/checkout/shipping-page/components/edit-address-form.js +1 -0
- package/dist/pages/checkout/shipping-page/components/readonly-address.js +1 -0
- package/dist/pages/checkout/shipping-page/components/sonic-address.js +1 -0
- package/dist/pages/checkout/shipping-page/shipping-page-content.js +2 -1
- package/dist/pages/checkout/shipping-page/shipping-page.js +1 -0
- package/dist/pages/components/page-meta-data/page-meta-data.js +4 -0
- package/dist/pages/product/product-details-page/components/product-details-panel/product-details-panel.js +1 -0
- package/dist/shared/api/bff/hooks/use-fetch-navigation-links.d.ts +2 -0
- package/dist/shared/api/bff/hooks/use-fetch-navigation-links.js +15 -0
- package/dist/shared/api/bff/model/bff.model.d.ts +30 -0
- package/dist/shared/api/bff/services/bff-service.d.ts +7 -1
- package/dist/shared/api/bff/services/bff-service.js +8 -1
- package/dist/shared/feature-flags/use-feature-flags.d.ts +1 -0
- package/dist/shared/feature-flags/use-feature-flags.js +1 -0
- package/dist/shared/ga/data-layer.js +4 -3
- package/dist/shared/hooks/use-mutation-observer.d.ts +3 -0
- package/dist/shared/hooks/use-mutation-observer.js +27 -0
- package/dist/shared/hooks/use-resize-observer.js +7 -1
- package/dist/shared/hooks/use-watch-css-property.js +1 -1
- package/dist/shared/routing/route-button.d.ts +1 -1
- package/dist/shared/routing/route-icon-button.d.ts +1 -1
- package/dist/shared/routing/route-link.d.ts +1 -1
- package/dist/shared/routing/with-routing.d.ts +2 -2
- package/dist/shared/routing/with-routing.js +5 -4
- package/dist/shared/utils/css.js +53 -0
- package/dist/styles.css +696 -476
- package/dist/toast/toast-provider.js +1 -0
- package/dist/tooltip/tooltip.js +1 -0
- package/dist/typography/heading/heading.js +1 -0
- package/package.json +1 -1
- package/dist/header/cart-icon/connected-cart-icon.d.ts +0 -3
- package/dist/header/cart-icon/connected-cart-icon.js +0 -14
- package/dist/header/hamburger-button/hamburger-button.js +0 -14
- package/dist/header/hamburger-button/hamburger-button.module.css.js +0 -3
- package/dist/notifications/announcements/announcement-provider.d.ts +0 -1
- package/dist/notifications/announcements/announcement-provider.js +0 -29
- package/dist/notifications/announcements/announcement-provider.module.css.js +0 -3
- package/dist/notifications/announcements/connected-announcement.d.ts +0 -5
- package/dist/notifications/announcements/connected-announcement.js +0 -27
- package/dist/shared/api/bff/model/announcement.model.d.ts +0 -12
- 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
|
-
--
|
|
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
|
|
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
|
|
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
|
|
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
|
-
--
|
|
4571
|
-
--transition-duration
|
|
4572
|
-
--
|
|
4573
|
-
--
|
|
4574
|
-
--
|
|
4575
|
-
--
|
|
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
|
-
--
|
|
4595
|
-
--
|
|
4596
|
-
--
|
|
4597
|
-
--
|
|
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
|
-
--
|
|
4607
|
-
--
|
|
4608
|
-
--
|
|
4609
|
-
--
|
|
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
|
-
|
|
4619
|
-
|
|
4620
|
-
--
|
|
4621
|
-
--
|
|
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-
|
|
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(--
|
|
4671
|
-
var(--transition-timing-function);
|
|
4689
|
+
transition: transform var(--duration) var(--timing-function);
|
|
4672
4690
|
}
|
|
4673
4691
|
|
|
4674
4692
|
.footer-module-YzJ68 {
|
|
@@ -5502,13 +5520,9 @@ 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
|
-
height: calc(100dvh - var(--header-
|
|
5525
|
+
height: calc(100dvh - var(--header-bottom) - var(--search-input-height));
|
|
5512
5526
|
box-sizing: border-box;
|
|
5513
5527
|
background-color: var(--color-white);
|
|
5514
5528
|
box-shadow: var(--box-shadow-heavy);
|
|
@@ -5533,8 +5547,7 @@ button.swiper-pagination-bullet {
|
|
|
5533
5547
|
}
|
|
5534
5548
|
|
|
5535
5549
|
.global-search-module-d2g2F {
|
|
5536
|
-
|
|
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,266 +5583,76 @@ button.swiper-pagination-bullet {
|
|
|
5575
5583
|
transform: translateY(-100%);
|
|
5576
5584
|
}
|
|
5577
5585
|
|
|
5578
|
-
.hamburger-button-module-
|
|
5579
|
-
--
|
|
5580
|
-
--
|
|
5581
|
-
--
|
|
5582
|
-
|
|
5583
|
-
position: relative;
|
|
5584
|
-
display: block;
|
|
5585
|
-
width: var(--width);
|
|
5586
|
-
border: none;
|
|
5587
|
-
aspect-ratio: 1;
|
|
5588
|
-
background: none;
|
|
5589
|
-
cursor: pointer;
|
|
5590
|
-
}
|
|
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;
|
|
5602
|
-
}
|
|
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
|
-
}
|
|
5608
|
-
|
|
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
|
-
}
|
|
5615
|
-
|
|
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
|
-
}
|
|
5620
|
-
|
|
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;
|
|
5625
|
-
}
|
|
5626
|
-
|
|
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;
|
|
5631
|
-
}
|
|
5632
|
-
|
|
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;
|
|
5637
|
-
}
|
|
5638
|
-
|
|
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);
|
|
5586
|
+
.hamburger-button-module-W6FPI {
|
|
5587
|
+
--size: 24px;
|
|
5588
|
+
--duration: var(--transition-duration-short);
|
|
5589
|
+
--timing-function: ease-in-out;
|
|
5647
5590
|
}
|
|
5648
5591
|
|
|
5649
|
-
.
|
|
5650
|
-
|
|
5592
|
+
.hamburger-button-module-W6FPI .hamburger-button-module-2h4ML {
|
|
5593
|
+
position: relative;
|
|
5594
|
+
display: grid;
|
|
5651
5595
|
box-sizing: border-box;
|
|
5652
|
-
|
|
5653
|
-
|
|
5654
|
-
.header-layout-module-VlTuk .header-layout-module-oKPyL {
|
|
5655
|
-
inline-size: min(var(--space-100), 100%);
|
|
5656
|
-
justify-self: center;
|
|
5657
|
-
}
|
|
5658
|
-
|
|
5659
|
-
.header-layout-module-VlTuk .header-layout-module-aBOJL {
|
|
5660
|
-
display: flex;
|
|
5661
|
-
}
|
|
5662
|
-
|
|
5663
|
-
.header-layout-module-VlTuk .header-layout-module--ICLK {
|
|
5664
|
-
display: none;
|
|
5665
|
-
justify-items: center;
|
|
5666
|
-
}
|
|
5667
|
-
|
|
5668
|
-
.header-layout-module-VlTuk .header-layout-module-HjY-a {
|
|
5669
|
-
display: flex;
|
|
5670
|
-
}
|
|
5671
|
-
|
|
5672
|
-
.header-layout-module-VlTuk .header-layout-module-HjY-a .header-layout-module-fP3a6 {
|
|
5673
|
-
display: none;
|
|
5674
|
-
}
|
|
5675
|
-
|
|
5676
|
-
.header-layout-module-VlTuk .header-layout-module-HjY-a .header-layout-module-4Qp5b {
|
|
5677
|
-
display: flex;
|
|
5678
|
-
}
|
|
5679
|
-
|
|
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);
|
|
5687
|
-
}
|
|
5688
|
-
|
|
5689
|
-
.header-layout-module-VlTuk .header-layout-module-aBOJL {
|
|
5690
|
-
display: none;
|
|
5691
|
-
}
|
|
5692
|
-
|
|
5693
|
-
.header-layout-module-VlTuk .header-layout-module--ICLK {
|
|
5694
|
-
display: block;
|
|
5695
|
-
}
|
|
5696
|
-
.header-layout-module-VlTuk .header-layout-module-HjY-a .header-layout-module-fP3a6 {
|
|
5697
|
-
display: block;
|
|
5698
|
-
}
|
|
5699
|
-
}
|
|
5700
|
-
|
|
5701
|
-
.navigation-link-list-module-Ku9Sa {
|
|
5702
|
-
--max-width: 200px;
|
|
5703
|
-
|
|
5704
|
-
display: flex;
|
|
5705
|
-
padding: 0;
|
|
5706
|
-
margin: 0;
|
|
5707
|
-
gap: var(--space-40);
|
|
5708
|
-
list-style: none;
|
|
5709
|
-
}
|
|
5710
|
-
|
|
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);
|
|
5596
|
+
aspect-ratio: 1;
|
|
5718
5597
|
cursor: pointer;
|
|
5719
|
-
|
|
5720
|
-
|
|
5721
|
-
|
|
5722
|
-
|
|
5723
|
-
text-decoration: none;
|
|
5724
|
-
}
|
|
5725
|
-
|
|
5726
|
-
.navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj:hover {
|
|
5727
|
-
color: var(--color-brand-red);
|
|
5728
|
-
}
|
|
5729
|
-
|
|
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);
|
|
5733
|
-
}
|
|
5734
|
-
|
|
5735
|
-
.sonic-logo-module-5zzhF {
|
|
5736
|
-
display: block;
|
|
5737
|
-
}
|
|
5738
|
-
|
|
5739
|
-
.sonic-logo-module-5zzhF,
|
|
5740
|
-
.sonic-logo-module-5zzhF * {
|
|
5741
|
-
box-sizing: border-box;
|
|
5742
|
-
}
|
|
5743
|
-
|
|
5744
|
-
.sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq {
|
|
5745
|
-
display: block;
|
|
5746
|
-
width: auto;
|
|
5747
|
-
height: auto;
|
|
5598
|
+
grid-template: repeat(3, 1fr) / 1fr;
|
|
5599
|
+
inline-size: var(--size);
|
|
5600
|
+
padding-inline: 1px;
|
|
5601
|
+
place-items: center stretch;
|
|
5748
5602
|
}
|
|
5749
5603
|
|
|
5750
|
-
.
|
|
5751
|
-
|
|
5752
|
-
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
|
|
5757
|
-
|
|
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;
|
|
5765
|
-
}
|
|
5766
|
-
|
|
5767
|
-
.feature-list-module-cxc8U {
|
|
5768
|
-
display: grid;
|
|
5769
|
-
grid-template-columns: auto minmax(50%, 1fr);
|
|
5770
|
-
}
|
|
5771
|
-
|
|
5772
|
-
.feature-list-module-cxc8U .feature-list-module-tTJ2r {
|
|
5773
|
-
display: contents;
|
|
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);
|
|
5774
5611
|
}
|
|
5775
5612
|
|
|
5776
|
-
.
|
|
5777
|
-
|
|
5778
|
-
|
|
5779
|
-
|
|
5780
|
-
|
|
5781
|
-
|
|
5782
|
-
line-height: 24px;
|
|
5783
|
-
padding-block: 12px;
|
|
5784
|
-
padding-inline: 14px;
|
|
5785
|
-
}
|
|
5786
|
-
|
|
5787
|
-
.feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD:empty {
|
|
5788
|
-
padding: 0;
|
|
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);
|
|
5789
5619
|
}
|
|
5790
5620
|
|
|
5791
|
-
|
|
5792
|
-
font-weight: bold;
|
|
5793
|
-
}
|
|
5621
|
+
@starting-style {
|
|
5794
5622
|
|
|
5795
|
-
.
|
|
5796
|
-
|
|
5623
|
+
.hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(1) {
|
|
5624
|
+
rotate: 0deg;
|
|
5625
|
+
translate: 0 0
|
|
5797
5626
|
}
|
|
5627
|
+
}
|
|
5798
5628
|
|
|
5799
|
-
.
|
|
5800
|
-
|
|
5801
|
-
|
|
5802
|
-
}
|
|
5803
|
-
|
|
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;
|
|
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;
|
|
5807
5632
|
}
|
|
5808
5633
|
|
|
5809
|
-
|
|
5810
|
-
color: var(--color-status-available);
|
|
5811
|
-
}
|
|
5634
|
+
@starting-style {
|
|
5812
5635
|
|
|
5813
|
-
.
|
|
5814
|
-
|
|
5636
|
+
.hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(2) {
|
|
5637
|
+
visibility: visible
|
|
5638
|
+
}
|
|
5815
5639
|
}
|
|
5816
5640
|
|
|
5817
|
-
.
|
|
5818
|
-
|
|
5819
|
-
|
|
5820
|
-
|
|
5821
|
-
|
|
5822
|
-
|
|
5823
|
-
}
|
|
5824
|
-
|
|
5825
|
-
.download-document-list-module-Z023h a {
|
|
5826
|
-
color: var(--color-brand-dark-gray);
|
|
5827
|
-
text-decoration: none;
|
|
5828
|
-
}
|
|
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
|
+
}
|
|
5829
5648
|
|
|
5830
|
-
|
|
5831
|
-
color: var(--color-brand-red);
|
|
5832
|
-
}
|
|
5649
|
+
@starting-style {
|
|
5833
5650
|
|
|
5834
|
-
.
|
|
5835
|
-
|
|
5836
|
-
|
|
5837
|
-
|
|
5651
|
+
.hamburger-button-module-W6FPI:where(.hamburger-button-module-UXSUP) span:nth-child(3) {
|
|
5652
|
+
rotate: 0deg;
|
|
5653
|
+
translate: 0 0
|
|
5654
|
+
}
|
|
5655
|
+
}
|
|
5838
5656
|
|
|
5839
5657
|
.menu-list-module-TloB9 {
|
|
5840
5658
|
--ml-font-size: var(--font-size-16);
|
|
@@ -5853,6 +5671,9 @@ button.swiper-pagination-bullet {
|
|
|
5853
5671
|
grid-template-areas:
|
|
5854
5672
|
'back-button'
|
|
5855
5673
|
'scroll-area';
|
|
5674
|
+
-webkit-user-select: none;
|
|
5675
|
+
-moz-user-select: none;
|
|
5676
|
+
user-select: none;
|
|
5856
5677
|
}
|
|
5857
5678
|
|
|
5858
5679
|
/* TODO: scroll area row should stretch to avail height, but also enforce the scroll-area to scroll if overflowing */
|
|
@@ -6155,15 +5976,452 @@ button.swiper-pagination-bullet {
|
|
|
6155
5976
|
background: var(--mli-button-hover-bgcolor);
|
|
6156
5977
|
}
|
|
6157
5978
|
|
|
6158
|
-
.
|
|
6159
|
-
|
|
5979
|
+
.panel-navigation-module-FnSua {
|
|
5980
|
+
block-size: inherit;
|
|
6160
5981
|
}
|
|
6161
5982
|
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
5983
|
+
.panel-navigation-module-torfG {
|
|
5984
|
+
position: relative;
|
|
5985
|
+
display: grid;
|
|
5986
|
+
block-size: inherit;
|
|
5987
|
+
grid-template-columns: repeat(4, 1fr);
|
|
5988
|
+
}
|
|
5989
|
+
|
|
5990
|
+
.panel-navigation-module-torfG.panel-navigation-module-7K80h {
|
|
5991
|
+
overflow: hidden;
|
|
5992
|
+
grid-template-columns: 1fr;
|
|
5993
|
+
}
|
|
5994
|
+
|
|
5995
|
+
.panel-navigation-module-j3ZBu {
|
|
5996
|
+
--transition-duration: 250ms;
|
|
5997
|
+
|
|
5998
|
+
z-index: 2;
|
|
5999
|
+
display: grid;
|
|
6000
|
+
background-color: var(--color-white);
|
|
6001
|
+
block-size: inherit;
|
|
6002
|
+
border-inline: 1px solid var(--color-brand-light-gray);
|
|
6003
|
+
margin-inline-start: -1px;
|
|
6004
|
+
}
|
|
6005
|
+
|
|
6006
|
+
/* only applies to the first panel, when more content than one menu is present, like in the mobile navigation */
|
|
6007
|
+
|
|
6008
|
+
.panel-navigation-module-j3ZBu.panel-navigation-module-1yGRP {
|
|
6009
|
+
display: flex;
|
|
6010
|
+
overflow: hidden auto;
|
|
6011
|
+
flex-direction: column;
|
|
6012
|
+
gap: var(--space-24);
|
|
6013
|
+
scrollbar-width: thin;
|
|
6014
|
+
}
|
|
6015
|
+
|
|
6016
|
+
.panel-navigation-module-j3ZBu.panel-navigation-module-1yGRP > * {
|
|
6017
|
+
flex-shrink: 0;
|
|
6018
|
+
}
|
|
6019
|
+
|
|
6020
|
+
.panel-navigation-module-j3ZBu:last-child {
|
|
6021
|
+
z-index: 1;
|
|
6022
|
+
}
|
|
6023
|
+
|
|
6024
|
+
.panel-navigation-module-j3ZBu.exit-active,
|
|
6025
|
+
.panel-navigation-module-j3ZBu.enter-active {
|
|
6026
|
+
transition: translate var(--transition-duration) ease-in-out;
|
|
6027
|
+
}
|
|
6028
|
+
|
|
6029
|
+
.panel-navigation-module-j3ZBu.exit-active,
|
|
6030
|
+
.panel-navigation-module-j3ZBu.enter {
|
|
6031
|
+
translate: -100% 0;
|
|
6032
|
+
}
|
|
6033
|
+
|
|
6034
|
+
.panel-navigation-module-j3ZBu.enter-active {
|
|
6035
|
+
translate: 0 0;
|
|
6036
|
+
}
|
|
6037
|
+
|
|
6038
|
+
.panel-navigation-module-j3ZBu.panel-navigation-module-7K80h {
|
|
6039
|
+
position: absolute;
|
|
6040
|
+
border: 0;
|
|
6041
|
+
margin: 0;
|
|
6042
|
+
inset: 0;
|
|
6043
|
+
}
|
|
6044
|
+
|
|
6045
|
+
.panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.exit-active,
|
|
6046
|
+
.panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.enter {
|
|
6047
|
+
translate: 100% 0;
|
|
6048
|
+
}
|
|
6049
|
+
|
|
6050
|
+
.panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.enter-active {
|
|
6051
|
+
translate: 0 0;
|
|
6052
|
+
}
|
|
6053
|
+
|
|
6054
|
+
.panel-navigation-module-j3ZBu.panel-navigation-module-7K80h:has(+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h) {
|
|
6055
|
+
transition: translate var(--transition-duration) ease-in-out;
|
|
6056
|
+
translate: -100% 0;
|
|
6057
|
+
}
|
|
6058
|
+
|
|
6059
|
+
.panel-navigation-module-j3ZBu.panel-navigation-module-7K80h:has(+ .panel-navigation-module-j3ZBu.panel-navigation-module-7K80h.exit-active) {
|
|
6060
|
+
translate: 0 0;
|
|
6061
|
+
}
|
|
6062
|
+
|
|
6063
|
+
.desktop-navigation-drawer-module-rXWPO {
|
|
6064
|
+
--drawer-bottom-margin: var(--header-height);
|
|
6065
|
+
|
|
6066
|
+
/* TODO: wish I could get this to height auto with a max height */
|
|
6067
|
+
block-size: min(
|
|
6068
|
+
100%,
|
|
6069
|
+
calc(100svh - var(--header-bottom) - var(--drawer-bottom-margin))
|
|
6070
|
+
);
|
|
6071
|
+
}
|
|
6072
|
+
|
|
6073
|
+
.sonic-logo-module-5zzhF {
|
|
6074
|
+
display: block;
|
|
6075
|
+
}
|
|
6076
|
+
|
|
6077
|
+
.sonic-logo-module-5zzhF,
|
|
6078
|
+
.sonic-logo-module-5zzhF * {
|
|
6079
|
+
box-sizing: border-box;
|
|
6080
|
+
}
|
|
6081
|
+
|
|
6082
|
+
.sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq {
|
|
6083
|
+
display: block;
|
|
6084
|
+
width: auto;
|
|
6085
|
+
height: auto;
|
|
6086
|
+
}
|
|
6087
|
+
|
|
6088
|
+
.sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq .sonic-logo-module-Pa7pF {
|
|
6089
|
+
fill: var(--color-black);
|
|
6090
|
+
}
|
|
6091
|
+
|
|
6092
|
+
.sonic-logo-module-5zzhF .sonic-logo-module-9Mpdq .sonic-logo-module-vTCO3 {
|
|
6093
|
+
fill: var(--color-brand-red);
|
|
6094
|
+
}
|
|
6095
|
+
|
|
6096
|
+
.mobile-navigation-module-rMdS- {
|
|
6097
|
+
--height: 56px;
|
|
6098
|
+
--gutter: var(--space-12);
|
|
6099
|
+
--logo-size: 100px;
|
|
6100
|
+
--button-size: var(--space-32);
|
|
6101
|
+
--duration: var(--transition-duration-short);
|
|
6102
|
+
--timing-function: ease-in-out;
|
|
6103
|
+
|
|
6104
|
+
display: grid;
|
|
6105
|
+
overflow: hidden;
|
|
6106
|
+
block-size: 100%;
|
|
6107
|
+
grid-template:
|
|
6108
|
+
var(--height) 1fr /
|
|
6109
|
+
var(--gutter) var(--button-size) 1fr var(--button-size)
|
|
6110
|
+
var(--gutter);
|
|
6111
|
+
grid-template-areas:
|
|
6112
|
+
'. hamburger logo . .'
|
|
6113
|
+
'p p p p p';
|
|
6114
|
+
}
|
|
6115
|
+
|
|
6116
|
+
@media (width >= 576px) {.mobile-navigation-module-rMdS- {
|
|
6117
|
+
--gutter: var(--space-4);
|
|
6118
|
+
--button-size: var(--space-48)
|
|
6119
|
+
}
|
|
6120
|
+
}
|
|
6121
|
+
|
|
6122
|
+
.mobile-navigation-module-rMdS- .mobile-navigation-module-XKb3- {
|
|
6123
|
+
z-index: 2;
|
|
6124
|
+
display: grid;
|
|
6125
|
+
align-items: center;
|
|
6126
|
+
border-block-end: 1px solid var(--color-brand-light-gray);
|
|
6127
|
+
grid-column: 1 / -1;
|
|
6128
|
+
grid-template-columns: subgrid;
|
|
6129
|
+
margin-block-end: -1px;
|
|
6130
|
+
transition: translate var(--duration) var(--timing-function);
|
|
6131
|
+
translate: 100% 0;
|
|
6132
|
+
}
|
|
6133
|
+
|
|
6134
|
+
.mobile-navigation-module-rMdS-.mobile-navigation-module-P0kLz .mobile-navigation-module-XKb3- {
|
|
6135
|
+
translate: 0 0;
|
|
6136
|
+
}
|
|
6137
|
+
|
|
6138
|
+
@starting-style {
|
|
6139
|
+
|
|
6140
|
+
.mobile-navigation-module-rMdS-.mobile-navigation-module-P0kLz .mobile-navigation-module-XKb3- {
|
|
6141
|
+
translate: 100% 0
|
|
6142
|
+
}
|
|
6143
|
+
}
|
|
6144
|
+
|
|
6145
|
+
.mobile-navigation-module-rMdS- .mobile-navigation-module-keQoj {
|
|
6146
|
+
grid-area: logo;
|
|
6147
|
+
inline-size: var(--logo-size);
|
|
6148
|
+
justify-self: center;
|
|
6149
|
+
}
|
|
6150
|
+
|
|
6151
|
+
@media (width > 414px) {
|
|
6152
|
+
|
|
6153
|
+
.mobile-navigation-module-rMdS- .mobile-navigation-module-keQoj {
|
|
6154
|
+
display: none
|
|
6155
|
+
}
|
|
6156
|
+
}
|
|
6157
|
+
|
|
6158
|
+
.mobile-navigation-module-rMdS- .mobile-navigation-module-3Z-Sl {
|
|
6159
|
+
display: grid;
|
|
6160
|
+
grid-area: hamburger;
|
|
6161
|
+
}
|
|
6162
|
+
|
|
6163
|
+
.mobile-navigation-module-rMdS- .mobile-navigation-module-3Z-Sl > * {
|
|
6164
|
+
min-inline-size: 0;
|
|
6165
|
+
}
|
|
6166
|
+
|
|
6167
|
+
.mobile-navigation-module-rMdS- .mobile-navigation-module-zDR9Q {
|
|
6168
|
+
z-index: 1;
|
|
6169
|
+
grid-area: p;
|
|
6170
|
+
}
|
|
6171
|
+
|
|
6172
|
+
.mobile-navigation-drawer-module-XR23R {
|
|
6173
|
+
inline-size: 100svw;
|
|
6174
|
+
max-inline-size: 414px;
|
|
6175
|
+
}
|
|
6176
|
+
|
|
6177
|
+
:root {
|
|
6178
|
+
--header-bottom: calc(var(--announcements-height) + var(--header-height));
|
|
6179
|
+
}
|
|
6180
|
+
|
|
6181
|
+
.header-layout-module-uGT3X {
|
|
6182
|
+
--height: 56px;
|
|
6183
|
+
--gutter: var(--space-12);
|
|
6184
|
+
--logo-size: 100px;
|
|
6185
|
+
--button-size: var(--space-32);
|
|
6186
|
+
--transition-duration: var(--transition-duration-short);
|
|
6187
|
+
|
|
6188
|
+
position: relative;
|
|
6189
|
+
z-index: var(--header-layer);
|
|
6190
|
+
display: grid;
|
|
6191
|
+
align-items: center;
|
|
6192
|
+
background-color: var(--color-white);
|
|
6193
|
+
border-block-end: 1px solid transparent;
|
|
6194
|
+
grid-template:
|
|
6195
|
+
var(--height) /
|
|
6196
|
+
var(--gutter) var(--button-size) var(--button-size) var(--button-size)
|
|
6197
|
+
1fr auto var(--gutter);
|
|
6198
|
+
grid-template-areas: '. hamburger search . logo actions .';
|
|
6199
|
+
transition: border-block-end-color 0s var(--transition-duration);
|
|
6200
|
+
}
|
|
6201
|
+
|
|
6202
|
+
.header-layout-module-uGT3X,
|
|
6203
|
+
.header-layout-module-uGT3X * {
|
|
6204
|
+
box-sizing: border-box;
|
|
6205
|
+
}
|
|
6206
|
+
|
|
6207
|
+
.header-layout-module-uGT3X .header-layout-module-oKPyL {
|
|
6208
|
+
grid-area: logo;
|
|
6209
|
+
inline-size: var(--logo-size);
|
|
6210
|
+
justify-self: center;
|
|
6211
|
+
}
|
|
6212
|
+
|
|
6213
|
+
.header-layout-module-uGT3X .header-layout-module-biHA2 {
|
|
6214
|
+
display: grid;
|
|
6215
|
+
grid-area: hamburger;
|
|
6216
|
+
}
|
|
6217
|
+
|
|
6218
|
+
.header-layout-module-uGT3X .header-layout-module-biHA2 > * {
|
|
6219
|
+
min-inline-size: 0;
|
|
6220
|
+
}
|
|
6221
|
+
|
|
6222
|
+
.header-layout-module-uGT3X .header-layout-module-fP3a6 {
|
|
6223
|
+
display: grid;
|
|
6224
|
+
grid-area: search;
|
|
6225
|
+
transition: opacity var(--transition-duration);
|
|
6226
|
+
}
|
|
6227
|
+
|
|
6228
|
+
.header-layout-module-uGT3X .header-layout-module-fP3a6 > * {
|
|
6229
|
+
min-inline-size: 0;
|
|
6230
|
+
}
|
|
6231
|
+
|
|
6232
|
+
.header-layout-module-uGT3X .header-layout-module-vVRTn {
|
|
6233
|
+
display: none;
|
|
6234
|
+
grid-area: navigation;
|
|
6235
|
+
justify-self: center;
|
|
6236
|
+
}
|
|
6237
|
+
|
|
6238
|
+
.header-layout-module-uGT3X .header-layout-module-Ux7Uj {
|
|
6239
|
+
display: grid;
|
|
6240
|
+
grid-area: actions;
|
|
6241
|
+
grid-template-columns: repeat(3, var(--button-size));
|
|
6242
|
+
grid-template-rows: 1fr;
|
|
6243
|
+
transition: opacity var(--transition-duration);
|
|
6244
|
+
}
|
|
6245
|
+
|
|
6246
|
+
.header-layout-module-uGT3X .header-layout-module-Ux7Uj > * {
|
|
6247
|
+
min-inline-size: 0;
|
|
6248
|
+
}
|
|
6249
|
+
|
|
6250
|
+
@media (width >= 576px) {
|
|
6251
|
+
|
|
6252
|
+
.header-layout-module-uGT3X {
|
|
6253
|
+
--gutter: var(--space-4);
|
|
6254
|
+
--button-size: var(--space-48)
|
|
6255
|
+
}
|
|
6256
|
+
}
|
|
6257
|
+
|
|
6258
|
+
@media (width >= 1024px) {
|
|
6259
|
+
|
|
6260
|
+
.header-layout-module-uGT3X {
|
|
6261
|
+
--height: 96px;
|
|
6262
|
+
--gutter: var(--space-32);
|
|
6263
|
+
|
|
6264
|
+
grid-template-areas: '. logo navigation search actions .';
|
|
6265
|
+
grid-template-columns: var(--gutter) auto 1fr var(--button-size) auto var(
|
|
6266
|
+
--gutter
|
|
6267
|
+
)
|
|
6268
|
+
}
|
|
6269
|
+
|
|
6270
|
+
.header-layout-module-uGT3X.header-layout-module-1qdd6 {
|
|
6271
|
+
border-block-end-color: var(--color-brand-light-gray);
|
|
6272
|
+
transition: border-block-end-color 0s;
|
|
6273
|
+
}
|
|
6274
|
+
|
|
6275
|
+
.header-layout-module-uGT3X .header-layout-module-biHA2 {
|
|
6276
|
+
display: none;
|
|
6277
|
+
}
|
|
6278
|
+
|
|
6279
|
+
.header-layout-module-uGT3X .header-layout-module-vVRTn {
|
|
6280
|
+
display: block;
|
|
6281
|
+
}
|
|
6282
|
+
}
|
|
6283
|
+
|
|
6284
|
+
.navigation-link-list-module-Ku9Sa {
|
|
6285
|
+
--max-width: 200px;
|
|
6286
|
+
|
|
6287
|
+
display: flex;
|
|
6288
|
+
padding: 0;
|
|
6289
|
+
margin: 0;
|
|
6290
|
+
gap: var(--space-40);
|
|
6291
|
+
list-style: none;
|
|
6292
|
+
-webkit-user-select: none;
|
|
6293
|
+
-moz-user-select: none;
|
|
6294
|
+
user-select: none;
|
|
6295
|
+
}
|
|
6296
|
+
|
|
6297
|
+
.navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj {
|
|
6298
|
+
display: flex;
|
|
6299
|
+
align-items: baseline;
|
|
6300
|
+
padding: 0;
|
|
6301
|
+
border: none;
|
|
6302
|
+
background: none;
|
|
6303
|
+
color: var(--color-black);
|
|
6304
|
+
cursor: pointer;
|
|
6305
|
+
font-family: inherit;
|
|
6306
|
+
font-size: var(--font-size-18);
|
|
6307
|
+
font-weight: var(--font-weight-bold);
|
|
6308
|
+
max-inline-size: var(--max-width);
|
|
6309
|
+
text-decoration: none;
|
|
6310
|
+
}
|
|
6311
|
+
|
|
6312
|
+
.navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj:hover {
|
|
6313
|
+
color: var(--color-brand-red);
|
|
6314
|
+
}
|
|
6315
|
+
|
|
6316
|
+
.navigation-link-list-module-Ku9Sa .navigation-link-list-module-kj0Rj .navigation-link-list-module-QiKiA {
|
|
6317
|
+
flex-shrink: 0;
|
|
6318
|
+
margin-inline-start: var(--space-4);
|
|
6319
|
+
}
|
|
6320
|
+
|
|
6321
|
+
.navigation-link-list-module-Ku9Sa .navigation-link-list-module-jDgf0 .navigation-link-list-module-kj0Rj {
|
|
6322
|
+
color: var(--color-brand-red);
|
|
6323
|
+
}
|
|
6324
|
+
|
|
6325
|
+
.header-module--VpOI {
|
|
6326
|
+
position: relative;
|
|
6327
|
+
z-index: var(--header-layer);
|
|
6328
|
+
}
|
|
6329
|
+
|
|
6330
|
+
.header-module--VpOI.header-module-Zh4pu {
|
|
6331
|
+
position: sticky;
|
|
6332
|
+
top: var(--announcements-bottom);
|
|
6333
|
+
}
|
|
6334
|
+
|
|
6335
|
+
.center-module-Cr7hx {
|
|
6336
|
+
display: grid;
|
|
6337
|
+
width: 100%;
|
|
6338
|
+
height: 100%;
|
|
6339
|
+
min-height: inherit;
|
|
6340
|
+
align-items: center;
|
|
6341
|
+
place-content: center center;
|
|
6342
|
+
}
|
|
6343
|
+
|
|
6344
|
+
.feature-list-module-cxc8U {
|
|
6345
|
+
display: grid;
|
|
6346
|
+
grid-template-columns: auto minmax(50%, 1fr);
|
|
6347
|
+
}
|
|
6348
|
+
|
|
6349
|
+
.feature-list-module-cxc8U .feature-list-module-tTJ2r {
|
|
6350
|
+
display: contents;
|
|
6351
|
+
}
|
|
6352
|
+
|
|
6353
|
+
.feature-list-module-cxc8U .feature-list-module-tTJ2r:nth-child(odd) * {
|
|
6354
|
+
background-color: var(--color-brand-light-gray);
|
|
6355
|
+
}
|
|
6356
|
+
|
|
6357
|
+
.feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD {
|
|
6358
|
+
color: var(--color-brand-dark-gray);
|
|
6359
|
+
line-height: 24px;
|
|
6360
|
+
padding-block: 12px;
|
|
6361
|
+
padding-inline: 14px;
|
|
6362
|
+
}
|
|
6363
|
+
|
|
6364
|
+
.feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD:empty {
|
|
6365
|
+
padding: 0;
|
|
6366
|
+
}
|
|
6367
|
+
|
|
6368
|
+
.feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-J6Xfj {
|
|
6369
|
+
font-weight: bold;
|
|
6370
|
+
}
|
|
6371
|
+
|
|
6372
|
+
.feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-J6Xfj.feature-list-module-deI1- {
|
|
6373
|
+
text-align: right;
|
|
6374
|
+
}
|
|
6375
|
+
|
|
6376
|
+
.feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 {
|
|
6377
|
+
display: flex;
|
|
6378
|
+
flex-direction: column;
|
|
6379
|
+
}
|
|
6380
|
+
|
|
6381
|
+
.feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1.feature-list-module-deI1- {
|
|
6382
|
+
align-items: flex-end;
|
|
6383
|
+
text-align: right;
|
|
6384
|
+
}
|
|
6385
|
+
|
|
6386
|
+
.feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 svg.feature-list-module-ojZvf {
|
|
6387
|
+
color: var(--color-status-available);
|
|
6388
|
+
}
|
|
6389
|
+
|
|
6390
|
+
.feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 svg.feature-list-module-4IjrA {
|
|
6391
|
+
color: var(--color-status-unavailable);
|
|
6392
|
+
}
|
|
6393
|
+
|
|
6394
|
+
.download-document-list-module-Z023h {
|
|
6395
|
+
display: flex;
|
|
6396
|
+
flex-direction: row;
|
|
6397
|
+
align-items: center;
|
|
6398
|
+
color: var(--color-brand-black);
|
|
6399
|
+
gap: 5px;
|
|
6400
|
+
}
|
|
6401
|
+
|
|
6402
|
+
.download-document-list-module-Z023h a {
|
|
6403
|
+
color: var(--color-brand-dark-gray);
|
|
6404
|
+
text-decoration: none;
|
|
6405
|
+
}
|
|
6406
|
+
|
|
6407
|
+
.download-document-list-module-Z023h a:hover {
|
|
6408
|
+
color: var(--color-brand-red);
|
|
6409
|
+
}
|
|
6410
|
+
|
|
6411
|
+
.download-document-list-module-Z023h svg {
|
|
6412
|
+
width: 20px;
|
|
6413
|
+
height: 20px;
|
|
6414
|
+
}
|
|
6415
|
+
|
|
6416
|
+
.orderline-list-module-v-FqO {
|
|
6417
|
+
container-type: inline-size;
|
|
6418
|
+
}
|
|
6419
|
+
|
|
6420
|
+
.orderline-list-module-v-FqO .orderline-list-module-JTZK3 {
|
|
6421
|
+
display: flex;
|
|
6422
|
+
align-items: center;
|
|
6423
|
+
justify-content: space-between;
|
|
6424
|
+
padding-right: var(--space-12);
|
|
6167
6425
|
margin-bottom: var(--space-12);
|
|
6168
6426
|
}
|
|
6169
6427
|
|
|
@@ -6178,20 +6436,25 @@ button.swiper-pagination-bullet {
|
|
|
6178
6436
|
|
|
6179
6437
|
.orderline-list-module-v-FqO .orderline-list-module-5COK6 {
|
|
6180
6438
|
display: grid;
|
|
6439
|
+
padding: 0;
|
|
6440
|
+
margin: 0;
|
|
6441
|
+
list-style: none;
|
|
6181
6442
|
}
|
|
6182
6443
|
|
|
6183
6444
|
.orderline-list-module-v-FqO .orderline-list-module-5COK6 .orderline-list-module-2p-Jd {
|
|
6184
|
-
|
|
6445
|
+
padding: 0;
|
|
6446
|
+
border-bottom: 1px solid var(--color-brand-light-gray);
|
|
6447
|
+
margin: 0;
|
|
6185
6448
|
}
|
|
6186
6449
|
|
|
6187
6450
|
.orderline-list-module-v-FqO .orderline-list-module-5COK6 .orderline-list-module-2p-Jd:first-child {
|
|
6188
|
-
border-top: 1px solid
|
|
6451
|
+
border-top: 1px solid var(--color-brand-light-gray);
|
|
6189
6452
|
}
|
|
6190
6453
|
|
|
6191
6454
|
.blank-page-spacer-module-lXxle {
|
|
6192
6455
|
display: grid;
|
|
6193
6456
|
width: 100%;
|
|
6194
|
-
height: calc(100dvh - var(--header-
|
|
6457
|
+
height: calc(100dvh - var(--header-bottom));
|
|
6195
6458
|
background-color: var(--color-white);
|
|
6196
6459
|
place-items: center;
|
|
6197
6460
|
}
|
|
@@ -6419,95 +6682,13 @@ button.swiper-pagination-bullet {
|
|
|
6419
6682
|
gap: 1rem;
|
|
6420
6683
|
}
|
|
6421
6684
|
|
|
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
6685
|
.announcement-module-Xi0L5 {
|
|
6507
|
-
--
|
|
6508
|
-
--background-color: var(--color-brand-red);
|
|
6686
|
+
--z: 1;
|
|
6509
6687
|
--icon-color: currentcolor;
|
|
6510
|
-
--
|
|
6688
|
+
--close-button-size: var(--space-48);
|
|
6689
|
+
--background-color: var(--color-white);
|
|
6690
|
+
--text-color: var(--color-brand-dark-gray);
|
|
6691
|
+
--border-color: var(--color-brand-light-gray);
|
|
6511
6692
|
}
|
|
6512
6693
|
|
|
6513
6694
|
.announcement-module-Xi0L5,
|
|
@@ -6518,65 +6699,106 @@ button.swiper-pagination-bullet {
|
|
|
6518
6699
|
.announcement-module-Xi0L5 {
|
|
6519
6700
|
|
|
6520
6701
|
position: relative;
|
|
6702
|
+
z-index: var(--z);
|
|
6521
6703
|
display: flex;
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6704
|
+
overflow: hidden;
|
|
6705
|
+
align-items: flex-end;
|
|
6706
|
+
justify-content: stretch;
|
|
6525
6707
|
background-color: var(--background-color);
|
|
6708
|
+
border-block: 1px solid var(--border-color);
|
|
6526
6709
|
color: var(--text-color);
|
|
6710
|
+
font-family: var(--font-family-sonic);
|
|
6711
|
+
font-size: var(--font-size-base);
|
|
6712
|
+
font-style: italic;
|
|
6713
|
+
line-height: 1;
|
|
6527
6714
|
}
|
|
6528
6715
|
|
|
6529
6716
|
.announcement-module-Xi0L5 .announcement-module-4XVjD {
|
|
6530
|
-
display:
|
|
6717
|
+
display: grid;
|
|
6531
6718
|
align-items: center;
|
|
6532
|
-
|
|
6533
|
-
|
|
6719
|
+
grid-template: 'icon content close';
|
|
6720
|
+
grid-template-columns: var(--close-button-size) 1fr var(--close-button-size);
|
|
6721
|
+
grid-template-rows: minmax(var(--close-button-size), min-content);
|
|
6722
|
+
inline-size: 100%;
|
|
6723
|
+
}
|
|
6724
|
+
|
|
6725
|
+
@media (width >= 576px) {
|
|
6726
|
+
|
|
6727
|
+
.announcement-module-Xi0L5 .announcement-module-4XVjD {
|
|
6728
|
+
grid-template: '. . icon . content . close';
|
|
6729
|
+
grid-template-columns:
|
|
6730
|
+
var(--close-button-size) 1fr var(--space-24) var(--space-8)
|
|
6731
|
+
minmax(0, max-content) 1fr var(--close-button-size)
|
|
6534
6732
|
}
|
|
6733
|
+
}
|
|
6734
|
+
|
|
6735
|
+
.announcement-module-Xi0L5 .announcement-module-4XVjD svg {
|
|
6736
|
+
display: block;
|
|
6737
|
+
}
|
|
6535
6738
|
|
|
6536
6739
|
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-lxmA2 {
|
|
6537
6740
|
color: var(--icon-color);
|
|
6741
|
+
grid-area: icon;
|
|
6742
|
+
justify-self: center;
|
|
6538
6743
|
}
|
|
6539
6744
|
|
|
6540
|
-
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-
|
|
6541
|
-
|
|
6542
|
-
|
|
6745
|
+
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y {
|
|
6746
|
+
padding: var(--space-8) 0;
|
|
6747
|
+
grid-area: content;
|
|
6748
|
+
}
|
|
6749
|
+
|
|
6750
|
+
@media (width >= 576px) {
|
|
6543
6751
|
|
|
6544
6752
|
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y {
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
font-family: var(--font-family-sonic);
|
|
6548
|
-
font-size: var(--font-size-base);
|
|
6549
|
-
font-style: italic;
|
|
6753
|
+
display: flex;
|
|
6754
|
+
flex-flow: row wrap
|
|
6550
6755
|
}
|
|
6756
|
+
}
|
|
6551
6757
|
|
|
6552
6758
|
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-8k2rK {
|
|
6759
|
+
flex-shrink: 1;
|
|
6553
6760
|
margin: 0;
|
|
6554
6761
|
font-size: var(--font-size-base);
|
|
6555
6762
|
font-weight: var(--font-weight-black);
|
|
6556
6763
|
text-transform: uppercase;
|
|
6557
6764
|
}
|
|
6558
6765
|
|
|
6766
|
+
@media (width >= 576px) {
|
|
6767
|
+
|
|
6768
|
+
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-8k2rK:has(+ .announcement-module--Bhqj, + .announcement-module-yXGsN)::after {
|
|
6769
|
+
content: '-';
|
|
6770
|
+
font-weight: var(--font-weight-normal);
|
|
6771
|
+
margin-inline: var(--space-4)
|
|
6772
|
+
}
|
|
6773
|
+
}
|
|
6774
|
+
|
|
6559
6775
|
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-yXGsN {
|
|
6560
|
-
flex-
|
|
6776
|
+
flex-shrink: 1;
|
|
6561
6777
|
margin: 0;
|
|
6778
|
+
}
|
|
6779
|
+
|
|
6780
|
+
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module--Bhqj {
|
|
6781
|
+
position: static;
|
|
6782
|
+
flex-shrink: 1;
|
|
6562
6783
|
color: currentcolor;
|
|
6563
|
-
gap: 0;
|
|
6564
6784
|
}
|
|
6565
6785
|
|
|
6566
|
-
.announcement-module-Xi0L5 .announcement-module-
|
|
6567
|
-
|
|
6568
|
-
|
|
6569
|
-
right: 0;
|
|
6570
|
-
transform: translateY(-50%);
|
|
6571
|
-
}
|
|
6786
|
+
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module--Bhqj:hover {
|
|
6787
|
+
text-decoration: underline;
|
|
6788
|
+
}
|
|
6572
6789
|
|
|
6573
|
-
.announcement-module-Xi0L5
|
|
6574
|
-
|
|
6575
|
-
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
|
|
6579
|
-
|
|
6790
|
+
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module--Bhqj::after {
|
|
6791
|
+
position: absolute;
|
|
6792
|
+
background: transparent;
|
|
6793
|
+
content: '';
|
|
6794
|
+
inset: 0;
|
|
6795
|
+
}
|
|
6796
|
+
|
|
6797
|
+
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-gZ9ae {
|
|
6798
|
+
z-index: 1;
|
|
6799
|
+
grid-area: close;
|
|
6800
|
+
justify-self: center;
|
|
6801
|
+
}
|
|
6580
6802
|
|
|
6581
6803
|
.announcement-module-Xi0L5:where(.announcement-module-0LTWL) {
|
|
6582
6804
|
--icon-color: var(--color-semantic-information);
|
|
@@ -6590,58 +6812,56 @@ button.swiper-pagination-bullet {
|
|
|
6590
6812
|
--icon-color: var(--color-semantic-stop);
|
|
6591
6813
|
}
|
|
6592
6814
|
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
|
|
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;
|
|
6815
|
+
.announcement-module-Xi0L5:where(.announcement-module-E6DqW) {
|
|
6816
|
+
--z: 2;
|
|
6817
|
+
--background-color: var(--color-brand-red);
|
|
6818
|
+
--text-color: var(--color-white);
|
|
6819
|
+
--icon-color: var(--color-white);
|
|
6820
|
+
--border-color: var(--color-white);
|
|
6607
6821
|
}
|
|
6608
6822
|
|
|
6609
|
-
|
|
6610
|
-
|
|
6823
|
+
.announcement-module-Xi0L5:where(.announcement-module-E6DqW):has([href]):hover {
|
|
6824
|
+
--background-color: var(--color-brand-dark-red);
|
|
6611
6825
|
}
|
|
6612
6826
|
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
}
|
|
6616
|
-
.announcement-module-Xi0L5 .announcement-module-4XVjD .announcement-module-1Jn7y .announcement-module-8k2rK::after {
|
|
6617
|
-
content: '-';
|
|
6618
|
-
margin-inline: 4px;
|
|
6619
|
-
}
|
|
6827
|
+
:root {
|
|
6828
|
+
--announcements-bottom: var(--announcements-height);
|
|
6620
6829
|
}
|
|
6621
6830
|
|
|
6622
|
-
.announcement-
|
|
6831
|
+
.announcement-list-module-Nn6HC {
|
|
6623
6832
|
position: relative;
|
|
6624
|
-
z-index:
|
|
6833
|
+
z-index: var(--announcements-layer);
|
|
6625
6834
|
}
|
|
6626
6835
|
|
|
6627
|
-
.announcement-
|
|
6628
|
-
|
|
6629
|
-
|
|
6836
|
+
.announcement-list-module-Nn6HC.announcement-list-module-icXq8 {
|
|
6837
|
+
position: sticky;
|
|
6838
|
+
top: 0;
|
|
6839
|
+
}
|
|
6630
6840
|
|
|
6631
|
-
.announcement-
|
|
6632
|
-
|
|
6633
|
-
|
|
6634
|
-
}
|
|
6841
|
+
.announcement-list-module-Nn6HC .announcement-list-module-cgFNU {
|
|
6842
|
+
display: flex;
|
|
6843
|
+
flex-direction: column;
|
|
6844
|
+
}
|
|
6635
6845
|
|
|
6636
|
-
.announcement-
|
|
6637
|
-
|
|
6638
|
-
|
|
6639
|
-
}
|
|
6846
|
+
.announcement-list-module-Nn6HC .announcement-list-module-fUupi {
|
|
6847
|
+
margin-block: -1px;
|
|
6848
|
+
}
|
|
6640
6849
|
|
|
6641
|
-
.announcement-
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
}
|
|
6850
|
+
.announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-W10mi,
|
|
6851
|
+
.announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-tyqE0 {
|
|
6852
|
+
transition: all var(--transition-duration-short) linear;
|
|
6853
|
+
}
|
|
6854
|
+
|
|
6855
|
+
.announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-W10mi,
|
|
6856
|
+
.announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-tyqE0.announcement-list-module-dUOEB {
|
|
6857
|
+
z-index: -1;
|
|
6858
|
+
height: 0;
|
|
6859
|
+
}
|
|
6860
|
+
|
|
6861
|
+
.announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-W10mi.announcement-list-module-1Rfn0,
|
|
6862
|
+
.announcement-list-module-Nn6HC .announcement-list-module-fUupi.announcement-list-module-tyqE0 {
|
|
6863
|
+
height: auto;
|
|
6864
|
+
}
|
|
6645
6865
|
|
|
6646
6866
|
.create-account-form-module-TMU8F {
|
|
6647
6867
|
min-inline-size: 270px;
|
|
@@ -6894,7 +7114,7 @@ button.swiper-pagination-bullet {
|
|
|
6894
7114
|
.checkout-page-layout-module-lULV3 .checkout-page-layout-module-wGAXb {
|
|
6895
7115
|
position: fixed;
|
|
6896
7116
|
z-index: var(--top-actions-sticky-layer);
|
|
6897
|
-
top: var(--header-
|
|
7117
|
+
top: var(--header-bottom);
|
|
6898
7118
|
right: 0;
|
|
6899
7119
|
left: 0;
|
|
6900
7120
|
width: 100%;
|
|
@@ -7133,7 +7353,7 @@ button.swiper-pagination-bullet {
|
|
|
7133
7353
|
|
|
7134
7354
|
.product-details-page-layout-module-pPtZX .product-details-page-layout-module-KCKLZ .product-details-page-layout-module-3-19O {
|
|
7135
7355
|
position: sticky;
|
|
7136
|
-
top: calc(var(--header-
|
|
7356
|
+
top: calc(var(--header-bottom) + var(--space-8));
|
|
7137
7357
|
height: -moz-fit-content;
|
|
7138
7358
|
height: fit-content;
|
|
7139
7359
|
}
|
|
@@ -8321,7 +8541,7 @@ button.swiper-pagination-bullet {
|
|
|
8321
8541
|
}
|
|
8322
8542
|
}
|
|
8323
8543
|
.toast-provider-module-EoPKW {
|
|
8324
|
-
top: calc(var(--header-
|
|
8544
|
+
top: calc(var(--header-bottom) + var(--space-12));
|
|
8325
8545
|
right: auto;
|
|
8326
8546
|
left: auto;
|
|
8327
8547
|
display: flex;
|
|
@@ -8332,7 +8552,7 @@ button.swiper-pagination-bullet {
|
|
|
8332
8552
|
}
|
|
8333
8553
|
|
|
8334
8554
|
@media (width >= 1024px) {.toast-provider-module-EoPKW {
|
|
8335
|
-
top: calc(var(--header-
|
|
8555
|
+
top: calc(var(--header-bottom) + var(--space-12));
|
|
8336
8556
|
right: var(--toastify-toast-right);
|
|
8337
8557
|
width: -moz-fit-content;
|
|
8338
8558
|
width: fit-content;
|