@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
  .contact-us__caption-medium___B_db2,
183
183
  .contact-us__captionMedium___qRk8X {
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
  .contact-us__caption-semi-bold___fasRI,
196
196
  .contact-us__captionSemiBold___CSBLt {
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
  }
@@ -600,7 +600,7 @@ h4,
600
600
  letter-spacing: -0.02em;
601
601
  color: var(--textHeading, #26201a);
602
602
  font-size: 16px;
603
- line-height: 18px;
603
+ line-height: 1.5;
604
604
  }
605
605
  @media only screen and (min-width: 769px) {
606
606
  h4,
@@ -609,7 +609,7 @@ h4,
609
609
  letter-spacing: -0.02em;
610
610
  color: var(--textHeading, #26201a);
611
611
  font-size: 20px;
612
- line-height: 24px;
612
+ line-height: 1.5;
613
613
  }
614
614
  }
615
615
  h5,
@@ -676,7 +676,7 @@ h5,
676
676
  .fy-input__caption-medium___ypzRG,
677
677
  .fy-input__captionMedium___cFBcK {
678
678
  font-size: 12px;
679
- line-height: 14px;
679
+ line-height: 1.5;
680
680
  letter-spacing: -0.02em;
681
681
  font-weight: 500;
682
682
  }
@@ -689,7 +689,7 @@ h5,
689
689
  .fy-input__caption-semi-bold___WmtaG,
690
690
  .fy-input__captionSemiBold___UuNTY {
691
691
  font-size: 12px;
692
- line-height: 14px;
692
+ line-height: 1.5;
693
693
  letter-spacing: -0.02em;
694
694
  font-weight: 600;
695
695
  }
@@ -1064,7 +1064,7 @@ h4,
1064
1064
  letter-spacing: -0.02em;
1065
1065
  color: var(--textHeading, #26201a);
1066
1066
  font-size: 16px;
1067
- line-height: 18px;
1067
+ line-height: 1.5;
1068
1068
  }
1069
1069
  @media only screen and (min-width: 769px) {
1070
1070
  h4,
@@ -1073,7 +1073,7 @@ h4,
1073
1073
  letter-spacing: -0.02em;
1074
1074
  color: var(--textHeading, #26201a);
1075
1075
  font-size: 20px;
1076
- line-height: 24px;
1076
+ line-height: 1.5;
1077
1077
  }
1078
1078
  }
1079
1079
  h5,
@@ -1140,7 +1140,7 @@ h5,
1140
1140
  .fy-button__caption-medium___PSB4T,
1141
1141
  .fy-button__captionMedium___iW0z_ {
1142
1142
  font-size: 12px;
1143
- line-height: 14px;
1143
+ line-height: 1.5;
1144
1144
  letter-spacing: -0.02em;
1145
1145
  font-weight: 500;
1146
1146
  }
@@ -1153,7 +1153,7 @@ h5,
1153
1153
  .fy-button__caption-semi-bold___FFG2N,
1154
1154
  .fy-button__captionSemiBold___czTMx {
1155
1155
  font-size: 12px;
1156
- line-height: 14px;
1156
+ line-height: 1.5;
1157
1157
  letter-spacing: -0.02em;
1158
1158
  font-weight: 600;
1159
1159
  }
@@ -1458,7 +1458,342 @@ h5,
1458
1458
  font-size: 16px;
1459
1459
  }
1460
1460
 
1461
- /* Absolute Center Spinner */
1461
+ /**color by character**/
1462
+ /** Font family **/
1463
+ /** Font weight **/
1464
+ .loader__display-block___C28Wh {
1465
+ display: block;
1466
+ }
1467
+ .loader__inline-block___qe6ST,
1468
+ .loader__inlineBlock___RbcTU {
1469
+ display: inline-block;
1470
+ }
1471
+ .loader__flex-row___jtutA {
1472
+ display: flex;
1473
+ }
1474
+ .loader__flex-column___Xo1gh,
1475
+ .loader__flexColumn___BZ1uV {
1476
+ display: flex;
1477
+ flex-direction: column;
1478
+ }
1479
+ .loader__flex-align-center___QKakD,
1480
+ .loader__flexAlignCenter____hCbC {
1481
+ display: flex;
1482
+ align-items: center;
1483
+ }
1484
+ .loader__flex-justify-center___iXbnu,
1485
+ .loader__flexJustifyCenter___x_1Sc {
1486
+ display: flex;
1487
+ justify-content: center;
1488
+ }
1489
+ .loader__flex-center___cERbN,
1490
+ .loader__flexCenter___FRjsH {
1491
+ display: flex;
1492
+ justify-content: center;
1493
+ align-items: center;
1494
+ }
1495
+ .loader__justify-start___PXa_q,
1496
+ .loader__justifyStart___RIbpq {
1497
+ justify-content: flex-start;
1498
+ }
1499
+ .loader__justify-end___N_MxT,
1500
+ .loader__justifyEnd___c9Puj {
1501
+ justify-content: flex-end;
1502
+ }
1503
+ .loader__justify-between___ryNlc,
1504
+ .loader__justifyBetween___bNm10 {
1505
+ justify-content: space-between;
1506
+ }
1507
+ .loader__justify-around___kWvQU,
1508
+ .loader__justifyAround___TO6v6 {
1509
+ justify-content: space-around;
1510
+ }
1511
+ .loader__justify-evenly___r6oLK,
1512
+ .loader__justifyEvenly___NI1zZ {
1513
+ justify-content: space-evenly;
1514
+ }
1515
+ h1,
1516
+ .loader__h1___N9UmV {
1517
+ font-weight: 700;
1518
+ font-size: 28px;
1519
+ line-height: 42px;
1520
+ letter-spacing: -0.03em;
1521
+ color: var(--textHeading, #26201a);
1522
+ }
1523
+ @media only screen and (min-width: 769px) {
1524
+ h1,
1525
+ .loader__h1___N9UmV {
1526
+ font-size: 36px;
1527
+ line-height: 48px;
1528
+ }
1529
+ }
1530
+ h2,
1531
+ .loader__h2___tLPka {
1532
+ font-weight: 700;
1533
+ font-size: 28px;
1534
+ line-height: 36px;
1535
+ letter-spacing: -0.03em;
1536
+ color: var(--textHeading, #26201a);
1537
+ }
1538
+ @media only screen and (min-width: 769px) {
1539
+ h2,
1540
+ .loader__h2___tLPka {
1541
+ font-size: 32px;
1542
+ line-height: 42px;
1543
+ }
1544
+ }
1545
+ h3,
1546
+ .loader__h3___lpAs2 {
1547
+ font-weight: 700;
1548
+ letter-spacing: -0.02em;
1549
+ color: var(--textHeading, #26201a);
1550
+ font-size: 24px;
1551
+ line-height: 32px;
1552
+ }
1553
+ @media only screen and (min-width: 769px) {
1554
+ h3,
1555
+ .loader__h3___lpAs2 {
1556
+ font-weight: 700;
1557
+ letter-spacing: -0.02em;
1558
+ color: var(--textHeading, #26201a);
1559
+ font-size: 28px;
1560
+ line-height: 36px;
1561
+ }
1562
+ }
1563
+ h4,
1564
+ .loader__h4___I9T7x {
1565
+ font-weight: 600;
1566
+ letter-spacing: -0.02em;
1567
+ color: var(--textHeading, #26201a);
1568
+ font-size: 16px;
1569
+ line-height: 1.5;
1570
+ }
1571
+ @media only screen and (min-width: 769px) {
1572
+ h4,
1573
+ .loader__h4___I9T7x {
1574
+ font-weight: 600;
1575
+ letter-spacing: -0.02em;
1576
+ color: var(--textHeading, #26201a);
1577
+ font-size: 20px;
1578
+ line-height: 1.5;
1579
+ }
1580
+ }
1581
+ h5,
1582
+ .loader__h5___U0S2a {
1583
+ font-weight: 600;
1584
+ font-size: 14px;
1585
+ line-height: 16px;
1586
+ letter-spacing: -0.02em;
1587
+ color: var(--textHeading, #26201a);
1588
+ }
1589
+ @media only screen and (min-width: 769px) {
1590
+ h5,
1591
+ .loader__h5___U0S2a {
1592
+ font-size: 16px;
1593
+ line-height: 18px;
1594
+ }
1595
+ }
1596
+ .loader__b1___ava08 {
1597
+ font-weight: 400;
1598
+ font-size: 14px;
1599
+ line-height: 18px;
1600
+ letter-spacing: -0.02em;
1601
+ color: var(--textBody, #3c3131);
1602
+ }
1603
+ @media only screen and (min-width: 769px) {
1604
+ .loader__b1___ava08 {
1605
+ font-size: 16px;
1606
+ line-height: 20px;
1607
+ }
1608
+ }
1609
+ .loader__b-small___MxINE,
1610
+ .loader__bSmall___vHKDM,
1611
+ .loader__b2___yNXNt {
1612
+ font-weight: 400;
1613
+ letter-spacing: -0.02em;
1614
+ color: var(--textBody, #3c3131);
1615
+ font-size: 12px;
1616
+ line-height: 16px;
1617
+ }
1618
+ @media only screen and (min-width: 769px) {
1619
+ .loader__b-small___MxINE,
1620
+ .loader__bSmall___vHKDM,
1621
+ .loader__b2___yNXNt {
1622
+ font-weight: 400;
1623
+ letter-spacing: -0.02em;
1624
+ color: var(--textBody, #3c3131);
1625
+ font-size: 14px;
1626
+ line-height: 18px;
1627
+ }
1628
+ }
1629
+ .loader__d1___zLD7l {
1630
+ font-size: 36px;
1631
+ font-weight: 700;
1632
+ line-height: 48px;
1633
+ letter-spacing: -0.02em;
1634
+ }
1635
+ @media only screen and (min-width: 769px) {
1636
+ .loader__d1___zLD7l {
1637
+ font-size: 64px;
1638
+ line-height: 85px;
1639
+ letter-spacing: -0.03em;
1640
+ }
1641
+ }
1642
+ .loader__caption-medium___Urevx,
1643
+ .loader__captionMedium___AiB4A {
1644
+ font-size: 12px;
1645
+ line-height: 1.5;
1646
+ letter-spacing: -0.02em;
1647
+ font-weight: 500;
1648
+ }
1649
+ @media only screen and (max-width: 480px) {
1650
+ .loader__caption-medium___Urevx,
1651
+ .loader__captionMedium___AiB4A {
1652
+ font-size: 11px;
1653
+ }
1654
+ }
1655
+ .loader__caption-semi-bold___F9hrq,
1656
+ .loader__captionSemiBold___GwZZD {
1657
+ font-size: 12px;
1658
+ line-height: 1.5;
1659
+ letter-spacing: -0.02em;
1660
+ font-weight: 600;
1661
+ }
1662
+ @media only screen and (max-width: 480px) {
1663
+ .loader__caption-semi-bold___F9hrq,
1664
+ .loader__captionSemiBold___GwZZD {
1665
+ font-size: 11px;
1666
+ }
1667
+ }
1668
+ .loader__btn-link___z7cQQ,
1669
+ .loader__btnLink___hjxLE {
1670
+ font-weight: 500;
1671
+ letter-spacing: -0.02em;
1672
+ font-size: 12px;
1673
+ line-height: 14px;
1674
+ border-radius: var(--buttonRadius, 0px);
1675
+ cursor: pointer;
1676
+ color: var(--buttonLink, #b1655b);
1677
+ text-decoration: underline;
1678
+ background: none;
1679
+ border: none;
1680
+ }
1681
+ @media only screen and (min-width: 769px) {
1682
+ .loader__btn-link___z7cQQ,
1683
+ .loader__btnLink___hjxLE {
1684
+ font-weight: 500;
1685
+ letter-spacing: -0.02em;
1686
+ font-size: 14px;
1687
+ line-height: 16px;
1688
+ }
1689
+ }
1690
+ .loader__btn-link___z7cQQ:hover,
1691
+ .loader__btnLink___hjxLE:hover {
1692
+ color: var(--buttonLinkL1, #c1847c);
1693
+ }
1694
+ .loader__btn-link___z7cQQ:disabled,
1695
+ .loader__btnLink___hjxLE:disabled {
1696
+ color: var(--buttonLinkL2, #d0a39d);
1697
+ }
1698
+ .loader__btn-link___z7cQQ:active,
1699
+ .loader__btnLink___hjxLE:active {
1700
+ opacity: 0.8;
1701
+ }
1702
+ .loader__user-select-none___M5hoJ,
1703
+ .loader__userSelectNone___iA0b1 {
1704
+ user-select: none;
1705
+ -moz-user-select: none;
1706
+ -webkit-user-select: none;
1707
+ -ms-user-select: none;
1708
+ }
1709
+ .loader__margin-0-auto___T2r2j,
1710
+ .loader__margin0auto___ZVL7u {
1711
+ margin: 0 auto;
1712
+ }
1713
+ .loader__base-page-container____Zsxk,
1714
+ .loader__basePageContainer___DLiFl {
1715
+ max-width: 1440px !important;
1716
+ }
1717
+ .loader__remove-scroll___hWs9Y,
1718
+ .loader__removeScroll___HDDzE {
1719
+ overflow-y: hidden !important;
1720
+ }
1721
+ .loader__mr-5___eLBs7,
1722
+ .loader__mr5___zJD9I {
1723
+ margin-inline-end: 30px !important;
1724
+ }
1725
+ .loader__mr-2___tbwub,
1726
+ .loader__mr2___X89Qh {
1727
+ margin-inline-end: 5px !important;
1728
+ }
1729
+ .loader__py-5___pdJLF,
1730
+ .loader__py5___AvRNG {
1731
+ padding-top: 1.875rem !important;
1732
+ padding-bottom: 1.875rem !important;
1733
+ }
1734
+ .loader__view-all-text___liiUk,
1735
+ .loader__viewAllText___Y96u7 {
1736
+ font-size: 20px;
1737
+ font-weight: 400;
1738
+ text-transform: lowercase;
1739
+ text-decoration: underline;
1740
+ }
1741
+ .loader__view-all-mobile___ZXDhV,
1742
+ .loader__viewAllMobile___h_w0I {
1743
+ display: none;
1744
+ }
1745
+ @media only screen and (max-width: 768px) {
1746
+ .loader__view-all-mobile___ZXDhV,
1747
+ .loader__viewAllMobile___h_w0I {
1748
+ display: flex;
1749
+ align-items: center;
1750
+ justify-content: center;
1751
+ margin-top: 40px;
1752
+ }
1753
+ }
1754
+ @media only screen and (max-width: 480px) {
1755
+ .loader__view-all-mobile___ZXDhV,
1756
+ .loader__viewAllMobile___h_w0I {
1757
+ margin-top: 24px;
1758
+ }
1759
+ }
1760
+ .loader__accent-btn___P6FBY,
1761
+ .loader__accentBtn___VC5di {
1762
+ background-color: var(--accentColor);
1763
+ color: #fff;
1764
+ }
1765
+ .loader__no-scroll___vVb6b,
1766
+ .loader__noScroll___ddkr9 {
1767
+ overflow-y: hidden;
1768
+ }
1769
+ .loader__hide-overflow___sIszC,
1770
+ .loader__hideOverflow___qX4zB {
1771
+ overflow: hidden;
1772
+ }
1773
+ .loader__markdown-body___ZDTE_ h6 {
1774
+ margin-top: 0 !important;
1775
+ margin-bottom: 0 !important;
1776
+ }
1777
+ @media only screen and (max-width: 480px) {
1778
+ .loader__markdown-body___ZDTE_ {
1779
+ font-size: 12px !important;
1780
+ padding: 5px !important;
1781
+ }
1782
+ }
1783
+ .loader__view3d-canvas___Y51aL {
1784
+ width: 100%;
1785
+ height: 100%;
1786
+ }
1787
+ @media only screen and (max-width: 480px) {
1788
+ .loader__view-mobile-up___tbZ1n {
1789
+ display: none !important;
1790
+ }
1791
+ }
1792
+ @media only screen and (min-width: 481px) {
1793
+ .loader__view-mobile___zSuiC {
1794
+ display: none !important;
1795
+ }
1796
+ }
1462
1797
  .loader__loading___r6ySa {
1463
1798
  position: fixed;
1464
1799
  z-index: 2000;
@@ -1586,10 +1921,8 @@ h5,
1586
1921
  z-index: 222;
1587
1922
  }
1588
1923
  .loader__loader___ytdT3 {
1589
- border: 8px solid #f3f3f3;
1590
- /* Light grey */
1591
- border-top: 8px solid #3498db;
1592
- /* Blue */
1924
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
1925
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
1593
1926
  border-radius: 50%;
1594
1927
  width: 50px;
1595
1928
  height: 50px;
@@ -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
  .edit-profile__caption-medium___D6wDI,
183
183
  .edit-profile__captionMedium___MDrPq {
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
  .edit-profile__caption-semi-bold___Cx2fM,
196
196
  .edit-profile__captionSemiBold___UbwTg {
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
  }
@@ -645,7 +645,7 @@ h4,
645
645
  letter-spacing: -0.02em;
646
646
  color: var(--textHeading, #26201a);
647
647
  font-size: 16px;
648
- line-height: 18px;
648
+ line-height: 1.5;
649
649
  }
650
650
  @media only screen and (min-width: 769px) {
651
651
  h4,
@@ -654,7 +654,7 @@ h4,
654
654
  letter-spacing: -0.02em;
655
655
  color: var(--textHeading, #26201a);
656
656
  font-size: 20px;
657
- line-height: 24px;
657
+ line-height: 1.5;
658
658
  }
659
659
  }
660
660
  h5,
@@ -721,7 +721,7 @@ h5,
721
721
  .verify-both__caption-medium___QjOc_,
722
722
  .verify-both__captionMedium___vIB7N {
723
723
  font-size: 12px;
724
- line-height: 14px;
724
+ line-height: 1.5;
725
725
  letter-spacing: -0.02em;
726
726
  font-weight: 500;
727
727
  }
@@ -734,7 +734,7 @@ h5,
734
734
  .verify-both__caption-semi-bold___hN2r2,
735
735
  .verify-both__captionSemiBold___ZGDKF {
736
736
  font-size: 12px;
737
- line-height: 14px;
737
+ line-height: 1.5;
738
738
  letter-spacing: -0.02em;
739
739
  font-weight: 600;
740
740
  }
@@ -1112,7 +1112,7 @@ h4,
1112
1112
  letter-spacing: -0.02em;
1113
1113
  color: var(--textHeading, #26201a);
1114
1114
  font-size: 16px;
1115
- line-height: 18px;
1115
+ line-height: 1.5;
1116
1116
  }
1117
1117
  @media only screen and (min-width: 769px) {
1118
1118
  h4,
@@ -1121,7 +1121,7 @@ h4,
1121
1121
  letter-spacing: -0.02em;
1122
1122
  color: var(--textHeading, #26201a);
1123
1123
  font-size: 20px;
1124
- line-height: 24px;
1124
+ line-height: 1.5;
1125
1125
  }
1126
1126
  }
1127
1127
  h5,
@@ -1188,7 +1188,7 @@ h5,
1188
1188
  .mobile-number__caption-medium___syZZb,
1189
1189
  .mobile-number__captionMedium___iKNxh {
1190
1190
  font-size: 12px;
1191
- line-height: 14px;
1191
+ line-height: 1.5;
1192
1192
  letter-spacing: -0.02em;
1193
1193
  font-weight: 500;
1194
1194
  }
@@ -1201,7 +1201,7 @@ h5,
1201
1201
  .mobile-number__caption-semi-bold___Rbomr,
1202
1202
  .mobile-number__captionSemiBold___cKKg4 {
1203
1203
  font-size: 12px;
1204
- line-height: 14px;
1204
+ line-height: 1.5;
1205
1205
  letter-spacing: -0.02em;
1206
1206
  font-weight: 600;
1207
1207
  }
@@ -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
  .edit-profile__caption-medium___D6wDI,
183
183
  .edit-profile__captionMedium___MDrPq {
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
  .edit-profile__caption-semi-bold___Cx2fM,
196
196
  .edit-profile__captionSemiBold___UbwTg {
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
  }
@@ -645,7 +645,7 @@ h4,
645
645
  letter-spacing: -0.02em;
646
646
  color: var(--textHeading, #26201a);
647
647
  font-size: 16px;
648
- line-height: 18px;
648
+ line-height: 1.5;
649
649
  }
650
650
  @media only screen and (min-width: 769px) {
651
651
  h4,
@@ -654,7 +654,7 @@ h4,
654
654
  letter-spacing: -0.02em;
655
655
  color: var(--textHeading, #26201a);
656
656
  font-size: 20px;
657
- line-height: 24px;
657
+ line-height: 1.5;
658
658
  }
659
659
  }
660
660
  h5,
@@ -721,7 +721,7 @@ h5,
721
721
  .verify-both__caption-medium___QjOc_,
722
722
  .verify-both__captionMedium___vIB7N {
723
723
  font-size: 12px;
724
- line-height: 14px;
724
+ line-height: 1.5;
725
725
  letter-spacing: -0.02em;
726
726
  font-weight: 500;
727
727
  }
@@ -734,7 +734,7 @@ h5,
734
734
  .verify-both__caption-semi-bold___hN2r2,
735
735
  .verify-both__captionSemiBold___ZGDKF {
736
736
  font-size: 12px;
737
- line-height: 14px;
737
+ line-height: 1.5;
738
738
  letter-spacing: -0.02em;
739
739
  font-weight: 600;
740
740
  }
@@ -1112,7 +1112,7 @@ h4,
1112
1112
  letter-spacing: -0.02em;
1113
1113
  color: var(--textHeading, #26201a);
1114
1114
  font-size: 16px;
1115
- line-height: 18px;
1115
+ line-height: 1.5;
1116
1116
  }
1117
1117
  @media only screen and (min-width: 769px) {
1118
1118
  h4,
@@ -1121,7 +1121,7 @@ h4,
1121
1121
  letter-spacing: -0.02em;
1122
1122
  color: var(--textHeading, #26201a);
1123
1123
  font-size: 20px;
1124
- line-height: 24px;
1124
+ line-height: 1.5;
1125
1125
  }
1126
1126
  }
1127
1127
  h5,
@@ -1188,7 +1188,7 @@ h5,
1188
1188
  .mobile-number__caption-medium___syZZb,
1189
1189
  .mobile-number__captionMedium___iKNxh {
1190
1190
  font-size: 12px;
1191
- line-height: 14px;
1191
+ line-height: 1.5;
1192
1192
  letter-spacing: -0.02em;
1193
1193
  font-weight: 500;
1194
1194
  }
@@ -1201,7 +1201,7 @@ h5,
1201
1201
  .mobile-number__caption-semi-bold___Rbomr,
1202
1202
  .mobile-number__captionSemiBold___cKKg4 {
1203
1203
  font-size: 12px;
1204
- line-height: 14px;
1204
+ line-height: 1.5;
1205
1205
  letter-spacing: -0.02em;
1206
1206
  font-weight: 600;
1207
1207
  }
@@ -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
  .faq__caption-medium___Bvo0S,
183
183
  .faq__captionMedium___js12T {
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
  .faq__caption-semi-bold___qWoeO,
196
196
  .faq__captionSemiBold___iHFwI {
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
  }