@nok-integration/storefront-react 0.19.52 → 0.20.5

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.
@@ -18,6 +18,7 @@
18
18
  --type-heading-sm-line: 1.38;
19
19
  --type-paragraph-size: 16px;
20
20
  --type-paragraph-line: 1.55;
21
+ --type-trimmed-leading: 1.2857;
21
22
  --type-trimmed-md-size: 16px;
22
23
  --type-trimmed-md-line: 11px;
23
24
  --type-trimmed-sm-size: 14px;
@@ -132,7 +133,7 @@
132
133
  background: var(--color-surface-max);
133
134
  color: var(--color-text-strong);
134
135
  }
135
- ._button_1u2uh_1 {
136
+ ._button_17pvl_1 {
136
137
  display: inline-flex;
137
138
  align-items: center;
138
139
  justify-content: center;
@@ -150,48 +151,48 @@
150
151
  transition: background-color 120ms ease, opacity 120ms ease;
151
152
  -webkit-tap-highlight-color: transparent;
152
153
  }
153
- ._fullWidth_1u2uh_25 {
154
+ ._fullWidth_17pvl_25 {
154
155
  width: 100%;
155
156
  }
156
- ._primary_1u2uh_29 {
157
+ ._primary_17pvl_29 {
157
158
  background: var(--color-surface-max);
158
159
  color: var(--color-text-strong);
159
160
  }
160
- ._secondary_1u2uh_34 {
161
+ ._secondary_17pvl_34 {
161
162
  background: transparent;
162
163
  color: var(--color-text-default);
163
164
  border-color: var(--color-border-default);
164
165
  }
165
- ._ghost_1u2uh_40 {
166
+ ._ghost_17pvl_40 {
166
167
  background: transparent;
167
168
  color: var(--color-text-default);
168
169
  border-color: transparent;
169
170
  }
170
- ._button_1u2uh_1:disabled {
171
+ ._button_17pvl_1:disabled {
171
172
  cursor: not-allowed;
172
173
  }
173
- ._primary_1u2uh_29:disabled {
174
+ ._primary_17pvl_29:disabled {
174
175
  background: var(--color-surface-bold);
175
176
  color: var(--color-text-disabled);
176
177
  }
177
- ._secondary_1u2uh_34:disabled,
178
- ._ghost_1u2uh_40:disabled {
178
+ ._secondary_17pvl_34:disabled,
179
+ ._ghost_17pvl_40:disabled {
179
180
  opacity: 0.5;
180
181
  }
181
- ._button_1u2uh_1:focus-visible {
182
+ ._button_17pvl_1:focus-visible {
182
183
  outline: 2px solid var(--color-surface-max);
183
184
  outline-offset: 2px;
184
185
  }
185
- ._spinner_1u2uh_83 {
186
+ ._spinner_17pvl_83 {
186
187
  width: 20px;
187
188
  height: 20px;
188
189
  margin: 2px;
189
190
  border-radius: var(--radius-full);
190
191
  border: 2px solid currentColor;
191
192
  border-top-color: transparent;
192
- animation: _spin_1u2uh_83 700ms linear infinite;
193
+ animation: _spin_17pvl_83 700ms linear infinite;
193
194
  }
194
- @keyframes _spin_1u2uh_83 {
195
+ @keyframes _spin_17pvl_83 {
195
196
  to {
196
197
  transform: rotate(360deg);
197
198
  }
@@ -216,7 +217,7 @@
216
217
  background-position: 0 50%;
217
218
  }
218
219
  }
219
- ._surface_1xwok_10 {
220
+ ._surface_stwld_10 {
220
221
  font-family: var(--font-family-base);
221
222
  font-weight: var(--font-weight-regular);
222
223
  font-size: var(--type-paragraph-size);
@@ -226,44 +227,44 @@
226
227
  -webkit-font-smoothing: antialiased;
227
228
  text-rendering: optimizeLegibility;
228
229
  }
229
- ._surface_1xwok_10 *,
230
- ._surface_1xwok_10 *::before,
231
- ._surface_1xwok_10 *::after {
230
+ ._surface_stwld_10 *,
231
+ ._surface_stwld_10 *::before,
232
+ ._surface_stwld_10 *::after {
232
233
  box-sizing: border-box;
233
234
  }
234
- ._fill_1xwok_35 {
235
+ ._fill_stwld_35 {
235
236
  min-height: 100vh;
236
237
  min-height: calc(100dvh - var(--surface-top, 0px));
237
238
  box-shadow: 0 calc(100lvh - 100dvh) 0 var(--color-surface-default);
238
239
  }
239
- :where(._surface_1xwok_10) :where(h1, h2, h3) {
240
+ :where(._surface_stwld_10) :where(h1, h2, h3) {
240
241
  margin: 0;
241
242
  font-weight: var(--font-weight-bold);
242
243
  }
243
- :where(._surface_1xwok_10) :where(h1) {
244
+ :where(._surface_stwld_10) :where(h1) {
244
245
  font-size: var(--type-heading-lg-size);
245
246
  line-height: var(--type-heading-lg-line);
246
247
  }
247
- :where(._surface_1xwok_10) :where(h2) {
248
+ :where(._surface_stwld_10) :where(h2) {
248
249
  font-size: var(--type-heading-md-size);
249
250
  line-height: var(--type-heading-md-line);
250
251
  }
251
- ._surface_1xwok_10 a:not([class]) {
252
+ ._surface_stwld_10 a:not([class]) {
252
253
  color: inherit;
253
254
  }
254
- ._surface_1xwok_10 img {
255
+ ._surface_stwld_10 img {
255
256
  max-width: 100%;
256
257
  height: auto;
257
258
  }
258
- ._surface_1xwok_10 :focus-visible {
259
+ ._surface_stwld_10 :focus-visible {
259
260
  outline: 2px solid var(--color-surface-max);
260
261
  outline-offset: 2px;
261
262
  border-radius: var(--radius-4);
262
263
  }
263
264
  @media (prefers-reduced-motion: reduce) {
264
- ._surface_1xwok_10 *,
265
- ._surface_1xwok_10 *::before,
266
- ._surface_1xwok_10 *::after {
265
+ ._surface_stwld_10 *,
266
+ ._surface_stwld_10 *::before,
267
+ ._surface_stwld_10 *::after {
267
268
  animation-duration: 0.001ms !important;
268
269
  animation-iteration-count: 1 !important;
269
270
  transition-duration: 0.001ms !important;
@@ -355,7 +356,7 @@
355
356
  color: var(--color-text-subtle);
356
357
  max-width: 34ch;
357
358
  }
358
- ._viewport_1tc1q_14 {
359
+ ._viewport_oz4st_14 {
359
360
  position: fixed;
360
361
  top: var(--toast-top, var(--space-12));
361
362
  left: 0;
@@ -368,7 +369,7 @@
368
369
  pointer-events: none;
369
370
  z-index: 1000;
370
371
  }
371
- ._anchor_1tc1q_41 {
372
+ ._anchor_oz4st_41 {
372
373
  box-sizing: border-box;
373
374
  display: flex;
374
375
  flex-direction: column;
@@ -376,17 +377,17 @@
376
377
  width: 100%;
377
378
  max-width: 420px;
378
379
  }
379
- ._caret_1tc1q_59 {
380
+ ._caret_oz4st_59 {
380
381
  display: block;
381
382
  width: 24px;
382
383
  height: 10px;
383
384
  margin-left: auto;
384
385
  margin-right: max(0px, calc(var(--toast-caret-right, 60px) - 12px));
385
386
  }
386
- ._caret_1tc1q_59 svg {
387
+ ._caret_oz4st_59 svg {
387
388
  display: block;
388
389
  }
389
- ._toast_1tc1q_82 {
390
+ ._toast_oz4st_82 {
390
391
  box-sizing: border-box;
391
392
  display: flex;
392
393
  align-items: center;
@@ -402,16 +403,16 @@
402
403
  box-shadow: 0 6px 24px rgba(8, 14, 18, 0.24);
403
404
  pointer-events: auto;
404
405
  }
405
- ._text_1tc1q_111 {
406
+ ._text_oz4st_111 {
406
407
  display: flex;
407
408
  flex-direction: column;
408
409
  gap: var(--space-6);
409
410
  min-width: 0;
410
411
  }
411
- ._message_1tc1q_120 {
412
+ ._message_oz4st_120 {
412
413
  min-width: 0;
413
414
  }
414
- ._action_1tc1q_133 {
415
+ ._action_oz4st_133 {
415
416
  position: relative;
416
417
  flex-shrink: 0;
417
418
  padding: 0;
@@ -422,29 +423,29 @@
422
423
  text-decoration: underline;
423
424
  cursor: pointer;
424
425
  }
425
- ._action_1tc1q_133::after {
426
+ ._action_oz4st_133::after {
426
427
  content: "";
427
428
  position: absolute;
428
429
  inset: -13px -12px;
429
430
  }
430
- ._action_1tc1q_133:focus-visible {
431
+ ._action_oz4st_133:focus-visible {
431
432
  outline: 2px solid currentColor;
432
433
  outline-offset: 2px;
433
434
  border-radius: var(--radius-4);
434
435
  }
435
- ._neutral_1tc1q_158 {
436
+ ._neutral_oz4st_158 {
436
437
  background: var(--color-surface-max);
437
438
  color: var(--color-text-strong);
438
439
  }
439
- ._success_1tc1q_163 {
440
+ ._success_oz4st_163 {
440
441
  background: var(--color-state-text-success);
441
442
  color: var(--color-text-strong);
442
443
  }
443
- ._critical_1tc1q_168 {
444
+ ._critical_oz4st_168 {
444
445
  background: var(--color-state-surface-critical-default);
445
446
  color: var(--color-text-strong);
446
447
  }
447
- ._rich_1tc1q_183 {
448
+ ._rich_oz4st_183 {
448
449
  justify-content: flex-start;
449
450
  gap: var(--space-12);
450
451
  padding: var(--space-12) var(--space-16) var(--space-12) var(--space-12);
@@ -452,12 +453,12 @@
452
453
  color: #f9fafa;
453
454
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
454
455
  }
455
- ._rich_1tc1q_183 ._message_1tc1q_120 {
456
+ ._rich_oz4st_183 ._message_oz4st_120 {
456
457
  font-size: var(--type-trimmed-sm-size);
457
458
  font-weight: var(--font-weight-bold);
458
459
  line-height: normal;
459
460
  }
460
- ._rich_1tc1q_183 ._description_1tc1q_198 {
461
+ ._rich_oz4st_183 ._description_oz4st_198 {
461
462
  font-size: var(--type-trimmed-xs-size);
462
463
  font-weight: var(--font-weight-regular);
463
464
  line-height: normal;
@@ -467,11 +468,11 @@
467
468
  text-overflow: ellipsis;
468
469
  white-space: nowrap;
469
470
  }
470
- ._rich_1tc1q_183 ._action_1tc1q_133 {
471
+ ._rich_oz4st_183 ._action_oz4st_133 {
471
472
  margin-left: auto;
472
473
  text-decoration: none;
473
474
  }
474
- ._thumb_1tc1q_216 {
475
+ ._thumb_oz4st_216 {
475
476
  position: relative;
476
477
  flex-shrink: 0;
477
478
  width: 40px;
@@ -480,7 +481,7 @@
480
481
  overflow: hidden;
481
482
  background: rgba(255, 255, 255, 0.08);
482
483
  }
483
- ._thumbImage_1tc1q_227 {
484
+ ._thumbImage_oz4st_227 {
484
485
  object-fit: cover;
485
486
  object-position: top;
486
487
  }
@@ -687,7 +688,7 @@
687
688
  ._row_1hsxt_16._discount_1hsxt_69 dd {
688
689
  color: var(--color-state-text-success);
689
690
  }
690
- ._lines_15b52_19 {
691
+ ._lines_1lx0d_19 {
691
692
  list-style: none;
692
693
  margin: 0;
693
694
  padding: 0;
@@ -695,12 +696,12 @@
695
696
  flex-direction: column;
696
697
  gap: var(--space-16);
697
698
  }
698
- ._line_15b52_19 {
699
+ ._line_1lx0d_19 {
699
700
  display: flex;
700
701
  align-items: center;
701
702
  gap: var(--space-12);
702
703
  }
703
- ._thumb_15b52_34 {
704
+ ._thumb_1lx0d_34 {
704
705
  position: relative;
705
706
  flex-shrink: 0;
706
707
  width: 48px;
@@ -709,15 +710,15 @@
709
710
  overflow: hidden;
710
711
  background: var(--color-surface-soft);
711
712
  }
712
- ._image_15b52_44 {
713
+ ._image_1lx0d_44 {
713
714
  object-fit: cover;
714
715
  object-position: top;
715
716
  }
716
- ._placeholder_15b52_51 {
717
+ ._placeholder_1lx0d_51 {
717
718
  width: 100%;
718
719
  height: 100%;
719
720
  }
720
- ._lineBody_15b52_56 {
721
+ ._lineBody_1lx0d_56 {
721
722
  display: flex;
722
723
  align-items: flex-start;
723
724
  justify-content: space-between;
@@ -725,14 +726,14 @@
725
726
  flex: 1 1 0;
726
727
  min-width: 0;
727
728
  }
728
- ._lineText_15b52_65 {
729
+ ._lineText_1lx0d_65 {
729
730
  display: flex;
730
731
  flex-direction: column;
731
732
  gap: var(--space-12);
732
733
  flex: 1 1 0;
733
734
  min-width: 0;
734
735
  }
735
- ._lineTitle_15b52_75 {
736
+ ._lineTitle_1lx0d_75 {
736
737
  margin: -6px 0;
737
738
  padding: 6px 0;
738
739
  font-size: var(--type-trimmed-sm-size);
@@ -742,7 +743,7 @@
742
743
  overflow: hidden;
743
744
  text-overflow: ellipsis;
744
745
  }
745
- ._lineMeta_15b52_107 {
746
+ ._lineMeta_1lx0d_106 {
746
747
  display: flex;
747
748
  align-items: center;
748
749
  flex-wrap: wrap;
@@ -752,10 +753,10 @@
752
753
  line-height: 11px;
753
754
  color: var(--color-text-subtle);
754
755
  }
755
- ._detail_15b52_104 {
756
+ ._detail_1lx0d_103 {
756
757
  white-space: nowrap;
757
758
  }
758
- ._linePrice_15b52_128 {
759
+ ._linePrice_1lx0d_127 {
759
760
  display: flex;
760
761
  flex-direction: column;
761
762
  align-items: flex-end;
@@ -764,12 +765,12 @@
764
765
  white-space: nowrap;
765
766
  font-variant-numeric: tabular-nums;
766
767
  }
767
- ._paid_15b52_140 {
768
+ ._paid_1lx0d_139 {
768
769
  font-size: var(--type-trimmed-md-size);
769
770
  line-height: 11px;
770
771
  font-weight: var(--font-weight-bold);
771
772
  }
772
- ._was_15b52_153 {
773
+ ._was_1lx0d_152 {
773
774
  display: flex;
774
775
  align-items: center;
775
776
  justify-content: flex-end;
@@ -779,14 +780,14 @@
779
780
  color: var(--color-text-disabled);
780
781
  text-decoration: line-through;
781
782
  }
782
- ._card_15b52_176 {
783
+ ._card_1lx0d_175 {
783
784
  display: flex;
784
785
  flex-direction: column;
785
786
  box-shadow: inset 0 0 0 1px var(--color-border-default);
786
787
  border-radius: var(--radius-18);
787
788
  overflow: hidden;
788
789
  }
789
- ._cardTitle_15b52_184 {
790
+ ._cardTitle_1lx0d_183 {
790
791
  display: flex;
791
792
  align-items: center;
792
793
  margin: 0;
@@ -797,19 +798,19 @@
797
798
  line-height: 1.38;
798
799
  font-weight: var(--font-weight-bold);
799
800
  }
800
- ._cardBody_15b52_196 {
801
+ ._cardBody_1lx0d_195 {
801
802
  margin: 0;
802
803
  padding: var(--space-16);
803
804
  font-size: var(--type-trimmed-sm-size);
804
805
  line-height: 1.5;
805
806
  }
806
- ._summaryCard_15b52_168 {
807
+ ._summaryCard_1lx0d_167 {
807
808
  background: var(--color-surface-soft);
808
809
  }
809
- ._summaryCard_15b52_168 > :last-child {
810
+ ._summaryCard_1lx0d_167 > :last-child {
810
811
  padding: 0 var(--space-16);
811
812
  }
812
- ._itemsHeader_15b52_14 {
813
+ ._itemsHeader_1lx0d_14 {
813
814
  display: flex;
814
815
  align-items: center;
815
816
  gap: var(--space-12);
@@ -817,7 +818,7 @@
817
818
  padding: 0 var(--space-16);
818
819
  border-bottom: 1px solid var(--color-border-default);
819
820
  }
820
- ._itemsTitle_15b52_225 {
821
+ ._itemsTitle_1lx0d_238 {
821
822
  flex: 1 0 0;
822
823
  min-width: 0;
823
824
  margin: 0;
@@ -825,7 +826,7 @@
825
826
  line-height: 1.38;
826
827
  font-weight: var(--font-weight-bold);
827
828
  }
828
- ._itemsCount_15b52_236 {
829
+ ._itemsCount_1lx0d_249 {
829
830
  display: inline-flex;
830
831
  align-items: center;
831
832
  justify-content: center;
@@ -840,7 +841,7 @@
840
841
  letter-spacing: 0.12px;
841
842
  font-variant-numeric: tabular-nums;
842
843
  }
843
- ._cardLines_15b52_255 {
844
+ ._cardLines_1lx0d_268 {
844
845
  gap: var(--space-12);
845
846
  padding: var(--space-12) var(--space-16);
846
847
  }
@@ -1092,38 +1093,38 @@
1092
1093
  text-decoration: line-through;
1093
1094
  font-variant-numeric: tabular-nums;
1094
1095
  }
1095
- ._page_v0hbj_7 {
1096
+ ._page_15fz5_7 {
1096
1097
  display: flex;
1097
1098
  flex-direction: column;
1098
1099
  gap: var(--space-24);
1099
1100
  padding: var(--space-20) var(--space-16);
1100
1101
  background: var(--color-surface-default);
1101
1102
  }
1102
- ._titles_v0hbj_15 {
1103
+ ._titles_15fz5_15 {
1103
1104
  display: flex;
1104
1105
  flex-direction: column;
1105
1106
  gap: var(--space-8);
1106
1107
  }
1107
- ._title_v0hbj_15 {
1108
+ ._title_15fz5_15 {
1108
1109
  margin: 0;
1109
1110
  font-size: var(--type-heading-md-size);
1110
1111
  line-height: 1.32;
1111
1112
  font-weight: var(--font-weight-bold);
1112
1113
  color: var(--color-text-default);
1113
1114
  }
1114
- ._subtitle_v0hbj_30 {
1115
+ ._subtitle_15fz5_35 {
1116
+ margin: 0;
1115
1117
  font-size: var(--type-trimmed-sm-size);
1116
- line-height: 10px;
1117
- padding: 5px 0;
1118
- margin: -5px 0;
1118
+ line-height: var(--type-trimmed-leading);
1119
+ margin-block: calc((var(--type-trimmed-sm-line) - var(--type-trimmed-leading) * 1em) / 2);
1119
1120
  color: var(--color-text-subtle);
1120
1121
  }
1121
- ._list_v0hbj_38 {
1122
+ ._list_15fz5_43 {
1122
1123
  display: flex;
1123
1124
  flex-direction: column;
1124
1125
  gap: var(--space-12);
1125
1126
  }
1126
- ._card_v0hbj_48 {
1127
+ ._card_15fz5_53 {
1127
1128
  display: flex;
1128
1129
  align-items: flex-start;
1129
1130
  gap: var(--space-12);
@@ -1131,7 +1132,7 @@
1131
1132
  border-radius: var(--radius-18);
1132
1133
  background: var(--color-surface-soft);
1133
1134
  }
1134
- ._checkSlot_v0hbj_61 {
1135
+ ._checkSlot_15fz5_66 {
1135
1136
  display: inline-flex;
1136
1137
  align-items: flex-start;
1137
1138
  flex-shrink: 0;
@@ -1141,12 +1142,12 @@
1141
1142
  color: var(--color-surface-max);
1142
1143
  cursor: pointer;
1143
1144
  }
1144
- ._checkSlot_v0hbj_61:focus-visible {
1145
+ ._checkSlot_15fz5_66:focus-visible {
1145
1146
  outline: none;
1146
1147
  box-shadow: var(--focus-ring);
1147
1148
  border-radius: var(--radius-4);
1148
1149
  }
1149
- ._check_v0hbj_61 {
1150
+ ._check_15fz5_66 {
1150
1151
  position: relative;
1151
1152
  display: inline-flex;
1152
1153
  align-items: center;
@@ -1154,7 +1155,7 @@
1154
1155
  width: 24px;
1155
1156
  height: 24px;
1156
1157
  }
1157
- ._check_v0hbj_61::before {
1158
+ ._check_15fz5_66::before {
1158
1159
  content: "";
1159
1160
  position: absolute;
1160
1161
  width: 20px;
@@ -1162,20 +1163,20 @@
1162
1163
  border: 1px solid var(--color-border-default);
1163
1164
  border-radius: var(--radius-full);
1164
1165
  }
1165
- ._checkSlot_v0hbj_61[aria-checked=true] ._check_v0hbj_61::before {
1166
+ ._checkSlot_15fz5_66[aria-checked=true] ._check_15fz5_66::before {
1166
1167
  border-color: transparent;
1167
1168
  }
1168
- ._check_v0hbj_61 svg {
1169
+ ._check_15fz5_66 svg {
1169
1170
  position: relative;
1170
1171
  }
1171
- ._row_v0hbj_105 {
1172
+ ._row_15fz5_110 {
1172
1173
  display: flex;
1173
1174
  flex-direction: column;
1174
1175
  gap: var(--space-12);
1175
1176
  flex: 1 1 0;
1176
1177
  min-width: 0;
1177
1178
  }
1178
- ._reason_v0hbj_112 {
1179
+ ._reason_15fz5_135 {
1179
1180
  display: inline-flex;
1180
1181
  align-items: center;
1181
1182
  justify-content: space-between;
@@ -1194,10 +1195,10 @@
1194
1195
  text-align: left;
1195
1196
  cursor: pointer;
1196
1197
  }
1197
- ._reasonSet_v0hbj_132 {
1198
+ ._reasonSet_15fz5_155 {
1198
1199
  color: var(--color-text-default);
1199
1200
  }
1200
- ._reason_v0hbj_112:focus-visible {
1201
+ ._reason_15fz5_135:focus-visible {
1201
1202
  outline: none;
1202
1203
  box-shadow: var(--focus-ring);
1203
1204
  }
@@ -1327,32 +1328,32 @@
1327
1328
  letter-spacing: 0.12px;
1328
1329
  color: var(--color-text-default);
1329
1330
  }
1330
- ._page_1l21t_8 {
1331
+ ._page_g4vus_8 {
1331
1332
  display: flex;
1332
1333
  flex-direction: column;
1333
1334
  gap: var(--space-24);
1334
1335
  padding: var(--space-20) var(--space-16) var(--space-24);
1335
1336
  }
1336
- ._titles_1l21t_15 {
1337
+ ._titles_g4vus_15 {
1337
1338
  display: flex;
1338
1339
  flex-direction: column;
1339
1340
  gap: var(--space-8);
1340
1341
  }
1341
- ._title_1l21t_15 {
1342
+ ._title_g4vus_15 {
1342
1343
  margin: 0;
1343
1344
  font-size: var(--type-heading-md-size);
1344
1345
  line-height: 1.32;
1345
1346
  font-weight: var(--font-weight-bold);
1346
1347
  color: var(--color-text-default);
1347
1348
  }
1348
- ._subtitle_1l21t_30 {
1349
+ ._subtitle_g4vus_35 {
1350
+ margin: 0;
1349
1351
  font-size: var(--type-trimmed-sm-size);
1350
- line-height: 10px;
1351
- padding: 5px 0;
1352
- margin: -5px 0;
1352
+ line-height: var(--type-trimmed-leading);
1353
+ margin-block: calc((var(--type-trimmed-sm-line) - var(--type-trimmed-leading) * 1em) / 2);
1353
1354
  color: var(--color-text-subtle);
1354
1355
  }
1355
- ._items_1l21t_38 {
1356
+ ._items_g4vus_43 {
1356
1357
  list-style: none;
1357
1358
  margin: 0;
1358
1359
  padding: 0;
@@ -1360,12 +1361,12 @@
1360
1361
  flex-direction: column;
1361
1362
  gap: var(--space-16);
1362
1363
  }
1363
- ._item_1l21t_38 {
1364
+ ._item_g4vus_43 {
1364
1365
  display: flex;
1365
1366
  align-items: center;
1366
1367
  gap: var(--space-12);
1367
1368
  }
1368
- ._thumb_1l21t_53 {
1369
+ ._thumb_g4vus_58 {
1369
1370
  position: relative;
1370
1371
  flex-shrink: 0;
1371
1372
  width: 48px;
@@ -1374,22 +1375,22 @@
1374
1375
  overflow: hidden;
1375
1376
  background: var(--color-surface-subtle);
1376
1377
  }
1377
- ._img_1l21t_63 {
1378
+ ._img_g4vus_68 {
1378
1379
  object-fit: cover;
1379
1380
  object-position: top;
1380
1381
  }
1381
- ._placeholder_1l21t_70 {
1382
+ ._placeholder_g4vus_75 {
1382
1383
  width: 100%;
1383
1384
  height: 100%;
1384
1385
  }
1385
- ._meta_1l21t_75 {
1386
+ ._meta_g4vus_80 {
1386
1387
  display: flex;
1387
1388
  flex-direction: column;
1388
1389
  gap: var(--space-12);
1389
1390
  flex: 1 1 0;
1390
1391
  min-width: 0;
1391
1392
  }
1392
- ._name_1l21t_83 {
1393
+ ._name_g4vus_88 {
1393
1394
  font-size: var(--type-trimmed-sm-size);
1394
1395
  line-height: 10px;
1395
1396
  padding: 5px 0;
@@ -1400,20 +1401,20 @@
1400
1401
  text-overflow: ellipsis;
1401
1402
  white-space: nowrap;
1402
1403
  }
1403
- ._attrs_1l21t_103 {
1404
+ ._attrs_g4vus_108 {
1404
1405
  margin: 0;
1405
1406
  display: flex;
1406
1407
  align-items: center;
1407
1408
  gap: var(--space-8);
1408
1409
  color: var(--color-text-subtle);
1409
1410
  }
1410
- ._attrs_1l21t_103 > span {
1411
+ ._attrs_g4vus_108 > span {
1411
1412
  font-size: var(--type-trimmed-sm-size);
1412
1413
  line-height: 10px;
1413
1414
  padding: 5px 0;
1414
1415
  margin: -5px 0;
1415
1416
  }
1416
- ._price_1l21t_118 {
1417
+ ._price_g4vus_123 {
1417
1418
  display: flex;
1418
1419
  flex-direction: column;
1419
1420
  align-items: flex-end;
@@ -1421,38 +1422,38 @@
1421
1422
  flex-shrink: 0;
1422
1423
  text-align: right;
1423
1424
  }
1424
- ._paid_1l21t_127 {
1425
+ ._paid_g4vus_132 {
1425
1426
  font-size: var(--type-trimmed-md-size);
1426
1427
  line-height: 11px;
1427
1428
  font-weight: var(--font-weight-bold);
1428
1429
  color: var(--color-text-default);
1429
1430
  font-variant-numeric: tabular-nums;
1430
1431
  }
1431
- ._was_1l21t_135 {
1432
+ ._was_g4vus_140 {
1432
1433
  font-size: var(--type-trimmed-sm-size);
1433
1434
  line-height: 10px;
1434
1435
  color: var(--color-text-disabled);
1435
1436
  text-decoration: line-through;
1436
1437
  font-variant-numeric: tabular-nums;
1437
1438
  }
1438
- ._page_1qh0r_8 {
1439
+ ._page_1iwin_8 {
1439
1440
  display: flex;
1440
1441
  flex-direction: column;
1441
1442
  gap: var(--space-32);
1442
1443
  padding: var(--space-20) var(--space-16) var(--space-24);
1443
1444
  }
1444
- ._widget_1qh0r_18 {
1445
+ ._widget_1iwin_18 {
1445
1446
  display: flex;
1446
1447
  flex-direction: column;
1447
1448
  gap: var(--space-32);
1448
1449
  }
1449
- ._titleRow_1qh0r_26 {
1450
+ ._titleRow_1iwin_26 {
1450
1451
  display: flex;
1451
1452
  align-items: center;
1452
1453
  justify-content: space-between;
1453
1454
  gap: var(--space-12);
1454
1455
  }
1455
- ._headline_1qh0r_42 {
1456
+ ._headline_1iwin_42 {
1456
1457
  margin: -9px 0;
1457
1458
  padding: 9px 0;
1458
1459
  min-width: 0;
@@ -1463,7 +1464,7 @@
1463
1464
  text-overflow: ellipsis;
1464
1465
  white-space: nowrap;
1465
1466
  }
1466
- ._track_1qh0r_74 {
1467
+ ._track_1iwin_74 {
1467
1468
  display: inline-flex;
1468
1469
  align-items: center;
1469
1470
  gap: var(--space-6);
@@ -1474,43 +1475,43 @@
1474
1475
  color: var(--color-text-default);
1475
1476
  text-decoration: none;
1476
1477
  }
1477
- ._track_1qh0r_74:focus-visible {
1478
+ ._track_1iwin_74:focus-visible {
1478
1479
  outline: none;
1479
1480
  box-shadow: var(--focus-ring);
1480
1481
  border-radius: var(--radius-4);
1481
1482
  }
1482
- ._rule_1qh0r_99 {
1483
+ ._rule_1iwin_99 {
1483
1484
  height: 1px;
1484
1485
  margin: 0 0 -1px;
1485
1486
  border: 0;
1486
1487
  background: var(--color-border-default);
1487
1488
  }
1488
- ._help_1qh0r_109 {
1489
+ ._help_1iwin_109 {
1489
1490
  display: flex;
1490
1491
  flex-direction: column;
1491
1492
  gap: var(--space-6);
1492
1493
  }
1493
- ._helpTitle_1qh0r_115 {
1494
+ ._helpTitle_1iwin_115 {
1494
1495
  margin: 0;
1495
1496
  font-size: var(--type-heading-md-size);
1496
1497
  line-height: 1.32;
1497
1498
  font-weight: var(--font-weight-bold);
1498
1499
  }
1499
- ._helpRows_1qh0r_122 {
1500
+ ._helpRows_1iwin_122 {
1500
1501
  display: flex;
1501
1502
  flex-direction: column;
1502
1503
  }
1503
- ._helpRowEnd_1qh0r_131 {
1504
+ ._helpRowEnd_1iwin_131 {
1504
1505
  display: flex;
1505
1506
  align-items: center;
1506
1507
  gap: var(--space-8);
1507
1508
  min-width: 0;
1508
1509
  }
1509
- ._helpStatus_1qh0r_139 {
1510
+ ._helpStatus_1iwin_139 {
1510
1511
  color: var(--color-text-subtle);
1511
1512
  white-space: nowrap;
1512
1513
  }
1513
- ._helpRow_1qh0r_122 {
1514
+ ._helpRow_1iwin_122 {
1514
1515
  display: flex;
1515
1516
  align-items: center;
1516
1517
  justify-content: space-between;
@@ -1528,14 +1529,14 @@
1528
1529
  text-align: left;
1529
1530
  cursor: pointer;
1530
1531
  }
1531
- ._helpRow_1qh0r_122 + ._helpRow_1qh0r_122 {
1532
+ ._helpRow_1iwin_122 + ._helpRow_1iwin_122 {
1532
1533
  border-top: 1px solid var(--color-border-subtle);
1533
1534
  }
1534
- ._helpRow_1qh0r_122:focus-visible {
1535
+ ._helpRow_1iwin_122:focus-visible {
1535
1536
  outline: none;
1536
1537
  box-shadow: var(--focus-ring);
1537
1538
  }
1538
- ._cancel_1qh0r_197 {
1539
+ ._cancel_1iwin_197 {
1539
1540
  display: inline-flex;
1540
1541
  align-items: center;
1541
1542
  justify-content: center;
@@ -1552,27 +1553,27 @@
1552
1553
  font-weight: var(--font-weight-bold);
1553
1554
  cursor: pointer;
1554
1555
  }
1555
- ._cancel_1qh0r_197:focus-visible {
1556
+ ._cancel_1iwin_197:focus-visible {
1556
1557
  outline: none;
1557
1558
  box-shadow: var(--focus-ring);
1558
1559
  }
1559
- ._cancelledHead_1qh0r_221 {
1560
+ ._cancelledHead_1iwin_221 {
1560
1561
  display: flex;
1561
1562
  flex-direction: column;
1562
1563
  gap: var(--space-8);
1563
1564
  }
1564
- ._cancelledTitle_1qh0r_227 {
1565
+ ._cancelledTitle_1iwin_227 {
1565
1566
  margin: 0;
1566
1567
  font-size: var(--type-heading-md-size);
1567
1568
  line-height: 1.32;
1568
1569
  font-weight: var(--font-weight-bold);
1569
1570
  color: var(--color-text-default);
1570
1571
  }
1571
- ._cancelledMeta_1qh0r_236 {
1572
+ ._cancelledMeta_1iwin_241 {
1573
+ margin: 0;
1572
1574
  font-size: var(--type-trimmed-sm-size);
1573
- line-height: 10px;
1574
- padding: 5px 0;
1575
- margin: -5px 0;
1575
+ line-height: var(--type-trimmed-leading);
1576
+ margin-block: calc((var(--type-trimmed-sm-line) - var(--type-trimmed-leading) * 1em) / 2);
1576
1577
  color: var(--color-text-subtle);
1577
1578
  }
1578
1579
  ._page_vqbqs_6 {
@@ -2259,25 +2260,25 @@
2259
2260
  color: var(--color-text-default);
2260
2261
  font-variant-numeric: tabular-nums;
2261
2262
  }
2262
- ._line_1ritd_6 {
2263
+ ._line_1dx14_6 {
2263
2264
  display: flex;
2264
2265
  flex-direction: column;
2265
2266
  gap: var(--space-6);
2266
2267
  }
2267
- ._row_1ritd_12 {
2268
+ ._row_1dx14_12 {
2268
2269
  display: flex;
2269
2270
  gap: var(--space-16);
2270
2271
  align-items: center;
2271
2272
  }
2272
- ._pending_1ritd_18 {
2273
+ ._pending_1dx14_18 {
2273
2274
  opacity: 0.6;
2274
2275
  }
2275
- ._labels_1ritd_24 {
2276
+ ._labels_1dx14_24 {
2276
2277
  display: flex;
2277
2278
  align-items: center;
2278
2279
  gap: var(--space-4);
2279
2280
  }
2280
- ._lowStock_1ritd_39 {
2281
+ ._lowStock_1dx14_39 {
2281
2282
  display: inline-flex;
2282
2283
  align-items: center;
2283
2284
  padding: 7px 0;
@@ -2286,7 +2287,7 @@
2286
2287
  line-height: 10px;
2287
2288
  color: var(--color-state-text-warning);
2288
2289
  }
2289
- ._media_1ritd_49 {
2290
+ ._media_1dx14_49 {
2290
2291
  position: relative;
2291
2292
  flex-shrink: 0;
2292
2293
  width: 100px;
@@ -2295,21 +2296,21 @@
2295
2296
  overflow: hidden;
2296
2297
  background: var(--color-surface-soft);
2297
2298
  }
2298
- ._image_1ritd_59 {
2299
+ ._image_1dx14_59 {
2299
2300
  object-fit: cover;
2300
2301
  object-position: top;
2301
2302
  }
2302
- ._placeholder_1ritd_75 {
2303
+ ._placeholder_1dx14_75 {
2303
2304
  width: 100%;
2304
2305
  height: 100%;
2305
2306
  }
2306
- ._saleBadge_1ritd_88 {
2307
+ ._saleBadge_1dx14_88 {
2307
2308
  position: absolute;
2308
2309
  display: flex;
2309
2310
  left: var(--space-6);
2310
2311
  bottom: var(--space-6);
2311
2312
  }
2312
- ._oos_1ritd_103 {
2313
+ ._oos_1dx14_103 {
2313
2314
  position: absolute;
2314
2315
  inset: 0;
2315
2316
  display: flex;
@@ -2321,26 +2322,26 @@
2321
2322
  font-size: var(--type-trimmed-sm-size);
2322
2323
  font-weight: var(--font-weight-bold);
2323
2324
  }
2324
- ._info_1ritd_116 {
2325
+ ._info_1dx14_116 {
2325
2326
  display: flex;
2326
2327
  flex-direction: column;
2327
2328
  gap: var(--space-16);
2328
2329
  flex: 1 1 0;
2329
2330
  min-width: 0;
2330
2331
  }
2331
- ._head_1ritd_124 {
2332
+ ._head_1dx14_124 {
2332
2333
  display: flex;
2333
2334
  align-items: flex-start;
2334
2335
  justify-content: space-between;
2335
2336
  gap: var(--space-8);
2336
2337
  }
2337
- ._meta_1ritd_131 {
2338
+ ._meta_1dx14_131 {
2338
2339
  display: flex;
2339
2340
  flex-direction: column;
2340
2341
  gap: var(--space-12);
2341
2342
  min-width: 0;
2342
2343
  }
2343
- ._title_1ritd_146 {
2344
+ ._title_1dx14_146 {
2344
2345
  font-size: var(--type-trimmed-md-size);
2345
2346
  font-weight: var(--font-weight-bold);
2346
2347
  line-height: 11px;
@@ -2350,13 +2351,13 @@
2350
2351
  text-overflow: ellipsis;
2351
2352
  white-space: nowrap;
2352
2353
  }
2353
- ._details_1ritd_164 {
2354
+ ._details_1dx14_164 {
2354
2355
  display: flex;
2355
2356
  flex-wrap: wrap;
2356
2357
  gap: var(--space-6);
2357
2358
  min-width: 0;
2358
2359
  }
2359
- ._detail_1ritd_164 {
2360
+ ._detail_1dx14_164 {
2360
2361
  font-size: var(--type-trimmed-sm-size);
2361
2362
  font-weight: var(--font-weight-regular);
2362
2363
  line-height: 10px;
@@ -2365,14 +2366,14 @@
2365
2366
  color: var(--color-text-subtle);
2366
2367
  white-space: nowrap;
2367
2368
  }
2368
- ._price_1ritd_183 {
2369
+ ._price_1dx14_183 {
2369
2370
  display: flex;
2370
2371
  flex-direction: column;
2371
2372
  align-items: flex-end;
2372
2373
  gap: var(--space-6);
2373
2374
  flex-shrink: 0;
2374
2375
  }
2375
- ._amount_1ritd_191 {
2376
+ ._amount_1dx14_191 {
2376
2377
  font-size: var(--type-trimmed-md-size);
2377
2378
  font-weight: var(--font-weight-bold);
2378
2379
  line-height: 11px;
@@ -2380,7 +2381,7 @@
2380
2381
  margin: -7px 0;
2381
2382
  white-space: nowrap;
2382
2383
  }
2383
- ._was_1ritd_200 {
2384
+ ._was_1dx14_200 {
2384
2385
  font-size: var(--type-trimmed-sm-size);
2385
2386
  font-weight: var(--font-weight-regular);
2386
2387
  line-height: 10px;
@@ -2418,7 +2419,7 @@
2418
2419
  height: 1px;
2419
2420
  background: var(--color-border-default);
2420
2421
  }
2421
- ._bar_v20rr_1 {
2422
+ ._bar_23dkv_1 {
2422
2423
  position: sticky;
2423
2424
  bottom: 0;
2424
2425
  left: 0;
@@ -2430,53 +2431,53 @@
2430
2431
  background: var(--color-surface-default);
2431
2432
  z-index: 50;
2432
2433
  }
2433
- ._floating_v20rr_31 {
2434
+ ._floating_23dkv_52 {
2434
2435
  border-radius: var(--radius-12) var(--radius-12) 0 0;
2435
2436
  filter: drop-shadow(0 -4px 12px rgba(206, 206, 206, 0.48));
2436
2437
  }
2437
- ._divider_v20rr_37 {
2438
+ ._divider_23dkv_58 {
2438
2439
  border-top: 1px solid var(--color-border-default);
2439
2440
  }
2440
- ._info_v20rr_41 {
2441
+ ._info_23dkv_62 {
2441
2442
  display: flex;
2442
2443
  align-items: center;
2443
2444
  justify-content: space-between;
2444
2445
  font-weight: var(--font-weight-bold);
2445
2446
  }
2446
- ._actions_v20rr_49 {
2447
+ ._actions_23dkv_70 {
2447
2448
  display: flex;
2448
2449
  gap: var(--space-8);
2449
2450
  }
2450
- ._actions_v20rr_49 > * {
2451
+ ._actions_23dkv_70 > * {
2451
2452
  flex: 1 1 0;
2452
2453
  }
2453
- ._surface_15488_15 {
2454
+ ._surface_1bdb0_15 {
2454
2455
  display: flex;
2455
2456
  flex-direction: column;
2456
2457
  }
2457
- ._screen_15488_20 {
2458
+ ._screen_1bdb0_20 {
2458
2459
  display: flex;
2459
2460
  flex-direction: column;
2460
2461
  flex: 1 1 auto;
2461
2462
  }
2462
- ._body_15488_12 {
2463
+ ._body_1bdb0_12 {
2463
2464
  display: flex;
2464
2465
  flex-direction: column;
2465
2466
  gap: var(--space-20);
2466
2467
  padding: var(--space-20) var(--space-16) 0;
2467
2468
  flex: 1 1 auto;
2468
2469
  }
2469
- ._items_15488_34 {
2470
+ ._items_1bdb0_34 {
2470
2471
  display: flex;
2471
2472
  flex-direction: column;
2472
2473
  gap: var(--space-20);
2473
2474
  }
2474
- ._sectionHeader_15488_40 {
2475
+ ._sectionHeader_1bdb0_40 {
2475
2476
  display: flex;
2476
2477
  align-items: center;
2477
2478
  gap: var(--space-12);
2478
2479
  }
2479
- ._sectionTitle_15488_46 {
2480
+ ._sectionTitle_1bdb0_46 {
2480
2481
  margin: 0;
2481
2482
  font-size: var(--type-heading-md-size);
2482
2483
  line-height: 1.38;
@@ -2484,7 +2485,7 @@
2484
2485
  flex: 1 0 0;
2485
2486
  min-width: 0;
2486
2487
  }
2487
- ._count_15488_55 {
2488
+ ._count_1bdb0_67 {
2488
2489
  display: inline-flex;
2489
2490
  align-items: center;
2490
2491
  justify-content: center;
@@ -2499,7 +2500,7 @@
2499
2500
  font-variant-numeric: tabular-nums;
2500
2501
  flex-shrink: 0;
2501
2502
  }
2502
- ._lines_15488_79 {
2503
+ ._lines_1bdb0_91 {
2503
2504
  list-style: none;
2504
2505
  margin: 0;
2505
2506
  padding: 0;
@@ -2507,10 +2508,10 @@
2507
2508
  flex-direction: column;
2508
2509
  gap: var(--space-20);
2509
2510
  }
2510
- ._gallery_1wmgz_1 {
2511
+ ._gallery_1vbj7_1 {
2511
2512
  position: relative;
2512
2513
  }
2513
- ._track_1wmgz_5 {
2514
+ ._track_1vbj7_5 {
2514
2515
  display: flex;
2515
2516
  overflow-x: auto;
2516
2517
  scroll-snap-type: x mandatory;
@@ -2519,24 +2520,24 @@
2519
2520
  background: var(--color-surface-soft);
2520
2521
  scrollbar-width: none;
2521
2522
  }
2522
- ._track_1wmgz_5::-webkit-scrollbar {
2523
+ ._track_1vbj7_5::-webkit-scrollbar {
2523
2524
  display: none;
2524
2525
  }
2525
- ._slide_1wmgz_20 {
2526
+ ._slide_1vbj7_20 {
2526
2527
  position: relative;
2527
2528
  flex: 0 0 100%;
2528
2529
  scroll-snap-align: center;
2529
2530
  aspect-ratio: 375 / 475;
2530
2531
  }
2531
- ._image_1wmgz_27 {
2532
+ ._image_1vbj7_27 {
2532
2533
  object-fit: cover;
2533
2534
  }
2534
- ._placeholder_1wmgz_31 {
2535
+ ._placeholder_1vbj7_31 {
2535
2536
  width: 100%;
2536
2537
  aspect-ratio: 375 / 475;
2537
2538
  background: var(--color-surface-soft);
2538
2539
  }
2539
- ._dots_1wmgz_49 {
2540
+ ._dots_1vbj7_49 {
2540
2541
  position: absolute;
2541
2542
  right: 0;
2542
2543
  bottom: 16px;
@@ -2545,7 +2546,7 @@
2545
2546
  justify-content: center;
2546
2547
  gap: var(--space-6);
2547
2548
  }
2548
- ._dot_1wmgz_49 {
2549
+ ._dot_1vbj7_49 {
2549
2550
  width: 8px;
2550
2551
  height: 8px;
2551
2552
  padding: 0;
@@ -2556,12 +2557,12 @@
2556
2557
  cursor: pointer;
2557
2558
  position: relative;
2558
2559
  }
2559
- ._dot_1wmgz_49::after {
2560
+ ._dot_1vbj7_49::after {
2560
2561
  content: "";
2561
2562
  position: absolute;
2562
2563
  inset: -18px -3px;
2563
2564
  }
2564
- ._dotActive_1wmgz_100 {
2565
+ ._dotActive_1vbj7_100 {
2565
2566
  background: #ffffff;
2566
2567
  }
2567
2568
  ._scrim_r4azu_8 {
@@ -3401,13 +3402,13 @@
3401
3402
  ._dotActive_qsxtq_85 {
3402
3403
  background: #f9fafa;
3403
3404
  }
3404
- ._section_82ve5_1 {
3405
+ ._section_1nrsi_1 {
3405
3406
  display: flex;
3406
3407
  flex-direction: column;
3407
3408
  gap: var(--space-12);
3408
3409
  padding: var(--space-24) var(--space-16);
3409
3410
  }
3410
- ._row_82ve5_9 {
3411
+ ._row_1nrsi_9 {
3411
3412
  display: flex;
3412
3413
  flex-direction: column;
3413
3414
  gap: var(--space-8);
@@ -3415,18 +3416,18 @@
3415
3416
  border-radius: var(--radius-8);
3416
3417
  background: var(--color-surface-soft);
3417
3418
  }
3418
- ._title_82ve5_21 {
3419
+ ._title_1nrsi_20 {
3419
3420
  margin: 0;
3420
3421
  font-size: var(--type-heading-sm-size);
3421
3422
  line-height: var(--type-heading-sm-line);
3422
3423
  font-weight: var(--font-weight-bold);
3423
3424
  color: var(--color-text-default);
3424
3425
  }
3425
- ._body_82ve5_48 {
3426
+ ._body_1nrsi_43 {
3426
3427
  margin: 0;
3427
3428
  font-size: var(--type-trimmed-sm-size);
3428
- line-height: var(--type-caption-sm-line);
3429
- margin-block: calc((var(--type-trimmed-sm-line) - var(--type-caption-sm-line) * 1em) / 2);
3429
+ line-height: var(--type-trimmed-leading);
3430
+ margin-block: calc((var(--type-trimmed-sm-line) - var(--type-trimmed-leading) * 1em) / 2);
3430
3431
  color: var(--color-text-subtle);
3431
3432
  }
3432
3433
  ._section_snuuj_1 {
@@ -3464,30 +3465,30 @@
3464
3465
  flex-shrink: 0;
3465
3466
  color: var(--color-text-default);
3466
3467
  }
3467
- ._pcp_yu17f_6 {
3468
+ ._pcp_1kft8_6 {
3468
3469
  display: flex;
3469
3470
  flex-direction: column;
3470
3471
  }
3471
- ._blocks_yu17f_25 {
3472
+ ._blocks_1kft8_24 {
3472
3473
  position: relative;
3473
3474
  display: flex;
3474
3475
  flex-direction: column;
3475
3476
  }
3476
- ._featured_yu17f_38,
3477
- ._gridBlock_yu17f_39 {
3477
+ ._featured_1kft8_36,
3478
+ ._gridBlock_1kft8_37 {
3478
3479
  display: flex;
3479
3480
  flex-direction: column;
3480
3481
  gap: var(--space-12);
3481
3482
  padding: var(--space-24) 0;
3482
3483
  }
3483
- ._blockTitle_yu17f_46 {
3484
+ ._blockTitle_1kft8_44 {
3484
3485
  padding: 0 var(--space-16);
3485
3486
  font-size: var(--type-heading-md-size);
3486
3487
  line-height: 1.38;
3487
3488
  font-weight: var(--font-weight-bold);
3488
3489
  color: var(--color-text-default);
3489
3490
  }
3490
- ._grid_yu17f_39 {
3491
+ ._grid_1kft8_37 {
3491
3492
  list-style: none;
3492
3493
  margin: 0;
3493
3494
  padding: 0 var(--space-16);
@@ -3496,19 +3497,16 @@
3496
3497
  column-gap: var(--space-12);
3497
3498
  row-gap: var(--space-12);
3498
3499
  }
3499
- ._showcase_15pba_14 {
3500
+ ._showcase_9ibf6_14 {
3500
3501
  --chrome-bleed: 0px;
3501
3502
  background: #080e12;
3502
- display: flow-root;
3503
- overflow: clip;
3504
- overflow-clip-margin: var(--chrome-bleed, 0px);
3505
3503
  }
3506
3504
  @supports (-webkit-touch-callout: none) {
3507
- ._showcase_15pba_14 {
3505
+ ._showcase_9ibf6_14 {
3508
3506
  --chrome-bleed: calc(3 * (100lvh - 100svh));
3509
3507
  }
3510
3508
  }
3511
- ._panel_15pba_57 {
3509
+ ._panel_9ibf6_40 {
3512
3510
  position: relative;
3513
3511
  height: 100lvh;
3514
3512
  height: calc(100lvh + var(--chrome-bleed, 0px));
@@ -3518,14 +3516,11 @@
3518
3516
  overflow: hidden;
3519
3517
  background: #080e12;
3520
3518
  }
3521
- ._panel_15pba_57:last-child {
3522
- margin-bottom: calc(100dvh - 100lvh - var(--chrome-bleed, 0px));
3523
- }
3524
- ._image_15pba_122 {
3519
+ ._image_9ibf6_93 {
3525
3520
  object-fit: cover;
3526
3521
  object-position: 50% var(--slide-focal-y, 50%);
3527
3522
  }
3528
- ._hero_15pba_162::after {
3523
+ ._hero_9ibf6_133::after {
3529
3524
  content: "";
3530
3525
  position: absolute;
3531
3526
  inset: 0;
@@ -3540,7 +3535,7 @@
3540
3535
  rgba(8, 14, 18, 0) calc(520px + var(--chrome-bleed, 0px)));
3541
3536
  pointer-events: none;
3542
3537
  }
3543
- ._hero_15pba_162 ._heroContent_15pba_254 {
3538
+ ._hero_9ibf6_133 ._heroContent_9ibf6_224 {
3544
3539
  position: absolute;
3545
3540
  bottom: 32px;
3546
3541
  bottom: calc(32px + var(--chrome-bleed, 0px) + 100lvh - 100svh);
@@ -3552,7 +3547,7 @@
3552
3547
  gap: 24px;
3553
3548
  align-items: stretch;
3554
3549
  }
3555
- ._heroText_15pba_278 {
3550
+ ._heroText_9ibf6_248 {
3556
3551
  display: flex;
3557
3552
  flex-direction: column;
3558
3553
  gap: 8px;
@@ -3560,11 +3555,11 @@
3560
3555
  padding: 0 24px;
3561
3556
  text-align: center;
3562
3557
  }
3563
- ._heroText_15pba_278 ._logo_15pba_287 {
3558
+ ._heroText_9ibf6_248 ._logo_9ibf6_257 {
3564
3559
  width: 48px;
3565
3560
  height: 48px;
3566
3561
  }
3567
- ._heroTitle_15pba_307 {
3562
+ ._heroTitle_9ibf6_277 {
3568
3563
  width: 100%;
3569
3564
  margin: 0;
3570
3565
  font-family:
@@ -3579,33 +3574,33 @@
3579
3574
  letter-spacing: -1.12px;
3580
3575
  color: #f9fafa;
3581
3576
  }
3582
- ._heroSub_15pba_331 {
3577
+ ._heroSub_9ibf6_301 {
3583
3578
  margin: 0;
3584
3579
  font-size: 16px;
3585
3580
  line-height: 1.55;
3586
3581
  color: #f9fafa;
3587
3582
  max-width: 327px;
3588
3583
  }
3589
- ._swipe_15pba_350 {
3584
+ ._swipe_9ibf6_320 {
3590
3585
  display: flex;
3591
3586
  flex-direction: column;
3592
3587
  align-items: center;
3593
3588
  gap: 6px;
3594
3589
  padding: 8px 0;
3595
3590
  }
3596
- ._swipeLabel_15pba_357 {
3591
+ ._swipeLabel_9ibf6_327 {
3597
3592
  margin: 0;
3598
3593
  font-size: 14px;
3599
3594
  line-height: 1;
3600
3595
  color: rgba(255, 255, 255, 0.54);
3601
3596
  }
3602
- ._chevron_15pba_363 {
3597
+ ._chevron_9ibf6_333 {
3603
3598
  width: 24px;
3604
3599
  height: 24px;
3605
3600
  color: rgba(255, 255, 255, 0.54);
3606
- animation: _bob_15pba_1 1.8s ease-in-out infinite;
3601
+ animation: _bob_9ibf6_1 1.8s ease-in-out infinite;
3607
3602
  }
3608
- @keyframes _bob_15pba_1 {
3603
+ @keyframes _bob_9ibf6_1 {
3609
3604
  0%, 100% {
3610
3605
  transform: translateY(0);
3611
3606
  }
@@ -3613,7 +3608,7 @@
3613
3608
  transform: translateY(4px);
3614
3609
  }
3615
3610
  }
3616
- ._overlay_15pba_11 {
3611
+ ._overlay_9ibf6_11 {
3617
3612
  position: absolute;
3618
3613
  inset: 0;
3619
3614
  z-index: 1;
@@ -3630,25 +3625,25 @@
3630
3625
  padding: 0 24px 24px;
3631
3626
  padding-bottom: calc(24px + var(--chrome-bleed, 0px) + 100lvh - 100svh);
3632
3627
  }
3633
- ._copy_15pba_398 {
3628
+ ._copy_9ibf6_368 {
3634
3629
  display: flex;
3635
3630
  flex-direction: column;
3636
3631
  gap: 8px;
3637
3632
  }
3638
- ._title_15pba_403 {
3633
+ ._title_9ibf6_373 {
3639
3634
  margin: 0;
3640
3635
  font-size: 32px;
3641
3636
  line-height: 1.2;
3642
3637
  font-weight: 700;
3643
3638
  color: #f9fafa;
3644
3639
  }
3645
- ._subtitle_15pba_410 {
3640
+ ._subtitle_9ibf6_380 {
3646
3641
  margin: 0;
3647
3642
  font-size: 16px;
3648
3643
  line-height: 1.55;
3649
3644
  color: #f9fafa;
3650
3645
  }
3651
- ._cta_15pba_416 {
3646
+ ._cta_9ibf6_386 {
3652
3647
  display: inline-flex;
3653
3648
  align-items: center;
3654
3649
  justify-content: center;
@@ -3662,21 +3657,24 @@
3662
3657
  font-weight: 700;
3663
3658
  text-decoration: none;
3664
3659
  }
3665
- ._cta_15pba_416::after {
3660
+ ._cta_9ibf6_386::after {
3666
3661
  content: "";
3667
3662
  position: absolute;
3668
3663
  inset: 0;
3669
3664
  }
3670
- ._cta_15pba_416:active {
3665
+ ._cta_9ibf6_386:active {
3671
3666
  background: rgba(249, 250, 250, 0.12);
3672
3667
  }
3673
- ._cta_15pba_416:focus-visible {
3668
+ ._cta_9ibf6_386:focus-visible {
3674
3669
  outline: none;
3675
3670
  box-shadow: var(--focus-ring);
3676
3671
  }
3677
- ._mosaic_15pba_460 {
3672
+ ._mosaic_9ibf6_430 {
3678
3673
  background: #080e12;
3679
3674
  }
3675
+ ._showcase_9ibf6_14[data-viewport=fixed] {
3676
+ --chrome-bleed: 0px;
3677
+ }
3680
3678
  ._header_r9jjq_14 {
3681
3679
  position: sticky;
3682
3680
  top: 0;