@tapcart/mobile-components 0.4.2 → 0.4.3

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
@@ -1,6 +1,8 @@
1
1
  /*
2
2
  ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
3
- *//*
3
+ */
4
+
5
+ /*
4
6
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
7
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
8
  */
@@ -8,10 +10,14 @@
8
10
  *,
9
11
  ::before,
10
12
  ::after {
11
- box-sizing: border-box; /* 1 */
12
- border-width: 0; /* 2 */
13
- border-style: solid; /* 2 */
14
- border-color: #e5e7eb; /* 2 */
13
+ box-sizing: border-box;
14
+ /* 1 */
15
+ border-width: 0;
16
+ /* 2 */
17
+ border-style: solid;
18
+ /* 2 */
19
+ border-color: #e5e7eb;
20
+ /* 2 */
15
21
  }
16
22
 
17
23
  ::before,
@@ -29,14 +35,21 @@
29
35
  */
30
36
 
31
37
  html {
32
- line-height: 1.5; /* 1 */
33
- -webkit-text-size-adjust: 100%; /* 2 */
34
- -moz-tab-size: 4; /* 3 */
38
+ line-height: 1.5;
39
+ /* 1 */
40
+ -webkit-text-size-adjust: 100%;
41
+ /* 2 */
42
+ -moz-tab-size: 4;
43
+ /* 3 */
35
44
  -o-tab-size: 4;
36
- tab-size: 4; /* 3 */
37
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
38
- font-feature-settings: normal; /* 5 */
39
- font-variation-settings: normal; /* 6 */
45
+ tab-size: 4;
46
+ /* 3 */
47
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
48
+ /* 4 */
49
+ font-feature-settings: normal;
50
+ /* 5 */
51
+ font-variation-settings: normal;
52
+ /* 6 */
40
53
  }
41
54
 
42
55
  /*
@@ -45,8 +58,10 @@ html {
45
58
  */
46
59
 
47
60
  body {
48
- margin: 0; /* 1 */
49
- line-height: inherit; /* 2 */
61
+ margin: 0;
62
+ /* 1 */
63
+ line-height: inherit;
64
+ /* 2 */
50
65
  }
51
66
 
52
67
  /*
@@ -56,9 +71,12 @@ body {
56
71
  */
57
72
 
58
73
  hr {
59
- height: 0; /* 1 */
60
- color: inherit; /* 2 */
61
- border-top-width: 1px; /* 3 */
74
+ height: 0;
75
+ /* 1 */
76
+ color: inherit;
77
+ /* 2 */
78
+ border-top-width: 1px;
79
+ /* 3 */
62
80
  }
63
81
 
64
82
  /*
@@ -111,8 +129,10 @@ code,
111
129
  kbd,
112
130
  samp,
113
131
  pre {
114
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
115
- font-size: 1em; /* 2 */
132
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
133
+ /* 1 */
134
+ font-size: 1em;
135
+ /* 2 */
116
136
  }
117
137
 
118
138
  /*
@@ -150,9 +170,12 @@ sup {
150
170
  */
151
171
 
152
172
  table {
153
- text-indent: 0; /* 1 */
154
- border-color: inherit; /* 2 */
155
- border-collapse: collapse; /* 3 */
173
+ text-indent: 0;
174
+ /* 1 */
175
+ border-color: inherit;
176
+ /* 2 */
177
+ border-collapse: collapse;
178
+ /* 3 */
156
179
  }
157
180
 
158
181
  /*
@@ -166,15 +189,24 @@ input,
166
189
  optgroup,
167
190
  select,
168
191
  textarea {
169
- font-family: inherit; /* 1 */
170
- font-feature-settings: inherit; /* 1 */
171
- font-variation-settings: inherit; /* 1 */
172
- font-size: 100%; /* 1 */
173
- font-weight: inherit; /* 1 */
174
- line-height: inherit; /* 1 */
175
- color: inherit; /* 1 */
176
- margin: 0; /* 2 */
177
- padding: 0; /* 3 */
192
+ font-family: inherit;
193
+ /* 1 */
194
+ font-feature-settings: inherit;
195
+ /* 1 */
196
+ font-variation-settings: inherit;
197
+ /* 1 */
198
+ font-size: 100%;
199
+ /* 1 */
200
+ font-weight: inherit;
201
+ /* 1 */
202
+ line-height: inherit;
203
+ /* 1 */
204
+ color: inherit;
205
+ /* 1 */
206
+ margin: 0;
207
+ /* 2 */
208
+ padding: 0;
209
+ /* 3 */
178
210
  }
179
211
 
180
212
  /*
@@ -195,9 +227,12 @@ button,
195
227
  [type='button'],
196
228
  [type='reset'],
197
229
  [type='submit'] {
198
- -webkit-appearance: button; /* 1 */
199
- background-color: transparent; /* 2 */
200
- background-image: none; /* 2 */
230
+ -webkit-appearance: button;
231
+ /* 1 */
232
+ background-color: transparent;
233
+ /* 2 */
234
+ background-image: none;
235
+ /* 2 */
201
236
  }
202
237
 
203
238
  /*
@@ -239,8 +274,10 @@ Correct the cursor style of increment and decrement buttons in Safari.
239
274
  */
240
275
 
241
276
  [type='search'] {
242
- -webkit-appearance: textfield; /* 1 */
243
- outline-offset: -2px; /* 2 */
277
+ -webkit-appearance: textfield;
278
+ /* 1 */
279
+ outline-offset: -2px;
280
+ /* 2 */
244
281
  }
245
282
 
246
283
  /*
@@ -257,8 +294,10 @@ Remove the inner padding in Chrome and Safari on macOS.
257
294
  */
258
295
 
259
296
  ::-webkit-file-upload-button {
260
- -webkit-appearance: button; /* 1 */
261
- font: inherit; /* 2 */
297
+ -webkit-appearance: button;
298
+ /* 1 */
299
+ font: inherit;
300
+ /* 2 */
262
301
  }
263
302
 
264
303
  /*
@@ -309,6 +348,7 @@ menu {
309
348
  /*
310
349
  Reset default styling for dialogs.
311
350
  */
351
+
312
352
  dialog {
313
353
  padding: 0;
314
354
  }
@@ -327,14 +367,18 @@ textarea {
327
367
  */
328
368
 
329
369
  input::-moz-placeholder, textarea::-moz-placeholder {
330
- opacity: 1; /* 1 */
331
- color: #9ca3af; /* 2 */
370
+ opacity: 1;
371
+ /* 1 */
372
+ color: #9ca3af;
373
+ /* 2 */
332
374
  }
333
375
 
334
376
  input::placeholder,
335
377
  textarea::placeholder {
336
- opacity: 1; /* 1 */
337
- color: #9ca3af; /* 2 */
378
+ opacity: 1;
379
+ /* 1 */
380
+ color: #9ca3af;
381
+ /* 2 */
338
382
  }
339
383
 
340
384
  /*
@@ -349,6 +393,7 @@ button,
349
393
  /*
350
394
  Make sure disabled buttons don't get the pointer cursor.
351
395
  */
396
+
352
397
  :disabled {
353
398
  cursor: default;
354
399
  }
@@ -367,8 +412,10 @@ audio,
367
412
  iframe,
368
413
  embed,
369
414
  object {
370
- display: block; /* 1 */
371
- vertical-align: middle; /* 2 */
415
+ display: block;
416
+ /* 1 */
417
+ vertical-align: middle;
418
+ /* 2 */
372
419
  }
373
420
 
374
421
  /*
@@ -382,157 +429,170 @@ video {
382
429
  }
383
430
 
384
431
  /* Make elements with the HTML hidden attribute stay hidden by default */
432
+
385
433
  [hidden] {
386
434
  display: none;
387
435
  }
388
- .no-scrollbar *:not(.textarea-component)::-webkit-scrollbar {
389
- display: none;
390
- }
391
- .no-scrollbar *:not(.textarea-component) {
392
- -ms-overflow-style: none; /* IE and Edge */
393
- scrollbar-width: none; /* Firefox */
394
- }
395
436
 
396
- :root {
397
- --background: 0 0% 100%;
398
- --foreground: 222.2 47.4% 11.2%;
437
+ .no-scrollbar *:not(.textarea-component)::-webkit-scrollbar {
438
+ display: none;
439
+ }
440
+
441
+ .no-scrollbar *:not(.textarea-component) {
442
+ -ms-overflow-style: none;
443
+ /* IE and Edge */
444
+ scrollbar-width: none;
445
+ /* Firefox */
446
+ }
447
+
448
+ :root {
449
+ --background: 0 0% 100%;
450
+ --foreground: 222.2 47.4% 11.2%;
451
+ --muted: 210 40% 96.1%;
452
+ --muted-foreground: 215.4 16.3% 46.9%;
453
+ --popover: 0 0% 100%;
454
+ --popover-foreground: 222.2 47.4% 11.2%;
455
+ --card: 0 0% 100%;
456
+ --card-foreground: 222.2 47.4% 11.2%;
457
+ --border: 214.3 31.8% 91.4%;
458
+ --input: 214.3 31.8% 91.4%;
459
+ --primary: 222.2 47.4% 11.2%;
460
+ --primary-foreground: 210 40% 98%;
461
+ --secondary: 210 40% 96.1%;
462
+ --secondary-foreground: 222.2 47.4% 11.2%;
463
+ --accent: 210 40% 96.1%;
464
+ --accent-foreground: 222.2 47.4% 11.2%;
465
+ --destructive: 0 100% 50%;
466
+ --destructive-foreground: 210 40% 98%;
467
+ --ring: 215 20.2% 65.1%;
468
+ --radius: 0.5rem;
469
+ --fontRegular: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
470
+ Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
471
+ --fontMedium: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
472
+ Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
473
+ --fontBold: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
474
+ Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
475
+ --coreColors-pageColor: #ffffff;
476
+ --coreColors-shadow: #000000;
477
+ --coreColors-brandColorPrimary: #000000;
478
+ --coreColors-headerBackground: #ffffffff;
479
+ --coreColors-inputBackground: #ffffffff;
480
+ --coreColors-modalBackground: #ffffffff;
481
+ --coreColors-tabBar: #ffffffff;
482
+ --coreColors-dividingLines: #e3e3e3ff;
483
+ --coreColors-shadowsEnabled: "true";
484
+ --coreColors-primaryIcon: #121212ff;
485
+ --coreColors-secondaryIcon: #727272ff;
486
+ --coreColors-headerIcon: #121212ff;
487
+ --textColors-primaryColor: #121212ff;
488
+ --textColors-secondaryColor: #727272ff;
489
+ --textColors-pageTitle: #121212ff;
490
+ --textColors-legalText: #727272;
491
+ --textColors-productTitle: #727272;
492
+ --textColors-priceText: #121212ff;
493
+ --textColors-strikethroughPriceText: #727272ff;
494
+ --textColors-salePriceText: #d91e18ff;
495
+ --buttonColors-primaryText: #ffffff;
496
+ --buttonColors-primaryFill: #000000;
497
+ --buttonColors-primaryOutline: #000000;
498
+ --buttonColors-primaryShadow: #000000;
499
+ --buttonColors-disabled: #707070;
500
+ --buttonColors-secondaryText: #000000;
501
+ --buttonColors-secondaryFill: #ffffff;
502
+ --buttonColors-secondaryOutline: #000000;
503
+ --buttonColors-secondaryShadow: #000000;
504
+ --stateColors-disabled: #707070;
505
+ --stateColors-error: #d91e18ff;
506
+ --stateColors-subscriptions: #008000ff;
507
+ --stateColors-favorites: #d91e18ff;
508
+ --stateColors-reviews: #ffaf02ff;
509
+ --stateColors-success: #008000ff;
510
+ --stateColors-warning: #ffaf02ff;
511
+ --stateColors-skeleton: #e3e3e3ff;
512
+ --productBadging-fill: #000000;
513
+ --productBadging-text: #fefefe;
514
+ --productImage-aspectRatio: "2:3";
515
+ --productImage-scaling: cover;
516
+ --productImage-isCustom: "false";
517
+ --standard-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
518
+ }
519
+
520
+ .textarea-component::-webkit-scrollbar {
521
+ width: 4px;
522
+ }
523
+
524
+ .textarea-component::-webkit-scrollbar-thumb {
525
+ border-radius: 1.5rem;
526
+ background: var(--coreColors-secondaryIcon);
527
+ }
528
+
529
+ .textarea-component::-webkit-scrollbar-track {
530
+ border-radius: 1.5rem;
531
+ background: var(--coreColors-dividingLines);
532
+ }
533
+
534
+ .textarea-component::-moz-placeholder {
535
+ white-space: nowrap;
536
+ overflow: hidden;
537
+ text-overflow: ellipsis;
538
+ }
539
+
540
+ .textarea-component::placeholder {
541
+ white-space: nowrap;
542
+ overflow: hidden;
543
+ text-overflow: ellipsis;
544
+ }
545
+
546
+ /*.dark {*/
399
547
 
400
- --muted: 210 40% 96.1%;
401
- --muted-foreground: 215.4 16.3% 46.9%;
548
+ /* --background: 222.2 84% 4.9%;*/
402
549
 
403
- --popover: 0 0% 100%;
404
- --popover-foreground: 222.2 47.4% 11.2%;
550
+ /* --foreground: 210 40% 98%;*/
405
551
 
406
- --card: 0 0% 100%;
407
- --card-foreground: 222.2 47.4% 11.2%;
552
+ /* --card: 222.2 84% 4.9%;*/
408
553
 
409
- --border: 214.3 31.8% 91.4%;
410
- --input: 214.3 31.8% 91.4%;
554
+ /* --card-foreground: 210 40% 98%;*/
411
555
 
412
- --primary: 222.2 47.4% 11.2%;
413
- --primary-foreground: 210 40% 98%;
556
+ /* --popover: 222.2 84% 4.9%;*/
414
557
 
415
- --secondary: 210 40% 96.1%;
416
- --secondary-foreground: 222.2 47.4% 11.2%;
558
+ /* --popover-foreground: 210 40% 98%;*/
417
559
 
418
- --accent: 210 40% 96.1%;
419
- --accent-foreground: 222.2 47.4% 11.2%;
560
+ /* --primary: 210 40% 98%;*/
420
561
 
421
- --destructive: 0 100% 50%;
422
- --destructive-foreground: 210 40% 98%;
562
+ /* --primary-foreground: 222.2 47.4% 11.2%;*/
423
563
 
424
- --ring: 215 20.2% 65.1%;
564
+ /* --secondary: 217.2 32.6% 17.5%;*/
425
565
 
426
- --radius: 0.5rem;
566
+ /* --secondary-foreground: 210 40% 98%;*/
427
567
 
428
- --fontRegular: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
429
- Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
430
- --fontMedium: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
431
- Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
432
- --fontBold: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
433
- Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
568
+ /* --muted: 217.2 32.6% 17.5%;*/
434
569
 
435
- --coreColors-pageColor: #ffffff;
436
- --coreColors-shadow: #000000;
437
- --coreColors-brandColorPrimary: #000000;
438
- --coreColors-headerBackground: #ffffffff;
439
- --coreColors-inputBackground: #ffffffff;
440
- --coreColors-modalBackground: #ffffffff;
441
- --coreColors-tabBar: #ffffffff;
442
- --coreColors-dividingLines: #e3e3e3ff;
443
- --coreColors-shadowsEnabled: "true";
444
- --coreColors-primaryIcon: #121212ff;
445
- --coreColors-secondaryIcon: #727272ff;
446
- --coreColors-headerIcon: #121212ff;
447
-
448
- --textColors-primaryColor: #121212ff;
449
- --textColors-secondaryColor: #727272ff;
450
- --textColors-pageTitle: #121212ff;
451
- --textColors-legalText: #727272;
452
- --textColors-productTitle: #727272;
453
- --textColors-priceText: #121212ff;
454
- --textColors-strikethroughPriceText: #727272ff;
455
- --textColors-salePriceText: #d91e18ff;
456
-
457
- --buttonColors-primaryText: #ffffff;
458
- --buttonColors-primaryFill: #000000;
459
- --buttonColors-primaryOutline: #000000;
460
- --buttonColors-primaryShadow: #000000;
461
- --buttonColors-disabled: #707070;
462
- --buttonColors-secondaryText: #000000;
463
- --buttonColors-secondaryFill: #ffffff;
464
- --buttonColors-secondaryOutline: #000000;
465
- --buttonColors-secondaryShadow: #000000;
466
-
467
- --stateColors-disabled: #707070;
468
- --stateColors-error: #d91e18ff;
469
-
470
- --stateColors-subscriptions: #008000ff;
471
- --stateColors-favorites: #d91e18ff;
472
- --stateColors-reviews: #ffaf02ff;
473
- --stateColors-success: #008000ff;
474
- --stateColors-warning: #ffaf02ff;
475
- --stateColors-skeleton: #e3e3e3ff;
476
-
477
- --productBadging-fill: #000000;
478
- --productBadging-text: #fefefe;
479
-
480
- --productImage-aspectRatio: "2:3";
481
- --productImage-scaling: cover;
482
- --productImage-isCustom: "false";
483
-
484
- --standard-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
485
- }
486
- .textarea-component::-webkit-scrollbar {
487
- width: 4px;
488
- }
489
- .textarea-component::-webkit-scrollbar-thumb {
490
- border-radius: 1.5rem;
491
- background: var(--coreColors-secondaryIcon);
492
- }
493
- .textarea-component::-webkit-scrollbar-track {
494
- border-radius: 1.5rem;
495
- background: var(--coreColors-dividingLines);
496
- }
497
- .textarea-component::-moz-placeholder {
498
- white-space: nowrap;
499
- overflow: hidden;
500
- text-overflow: ellipsis;
501
- }
502
- .textarea-component::placeholder {
503
- white-space: nowrap;
504
- overflow: hidden;
505
- text-overflow: ellipsis;
506
- }
570
+ /* --muted-foreground: 215 20.2% 65.1%;*/
571
+
572
+ /* --accent: 217.2 32.6% 17.5%;*/
573
+
574
+ /* --accent-foreground: 210 40% 98%;*/
575
+
576
+ /* --destructive: 0 62.8% 30.6%;*/
507
577
 
508
- /*.dark {*/
509
- /* --background: 222.2 84% 4.9%;*/
510
- /* --foreground: 210 40% 98%;*/
511
- /* --card: 222.2 84% 4.9%;*/
512
- /* --card-foreground: 210 40% 98%;*/
513
- /* --popover: 222.2 84% 4.9%;*/
514
- /* --popover-foreground: 210 40% 98%;*/
515
- /* --primary: 210 40% 98%;*/
516
- /* --primary-foreground: 222.2 47.4% 11.2%;*/
517
- /* --secondary: 217.2 32.6% 17.5%;*/
518
- /* --secondary-foreground: 210 40% 98%;*/
519
- /* --muted: 217.2 32.6% 17.5%;*/
520
- /* --muted-foreground: 215 20.2% 65.1%;*/
521
- /* --accent: 217.2 32.6% 17.5%;*/
522
- /* --accent-foreground: 210 40% 98%;*/
523
- /* --destructive: 0 62.8% 30.6%;*/
524
- /* --destructive-foreground: 210 40% 98%;*/
525
- /* --border: 217.2 32.6% 17.5%;*/
526
- /* --input: 217.2 32.6% 17.5%;*/
527
- /* --ring: 212.7 26.8% 83.9;*/
528
- /*}*/
529
- * {
578
+ /* --destructive-foreground: 210 40% 98%;*/
579
+
580
+ /* --border: 217.2 32.6% 17.5%;*/
581
+
582
+ /* --input: 217.2 32.6% 17.5%;*/
583
+
584
+ /* --ring: 212.7 26.8% 83.9;*/
585
+
586
+ /*}*/
587
+
588
+ * {
530
589
  border-color: hsl(var(--border));
531
590
  }
532
- body {
591
+
592
+ body {
533
593
  background-color: hsl(var(--background));
534
594
  color: hsl(var(--foreground));
535
- font-feature-settings: "rlig" 1, "calt" 1;
595
+ font-feature-settings: "rlig" 1, "calt" 1;
536
596
  }
537
597
 
538
598
  *, ::before, ::after {
@@ -634,6 +694,7 @@ video {
634
694
  --tw-backdrop-saturate: ;
635
695
  --tw-backdrop-sepia: ;
636
696
  }
697
+
637
698
  .container {
638
699
  width: 100%;
639
700
  margin-right: auto;
@@ -641,12 +702,13 @@ video {
641
702
  padding-right: 2rem;
642
703
  padding-left: 2rem;
643
704
  }
644
- @media (min-width: 1400px) {
645
705
 
706
+ @media (min-width: 1400px) {
646
707
  .container {
647
708
  max-width: 1400px;
648
709
  }
649
710
  }
711
+
650
712
  .sr-only {
651
713
  position: absolute;
652
714
  width: 1px;
@@ -658,1437 +720,1878 @@ video {
658
720
  white-space: nowrap;
659
721
  border-width: 0;
660
722
  }
723
+
661
724
  .pointer-events-none {
662
725
  pointer-events: none;
663
726
  }
727
+
664
728
  .pointer-events-auto {
665
729
  pointer-events: auto;
666
730
  }
731
+
667
732
  .fixed {
668
733
  position: fixed;
669
734
  }
735
+
670
736
  .absolute {
671
737
  position: absolute;
672
738
  }
739
+
673
740
  .relative {
674
741
  position: relative;
675
742
  }
743
+
676
744
  .inset-0 {
677
745
  inset: 0px;
678
746
  }
747
+
679
748
  .inset-x-0 {
680
749
  left: 0px;
681
750
  right: 0px;
682
751
  }
752
+
683
753
  .-bottom-12 {
684
754
  bottom: -3rem;
685
755
  }
756
+
686
757
  .-left-12 {
687
758
  left: -3rem;
688
759
  }
760
+
689
761
  .-right-12 {
690
762
  right: -3rem;
691
763
  }
764
+
692
765
  .-top-12 {
693
766
  top: -3rem;
694
767
  }
768
+
695
769
  .bottom-0 {
696
770
  bottom: 0px;
697
771
  }
772
+
698
773
  .bottom-10 {
699
774
  bottom: 2.5rem;
700
775
  }
776
+
701
777
  .bottom-2 {
702
778
  bottom: 0.5rem;
703
779
  }
780
+
704
781
  .bottom-\[18px\] {
705
782
  bottom: 18px;
706
783
  }
784
+
707
785
  .bottom-\[58px\] {
708
786
  bottom: 58px;
709
787
  }
788
+
710
789
  .end-4 {
711
790
  inset-inline-end: 1rem;
712
791
  }
792
+
713
793
  .left-0 {
714
794
  left: 0px;
715
795
  }
796
+
716
797
  .left-1\/2 {
717
798
  left: 50%;
718
799
  }
800
+
719
801
  .left-2 {
720
802
  left: 0.5rem;
721
803
  }
804
+
722
805
  .left-\[50\%\] {
723
806
  left: 50%;
724
807
  }
808
+
725
809
  .right-0 {
726
810
  right: 0px;
727
811
  }
812
+
728
813
  .right-2 {
729
814
  right: 0.5rem;
730
815
  }
816
+
731
817
  .start-4 {
732
818
  inset-inline-start: 1rem;
733
819
  }
820
+
734
821
  .top-0 {
735
822
  top: 0px;
736
823
  }
824
+
737
825
  .top-1\/2 {
738
826
  top: 50%;
739
827
  }
828
+
740
829
  .top-10 {
741
830
  top: 2.5rem;
742
831
  }
832
+
743
833
  .top-2 {
744
834
  top: 0.5rem;
745
835
  }
836
+
746
837
  .top-\[18px\] {
747
838
  top: 18px;
748
839
  }
840
+
749
841
  .top-\[50\%\] {
750
842
  top: 50%;
751
843
  }
844
+
752
845
  .z-10 {
753
846
  z-index: 10;
754
847
  }
848
+
755
849
  .z-50 {
756
850
  z-index: 50;
757
851
  }
852
+
758
853
  .z-\[100\] {
759
854
  z-index: 100;
760
855
  }
856
+
761
857
  .col-span-2 {
762
858
  grid-column: span 2 / span 2;
763
859
  }
860
+
764
861
  .col-start-1 {
765
862
  grid-column-start: 1;
766
863
  }
864
+
767
865
  .row-start-1 {
768
866
  grid-row-start: 1;
769
867
  }
868
+
770
869
  .mx-1 {
771
870
  margin-left: 0.25rem;
772
871
  margin-right: 0.25rem;
773
872
  }
873
+
774
874
  .mx-4 {
775
875
  margin-left: 1rem;
776
876
  margin-right: 1rem;
777
877
  }
878
+
778
879
  .mx-auto {
779
880
  margin-left: auto;
780
881
  margin-right: auto;
781
882
  }
883
+
782
884
  .my-0 {
783
885
  margin-top: 0px;
784
886
  margin-bottom: 0px;
785
887
  }
888
+
786
889
  .my-3 {
787
890
  margin-top: 0.75rem;
788
891
  margin-bottom: 0.75rem;
789
892
  }
893
+
790
894
  .my-auto {
791
895
  margin-top: auto;
792
896
  margin-bottom: auto;
793
897
  }
898
+
794
899
  .-ml-4 {
795
900
  margin-left: -1rem;
796
901
  }
902
+
797
903
  .-mt-4 {
798
904
  margin-top: -1rem;
799
905
  }
906
+
800
907
  .mb-2 {
801
908
  margin-bottom: 0.5rem;
802
909
  }
910
+
803
911
  .mb-6 {
804
912
  margin-bottom: 1.5rem;
805
913
  }
914
+
806
915
  .ml-2 {
807
916
  margin-left: 0.5rem;
808
917
  }
918
+
809
919
  .mr-2 {
810
920
  margin-right: 0.5rem;
811
921
  }
922
+
812
923
  .mt-1 {
813
924
  margin-top: 0.25rem;
814
925
  }
926
+
815
927
  .mt-2 {
816
928
  margin-top: 0.5rem;
817
929
  }
930
+
818
931
  .mt-3 {
819
932
  margin-top: 0.75rem;
820
933
  }
934
+
821
935
  .mt-auto {
822
936
  margin-top: auto;
823
937
  }
938
+
824
939
  .line-clamp-2 {
825
940
  overflow: hidden;
826
941
  display: -webkit-box;
827
942
  -webkit-box-orient: vertical;
828
943
  -webkit-line-clamp: 2;
829
944
  }
945
+
830
946
  .block {
831
947
  display: block;
832
948
  }
949
+
833
950
  .inline {
834
951
  display: inline;
835
952
  }
953
+
836
954
  .flex {
837
955
  display: flex;
838
956
  }
957
+
839
958
  .inline-flex {
840
959
  display: inline-flex;
841
960
  }
961
+
842
962
  .grid {
843
963
  display: grid;
844
964
  }
965
+
845
966
  .aspect-\[2\/3\] {
846
967
  aspect-ratio: 2/3;
847
968
  }
969
+
848
970
  .aspect-productImages {
849
971
  aspect-ratio: var(--productImage-aspectRatio);
850
972
  }
973
+
851
974
  .aspect-square {
852
975
  aspect-ratio: 1 / 1;
853
976
  }
977
+
854
978
  .h-0 {
855
979
  height: 0px;
856
980
  }
981
+
857
982
  .h-0\.5 {
858
983
  height: 0.125rem;
859
984
  }
985
+
860
986
  .h-1 {
861
987
  height: 0.25rem;
862
988
  }
989
+
863
990
  .h-1\.5 {
864
991
  height: 0.375rem;
865
992
  }
993
+
866
994
  .h-10 {
867
995
  height: 2.5rem;
868
996
  }
997
+
869
998
  .h-11 {
870
999
  height: 2.75rem;
871
1000
  }
1001
+
872
1002
  .h-14 {
873
1003
  height: 3.5rem;
874
1004
  }
1005
+
875
1006
  .h-2 {
876
1007
  height: 0.5rem;
877
1008
  }
1009
+
878
1010
  .h-2\.5 {
879
1011
  height: 0.625rem;
880
1012
  }
1013
+
881
1014
  .h-4 {
882
1015
  height: 1rem;
883
1016
  }
1017
+
884
1018
  .h-5 {
885
1019
  height: 1.25rem;
886
1020
  }
1021
+
887
1022
  .h-6 {
888
1023
  height: 1.5rem;
889
1024
  }
1025
+
890
1026
  .h-64 {
891
1027
  height: 16rem;
892
1028
  }
1029
+
893
1030
  .h-7 {
894
1031
  height: 1.75rem;
895
1032
  }
1033
+
896
1034
  .h-8 {
897
1035
  height: 2rem;
898
1036
  }
1037
+
899
1038
  .h-9 {
900
1039
  height: 2.25rem;
901
1040
  }
1041
+
902
1042
  .h-\[1px\] {
903
1043
  height: 1px;
904
1044
  }
1045
+
905
1046
  .h-\[2px\] {
906
1047
  height: 2px;
907
1048
  }
1049
+
908
1050
  .h-\[42px\] {
909
1051
  height: 42px;
910
1052
  }
1053
+
911
1054
  .h-\[4px\] {
912
1055
  height: 4px;
913
1056
  }
1057
+
914
1058
  .h-auto {
915
1059
  height: auto;
916
1060
  }
1061
+
917
1062
  .h-full {
918
1063
  height: 100%;
919
1064
  }
1065
+
920
1066
  .max-h-\[240px\] {
921
1067
  max-height: 240px;
922
1068
  }
1069
+
923
1070
  .max-h-screen {
924
1071
  max-height: 100vh;
925
1072
  }
1073
+
926
1074
  .min-h-\[24px\] {
927
1075
  min-height: 24px;
928
1076
  }
1077
+
929
1078
  .w-1 {
930
1079
  width: 0.25rem;
931
1080
  }
1081
+
932
1082
  .w-1\.5 {
933
1083
  width: 0.375rem;
934
1084
  }
1085
+
935
1086
  .w-1\/2 {
936
1087
  width: 50%;
937
1088
  }
1089
+
938
1090
  .w-10 {
939
1091
  width: 2.5rem;
940
1092
  }
1093
+
941
1094
  .w-12 {
942
1095
  width: 3rem;
943
1096
  }
1097
+
944
1098
  .w-14 {
945
1099
  width: 3.5rem;
946
1100
  }
1101
+
947
1102
  .w-16 {
948
1103
  width: 4rem;
949
1104
  }
1105
+
950
1106
  .w-2 {
951
1107
  width: 0.5rem;
952
1108
  }
1109
+
953
1110
  .w-2\.5 {
954
1111
  width: 0.625rem;
955
1112
  }
1113
+
956
1114
  .w-4 {
957
1115
  width: 1rem;
958
1116
  }
1117
+
959
1118
  .w-5 {
960
1119
  width: 1.25rem;
961
1120
  }
1121
+
962
1122
  .w-6 {
963
1123
  width: 1.5rem;
964
1124
  }
1125
+
965
1126
  .w-7 {
966
1127
  width: 1.75rem;
967
1128
  }
1129
+
968
1130
  .w-8 {
969
1131
  width: 2rem;
970
1132
  }
1133
+
971
1134
  .w-\[1px\] {
972
1135
  width: 1px;
973
1136
  }
1137
+
974
1138
  .w-\[40px\] {
975
1139
  width: 40px;
976
1140
  }
1141
+
977
1142
  .w-auto {
978
1143
  width: auto;
979
1144
  }
1145
+
980
1146
  .w-full {
981
1147
  width: 100%;
982
1148
  }
1149
+
983
1150
  .w-max {
984
1151
  width: -moz-max-content;
985
1152
  width: max-content;
986
1153
  }
1154
+
987
1155
  .min-w-0 {
988
1156
  min-width: 0px;
989
1157
  }
1158
+
990
1159
  .min-w-\[8rem\] {
991
1160
  min-width: 8rem;
992
1161
  }
1162
+
993
1163
  .max-w-full {
994
1164
  max-width: 100%;
995
1165
  }
1166
+
996
1167
  .max-w-lg {
997
1168
  max-width: 32rem;
998
1169
  }
1170
+
999
1171
  .max-w-xs {
1000
1172
  max-width: 20rem;
1001
1173
  }
1174
+
1002
1175
  .flex-1 {
1003
1176
  flex: 1 1 0%;
1004
1177
  }
1178
+
1005
1179
  .flex-shrink-0 {
1006
1180
  flex-shrink: 0;
1007
1181
  }
1182
+
1008
1183
  .shrink-0 {
1009
1184
  flex-shrink: 0;
1010
1185
  }
1186
+
1011
1187
  .flex-grow {
1012
1188
  flex-grow: 1;
1013
1189
  }
1190
+
1014
1191
  .grow {
1015
1192
  flex-grow: 1;
1016
1193
  }
1194
+
1017
1195
  .grow-0 {
1018
1196
  flex-grow: 0;
1019
1197
  }
1198
+
1020
1199
  .basis-full {
1021
1200
  flex-basis: 100%;
1022
1201
  }
1202
+
1023
1203
  .origin-\[0\] {
1024
1204
  transform-origin: 0;
1025
1205
  }
1206
+
1026
1207
  .-translate-x-1\/2 {
1027
1208
  --tw-translate-x: -50%;
1028
1209
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1029
1210
  }
1211
+
1030
1212
  .-translate-y-1\/2 {
1031
1213
  --tw-translate-y: -50%;
1032
1214
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1033
1215
  }
1216
+
1034
1217
  .translate-x-\[-50\%\] {
1035
1218
  --tw-translate-x: -50%;
1036
1219
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1037
1220
  }
1221
+
1038
1222
  .translate-y-\[-50\%\] {
1039
1223
  --tw-translate-y: -50%;
1040
1224
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1041
1225
  }
1226
+
1042
1227
  .rotate-90 {
1043
1228
  --tw-rotate: 90deg;
1044
1229
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1045
1230
  }
1046
- @keyframes pulse {
1047
1231
 
1232
+ @keyframes pulse {
1048
1233
  50% {
1049
1234
  opacity: .5;
1050
1235
  }
1051
1236
  }
1237
+
1052
1238
  .animate-pulse {
1053
1239
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1054
1240
  }
1055
- @keyframes spin {
1056
1241
 
1242
+ @keyframes spin {
1057
1243
  to {
1058
1244
  transform: rotate(360deg);
1059
1245
  }
1060
1246
  }
1247
+
1061
1248
  .animate-spin {
1062
1249
  animation: spin 1s linear infinite;
1063
1250
  }
1251
+
1064
1252
  .cursor-default {
1065
1253
  cursor: default;
1066
1254
  }
1255
+
1067
1256
  .cursor-pointer {
1068
1257
  cursor: pointer;
1069
1258
  }
1259
+
1070
1260
  .touch-none {
1071
1261
  touch-action: none;
1072
1262
  }
1263
+
1073
1264
  .select-none {
1074
1265
  -webkit-user-select: none;
1075
1266
  -moz-user-select: none;
1076
1267
  user-select: none;
1077
1268
  }
1269
+
1078
1270
  .resize-none {
1079
1271
  resize: none;
1080
1272
  }
1273
+
1081
1274
  .resize {
1082
1275
  resize: both;
1083
1276
  }
1277
+
1084
1278
  .grid-cols-1 {
1085
1279
  grid-template-columns: repeat(1, minmax(0, 1fr));
1086
1280
  }
1281
+
1087
1282
  .grid-cols-2 {
1088
1283
  grid-template-columns: repeat(2, minmax(0, 1fr));
1089
1284
  }
1285
+
1090
1286
  .grid-cols-3 {
1091
1287
  grid-template-columns: repeat(3, minmax(0, 1fr));
1092
1288
  }
1289
+
1093
1290
  .grid-cols-4 {
1094
1291
  grid-template-columns: repeat(4, minmax(0, 1fr));
1095
1292
  }
1293
+
1096
1294
  .grid-cols-\[auto\2c auto\2c 1fr\] {
1097
1295
  grid-template-columns: auto auto 1fr;
1098
1296
  }
1297
+
1099
1298
  .flex-row {
1100
1299
  flex-direction: row;
1101
1300
  }
1301
+
1102
1302
  .flex-col {
1103
1303
  flex-direction: column;
1104
1304
  }
1305
+
1105
1306
  .flex-col-reverse {
1106
1307
  flex-direction: column-reverse;
1107
1308
  }
1309
+
1108
1310
  .flex-wrap {
1109
1311
  flex-wrap: wrap;
1110
1312
  }
1313
+
1111
1314
  .items-start {
1112
1315
  align-items: flex-start;
1113
1316
  }
1317
+
1114
1318
  .items-center {
1115
1319
  align-items: center;
1116
1320
  }
1321
+
1117
1322
  .justify-start {
1118
1323
  justify-content: flex-start;
1119
1324
  }
1325
+
1120
1326
  .justify-end {
1121
1327
  justify-content: flex-end;
1122
1328
  }
1329
+
1123
1330
  .justify-center {
1124
1331
  justify-content: center;
1125
1332
  }
1333
+
1126
1334
  .justify-between {
1127
1335
  justify-content: space-between;
1128
1336
  }
1337
+
1129
1338
  .gap-0 {
1130
1339
  gap: 0px;
1131
1340
  }
1341
+
1132
1342
  .gap-1 {
1133
1343
  gap: 0.25rem;
1134
1344
  }
1345
+
1135
1346
  .gap-2 {
1136
1347
  gap: 0.5rem;
1137
1348
  }
1349
+
1138
1350
  .gap-4 {
1139
1351
  gap: 1rem;
1140
1352
  }
1353
+
1141
1354
  .gap-x-\[7px\] {
1142
1355
  -moz-column-gap: 7px;
1143
1356
  column-gap: 7px;
1144
1357
  }
1358
+
1145
1359
  .gap-y-4 {
1146
1360
  row-gap: 1rem;
1147
1361
  }
1362
+
1148
1363
  .space-y-1 > :not([hidden]) ~ :not([hidden]) {
1149
1364
  --tw-space-y-reverse: 0;
1150
1365
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1151
1366
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
1152
1367
  }
1368
+
1153
1369
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1154
1370
  --tw-space-y-reverse: 0;
1155
1371
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
1156
1372
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
1157
1373
  }
1374
+
1158
1375
  .self-start {
1159
1376
  align-self: flex-start;
1160
1377
  }
1378
+
1161
1379
  .self-center {
1162
1380
  align-self: center;
1163
1381
  }
1382
+
1164
1383
  .overflow-hidden {
1165
1384
  overflow: hidden;
1166
1385
  }
1386
+
1167
1387
  .overflow-scroll {
1168
1388
  overflow: scroll;
1169
1389
  }
1390
+
1170
1391
  .overflow-x-auto {
1171
1392
  overflow-x: auto;
1172
1393
  }
1394
+
1173
1395
  .overflow-y-auto {
1174
1396
  overflow-y: auto;
1175
1397
  }
1398
+
1176
1399
  .overflow-y-hidden {
1177
1400
  overflow-y: hidden;
1178
1401
  }
1402
+
1179
1403
  .truncate {
1180
1404
  overflow: hidden;
1181
1405
  text-overflow: ellipsis;
1182
1406
  white-space: nowrap;
1183
1407
  }
1408
+
1184
1409
  .text-ellipsis {
1185
1410
  text-overflow: ellipsis;
1186
1411
  }
1412
+
1187
1413
  .whitespace-nowrap {
1188
1414
  white-space: nowrap;
1189
1415
  }
1416
+
1190
1417
  .rounded {
1191
1418
  border-radius: 0.25rem;
1192
1419
  }
1420
+
1193
1421
  .rounded-\[4px\] {
1194
1422
  border-radius: 4px;
1195
1423
  }
1424
+
1196
1425
  .rounded-\[inherit\] {
1197
1426
  border-radius: inherit;
1198
1427
  }
1428
+
1199
1429
  .rounded-full {
1200
1430
  border-radius: 9999px;
1201
1431
  }
1432
+
1202
1433
  .rounded-md {
1203
1434
  border-radius: calc(var(--radius) - 2px);
1204
1435
  }
1436
+
1205
1437
  .rounded-none {
1206
1438
  border-radius: 0px;
1207
1439
  }
1440
+
1208
1441
  .rounded-sm {
1209
1442
  border-radius: calc(var(--radius) - 4px);
1210
1443
  }
1444
+
1211
1445
  .rounded-b-lg {
1212
1446
  border-bottom-right-radius: var(--radius);
1213
1447
  border-bottom-left-radius: var(--radius);
1214
1448
  }
1449
+
1215
1450
  .rounded-t-2xl {
1216
1451
  border-top-left-radius: 1rem;
1217
1452
  border-top-right-radius: 1rem;
1218
1453
  }
1454
+
1219
1455
  .rounded-bl {
1220
1456
  border-bottom-left-radius: 0.25rem;
1221
1457
  }
1458
+
1222
1459
  .rounded-br {
1223
1460
  border-bottom-right-radius: 0.25rem;
1224
1461
  }
1462
+
1225
1463
  .rounded-tl {
1226
1464
  border-top-left-radius: 0.25rem;
1227
1465
  }
1466
+
1228
1467
  .rounded-tr {
1229
1468
  border-top-right-radius: 0.25rem;
1230
1469
  }
1470
+
1231
1471
  .border {
1232
1472
  border-width: 1px;
1233
1473
  }
1474
+
1234
1475
  .border-0 {
1235
1476
  border-width: 0px;
1236
1477
  }
1478
+
1237
1479
  .border-2 {
1238
1480
  border-width: 2px;
1239
1481
  }
1482
+
1240
1483
  .border-b {
1241
1484
  border-bottom-width: 1px;
1242
1485
  }
1486
+
1243
1487
  .border-l {
1244
1488
  border-left-width: 1px;
1245
1489
  }
1490
+
1246
1491
  .border-t {
1247
1492
  border-top-width: 1px;
1248
1493
  }
1494
+
1249
1495
  .border-none {
1250
1496
  border-style: none;
1251
1497
  }
1498
+
1252
1499
  .\!border-stateColors-error {
1253
1500
  border-color: var(--stateColors-error) !important;
1254
1501
  }
1502
+
1255
1503
  .border-black {
1256
1504
  --tw-border-opacity: 1;
1257
1505
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
1258
1506
  }
1507
+
1259
1508
  .border-buttonColors-primaryOutlineColor {
1260
1509
  border-color: var(--buttonColors-primaryOutlineColor);
1261
1510
  }
1511
+
1262
1512
  .border-buttonColors-secondaryOutlineColor {
1263
1513
  border-color: var(--buttonColors-secondaryOutlineColor);
1264
1514
  }
1515
+
1265
1516
  .border-coreColors-brandColorPrimary {
1266
1517
  border-color: var(--coreColors-brandColorPrimary);
1267
1518
  }
1519
+
1268
1520
  .border-coreColors-dividingLines {
1269
1521
  border-color: var(--coreColors-dividingLines);
1270
1522
  }
1523
+
1271
1524
  .border-input {
1272
1525
  border-color: hsl(var(--input));
1273
1526
  }
1527
+
1274
1528
  .border-stateColors-error {
1275
1529
  border-color: var(--stateColors-error);
1276
1530
  }
1531
+
1277
1532
  .border-transparent {
1278
1533
  border-color: transparent;
1279
1534
  }
1535
+
1280
1536
  .border-l-transparent {
1281
1537
  border-left-color: transparent;
1282
1538
  }
1539
+
1283
1540
  .border-t-transparent {
1284
1541
  border-top-color: transparent;
1285
1542
  }
1543
+
1286
1544
  .bg-\[\#612EFF\] {
1287
1545
  --tw-bg-opacity: 1;
1288
1546
  background-color: rgb(97 46 255 / var(--tw-bg-opacity));
1289
1547
  }
1548
+
1290
1549
  .bg-background {
1291
1550
  background-color: hsl(var(--background));
1292
1551
  }
1552
+
1293
1553
  .bg-black\/80 {
1294
1554
  background-color: rgb(0 0 0 / 0.8);
1295
1555
  }
1556
+
1296
1557
  .bg-border {
1297
1558
  background-color: hsl(var(--border));
1298
1559
  }
1560
+
1299
1561
  .bg-buttonColors-primaryFill {
1300
1562
  background-color: var(--buttonColors-primaryFill);
1301
1563
  }
1564
+
1302
1565
  .bg-buttonColors-secondaryFill {
1303
1566
  background-color: var(--buttonColors-secondaryFill);
1304
1567
  }
1568
+
1305
1569
  .bg-coreColors-brandColorPrimary {
1306
1570
  background-color: var(--coreColors-brandColorPrimary);
1307
1571
  }
1572
+
1308
1573
  .bg-coreColors-dividingLines {
1309
1574
  background-color: var(--coreColors-dividingLines);
1310
1575
  }
1576
+
1311
1577
  .bg-coreColors-inputBackground {
1312
1578
  background-color: var(--coreColors-inputBackground);
1313
1579
  }
1580
+
1314
1581
  .bg-coreColors-modalBackground {
1315
1582
  background-color: var(--coreColors-modalBackground);
1316
1583
  }
1584
+
1317
1585
  .bg-coreColors-pageColor {
1318
1586
  background-color: var(--coreColors-pageColor);
1319
1587
  }
1588
+
1320
1589
  .bg-neutral-100 {
1321
1590
  --tw-bg-opacity: 1;
1322
1591
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
1323
1592
  }
1593
+
1324
1594
  .bg-productBadging-fill {
1325
1595
  background-color: var(--productBadging-fill);
1326
1596
  }
1597
+
1327
1598
  .bg-stateColors-disabled {
1328
1599
  background-color: var(--stateColors-disabled);
1329
1600
  }
1601
+
1330
1602
  .bg-stateColors-error {
1331
1603
  background-color: var(--stateColors-error);
1332
1604
  }
1605
+
1333
1606
  .bg-stateColors-skeleton {
1334
1607
  background-color: var(--stateColors-skeleton);
1335
1608
  }
1609
+
1336
1610
  .bg-stateColors-success {
1337
1611
  background-color: var(--stateColors-success);
1338
1612
  }
1613
+
1339
1614
  .bg-stateColors-warning {
1340
1615
  background-color: var(--stateColors-warning);
1341
1616
  }
1617
+
1342
1618
  .bg-transparent {
1343
1619
  background-color: transparent;
1344
1620
  }
1621
+
1345
1622
  .bg-white {
1346
1623
  --tw-bg-opacity: 1;
1347
1624
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1348
1625
  }
1626
+
1349
1627
  .bg-\[linear-gradient\(270deg\2c \#ffffff00_0\%\2c \#FFF_100\%\)\] {
1350
1628
  background-image: linear-gradient(270deg,#ffffff00 0%,#FFF 100%);
1351
1629
  }
1630
+
1352
1631
  .bg-\[linear-gradient\(90deg\2c \#ffffff00_0\%\2c \#FFF_100\%\)\] {
1353
1632
  background-image: linear-gradient(90deg,#ffffff00 0%,#FFF 100%);
1354
1633
  }
1634
+
1355
1635
  .bg-fade-left {
1356
1636
  background-image: linear-gradient(to right, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
1357
1637
  }
1638
+
1358
1639
  .bg-fade-right {
1359
1640
  background-image: linear-gradient(to left, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
1360
1641
  }
1642
+
1361
1643
  .fill-current {
1362
1644
  fill: currentColor;
1363
1645
  }
1646
+
1364
1647
  .p-0 {
1365
1648
  padding: 0px;
1366
1649
  }
1650
+
1367
1651
  .p-1 {
1368
1652
  padding: 0.25rem;
1369
1653
  }
1654
+
1370
1655
  .p-2 {
1371
1656
  padding: 0.5rem;
1372
1657
  }
1658
+
1373
1659
  .p-3 {
1374
1660
  padding: 0.75rem;
1375
1661
  }
1662
+
1376
1663
  .p-4 {
1377
1664
  padding: 1rem;
1378
1665
  }
1666
+
1379
1667
  .p-6 {
1380
1668
  padding: 1.5rem;
1381
1669
  }
1670
+
1382
1671
  .p-\[1px\] {
1383
1672
  padding: 1px;
1384
1673
  }
1674
+
1385
1675
  .px-1 {
1386
1676
  padding-left: 0.25rem;
1387
1677
  padding-right: 0.25rem;
1388
1678
  }
1679
+
1389
1680
  .px-2 {
1390
1681
  padding-left: 0.5rem;
1391
1682
  padding-right: 0.5rem;
1392
1683
  }
1684
+
1393
1685
  .px-2\.5 {
1394
1686
  padding-left: 0.625rem;
1395
1687
  padding-right: 0.625rem;
1396
1688
  }
1689
+
1397
1690
  .px-3 {
1398
1691
  padding-left: 0.75rem;
1399
1692
  padding-right: 0.75rem;
1400
1693
  }
1694
+
1401
1695
  .px-4 {
1402
1696
  padding-left: 1rem;
1403
1697
  padding-right: 1rem;
1404
1698
  }
1699
+
1405
1700
  .px-5 {
1406
1701
  padding-left: 1.25rem;
1407
1702
  padding-right: 1.25rem;
1408
1703
  }
1704
+
1409
1705
  .px-8 {
1410
1706
  padding-left: 2rem;
1411
1707
  padding-right: 2rem;
1412
1708
  }
1709
+
1413
1710
  .px-\[16px\] {
1414
1711
  padding-left: 16px;
1415
1712
  padding-right: 16px;
1416
1713
  }
1714
+
1417
1715
  .py-1 {
1418
1716
  padding-top: 0.25rem;
1419
1717
  padding-bottom: 0.25rem;
1420
1718
  }
1719
+
1421
1720
  .py-2 {
1422
1721
  padding-top: 0.5rem;
1423
1722
  padding-bottom: 0.5rem;
1424
1723
  }
1724
+
1425
1725
  .py-3 {
1426
1726
  padding-top: 0.75rem;
1427
1727
  padding-bottom: 0.75rem;
1428
1728
  }
1729
+
1429
1730
  .py-4 {
1430
1731
  padding-top: 1rem;
1431
1732
  padding-bottom: 1rem;
1432
1733
  }
1734
+
1433
1735
  .pb-2 {
1434
1736
  padding-bottom: 0.5rem;
1435
1737
  }
1738
+
1436
1739
  .pb-4 {
1437
1740
  padding-bottom: 1rem;
1438
1741
  }
1742
+
1439
1743
  .pb-8 {
1440
1744
  padding-bottom: 2rem;
1441
1745
  }
1746
+
1442
1747
  .pl-0 {
1443
1748
  padding-left: 0px;
1444
1749
  }
1750
+
1445
1751
  .pl-2 {
1446
1752
  padding-left: 0.5rem;
1447
1753
  }
1754
+
1448
1755
  .pl-4 {
1449
1756
  padding-left: 1rem;
1450
1757
  }
1758
+
1451
1759
  .pl-8 {
1452
1760
  padding-left: 2rem;
1453
1761
  }
1762
+
1454
1763
  .pr-1 {
1455
1764
  padding-right: 0.25rem;
1456
1765
  }
1766
+
1457
1767
  .pr-2 {
1458
1768
  padding-right: 0.5rem;
1459
1769
  }
1770
+
1460
1771
  .pr-4 {
1461
1772
  padding-right: 1rem;
1462
1773
  }
1774
+
1463
1775
  .pt-0 {
1464
1776
  padding-top: 0px;
1465
1777
  }
1778
+
1466
1779
  .pt-12 {
1467
1780
  padding-top: 3rem;
1468
1781
  }
1782
+
1469
1783
  .pt-4 {
1470
1784
  padding-top: 1rem;
1471
1785
  }
1786
+
1472
1787
  .pt-5 {
1473
1788
  padding-top: 1.25rem;
1474
1789
  }
1790
+
1475
1791
  .pt-6 {
1476
1792
  padding-top: 1.5rem;
1477
1793
  }
1794
+
1478
1795
  .text-left {
1479
1796
  text-align: left;
1480
1797
  }
1798
+
1481
1799
  .text-center {
1482
1800
  text-align: center;
1483
1801
  }
1802
+
1484
1803
  .text-right {
1485
1804
  text-align: right;
1486
1805
  }
1806
+
1487
1807
  .text-start {
1488
1808
  text-align: start;
1489
1809
  }
1810
+
1490
1811
  .align-top {
1491
1812
  vertical-align: top;
1492
1813
  }
1814
+
1493
1815
  .font-fontMedium {
1494
1816
  font-family: var(--fontMedium);
1495
1817
  }
1818
+
1496
1819
  .font-fontRegular {
1497
1820
  font-family: var(--fontRegular);
1498
1821
  }
1822
+
1499
1823
  .text-\[10px\] {
1500
1824
  font-size: 10px;
1501
1825
  }
1826
+
1502
1827
  .text-\[12px\] {
1503
1828
  font-size: 12px;
1504
1829
  }
1830
+
1505
1831
  .text-\[15px\] {
1506
1832
  font-size: 15px;
1507
1833
  }
1834
+
1508
1835
  .text-\[18px\] {
1509
1836
  font-size: 18px;
1510
1837
  }
1838
+
1511
1839
  .text-\[23px\] {
1512
1840
  font-size: 23px;
1513
1841
  }
1842
+
1514
1843
  .text-lg {
1515
1844
  font-size: 1.125rem;
1516
1845
  line-height: 1.75rem;
1517
1846
  }
1847
+
1518
1848
  .text-sm {
1519
1849
  font-size: 0.875rem;
1520
1850
  line-height: 1.25rem;
1521
1851
  }
1852
+
1522
1853
  .text-xs {
1523
1854
  font-size: 0.75rem;
1524
1855
  line-height: 1rem;
1525
1856
  }
1857
+
1526
1858
  .font-medium {
1527
1859
  font-weight: 500;
1528
1860
  }
1861
+
1529
1862
  .font-normal {
1530
1863
  font-weight: 400;
1531
1864
  }
1865
+
1532
1866
  .font-semibold {
1533
1867
  font-weight: 600;
1534
1868
  }
1869
+
1535
1870
  .uppercase {
1536
1871
  text-transform: uppercase;
1537
1872
  }
1873
+
1538
1874
  .leading-\[130\%\] {
1539
1875
  line-height: 130%;
1540
1876
  }
1877
+
1541
1878
  .leading-\[13px\] {
1542
1879
  line-height: 13px;
1543
1880
  }
1881
+
1544
1882
  .leading-\[160\%\] {
1545
1883
  line-height: 160%;
1546
1884
  }
1885
+
1547
1886
  .leading-\[24px\] {
1548
1887
  line-height: 24px;
1549
1888
  }
1889
+
1550
1890
  .leading-none {
1551
1891
  line-height: 1;
1552
1892
  }
1893
+
1553
1894
  .text-black {
1554
1895
  --tw-text-opacity: 1;
1555
1896
  color: rgb(0 0 0 / var(--tw-text-opacity));
1556
1897
  }
1898
+
1557
1899
  .text-buttonColors-destructiveText {
1558
1900
  color: var(--buttonColors-destructiveText);
1559
1901
  }
1902
+
1560
1903
  .text-buttonColors-disabled {
1561
1904
  color: var(--buttonColors-disabled);
1562
1905
  }
1906
+
1563
1907
  .text-buttonColors-primaryFill {
1564
1908
  color: var(--buttonColors-primaryFill);
1565
1909
  }
1910
+
1566
1911
  .text-buttonColors-primaryOutline {
1567
1912
  color: var(--buttonColors-primaryOutline);
1568
1913
  }
1914
+
1569
1915
  .text-buttonColors-primaryOutlineColor {
1570
1916
  color: var(--buttonColors-primaryOutlineColor);
1571
1917
  }
1918
+
1572
1919
  .text-buttonColors-primaryOutlineEnabled {
1573
1920
  color: var(--buttonColors-primaryOutlineEnabled);
1574
1921
  }
1922
+
1575
1923
  .text-buttonColors-primaryShadow {
1576
1924
  color: var(--buttonColors-primaryShadow);
1577
1925
  }
1926
+
1578
1927
  .text-buttonColors-primaryText {
1579
1928
  color: var(--buttonColors-primaryText);
1580
1929
  }
1930
+
1581
1931
  .text-buttonColors-secondaryFill {
1582
1932
  color: var(--buttonColors-secondaryFill);
1583
1933
  }
1934
+
1584
1935
  .text-buttonColors-secondaryOutline {
1585
1936
  color: var(--buttonColors-secondaryOutline);
1586
1937
  }
1938
+
1587
1939
  .text-buttonColors-secondaryOutlineColor {
1588
1940
  color: var(--buttonColors-secondaryOutlineColor);
1589
1941
  }
1942
+
1590
1943
  .text-buttonColors-secondaryOutlineEnabled {
1591
1944
  color: var(--buttonColors-secondaryOutlineEnabled);
1592
1945
  }
1946
+
1593
1947
  .text-buttonColors-secondaryShadow {
1594
1948
  color: var(--buttonColors-secondaryShadow);
1595
1949
  }
1950
+
1596
1951
  .text-buttonColors-secondaryText {
1597
1952
  color: var(--buttonColors-secondaryText);
1598
1953
  }
1954
+
1599
1955
  .text-coreColors-brandColorPrimary {
1600
1956
  color: var(--coreColors-brandColorPrimary);
1601
1957
  }
1958
+
1602
1959
  .text-coreColors-dividingLines {
1603
1960
  color: var(--coreColors-dividingLines);
1604
1961
  }
1962
+
1605
1963
  .text-coreColors-headerBackground {
1606
1964
  color: var(--coreColors-headerBackground);
1607
1965
  }
1966
+
1608
1967
  .text-coreColors-headerIcon {
1609
1968
  color: var(--coreColors-headerIcon);
1610
1969
  }
1970
+
1611
1971
  .text-coreColors-inputBackground {
1612
1972
  color: var(--coreColors-inputBackground);
1613
1973
  }
1974
+
1614
1975
  .text-coreColors-modalBackground {
1615
1976
  color: var(--coreColors-modalBackground);
1616
1977
  }
1978
+
1617
1979
  .text-coreColors-pageColor {
1618
1980
  color: var(--coreColors-pageColor);
1619
1981
  }
1982
+
1620
1983
  .text-coreColors-primaryIcon {
1621
1984
  color: var(--coreColors-primaryIcon);
1622
1985
  }
1986
+
1623
1987
  .text-coreColors-secondaryIcon {
1624
1988
  color: var(--coreColors-secondaryIcon);
1625
1989
  }
1990
+
1626
1991
  .text-coreColors-shadow {
1627
1992
  color: var(--coreColors-shadow);
1628
1993
  }
1994
+
1629
1995
  .text-coreColors-shadowsEnabled {
1630
1996
  color: var(--coreColors-shadowsEnabled);
1631
1997
  }
1998
+
1632
1999
  .text-coreColors-tabBar {
1633
2000
  color: var(--coreColors-tabBar);
1634
2001
  }
2002
+
1635
2003
  .text-current {
1636
2004
  color: currentColor;
1637
2005
  }
2006
+
1638
2007
  .text-foreground\/50 {
1639
2008
  color: hsl(var(--foreground) / 0.5);
1640
2009
  }
2010
+
1641
2011
  .text-muted-foreground {
1642
2012
  color: hsl(var(--muted-foreground));
1643
2013
  }
2014
+
1644
2015
  .text-productBadging-text {
1645
2016
  color: var(--productBadging-text);
1646
2017
  }
2018
+
1647
2019
  .text-stateColors-disabled {
1648
2020
  color: var(--stateColors-disabled);
1649
2021
  }
2022
+
1650
2023
  .text-stateColors-error {
1651
2024
  color: var(--stateColors-error);
1652
2025
  }
2026
+
1653
2027
  .text-stateColors-favorites {
1654
2028
  color: var(--stateColors-favorites);
1655
2029
  }
2030
+
1656
2031
  .text-stateColors-reviews {
1657
2032
  color: var(--stateColors-reviews);
1658
2033
  }
2034
+
1659
2035
  .text-stateColors-skeleton {
1660
2036
  color: var(--stateColors-skeleton);
1661
2037
  }
2038
+
1662
2039
  .text-stateColors-subscriptions {
1663
2040
  color: var(--stateColors-subscriptions);
1664
2041
  }
2042
+
1665
2043
  .text-stateColors-success {
1666
2044
  color: var(--stateColors-success);
1667
2045
  }
2046
+
1668
2047
  .text-stateColors-warning {
1669
2048
  color: var(--stateColors-warning);
1670
2049
  }
2050
+
1671
2051
  .text-textColors-legalText {
1672
2052
  color: var(--textColors-legalText);
1673
2053
  }
2054
+
1674
2055
  .text-textColors-pageTitle {
1675
2056
  color: var(--textColors-pageTitle);
1676
2057
  }
2058
+
1677
2059
  .text-textColors-priceText {
1678
2060
  color: var(--textColors-priceText);
1679
2061
  }
2062
+
1680
2063
  .text-textColors-primaryColor {
1681
2064
  color: var(--textColors-primaryColor, #121212ff);
1682
2065
  }
2066
+
1683
2067
  .text-textColors-productTitle {
1684
2068
  color: var(--textColors-productTitle);
1685
2069
  }
2070
+
1686
2071
  .text-textColors-salePriceText {
1687
2072
  color: var(--textColors-salePriceText);
1688
2073
  }
2074
+
1689
2075
  .text-textColors-secondaryColor {
1690
2076
  color: var(--textColors-secondaryColor, #727272ff);
1691
2077
  }
2078
+
1692
2079
  .text-textColors-strikethroughPriceText {
1693
2080
  color: var(--textColors-strikethroughPriceText);
1694
2081
  }
2082
+
1695
2083
  .line-through {
1696
2084
  text-decoration-line: line-through;
1697
2085
  }
2086
+
1698
2087
  .underline-offset-4 {
1699
2088
  text-underline-offset: 4px;
1700
2089
  }
2090
+
1701
2091
  .opacity-0 {
1702
2092
  opacity: 0;
1703
2093
  }
2094
+
1704
2095
  .opacity-100 {
1705
2096
  opacity: 1;
1706
2097
  }
2098
+
1707
2099
  .opacity-50 {
1708
2100
  opacity: 0.5;
1709
2101
  }
2102
+
1710
2103
  .shadow-\[0_0_6px_0_rgba\(17\2c 17\2c 17\2c 0\.16\)\] {
1711
2104
  --tw-shadow: 0 0 6px 0 rgba(17,17,17,0.16);
1712
2105
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
1713
2106
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1714
2107
  }
2108
+
1715
2109
  .shadow-lg {
1716
2110
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1717
2111
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1718
2112
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1719
2113
  }
2114
+
1720
2115
  .shadow-primary {
1721
2116
  --tw-shadow: calc(var(--buttonColors-primaryShadowEnabled) * 0px) calc(var(--buttonColors-primaryShadowEnabled) * 5px) calc(var(--buttonColors-primaryShadowEnabled) * 25px) calc(var(--buttonColors-primaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
1722
2117
  --tw-shadow-colored: calc(var(--buttonColors-primaryShadowEnabled) * 0px) calc(var(--buttonColors-primaryShadowEnabled) * 5px) calc(var(--buttonColors-primaryShadowEnabled) * 25px) calc(var(--buttonColors-primaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
1723
2118
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1724
2119
  }
2120
+
1725
2121
  .shadow-secondary {
1726
2122
  --tw-shadow: calc(var(--buttonColors-secondaryShadowEnabled) * 0px) calc(var(--buttonColors-secondaryShadowEnabled) * 5px) calc(var(--buttonColors-secondaryShadowEnabled) * 25px) calc(var(--buttonColors-secondaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
1727
2123
  --tw-shadow-colored: calc(var(--buttonColors-secondaryShadowEnabled) * 0px) calc(var(--buttonColors-secondaryShadowEnabled) * 5px) calc(var(--buttonColors-secondaryShadowEnabled) * 25px) calc(var(--buttonColors-secondaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
1728
2124
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1729
2125
  }
2126
+
1730
2127
  .shadow-buttonColors-primaryShadow {
1731
2128
  --tw-shadow-color: var(--buttonColors-primaryShadow);
1732
2129
  --tw-shadow: var(--tw-shadow-colored);
1733
2130
  }
2131
+
1734
2132
  .shadow-primary {
1735
2133
  --tw-shadow-color: hsl(var(--primary));
1736
2134
  --tw-shadow: var(--tw-shadow-colored);
1737
2135
  }
2136
+
1738
2137
  .shadow-secondary {
1739
2138
  --tw-shadow-color: hsl(var(--secondary));
1740
2139
  --tw-shadow: var(--tw-shadow-colored);
1741
2140
  }
2141
+
1742
2142
  .outline-none {
1743
2143
  outline: 2px solid transparent;
1744
2144
  outline-offset: 2px;
1745
2145
  }
2146
+
1746
2147
  .outline {
1747
2148
  outline-style: solid;
1748
2149
  }
2150
+
1749
2151
  .outline-0 {
1750
2152
  outline-width: 0px;
1751
2153
  }
2154
+
1752
2155
  .outline-1 {
1753
2156
  outline-width: 1px;
1754
2157
  }
2158
+
1755
2159
  .outline-coreColors-brandColorPrimary {
1756
2160
  outline-color: var(--coreColors-brandColorPrimary);
1757
2161
  }
2162
+
1758
2163
  .outline-coreColors-dividingLines {
1759
2164
  outline-color: var(--coreColors-dividingLines);
1760
2165
  }
2166
+
1761
2167
  .outline-stateColors-error {
1762
2168
  outline-color: var(--stateColors-error);
1763
2169
  }
2170
+
1764
2171
  .outline-stateColors-skeleton {
1765
2172
  outline-color: var(--stateColors-skeleton);
1766
2173
  }
2174
+
1767
2175
  .ring-0 {
1768
2176
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1769
2177
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1770
2178
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1771
2179
  }
2180
+
1772
2181
  .ring-offset-background {
1773
2182
  --tw-ring-offset-color: hsl(var(--background));
1774
2183
  }
2184
+
1775
2185
  .drop-shadow-\[0_3px_1px_0_rgba\(0\2c 0\2c 0\2c 1\)\] {
1776
2186
  --tw-drop-shadow: drop-shadow(0 3px 1px 0 rgba(0,0,0,1));
1777
2187
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1778
2188
  }
2189
+
2190
+ .\!filter {
2191
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
2192
+ }
2193
+
1779
2194
  .filter {
1780
2195
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1781
2196
  }
2197
+
1782
2198
  .transition-all {
1783
2199
  transition-property: all;
1784
2200
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1785
2201
  transition-duration: 150ms;
1786
2202
  }
2203
+
1787
2204
  .transition-colors {
1788
2205
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1789
2206
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1790
2207
  transition-duration: 150ms;
1791
2208
  }
2209
+
1792
2210
  .transition-opacity {
1793
2211
  transition-property: opacity;
1794
2212
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1795
2213
  transition-duration: 150ms;
1796
2214
  }
2215
+
1797
2216
  .transition-transform {
1798
2217
  transition-property: transform;
1799
2218
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1800
2219
  transition-duration: 150ms;
1801
2220
  }
2221
+
1802
2222
  .duration-200 {
1803
2223
  transition-duration: 200ms;
1804
2224
  }
2225
+
1805
2226
  .duration-300 {
1806
2227
  transition-duration: 300ms;
1807
2228
  }
2229
+
1808
2230
  .duration-500 {
1809
2231
  transition-duration: 500ms;
1810
2232
  }
2233
+
1811
2234
  .ease-in-out {
1812
2235
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1813
2236
  }
1814
- @keyframes enter {
1815
2237
 
2238
+ @keyframes enter {
1816
2239
  from {
1817
2240
  opacity: var(--tw-enter-opacity, 1);
1818
2241
  transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
1819
2242
  }
1820
2243
  }
1821
- @keyframes exit {
1822
2244
 
2245
+ @keyframes exit {
1823
2246
  to {
1824
2247
  opacity: var(--tw-exit-opacity, 1);
1825
2248
  transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
1826
2249
  }
1827
2250
  }
2251
+
1828
2252
  .duration-200 {
1829
2253
  animation-duration: 200ms;
1830
2254
  }
2255
+
1831
2256
  .duration-300 {
1832
2257
  animation-duration: 300ms;
1833
2258
  }
2259
+
1834
2260
  .duration-500 {
1835
2261
  animation-duration: 500ms;
1836
2262
  }
2263
+
1837
2264
  .ease-in-out {
1838
2265
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1839
2266
  }
2267
+
1840
2268
  .container {
1841
- padding-right: 16px;
1842
- padding-left: 16px;
1843
- }
2269
+ padding-right: 16px;
2270
+ padding-left: 16px;
2271
+ }
2272
+
1844
2273
  *:hover {
1845
- text-decoration-line: unset !important;
1846
- }
2274
+ text-decoration-line: unset !important;
2275
+ }
2276
+
1847
2277
  .file\:border-0::file-selector-button {
1848
2278
  border-width: 0px;
1849
2279
  }
2280
+
1850
2281
  .file\:bg-transparent::file-selector-button {
1851
2282
  background-color: transparent;
1852
2283
  }
2284
+
1853
2285
  .file\:text-sm::file-selector-button {
1854
2286
  font-size: 0.875rem;
1855
2287
  line-height: 1.25rem;
1856
2288
  }
2289
+
1857
2290
  .file\:font-medium::file-selector-button {
1858
2291
  font-weight: 500;
1859
2292
  }
2293
+
1860
2294
  .placeholder\:text-stateColors-error::-moz-placeholder {
1861
2295
  color: var(--stateColors-error);
1862
2296
  }
2297
+
1863
2298
  .placeholder\:text-stateColors-error::placeholder {
1864
2299
  color: var(--stateColors-error);
1865
2300
  }
2301
+
1866
2302
  .placeholder\:text-textColors-secondaryColor::-moz-placeholder {
1867
2303
  color: var(--textColors-secondaryColor, #727272ff);
1868
2304
  }
2305
+
1869
2306
  .placeholder\:text-textColors-secondaryColor::placeholder {
1870
2307
  color: var(--textColors-secondaryColor, #727272ff);
1871
2308
  }
2309
+
1872
2310
  .placeholder-shown\:\!truncate:-moz-placeholder-shown {
1873
2311
  overflow: hidden !important;
1874
2312
  text-overflow: ellipsis !important;
1875
2313
  white-space: nowrap !important;
1876
2314
  }
2315
+
1877
2316
  .placeholder-shown\:\!truncate:placeholder-shown {
1878
2317
  overflow: hidden !important;
1879
2318
  text-overflow: ellipsis !important;
1880
2319
  white-space: nowrap !important;
1881
2320
  }
2321
+
1882
2322
  .placeholder-shown\:p-4:-moz-placeholder-shown {
1883
2323
  padding: 1rem;
1884
2324
  }
2325
+
1885
2326
  .placeholder-shown\:p-4:placeholder-shown {
1886
2327
  padding: 1rem;
1887
2328
  }
2329
+
1888
2330
  .placeholder-shown\:text-textColors-secondaryColor:-moz-placeholder-shown {
1889
2331
  color: var(--textColors-secondaryColor, #727272ff);
1890
2332
  }
2333
+
1891
2334
  .placeholder-shown\:text-textColors-secondaryColor:placeholder-shown {
1892
2335
  color: var(--textColors-secondaryColor, #727272ff);
1893
2336
  }
2337
+
1894
2338
  .focus-within\:\!border-stateColors-error:focus-within {
1895
2339
  border-color: var(--stateColors-error) !important;
1896
2340
  }
2341
+
1897
2342
  .focus-within\:border-coreColors-brandColorPrimary:focus-within {
1898
2343
  border-color: var(--coreColors-brandColorPrimary);
1899
2344
  }
2345
+
1900
2346
  .hover\:h-\[18px\]:hover {
1901
2347
  height: 18px;
1902
2348
  }
2349
+
1903
2350
  .hover\:w-\[18px\]:hover {
1904
2351
  width: 18px;
1905
2352
  }
2353
+
1906
2354
  .hover\:bg-accent:hover {
1907
2355
  background-color: hsl(var(--accent));
1908
2356
  }
2357
+
1909
2358
  .hover\:bg-muted:hover {
1910
2359
  background-color: hsl(var(--muted));
1911
2360
  }
2361
+
1912
2362
  .hover\:bg-secondary:hover {
1913
2363
  background-color: hsl(var(--secondary));
1914
2364
  }
2365
+
1915
2366
  .hover\:text-accent-foreground:hover {
1916
2367
  color: hsl(var(--accent-foreground));
1917
2368
  }
2369
+
1918
2370
  .hover\:text-foreground:hover {
1919
2371
  color: hsl(var(--foreground));
1920
2372
  }
2373
+
1921
2374
  .hover\:text-muted-foreground:hover {
1922
2375
  color: hsl(var(--muted-foreground));
1923
2376
  }
2377
+
1924
2378
  .hover\:underline:hover {
1925
2379
  text-decoration-line: underline;
1926
2380
  }
2381
+
1927
2382
  .hover\:\!line-through:hover {
1928
2383
  text-decoration-line: line-through !important;
1929
2384
  }
2385
+
1930
2386
  .focus\:border-coreColors-brandColorPrimary:focus {
1931
2387
  border-color: var(--coreColors-brandColorPrimary);
1932
2388
  }
2389
+
1933
2390
  .focus\:border-stateColors-error:focus {
1934
2391
  border-color: var(--stateColors-error);
1935
2392
  }
2393
+
1936
2394
  .focus\:bg-stateColors-skeleton:focus {
1937
2395
  background-color: var(--stateColors-skeleton);
1938
2396
  }
2397
+
1939
2398
  .focus\:opacity-100:focus {
1940
2399
  opacity: 1;
1941
2400
  }
2401
+
1942
2402
  .focus\:outline-none:focus {
1943
2403
  outline: 2px solid transparent;
1944
2404
  outline-offset: 2px;
1945
2405
  }
2406
+
1946
2407
  .focus\:ring-2:focus {
1947
2408
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1948
2409
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1949
2410
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1950
2411
  }
2412
+
1951
2413
  .focus\:ring-ring:focus {
1952
2414
  --tw-ring-color: hsl(var(--ring));
1953
2415
  }
2416
+
1954
2417
  .focus\:ring-offset-2:focus {
1955
2418
  --tw-ring-offset-width: 2px;
1956
2419
  }
2420
+
1957
2421
  .focus-visible\:outline-none:focus-visible {
1958
2422
  outline: 2px solid transparent;
1959
2423
  outline-offset: 2px;
1960
2424
  }
2425
+
1961
2426
  .focus-visible\:ring-0:focus-visible {
1962
2427
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1963
2428
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1964
2429
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1965
2430
  }
2431
+
1966
2432
  .focus-visible\:ring-2:focus-visible {
1967
2433
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1968
2434
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1969
2435
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1970
2436
  }
2437
+
1971
2438
  .focus-visible\:ring-ring:focus-visible {
1972
2439
  --tw-ring-color: hsl(var(--ring));
1973
2440
  }
2441
+
1974
2442
  .focus-visible\:ring-offset-2:focus-visible {
1975
2443
  --tw-ring-offset-width: 2px;
1976
2444
  }
2445
+
1977
2446
  .focus-visible\:ring-offset-background:focus-visible {
1978
2447
  --tw-ring-offset-color: hsl(var(--background));
1979
2448
  }
2449
+
1980
2450
  .active\:text-coreColors-brandColorPrimary:active {
1981
2451
  color: var(--coreColors-brandColorPrimary);
1982
2452
  }
2453
+
1983
2454
  .active\:opacity-70:active {
1984
2455
  opacity: 0.7;
1985
2456
  }
2457
+
1986
2458
  .active\:outline-coreColors-brandColorPrimary:active {
1987
2459
  outline-color: var(--coreColors-brandColorPrimary);
1988
2460
  }
2461
+
1989
2462
  .disabled\:pointer-events-none:disabled {
1990
2463
  pointer-events: none;
1991
2464
  }
2465
+
1992
2466
  .disabled\:cursor-not-allowed:disabled {
1993
2467
  cursor: not-allowed;
1994
2468
  }
2469
+
1995
2470
  .disabled\:border-stateColors-disabled:disabled {
1996
2471
  border-color: var(--stateColors-disabled);
1997
2472
  }
2473
+
1998
2474
  .disabled\:bg-buttonColors-secondaryFill:disabled {
1999
2475
  background-color: var(--buttonColors-secondaryFill);
2000
2476
  }
2477
+
2001
2478
  .disabled\:bg-stateColors-disabled:disabled {
2002
2479
  background-color: var(--stateColors-disabled);
2003
2480
  }
2481
+
2004
2482
  .disabled\:bg-transparent:disabled {
2005
2483
  background-color: transparent;
2006
2484
  }
2485
+
2007
2486
  .disabled\:text-stateColors-disabled:disabled {
2008
2487
  color: var(--stateColors-disabled);
2009
2488
  }
2489
+
2010
2490
  .disabled\:opacity-50:disabled {
2011
2491
  opacity: 0.5;
2012
2492
  }
2493
+
2013
2494
  .disabled\:opacity-70:disabled {
2014
2495
  opacity: 0.7;
2015
2496
  }
2497
+
2016
2498
  .group:hover .group-hover\:opacity-100 {
2017
2499
  opacity: 1;
2018
2500
  }
2501
+
2019
2502
  .group:active .group-active\:text-coreColors-brandColorPrimary {
2020
2503
  color: var(--coreColors-brandColorPrimary);
2021
2504
  }
2505
+
2022
2506
  .group:disabled .group-disabled\:text-stateColors-disabled {
2023
2507
  color: var(--stateColors-disabled);
2024
2508
  }
2509
+
2025
2510
  .group.destructive .group-\[\.destructive\]\:border-muted\/40 {
2026
2511
  border-color: hsl(var(--muted) / 0.4);
2027
2512
  }
2513
+
2028
2514
  .group.destructive .group-\[\.destructive\]\:text-red-300 {
2029
2515
  --tw-text-opacity: 1;
2030
2516
  color: rgb(252 165 165 / var(--tw-text-opacity));
2031
2517
  }
2518
+
2032
2519
  .group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
2033
2520
  border-color: hsl(var(--destructive) / 0.3);
2034
2521
  }
2522
+
2035
2523
  .group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
2036
2524
  background-color: hsl(var(--destructive));
2037
2525
  }
2526
+
2038
2527
  .group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
2039
2528
  color: hsl(var(--destructive-foreground));
2040
2529
  }
2530
+
2041
2531
  .group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
2042
2532
  --tw-text-opacity: 1;
2043
2533
  color: rgb(254 242 242 / var(--tw-text-opacity));
2044
2534
  }
2535
+
2045
2536
  .group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
2046
2537
  --tw-ring-color: hsl(var(--destructive));
2047
2538
  }
2539
+
2048
2540
  .group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
2049
2541
  --tw-ring-opacity: 1;
2050
2542
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
2051
2543
  }
2544
+
2052
2545
  .group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
2053
2546
  --tw-ring-offset-color: #dc2626;
2054
2547
  }
2548
+
2055
2549
  .peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
2056
2550
  opacity: 0;
2057
2551
  }
2552
+
2058
2553
  .peer:placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
2059
2554
  opacity: 0;
2060
2555
  }
2556
+
2061
2557
  .peer:disabled ~ .peer-disabled\:cursor-not-allowed {
2062
2558
  cursor: not-allowed;
2063
2559
  }
2560
+
2064
2561
  .peer:disabled ~ .peer-disabled\:opacity-70 {
2065
2562
  opacity: 0.7;
2066
2563
  }
2564
+
2067
2565
  .data-\[disabled\]\:pointer-events-none[data-disabled] {
2068
2566
  pointer-events: none;
2069
2567
  }
2568
+
2070
2569
  .data-\[state\=checked\]\:translate-x-6[data-state=checked] {
2071
2570
  --tw-translate-x: 1.5rem;
2072
2571
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2073
2572
  }
2573
+
2074
2574
  .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
2075
2575
  --tw-translate-x: 0px;
2076
2576
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2077
2577
  }
2578
+
2078
2579
  .data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel] {
2079
2580
  --tw-translate-x: 0px;
2080
2581
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2081
2582
  }
2583
+
2082
2584
  .data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end] {
2083
2585
  --tw-translate-x: var(--radix-toast-swipe-end-x);
2084
2586
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2085
2587
  }
2588
+
2086
2589
  .data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move] {
2087
2590
  --tw-translate-x: var(--radix-toast-swipe-move-x);
2088
2591
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2089
2592
  }
2090
- @keyframes accordion-up {
2091
2593
 
2594
+ @keyframes accordion-up {
2092
2595
  from {
2093
2596
  height: var(--radix-accordion-content-height);
2094
2597
  }
@@ -2097,11 +2600,12 @@ video {
2097
2600
  height: 0;
2098
2601
  }
2099
2602
  }
2603
+
2100
2604
  .data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
2101
2605
  animation: accordion-up 0.2s ease-out;
2102
2606
  }
2103
- @keyframes accordion-down {
2104
2607
 
2608
+ @keyframes accordion-down {
2105
2609
  from {
2106
2610
  height: 0;
2107
2611
  }
@@ -2110,36 +2614,47 @@ video {
2110
2614
  height: var(--radix-accordion-content-height);
2111
2615
  }
2112
2616
  }
2617
+
2113
2618
  .data-\[state\=open\]\:animate-accordion-down[data-state=open] {
2114
2619
  animation: accordion-down 0.2s ease-out;
2115
2620
  }
2621
+
2116
2622
  .data-\[state\=checked\]\:bg-stateColors-success[data-state=checked] {
2117
2623
  background-color: var(--stateColors-success);
2118
2624
  }
2625
+
2119
2626
  .data-\[state\=on\]\:bg-accent[data-state=on] {
2120
2627
  background-color: hsl(var(--accent));
2121
2628
  }
2629
+
2122
2630
  .data-\[state\=unchecked\]\:bg-stateColors-disabled[data-state=unchecked] {
2123
2631
  background-color: var(--stateColors-disabled);
2124
2632
  }
2633
+
2125
2634
  .data-\[icon\=true\]\:pr-10[data-icon=true] {
2126
2635
  padding-right: 2.5rem;
2127
2636
  }
2637
+
2128
2638
  .data-\[error\=true\]\:text-stateColors-error[data-error=true] {
2129
2639
  color: var(--stateColors-error);
2130
2640
  }
2641
+
2131
2642
  .data-\[state\=on\]\:text-accent-foreground[data-state=on] {
2132
2643
  color: hsl(var(--accent-foreground));
2133
2644
  }
2645
+
2134
2646
  .data-\[disabled\]\:opacity-50[data-disabled] {
2135
2647
  opacity: 0.5;
2136
2648
  }
2649
+
2137
2650
  .data-\[swipe\=move\]\:transition-none[data-swipe=move] {
2138
2651
  transition-property: none;
2139
2652
  }
2653
+
2140
2654
  .data-\[state\=open\]\:duration-500[data-state=open] {
2141
2655
  transition-duration: 500ms;
2142
2656
  }
2657
+
2143
2658
  .data-\[state\=open\]\:animate-in[data-state=open] {
2144
2659
  animation-name: enter;
2145
2660
  animation-duration: 150ms;
@@ -2149,6 +2664,7 @@ video {
2149
2664
  --tw-enter-translate-x: initial;
2150
2665
  --tw-enter-translate-y: initial;
2151
2666
  }
2667
+
2152
2668
  .data-\[state\=closed\]\:animate-out[data-state=closed] {
2153
2669
  animation-name: exit;
2154
2670
  animation-duration: 150ms;
@@ -2158,6 +2674,7 @@ video {
2158
2674
  --tw-exit-translate-x: initial;
2159
2675
  --tw-exit-translate-y: initial;
2160
2676
  }
2677
+
2161
2678
  .data-\[swipe\=end\]\:animate-out[data-swipe=end] {
2162
2679
  animation-name: exit;
2163
2680
  animation-duration: 150ms;
@@ -2167,57 +2684,73 @@ video {
2167
2684
  --tw-exit-translate-x: initial;
2168
2685
  --tw-exit-translate-y: initial;
2169
2686
  }
2687
+
2170
2688
  .data-\[state\=closed\]\:fade-out-0[data-state=closed] {
2171
2689
  --tw-exit-opacity: 0;
2172
2690
  }
2691
+
2173
2692
  .data-\[state\=open\]\:fade-in-0[data-state=open] {
2174
2693
  --tw-enter-opacity: 0;
2175
2694
  }
2695
+
2176
2696
  .data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
2177
2697
  --tw-exit-scale: .95;
2178
2698
  }
2699
+
2179
2700
  .data-\[state\=open\]\:zoom-in-95[data-state=open] {
2180
2701
  --tw-enter-scale: .95;
2181
2702
  }
2703
+
2182
2704
  .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
2183
2705
  --tw-enter-translate-y: -0.5rem;
2184
2706
  }
2707
+
2185
2708
  .data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
2186
2709
  --tw-enter-translate-x: 0.5rem;
2187
2710
  }
2711
+
2188
2712
  .data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
2189
2713
  --tw-enter-translate-x: -0.5rem;
2190
2714
  }
2715
+
2191
2716
  .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
2192
2717
  --tw-enter-translate-y: 0.5rem;
2193
2718
  }
2719
+
2194
2720
  .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
2195
2721
  --tw-exit-translate-x: -50%;
2196
2722
  }
2723
+
2197
2724
  .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
2198
2725
  --tw-exit-translate-y: -48%;
2199
2726
  }
2727
+
2200
2728
  .data-\[state\=closed\]\:slide-out-to-top-full[data-state=closed] {
2201
2729
  --tw-exit-translate-y: -100%;
2202
2730
  }
2731
+
2203
2732
  .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
2204
2733
  --tw-enter-translate-x: -50%;
2205
2734
  }
2735
+
2206
2736
  .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
2207
2737
  --tw-enter-translate-y: -48%;
2208
2738
  }
2739
+
2209
2740
  .data-\[state\=open\]\:slide-in-from-top-full[data-state=open] {
2210
2741
  --tw-enter-translate-y: -100%;
2211
2742
  }
2743
+
2212
2744
  .data-\[state\=open\]\:duration-500[data-state=open] {
2213
2745
  animation-duration: 500ms;
2214
2746
  }
2747
+
2215
2748
  :is(.dark .dark\:bg-neutral-900) {
2216
2749
  --tw-bg-opacity: 1;
2217
2750
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
2218
2751
  }
2219
- @media (min-width: 640px) {
2220
2752
 
2753
+ @media (min-width: 640px) {
2221
2754
  .sm\:mt-0 {
2222
2755
  margin-top: 0px;
2223
2756
  }
@@ -2244,74 +2777,95 @@ video {
2244
2777
  text-align: left;
2245
2778
  }
2246
2779
  }
2247
- @media (min-width: 1024px) {
2248
2780
 
2781
+ @media (min-width: 1024px) {
2249
2782
  .lg\:grid-cols-3 {
2250
2783
  grid-template-columns: repeat(3, minmax(0, 1fr));
2251
2784
  }
2252
2785
  }
2786
+
2253
2787
  .\[\&\+label\]\:text-stateColors-error+label {
2254
2788
  color: var(--stateColors-error);
2255
2789
  }
2790
+
2256
2791
  .\[\&\>div\>button\]\:border-coreColors-brandColorPrimary>div>button {
2257
2792
  border-color: var(--coreColors-brandColorPrimary);
2258
2793
  }
2794
+
2259
2795
  .\[\&\>div\]\:w-full>div {
2260
2796
  width: 100%;
2261
2797
  }
2798
+
2262
2799
  .\[\&\>p\]\:text-stateColors-disabled>p {
2263
2800
  color: var(--stateColors-disabled);
2264
2801
  }
2802
+
2265
2803
  .\[\&\>p\]\:text-textColors-primaryColor>p {
2266
2804
  color: var(--textColors-primaryColor, #121212ff);
2267
2805
  }
2806
+
2268
2807
  .\[\&\>p\]\:text-textColors-secondaryColor>p {
2269
2808
  color: var(--textColors-secondaryColor, #727272ff);
2270
2809
  }
2810
+
2271
2811
  .\[\&\>p\]\:\!line-through>p {
2272
2812
  text-decoration-line: line-through !important;
2273
2813
  }
2814
+
2274
2815
  .\[\&\[data-state\=open\]\]\:outline-coreColors-brandColorPrimary[data-state=open] {
2275
2816
  outline-color: var(--coreColors-brandColorPrimary);
2276
2817
  }
2818
+
2277
2819
  .\[\&\[data-state\=open\]_\.chevron-icon\]\:rotate-180[data-state=open] .chevron-icon {
2278
2820
  --tw-rotate: 180deg;
2279
2821
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2280
2822
  }
2823
+
2281
2824
  .\[\&\[data-state\=open\]_\.label\]\:text-coreColors-brandColorPrimary[data-state=open] .label {
2282
2825
  color: var(--coreColors-brandColorPrimary);
2283
2826
  }
2827
+
2284
2828
  .\[\&\[data-state\=open\]_\.label\]\:text-textColors-secondaryColor[data-state=open] .label {
2285
2829
  color: var(--textColors-secondaryColor, #727272ff);
2286
2830
  }
2831
+
2287
2832
  .\[\&\[data-state\=open\]_svg\]\:rotate-180[data-state=open] svg {
2288
2833
  --tw-rotate: 180deg;
2289
2834
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2290
2835
  }
2836
+
2291
2837
  .\[\&_\*\]\:text-coreColors-pageColor * {
2292
2838
  color: var(--coreColors-pageColor);
2293
2839
  }
2840
+
2294
2841
  .\[\&_\*\]\:text-stateColors-error * {
2295
2842
  color: var(--stateColors-error);
2296
2843
  }
2844
+
2297
2845
  .\[\&_\*\]\:text-textColors-primaryColor * {
2298
2846
  color: var(--textColors-primaryColor, #121212ff);
2299
2847
  }
2848
+
2300
2849
  .\[\&_\*\]\:placeholder\:text-stateColors-error *::-moz-placeholder {
2301
2850
  color: var(--stateColors-error);
2302
2851
  }
2852
+
2303
2853
  .\[\&_\*\]\:placeholder\:text-stateColors-error *::placeholder {
2304
2854
  color: var(--stateColors-error);
2305
2855
  }
2856
+
2306
2857
  .\[\&_label\]\:focus-within\:\!text-stateColors-error:focus-within label {
2307
2858
  color: var(--stateColors-error) !important;
2308
2859
  }
2860
+
2309
2861
  .\[\&_label\]\:focus-within\:text-coreColors-brandColorPrimary:focus-within label {
2310
2862
  color: var(--coreColors-brandColorPrimary);
2311
2863
  }
2864
+
2312
2865
  .\[\&_p\]\:text-stateColors-disabled p {
2313
2866
  color: var(--stateColors-disabled);
2314
2867
  }
2868
+
2315
2869
  .active\:\[\&_svg\]\:text-stateColors-favorites svg:active {
2316
2870
  color: var(--stateColors-favorites);
2317
2871
  }