@sonic-equipment/ui 0.0.76 → 0.0.78
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/index.d.ts +21 -8
- package/dist/index.js +832 -229
- package/dist/src/buttons/link/link.d.ts +1 -1
- package/dist/src/carousel/usp-carousel/usp-carousel.d.ts +8 -0
- package/dist/src/media/image/image.d.ts +12 -2
- package/dist/src/pages/product-listing-page/product-listing-page-category-carousel/product-listing-page-category-carousel.d.ts +3 -0
- package/dist/src/pages/search-result-page/search-results-page-category-carousel/search-results-page-category-carousel.d.ts +1 -0
- package/dist/src/shared/api/bff/model/bff.model.d.ts +9 -1
- package/dist/src/shared/feature-flags/feature-flags.stories.d.ts +9 -0
- package/dist/src/shared/feature-flags/use-feature-flags.d.ts +8 -5
- package/dist/src/shared/model/category.d.ts +12 -0
- package/dist/src/shared/model/image.d.ts +2 -2
- package/dist/src/usp/product-usp.d.ts +5 -0
- package/dist/styles.css +482 -127
- package/package.json +1 -1
- package/dist/src/carousel/category-carousel/connected-category-carousel.d.ts +0 -1
package/dist/styles.css
CHANGED
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
--line-height-22: 1.375rem;
|
|
40
40
|
--line-height-24: 1.5rem;
|
|
41
41
|
--line-height-28: 1.75rem;
|
|
42
|
+
--line-height-32: 2rem;
|
|
42
43
|
--line-height-38: 2.375rem;
|
|
43
44
|
--line-height-42: 2.625rem;
|
|
44
45
|
--line-height-44: 2.75rem;
|
|
@@ -1339,7 +1340,6 @@
|
|
|
1339
1340
|
.carousel-module-ealh- .carousel-module-IftbN {
|
|
1340
1341
|
position: relative;
|
|
1341
1342
|
display: block;
|
|
1342
|
-
overflow: visible;
|
|
1343
1343
|
opacity: 0;
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
@@ -1347,6 +1347,10 @@
|
|
|
1347
1347
|
opacity: 1;
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
1350
|
+
.carousel-module-ealh- .carousel-module-IftbN.carousel-module-tPg7k {
|
|
1351
|
+
overflow: visible;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1350
1354
|
.carousel-module-ealh- .carousel-module-IftbN.carousel-module-tPg7k::before,
|
|
1351
1355
|
.carousel-module-ealh- .carousel-module-IftbN.carousel-module-tPg7k::after {
|
|
1352
1356
|
position: absolute;
|
|
@@ -2406,6 +2410,315 @@
|
|
|
2406
2410
|
}
|
|
2407
2411
|
}
|
|
2408
2412
|
|
|
2413
|
+
:root {
|
|
2414
|
+
/*
|
|
2415
|
+
--swiper-pagination-color: var(--swiper-theme-color);
|
|
2416
|
+
--swiper-pagination-left: auto;
|
|
2417
|
+
--swiper-pagination-right: 8px;
|
|
2418
|
+
--swiper-pagination-bottom: 8px;
|
|
2419
|
+
--swiper-pagination-top: auto;
|
|
2420
|
+
--swiper-pagination-fraction-color: inherit;
|
|
2421
|
+
--swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
|
|
2422
|
+
--swiper-pagination-progressbar-size: 4px;
|
|
2423
|
+
--swiper-pagination-bullet-size: 8px;
|
|
2424
|
+
--swiper-pagination-bullet-width: 8px;
|
|
2425
|
+
--swiper-pagination-bullet-height: 8px;
|
|
2426
|
+
--swiper-pagination-bullet-border-radius: 50%;
|
|
2427
|
+
--swiper-pagination-bullet-inactive-color: #000;
|
|
2428
|
+
--swiper-pagination-bullet-inactive-opacity: 0.2;
|
|
2429
|
+
--swiper-pagination-bullet-opacity: 1;
|
|
2430
|
+
--swiper-pagination-bullet-horizontal-gap: 4px;
|
|
2431
|
+
--swiper-pagination-bullet-vertical-gap: 6px;
|
|
2432
|
+
*/
|
|
2433
|
+
}
|
|
2434
|
+
.swiper-pagination {
|
|
2435
|
+
position: absolute;
|
|
2436
|
+
text-align: center;
|
|
2437
|
+
transition: 300ms opacity;
|
|
2438
|
+
transform: translate3d(0, 0, 0);
|
|
2439
|
+
z-index: 10;
|
|
2440
|
+
}
|
|
2441
|
+
.swiper-pagination.swiper-pagination-hidden {
|
|
2442
|
+
opacity: 0;
|
|
2443
|
+
}
|
|
2444
|
+
.swiper-pagination-disabled > .swiper-pagination,
|
|
2445
|
+
.swiper-pagination.swiper-pagination-disabled {
|
|
2446
|
+
display: none !important;
|
|
2447
|
+
}
|
|
2448
|
+
/* Common Styles */
|
|
2449
|
+
.swiper-pagination-fraction,
|
|
2450
|
+
.swiper-pagination-custom,
|
|
2451
|
+
.swiper-horizontal > .swiper-pagination-bullets,
|
|
2452
|
+
.swiper-pagination-bullets.swiper-pagination-horizontal {
|
|
2453
|
+
bottom: var(--swiper-pagination-bottom, 8px);
|
|
2454
|
+
top: var(--swiper-pagination-top, auto);
|
|
2455
|
+
left: 0;
|
|
2456
|
+
width: 100%;
|
|
2457
|
+
}
|
|
2458
|
+
/* Bullets */
|
|
2459
|
+
.swiper-pagination-bullets-dynamic {
|
|
2460
|
+
overflow: hidden;
|
|
2461
|
+
font-size: 0;
|
|
2462
|
+
}
|
|
2463
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
2464
|
+
transform: scale(0.33);
|
|
2465
|
+
position: relative;
|
|
2466
|
+
}
|
|
2467
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
|
|
2468
|
+
transform: scale(1);
|
|
2469
|
+
}
|
|
2470
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
|
|
2471
|
+
transform: scale(1);
|
|
2472
|
+
}
|
|
2473
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
|
|
2474
|
+
transform: scale(0.66);
|
|
2475
|
+
}
|
|
2476
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
|
|
2477
|
+
transform: scale(0.33);
|
|
2478
|
+
}
|
|
2479
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
|
|
2480
|
+
transform: scale(0.66);
|
|
2481
|
+
}
|
|
2482
|
+
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
|
|
2483
|
+
transform: scale(0.33);
|
|
2484
|
+
}
|
|
2485
|
+
.swiper-pagination-bullet {
|
|
2486
|
+
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
|
|
2487
|
+
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
|
|
2488
|
+
display: inline-block;
|
|
2489
|
+
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
|
|
2490
|
+
background: var(--swiper-pagination-bullet-inactive-color, #000);
|
|
2491
|
+
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
|
|
2492
|
+
}
|
|
2493
|
+
button.swiper-pagination-bullet {
|
|
2494
|
+
border: none;
|
|
2495
|
+
margin: 0;
|
|
2496
|
+
padding: 0;
|
|
2497
|
+
box-shadow: none;
|
|
2498
|
+
-webkit-appearance: none;
|
|
2499
|
+
-moz-appearance: none;
|
|
2500
|
+
appearance: none;
|
|
2501
|
+
}
|
|
2502
|
+
.swiper-pagination-clickable .swiper-pagination-bullet {
|
|
2503
|
+
cursor: pointer;
|
|
2504
|
+
}
|
|
2505
|
+
.swiper-pagination-bullet:only-child {
|
|
2506
|
+
display: none !important;
|
|
2507
|
+
}
|
|
2508
|
+
.swiper-pagination-bullet-active {
|
|
2509
|
+
opacity: var(--swiper-pagination-bullet-opacity, 1);
|
|
2510
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
|
2511
|
+
}
|
|
2512
|
+
.swiper-vertical > .swiper-pagination-bullets,
|
|
2513
|
+
.swiper-pagination-vertical.swiper-pagination-bullets {
|
|
2514
|
+
right: var(--swiper-pagination-right, 8px);
|
|
2515
|
+
left: var(--swiper-pagination-left, auto);
|
|
2516
|
+
top: 50%;
|
|
2517
|
+
transform: translate3d(0px, -50%, 0);
|
|
2518
|
+
}
|
|
2519
|
+
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
2520
|
+
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
2521
|
+
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
|
|
2522
|
+
display: block;
|
|
2523
|
+
}
|
|
2524
|
+
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
|
2525
|
+
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
|
2526
|
+
top: 50%;
|
|
2527
|
+
transform: translateY(-50%);
|
|
2528
|
+
width: 8px;
|
|
2529
|
+
}
|
|
2530
|
+
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
|
2531
|
+
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
2532
|
+
display: inline-block;
|
|
2533
|
+
transition: 200ms transform,
|
|
2534
|
+
200ms top;
|
|
2535
|
+
}
|
|
2536
|
+
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
2537
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
2538
|
+
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
|
|
2539
|
+
}
|
|
2540
|
+
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
|
2541
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
|
2542
|
+
left: 50%;
|
|
2543
|
+
transform: translateX(-50%);
|
|
2544
|
+
white-space: nowrap;
|
|
2545
|
+
}
|
|
2546
|
+
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
|
2547
|
+
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
2548
|
+
transition: 200ms transform,
|
|
2549
|
+
200ms left;
|
|
2550
|
+
}
|
|
2551
|
+
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
2552
|
+
transition: 200ms transform,
|
|
2553
|
+
200ms right;
|
|
2554
|
+
}
|
|
2555
|
+
/* Fraction */
|
|
2556
|
+
.swiper-pagination-fraction {
|
|
2557
|
+
color: var(--swiper-pagination-fraction-color, inherit);
|
|
2558
|
+
}
|
|
2559
|
+
/* Progress */
|
|
2560
|
+
.swiper-pagination-progressbar {
|
|
2561
|
+
background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
|
|
2562
|
+
position: absolute;
|
|
2563
|
+
}
|
|
2564
|
+
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
|
2565
|
+
background: var(--swiper-pagination-color, var(--swiper-theme-color));
|
|
2566
|
+
position: absolute;
|
|
2567
|
+
left: 0;
|
|
2568
|
+
top: 0;
|
|
2569
|
+
width: 100%;
|
|
2570
|
+
height: 100%;
|
|
2571
|
+
transform: scale(0);
|
|
2572
|
+
transform-origin: left top;
|
|
2573
|
+
}
|
|
2574
|
+
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
|
2575
|
+
transform-origin: right top;
|
|
2576
|
+
}
|
|
2577
|
+
.swiper-horizontal > .swiper-pagination-progressbar,
|
|
2578
|
+
.swiper-pagination-progressbar.swiper-pagination-horizontal,
|
|
2579
|
+
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
|
|
2580
|
+
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
|
|
2581
|
+
width: 100%;
|
|
2582
|
+
height: var(--swiper-pagination-progressbar-size, 4px);
|
|
2583
|
+
left: 0;
|
|
2584
|
+
top: 0;
|
|
2585
|
+
}
|
|
2586
|
+
.swiper-vertical > .swiper-pagination-progressbar,
|
|
2587
|
+
.swiper-pagination-progressbar.swiper-pagination-vertical,
|
|
2588
|
+
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
|
|
2589
|
+
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
|
|
2590
|
+
width: var(--swiper-pagination-progressbar-size, 4px);
|
|
2591
|
+
height: 100%;
|
|
2592
|
+
left: 0;
|
|
2593
|
+
top: 0;
|
|
2594
|
+
}
|
|
2595
|
+
.swiper-pagination-lock {
|
|
2596
|
+
display: none;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
.usp-carousel-module-UCbpX {
|
|
2600
|
+
--image-max-width: 368px;
|
|
2601
|
+
|
|
2602
|
+
position: relative;
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2605
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-msaeJ {
|
|
2606
|
+
position: absolute;
|
|
2607
|
+
z-index: 1;
|
|
2608
|
+
bottom: 24px;
|
|
2609
|
+
left: 50%;
|
|
2610
|
+
display: inline-flex;
|
|
2611
|
+
width: -moz-fit-content;
|
|
2612
|
+
width: fit-content;
|
|
2613
|
+
transform: translateX(-50%);
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
@media (width >= 768px) {
|
|
2617
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-msaeJ {
|
|
2618
|
+
left: calc(
|
|
2619
|
+
((100% - var(--image-max-width)) / 2) + var(--image-max-width)
|
|
2620
|
+
);
|
|
2621
|
+
}
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
@media (width >= 1440px) {.usp-carousel-module-UCbpX {
|
|
2625
|
+
--image-max-width: 555px
|
|
2626
|
+
}
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb {
|
|
2630
|
+
--text-font-size: var(--font-size-16);
|
|
2631
|
+
--text-line-height: 1.5;
|
|
2632
|
+
--header-font-size: var(--font-size-32);
|
|
2633
|
+
--icon-size: 3rem;
|
|
2634
|
+
|
|
2635
|
+
position: relative;
|
|
2636
|
+
display: flex;
|
|
2637
|
+
flex-direction: column;
|
|
2638
|
+
background-color: var(--color-brand-light-gray);
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module--Vdc3 {
|
|
2642
|
+
width: var(--image-max-width);
|
|
2643
|
+
aspect-ratio: 555 / 509;
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module--Vdc3 .usp-carousel-module-F-WAS {
|
|
2647
|
+
-webkit-mask-image: url('data:image/svg+xml,<svg viewBox="0 0 635 583" xmlns="http://www.w3.org/2000/svg"><g fill="%23EDEDED" fill-rule="evenodd"><path d="M365.923 0h-35.081v583H536.173l93.453-307.124c13.743-45.135-3.038-93.887-41.519-120.795L365.923 0z" fill-rule="nonzero"/><path d="M0 0h365.923v583H0z"/></g></svg>');
|
|
2648
|
+
mask-image: url('data:image/svg+xml,<svg viewBox="0 0 635 583" xmlns="http://www.w3.org/2000/svg"><g fill="%23EDEDED" fill-rule="evenodd"><path d="M365.923 0h-35.081v583H536.173l93.453-307.124c13.743-45.135-3.038-93.887-41.519-120.795L365.923 0z" fill-rule="nonzero"/><path d="M0 0h365.923v583H0z"/></g></svg>');
|
|
2649
|
+
-webkit-mask-repeat: no-repeat;
|
|
2650
|
+
mask-repeat: no-repeat;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module-2fygw {
|
|
2654
|
+
display: flex;
|
|
2655
|
+
flex: 1;
|
|
2656
|
+
flex-direction: column;
|
|
2657
|
+
padding: 40px 44px 24px;
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2660
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module-2fygw .usp-carousel-module-AOJJg {
|
|
2661
|
+
display: grid;
|
|
2662
|
+
padding-bottom: 24px;
|
|
2663
|
+
margin-top: calc(60px - var(--padding-block));
|
|
2664
|
+
place-items: center;
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module-2fygw .usp-carousel-module-AOJJg .usp-carousel-module-Diy2d {
|
|
2668
|
+
display: block;
|
|
2669
|
+
width: var(--icon-size);
|
|
2670
|
+
height: var(--icon-size);
|
|
2671
|
+
margin-bottom: 10px;
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module-2fygw .usp-carousel-module-AOJJg .usp-carousel-module--xcF2 {
|
|
2675
|
+
margin-top: 0;
|
|
2676
|
+
margin-bottom: var(--space-24);
|
|
2677
|
+
font-size: var(--header-font-size);
|
|
2678
|
+
font-weight: var(--font-weight-bold);
|
|
2679
|
+
line-height: 1;
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module-2fygw .usp-carousel-module-AOJJg .usp-carousel-module-tq8R8 {
|
|
2683
|
+
margin: 0;
|
|
2684
|
+
font-size: var(--text-font-size);
|
|
2685
|
+
line-height: var(--text-line-height);
|
|
2686
|
+
}
|
|
2687
|
+
|
|
2688
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module-2fygw .usp-carousel-module-L5Kmv {
|
|
2689
|
+
position: absolute;
|
|
2690
|
+
bottom: 0;
|
|
2691
|
+
left: ((100% - var(--image-max-width)) / 2);
|
|
2692
|
+
display: flex;
|
|
2693
|
+
justify-content: center;
|
|
2694
|
+
margin-top: 36px;
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
@media (width >= 768px) {
|
|
2698
|
+
|
|
2699
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb {
|
|
2700
|
+
flex-direction: row
|
|
2701
|
+
}
|
|
2702
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module-2fygw .usp-carousel-module-L5Kmv {
|
|
2703
|
+
margin-top: auto;
|
|
2704
|
+
}
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
@media (width >= 1440px) {
|
|
2708
|
+
|
|
2709
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb {
|
|
2710
|
+
--image-max-width: 555px;
|
|
2711
|
+
--text-line-height: var(--line-height-32);
|
|
2712
|
+
--header-font-size: var(--font-size-44);
|
|
2713
|
+
--text-font-size: var(--font-size-24);
|
|
2714
|
+
--icon-size: 4.5rem
|
|
2715
|
+
}
|
|
2716
|
+
/* stylelint-disable-next-line max-nesting-depth */
|
|
2717
|
+
.usp-carousel-module-UCbpX .usp-carousel-module-rtIrb .usp-carousel-module-2fygw .usp-carousel-module-AOJJg .usp-carousel-module-Diy2d {
|
|
2718
|
+
margin-bottom: var(--space-16);
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2409
2722
|
.images-grid-module-i5868 {
|
|
2410
2723
|
display: grid;
|
|
2411
2724
|
gap: var(--space-12);
|
|
@@ -2417,10 +2730,13 @@
|
|
|
2417
2730
|
display: flex;
|
|
2418
2731
|
aspect-ratio: 1;
|
|
2419
2732
|
background-color: var(--color-gray-100);
|
|
2420
|
-
mix-blend-mode: multiply;
|
|
2421
2733
|
outline: none;
|
|
2422
2734
|
}
|
|
2423
2735
|
|
|
2736
|
+
.images-grid-module-i5868 .images-grid-module-nY9-n .images-grid-module-TahRy {
|
|
2737
|
+
mix-blend-mode: multiply;
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2424
2740
|
.images-grid-module-i5868 .images-grid-module-nY9-n.images-grid-module-Ruktz {
|
|
2425
2741
|
cursor: pointer;
|
|
2426
2742
|
}
|
|
@@ -2494,6 +2810,20 @@
|
|
|
2494
2810
|
gap: var(--space-24);
|
|
2495
2811
|
}
|
|
2496
2812
|
|
|
2813
|
+
.product-details-page-layout-module-IQFIn .product-details-page-layout-module-duq6v {
|
|
2814
|
+
position: relative;
|
|
2815
|
+
left: -10px;
|
|
2816
|
+
width: 100dvw;
|
|
2817
|
+
}
|
|
2818
|
+
|
|
2819
|
+
@media (width >= 768px) {
|
|
2820
|
+
.product-details-page-layout-module-IQFIn .product-details-page-layout-module-duq6v {
|
|
2821
|
+
position: relative;
|
|
2822
|
+
left: auto;
|
|
2823
|
+
width: auto;
|
|
2824
|
+
}
|
|
2825
|
+
}
|
|
2826
|
+
|
|
2497
2827
|
@media (width >= 1024px) {
|
|
2498
2828
|
.product-details-page-layout-module-IQFIn .product-details-page-layout-module--7oUp {
|
|
2499
2829
|
gap: var(--space-24);
|
|
@@ -2596,19 +2926,44 @@
|
|
|
2596
2926
|
height: 20px;
|
|
2597
2927
|
}
|
|
2598
2928
|
|
|
2599
|
-
.product-details-panel-module-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
font-style: normal;
|
|
2604
|
-
font-weight: normal;
|
|
2605
|
-
letter-spacing: normal;
|
|
2606
|
-
line-height: 1.5;
|
|
2929
|
+
.product-details-panel-module-qO4Hi {
|
|
2930
|
+
display: flex;
|
|
2931
|
+
flex-direction: column;
|
|
2932
|
+
gap: 24px;
|
|
2607
2933
|
}
|
|
2608
2934
|
|
|
2609
|
-
.product-details-panel-module-
|
|
2610
|
-
|
|
2611
|
-
|
|
2935
|
+
.product-details-panel-module-qO4Hi .product-details-panel-module-s42w- {
|
|
2936
|
+
display: flex;
|
|
2937
|
+
flex-direction: column;
|
|
2938
|
+
gap: 8px;
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
.product-details-panel-module-qO4Hi .product-details-panel-module-5AUJ4 {
|
|
2942
|
+
display: flex;
|
|
2943
|
+
width: 100%;
|
|
2944
|
+
align-items: flex-end;
|
|
2945
|
+
justify-content: space-between;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
.product-details-panel-module-qO4Hi .product-details-panel-module-5AUJ4 .product-details-panel-module-IZCrY {
|
|
2949
|
+
display: flex;
|
|
2950
|
+
align-items: center;
|
|
2951
|
+
gap: 8px;
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
.product-details-panel-module-qO4Hi .product-details-panel-module-BqSmY {
|
|
2955
|
+
color: var(--color-brand-dark-gray);
|
|
2956
|
+
font-size: 16px;
|
|
2957
|
+
font-stretch: normal;
|
|
2958
|
+
font-style: normal;
|
|
2959
|
+
font-weight: normal;
|
|
2960
|
+
letter-spacing: normal;
|
|
2961
|
+
line-height: 1.5;
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2964
|
+
.product-details-panel-module-qO4Hi .product-details-panel-module-J060x {
|
|
2965
|
+
margin-bottom: var(--space-24);
|
|
2966
|
+
}
|
|
2612
2967
|
|
|
2613
2968
|
.filter-section-module-q1Ob8 {
|
|
2614
2969
|
--border-bottom: 1px solid var(--color-brand-medium-gray);
|
|
@@ -2769,118 +3124,6 @@
|
|
|
2769
3124
|
height: 12px;
|
|
2770
3125
|
}
|
|
2771
3126
|
|
|
2772
|
-
.category-card-module-4NUjH {
|
|
2773
|
-
all: unset;
|
|
2774
|
-
display: grid;
|
|
2775
|
-
width: 88px;
|
|
2776
|
-
cursor: pointer;
|
|
2777
|
-
padding-inline: 10px;
|
|
2778
|
-
place-items: center;
|
|
2779
|
-
-webkit-tap-highlight-color: transparent;
|
|
2780
|
-
}
|
|
2781
|
-
|
|
2782
|
-
.category-card-module-4NUjH,
|
|
2783
|
-
.category-card-module-4NUjH * {
|
|
2784
|
-
box-sizing: border-box;
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
|
-
.category-card-module-4NUjH .category-card-module-LEhh3 {
|
|
2788
|
-
display: flex;
|
|
2789
|
-
align-items: center;
|
|
2790
|
-
margin-top: var(--space-8);
|
|
2791
|
-
margin-bottom: 0;
|
|
2792
|
-
gap: 2px;
|
|
2793
|
-
transition: color 0.2s ease;
|
|
2794
|
-
}
|
|
2795
|
-
|
|
2796
|
-
.category-card-module-4NUjH .category-card-module-LEhh3 span {
|
|
2797
|
-
display: block;
|
|
2798
|
-
font-size: var(--font-size-12);
|
|
2799
|
-
font-style: italic;
|
|
2800
|
-
font-weight: var(--font-weight-bold);
|
|
2801
|
-
line-height: 1;
|
|
2802
|
-
text-align: center;
|
|
2803
|
-
text-transform: uppercase;
|
|
2804
|
-
word-break: break-word;
|
|
2805
|
-
}
|
|
2806
|
-
|
|
2807
|
-
.category-card-module-4NUjH .category-card-module-LEhh3 .category-card-module-hL4-A {
|
|
2808
|
-
display: block;
|
|
2809
|
-
margin-bottom: 1px;
|
|
2810
|
-
color: var(--color-brand-red);
|
|
2811
|
-
}
|
|
2812
|
-
|
|
2813
|
-
.category-card-module-4NUjH[data-pressed] .category-card-module-RxWMW, .category-card-module-4NUjH[data-hovered] .category-card-module-RxWMW, .category-card-module-4NUjH[data-focused] .category-card-module-RxWMW {
|
|
2814
|
-
scale: 1.15;
|
|
2815
|
-
}
|
|
2816
|
-
|
|
2817
|
-
.category-card-module-4NUjH[data-pressed] .category-card-module-LEhh3, .category-card-module-4NUjH[data-hovered] .category-card-module-LEhh3, .category-card-module-4NUjH[data-focused] .category-card-module-LEhh3 {
|
|
2818
|
-
color: var(--color-brand-red);
|
|
2819
|
-
}
|
|
2820
|
-
|
|
2821
|
-
.category-card-module-4NUjH[data-pressed] .category-card-module-LEhh3, .category-card-module-4NUjH[data-hovered] .category-card-module-LEhh3, .category-card-module-4NUjH[data-focused] .category-card-module-LEhh3, .category-card-module-4NUjH.category-card-module-vJ7vB .category-card-module-LEhh3 {
|
|
2822
|
-
color: var(--color-brand-red);
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
.category-card-module-4NUjH .category-card-module-oNTrK {
|
|
2826
|
-
position: relative;
|
|
2827
|
-
display: flex;
|
|
2828
|
-
width: 62px;
|
|
2829
|
-
aspect-ratio: 1 / 1;
|
|
2830
|
-
}
|
|
2831
|
-
|
|
2832
|
-
.category-card-module-4NUjH .category-card-module-oNTrK .category-card-module-RxWMW {
|
|
2833
|
-
position: relative;
|
|
2834
|
-
z-index: 5;
|
|
2835
|
-
margin: auto;
|
|
2836
|
-
aspect-ratio: 1;
|
|
2837
|
-
mix-blend-mode: multiply;
|
|
2838
|
-
transition: scale 0.2s ease;
|
|
2839
|
-
}
|
|
2840
|
-
|
|
2841
|
-
.category-card-module-4NUjH .category-card-module-oNTrK::after {
|
|
2842
|
-
position: absolute;
|
|
2843
|
-
width: 52px;
|
|
2844
|
-
border-radius: 100%;
|
|
2845
|
-
margin: auto;
|
|
2846
|
-
aspect-ratio: 1 / 1;
|
|
2847
|
-
background-color: var(--color-brand-light-gray);
|
|
2848
|
-
content: '';
|
|
2849
|
-
inset: 0;
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
@media (width >= 768px) {
|
|
2853
|
-
.category-card-module-4NUjH .category-card-module-oNTrK {
|
|
2854
|
-
width: 74px;
|
|
2855
|
-
}
|
|
2856
|
-
|
|
2857
|
-
.category-card-module-4NUjH .category-card-module-oNTrK::after {
|
|
2858
|
-
width: 62px;
|
|
2859
|
-
}
|
|
2860
|
-
}
|
|
2861
|
-
|
|
2862
|
-
@media (width >= 1024px) {.category-card-module-4NUjH {
|
|
2863
|
-
padding-inline: 0
|
|
2864
|
-
}
|
|
2865
|
-
}
|
|
2866
|
-
|
|
2867
|
-
@media (width >= 1440px) {.category-card-module-4NUjH {
|
|
2868
|
-
width: 95px
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
|
-
.category-card-module-4NUjH .category-card-module-oNTrK {
|
|
2872
|
-
width: 96px;
|
|
2873
|
-
}
|
|
2874
|
-
|
|
2875
|
-
.category-card-module-4NUjH .category-card-module-oNTrK::after {
|
|
2876
|
-
width: 80px;
|
|
2877
|
-
}
|
|
2878
|
-
|
|
2879
|
-
.category-card-module-4NUjH .category-card-module-LEhh3 {
|
|
2880
|
-
margin-top: var(--space-16);
|
|
2881
|
-
}
|
|
2882
|
-
}
|
|
2883
|
-
|
|
2884
3127
|
& .promo-card-module-e2oii {
|
|
2885
3128
|
display: block;
|
|
2886
3129
|
height: 122px;
|
|
@@ -3040,6 +3283,118 @@
|
|
|
3040
3283
|
margin-top: var(--space-32);
|
|
3041
3284
|
}
|
|
3042
3285
|
|
|
3286
|
+
.category-card-module-4NUjH {
|
|
3287
|
+
all: unset;
|
|
3288
|
+
display: grid;
|
|
3289
|
+
width: 88px;
|
|
3290
|
+
cursor: pointer;
|
|
3291
|
+
padding-inline: 10px;
|
|
3292
|
+
place-items: center;
|
|
3293
|
+
-webkit-tap-highlight-color: transparent;
|
|
3294
|
+
}
|
|
3295
|
+
|
|
3296
|
+
.category-card-module-4NUjH,
|
|
3297
|
+
.category-card-module-4NUjH * {
|
|
3298
|
+
box-sizing: border-box;
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3301
|
+
.category-card-module-4NUjH .category-card-module-LEhh3 {
|
|
3302
|
+
display: flex;
|
|
3303
|
+
align-items: center;
|
|
3304
|
+
margin-top: var(--space-8);
|
|
3305
|
+
margin-bottom: 0;
|
|
3306
|
+
gap: 2px;
|
|
3307
|
+
transition: color 0.2s ease;
|
|
3308
|
+
}
|
|
3309
|
+
|
|
3310
|
+
.category-card-module-4NUjH .category-card-module-LEhh3 span {
|
|
3311
|
+
display: block;
|
|
3312
|
+
font-size: var(--font-size-12);
|
|
3313
|
+
font-style: italic;
|
|
3314
|
+
font-weight: var(--font-weight-bold);
|
|
3315
|
+
line-height: 1;
|
|
3316
|
+
text-align: center;
|
|
3317
|
+
text-transform: uppercase;
|
|
3318
|
+
word-break: break-word;
|
|
3319
|
+
}
|
|
3320
|
+
|
|
3321
|
+
.category-card-module-4NUjH .category-card-module-LEhh3 .category-card-module-hL4-A {
|
|
3322
|
+
display: block;
|
|
3323
|
+
margin-bottom: 1px;
|
|
3324
|
+
color: var(--color-brand-red);
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
.category-card-module-4NUjH[data-pressed] .category-card-module-RxWMW, .category-card-module-4NUjH[data-hovered] .category-card-module-RxWMW, .category-card-module-4NUjH[data-focused] .category-card-module-RxWMW {
|
|
3328
|
+
scale: 1.15;
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
.category-card-module-4NUjH[data-pressed] .category-card-module-LEhh3, .category-card-module-4NUjH[data-hovered] .category-card-module-LEhh3, .category-card-module-4NUjH[data-focused] .category-card-module-LEhh3 {
|
|
3332
|
+
color: var(--color-brand-red);
|
|
3333
|
+
}
|
|
3334
|
+
|
|
3335
|
+
.category-card-module-4NUjH[data-pressed] .category-card-module-LEhh3, .category-card-module-4NUjH[data-hovered] .category-card-module-LEhh3, .category-card-module-4NUjH[data-focused] .category-card-module-LEhh3, .category-card-module-4NUjH.category-card-module-vJ7vB .category-card-module-LEhh3 {
|
|
3336
|
+
color: var(--color-brand-red);
|
|
3337
|
+
}
|
|
3338
|
+
|
|
3339
|
+
.category-card-module-4NUjH .category-card-module-oNTrK {
|
|
3340
|
+
position: relative;
|
|
3341
|
+
display: flex;
|
|
3342
|
+
width: 62px;
|
|
3343
|
+
aspect-ratio: 1 / 1;
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
.category-card-module-4NUjH .category-card-module-oNTrK .category-card-module-RxWMW {
|
|
3347
|
+
position: relative;
|
|
3348
|
+
z-index: 5;
|
|
3349
|
+
margin: auto;
|
|
3350
|
+
aspect-ratio: 1;
|
|
3351
|
+
mix-blend-mode: multiply;
|
|
3352
|
+
transition: scale 0.2s ease;
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3355
|
+
.category-card-module-4NUjH .category-card-module-oNTrK::after {
|
|
3356
|
+
position: absolute;
|
|
3357
|
+
width: 52px;
|
|
3358
|
+
border-radius: 100%;
|
|
3359
|
+
margin: auto;
|
|
3360
|
+
aspect-ratio: 1 / 1;
|
|
3361
|
+
background-color: var(--color-brand-light-gray);
|
|
3362
|
+
content: '';
|
|
3363
|
+
inset: 0;
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
@media (width >= 768px) {
|
|
3367
|
+
.category-card-module-4NUjH .category-card-module-oNTrK {
|
|
3368
|
+
width: 74px;
|
|
3369
|
+
}
|
|
3370
|
+
|
|
3371
|
+
.category-card-module-4NUjH .category-card-module-oNTrK::after {
|
|
3372
|
+
width: 62px;
|
|
3373
|
+
}
|
|
3374
|
+
}
|
|
3375
|
+
|
|
3376
|
+
@media (width >= 1024px) {.category-card-module-4NUjH {
|
|
3377
|
+
padding-inline: 0
|
|
3378
|
+
}
|
|
3379
|
+
}
|
|
3380
|
+
|
|
3381
|
+
@media (width >= 1440px) {.category-card-module-4NUjH {
|
|
3382
|
+
width: 95px
|
|
3383
|
+
}
|
|
3384
|
+
|
|
3385
|
+
.category-card-module-4NUjH .category-card-module-oNTrK {
|
|
3386
|
+
width: 96px;
|
|
3387
|
+
}
|
|
3388
|
+
|
|
3389
|
+
.category-card-module-4NUjH .category-card-module-oNTrK::after {
|
|
3390
|
+
width: 80px;
|
|
3391
|
+
}
|
|
3392
|
+
|
|
3393
|
+
.category-card-module-4NUjH .category-card-module-LEhh3 {
|
|
3394
|
+
margin-top: var(--space-16);
|
|
3395
|
+
}
|
|
3396
|
+
}
|
|
3397
|
+
|
|
3043
3398
|
.product-listing-page-module-dmIHF .product-listing-page-module-Oz76Z {
|
|
3044
3399
|
margin-bottom: 44px;
|
|
3045
3400
|
}
|
|
@@ -3055,7 +3410,7 @@
|
|
|
3055
3410
|
.product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-aQzHr {
|
|
3056
3411
|
width: 100%;
|
|
3057
3412
|
}
|
|
3058
|
-
.product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-F7bxy
|
|
3413
|
+
.product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-F7bxy > *, .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-aQzHr > * {
|
|
3059
3414
|
display: flex;
|
|
3060
3415
|
width: 100%;
|
|
3061
3416
|
justify-content: center;
|
|
@@ -3097,7 +3452,7 @@
|
|
|
3097
3452
|
width: initial;
|
|
3098
3453
|
}
|
|
3099
3454
|
|
|
3100
|
-
.product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-F7bxy
|
|
3455
|
+
.product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-F7bxy > *, .product-listing-page-module-dmIHF .product-listing-page-module-XxGrr .product-listing-page-module-aQzHr > * {
|
|
3101
3456
|
width: initial;
|
|
3102
3457
|
}
|
|
3103
3458
|
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function ConnectedCategoryCarousel(): import("react/jsx-runtime").JSX.Element | null;
|