@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
  .profile-details__caption-medium___Dqs6d,
183
183
  .profile-details__captionMedium___jA0jc {
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-details__caption-semi-bold___kgGsZ,
196
196
  .profile-details__captionSemiBold___aHlIi {
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
  }
@@ -501,7 +501,7 @@ h4,
501
501
  letter-spacing: -0.02em;
502
502
  color: var(--textHeading, #26201a);
503
503
  font-size: 16px;
504
- line-height: 18px;
504
+ line-height: 1.5;
505
505
  }
506
506
  @media only screen and (min-width: 769px) {
507
507
  h4,
@@ -510,7 +510,7 @@ h4,
510
510
  letter-spacing: -0.02em;
511
511
  color: var(--textHeading, #26201a);
512
512
  font-size: 20px;
513
- line-height: 24px;
513
+ line-height: 1.5;
514
514
  }
515
515
  }
516
516
  h5,
@@ -577,7 +577,7 @@ h5,
577
577
  .fy-input__caption-medium___ypzRG,
578
578
  .fy-input__captionMedium___cFBcK {
579
579
  font-size: 12px;
580
- line-height: 14px;
580
+ line-height: 1.5;
581
581
  letter-spacing: -0.02em;
582
582
  font-weight: 500;
583
583
  }
@@ -590,7 +590,7 @@ h5,
590
590
  .fy-input__caption-semi-bold___WmtaG,
591
591
  .fy-input__captionSemiBold___UuNTY {
592
592
  font-size: 12px;
593
- line-height: 14px;
593
+ line-height: 1.5;
594
594
  letter-spacing: -0.02em;
595
595
  font-weight: 600;
596
596
  }
@@ -965,7 +965,7 @@ h4,
965
965
  letter-spacing: -0.02em;
966
966
  color: var(--textHeading, #26201a);
967
967
  font-size: 16px;
968
- line-height: 18px;
968
+ line-height: 1.5;
969
969
  }
970
970
  @media only screen and (min-width: 769px) {
971
971
  h4,
@@ -974,7 +974,7 @@ h4,
974
974
  letter-spacing: -0.02em;
975
975
  color: var(--textHeading, #26201a);
976
976
  font-size: 20px;
977
- line-height: 24px;
977
+ line-height: 1.5;
978
978
  }
979
979
  }
980
980
  h5,
@@ -1041,7 +1041,7 @@ h5,
1041
1041
  .fy-button__caption-medium___PSB4T,
1042
1042
  .fy-button__captionMedium___iW0z_ {
1043
1043
  font-size: 12px;
1044
- line-height: 14px;
1044
+ line-height: 1.5;
1045
1045
  letter-spacing: -0.02em;
1046
1046
  font-weight: 500;
1047
1047
  }
@@ -1054,7 +1054,7 @@ h5,
1054
1054
  .fy-button__caption-semi-bold___FFG2N,
1055
1055
  .fy-button__captionSemiBold___czTMx {
1056
1056
  font-size: 12px;
1057
- line-height: 14px;
1057
+ line-height: 1.5;
1058
1058
  letter-spacing: -0.02em;
1059
1059
  font-weight: 600;
1060
1060
  }
@@ -1359,7 +1359,342 @@ h5,
1359
1359
  font-size: 16px;
1360
1360
  }
1361
1361
 
1362
- /* Absolute Center Spinner */
1362
+ /**color by character**/
1363
+ /** Font family **/
1364
+ /** Font weight **/
1365
+ .loader__display-block___C28Wh {
1366
+ display: block;
1367
+ }
1368
+ .loader__inline-block___qe6ST,
1369
+ .loader__inlineBlock___RbcTU {
1370
+ display: inline-block;
1371
+ }
1372
+ .loader__flex-row___jtutA {
1373
+ display: flex;
1374
+ }
1375
+ .loader__flex-column___Xo1gh,
1376
+ .loader__flexColumn___BZ1uV {
1377
+ display: flex;
1378
+ flex-direction: column;
1379
+ }
1380
+ .loader__flex-align-center___QKakD,
1381
+ .loader__flexAlignCenter____hCbC {
1382
+ display: flex;
1383
+ align-items: center;
1384
+ }
1385
+ .loader__flex-justify-center___iXbnu,
1386
+ .loader__flexJustifyCenter___x_1Sc {
1387
+ display: flex;
1388
+ justify-content: center;
1389
+ }
1390
+ .loader__flex-center___cERbN,
1391
+ .loader__flexCenter___FRjsH {
1392
+ display: flex;
1393
+ justify-content: center;
1394
+ align-items: center;
1395
+ }
1396
+ .loader__justify-start___PXa_q,
1397
+ .loader__justifyStart___RIbpq {
1398
+ justify-content: flex-start;
1399
+ }
1400
+ .loader__justify-end___N_MxT,
1401
+ .loader__justifyEnd___c9Puj {
1402
+ justify-content: flex-end;
1403
+ }
1404
+ .loader__justify-between___ryNlc,
1405
+ .loader__justifyBetween___bNm10 {
1406
+ justify-content: space-between;
1407
+ }
1408
+ .loader__justify-around___kWvQU,
1409
+ .loader__justifyAround___TO6v6 {
1410
+ justify-content: space-around;
1411
+ }
1412
+ .loader__justify-evenly___r6oLK,
1413
+ .loader__justifyEvenly___NI1zZ {
1414
+ justify-content: space-evenly;
1415
+ }
1416
+ h1,
1417
+ .loader__h1___N9UmV {
1418
+ font-weight: 700;
1419
+ font-size: 28px;
1420
+ line-height: 42px;
1421
+ letter-spacing: -0.03em;
1422
+ color: var(--textHeading, #26201a);
1423
+ }
1424
+ @media only screen and (min-width: 769px) {
1425
+ h1,
1426
+ .loader__h1___N9UmV {
1427
+ font-size: 36px;
1428
+ line-height: 48px;
1429
+ }
1430
+ }
1431
+ h2,
1432
+ .loader__h2___tLPka {
1433
+ font-weight: 700;
1434
+ font-size: 28px;
1435
+ line-height: 36px;
1436
+ letter-spacing: -0.03em;
1437
+ color: var(--textHeading, #26201a);
1438
+ }
1439
+ @media only screen and (min-width: 769px) {
1440
+ h2,
1441
+ .loader__h2___tLPka {
1442
+ font-size: 32px;
1443
+ line-height: 42px;
1444
+ }
1445
+ }
1446
+ h3,
1447
+ .loader__h3___lpAs2 {
1448
+ font-weight: 700;
1449
+ letter-spacing: -0.02em;
1450
+ color: var(--textHeading, #26201a);
1451
+ font-size: 24px;
1452
+ line-height: 32px;
1453
+ }
1454
+ @media only screen and (min-width: 769px) {
1455
+ h3,
1456
+ .loader__h3___lpAs2 {
1457
+ font-weight: 700;
1458
+ letter-spacing: -0.02em;
1459
+ color: var(--textHeading, #26201a);
1460
+ font-size: 28px;
1461
+ line-height: 36px;
1462
+ }
1463
+ }
1464
+ h4,
1465
+ .loader__h4___I9T7x {
1466
+ font-weight: 600;
1467
+ letter-spacing: -0.02em;
1468
+ color: var(--textHeading, #26201a);
1469
+ font-size: 16px;
1470
+ line-height: 1.5;
1471
+ }
1472
+ @media only screen and (min-width: 769px) {
1473
+ h4,
1474
+ .loader__h4___I9T7x {
1475
+ font-weight: 600;
1476
+ letter-spacing: -0.02em;
1477
+ color: var(--textHeading, #26201a);
1478
+ font-size: 20px;
1479
+ line-height: 1.5;
1480
+ }
1481
+ }
1482
+ h5,
1483
+ .loader__h5___U0S2a {
1484
+ font-weight: 600;
1485
+ font-size: 14px;
1486
+ line-height: 16px;
1487
+ letter-spacing: -0.02em;
1488
+ color: var(--textHeading, #26201a);
1489
+ }
1490
+ @media only screen and (min-width: 769px) {
1491
+ h5,
1492
+ .loader__h5___U0S2a {
1493
+ font-size: 16px;
1494
+ line-height: 18px;
1495
+ }
1496
+ }
1497
+ .loader__b1___ava08 {
1498
+ font-weight: 400;
1499
+ font-size: 14px;
1500
+ line-height: 18px;
1501
+ letter-spacing: -0.02em;
1502
+ color: var(--textBody, #3c3131);
1503
+ }
1504
+ @media only screen and (min-width: 769px) {
1505
+ .loader__b1___ava08 {
1506
+ font-size: 16px;
1507
+ line-height: 20px;
1508
+ }
1509
+ }
1510
+ .loader__b-small___MxINE,
1511
+ .loader__bSmall___vHKDM,
1512
+ .loader__b2___yNXNt {
1513
+ font-weight: 400;
1514
+ letter-spacing: -0.02em;
1515
+ color: var(--textBody, #3c3131);
1516
+ font-size: 12px;
1517
+ line-height: 16px;
1518
+ }
1519
+ @media only screen and (min-width: 769px) {
1520
+ .loader__b-small___MxINE,
1521
+ .loader__bSmall___vHKDM,
1522
+ .loader__b2___yNXNt {
1523
+ font-weight: 400;
1524
+ letter-spacing: -0.02em;
1525
+ color: var(--textBody, #3c3131);
1526
+ font-size: 14px;
1527
+ line-height: 18px;
1528
+ }
1529
+ }
1530
+ .loader__d1___zLD7l {
1531
+ font-size: 36px;
1532
+ font-weight: 700;
1533
+ line-height: 48px;
1534
+ letter-spacing: -0.02em;
1535
+ }
1536
+ @media only screen and (min-width: 769px) {
1537
+ .loader__d1___zLD7l {
1538
+ font-size: 64px;
1539
+ line-height: 85px;
1540
+ letter-spacing: -0.03em;
1541
+ }
1542
+ }
1543
+ .loader__caption-medium___Urevx,
1544
+ .loader__captionMedium___AiB4A {
1545
+ font-size: 12px;
1546
+ line-height: 1.5;
1547
+ letter-spacing: -0.02em;
1548
+ font-weight: 500;
1549
+ }
1550
+ @media only screen and (max-width: 480px) {
1551
+ .loader__caption-medium___Urevx,
1552
+ .loader__captionMedium___AiB4A {
1553
+ font-size: 11px;
1554
+ }
1555
+ }
1556
+ .loader__caption-semi-bold___F9hrq,
1557
+ .loader__captionSemiBold___GwZZD {
1558
+ font-size: 12px;
1559
+ line-height: 1.5;
1560
+ letter-spacing: -0.02em;
1561
+ font-weight: 600;
1562
+ }
1563
+ @media only screen and (max-width: 480px) {
1564
+ .loader__caption-semi-bold___F9hrq,
1565
+ .loader__captionSemiBold___GwZZD {
1566
+ font-size: 11px;
1567
+ }
1568
+ }
1569
+ .loader__btn-link___z7cQQ,
1570
+ .loader__btnLink___hjxLE {
1571
+ font-weight: 500;
1572
+ letter-spacing: -0.02em;
1573
+ font-size: 12px;
1574
+ line-height: 14px;
1575
+ border-radius: var(--buttonRadius, 0px);
1576
+ cursor: pointer;
1577
+ color: var(--buttonLink, #b1655b);
1578
+ text-decoration: underline;
1579
+ background: none;
1580
+ border: none;
1581
+ }
1582
+ @media only screen and (min-width: 769px) {
1583
+ .loader__btn-link___z7cQQ,
1584
+ .loader__btnLink___hjxLE {
1585
+ font-weight: 500;
1586
+ letter-spacing: -0.02em;
1587
+ font-size: 14px;
1588
+ line-height: 16px;
1589
+ }
1590
+ }
1591
+ .loader__btn-link___z7cQQ:hover,
1592
+ .loader__btnLink___hjxLE:hover {
1593
+ color: var(--buttonLinkL1, #c1847c);
1594
+ }
1595
+ .loader__btn-link___z7cQQ:disabled,
1596
+ .loader__btnLink___hjxLE:disabled {
1597
+ color: var(--buttonLinkL2, #d0a39d);
1598
+ }
1599
+ .loader__btn-link___z7cQQ:active,
1600
+ .loader__btnLink___hjxLE:active {
1601
+ opacity: 0.8;
1602
+ }
1603
+ .loader__user-select-none___M5hoJ,
1604
+ .loader__userSelectNone___iA0b1 {
1605
+ user-select: none;
1606
+ -moz-user-select: none;
1607
+ -webkit-user-select: none;
1608
+ -ms-user-select: none;
1609
+ }
1610
+ .loader__margin-0-auto___T2r2j,
1611
+ .loader__margin0auto___ZVL7u {
1612
+ margin: 0 auto;
1613
+ }
1614
+ .loader__base-page-container____Zsxk,
1615
+ .loader__basePageContainer___DLiFl {
1616
+ max-width: 1440px !important;
1617
+ }
1618
+ .loader__remove-scroll___hWs9Y,
1619
+ .loader__removeScroll___HDDzE {
1620
+ overflow-y: hidden !important;
1621
+ }
1622
+ .loader__mr-5___eLBs7,
1623
+ .loader__mr5___zJD9I {
1624
+ margin-inline-end: 30px !important;
1625
+ }
1626
+ .loader__mr-2___tbwub,
1627
+ .loader__mr2___X89Qh {
1628
+ margin-inline-end: 5px !important;
1629
+ }
1630
+ .loader__py-5___pdJLF,
1631
+ .loader__py5___AvRNG {
1632
+ padding-top: 1.875rem !important;
1633
+ padding-bottom: 1.875rem !important;
1634
+ }
1635
+ .loader__view-all-text___liiUk,
1636
+ .loader__viewAllText___Y96u7 {
1637
+ font-size: 20px;
1638
+ font-weight: 400;
1639
+ text-transform: lowercase;
1640
+ text-decoration: underline;
1641
+ }
1642
+ .loader__view-all-mobile___ZXDhV,
1643
+ .loader__viewAllMobile___h_w0I {
1644
+ display: none;
1645
+ }
1646
+ @media only screen and (max-width: 768px) {
1647
+ .loader__view-all-mobile___ZXDhV,
1648
+ .loader__viewAllMobile___h_w0I {
1649
+ display: flex;
1650
+ align-items: center;
1651
+ justify-content: center;
1652
+ margin-top: 40px;
1653
+ }
1654
+ }
1655
+ @media only screen and (max-width: 480px) {
1656
+ .loader__view-all-mobile___ZXDhV,
1657
+ .loader__viewAllMobile___h_w0I {
1658
+ margin-top: 24px;
1659
+ }
1660
+ }
1661
+ .loader__accent-btn___P6FBY,
1662
+ .loader__accentBtn___VC5di {
1663
+ background-color: var(--accentColor);
1664
+ color: #fff;
1665
+ }
1666
+ .loader__no-scroll___vVb6b,
1667
+ .loader__noScroll___ddkr9 {
1668
+ overflow-y: hidden;
1669
+ }
1670
+ .loader__hide-overflow___sIszC,
1671
+ .loader__hideOverflow___qX4zB {
1672
+ overflow: hidden;
1673
+ }
1674
+ .loader__markdown-body___ZDTE_ h6 {
1675
+ margin-top: 0 !important;
1676
+ margin-bottom: 0 !important;
1677
+ }
1678
+ @media only screen and (max-width: 480px) {
1679
+ .loader__markdown-body___ZDTE_ {
1680
+ font-size: 12px !important;
1681
+ padding: 5px !important;
1682
+ }
1683
+ }
1684
+ .loader__view3d-canvas___Y51aL {
1685
+ width: 100%;
1686
+ height: 100%;
1687
+ }
1688
+ @media only screen and (max-width: 480px) {
1689
+ .loader__view-mobile-up___tbZ1n {
1690
+ display: none !important;
1691
+ }
1692
+ }
1693
+ @media only screen and (min-width: 481px) {
1694
+ .loader__view-mobile___zSuiC {
1695
+ display: none !important;
1696
+ }
1697
+ }
1363
1698
  .loader__loading___r6ySa {
1364
1699
  position: fixed;
1365
1700
  z-index: 2000;
@@ -1487,10 +1822,8 @@ h5,
1487
1822
  z-index: 222;
1488
1823
  }
1489
1824
  .loader__loader___ytdT3 {
1490
- border: 8px solid #f3f3f3;
1491
- /* Light grey */
1492
- border-top: 8px solid #3498db;
1493
- /* Blue */
1825
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
1826
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
1494
1827
  border-radius: 50%;
1495
1828
  width: 50px;
1496
1829
  height: 50px;