@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
@@ -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
  .breadcrumb__caption-medium___MxQAd,
183
183
  .breadcrumb__captionMedium___MZtNV {
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
  .breadcrumb__caption-semi-bold___FE1Mr,
196
196
  .breadcrumb__captionSemiBold___LSXfW {
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
  }
@@ -336,7 +336,7 @@ h5,
336
336
  }
337
337
  .breadcrumb__breadcrumbs___lMY9E {
338
338
  font-size: 12px;
339
- line-height: 14px;
339
+ line-height: 1.5;
340
340
  letter-spacing: -0.02em;
341
341
  font-weight: 400;
342
342
  overflow: hidden;
@@ -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
  .chip-review-item__caption-medium___TahcP,
183
183
  .chip-review-item__captionMedium___TqlGQ {
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
  .chip-review-item__caption-semi-bold___AG3ci,
196
196
  .chip-review-item__captionSemiBold___azy1h {
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
  .fy-button__caption-medium___PSB4T,
183
183
  .fy-button__captionMedium___iW0z_ {
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
  .fy-button__caption-semi-bold___FFG2N,
196
196
  .fy-button__captionSemiBold___czTMx {
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
  }
@@ -500,7 +500,342 @@ h5,
500
500
  font-size: 16px;
501
501
  }
502
502
 
503
- /* Absolute Center Spinner */
503
+ /**color by character**/
504
+ /** Font family **/
505
+ /** Font weight **/
506
+ .loader__display-block___C28Wh {
507
+ display: block;
508
+ }
509
+ .loader__inline-block___qe6ST,
510
+ .loader__inlineBlock___RbcTU {
511
+ display: inline-block;
512
+ }
513
+ .loader__flex-row___jtutA {
514
+ display: flex;
515
+ }
516
+ .loader__flex-column___Xo1gh,
517
+ .loader__flexColumn___BZ1uV {
518
+ display: flex;
519
+ flex-direction: column;
520
+ }
521
+ .loader__flex-align-center___QKakD,
522
+ .loader__flexAlignCenter____hCbC {
523
+ display: flex;
524
+ align-items: center;
525
+ }
526
+ .loader__flex-justify-center___iXbnu,
527
+ .loader__flexJustifyCenter___x_1Sc {
528
+ display: flex;
529
+ justify-content: center;
530
+ }
531
+ .loader__flex-center___cERbN,
532
+ .loader__flexCenter___FRjsH {
533
+ display: flex;
534
+ justify-content: center;
535
+ align-items: center;
536
+ }
537
+ .loader__justify-start___PXa_q,
538
+ .loader__justifyStart___RIbpq {
539
+ justify-content: flex-start;
540
+ }
541
+ .loader__justify-end___N_MxT,
542
+ .loader__justifyEnd___c9Puj {
543
+ justify-content: flex-end;
544
+ }
545
+ .loader__justify-between___ryNlc,
546
+ .loader__justifyBetween___bNm10 {
547
+ justify-content: space-between;
548
+ }
549
+ .loader__justify-around___kWvQU,
550
+ .loader__justifyAround___TO6v6 {
551
+ justify-content: space-around;
552
+ }
553
+ .loader__justify-evenly___r6oLK,
554
+ .loader__justifyEvenly___NI1zZ {
555
+ justify-content: space-evenly;
556
+ }
557
+ h1,
558
+ .loader__h1___N9UmV {
559
+ font-weight: 700;
560
+ font-size: 28px;
561
+ line-height: 42px;
562
+ letter-spacing: -0.03em;
563
+ color: var(--textHeading, #26201a);
564
+ }
565
+ @media only screen and (min-width: 769px) {
566
+ h1,
567
+ .loader__h1___N9UmV {
568
+ font-size: 36px;
569
+ line-height: 48px;
570
+ }
571
+ }
572
+ h2,
573
+ .loader__h2___tLPka {
574
+ font-weight: 700;
575
+ font-size: 28px;
576
+ line-height: 36px;
577
+ letter-spacing: -0.03em;
578
+ color: var(--textHeading, #26201a);
579
+ }
580
+ @media only screen and (min-width: 769px) {
581
+ h2,
582
+ .loader__h2___tLPka {
583
+ font-size: 32px;
584
+ line-height: 42px;
585
+ }
586
+ }
587
+ h3,
588
+ .loader__h3___lpAs2 {
589
+ font-weight: 700;
590
+ letter-spacing: -0.02em;
591
+ color: var(--textHeading, #26201a);
592
+ font-size: 24px;
593
+ line-height: 32px;
594
+ }
595
+ @media only screen and (min-width: 769px) {
596
+ h3,
597
+ .loader__h3___lpAs2 {
598
+ font-weight: 700;
599
+ letter-spacing: -0.02em;
600
+ color: var(--textHeading, #26201a);
601
+ font-size: 28px;
602
+ line-height: 36px;
603
+ }
604
+ }
605
+ h4,
606
+ .loader__h4___I9T7x {
607
+ font-weight: 600;
608
+ letter-spacing: -0.02em;
609
+ color: var(--textHeading, #26201a);
610
+ font-size: 16px;
611
+ line-height: 1.5;
612
+ }
613
+ @media only screen and (min-width: 769px) {
614
+ h4,
615
+ .loader__h4___I9T7x {
616
+ font-weight: 600;
617
+ letter-spacing: -0.02em;
618
+ color: var(--textHeading, #26201a);
619
+ font-size: 20px;
620
+ line-height: 1.5;
621
+ }
622
+ }
623
+ h5,
624
+ .loader__h5___U0S2a {
625
+ font-weight: 600;
626
+ font-size: 14px;
627
+ line-height: 16px;
628
+ letter-spacing: -0.02em;
629
+ color: var(--textHeading, #26201a);
630
+ }
631
+ @media only screen and (min-width: 769px) {
632
+ h5,
633
+ .loader__h5___U0S2a {
634
+ font-size: 16px;
635
+ line-height: 18px;
636
+ }
637
+ }
638
+ .loader__b1___ava08 {
639
+ font-weight: 400;
640
+ font-size: 14px;
641
+ line-height: 18px;
642
+ letter-spacing: -0.02em;
643
+ color: var(--textBody, #3c3131);
644
+ }
645
+ @media only screen and (min-width: 769px) {
646
+ .loader__b1___ava08 {
647
+ font-size: 16px;
648
+ line-height: 20px;
649
+ }
650
+ }
651
+ .loader__b-small___MxINE,
652
+ .loader__bSmall___vHKDM,
653
+ .loader__b2___yNXNt {
654
+ font-weight: 400;
655
+ letter-spacing: -0.02em;
656
+ color: var(--textBody, #3c3131);
657
+ font-size: 12px;
658
+ line-height: 16px;
659
+ }
660
+ @media only screen and (min-width: 769px) {
661
+ .loader__b-small___MxINE,
662
+ .loader__bSmall___vHKDM,
663
+ .loader__b2___yNXNt {
664
+ font-weight: 400;
665
+ letter-spacing: -0.02em;
666
+ color: var(--textBody, #3c3131);
667
+ font-size: 14px;
668
+ line-height: 18px;
669
+ }
670
+ }
671
+ .loader__d1___zLD7l {
672
+ font-size: 36px;
673
+ font-weight: 700;
674
+ line-height: 48px;
675
+ letter-spacing: -0.02em;
676
+ }
677
+ @media only screen and (min-width: 769px) {
678
+ .loader__d1___zLD7l {
679
+ font-size: 64px;
680
+ line-height: 85px;
681
+ letter-spacing: -0.03em;
682
+ }
683
+ }
684
+ .loader__caption-medium___Urevx,
685
+ .loader__captionMedium___AiB4A {
686
+ font-size: 12px;
687
+ line-height: 1.5;
688
+ letter-spacing: -0.02em;
689
+ font-weight: 500;
690
+ }
691
+ @media only screen and (max-width: 480px) {
692
+ .loader__caption-medium___Urevx,
693
+ .loader__captionMedium___AiB4A {
694
+ font-size: 11px;
695
+ }
696
+ }
697
+ .loader__caption-semi-bold___F9hrq,
698
+ .loader__captionSemiBold___GwZZD {
699
+ font-size: 12px;
700
+ line-height: 1.5;
701
+ letter-spacing: -0.02em;
702
+ font-weight: 600;
703
+ }
704
+ @media only screen and (max-width: 480px) {
705
+ .loader__caption-semi-bold___F9hrq,
706
+ .loader__captionSemiBold___GwZZD {
707
+ font-size: 11px;
708
+ }
709
+ }
710
+ .loader__btn-link___z7cQQ,
711
+ .loader__btnLink___hjxLE {
712
+ font-weight: 500;
713
+ letter-spacing: -0.02em;
714
+ font-size: 12px;
715
+ line-height: 14px;
716
+ border-radius: var(--buttonRadius, 0px);
717
+ cursor: pointer;
718
+ color: var(--buttonLink, #b1655b);
719
+ text-decoration: underline;
720
+ background: none;
721
+ border: none;
722
+ }
723
+ @media only screen and (min-width: 769px) {
724
+ .loader__btn-link___z7cQQ,
725
+ .loader__btnLink___hjxLE {
726
+ font-weight: 500;
727
+ letter-spacing: -0.02em;
728
+ font-size: 14px;
729
+ line-height: 16px;
730
+ }
731
+ }
732
+ .loader__btn-link___z7cQQ:hover,
733
+ .loader__btnLink___hjxLE:hover {
734
+ color: var(--buttonLinkL1, #c1847c);
735
+ }
736
+ .loader__btn-link___z7cQQ:disabled,
737
+ .loader__btnLink___hjxLE:disabled {
738
+ color: var(--buttonLinkL2, #d0a39d);
739
+ }
740
+ .loader__btn-link___z7cQQ:active,
741
+ .loader__btnLink___hjxLE:active {
742
+ opacity: 0.8;
743
+ }
744
+ .loader__user-select-none___M5hoJ,
745
+ .loader__userSelectNone___iA0b1 {
746
+ user-select: none;
747
+ -moz-user-select: none;
748
+ -webkit-user-select: none;
749
+ -ms-user-select: none;
750
+ }
751
+ .loader__margin-0-auto___T2r2j,
752
+ .loader__margin0auto___ZVL7u {
753
+ margin: 0 auto;
754
+ }
755
+ .loader__base-page-container____Zsxk,
756
+ .loader__basePageContainer___DLiFl {
757
+ max-width: 1440px !important;
758
+ }
759
+ .loader__remove-scroll___hWs9Y,
760
+ .loader__removeScroll___HDDzE {
761
+ overflow-y: hidden !important;
762
+ }
763
+ .loader__mr-5___eLBs7,
764
+ .loader__mr5___zJD9I {
765
+ margin-inline-end: 30px !important;
766
+ }
767
+ .loader__mr-2___tbwub,
768
+ .loader__mr2___X89Qh {
769
+ margin-inline-end: 5px !important;
770
+ }
771
+ .loader__py-5___pdJLF,
772
+ .loader__py5___AvRNG {
773
+ padding-top: 1.875rem !important;
774
+ padding-bottom: 1.875rem !important;
775
+ }
776
+ .loader__view-all-text___liiUk,
777
+ .loader__viewAllText___Y96u7 {
778
+ font-size: 20px;
779
+ font-weight: 400;
780
+ text-transform: lowercase;
781
+ text-decoration: underline;
782
+ }
783
+ .loader__view-all-mobile___ZXDhV,
784
+ .loader__viewAllMobile___h_w0I {
785
+ display: none;
786
+ }
787
+ @media only screen and (max-width: 768px) {
788
+ .loader__view-all-mobile___ZXDhV,
789
+ .loader__viewAllMobile___h_w0I {
790
+ display: flex;
791
+ align-items: center;
792
+ justify-content: center;
793
+ margin-top: 40px;
794
+ }
795
+ }
796
+ @media only screen and (max-width: 480px) {
797
+ .loader__view-all-mobile___ZXDhV,
798
+ .loader__viewAllMobile___h_w0I {
799
+ margin-top: 24px;
800
+ }
801
+ }
802
+ .loader__accent-btn___P6FBY,
803
+ .loader__accentBtn___VC5di {
804
+ background-color: var(--accentColor);
805
+ color: #fff;
806
+ }
807
+ .loader__no-scroll___vVb6b,
808
+ .loader__noScroll___ddkr9 {
809
+ overflow-y: hidden;
810
+ }
811
+ .loader__hide-overflow___sIszC,
812
+ .loader__hideOverflow___qX4zB {
813
+ overflow: hidden;
814
+ }
815
+ .loader__markdown-body___ZDTE_ h6 {
816
+ margin-top: 0 !important;
817
+ margin-bottom: 0 !important;
818
+ }
819
+ @media only screen and (max-width: 480px) {
820
+ .loader__markdown-body___ZDTE_ {
821
+ font-size: 12px !important;
822
+ padding: 5px !important;
823
+ }
824
+ }
825
+ .loader__view3d-canvas___Y51aL {
826
+ width: 100%;
827
+ height: 100%;
828
+ }
829
+ @media only screen and (max-width: 480px) {
830
+ .loader__view-mobile-up___tbZ1n {
831
+ display: none !important;
832
+ }
833
+ }
834
+ @media only screen and (min-width: 481px) {
835
+ .loader__view-mobile___zSuiC {
836
+ display: none !important;
837
+ }
838
+ }
504
839
  .loader__loading___r6ySa {
505
840
  position: fixed;
506
841
  z-index: 2000;
@@ -628,10 +963,8 @@ h5,
628
963
  z-index: 222;
629
964
  }
630
965
  .loader__loader___ytdT3 {
631
- border: 8px solid #f3f3f3;
632
- /* Light grey */
633
- border-top: 8px solid #3498db;
634
- /* Blue */
966
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
967
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
635
968
  border-radius: 50%;
636
969
  width: 50px;
637
970
  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
  .fy-dropdown__caption-medium___HCy1Y,
183
183
  .fy-dropdown__captionMedium___BdPX5 {
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
  .fy-dropdown__caption-semi-bold___RDalx,
196
196
  .fy-dropdown__captionSemiBold___t1x78 {
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
  .fy-input__caption-medium___ypzRG,
183
183
  .fy-input__captionMedium___cFBcK {
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
  .fy-input__caption-semi-bold___WmtaG,
196
196
  .fy-input__captionSemiBold___UuNTY {
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
  .fy-input-group__caption-medium___ULDb6,
183
183
  .fy-input-group__captionMedium___GIuhk {
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
  .fy-input-group__caption-semi-bold___B0YEk,
196
196
  .fy-input-group__captionSemiBold___aQt3D {
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
  .modal__caption-medium___GbhtF,
183
183
  .modal__captionMedium___zCJpb {
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
  .modal__caption-semi-bold___feZV5,
196
196
  .modal__captionSemiBold___pxAn7 {
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
  .skeletons__caption-medium___Fqp0a,
183
183
  .skeletons__captionMedium___m7kLu {
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
  .skeletons__caption-semi-bold___rpF8T,
196
196
  .skeletons__captionSemiBold___hZxFt {
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
  .dropdown__caption-medium___OjyHY,
183
183
  .dropdown__captionMedium___LM7MY {
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
  .dropdown__caption-semi-bold___UmDDQ,
196
196
  .dropdown__captionSemiBold___k3W8T {
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
  .empty-state__caption-medium___Cj9cn,
183
183
  .empty-state__captionMedium___e0w26 {
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
  .empty-state__caption-semi-bold___ftnL8,
196
196
  .empty-state__captionSemiBold___yK0OI {
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
  }