@gofynd/theme-template 2.0.0 → 2.0.2

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 (155) 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/add-to-cart/add-to-cart.js +1 -1
  70. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
  71. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
  72. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
  73. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
  74. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
  75. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
  76. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
  77. package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
  78. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
  79. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
  80. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
  81. package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
  82. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
  83. package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
  84. package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
  85. package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
  86. package/dist/page-layouts/single-checkout/modal.css +4 -4
  87. package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
  88. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  89. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
  90. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  91. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
  92. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
  93. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  94. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
  95. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
  96. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
  97. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  98. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
  99. package/dist/pages/blog/blog.css +20 -20
  100. package/dist/pages/blog/index.css +20 -20
  101. package/dist/pages/cart/cart.css +423 -89
  102. package/dist/pages/cart/cart.js +1 -1
  103. package/dist/pages/cart/index.css +423 -89
  104. package/dist/pages/cart/index.js +1 -1
  105. package/dist/pages/checkout/checkout.css +180 -133
  106. package/dist/pages/checkout/checkout.js +1 -1
  107. package/dist/pages/checkout/index.css +180 -133
  108. package/dist/pages/checkout/index.js +1 -1
  109. package/dist/pages/contact-us/contact-us.css +350 -17
  110. package/dist/pages/contact-us/index.css +350 -17
  111. package/dist/pages/edit-profile/edit-profile.css +12 -12
  112. package/dist/pages/edit-profile/index.css +12 -12
  113. package/dist/pages/faq/faq.css +4 -4
  114. package/dist/pages/faq/index.css +4 -4
  115. package/dist/pages/forgot-password/forget-password.css +8 -8
  116. package/dist/pages/forgot-password/index.css +8 -8
  117. package/dist/pages/index.css +764 -383
  118. package/dist/pages/index.js +1 -1
  119. package/dist/pages/login/index.css +28 -28
  120. package/dist/pages/login/login.css +28 -28
  121. package/dist/pages/order/index.css +350 -17
  122. package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
  123. package/dist/pages/order/order-tracking.css +350 -17
  124. package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
  125. package/dist/pages/order-status/index.css +363 -33
  126. package/dist/pages/order-status/index.js +1 -1
  127. package/dist/pages/order-status/order-status.css +363 -33
  128. package/dist/pages/order-status/order-status.js +1 -1
  129. package/dist/pages/product-listing/index.css +457 -124
  130. package/dist/pages/product-listing/index.js +1 -1
  131. package/dist/pages/product-listing/product-listing.css +457 -124
  132. package/dist/pages/product-listing/product-listing.js +1 -1
  133. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
  134. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
  135. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
  136. package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
  137. package/dist/pages/profile/email/email.css +362 -29
  138. package/dist/pages/profile/email/index.css +362 -29
  139. package/dist/pages/profile/index.css +350 -17
  140. package/dist/pages/profile/phone/index.css +366 -33
  141. package/dist/pages/profile/phone/phone.css +366 -33
  142. package/dist/pages/profile/profile-details.css +350 -17
  143. package/dist/pages/register/index.css +20 -20
  144. package/dist/pages/register/register.css +20 -20
  145. package/dist/pages/set-password/index.css +4 -4
  146. package/dist/pages/set-password/set-password.css +4 -4
  147. package/dist/pages/shared-cart/index.css +8 -8
  148. package/dist/pages/shared-cart/shared-cart.css +8 -8
  149. package/dist/pages/verify-email/index.css +4 -4
  150. package/dist/pages/verify-email/verify-email.css +4 -4
  151. package/dist/pages/wishlist/index.css +406 -73
  152. package/dist/pages/wishlist/index.js +1 -1
  153. package/dist/pages/wishlist/wishlist.css +406 -73
  154. package/dist/pages/wishlist/wishlist.js +1 -1
  155. 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
  .add-phone-modal__caption-medium___pKMg3,
183
183
  .add-phone-modal__captionMedium___VwMvs {
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
  .add-phone-modal__caption-semi-bold___MHqjr,
196
196
  .add-phone-modal__captionSemiBold___zFgGL {
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
  }
@@ -557,7 +557,7 @@ h4,
557
557
  letter-spacing: -0.02em;
558
558
  color: var(--textHeading, #26201a);
559
559
  font-size: 16px;
560
- line-height: 18px;
560
+ line-height: 1.5;
561
561
  }
562
562
  @media only screen and (min-width: 769px) {
563
563
  h4,
@@ -566,7 +566,7 @@ h4,
566
566
  letter-spacing: -0.02em;
567
567
  color: var(--textHeading, #26201a);
568
568
  font-size: 20px;
569
- line-height: 24px;
569
+ line-height: 1.5;
570
570
  }
571
571
  }
572
572
  h5,
@@ -633,7 +633,7 @@ h5,
633
633
  .modal__caption-medium___GbhtF,
634
634
  .modal__captionMedium___zCJpb {
635
635
  font-size: 12px;
636
- line-height: 14px;
636
+ line-height: 1.5;
637
637
  letter-spacing: -0.02em;
638
638
  font-weight: 500;
639
639
  }
@@ -646,7 +646,7 @@ h5,
646
646
  .modal__caption-semi-bold___feZV5,
647
647
  .modal__captionSemiBold___pxAn7 {
648
648
  font-size: 12px;
649
- line-height: 14px;
649
+ line-height: 1.5;
650
650
  letter-spacing: -0.02em;
651
651
  font-weight: 600;
652
652
  }
@@ -1037,7 +1037,7 @@ h4,
1037
1037
  letter-spacing: -0.02em;
1038
1038
  color: var(--textHeading, #26201a);
1039
1039
  font-size: 16px;
1040
- line-height: 18px;
1040
+ line-height: 1.5;
1041
1041
  }
1042
1042
  @media only screen and (min-width: 769px) {
1043
1043
  h4,
@@ -1046,7 +1046,7 @@ h4,
1046
1046
  letter-spacing: -0.02em;
1047
1047
  color: var(--textHeading, #26201a);
1048
1048
  font-size: 20px;
1049
- line-height: 24px;
1049
+ line-height: 1.5;
1050
1050
  }
1051
1051
  }
1052
1052
  h5,
@@ -1113,7 +1113,7 @@ h5,
1113
1113
  .fy-button__caption-medium___PSB4T,
1114
1114
  .fy-button__captionMedium___iW0z_ {
1115
1115
  font-size: 12px;
1116
- line-height: 14px;
1116
+ line-height: 1.5;
1117
1117
  letter-spacing: -0.02em;
1118
1118
  font-weight: 500;
1119
1119
  }
@@ -1126,7 +1126,7 @@ h5,
1126
1126
  .fy-button__caption-semi-bold___FFG2N,
1127
1127
  .fy-button__captionSemiBold___czTMx {
1128
1128
  font-size: 12px;
1129
- line-height: 14px;
1129
+ line-height: 1.5;
1130
1130
  letter-spacing: -0.02em;
1131
1131
  font-weight: 600;
1132
1132
  }
@@ -1431,7 +1431,342 @@ h5,
1431
1431
  font-size: 16px;
1432
1432
  }
1433
1433
 
1434
- /* Absolute Center Spinner */
1434
+ /**color by character**/
1435
+ /** Font family **/
1436
+ /** Font weight **/
1437
+ .loader__display-block___C28Wh {
1438
+ display: block;
1439
+ }
1440
+ .loader__inline-block___qe6ST,
1441
+ .loader__inlineBlock___RbcTU {
1442
+ display: inline-block;
1443
+ }
1444
+ .loader__flex-row___jtutA {
1445
+ display: flex;
1446
+ }
1447
+ .loader__flex-column___Xo1gh,
1448
+ .loader__flexColumn___BZ1uV {
1449
+ display: flex;
1450
+ flex-direction: column;
1451
+ }
1452
+ .loader__flex-align-center___QKakD,
1453
+ .loader__flexAlignCenter____hCbC {
1454
+ display: flex;
1455
+ align-items: center;
1456
+ }
1457
+ .loader__flex-justify-center___iXbnu,
1458
+ .loader__flexJustifyCenter___x_1Sc {
1459
+ display: flex;
1460
+ justify-content: center;
1461
+ }
1462
+ .loader__flex-center___cERbN,
1463
+ .loader__flexCenter___FRjsH {
1464
+ display: flex;
1465
+ justify-content: center;
1466
+ align-items: center;
1467
+ }
1468
+ .loader__justify-start___PXa_q,
1469
+ .loader__justifyStart___RIbpq {
1470
+ justify-content: flex-start;
1471
+ }
1472
+ .loader__justify-end___N_MxT,
1473
+ .loader__justifyEnd___c9Puj {
1474
+ justify-content: flex-end;
1475
+ }
1476
+ .loader__justify-between___ryNlc,
1477
+ .loader__justifyBetween___bNm10 {
1478
+ justify-content: space-between;
1479
+ }
1480
+ .loader__justify-around___kWvQU,
1481
+ .loader__justifyAround___TO6v6 {
1482
+ justify-content: space-around;
1483
+ }
1484
+ .loader__justify-evenly___r6oLK,
1485
+ .loader__justifyEvenly___NI1zZ {
1486
+ justify-content: space-evenly;
1487
+ }
1488
+ h1,
1489
+ .loader__h1___N9UmV {
1490
+ font-weight: 700;
1491
+ font-size: 28px;
1492
+ line-height: 42px;
1493
+ letter-spacing: -0.03em;
1494
+ color: var(--textHeading, #26201a);
1495
+ }
1496
+ @media only screen and (min-width: 769px) {
1497
+ h1,
1498
+ .loader__h1___N9UmV {
1499
+ font-size: 36px;
1500
+ line-height: 48px;
1501
+ }
1502
+ }
1503
+ h2,
1504
+ .loader__h2___tLPka {
1505
+ font-weight: 700;
1506
+ font-size: 28px;
1507
+ line-height: 36px;
1508
+ letter-spacing: -0.03em;
1509
+ color: var(--textHeading, #26201a);
1510
+ }
1511
+ @media only screen and (min-width: 769px) {
1512
+ h2,
1513
+ .loader__h2___tLPka {
1514
+ font-size: 32px;
1515
+ line-height: 42px;
1516
+ }
1517
+ }
1518
+ h3,
1519
+ .loader__h3___lpAs2 {
1520
+ font-weight: 700;
1521
+ letter-spacing: -0.02em;
1522
+ color: var(--textHeading, #26201a);
1523
+ font-size: 24px;
1524
+ line-height: 32px;
1525
+ }
1526
+ @media only screen and (min-width: 769px) {
1527
+ h3,
1528
+ .loader__h3___lpAs2 {
1529
+ font-weight: 700;
1530
+ letter-spacing: -0.02em;
1531
+ color: var(--textHeading, #26201a);
1532
+ font-size: 28px;
1533
+ line-height: 36px;
1534
+ }
1535
+ }
1536
+ h4,
1537
+ .loader__h4___I9T7x {
1538
+ font-weight: 600;
1539
+ letter-spacing: -0.02em;
1540
+ color: var(--textHeading, #26201a);
1541
+ font-size: 16px;
1542
+ line-height: 1.5;
1543
+ }
1544
+ @media only screen and (min-width: 769px) {
1545
+ h4,
1546
+ .loader__h4___I9T7x {
1547
+ font-weight: 600;
1548
+ letter-spacing: -0.02em;
1549
+ color: var(--textHeading, #26201a);
1550
+ font-size: 20px;
1551
+ line-height: 1.5;
1552
+ }
1553
+ }
1554
+ h5,
1555
+ .loader__h5___U0S2a {
1556
+ font-weight: 600;
1557
+ font-size: 14px;
1558
+ line-height: 16px;
1559
+ letter-spacing: -0.02em;
1560
+ color: var(--textHeading, #26201a);
1561
+ }
1562
+ @media only screen and (min-width: 769px) {
1563
+ h5,
1564
+ .loader__h5___U0S2a {
1565
+ font-size: 16px;
1566
+ line-height: 18px;
1567
+ }
1568
+ }
1569
+ .loader__b1___ava08 {
1570
+ font-weight: 400;
1571
+ font-size: 14px;
1572
+ line-height: 18px;
1573
+ letter-spacing: -0.02em;
1574
+ color: var(--textBody, #3c3131);
1575
+ }
1576
+ @media only screen and (min-width: 769px) {
1577
+ .loader__b1___ava08 {
1578
+ font-size: 16px;
1579
+ line-height: 20px;
1580
+ }
1581
+ }
1582
+ .loader__b-small___MxINE,
1583
+ .loader__bSmall___vHKDM,
1584
+ .loader__b2___yNXNt {
1585
+ font-weight: 400;
1586
+ letter-spacing: -0.02em;
1587
+ color: var(--textBody, #3c3131);
1588
+ font-size: 12px;
1589
+ line-height: 16px;
1590
+ }
1591
+ @media only screen and (min-width: 769px) {
1592
+ .loader__b-small___MxINE,
1593
+ .loader__bSmall___vHKDM,
1594
+ .loader__b2___yNXNt {
1595
+ font-weight: 400;
1596
+ letter-spacing: -0.02em;
1597
+ color: var(--textBody, #3c3131);
1598
+ font-size: 14px;
1599
+ line-height: 18px;
1600
+ }
1601
+ }
1602
+ .loader__d1___zLD7l {
1603
+ font-size: 36px;
1604
+ font-weight: 700;
1605
+ line-height: 48px;
1606
+ letter-spacing: -0.02em;
1607
+ }
1608
+ @media only screen and (min-width: 769px) {
1609
+ .loader__d1___zLD7l {
1610
+ font-size: 64px;
1611
+ line-height: 85px;
1612
+ letter-spacing: -0.03em;
1613
+ }
1614
+ }
1615
+ .loader__caption-medium___Urevx,
1616
+ .loader__captionMedium___AiB4A {
1617
+ font-size: 12px;
1618
+ line-height: 1.5;
1619
+ letter-spacing: -0.02em;
1620
+ font-weight: 500;
1621
+ }
1622
+ @media only screen and (max-width: 480px) {
1623
+ .loader__caption-medium___Urevx,
1624
+ .loader__captionMedium___AiB4A {
1625
+ font-size: 11px;
1626
+ }
1627
+ }
1628
+ .loader__caption-semi-bold___F9hrq,
1629
+ .loader__captionSemiBold___GwZZD {
1630
+ font-size: 12px;
1631
+ line-height: 1.5;
1632
+ letter-spacing: -0.02em;
1633
+ font-weight: 600;
1634
+ }
1635
+ @media only screen and (max-width: 480px) {
1636
+ .loader__caption-semi-bold___F9hrq,
1637
+ .loader__captionSemiBold___GwZZD {
1638
+ font-size: 11px;
1639
+ }
1640
+ }
1641
+ .loader__btn-link___z7cQQ,
1642
+ .loader__btnLink___hjxLE {
1643
+ font-weight: 500;
1644
+ letter-spacing: -0.02em;
1645
+ font-size: 12px;
1646
+ line-height: 14px;
1647
+ border-radius: var(--buttonRadius, 0px);
1648
+ cursor: pointer;
1649
+ color: var(--buttonLink, #b1655b);
1650
+ text-decoration: underline;
1651
+ background: none;
1652
+ border: none;
1653
+ }
1654
+ @media only screen and (min-width: 769px) {
1655
+ .loader__btn-link___z7cQQ,
1656
+ .loader__btnLink___hjxLE {
1657
+ font-weight: 500;
1658
+ letter-spacing: -0.02em;
1659
+ font-size: 14px;
1660
+ line-height: 16px;
1661
+ }
1662
+ }
1663
+ .loader__btn-link___z7cQQ:hover,
1664
+ .loader__btnLink___hjxLE:hover {
1665
+ color: var(--buttonLinkL1, #c1847c);
1666
+ }
1667
+ .loader__btn-link___z7cQQ:disabled,
1668
+ .loader__btnLink___hjxLE:disabled {
1669
+ color: var(--buttonLinkL2, #d0a39d);
1670
+ }
1671
+ .loader__btn-link___z7cQQ:active,
1672
+ .loader__btnLink___hjxLE:active {
1673
+ opacity: 0.8;
1674
+ }
1675
+ .loader__user-select-none___M5hoJ,
1676
+ .loader__userSelectNone___iA0b1 {
1677
+ user-select: none;
1678
+ -moz-user-select: none;
1679
+ -webkit-user-select: none;
1680
+ -ms-user-select: none;
1681
+ }
1682
+ .loader__margin-0-auto___T2r2j,
1683
+ .loader__margin0auto___ZVL7u {
1684
+ margin: 0 auto;
1685
+ }
1686
+ .loader__base-page-container____Zsxk,
1687
+ .loader__basePageContainer___DLiFl {
1688
+ max-width: 1440px !important;
1689
+ }
1690
+ .loader__remove-scroll___hWs9Y,
1691
+ .loader__removeScroll___HDDzE {
1692
+ overflow-y: hidden !important;
1693
+ }
1694
+ .loader__mr-5___eLBs7,
1695
+ .loader__mr5___zJD9I {
1696
+ margin-inline-end: 30px !important;
1697
+ }
1698
+ .loader__mr-2___tbwub,
1699
+ .loader__mr2___X89Qh {
1700
+ margin-inline-end: 5px !important;
1701
+ }
1702
+ .loader__py-5___pdJLF,
1703
+ .loader__py5___AvRNG {
1704
+ padding-top: 1.875rem !important;
1705
+ padding-bottom: 1.875rem !important;
1706
+ }
1707
+ .loader__view-all-text___liiUk,
1708
+ .loader__viewAllText___Y96u7 {
1709
+ font-size: 20px;
1710
+ font-weight: 400;
1711
+ text-transform: lowercase;
1712
+ text-decoration: underline;
1713
+ }
1714
+ .loader__view-all-mobile___ZXDhV,
1715
+ .loader__viewAllMobile___h_w0I {
1716
+ display: none;
1717
+ }
1718
+ @media only screen and (max-width: 768px) {
1719
+ .loader__view-all-mobile___ZXDhV,
1720
+ .loader__viewAllMobile___h_w0I {
1721
+ display: flex;
1722
+ align-items: center;
1723
+ justify-content: center;
1724
+ margin-top: 40px;
1725
+ }
1726
+ }
1727
+ @media only screen and (max-width: 480px) {
1728
+ .loader__view-all-mobile___ZXDhV,
1729
+ .loader__viewAllMobile___h_w0I {
1730
+ margin-top: 24px;
1731
+ }
1732
+ }
1733
+ .loader__accent-btn___P6FBY,
1734
+ .loader__accentBtn___VC5di {
1735
+ background-color: var(--accentColor);
1736
+ color: #fff;
1737
+ }
1738
+ .loader__no-scroll___vVb6b,
1739
+ .loader__noScroll___ddkr9 {
1740
+ overflow-y: hidden;
1741
+ }
1742
+ .loader__hide-overflow___sIszC,
1743
+ .loader__hideOverflow___qX4zB {
1744
+ overflow: hidden;
1745
+ }
1746
+ .loader__markdown-body___ZDTE_ h6 {
1747
+ margin-top: 0 !important;
1748
+ margin-bottom: 0 !important;
1749
+ }
1750
+ @media only screen and (max-width: 480px) {
1751
+ .loader__markdown-body___ZDTE_ {
1752
+ font-size: 12px !important;
1753
+ padding: 5px !important;
1754
+ }
1755
+ }
1756
+ .loader__view3d-canvas___Y51aL {
1757
+ width: 100%;
1758
+ height: 100%;
1759
+ }
1760
+ @media only screen and (max-width: 480px) {
1761
+ .loader__view-mobile-up___tbZ1n {
1762
+ display: none !important;
1763
+ }
1764
+ }
1765
+ @media only screen and (min-width: 481px) {
1766
+ .loader__view-mobile___zSuiC {
1767
+ display: none !important;
1768
+ }
1769
+ }
1435
1770
  .loader__loading___r6ySa {
1436
1771
  position: fixed;
1437
1772
  z-index: 2000;
@@ -1559,10 +1894,8 @@ h5,
1559
1894
  z-index: 222;
1560
1895
  }
1561
1896
  .loader__loader___ytdT3 {
1562
- border: 8px solid #f3f3f3;
1563
- /* Light grey */
1564
- border-top: 8px solid #3498db;
1565
- /* Blue */
1897
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
1898
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
1566
1899
  border-radius: 50%;
1567
1900
  width: 50px;
1568
1901
  height: 50px;
@@ -1692,7 +2025,7 @@ h4,
1692
2025
  letter-spacing: -0.02em;
1693
2026
  color: var(--textHeading, #26201a);
1694
2027
  font-size: 16px;
1695
- line-height: 18px;
2028
+ line-height: 1.5;
1696
2029
  }
1697
2030
  @media only screen and (min-width: 769px) {
1698
2031
  h4,
@@ -1701,7 +2034,7 @@ h4,
1701
2034
  letter-spacing: -0.02em;
1702
2035
  color: var(--textHeading, #26201a);
1703
2036
  font-size: 20px;
1704
- line-height: 24px;
2037
+ line-height: 1.5;
1705
2038
  }
1706
2039
  }
1707
2040
  h5,
@@ -1768,7 +2101,7 @@ h5,
1768
2101
  .fy-input__caption-medium___ypzRG,
1769
2102
  .fy-input__captionMedium___cFBcK {
1770
2103
  font-size: 12px;
1771
- line-height: 14px;
2104
+ line-height: 1.5;
1772
2105
  letter-spacing: -0.02em;
1773
2106
  font-weight: 500;
1774
2107
  }
@@ -1781,7 +2114,7 @@ h5,
1781
2114
  .fy-input__caption-semi-bold___WmtaG,
1782
2115
  .fy-input__captionSemiBold___UuNTY {
1783
2116
  font-size: 12px;
1784
- line-height: 14px;
2117
+ line-height: 1.5;
1785
2118
  letter-spacing: -0.02em;
1786
2119
  font-weight: 600;
1787
2120
  }
@@ -2156,7 +2489,7 @@ h4,
2156
2489
  letter-spacing: -0.02em;
2157
2490
  color: var(--textHeading, #26201a);
2158
2491
  font-size: 16px;
2159
- line-height: 18px;
2492
+ line-height: 1.5;
2160
2493
  }
2161
2494
  @media only screen and (min-width: 769px) {
2162
2495
  h4,
@@ -2165,7 +2498,7 @@ h4,
2165
2498
  letter-spacing: -0.02em;
2166
2499
  color: var(--textHeading, #26201a);
2167
2500
  font-size: 20px;
2168
- line-height: 24px;
2501
+ line-height: 1.5;
2169
2502
  }
2170
2503
  }
2171
2504
  h5,
@@ -2232,7 +2565,7 @@ h5,
2232
2565
  .mobile-number__caption-medium___syZZb,
2233
2566
  .mobile-number__captionMedium___iKNxh {
2234
2567
  font-size: 12px;
2235
- line-height: 14px;
2568
+ line-height: 1.5;
2236
2569
  letter-spacing: -0.02em;
2237
2570
  font-weight: 500;
2238
2571
  }
@@ -2245,7 +2578,7 @@ h5,
2245
2578
  .mobile-number__caption-semi-bold___Rbomr,
2246
2579
  .mobile-number__captionSemiBold___cKKg4 {
2247
2580
  font-size: 12px;
2248
- line-height: 14px;
2581
+ line-height: 1.5;
2249
2582
  letter-spacing: -0.02em;
2250
2583
  font-weight: 600;
2251
2584
  }