@gofynd/theme-template 2.0.0 → 2.0.1

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 (150) 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/delivery-info/delivery-info.css +350 -17
  70. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
  71. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
  72. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
  73. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
  74. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
  75. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
  76. package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
  77. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
  78. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
  79. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
  80. package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
  81. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
  82. package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
  83. package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
  84. package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
  85. package/dist/page-layouts/single-checkout/modal.css +4 -4
  86. package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
  87. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  88. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
  89. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  90. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
  91. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
  92. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  93. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
  94. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
  95. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
  96. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  97. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
  98. package/dist/pages/blog/blog.css +20 -20
  99. package/dist/pages/blog/index.css +20 -20
  100. package/dist/pages/cart/cart.css +423 -89
  101. package/dist/pages/cart/cart.js +1 -1
  102. package/dist/pages/cart/index.css +423 -89
  103. package/dist/pages/cart/index.js +1 -1
  104. package/dist/pages/checkout/checkout.css +180 -133
  105. package/dist/pages/checkout/checkout.js +1 -1
  106. package/dist/pages/checkout/index.css +180 -133
  107. package/dist/pages/checkout/index.js +1 -1
  108. package/dist/pages/contact-us/contact-us.css +350 -17
  109. package/dist/pages/contact-us/index.css +350 -17
  110. package/dist/pages/edit-profile/edit-profile.css +12 -12
  111. package/dist/pages/edit-profile/index.css +12 -12
  112. package/dist/pages/faq/faq.css +4 -4
  113. package/dist/pages/faq/index.css +4 -4
  114. package/dist/pages/forgot-password/forget-password.css +8 -8
  115. package/dist/pages/forgot-password/index.css +8 -8
  116. package/dist/pages/index.css +764 -383
  117. package/dist/pages/index.js +1 -1
  118. package/dist/pages/login/index.css +28 -28
  119. package/dist/pages/login/login.css +28 -28
  120. package/dist/pages/order/index.css +350 -17
  121. package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
  122. package/dist/pages/order/order-tracking.css +350 -17
  123. package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
  124. package/dist/pages/order-status/index.css +363 -33
  125. package/dist/pages/order-status/index.js +1 -1
  126. package/dist/pages/order-status/order-status.css +363 -33
  127. package/dist/pages/order-status/order-status.js +1 -1
  128. package/dist/pages/product-listing/index.css +457 -124
  129. package/dist/pages/product-listing/product-listing.css +457 -124
  130. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
  131. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
  132. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
  133. package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
  134. package/dist/pages/profile/email/email.css +362 -29
  135. package/dist/pages/profile/email/index.css +362 -29
  136. package/dist/pages/profile/index.css +350 -17
  137. package/dist/pages/profile/phone/index.css +366 -33
  138. package/dist/pages/profile/phone/phone.css +366 -33
  139. package/dist/pages/profile/profile-details.css +350 -17
  140. package/dist/pages/register/index.css +20 -20
  141. package/dist/pages/register/register.css +20 -20
  142. package/dist/pages/set-password/index.css +4 -4
  143. package/dist/pages/set-password/set-password.css +4 -4
  144. package/dist/pages/shared-cart/index.css +8 -8
  145. package/dist/pages/shared-cart/shared-cart.css +8 -8
  146. package/dist/pages/verify-email/index.css +4 -4
  147. package/dist/pages/verify-email/verify-email.css +4 -4
  148. package/dist/pages/wishlist/index.css +406 -73
  149. package/dist/pages/wishlist/wishlist.css +406 -73
  150. 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
  .order-tracking-details__caption-medium___JCE5V,
183
183
  .order-tracking-details__captionMedium___IG6Y0 {
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
  .order-tracking-details__caption-semi-bold___sIGNx,
196
196
  .order-tracking-details__captionSemiBold___pMQUZ {
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
  }
@@ -580,7 +580,7 @@ h4,
580
580
  letter-spacing: -0.02em;
581
581
  color: var(--textHeading, #26201a);
582
582
  font-size: 16px;
583
- line-height: 18px;
583
+ line-height: 1.5;
584
584
  }
585
585
  @media only screen and (min-width: 769px) {
586
586
  h4,
@@ -589,7 +589,7 @@ h4,
589
589
  letter-spacing: -0.02em;
590
590
  color: var(--textHeading, #26201a);
591
591
  font-size: 20px;
592
- line-height: 24px;
592
+ line-height: 1.5;
593
593
  }
594
594
  }
595
595
  h5,
@@ -656,7 +656,7 @@ h5,
656
656
  .empty-state__caption-medium___Cj9cn,
657
657
  .empty-state__captionMedium___e0w26 {
658
658
  font-size: 12px;
659
- line-height: 14px;
659
+ line-height: 1.5;
660
660
  letter-spacing: -0.02em;
661
661
  font-weight: 500;
662
662
  }
@@ -669,7 +669,7 @@ h5,
669
669
  .empty-state__caption-semi-bold___ftnL8,
670
670
  .empty-state__captionSemiBold___yK0OI {
671
671
  font-size: 12px;
672
- line-height: 14px;
672
+ line-height: 1.5;
673
673
  letter-spacing: -0.02em;
674
674
  font-weight: 600;
675
675
  }
@@ -973,7 +973,7 @@ h4,
973
973
  letter-spacing: -0.02em;
974
974
  color: var(--textHeading, #26201a);
975
975
  font-size: 16px;
976
- line-height: 18px;
976
+ line-height: 1.5;
977
977
  }
978
978
  @media only screen and (min-width: 769px) {
979
979
  h4,
@@ -982,7 +982,7 @@ h4,
982
982
  letter-spacing: -0.02em;
983
983
  color: var(--textHeading, #26201a);
984
984
  font-size: 20px;
985
- line-height: 24px;
985
+ line-height: 1.5;
986
986
  }
987
987
  }
988
988
  h5,
@@ -1049,7 +1049,7 @@ h5,
1049
1049
  .order-shipment__caption-medium___iVsKd,
1050
1050
  .order-shipment__captionMedium___heY5O {
1051
1051
  font-size: 12px;
1052
- line-height: 14px;
1052
+ line-height: 1.5;
1053
1053
  letter-spacing: -0.02em;
1054
1054
  font-weight: 500;
1055
1055
  }
@@ -1062,7 +1062,7 @@ h5,
1062
1062
  .order-shipment__caption-semi-bold___GDTDo,
1063
1063
  .order-shipment__captionSemiBold___QfcUW {
1064
1064
  font-size: 12px;
1065
- line-height: 14px;
1065
+ line-height: 1.5;
1066
1066
  letter-spacing: -0.02em;
1067
1067
  font-weight: 600;
1068
1068
  }
@@ -1463,7 +1463,7 @@ h4,
1463
1463
  letter-spacing: -0.02em;
1464
1464
  color: var(--textHeading, #26201a);
1465
1465
  font-size: 16px;
1466
- line-height: 18px;
1466
+ line-height: 1.5;
1467
1467
  }
1468
1468
  @media only screen and (min-width: 769px) {
1469
1469
  h4,
@@ -1472,7 +1472,7 @@ h4,
1472
1472
  letter-spacing: -0.02em;
1473
1473
  color: var(--textHeading, #26201a);
1474
1474
  font-size: 20px;
1475
- line-height: 24px;
1475
+ line-height: 1.5;
1476
1476
  }
1477
1477
  }
1478
1478
  h5,
@@ -1539,7 +1539,7 @@ h5,
1539
1539
  .shipment-item__caption-medium___MXqan,
1540
1540
  .shipment-item__captionMedium___NjJG7 {
1541
1541
  font-size: 12px;
1542
- line-height: 14px;
1542
+ line-height: 1.5;
1543
1543
  letter-spacing: -0.02em;
1544
1544
  font-weight: 500;
1545
1545
  }
@@ -1552,7 +1552,7 @@ h5,
1552
1552
  .shipment-item__caption-semi-bold___UaKSI,
1553
1553
  .shipment-item__captionSemiBold___gV1Lp {
1554
1554
  font-size: 12px;
1555
- line-height: 14px;
1555
+ line-height: 1.5;
1556
1556
  letter-spacing: -0.02em;
1557
1557
  font-weight: 600;
1558
1558
  }
@@ -1923,7 +1923,7 @@ h4,
1923
1923
  letter-spacing: -0.02em;
1924
1924
  color: var(--textHeading, #26201a);
1925
1925
  font-size: 16px;
1926
- line-height: 18px;
1926
+ line-height: 1.5;
1927
1927
  }
1928
1928
  @media only screen and (min-width: 769px) {
1929
1929
  h4,
@@ -1932,7 +1932,7 @@ h4,
1932
1932
  letter-spacing: -0.02em;
1933
1933
  color: var(--textHeading, #26201a);
1934
1934
  font-size: 20px;
1935
- line-height: 24px;
1935
+ line-height: 1.5;
1936
1936
  }
1937
1937
  }
1938
1938
  h5,
@@ -1999,7 +1999,7 @@ h5,
1999
1999
  .shipment-tracking__caption-medium___pthjN,
2000
2000
  .shipment-tracking__captionMedium___s9jz3 {
2001
2001
  font-size: 12px;
2002
- line-height: 14px;
2002
+ line-height: 1.5;
2003
2003
  letter-spacing: -0.02em;
2004
2004
  font-weight: 500;
2005
2005
  }
@@ -2012,7 +2012,7 @@ h5,
2012
2012
  .shipment-tracking__caption-semi-bold___H_RVN,
2013
2013
  .shipment-tracking__captionSemiBold___TTyHu {
2014
2014
  font-size: 12px;
2015
- line-height: 14px;
2015
+ line-height: 1.5;
2016
2016
  letter-spacing: -0.02em;
2017
2017
  font-weight: 600;
2018
2018
  }
@@ -2423,7 +2423,7 @@ h4,
2423
2423
  letter-spacing: -0.02em;
2424
2424
  color: var(--textHeading, #26201a);
2425
2425
  font-size: 16px;
2426
- line-height: 18px;
2426
+ line-height: 1.5;
2427
2427
  }
2428
2428
  @media only screen and (min-width: 769px) {
2429
2429
  h4,
@@ -2432,7 +2432,7 @@ h4,
2432
2432
  letter-spacing: -0.02em;
2433
2433
  color: var(--textHeading, #26201a);
2434
2434
  font-size: 20px;
2435
- line-height: 24px;
2435
+ line-height: 1.5;
2436
2436
  }
2437
2437
  }
2438
2438
  h5,
@@ -2499,7 +2499,7 @@ h5,
2499
2499
  .shipment-breakup__caption-medium___eJwty,
2500
2500
  .shipment-breakup__captionMedium___ZXLI8 {
2501
2501
  font-size: 12px;
2502
- line-height: 14px;
2502
+ line-height: 1.5;
2503
2503
  letter-spacing: -0.02em;
2504
2504
  font-weight: 500;
2505
2505
  }
@@ -2512,7 +2512,7 @@ h5,
2512
2512
  .shipment-breakup__caption-semi-bold___gAeeK,
2513
2513
  .shipment-breakup__captionSemiBold___lFZ3J {
2514
2514
  font-size: 12px;
2515
- line-height: 14px;
2515
+ line-height: 1.5;
2516
2516
  letter-spacing: -0.02em;
2517
2517
  font-weight: 600;
2518
2518
  }
@@ -2853,7 +2853,7 @@ h4,
2853
2853
  letter-spacing: -0.02em;
2854
2854
  color: var(--textHeading, #26201a);
2855
2855
  font-size: 16px;
2856
- line-height: 18px;
2856
+ line-height: 1.5;
2857
2857
  }
2858
2858
  @media only screen and (min-width: 769px) {
2859
2859
  h4,
@@ -2862,7 +2862,7 @@ h4,
2862
2862
  letter-spacing: -0.02em;
2863
2863
  color: var(--textHeading, #26201a);
2864
2864
  font-size: 20px;
2865
- line-height: 24px;
2865
+ line-height: 1.5;
2866
2866
  }
2867
2867
  }
2868
2868
  h5,
@@ -2929,7 +2929,7 @@ h5,
2929
2929
  .fy-button__caption-medium___PSB4T,
2930
2930
  .fy-button__captionMedium___iW0z_ {
2931
2931
  font-size: 12px;
2932
- line-height: 14px;
2932
+ line-height: 1.5;
2933
2933
  letter-spacing: -0.02em;
2934
2934
  font-weight: 500;
2935
2935
  }
@@ -2942,7 +2942,7 @@ h5,
2942
2942
  .fy-button__caption-semi-bold___FFG2N,
2943
2943
  .fy-button__captionSemiBold___czTMx {
2944
2944
  font-size: 12px;
2945
- line-height: 14px;
2945
+ line-height: 1.5;
2946
2946
  letter-spacing: -0.02em;
2947
2947
  font-weight: 600;
2948
2948
  }
@@ -3247,7 +3247,342 @@ h5,
3247
3247
  font-size: 16px;
3248
3248
  }
3249
3249
 
3250
- /* Absolute Center Spinner */
3250
+ /**color by character**/
3251
+ /** Font family **/
3252
+ /** Font weight **/
3253
+ .loader__display-block___C28Wh {
3254
+ display: block;
3255
+ }
3256
+ .loader__inline-block___qe6ST,
3257
+ .loader__inlineBlock___RbcTU {
3258
+ display: inline-block;
3259
+ }
3260
+ .loader__flex-row___jtutA {
3261
+ display: flex;
3262
+ }
3263
+ .loader__flex-column___Xo1gh,
3264
+ .loader__flexColumn___BZ1uV {
3265
+ display: flex;
3266
+ flex-direction: column;
3267
+ }
3268
+ .loader__flex-align-center___QKakD,
3269
+ .loader__flexAlignCenter____hCbC {
3270
+ display: flex;
3271
+ align-items: center;
3272
+ }
3273
+ .loader__flex-justify-center___iXbnu,
3274
+ .loader__flexJustifyCenter___x_1Sc {
3275
+ display: flex;
3276
+ justify-content: center;
3277
+ }
3278
+ .loader__flex-center___cERbN,
3279
+ .loader__flexCenter___FRjsH {
3280
+ display: flex;
3281
+ justify-content: center;
3282
+ align-items: center;
3283
+ }
3284
+ .loader__justify-start___PXa_q,
3285
+ .loader__justifyStart___RIbpq {
3286
+ justify-content: flex-start;
3287
+ }
3288
+ .loader__justify-end___N_MxT,
3289
+ .loader__justifyEnd___c9Puj {
3290
+ justify-content: flex-end;
3291
+ }
3292
+ .loader__justify-between___ryNlc,
3293
+ .loader__justifyBetween___bNm10 {
3294
+ justify-content: space-between;
3295
+ }
3296
+ .loader__justify-around___kWvQU,
3297
+ .loader__justifyAround___TO6v6 {
3298
+ justify-content: space-around;
3299
+ }
3300
+ .loader__justify-evenly___r6oLK,
3301
+ .loader__justifyEvenly___NI1zZ {
3302
+ justify-content: space-evenly;
3303
+ }
3304
+ h1,
3305
+ .loader__h1___N9UmV {
3306
+ font-weight: 700;
3307
+ font-size: 28px;
3308
+ line-height: 42px;
3309
+ letter-spacing: -0.03em;
3310
+ color: var(--textHeading, #26201a);
3311
+ }
3312
+ @media only screen and (min-width: 769px) {
3313
+ h1,
3314
+ .loader__h1___N9UmV {
3315
+ font-size: 36px;
3316
+ line-height: 48px;
3317
+ }
3318
+ }
3319
+ h2,
3320
+ .loader__h2___tLPka {
3321
+ font-weight: 700;
3322
+ font-size: 28px;
3323
+ line-height: 36px;
3324
+ letter-spacing: -0.03em;
3325
+ color: var(--textHeading, #26201a);
3326
+ }
3327
+ @media only screen and (min-width: 769px) {
3328
+ h2,
3329
+ .loader__h2___tLPka {
3330
+ font-size: 32px;
3331
+ line-height: 42px;
3332
+ }
3333
+ }
3334
+ h3,
3335
+ .loader__h3___lpAs2 {
3336
+ font-weight: 700;
3337
+ letter-spacing: -0.02em;
3338
+ color: var(--textHeading, #26201a);
3339
+ font-size: 24px;
3340
+ line-height: 32px;
3341
+ }
3342
+ @media only screen and (min-width: 769px) {
3343
+ h3,
3344
+ .loader__h3___lpAs2 {
3345
+ font-weight: 700;
3346
+ letter-spacing: -0.02em;
3347
+ color: var(--textHeading, #26201a);
3348
+ font-size: 28px;
3349
+ line-height: 36px;
3350
+ }
3351
+ }
3352
+ h4,
3353
+ .loader__h4___I9T7x {
3354
+ font-weight: 600;
3355
+ letter-spacing: -0.02em;
3356
+ color: var(--textHeading, #26201a);
3357
+ font-size: 16px;
3358
+ line-height: 1.5;
3359
+ }
3360
+ @media only screen and (min-width: 769px) {
3361
+ h4,
3362
+ .loader__h4___I9T7x {
3363
+ font-weight: 600;
3364
+ letter-spacing: -0.02em;
3365
+ color: var(--textHeading, #26201a);
3366
+ font-size: 20px;
3367
+ line-height: 1.5;
3368
+ }
3369
+ }
3370
+ h5,
3371
+ .loader__h5___U0S2a {
3372
+ font-weight: 600;
3373
+ font-size: 14px;
3374
+ line-height: 16px;
3375
+ letter-spacing: -0.02em;
3376
+ color: var(--textHeading, #26201a);
3377
+ }
3378
+ @media only screen and (min-width: 769px) {
3379
+ h5,
3380
+ .loader__h5___U0S2a {
3381
+ font-size: 16px;
3382
+ line-height: 18px;
3383
+ }
3384
+ }
3385
+ .loader__b1___ava08 {
3386
+ font-weight: 400;
3387
+ font-size: 14px;
3388
+ line-height: 18px;
3389
+ letter-spacing: -0.02em;
3390
+ color: var(--textBody, #3c3131);
3391
+ }
3392
+ @media only screen and (min-width: 769px) {
3393
+ .loader__b1___ava08 {
3394
+ font-size: 16px;
3395
+ line-height: 20px;
3396
+ }
3397
+ }
3398
+ .loader__b-small___MxINE,
3399
+ .loader__bSmall___vHKDM,
3400
+ .loader__b2___yNXNt {
3401
+ font-weight: 400;
3402
+ letter-spacing: -0.02em;
3403
+ color: var(--textBody, #3c3131);
3404
+ font-size: 12px;
3405
+ line-height: 16px;
3406
+ }
3407
+ @media only screen and (min-width: 769px) {
3408
+ .loader__b-small___MxINE,
3409
+ .loader__bSmall___vHKDM,
3410
+ .loader__b2___yNXNt {
3411
+ font-weight: 400;
3412
+ letter-spacing: -0.02em;
3413
+ color: var(--textBody, #3c3131);
3414
+ font-size: 14px;
3415
+ line-height: 18px;
3416
+ }
3417
+ }
3418
+ .loader__d1___zLD7l {
3419
+ font-size: 36px;
3420
+ font-weight: 700;
3421
+ line-height: 48px;
3422
+ letter-spacing: -0.02em;
3423
+ }
3424
+ @media only screen and (min-width: 769px) {
3425
+ .loader__d1___zLD7l {
3426
+ font-size: 64px;
3427
+ line-height: 85px;
3428
+ letter-spacing: -0.03em;
3429
+ }
3430
+ }
3431
+ .loader__caption-medium___Urevx,
3432
+ .loader__captionMedium___AiB4A {
3433
+ font-size: 12px;
3434
+ line-height: 1.5;
3435
+ letter-spacing: -0.02em;
3436
+ font-weight: 500;
3437
+ }
3438
+ @media only screen and (max-width: 480px) {
3439
+ .loader__caption-medium___Urevx,
3440
+ .loader__captionMedium___AiB4A {
3441
+ font-size: 11px;
3442
+ }
3443
+ }
3444
+ .loader__caption-semi-bold___F9hrq,
3445
+ .loader__captionSemiBold___GwZZD {
3446
+ font-size: 12px;
3447
+ line-height: 1.5;
3448
+ letter-spacing: -0.02em;
3449
+ font-weight: 600;
3450
+ }
3451
+ @media only screen and (max-width: 480px) {
3452
+ .loader__caption-semi-bold___F9hrq,
3453
+ .loader__captionSemiBold___GwZZD {
3454
+ font-size: 11px;
3455
+ }
3456
+ }
3457
+ .loader__btn-link___z7cQQ,
3458
+ .loader__btnLink___hjxLE {
3459
+ font-weight: 500;
3460
+ letter-spacing: -0.02em;
3461
+ font-size: 12px;
3462
+ line-height: 14px;
3463
+ border-radius: var(--buttonRadius, 0px);
3464
+ cursor: pointer;
3465
+ color: var(--buttonLink, #b1655b);
3466
+ text-decoration: underline;
3467
+ background: none;
3468
+ border: none;
3469
+ }
3470
+ @media only screen and (min-width: 769px) {
3471
+ .loader__btn-link___z7cQQ,
3472
+ .loader__btnLink___hjxLE {
3473
+ font-weight: 500;
3474
+ letter-spacing: -0.02em;
3475
+ font-size: 14px;
3476
+ line-height: 16px;
3477
+ }
3478
+ }
3479
+ .loader__btn-link___z7cQQ:hover,
3480
+ .loader__btnLink___hjxLE:hover {
3481
+ color: var(--buttonLinkL1, #c1847c);
3482
+ }
3483
+ .loader__btn-link___z7cQQ:disabled,
3484
+ .loader__btnLink___hjxLE:disabled {
3485
+ color: var(--buttonLinkL2, #d0a39d);
3486
+ }
3487
+ .loader__btn-link___z7cQQ:active,
3488
+ .loader__btnLink___hjxLE:active {
3489
+ opacity: 0.8;
3490
+ }
3491
+ .loader__user-select-none___M5hoJ,
3492
+ .loader__userSelectNone___iA0b1 {
3493
+ user-select: none;
3494
+ -moz-user-select: none;
3495
+ -webkit-user-select: none;
3496
+ -ms-user-select: none;
3497
+ }
3498
+ .loader__margin-0-auto___T2r2j,
3499
+ .loader__margin0auto___ZVL7u {
3500
+ margin: 0 auto;
3501
+ }
3502
+ .loader__base-page-container____Zsxk,
3503
+ .loader__basePageContainer___DLiFl {
3504
+ max-width: 1440px !important;
3505
+ }
3506
+ .loader__remove-scroll___hWs9Y,
3507
+ .loader__removeScroll___HDDzE {
3508
+ overflow-y: hidden !important;
3509
+ }
3510
+ .loader__mr-5___eLBs7,
3511
+ .loader__mr5___zJD9I {
3512
+ margin-inline-end: 30px !important;
3513
+ }
3514
+ .loader__mr-2___tbwub,
3515
+ .loader__mr2___X89Qh {
3516
+ margin-inline-end: 5px !important;
3517
+ }
3518
+ .loader__py-5___pdJLF,
3519
+ .loader__py5___AvRNG {
3520
+ padding-top: 1.875rem !important;
3521
+ padding-bottom: 1.875rem !important;
3522
+ }
3523
+ .loader__view-all-text___liiUk,
3524
+ .loader__viewAllText___Y96u7 {
3525
+ font-size: 20px;
3526
+ font-weight: 400;
3527
+ text-transform: lowercase;
3528
+ text-decoration: underline;
3529
+ }
3530
+ .loader__view-all-mobile___ZXDhV,
3531
+ .loader__viewAllMobile___h_w0I {
3532
+ display: none;
3533
+ }
3534
+ @media only screen and (max-width: 768px) {
3535
+ .loader__view-all-mobile___ZXDhV,
3536
+ .loader__viewAllMobile___h_w0I {
3537
+ display: flex;
3538
+ align-items: center;
3539
+ justify-content: center;
3540
+ margin-top: 40px;
3541
+ }
3542
+ }
3543
+ @media only screen and (max-width: 480px) {
3544
+ .loader__view-all-mobile___ZXDhV,
3545
+ .loader__viewAllMobile___h_w0I {
3546
+ margin-top: 24px;
3547
+ }
3548
+ }
3549
+ .loader__accent-btn___P6FBY,
3550
+ .loader__accentBtn___VC5di {
3551
+ background-color: var(--accentColor);
3552
+ color: #fff;
3553
+ }
3554
+ .loader__no-scroll___vVb6b,
3555
+ .loader__noScroll___ddkr9 {
3556
+ overflow-y: hidden;
3557
+ }
3558
+ .loader__hide-overflow___sIszC,
3559
+ .loader__hideOverflow___qX4zB {
3560
+ overflow: hidden;
3561
+ }
3562
+ .loader__markdown-body___ZDTE_ h6 {
3563
+ margin-top: 0 !important;
3564
+ margin-bottom: 0 !important;
3565
+ }
3566
+ @media only screen and (max-width: 480px) {
3567
+ .loader__markdown-body___ZDTE_ {
3568
+ font-size: 12px !important;
3569
+ padding: 5px !important;
3570
+ }
3571
+ }
3572
+ .loader__view3d-canvas___Y51aL {
3573
+ width: 100%;
3574
+ height: 100%;
3575
+ }
3576
+ @media only screen and (max-width: 480px) {
3577
+ .loader__view-mobile-up___tbZ1n {
3578
+ display: none !important;
3579
+ }
3580
+ }
3581
+ @media only screen and (min-width: 481px) {
3582
+ .loader__view-mobile___zSuiC {
3583
+ display: none !important;
3584
+ }
3585
+ }
3251
3586
  .loader__loading___r6ySa {
3252
3587
  position: fixed;
3253
3588
  z-index: 2000;
@@ -3375,10 +3710,8 @@ h5,
3375
3710
  z-index: 222;
3376
3711
  }
3377
3712
  .loader__loader___ytdT3 {
3378
- border: 8px solid #f3f3f3;
3379
- /* Light grey */
3380
- border-top: 8px solid #3498db;
3381
- /* Blue */
3713
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
3714
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
3382
3715
  border-radius: 50%;
3383
3716
  width: 50px;
3384
3717
  height: 50px;
@@ -3508,7 +3841,7 @@ h4,
3508
3841
  letter-spacing: -0.02em;
3509
3842
  color: var(--textHeading, #26201a);
3510
3843
  font-size: 16px;
3511
- line-height: 18px;
3844
+ line-height: 1.5;
3512
3845
  }
3513
3846
  @media only screen and (min-width: 769px) {
3514
3847
  h4,
@@ -3517,7 +3850,7 @@ h4,
3517
3850
  letter-spacing: -0.02em;
3518
3851
  color: var(--textHeading, #26201a);
3519
3852
  font-size: 20px;
3520
- line-height: 24px;
3853
+ line-height: 1.5;
3521
3854
  }
3522
3855
  }
3523
3856
  h5,
@@ -3584,7 +3917,7 @@ h5,
3584
3917
  .fy-input__caption-medium___ypzRG,
3585
3918
  .fy-input__captionMedium___cFBcK {
3586
3919
  font-size: 12px;
3587
- line-height: 14px;
3920
+ line-height: 1.5;
3588
3921
  letter-spacing: -0.02em;
3589
3922
  font-weight: 500;
3590
3923
  }
@@ -3597,7 +3930,7 @@ h5,
3597
3930
  .fy-input__caption-semi-bold___WmtaG,
3598
3931
  .fy-input__captionSemiBold___UuNTY {
3599
3932
  font-size: 12px;
3600
- line-height: 14px;
3933
+ line-height: 1.5;
3601
3934
  letter-spacing: -0.02em;
3602
3935
  font-weight: 600;
3603
3936
  }