@nok-integration/storefront-react 0.19.28 → 0.19.29
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.mjs +91 -91
- package/dist/standalone/storefront.mjs +91 -91
- package/dist/standalone/styles.css +106 -100
- package/dist/styles.css +106 -100
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
color: var(--color-text-subtle);
|
|
355
355
|
max-width: 34ch;
|
|
356
356
|
}
|
|
357
|
-
.
|
|
357
|
+
._viewport_1tc1q_14 {
|
|
358
358
|
position: fixed;
|
|
359
359
|
top: var(--toast-top, var(--space-12));
|
|
360
360
|
left: 0;
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
pointer-events: none;
|
|
368
368
|
z-index: 1000;
|
|
369
369
|
}
|
|
370
|
-
.
|
|
370
|
+
._anchor_1tc1q_41 {
|
|
371
371
|
box-sizing: border-box;
|
|
372
372
|
display: flex;
|
|
373
373
|
flex-direction: column;
|
|
@@ -375,17 +375,17 @@
|
|
|
375
375
|
width: 100%;
|
|
376
376
|
max-width: 420px;
|
|
377
377
|
}
|
|
378
|
-
.
|
|
378
|
+
._caret_1tc1q_59 {
|
|
379
379
|
display: block;
|
|
380
380
|
width: 24px;
|
|
381
381
|
height: 10px;
|
|
382
382
|
margin-left: auto;
|
|
383
383
|
margin-right: max(0px, calc(var(--toast-caret-right, 60px) - 12px));
|
|
384
384
|
}
|
|
385
|
-
.
|
|
385
|
+
._caret_1tc1q_59 svg {
|
|
386
386
|
display: block;
|
|
387
387
|
}
|
|
388
|
-
.
|
|
388
|
+
._toast_1tc1q_82 {
|
|
389
389
|
box-sizing: border-box;
|
|
390
390
|
display: flex;
|
|
391
391
|
align-items: center;
|
|
@@ -401,16 +401,16 @@
|
|
|
401
401
|
box-shadow: 0 6px 24px rgba(8, 14, 18, 0.24);
|
|
402
402
|
pointer-events: auto;
|
|
403
403
|
}
|
|
404
|
-
.
|
|
404
|
+
._text_1tc1q_111 {
|
|
405
405
|
display: flex;
|
|
406
406
|
flex-direction: column;
|
|
407
407
|
gap: var(--space-6);
|
|
408
408
|
min-width: 0;
|
|
409
409
|
}
|
|
410
|
-
.
|
|
410
|
+
._message_1tc1q_120 {
|
|
411
411
|
min-width: 0;
|
|
412
412
|
}
|
|
413
|
-
.
|
|
413
|
+
._action_1tc1q_133 {
|
|
414
414
|
position: relative;
|
|
415
415
|
flex-shrink: 0;
|
|
416
416
|
padding: 0;
|
|
@@ -421,29 +421,29 @@
|
|
|
421
421
|
text-decoration: underline;
|
|
422
422
|
cursor: pointer;
|
|
423
423
|
}
|
|
424
|
-
.
|
|
424
|
+
._action_1tc1q_133::after {
|
|
425
425
|
content: "";
|
|
426
426
|
position: absolute;
|
|
427
427
|
inset: -13px -12px;
|
|
428
428
|
}
|
|
429
|
-
.
|
|
429
|
+
._action_1tc1q_133:focus-visible {
|
|
430
430
|
outline: 2px solid currentColor;
|
|
431
431
|
outline-offset: 2px;
|
|
432
432
|
border-radius: var(--radius-4);
|
|
433
433
|
}
|
|
434
|
-
.
|
|
434
|
+
._neutral_1tc1q_158 {
|
|
435
435
|
background: var(--color-surface-max);
|
|
436
436
|
color: var(--color-text-strong);
|
|
437
437
|
}
|
|
438
|
-
.
|
|
438
|
+
._success_1tc1q_163 {
|
|
439
439
|
background: var(--color-state-text-success);
|
|
440
440
|
color: var(--color-text-strong);
|
|
441
441
|
}
|
|
442
|
-
.
|
|
442
|
+
._critical_1tc1q_168 {
|
|
443
443
|
background: var(--color-state-surface-critical-default);
|
|
444
444
|
color: var(--color-text-strong);
|
|
445
445
|
}
|
|
446
|
-
.
|
|
446
|
+
._rich_1tc1q_183 {
|
|
447
447
|
justify-content: flex-start;
|
|
448
448
|
gap: var(--space-12);
|
|
449
449
|
padding: var(--space-12) var(--space-16) var(--space-12) var(--space-12);
|
|
@@ -451,12 +451,12 @@
|
|
|
451
451
|
color: #f9fafa;
|
|
452
452
|
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
|
|
453
453
|
}
|
|
454
|
-
.
|
|
454
|
+
._rich_1tc1q_183 ._message_1tc1q_120 {
|
|
455
455
|
font-size: var(--type-trimmed-sm-size);
|
|
456
456
|
font-weight: var(--font-weight-bold);
|
|
457
457
|
line-height: normal;
|
|
458
458
|
}
|
|
459
|
-
.
|
|
459
|
+
._rich_1tc1q_183 ._description_1tc1q_198 {
|
|
460
460
|
font-size: var(--type-trimmed-xs-size);
|
|
461
461
|
font-weight: var(--font-weight-regular);
|
|
462
462
|
line-height: normal;
|
|
@@ -466,11 +466,11 @@
|
|
|
466
466
|
text-overflow: ellipsis;
|
|
467
467
|
white-space: nowrap;
|
|
468
468
|
}
|
|
469
|
-
.
|
|
469
|
+
._rich_1tc1q_183 ._action_1tc1q_133 {
|
|
470
470
|
margin-left: auto;
|
|
471
471
|
text-decoration: none;
|
|
472
472
|
}
|
|
473
|
-
.
|
|
473
|
+
._thumb_1tc1q_216 {
|
|
474
474
|
position: relative;
|
|
475
475
|
flex-shrink: 0;
|
|
476
476
|
width: 40px;
|
|
@@ -479,8 +479,9 @@
|
|
|
479
479
|
overflow: hidden;
|
|
480
480
|
background: rgba(255, 255, 255, 0.08);
|
|
481
481
|
}
|
|
482
|
-
.
|
|
482
|
+
._thumbImage_1tc1q_227 {
|
|
483
483
|
object-fit: cover;
|
|
484
|
+
object-position: top;
|
|
484
485
|
}
|
|
485
486
|
._badge_156ya_2 {
|
|
486
487
|
display: inline-flex;
|
|
@@ -685,7 +686,7 @@
|
|
|
685
686
|
._row_1hsxt_16._discount_1hsxt_69 dd {
|
|
686
687
|
color: var(--color-state-text-success);
|
|
687
688
|
}
|
|
688
|
-
.
|
|
689
|
+
._lines_dpw0l_19 {
|
|
689
690
|
list-style: none;
|
|
690
691
|
margin: 0;
|
|
691
692
|
padding: 0;
|
|
@@ -693,12 +694,12 @@
|
|
|
693
694
|
flex-direction: column;
|
|
694
695
|
gap: var(--space-16);
|
|
695
696
|
}
|
|
696
|
-
.
|
|
697
|
+
._line_dpw0l_19 {
|
|
697
698
|
display: flex;
|
|
698
699
|
align-items: center;
|
|
699
700
|
gap: var(--space-12);
|
|
700
701
|
}
|
|
701
|
-
.
|
|
702
|
+
._thumb_dpw0l_34 {
|
|
702
703
|
position: relative;
|
|
703
704
|
flex-shrink: 0;
|
|
704
705
|
width: 48px;
|
|
@@ -707,14 +708,15 @@
|
|
|
707
708
|
overflow: hidden;
|
|
708
709
|
background: var(--color-surface-soft);
|
|
709
710
|
}
|
|
710
|
-
.
|
|
711
|
+
._image_dpw0l_44 {
|
|
711
712
|
object-fit: cover;
|
|
713
|
+
object-position: top;
|
|
712
714
|
}
|
|
713
|
-
.
|
|
715
|
+
._placeholder_dpw0l_51 {
|
|
714
716
|
width: 100%;
|
|
715
717
|
height: 100%;
|
|
716
718
|
}
|
|
717
|
-
.
|
|
719
|
+
._lineBody_dpw0l_56 {
|
|
718
720
|
display: flex;
|
|
719
721
|
align-items: flex-start;
|
|
720
722
|
justify-content: space-between;
|
|
@@ -722,14 +724,14 @@
|
|
|
722
724
|
flex: 1 1 0;
|
|
723
725
|
min-width: 0;
|
|
724
726
|
}
|
|
725
|
-
.
|
|
727
|
+
._lineText_dpw0l_65 {
|
|
726
728
|
display: flex;
|
|
727
729
|
flex-direction: column;
|
|
728
730
|
gap: var(--space-12);
|
|
729
731
|
flex: 1 1 0;
|
|
730
732
|
min-width: 0;
|
|
731
733
|
}
|
|
732
|
-
.
|
|
734
|
+
._lineTitle_dpw0l_75 {
|
|
733
735
|
margin: -6px 0;
|
|
734
736
|
padding: 6px 0;
|
|
735
737
|
font-size: var(--type-trimmed-sm-size);
|
|
@@ -739,7 +741,7 @@
|
|
|
739
741
|
overflow: hidden;
|
|
740
742
|
text-overflow: ellipsis;
|
|
741
743
|
}
|
|
742
|
-
.
|
|
744
|
+
._lineMeta_dpw0l_107 {
|
|
743
745
|
display: flex;
|
|
744
746
|
align-items: center;
|
|
745
747
|
flex-wrap: wrap;
|
|
@@ -749,10 +751,10 @@
|
|
|
749
751
|
line-height: 11px;
|
|
750
752
|
color: var(--color-text-subtle);
|
|
751
753
|
}
|
|
752
|
-
.
|
|
754
|
+
._detail_dpw0l_104 {
|
|
753
755
|
white-space: nowrap;
|
|
754
756
|
}
|
|
755
|
-
.
|
|
757
|
+
._linePrice_dpw0l_128 {
|
|
756
758
|
display: flex;
|
|
757
759
|
flex-direction: column;
|
|
758
760
|
align-items: flex-end;
|
|
@@ -761,12 +763,12 @@
|
|
|
761
763
|
white-space: nowrap;
|
|
762
764
|
font-variant-numeric: tabular-nums;
|
|
763
765
|
}
|
|
764
|
-
.
|
|
766
|
+
._paid_dpw0l_140 {
|
|
765
767
|
font-size: var(--type-trimmed-md-size);
|
|
766
768
|
line-height: 11px;
|
|
767
769
|
font-weight: var(--font-weight-bold);
|
|
768
770
|
}
|
|
769
|
-
.
|
|
771
|
+
._was_dpw0l_153 {
|
|
770
772
|
display: flex;
|
|
771
773
|
align-items: center;
|
|
772
774
|
justify-content: flex-end;
|
|
@@ -776,14 +778,14 @@
|
|
|
776
778
|
color: var(--color-text-disabled);
|
|
777
779
|
text-decoration: line-through;
|
|
778
780
|
}
|
|
779
|
-
.
|
|
781
|
+
._card_dpw0l_176 {
|
|
780
782
|
display: flex;
|
|
781
783
|
flex-direction: column;
|
|
782
784
|
box-shadow: inset 0 0 0 1px var(--color-border-default);
|
|
783
785
|
border-radius: var(--radius-18);
|
|
784
786
|
overflow: hidden;
|
|
785
787
|
}
|
|
786
|
-
.
|
|
788
|
+
._cardTitle_dpw0l_184 {
|
|
787
789
|
display: flex;
|
|
788
790
|
align-items: center;
|
|
789
791
|
margin: 0;
|
|
@@ -794,16 +796,16 @@
|
|
|
794
796
|
line-height: 1.38;
|
|
795
797
|
font-weight: var(--font-weight-bold);
|
|
796
798
|
}
|
|
797
|
-
.
|
|
799
|
+
._cardBody_dpw0l_196 {
|
|
798
800
|
margin: 0;
|
|
799
801
|
padding: var(--space-16);
|
|
800
802
|
font-size: var(--type-trimmed-sm-size);
|
|
801
803
|
line-height: 1.5;
|
|
802
804
|
}
|
|
803
|
-
.
|
|
805
|
+
._summaryCard_dpw0l_168 {
|
|
804
806
|
background: var(--color-surface-soft);
|
|
805
807
|
}
|
|
806
|
-
.
|
|
808
|
+
._summaryCard_dpw0l_168 > :last-child {
|
|
807
809
|
padding: 0 var(--space-16);
|
|
808
810
|
}
|
|
809
811
|
._header_1f3nh_7 {
|
|
@@ -981,12 +983,12 @@
|
|
|
981
983
|
animation: none;
|
|
982
984
|
}
|
|
983
985
|
}
|
|
984
|
-
.
|
|
986
|
+
._line_1pjby_6 {
|
|
985
987
|
display: flex;
|
|
986
988
|
align-items: center;
|
|
987
989
|
gap: var(--space-12);
|
|
988
990
|
}
|
|
989
|
-
.
|
|
991
|
+
._thumb_1pjby_12 {
|
|
990
992
|
position: relative;
|
|
991
993
|
flex-shrink: 0;
|
|
992
994
|
width: 48px;
|
|
@@ -995,21 +997,22 @@
|
|
|
995
997
|
overflow: hidden;
|
|
996
998
|
background: var(--color-surface-subtle);
|
|
997
999
|
}
|
|
998
|
-
.
|
|
1000
|
+
._img_1pjby_22 {
|
|
999
1001
|
object-fit: cover;
|
|
1002
|
+
object-position: top;
|
|
1000
1003
|
}
|
|
1001
|
-
.
|
|
1004
|
+
._placeholder_1pjby_29 {
|
|
1002
1005
|
width: 100%;
|
|
1003
1006
|
height: 100%;
|
|
1004
1007
|
}
|
|
1005
|
-
.
|
|
1008
|
+
._meta_1pjby_34 {
|
|
1006
1009
|
display: flex;
|
|
1007
1010
|
flex-direction: column;
|
|
1008
1011
|
gap: var(--space-12);
|
|
1009
1012
|
flex: 1 1 0;
|
|
1010
1013
|
min-width: 0;
|
|
1011
1014
|
}
|
|
1012
|
-
.
|
|
1015
|
+
._name_1pjby_43 {
|
|
1013
1016
|
font-size: var(--type-trimmed-sm-size);
|
|
1014
1017
|
line-height: 10px;
|
|
1015
1018
|
padding: 5px 0;
|
|
@@ -1020,14 +1023,14 @@
|
|
|
1020
1023
|
text-overflow: ellipsis;
|
|
1021
1024
|
white-space: nowrap;
|
|
1022
1025
|
}
|
|
1023
|
-
.
|
|
1026
|
+
._attrs_1pjby_55 {
|
|
1024
1027
|
font-size: var(--type-trimmed-sm-size);
|
|
1025
1028
|
line-height: 10px;
|
|
1026
1029
|
padding: 5px 0;
|
|
1027
1030
|
margin: -5px 0;
|
|
1028
1031
|
color: var(--color-text-subtle);
|
|
1029
1032
|
}
|
|
1030
|
-
.
|
|
1033
|
+
._price_1pjby_63 {
|
|
1031
1034
|
display: flex;
|
|
1032
1035
|
flex-direction: column;
|
|
1033
1036
|
align-items: flex-end;
|
|
@@ -1035,14 +1038,14 @@
|
|
|
1035
1038
|
flex-shrink: 0;
|
|
1036
1039
|
text-align: right;
|
|
1037
1040
|
}
|
|
1038
|
-
.
|
|
1041
|
+
._paid_1pjby_72 {
|
|
1039
1042
|
font-size: var(--type-trimmed-md-size);
|
|
1040
1043
|
line-height: 11px;
|
|
1041
1044
|
font-weight: var(--font-weight-bold);
|
|
1042
1045
|
color: var(--color-text-default);
|
|
1043
1046
|
font-variant-numeric: tabular-nums;
|
|
1044
1047
|
}
|
|
1045
|
-
.
|
|
1048
|
+
._was_1pjby_80 {
|
|
1046
1049
|
font-size: var(--type-trimmed-sm-size);
|
|
1047
1050
|
line-height: 10px;
|
|
1048
1051
|
color: var(--color-text-disabled);
|
|
@@ -1282,32 +1285,32 @@
|
|
|
1282
1285
|
letter-spacing: 0.12px;
|
|
1283
1286
|
color: var(--color-text-default);
|
|
1284
1287
|
}
|
|
1285
|
-
.
|
|
1288
|
+
._page_1l21t_8 {
|
|
1286
1289
|
display: flex;
|
|
1287
1290
|
flex-direction: column;
|
|
1288
1291
|
gap: var(--space-24);
|
|
1289
1292
|
padding: var(--space-20) var(--space-16) var(--space-24);
|
|
1290
1293
|
}
|
|
1291
|
-
.
|
|
1294
|
+
._titles_1l21t_15 {
|
|
1292
1295
|
display: flex;
|
|
1293
1296
|
flex-direction: column;
|
|
1294
1297
|
gap: var(--space-8);
|
|
1295
1298
|
}
|
|
1296
|
-
.
|
|
1299
|
+
._title_1l21t_15 {
|
|
1297
1300
|
margin: 0;
|
|
1298
1301
|
font-size: var(--type-heading-md-size);
|
|
1299
1302
|
line-height: 1.32;
|
|
1300
1303
|
font-weight: var(--font-weight-bold);
|
|
1301
1304
|
color: var(--color-text-default);
|
|
1302
1305
|
}
|
|
1303
|
-
.
|
|
1306
|
+
._subtitle_1l21t_30 {
|
|
1304
1307
|
font-size: var(--type-trimmed-sm-size);
|
|
1305
1308
|
line-height: 10px;
|
|
1306
1309
|
padding: 5px 0;
|
|
1307
1310
|
margin: -5px 0;
|
|
1308
1311
|
color: var(--color-text-subtle);
|
|
1309
1312
|
}
|
|
1310
|
-
.
|
|
1313
|
+
._items_1l21t_38 {
|
|
1311
1314
|
list-style: none;
|
|
1312
1315
|
margin: 0;
|
|
1313
1316
|
padding: 0;
|
|
@@ -1315,12 +1318,12 @@
|
|
|
1315
1318
|
flex-direction: column;
|
|
1316
1319
|
gap: var(--space-16);
|
|
1317
1320
|
}
|
|
1318
|
-
.
|
|
1321
|
+
._item_1l21t_38 {
|
|
1319
1322
|
display: flex;
|
|
1320
1323
|
align-items: center;
|
|
1321
1324
|
gap: var(--space-12);
|
|
1322
1325
|
}
|
|
1323
|
-
.
|
|
1326
|
+
._thumb_1l21t_53 {
|
|
1324
1327
|
position: relative;
|
|
1325
1328
|
flex-shrink: 0;
|
|
1326
1329
|
width: 48px;
|
|
@@ -1329,21 +1332,22 @@
|
|
|
1329
1332
|
overflow: hidden;
|
|
1330
1333
|
background: var(--color-surface-subtle);
|
|
1331
1334
|
}
|
|
1332
|
-
.
|
|
1335
|
+
._img_1l21t_63 {
|
|
1333
1336
|
object-fit: cover;
|
|
1337
|
+
object-position: top;
|
|
1334
1338
|
}
|
|
1335
|
-
.
|
|
1339
|
+
._placeholder_1l21t_70 {
|
|
1336
1340
|
width: 100%;
|
|
1337
1341
|
height: 100%;
|
|
1338
1342
|
}
|
|
1339
|
-
.
|
|
1343
|
+
._meta_1l21t_75 {
|
|
1340
1344
|
display: flex;
|
|
1341
1345
|
flex-direction: column;
|
|
1342
1346
|
gap: var(--space-12);
|
|
1343
1347
|
flex: 1 1 0;
|
|
1344
1348
|
min-width: 0;
|
|
1345
1349
|
}
|
|
1346
|
-
.
|
|
1350
|
+
._name_1l21t_83 {
|
|
1347
1351
|
font-size: var(--type-trimmed-sm-size);
|
|
1348
1352
|
line-height: 10px;
|
|
1349
1353
|
padding: 5px 0;
|
|
@@ -1354,20 +1358,20 @@
|
|
|
1354
1358
|
text-overflow: ellipsis;
|
|
1355
1359
|
white-space: nowrap;
|
|
1356
1360
|
}
|
|
1357
|
-
.
|
|
1361
|
+
._attrs_1l21t_103 {
|
|
1358
1362
|
margin: 0;
|
|
1359
1363
|
display: flex;
|
|
1360
1364
|
align-items: center;
|
|
1361
1365
|
gap: var(--space-8);
|
|
1362
1366
|
color: var(--color-text-subtle);
|
|
1363
1367
|
}
|
|
1364
|
-
.
|
|
1368
|
+
._attrs_1l21t_103 > span {
|
|
1365
1369
|
font-size: var(--type-trimmed-sm-size);
|
|
1366
1370
|
line-height: 10px;
|
|
1367
1371
|
padding: 5px 0;
|
|
1368
1372
|
margin: -5px 0;
|
|
1369
1373
|
}
|
|
1370
|
-
.
|
|
1374
|
+
._price_1l21t_118 {
|
|
1371
1375
|
display: flex;
|
|
1372
1376
|
flex-direction: column;
|
|
1373
1377
|
align-items: flex-end;
|
|
@@ -1375,14 +1379,14 @@
|
|
|
1375
1379
|
flex-shrink: 0;
|
|
1376
1380
|
text-align: right;
|
|
1377
1381
|
}
|
|
1378
|
-
.
|
|
1382
|
+
._paid_1l21t_127 {
|
|
1379
1383
|
font-size: var(--type-trimmed-md-size);
|
|
1380
1384
|
line-height: 11px;
|
|
1381
1385
|
font-weight: var(--font-weight-bold);
|
|
1382
1386
|
color: var(--color-text-default);
|
|
1383
1387
|
font-variant-numeric: tabular-nums;
|
|
1384
1388
|
}
|
|
1385
|
-
.
|
|
1389
|
+
._was_1l21t_135 {
|
|
1386
1390
|
font-size: var(--type-trimmed-sm-size);
|
|
1387
1391
|
line-height: 10px;
|
|
1388
1392
|
color: var(--color-text-disabled);
|
|
@@ -1589,7 +1593,7 @@
|
|
|
1589
1593
|
background: var(--color-state-surface-critical-soft);
|
|
1590
1594
|
color: var(--color-state-text-critical);
|
|
1591
1595
|
}
|
|
1592
|
-
.
|
|
1596
|
+
._page_1bhfq_2 {
|
|
1593
1597
|
list-style: none;
|
|
1594
1598
|
margin: 0;
|
|
1595
1599
|
display: flex;
|
|
@@ -1597,14 +1601,14 @@
|
|
|
1597
1601
|
gap: var(--space-12);
|
|
1598
1602
|
padding: var(--space-16) var(--space-16) var(--space-24);
|
|
1599
1603
|
}
|
|
1600
|
-
.
|
|
1604
|
+
._empty_1bhfq_22 {
|
|
1601
1605
|
display: flex;
|
|
1602
1606
|
align-items: center;
|
|
1603
1607
|
justify-content: center;
|
|
1604
1608
|
min-height: calc(100dvh - var(--header-height) - var(--space-32));
|
|
1605
1609
|
padding-bottom: var(--space-32);
|
|
1606
1610
|
}
|
|
1607
|
-
.
|
|
1611
|
+
._cta_1bhfq_32 {
|
|
1608
1612
|
display: inline-flex;
|
|
1609
1613
|
align-items: center;
|
|
1610
1614
|
justify-content: center;
|
|
@@ -1621,11 +1625,11 @@
|
|
|
1621
1625
|
line-height: 1;
|
|
1622
1626
|
cursor: pointer;
|
|
1623
1627
|
}
|
|
1624
|
-
.
|
|
1628
|
+
._cta_1bhfq_32:focus-visible {
|
|
1625
1629
|
outline: none;
|
|
1626
1630
|
box-shadow: var(--focus-ring);
|
|
1627
1631
|
}
|
|
1628
|
-
.
|
|
1632
|
+
._card_1bhfq_55 {
|
|
1629
1633
|
display: flex;
|
|
1630
1634
|
flex-direction: column;
|
|
1631
1635
|
gap: var(--space-24);
|
|
@@ -1639,21 +1643,21 @@
|
|
|
1639
1643
|
text-align: left;
|
|
1640
1644
|
overflow: hidden;
|
|
1641
1645
|
}
|
|
1642
|
-
.
|
|
1646
|
+
._tappable_1bhfq_70 {
|
|
1643
1647
|
cursor: pointer;
|
|
1644
1648
|
}
|
|
1645
|
-
.
|
|
1649
|
+
._tappable_1bhfq_70:focus-visible {
|
|
1646
1650
|
outline: none;
|
|
1647
1651
|
box-shadow: var(--focus-ring);
|
|
1648
1652
|
}
|
|
1649
|
-
.
|
|
1653
|
+
._head_1bhfq_79 {
|
|
1650
1654
|
display: flex;
|
|
1651
1655
|
align-items: flex-start;
|
|
1652
1656
|
justify-content: space-between;
|
|
1653
1657
|
gap: var(--space-8);
|
|
1654
1658
|
width: 100%;
|
|
1655
1659
|
}
|
|
1656
|
-
.
|
|
1660
|
+
._heading_1bhfq_87 {
|
|
1657
1661
|
display: flex;
|
|
1658
1662
|
flex: 1 1 auto;
|
|
1659
1663
|
flex-direction: column;
|
|
@@ -1661,7 +1665,7 @@
|
|
|
1661
1665
|
min-width: 0;
|
|
1662
1666
|
color: var(--color-text-default);
|
|
1663
1667
|
}
|
|
1664
|
-
.
|
|
1668
|
+
._title_1bhfq_96 {
|
|
1665
1669
|
font-size: var(--type-heading-md-size);
|
|
1666
1670
|
font-weight: var(--font-weight-bold);
|
|
1667
1671
|
line-height: 1.32;
|
|
@@ -1669,22 +1673,22 @@
|
|
|
1669
1673
|
text-overflow: ellipsis;
|
|
1670
1674
|
white-space: nowrap;
|
|
1671
1675
|
}
|
|
1672
|
-
.
|
|
1676
|
+
._date_1bhfq_115 {
|
|
1673
1677
|
font-size: var(--type-trimmed-sm-size);
|
|
1674
1678
|
line-height: 10px;
|
|
1675
1679
|
}
|
|
1676
|
-
.
|
|
1680
|
+
._bottom_1bhfq_120 {
|
|
1677
1681
|
display: flex;
|
|
1678
1682
|
align-items: center;
|
|
1679
1683
|
justify-content: space-between;
|
|
1680
1684
|
gap: var(--space-8);
|
|
1681
1685
|
width: 100%;
|
|
1682
1686
|
}
|
|
1683
|
-
.
|
|
1687
|
+
._strip_1bhfq_128 {
|
|
1684
1688
|
display: flex;
|
|
1685
1689
|
gap: var(--space-6);
|
|
1686
1690
|
}
|
|
1687
|
-
.
|
|
1691
|
+
._tile_1bhfq_133 {
|
|
1688
1692
|
position: relative;
|
|
1689
1693
|
flex: 0 0 56px;
|
|
1690
1694
|
width: 56px;
|
|
@@ -1693,13 +1697,14 @@
|
|
|
1693
1697
|
overflow: hidden;
|
|
1694
1698
|
background: var(--color-surface-subtle);
|
|
1695
1699
|
}
|
|
1696
|
-
.
|
|
1700
|
+
._image_1bhfq_143 {
|
|
1697
1701
|
object-fit: cover;
|
|
1702
|
+
object-position: top;
|
|
1698
1703
|
}
|
|
1699
|
-
.
|
|
1704
|
+
._placeholder_1bhfq_150 {
|
|
1700
1705
|
background: var(--color-surface-subtle);
|
|
1701
1706
|
}
|
|
1702
|
-
.
|
|
1707
|
+
._more_1bhfq_157 {
|
|
1703
1708
|
position: absolute;
|
|
1704
1709
|
inset: 0;
|
|
1705
1710
|
display: flex;
|
|
@@ -1711,7 +1716,7 @@
|
|
|
1711
1716
|
font-weight: var(--font-weight-bold);
|
|
1712
1717
|
line-height: 1;
|
|
1713
1718
|
}
|
|
1714
|
-
.
|
|
1719
|
+
._chevron_1bhfq_170 {
|
|
1715
1720
|
display: inline-flex;
|
|
1716
1721
|
flex: 0 0 24px;
|
|
1717
1722
|
width: 24px;
|
|
@@ -2182,25 +2187,25 @@
|
|
|
2182
2187
|
color: var(--color-text-default);
|
|
2183
2188
|
font-variant-numeric: tabular-nums;
|
|
2184
2189
|
}
|
|
2185
|
-
.
|
|
2190
|
+
._line_1ritd_6 {
|
|
2186
2191
|
display: flex;
|
|
2187
2192
|
flex-direction: column;
|
|
2188
2193
|
gap: var(--space-6);
|
|
2189
2194
|
}
|
|
2190
|
-
.
|
|
2195
|
+
._row_1ritd_12 {
|
|
2191
2196
|
display: flex;
|
|
2192
2197
|
gap: var(--space-16);
|
|
2193
2198
|
align-items: center;
|
|
2194
2199
|
}
|
|
2195
|
-
.
|
|
2200
|
+
._pending_1ritd_18 {
|
|
2196
2201
|
opacity: 0.6;
|
|
2197
2202
|
}
|
|
2198
|
-
.
|
|
2203
|
+
._labels_1ritd_24 {
|
|
2199
2204
|
display: flex;
|
|
2200
2205
|
align-items: center;
|
|
2201
2206
|
gap: var(--space-4);
|
|
2202
2207
|
}
|
|
2203
|
-
.
|
|
2208
|
+
._lowStock_1ritd_39 {
|
|
2204
2209
|
display: inline-flex;
|
|
2205
2210
|
align-items: center;
|
|
2206
2211
|
padding: 7px 0;
|
|
@@ -2209,7 +2214,7 @@
|
|
|
2209
2214
|
line-height: 10px;
|
|
2210
2215
|
color: var(--color-state-text-warning);
|
|
2211
2216
|
}
|
|
2212
|
-
.
|
|
2217
|
+
._media_1ritd_49 {
|
|
2213
2218
|
position: relative;
|
|
2214
2219
|
flex-shrink: 0;
|
|
2215
2220
|
width: 100px;
|
|
@@ -2218,20 +2223,21 @@
|
|
|
2218
2223
|
overflow: hidden;
|
|
2219
2224
|
background: var(--color-surface-soft);
|
|
2220
2225
|
}
|
|
2221
|
-
.
|
|
2226
|
+
._image_1ritd_59 {
|
|
2222
2227
|
object-fit: cover;
|
|
2228
|
+
object-position: top;
|
|
2223
2229
|
}
|
|
2224
|
-
.
|
|
2230
|
+
._placeholder_1ritd_75 {
|
|
2225
2231
|
width: 100%;
|
|
2226
2232
|
height: 100%;
|
|
2227
2233
|
}
|
|
2228
|
-
.
|
|
2234
|
+
._saleBadge_1ritd_88 {
|
|
2229
2235
|
position: absolute;
|
|
2230
2236
|
display: flex;
|
|
2231
2237
|
left: var(--space-6);
|
|
2232
2238
|
bottom: var(--space-6);
|
|
2233
2239
|
}
|
|
2234
|
-
.
|
|
2240
|
+
._oos_1ritd_103 {
|
|
2235
2241
|
position: absolute;
|
|
2236
2242
|
inset: 0;
|
|
2237
2243
|
display: flex;
|
|
@@ -2243,26 +2249,26 @@
|
|
|
2243
2249
|
font-size: var(--type-trimmed-sm-size);
|
|
2244
2250
|
font-weight: var(--font-weight-bold);
|
|
2245
2251
|
}
|
|
2246
|
-
.
|
|
2252
|
+
._info_1ritd_116 {
|
|
2247
2253
|
display: flex;
|
|
2248
2254
|
flex-direction: column;
|
|
2249
2255
|
gap: var(--space-16);
|
|
2250
2256
|
flex: 1 1 0;
|
|
2251
2257
|
min-width: 0;
|
|
2252
2258
|
}
|
|
2253
|
-
.
|
|
2259
|
+
._head_1ritd_124 {
|
|
2254
2260
|
display: flex;
|
|
2255
2261
|
align-items: flex-start;
|
|
2256
2262
|
justify-content: space-between;
|
|
2257
2263
|
gap: var(--space-8);
|
|
2258
2264
|
}
|
|
2259
|
-
.
|
|
2265
|
+
._meta_1ritd_131 {
|
|
2260
2266
|
display: flex;
|
|
2261
2267
|
flex-direction: column;
|
|
2262
2268
|
gap: var(--space-12);
|
|
2263
2269
|
min-width: 0;
|
|
2264
2270
|
}
|
|
2265
|
-
.
|
|
2271
|
+
._title_1ritd_146 {
|
|
2266
2272
|
font-size: var(--type-trimmed-md-size);
|
|
2267
2273
|
font-weight: var(--font-weight-bold);
|
|
2268
2274
|
line-height: 11px;
|
|
@@ -2272,13 +2278,13 @@
|
|
|
2272
2278
|
text-overflow: ellipsis;
|
|
2273
2279
|
white-space: nowrap;
|
|
2274
2280
|
}
|
|
2275
|
-
.
|
|
2281
|
+
._details_1ritd_164 {
|
|
2276
2282
|
display: flex;
|
|
2277
2283
|
flex-wrap: wrap;
|
|
2278
2284
|
gap: var(--space-6);
|
|
2279
2285
|
min-width: 0;
|
|
2280
2286
|
}
|
|
2281
|
-
.
|
|
2287
|
+
._detail_1ritd_164 {
|
|
2282
2288
|
font-size: var(--type-trimmed-sm-size);
|
|
2283
2289
|
font-weight: var(--font-weight-regular);
|
|
2284
2290
|
line-height: 10px;
|
|
@@ -2287,14 +2293,14 @@
|
|
|
2287
2293
|
color: var(--color-text-subtle);
|
|
2288
2294
|
white-space: nowrap;
|
|
2289
2295
|
}
|
|
2290
|
-
.
|
|
2296
|
+
._price_1ritd_183 {
|
|
2291
2297
|
display: flex;
|
|
2292
2298
|
flex-direction: column;
|
|
2293
2299
|
align-items: flex-end;
|
|
2294
2300
|
gap: var(--space-6);
|
|
2295
2301
|
flex-shrink: 0;
|
|
2296
2302
|
}
|
|
2297
|
-
.
|
|
2303
|
+
._amount_1ritd_191 {
|
|
2298
2304
|
font-size: var(--type-trimmed-md-size);
|
|
2299
2305
|
font-weight: var(--font-weight-bold);
|
|
2300
2306
|
line-height: 11px;
|
|
@@ -2302,7 +2308,7 @@
|
|
|
2302
2308
|
margin: -7px 0;
|
|
2303
2309
|
white-space: nowrap;
|
|
2304
2310
|
}
|
|
2305
|
-
.
|
|
2311
|
+
._was_1ritd_200 {
|
|
2306
2312
|
font-size: var(--type-trimmed-sm-size);
|
|
2307
2313
|
font-weight: var(--font-weight-regular);
|
|
2308
2314
|
line-height: 10px;
|