@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-status__caption-medium___aHHeu,
183
183
  .order-status__captionMedium___xDUPj {
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-status__caption-semi-bold___N5k2_,
196
196
  .order-status__captionSemiBold___c7anL {
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
  }
@@ -403,6 +403,10 @@ h5,
403
403
  }
404
404
  .order-status__orders___N_SnV .order-status__orderStatus___gGK9U .order-status__trackOrderBtn___woN1W {
405
405
  margin-top: 24px;
406
+ display: flex;
407
+ flex-wrap: wrap;
408
+ gap: 12px;
409
+ justify-content: center;
406
410
  }
407
411
  .order-status__orders___N_SnV .order-status__orderStatus___gGK9U .order-status__trackOrderBtn___woN1W .order-status__trackBtn___eXwYp {
408
412
  padding: 14px 24px;
@@ -417,14 +421,7 @@ h5,
417
421
  }
418
422
  }
419
423
  .order-status__orders___N_SnV .order-status__orderStatus___gGK9U .order-status__trackOrderBtn___woN1W .order-status__continueBtn___wKDd1 {
420
- display: inline-block;
421
- padding-left: 12px;
422
- }
423
- @media (max-width: 378px) {
424
- .order-status__orders___N_SnV .order-status__orderStatus___gGK9U .order-status__trackOrderBtn___woN1W .order-status__continueBtn___wKDd1:nth-child(2) {
425
- padding-top: 12px;
426
- padding-left: 0;
427
- }
424
+ padding-left: 0;
428
425
  }
429
426
  .order-status__orders___N_SnV .order-status__orderDetail___wNvPW {
430
427
  display: flex;
@@ -918,7 +915,7 @@ h4,
918
915
  letter-spacing: -0.02em;
919
916
  color: var(--textHeading, #26201a);
920
917
  font-size: 16px;
921
- line-height: 18px;
918
+ line-height: 1.5;
922
919
  }
923
920
  @media only screen and (min-width: 769px) {
924
921
  h4,
@@ -927,7 +924,7 @@ h4,
927
924
  letter-spacing: -0.02em;
928
925
  color: var(--textHeading, #26201a);
929
926
  font-size: 20px;
930
- line-height: 24px;
927
+ line-height: 1.5;
931
928
  }
932
929
  }
933
930
  h5,
@@ -994,7 +991,7 @@ h5,
994
991
  .price-breakup__caption-medium___wWsTp,
995
992
  .price-breakup__captionMedium___mD2FZ {
996
993
  font-size: 12px;
997
- line-height: 14px;
994
+ line-height: 1.5;
998
995
  letter-spacing: -0.02em;
999
996
  font-weight: 500;
1000
997
  }
@@ -1007,7 +1004,7 @@ h5,
1007
1004
  .price-breakup__caption-semi-bold___jb1u9,
1008
1005
  .price-breakup__captionSemiBold___OqTV0 {
1009
1006
  font-size: 12px;
1010
- line-height: 14px;
1007
+ line-height: 1.5;
1011
1008
  letter-spacing: -0.02em;
1012
1009
  font-weight: 600;
1013
1010
  }
@@ -1370,7 +1367,7 @@ h4,
1370
1367
  letter-spacing: -0.02em;
1371
1368
  color: var(--textHeading, #26201a);
1372
1369
  font-size: 16px;
1373
- line-height: 18px;
1370
+ line-height: 1.5;
1374
1371
  }
1375
1372
  @media only screen and (min-width: 769px) {
1376
1373
  h4,
@@ -1379,7 +1376,7 @@ h4,
1379
1376
  letter-spacing: -0.02em;
1380
1377
  color: var(--textHeading, #26201a);
1381
1378
  font-size: 20px;
1382
- line-height: 24px;
1379
+ line-height: 1.5;
1383
1380
  }
1384
1381
  }
1385
1382
  h5,
@@ -1446,7 +1443,7 @@ h5,
1446
1443
  .cart-gift-item__caption-medium___VVmw0,
1447
1444
  .cart-gift-item__captionMedium___naEN5 {
1448
1445
  font-size: 12px;
1449
- line-height: 14px;
1446
+ line-height: 1.5;
1450
1447
  letter-spacing: -0.02em;
1451
1448
  font-weight: 500;
1452
1449
  }
@@ -1459,7 +1456,7 @@ h5,
1459
1456
  .cart-gift-item__caption-semi-bold___xZwGj,
1460
1457
  .cart-gift-item__captionSemiBold___uxPG3 {
1461
1458
  font-size: 12px;
1462
- line-height: 14px;
1459
+ line-height: 1.5;
1463
1460
  letter-spacing: -0.02em;
1464
1461
  font-weight: 600;
1465
1462
  }
@@ -1838,7 +1835,7 @@ h4,
1838
1835
  letter-spacing: -0.02em;
1839
1836
  color: var(--textHeading, #26201a);
1840
1837
  font-size: 16px;
1841
- line-height: 18px;
1838
+ line-height: 1.5;
1842
1839
  }
1843
1840
  @media only screen and (min-width: 769px) {
1844
1841
  h4,
@@ -1847,7 +1844,7 @@ h4,
1847
1844
  letter-spacing: -0.02em;
1848
1845
  color: var(--textHeading, #26201a);
1849
1846
  font-size: 20px;
1850
- line-height: 24px;
1847
+ line-height: 1.5;
1851
1848
  }
1852
1849
  }
1853
1850
  h5,
@@ -1914,7 +1911,7 @@ h5,
1914
1911
  .fy-button__caption-medium___PSB4T,
1915
1912
  .fy-button__captionMedium___iW0z_ {
1916
1913
  font-size: 12px;
1917
- line-height: 14px;
1914
+ line-height: 1.5;
1918
1915
  letter-spacing: -0.02em;
1919
1916
  font-weight: 500;
1920
1917
  }
@@ -1927,7 +1924,7 @@ h5,
1927
1924
  .fy-button__caption-semi-bold___FFG2N,
1928
1925
  .fy-button__captionSemiBold___czTMx {
1929
1926
  font-size: 12px;
1930
- line-height: 14px;
1927
+ line-height: 1.5;
1931
1928
  letter-spacing: -0.02em;
1932
1929
  font-weight: 600;
1933
1930
  }
@@ -2232,7 +2229,342 @@ h5,
2232
2229
  font-size: 16px;
2233
2230
  }
2234
2231
 
2235
- /* Absolute Center Spinner */
2232
+ /**color by character**/
2233
+ /** Font family **/
2234
+ /** Font weight **/
2235
+ .loader__display-block___C28Wh {
2236
+ display: block;
2237
+ }
2238
+ .loader__inline-block___qe6ST,
2239
+ .loader__inlineBlock___RbcTU {
2240
+ display: inline-block;
2241
+ }
2242
+ .loader__flex-row___jtutA {
2243
+ display: flex;
2244
+ }
2245
+ .loader__flex-column___Xo1gh,
2246
+ .loader__flexColumn___BZ1uV {
2247
+ display: flex;
2248
+ flex-direction: column;
2249
+ }
2250
+ .loader__flex-align-center___QKakD,
2251
+ .loader__flexAlignCenter____hCbC {
2252
+ display: flex;
2253
+ align-items: center;
2254
+ }
2255
+ .loader__flex-justify-center___iXbnu,
2256
+ .loader__flexJustifyCenter___x_1Sc {
2257
+ display: flex;
2258
+ justify-content: center;
2259
+ }
2260
+ .loader__flex-center___cERbN,
2261
+ .loader__flexCenter___FRjsH {
2262
+ display: flex;
2263
+ justify-content: center;
2264
+ align-items: center;
2265
+ }
2266
+ .loader__justify-start___PXa_q,
2267
+ .loader__justifyStart___RIbpq {
2268
+ justify-content: flex-start;
2269
+ }
2270
+ .loader__justify-end___N_MxT,
2271
+ .loader__justifyEnd___c9Puj {
2272
+ justify-content: flex-end;
2273
+ }
2274
+ .loader__justify-between___ryNlc,
2275
+ .loader__justifyBetween___bNm10 {
2276
+ justify-content: space-between;
2277
+ }
2278
+ .loader__justify-around___kWvQU,
2279
+ .loader__justifyAround___TO6v6 {
2280
+ justify-content: space-around;
2281
+ }
2282
+ .loader__justify-evenly___r6oLK,
2283
+ .loader__justifyEvenly___NI1zZ {
2284
+ justify-content: space-evenly;
2285
+ }
2286
+ h1,
2287
+ .loader__h1___N9UmV {
2288
+ font-weight: 700;
2289
+ font-size: 28px;
2290
+ line-height: 42px;
2291
+ letter-spacing: -0.03em;
2292
+ color: var(--textHeading, #26201a);
2293
+ }
2294
+ @media only screen and (min-width: 769px) {
2295
+ h1,
2296
+ .loader__h1___N9UmV {
2297
+ font-size: 36px;
2298
+ line-height: 48px;
2299
+ }
2300
+ }
2301
+ h2,
2302
+ .loader__h2___tLPka {
2303
+ font-weight: 700;
2304
+ font-size: 28px;
2305
+ line-height: 36px;
2306
+ letter-spacing: -0.03em;
2307
+ color: var(--textHeading, #26201a);
2308
+ }
2309
+ @media only screen and (min-width: 769px) {
2310
+ h2,
2311
+ .loader__h2___tLPka {
2312
+ font-size: 32px;
2313
+ line-height: 42px;
2314
+ }
2315
+ }
2316
+ h3,
2317
+ .loader__h3___lpAs2 {
2318
+ font-weight: 700;
2319
+ letter-spacing: -0.02em;
2320
+ color: var(--textHeading, #26201a);
2321
+ font-size: 24px;
2322
+ line-height: 32px;
2323
+ }
2324
+ @media only screen and (min-width: 769px) {
2325
+ h3,
2326
+ .loader__h3___lpAs2 {
2327
+ font-weight: 700;
2328
+ letter-spacing: -0.02em;
2329
+ color: var(--textHeading, #26201a);
2330
+ font-size: 28px;
2331
+ line-height: 36px;
2332
+ }
2333
+ }
2334
+ h4,
2335
+ .loader__h4___I9T7x {
2336
+ font-weight: 600;
2337
+ letter-spacing: -0.02em;
2338
+ color: var(--textHeading, #26201a);
2339
+ font-size: 16px;
2340
+ line-height: 1.5;
2341
+ }
2342
+ @media only screen and (min-width: 769px) {
2343
+ h4,
2344
+ .loader__h4___I9T7x {
2345
+ font-weight: 600;
2346
+ letter-spacing: -0.02em;
2347
+ color: var(--textHeading, #26201a);
2348
+ font-size: 20px;
2349
+ line-height: 1.5;
2350
+ }
2351
+ }
2352
+ h5,
2353
+ .loader__h5___U0S2a {
2354
+ font-weight: 600;
2355
+ font-size: 14px;
2356
+ line-height: 16px;
2357
+ letter-spacing: -0.02em;
2358
+ color: var(--textHeading, #26201a);
2359
+ }
2360
+ @media only screen and (min-width: 769px) {
2361
+ h5,
2362
+ .loader__h5___U0S2a {
2363
+ font-size: 16px;
2364
+ line-height: 18px;
2365
+ }
2366
+ }
2367
+ .loader__b1___ava08 {
2368
+ font-weight: 400;
2369
+ font-size: 14px;
2370
+ line-height: 18px;
2371
+ letter-spacing: -0.02em;
2372
+ color: var(--textBody, #3c3131);
2373
+ }
2374
+ @media only screen and (min-width: 769px) {
2375
+ .loader__b1___ava08 {
2376
+ font-size: 16px;
2377
+ line-height: 20px;
2378
+ }
2379
+ }
2380
+ .loader__b-small___MxINE,
2381
+ .loader__bSmall___vHKDM,
2382
+ .loader__b2___yNXNt {
2383
+ font-weight: 400;
2384
+ letter-spacing: -0.02em;
2385
+ color: var(--textBody, #3c3131);
2386
+ font-size: 12px;
2387
+ line-height: 16px;
2388
+ }
2389
+ @media only screen and (min-width: 769px) {
2390
+ .loader__b-small___MxINE,
2391
+ .loader__bSmall___vHKDM,
2392
+ .loader__b2___yNXNt {
2393
+ font-weight: 400;
2394
+ letter-spacing: -0.02em;
2395
+ color: var(--textBody, #3c3131);
2396
+ font-size: 14px;
2397
+ line-height: 18px;
2398
+ }
2399
+ }
2400
+ .loader__d1___zLD7l {
2401
+ font-size: 36px;
2402
+ font-weight: 700;
2403
+ line-height: 48px;
2404
+ letter-spacing: -0.02em;
2405
+ }
2406
+ @media only screen and (min-width: 769px) {
2407
+ .loader__d1___zLD7l {
2408
+ font-size: 64px;
2409
+ line-height: 85px;
2410
+ letter-spacing: -0.03em;
2411
+ }
2412
+ }
2413
+ .loader__caption-medium___Urevx,
2414
+ .loader__captionMedium___AiB4A {
2415
+ font-size: 12px;
2416
+ line-height: 1.5;
2417
+ letter-spacing: -0.02em;
2418
+ font-weight: 500;
2419
+ }
2420
+ @media only screen and (max-width: 480px) {
2421
+ .loader__caption-medium___Urevx,
2422
+ .loader__captionMedium___AiB4A {
2423
+ font-size: 11px;
2424
+ }
2425
+ }
2426
+ .loader__caption-semi-bold___F9hrq,
2427
+ .loader__captionSemiBold___GwZZD {
2428
+ font-size: 12px;
2429
+ line-height: 1.5;
2430
+ letter-spacing: -0.02em;
2431
+ font-weight: 600;
2432
+ }
2433
+ @media only screen and (max-width: 480px) {
2434
+ .loader__caption-semi-bold___F9hrq,
2435
+ .loader__captionSemiBold___GwZZD {
2436
+ font-size: 11px;
2437
+ }
2438
+ }
2439
+ .loader__btn-link___z7cQQ,
2440
+ .loader__btnLink___hjxLE {
2441
+ font-weight: 500;
2442
+ letter-spacing: -0.02em;
2443
+ font-size: 12px;
2444
+ line-height: 14px;
2445
+ border-radius: var(--buttonRadius, 0px);
2446
+ cursor: pointer;
2447
+ color: var(--buttonLink, #b1655b);
2448
+ text-decoration: underline;
2449
+ background: none;
2450
+ border: none;
2451
+ }
2452
+ @media only screen and (min-width: 769px) {
2453
+ .loader__btn-link___z7cQQ,
2454
+ .loader__btnLink___hjxLE {
2455
+ font-weight: 500;
2456
+ letter-spacing: -0.02em;
2457
+ font-size: 14px;
2458
+ line-height: 16px;
2459
+ }
2460
+ }
2461
+ .loader__btn-link___z7cQQ:hover,
2462
+ .loader__btnLink___hjxLE:hover {
2463
+ color: var(--buttonLinkL1, #c1847c);
2464
+ }
2465
+ .loader__btn-link___z7cQQ:disabled,
2466
+ .loader__btnLink___hjxLE:disabled {
2467
+ color: var(--buttonLinkL2, #d0a39d);
2468
+ }
2469
+ .loader__btn-link___z7cQQ:active,
2470
+ .loader__btnLink___hjxLE:active {
2471
+ opacity: 0.8;
2472
+ }
2473
+ .loader__user-select-none___M5hoJ,
2474
+ .loader__userSelectNone___iA0b1 {
2475
+ user-select: none;
2476
+ -moz-user-select: none;
2477
+ -webkit-user-select: none;
2478
+ -ms-user-select: none;
2479
+ }
2480
+ .loader__margin-0-auto___T2r2j,
2481
+ .loader__margin0auto___ZVL7u {
2482
+ margin: 0 auto;
2483
+ }
2484
+ .loader__base-page-container____Zsxk,
2485
+ .loader__basePageContainer___DLiFl {
2486
+ max-width: 1440px !important;
2487
+ }
2488
+ .loader__remove-scroll___hWs9Y,
2489
+ .loader__removeScroll___HDDzE {
2490
+ overflow-y: hidden !important;
2491
+ }
2492
+ .loader__mr-5___eLBs7,
2493
+ .loader__mr5___zJD9I {
2494
+ margin-inline-end: 30px !important;
2495
+ }
2496
+ .loader__mr-2___tbwub,
2497
+ .loader__mr2___X89Qh {
2498
+ margin-inline-end: 5px !important;
2499
+ }
2500
+ .loader__py-5___pdJLF,
2501
+ .loader__py5___AvRNG {
2502
+ padding-top: 1.875rem !important;
2503
+ padding-bottom: 1.875rem !important;
2504
+ }
2505
+ .loader__view-all-text___liiUk,
2506
+ .loader__viewAllText___Y96u7 {
2507
+ font-size: 20px;
2508
+ font-weight: 400;
2509
+ text-transform: lowercase;
2510
+ text-decoration: underline;
2511
+ }
2512
+ .loader__view-all-mobile___ZXDhV,
2513
+ .loader__viewAllMobile___h_w0I {
2514
+ display: none;
2515
+ }
2516
+ @media only screen and (max-width: 768px) {
2517
+ .loader__view-all-mobile___ZXDhV,
2518
+ .loader__viewAllMobile___h_w0I {
2519
+ display: flex;
2520
+ align-items: center;
2521
+ justify-content: center;
2522
+ margin-top: 40px;
2523
+ }
2524
+ }
2525
+ @media only screen and (max-width: 480px) {
2526
+ .loader__view-all-mobile___ZXDhV,
2527
+ .loader__viewAllMobile___h_w0I {
2528
+ margin-top: 24px;
2529
+ }
2530
+ }
2531
+ .loader__accent-btn___P6FBY,
2532
+ .loader__accentBtn___VC5di {
2533
+ background-color: var(--accentColor);
2534
+ color: #fff;
2535
+ }
2536
+ .loader__no-scroll___vVb6b,
2537
+ .loader__noScroll___ddkr9 {
2538
+ overflow-y: hidden;
2539
+ }
2540
+ .loader__hide-overflow___sIszC,
2541
+ .loader__hideOverflow___qX4zB {
2542
+ overflow: hidden;
2543
+ }
2544
+ .loader__markdown-body___ZDTE_ h6 {
2545
+ margin-top: 0 !important;
2546
+ margin-bottom: 0 !important;
2547
+ }
2548
+ @media only screen and (max-width: 480px) {
2549
+ .loader__markdown-body___ZDTE_ {
2550
+ font-size: 12px !important;
2551
+ padding: 5px !important;
2552
+ }
2553
+ }
2554
+ .loader__view3d-canvas___Y51aL {
2555
+ width: 100%;
2556
+ height: 100%;
2557
+ }
2558
+ @media only screen and (max-width: 480px) {
2559
+ .loader__view-mobile-up___tbZ1n {
2560
+ display: none !important;
2561
+ }
2562
+ }
2563
+ @media only screen and (min-width: 481px) {
2564
+ .loader__view-mobile___zSuiC {
2565
+ display: none !important;
2566
+ }
2567
+ }
2236
2568
  .loader__loading___r6ySa {
2237
2569
  position: fixed;
2238
2570
  z-index: 2000;
@@ -2360,10 +2692,8 @@ h5,
2360
2692
  z-index: 222;
2361
2693
  }
2362
2694
  .loader__loader___ytdT3 {
2363
- border: 8px solid #f3f3f3;
2364
- /* Light grey */
2365
- border-top: 8px solid #3498db;
2366
- /* Blue */
2695
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
2696
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
2367
2697
  border-radius: 50%;
2368
2698
  width: 50px;
2369
2699
  height: 50px;
@@ -2493,7 +2823,7 @@ h4,
2493
2823
  letter-spacing: -0.02em;
2494
2824
  color: var(--textHeading, #26201a);
2495
2825
  font-size: 16px;
2496
- line-height: 18px;
2826
+ line-height: 1.5;
2497
2827
  }
2498
2828
  @media only screen and (min-width: 769px) {
2499
2829
  h4,
@@ -2502,7 +2832,7 @@ h4,
2502
2832
  letter-spacing: -0.02em;
2503
2833
  color: var(--textHeading, #26201a);
2504
2834
  font-size: 20px;
2505
- line-height: 24px;
2835
+ line-height: 1.5;
2506
2836
  }
2507
2837
  }
2508
2838
  h5,
@@ -2569,7 +2899,7 @@ h5,
2569
2899
  .modal__caption-medium___GbhtF,
2570
2900
  .modal__captionMedium___zCJpb {
2571
2901
  font-size: 12px;
2572
- line-height: 14px;
2902
+ line-height: 1.5;
2573
2903
  letter-spacing: -0.02em;
2574
2904
  font-weight: 500;
2575
2905
  }
@@ -2582,7 +2912,7 @@ h5,
2582
2912
  .modal__caption-semi-bold___feZV5,
2583
2913
  .modal__captionSemiBold___pxAn7 {
2584
2914
  font-size: 12px;
2585
- line-height: 14px;
2915
+ line-height: 1.5;
2586
2916
  letter-spacing: -0.02em;
2587
2917
  font-weight: 600;
2588
2918
  }