@gofynd/theme-template 2.0.0 → 2.0.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 (155) hide show
  1. package/dist/components/address-form/address-form.css +24 -24
  2. package/dist/components/address-form/form-input-selector.css +20 -20
  3. package/dist/components/address-item/address-item.css +4 -4
  4. package/dist/components/beneficiary-list/beneficiary-list-item/beneficiary-list-item.css +4 -4
  5. package/dist/components/beneficiary-list/beneficiary-list.css +8 -8
  6. package/dist/components/blog-footer/blog-footer.css +4 -4
  7. package/dist/components/blog-page/blog-page.css +12 -12
  8. package/dist/components/blog-tabs/blog-tabs.css +4 -4
  9. package/dist/components/breadcrumb/breadcrumb.css +5 -5
  10. package/dist/components/chip-review-item/chip-review-item.css +4 -4
  11. package/dist/components/core/fy-button/fy-button.css +342 -9
  12. package/dist/components/core/fy-dropdown/fy-dropdown.css +4 -4
  13. package/dist/components/core/fy-input/fy-input.css +4 -4
  14. package/dist/components/core/fy-input-group/fy-input-group.css +4 -4
  15. package/dist/components/core/modal/modal.css +4 -4
  16. package/dist/components/core/skeletons/image-skeleton.css +4 -4
  17. package/dist/components/dropdown/dropdown.css +4 -4
  18. package/dist/components/empty-state/empty-state.css +4 -4
  19. package/dist/components/filter-modal/filter-modal.css +23 -23
  20. package/dist/components/form-builder/form-builder.css +362 -29
  21. package/dist/components/index.css +411 -78
  22. package/dist/components/index.js +1 -1
  23. package/dist/components/listing-description/listing-description.css +5 -5
  24. package/dist/components/loader/loader.css +338 -5
  25. package/dist/components/location-modal/location-modal.css +354 -21
  26. package/dist/components/order-header/order-header.css +8 -8
  27. package/dist/components/order-shipment/order-shipment.css +4 -4
  28. package/dist/components/payment-detail-card/payment-detail-card.css +4 -4
  29. package/dist/components/price-breakup/price-breakup.css +4 -4
  30. package/dist/components/price-breakup/price-breakup.js +1 -1
  31. package/dist/components/product-card/product-card.css +347 -14
  32. package/dist/components/profile-navigation/profile-navigation.css +5 -5
  33. package/dist/components/quantity-control/quantity-control.css +4 -4
  34. package/dist/components/range-slider/range-slider.css +8 -8
  35. package/dist/components/reasons-list/reason-item/reason-item.css +4 -4
  36. package/dist/components/reasons-list/reasons-list.css +8 -8
  37. package/dist/components/scroll-top/scroll-top.css +5 -5
  38. package/dist/components/shipment-address/shipment-address.css +4 -4
  39. package/dist/components/shipment-breakup/shipment-breakup.css +4 -4
  40. package/dist/components/shipment-item/shipment-item.css +4 -4
  41. package/dist/components/shipment-tracking/shipment-tracking.css +4 -4
  42. package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +4 -4
  43. package/dist/components/shipments-update-item/shipments-update-item.css +8 -8
  44. package/dist/components/sort-modal/sort-modal.css +8 -8
  45. package/dist/components/spinner/spinner.css +4 -4
  46. package/dist/components/stepper/stepper.css +4 -4
  47. package/dist/index.css +782 -401
  48. package/dist/index.js +1 -1
  49. package/dist/page-layouts/auth/account-locked/account-locked.css +346 -13
  50. package/dist/page-layouts/auth/login-register-toggle/login-register-toggle.css +4 -4
  51. package/dist/page-layouts/auth/mobile-number/mobile-number.css +4 -4
  52. package/dist/page-layouts/auth/verify-both/verify-both.css +4 -4
  53. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +17 -16
  54. package/dist/page-layouts/cart/Components/comment/comment.css +8 -8
  55. package/dist/page-layouts/cart/Components/coupon/coupon.css +8 -8
  56. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +36 -36
  57. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +4 -4
  58. package/dist/page-layouts/cart/Components/gst-card/gst-card.css +4 -4
  59. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +8 -8
  60. package/dist/page-layouts/cart/Components/share-cart/share-cart.css +346 -13
  61. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +342 -9
  62. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +4 -4
  63. package/dist/page-layouts/compare/compare.css +352 -19
  64. package/dist/page-layouts/login/component/login-mode-button/login-mode-button.css +4 -4
  65. package/dist/page-layouts/login/component/login-otp/login-otp.css +8 -8
  66. package/dist/page-layouts/login/component/login-password/login-password.css +8 -8
  67. package/dist/page-layouts/login/component/term-privacy/term-privacy.css +4 -4
  68. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +382 -49
  69. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  70. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
  71. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
  72. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
  73. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
  74. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
  75. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
  76. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
  77. package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
  78. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
  79. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
  80. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
  81. package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
  82. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
  83. package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
  84. package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
  85. package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
  86. package/dist/page-layouts/single-checkout/modal.css +4 -4
  87. package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
  88. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  89. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
  90. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  91. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
  92. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
  93. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  94. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
  95. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
  96. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
  97. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  98. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
  99. package/dist/pages/blog/blog.css +20 -20
  100. package/dist/pages/blog/index.css +20 -20
  101. package/dist/pages/cart/cart.css +423 -89
  102. package/dist/pages/cart/cart.js +1 -1
  103. package/dist/pages/cart/index.css +423 -89
  104. package/dist/pages/cart/index.js +1 -1
  105. package/dist/pages/checkout/checkout.css +180 -133
  106. package/dist/pages/checkout/checkout.js +1 -1
  107. package/dist/pages/checkout/index.css +180 -133
  108. package/dist/pages/checkout/index.js +1 -1
  109. package/dist/pages/contact-us/contact-us.css +350 -17
  110. package/dist/pages/contact-us/index.css +350 -17
  111. package/dist/pages/edit-profile/edit-profile.css +12 -12
  112. package/dist/pages/edit-profile/index.css +12 -12
  113. package/dist/pages/faq/faq.css +4 -4
  114. package/dist/pages/faq/index.css +4 -4
  115. package/dist/pages/forgot-password/forget-password.css +8 -8
  116. package/dist/pages/forgot-password/index.css +8 -8
  117. package/dist/pages/index.css +764 -383
  118. package/dist/pages/index.js +1 -1
  119. package/dist/pages/login/index.css +28 -28
  120. package/dist/pages/login/login.css +28 -28
  121. package/dist/pages/order/index.css +350 -17
  122. package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
  123. package/dist/pages/order/order-tracking.css +350 -17
  124. package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
  125. package/dist/pages/order-status/index.css +363 -33
  126. package/dist/pages/order-status/index.js +1 -1
  127. package/dist/pages/order-status/order-status.css +363 -33
  128. package/dist/pages/order-status/order-status.js +1 -1
  129. package/dist/pages/product-listing/index.css +457 -124
  130. package/dist/pages/product-listing/index.js +1 -1
  131. package/dist/pages/product-listing/product-listing.css +457 -124
  132. package/dist/pages/product-listing/product-listing.js +1 -1
  133. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
  134. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
  135. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
  136. package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
  137. package/dist/pages/profile/email/email.css +362 -29
  138. package/dist/pages/profile/email/index.css +362 -29
  139. package/dist/pages/profile/index.css +350 -17
  140. package/dist/pages/profile/phone/index.css +366 -33
  141. package/dist/pages/profile/phone/phone.css +366 -33
  142. package/dist/pages/profile/profile-details.css +350 -17
  143. package/dist/pages/register/index.css +20 -20
  144. package/dist/pages/register/register.css +20 -20
  145. package/dist/pages/set-password/index.css +4 -4
  146. package/dist/pages/set-password/set-password.css +4 -4
  147. package/dist/pages/shared-cart/index.css +8 -8
  148. package/dist/pages/shared-cart/shared-cart.css +8 -8
  149. package/dist/pages/verify-email/index.css +4 -4
  150. package/dist/pages/verify-email/verify-email.css +4 -4
  151. package/dist/pages/wishlist/index.css +406 -73
  152. package/dist/pages/wishlist/index.js +1 -1
  153. package/dist/pages/wishlist/wishlist.css +406 -73
  154. package/dist/pages/wishlist/wishlist.js +1 -1
  155. package/package.json +1 -1
@@ -106,7 +106,7 @@ h4,
106
106
  letter-spacing: -0.02em;
107
107
  color: var(--textHeading, #26201a);
108
108
  font-size: 16px;
109
- line-height: 18px;
109
+ line-height: 1.5;
110
110
  }
111
111
  @media only screen and (min-width: 769px) {
112
112
  h4,
@@ -115,7 +115,7 @@ h4,
115
115
  letter-spacing: -0.02em;
116
116
  color: var(--textHeading, #26201a);
117
117
  font-size: 20px;
118
- line-height: 24px;
118
+ line-height: 1.5;
119
119
  }
120
120
  }
121
121
  h5,
@@ -182,7 +182,7 @@ h5,
182
182
  .email__caption-medium___hurbu,
183
183
  .email__captionMedium___twfq9 {
184
184
  font-size: 12px;
185
- line-height: 14px;
185
+ line-height: 1.5;
186
186
  letter-spacing: -0.02em;
187
187
  font-weight: 500;
188
188
  }
@@ -195,7 +195,7 @@ h5,
195
195
  .email__caption-semi-bold___dhrza,
196
196
  .email__captionSemiBold___vUCkT {
197
197
  font-size: 12px;
198
- line-height: 14px;
198
+ line-height: 1.5;
199
199
  letter-spacing: -0.02em;
200
200
  font-weight: 600;
201
201
  }
@@ -550,7 +550,7 @@ h4,
550
550
  letter-spacing: -0.02em;
551
551
  color: var(--textHeading, #26201a);
552
552
  font-size: 16px;
553
- line-height: 18px;
553
+ line-height: 1.5;
554
554
  }
555
555
  @media only screen and (min-width: 769px) {
556
556
  h4,
@@ -559,7 +559,7 @@ h4,
559
559
  letter-spacing: -0.02em;
560
560
  color: var(--textHeading, #26201a);
561
561
  font-size: 20px;
562
- line-height: 24px;
562
+ line-height: 1.5;
563
563
  }
564
564
  }
565
565
  h5,
@@ -626,7 +626,7 @@ h5,
626
626
  .add-email-modal__caption-medium___UFH3U,
627
627
  .add-email-modal__captionMedium___anbKE {
628
628
  font-size: 12px;
629
- line-height: 14px;
629
+ line-height: 1.5;
630
630
  letter-spacing: -0.02em;
631
631
  font-weight: 500;
632
632
  }
@@ -639,7 +639,7 @@ h5,
639
639
  .add-email-modal__caption-semi-bold___HG66X,
640
640
  .add-email-modal__captionSemiBold___njmuE {
641
641
  font-size: 12px;
642
- line-height: 14px;
642
+ line-height: 1.5;
643
643
  letter-spacing: -0.02em;
644
644
  font-weight: 600;
645
645
  }
@@ -966,7 +966,7 @@ h4,
966
966
  letter-spacing: -0.02em;
967
967
  color: var(--textHeading, #26201a);
968
968
  font-size: 16px;
969
- line-height: 18px;
969
+ line-height: 1.5;
970
970
  }
971
971
  @media only screen and (min-width: 769px) {
972
972
  h4,
@@ -975,7 +975,7 @@ h4,
975
975
  letter-spacing: -0.02em;
976
976
  color: var(--textHeading, #26201a);
977
977
  font-size: 20px;
978
- line-height: 24px;
978
+ line-height: 1.5;
979
979
  }
980
980
  }
981
981
  h5,
@@ -1042,7 +1042,7 @@ h5,
1042
1042
  .modal__caption-medium___GbhtF,
1043
1043
  .modal__captionMedium___zCJpb {
1044
1044
  font-size: 12px;
1045
- line-height: 14px;
1045
+ line-height: 1.5;
1046
1046
  letter-spacing: -0.02em;
1047
1047
  font-weight: 500;
1048
1048
  }
@@ -1055,7 +1055,7 @@ h5,
1055
1055
  .modal__caption-semi-bold___feZV5,
1056
1056
  .modal__captionSemiBold___pxAn7 {
1057
1057
  font-size: 12px;
1058
- line-height: 14px;
1058
+ line-height: 1.5;
1059
1059
  letter-spacing: -0.02em;
1060
1060
  font-weight: 600;
1061
1061
  }
@@ -1446,7 +1446,7 @@ h4,
1446
1446
  letter-spacing: -0.02em;
1447
1447
  color: var(--textHeading, #26201a);
1448
1448
  font-size: 16px;
1449
- line-height: 18px;
1449
+ line-height: 1.5;
1450
1450
  }
1451
1451
  @media only screen and (min-width: 769px) {
1452
1452
  h4,
@@ -1455,7 +1455,7 @@ h4,
1455
1455
  letter-spacing: -0.02em;
1456
1456
  color: var(--textHeading, #26201a);
1457
1457
  font-size: 20px;
1458
- line-height: 24px;
1458
+ line-height: 1.5;
1459
1459
  }
1460
1460
  }
1461
1461
  h5,
@@ -1522,7 +1522,7 @@ h5,
1522
1522
  .fy-input__caption-medium___ypzRG,
1523
1523
  .fy-input__captionMedium___cFBcK {
1524
1524
  font-size: 12px;
1525
- line-height: 14px;
1525
+ line-height: 1.5;
1526
1526
  letter-spacing: -0.02em;
1527
1527
  font-weight: 500;
1528
1528
  }
@@ -1535,7 +1535,7 @@ h5,
1535
1535
  .fy-input__caption-semi-bold___WmtaG,
1536
1536
  .fy-input__captionSemiBold___UuNTY {
1537
1537
  font-size: 12px;
1538
- line-height: 14px;
1538
+ line-height: 1.5;
1539
1539
  letter-spacing: -0.02em;
1540
1540
  font-weight: 600;
1541
1541
  }
@@ -1910,7 +1910,7 @@ h4,
1910
1910
  letter-spacing: -0.02em;
1911
1911
  color: var(--textHeading, #26201a);
1912
1912
  font-size: 16px;
1913
- line-height: 18px;
1913
+ line-height: 1.5;
1914
1914
  }
1915
1915
  @media only screen and (min-width: 769px) {
1916
1916
  h4,
@@ -1919,7 +1919,7 @@ h4,
1919
1919
  letter-spacing: -0.02em;
1920
1920
  color: var(--textHeading, #26201a);
1921
1921
  font-size: 20px;
1922
- line-height: 24px;
1922
+ line-height: 1.5;
1923
1923
  }
1924
1924
  }
1925
1925
  h5,
@@ -1986,7 +1986,7 @@ h5,
1986
1986
  .fy-button__caption-medium___PSB4T,
1987
1987
  .fy-button__captionMedium___iW0z_ {
1988
1988
  font-size: 12px;
1989
- line-height: 14px;
1989
+ line-height: 1.5;
1990
1990
  letter-spacing: -0.02em;
1991
1991
  font-weight: 500;
1992
1992
  }
@@ -1999,7 +1999,7 @@ h5,
1999
1999
  .fy-button__caption-semi-bold___FFG2N,
2000
2000
  .fy-button__captionSemiBold___czTMx {
2001
2001
  font-size: 12px;
2002
- line-height: 14px;
2002
+ line-height: 1.5;
2003
2003
  letter-spacing: -0.02em;
2004
2004
  font-weight: 600;
2005
2005
  }
@@ -2304,7 +2304,342 @@ h5,
2304
2304
  font-size: 16px;
2305
2305
  }
2306
2306
 
2307
- /* Absolute Center Spinner */
2307
+ /**color by character**/
2308
+ /** Font family **/
2309
+ /** Font weight **/
2310
+ .loader__display-block___C28Wh {
2311
+ display: block;
2312
+ }
2313
+ .loader__inline-block___qe6ST,
2314
+ .loader__inlineBlock___RbcTU {
2315
+ display: inline-block;
2316
+ }
2317
+ .loader__flex-row___jtutA {
2318
+ display: flex;
2319
+ }
2320
+ .loader__flex-column___Xo1gh,
2321
+ .loader__flexColumn___BZ1uV {
2322
+ display: flex;
2323
+ flex-direction: column;
2324
+ }
2325
+ .loader__flex-align-center___QKakD,
2326
+ .loader__flexAlignCenter____hCbC {
2327
+ display: flex;
2328
+ align-items: center;
2329
+ }
2330
+ .loader__flex-justify-center___iXbnu,
2331
+ .loader__flexJustifyCenter___x_1Sc {
2332
+ display: flex;
2333
+ justify-content: center;
2334
+ }
2335
+ .loader__flex-center___cERbN,
2336
+ .loader__flexCenter___FRjsH {
2337
+ display: flex;
2338
+ justify-content: center;
2339
+ align-items: center;
2340
+ }
2341
+ .loader__justify-start___PXa_q,
2342
+ .loader__justifyStart___RIbpq {
2343
+ justify-content: flex-start;
2344
+ }
2345
+ .loader__justify-end___N_MxT,
2346
+ .loader__justifyEnd___c9Puj {
2347
+ justify-content: flex-end;
2348
+ }
2349
+ .loader__justify-between___ryNlc,
2350
+ .loader__justifyBetween___bNm10 {
2351
+ justify-content: space-between;
2352
+ }
2353
+ .loader__justify-around___kWvQU,
2354
+ .loader__justifyAround___TO6v6 {
2355
+ justify-content: space-around;
2356
+ }
2357
+ .loader__justify-evenly___r6oLK,
2358
+ .loader__justifyEvenly___NI1zZ {
2359
+ justify-content: space-evenly;
2360
+ }
2361
+ h1,
2362
+ .loader__h1___N9UmV {
2363
+ font-weight: 700;
2364
+ font-size: 28px;
2365
+ line-height: 42px;
2366
+ letter-spacing: -0.03em;
2367
+ color: var(--textHeading, #26201a);
2368
+ }
2369
+ @media only screen and (min-width: 769px) {
2370
+ h1,
2371
+ .loader__h1___N9UmV {
2372
+ font-size: 36px;
2373
+ line-height: 48px;
2374
+ }
2375
+ }
2376
+ h2,
2377
+ .loader__h2___tLPka {
2378
+ font-weight: 700;
2379
+ font-size: 28px;
2380
+ line-height: 36px;
2381
+ letter-spacing: -0.03em;
2382
+ color: var(--textHeading, #26201a);
2383
+ }
2384
+ @media only screen and (min-width: 769px) {
2385
+ h2,
2386
+ .loader__h2___tLPka {
2387
+ font-size: 32px;
2388
+ line-height: 42px;
2389
+ }
2390
+ }
2391
+ h3,
2392
+ .loader__h3___lpAs2 {
2393
+ font-weight: 700;
2394
+ letter-spacing: -0.02em;
2395
+ color: var(--textHeading, #26201a);
2396
+ font-size: 24px;
2397
+ line-height: 32px;
2398
+ }
2399
+ @media only screen and (min-width: 769px) {
2400
+ h3,
2401
+ .loader__h3___lpAs2 {
2402
+ font-weight: 700;
2403
+ letter-spacing: -0.02em;
2404
+ color: var(--textHeading, #26201a);
2405
+ font-size: 28px;
2406
+ line-height: 36px;
2407
+ }
2408
+ }
2409
+ h4,
2410
+ .loader__h4___I9T7x {
2411
+ font-weight: 600;
2412
+ letter-spacing: -0.02em;
2413
+ color: var(--textHeading, #26201a);
2414
+ font-size: 16px;
2415
+ line-height: 1.5;
2416
+ }
2417
+ @media only screen and (min-width: 769px) {
2418
+ h4,
2419
+ .loader__h4___I9T7x {
2420
+ font-weight: 600;
2421
+ letter-spacing: -0.02em;
2422
+ color: var(--textHeading, #26201a);
2423
+ font-size: 20px;
2424
+ line-height: 1.5;
2425
+ }
2426
+ }
2427
+ h5,
2428
+ .loader__h5___U0S2a {
2429
+ font-weight: 600;
2430
+ font-size: 14px;
2431
+ line-height: 16px;
2432
+ letter-spacing: -0.02em;
2433
+ color: var(--textHeading, #26201a);
2434
+ }
2435
+ @media only screen and (min-width: 769px) {
2436
+ h5,
2437
+ .loader__h5___U0S2a {
2438
+ font-size: 16px;
2439
+ line-height: 18px;
2440
+ }
2441
+ }
2442
+ .loader__b1___ava08 {
2443
+ font-weight: 400;
2444
+ font-size: 14px;
2445
+ line-height: 18px;
2446
+ letter-spacing: -0.02em;
2447
+ color: var(--textBody, #3c3131);
2448
+ }
2449
+ @media only screen and (min-width: 769px) {
2450
+ .loader__b1___ava08 {
2451
+ font-size: 16px;
2452
+ line-height: 20px;
2453
+ }
2454
+ }
2455
+ .loader__b-small___MxINE,
2456
+ .loader__bSmall___vHKDM,
2457
+ .loader__b2___yNXNt {
2458
+ font-weight: 400;
2459
+ letter-spacing: -0.02em;
2460
+ color: var(--textBody, #3c3131);
2461
+ font-size: 12px;
2462
+ line-height: 16px;
2463
+ }
2464
+ @media only screen and (min-width: 769px) {
2465
+ .loader__b-small___MxINE,
2466
+ .loader__bSmall___vHKDM,
2467
+ .loader__b2___yNXNt {
2468
+ font-weight: 400;
2469
+ letter-spacing: -0.02em;
2470
+ color: var(--textBody, #3c3131);
2471
+ font-size: 14px;
2472
+ line-height: 18px;
2473
+ }
2474
+ }
2475
+ .loader__d1___zLD7l {
2476
+ font-size: 36px;
2477
+ font-weight: 700;
2478
+ line-height: 48px;
2479
+ letter-spacing: -0.02em;
2480
+ }
2481
+ @media only screen and (min-width: 769px) {
2482
+ .loader__d1___zLD7l {
2483
+ font-size: 64px;
2484
+ line-height: 85px;
2485
+ letter-spacing: -0.03em;
2486
+ }
2487
+ }
2488
+ .loader__caption-medium___Urevx,
2489
+ .loader__captionMedium___AiB4A {
2490
+ font-size: 12px;
2491
+ line-height: 1.5;
2492
+ letter-spacing: -0.02em;
2493
+ font-weight: 500;
2494
+ }
2495
+ @media only screen and (max-width: 480px) {
2496
+ .loader__caption-medium___Urevx,
2497
+ .loader__captionMedium___AiB4A {
2498
+ font-size: 11px;
2499
+ }
2500
+ }
2501
+ .loader__caption-semi-bold___F9hrq,
2502
+ .loader__captionSemiBold___GwZZD {
2503
+ font-size: 12px;
2504
+ line-height: 1.5;
2505
+ letter-spacing: -0.02em;
2506
+ font-weight: 600;
2507
+ }
2508
+ @media only screen and (max-width: 480px) {
2509
+ .loader__caption-semi-bold___F9hrq,
2510
+ .loader__captionSemiBold___GwZZD {
2511
+ font-size: 11px;
2512
+ }
2513
+ }
2514
+ .loader__btn-link___z7cQQ,
2515
+ .loader__btnLink___hjxLE {
2516
+ font-weight: 500;
2517
+ letter-spacing: -0.02em;
2518
+ font-size: 12px;
2519
+ line-height: 14px;
2520
+ border-radius: var(--buttonRadius, 0px);
2521
+ cursor: pointer;
2522
+ color: var(--buttonLink, #b1655b);
2523
+ text-decoration: underline;
2524
+ background: none;
2525
+ border: none;
2526
+ }
2527
+ @media only screen and (min-width: 769px) {
2528
+ .loader__btn-link___z7cQQ,
2529
+ .loader__btnLink___hjxLE {
2530
+ font-weight: 500;
2531
+ letter-spacing: -0.02em;
2532
+ font-size: 14px;
2533
+ line-height: 16px;
2534
+ }
2535
+ }
2536
+ .loader__btn-link___z7cQQ:hover,
2537
+ .loader__btnLink___hjxLE:hover {
2538
+ color: var(--buttonLinkL1, #c1847c);
2539
+ }
2540
+ .loader__btn-link___z7cQQ:disabled,
2541
+ .loader__btnLink___hjxLE:disabled {
2542
+ color: var(--buttonLinkL2, #d0a39d);
2543
+ }
2544
+ .loader__btn-link___z7cQQ:active,
2545
+ .loader__btnLink___hjxLE:active {
2546
+ opacity: 0.8;
2547
+ }
2548
+ .loader__user-select-none___M5hoJ,
2549
+ .loader__userSelectNone___iA0b1 {
2550
+ user-select: none;
2551
+ -moz-user-select: none;
2552
+ -webkit-user-select: none;
2553
+ -ms-user-select: none;
2554
+ }
2555
+ .loader__margin-0-auto___T2r2j,
2556
+ .loader__margin0auto___ZVL7u {
2557
+ margin: 0 auto;
2558
+ }
2559
+ .loader__base-page-container____Zsxk,
2560
+ .loader__basePageContainer___DLiFl {
2561
+ max-width: 1440px !important;
2562
+ }
2563
+ .loader__remove-scroll___hWs9Y,
2564
+ .loader__removeScroll___HDDzE {
2565
+ overflow-y: hidden !important;
2566
+ }
2567
+ .loader__mr-5___eLBs7,
2568
+ .loader__mr5___zJD9I {
2569
+ margin-inline-end: 30px !important;
2570
+ }
2571
+ .loader__mr-2___tbwub,
2572
+ .loader__mr2___X89Qh {
2573
+ margin-inline-end: 5px !important;
2574
+ }
2575
+ .loader__py-5___pdJLF,
2576
+ .loader__py5___AvRNG {
2577
+ padding-top: 1.875rem !important;
2578
+ padding-bottom: 1.875rem !important;
2579
+ }
2580
+ .loader__view-all-text___liiUk,
2581
+ .loader__viewAllText___Y96u7 {
2582
+ font-size: 20px;
2583
+ font-weight: 400;
2584
+ text-transform: lowercase;
2585
+ text-decoration: underline;
2586
+ }
2587
+ .loader__view-all-mobile___ZXDhV,
2588
+ .loader__viewAllMobile___h_w0I {
2589
+ display: none;
2590
+ }
2591
+ @media only screen and (max-width: 768px) {
2592
+ .loader__view-all-mobile___ZXDhV,
2593
+ .loader__viewAllMobile___h_w0I {
2594
+ display: flex;
2595
+ align-items: center;
2596
+ justify-content: center;
2597
+ margin-top: 40px;
2598
+ }
2599
+ }
2600
+ @media only screen and (max-width: 480px) {
2601
+ .loader__view-all-mobile___ZXDhV,
2602
+ .loader__viewAllMobile___h_w0I {
2603
+ margin-top: 24px;
2604
+ }
2605
+ }
2606
+ .loader__accent-btn___P6FBY,
2607
+ .loader__accentBtn___VC5di {
2608
+ background-color: var(--accentColor);
2609
+ color: #fff;
2610
+ }
2611
+ .loader__no-scroll___vVb6b,
2612
+ .loader__noScroll___ddkr9 {
2613
+ overflow-y: hidden;
2614
+ }
2615
+ .loader__hide-overflow___sIszC,
2616
+ .loader__hideOverflow___qX4zB {
2617
+ overflow: hidden;
2618
+ }
2619
+ .loader__markdown-body___ZDTE_ h6 {
2620
+ margin-top: 0 !important;
2621
+ margin-bottom: 0 !important;
2622
+ }
2623
+ @media only screen and (max-width: 480px) {
2624
+ .loader__markdown-body___ZDTE_ {
2625
+ font-size: 12px !important;
2626
+ padding: 5px !important;
2627
+ }
2628
+ }
2629
+ .loader__view3d-canvas___Y51aL {
2630
+ width: 100%;
2631
+ height: 100%;
2632
+ }
2633
+ @media only screen and (max-width: 480px) {
2634
+ .loader__view-mobile-up___tbZ1n {
2635
+ display: none !important;
2636
+ }
2637
+ }
2638
+ @media only screen and (min-width: 481px) {
2639
+ .loader__view-mobile___zSuiC {
2640
+ display: none !important;
2641
+ }
2642
+ }
2308
2643
  .loader__loading___r6ySa {
2309
2644
  position: fixed;
2310
2645
  z-index: 2000;
@@ -2432,10 +2767,8 @@ h5,
2432
2767
  z-index: 222;
2433
2768
  }
2434
2769
  .loader__loader___ytdT3 {
2435
- border: 8px solid #f3f3f3;
2436
- /* Light grey */
2437
- border-top: 8px solid #3498db;
2438
- /* Blue */
2770
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
2771
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
2439
2772
  border-radius: 50%;
2440
2773
  width: 50px;
2441
2774
  height: 50px;
@@ -2565,7 +2898,7 @@ h4,
2565
2898
  letter-spacing: -0.02em;
2566
2899
  color: var(--textHeading, #26201a);
2567
2900
  font-size: 16px;
2568
- line-height: 18px;
2901
+ line-height: 1.5;
2569
2902
  }
2570
2903
  @media only screen and (min-width: 769px) {
2571
2904
  h4,
@@ -2574,7 +2907,7 @@ h4,
2574
2907
  letter-spacing: -0.02em;
2575
2908
  color: var(--textHeading, #26201a);
2576
2909
  font-size: 20px;
2577
- line-height: 24px;
2910
+ line-height: 1.5;
2578
2911
  }
2579
2912
  }
2580
2913
  h5,
@@ -2641,7 +2974,7 @@ h5,
2641
2974
  .empty-state__caption-medium___BZrqA,
2642
2975
  .empty-state__captionMedium___xdcOJ {
2643
2976
  font-size: 12px;
2644
- line-height: 14px;
2977
+ line-height: 1.5;
2645
2978
  letter-spacing: -0.02em;
2646
2979
  font-weight: 500;
2647
2980
  }
@@ -2654,7 +2987,7 @@ h5,
2654
2987
  .empty-state__caption-semi-bold___kXiSl,
2655
2988
  .empty-state__captionSemiBold___j5IRa {
2656
2989
  font-size: 12px;
2657
- line-height: 14px;
2990
+ line-height: 1.5;
2658
2991
  letter-spacing: -0.02em;
2659
2992
  font-weight: 600;
2660
2993
  }