@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
  .form-builder__caption-medium___ciMT5,
183
183
  .form-builder__captionMedium___zTy3t {
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
  .form-builder__caption-semi-bold___ws6Mk,
196
196
  .form-builder__captionSemiBold___rvL11 {
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
  }
@@ -524,7 +524,7 @@ h4,
524
524
  letter-spacing: -0.02em;
525
525
  color: var(--textHeading, #26201a);
526
526
  font-size: 16px;
527
- line-height: 18px;
527
+ line-height: 1.5;
528
528
  }
529
529
  @media only screen and (min-width: 769px) {
530
530
  h4,
@@ -533,7 +533,7 @@ h4,
533
533
  letter-spacing: -0.02em;
534
534
  color: var(--textHeading, #26201a);
535
535
  font-size: 20px;
536
- line-height: 24px;
536
+ line-height: 1.5;
537
537
  }
538
538
  }
539
539
  h5,
@@ -600,7 +600,7 @@ h5,
600
600
  .fy-input__caption-medium___ypzRG,
601
601
  .fy-input__captionMedium___cFBcK {
602
602
  font-size: 12px;
603
- line-height: 14px;
603
+ line-height: 1.5;
604
604
  letter-spacing: -0.02em;
605
605
  font-weight: 500;
606
606
  }
@@ -613,7 +613,7 @@ h5,
613
613
  .fy-input__caption-semi-bold___WmtaG,
614
614
  .fy-input__captionSemiBold___UuNTY {
615
615
  font-size: 12px;
616
- line-height: 14px;
616
+ line-height: 1.5;
617
617
  letter-spacing: -0.02em;
618
618
  font-weight: 600;
619
619
  }
@@ -988,7 +988,7 @@ h4,
988
988
  letter-spacing: -0.02em;
989
989
  color: var(--textHeading, #26201a);
990
990
  font-size: 16px;
991
- line-height: 18px;
991
+ line-height: 1.5;
992
992
  }
993
993
  @media only screen and (min-width: 769px) {
994
994
  h4,
@@ -997,7 +997,7 @@ h4,
997
997
  letter-spacing: -0.02em;
998
998
  color: var(--textHeading, #26201a);
999
999
  font-size: 20px;
1000
- line-height: 24px;
1000
+ line-height: 1.5;
1001
1001
  }
1002
1002
  }
1003
1003
  h5,
@@ -1064,7 +1064,7 @@ h5,
1064
1064
  .fy-input-group__caption-medium___ULDb6,
1065
1065
  .fy-input-group__captionMedium___GIuhk {
1066
1066
  font-size: 12px;
1067
- line-height: 14px;
1067
+ line-height: 1.5;
1068
1068
  letter-spacing: -0.02em;
1069
1069
  font-weight: 500;
1070
1070
  }
@@ -1077,7 +1077,7 @@ h5,
1077
1077
  .fy-input-group__caption-semi-bold___B0YEk,
1078
1078
  .fy-input-group__captionSemiBold___aQt3D {
1079
1079
  font-size: 12px;
1080
- line-height: 14px;
1080
+ line-height: 1.5;
1081
1081
  letter-spacing: -0.02em;
1082
1082
  font-weight: 600;
1083
1083
  }
@@ -1366,7 +1366,7 @@ h4,
1366
1366
  letter-spacing: -0.02em;
1367
1367
  color: var(--textHeading, #26201a);
1368
1368
  font-size: 16px;
1369
- line-height: 18px;
1369
+ line-height: 1.5;
1370
1370
  }
1371
1371
  @media only screen and (min-width: 769px) {
1372
1372
  h4,
@@ -1375,7 +1375,7 @@ h4,
1375
1375
  letter-spacing: -0.02em;
1376
1376
  color: var(--textHeading, #26201a);
1377
1377
  font-size: 20px;
1378
- line-height: 24px;
1378
+ line-height: 1.5;
1379
1379
  }
1380
1380
  }
1381
1381
  h5,
@@ -1442,7 +1442,7 @@ h5,
1442
1442
  .fy-dropdown__caption-medium___HCy1Y,
1443
1443
  .fy-dropdown__captionMedium___BdPX5 {
1444
1444
  font-size: 12px;
1445
- line-height: 14px;
1445
+ line-height: 1.5;
1446
1446
  letter-spacing: -0.02em;
1447
1447
  font-weight: 500;
1448
1448
  }
@@ -1455,7 +1455,7 @@ h5,
1455
1455
  .fy-dropdown__caption-semi-bold___RDalx,
1456
1456
  .fy-dropdown__captionSemiBold___t1x78 {
1457
1457
  font-size: 12px;
1458
- line-height: 14px;
1458
+ line-height: 1.5;
1459
1459
  letter-spacing: -0.02em;
1460
1460
  font-weight: 600;
1461
1461
  }
@@ -1806,7 +1806,7 @@ h4,
1806
1806
  letter-spacing: -0.02em;
1807
1807
  color: var(--textHeading, #26201a);
1808
1808
  font-size: 16px;
1809
- line-height: 18px;
1809
+ line-height: 1.5;
1810
1810
  }
1811
1811
  @media only screen and (min-width: 769px) {
1812
1812
  h4,
@@ -1815,7 +1815,7 @@ h4,
1815
1815
  letter-spacing: -0.02em;
1816
1816
  color: var(--textHeading, #26201a);
1817
1817
  font-size: 20px;
1818
- line-height: 24px;
1818
+ line-height: 1.5;
1819
1819
  }
1820
1820
  }
1821
1821
  h5,
@@ -1882,7 +1882,7 @@ h5,
1882
1882
  .mobile-number__caption-medium___syZZb,
1883
1883
  .mobile-number__captionMedium___iKNxh {
1884
1884
  font-size: 12px;
1885
- line-height: 14px;
1885
+ line-height: 1.5;
1886
1886
  letter-spacing: -0.02em;
1887
1887
  font-weight: 500;
1888
1888
  }
@@ -1895,7 +1895,7 @@ h5,
1895
1895
  .mobile-number__caption-semi-bold___Rbomr,
1896
1896
  .mobile-number__captionSemiBold___cKKg4 {
1897
1897
  font-size: 12px;
1898
- line-height: 14px;
1898
+ line-height: 1.5;
1899
1899
  letter-spacing: -0.02em;
1900
1900
  font-weight: 600;
1901
1901
  }
@@ -2205,7 +2205,7 @@ h4,
2205
2205
  letter-spacing: -0.02em;
2206
2206
  color: var(--textHeading, #26201a);
2207
2207
  font-size: 16px;
2208
- line-height: 18px;
2208
+ line-height: 1.5;
2209
2209
  }
2210
2210
  @media only screen and (min-width: 769px) {
2211
2211
  h4,
@@ -2214,7 +2214,7 @@ h4,
2214
2214
  letter-spacing: -0.02em;
2215
2215
  color: var(--textHeading, #26201a);
2216
2216
  font-size: 20px;
2217
- line-height: 24px;
2217
+ line-height: 1.5;
2218
2218
  }
2219
2219
  }
2220
2220
  h5,
@@ -2281,7 +2281,7 @@ h5,
2281
2281
  .fy-button__caption-medium___PSB4T,
2282
2282
  .fy-button__captionMedium___iW0z_ {
2283
2283
  font-size: 12px;
2284
- line-height: 14px;
2284
+ line-height: 1.5;
2285
2285
  letter-spacing: -0.02em;
2286
2286
  font-weight: 500;
2287
2287
  }
@@ -2294,7 +2294,7 @@ h5,
2294
2294
  .fy-button__caption-semi-bold___FFG2N,
2295
2295
  .fy-button__captionSemiBold___czTMx {
2296
2296
  font-size: 12px;
2297
- line-height: 14px;
2297
+ line-height: 1.5;
2298
2298
  letter-spacing: -0.02em;
2299
2299
  font-weight: 600;
2300
2300
  }
@@ -2599,7 +2599,342 @@ h5,
2599
2599
  font-size: 16px;
2600
2600
  }
2601
2601
 
2602
- /* Absolute Center Spinner */
2602
+ /**color by character**/
2603
+ /** Font family **/
2604
+ /** Font weight **/
2605
+ .loader__display-block___C28Wh {
2606
+ display: block;
2607
+ }
2608
+ .loader__inline-block___qe6ST,
2609
+ .loader__inlineBlock___RbcTU {
2610
+ display: inline-block;
2611
+ }
2612
+ .loader__flex-row___jtutA {
2613
+ display: flex;
2614
+ }
2615
+ .loader__flex-column___Xo1gh,
2616
+ .loader__flexColumn___BZ1uV {
2617
+ display: flex;
2618
+ flex-direction: column;
2619
+ }
2620
+ .loader__flex-align-center___QKakD,
2621
+ .loader__flexAlignCenter____hCbC {
2622
+ display: flex;
2623
+ align-items: center;
2624
+ }
2625
+ .loader__flex-justify-center___iXbnu,
2626
+ .loader__flexJustifyCenter___x_1Sc {
2627
+ display: flex;
2628
+ justify-content: center;
2629
+ }
2630
+ .loader__flex-center___cERbN,
2631
+ .loader__flexCenter___FRjsH {
2632
+ display: flex;
2633
+ justify-content: center;
2634
+ align-items: center;
2635
+ }
2636
+ .loader__justify-start___PXa_q,
2637
+ .loader__justifyStart___RIbpq {
2638
+ justify-content: flex-start;
2639
+ }
2640
+ .loader__justify-end___N_MxT,
2641
+ .loader__justifyEnd___c9Puj {
2642
+ justify-content: flex-end;
2643
+ }
2644
+ .loader__justify-between___ryNlc,
2645
+ .loader__justifyBetween___bNm10 {
2646
+ justify-content: space-between;
2647
+ }
2648
+ .loader__justify-around___kWvQU,
2649
+ .loader__justifyAround___TO6v6 {
2650
+ justify-content: space-around;
2651
+ }
2652
+ .loader__justify-evenly___r6oLK,
2653
+ .loader__justifyEvenly___NI1zZ {
2654
+ justify-content: space-evenly;
2655
+ }
2656
+ h1,
2657
+ .loader__h1___N9UmV {
2658
+ font-weight: 700;
2659
+ font-size: 28px;
2660
+ line-height: 42px;
2661
+ letter-spacing: -0.03em;
2662
+ color: var(--textHeading, #26201a);
2663
+ }
2664
+ @media only screen and (min-width: 769px) {
2665
+ h1,
2666
+ .loader__h1___N9UmV {
2667
+ font-size: 36px;
2668
+ line-height: 48px;
2669
+ }
2670
+ }
2671
+ h2,
2672
+ .loader__h2___tLPka {
2673
+ font-weight: 700;
2674
+ font-size: 28px;
2675
+ line-height: 36px;
2676
+ letter-spacing: -0.03em;
2677
+ color: var(--textHeading, #26201a);
2678
+ }
2679
+ @media only screen and (min-width: 769px) {
2680
+ h2,
2681
+ .loader__h2___tLPka {
2682
+ font-size: 32px;
2683
+ line-height: 42px;
2684
+ }
2685
+ }
2686
+ h3,
2687
+ .loader__h3___lpAs2 {
2688
+ font-weight: 700;
2689
+ letter-spacing: -0.02em;
2690
+ color: var(--textHeading, #26201a);
2691
+ font-size: 24px;
2692
+ line-height: 32px;
2693
+ }
2694
+ @media only screen and (min-width: 769px) {
2695
+ h3,
2696
+ .loader__h3___lpAs2 {
2697
+ font-weight: 700;
2698
+ letter-spacing: -0.02em;
2699
+ color: var(--textHeading, #26201a);
2700
+ font-size: 28px;
2701
+ line-height: 36px;
2702
+ }
2703
+ }
2704
+ h4,
2705
+ .loader__h4___I9T7x {
2706
+ font-weight: 600;
2707
+ letter-spacing: -0.02em;
2708
+ color: var(--textHeading, #26201a);
2709
+ font-size: 16px;
2710
+ line-height: 1.5;
2711
+ }
2712
+ @media only screen and (min-width: 769px) {
2713
+ h4,
2714
+ .loader__h4___I9T7x {
2715
+ font-weight: 600;
2716
+ letter-spacing: -0.02em;
2717
+ color: var(--textHeading, #26201a);
2718
+ font-size: 20px;
2719
+ line-height: 1.5;
2720
+ }
2721
+ }
2722
+ h5,
2723
+ .loader__h5___U0S2a {
2724
+ font-weight: 600;
2725
+ font-size: 14px;
2726
+ line-height: 16px;
2727
+ letter-spacing: -0.02em;
2728
+ color: var(--textHeading, #26201a);
2729
+ }
2730
+ @media only screen and (min-width: 769px) {
2731
+ h5,
2732
+ .loader__h5___U0S2a {
2733
+ font-size: 16px;
2734
+ line-height: 18px;
2735
+ }
2736
+ }
2737
+ .loader__b1___ava08 {
2738
+ font-weight: 400;
2739
+ font-size: 14px;
2740
+ line-height: 18px;
2741
+ letter-spacing: -0.02em;
2742
+ color: var(--textBody, #3c3131);
2743
+ }
2744
+ @media only screen and (min-width: 769px) {
2745
+ .loader__b1___ava08 {
2746
+ font-size: 16px;
2747
+ line-height: 20px;
2748
+ }
2749
+ }
2750
+ .loader__b-small___MxINE,
2751
+ .loader__bSmall___vHKDM,
2752
+ .loader__b2___yNXNt {
2753
+ font-weight: 400;
2754
+ letter-spacing: -0.02em;
2755
+ color: var(--textBody, #3c3131);
2756
+ font-size: 12px;
2757
+ line-height: 16px;
2758
+ }
2759
+ @media only screen and (min-width: 769px) {
2760
+ .loader__b-small___MxINE,
2761
+ .loader__bSmall___vHKDM,
2762
+ .loader__b2___yNXNt {
2763
+ font-weight: 400;
2764
+ letter-spacing: -0.02em;
2765
+ color: var(--textBody, #3c3131);
2766
+ font-size: 14px;
2767
+ line-height: 18px;
2768
+ }
2769
+ }
2770
+ .loader__d1___zLD7l {
2771
+ font-size: 36px;
2772
+ font-weight: 700;
2773
+ line-height: 48px;
2774
+ letter-spacing: -0.02em;
2775
+ }
2776
+ @media only screen and (min-width: 769px) {
2777
+ .loader__d1___zLD7l {
2778
+ font-size: 64px;
2779
+ line-height: 85px;
2780
+ letter-spacing: -0.03em;
2781
+ }
2782
+ }
2783
+ .loader__caption-medium___Urevx,
2784
+ .loader__captionMedium___AiB4A {
2785
+ font-size: 12px;
2786
+ line-height: 1.5;
2787
+ letter-spacing: -0.02em;
2788
+ font-weight: 500;
2789
+ }
2790
+ @media only screen and (max-width: 480px) {
2791
+ .loader__caption-medium___Urevx,
2792
+ .loader__captionMedium___AiB4A {
2793
+ font-size: 11px;
2794
+ }
2795
+ }
2796
+ .loader__caption-semi-bold___F9hrq,
2797
+ .loader__captionSemiBold___GwZZD {
2798
+ font-size: 12px;
2799
+ line-height: 1.5;
2800
+ letter-spacing: -0.02em;
2801
+ font-weight: 600;
2802
+ }
2803
+ @media only screen and (max-width: 480px) {
2804
+ .loader__caption-semi-bold___F9hrq,
2805
+ .loader__captionSemiBold___GwZZD {
2806
+ font-size: 11px;
2807
+ }
2808
+ }
2809
+ .loader__btn-link___z7cQQ,
2810
+ .loader__btnLink___hjxLE {
2811
+ font-weight: 500;
2812
+ letter-spacing: -0.02em;
2813
+ font-size: 12px;
2814
+ line-height: 14px;
2815
+ border-radius: var(--buttonRadius, 0px);
2816
+ cursor: pointer;
2817
+ color: var(--buttonLink, #b1655b);
2818
+ text-decoration: underline;
2819
+ background: none;
2820
+ border: none;
2821
+ }
2822
+ @media only screen and (min-width: 769px) {
2823
+ .loader__btn-link___z7cQQ,
2824
+ .loader__btnLink___hjxLE {
2825
+ font-weight: 500;
2826
+ letter-spacing: -0.02em;
2827
+ font-size: 14px;
2828
+ line-height: 16px;
2829
+ }
2830
+ }
2831
+ .loader__btn-link___z7cQQ:hover,
2832
+ .loader__btnLink___hjxLE:hover {
2833
+ color: var(--buttonLinkL1, #c1847c);
2834
+ }
2835
+ .loader__btn-link___z7cQQ:disabled,
2836
+ .loader__btnLink___hjxLE:disabled {
2837
+ color: var(--buttonLinkL2, #d0a39d);
2838
+ }
2839
+ .loader__btn-link___z7cQQ:active,
2840
+ .loader__btnLink___hjxLE:active {
2841
+ opacity: 0.8;
2842
+ }
2843
+ .loader__user-select-none___M5hoJ,
2844
+ .loader__userSelectNone___iA0b1 {
2845
+ user-select: none;
2846
+ -moz-user-select: none;
2847
+ -webkit-user-select: none;
2848
+ -ms-user-select: none;
2849
+ }
2850
+ .loader__margin-0-auto___T2r2j,
2851
+ .loader__margin0auto___ZVL7u {
2852
+ margin: 0 auto;
2853
+ }
2854
+ .loader__base-page-container____Zsxk,
2855
+ .loader__basePageContainer___DLiFl {
2856
+ max-width: 1440px !important;
2857
+ }
2858
+ .loader__remove-scroll___hWs9Y,
2859
+ .loader__removeScroll___HDDzE {
2860
+ overflow-y: hidden !important;
2861
+ }
2862
+ .loader__mr-5___eLBs7,
2863
+ .loader__mr5___zJD9I {
2864
+ margin-inline-end: 30px !important;
2865
+ }
2866
+ .loader__mr-2___tbwub,
2867
+ .loader__mr2___X89Qh {
2868
+ margin-inline-end: 5px !important;
2869
+ }
2870
+ .loader__py-5___pdJLF,
2871
+ .loader__py5___AvRNG {
2872
+ padding-top: 1.875rem !important;
2873
+ padding-bottom: 1.875rem !important;
2874
+ }
2875
+ .loader__view-all-text___liiUk,
2876
+ .loader__viewAllText___Y96u7 {
2877
+ font-size: 20px;
2878
+ font-weight: 400;
2879
+ text-transform: lowercase;
2880
+ text-decoration: underline;
2881
+ }
2882
+ .loader__view-all-mobile___ZXDhV,
2883
+ .loader__viewAllMobile___h_w0I {
2884
+ display: none;
2885
+ }
2886
+ @media only screen and (max-width: 768px) {
2887
+ .loader__view-all-mobile___ZXDhV,
2888
+ .loader__viewAllMobile___h_w0I {
2889
+ display: flex;
2890
+ align-items: center;
2891
+ justify-content: center;
2892
+ margin-top: 40px;
2893
+ }
2894
+ }
2895
+ @media only screen and (max-width: 480px) {
2896
+ .loader__view-all-mobile___ZXDhV,
2897
+ .loader__viewAllMobile___h_w0I {
2898
+ margin-top: 24px;
2899
+ }
2900
+ }
2901
+ .loader__accent-btn___P6FBY,
2902
+ .loader__accentBtn___VC5di {
2903
+ background-color: var(--accentColor);
2904
+ color: #fff;
2905
+ }
2906
+ .loader__no-scroll___vVb6b,
2907
+ .loader__noScroll___ddkr9 {
2908
+ overflow-y: hidden;
2909
+ }
2910
+ .loader__hide-overflow___sIszC,
2911
+ .loader__hideOverflow___qX4zB {
2912
+ overflow: hidden;
2913
+ }
2914
+ .loader__markdown-body___ZDTE_ h6 {
2915
+ margin-top: 0 !important;
2916
+ margin-bottom: 0 !important;
2917
+ }
2918
+ @media only screen and (max-width: 480px) {
2919
+ .loader__markdown-body___ZDTE_ {
2920
+ font-size: 12px !important;
2921
+ padding: 5px !important;
2922
+ }
2923
+ }
2924
+ .loader__view3d-canvas___Y51aL {
2925
+ width: 100%;
2926
+ height: 100%;
2927
+ }
2928
+ @media only screen and (max-width: 480px) {
2929
+ .loader__view-mobile-up___tbZ1n {
2930
+ display: none !important;
2931
+ }
2932
+ }
2933
+ @media only screen and (min-width: 481px) {
2934
+ .loader__view-mobile___zSuiC {
2935
+ display: none !important;
2936
+ }
2937
+ }
2603
2938
  .loader__loading___r6ySa {
2604
2939
  position: fixed;
2605
2940
  z-index: 2000;
@@ -2727,10 +3062,8 @@ h5,
2727
3062
  z-index: 222;
2728
3063
  }
2729
3064
  .loader__loader___ytdT3 {
2730
- border: 8px solid #f3f3f3;
2731
- /* Light grey */
2732
- border-top: 8px solid #3498db;
2733
- /* Blue */
3065
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
3066
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
2734
3067
  border-radius: 50%;
2735
3068
  width: 50px;
2736
3069
  height: 50px;