@tapcart/mobile-components 0.7.0 → 0.7.2

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 (81) hide show
  1. package/dist/components/hooks/use-infinite-scroll.d.ts +3 -1
  2. package/dist/components/hooks/use-infinite-scroll.d.ts.map +1 -1
  3. package/dist/components/hooks/use-infinite-scroll.js +34 -11
  4. package/dist/components/hooks/use-nosto-recommendation.d.ts +8 -0
  5. package/dist/components/hooks/use-nosto-recommendation.d.ts.map +1 -0
  6. package/dist/components/hooks/use-nosto-recommendation.js +105 -0
  7. package/dist/components/hooks/use-products.d.ts +3 -1
  8. package/dist/components/hooks/use-products.d.ts.map +1 -1
  9. package/dist/components/hooks/use-products.js +21 -6
  10. package/dist/components/hooks/use-reviews.d.ts +27 -0
  11. package/dist/components/hooks/use-reviews.d.ts.map +1 -0
  12. package/dist/components/hooks/use-reviews.js +130 -0
  13. package/dist/components/templates/ProductCard/utils.d.ts +78 -0
  14. package/dist/components/templates/ProductCard/utils.d.ts.map +1 -0
  15. package/dist/components/templates/ProductCard/utils.js +128 -0
  16. package/dist/components/templates/ProductGrid/index.d.ts +1 -0
  17. package/dist/components/templates/ProductGrid/index.d.ts.map +1 -0
  18. package/dist/components/templates/ProductGrid/index.js +1 -0
  19. package/dist/components/ui/Input/input.d.ts +1 -1
  20. package/dist/components/ui/Input/input.d.ts.map +1 -1
  21. package/dist/components/ui/Input/input.js +23 -5
  22. package/dist/components/ui/Input/types.d.ts +3 -2
  23. package/dist/components/ui/Input/types.d.ts.map +1 -1
  24. package/dist/components/ui/Input/useInput.d.ts +2 -2
  25. package/dist/components/ui/Input/useInput.d.ts.map +1 -1
  26. package/dist/components/ui/Input/useInput.js +24 -10
  27. package/dist/components/ui/ProductCard/utils.d.ts +94 -0
  28. package/dist/components/ui/ProductCard/utils.d.ts.map +1 -0
  29. package/dist/components/ui/ProductCard/utils.js +148 -0
  30. package/dist/components/ui/ProductGrid/index.d.ts +1 -0
  31. package/dist/components/ui/ProductGrid/index.d.ts.map +1 -0
  32. package/dist/components/ui/ProductGrid/index.js +1 -0
  33. package/dist/components/ui/accordion.d.ts +3 -1
  34. package/dist/components/ui/accordion.d.ts.map +1 -1
  35. package/dist/components/ui/accordion.js +2 -2
  36. package/dist/components/ui/button.d.ts +2 -2
  37. package/dist/components/ui/button.d.ts.map +1 -1
  38. package/dist/components/ui/button.js +1 -1
  39. package/dist/components/ui/carousel.d.ts +1 -0
  40. package/dist/components/ui/carousel.d.ts.map +1 -1
  41. package/dist/components/ui/carousel.js +62 -2
  42. package/dist/components/ui/chip.d.ts +2 -2
  43. package/dist/components/ui/icon.d.ts +4 -1
  44. package/dist/components/ui/icon.d.ts.map +1 -1
  45. package/dist/components/ui/icon.js +35 -8
  46. package/dist/components/ui/image.d.ts.map +1 -1
  47. package/dist/components/ui/image.js +3 -3
  48. package/dist/components/ui/radio-group.d.ts +2 -2
  49. package/dist/components/ui/scroll-area.d.ts +1 -0
  50. package/dist/components/ui/scroll-area.d.ts.map +1 -1
  51. package/dist/components/ui/scroll-area.js +2 -2
  52. package/dist/components/ui/toast.d.ts +2 -2
  53. package/dist/components/ui/toggle-group.d.ts +2 -2
  54. package/dist/components/ui/toggle.d.ts +2 -2
  55. package/dist/index.d.ts +9 -2
  56. package/dist/index.d.ts.map +1 -1
  57. package/dist/index.js +9 -2
  58. package/dist/lib/price.d.ts +29 -0
  59. package/dist/lib/price.d.ts.map +1 -0
  60. package/dist/lib/price.js +66 -0
  61. package/dist/lib/utils.d.ts +18 -0
  62. package/dist/lib/utils.d.ts.map +1 -1
  63. package/dist/lib/utils.js +44 -1
  64. package/dist/styles.css +201 -727
  65. package/dist/tapcart-mobile-components.umd.js +44 -0
  66. package/package.json +4 -3
  67. package/dist/components/templates/product-card.d.ts +0 -33
  68. package/dist/components/templates/product-card.d.ts.map +0 -1
  69. package/dist/components/templates/product-card.js +0 -42
  70. package/dist/components/templates/product-grid.d.ts +0 -14
  71. package/dist/components/templates/product-grid.d.ts.map +0 -1
  72. package/dist/components/templates/product-grid.js +0 -22
  73. package/dist/components/ui/input.d.ts +0 -17
  74. package/dist/components/ui/input.d.ts.map +0 -1
  75. package/dist/components/ui/input.js +0 -35
  76. package/dist/components/ui/product-grid.d.ts +0 -15
  77. package/dist/components/ui/product-grid.d.ts.map +0 -1
  78. package/dist/components/ui/product-grid.js +0 -22
  79. package/dist/components/ui/select.d.ts +0 -14
  80. package/dist/components/ui/select.d.ts.map +0 -1
  81. package/dist/components/ui/select.js +0 -59
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,1845 +658,1402 @@ 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
  .sticky {
745
677
  position: sticky;
746
678
  }
747
-
748
679
  .inset-0 {
749
680
  inset: 0px;
750
681
  }
751
-
752
682
  .inset-x-0 {
753
683
  left: 0px;
754
684
  right: 0px;
755
685
  }
756
-
757
686
  .-bottom-12 {
758
687
  bottom: -3rem;
759
688
  }
760
-
761
689
  .-left-12 {
762
690
  left: -3rem;
763
691
  }
764
-
765
692
  .-right-12 {
766
693
  right: -3rem;
767
694
  }
768
-
769
695
  .-top-12 {
770
696
  top: -3rem;
771
697
  }
772
-
773
698
  .bottom-0 {
774
699
  bottom: 0px;
775
700
  }
776
-
777
701
  .bottom-10 {
778
702
  bottom: 2.5rem;
779
703
  }
780
-
781
704
  .bottom-2 {
782
705
  bottom: 0.5rem;
783
706
  }
784
-
785
707
  .bottom-6 {
786
708
  bottom: 1.5rem;
787
709
  }
788
-
789
710
  .bottom-\[18px\] {
790
711
  bottom: 18px;
791
712
  }
792
-
793
713
  .bottom-\[58px\] {
794
714
  bottom: 58px;
795
715
  }
796
-
797
- .end-4 {
798
- inset-inline-end: 1rem;
799
- }
800
-
801
716
  .left-0 {
802
717
  left: 0px;
803
718
  }
804
-
805
719
  .left-1\/2 {
806
720
  left: 50%;
807
721
  }
808
-
809
722
  .left-2 {
810
723
  left: 0.5rem;
811
724
  }
812
-
813
725
  .left-4 {
814
726
  left: 1rem;
815
727
  }
816
-
817
728
  .left-6 {
818
729
  left: 1.5rem;
819
730
  }
820
-
821
731
  .left-\[50\%\] {
822
732
  left: 50%;
823
733
  }
824
-
825
734
  .right-0 {
826
735
  right: 0px;
827
736
  }
828
-
829
737
  .right-2 {
830
738
  right: 0.5rem;
831
739
  }
832
-
833
740
  .start-10 {
834
741
  inset-inline-start: 2.5rem;
835
742
  }
836
-
837
743
  .start-4 {
838
744
  inset-inline-start: 1rem;
839
745
  }
840
-
841
746
  .top-0 {
842
747
  top: 0px;
843
748
  }
844
-
845
749
  .top-1\/2 {
846
750
  top: 50%;
847
751
  }
848
-
849
752
  .top-10 {
850
753
  top: 2.5rem;
851
754
  }
852
-
853
755
  .top-2 {
854
756
  top: 0.5rem;
855
757
  }
856
-
857
- .top-\[18px\] {
858
- top: 18px;
859
- }
860
-
861
758
  .top-\[50\%\] {
862
759
  top: 50%;
863
760
  }
864
-
865
761
  .z-10 {
866
762
  z-index: 10;
867
763
  }
868
-
869
764
  .z-20 {
870
765
  z-index: 20;
871
766
  }
872
-
873
767
  .z-50 {
874
768
  z-index: 50;
875
769
  }
876
-
877
770
  .z-\[100\] {
878
771
  z-index: 100;
879
772
  }
880
-
881
773
  .order-1 {
882
774
  order: 1;
883
775
  }
884
-
885
776
  .order-2 {
886
777
  order: 2;
887
778
  }
888
-
889
779
  .col-span-2 {
890
780
  grid-column: span 2 / span 2;
891
781
  }
892
-
893
782
  .col-start-1 {
894
783
  grid-column-start: 1;
895
784
  }
896
-
897
785
  .row-start-1 {
898
786
  grid-row-start: 1;
899
787
  }
900
-
901
788
  .m-2 {
902
789
  margin: 0.5rem;
903
790
  }
904
-
905
791
  .m-auto {
906
792
  margin: auto;
907
793
  }
908
-
909
794
  .mx-1 {
910
795
  margin-left: 0.25rem;
911
796
  margin-right: 0.25rem;
912
797
  }
913
-
914
798
  .mx-2 {
915
799
  margin-left: 0.5rem;
916
800
  margin-right: 0.5rem;
917
801
  }
918
-
919
802
  .mx-4 {
920
803
  margin-left: 1rem;
921
804
  margin-right: 1rem;
922
805
  }
923
-
924
806
  .mx-auto {
925
807
  margin-left: auto;
926
808
  margin-right: auto;
927
809
  }
928
-
929
810
  .my-0 {
930
811
  margin-top: 0px;
931
812
  margin-bottom: 0px;
932
813
  }
933
-
934
814
  .my-3 {
935
815
  margin-top: 0.75rem;
936
816
  margin-bottom: 0.75rem;
937
817
  }
938
-
939
818
  .my-4 {
940
819
  margin-top: 1rem;
941
820
  margin-bottom: 1rem;
942
821
  }
943
-
944
822
  .my-auto {
945
823
  margin-top: auto;
946
824
  margin-bottom: auto;
947
825
  }
948
-
949
826
  .-mt-4 {
950
827
  margin-top: -1rem;
951
828
  }
952
-
953
829
  .mb-1 {
954
830
  margin-bottom: 0.25rem;
955
831
  }
956
-
957
832
  .mb-2 {
958
833
  margin-bottom: 0.5rem;
959
834
  }
960
-
961
835
  .mb-6 {
962
836
  margin-bottom: 1.5rem;
963
837
  }
964
-
965
838
  .ml-1 {
966
839
  margin-left: 0.25rem;
967
840
  }
968
-
969
841
  .ml-2 {
970
842
  margin-left: 0.5rem;
971
843
  }
972
-
973
844
  .ml-4 {
974
845
  margin-left: 1rem;
975
846
  }
976
-
977
847
  .mr-2 {
978
848
  margin-right: 0.5rem;
979
849
  }
980
-
981
850
  .mr-4 {
982
851
  margin-right: 1rem;
983
852
  }
984
-
985
853
  .mt-0 {
986
854
  margin-top: 0px;
987
855
  }
988
-
989
856
  .mt-1 {
990
857
  margin-top: 0.25rem;
991
858
  }
992
-
993
859
  .mt-2 {
994
860
  margin-top: 0.5rem;
995
861
  }
996
-
997
862
  .mt-3 {
998
863
  margin-top: 0.75rem;
999
864
  }
1000
-
1001
865
  .mt-auto {
1002
866
  margin-top: auto;
1003
867
  }
1004
-
1005
868
  .line-clamp-1 {
1006
869
  overflow: hidden;
1007
870
  display: -webkit-box;
1008
871
  -webkit-box-orient: vertical;
1009
872
  -webkit-line-clamp: 1;
1010
873
  }
1011
-
1012
874
  .line-clamp-2 {
1013
875
  overflow: hidden;
1014
876
  display: -webkit-box;
1015
877
  -webkit-box-orient: vertical;
1016
878
  -webkit-line-clamp: 2;
1017
879
  }
1018
-
1019
880
  .block {
1020
881
  display: block;
1021
882
  }
1022
-
1023
883
  .inline-block {
1024
884
  display: inline-block;
1025
885
  }
1026
-
1027
886
  .inline {
1028
887
  display: inline;
1029
888
  }
1030
-
1031
889
  .flex {
1032
890
  display: flex;
1033
891
  }
1034
-
1035
892
  .inline-flex {
1036
893
  display: inline-flex;
1037
894
  }
1038
-
1039
895
  .grid {
1040
896
  display: grid;
1041
897
  }
1042
-
1043
898
  .hidden {
1044
899
  display: none;
1045
900
  }
1046
-
1047
901
  .aspect-productImages {
1048
902
  aspect-ratio: var(--productImage-aspectRatio);
1049
903
  }
1050
-
1051
904
  .aspect-square {
1052
905
  aspect-ratio: 1 / 1;
1053
906
  }
1054
-
1055
907
  .h-0 {
1056
908
  height: 0px;
1057
909
  }
1058
-
1059
910
  .h-0\.5 {
1060
911
  height: 0.125rem;
1061
912
  }
1062
-
1063
913
  .h-1 {
1064
914
  height: 0.25rem;
1065
915
  }
1066
-
1067
916
  .h-1\.5 {
1068
917
  height: 0.375rem;
1069
918
  }
1070
-
1071
919
  .h-10 {
1072
920
  height: 2.5rem;
1073
921
  }
1074
-
1075
922
  .h-11 {
1076
923
  height: 2.75rem;
1077
924
  }
1078
-
1079
925
  .h-12 {
1080
926
  height: 3rem;
1081
927
  }
1082
-
1083
928
  .h-14 {
1084
929
  height: 3.5rem;
1085
930
  }
1086
-
1087
931
  .h-2 {
1088
932
  height: 0.5rem;
1089
933
  }
1090
-
1091
934
  .h-2\.5 {
1092
935
  height: 0.625rem;
1093
936
  }
1094
-
1095
937
  .h-4 {
1096
938
  height: 1rem;
1097
939
  }
1098
-
1099
940
  .h-48 {
1100
941
  height: 12rem;
1101
942
  }
1102
-
1103
943
  .h-5 {
1104
944
  height: 1.25rem;
1105
945
  }
1106
-
1107
946
  .h-6 {
1108
947
  height: 1.5rem;
1109
948
  }
1110
-
1111
949
  .h-64 {
1112
950
  height: 16rem;
1113
951
  }
1114
-
1115
952
  .h-7 {
1116
953
  height: 1.75rem;
1117
954
  }
1118
-
1119
955
  .h-8 {
1120
956
  height: 2rem;
1121
957
  }
1122
-
1123
958
  .h-9 {
1124
959
  height: 2.25rem;
1125
960
  }
1126
-
1127
961
  .h-\[1px\] {
1128
962
  height: 1px;
1129
963
  }
1130
-
1131
964
  .h-\[22px\] {
1132
965
  height: 22px;
1133
966
  }
1134
-
1135
967
  .h-\[2px\] {
1136
968
  height: 2px;
1137
969
  }
1138
-
1139
970
  .h-\[36\] {
1140
971
  height: 36;
1141
972
  }
1142
-
973
+ .h-\[38px\] {
974
+ height: 38px;
975
+ }
1143
976
  .h-\[42px\] {
1144
977
  height: 42px;
1145
978
  }
1146
-
1147
979
  .h-\[48px\] {
1148
980
  height: 48px;
1149
981
  }
1150
-
1151
982
  .h-\[4px\] {
1152
983
  height: 4px;
1153
984
  }
1154
-
1155
985
  .h-auto {
1156
986
  height: auto;
1157
987
  }
1158
-
1159
988
  .h-full {
1160
989
  height: 100%;
1161
990
  }
1162
-
1163
991
  .max-h-\[200px\] {
1164
992
  max-height: 200px;
1165
993
  }
1166
-
1167
994
  .max-h-\[240px\] {
1168
995
  max-height: 240px;
1169
996
  }
1170
-
1171
997
  .max-h-\[300px\] {
1172
998
  max-height: 300px;
1173
999
  }
1174
-
1175
1000
  .max-h-screen {
1176
1001
  max-height: 100vh;
1177
1002
  }
1178
-
1179
1003
  .min-h-\[24px\] {
1180
1004
  min-height: 24px;
1181
1005
  }
1182
-
1183
1006
  .w-1 {
1184
1007
  width: 0.25rem;
1185
1008
  }
1186
-
1187
1009
  .w-1\.5 {
1188
1010
  width: 0.375rem;
1189
1011
  }
1190
-
1191
1012
  .w-1\/2 {
1192
1013
  width: 50%;
1193
1014
  }
1194
-
1195
1015
  .w-10 {
1196
1016
  width: 2.5rem;
1197
1017
  }
1198
-
1199
1018
  .w-12 {
1200
1019
  width: 3rem;
1201
1020
  }
1202
-
1203
1021
  .w-14 {
1204
1022
  width: 3.5rem;
1205
1023
  }
1206
-
1207
1024
  .w-16 {
1208
1025
  width: 4rem;
1209
1026
  }
1210
-
1211
1027
  .w-2 {
1212
1028
  width: 0.5rem;
1213
1029
  }
1214
-
1215
1030
  .w-2\.5 {
1216
1031
  width: 0.625rem;
1217
1032
  }
1218
-
1219
1033
  .w-4 {
1220
1034
  width: 1rem;
1221
1035
  }
1222
-
1223
1036
  .w-5 {
1224
1037
  width: 1.25rem;
1225
1038
  }
1226
-
1227
1039
  .w-6 {
1228
1040
  width: 1.5rem;
1229
1041
  }
1230
-
1231
1042
  .w-7 {
1232
1043
  width: 1.75rem;
1233
1044
  }
1234
-
1235
1045
  .w-8 {
1236
1046
  width: 2rem;
1237
1047
  }
1238
-
1239
1048
  .w-\[138px\] {
1240
1049
  width: 138px;
1241
1050
  }
1242
-
1243
- .w-\[140px\] {
1244
- width: 140px;
1245
- }
1246
-
1247
1051
  .w-\[154px\] {
1248
1052
  width: 154px;
1249
1053
  }
1250
-
1251
1054
  .w-\[1px\] {
1252
1055
  width: 1px;
1253
1056
  }
1254
-
1255
1057
  .w-\[22px\] {
1256
1058
  width: 22px;
1257
1059
  }
1258
-
1259
1060
  .w-\[327px\] {
1260
1061
  width: 327px;
1261
1062
  }
1262
-
1263
1063
  .w-\[40px\] {
1264
1064
  width: 40px;
1265
1065
  }
1266
-
1267
1066
  .w-auto {
1268
1067
  width: auto;
1269
1068
  }
1270
-
1271
1069
  .w-fit {
1272
1070
  width: -moz-fit-content;
1273
1071
  width: fit-content;
1274
1072
  }
1275
-
1276
1073
  .w-full {
1277
1074
  width: 100%;
1278
1075
  }
1279
-
1280
1076
  .w-max {
1281
1077
  width: -moz-max-content;
1282
1078
  width: max-content;
1283
1079
  }
1284
-
1285
1080
  .min-w-0 {
1286
1081
  min-width: 0px;
1287
1082
  }
1288
-
1289
1083
  .min-w-\[8rem\] {
1290
1084
  min-width: 8rem;
1291
1085
  }
1292
-
1293
1086
  .min-w-\[fit-content\] {
1294
1087
  min-width: -moz-fit-content;
1295
1088
  min-width: fit-content;
1296
1089
  }
1297
-
1298
1090
  .max-w-\[200px\] {
1299
1091
  max-width: 200px;
1300
1092
  }
1301
-
1302
1093
  .max-w-full {
1303
1094
  max-width: 100%;
1304
1095
  }
1305
-
1306
1096
  .max-w-lg {
1307
1097
  max-width: 32rem;
1308
1098
  }
1309
-
1310
1099
  .max-w-xs {
1311
1100
  max-width: 20rem;
1312
1101
  }
1313
-
1314
1102
  .flex-1 {
1315
1103
  flex: 1 1 0%;
1316
1104
  }
1317
-
1318
1105
  .flex-shrink-0 {
1319
1106
  flex-shrink: 0;
1320
1107
  }
1321
-
1322
1108
  .shrink-0 {
1323
1109
  flex-shrink: 0;
1324
1110
  }
1325
-
1326
1111
  .flex-grow {
1327
1112
  flex-grow: 1;
1328
1113
  }
1329
-
1330
1114
  .grow {
1331
1115
  flex-grow: 1;
1332
1116
  }
1333
-
1334
1117
  .grow-0 {
1335
1118
  flex-grow: 0;
1336
1119
  }
1337
-
1120
+ .basis-3\/4 {
1121
+ flex-basis: 75%;
1122
+ }
1338
1123
  .basis-full {
1339
1124
  flex-basis: 100%;
1340
1125
  }
1341
-
1342
1126
  .origin-\[0\] {
1343
1127
  transform-origin: 0;
1344
1128
  }
1345
-
1346
1129
  .-translate-x-1\/2 {
1347
1130
  --tw-translate-x: -50%;
1348
1131
  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));
1349
1132
  }
1350
-
1351
1133
  .-translate-y-1\/2 {
1352
1134
  --tw-translate-y: -50%;
1353
1135
  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));
1354
1136
  }
1355
-
1356
1137
  .translate-x-\[-50\%\] {
1357
1138
  --tw-translate-x: -50%;
1358
1139
  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));
1359
1140
  }
1360
-
1361
1141
  .translate-y-0 {
1362
1142
  --tw-translate-y: 0px;
1363
1143
  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));
1364
1144
  }
1365
-
1366
1145
  .translate-y-\[-10px\] {
1367
1146
  --tw-translate-y: -10px;
1368
1147
  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));
1369
1148
  }
1370
-
1371
1149
  .translate-y-\[-50\%\] {
1372
1150
  --tw-translate-y: -50%;
1373
1151
  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));
1374
1152
  }
1375
-
1376
1153
  .rotate-180 {
1377
1154
  --tw-rotate: 180deg;
1378
1155
  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));
1379
1156
  }
1380
-
1381
1157
  .rotate-45 {
1382
1158
  --tw-rotate: 45deg;
1383
1159
  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));
1384
1160
  }
1385
-
1386
1161
  .rotate-90 {
1387
1162
  --tw-rotate: 90deg;
1388
1163
  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));
1389
1164
  }
1390
-
1391
1165
  .transform {
1392
1166
  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));
1393
1167
  }
1394
-
1395
1168
  @keyframes pulse {
1169
+
1396
1170
  50% {
1397
1171
  opacity: .5;
1398
1172
  }
1399
1173
  }
1400
-
1401
1174
  .animate-pulse {
1402
1175
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1403
1176
  }
1404
-
1405
1177
  @keyframes spin {
1178
+
1406
1179
  to {
1407
1180
  transform: rotate(360deg);
1408
1181
  }
1409
1182
  }
1410
-
1411
1183
  .animate-spin {
1412
1184
  animation: spin 1s linear infinite;
1413
1185
  }
1414
-
1415
1186
  .cursor-default {
1416
1187
  cursor: default;
1417
1188
  }
1418
-
1419
1189
  .cursor-pointer {
1420
1190
  cursor: pointer;
1421
1191
  }
1422
-
1423
1192
  .touch-none {
1424
1193
  touch-action: none;
1425
1194
  }
1426
-
1427
1195
  .select-none {
1428
1196
  -webkit-user-select: none;
1429
1197
  -moz-user-select: none;
1430
1198
  user-select: none;
1431
1199
  }
1432
-
1433
1200
  .resize-none {
1434
1201
  resize: none;
1435
1202
  }
1436
-
1437
1203
  .resize {
1438
1204
  resize: both;
1439
1205
  }
1440
-
1441
1206
  .columns-1 {
1442
1207
  -moz-columns: 1;
1443
1208
  columns: 1;
1444
1209
  }
1445
-
1446
1210
  .columns-2 {
1447
1211
  -moz-columns: 2;
1448
1212
  columns: 2;
1449
1213
  }
1450
-
1451
1214
  .columns-3 {
1452
1215
  -moz-columns: 3;
1453
1216
  columns: 3;
1454
1217
  }
1455
-
1456
1218
  .grid-flow-col {
1457
1219
  grid-auto-flow: column;
1458
1220
  }
1459
-
1460
1221
  .grid-cols-1 {
1461
1222
  grid-template-columns: repeat(1, minmax(0, 1fr));
1462
1223
  }
1463
-
1464
1224
  .grid-cols-2 {
1465
1225
  grid-template-columns: repeat(2, minmax(0, 1fr));
1466
1226
  }
1467
-
1468
1227
  .grid-cols-3 {
1469
1228
  grid-template-columns: repeat(3, minmax(0, 1fr));
1470
1229
  }
1471
-
1472
1230
  .grid-cols-4 {
1473
1231
  grid-template-columns: repeat(4, minmax(0, 1fr));
1474
1232
  }
1475
-
1476
1233
  .grid-cols-\[auto\2c auto\2c 1fr\] {
1477
1234
  grid-template-columns: auto auto 1fr;
1478
1235
  }
1479
-
1480
1236
  .grid-cols-\[auto_1fr_auto\] {
1481
1237
  grid-template-columns: auto 1fr auto;
1482
1238
  }
1483
-
1484
1239
  .flex-row {
1485
1240
  flex-direction: row;
1486
1241
  }
1487
-
1488
1242
  .flex-row-reverse {
1489
1243
  flex-direction: row-reverse;
1490
1244
  }
1491
-
1492
1245
  .flex-col {
1493
1246
  flex-direction: column;
1494
1247
  }
1495
-
1496
1248
  .flex-col-reverse {
1497
1249
  flex-direction: column-reverse;
1498
1250
  }
1499
-
1500
1251
  .flex-wrap {
1501
1252
  flex-wrap: wrap;
1502
1253
  }
1503
-
1504
1254
  .items-start {
1505
1255
  align-items: flex-start;
1506
1256
  }
1507
-
1508
1257
  .items-center {
1509
1258
  align-items: center;
1510
1259
  }
1511
-
1512
1260
  .justify-start {
1513
1261
  justify-content: flex-start;
1514
1262
  }
1515
-
1516
1263
  .justify-end {
1517
1264
  justify-content: flex-end;
1518
1265
  }
1519
-
1520
1266
  .justify-center {
1521
1267
  justify-content: center;
1522
1268
  }
1523
-
1524
1269
  .justify-between {
1525
1270
  justify-content: space-between;
1526
1271
  }
1527
-
1528
1272
  .gap-0 {
1529
1273
  gap: 0px;
1530
1274
  }
1531
-
1532
1275
  .gap-1 {
1533
1276
  gap: 0.25rem;
1534
1277
  }
1535
-
1536
1278
  .gap-2 {
1537
1279
  gap: 0.5rem;
1538
1280
  }
1539
-
1540
1281
  .gap-4 {
1541
1282
  gap: 1rem;
1542
1283
  }
1543
-
1544
1284
  .gap-\[7px\] {
1545
1285
  gap: 7px;
1546
1286
  }
1547
-
1548
1287
  .gap-x-2 {
1549
1288
  -moz-column-gap: 0.5rem;
1550
1289
  column-gap: 0.5rem;
1551
1290
  }
1552
-
1553
1291
  .gap-x-\[7px\] {
1554
1292
  -moz-column-gap: 7px;
1555
1293
  column-gap: 7px;
1556
1294
  }
1557
-
1558
1295
  .gap-y-2 {
1559
1296
  row-gap: 0.5rem;
1560
1297
  }
1561
-
1562
1298
  .gap-y-4 {
1563
1299
  row-gap: 1rem;
1564
1300
  }
1565
-
1566
1301
  .space-x-1 > :not([hidden]) ~ :not([hidden]) {
1567
1302
  --tw-space-x-reverse: 0;
1568
1303
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
1569
1304
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
1570
1305
  }
1571
-
1572
1306
  .space-x-2 > :not([hidden]) ~ :not([hidden]) {
1573
1307
  --tw-space-x-reverse: 0;
1574
1308
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1575
1309
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1576
1310
  }
1577
-
1578
1311
  .space-x-4 > :not([hidden]) ~ :not([hidden]) {
1579
1312
  --tw-space-x-reverse: 0;
1580
1313
  margin-right: calc(1rem * var(--tw-space-x-reverse));
1581
1314
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
1582
1315
  }
1583
-
1584
1316
  .space-y-1 > :not([hidden]) ~ :not([hidden]) {
1585
1317
  --tw-space-y-reverse: 0;
1586
1318
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1587
1319
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
1588
1320
  }
1589
-
1590
1321
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1591
1322
  --tw-space-y-reverse: 0;
1592
1323
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
1593
1324
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
1594
1325
  }
1595
-
1596
1326
  .space-y-4 > :not([hidden]) ~ :not([hidden]) {
1597
1327
  --tw-space-y-reverse: 0;
1598
1328
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1599
1329
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1600
1330
  }
1601
-
1602
1331
  .self-start {
1603
1332
  align-self: flex-start;
1604
1333
  }
1605
-
1606
1334
  .self-center {
1607
1335
  align-self: center;
1608
1336
  }
1609
-
1610
1337
  .self-stretch {
1611
1338
  align-self: stretch;
1612
1339
  }
1613
-
1614
1340
  .overflow-hidden {
1615
1341
  overflow: hidden;
1616
1342
  }
1617
-
1618
1343
  .overflow-scroll {
1619
1344
  overflow: scroll;
1620
1345
  }
1621
-
1622
1346
  .overflow-x-auto {
1623
1347
  overflow-x: auto;
1624
1348
  }
1625
-
1626
1349
  .overflow-y-auto {
1627
1350
  overflow-y: auto;
1628
1351
  }
1629
-
1630
1352
  .overflow-y-hidden {
1631
1353
  overflow-y: hidden;
1632
1354
  }
1633
-
1634
1355
  .truncate {
1635
1356
  overflow: hidden;
1636
1357
  text-overflow: ellipsis;
1637
1358
  white-space: nowrap;
1638
1359
  }
1639
-
1640
1360
  .text-ellipsis {
1641
1361
  text-overflow: ellipsis;
1642
1362
  }
1643
-
1644
1363
  .whitespace-nowrap {
1645
1364
  white-space: nowrap;
1646
1365
  }
1647
-
1366
+ .break-words {
1367
+ overflow-wrap: break-word;
1368
+ }
1648
1369
  .rounded {
1649
1370
  border-radius: 0.25rem;
1650
1371
  }
1651
-
1652
1372
  .rounded-2xl {
1653
1373
  border-radius: 1rem;
1654
1374
  }
1655
-
1656
1375
  .rounded-\[4px\] {
1657
1376
  border-radius: 4px;
1658
1377
  }
1659
-
1660
1378
  .rounded-\[inherit\] {
1661
1379
  border-radius: inherit;
1662
1380
  }
1663
-
1664
1381
  .rounded-full {
1665
1382
  border-radius: 9999px;
1666
1383
  }
1667
-
1668
1384
  .rounded-md {
1669
1385
  border-radius: calc(var(--radius) - 2px);
1670
1386
  }
1671
-
1672
1387
  .rounded-none {
1673
1388
  border-radius: 0px;
1674
1389
  }
1675
-
1676
1390
  .rounded-sm {
1677
1391
  border-radius: calc(var(--radius) - 4px);
1678
1392
  }
1679
-
1680
1393
  .rounded-b-lg {
1681
1394
  border-bottom-right-radius: var(--radius);
1682
1395
  border-bottom-left-radius: var(--radius);
1683
1396
  }
1684
-
1685
1397
  .rounded-t-2xl {
1686
1398
  border-top-left-radius: 1rem;
1687
1399
  border-top-right-radius: 1rem;
1688
1400
  }
1689
-
1690
1401
  .rounded-bl {
1691
1402
  border-bottom-left-radius: 0.25rem;
1692
1403
  }
1693
-
1694
1404
  .rounded-bl-2xl {
1695
1405
  border-bottom-left-radius: 1rem;
1696
1406
  }
1697
-
1698
1407
  .rounded-br {
1699
1408
  border-bottom-right-radius: 0.25rem;
1700
1409
  }
1701
-
1702
1410
  .rounded-br-2xl {
1703
1411
  border-bottom-right-radius: 1rem;
1704
1412
  }
1705
-
1706
1413
  .rounded-tl {
1707
1414
  border-top-left-radius: 0.25rem;
1708
1415
  }
1709
-
1710
1416
  .rounded-tl-2xl {
1711
1417
  border-top-left-radius: 1rem;
1712
1418
  }
1713
-
1714
1419
  .rounded-tr {
1715
1420
  border-top-right-radius: 0.25rem;
1716
1421
  }
1717
-
1718
1422
  .rounded-tr-2xl {
1719
1423
  border-top-right-radius: 1rem;
1720
1424
  }
1721
-
1722
1425
  .border {
1723
1426
  border-width: 1px;
1724
1427
  }
1725
-
1726
1428
  .border-0 {
1727
1429
  border-width: 0px;
1728
1430
  }
1729
-
1730
1431
  .border-2 {
1731
1432
  border-width: 2px;
1732
1433
  }
1733
-
1734
- .border-\[1px\] {
1735
- border-width: 1px;
1736
- }
1737
-
1738
1434
  .border-b {
1739
1435
  border-bottom-width: 1px;
1740
1436
  }
1741
-
1742
1437
  .border-l {
1743
1438
  border-left-width: 1px;
1744
1439
  }
1745
-
1746
1440
  .border-t {
1747
1441
  border-top-width: 1px;
1748
1442
  }
1749
-
1750
1443
  .border-t-\[0px\] {
1751
1444
  border-top-width: 0px;
1752
1445
  }
1753
-
1754
1446
  .border-none {
1755
1447
  border-style: none;
1756
1448
  }
1757
-
1758
1449
  .\!border-stateColors-error {
1759
1450
  border-color: var(--stateColors-error) !important;
1760
1451
  }
1761
-
1762
- .border-\[\#000\] {
1763
- --tw-border-opacity: 1;
1764
- border-color: rgb(0 0 0 / var(--tw-border-opacity));
1765
- }
1766
-
1767
1452
  .border-\[\#E3E3E3\] {
1768
1453
  --tw-border-opacity: 1;
1769
1454
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
1770
1455
  }
1771
-
1772
1456
  .border-black {
1773
1457
  --tw-border-opacity: 1;
1774
1458
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
1775
1459
  }
1776
-
1777
1460
  .border-buttonColors-primaryOutlineColor {
1778
1461
  border-color: var(--buttonColors-primaryOutlineColor);
1779
1462
  }
1780
-
1781
1463
  .border-buttonColors-secondaryOutlineColor {
1782
1464
  border-color: var(--buttonColors-secondaryOutlineColor);
1783
1465
  }
1784
-
1785
1466
  .border-coreColors-brandColorPrimary {
1786
1467
  border-color: var(--coreColors-brandColorPrimary);
1787
1468
  }
1788
-
1789
1469
  .border-coreColors-dividingLines {
1790
1470
  border-color: var(--coreColors-dividingLines);
1791
1471
  }
1792
-
1793
1472
  .border-gray-300 {
1794
1473
  --tw-border-opacity: 1;
1795
1474
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
1796
1475
  }
1797
-
1798
1476
  .border-input {
1799
1477
  border-color: hsl(var(--input));
1800
1478
  }
1801
-
1802
1479
  .border-stateColors-error {
1803
1480
  border-color: var(--stateColors-error);
1804
1481
  }
1805
-
1806
1482
  .border-transparent {
1807
1483
  border-color: transparent;
1808
1484
  }
1809
-
1810
1485
  .border-l-transparent {
1811
1486
  border-left-color: transparent;
1812
1487
  }
1813
-
1814
1488
  .border-t-transparent {
1815
1489
  border-top-color: transparent;
1816
1490
  }
1817
-
1818
1491
  .bg-\[\#612EFF\] {
1819
1492
  --tw-bg-opacity: 1;
1820
1493
  background-color: rgb(97 46 255 / var(--tw-bg-opacity));
1821
1494
  }
1822
-
1823
- .bg-\[\#FFFFFF\] {
1824
- --tw-bg-opacity: 1;
1825
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1826
- }
1827
-
1828
1495
  .bg-background {
1829
1496
  background-color: hsl(var(--background));
1830
1497
  }
1831
-
1832
1498
  .bg-black {
1833
1499
  --tw-bg-opacity: 1;
1834
1500
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1835
1501
  }
1836
-
1837
1502
  .bg-black\/80 {
1838
1503
  background-color: rgb(0 0 0 / 0.8);
1839
1504
  }
1840
-
1841
1505
  .bg-border {
1842
1506
  background-color: hsl(var(--border));
1843
1507
  }
1844
-
1845
1508
  .bg-buttonColors-primaryFill {
1846
1509
  background-color: var(--buttonColors-primaryFill);
1847
1510
  }
1848
-
1849
1511
  .bg-buttonColors-secondaryFill {
1850
1512
  background-color: var(--buttonColors-secondaryFill);
1851
1513
  }
1852
-
1853
1514
  .bg-coreColors-brandColorPrimary {
1854
1515
  background-color: var(--coreColors-brandColorPrimary);
1855
1516
  }
1856
-
1857
1517
  .bg-coreColors-dividingLines {
1858
1518
  background-color: var(--coreColors-dividingLines);
1859
1519
  }
1860
-
1861
1520
  .bg-coreColors-inputBackground {
1862
1521
  background-color: var(--coreColors-inputBackground);
1863
1522
  }
1864
-
1865
1523
  .bg-coreColors-modalBackground {
1866
1524
  background-color: var(--coreColors-modalBackground);
1867
1525
  }
1868
-
1869
1526
  .bg-coreColors-pageColor {
1870
1527
  background-color: var(--coreColors-pageColor);
1871
1528
  }
1872
-
1873
1529
  .bg-gray-300 {
1874
1530
  --tw-bg-opacity: 1;
1875
1531
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
1876
1532
  }
1877
-
1878
1533
  .bg-productBadging-fill {
1879
1534
  background-color: var(--productBadging-fill);
1880
1535
  }
1881
-
1882
1536
  .bg-stateColors-disabled {
1883
1537
  background-color: var(--stateColors-disabled);
1884
1538
  }
1885
-
1886
1539
  .bg-stateColors-error {
1887
1540
  background-color: var(--stateColors-error);
1888
1541
  }
1889
-
1890
1542
  .bg-stateColors-skeleton {
1891
1543
  background-color: var(--stateColors-skeleton);
1892
1544
  }
1893
-
1894
1545
  .bg-stateColors-success {
1895
1546
  background-color: var(--stateColors-success);
1896
1547
  }
1897
-
1898
1548
  .bg-stateColors-warning {
1899
1549
  background-color: var(--stateColors-warning);
1900
1550
  }
1901
-
1902
1551
  .bg-transparent {
1903
1552
  background-color: transparent;
1904
1553
  }
1905
-
1906
1554
  .bg-white {
1907
1555
  --tw-bg-opacity: 1;
1908
1556
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1909
1557
  }
1910
-
1911
1558
  .bg-fade-left {
1912
1559
  background-image: linear-gradient(to right, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
1913
1560
  }
1914
-
1915
1561
  .bg-fade-right {
1916
1562
  background-image: linear-gradient(to left, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
1917
1563
  }
1918
-
1919
1564
  .bg-contain {
1920
1565
  background-size: contain;
1921
1566
  }
1922
-
1923
1567
  .fill-current {
1924
1568
  fill: currentColor;
1925
1569
  }
1926
-
1927
1570
  .object-contain {
1928
1571
  -o-object-fit: contain;
1929
1572
  object-fit: contain;
1930
1573
  }
1931
-
1932
1574
  .object-cover {
1933
1575
  -o-object-fit: cover;
1934
1576
  object-fit: cover;
1935
1577
  }
1936
-
1937
1578
  .p-0 {
1938
1579
  padding: 0px;
1939
1580
  }
1940
-
1941
1581
  .p-1 {
1942
1582
  padding: 0.25rem;
1943
1583
  }
1944
-
1945
1584
  .p-2 {
1946
1585
  padding: 0.5rem;
1947
1586
  }
1948
-
1949
1587
  .p-3 {
1950
1588
  padding: 0.75rem;
1951
1589
  }
1952
-
1953
1590
  .p-4 {
1954
1591
  padding: 1rem;
1955
1592
  }
1956
-
1957
1593
  .p-6 {
1958
1594
  padding: 1.5rem;
1959
1595
  }
1960
-
1961
1596
  .p-\[1px\] {
1962
1597
  padding: 1px;
1963
1598
  }
1964
-
1965
1599
  .\!px-0 {
1966
1600
  padding-left: 0px !important;
1967
1601
  padding-right: 0px !important;
1968
1602
  }
1969
-
1970
1603
  .px-0 {
1971
1604
  padding-left: 0px;
1972
1605
  padding-right: 0px;
1973
1606
  }
1974
-
1975
1607
  .px-1 {
1976
1608
  padding-left: 0.25rem;
1977
1609
  padding-right: 0.25rem;
1978
1610
  }
1979
-
1980
1611
  .px-2 {
1981
1612
  padding-left: 0.5rem;
1982
1613
  padding-right: 0.5rem;
1983
1614
  }
1984
-
1985
1615
  .px-2\.5 {
1986
1616
  padding-left: 0.625rem;
1987
1617
  padding-right: 0.625rem;
1988
1618
  }
1989
-
1990
1619
  .px-3 {
1991
1620
  padding-left: 0.75rem;
1992
1621
  padding-right: 0.75rem;
1993
1622
  }
1994
-
1995
1623
  .px-4 {
1996
1624
  padding-left: 1rem;
1997
1625
  padding-right: 1rem;
1998
1626
  }
1999
-
2000
1627
  .px-5 {
2001
1628
  padding-left: 1.25rem;
2002
1629
  padding-right: 1.25rem;
2003
1630
  }
2004
-
2005
1631
  .px-8 {
2006
1632
  padding-left: 2rem;
2007
1633
  padding-right: 2rem;
2008
1634
  }
2009
-
2010
1635
  .py-1 {
2011
1636
  padding-top: 0.25rem;
2012
1637
  padding-bottom: 0.25rem;
2013
1638
  }
2014
-
2015
1639
  .py-2 {
2016
1640
  padding-top: 0.5rem;
2017
1641
  padding-bottom: 0.5rem;
2018
1642
  }
2019
-
2020
1643
  .py-3 {
2021
1644
  padding-top: 0.75rem;
2022
1645
  padding-bottom: 0.75rem;
2023
1646
  }
2024
-
2025
1647
  .py-4 {
2026
1648
  padding-top: 1rem;
2027
1649
  padding-bottom: 1rem;
2028
1650
  }
2029
-
1651
+ .pb-0 {
1652
+ padding-bottom: 0px;
1653
+ }
2030
1654
  .pb-1 {
2031
1655
  padding-bottom: 0.25rem;
2032
1656
  }
2033
-
2034
1657
  .pb-2 {
2035
1658
  padding-bottom: 0.5rem;
2036
1659
  }
2037
-
2038
1660
  .pb-4 {
2039
1661
  padding-bottom: 1rem;
2040
1662
  }
2041
-
2042
1663
  .pb-8 {
2043
1664
  padding-bottom: 2rem;
2044
1665
  }
2045
-
2046
1666
  .pl-0 {
2047
1667
  padding-left: 0px;
2048
1668
  }
2049
-
2050
- .pl-10 {
2051
- padding-left: 2.5rem;
2052
- }
2053
-
2054
1669
  .pl-2 {
2055
1670
  padding-left: 0.5rem;
2056
1671
  }
2057
-
2058
1672
  .pl-4 {
2059
1673
  padding-left: 1rem;
2060
1674
  }
2061
-
2062
1675
  .pl-8 {
2063
1676
  padding-left: 2rem;
2064
1677
  }
2065
-
2066
1678
  .pr-0 {
2067
1679
  padding-right: 0px;
2068
1680
  }
2069
-
2070
1681
  .pr-1 {
2071
1682
  padding-right: 0.25rem;
2072
1683
  }
2073
-
2074
1684
  .pr-2 {
2075
1685
  padding-right: 0.5rem;
2076
1686
  }
2077
-
2078
1687
  .pr-4 {
2079
1688
  padding-right: 1rem;
2080
1689
  }
2081
-
2082
1690
  .pr-6 {
2083
1691
  padding-right: 1.5rem;
2084
1692
  }
2085
-
2086
1693
  .pt-0 {
2087
1694
  padding-top: 0px;
2088
1695
  }
2089
-
2090
1696
  .pt-12 {
2091
1697
  padding-top: 3rem;
2092
1698
  }
2093
-
2094
1699
  .pt-2 {
2095
1700
  padding-top: 0.5rem;
2096
1701
  }
2097
-
2098
1702
  .pt-4 {
2099
1703
  padding-top: 1rem;
2100
1704
  }
2101
-
2102
1705
  .pt-5 {
2103
1706
  padding-top: 1.25rem;
2104
1707
  }
2105
-
2106
1708
  .pt-6 {
2107
1709
  padding-top: 1.5rem;
2108
1710
  }
2109
-
2110
1711
  .text-left {
2111
1712
  text-align: left;
2112
1713
  }
2113
-
2114
1714
  .text-center {
2115
1715
  text-align: center;
2116
1716
  }
2117
-
2118
1717
  .text-right {
2119
1718
  text-align: right;
2120
1719
  }
2121
-
2122
1720
  .text-start {
2123
1721
  text-align: start;
2124
1722
  }
2125
-
2126
1723
  .align-top {
2127
1724
  vertical-align: top;
2128
1725
  }
2129
-
2130
1726
  .font-fontRegular {
2131
1727
  font-family: var(--fontRegular);
2132
1728
  }
2133
-
2134
1729
  .text-2xl {
2135
1730
  font-size: 1.5rem;
2136
1731
  line-height: 2rem;
2137
1732
  }
2138
-
2139
1733
  .text-5xl {
2140
1734
  font-size: 3rem;
2141
1735
  line-height: 1;
2142
1736
  }
2143
-
2144
1737
  .text-\[10px\] {
2145
1738
  font-size: 10px;
2146
1739
  }
2147
-
2148
1740
  .text-\[12px\] {
2149
1741
  font-size: 12px;
2150
1742
  }
2151
-
2152
1743
  .text-\[14px\] {
2153
1744
  font-size: 14px;
2154
1745
  }
2155
-
2156
1746
  .text-\[15px\] {
2157
1747
  font-size: 15px;
2158
1748
  }
2159
-
2160
1749
  .text-\[18px\] {
2161
1750
  font-size: 18px;
2162
1751
  }
2163
-
2164
1752
  .text-\[23px\] {
2165
1753
  font-size: 23px;
2166
1754
  }
2167
-
2168
1755
  .text-base {
2169
1756
  font-size: 1rem;
2170
1757
  line-height: 1.5rem;
2171
1758
  }
2172
-
2173
1759
  .text-lg {
2174
1760
  font-size: 1.125rem;
2175
1761
  line-height: 1.75rem;
2176
1762
  }
2177
-
2178
1763
  .text-sm {
2179
1764
  font-size: 0.875rem;
2180
1765
  line-height: 1.25rem;
2181
1766
  }
2182
-
2183
1767
  .text-xs {
2184
1768
  font-size: 0.75rem;
2185
1769
  line-height: 1rem;
2186
1770
  }
2187
-
2188
1771
  .font-medium {
2189
1772
  font-weight: 500;
2190
1773
  }
2191
-
2192
1774
  .font-normal {
2193
1775
  font-weight: 400;
2194
1776
  }
2195
-
2196
1777
  .font-semibold {
2197
1778
  font-weight: 600;
2198
1779
  }
2199
-
2200
1780
  .uppercase {
2201
1781
  text-transform: uppercase;
2202
1782
  }
2203
-
2204
1783
  .lowercase {
2205
1784
  text-transform: lowercase;
2206
1785
  }
2207
-
2208
1786
  .capitalize {
2209
1787
  text-transform: capitalize;
2210
1788
  }
2211
-
2212
1789
  .leading-6 {
2213
1790
  line-height: 1.5rem;
2214
1791
  }
2215
-
2216
1792
  .leading-\[130\%\] {
2217
1793
  line-height: 130%;
2218
1794
  }
2219
-
2220
1795
  .leading-\[13px\] {
2221
1796
  line-height: 13px;
2222
1797
  }
2223
-
2224
1798
  .leading-\[160\%\] {
2225
1799
  line-height: 160%;
2226
1800
  }
2227
-
2228
1801
  .leading-\[24px\] {
2229
1802
  line-height: 24px;
2230
1803
  }
2231
-
2232
1804
  .leading-none {
2233
1805
  line-height: 1;
2234
1806
  }
2235
-
2236
1807
  .text-\[\#727272\] {
2237
1808
  --tw-text-opacity: 1;
2238
1809
  color: rgb(114 114 114 / var(--tw-text-opacity));
2239
1810
  }
2240
-
2241
1811
  .text-black {
2242
1812
  --tw-text-opacity: 1;
2243
1813
  color: rgb(0 0 0 / var(--tw-text-opacity));
2244
1814
  }
2245
-
2246
1815
  .text-buttonColors-destructiveText {
2247
1816
  color: var(--buttonColors-destructiveText);
2248
1817
  }
2249
-
2250
1818
  .text-buttonColors-disabled {
2251
1819
  color: var(--buttonColors-disabled);
2252
1820
  }
2253
-
2254
1821
  .text-buttonColors-primaryFill {
2255
1822
  color: var(--buttonColors-primaryFill);
2256
1823
  }
2257
-
2258
1824
  .text-buttonColors-primaryOutline {
2259
1825
  color: var(--buttonColors-primaryOutline);
2260
1826
  }
2261
-
2262
1827
  .text-buttonColors-primaryOutlineColor {
2263
1828
  color: var(--buttonColors-primaryOutlineColor);
2264
1829
  }
2265
-
2266
1830
  .text-buttonColors-primaryOutlineEnabled {
2267
1831
  color: var(--buttonColors-primaryOutlineEnabled);
2268
1832
  }
2269
-
2270
1833
  .text-buttonColors-primaryShadow {
2271
1834
  color: var(--buttonColors-primaryShadow);
2272
1835
  }
2273
-
2274
1836
  .text-buttonColors-primaryText {
2275
1837
  color: var(--buttonColors-primaryText);
2276
1838
  }
2277
-
2278
1839
  .text-buttonColors-secondaryFill {
2279
1840
  color: var(--buttonColors-secondaryFill);
2280
1841
  }
2281
-
2282
1842
  .text-buttonColors-secondaryOutline {
2283
1843
  color: var(--buttonColors-secondaryOutline);
2284
1844
  }
2285
-
2286
1845
  .text-buttonColors-secondaryOutlineColor {
2287
1846
  color: var(--buttonColors-secondaryOutlineColor);
2288
1847
  }
2289
-
2290
1848
  .text-buttonColors-secondaryOutlineEnabled {
2291
1849
  color: var(--buttonColors-secondaryOutlineEnabled);
2292
1850
  }
2293
-
2294
1851
  .text-buttonColors-secondaryShadow {
2295
1852
  color: var(--buttonColors-secondaryShadow);
2296
1853
  }
2297
-
2298
1854
  .text-buttonColors-secondaryText {
2299
1855
  color: var(--buttonColors-secondaryText);
2300
1856
  }
2301
-
2302
1857
  .text-coreColors-brandColorPrimary {
2303
1858
  color: var(--coreColors-brandColorPrimary);
2304
1859
  }
2305
-
2306
1860
  .text-coreColors-dividingLines {
2307
1861
  color: var(--coreColors-dividingLines);
2308
1862
  }
2309
-
2310
1863
  .text-coreColors-headerBackground {
2311
1864
  color: var(--coreColors-headerBackground);
2312
1865
  }
2313
-
2314
1866
  .text-coreColors-headerIcon {
2315
1867
  color: var(--coreColors-headerIcon);
2316
1868
  }
2317
-
2318
1869
  .text-coreColors-inputBackground {
2319
1870
  color: var(--coreColors-inputBackground);
2320
1871
  }
2321
-
2322
1872
  .text-coreColors-modalBackground {
2323
1873
  color: var(--coreColors-modalBackground);
2324
1874
  }
2325
-
2326
1875
  .text-coreColors-pageColor {
2327
1876
  color: var(--coreColors-pageColor);
2328
1877
  }
2329
-
2330
1878
  .text-coreColors-primaryIcon {
2331
1879
  color: var(--coreColors-primaryIcon);
2332
1880
  }
2333
-
2334
1881
  .text-coreColors-secondaryIcon {
2335
1882
  color: var(--coreColors-secondaryIcon);
2336
1883
  }
2337
-
2338
1884
  .text-coreColors-shadow {
2339
1885
  color: var(--coreColors-shadow);
2340
1886
  }
2341
-
2342
1887
  .text-coreColors-shadowsEnabled {
2343
1888
  color: var(--coreColors-shadowsEnabled);
2344
1889
  }
2345
-
2346
1890
  .text-coreColors-tabBar {
2347
1891
  color: var(--coreColors-tabBar);
2348
1892
  }
2349
-
2350
1893
  .text-current {
2351
1894
  color: currentColor;
2352
1895
  }
2353
-
2354
1896
  .text-foreground\/50 {
2355
1897
  color: hsl(var(--foreground) / 0.5);
2356
1898
  }
2357
-
2358
1899
  .text-muted-foreground {
2359
1900
  color: hsl(var(--muted-foreground));
2360
1901
  }
2361
-
2362
1902
  .text-productBadging-text {
2363
1903
  color: var(--productBadging-text);
2364
1904
  }
2365
-
2366
1905
  .text-stateColors-disabled {
2367
1906
  color: var(--stateColors-disabled);
2368
1907
  }
2369
-
2370
1908
  .text-stateColors-error {
2371
1909
  color: var(--stateColors-error);
2372
1910
  }
2373
-
2374
1911
  .text-stateColors-favorites {
2375
1912
  color: var(--stateColors-favorites);
2376
1913
  }
2377
-
2378
1914
  .text-stateColors-reviews {
2379
1915
  color: var(--stateColors-reviews);
2380
1916
  }
2381
-
2382
1917
  .text-stateColors-skeleton {
2383
1918
  color: var(--stateColors-skeleton);
2384
1919
  }
2385
-
2386
1920
  .text-stateColors-subscriptions {
2387
1921
  color: var(--stateColors-subscriptions);
2388
1922
  }
2389
-
2390
1923
  .text-stateColors-success {
2391
1924
  color: var(--stateColors-success);
2392
1925
  }
2393
-
2394
1926
  .text-stateColors-warning {
2395
1927
  color: var(--stateColors-warning);
2396
1928
  }
2397
-
2398
1929
  .text-textColors-legalText {
2399
1930
  color: var(--textColors-legalText);
2400
1931
  }
2401
-
2402
1932
  .text-textColors-pageTitle {
2403
1933
  color: var(--textColors-pageTitle);
2404
1934
  }
2405
-
2406
1935
  .text-textColors-priceText {
2407
1936
  color: var(--textColors-priceText);
2408
1937
  }
2409
-
2410
1938
  .text-textColors-primaryColor {
2411
1939
  color: var(--textColors-primaryColor, #121212ff);
2412
1940
  }
2413
-
2414
1941
  .text-textColors-productTitle {
2415
1942
  color: var(--textColors-productTitle);
2416
1943
  }
2417
-
2418
1944
  .text-textColors-salePriceText {
2419
1945
  color: var(--textColors-salePriceText);
2420
1946
  }
2421
-
2422
1947
  .text-textColors-secondaryColor {
2423
1948
  color: var(--textColors-secondaryColor, #727272ff);
2424
1949
  }
2425
-
2426
1950
  .text-textColors-strikethroughPriceText {
2427
1951
  color: var(--textColors-strikethroughPriceText);
2428
1952
  }
2429
-
2430
1953
  .text-white {
2431
1954
  --tw-text-opacity: 1;
2432
1955
  color: rgb(255 255 255 / var(--tw-text-opacity));
2433
1956
  }
2434
-
2435
1957
  .line-through {
2436
1958
  text-decoration-line: line-through;
2437
1959
  }
2438
-
2439
1960
  .underline-offset-4 {
2440
1961
  text-underline-offset: 4px;
2441
1962
  }
2442
-
2443
1963
  .opacity-0 {
2444
1964
  opacity: 0;
2445
1965
  }
2446
-
2447
1966
  .opacity-100 {
2448
1967
  opacity: 1;
2449
1968
  }
2450
-
2451
1969
  .opacity-50 {
2452
1970
  opacity: 0.5;
2453
1971
  }
2454
-
2455
1972
  .shadow {
2456
1973
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
2457
1974
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
2458
1975
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2459
1976
  }
2460
-
2461
1977
  .shadow-\[0_0_6px_0_rgba\(17\2c 17\2c 17\2c 0\.16\)\] {
2462
1978
  --tw-shadow: 0 0 6px 0 rgba(17,17,17,0.16);
2463
1979
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
2464
1980
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2465
1981
  }
2466
-
2467
1982
  .shadow-lg {
2468
1983
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2469
1984
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2470
1985
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2471
1986
  }
2472
-
2473
1987
  .shadow-md {
2474
1988
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
2475
1989
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
2476
1990
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2477
1991
  }
2478
-
2479
1992
  .shadow-primary {
2480
1993
  --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);;
2481
1994
  --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);;
2482
1995
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2483
1996
  }
2484
-
2485
1997
  .shadow-secondary {
2486
1998
  --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);;
2487
1999
  --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);;
2488
2000
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2489
2001
  }
2490
-
2491
2002
  .shadow-buttonColors-primaryShadow {
2492
2003
  --tw-shadow-color: var(--buttonColors-primaryShadow);
2493
2004
  --tw-shadow: var(--tw-shadow-colored);
2494
2005
  }
2495
-
2496
2006
  .shadow-primary {
2497
2007
  --tw-shadow-color: hsl(var(--primary));
2498
2008
  --tw-shadow: var(--tw-shadow-colored);
2499
2009
  }
2500
-
2501
2010
  .shadow-secondary {
2502
2011
  --tw-shadow-color: hsl(var(--secondary));
2503
2012
  --tw-shadow: var(--tw-shadow-colored);
2504
2013
  }
2505
-
2506
2014
  .outline-none {
2507
2015
  outline: 2px solid transparent;
2508
2016
  outline-offset: 2px;
2509
2017
  }
2510
-
2511
2018
  .outline {
2512
2019
  outline-style: solid;
2513
2020
  }
2514
-
2515
2021
  .outline-0 {
2516
2022
  outline-width: 0px;
2517
2023
  }
2518
-
2519
2024
  .outline-1 {
2520
2025
  outline-width: 1px;
2521
2026
  }
2522
-
2523
2027
  .outline-coreColors-brandColorPrimary {
2524
2028
  outline-color: var(--coreColors-brandColorPrimary);
2525
2029
  }
2526
-
2527
2030
  .outline-coreColors-dividingLines {
2528
2031
  outline-color: var(--coreColors-dividingLines);
2529
2032
  }
2530
-
2531
2033
  .outline-stateColors-error {
2532
2034
  outline-color: var(--stateColors-error);
2533
2035
  }
2534
-
2535
2036
  .outline-stateColors-skeleton {
2536
2037
  outline-color: var(--stateColors-skeleton);
2537
2038
  }
2538
-
2539
2039
  .outline-transparent {
2540
2040
  outline-color: transparent;
2541
2041
  }
2542
-
2543
2042
  .ring-0 {
2544
2043
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2545
2044
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2546
2045
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2547
2046
  }
2548
-
2549
2047
  .ring-offset-background {
2550
2048
  --tw-ring-offset-color: hsl(var(--background));
2551
2049
  }
2552
-
2553
2050
  .drop-shadow-\[0_3px_1px_0_rgba\(0\2c 0\2c 0\2c 1\)\] {
2554
2051
  --tw-drop-shadow: drop-shadow(0 3px 1px 0 rgba(0,0,0,1));
2555
2052
  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);
2556
2053
  }
2557
-
2558
2054
  .filter {
2559
2055
  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);
2560
2056
  }
2561
-
2562
2057
  .transition {
2563
2058
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
2564
2059
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
@@ -2566,108 +2061,88 @@ body {
2566
2061
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2567
2062
  transition-duration: 150ms;
2568
2063
  }
2569
-
2570
2064
  .transition-all {
2571
2065
  transition-property: all;
2572
2066
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2573
2067
  transition-duration: 150ms;
2574
2068
  }
2575
-
2576
2069
  .transition-colors {
2577
2070
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
2578
2071
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2579
2072
  transition-duration: 150ms;
2580
2073
  }
2581
-
2582
2074
  .transition-opacity {
2583
2075
  transition-property: opacity;
2584
2076
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2585
2077
  transition-duration: 150ms;
2586
2078
  }
2587
-
2588
2079
  .transition-transform {
2589
2080
  transition-property: transform;
2590
2081
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2591
2082
  transition-duration: 150ms;
2592
2083
  }
2593
-
2594
2084
  .duration-150 {
2595
2085
  transition-duration: 150ms;
2596
2086
  }
2597
-
2598
2087
  .duration-200 {
2599
2088
  transition-duration: 200ms;
2600
2089
  }
2601
-
2602
2090
  .duration-300 {
2603
2091
  transition-duration: 300ms;
2604
2092
  }
2605
-
2606
2093
  .duration-500 {
2607
2094
  transition-duration: 500ms;
2608
2095
  }
2609
-
2610
2096
  .ease-in-out {
2611
2097
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2612
2098
  }
2613
-
2614
2099
  @keyframes enter {
2100
+
2615
2101
  from {
2616
2102
  opacity: var(--tw-enter-opacity, 1);
2617
2103
  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));
2618
2104
  }
2619
2105
  }
2620
-
2621
2106
  @keyframes exit {
2107
+
2622
2108
  to {
2623
2109
  opacity: var(--tw-exit-opacity, 1);
2624
2110
  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));
2625
2111
  }
2626
2112
  }
2627
-
2628
2113
  .duration-150 {
2629
2114
  animation-duration: 150ms;
2630
2115
  }
2631
-
2632
2116
  .duration-200 {
2633
2117
  animation-duration: 200ms;
2634
2118
  }
2635
-
2636
2119
  .duration-300 {
2637
2120
  animation-duration: 300ms;
2638
2121
  }
2639
-
2640
2122
  .duration-500 {
2641
2123
  animation-duration: 500ms;
2642
2124
  }
2643
-
2644
2125
  .ease-in-out {
2645
2126
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2646
2127
  }
2647
-
2648
2128
  .container {
2649
- padding-right: 16px;
2650
- padding-left: 16px;
2651
- }
2652
-
2129
+ padding-right: 16px;
2130
+ padding-left: 16px;
2131
+ }
2653
2132
  *:hover {
2654
- text-decoration-line: unset !important;
2655
- }
2656
-
2133
+ text-decoration-line: unset !important;
2134
+ }
2657
2135
  .\[-ms-overflow-style\:none\] {
2658
2136
  -ms-overflow-style: none;
2659
2137
  }
2660
-
2661
2138
  .\[scrollbar-width\:none\] {
2662
2139
  scrollbar-width: none;
2663
2140
  }
2664
2141
 
2665
2142
  body::-webkit-scrollbar {
2666
2143
  display: none;
2667
- -ms-overflow-style: none;
2668
- /* IE and Edge */
2669
- scrollbar-width: none;
2670
- /* Firefox */
2144
+ -ms-overflow-style: none; /* IE and Edge */
2145
+ scrollbar-width: none; /* Firefox */
2671
2146
  }
2672
2147
 
2673
2148
  .gradient-right::before,
@@ -3058,6 +2533,7 @@ body::-webkit-scrollbar {
3058
2533
  }
3059
2534
 
3060
2535
  @keyframes accordion-up {
2536
+
3061
2537
  from {
3062
2538
  height: var(--radix-accordion-content-height);
3063
2539
  }
@@ -3072,6 +2548,7 @@ body::-webkit-scrollbar {
3072
2548
  }
3073
2549
 
3074
2550
  @keyframes accordion-down {
2551
+
3075
2552
  from {
3076
2553
  height: 0;
3077
2554
  }
@@ -3101,10 +2578,6 @@ body::-webkit-scrollbar {
3101
2578
  padding-right: 2.5rem;
3102
2579
  }
3103
2580
 
3104
- .data-\[error\=true\]\:text-stateColors-error[data-error=true] {
3105
- color: var(--stateColors-error);
3106
- }
3107
-
3108
2581
  .data-\[state\=on\]\:text-accent-foreground[data-state=on] {
3109
2582
  color: hsl(var(--accent-foreground));
3110
2583
  }
@@ -3212,6 +2685,7 @@ body::-webkit-scrollbar {
3212
2685
  }
3213
2686
 
3214
2687
  @media (min-width: 640px) {
2688
+
3215
2689
  .sm\:mt-0 {
3216
2690
  margin-top: 0px;
3217
2691
  }