@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
@@ -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;
@@ -1498,7 +1831,7 @@ h4,
1498
1831
  letter-spacing: -0.02em;
1499
1832
  color: var(--textHeading, #26201a);
1500
1833
  font-size: 16px;
1501
- line-height: 18px;
1834
+ line-height: 1.5;
1502
1835
  }
1503
1836
  @media only screen and (min-width: 769px) {
1504
1837
  h4,
@@ -1507,7 +1840,7 @@ h4,
1507
1840
  letter-spacing: -0.02em;
1508
1841
  color: var(--textHeading, #26201a);
1509
1842
  font-size: 20px;
1510
- line-height: 24px;
1843
+ line-height: 1.5;
1511
1844
  }
1512
1845
  }
1513
1846
  h5,
@@ -1574,7 +1907,7 @@ h5,
1574
1907
  .compare__caption-medium___Gvsxc,
1575
1908
  .compare__captionMedium___W5RQr {
1576
1909
  font-size: 12px;
1577
- line-height: 14px;
1910
+ line-height: 1.5;
1578
1911
  letter-spacing: -0.02em;
1579
1912
  font-weight: 500;
1580
1913
  }
@@ -1587,7 +1920,7 @@ h5,
1587
1920
  .compare__caption-semi-bold___hdWDH,
1588
1921
  .compare__captionSemiBold___kxIp5 {
1589
1922
  font-size: 12px;
1590
- line-height: 14px;
1923
+ line-height: 1.5;
1591
1924
  letter-spacing: -0.02em;
1592
1925
  font-weight: 600;
1593
1926
  }
@@ -1728,7 +2061,7 @@ h5,
1728
2061
  }
1729
2062
  .compare__compare___q_g43 {
1730
2063
  font-size: 12px;
1731
- line-height: 14px;
2064
+ line-height: 1.5;
1732
2065
  letter-spacing: -0.02em;
1733
2066
  font-weight: 400;
1734
2067
  }
@@ -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
  .login-mode-button__caption-medium___sMaLa,
183
183
  .login-mode-button__captionMedium___Bnrn4 {
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
  .login-mode-button__caption-semi-bold____qWoY,
196
196
  .login-mode-button__captionSemiBold___R3HRn {
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
  .login-otp__caption-medium___LLVOc,
183
183
  .login-otp__captionMedium___kPFGP {
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
  .login-otp__caption-semi-bold___ITiSo,
196
196
  .login-otp__captionSemiBold___HdiR4 {
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
  .mobile-number__caption-medium___syZZb,
659
659
  .mobile-number__captionMedium___iKNxh {
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
  .mobile-number__caption-semi-bold___Rbomr,
672
672
  .mobile-number__captionSemiBold___cKKg4 {
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
  }
@@ -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
  .login-password__caption-medium_____KWc,
183
183
  .login-password__captionMedium___NujVg {
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
  .login-password__caption-semi-bold___JR1YM,
196
196
  .login-password__captionSemiBold___jdU4j {
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
  }
@@ -551,7 +551,7 @@ h4,
551
551
  letter-spacing: -0.02em;
552
552
  color: var(--textHeading, #26201a);
553
553
  font-size: 16px;
554
- line-height: 18px;
554
+ line-height: 1.5;
555
555
  }
556
556
  @media only screen and (min-width: 769px) {
557
557
  h4,
@@ -560,7 +560,7 @@ h4,
560
560
  letter-spacing: -0.02em;
561
561
  color: var(--textHeading, #26201a);
562
562
  font-size: 20px;
563
- line-height: 24px;
563
+ line-height: 1.5;
564
564
  }
565
565
  }
566
566
  h5,
@@ -627,7 +627,7 @@ h5,
627
627
  .mobile-number__caption-medium___syZZb,
628
628
  .mobile-number__captionMedium___iKNxh {
629
629
  font-size: 12px;
630
- line-height: 14px;
630
+ line-height: 1.5;
631
631
  letter-spacing: -0.02em;
632
632
  font-weight: 500;
633
633
  }
@@ -640,7 +640,7 @@ h5,
640
640
  .mobile-number__caption-semi-bold___Rbomr,
641
641
  .mobile-number__captionSemiBold___cKKg4 {
642
642
  font-size: 12px;
643
- line-height: 14px;
643
+ line-height: 1.5;
644
644
  letter-spacing: -0.02em;
645
645
  font-weight: 600;
646
646
  }
@@ -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
  .term-privacy__caption-medium___BBCs7,
183
183
  .term-privacy__captionMedium___Fllq8 {
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
  .term-privacy__caption-semi-bold___qAFOD,
196
196
  .term-privacy__captionSemiBold___yh7S3 {
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
  }