@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
  .delivery-info__caption-medium___HT4YG,
183
183
  .delivery-info__captionMedium___rzTzv {
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
  .delivery-info__caption-semi-bold___AmQ4R,
196
196
  .delivery-info__captionSemiBold___Vnuwe {
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
  }
@@ -582,7 +582,7 @@ h4,
582
582
  letter-spacing: -0.02em;
583
583
  color: var(--textHeading, #26201a);
584
584
  font-size: 16px;
585
- line-height: 18px;
585
+ line-height: 1.5;
586
586
  }
587
587
  @media only screen and (min-width: 769px) {
588
588
  h4,
@@ -591,7 +591,7 @@ h4,
591
591
  letter-spacing: -0.02em;
592
592
  color: var(--textHeading, #26201a);
593
593
  font-size: 20px;
594
- line-height: 24px;
594
+ line-height: 1.5;
595
595
  }
596
596
  }
597
597
  h5,
@@ -658,7 +658,7 @@ h5,
658
658
  .fy-button__caption-medium___PSB4T,
659
659
  .fy-button__captionMedium___iW0z_ {
660
660
  font-size: 12px;
661
- line-height: 14px;
661
+ line-height: 1.5;
662
662
  letter-spacing: -0.02em;
663
663
  font-weight: 500;
664
664
  }
@@ -671,7 +671,7 @@ h5,
671
671
  .fy-button__caption-semi-bold___FFG2N,
672
672
  .fy-button__captionSemiBold___czTMx {
673
673
  font-size: 12px;
674
- line-height: 14px;
674
+ line-height: 1.5;
675
675
  letter-spacing: -0.02em;
676
676
  font-weight: 600;
677
677
  }
@@ -976,7 +976,342 @@ h5,
976
976
  font-size: 16px;
977
977
  }
978
978
 
979
- /* Absolute Center Spinner */
979
+ /**color by character**/
980
+ /** Font family **/
981
+ /** Font weight **/
982
+ .loader__display-block___C28Wh {
983
+ display: block;
984
+ }
985
+ .loader__inline-block___qe6ST,
986
+ .loader__inlineBlock___RbcTU {
987
+ display: inline-block;
988
+ }
989
+ .loader__flex-row___jtutA {
990
+ display: flex;
991
+ }
992
+ .loader__flex-column___Xo1gh,
993
+ .loader__flexColumn___BZ1uV {
994
+ display: flex;
995
+ flex-direction: column;
996
+ }
997
+ .loader__flex-align-center___QKakD,
998
+ .loader__flexAlignCenter____hCbC {
999
+ display: flex;
1000
+ align-items: center;
1001
+ }
1002
+ .loader__flex-justify-center___iXbnu,
1003
+ .loader__flexJustifyCenter___x_1Sc {
1004
+ display: flex;
1005
+ justify-content: center;
1006
+ }
1007
+ .loader__flex-center___cERbN,
1008
+ .loader__flexCenter___FRjsH {
1009
+ display: flex;
1010
+ justify-content: center;
1011
+ align-items: center;
1012
+ }
1013
+ .loader__justify-start___PXa_q,
1014
+ .loader__justifyStart___RIbpq {
1015
+ justify-content: flex-start;
1016
+ }
1017
+ .loader__justify-end___N_MxT,
1018
+ .loader__justifyEnd___c9Puj {
1019
+ justify-content: flex-end;
1020
+ }
1021
+ .loader__justify-between___ryNlc,
1022
+ .loader__justifyBetween___bNm10 {
1023
+ justify-content: space-between;
1024
+ }
1025
+ .loader__justify-around___kWvQU,
1026
+ .loader__justifyAround___TO6v6 {
1027
+ justify-content: space-around;
1028
+ }
1029
+ .loader__justify-evenly___r6oLK,
1030
+ .loader__justifyEvenly___NI1zZ {
1031
+ justify-content: space-evenly;
1032
+ }
1033
+ h1,
1034
+ .loader__h1___N9UmV {
1035
+ font-weight: 700;
1036
+ font-size: 28px;
1037
+ line-height: 42px;
1038
+ letter-spacing: -0.03em;
1039
+ color: var(--textHeading, #26201a);
1040
+ }
1041
+ @media only screen and (min-width: 769px) {
1042
+ h1,
1043
+ .loader__h1___N9UmV {
1044
+ font-size: 36px;
1045
+ line-height: 48px;
1046
+ }
1047
+ }
1048
+ h2,
1049
+ .loader__h2___tLPka {
1050
+ font-weight: 700;
1051
+ font-size: 28px;
1052
+ line-height: 36px;
1053
+ letter-spacing: -0.03em;
1054
+ color: var(--textHeading, #26201a);
1055
+ }
1056
+ @media only screen and (min-width: 769px) {
1057
+ h2,
1058
+ .loader__h2___tLPka {
1059
+ font-size: 32px;
1060
+ line-height: 42px;
1061
+ }
1062
+ }
1063
+ h3,
1064
+ .loader__h3___lpAs2 {
1065
+ font-weight: 700;
1066
+ letter-spacing: -0.02em;
1067
+ color: var(--textHeading, #26201a);
1068
+ font-size: 24px;
1069
+ line-height: 32px;
1070
+ }
1071
+ @media only screen and (min-width: 769px) {
1072
+ h3,
1073
+ .loader__h3___lpAs2 {
1074
+ font-weight: 700;
1075
+ letter-spacing: -0.02em;
1076
+ color: var(--textHeading, #26201a);
1077
+ font-size: 28px;
1078
+ line-height: 36px;
1079
+ }
1080
+ }
1081
+ h4,
1082
+ .loader__h4___I9T7x {
1083
+ font-weight: 600;
1084
+ letter-spacing: -0.02em;
1085
+ color: var(--textHeading, #26201a);
1086
+ font-size: 16px;
1087
+ line-height: 1.5;
1088
+ }
1089
+ @media only screen and (min-width: 769px) {
1090
+ h4,
1091
+ .loader__h4___I9T7x {
1092
+ font-weight: 600;
1093
+ letter-spacing: -0.02em;
1094
+ color: var(--textHeading, #26201a);
1095
+ font-size: 20px;
1096
+ line-height: 1.5;
1097
+ }
1098
+ }
1099
+ h5,
1100
+ .loader__h5___U0S2a {
1101
+ font-weight: 600;
1102
+ font-size: 14px;
1103
+ line-height: 16px;
1104
+ letter-spacing: -0.02em;
1105
+ color: var(--textHeading, #26201a);
1106
+ }
1107
+ @media only screen and (min-width: 769px) {
1108
+ h5,
1109
+ .loader__h5___U0S2a {
1110
+ font-size: 16px;
1111
+ line-height: 18px;
1112
+ }
1113
+ }
1114
+ .loader__b1___ava08 {
1115
+ font-weight: 400;
1116
+ font-size: 14px;
1117
+ line-height: 18px;
1118
+ letter-spacing: -0.02em;
1119
+ color: var(--textBody, #3c3131);
1120
+ }
1121
+ @media only screen and (min-width: 769px) {
1122
+ .loader__b1___ava08 {
1123
+ font-size: 16px;
1124
+ line-height: 20px;
1125
+ }
1126
+ }
1127
+ .loader__b-small___MxINE,
1128
+ .loader__bSmall___vHKDM,
1129
+ .loader__b2___yNXNt {
1130
+ font-weight: 400;
1131
+ letter-spacing: -0.02em;
1132
+ color: var(--textBody, #3c3131);
1133
+ font-size: 12px;
1134
+ line-height: 16px;
1135
+ }
1136
+ @media only screen and (min-width: 769px) {
1137
+ .loader__b-small___MxINE,
1138
+ .loader__bSmall___vHKDM,
1139
+ .loader__b2___yNXNt {
1140
+ font-weight: 400;
1141
+ letter-spacing: -0.02em;
1142
+ color: var(--textBody, #3c3131);
1143
+ font-size: 14px;
1144
+ line-height: 18px;
1145
+ }
1146
+ }
1147
+ .loader__d1___zLD7l {
1148
+ font-size: 36px;
1149
+ font-weight: 700;
1150
+ line-height: 48px;
1151
+ letter-spacing: -0.02em;
1152
+ }
1153
+ @media only screen and (min-width: 769px) {
1154
+ .loader__d1___zLD7l {
1155
+ font-size: 64px;
1156
+ line-height: 85px;
1157
+ letter-spacing: -0.03em;
1158
+ }
1159
+ }
1160
+ .loader__caption-medium___Urevx,
1161
+ .loader__captionMedium___AiB4A {
1162
+ font-size: 12px;
1163
+ line-height: 1.5;
1164
+ letter-spacing: -0.02em;
1165
+ font-weight: 500;
1166
+ }
1167
+ @media only screen and (max-width: 480px) {
1168
+ .loader__caption-medium___Urevx,
1169
+ .loader__captionMedium___AiB4A {
1170
+ font-size: 11px;
1171
+ }
1172
+ }
1173
+ .loader__caption-semi-bold___F9hrq,
1174
+ .loader__captionSemiBold___GwZZD {
1175
+ font-size: 12px;
1176
+ line-height: 1.5;
1177
+ letter-spacing: -0.02em;
1178
+ font-weight: 600;
1179
+ }
1180
+ @media only screen and (max-width: 480px) {
1181
+ .loader__caption-semi-bold___F9hrq,
1182
+ .loader__captionSemiBold___GwZZD {
1183
+ font-size: 11px;
1184
+ }
1185
+ }
1186
+ .loader__btn-link___z7cQQ,
1187
+ .loader__btnLink___hjxLE {
1188
+ font-weight: 500;
1189
+ letter-spacing: -0.02em;
1190
+ font-size: 12px;
1191
+ line-height: 14px;
1192
+ border-radius: var(--buttonRadius, 0px);
1193
+ cursor: pointer;
1194
+ color: var(--buttonLink, #b1655b);
1195
+ text-decoration: underline;
1196
+ background: none;
1197
+ border: none;
1198
+ }
1199
+ @media only screen and (min-width: 769px) {
1200
+ .loader__btn-link___z7cQQ,
1201
+ .loader__btnLink___hjxLE {
1202
+ font-weight: 500;
1203
+ letter-spacing: -0.02em;
1204
+ font-size: 14px;
1205
+ line-height: 16px;
1206
+ }
1207
+ }
1208
+ .loader__btn-link___z7cQQ:hover,
1209
+ .loader__btnLink___hjxLE:hover {
1210
+ color: var(--buttonLinkL1, #c1847c);
1211
+ }
1212
+ .loader__btn-link___z7cQQ:disabled,
1213
+ .loader__btnLink___hjxLE:disabled {
1214
+ color: var(--buttonLinkL2, #d0a39d);
1215
+ }
1216
+ .loader__btn-link___z7cQQ:active,
1217
+ .loader__btnLink___hjxLE:active {
1218
+ opacity: 0.8;
1219
+ }
1220
+ .loader__user-select-none___M5hoJ,
1221
+ .loader__userSelectNone___iA0b1 {
1222
+ user-select: none;
1223
+ -moz-user-select: none;
1224
+ -webkit-user-select: none;
1225
+ -ms-user-select: none;
1226
+ }
1227
+ .loader__margin-0-auto___T2r2j,
1228
+ .loader__margin0auto___ZVL7u {
1229
+ margin: 0 auto;
1230
+ }
1231
+ .loader__base-page-container____Zsxk,
1232
+ .loader__basePageContainer___DLiFl {
1233
+ max-width: 1440px !important;
1234
+ }
1235
+ .loader__remove-scroll___hWs9Y,
1236
+ .loader__removeScroll___HDDzE {
1237
+ overflow-y: hidden !important;
1238
+ }
1239
+ .loader__mr-5___eLBs7,
1240
+ .loader__mr5___zJD9I {
1241
+ margin-inline-end: 30px !important;
1242
+ }
1243
+ .loader__mr-2___tbwub,
1244
+ .loader__mr2___X89Qh {
1245
+ margin-inline-end: 5px !important;
1246
+ }
1247
+ .loader__py-5___pdJLF,
1248
+ .loader__py5___AvRNG {
1249
+ padding-top: 1.875rem !important;
1250
+ padding-bottom: 1.875rem !important;
1251
+ }
1252
+ .loader__view-all-text___liiUk,
1253
+ .loader__viewAllText___Y96u7 {
1254
+ font-size: 20px;
1255
+ font-weight: 400;
1256
+ text-transform: lowercase;
1257
+ text-decoration: underline;
1258
+ }
1259
+ .loader__view-all-mobile___ZXDhV,
1260
+ .loader__viewAllMobile___h_w0I {
1261
+ display: none;
1262
+ }
1263
+ @media only screen and (max-width: 768px) {
1264
+ .loader__view-all-mobile___ZXDhV,
1265
+ .loader__viewAllMobile___h_w0I {
1266
+ display: flex;
1267
+ align-items: center;
1268
+ justify-content: center;
1269
+ margin-top: 40px;
1270
+ }
1271
+ }
1272
+ @media only screen and (max-width: 480px) {
1273
+ .loader__view-all-mobile___ZXDhV,
1274
+ .loader__viewAllMobile___h_w0I {
1275
+ margin-top: 24px;
1276
+ }
1277
+ }
1278
+ .loader__accent-btn___P6FBY,
1279
+ .loader__accentBtn___VC5di {
1280
+ background-color: var(--accentColor);
1281
+ color: #fff;
1282
+ }
1283
+ .loader__no-scroll___vVb6b,
1284
+ .loader__noScroll___ddkr9 {
1285
+ overflow-y: hidden;
1286
+ }
1287
+ .loader__hide-overflow___sIszC,
1288
+ .loader__hideOverflow___qX4zB {
1289
+ overflow: hidden;
1290
+ }
1291
+ .loader__markdown-body___ZDTE_ h6 {
1292
+ margin-top: 0 !important;
1293
+ margin-bottom: 0 !important;
1294
+ }
1295
+ @media only screen and (max-width: 480px) {
1296
+ .loader__markdown-body___ZDTE_ {
1297
+ font-size: 12px !important;
1298
+ padding: 5px !important;
1299
+ }
1300
+ }
1301
+ .loader__view3d-canvas___Y51aL {
1302
+ width: 100%;
1303
+ height: 100%;
1304
+ }
1305
+ @media only screen and (max-width: 480px) {
1306
+ .loader__view-mobile-up___tbZ1n {
1307
+ display: none !important;
1308
+ }
1309
+ }
1310
+ @media only screen and (min-width: 481px) {
1311
+ .loader__view-mobile___zSuiC {
1312
+ display: none !important;
1313
+ }
1314
+ }
980
1315
  .loader__loading___r6ySa {
981
1316
  position: fixed;
982
1317
  z-index: 2000;
@@ -1104,10 +1439,8 @@ h5,
1104
1439
  z-index: 222;
1105
1440
  }
1106
1441
  .loader__loader___ytdT3 {
1107
- border: 8px solid #f3f3f3;
1108
- /* Light grey */
1109
- border-top: 8px solid #3498db;
1110
- /* Blue */
1442
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
1443
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
1111
1444
  border-radius: 50%;
1112
1445
  width: 50px;
1113
1446
  height: 50px;
@@ -1237,7 +1570,7 @@ h4,
1237
1570
  letter-spacing: -0.02em;
1238
1571
  color: var(--textHeading, #26201a);
1239
1572
  font-size: 16px;
1240
- line-height: 18px;
1573
+ line-height: 1.5;
1241
1574
  }
1242
1575
  @media only screen and (min-width: 769px) {
1243
1576
  h4,
@@ -1246,7 +1579,7 @@ h4,
1246
1579
  letter-spacing: -0.02em;
1247
1580
  color: var(--textHeading, #26201a);
1248
1581
  font-size: 20px;
1249
- line-height: 24px;
1582
+ line-height: 1.5;
1250
1583
  }
1251
1584
  }
1252
1585
  h5,
@@ -1313,7 +1646,7 @@ h5,
1313
1646
  .fy-input__caption-medium___ypzRG,
1314
1647
  .fy-input__captionMedium___cFBcK {
1315
1648
  font-size: 12px;
1316
- line-height: 14px;
1649
+ line-height: 1.5;
1317
1650
  letter-spacing: -0.02em;
1318
1651
  font-weight: 500;
1319
1652
  }
@@ -1326,7 +1659,7 @@ h5,
1326
1659
  .fy-input__caption-semi-bold___WmtaG,
1327
1660
  .fy-input__captionSemiBold___UuNTY {
1328
1661
  font-size: 12px;
1329
- line-height: 14px;
1662
+ line-height: 1.5;
1330
1663
  letter-spacing: -0.02em;
1331
1664
  font-weight: 600;
1332
1665
  }
@@ -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
  .filter-list__caption-medium___yb4OC,
183
183
  .filter-list__captionMedium___dxXdq {
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
  .filter-list__caption-semi-bold___SVRwg,
196
196
  .filter-list__captionSemiBold___fdrIO {
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
  }
@@ -340,7 +340,7 @@ h5,
340
340
  }
341
341
  .filter-list__filter__list--search___zZ8XN .filter-list__text___BdD0V {
342
342
  font-size: 12px;
343
- line-height: 14px;
343
+ line-height: 1.5;
344
344
  padding-top: 15px;
345
345
  padding-inline-end: 15px;
346
346
  padding-bottom: 15px;
@@ -358,7 +358,7 @@ h5,
358
358
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item___q3SYS {
359
359
  cursor: pointer;
360
360
  font-size: 12px;
361
- line-height: 14px;
361
+ line-height: 1.5;
362
362
  }
363
363
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item___q3SYS:hover .filter-list__checkbox-icon___K0fU1:not(.filter-list__selected___DNi9J) {
364
364
  stroke: var(--buttonPrimary, #4e3f09);
@@ -494,7 +494,7 @@ h5,
494
494
  }
495
495
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx .filter-list__filter__item___q3SYS {
496
496
  font-size: 12px;
497
- line-height: 14px;
497
+ line-height: 1.5;
498
498
  cursor: pointer;
499
499
  }
500
500
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx .filter-list__filter__item___q3SYS:hover .filter-list__checkbox-icon___K0fU1:not(.filter-list__selected___DNi9J) {
@@ -647,7 +647,7 @@ h4,
647
647
  letter-spacing: -0.02em;
648
648
  color: var(--textHeading, #26201a);
649
649
  font-size: 16px;
650
- line-height: 18px;
650
+ line-height: 1.5;
651
651
  }
652
652
  @media only screen and (min-width: 769px) {
653
653
  h4,
@@ -656,7 +656,7 @@ h4,
656
656
  letter-spacing: -0.02em;
657
657
  color: var(--textHeading, #26201a);
658
658
  font-size: 20px;
659
- line-height: 24px;
659
+ line-height: 1.5;
660
660
  }
661
661
  }
662
662
  h5,
@@ -723,7 +723,7 @@ h5,
723
723
  .range-slider__caption-medium___K86Ns,
724
724
  .range-slider__captionMedium___CosnQ {
725
725
  font-size: 12px;
726
- line-height: 14px;
726
+ line-height: 1.5;
727
727
  letter-spacing: -0.02em;
728
728
  font-weight: 500;
729
729
  }
@@ -736,7 +736,7 @@ h5,
736
736
  .range-slider__caption-semi-bold___CrlLO,
737
737
  .range-slider__captionSemiBold___O7Ix4 {
738
738
  font-size: 12px;
739
- line-height: 14px;
739
+ line-height: 1.5;
740
740
  letter-spacing: -0.02em;
741
741
  font-weight: 600;
742
742
  }
@@ -1047,7 +1047,7 @@ h4,
1047
1047
  letter-spacing: -0.02em;
1048
1048
  color: var(--textHeading, #26201a);
1049
1049
  font-size: 16px;
1050
- line-height: 18px;
1050
+ line-height: 1.5;
1051
1051
  }
1052
1052
  @media only screen and (min-width: 769px) {
1053
1053
  h4,
@@ -1056,7 +1056,7 @@ h4,
1056
1056
  letter-spacing: -0.02em;
1057
1057
  color: var(--textHeading, #26201a);
1058
1058
  font-size: 20px;
1059
- line-height: 24px;
1059
+ line-height: 1.5;
1060
1060
  }
1061
1061
  }
1062
1062
  h5,
@@ -1123,7 +1123,7 @@ h5,
1123
1123
  .fy-input__caption-medium___ypzRG,
1124
1124
  .fy-input__captionMedium___cFBcK {
1125
1125
  font-size: 12px;
1126
- line-height: 14px;
1126
+ line-height: 1.5;
1127
1127
  letter-spacing: -0.02em;
1128
1128
  font-weight: 500;
1129
1129
  }
@@ -1136,7 +1136,7 @@ h5,
1136
1136
  .fy-input__caption-semi-bold___WmtaG,
1137
1137
  .fy-input__captionSemiBold___UuNTY {
1138
1138
  font-size: 12px;
1139
- line-height: 14px;
1139
+ line-height: 1.5;
1140
1140
  letter-spacing: -0.02em;
1141
1141
  font-weight: 600;
1142
1142
  }
@@ -1511,7 +1511,7 @@ h4,
1511
1511
  letter-spacing: -0.02em;
1512
1512
  color: var(--textHeading, #26201a);
1513
1513
  font-size: 16px;
1514
- line-height: 18px;
1514
+ line-height: 1.5;
1515
1515
  }
1516
1516
  @media only screen and (min-width: 769px) {
1517
1517
  h4,
@@ -1520,7 +1520,7 @@ h4,
1520
1520
  letter-spacing: -0.02em;
1521
1521
  color: var(--textHeading, #26201a);
1522
1522
  font-size: 20px;
1523
- line-height: 24px;
1523
+ line-height: 1.5;
1524
1524
  }
1525
1525
  }
1526
1526
  h5,
@@ -1587,7 +1587,7 @@ h5,
1587
1587
  .filter-item__caption-medium___tjUIV,
1588
1588
  .filter-item__captionMedium___LU7ic {
1589
1589
  font-size: 12px;
1590
- line-height: 14px;
1590
+ line-height: 1.5;
1591
1591
  letter-spacing: -0.02em;
1592
1592
  font-weight: 500;
1593
1593
  }
@@ -1600,7 +1600,7 @@ h5,
1600
1600
  .filter-item__caption-semi-bold___WRnej,
1601
1601
  .filter-item__captionSemiBold___xGlUV {
1602
1602
  font-size: 12px;
1603
- line-height: 14px;
1603
+ line-height: 1.5;
1604
1604
  letter-spacing: -0.02em;
1605
1605
  font-weight: 600;
1606
1606
  }
@@ -1746,7 +1746,7 @@ h5,
1746
1746
  .filter-item__filter__title___dGCtU {
1747
1747
  margin-bottom: 16px;
1748
1748
  cursor: pointer;
1749
- line-height: 14px;
1749
+ line-height: 1.5;
1750
1750
  }
1751
1751
  .filter-item__filter__title___dGCtU .filter-item__name___ufVTo {
1752
1752
  color: var(--textHeading, #26201a);