@nok-integration/storefront-react 0.19.53 → 0.20.6

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