@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
  .price-breakup__caption-medium___wWsTp,
183
183
  .price-breakup__captionMedium___mD2FZ {
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
  .price-breakup__caption-semi-bold___jb1u9,
196
196
  .price-breakup__captionSemiBold___OqTV0 {
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
  }
@@ -558,7 +558,7 @@ h4,
558
558
  letter-spacing: -0.02em;
559
559
  color: var(--textHeading, #26201a);
560
560
  font-size: 16px;
561
- line-height: 18px;
561
+ line-height: 1.5;
562
562
  }
563
563
  @media only screen and (min-width: 769px) {
564
564
  h4,
@@ -567,7 +567,7 @@ h4,
567
567
  letter-spacing: -0.02em;
568
568
  color: var(--textHeading, #26201a);
569
569
  font-size: 20px;
570
- line-height: 24px;
570
+ line-height: 1.5;
571
571
  }
572
572
  }
573
573
  h5,
@@ -634,7 +634,7 @@ h5,
634
634
  .comment__caption-medium___HIEb0,
635
635
  .comment__captionMedium___NxnB1 {
636
636
  font-size: 12px;
637
- line-height: 14px;
637
+ line-height: 1.5;
638
638
  letter-spacing: -0.02em;
639
639
  font-weight: 500;
640
640
  }
@@ -647,7 +647,7 @@ h5,
647
647
  .comment__caption-semi-bold___VdA6Z,
648
648
  .comment__captionSemiBold___lxBFk {
649
649
  font-size: 12px;
650
- line-height: 14px;
650
+ line-height: 1.5;
651
651
  letter-spacing: -0.02em;
652
652
  font-weight: 600;
653
653
  }
@@ -1116,7 +1116,7 @@ h4,
1116
1116
  letter-spacing: -0.02em;
1117
1117
  color: var(--textHeading, #26201a);
1118
1118
  font-size: 16px;
1119
- line-height: 18px;
1119
+ line-height: 1.5;
1120
1120
  }
1121
1121
  @media only screen and (min-width: 769px) {
1122
1122
  h4,
@@ -1125,7 +1125,7 @@ h4,
1125
1125
  letter-spacing: -0.02em;
1126
1126
  color: var(--textHeading, #26201a);
1127
1127
  font-size: 20px;
1128
- line-height: 24px;
1128
+ line-height: 1.5;
1129
1129
  }
1130
1130
  }
1131
1131
  h5,
@@ -1192,7 +1192,7 @@ h5,
1192
1192
  .modal__caption-medium___GbhtF,
1193
1193
  .modal__captionMedium___zCJpb {
1194
1194
  font-size: 12px;
1195
- line-height: 14px;
1195
+ line-height: 1.5;
1196
1196
  letter-spacing: -0.02em;
1197
1197
  font-weight: 500;
1198
1198
  }
@@ -1205,7 +1205,7 @@ h5,
1205
1205
  .modal__caption-semi-bold___feZV5,
1206
1206
  .modal__captionSemiBold___pxAn7 {
1207
1207
  font-size: 12px;
1208
- line-height: 14px;
1208
+ line-height: 1.5;
1209
1209
  letter-spacing: -0.02em;
1210
1210
  font-weight: 600;
1211
1211
  }
@@ -1596,7 +1596,7 @@ h4,
1596
1596
  letter-spacing: -0.02em;
1597
1597
  color: var(--textHeading, #26201a);
1598
1598
  font-size: 16px;
1599
- line-height: 18px;
1599
+ line-height: 1.5;
1600
1600
  }
1601
1601
  @media only screen and (min-width: 769px) {
1602
1602
  h4,
@@ -1605,7 +1605,7 @@ h4,
1605
1605
  letter-spacing: -0.02em;
1606
1606
  color: var(--textHeading, #26201a);
1607
1607
  font-size: 20px;
1608
- line-height: 24px;
1608
+ line-height: 1.5;
1609
1609
  }
1610
1610
  }
1611
1611
  h5,
@@ -1672,7 +1672,7 @@ h5,
1672
1672
  .gst-card__caption-medium___h8x5g,
1673
1673
  .gst-card__captionMedium___1mSBU {
1674
1674
  font-size: 12px;
1675
- line-height: 14px;
1675
+ line-height: 1.5;
1676
1676
  letter-spacing: -0.02em;
1677
1677
  font-weight: 500;
1678
1678
  }
@@ -1685,7 +1685,7 @@ h5,
1685
1685
  .gst-card__caption-semi-bold___ltQND,
1686
1686
  .gst-card__captionSemiBold___bvqz0 {
1687
1687
  font-size: 12px;
1688
- line-height: 14px;
1688
+ line-height: 1.5;
1689
1689
  letter-spacing: -0.02em;
1690
1690
  font-weight: 600;
1691
1691
  }
@@ -2012,7 +2012,7 @@ h4,
2012
2012
  letter-spacing: -0.02em;
2013
2013
  color: var(--textHeading, #26201a);
2014
2014
  font-size: 16px;
2015
- line-height: 18px;
2015
+ line-height: 1.5;
2016
2016
  }
2017
2017
  @media only screen and (min-width: 769px) {
2018
2018
  h4,
@@ -2021,7 +2021,7 @@ h4,
2021
2021
  letter-spacing: -0.02em;
2022
2022
  color: var(--textHeading, #26201a);
2023
2023
  font-size: 20px;
2024
- line-height: 24px;
2024
+ line-height: 1.5;
2025
2025
  }
2026
2026
  }
2027
2027
  h5,
@@ -2088,7 +2088,7 @@ h5,
2088
2088
  .share-cart__caption-medium___LTgao,
2089
2089
  .share-cart__captionMedium___ciwls {
2090
2090
  font-size: 12px;
2091
- line-height: 14px;
2091
+ line-height: 1.5;
2092
2092
  letter-spacing: -0.02em;
2093
2093
  font-weight: 500;
2094
2094
  }
@@ -2101,7 +2101,7 @@ h5,
2101
2101
  .share-cart__caption-semi-bold___UzN8o,
2102
2102
  .share-cart__captionSemiBold___LAPB3 {
2103
2103
  font-size: 12px;
2104
- line-height: 14px;
2104
+ line-height: 1.5;
2105
2105
  letter-spacing: -0.02em;
2106
2106
  font-weight: 600;
2107
2107
  }
@@ -2400,7 +2400,7 @@ h4,
2400
2400
  letter-spacing: -0.02em;
2401
2401
  color: var(--textHeading, #26201a);
2402
2402
  font-size: 16px;
2403
- line-height: 18px;
2403
+ line-height: 1.5;
2404
2404
  }
2405
2405
  @media only screen and (min-width: 769px) {
2406
2406
  h4,
@@ -2409,7 +2409,7 @@ h4,
2409
2409
  letter-spacing: -0.02em;
2410
2410
  color: var(--textHeading, #26201a);
2411
2411
  font-size: 20px;
2412
- line-height: 24px;
2412
+ line-height: 1.5;
2413
2413
  }
2414
2414
  }
2415
2415
  h5,
@@ -2476,7 +2476,7 @@ h5,
2476
2476
  .share-cart-modal__caption-medium___MkEuf,
2477
2477
  .share-cart-modal__captionMedium___xeQtq {
2478
2478
  font-size: 12px;
2479
- line-height: 14px;
2479
+ line-height: 1.5;
2480
2480
  letter-spacing: -0.02em;
2481
2481
  font-weight: 500;
2482
2482
  }
@@ -2489,7 +2489,7 @@ h5,
2489
2489
  .share-cart-modal__caption-semi-bold___eGTEC,
2490
2490
  .share-cart-modal__captionSemiBold___J4Fke {
2491
2491
  font-size: 12px;
2492
- line-height: 14px;
2492
+ line-height: 1.5;
2493
2493
  letter-spacing: -0.02em;
2494
2494
  font-weight: 600;
2495
2495
  }
@@ -2713,7 +2713,342 @@ h5,
2713
2713
  }
2714
2714
  }
2715
2715
 
2716
- /* Absolute Center Spinner */
2716
+ /**color by character**/
2717
+ /** Font family **/
2718
+ /** Font weight **/
2719
+ .loader__display-block___C28Wh {
2720
+ display: block;
2721
+ }
2722
+ .loader__inline-block___qe6ST,
2723
+ .loader__inlineBlock___RbcTU {
2724
+ display: inline-block;
2725
+ }
2726
+ .loader__flex-row___jtutA {
2727
+ display: flex;
2728
+ }
2729
+ .loader__flex-column___Xo1gh,
2730
+ .loader__flexColumn___BZ1uV {
2731
+ display: flex;
2732
+ flex-direction: column;
2733
+ }
2734
+ .loader__flex-align-center___QKakD,
2735
+ .loader__flexAlignCenter____hCbC {
2736
+ display: flex;
2737
+ align-items: center;
2738
+ }
2739
+ .loader__flex-justify-center___iXbnu,
2740
+ .loader__flexJustifyCenter___x_1Sc {
2741
+ display: flex;
2742
+ justify-content: center;
2743
+ }
2744
+ .loader__flex-center___cERbN,
2745
+ .loader__flexCenter___FRjsH {
2746
+ display: flex;
2747
+ justify-content: center;
2748
+ align-items: center;
2749
+ }
2750
+ .loader__justify-start___PXa_q,
2751
+ .loader__justifyStart___RIbpq {
2752
+ justify-content: flex-start;
2753
+ }
2754
+ .loader__justify-end___N_MxT,
2755
+ .loader__justifyEnd___c9Puj {
2756
+ justify-content: flex-end;
2757
+ }
2758
+ .loader__justify-between___ryNlc,
2759
+ .loader__justifyBetween___bNm10 {
2760
+ justify-content: space-between;
2761
+ }
2762
+ .loader__justify-around___kWvQU,
2763
+ .loader__justifyAround___TO6v6 {
2764
+ justify-content: space-around;
2765
+ }
2766
+ .loader__justify-evenly___r6oLK,
2767
+ .loader__justifyEvenly___NI1zZ {
2768
+ justify-content: space-evenly;
2769
+ }
2770
+ h1,
2771
+ .loader__h1___N9UmV {
2772
+ font-weight: 700;
2773
+ font-size: 28px;
2774
+ line-height: 42px;
2775
+ letter-spacing: -0.03em;
2776
+ color: var(--textHeading, #26201a);
2777
+ }
2778
+ @media only screen and (min-width: 769px) {
2779
+ h1,
2780
+ .loader__h1___N9UmV {
2781
+ font-size: 36px;
2782
+ line-height: 48px;
2783
+ }
2784
+ }
2785
+ h2,
2786
+ .loader__h2___tLPka {
2787
+ font-weight: 700;
2788
+ font-size: 28px;
2789
+ line-height: 36px;
2790
+ letter-spacing: -0.03em;
2791
+ color: var(--textHeading, #26201a);
2792
+ }
2793
+ @media only screen and (min-width: 769px) {
2794
+ h2,
2795
+ .loader__h2___tLPka {
2796
+ font-size: 32px;
2797
+ line-height: 42px;
2798
+ }
2799
+ }
2800
+ h3,
2801
+ .loader__h3___lpAs2 {
2802
+ font-weight: 700;
2803
+ letter-spacing: -0.02em;
2804
+ color: var(--textHeading, #26201a);
2805
+ font-size: 24px;
2806
+ line-height: 32px;
2807
+ }
2808
+ @media only screen and (min-width: 769px) {
2809
+ h3,
2810
+ .loader__h3___lpAs2 {
2811
+ font-weight: 700;
2812
+ letter-spacing: -0.02em;
2813
+ color: var(--textHeading, #26201a);
2814
+ font-size: 28px;
2815
+ line-height: 36px;
2816
+ }
2817
+ }
2818
+ h4,
2819
+ .loader__h4___I9T7x {
2820
+ font-weight: 600;
2821
+ letter-spacing: -0.02em;
2822
+ color: var(--textHeading, #26201a);
2823
+ font-size: 16px;
2824
+ line-height: 1.5;
2825
+ }
2826
+ @media only screen and (min-width: 769px) {
2827
+ h4,
2828
+ .loader__h4___I9T7x {
2829
+ font-weight: 600;
2830
+ letter-spacing: -0.02em;
2831
+ color: var(--textHeading, #26201a);
2832
+ font-size: 20px;
2833
+ line-height: 1.5;
2834
+ }
2835
+ }
2836
+ h5,
2837
+ .loader__h5___U0S2a {
2838
+ font-weight: 600;
2839
+ font-size: 14px;
2840
+ line-height: 16px;
2841
+ letter-spacing: -0.02em;
2842
+ color: var(--textHeading, #26201a);
2843
+ }
2844
+ @media only screen and (min-width: 769px) {
2845
+ h5,
2846
+ .loader__h5___U0S2a {
2847
+ font-size: 16px;
2848
+ line-height: 18px;
2849
+ }
2850
+ }
2851
+ .loader__b1___ava08 {
2852
+ font-weight: 400;
2853
+ font-size: 14px;
2854
+ line-height: 18px;
2855
+ letter-spacing: -0.02em;
2856
+ color: var(--textBody, #3c3131);
2857
+ }
2858
+ @media only screen and (min-width: 769px) {
2859
+ .loader__b1___ava08 {
2860
+ font-size: 16px;
2861
+ line-height: 20px;
2862
+ }
2863
+ }
2864
+ .loader__b-small___MxINE,
2865
+ .loader__bSmall___vHKDM,
2866
+ .loader__b2___yNXNt {
2867
+ font-weight: 400;
2868
+ letter-spacing: -0.02em;
2869
+ color: var(--textBody, #3c3131);
2870
+ font-size: 12px;
2871
+ line-height: 16px;
2872
+ }
2873
+ @media only screen and (min-width: 769px) {
2874
+ .loader__b-small___MxINE,
2875
+ .loader__bSmall___vHKDM,
2876
+ .loader__b2___yNXNt {
2877
+ font-weight: 400;
2878
+ letter-spacing: -0.02em;
2879
+ color: var(--textBody, #3c3131);
2880
+ font-size: 14px;
2881
+ line-height: 18px;
2882
+ }
2883
+ }
2884
+ .loader__d1___zLD7l {
2885
+ font-size: 36px;
2886
+ font-weight: 700;
2887
+ line-height: 48px;
2888
+ letter-spacing: -0.02em;
2889
+ }
2890
+ @media only screen and (min-width: 769px) {
2891
+ .loader__d1___zLD7l {
2892
+ font-size: 64px;
2893
+ line-height: 85px;
2894
+ letter-spacing: -0.03em;
2895
+ }
2896
+ }
2897
+ .loader__caption-medium___Urevx,
2898
+ .loader__captionMedium___AiB4A {
2899
+ font-size: 12px;
2900
+ line-height: 1.5;
2901
+ letter-spacing: -0.02em;
2902
+ font-weight: 500;
2903
+ }
2904
+ @media only screen and (max-width: 480px) {
2905
+ .loader__caption-medium___Urevx,
2906
+ .loader__captionMedium___AiB4A {
2907
+ font-size: 11px;
2908
+ }
2909
+ }
2910
+ .loader__caption-semi-bold___F9hrq,
2911
+ .loader__captionSemiBold___GwZZD {
2912
+ font-size: 12px;
2913
+ line-height: 1.5;
2914
+ letter-spacing: -0.02em;
2915
+ font-weight: 600;
2916
+ }
2917
+ @media only screen and (max-width: 480px) {
2918
+ .loader__caption-semi-bold___F9hrq,
2919
+ .loader__captionSemiBold___GwZZD {
2920
+ font-size: 11px;
2921
+ }
2922
+ }
2923
+ .loader__btn-link___z7cQQ,
2924
+ .loader__btnLink___hjxLE {
2925
+ font-weight: 500;
2926
+ letter-spacing: -0.02em;
2927
+ font-size: 12px;
2928
+ line-height: 14px;
2929
+ border-radius: var(--buttonRadius, 0px);
2930
+ cursor: pointer;
2931
+ color: var(--buttonLink, #b1655b);
2932
+ text-decoration: underline;
2933
+ background: none;
2934
+ border: none;
2935
+ }
2936
+ @media only screen and (min-width: 769px) {
2937
+ .loader__btn-link___z7cQQ,
2938
+ .loader__btnLink___hjxLE {
2939
+ font-weight: 500;
2940
+ letter-spacing: -0.02em;
2941
+ font-size: 14px;
2942
+ line-height: 16px;
2943
+ }
2944
+ }
2945
+ .loader__btn-link___z7cQQ:hover,
2946
+ .loader__btnLink___hjxLE:hover {
2947
+ color: var(--buttonLinkL1, #c1847c);
2948
+ }
2949
+ .loader__btn-link___z7cQQ:disabled,
2950
+ .loader__btnLink___hjxLE:disabled {
2951
+ color: var(--buttonLinkL2, #d0a39d);
2952
+ }
2953
+ .loader__btn-link___z7cQQ:active,
2954
+ .loader__btnLink___hjxLE:active {
2955
+ opacity: 0.8;
2956
+ }
2957
+ .loader__user-select-none___M5hoJ,
2958
+ .loader__userSelectNone___iA0b1 {
2959
+ user-select: none;
2960
+ -moz-user-select: none;
2961
+ -webkit-user-select: none;
2962
+ -ms-user-select: none;
2963
+ }
2964
+ .loader__margin-0-auto___T2r2j,
2965
+ .loader__margin0auto___ZVL7u {
2966
+ margin: 0 auto;
2967
+ }
2968
+ .loader__base-page-container____Zsxk,
2969
+ .loader__basePageContainer___DLiFl {
2970
+ max-width: 1440px !important;
2971
+ }
2972
+ .loader__remove-scroll___hWs9Y,
2973
+ .loader__removeScroll___HDDzE {
2974
+ overflow-y: hidden !important;
2975
+ }
2976
+ .loader__mr-5___eLBs7,
2977
+ .loader__mr5___zJD9I {
2978
+ margin-inline-end: 30px !important;
2979
+ }
2980
+ .loader__mr-2___tbwub,
2981
+ .loader__mr2___X89Qh {
2982
+ margin-inline-end: 5px !important;
2983
+ }
2984
+ .loader__py-5___pdJLF,
2985
+ .loader__py5___AvRNG {
2986
+ padding-top: 1.875rem !important;
2987
+ padding-bottom: 1.875rem !important;
2988
+ }
2989
+ .loader__view-all-text___liiUk,
2990
+ .loader__viewAllText___Y96u7 {
2991
+ font-size: 20px;
2992
+ font-weight: 400;
2993
+ text-transform: lowercase;
2994
+ text-decoration: underline;
2995
+ }
2996
+ .loader__view-all-mobile___ZXDhV,
2997
+ .loader__viewAllMobile___h_w0I {
2998
+ display: none;
2999
+ }
3000
+ @media only screen and (max-width: 768px) {
3001
+ .loader__view-all-mobile___ZXDhV,
3002
+ .loader__viewAllMobile___h_w0I {
3003
+ display: flex;
3004
+ align-items: center;
3005
+ justify-content: center;
3006
+ margin-top: 40px;
3007
+ }
3008
+ }
3009
+ @media only screen and (max-width: 480px) {
3010
+ .loader__view-all-mobile___ZXDhV,
3011
+ .loader__viewAllMobile___h_w0I {
3012
+ margin-top: 24px;
3013
+ }
3014
+ }
3015
+ .loader__accent-btn___P6FBY,
3016
+ .loader__accentBtn___VC5di {
3017
+ background-color: var(--accentColor);
3018
+ color: #fff;
3019
+ }
3020
+ .loader__no-scroll___vVb6b,
3021
+ .loader__noScroll___ddkr9 {
3022
+ overflow-y: hidden;
3023
+ }
3024
+ .loader__hide-overflow___sIszC,
3025
+ .loader__hideOverflow___qX4zB {
3026
+ overflow: hidden;
3027
+ }
3028
+ .loader__markdown-body___ZDTE_ h6 {
3029
+ margin-top: 0 !important;
3030
+ margin-bottom: 0 !important;
3031
+ }
3032
+ @media only screen and (max-width: 480px) {
3033
+ .loader__markdown-body___ZDTE_ {
3034
+ font-size: 12px !important;
3035
+ padding: 5px !important;
3036
+ }
3037
+ }
3038
+ .loader__view3d-canvas___Y51aL {
3039
+ width: 100%;
3040
+ height: 100%;
3041
+ }
3042
+ @media only screen and (max-width: 480px) {
3043
+ .loader__view-mobile-up___tbZ1n {
3044
+ display: none !important;
3045
+ }
3046
+ }
3047
+ @media only screen and (min-width: 481px) {
3048
+ .loader__view-mobile___zSuiC {
3049
+ display: none !important;
3050
+ }
3051
+ }
2717
3052
  .loader__loading___r6ySa {
2718
3053
  position: fixed;
2719
3054
  z-index: 2000;
@@ -2841,10 +3176,8 @@ h5,
2841
3176
  z-index: 222;
2842
3177
  }
2843
3178
  .loader__loader___ytdT3 {
2844
- border: 8px solid #f3f3f3;
2845
- /* Light grey */
2846
- border-top: 8px solid #3498db;
2847
- /* Blue */
3179
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
3180
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
2848
3181
  border-radius: 50%;
2849
3182
  width: 50px;
2850
3183
  height: 50px;
@@ -2974,7 +3307,7 @@ h4,
2974
3307
  letter-spacing: -0.02em;
2975
3308
  color: var(--textHeading, #26201a);
2976
3309
  font-size: 16px;
2977
- line-height: 18px;
3310
+ line-height: 1.5;
2978
3311
  }
2979
3312
  @media only screen and (min-width: 769px) {
2980
3313
  h4,
@@ -2983,7 +3316,7 @@ h4,
2983
3316
  letter-spacing: -0.02em;
2984
3317
  color: var(--textHeading, #26201a);
2985
3318
  font-size: 20px;
2986
- line-height: 24px;
3319
+ line-height: 1.5;
2987
3320
  }
2988
3321
  }
2989
3322
  h5,
@@ -3050,7 +3383,7 @@ h5,
3050
3383
  .delivery-location__caption-medium___tg0oL,
3051
3384
  .delivery-location__captionMedium___bb1tV {
3052
3385
  font-size: 12px;
3053
- line-height: 14px;
3386
+ line-height: 1.5;
3054
3387
  letter-spacing: -0.02em;
3055
3388
  font-weight: 500;
3056
3389
  }
@@ -3063,7 +3396,7 @@ h5,
3063
3396
  .delivery-location__caption-semi-bold___jc8rI,
3064
3397
  .delivery-location__captionSemiBold___ziS_x {
3065
3398
  font-size: 12px;
3066
- line-height: 14px;
3399
+ line-height: 1.5;
3067
3400
  letter-spacing: -0.02em;
3068
3401
  font-weight: 600;
3069
3402
  }
@@ -3678,7 +4011,7 @@ h4,
3678
4011
  letter-spacing: -0.02em;
3679
4012
  color: var(--textHeading, #26201a);
3680
4013
  font-size: 16px;
3681
- line-height: 18px;
4014
+ line-height: 1.5;
3682
4015
  }
3683
4016
  @media only screen and (min-width: 769px) {
3684
4017
  h4,
@@ -3687,7 +4020,7 @@ h4,
3687
4020
  letter-spacing: -0.02em;
3688
4021
  color: var(--textHeading, #26201a);
3689
4022
  font-size: 20px;
3690
- line-height: 24px;
4023
+ line-height: 1.5;
3691
4024
  }
3692
4025
  }
3693
4026
  h5,
@@ -3754,7 +4087,7 @@ h5,
3754
4087
  .address-item__caption-medium___keR9q,
3755
4088
  .address-item__captionMedium___Mu54H {
3756
4089
  font-size: 12px;
3757
- line-height: 14px;
4090
+ line-height: 1.5;
3758
4091
  letter-spacing: -0.02em;
3759
4092
  font-weight: 500;
3760
4093
  }
@@ -3767,7 +4100,7 @@ h5,
3767
4100
  .address-item__caption-semi-bold___GchPi,
3768
4101
  .address-item__captionSemiBold___L3J0R {
3769
4102
  font-size: 12px;
3770
- line-height: 14px;
4103
+ line-height: 1.5;
3771
4104
  letter-spacing: -0.02em;
3772
4105
  font-weight: 600;
3773
4106
  }
@@ -4067,7 +4400,7 @@ h4,
4067
4400
  letter-spacing: -0.02em;
4068
4401
  color: var(--textHeading, #26201a);
4069
4402
  font-size: 16px;
4070
- line-height: 18px;
4403
+ line-height: 1.5;
4071
4404
  }
4072
4405
  @media only screen and (min-width: 769px) {
4073
4406
  h4,
@@ -4076,7 +4409,7 @@ h4,
4076
4409
  letter-spacing: -0.02em;
4077
4410
  color: var(--textHeading, #26201a);
4078
4411
  font-size: 20px;
4079
- line-height: 24px;
4412
+ line-height: 1.5;
4080
4413
  }
4081
4414
  }
4082
4415
  h5,
@@ -4143,7 +4476,7 @@ h5,
4143
4476
  .address-form__caption-medium___sHdBz,
4144
4477
  .address-form__captionMedium___qq2S5 {
4145
4478
  font-size: 12px;
4146
- line-height: 14px;
4479
+ line-height: 1.5;
4147
4480
  letter-spacing: -0.02em;
4148
4481
  font-weight: 500;
4149
4482
  }
@@ -4156,7 +4489,7 @@ h5,
4156
4489
  .address-form__caption-semi-bold___Ao5Rt,
4157
4490
  .address-form__captionSemiBold___zTpZY {
4158
4491
  font-size: 12px;
4159
- line-height: 14px;
4492
+ line-height: 1.5;
4160
4493
  letter-spacing: -0.02em;
4161
4494
  font-weight: 600;
4162
4495
  }
@@ -4823,7 +5156,7 @@ h4,
4823
5156
  letter-spacing: -0.02em;
4824
5157
  color: var(--textHeading, #26201a);
4825
5158
  font-size: 16px;
4826
- line-height: 18px;
5159
+ line-height: 1.5;
4827
5160
  }
4828
5161
  @media only screen and (min-width: 769px) {
4829
5162
  h4,
@@ -4832,7 +5165,7 @@ h4,
4832
5165
  letter-spacing: -0.02em;
4833
5166
  color: var(--textHeading, #26201a);
4834
5167
  font-size: 20px;
4835
- line-height: 24px;
5168
+ line-height: 1.5;
4836
5169
  }
4837
5170
  }
4838
5171
  h5,
@@ -4899,7 +5232,7 @@ h5,
4899
5232
  .fy-input__caption-medium___ypzRG,
4900
5233
  .fy-input__captionMedium___cFBcK {
4901
5234
  font-size: 12px;
4902
- line-height: 14px;
5235
+ line-height: 1.5;
4903
5236
  letter-spacing: -0.02em;
4904
5237
  font-weight: 500;
4905
5238
  }
@@ -4912,7 +5245,7 @@ h5,
4912
5245
  .fy-input__caption-semi-bold___WmtaG,
4913
5246
  .fy-input__captionSemiBold___UuNTY {
4914
5247
  font-size: 12px;
4915
- line-height: 14px;
5248
+ line-height: 1.5;
4916
5249
  letter-spacing: -0.02em;
4917
5250
  font-weight: 600;
4918
5251
  }
@@ -5287,7 +5620,7 @@ h4,
5287
5620
  letter-spacing: -0.02em;
5288
5621
  color: var(--textHeading, #26201a);
5289
5622
  font-size: 16px;
5290
- line-height: 18px;
5623
+ line-height: 1.5;
5291
5624
  }
5292
5625
  @media only screen and (min-width: 769px) {
5293
5626
  h4,
@@ -5296,7 +5629,7 @@ h4,
5296
5629
  letter-spacing: -0.02em;
5297
5630
  color: var(--textHeading, #26201a);
5298
5631
  font-size: 20px;
5299
- line-height: 24px;
5632
+ line-height: 1.5;
5300
5633
  }
5301
5634
  }
5302
5635
  h5,
@@ -5363,7 +5696,7 @@ h5,
5363
5696
  .fy-input-group__caption-medium___ULDb6,
5364
5697
  .fy-input-group__captionMedium___GIuhk {
5365
5698
  font-size: 12px;
5366
- line-height: 14px;
5699
+ line-height: 1.5;
5367
5700
  letter-spacing: -0.02em;
5368
5701
  font-weight: 500;
5369
5702
  }
@@ -5376,7 +5709,7 @@ h5,
5376
5709
  .fy-input-group__caption-semi-bold___B0YEk,
5377
5710
  .fy-input-group__captionSemiBold___aQt3D {
5378
5711
  font-size: 12px;
5379
- line-height: 14px;
5712
+ line-height: 1.5;
5380
5713
  letter-spacing: -0.02em;
5381
5714
  font-weight: 600;
5382
5715
  }
@@ -5665,7 +5998,7 @@ h4,
5665
5998
  letter-spacing: -0.02em;
5666
5999
  color: var(--textHeading, #26201a);
5667
6000
  font-size: 16px;
5668
- line-height: 18px;
6001
+ line-height: 1.5;
5669
6002
  }
5670
6003
  @media only screen and (min-width: 769px) {
5671
6004
  h4,
@@ -5674,7 +6007,7 @@ h4,
5674
6007
  letter-spacing: -0.02em;
5675
6008
  color: var(--textHeading, #26201a);
5676
6009
  font-size: 20px;
5677
- line-height: 24px;
6010
+ line-height: 1.5;
5678
6011
  }
5679
6012
  }
5680
6013
  h5,
@@ -5741,7 +6074,7 @@ h5,
5741
6074
  .fy-dropdown__caption-medium___HCy1Y,
5742
6075
  .fy-dropdown__captionMedium___BdPX5 {
5743
6076
  font-size: 12px;
5744
- line-height: 14px;
6077
+ line-height: 1.5;
5745
6078
  letter-spacing: -0.02em;
5746
6079
  font-weight: 500;
5747
6080
  }
@@ -5754,7 +6087,7 @@ h5,
5754
6087
  .fy-dropdown__caption-semi-bold___RDalx,
5755
6088
  .fy-dropdown__captionSemiBold___t1x78 {
5756
6089
  font-size: 12px;
5757
- line-height: 14px;
6090
+ line-height: 1.5;
5758
6091
  letter-spacing: -0.02em;
5759
6092
  font-weight: 600;
5760
6093
  }
@@ -6105,7 +6438,7 @@ h4,
6105
6438
  letter-spacing: -0.02em;
6106
6439
  color: var(--textHeading, #26201a);
6107
6440
  font-size: 16px;
6108
- line-height: 18px;
6441
+ line-height: 1.5;
6109
6442
  }
6110
6443
  @media only screen and (min-width: 769px) {
6111
6444
  h4,
@@ -6114,7 +6447,7 @@ h4,
6114
6447
  letter-spacing: -0.02em;
6115
6448
  color: var(--textHeading, #26201a);
6116
6449
  font-size: 20px;
6117
- line-height: 24px;
6450
+ line-height: 1.5;
6118
6451
  }
6119
6452
  }
6120
6453
  h5,
@@ -6181,7 +6514,7 @@ h5,
6181
6514
  .mobile-number__caption-medium___syZZb,
6182
6515
  .mobile-number__captionMedium___iKNxh {
6183
6516
  font-size: 12px;
6184
- line-height: 14px;
6517
+ line-height: 1.5;
6185
6518
  letter-spacing: -0.02em;
6186
6519
  font-weight: 500;
6187
6520
  }
@@ -6194,7 +6527,7 @@ h5,
6194
6527
  .mobile-number__caption-semi-bold___Rbomr,
6195
6528
  .mobile-number__captionSemiBold___cKKg4 {
6196
6529
  font-size: 12px;
6197
- line-height: 14px;
6530
+ line-height: 1.5;
6198
6531
  letter-spacing: -0.02em;
6199
6532
  font-weight: 600;
6200
6533
  }
@@ -6504,7 +6837,7 @@ h4,
6504
6837
  letter-spacing: -0.02em;
6505
6838
  color: var(--textHeading, #26201a);
6506
6839
  font-size: 16px;
6507
- line-height: 18px;
6840
+ line-height: 1.5;
6508
6841
  }
6509
6842
  @media only screen and (min-width: 769px) {
6510
6843
  h4,
@@ -6513,7 +6846,7 @@ h4,
6513
6846
  letter-spacing: -0.02em;
6514
6847
  color: var(--textHeading, #26201a);
6515
6848
  font-size: 20px;
6516
- line-height: 24px;
6849
+ line-height: 1.5;
6517
6850
  }
6518
6851
  }
6519
6852
  h5,
@@ -6580,7 +6913,7 @@ h5,
6580
6913
  .form-input-selector__caption-medium___UDqtg,
6581
6914
  .form-input-selector__captionMedium___upnRb {
6582
6915
  font-size: 12px;
6583
- line-height: 14px;
6916
+ line-height: 1.5;
6584
6917
  letter-spacing: -0.02em;
6585
6918
  font-weight: 500;
6586
6919
  }
@@ -6593,7 +6926,7 @@ h5,
6593
6926
  .form-input-selector__caption-semi-bold___BEOBj,
6594
6927
  .form-input-selector__captionSemiBold___XUhub {
6595
6928
  font-size: 12px;
6596
- line-height: 14px;
6929
+ line-height: 1.5;
6597
6930
  letter-spacing: -0.02em;
6598
6931
  font-weight: 600;
6599
6932
  }
@@ -6862,7 +7195,7 @@ h4,
6862
7195
  letter-spacing: -0.02em;
6863
7196
  color: var(--textHeading, #26201a);
6864
7197
  font-size: 16px;
6865
- line-height: 18px;
7198
+ line-height: 1.5;
6866
7199
  }
6867
7200
  @media only screen and (min-width: 769px) {
6868
7201
  h4,
@@ -6871,7 +7204,7 @@ h4,
6871
7204
  letter-spacing: -0.02em;
6872
7205
  color: var(--textHeading, #26201a);
6873
7206
  font-size: 20px;
6874
- line-height: 24px;
7207
+ line-height: 1.5;
6875
7208
  }
6876
7209
  }
6877
7210
  h5,
@@ -6938,7 +7271,7 @@ h5,
6938
7271
  .coupon__caption-medium___tqbfY,
6939
7272
  .coupon__captionMedium___xDGA4 {
6940
7273
  font-size: 12px;
6941
- line-height: 14px;
7274
+ line-height: 1.5;
6942
7275
  letter-spacing: -0.02em;
6943
7276
  font-weight: 500;
6944
7277
  }
@@ -6951,7 +7284,7 @@ h5,
6951
7284
  .coupon__caption-semi-bold___K0l2r,
6952
7285
  .coupon__captionSemiBold___p62dj {
6953
7286
  font-size: 12px;
6954
- line-height: 14px;
7287
+ line-height: 1.5;
6955
7288
  letter-spacing: -0.02em;
6956
7289
  font-weight: 600;
6957
7290
  }
@@ -7579,7 +7912,7 @@ h4,
7579
7912
  letter-spacing: -0.02em;
7580
7913
  color: var(--textHeading, #26201a);
7581
7914
  font-size: 16px;
7582
- line-height: 18px;
7915
+ line-height: 1.5;
7583
7916
  }
7584
7917
  @media only screen and (min-width: 769px) {
7585
7918
  h4,
@@ -7588,7 +7921,7 @@ h4,
7588
7921
  letter-spacing: -0.02em;
7589
7922
  color: var(--textHeading, #26201a);
7590
7923
  font-size: 20px;
7591
- line-height: 24px;
7924
+ line-height: 1.5;
7592
7925
  }
7593
7926
  }
7594
7927
  h5,
@@ -7655,7 +7988,7 @@ h5,
7655
7988
  .fy-button__caption-medium___PSB4T,
7656
7989
  .fy-button__captionMedium___iW0z_ {
7657
7990
  font-size: 12px;
7658
- line-height: 14px;
7991
+ line-height: 1.5;
7659
7992
  letter-spacing: -0.02em;
7660
7993
  font-weight: 500;
7661
7994
  }
@@ -7668,7 +8001,7 @@ h5,
7668
8001
  .fy-button__caption-semi-bold___FFG2N,
7669
8002
  .fy-button__captionSemiBold___czTMx {
7670
8003
  font-size: 12px;
7671
- line-height: 14px;
8004
+ line-height: 1.5;
7672
8005
  letter-spacing: -0.02em;
7673
8006
  font-weight: 600;
7674
8007
  }
@@ -8081,7 +8414,7 @@ h4,
8081
8414
  letter-spacing: -0.02em;
8082
8415
  color: var(--textHeading, #26201a);
8083
8416
  font-size: 16px;
8084
- line-height: 18px;
8417
+ line-height: 1.5;
8085
8418
  }
8086
8419
  @media only screen and (min-width: 769px) {
8087
8420
  h4,
@@ -8090,7 +8423,7 @@ h4,
8090
8423
  letter-spacing: -0.02em;
8091
8424
  color: var(--textHeading, #26201a);
8092
8425
  font-size: 20px;
8093
- line-height: 24px;
8426
+ line-height: 1.5;
8094
8427
  }
8095
8428
  }
8096
8429
  h5,
@@ -8157,7 +8490,7 @@ h5,
8157
8490
  .profile-navigation__caption-medium___zEr9A,
8158
8491
  .profile-navigation__captionMedium___q4AMz {
8159
8492
  font-size: 12px;
8160
- line-height: 14px;
8493
+ line-height: 1.5;
8161
8494
  letter-spacing: -0.02em;
8162
8495
  font-weight: 500;
8163
8496
  }
@@ -8170,7 +8503,7 @@ h5,
8170
8503
  .profile-navigation__caption-semi-bold___Nu1mj,
8171
8504
  .profile-navigation__captionSemiBold___P_shD {
8172
8505
  font-size: 12px;
8173
- line-height: 14px;
8506
+ line-height: 1.5;
8174
8507
  letter-spacing: -0.02em;
8175
8508
  font-weight: 600;
8176
8509
  }
@@ -8420,7 +8753,7 @@ h5,
8420
8753
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__accountHeader___XCw9w,
8421
8754
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__nav___Muxd1 {
8422
8755
  font-size: 14px;
8423
- line-height: 14px;
8756
+ line-height: 1.5;
8424
8757
  }
8425
8758
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__accountHeader___XCw9w {
8426
8759
  padding: 16px 0 4px;
@@ -8538,7 +8871,7 @@ h4,
8538
8871
  letter-spacing: -0.02em;
8539
8872
  color: var(--textHeading, #26201a);
8540
8873
  font-size: 16px;
8541
- line-height: 18px;
8874
+ line-height: 1.5;
8542
8875
  }
8543
8876
  @media only screen and (min-width: 769px) {
8544
8877
  h4,
@@ -8547,7 +8880,7 @@ h4,
8547
8880
  letter-spacing: -0.02em;
8548
8881
  color: var(--textHeading, #26201a);
8549
8882
  font-size: 20px;
8550
- line-height: 24px;
8883
+ line-height: 1.5;
8551
8884
  }
8552
8885
  }
8553
8886
  h5,
@@ -8614,7 +8947,7 @@ h5,
8614
8947
  .form-builder__caption-medium___ciMT5,
8615
8948
  .form-builder__captionMedium___zTy3t {
8616
8949
  font-size: 12px;
8617
- line-height: 14px;
8950
+ line-height: 1.5;
8618
8951
  letter-spacing: -0.02em;
8619
8952
  font-weight: 500;
8620
8953
  }
@@ -8627,7 +8960,7 @@ h5,
8627
8960
  .form-builder__caption-semi-bold___ws6Mk,
8628
8961
  .form-builder__captionSemiBold___rvL11 {
8629
8962
  font-size: 12px;
8630
- line-height: 14px;
8963
+ line-height: 1.5;
8631
8964
  letter-spacing: -0.02em;
8632
8965
  font-weight: 600;
8633
8966
  }