@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
  .phone__caption-medium___Hb7Vf,
183
183
  .phone__captionMedium___R4vT3 {
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
  .phone__caption-semi-bold___aBpcW,
196
196
  .phone__captionSemiBold___Jjjlv {
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
  }
@@ -553,7 +553,7 @@ h4,
553
553
  letter-spacing: -0.02em;
554
554
  color: var(--textHeading, #26201a);
555
555
  font-size: 16px;
556
- line-height: 18px;
556
+ line-height: 1.5;
557
557
  }
558
558
  @media only screen and (min-width: 769px) {
559
559
  h4,
@@ -562,7 +562,7 @@ h4,
562
562
  letter-spacing: -0.02em;
563
563
  color: var(--textHeading, #26201a);
564
564
  font-size: 20px;
565
- line-height: 24px;
565
+ line-height: 1.5;
566
566
  }
567
567
  }
568
568
  h5,
@@ -629,7 +629,7 @@ h5,
629
629
  .mobile-number__caption-medium___syZZb,
630
630
  .mobile-number__captionMedium___iKNxh {
631
631
  font-size: 12px;
632
- line-height: 14px;
632
+ line-height: 1.5;
633
633
  letter-spacing: -0.02em;
634
634
  font-weight: 500;
635
635
  }
@@ -642,7 +642,7 @@ h5,
642
642
  .mobile-number__caption-semi-bold___Rbomr,
643
643
  .mobile-number__captionSemiBold___cKKg4 {
644
644
  font-size: 12px;
645
- line-height: 14px;
645
+ line-height: 1.5;
646
646
  letter-spacing: -0.02em;
647
647
  font-weight: 600;
648
648
  }
@@ -952,7 +952,7 @@ h4,
952
952
  letter-spacing: -0.02em;
953
953
  color: var(--textHeading, #26201a);
954
954
  font-size: 16px;
955
- line-height: 18px;
955
+ line-height: 1.5;
956
956
  }
957
957
  @media only screen and (min-width: 769px) {
958
958
  h4,
@@ -961,7 +961,7 @@ h4,
961
961
  letter-spacing: -0.02em;
962
962
  color: var(--textHeading, #26201a);
963
963
  font-size: 20px;
964
- line-height: 24px;
964
+ line-height: 1.5;
965
965
  }
966
966
  }
967
967
  h5,
@@ -1028,7 +1028,7 @@ h5,
1028
1028
  .fy-button__caption-medium___PSB4T,
1029
1029
  .fy-button__captionMedium___iW0z_ {
1030
1030
  font-size: 12px;
1031
- line-height: 14px;
1031
+ line-height: 1.5;
1032
1032
  letter-spacing: -0.02em;
1033
1033
  font-weight: 500;
1034
1034
  }
@@ -1041,7 +1041,7 @@ h5,
1041
1041
  .fy-button__caption-semi-bold___FFG2N,
1042
1042
  .fy-button__captionSemiBold___czTMx {
1043
1043
  font-size: 12px;
1044
- line-height: 14px;
1044
+ line-height: 1.5;
1045
1045
  letter-spacing: -0.02em;
1046
1046
  font-weight: 600;
1047
1047
  }
@@ -1346,7 +1346,342 @@ h5,
1346
1346
  font-size: 16px;
1347
1347
  }
1348
1348
 
1349
- /* Absolute Center Spinner */
1349
+ /**color by character**/
1350
+ /** Font family **/
1351
+ /** Font weight **/
1352
+ .loader__display-block___C28Wh {
1353
+ display: block;
1354
+ }
1355
+ .loader__inline-block___qe6ST,
1356
+ .loader__inlineBlock___RbcTU {
1357
+ display: inline-block;
1358
+ }
1359
+ .loader__flex-row___jtutA {
1360
+ display: flex;
1361
+ }
1362
+ .loader__flex-column___Xo1gh,
1363
+ .loader__flexColumn___BZ1uV {
1364
+ display: flex;
1365
+ flex-direction: column;
1366
+ }
1367
+ .loader__flex-align-center___QKakD,
1368
+ .loader__flexAlignCenter____hCbC {
1369
+ display: flex;
1370
+ align-items: center;
1371
+ }
1372
+ .loader__flex-justify-center___iXbnu,
1373
+ .loader__flexJustifyCenter___x_1Sc {
1374
+ display: flex;
1375
+ justify-content: center;
1376
+ }
1377
+ .loader__flex-center___cERbN,
1378
+ .loader__flexCenter___FRjsH {
1379
+ display: flex;
1380
+ justify-content: center;
1381
+ align-items: center;
1382
+ }
1383
+ .loader__justify-start___PXa_q,
1384
+ .loader__justifyStart___RIbpq {
1385
+ justify-content: flex-start;
1386
+ }
1387
+ .loader__justify-end___N_MxT,
1388
+ .loader__justifyEnd___c9Puj {
1389
+ justify-content: flex-end;
1390
+ }
1391
+ .loader__justify-between___ryNlc,
1392
+ .loader__justifyBetween___bNm10 {
1393
+ justify-content: space-between;
1394
+ }
1395
+ .loader__justify-around___kWvQU,
1396
+ .loader__justifyAround___TO6v6 {
1397
+ justify-content: space-around;
1398
+ }
1399
+ .loader__justify-evenly___r6oLK,
1400
+ .loader__justifyEvenly___NI1zZ {
1401
+ justify-content: space-evenly;
1402
+ }
1403
+ h1,
1404
+ .loader__h1___N9UmV {
1405
+ font-weight: 700;
1406
+ font-size: 28px;
1407
+ line-height: 42px;
1408
+ letter-spacing: -0.03em;
1409
+ color: var(--textHeading, #26201a);
1410
+ }
1411
+ @media only screen and (min-width: 769px) {
1412
+ h1,
1413
+ .loader__h1___N9UmV {
1414
+ font-size: 36px;
1415
+ line-height: 48px;
1416
+ }
1417
+ }
1418
+ h2,
1419
+ .loader__h2___tLPka {
1420
+ font-weight: 700;
1421
+ font-size: 28px;
1422
+ line-height: 36px;
1423
+ letter-spacing: -0.03em;
1424
+ color: var(--textHeading, #26201a);
1425
+ }
1426
+ @media only screen and (min-width: 769px) {
1427
+ h2,
1428
+ .loader__h2___tLPka {
1429
+ font-size: 32px;
1430
+ line-height: 42px;
1431
+ }
1432
+ }
1433
+ h3,
1434
+ .loader__h3___lpAs2 {
1435
+ font-weight: 700;
1436
+ letter-spacing: -0.02em;
1437
+ color: var(--textHeading, #26201a);
1438
+ font-size: 24px;
1439
+ line-height: 32px;
1440
+ }
1441
+ @media only screen and (min-width: 769px) {
1442
+ h3,
1443
+ .loader__h3___lpAs2 {
1444
+ font-weight: 700;
1445
+ letter-spacing: -0.02em;
1446
+ color: var(--textHeading, #26201a);
1447
+ font-size: 28px;
1448
+ line-height: 36px;
1449
+ }
1450
+ }
1451
+ h4,
1452
+ .loader__h4___I9T7x {
1453
+ font-weight: 600;
1454
+ letter-spacing: -0.02em;
1455
+ color: var(--textHeading, #26201a);
1456
+ font-size: 16px;
1457
+ line-height: 1.5;
1458
+ }
1459
+ @media only screen and (min-width: 769px) {
1460
+ h4,
1461
+ .loader__h4___I9T7x {
1462
+ font-weight: 600;
1463
+ letter-spacing: -0.02em;
1464
+ color: var(--textHeading, #26201a);
1465
+ font-size: 20px;
1466
+ line-height: 1.5;
1467
+ }
1468
+ }
1469
+ h5,
1470
+ .loader__h5___U0S2a {
1471
+ font-weight: 600;
1472
+ font-size: 14px;
1473
+ line-height: 16px;
1474
+ letter-spacing: -0.02em;
1475
+ color: var(--textHeading, #26201a);
1476
+ }
1477
+ @media only screen and (min-width: 769px) {
1478
+ h5,
1479
+ .loader__h5___U0S2a {
1480
+ font-size: 16px;
1481
+ line-height: 18px;
1482
+ }
1483
+ }
1484
+ .loader__b1___ava08 {
1485
+ font-weight: 400;
1486
+ font-size: 14px;
1487
+ line-height: 18px;
1488
+ letter-spacing: -0.02em;
1489
+ color: var(--textBody, #3c3131);
1490
+ }
1491
+ @media only screen and (min-width: 769px) {
1492
+ .loader__b1___ava08 {
1493
+ font-size: 16px;
1494
+ line-height: 20px;
1495
+ }
1496
+ }
1497
+ .loader__b-small___MxINE,
1498
+ .loader__bSmall___vHKDM,
1499
+ .loader__b2___yNXNt {
1500
+ font-weight: 400;
1501
+ letter-spacing: -0.02em;
1502
+ color: var(--textBody, #3c3131);
1503
+ font-size: 12px;
1504
+ line-height: 16px;
1505
+ }
1506
+ @media only screen and (min-width: 769px) {
1507
+ .loader__b-small___MxINE,
1508
+ .loader__bSmall___vHKDM,
1509
+ .loader__b2___yNXNt {
1510
+ font-weight: 400;
1511
+ letter-spacing: -0.02em;
1512
+ color: var(--textBody, #3c3131);
1513
+ font-size: 14px;
1514
+ line-height: 18px;
1515
+ }
1516
+ }
1517
+ .loader__d1___zLD7l {
1518
+ font-size: 36px;
1519
+ font-weight: 700;
1520
+ line-height: 48px;
1521
+ letter-spacing: -0.02em;
1522
+ }
1523
+ @media only screen and (min-width: 769px) {
1524
+ .loader__d1___zLD7l {
1525
+ font-size: 64px;
1526
+ line-height: 85px;
1527
+ letter-spacing: -0.03em;
1528
+ }
1529
+ }
1530
+ .loader__caption-medium___Urevx,
1531
+ .loader__captionMedium___AiB4A {
1532
+ font-size: 12px;
1533
+ line-height: 1.5;
1534
+ letter-spacing: -0.02em;
1535
+ font-weight: 500;
1536
+ }
1537
+ @media only screen and (max-width: 480px) {
1538
+ .loader__caption-medium___Urevx,
1539
+ .loader__captionMedium___AiB4A {
1540
+ font-size: 11px;
1541
+ }
1542
+ }
1543
+ .loader__caption-semi-bold___F9hrq,
1544
+ .loader__captionSemiBold___GwZZD {
1545
+ font-size: 12px;
1546
+ line-height: 1.5;
1547
+ letter-spacing: -0.02em;
1548
+ font-weight: 600;
1549
+ }
1550
+ @media only screen and (max-width: 480px) {
1551
+ .loader__caption-semi-bold___F9hrq,
1552
+ .loader__captionSemiBold___GwZZD {
1553
+ font-size: 11px;
1554
+ }
1555
+ }
1556
+ .loader__btn-link___z7cQQ,
1557
+ .loader__btnLink___hjxLE {
1558
+ font-weight: 500;
1559
+ letter-spacing: -0.02em;
1560
+ font-size: 12px;
1561
+ line-height: 14px;
1562
+ border-radius: var(--buttonRadius, 0px);
1563
+ cursor: pointer;
1564
+ color: var(--buttonLink, #b1655b);
1565
+ text-decoration: underline;
1566
+ background: none;
1567
+ border: none;
1568
+ }
1569
+ @media only screen and (min-width: 769px) {
1570
+ .loader__btn-link___z7cQQ,
1571
+ .loader__btnLink___hjxLE {
1572
+ font-weight: 500;
1573
+ letter-spacing: -0.02em;
1574
+ font-size: 14px;
1575
+ line-height: 16px;
1576
+ }
1577
+ }
1578
+ .loader__btn-link___z7cQQ:hover,
1579
+ .loader__btnLink___hjxLE:hover {
1580
+ color: var(--buttonLinkL1, #c1847c);
1581
+ }
1582
+ .loader__btn-link___z7cQQ:disabled,
1583
+ .loader__btnLink___hjxLE:disabled {
1584
+ color: var(--buttonLinkL2, #d0a39d);
1585
+ }
1586
+ .loader__btn-link___z7cQQ:active,
1587
+ .loader__btnLink___hjxLE:active {
1588
+ opacity: 0.8;
1589
+ }
1590
+ .loader__user-select-none___M5hoJ,
1591
+ .loader__userSelectNone___iA0b1 {
1592
+ user-select: none;
1593
+ -moz-user-select: none;
1594
+ -webkit-user-select: none;
1595
+ -ms-user-select: none;
1596
+ }
1597
+ .loader__margin-0-auto___T2r2j,
1598
+ .loader__margin0auto___ZVL7u {
1599
+ margin: 0 auto;
1600
+ }
1601
+ .loader__base-page-container____Zsxk,
1602
+ .loader__basePageContainer___DLiFl {
1603
+ max-width: 1440px !important;
1604
+ }
1605
+ .loader__remove-scroll___hWs9Y,
1606
+ .loader__removeScroll___HDDzE {
1607
+ overflow-y: hidden !important;
1608
+ }
1609
+ .loader__mr-5___eLBs7,
1610
+ .loader__mr5___zJD9I {
1611
+ margin-inline-end: 30px !important;
1612
+ }
1613
+ .loader__mr-2___tbwub,
1614
+ .loader__mr2___X89Qh {
1615
+ margin-inline-end: 5px !important;
1616
+ }
1617
+ .loader__py-5___pdJLF,
1618
+ .loader__py5___AvRNG {
1619
+ padding-top: 1.875rem !important;
1620
+ padding-bottom: 1.875rem !important;
1621
+ }
1622
+ .loader__view-all-text___liiUk,
1623
+ .loader__viewAllText___Y96u7 {
1624
+ font-size: 20px;
1625
+ font-weight: 400;
1626
+ text-transform: lowercase;
1627
+ text-decoration: underline;
1628
+ }
1629
+ .loader__view-all-mobile___ZXDhV,
1630
+ .loader__viewAllMobile___h_w0I {
1631
+ display: none;
1632
+ }
1633
+ @media only screen and (max-width: 768px) {
1634
+ .loader__view-all-mobile___ZXDhV,
1635
+ .loader__viewAllMobile___h_w0I {
1636
+ display: flex;
1637
+ align-items: center;
1638
+ justify-content: center;
1639
+ margin-top: 40px;
1640
+ }
1641
+ }
1642
+ @media only screen and (max-width: 480px) {
1643
+ .loader__view-all-mobile___ZXDhV,
1644
+ .loader__viewAllMobile___h_w0I {
1645
+ margin-top: 24px;
1646
+ }
1647
+ }
1648
+ .loader__accent-btn___P6FBY,
1649
+ .loader__accentBtn___VC5di {
1650
+ background-color: var(--accentColor);
1651
+ color: #fff;
1652
+ }
1653
+ .loader__no-scroll___vVb6b,
1654
+ .loader__noScroll___ddkr9 {
1655
+ overflow-y: hidden;
1656
+ }
1657
+ .loader__hide-overflow___sIszC,
1658
+ .loader__hideOverflow___qX4zB {
1659
+ overflow: hidden;
1660
+ }
1661
+ .loader__markdown-body___ZDTE_ h6 {
1662
+ margin-top: 0 !important;
1663
+ margin-bottom: 0 !important;
1664
+ }
1665
+ @media only screen and (max-width: 480px) {
1666
+ .loader__markdown-body___ZDTE_ {
1667
+ font-size: 12px !important;
1668
+ padding: 5px !important;
1669
+ }
1670
+ }
1671
+ .loader__view3d-canvas___Y51aL {
1672
+ width: 100%;
1673
+ height: 100%;
1674
+ }
1675
+ @media only screen and (max-width: 480px) {
1676
+ .loader__view-mobile-up___tbZ1n {
1677
+ display: none !important;
1678
+ }
1679
+ }
1680
+ @media only screen and (min-width: 481px) {
1681
+ .loader__view-mobile___zSuiC {
1682
+ display: none !important;
1683
+ }
1684
+ }
1350
1685
  .loader__loading___r6ySa {
1351
1686
  position: fixed;
1352
1687
  z-index: 2000;
@@ -1474,10 +1809,8 @@ h5,
1474
1809
  z-index: 222;
1475
1810
  }
1476
1811
  .loader__loader___ytdT3 {
1477
- border: 8px solid #f3f3f3;
1478
- /* Light grey */
1479
- border-top: 8px solid #3498db;
1480
- /* Blue */
1812
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
1813
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
1481
1814
  border-radius: 50%;
1482
1815
  width: 50px;
1483
1816
  height: 50px;
@@ -1607,7 +1940,7 @@ h4,
1607
1940
  letter-spacing: -0.02em;
1608
1941
  color: var(--textHeading, #26201a);
1609
1942
  font-size: 16px;
1610
- line-height: 18px;
1943
+ line-height: 1.5;
1611
1944
  }
1612
1945
  @media only screen and (min-width: 769px) {
1613
1946
  h4,
@@ -1616,7 +1949,7 @@ h4,
1616
1949
  letter-spacing: -0.02em;
1617
1950
  color: var(--textHeading, #26201a);
1618
1951
  font-size: 20px;
1619
- line-height: 24px;
1952
+ line-height: 1.5;
1620
1953
  }
1621
1954
  }
1622
1955
  h5,
@@ -1683,7 +2016,7 @@ h5,
1683
2016
  .add-phone-modal__caption-medium___pKMg3,
1684
2017
  .add-phone-modal__captionMedium___VwMvs {
1685
2018
  font-size: 12px;
1686
- line-height: 14px;
2019
+ line-height: 1.5;
1687
2020
  letter-spacing: -0.02em;
1688
2021
  font-weight: 500;
1689
2022
  }
@@ -1696,7 +2029,7 @@ h5,
1696
2029
  .add-phone-modal__caption-semi-bold___MHqjr,
1697
2030
  .add-phone-modal__captionSemiBold___zFgGL {
1698
2031
  font-size: 12px;
1699
- line-height: 14px;
2032
+ line-height: 1.5;
1700
2033
  letter-spacing: -0.02em;
1701
2034
  font-weight: 600;
1702
2035
  }
@@ -2058,7 +2391,7 @@ h4,
2058
2391
  letter-spacing: -0.02em;
2059
2392
  color: var(--textHeading, #26201a);
2060
2393
  font-size: 16px;
2061
- line-height: 18px;
2394
+ line-height: 1.5;
2062
2395
  }
2063
2396
  @media only screen and (min-width: 769px) {
2064
2397
  h4,
@@ -2067,7 +2400,7 @@ h4,
2067
2400
  letter-spacing: -0.02em;
2068
2401
  color: var(--textHeading, #26201a);
2069
2402
  font-size: 20px;
2070
- line-height: 24px;
2403
+ line-height: 1.5;
2071
2404
  }
2072
2405
  }
2073
2406
  h5,
@@ -2134,7 +2467,7 @@ h5,
2134
2467
  .modal__caption-medium___GbhtF,
2135
2468
  .modal__captionMedium___zCJpb {
2136
2469
  font-size: 12px;
2137
- line-height: 14px;
2470
+ line-height: 1.5;
2138
2471
  letter-spacing: -0.02em;
2139
2472
  font-weight: 500;
2140
2473
  }
@@ -2147,7 +2480,7 @@ h5,
2147
2480
  .modal__caption-semi-bold___feZV5,
2148
2481
  .modal__captionSemiBold___pxAn7 {
2149
2482
  font-size: 12px;
2150
- line-height: 14px;
2483
+ line-height: 1.5;
2151
2484
  letter-spacing: -0.02em;
2152
2485
  font-weight: 600;
2153
2486
  }
@@ -2538,7 +2871,7 @@ h4,
2538
2871
  letter-spacing: -0.02em;
2539
2872
  color: var(--textHeading, #26201a);
2540
2873
  font-size: 16px;
2541
- line-height: 18px;
2874
+ line-height: 1.5;
2542
2875
  }
2543
2876
  @media only screen and (min-width: 769px) {
2544
2877
  h4,
@@ -2547,7 +2880,7 @@ h4,
2547
2880
  letter-spacing: -0.02em;
2548
2881
  color: var(--textHeading, #26201a);
2549
2882
  font-size: 20px;
2550
- line-height: 24px;
2883
+ line-height: 1.5;
2551
2884
  }
2552
2885
  }
2553
2886
  h5,
@@ -2614,7 +2947,7 @@ h5,
2614
2947
  .fy-input__caption-medium___ypzRG,
2615
2948
  .fy-input__captionMedium___cFBcK {
2616
2949
  font-size: 12px;
2617
- line-height: 14px;
2950
+ line-height: 1.5;
2618
2951
  letter-spacing: -0.02em;
2619
2952
  font-weight: 500;
2620
2953
  }
@@ -2627,7 +2960,7 @@ h5,
2627
2960
  .fy-input__caption-semi-bold___WmtaG,
2628
2961
  .fy-input__captionSemiBold___UuNTY {
2629
2962
  font-size: 12px;
2630
- line-height: 14px;
2963
+ line-height: 1.5;
2631
2964
  letter-spacing: -0.02em;
2632
2965
  font-weight: 600;
2633
2966
  }
@@ -3002,7 +3335,7 @@ h4,
3002
3335
  letter-spacing: -0.02em;
3003
3336
  color: var(--textHeading, #26201a);
3004
3337
  font-size: 16px;
3005
- line-height: 18px;
3338
+ line-height: 1.5;
3006
3339
  }
3007
3340
  @media only screen and (min-width: 769px) {
3008
3341
  h4,
@@ -3011,7 +3344,7 @@ h4,
3011
3344
  letter-spacing: -0.02em;
3012
3345
  color: var(--textHeading, #26201a);
3013
3346
  font-size: 20px;
3014
- line-height: 24px;
3347
+ line-height: 1.5;
3015
3348
  }
3016
3349
  }
3017
3350
  h5,
@@ -3078,7 +3411,7 @@ h5,
3078
3411
  .empty-state__caption-medium___BZrqA,
3079
3412
  .empty-state__captionMedium___xdcOJ {
3080
3413
  font-size: 12px;
3081
- line-height: 14px;
3414
+ line-height: 1.5;
3082
3415
  letter-spacing: -0.02em;
3083
3416
  font-weight: 500;
3084
3417
  }
@@ -3091,7 +3424,7 @@ h5,
3091
3424
  .empty-state__caption-semi-bold___kXiSl,
3092
3425
  .empty-state__captionSemiBold___j5IRa {
3093
3426
  font-size: 12px;
3094
- line-height: 14px;
3427
+ line-height: 1.5;
3095
3428
  letter-spacing: -0.02em;
3096
3429
  font-weight: 600;
3097
3430
  }