@tapcart/mobile-components 0.5.4 → 0.5.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.
Files changed (33) hide show
  1. package/dist/components/ThemeProvider.d.ts +3 -0
  2. package/dist/components/ThemeProvider.d.ts.map +1 -0
  3. package/dist/components/ThemeProvider.js +18 -0
  4. package/dist/components/ThemeToggle.d.ts +2 -0
  5. package/dist/components/ThemeToggle.d.ts.map +1 -0
  6. package/dist/components/ThemeToggle.js +8 -0
  7. package/dist/components/hooks/use-products.d.ts +15 -0
  8. package/dist/components/hooks/use-products.d.ts.map +1 -0
  9. package/dist/components/hooks/use-products.js +11 -0
  10. package/dist/components/hooks/use-scroll-direction.js +1 -1
  11. package/dist/components/ui/Input/input.d.ts +1 -1
  12. package/dist/components/ui/Input/types.d.ts +2 -2
  13. package/dist/components/ui/Input/useInput.d.ts +1 -1
  14. package/dist/components/ui/button.d.ts +1 -0
  15. package/dist/components/ui/button.d.ts.map +1 -1
  16. package/dist/components/ui/button.js +4 -3
  17. package/dist/components/ui/empty-message.d.ts +4 -1
  18. package/dist/components/ui/empty-message.d.ts.map +1 -1
  19. package/dist/components/ui/empty-message.js +1 -2
  20. package/dist/components/ui/favorite.d.ts +1 -1
  21. package/dist/components/ui/grid.d.ts +1 -1
  22. package/dist/components/ui/toast.d.ts +2 -2
  23. package/dist/index.d.ts +32 -31
  24. package/dist/index.d.ts.map +1 -1
  25. package/dist/index.js +32 -31
  26. package/dist/styles.css +192 -643
  27. package/package.json +1 -1
  28. package/dist/components/templates/product-card.d.ts +0 -33
  29. package/dist/components/templates/product-card.d.ts.map +0 -1
  30. package/dist/components/templates/product-card.js +0 -42
  31. package/dist/components/templates/product-grid.d.ts +0 -14
  32. package/dist/components/templates/product-grid.d.ts.map +0 -1
  33. package/dist/components/templates/product-grid.js +0 -22
package/dist/styles.css CHANGED
@@ -1,8 +1,6 @@
1
1
  /*
2
2
  ! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
3
- */
4
-
5
- /*
3
+ *//*
6
4
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
5
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
6
  */
@@ -10,14 +8,10 @@
10
8
  *,
11
9
  ::before,
12
10
  ::after {
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 */
11
+ box-sizing: border-box; /* 1 */
12
+ border-width: 0; /* 2 */
13
+ border-style: solid; /* 2 */
14
+ border-color: #e5e7eb; /* 2 */
21
15
  }
22
16
 
23
17
  ::before,
@@ -35,21 +29,14 @@
35
29
  */
36
30
 
37
31
  html {
38
- line-height: 1.5;
39
- /* 1 */
40
- -webkit-text-size-adjust: 100%;
41
- /* 2 */
42
- -moz-tab-size: 4;
43
- /* 3 */
32
+ line-height: 1.5; /* 1 */
33
+ -webkit-text-size-adjust: 100%; /* 2 */
34
+ -moz-tab-size: 4; /* 3 */
44
35
  -o-tab-size: 4;
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 */
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 */
53
40
  }
54
41
 
55
42
  /*
@@ -58,10 +45,8 @@ html {
58
45
  */
59
46
 
60
47
  body {
61
- margin: 0;
62
- /* 1 */
63
- line-height: inherit;
64
- /* 2 */
48
+ margin: 0; /* 1 */
49
+ line-height: inherit; /* 2 */
65
50
  }
66
51
 
67
52
  /*
@@ -71,12 +56,9 @@ body {
71
56
  */
72
57
 
73
58
  hr {
74
- height: 0;
75
- /* 1 */
76
- color: inherit;
77
- /* 2 */
78
- border-top-width: 1px;
79
- /* 3 */
59
+ height: 0; /* 1 */
60
+ color: inherit; /* 2 */
61
+ border-top-width: 1px; /* 3 */
80
62
  }
81
63
 
82
64
  /*
@@ -129,10 +111,8 @@ code,
129
111
  kbd,
130
112
  samp,
131
113
  pre {
132
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
133
- /* 1 */
134
- font-size: 1em;
135
- /* 2 */
114
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
115
+ font-size: 1em; /* 2 */
136
116
  }
137
117
 
138
118
  /*
@@ -170,12 +150,9 @@ sup {
170
150
  */
171
151
 
172
152
  table {
173
- text-indent: 0;
174
- /* 1 */
175
- border-color: inherit;
176
- /* 2 */
177
- border-collapse: collapse;
178
- /* 3 */
153
+ text-indent: 0; /* 1 */
154
+ border-color: inherit; /* 2 */
155
+ border-collapse: collapse; /* 3 */
179
156
  }
180
157
 
181
158
  /*
@@ -189,24 +166,15 @@ input,
189
166
  optgroup,
190
167
  select,
191
168
  textarea {
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 */
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 */
210
178
  }
211
179
 
212
180
  /*
@@ -227,12 +195,9 @@ button,
227
195
  [type='button'],
228
196
  [type='reset'],
229
197
  [type='submit'] {
230
- -webkit-appearance: button;
231
- /* 1 */
232
- background-color: transparent;
233
- /* 2 */
234
- background-image: none;
235
- /* 2 */
198
+ -webkit-appearance: button; /* 1 */
199
+ background-color: transparent; /* 2 */
200
+ background-image: none; /* 2 */
236
201
  }
237
202
 
238
203
  /*
@@ -274,10 +239,8 @@ Correct the cursor style of increment and decrement buttons in Safari.
274
239
  */
275
240
 
276
241
  [type='search'] {
277
- -webkit-appearance: textfield;
278
- /* 1 */
279
- outline-offset: -2px;
280
- /* 2 */
242
+ -webkit-appearance: textfield; /* 1 */
243
+ outline-offset: -2px; /* 2 */
281
244
  }
282
245
 
283
246
  /*
@@ -294,10 +257,8 @@ Remove the inner padding in Chrome and Safari on macOS.
294
257
  */
295
258
 
296
259
  ::-webkit-file-upload-button {
297
- -webkit-appearance: button;
298
- /* 1 */
299
- font: inherit;
300
- /* 2 */
260
+ -webkit-appearance: button; /* 1 */
261
+ font: inherit; /* 2 */
301
262
  }
302
263
 
303
264
  /*
@@ -348,7 +309,6 @@ menu {
348
309
  /*
349
310
  Reset default styling for dialogs.
350
311
  */
351
-
352
312
  dialog {
353
313
  padding: 0;
354
314
  }
@@ -367,18 +327,14 @@ textarea {
367
327
  */
368
328
 
369
329
  input::-moz-placeholder, textarea::-moz-placeholder {
370
- opacity: 1;
371
- /* 1 */
372
- color: #9ca3af;
373
- /* 2 */
330
+ opacity: 1; /* 1 */
331
+ color: #9ca3af; /* 2 */
374
332
  }
375
333
 
376
334
  input::placeholder,
377
335
  textarea::placeholder {
378
- opacity: 1;
379
- /* 1 */
380
- color: #9ca3af;
381
- /* 2 */
336
+ opacity: 1; /* 1 */
337
+ color: #9ca3af; /* 2 */
382
338
  }
383
339
 
384
340
  /*
@@ -393,7 +349,6 @@ button,
393
349
  /*
394
350
  Make sure disabled buttons don't get the pointer cursor.
395
351
  */
396
-
397
352
  :disabled {
398
353
  cursor: default;
399
354
  }
@@ -412,10 +367,8 @@ audio,
412
367
  iframe,
413
368
  embed,
414
369
  object {
415
- display: block;
416
- /* 1 */
417
- vertical-align: middle;
418
- /* 2 */
370
+ display: block; /* 1 */
371
+ vertical-align: middle; /* 2 */
419
372
  }
420
373
 
421
374
  /*
@@ -429,170 +382,157 @@ video {
429
382
  }
430
383
 
431
384
  /* Make elements with the HTML hidden attribute stay hidden by default */
432
-
433
385
  [hidden] {
434
386
  display: none;
435
387
  }
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
+ }
436
395
 
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 {*/
547
-
548
- /* --background: 222.2 84% 4.9%;*/
549
-
550
- /* --foreground: 210 40% 98%;*/
551
-
552
- /* --card: 222.2 84% 4.9%;*/
553
-
554
- /* --card-foreground: 210 40% 98%;*/
555
-
556
- /* --popover: 222.2 84% 4.9%;*/
557
-
558
- /* --popover-foreground: 210 40% 98%;*/
559
-
560
- /* --primary: 210 40% 98%;*/
561
-
562
- /* --primary-foreground: 222.2 47.4% 11.2%;*/
396
+ :root {
397
+ --background: 0 0% 100%;
398
+ --foreground: 222.2 47.4% 11.2%;
563
399
 
564
- /* --secondary: 217.2 32.6% 17.5%;*/
400
+ --muted: 210 40% 96.1%;
401
+ --muted-foreground: 215.4 16.3% 46.9%;
565
402
 
566
- /* --secondary-foreground: 210 40% 98%;*/
403
+ --popover: 0 0% 100%;
404
+ --popover-foreground: 222.2 47.4% 11.2%;
567
405
 
568
- /* --muted: 217.2 32.6% 17.5%;*/
406
+ --card: 0 0% 100%;
407
+ --card-foreground: 222.2 47.4% 11.2%;
569
408
 
570
- /* --muted-foreground: 215 20.2% 65.1%;*/
409
+ --border: 214.3 31.8% 91.4%;
410
+ --input: 214.3 31.8% 91.4%;
571
411
 
572
- /* --accent: 217.2 32.6% 17.5%;*/
412
+ --primary: 222.2 47.4% 11.2%;
413
+ --primary-foreground: 210 40% 98%;
573
414
 
574
- /* --accent-foreground: 210 40% 98%;*/
415
+ --secondary: 210 40% 96.1%;
416
+ --secondary-foreground: 222.2 47.4% 11.2%;
575
417
 
576
- /* --destructive: 0 62.8% 30.6%;*/
418
+ --accent: 210 40% 96.1%;
419
+ --accent-foreground: 222.2 47.4% 11.2%;
577
420
 
578
- /* --destructive-foreground: 210 40% 98%;*/
421
+ --destructive: 0 100% 50%;
422
+ --destructive-foreground: 210 40% 98%;
579
423
 
580
- /* --border: 217.2 32.6% 17.5%;*/
424
+ --ring: 215 20.2% 65.1%;
581
425
 
582
- /* --input: 217.2 32.6% 17.5%;*/
426
+ --radius: 0.5rem;
583
427
 
584
- /* --ring: 212.7 26.8% 83.9;*/
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;
585
434
 
586
- /*}*/
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
+ }
587
507
 
588
- * {
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
+ * {
589
530
  border-color: hsl(var(--border));
590
531
  }
591
-
592
- body {
532
+ body {
593
533
  background-color: hsl(var(--background));
594
534
  color: hsl(var(--foreground));
595
- font-feature-settings: "rlig" 1, "calt" 1;
535
+ font-feature-settings: "rlig" 1, "calt" 1;
596
536
  }
597
537
 
598
538
  *, ::before, ::after {
@@ -694,7 +634,6 @@ body {
694
634
  --tw-backdrop-saturate: ;
695
635
  --tw-backdrop-sepia: ;
696
636
  }
697
-
698
637
  .container {
699
638
  width: 100%;
700
639
  margin-right: auto;
@@ -702,13 +641,12 @@ body {
702
641
  padding-right: 2rem;
703
642
  padding-left: 2rem;
704
643
  }
705
-
706
644
  @media (min-width: 1400px) {
645
+
707
646
  .container {
708
647
  max-width: 1400px;
709
648
  }
710
649
  }
711
-
712
650
  .sr-only {
713
651
  position: absolute;
714
652
  width: 1px;
@@ -720,1663 +658,1271 @@ body {
720
658
  white-space: nowrap;
721
659
  border-width: 0;
722
660
  }
723
-
724
661
  .pointer-events-none {
725
662
  pointer-events: none;
726
663
  }
727
-
728
664
  .pointer-events-auto {
729
665
  pointer-events: auto;
730
666
  }
731
-
732
667
  .fixed {
733
668
  position: fixed;
734
669
  }
735
-
736
670
  .absolute {
737
671
  position: absolute;
738
672
  }
739
-
740
673
  .relative {
741
674
  position: relative;
742
675
  }
743
-
744
676
  .inset-0 {
745
677
  inset: 0px;
746
678
  }
747
-
748
679
  .inset-x-0 {
749
680
  left: 0px;
750
681
  right: 0px;
751
682
  }
752
-
753
683
  .-bottom-12 {
754
684
  bottom: -3rem;
755
685
  }
756
-
757
686
  .-left-12 {
758
687
  left: -3rem;
759
688
  }
760
-
761
689
  .-right-12 {
762
690
  right: -3rem;
763
691
  }
764
-
765
692
  .-top-12 {
766
693
  top: -3rem;
767
694
  }
768
-
769
695
  .bottom-0 {
770
696
  bottom: 0px;
771
697
  }
772
-
773
698
  .bottom-10 {
774
699
  bottom: 2.5rem;
775
700
  }
776
-
777
701
  .bottom-2 {
778
702
  bottom: 0.5rem;
779
703
  }
780
-
781
704
  .bottom-\[18px\] {
782
705
  bottom: 18px;
783
706
  }
784
-
785
707
  .bottom-\[58px\] {
786
708
  bottom: 58px;
787
709
  }
788
-
789
710
  .end-4 {
790
711
  inset-inline-end: 1rem;
791
712
  }
792
-
793
713
  .left-0 {
794
714
  left: 0px;
795
715
  }
796
-
797
716
  .left-1\/2 {
798
717
  left: 50%;
799
718
  }
800
-
801
719
  .left-2 {
802
720
  left: 0.5rem;
803
721
  }
804
-
805
722
  .left-\[50\%\] {
806
723
  left: 50%;
807
724
  }
808
-
809
725
  .right-0 {
810
726
  right: 0px;
811
727
  }
812
-
813
728
  .right-2 {
814
729
  right: 0.5rem;
815
730
  }
816
-
817
731
  .start-10 {
818
732
  inset-inline-start: 2.5rem;
819
733
  }
820
-
821
734
  .start-4 {
822
735
  inset-inline-start: 1rem;
823
736
  }
824
-
825
737
  .top-0 {
826
738
  top: 0px;
827
739
  }
828
-
829
740
  .top-1\/2 {
830
741
  top: 50%;
831
742
  }
832
-
833
743
  .top-10 {
834
744
  top: 2.5rem;
835
745
  }
836
-
837
746
  .top-2 {
838
747
  top: 0.5rem;
839
748
  }
840
-
841
749
  .top-\[18px\] {
842
750
  top: 18px;
843
751
  }
844
-
845
752
  .top-\[50\%\] {
846
753
  top: 50%;
847
754
  }
848
-
849
755
  .z-10 {
850
756
  z-index: 10;
851
757
  }
852
-
853
758
  .z-50 {
854
759
  z-index: 50;
855
760
  }
856
-
857
761
  .z-\[100\] {
858
762
  z-index: 100;
859
763
  }
860
-
861
764
  .col-span-2 {
862
765
  grid-column: span 2 / span 2;
863
766
  }
864
-
865
767
  .col-start-1 {
866
768
  grid-column-start: 1;
867
769
  }
868
-
869
770
  .row-start-1 {
870
771
  grid-row-start: 1;
871
772
  }
872
-
873
773
  .mx-1 {
874
774
  margin-left: 0.25rem;
875
775
  margin-right: 0.25rem;
876
776
  }
877
-
878
777
  .mx-4 {
879
778
  margin-left: 1rem;
880
779
  margin-right: 1rem;
881
780
  }
882
-
883
781
  .mx-auto {
884
782
  margin-left: auto;
885
783
  margin-right: auto;
886
784
  }
887
-
888
785
  .my-0 {
889
786
  margin-top: 0px;
890
787
  margin-bottom: 0px;
891
788
  }
892
-
893
789
  .my-3 {
894
790
  margin-top: 0.75rem;
895
791
  margin-bottom: 0.75rem;
896
792
  }
897
-
898
793
  .my-auto {
899
794
  margin-top: auto;
900
795
  margin-bottom: auto;
901
796
  }
902
-
903
797
  .-mt-4 {
904
798
  margin-top: -1rem;
905
799
  }
906
-
907
800
  .mb-2 {
908
801
  margin-bottom: 0.5rem;
909
802
  }
910
-
911
- .mb-4 {
912
- margin-bottom: 1rem;
913
- }
914
-
915
803
  .mb-6 {
916
804
  margin-bottom: 1.5rem;
917
805
  }
918
-
919
806
  .ml-2 {
920
807
  margin-left: 0.5rem;
921
808
  }
922
-
923
809
  .ml-auto {
924
810
  margin-left: auto;
925
811
  }
926
-
927
812
  .mr-2 {
928
813
  margin-right: 0.5rem;
929
814
  }
930
-
931
815
  .mr-auto {
932
816
  margin-right: auto;
933
817
  }
934
-
935
818
  .mt-1 {
936
819
  margin-top: 0.25rem;
937
820
  }
938
-
939
821
  .mt-2 {
940
822
  margin-top: 0.5rem;
941
823
  }
942
-
943
824
  .mt-3 {
944
825
  margin-top: 0.75rem;
945
826
  }
946
-
947
827
  .mt-auto {
948
828
  margin-top: auto;
949
829
  }
950
-
951
830
  .line-clamp-1 {
952
831
  overflow: hidden;
953
832
  display: -webkit-box;
954
833
  -webkit-box-orient: vertical;
955
834
  -webkit-line-clamp: 1;
956
835
  }
957
-
958
836
  .line-clamp-2 {
959
837
  overflow: hidden;
960
838
  display: -webkit-box;
961
839
  -webkit-box-orient: vertical;
962
840
  -webkit-line-clamp: 2;
963
841
  }
964
-
965
842
  .block {
966
843
  display: block;
967
844
  }
968
-
969
845
  .inline {
970
846
  display: inline;
971
847
  }
972
-
973
848
  .flex {
974
849
  display: flex;
975
850
  }
976
-
977
851
  .inline-flex {
978
852
  display: inline-flex;
979
853
  }
980
-
981
854
  .grid {
982
855
  display: grid;
983
856
  }
984
-
985
857
  .aspect-productImages {
986
858
  aspect-ratio: var(--productImage-aspectRatio);
987
859
  }
988
-
989
860
  .aspect-square {
990
861
  aspect-ratio: 1 / 1;
991
862
  }
992
-
993
863
  .h-0 {
994
864
  height: 0px;
995
865
  }
996
-
997
866
  .h-0\.5 {
998
867
  height: 0.125rem;
999
868
  }
1000
-
1001
869
  .h-1 {
1002
870
  height: 0.25rem;
1003
871
  }
1004
-
1005
872
  .h-1\.5 {
1006
873
  height: 0.375rem;
1007
874
  }
1008
-
1009
875
  .h-10 {
1010
876
  height: 2.5rem;
1011
877
  }
1012
-
1013
878
  .h-11 {
1014
879
  height: 2.75rem;
1015
880
  }
1016
-
1017
881
  .h-14 {
1018
882
  height: 3.5rem;
1019
883
  }
1020
-
1021
884
  .h-2 {
1022
885
  height: 0.5rem;
1023
886
  }
1024
-
1025
887
  .h-2\.5 {
1026
888
  height: 0.625rem;
1027
889
  }
1028
-
1029
890
  .h-4 {
1030
891
  height: 1rem;
1031
892
  }
1032
-
1033
893
  .h-5 {
1034
894
  height: 1.25rem;
1035
895
  }
1036
-
1037
896
  .h-6 {
1038
897
  height: 1.5rem;
1039
898
  }
1040
-
1041
899
  .h-64 {
1042
900
  height: 16rem;
1043
901
  }
1044
-
1045
902
  .h-7 {
1046
903
  height: 1.75rem;
1047
904
  }
1048
-
1049
905
  .h-8 {
1050
906
  height: 2rem;
1051
907
  }
1052
-
1053
908
  .h-9 {
1054
909
  height: 2.25rem;
1055
910
  }
1056
-
1057
911
  .h-\[1px\] {
1058
912
  height: 1px;
1059
913
  }
1060
-
1061
914
  .h-\[22px\] {
1062
915
  height: 22px;
1063
916
  }
1064
-
1065
917
  .h-\[2px\] {
1066
918
  height: 2px;
1067
919
  }
1068
-
1069
920
  .h-\[42px\] {
1070
921
  height: 42px;
1071
922
  }
1072
-
1073
923
  .h-\[4px\] {
1074
924
  height: 4px;
1075
925
  }
1076
-
1077
926
  .h-auto {
1078
927
  height: auto;
1079
928
  }
1080
-
1081
929
  .h-full {
1082
930
  height: 100%;
1083
931
  }
1084
-
1085
932
  .max-h-\[240px\] {
1086
933
  max-height: 240px;
1087
934
  }
1088
-
1089
935
  .max-h-screen {
1090
936
  max-height: 100vh;
1091
937
  }
1092
-
1093
938
  .min-h-\[24px\] {
1094
939
  min-height: 24px;
1095
940
  }
1096
-
1097
941
  .w-1 {
1098
942
  width: 0.25rem;
1099
943
  }
1100
-
1101
944
  .w-1\.5 {
1102
945
  width: 0.375rem;
1103
946
  }
1104
-
1105
947
  .w-1\/2 {
1106
948
  width: 50%;
1107
949
  }
1108
-
1109
950
  .w-10 {
1110
951
  width: 2.5rem;
1111
952
  }
1112
-
1113
953
  .w-12 {
1114
954
  width: 3rem;
1115
955
  }
1116
-
1117
956
  .w-14 {
1118
957
  width: 3.5rem;
1119
958
  }
1120
-
1121
959
  .w-16 {
1122
960
  width: 4rem;
1123
961
  }
1124
-
1125
962
  .w-2 {
1126
963
  width: 0.5rem;
1127
964
  }
1128
-
1129
965
  .w-2\.5 {
1130
966
  width: 0.625rem;
1131
967
  }
1132
-
1133
968
  .w-4 {
1134
969
  width: 1rem;
1135
970
  }
1136
-
1137
971
  .w-5 {
1138
972
  width: 1.25rem;
1139
973
  }
1140
-
1141
974
  .w-6 {
1142
975
  width: 1.5rem;
1143
976
  }
1144
-
1145
977
  .w-7 {
1146
978
  width: 1.75rem;
1147
979
  }
1148
-
1149
980
  .w-8 {
1150
981
  width: 2rem;
1151
982
  }
1152
-
1153
983
  .w-\[1px\] {
1154
984
  width: 1px;
1155
985
  }
1156
-
1157
986
  .w-\[22px\] {
1158
987
  width: 22px;
1159
988
  }
1160
-
1161
989
  .w-\[40px\] {
1162
990
  width: 40px;
1163
991
  }
1164
-
1165
992
  .w-auto {
1166
993
  width: auto;
1167
994
  }
1168
-
1169
995
  .w-full {
1170
996
  width: 100%;
1171
997
  }
1172
-
1173
998
  .w-max {
1174
999
  width: -moz-max-content;
1175
1000
  width: max-content;
1176
1001
  }
1177
-
1178
1002
  .min-w-0 {
1179
1003
  min-width: 0px;
1180
1004
  }
1181
-
1182
1005
  .min-w-\[8rem\] {
1183
1006
  min-width: 8rem;
1184
1007
  }
1185
-
1186
1008
  .min-w-\[fit-content\] {
1187
1009
  min-width: -moz-fit-content;
1188
1010
  min-width: fit-content;
1189
1011
  }
1190
-
1191
1012
  .max-w-full {
1192
1013
  max-width: 100%;
1193
1014
  }
1194
-
1195
1015
  .max-w-lg {
1196
1016
  max-width: 32rem;
1197
1017
  }
1198
-
1199
1018
  .max-w-xs {
1200
1019
  max-width: 20rem;
1201
1020
  }
1202
-
1203
1021
  .flex-1 {
1204
1022
  flex: 1 1 0%;
1205
1023
  }
1206
-
1207
1024
  .flex-shrink-0 {
1208
1025
  flex-shrink: 0;
1209
1026
  }
1210
-
1211
1027
  .shrink-0 {
1212
1028
  flex-shrink: 0;
1213
1029
  }
1214
-
1215
1030
  .flex-grow {
1216
1031
  flex-grow: 1;
1217
1032
  }
1218
-
1219
1033
  .grow {
1220
1034
  flex-grow: 1;
1221
1035
  }
1222
-
1223
1036
  .grow-0 {
1224
1037
  flex-grow: 0;
1225
1038
  }
1226
-
1227
1039
  .basis-full {
1228
1040
  flex-basis: 100%;
1229
1041
  }
1230
-
1231
1042
  .origin-\[0\] {
1232
1043
  transform-origin: 0;
1233
1044
  }
1234
-
1235
1045
  .-translate-x-1\/2 {
1236
1046
  --tw-translate-x: -50%;
1237
1047
  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));
1238
1048
  }
1239
-
1240
1049
  .-translate-y-1\/2 {
1241
1050
  --tw-translate-y: -50%;
1242
1051
  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));
1243
1052
  }
1244
-
1245
1053
  .translate-x-\[-50\%\] {
1246
1054
  --tw-translate-x: -50%;
1247
1055
  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));
1248
1056
  }
1249
-
1250
1057
  .translate-y-\[-50\%\] {
1251
1058
  --tw-translate-y: -50%;
1252
1059
  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));
1253
1060
  }
1254
-
1255
1061
  .rotate-45 {
1256
1062
  --tw-rotate: 45deg;
1257
1063
  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));
1258
1064
  }
1259
-
1260
1065
  .rotate-90 {
1261
1066
  --tw-rotate: 90deg;
1262
1067
  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));
1263
1068
  }
1264
-
1265
1069
  .transform {
1266
1070
  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));
1267
1071
  }
1268
-
1269
1072
  @keyframes pulse {
1073
+
1270
1074
  50% {
1271
1075
  opacity: .5;
1272
1076
  }
1273
1077
  }
1274
-
1275
1078
  .animate-pulse {
1276
1079
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1277
1080
  }
1278
-
1279
1081
  @keyframes spin {
1082
+
1280
1083
  to {
1281
1084
  transform: rotate(360deg);
1282
1085
  }
1283
1086
  }
1284
-
1285
1087
  .animate-spin {
1286
1088
  animation: spin 1s linear infinite;
1287
1089
  }
1288
-
1289
1090
  .cursor-default {
1290
1091
  cursor: default;
1291
1092
  }
1292
-
1293
1093
  .cursor-pointer {
1294
1094
  cursor: pointer;
1295
1095
  }
1296
-
1297
1096
  .touch-none {
1298
1097
  touch-action: none;
1299
1098
  }
1300
-
1301
1099
  .select-none {
1302
1100
  -webkit-user-select: none;
1303
1101
  -moz-user-select: none;
1304
1102
  user-select: none;
1305
1103
  }
1306
-
1307
1104
  .resize-none {
1308
1105
  resize: none;
1309
1106
  }
1310
-
1311
1107
  .resize {
1312
1108
  resize: both;
1313
1109
  }
1314
-
1315
1110
  .columns-1 {
1316
1111
  -moz-columns: 1;
1317
1112
  columns: 1;
1318
1113
  }
1319
-
1320
1114
  .columns-2 {
1321
1115
  -moz-columns: 2;
1322
1116
  columns: 2;
1323
1117
  }
1324
-
1325
1118
  .columns-3 {
1326
1119
  -moz-columns: 3;
1327
1120
  columns: 3;
1328
1121
  }
1329
-
1330
1122
  .grid-flow-col {
1331
1123
  grid-auto-flow: column;
1332
1124
  }
1333
-
1334
1125
  .grid-cols-1 {
1335
1126
  grid-template-columns: repeat(1, minmax(0, 1fr));
1336
1127
  }
1337
-
1338
1128
  .grid-cols-2 {
1339
1129
  grid-template-columns: repeat(2, minmax(0, 1fr));
1340
1130
  }
1341
-
1342
1131
  .grid-cols-3 {
1343
1132
  grid-template-columns: repeat(3, minmax(0, 1fr));
1344
1133
  }
1345
-
1346
1134
  .grid-cols-4 {
1347
1135
  grid-template-columns: repeat(4, minmax(0, 1fr));
1348
1136
  }
1349
-
1350
1137
  .grid-cols-\[auto\2c auto\2c 1fr\] {
1351
1138
  grid-template-columns: auto auto 1fr;
1352
1139
  }
1353
-
1354
1140
  .flex-row {
1355
1141
  flex-direction: row;
1356
1142
  }
1357
-
1143
+ .flex-row-reverse {
1144
+ flex-direction: row-reverse;
1145
+ }
1358
1146
  .flex-col {
1359
1147
  flex-direction: column;
1360
1148
  }
1361
-
1362
1149
  .flex-col-reverse {
1363
1150
  flex-direction: column-reverse;
1364
1151
  }
1365
-
1366
1152
  .flex-wrap {
1367
1153
  flex-wrap: wrap;
1368
1154
  }
1369
-
1370
1155
  .items-start {
1371
1156
  align-items: flex-start;
1372
1157
  }
1373
-
1374
1158
  .items-center {
1375
1159
  align-items: center;
1376
1160
  }
1377
-
1378
1161
  .justify-start {
1379
1162
  justify-content: flex-start;
1380
1163
  }
1381
-
1382
1164
  .justify-end {
1383
1165
  justify-content: flex-end;
1384
1166
  }
1385
-
1386
1167
  .justify-center {
1387
1168
  justify-content: center;
1388
1169
  }
1389
-
1390
1170
  .justify-between {
1391
1171
  justify-content: space-between;
1392
1172
  }
1393
-
1394
1173
  .gap-0 {
1395
1174
  gap: 0px;
1396
1175
  }
1397
-
1398
1176
  .gap-1 {
1399
1177
  gap: 0.25rem;
1400
1178
  }
1401
-
1402
1179
  .gap-2 {
1403
1180
  gap: 0.5rem;
1404
1181
  }
1405
-
1406
1182
  .gap-4 {
1407
1183
  gap: 1rem;
1408
1184
  }
1409
-
1410
1185
  .gap-x-2 {
1411
1186
  -moz-column-gap: 0.5rem;
1412
1187
  column-gap: 0.5rem;
1413
1188
  }
1414
-
1415
1189
  .gap-x-\[7px\] {
1416
1190
  -moz-column-gap: 7px;
1417
1191
  column-gap: 7px;
1418
1192
  }
1419
-
1420
1193
  .gap-y-2 {
1421
1194
  row-gap: 0.5rem;
1422
1195
  }
1423
-
1424
1196
  .gap-y-4 {
1425
1197
  row-gap: 1rem;
1426
1198
  }
1427
-
1428
1199
  .space-y-1 > :not([hidden]) ~ :not([hidden]) {
1429
1200
  --tw-space-y-reverse: 0;
1430
1201
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1431
1202
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
1432
1203
  }
1433
-
1434
1204
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1435
1205
  --tw-space-y-reverse: 0;
1436
1206
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
1437
1207
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
1438
1208
  }
1439
-
1440
1209
  .self-start {
1441
1210
  align-self: flex-start;
1442
1211
  }
1443
-
1444
1212
  .self-center {
1445
1213
  align-self: center;
1446
1214
  }
1447
-
1448
1215
  .overflow-hidden {
1449
1216
  overflow: hidden;
1450
1217
  }
1451
-
1452
1218
  .overflow-scroll {
1453
1219
  overflow: scroll;
1454
1220
  }
1455
-
1456
1221
  .overflow-x-auto {
1457
1222
  overflow-x: auto;
1458
1223
  }
1459
-
1460
1224
  .overflow-y-auto {
1461
1225
  overflow-y: auto;
1462
1226
  }
1463
-
1464
1227
  .overflow-y-hidden {
1465
1228
  overflow-y: hidden;
1466
1229
  }
1467
-
1468
1230
  .truncate {
1469
1231
  overflow: hidden;
1470
1232
  text-overflow: ellipsis;
1471
1233
  white-space: nowrap;
1472
1234
  }
1473
-
1474
1235
  .text-ellipsis {
1475
1236
  text-overflow: ellipsis;
1476
1237
  }
1477
-
1478
1238
  .whitespace-nowrap {
1479
1239
  white-space: nowrap;
1480
1240
  }
1481
-
1482
1241
  .rounded {
1483
1242
  border-radius: 0.25rem;
1484
1243
  }
1485
-
1486
1244
  .rounded-2xl {
1487
1245
  border-radius: 1rem;
1488
1246
  }
1489
-
1490
1247
  .rounded-\[4px\] {
1491
1248
  border-radius: 4px;
1492
1249
  }
1493
-
1494
1250
  .rounded-\[inherit\] {
1495
1251
  border-radius: inherit;
1496
1252
  }
1497
-
1498
1253
  .rounded-full {
1499
1254
  border-radius: 9999px;
1500
1255
  }
1501
-
1502
1256
  .rounded-md {
1503
1257
  border-radius: calc(var(--radius) - 2px);
1504
1258
  }
1505
-
1506
1259
  .rounded-none {
1507
1260
  border-radius: 0px;
1508
1261
  }
1509
-
1510
1262
  .rounded-sm {
1511
1263
  border-radius: calc(var(--radius) - 4px);
1512
1264
  }
1513
-
1514
1265
  .rounded-b-lg {
1515
1266
  border-bottom-right-radius: var(--radius);
1516
1267
  border-bottom-left-radius: var(--radius);
1517
1268
  }
1518
-
1519
1269
  .rounded-t-2xl {
1520
1270
  border-top-left-radius: 1rem;
1521
1271
  border-top-right-radius: 1rem;
1522
1272
  }
1523
-
1524
1273
  .rounded-bl {
1525
1274
  border-bottom-left-radius: 0.25rem;
1526
1275
  }
1527
-
1528
1276
  .rounded-bl-2xl {
1529
1277
  border-bottom-left-radius: 1rem;
1530
1278
  }
1531
-
1532
1279
  .rounded-br {
1533
1280
  border-bottom-right-radius: 0.25rem;
1534
1281
  }
1535
-
1536
1282
  .rounded-br-2xl {
1537
1283
  border-bottom-right-radius: 1rem;
1538
1284
  }
1539
-
1540
1285
  .rounded-tl {
1541
1286
  border-top-left-radius: 0.25rem;
1542
1287
  }
1543
-
1544
1288
  .rounded-tl-2xl {
1545
1289
  border-top-left-radius: 1rem;
1546
1290
  }
1547
-
1548
1291
  .rounded-tr {
1549
1292
  border-top-right-radius: 0.25rem;
1550
1293
  }
1551
-
1552
1294
  .rounded-tr-2xl {
1553
1295
  border-top-right-radius: 1rem;
1554
1296
  }
1555
-
1556
1297
  .border {
1557
1298
  border-width: 1px;
1558
1299
  }
1559
-
1560
1300
  .border-0 {
1561
1301
  border-width: 0px;
1562
1302
  }
1563
-
1564
1303
  .border-2 {
1565
1304
  border-width: 2px;
1566
1305
  }
1567
-
1568
1306
  .border-b {
1569
1307
  border-bottom-width: 1px;
1570
1308
  }
1571
-
1572
1309
  .border-l {
1573
1310
  border-left-width: 1px;
1574
1311
  }
1575
-
1576
1312
  .border-t {
1577
1313
  border-top-width: 1px;
1578
1314
  }
1579
-
1580
1315
  .border-none {
1581
1316
  border-style: none;
1582
1317
  }
1583
-
1584
1318
  .\!border-stateColors-error {
1585
1319
  border-color: var(--stateColors-error) !important;
1586
1320
  }
1587
-
1588
1321
  .border-black {
1589
1322
  --tw-border-opacity: 1;
1590
1323
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
1591
1324
  }
1592
-
1593
1325
  .border-buttonColors-primaryOutlineColor {
1594
1326
  border-color: var(--buttonColors-primaryOutlineColor);
1595
1327
  }
1596
-
1597
1328
  .border-buttonColors-secondaryOutlineColor {
1598
1329
  border-color: var(--buttonColors-secondaryOutlineColor);
1599
1330
  }
1600
-
1601
1331
  .border-coreColors-brandColorPrimary {
1602
1332
  border-color: var(--coreColors-brandColorPrimary);
1603
1333
  }
1604
-
1605
1334
  .border-coreColors-dividingLines {
1606
1335
  border-color: var(--coreColors-dividingLines);
1607
1336
  }
1608
-
1609
1337
  .border-input {
1610
1338
  border-color: hsl(var(--input));
1611
1339
  }
1612
-
1613
1340
  .border-stateColors-error {
1614
1341
  border-color: var(--stateColors-error);
1615
1342
  }
1616
-
1617
1343
  .border-transparent {
1618
1344
  border-color: transparent;
1619
1345
  }
1620
-
1621
1346
  .border-l-transparent {
1622
1347
  border-left-color: transparent;
1623
1348
  }
1624
-
1625
1349
  .border-t-transparent {
1626
1350
  border-top-color: transparent;
1627
1351
  }
1628
-
1629
1352
  .bg-\[\#612EFF\] {
1630
1353
  --tw-bg-opacity: 1;
1631
1354
  background-color: rgb(97 46 255 / var(--tw-bg-opacity));
1632
1355
  }
1633
-
1634
1356
  .bg-background {
1635
1357
  background-color: hsl(var(--background));
1636
1358
  }
1637
-
1638
1359
  .bg-black\/80 {
1639
1360
  background-color: rgb(0 0 0 / 0.8);
1640
1361
  }
1641
-
1642
1362
  .bg-border {
1643
1363
  background-color: hsl(var(--border));
1644
1364
  }
1645
-
1646
1365
  .bg-buttonColors-primaryFill {
1647
1366
  background-color: var(--buttonColors-primaryFill);
1648
1367
  }
1649
-
1650
1368
  .bg-buttonColors-secondaryFill {
1651
1369
  background-color: var(--buttonColors-secondaryFill);
1652
1370
  }
1653
-
1654
1371
  .bg-coreColors-brandColorPrimary {
1655
1372
  background-color: var(--coreColors-brandColorPrimary);
1656
1373
  }
1657
-
1658
1374
  .bg-coreColors-dividingLines {
1659
1375
  background-color: var(--coreColors-dividingLines);
1660
1376
  }
1661
-
1662
1377
  .bg-coreColors-inputBackground {
1663
1378
  background-color: var(--coreColors-inputBackground);
1664
1379
  }
1665
-
1666
1380
  .bg-coreColors-modalBackground {
1667
1381
  background-color: var(--coreColors-modalBackground);
1668
1382
  }
1669
-
1670
1383
  .bg-coreColors-pageColor {
1671
1384
  background-color: var(--coreColors-pageColor);
1672
1385
  }
1673
-
1674
1386
  .bg-productBadging-fill {
1675
1387
  background-color: var(--productBadging-fill);
1676
1388
  }
1677
-
1678
1389
  .bg-stateColors-disabled {
1679
1390
  background-color: var(--stateColors-disabled);
1680
1391
  }
1681
-
1682
1392
  .bg-stateColors-error {
1683
1393
  background-color: var(--stateColors-error);
1684
1394
  }
1685
-
1686
1395
  .bg-stateColors-skeleton {
1687
1396
  background-color: var(--stateColors-skeleton);
1688
1397
  }
1689
-
1690
1398
  .bg-stateColors-success {
1691
1399
  background-color: var(--stateColors-success);
1692
1400
  }
1693
-
1694
1401
  .bg-stateColors-warning {
1695
1402
  background-color: var(--stateColors-warning);
1696
1403
  }
1697
-
1698
1404
  .bg-transparent {
1699
1405
  background-color: transparent;
1700
1406
  }
1701
-
1702
1407
  .bg-white {
1703
1408
  --tw-bg-opacity: 1;
1704
1409
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1705
1410
  }
1706
-
1707
1411
  .bg-\[linear-gradient\(270deg\2c \#ffffff00_0\%\2c \#FFF_100\%\)\] {
1708
1412
  background-image: linear-gradient(270deg,#ffffff00 0%,#FFF 100%);
1709
1413
  }
1710
-
1711
1414
  .bg-\[linear-gradient\(90deg\2c \#ffffff00_0\%\2c \#FFF_100\%\)\] {
1712
1415
  background-image: linear-gradient(90deg,#ffffff00 0%,#FFF 100%);
1713
1416
  }
1714
-
1715
1417
  .bg-fade-left {
1716
1418
  background-image: linear-gradient(to right, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
1717
1419
  }
1718
-
1719
1420
  .bg-fade-right {
1720
1421
  background-image: linear-gradient(to left, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
1721
1422
  }
1722
-
1723
1423
  .bg-contain {
1724
1424
  background-size: contain;
1725
1425
  }
1726
-
1727
1426
  .fill-current {
1728
1427
  fill: currentColor;
1729
1428
  }
1730
-
1731
1429
  .p-0 {
1732
1430
  padding: 0px;
1733
1431
  }
1734
-
1735
1432
  .p-1 {
1736
1433
  padding: 0.25rem;
1737
1434
  }
1738
-
1739
1435
  .p-2 {
1740
1436
  padding: 0.5rem;
1741
1437
  }
1742
-
1743
1438
  .p-3 {
1744
1439
  padding: 0.75rem;
1745
1440
  }
1746
-
1747
1441
  .p-4 {
1748
1442
  padding: 1rem;
1749
1443
  }
1750
-
1751
1444
  .p-6 {
1752
1445
  padding: 1.5rem;
1753
1446
  }
1754
-
1755
1447
  .p-\[1px\] {
1756
1448
  padding: 1px;
1757
1449
  }
1758
-
1759
- .px-0 {
1760
- padding-left: 0px;
1761
- padding-right: 0px;
1762
- }
1763
-
1764
1450
  .px-1 {
1765
1451
  padding-left: 0.25rem;
1766
1452
  padding-right: 0.25rem;
1767
1453
  }
1768
-
1769
1454
  .px-2 {
1770
1455
  padding-left: 0.5rem;
1771
1456
  padding-right: 0.5rem;
1772
1457
  }
1773
-
1774
1458
  .px-2\.5 {
1775
1459
  padding-left: 0.625rem;
1776
1460
  padding-right: 0.625rem;
1777
1461
  }
1778
-
1779
1462
  .px-3 {
1780
1463
  padding-left: 0.75rem;
1781
1464
  padding-right: 0.75rem;
1782
1465
  }
1783
-
1784
1466
  .px-4 {
1785
1467
  padding-left: 1rem;
1786
1468
  padding-right: 1rem;
1787
1469
  }
1788
-
1789
1470
  .px-5 {
1790
1471
  padding-left: 1.25rem;
1791
1472
  padding-right: 1.25rem;
1792
1473
  }
1793
-
1794
1474
  .px-8 {
1795
1475
  padding-left: 2rem;
1796
1476
  padding-right: 2rem;
1797
1477
  }
1798
-
1799
1478
  .px-\[16px\] {
1800
1479
  padding-left: 16px;
1801
1480
  padding-right: 16px;
1802
1481
  }
1803
-
1804
1482
  .py-1 {
1805
1483
  padding-top: 0.25rem;
1806
1484
  padding-bottom: 0.25rem;
1807
1485
  }
1808
-
1809
1486
  .py-2 {
1810
1487
  padding-top: 0.5rem;
1811
1488
  padding-bottom: 0.5rem;
1812
1489
  }
1813
-
1814
1490
  .py-3 {
1815
1491
  padding-top: 0.75rem;
1816
1492
  padding-bottom: 0.75rem;
1817
1493
  }
1818
-
1819
1494
  .py-4 {
1820
1495
  padding-top: 1rem;
1821
1496
  padding-bottom: 1rem;
1822
1497
  }
1823
-
1824
1498
  .pb-2 {
1825
1499
  padding-bottom: 0.5rem;
1826
1500
  }
1827
-
1828
1501
  .pb-4 {
1829
1502
  padding-bottom: 1rem;
1830
1503
  }
1831
-
1832
1504
  .pb-8 {
1833
1505
  padding-bottom: 2rem;
1834
1506
  }
1835
-
1836
1507
  .pl-0 {
1837
1508
  padding-left: 0px;
1838
1509
  }
1839
-
1840
1510
  .pl-10 {
1841
1511
  padding-left: 2.5rem;
1842
1512
  }
1843
-
1844
1513
  .pl-2 {
1845
1514
  padding-left: 0.5rem;
1846
1515
  }
1847
-
1848
1516
  .pl-4 {
1849
1517
  padding-left: 1rem;
1850
1518
  }
1851
-
1852
1519
  .pl-8 {
1853
1520
  padding-left: 2rem;
1854
1521
  }
1855
-
1856
1522
  .pr-1 {
1857
1523
  padding-right: 0.25rem;
1858
1524
  }
1859
-
1860
1525
  .pr-2 {
1861
1526
  padding-right: 0.5rem;
1862
1527
  }
1863
-
1864
1528
  .pr-4 {
1865
1529
  padding-right: 1rem;
1866
1530
  }
1867
-
1868
1531
  .pt-0 {
1869
1532
  padding-top: 0px;
1870
1533
  }
1871
-
1872
1534
  .pt-12 {
1873
1535
  padding-top: 3rem;
1874
1536
  }
1875
-
1876
1537
  .pt-4 {
1877
1538
  padding-top: 1rem;
1878
1539
  }
1879
-
1880
1540
  .pt-5 {
1881
1541
  padding-top: 1.25rem;
1882
1542
  }
1883
-
1884
1543
  .pt-6 {
1885
1544
  padding-top: 1.5rem;
1886
1545
  }
1887
-
1888
1546
  .text-left {
1889
1547
  text-align: left;
1890
1548
  }
1891
-
1892
1549
  .text-center {
1893
1550
  text-align: center;
1894
1551
  }
1895
-
1896
1552
  .text-right {
1897
1553
  text-align: right;
1898
1554
  }
1899
-
1900
1555
  .text-start {
1901
1556
  text-align: start;
1902
1557
  }
1903
-
1904
1558
  .align-top {
1905
1559
  vertical-align: top;
1906
1560
  }
1907
-
1908
1561
  .font-fontMedium {
1909
1562
  font-family: var(--fontMedium);
1910
1563
  }
1911
-
1912
1564
  .font-fontRegular {
1913
1565
  font-family: var(--fontRegular);
1914
1566
  }
1915
-
1916
1567
  .text-\[10px\] {
1917
1568
  font-size: 10px;
1918
1569
  }
1919
-
1920
1570
  .text-\[12px\] {
1921
1571
  font-size: 12px;
1922
1572
  }
1923
-
1924
1573
  .text-\[15px\] {
1925
1574
  font-size: 15px;
1926
1575
  }
1927
-
1928
1576
  .text-\[18px\] {
1929
1577
  font-size: 18px;
1930
1578
  }
1931
-
1932
1579
  .text-\[23px\] {
1933
1580
  font-size: 23px;
1934
1581
  }
1935
-
1936
1582
  .text-lg {
1937
1583
  font-size: 1.125rem;
1938
1584
  line-height: 1.75rem;
1939
1585
  }
1940
-
1941
1586
  .text-sm {
1942
1587
  font-size: 0.875rem;
1943
1588
  line-height: 1.25rem;
1944
1589
  }
1945
-
1946
1590
  .text-xs {
1947
1591
  font-size: 0.75rem;
1948
1592
  line-height: 1rem;
1949
1593
  }
1950
-
1951
1594
  .font-medium {
1952
1595
  font-weight: 500;
1953
1596
  }
1954
-
1955
1597
  .font-normal {
1956
1598
  font-weight: 400;
1957
1599
  }
1958
-
1959
1600
  .font-semibold {
1960
1601
  font-weight: 600;
1961
1602
  }
1962
-
1963
1603
  .uppercase {
1964
1604
  text-transform: uppercase;
1965
1605
  }
1966
-
1967
1606
  .leading-\[130\%\] {
1968
1607
  line-height: 130%;
1969
1608
  }
1970
-
1971
1609
  .leading-\[13px\] {
1972
1610
  line-height: 13px;
1973
1611
  }
1974
-
1975
1612
  .leading-\[160\%\] {
1976
1613
  line-height: 160%;
1977
1614
  }
1978
-
1979
1615
  .leading-\[24px\] {
1980
1616
  line-height: 24px;
1981
1617
  }
1982
-
1983
1618
  .leading-none {
1984
1619
  line-height: 1;
1985
1620
  }
1986
-
1987
1621
  .text-black {
1988
1622
  --tw-text-opacity: 1;
1989
1623
  color: rgb(0 0 0 / var(--tw-text-opacity));
1990
1624
  }
1991
-
1992
1625
  .text-buttonColors-destructiveText {
1993
1626
  color: var(--buttonColors-destructiveText);
1994
1627
  }
1995
-
1996
1628
  .text-buttonColors-disabled {
1997
1629
  color: var(--buttonColors-disabled);
1998
1630
  }
1999
-
2000
1631
  .text-buttonColors-primaryFill {
2001
1632
  color: var(--buttonColors-primaryFill);
2002
1633
  }
2003
-
2004
1634
  .text-buttonColors-primaryOutline {
2005
1635
  color: var(--buttonColors-primaryOutline);
2006
1636
  }
2007
-
2008
1637
  .text-buttonColors-primaryOutlineColor {
2009
1638
  color: var(--buttonColors-primaryOutlineColor);
2010
1639
  }
2011
-
2012
1640
  .text-buttonColors-primaryOutlineEnabled {
2013
1641
  color: var(--buttonColors-primaryOutlineEnabled);
2014
1642
  }
2015
-
2016
1643
  .text-buttonColors-primaryShadow {
2017
1644
  color: var(--buttonColors-primaryShadow);
2018
1645
  }
2019
-
2020
1646
  .text-buttonColors-primaryText {
2021
1647
  color: var(--buttonColors-primaryText);
2022
1648
  }
2023
-
2024
1649
  .text-buttonColors-secondaryFill {
2025
1650
  color: var(--buttonColors-secondaryFill);
2026
1651
  }
2027
-
2028
1652
  .text-buttonColors-secondaryOutline {
2029
1653
  color: var(--buttonColors-secondaryOutline);
2030
1654
  }
2031
-
2032
1655
  .text-buttonColors-secondaryOutlineColor {
2033
1656
  color: var(--buttonColors-secondaryOutlineColor);
2034
1657
  }
2035
-
2036
1658
  .text-buttonColors-secondaryOutlineEnabled {
2037
1659
  color: var(--buttonColors-secondaryOutlineEnabled);
2038
1660
  }
2039
-
2040
1661
  .text-buttonColors-secondaryShadow {
2041
1662
  color: var(--buttonColors-secondaryShadow);
2042
1663
  }
2043
-
2044
1664
  .text-buttonColors-secondaryText {
2045
1665
  color: var(--buttonColors-secondaryText);
2046
1666
  }
2047
-
2048
1667
  .text-coreColors-brandColorPrimary {
2049
1668
  color: var(--coreColors-brandColorPrimary);
2050
1669
  }
2051
-
2052
1670
  .text-coreColors-dividingLines {
2053
1671
  color: var(--coreColors-dividingLines);
2054
1672
  }
2055
-
2056
1673
  .text-coreColors-headerBackground {
2057
1674
  color: var(--coreColors-headerBackground);
2058
1675
  }
2059
-
2060
1676
  .text-coreColors-headerIcon {
2061
1677
  color: var(--coreColors-headerIcon);
2062
1678
  }
2063
-
2064
1679
  .text-coreColors-inputBackground {
2065
1680
  color: var(--coreColors-inputBackground);
2066
1681
  }
2067
-
2068
1682
  .text-coreColors-modalBackground {
2069
1683
  color: var(--coreColors-modalBackground);
2070
1684
  }
2071
-
2072
1685
  .text-coreColors-pageColor {
2073
1686
  color: var(--coreColors-pageColor);
2074
1687
  }
2075
-
2076
1688
  .text-coreColors-primaryIcon {
2077
1689
  color: var(--coreColors-primaryIcon);
2078
1690
  }
2079
-
2080
1691
  .text-coreColors-secondaryIcon {
2081
1692
  color: var(--coreColors-secondaryIcon);
2082
1693
  }
2083
-
2084
1694
  .text-coreColors-shadow {
2085
1695
  color: var(--coreColors-shadow);
2086
1696
  }
2087
-
2088
1697
  .text-coreColors-shadowsEnabled {
2089
1698
  color: var(--coreColors-shadowsEnabled);
2090
1699
  }
2091
-
2092
1700
  .text-coreColors-tabBar {
2093
1701
  color: var(--coreColors-tabBar);
2094
1702
  }
2095
-
2096
1703
  .text-current {
2097
1704
  color: currentColor;
2098
1705
  }
2099
-
2100
1706
  .text-foreground\/50 {
2101
1707
  color: hsl(var(--foreground) / 0.5);
2102
1708
  }
2103
-
2104
1709
  .text-muted-foreground {
2105
1710
  color: hsl(var(--muted-foreground));
2106
1711
  }
2107
-
2108
1712
  .text-productBadging-text {
2109
1713
  color: var(--productBadging-text);
2110
1714
  }
2111
-
2112
1715
  .text-stateColors-disabled {
2113
1716
  color: var(--stateColors-disabled);
2114
1717
  }
2115
-
2116
1718
  .text-stateColors-error {
2117
1719
  color: var(--stateColors-error);
2118
1720
  }
2119
-
2120
1721
  .text-stateColors-favorites {
2121
1722
  color: var(--stateColors-favorites);
2122
1723
  }
2123
-
2124
1724
  .text-stateColors-reviews {
2125
1725
  color: var(--stateColors-reviews);
2126
1726
  }
2127
-
2128
1727
  .text-stateColors-skeleton {
2129
1728
  color: var(--stateColors-skeleton);
2130
1729
  }
2131
-
2132
1730
  .text-stateColors-subscriptions {
2133
1731
  color: var(--stateColors-subscriptions);
2134
1732
  }
2135
-
2136
1733
  .text-stateColors-success {
2137
1734
  color: var(--stateColors-success);
2138
1735
  }
2139
-
2140
1736
  .text-stateColors-warning {
2141
1737
  color: var(--stateColors-warning);
2142
1738
  }
2143
-
2144
1739
  .text-textColors-legalText {
2145
1740
  color: var(--textColors-legalText);
2146
1741
  }
2147
-
2148
1742
  .text-textColors-pageTitle {
2149
1743
  color: var(--textColors-pageTitle);
2150
1744
  }
2151
-
2152
1745
  .text-textColors-priceText {
2153
1746
  color: var(--textColors-priceText);
2154
1747
  }
2155
-
2156
1748
  .text-textColors-primaryColor {
2157
1749
  color: var(--textColors-primaryColor, #121212ff);
2158
1750
  }
2159
-
2160
1751
  .text-textColors-productTitle {
2161
1752
  color: var(--textColors-productTitle);
2162
1753
  }
2163
-
2164
1754
  .text-textColors-salePriceText {
2165
1755
  color: var(--textColors-salePriceText);
2166
1756
  }
2167
-
2168
1757
  .text-textColors-secondaryColor {
2169
1758
  color: var(--textColors-secondaryColor, #727272ff);
2170
1759
  }
2171
-
2172
1760
  .text-textColors-strikethroughPriceText {
2173
1761
  color: var(--textColors-strikethroughPriceText);
2174
1762
  }
2175
-
2176
1763
  .line-through {
2177
1764
  text-decoration-line: line-through;
2178
1765
  }
2179
-
2180
1766
  .underline-offset-4 {
2181
1767
  text-underline-offset: 4px;
2182
1768
  }
2183
-
2184
1769
  .opacity-0 {
2185
1770
  opacity: 0;
2186
1771
  }
2187
-
2188
1772
  .opacity-100 {
2189
1773
  opacity: 1;
2190
1774
  }
2191
-
2192
1775
  .opacity-50 {
2193
1776
  opacity: 0.5;
2194
1777
  }
2195
-
2196
1778
  .shadow-\[0_0_6px_0_rgba\(17\2c 17\2c 17\2c 0\.16\)\] {
2197
1779
  --tw-shadow: 0 0 6px 0 rgba(17,17,17,0.16);
2198
1780
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
2199
1781
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2200
1782
  }
2201
-
2202
1783
  .shadow-lg {
2203
1784
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2204
1785
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2205
1786
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2206
1787
  }
2207
-
2208
1788
  .shadow-primary {
2209
1789
  --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);;
2210
1790
  --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);;
2211
1791
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2212
1792
  }
2213
-
2214
1793
  .shadow-secondary {
2215
1794
  --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);;
2216
1795
  --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);;
2217
1796
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2218
1797
  }
2219
-
2220
1798
  .shadow-buttonColors-primaryShadow {
2221
1799
  --tw-shadow-color: var(--buttonColors-primaryShadow);
2222
1800
  --tw-shadow: var(--tw-shadow-colored);
2223
1801
  }
2224
-
2225
1802
  .shadow-primary {
2226
1803
  --tw-shadow-color: hsl(var(--primary));
2227
1804
  --tw-shadow: var(--tw-shadow-colored);
2228
1805
  }
2229
-
2230
1806
  .shadow-secondary {
2231
1807
  --tw-shadow-color: hsl(var(--secondary));
2232
1808
  --tw-shadow: var(--tw-shadow-colored);
2233
1809
  }
2234
-
2235
1810
  .outline-none {
2236
1811
  outline: 2px solid transparent;
2237
1812
  outline-offset: 2px;
2238
1813
  }
2239
-
2240
1814
  .outline {
2241
1815
  outline-style: solid;
2242
1816
  }
2243
-
2244
1817
  .outline-0 {
2245
1818
  outline-width: 0px;
2246
1819
  }
2247
-
2248
1820
  .outline-1 {
2249
1821
  outline-width: 1px;
2250
1822
  }
2251
-
2252
1823
  .outline-coreColors-brandColorPrimary {
2253
1824
  outline-color: var(--coreColors-brandColorPrimary);
2254
1825
  }
2255
-
2256
1826
  .outline-coreColors-dividingLines {
2257
1827
  outline-color: var(--coreColors-dividingLines);
2258
1828
  }
2259
-
2260
1829
  .outline-stateColors-error {
2261
1830
  outline-color: var(--stateColors-error);
2262
1831
  }
2263
-
2264
1832
  .outline-stateColors-skeleton {
2265
1833
  outline-color: var(--stateColors-skeleton);
2266
1834
  }
2267
-
2268
1835
  .ring-0 {
2269
1836
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2270
1837
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2271
1838
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2272
1839
  }
2273
-
2274
1840
  .ring-offset-background {
2275
1841
  --tw-ring-offset-color: hsl(var(--background));
2276
1842
  }
2277
-
2278
1843
  .drop-shadow-\[0_3px_1px_0_rgba\(0\2c 0\2c 0\2c 1\)\] {
2279
1844
  --tw-drop-shadow: drop-shadow(0 3px 1px 0 rgba(0,0,0,1));
2280
1845
  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);
2281
1846
  }
2282
-
2283
1847
  .filter {
2284
1848
  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);
2285
1849
  }
2286
-
2287
1850
  .transition-all {
2288
1851
  transition-property: all;
2289
1852
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2290
1853
  transition-duration: 150ms;
2291
1854
  }
2292
-
2293
1855
  .transition-colors {
2294
1856
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
2295
1857
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2296
1858
  transition-duration: 150ms;
2297
1859
  }
2298
-
2299
1860
  .transition-opacity {
2300
1861
  transition-property: opacity;
2301
1862
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2302
1863
  transition-duration: 150ms;
2303
1864
  }
2304
-
2305
1865
  .transition-transform {
2306
1866
  transition-property: transform;
2307
1867
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2308
1868
  transition-duration: 150ms;
2309
1869
  }
2310
-
2311
1870
  .duration-200 {
2312
1871
  transition-duration: 200ms;
2313
1872
  }
2314
-
2315
1873
  .duration-300 {
2316
1874
  transition-duration: 300ms;
2317
1875
  }
2318
-
2319
1876
  .duration-500 {
2320
1877
  transition-duration: 500ms;
2321
1878
  }
2322
-
2323
1879
  .ease-in-out {
2324
1880
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2325
1881
  }
2326
-
2327
1882
  @keyframes enter {
1883
+
2328
1884
  from {
2329
1885
  opacity: var(--tw-enter-opacity, 1);
2330
1886
  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));
2331
1887
  }
2332
1888
  }
2333
-
2334
1889
  @keyframes exit {
1890
+
2335
1891
  to {
2336
1892
  opacity: var(--tw-exit-opacity, 1);
2337
1893
  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));
2338
1894
  }
2339
1895
  }
2340
-
2341
1896
  .duration-200 {
2342
1897
  animation-duration: 200ms;
2343
1898
  }
2344
-
2345
1899
  .duration-300 {
2346
1900
  animation-duration: 300ms;
2347
1901
  }
2348
-
2349
1902
  .duration-500 {
2350
1903
  animation-duration: 500ms;
2351
1904
  }
2352
-
2353
1905
  .ease-in-out {
2354
1906
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2355
1907
  }
2356
-
2357
1908
  .container {
2358
- padding-right: 16px;
2359
- padding-left: 16px;
2360
- }
2361
-
1909
+ padding-right: 16px;
1910
+ padding-left: 16px;
1911
+ }
2362
1912
  *:hover {
2363
- text-decoration-line: unset !important;
2364
- }
2365
-
1913
+ text-decoration-line: unset !important;
1914
+ }
2366
1915
  .\[-ms-overflow-style\:none\] {
2367
1916
  -ms-overflow-style: none;
2368
1917
  }
2369
-
2370
1918
  .\[scrollbar-width\:none\] {
2371
1919
  scrollbar-width: none;
2372
1920
  }
2373
1921
 
2374
1922
  body::-webkit-scrollbar {
2375
1923
  display: none;
2376
- -ms-overflow-style: none;
2377
- /* IE and Edge */
2378
- scrollbar-width: none;
2379
- /* Firefox */
1924
+ -ms-overflow-style: none; /* IE and Edge */
1925
+ scrollbar-width: none; /* Firefox */
2380
1926
  }
2381
1927
 
2382
1928
  .file\:border-0::file-selector-button {
@@ -2697,6 +2243,7 @@ body::-webkit-scrollbar {
2697
2243
  }
2698
2244
 
2699
2245
  @keyframes accordion-up {
2246
+
2700
2247
  from {
2701
2248
  height: var(--radix-accordion-content-height);
2702
2249
  }
@@ -2711,6 +2258,7 @@ body::-webkit-scrollbar {
2711
2258
  }
2712
2259
 
2713
2260
  @keyframes accordion-down {
2261
+
2714
2262
  from {
2715
2263
  height: 0;
2716
2264
  }
@@ -2851,6 +2399,7 @@ body::-webkit-scrollbar {
2851
2399
  }
2852
2400
 
2853
2401
  @media (min-width: 640px) {
2402
+
2854
2403
  .sm\:mt-0 {
2855
2404
  margin-top: 0px;
2856
2405
  }