@sonic-equipment/ui 0.0.74 → 0.0.75

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 (26) hide show
  1. package/dist/index.d.ts +33 -20
  2. package/dist/index.js +395 -233
  3. package/dist/src/algolia/use-algolia-insights.d.ts +1 -2
  4. package/dist/src/buttons/favorite/connected-favorite-button.d.ts +3 -2
  5. package/dist/src/cards/product-card/connected-product-cart.d.ts +3 -2
  6. package/dist/src/carousel/carousel.d.ts +7 -3
  7. package/dist/src/carousel/product-carousel/product-carousel.d.ts +5 -1
  8. package/dist/src/carousel/product-carousel/product-carousel.stories.d.ts +1 -0
  9. package/dist/src/collapsables/accordion/accordion-item.d.ts +3 -1
  10. package/dist/src/collapsables/accordion/accordion.d.ts +4 -4
  11. package/dist/src/collapsables/accordion/accordion.stories.d.ts +3 -0
  12. package/dist/src/collapsables/show-all/show-all.d.ts +12 -5
  13. package/dist/src/collapsables/show-all/show-all.stories.d.ts +6 -4
  14. package/dist/src/intl/translation-id.d.ts +1 -1
  15. package/dist/src/lists/download-document-list/document-download-list.stories.d.ts +13 -0
  16. package/dist/src/lists/download-document-list/download-document-list.d.ts +11 -0
  17. package/dist/src/lists/feature-list/feature-list.d.ts +26 -0
  18. package/dist/src/lists/feature-list/feature-list.stories.d.ts +16 -0
  19. package/dist/src/pages/product-details-page/components/product-details-panel.d.ts +4 -0
  20. package/dist/src/shared/api/bff/model/bff.model.d.ts +3 -3
  21. package/dist/src/shared/hooks/use-resize-observer.d.ts +4 -0
  22. package/dist/src/shared/utils/merge.d.ts +12 -0
  23. package/dist/styles.css +304 -130
  24. package/package.json +2 -1
  25. package/dist/src/algolia/algolia-filter-section.d.ts +0 -17
  26. package/dist/src/global-search/plugins/products-plugin.d.ts +0 -7
package/dist/styles.css CHANGED
@@ -156,6 +156,7 @@
156
156
 
157
157
  /* Status */
158
158
  --color-status-available: #007000;
159
+ --color-status-unavailable: #e30613;
159
160
 
160
161
  /* Semantic */
161
162
  --color-semantic-okay: #30d158;
@@ -292,6 +293,7 @@
292
293
  font-weight: var(--font-weight-bold);
293
294
  gap: 2px;
294
295
  line-height: var(--line-height-base);
296
+ -webkit-tap-highlight-color: transparent;
295
297
  text-transform: uppercase;
296
298
  -webkit-user-select: none;
297
299
  -moz-user-select: none;
@@ -493,6 +495,7 @@
493
495
  align-items: center;
494
496
  justify-content: center;
495
497
  cursor: pointer;
498
+ -webkit-tap-highlight-color: transparent;
496
499
  }
497
500
 
498
501
  .icon-button-module-4PDK-[data-disabled] {
@@ -892,6 +895,10 @@
892
895
  max-height: 100%;
893
896
  }
894
897
 
898
+ .product-card-module-LepTy {
899
+ container-type: inline-size;
900
+ }
901
+
895
902
  .product-card-module-pLaiB {
896
903
  --title-font-size: var(--font-size-16);
897
904
  --box-shadow: var(--box-shadow-medium);
@@ -915,13 +922,13 @@
915
922
  box-shadow ease 0.2s;
916
923
  }
917
924
 
918
- .product-card-module-pLaiB .product-card-module-tvEdz {
925
+ .product-card-module-pLaiB .product-card-module-tvEdz {
919
926
  position: absolute;
920
927
  top: var(--space-8);
921
928
  right: var(--space-8);
922
929
  }
923
930
 
924
- .product-card-module-pLaiB .product-card-module-e0kMu {
931
+ .product-card-module-pLaiB .product-card-module-e0kMu {
925
932
  display: grid;
926
933
  padding-bottom: var(--padding-bottom);
927
934
  margin-top: auto;
@@ -929,14 +936,18 @@
929
936
  padding-inline: var(--padding-inline);
930
937
  }
931
938
 
932
- .product-card-module-pLaiB .product-card-module-Q0VvF .product-card-module-HkWBE {
939
+ .product-card-module-pLaiB .product-card-module-Q0VvF {
940
+ height: 112px;
941
+ }
942
+
943
+ .product-card-module-pLaiB .product-card-module-Q0VvF .product-card-module-HkWBE {
933
944
  display: flex;
934
945
  min-height: var(--tag-height, var(--space-16));
935
946
  margin-bottom: 18px;
936
947
  gap: 3px;
937
948
  }
938
949
 
939
- .product-card-module-pLaiB .product-card-module-Q0VvF .product-card-module-CStNi {
950
+ .product-card-module-pLaiB .product-card-module-Q0VvF .product-card-module-CStNi {
940
951
  display: -webkit-box;
941
952
  overflow: hidden;
942
953
  margin-top: 0;
@@ -950,13 +961,13 @@
950
961
  word-break: break-word;
951
962
  }
952
963
 
953
- .product-card-module-pLaiB .product-card-module-Q0VvF .product-card-module-CStNi mark {
964
+ .product-card-module-pLaiB .product-card-module-Q0VvF .product-card-module-CStNi mark {
954
965
  background-color: rgb(109 170 200 / 40%);
955
966
  color: currentcolor;
956
967
  font-weight: inherit;
957
968
  }
958
969
 
959
- .product-card-module-pLaiB .product-card-module-kD2tU {
970
+ .product-card-module-pLaiB .product-card-module-kD2tU {
960
971
  display: flex;
961
972
  height: 102px;
962
973
  flex-wrap: wrap;
@@ -965,24 +976,24 @@
965
976
  margin-top: auto;
966
977
  }
967
978
 
968
- .product-card-module-pLaiB .product-card-module-p-zoi {
979
+ .product-card-module-pLaiB .product-card-module-p-zoi {
969
980
  width: var(--image-width);
970
981
  aspect-ratio: 1 / 1;
971
982
  margin-inline: auto;
972
983
  transition: width ease 0.2s;
973
984
  }
974
985
 
975
- .product-card-module-pLaiB .product-card-module-p-zoi img {
986
+ .product-card-module-pLaiB .product-card-module-p-zoi img {
976
987
  display: block;
977
988
  max-width: 100%;
978
989
  height: 100%;
979
990
  }
980
991
 
981
- .product-card-module-pLaiB .product-card-module-irW0D {
992
+ .product-card-module-pLaiB .product-card-module-irW0D {
982
993
  width: 100%;
983
994
  }
984
995
 
985
- .product-card-module-pLaiB .product-card-module-SnCvX {
996
+ .product-card-module-pLaiB .product-card-module-SnCvX {
986
997
  display: flex;
987
998
  width: 125px;
988
999
  justify-content: flex-end;
@@ -1340,9 +1351,9 @@
1340
1351
  .carousel-module-ealh- .carousel-module-IftbN.carousel-module-tPg7k::after {
1341
1352
  position: absolute;
1342
1353
  z-index: calc(var(--carousel-layer) - 1);
1343
- top: 0;
1354
+ top: -20%;
1344
1355
  width: calc((100vw - 100%) / 2);
1345
- height: 100%;
1356
+ height: 140%;
1346
1357
  background: var(--color-brand-white);
1347
1358
  content: '';
1348
1359
  opacity: 1;
@@ -1351,10 +1362,22 @@
1351
1362
 
1352
1363
  .carousel-module-ealh- .carousel-module-IftbN.carousel-module-tPg7k::before {
1353
1364
  left: calc(-1 * ((100vw - 100%) / 2));
1365
+ background: linear-gradient(
1366
+ -90deg,
1367
+ rgb(255 255 255 / 20%) 0,
1368
+ rgb(255 255 255 / 95%) 80px,
1369
+ rgb(255 255 255 / 100%) 100px
1370
+ );
1354
1371
  }
1355
1372
 
1356
1373
  .carousel-module-ealh- .carousel-module-IftbN.carousel-module-tPg7k::after {
1357
1374
  right: calc(-1 * ((100vw - 100%) / 2));
1375
+ background: linear-gradient(
1376
+ 90deg,
1377
+ rgb(255 255 255 / 20%) 0,
1378
+ rgb(255 255 255 / 95%) 80px,
1379
+ rgb(255 255 255 / 100%) 100px
1380
+ );
1358
1381
  }
1359
1382
 
1360
1383
  .carousel-module-ealh- .carousel-module-bUMlb {
@@ -1362,6 +1385,10 @@
1362
1385
  width: fit-content;
1363
1386
  }
1364
1387
 
1388
+ .carousel-module-ealh- .carousel-module-kcqEE {
1389
+ -webkit-tap-highlight-color: transparent;
1390
+ }
1391
+
1365
1392
  .carousel-module-ealh- .carousel-module-kcqEE.carousel-module-uCrOA {
1366
1393
  display: none;
1367
1394
  }
@@ -1457,10 +1484,15 @@
1457
1484
  --seperator-color: transparent;
1458
1485
  --accordion-padding-inline: 0;
1459
1486
  --accordion-padding-block: var(--space-16);
1460
- --accordion-title-border: none;
1461
- --accordion-item-border: none;
1487
+ --accordion-item-border-color: var(--seperator-color);
1488
+ --accordion-item-border-accentuated-color: var(--color-brand-dark-gray);
1489
+ --accordion-item-border: 1px solid var(--accordion-item-border-color);
1462
1490
  }
1463
1491
 
1492
+ .accordion-module-9WvAH.accordion-module-6CcEH {
1493
+ --accordion-padding-inline: var(--space-16);
1494
+ }
1495
+
1464
1496
  .accordion-module-9WvAH.accordion-module-CaVdG {
1465
1497
  --color: var(--color-white);
1466
1498
  }
@@ -1474,113 +1506,107 @@
1474
1506
  }
1475
1507
 
1476
1508
  .accordion-module-9WvAH.accordion-module-yOLrW {
1477
- --seperator-color: var(--color-gray-500);
1509
+ --seperator-color: var(--color-brand-medium-gray);
1478
1510
  }
1479
1511
 
1480
1512
  .accordion-module-9WvAH.accordion-module-yOLrW.accordion-module-CaVdG {
1481
1513
  --seperator-color: var(--color-white);
1482
1514
  }
1483
1515
 
1484
- .accordion-module-9WvAH.accordion-module-J1-Eb {
1485
- --accordion-title-border: 1px solid var(--seperator-color);
1516
+ .accordion-module-9WvAH .accordion-module-lf9d- {
1517
+ --transition-duration: 0.2s;
1486
1518
  }
1487
1519
 
1488
- .accordion-module-9WvAH.accordion-module-4LI1K {
1489
- --accordion-item-border: 1px solid var(--seperator-color);
1490
- }
1520
+ .accordion-module-9WvAH .accordion-module-lf9d- h3 {
1521
+ margin: 0;
1522
+ }
1491
1523
 
1492
- .accordion-module-6CcEH {
1493
- --accordion-padding-inline: var(--space-16);
1494
- }
1524
+ .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb {
1525
+ position: relative;
1526
+ display: flex;
1527
+ width: 100%;
1528
+ padding-right: var(--accordion-padding-inline);
1529
+ padding-left: var(--accordion-padding-inline);
1530
+ border: none;
1531
+ background: none;
1532
+ color: var(--color);
1533
+ cursor: pointer;
1534
+ font: inherit;
1535
+ font-size: var(--button-font-size);
1536
+ font-weight: var(--font-weight-bold);
1537
+ line-height: 1;
1538
+ padding-block: var(--accordion-padding-block);
1539
+ text-align: left;
1540
+ }
1495
1541
 
1496
- .accordion-module-lf9d- {
1497
- --transition-duration: 0.2s;
1542
+ .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb .accordion-module-Y50uq {
1543
+ margin-left: auto;
1544
+ }
1498
1545
 
1499
- border-bottom: var(--accordion-item-border);
1500
- }
1546
+ .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb .accordion-module-Y50uq svg {
1547
+ display: block;
1548
+ width: 16px;
1549
+ height: 16px;
1550
+ transform: rotate(0deg);
1551
+ transition: transform var(--transition-duration) ease;
1552
+ }
1501
1553
 
1502
- .accordion-module-lf9d- h3 {
1503
- margin: 0;
1504
- }
1554
+ .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb:focus-visible,
1555
+ .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb.accordion-module-M4BZs {
1556
+ box-shadow: var(--shadow-focus-outline-padded);
1557
+ outline: none;
1558
+ }
1505
1559
 
1506
- .accordion-module-lf9d- .accordion-module--Rwpb {
1507
- position: relative;
1508
- display: flex;
1509
- width: 100%;
1510
- padding-right: calc(var(--accordion-padding-inline) * 2);
1511
- padding-left: var(--accordion-padding-inline);
1512
- border: none;
1513
- border-bottom: var(--accordion-title-border);
1514
- background: none;
1515
- color: var(--color);
1516
- cursor: pointer;
1517
- font: inherit;
1518
- font-size: var(--button-font-size);
1519
- font-weight: var(--font-weight-bold);
1520
- line-height: 1;
1521
- padding-block: var(--accordion-padding-block);
1522
- text-align: left;
1523
- }
1560
+ .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb[disabled] {
1561
+ --color: var(--color-gray-100);
1562
+ }
1524
1563
 
1525
- .accordion-module-lf9d- .accordion-module--Rwpb .accordion-module-Y50uq {
1526
- margin-left: auto;
1564
+ .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module-KZjMo {
1565
+ display: grid;
1566
+ grid-template-rows: 0fr;
1567
+ transition:
1568
+ grid-template-rows var(--transition-duration) linear,
1569
+ padding-block var(--transition-duration) linear;
1527
1570
  }
1528
1571
 
1529
- .accordion-module-lf9d- .accordion-module--Rwpb .accordion-module-Y50uq svg {
1530
- display: block;
1531
- width: 16px;
1532
- height: 16px;
1533
- transform: rotate(0deg);
1534
- transition: transform var(--transition-duration) ease;
1572
+ .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module-KZjMo .accordion-module-ejMH3 {
1573
+ overflow: hidden;
1574
+ color: var(--color);
1535
1575
  }
1536
1576
 
1537
- .accordion-module-lf9d- .accordion-module--Rwpb:focus-visible,
1538
- .accordion-module-lf9d- .accordion-module--Rwpb.accordion-module-M4BZs {
1539
- box-shadow: var(--shadow-focus-outline-padded);
1540
- outline: none;
1577
+ .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-oTdZK {
1578
+ border-bottom: var(--accordion-item-border);
1541
1579
  }
1542
1580
 
1543
- .accordion-module-lf9d- .accordion-module--Rwpb[disabled] {
1544
- --color: var(--color-gray-100);
1581
+ .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-0mrLq {
1582
+ border-top: var(--accordion-item-border);
1545
1583
  }
1546
1584
 
1547
- .accordion-module-lf9d- .accordion-module-J1-Eb .accordion-module--Rwpb {
1548
- border-bottom: 1px solid var(--seperator-color);
1585
+ .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-aAr-R .accordion-module--Rwpb {
1586
+ border-bottom: var(--accordion-item-border);
1549
1587
  }
1550
1588
 
1551
- .accordion-module-lf9d- .accordion-module-KZjMo {
1552
- display: grid;
1553
- grid-template-rows: 0fr;
1554
- padding-inline: var(--accordion-padding-inline);
1555
- transition:
1556
- grid-template-rows var(--transition-duration) linear,
1557
- padding-block var(--transition-duration) linear;
1558
- }
1559
-
1560
- .accordion-module-lf9d- .accordion-module-KZjMo .accordion-module-ejMH3 {
1561
- overflow: hidden;
1562
- color: var(--color);
1589
+ .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-W0F1z.accordion-module-OB98a .accordion-module--Rwpb {
1590
+ border-bottom: solid 2px var(--accordion-item-border-accentuated-color);
1563
1591
  }
1564
1592
 
1565
- .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-Y50uq svg {
1566
- transform: rotate(-180deg);
1567
- }
1593
+ .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-Y50uq svg {
1594
+ transform: rotate(-180deg);
1595
+ }
1568
1596
 
1569
- .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-KZjMo {
1570
- padding-top: var(--space-16);
1571
- padding-bottom: var(--space-8);
1572
- grid-template-rows: 1fr;
1573
- }
1597
+ .accordion-module-9WvAH .accordion-module-lf9d-.accordion-module-W0F1z .accordion-module-KZjMo {
1598
+ grid-template-rows: 1fr;
1599
+ }
1574
1600
 
1575
- .accordion-module-lf9d-:has(.accordion-module--Rwpb[disabled]) {
1576
- border-color: var(--color-gray-100);
1577
- }
1601
+ .accordion-module-9WvAH .accordion-module-lf9d-:has(.accordion-module--Rwpb[disabled]) {
1602
+ border-color: var(--color-gray-100);
1603
+ }
1578
1604
 
1579
- @media (hover: hover) {
1580
- .accordion-module-lf9d- .accordion-module--Rwpb:hover {
1581
- background-color: var(--color-gray-100);
1582
- }
1583
- }
1605
+ @media (hover: hover) {
1606
+ .accordion-module-9WvAH .accordion-module-lf9d- .accordion-module--Rwpb:hover {
1607
+ background-color: var(--color-gray-100);
1608
+ }
1609
+ }
1584
1610
 
1585
1611
  .show-all-module-BDp21 {
1586
1612
  --transition-duration: 0.2s;
@@ -1623,7 +1649,7 @@
1623
1649
  transition: transform var(--transition-duration) ease;
1624
1650
  }
1625
1651
 
1626
- .show-all-module-BDp21.show-all-module-hQeGI button .show-all-module-fqncI {
1652
+ .show-all-module-BDp21.show-all-module-hQeGI .show-all-module-58e7Q .show-all-module-fqncI {
1627
1653
  transform: rotate(-180deg);
1628
1654
  }
1629
1655
 
@@ -1635,17 +1661,14 @@
1635
1661
  background-image: linear-gradient(to bottom, transparent, transparent);
1636
1662
  }
1637
1663
 
1638
- .multi-select-module-DC7Ix .multi-select-module-cwVFb {
1639
- display: grid;
1640
- margin-bottom: var(--space-8);
1641
- gap: var(--space-16);
1664
+ .show-all-module-BDp21.show-all-module-OhPfm .show-all-module-bEdda {
1665
+ grid-template-rows: 1fr;
1642
1666
  }
1643
1667
 
1644
- .multi-select-module-DC7Ix .multi-select-module-cwVFb.multi-select-module-o7yHU {
1645
- margin-top: var(--space-8);
1646
- }
1647
- .multi-select-module-DC7Ix .multi-select-module-OW-NK {
1668
+ .multi-select-module-DC7Ix .multi-select-module-OW-NK {
1648
1669
  display: flex;
1670
+ min-height: 32px;
1671
+ align-items: center;
1649
1672
  color: var(--color-brand-medium-gray);
1650
1673
  gap: var(--space-4);
1651
1674
  }
@@ -2022,7 +2045,7 @@
2022
2045
  }
2023
2046
 
2024
2047
  .product-overview-grid-module-MlUVA {
2025
- container-type: inline-size;
2048
+ position: relative;
2026
2049
  }
2027
2050
 
2028
2051
  .product-overview-grid-module-MlUVA:not(:last-child)::before {
@@ -2090,6 +2113,9 @@
2090
2113
  .product-overview-grid-module-MlUVA:nth-child(3n)::after {
2091
2114
  display: none;
2092
2115
  }
2116
+ .product-overview-grid-module-MlUVA:has(> :hover)::after, .product-overview-grid-module-MlUVA:has(+ .product-overview-grid-module-MlUVA:hover)::after {
2117
+ display: none;
2118
+ }
2093
2119
  }
2094
2120
 
2095
2121
  .loading-overlay-module-L67Gy {
@@ -2289,20 +2315,48 @@
2289
2315
  gap: 8px;
2290
2316
  }
2291
2317
 
2318
+ .product-carousel-module-DpUaX {
2319
+ display: flex;
2320
+ width: 100%;
2321
+ flex-direction: column;
2322
+ gap: var(--space-24);
2323
+ }
2324
+
2325
+ @media (width >= 768px) {
2326
+ .product-carousel-module-DpUaX .product-carousel-module-0ymqZ {
2327
+ align-self: center;
2328
+ }
2329
+ }
2330
+
2292
2331
  .product-carousel-module-XVTB1 {
2293
- --slide-width: 154px;
2332
+ --slide-width-normal: 300px;
2333
+ --slide-width-narrow: 154px;
2334
+ --slide-width-auto: auto;
2335
+ --slide-width: var(--slide-width-narrow);
2294
2336
 
2295
2337
  position: relative;
2296
2338
  }
2297
2339
 
2298
- .product-carousel-module-XVTB1 > * {
2340
+ .product-carousel-module-XVTB1.product-carousel-module-E2EUK {
2341
+ --slide-width: var(--slide-width-auto);
2342
+ }
2343
+
2344
+ .product-carousel-module-XVTB1.product-carousel-module-yrkV9 {
2345
+ --slide-width: var(--slide-width-narrow);
2346
+ }
2347
+
2348
+ .product-carousel-module-XVTB1.product-carousel-module-SzVga {
2349
+ --slide-width: var(--slide-width-normal);
2350
+ }
2351
+
2352
+ .product-carousel-module-XVTB1 > * {
2299
2353
  width: var(--slide-width);
2300
2354
  }
2301
2355
 
2302
- .product-carousel-module-XVTB1:not(:last-child)::after {
2356
+ .product-carousel-module-XVTB1:not(:first-child)::after {
2303
2357
  position: absolute;
2304
2358
  top: 0;
2305
- left: calc(100% + var(--column-gap) / 2);
2359
+ left: calc((var(--column-gap) / 2) * -1);
2306
2360
  width: 1px;
2307
2361
  height: 100%;
2308
2362
  background-image: linear-gradient(
@@ -2316,19 +2370,40 @@
2316
2370
  content: '';
2317
2371
  }
2318
2372
 
2319
- @media (hover: hover) {
2320
- .product-carousel-module-XVTB1:has(> :hover) {
2373
+ /* Hide the separator line between the cards when hovering */
2374
+
2375
+ @media (hover: hover) {
2376
+ .product-carousel-module-XVTB1:hover {
2321
2377
  z-index: 1;
2322
2378
  }
2323
- .product-carousel-module-XVTB1:has(> :hover)::after, .product-carousel-module-XVTB1:has(+ .product-carousel-module-XVTB1:hover)::after {
2379
+
2380
+ .product-carousel-module-XVTB1:hover::after {
2324
2381
  display: none;
2325
2382
  }
2383
+ .product-carousel-module-XVTB1:hover + .product-carousel-module-XVTB1::after {
2384
+ display: none;
2385
+ }
2326
2386
  }
2327
2387
 
2328
2388
  @media (width >= 768px) {
2329
2389
  .product-carousel-module-XVTB1 {
2330
- --slide-width: 192px;
2390
+ --slide-width-normal: 300px;
2391
+ --slide-width-narrow: 192px;
2392
+ --slide-width-auto: auto;
2393
+ --slide-width: var(--slide-width-narrow);
2331
2394
  }
2395
+
2396
+ .product-carousel-module-XVTB1.product-carousel-module-E2EUK {
2397
+ --slide-width: var(--slide-width-auto);
2398
+ }
2399
+
2400
+ .product-carousel-module-XVTB1.product-carousel-module-yrkV9 {
2401
+ --slide-width: var(--slide-width-narrow);
2402
+ }
2403
+
2404
+ .product-carousel-module-XVTB1.product-carousel-module-SzVga {
2405
+ --slide-width: var(--slide-width-normal);
2406
+ }
2332
2407
  }
2333
2408
 
2334
2409
  .images-grid-module-i5868 {
@@ -2339,6 +2414,8 @@
2339
2414
  }
2340
2415
 
2341
2416
  .images-grid-module-i5868 .images-grid-module-nY9-n {
2417
+ display: flex;
2418
+ aspect-ratio: 1;
2342
2419
  background-color: var(--color-gray-100);
2343
2420
  mix-blend-mode: multiply;
2344
2421
  outline: none;
@@ -2409,14 +2486,22 @@
2409
2486
  height: fit-content;
2410
2487
  }
2411
2488
 
2412
- @media(width >= 1024px) {
2489
+ .product-details-page-layout-module-IQFIn .product-details-page-layout-module-EDW8t,
2490
+ .product-details-page-layout-module-IQFIn .product-details-page-layout-module-GSMls {
2491
+ display: flex;
2492
+ flex-direction: column;
2493
+ align-items: center;
2494
+ gap: var(--space-24);
2495
+ }
2496
+
2497
+ @media (width >= 1024px) {
2413
2498
  .product-details-page-layout-module-IQFIn .product-details-page-layout-module--7oUp {
2414
2499
  gap: var(--space-24);
2415
2500
  grid-template-columns: 396px 1fr;
2416
2501
  }
2417
2502
  }
2418
2503
 
2419
- @media(width >= 1440px) {
2504
+ @media (width >= 1440px) {
2420
2505
  .product-details-page-layout-module-IQFIn .product-details-page-layout-module--7oUp {
2421
2506
  gap: var(--space-32);
2422
2507
  grid-template-columns: 600px 1fr;
@@ -2439,6 +2524,92 @@
2439
2524
  }
2440
2525
  }
2441
2526
 
2527
+ .feature-list-module-cxc8U {
2528
+ display: grid;
2529
+ grid-template-columns: auto minmax(50%, 1fr);
2530
+ }
2531
+
2532
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r {
2533
+ display: contents;
2534
+ }
2535
+
2536
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r:nth-child(odd) * {
2537
+ background-color: var(--color-brand-light-gray);
2538
+ }
2539
+
2540
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD {
2541
+ color: var(--color-brand-dark-gray);
2542
+ line-height: 24px;
2543
+ padding-block: 12px;
2544
+ padding-inline: 14px;
2545
+ }
2546
+
2547
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-Tw0KD:empty {
2548
+ padding: 0;
2549
+ }
2550
+
2551
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-J6Xfj {
2552
+ font-weight: bold;
2553
+ }
2554
+
2555
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-J6Xfj.feature-list-module-deI1- {
2556
+ text-align: right;
2557
+ }
2558
+
2559
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 {
2560
+ display: flex;
2561
+ flex-direction: column;
2562
+ }
2563
+
2564
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1.feature-list-module-deI1- {
2565
+ align-items: flex-end;
2566
+ text-align: right;
2567
+ }
2568
+
2569
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 svg.feature-list-module-ojZvf {
2570
+ color: var(--color-status-available);
2571
+ }
2572
+
2573
+ .feature-list-module-cxc8U .feature-list-module-tTJ2r .feature-list-module-CqSj1 svg.feature-list-module-4IjrA {
2574
+ color: var(--color-status-unavailable);
2575
+ }
2576
+
2577
+ .download-document-list-module-Z023h {
2578
+ display: flex;
2579
+ flex-direction: row;
2580
+ align-items: center;
2581
+ color: var(--color-brand-black);
2582
+ gap: 5px;
2583
+ }
2584
+
2585
+ .download-document-list-module-Z023h a {
2586
+ color: var(--color-brand-dark-gray);
2587
+ text-decoration: none;
2588
+ }
2589
+
2590
+ .download-document-list-module-Z023h a:hover {
2591
+ color: var(--color-brand-red);
2592
+ }
2593
+
2594
+ .download-document-list-module-Z023h svg {
2595
+ width: 20px;
2596
+ height: 20px;
2597
+ }
2598
+
2599
+ .product-details-panel-module-BqSmY {
2600
+ color: var(--color-brand-dark-gray);
2601
+ font-size: 16px;
2602
+ font-stretch: normal;
2603
+ font-style: normal;
2604
+ font-weight: normal;
2605
+ letter-spacing: normal;
2606
+ line-height: 1.5;
2607
+ }
2608
+
2609
+ .product-details-panel-module-J060x {
2610
+ margin-bottom: var(--space-24);
2611
+ }
2612
+
2442
2613
  .filter-section-module-q1Ob8 {
2443
2614
  --border-bottom: 1px solid var(--color-brand-medium-gray);
2444
2615
 
@@ -2472,18 +2643,11 @@
2472
2643
  }
2473
2644
 
2474
2645
  .filter-section-module-q1Ob8 .filter-section-module-15-YW {
2475
- display: grid;
2476
- padding-block: var(--space-8);
2646
+ display: flex;
2647
+ flex-direction: column;
2648
+ padding-block: var(--space-4);
2477
2649
  }
2478
2650
 
2479
- .filter-section-module-q1Ob8:where(.filter-section-module-crU-3) .filter-section-module-15-YW {
2480
- gap: var(--space-8);
2481
- }
2482
-
2483
- .filter-section-module-q1Ob8:where(.filter-section-module-vHRQu) .filter-section-module-15-YW {
2484
- gap: var(--space-16);
2485
- }
2486
-
2487
2651
  .filter-section-module-q1Ob8:where(.filter-section-module-dGcTY) {
2488
2652
  border-bottom: unset;
2489
2653
  }
@@ -2492,6 +2656,12 @@
2492
2656
  border-bottom: var(--border-bottom);
2493
2657
  }
2494
2658
 
2659
+ .filter-section-module-n-AWg {
2660
+ display: flex;
2661
+ min-height: 32px;
2662
+ align-items: center;
2663
+ }
2664
+
2495
2665
  .algolia-filter-panel-module-GfhOO {
2496
2666
  --padding: var(--space-16);
2497
2667
 
@@ -2526,11 +2696,14 @@
2526
2696
  }
2527
2697
 
2528
2698
  .algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-LKet3.algolia-filter-panel-module-yf8kI {
2529
- cursor: default;
2530
2699
  font-weight: var(--font-weight-bold);
2531
2700
  opacity: 1;
2532
2701
  }
2533
2702
 
2703
+ .algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-LKet3[data-disabled] {
2704
+ cursor: default;
2705
+ }
2706
+
2534
2707
  .algolia-filter-panel-module-GfhOO .algolia-filter-panel-module-LKet3:not(.algolia-filter-panel-module-yf8kI) .algolia-filter-panel-module-gQzED {
2535
2708
  text-decoration: underline;
2536
2709
  }
@@ -2567,16 +2740,14 @@
2567
2740
  line-height: 32px;
2568
2741
  }
2569
2742
 
2570
- .active-filters-module-u9TTE {
2571
- --spacing: var(--space-16);
2572
-
2573
- display: grid;
2574
- }
2575
-
2576
- .active-filters-module-u9TTE .active-filters-module-CIuPU {
2743
+ .active-filters-module-Rrmhy .active-filters-module-CIuPU {
2577
2744
  font-weight: var(--font-weight-bold);
2578
2745
  }
2579
2746
 
2747
+ .active-filters-module-Ud9kZ {
2748
+ margin-right: -16px;
2749
+ }
2750
+
2580
2751
  .pagination-module-k4OgY,
2581
2752
  .pagination-module-oq89A {
2582
2753
  display: flex;
@@ -3385,7 +3556,10 @@
3385
3556
  }
3386
3557
 
3387
3558
  .search-list-item-module-WXp77 .search-list-item-module-YJvJm {
3559
+ height: 32px;
3388
3560
  min-height: 32px;
3561
+ max-height: 32px;
3562
+ margin-right: -16px;
3389
3563
  }
3390
3564
 
3391
3565
  .search-list-item-module-WXp77:hover {