@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
@@ -143,7 +143,7 @@ h4,
143
143
  letter-spacing: -0.02em;
144
144
  color: var(--textHeading, #26201a);
145
145
  font-size: 16px;
146
- line-height: 18px;
146
+ line-height: 1.5;
147
147
  }
148
148
  @media only screen and (min-width: 769px) {
149
149
  h4,
@@ -152,7 +152,7 @@ h4,
152
152
  letter-spacing: -0.02em;
153
153
  color: var(--textHeading, #26201a);
154
154
  font-size: 20px;
155
- line-height: 24px;
155
+ line-height: 1.5;
156
156
  }
157
157
  }
158
158
  h5,
@@ -219,7 +219,7 @@ h5,
219
219
  .product-card__caption-medium___CaZNT,
220
220
  .product-card__captionMedium___IEftW {
221
221
  font-size: 12px;
222
- line-height: 14px;
222
+ line-height: 1.5;
223
223
  letter-spacing: -0.02em;
224
224
  font-weight: 500;
225
225
  }
@@ -232,7 +232,7 @@ h5,
232
232
  .product-card__caption-semi-bold___OMihA,
233
233
  .product-card__captionSemiBold___vTKty {
234
234
  font-size: 12px;
235
- line-height: 14px;
235
+ line-height: 1.5;
236
236
  letter-spacing: -0.02em;
237
237
  font-weight: 600;
238
238
  }
@@ -376,7 +376,7 @@ h5,
376
376
  flex-direction: column;
377
377
  height: 100%;
378
378
  font-size: 12px;
379
- line-height: 14px;
379
+ line-height: 1.5;
380
380
  letter-spacing: -0.02em;
381
381
  font-weight: 400;
382
382
  }
@@ -843,7 +843,7 @@ h4,
843
843
  letter-spacing: -0.02em;
844
844
  color: var(--textHeading, #26201a);
845
845
  font-size: 16px;
846
- line-height: 18px;
846
+ line-height: 1.5;
847
847
  }
848
848
  @media only screen and (min-width: 769px) {
849
849
  h4,
@@ -852,7 +852,7 @@ h4,
852
852
  letter-spacing: -0.02em;
853
853
  color: var(--textHeading, #26201a);
854
854
  font-size: 20px;
855
- line-height: 24px;
855
+ line-height: 1.5;
856
856
  }
857
857
  }
858
858
  h5,
@@ -919,7 +919,7 @@ h5,
919
919
  .fy-button__caption-medium___PSB4T,
920
920
  .fy-button__captionMedium___iW0z_ {
921
921
  font-size: 12px;
922
- line-height: 14px;
922
+ line-height: 1.5;
923
923
  letter-spacing: -0.02em;
924
924
  font-weight: 500;
925
925
  }
@@ -932,7 +932,7 @@ h5,
932
932
  .fy-button__caption-semi-bold___FFG2N,
933
933
  .fy-button__captionSemiBold___czTMx {
934
934
  font-size: 12px;
935
- line-height: 14px;
935
+ line-height: 1.5;
936
936
  letter-spacing: -0.02em;
937
937
  font-weight: 600;
938
938
  }
@@ -1237,7 +1237,342 @@ h5,
1237
1237
  font-size: 16px;
1238
1238
  }
1239
1239
 
1240
- /* Absolute Center Spinner */
1240
+ /**color by character**/
1241
+ /** Font family **/
1242
+ /** Font weight **/
1243
+ .loader__display-block___C28Wh {
1244
+ display: block;
1245
+ }
1246
+ .loader__inline-block___qe6ST,
1247
+ .loader__inlineBlock___RbcTU {
1248
+ display: inline-block;
1249
+ }
1250
+ .loader__flex-row___jtutA {
1251
+ display: flex;
1252
+ }
1253
+ .loader__flex-column___Xo1gh,
1254
+ .loader__flexColumn___BZ1uV {
1255
+ display: flex;
1256
+ flex-direction: column;
1257
+ }
1258
+ .loader__flex-align-center___QKakD,
1259
+ .loader__flexAlignCenter____hCbC {
1260
+ display: flex;
1261
+ align-items: center;
1262
+ }
1263
+ .loader__flex-justify-center___iXbnu,
1264
+ .loader__flexJustifyCenter___x_1Sc {
1265
+ display: flex;
1266
+ justify-content: center;
1267
+ }
1268
+ .loader__flex-center___cERbN,
1269
+ .loader__flexCenter___FRjsH {
1270
+ display: flex;
1271
+ justify-content: center;
1272
+ align-items: center;
1273
+ }
1274
+ .loader__justify-start___PXa_q,
1275
+ .loader__justifyStart___RIbpq {
1276
+ justify-content: flex-start;
1277
+ }
1278
+ .loader__justify-end___N_MxT,
1279
+ .loader__justifyEnd___c9Puj {
1280
+ justify-content: flex-end;
1281
+ }
1282
+ .loader__justify-between___ryNlc,
1283
+ .loader__justifyBetween___bNm10 {
1284
+ justify-content: space-between;
1285
+ }
1286
+ .loader__justify-around___kWvQU,
1287
+ .loader__justifyAround___TO6v6 {
1288
+ justify-content: space-around;
1289
+ }
1290
+ .loader__justify-evenly___r6oLK,
1291
+ .loader__justifyEvenly___NI1zZ {
1292
+ justify-content: space-evenly;
1293
+ }
1294
+ h1,
1295
+ .loader__h1___N9UmV {
1296
+ font-weight: 700;
1297
+ font-size: 28px;
1298
+ line-height: 42px;
1299
+ letter-spacing: -0.03em;
1300
+ color: var(--textHeading, #26201a);
1301
+ }
1302
+ @media only screen and (min-width: 769px) {
1303
+ h1,
1304
+ .loader__h1___N9UmV {
1305
+ font-size: 36px;
1306
+ line-height: 48px;
1307
+ }
1308
+ }
1309
+ h2,
1310
+ .loader__h2___tLPka {
1311
+ font-weight: 700;
1312
+ font-size: 28px;
1313
+ line-height: 36px;
1314
+ letter-spacing: -0.03em;
1315
+ color: var(--textHeading, #26201a);
1316
+ }
1317
+ @media only screen and (min-width: 769px) {
1318
+ h2,
1319
+ .loader__h2___tLPka {
1320
+ font-size: 32px;
1321
+ line-height: 42px;
1322
+ }
1323
+ }
1324
+ h3,
1325
+ .loader__h3___lpAs2 {
1326
+ font-weight: 700;
1327
+ letter-spacing: -0.02em;
1328
+ color: var(--textHeading, #26201a);
1329
+ font-size: 24px;
1330
+ line-height: 32px;
1331
+ }
1332
+ @media only screen and (min-width: 769px) {
1333
+ h3,
1334
+ .loader__h3___lpAs2 {
1335
+ font-weight: 700;
1336
+ letter-spacing: -0.02em;
1337
+ color: var(--textHeading, #26201a);
1338
+ font-size: 28px;
1339
+ line-height: 36px;
1340
+ }
1341
+ }
1342
+ h4,
1343
+ .loader__h4___I9T7x {
1344
+ font-weight: 600;
1345
+ letter-spacing: -0.02em;
1346
+ color: var(--textHeading, #26201a);
1347
+ font-size: 16px;
1348
+ line-height: 1.5;
1349
+ }
1350
+ @media only screen and (min-width: 769px) {
1351
+ h4,
1352
+ .loader__h4___I9T7x {
1353
+ font-weight: 600;
1354
+ letter-spacing: -0.02em;
1355
+ color: var(--textHeading, #26201a);
1356
+ font-size: 20px;
1357
+ line-height: 1.5;
1358
+ }
1359
+ }
1360
+ h5,
1361
+ .loader__h5___U0S2a {
1362
+ font-weight: 600;
1363
+ font-size: 14px;
1364
+ line-height: 16px;
1365
+ letter-spacing: -0.02em;
1366
+ color: var(--textHeading, #26201a);
1367
+ }
1368
+ @media only screen and (min-width: 769px) {
1369
+ h5,
1370
+ .loader__h5___U0S2a {
1371
+ font-size: 16px;
1372
+ line-height: 18px;
1373
+ }
1374
+ }
1375
+ .loader__b1___ava08 {
1376
+ font-weight: 400;
1377
+ font-size: 14px;
1378
+ line-height: 18px;
1379
+ letter-spacing: -0.02em;
1380
+ color: var(--textBody, #3c3131);
1381
+ }
1382
+ @media only screen and (min-width: 769px) {
1383
+ .loader__b1___ava08 {
1384
+ font-size: 16px;
1385
+ line-height: 20px;
1386
+ }
1387
+ }
1388
+ .loader__b-small___MxINE,
1389
+ .loader__bSmall___vHKDM,
1390
+ .loader__b2___yNXNt {
1391
+ font-weight: 400;
1392
+ letter-spacing: -0.02em;
1393
+ color: var(--textBody, #3c3131);
1394
+ font-size: 12px;
1395
+ line-height: 16px;
1396
+ }
1397
+ @media only screen and (min-width: 769px) {
1398
+ .loader__b-small___MxINE,
1399
+ .loader__bSmall___vHKDM,
1400
+ .loader__b2___yNXNt {
1401
+ font-weight: 400;
1402
+ letter-spacing: -0.02em;
1403
+ color: var(--textBody, #3c3131);
1404
+ font-size: 14px;
1405
+ line-height: 18px;
1406
+ }
1407
+ }
1408
+ .loader__d1___zLD7l {
1409
+ font-size: 36px;
1410
+ font-weight: 700;
1411
+ line-height: 48px;
1412
+ letter-spacing: -0.02em;
1413
+ }
1414
+ @media only screen and (min-width: 769px) {
1415
+ .loader__d1___zLD7l {
1416
+ font-size: 64px;
1417
+ line-height: 85px;
1418
+ letter-spacing: -0.03em;
1419
+ }
1420
+ }
1421
+ .loader__caption-medium___Urevx,
1422
+ .loader__captionMedium___AiB4A {
1423
+ font-size: 12px;
1424
+ line-height: 1.5;
1425
+ letter-spacing: -0.02em;
1426
+ font-weight: 500;
1427
+ }
1428
+ @media only screen and (max-width: 480px) {
1429
+ .loader__caption-medium___Urevx,
1430
+ .loader__captionMedium___AiB4A {
1431
+ font-size: 11px;
1432
+ }
1433
+ }
1434
+ .loader__caption-semi-bold___F9hrq,
1435
+ .loader__captionSemiBold___GwZZD {
1436
+ font-size: 12px;
1437
+ line-height: 1.5;
1438
+ letter-spacing: -0.02em;
1439
+ font-weight: 600;
1440
+ }
1441
+ @media only screen and (max-width: 480px) {
1442
+ .loader__caption-semi-bold___F9hrq,
1443
+ .loader__captionSemiBold___GwZZD {
1444
+ font-size: 11px;
1445
+ }
1446
+ }
1447
+ .loader__btn-link___z7cQQ,
1448
+ .loader__btnLink___hjxLE {
1449
+ font-weight: 500;
1450
+ letter-spacing: -0.02em;
1451
+ font-size: 12px;
1452
+ line-height: 14px;
1453
+ border-radius: var(--buttonRadius, 0px);
1454
+ cursor: pointer;
1455
+ color: var(--buttonLink, #b1655b);
1456
+ text-decoration: underline;
1457
+ background: none;
1458
+ border: none;
1459
+ }
1460
+ @media only screen and (min-width: 769px) {
1461
+ .loader__btn-link___z7cQQ,
1462
+ .loader__btnLink___hjxLE {
1463
+ font-weight: 500;
1464
+ letter-spacing: -0.02em;
1465
+ font-size: 14px;
1466
+ line-height: 16px;
1467
+ }
1468
+ }
1469
+ .loader__btn-link___z7cQQ:hover,
1470
+ .loader__btnLink___hjxLE:hover {
1471
+ color: var(--buttonLinkL1, #c1847c);
1472
+ }
1473
+ .loader__btn-link___z7cQQ:disabled,
1474
+ .loader__btnLink___hjxLE:disabled {
1475
+ color: var(--buttonLinkL2, #d0a39d);
1476
+ }
1477
+ .loader__btn-link___z7cQQ:active,
1478
+ .loader__btnLink___hjxLE:active {
1479
+ opacity: 0.8;
1480
+ }
1481
+ .loader__user-select-none___M5hoJ,
1482
+ .loader__userSelectNone___iA0b1 {
1483
+ user-select: none;
1484
+ -moz-user-select: none;
1485
+ -webkit-user-select: none;
1486
+ -ms-user-select: none;
1487
+ }
1488
+ .loader__margin-0-auto___T2r2j,
1489
+ .loader__margin0auto___ZVL7u {
1490
+ margin: 0 auto;
1491
+ }
1492
+ .loader__base-page-container____Zsxk,
1493
+ .loader__basePageContainer___DLiFl {
1494
+ max-width: 1440px !important;
1495
+ }
1496
+ .loader__remove-scroll___hWs9Y,
1497
+ .loader__removeScroll___HDDzE {
1498
+ overflow-y: hidden !important;
1499
+ }
1500
+ .loader__mr-5___eLBs7,
1501
+ .loader__mr5___zJD9I {
1502
+ margin-inline-end: 30px !important;
1503
+ }
1504
+ .loader__mr-2___tbwub,
1505
+ .loader__mr2___X89Qh {
1506
+ margin-inline-end: 5px !important;
1507
+ }
1508
+ .loader__py-5___pdJLF,
1509
+ .loader__py5___AvRNG {
1510
+ padding-top: 1.875rem !important;
1511
+ padding-bottom: 1.875rem !important;
1512
+ }
1513
+ .loader__view-all-text___liiUk,
1514
+ .loader__viewAllText___Y96u7 {
1515
+ font-size: 20px;
1516
+ font-weight: 400;
1517
+ text-transform: lowercase;
1518
+ text-decoration: underline;
1519
+ }
1520
+ .loader__view-all-mobile___ZXDhV,
1521
+ .loader__viewAllMobile___h_w0I {
1522
+ display: none;
1523
+ }
1524
+ @media only screen and (max-width: 768px) {
1525
+ .loader__view-all-mobile___ZXDhV,
1526
+ .loader__viewAllMobile___h_w0I {
1527
+ display: flex;
1528
+ align-items: center;
1529
+ justify-content: center;
1530
+ margin-top: 40px;
1531
+ }
1532
+ }
1533
+ @media only screen and (max-width: 480px) {
1534
+ .loader__view-all-mobile___ZXDhV,
1535
+ .loader__viewAllMobile___h_w0I {
1536
+ margin-top: 24px;
1537
+ }
1538
+ }
1539
+ .loader__accent-btn___P6FBY,
1540
+ .loader__accentBtn___VC5di {
1541
+ background-color: var(--accentColor);
1542
+ color: #fff;
1543
+ }
1544
+ .loader__no-scroll___vVb6b,
1545
+ .loader__noScroll___ddkr9 {
1546
+ overflow-y: hidden;
1547
+ }
1548
+ .loader__hide-overflow___sIszC,
1549
+ .loader__hideOverflow___qX4zB {
1550
+ overflow: hidden;
1551
+ }
1552
+ .loader__markdown-body___ZDTE_ h6 {
1553
+ margin-top: 0 !important;
1554
+ margin-bottom: 0 !important;
1555
+ }
1556
+ @media only screen and (max-width: 480px) {
1557
+ .loader__markdown-body___ZDTE_ {
1558
+ font-size: 12px !important;
1559
+ padding: 5px !important;
1560
+ }
1561
+ }
1562
+ .loader__view3d-canvas___Y51aL {
1563
+ width: 100%;
1564
+ height: 100%;
1565
+ }
1566
+ @media only screen and (max-width: 480px) {
1567
+ .loader__view-mobile-up___tbZ1n {
1568
+ display: none !important;
1569
+ }
1570
+ }
1571
+ @media only screen and (min-width: 481px) {
1572
+ .loader__view-mobile___zSuiC {
1573
+ display: none !important;
1574
+ }
1575
+ }
1241
1576
  .loader__loading___r6ySa {
1242
1577
  position: fixed;
1243
1578
  z-index: 2000;
@@ -1365,10 +1700,8 @@ h5,
1365
1700
  z-index: 222;
1366
1701
  }
1367
1702
  .loader__loader___ytdT3 {
1368
- border: 8px solid #f3f3f3;
1369
- /* Light grey */
1370
- border-top: 8px solid #3498db;
1371
- /* Blue */
1703
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
1704
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
1372
1705
  border-radius: 50%;
1373
1706
  width: 50px;
1374
1707
  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
  .profile-navigation__caption-medium___zEr9A,
183
183
  .profile-navigation__captionMedium___q4AMz {
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
  .profile-navigation__caption-semi-bold___Nu1mj,
196
196
  .profile-navigation__captionSemiBold___P_shD {
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
  }
@@ -445,7 +445,7 @@ h5,
445
445
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__accountHeader___XCw9w,
446
446
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__nav___Muxd1 {
447
447
  font-size: 14px;
448
- line-height: 14px;
448
+ line-height: 1.5;
449
449
  }
450
450
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__accountHeader___XCw9w {
451
451
  padding: 16px 0 4px;
@@ -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
  .quantity-control__caption-medium___hXqzw,
183
183
  .quantity-control__captionMedium___aDZsC {
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
  .quantity-control__caption-semi-bold___Rxtpw,
196
196
  .quantity-control__captionSemiBold___JouZf {
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
  }
@@ -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
  .range-slider__caption-medium___K86Ns,
183
183
  .range-slider__captionMedium___CosnQ {
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
  .range-slider__caption-semi-bold___CrlLO,
196
196
  .range-slider__captionSemiBold___O7Ix4 {
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
  }
@@ -506,7 +506,7 @@ h4,
506
506
  letter-spacing: -0.02em;
507
507
  color: var(--textHeading, #26201a);
508
508
  font-size: 16px;
509
- line-height: 18px;
509
+ line-height: 1.5;
510
510
  }
511
511
  @media only screen and (min-width: 769px) {
512
512
  h4,
@@ -515,7 +515,7 @@ h4,
515
515
  letter-spacing: -0.02em;
516
516
  color: var(--textHeading, #26201a);
517
517
  font-size: 20px;
518
- line-height: 24px;
518
+ line-height: 1.5;
519
519
  }
520
520
  }
521
521
  h5,
@@ -582,7 +582,7 @@ h5,
582
582
  .fy-input__caption-medium___ypzRG,
583
583
  .fy-input__captionMedium___cFBcK {
584
584
  font-size: 12px;
585
- line-height: 14px;
585
+ line-height: 1.5;
586
586
  letter-spacing: -0.02em;
587
587
  font-weight: 500;
588
588
  }
@@ -595,7 +595,7 @@ h5,
595
595
  .fy-input__caption-semi-bold___WmtaG,
596
596
  .fy-input__captionSemiBold___UuNTY {
597
597
  font-size: 12px;
598
- line-height: 14px;
598
+ line-height: 1.5;
599
599
  letter-spacing: -0.02em;
600
600
  font-weight: 600;
601
601
  }
@@ -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
  .reason-item__caption-medium___xZiVD,
183
183
  .reason-item__captionMedium___qy6tX {
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
  .reason-item__caption-semi-bold___LEpl7,
196
196
  .reason-item__captionSemiBold___Jt9oT {
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
  }
@@ -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
  .reasons-list__caption-medium___gopXY,
183
183
  .reasons-list__captionMedium___lDvkO {
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
  .reasons-list__caption-semi-bold___aSKau,
196
196
  .reasons-list__captionSemiBold___ZrxjL {
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
  }
@@ -468,7 +468,7 @@ h4,
468
468
  letter-spacing: -0.02em;
469
469
  color: var(--textHeading, #26201a);
470
470
  font-size: 16px;
471
- line-height: 18px;
471
+ line-height: 1.5;
472
472
  }
473
473
  @media only screen and (min-width: 769px) {
474
474
  h4,
@@ -477,7 +477,7 @@ h4,
477
477
  letter-spacing: -0.02em;
478
478
  color: var(--textHeading, #26201a);
479
479
  font-size: 20px;
480
- line-height: 24px;
480
+ line-height: 1.5;
481
481
  }
482
482
  }
483
483
  h5,
@@ -544,7 +544,7 @@ h5,
544
544
  .reason-item__caption-medium___xZiVD,
545
545
  .reason-item__captionMedium___qy6tX {
546
546
  font-size: 12px;
547
- line-height: 14px;
547
+ line-height: 1.5;
548
548
  letter-spacing: -0.02em;
549
549
  font-weight: 500;
550
550
  }
@@ -557,7 +557,7 @@ h5,
557
557
  .reason-item__caption-semi-bold___LEpl7,
558
558
  .reason-item__captionSemiBold___Jt9oT {
559
559
  font-size: 12px;
560
- line-height: 14px;
560
+ line-height: 1.5;
561
561
  letter-spacing: -0.02em;
562
562
  font-weight: 600;
563
563
  }