@asante-org/leybold-design-system 1.3.0 → 1.3.2

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.
@@ -565,7 +565,6 @@
565
565
  .Button-module__button--disabled___IuOY8 {
566
566
  opacity: 0.5;
567
567
  cursor: not-allowed;
568
- pointer-events: none;
569
568
  }
570
569
  .Button-module__button__icon___hlcHo {
571
570
  display: inline-flex;
@@ -580,6 +579,236 @@
580
579
  .Button-module__button__icon--right___-pGHl {
581
580
  order: 1;
582
581
  }
582
+ .Image-module__imageContainer___iD5Kd {
583
+ position: relative;
584
+ display: block;
585
+ overflow: hidden;
586
+ border-radius: 0.25rem;
587
+ }
588
+ .Image-module__imageContainer___iD5Kd.Image-module__loading___Sh1zO .Image-module__image___1pa50 {
589
+ opacity: 0;
590
+ }
591
+ .Image-module__imageContainer___iD5Kd.Image-module__error___0LGZ2 .Image-module__image___1pa50 {
592
+ display: none;
593
+ }
594
+
595
+ .Image-module__image___1pa50 {
596
+ display: block;
597
+ width: 100%;
598
+ height: 100%;
599
+ opacity: 1;
600
+ transition: opacity 0.3s ease-in-out;
601
+ }
602
+
603
+ .Image-module__skeleton___0bGS6 {
604
+ position: absolute;
605
+ inset: 0;
606
+ background-color: #e5e7eb;
607
+ overflow: hidden;
608
+ }
609
+
610
+ .Image-module__shimmer___aanrl {
611
+ position: absolute;
612
+ inset: 0;
613
+ transform: translateX(-100%);
614
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
615
+ animation: Image-module__shimmer___aanrl 1.5s infinite;
616
+ }
617
+
618
+ @keyframes Image-module__shimmer___aanrl {
619
+ 100% {
620
+ transform: translateX(100%);
621
+ }
622
+ }
623
+ .Image-module__errorState___TjV-8 {
624
+ position: absolute;
625
+ inset: 0;
626
+ display: flex;
627
+ flex-direction: column;
628
+ align-items: center;
629
+ justify-content: center;
630
+ gap: 0.5rem;
631
+ background-color: #f9fafb;
632
+ color: #9ca3af;
633
+ }
634
+
635
+ .Image-module__errorIcon___QCKvj {
636
+ width: 2rem;
637
+ height: 2rem;
638
+ opacity: 0.6;
639
+ }
640
+
641
+ .Image-module__errorText___Q8pnb {
642
+ font-size: 0.75rem;
643
+ font-weight: 500;
644
+ }
645
+
646
+ .Image-module__imageContainer___iD5Kd[style*="aspect-ratio: 1"] {
647
+ aspect-ratio: 1/1;
648
+ }
649
+ .Image-module__imageContainer___iD5Kd[style*="aspect-ratio: 16"] {
650
+ aspect-ratio: 16/9;
651
+ }
652
+ .Image-module__imageContainer___iD5Kd[style*="aspect-ratio: 4"] {
653
+ aspect-ratio: 4/3;
654
+ }
655
+
656
+ .Image-module__imageContainer___iD5Kd:focus-visible {
657
+ outline: 2px solid #0066cc;
658
+ outline-offset: 2px;
659
+ }
660
+ :root {
661
+ --leybold-red: #e2001a;
662
+ --leybold-black: #000000;
663
+ --leybold-white: #ffffff;
664
+ --leybold-blue-grey: #546672;
665
+ --leybold-white-aluminium: #dae0e3;
666
+ --leybold-window-gray: #99a1ab;
667
+ --leybold-light-grey: #c5c7c4;
668
+ --leybold-very-light-grey: #f5f5f5;
669
+ --leybold-slate-gray: #4a4e54;
670
+ --leybold-anthracite-gray: #383e42;
671
+ --leybold-orange: #d18e56;
672
+ --leybold-yellow: #edd163;
673
+ --leybold-green: #6ea67b;
674
+ --leybold-purple: #732d5d;
675
+ --leybold-purple-gray: #945e67;
676
+ --leybold-blue: #2b4679;
677
+ --leybold-light-blue: #3f6a98;
678
+ --leybold-blue-green: #39788e;
679
+ --leybold-green-gray: #6d8f9f;
680
+ --color-primary: #e2001a;
681
+ --color-secondary: #546672;
682
+ --color-success: #6ea67b;
683
+ --color-danger: #e2001a;
684
+ --color-warning: #d18e56;
685
+ --color-info: #3f6a98;
686
+ --text-primary: #000000;
687
+ --text-secondary: #4a4e54;
688
+ --text-muted: #99a1ab;
689
+ --text-inverse: #ffffff;
690
+ --bg-primary: #ffffff;
691
+ --bg-secondary: #dae0e3;
692
+ --bg-dark: #383e42;
693
+ --border-color: #c5c7c4;
694
+ --border-color-dark: #4a4e54;
695
+ --font-family-base: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
696
+ --h1-mobile-size: 32px;
697
+ --h1-mobile-line-height: 1.2;
698
+ --h2-mobile-size: 24px;
699
+ --h2-mobile-line-height: 1.2;
700
+ --h3-mobile-size: 18px;
701
+ --h3-mobile-line-height: 1.6;
702
+ --h4-mobile-size: 16px;
703
+ --h4-mobile-line-height: 1.55;
704
+ --h5-mobile-size: 14px;
705
+ --h5-mobile-line-height: 1.5;
706
+ --body-mobile-size: 14px;
707
+ --body-mobile-line-height: 1.5;
708
+ --h1-desktop-size: 55px;
709
+ --h1-desktop-line-height: 1.15;
710
+ --h1-desktop-letter-spacing: -0.02em;
711
+ --h2-desktop-size: 40px;
712
+ --h2-desktop-line-height: 1.2;
713
+ --h2-desktop-letter-spacing: -0.01em;
714
+ --h3-desktop-size: 32px;
715
+ --h3-desktop-line-height: 1.2;
716
+ --h4-desktop-size: 24px;
717
+ --h4-desktop-line-height: 1.2;
718
+ --h5-desktop-size: 18px;
719
+ --h5-desktop-line-height: 1.6;
720
+ --body-desktop-size: 18px;
721
+ --body-desktop-line-height: 1.6;
722
+ --text-lg-size: 27px;
723
+ --text-lg-line-height: 1.4;
724
+ --text-xl-size: 36px;
725
+ --text-xl-line-height: 1.4;
726
+ --text-xxl-size: 64px;
727
+ --text-xxl-line-height: 1;
728
+ }
729
+
730
+ .CarouselCard-module__carouselCard___7SltX {
731
+ display: block;
732
+ position: relative;
733
+ text-decoration: none;
734
+ height: 341px;
735
+ overflow: visible;
736
+ }
737
+ @media (min-width: 768px) {
738
+ .CarouselCard-module__carouselCard___7SltX {
739
+ height: 297px;
740
+ }
741
+ }
742
+ .CarouselCard-module__carouselCard___7SltX:focus-visible {
743
+ outline: 2px solid #000000;
744
+ outline-offset: 2px;
745
+ }
746
+ .CarouselCard-module__carouselCard___7SltX:hover .CarouselCard-module__carouselCard__content___SEDzm {
747
+ box-shadow: 3px 6px 12px -3px rgba(0, 0, 0, 0.4);
748
+ }
749
+ .CarouselCard-module__carouselCard___7SltX:hover .CarouselCard-module__carouselCard__linkText___fe3NV {
750
+ text-decoration: underline;
751
+ }
752
+ .CarouselCard-module__carouselCard___7SltX:hover .CarouselCard-module__carouselCard__icon___sQ26Z {
753
+ transform: translateX(16px);
754
+ }
755
+ .CarouselCard-module__carouselCard___7SltX:focus-visible .CarouselCard-module__carouselCard__icon___sQ26Z {
756
+ transform: translateX(16px);
757
+ }
758
+
759
+ .CarouselCard-module__carouselCard__imageWrapper___i-uYe {
760
+ position: relative;
761
+ width: 100%;
762
+ height: 245px;
763
+ overflow: hidden;
764
+ }
765
+ @media (min-width: 768px) {
766
+ .CarouselCard-module__carouselCard__imageWrapper___i-uYe {
767
+ height: 216px;
768
+ }
769
+ }
770
+
771
+ .CarouselCard-module__carouselCard__content___SEDzm {
772
+ position: absolute;
773
+ left: 20px;
774
+ bottom: 0;
775
+ width: calc(100% - 40px);
776
+ max-width: 300px;
777
+ background-color: #ffffff;
778
+ padding: 24px;
779
+ box-shadow: 3px 6px 8px -5px rgba(0, 0, 0, 0.3);
780
+ transition: box-shadow 0.2s ease-in-out;
781
+ }
782
+ @media (min-width: 768px) {
783
+ .CarouselCard-module__carouselCard__content___SEDzm {
784
+ padding-left: 20px;
785
+ max-width: 382px;
786
+ }
787
+ }
788
+
789
+ .CarouselCard-module__carouselCard__title___PN7o3 {
790
+ font-family: var(--font-family-base);
791
+ font-weight: 700;
792
+ font-size: var(--h5-desktop-size);
793
+ line-height: 1.6;
794
+ color: #4a4e54;
795
+ margin: 0 0 8px;
796
+ }
797
+
798
+ .CarouselCard-module__carouselCard__linkText___fe3NV {
799
+ display: inline-flex;
800
+ align-items: center;
801
+ gap: 0.5rem;
802
+ height: 44px;
803
+ color: #e2001a;
804
+ text-transform: uppercase;
805
+ font-weight: 500;
806
+ }
807
+
808
+ .CarouselCard-module__carouselCard__icon___sQ26Z {
809
+ display: inline-flex;
810
+ transition: transform 0.2s ease-in-out;
811
+ }
583
812
  :root {
584
813
  --leybold-red: #e2001a;
585
814
  --leybold-black: #000000;
@@ -918,7 +1147,7 @@
918
1147
  font-size: var(--h4-mobile-size);
919
1148
  font-weight: 400;
920
1149
  line-height: 1.5;
921
- color: #99a1ab;
1150
+ color: var(--leybold-white-aluminium);
922
1151
  text-decoration: none;
923
1152
  }
924
1153
  .Footer-module__footer__link___G5HPW:hover, .Footer-module__footer__link--hover___5PxzS {
@@ -1421,6 +1650,13 @@
1421
1650
  outline: 1px solid black;
1422
1651
  outline-offset: 1px;
1423
1652
  }
1653
+ .ProductCardHorizontal-module__productCard___Nl4jK {
1654
+ /* When the card is rendered inside instant-search results, it also receives a global
1655
+ `search-result` (or `search-results`) class. Remove the wrapper shadow in that case. */
1656
+ }
1657
+ .ProductCardHorizontal-module__productCard___Nl4jK.search-result > div, .ProductCardHorizontal-module__productCard___Nl4jK.search-results > div {
1658
+ box-shadow: none !important;
1659
+ }
1424
1660
 
1425
1661
  .ProductCardHorizontal-module__productWrapper___gs8fn {
1426
1662
  display: flex;
@@ -1565,84 +1801,6 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
1565
1801
  color: #e2001a;
1566
1802
  flex-shrink: 0;
1567
1803
  }
1568
- .Image-module__imageContainer___iD5Kd {
1569
- position: relative;
1570
- display: block;
1571
- overflow: hidden;
1572
- border-radius: 0.25rem;
1573
- }
1574
- .Image-module__imageContainer___iD5Kd.Image-module__loading___Sh1zO .Image-module__image___1pa50 {
1575
- opacity: 0;
1576
- }
1577
- .Image-module__imageContainer___iD5Kd.Image-module__error___0LGZ2 .Image-module__image___1pa50 {
1578
- display: none;
1579
- }
1580
-
1581
- .Image-module__image___1pa50 {
1582
- display: block;
1583
- width: 100%;
1584
- height: 100%;
1585
- opacity: 1;
1586
- transition: opacity 0.3s ease-in-out;
1587
- }
1588
-
1589
- .Image-module__skeleton___0bGS6 {
1590
- position: absolute;
1591
- inset: 0;
1592
- background-color: #e5e7eb;
1593
- overflow: hidden;
1594
- }
1595
-
1596
- .Image-module__shimmer___aanrl {
1597
- position: absolute;
1598
- inset: 0;
1599
- transform: translateX(-100%);
1600
- background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
1601
- animation: Image-module__shimmer___aanrl 1.5s infinite;
1602
- }
1603
-
1604
- @keyframes Image-module__shimmer___aanrl {
1605
- 100% {
1606
- transform: translateX(100%);
1607
- }
1608
- }
1609
- .Image-module__errorState___TjV-8 {
1610
- position: absolute;
1611
- inset: 0;
1612
- display: flex;
1613
- flex-direction: column;
1614
- align-items: center;
1615
- justify-content: center;
1616
- gap: 0.5rem;
1617
- background-color: #f9fafb;
1618
- color: #9ca3af;
1619
- }
1620
-
1621
- .Image-module__errorIcon___QCKvj {
1622
- width: 2rem;
1623
- height: 2rem;
1624
- opacity: 0.6;
1625
- }
1626
-
1627
- .Image-module__errorText___Q8pnb {
1628
- font-size: 0.75rem;
1629
- font-weight: 500;
1630
- }
1631
-
1632
- .Image-module__imageContainer___iD5Kd[style*="aspect-ratio: 1"] {
1633
- aspect-ratio: 1/1;
1634
- }
1635
- .Image-module__imageContainer___iD5Kd[style*="aspect-ratio: 16"] {
1636
- aspect-ratio: 16/9;
1637
- }
1638
- .Image-module__imageContainer___iD5Kd[style*="aspect-ratio: 4"] {
1639
- aspect-ratio: 4/3;
1640
- }
1641
-
1642
- .Image-module__imageContainer___iD5Kd:focus-visible {
1643
- outline: 2px solid #0066cc;
1644
- outline-offset: 2px;
1645
- }
1646
1804
  :root {
1647
1805
  --leybold-red: #e2001a;
1648
1806
  --leybold-black: #000000;
@@ -3106,28 +3264,84 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
3106
3264
  --text-xxl-line-height: 1;
3107
3265
  }
3108
3266
 
3267
+ @keyframes SearchModal-module__overlayFadeIn___jG6GU {
3268
+ from {
3269
+ opacity: 0;
3270
+ }
3271
+ to {
3272
+ opacity: 1;
3273
+ }
3274
+ }
3275
+ @keyframes SearchModal-module__overlayFadeOut___kZjiG {
3276
+ from {
3277
+ opacity: 1;
3278
+ }
3279
+ to {
3280
+ opacity: 0;
3281
+ }
3282
+ }
3283
+ @keyframes SearchModal-module__modalEnterFromBottom___-5BH4 {
3284
+ from {
3285
+ opacity: 0;
3286
+ transform: translateY(52px);
3287
+ }
3288
+ to {
3289
+ opacity: 1;
3290
+ transform: translateY(0);
3291
+ }
3292
+ }
3293
+ @keyframes SearchModal-module__modalExitToBottom___cOVuu {
3294
+ from {
3295
+ opacity: 1;
3296
+ transform: translateY(0);
3297
+ }
3298
+ to {
3299
+ opacity: 0;
3300
+ transform: translateY(52px);
3301
+ }
3302
+ }
3109
3303
  .SearchModal-module__overlay___Vbvg9 {
3110
3304
  position: fixed;
3111
3305
  top: 0;
3112
3306
  left: 0;
3113
3307
  right: 0;
3114
3308
  bottom: 0;
3115
- background-color: rgba(0, 0, 0, 0.5);
3309
+ background-color: transparent;
3116
3310
  display: flex;
3117
3311
  align-items: flex-start;
3118
3312
  justify-content: center;
3119
3313
  padding: 2rem 1rem;
3120
3314
  z-index: 1000;
3121
3315
  overflow-y: auto;
3316
+ isolation: isolate;
3317
+ }
3318
+ .SearchModal-module__overlay___Vbvg9::before {
3319
+ content: "";
3320
+ position: absolute;
3321
+ inset: 0;
3322
+ background-color: rgba(0, 0, 0, 0.5);
3323
+ opacity: 0;
3324
+ pointer-events: none;
3325
+ z-index: 0;
3326
+ }
3327
+
3328
+ .SearchModal-module__overlayOpen___Ipajg::before {
3329
+ animation: SearchModal-module__overlayFadeIn___jG6GU 300ms ease-out forwards;
3330
+ }
3331
+
3332
+ .SearchModal-module__overlayClosing___yXsw3::before {
3333
+ opacity: 1;
3334
+ animation: SearchModal-module__overlayFadeOut___kZjiG 250ms ease-in forwards;
3335
+ animation-delay: 350ms;
3122
3336
  }
3123
3337
 
3124
3338
  .SearchModal-module__modal___1k5gO {
3125
3339
  position: relative;
3340
+ z-index: 1;
3126
3341
  background-color: #ffffff;
3127
3342
  border-radius: 0;
3128
3343
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
3129
3344
  width: 100%;
3130
- max-width: 1200px;
3131
3345
  max-height: calc(100vh - 4rem);
3132
3346
  display: flex;
3133
3347
  flex-direction: column;
@@ -3137,6 +3351,34 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
3137
3351
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.5), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
3138
3352
  }
3139
3353
 
3354
+ .SearchModal-module__modalOpen___t3hpr {
3355
+ opacity: 0;
3356
+ transform: translateY(52px);
3357
+ animation: SearchModal-module__modalEnterFromBottom___-5BH4 600ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
3358
+ animation-delay: 120ms;
3359
+ }
3360
+
3361
+ .SearchModal-module__modalClosing___W3m8i {
3362
+ opacity: 1;
3363
+ transform: translateY(0);
3364
+ animation: SearchModal-module__modalExitToBottom___cOVuu 350ms cubic-bezier(0.4, 0, 1, 1) forwards;
3365
+ }
3366
+
3367
+ @media (prefers-reduced-motion: reduce) {
3368
+ .SearchModal-module__overlay___Vbvg9::before {
3369
+ animation: none;
3370
+ opacity: 1;
3371
+ }
3372
+ .SearchModal-module__modal___1k5gO {
3373
+ animation: none;
3374
+ opacity: 1;
3375
+ transform: none;
3376
+ }
3377
+ .SearchModal-module__overlayClosing___yXsw3::before {
3378
+ animation: none;
3379
+ opacity: 0;
3380
+ }
3381
+ }
3140
3382
  .SearchModal-module__header___I79uH {
3141
3383
  display: flex;
3142
3384
  align-items: center;
@@ -3237,6 +3479,28 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
3237
3479
  }
3238
3480
  }
3239
3481
 
3482
+ .SearchModal-module__closeButtonMobileWrapper___LSynI {
3483
+ display: contents;
3484
+ }
3485
+ @media (max-width: 768px) {
3486
+ .SearchModal-module__closeButtonMobileWrapper___LSynI {
3487
+ display: flex;
3488
+ justify-content: flex-end;
3489
+ width: 100%;
3490
+ overflow: hidden;
3491
+ max-height: 48px;
3492
+ opacity: 1;
3493
+ transform: translateY(0);
3494
+ transition: max-height 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
3495
+ }
3496
+ .SearchModal-module__closeButtonMobileWrapperHidden___O9nRE {
3497
+ max-height: 0;
3498
+ opacity: 0;
3499
+ transform: translateY(-12px);
3500
+ pointer-events: none;
3501
+ }
3502
+ }
3503
+
3240
3504
  .SearchModal-module__stickyHeader___wp-gA {
3241
3505
  display: none;
3242
3506
  }
@@ -3251,6 +3515,10 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
3251
3515
  padding: 18px;
3252
3516
  gap: 18px;
3253
3517
  flex-shrink: 0;
3518
+ transition: gap 0.3s ease-out;
3519
+ }
3520
+ .SearchModal-module__stickyHeaderHidden___-UI7O {
3521
+ gap: 0;
3254
3522
  }
3255
3523
  }
3256
3524
 
@@ -3260,6 +3528,8 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
3260
3528
  padding: 1.5rem;
3261
3529
  display: flex;
3262
3530
  flex-direction: column;
3531
+ width: 100%;
3532
+ margin: 0 auto;
3263
3533
  }
3264
3534
  @media (max-width: 768px) {
3265
3535
  .SearchModal-module__scrollableContent___lrZP3 {
@@ -3378,7 +3648,8 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
3378
3648
  .SearchBar-module__inputWrapper___-4wrM {
3379
3649
  border: 1px solid rgba(0, 0, 0, 0.16);
3380
3650
  border-radius: 0;
3381
- padding: 12px;
3651
+ padding: 13px;
3652
+ height: 100%;
3382
3653
  }
3383
3654
  }
3384
3655
 
@@ -3609,6 +3880,10 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
3609
3880
  .ContentCardHorizontal-module__contentCard--results-view___oBP2u:hover {
3610
3881
  border-left-color: #e2001a;
3611
3882
  }
3883
+ .ContentCardHorizontal-module__contentCard--results-view___oBP2u:hover h3 {
3884
+ text-decoration: underline;
3885
+ text-underline-offset: 6px;
3886
+ }
3612
3887
  .ContentCardHorizontal-module__contentCard--results-view___oBP2u:focus-visible {
3613
3888
  outline: 1px solid #000000;
3614
3889
  outline-offset: 2px;
@@ -3638,10 +3913,9 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
3638
3913
  font-size: 9px;
3639
3914
  }
3640
3915
  }
3641
- .ContentCardHorizontal-module__contentCategory___NssVD::after {
3642
- content: "|";
3643
- color: #99a1ab;
3644
- font-weight: 400;
3916
+ .ContentCardHorizontal-module__contentCategory___NssVD.separator {
3917
+ position: relative;
3918
+ color: var(--leybold-light-grey);
3645
3919
  }
3646
3920
 
3647
3921
  .ContentCardHorizontal-module__contentMetaText___muYBN {
@@ -4241,6 +4515,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
4241
4515
  }
4242
4516
 
4243
4517
  .Filters-module__filterItem___lA2rv {
4518
+ position: relative;
4244
4519
  display: flex;
4245
4520
  align-items: center;
4246
4521
  gap: 10px;
@@ -4263,9 +4538,20 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
4263
4538
  .Filters-module__filterCheckboxInput___NAcGz {
4264
4539
  position: absolute;
4265
4540
  opacity: 0;
4266
- width: 0;
4267
- height: 0;
4268
- pointer-events: none;
4541
+ width: 1px;
4542
+ height: 1px;
4543
+ margin: -1px;
4544
+ padding: 0;
4545
+ border: 0;
4546
+ overflow: hidden;
4547
+ clip: rect(0 0 0 0);
4548
+ clip-path: inset(50%);
4549
+ white-space: nowrap;
4550
+ }
4551
+
4552
+ .Filters-module__filterCheckboxInput___NAcGz:focus-visible + .Filters-module__filterCheckbox___9In3q {
4553
+ outline: 1px solid #000000;
4554
+ outline-offset: 2px;
4269
4555
  }
4270
4556
 
4271
4557
  .Filters-module__filterCheckbox___9In3q {
@@ -4611,6 +4897,13 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
4611
4897
  object-fit: contain;
4612
4898
  }
4613
4899
 
4900
+ .ProductCardVertical-module__productCardVertical__placeholderImage___w0sd0 {
4901
+ padding: 0 5px;
4902
+ box-sizing: border-box;
4903
+ border-radius: 0 !important;
4904
+ background-color: var(--leybold-white-aluminium);
4905
+ }
4906
+
4614
4907
  .ProductCardVertical-module__productCardVertical__content___sZdOs {
4615
4908
  display: flex;
4616
4909
  flex-direction: column;
@@ -4881,6 +5174,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
4881
5174
  display: grid;
4882
5175
  grid-template-columns: 300px 1fr;
4883
5176
  gap: 38px;
5177
+ align-items: start;
4884
5178
  }
4885
5179
  @media (max-width: 768px) {
4886
5180
  .ResultsView-module__resultsContainer___J4URa {
@@ -4893,7 +5187,12 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
4893
5187
  display: flex;
4894
5188
  flex-direction: column;
4895
5189
  gap: 36px;
4896
- padding-bottom: 4rem;
5190
+ position: sticky;
5191
+ top: 0;
5192
+ align-self: start;
5193
+ max-height: calc(100vh - 4rem);
5194
+ overflow-y: auto;
5195
+ padding-bottom: 1.5rem;
4897
5196
  }
4898
5197
  @media (max-width: 768px) {
4899
5198
  .ResultsView-module__sidebar___nQq5J {
@@ -4915,7 +5214,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
4915
5214
  gap: 18px;
4916
5215
  align-items: stretch;
4917
5216
  }
4918
- @media (max-width: 768px) {
5217
+ @media (max-width: 992px) {
4919
5218
  .ResultsView-module__productsGrid___gnAQ- {
4920
5219
  grid-template-columns: repeat(2, 1fr);
4921
5220
  gap: 9px;
@@ -5162,6 +5461,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
5162
5461
  .TabButton-module__tabButton--desktop___fbAaC:not(.TabButton-module__tabButton--active___gj6Jp) {
5163
5462
  background: #99a1ab;
5164
5463
  color: #ffffff;
5464
+ border-radius: 0;
5165
5465
  height: 44px;
5166
5466
  }
5167
5467
  .TabButton-module__tabButton--desktop___fbAaC:not(.TabButton-module__tabButton--active___gj6Jp):hover {
@@ -5444,10 +5744,17 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
5444
5744
  opacity: 0;
5445
5745
  pointer-events: none;
5446
5746
  transition: opacity 0.3s ease-out;
5747
+ transition-delay: 0s;
5447
5748
  }
5448
5749
  .FilterDrawer-module__drawerOverlay--open___blJZo {
5449
5750
  opacity: 1;
5450
5751
  pointer-events: auto;
5752
+ transition-delay: 0s;
5753
+ }
5754
+ .FilterDrawer-module__drawerOverlay--closing___diQr0 {
5755
+ opacity: 0;
5756
+ pointer-events: none;
5757
+ transition-delay: 0.3s;
5451
5758
  }
5452
5759
 
5453
5760
  .FilterDrawer-module__drawerPanel___35h-U {
@@ -5459,6 +5766,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
5459
5766
  background: #f5f5f5;
5460
5767
  transform: translateX(-100%);
5461
5768
  transition: transform 0.3s ease-out;
5769
+ transition-delay: 0s;
5462
5770
  overflow-y: auto;
5463
5771
  display: flex;
5464
5772
  flex-direction: column;
@@ -5466,6 +5774,7 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
5466
5774
  }
5467
5775
  .FilterDrawer-module__drawerPanel--open___Fw1SY {
5468
5776
  transform: translateX(0);
5777
+ transition-delay: 0.3s;
5469
5778
  }
5470
5779
  .FilterDrawer-module__drawerPanel___35h-U:focus-visible {
5471
5780
  outline: none;
@@ -5484,6 +5793,9 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
5484
5793
  display: flex;
5485
5794
  align-items: center;
5486
5795
  justify-content: center;
5796
+ opacity: 1;
5797
+ transform: translateY(0);
5798
+ transition: opacity 0.2s ease-out, transform 0.2s ease-out;
5487
5799
  }
5488
5800
  .FilterDrawer-module__drawerCloseButton___cfMmf svg {
5489
5801
  stroke: #ffffff;
@@ -5587,7 +5899,9 @@ h3.ProductCardHorizontal-module__productTitle___xBuu7 {
5587
5899
  }
5588
5900
 
5589
5901
  .FederatedSearchExperience-module__searchExperience___gug9X {
5902
+ max-width: 1280px;
5590
5903
  width: 100%;
5904
+ margin: 0 auto;
5591
5905
  min-height: 400px;
5592
5906
  }
5593
5907