@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
  .address-form__caption-medium___sHdBz,
183
183
  .address-form__captionMedium___qq2S5 {
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
  .address-form__caption-semi-bold___Ao5Rt,
196
196
  .address-form__captionSemiBold___zTpZY {
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
  }
@@ -862,7 +862,7 @@ h4,
862
862
  letter-spacing: -0.02em;
863
863
  color: var(--textHeading, #26201a);
864
864
  font-size: 16px;
865
- line-height: 18px;
865
+ line-height: 1.5;
866
866
  }
867
867
  @media only screen and (min-width: 769px) {
868
868
  h4,
@@ -871,7 +871,7 @@ h4,
871
871
  letter-spacing: -0.02em;
872
872
  color: var(--textHeading, #26201a);
873
873
  font-size: 20px;
874
- line-height: 24px;
874
+ line-height: 1.5;
875
875
  }
876
876
  }
877
877
  h5,
@@ -938,7 +938,7 @@ h5,
938
938
  .fy-input__caption-medium___ypzRG,
939
939
  .fy-input__captionMedium___cFBcK {
940
940
  font-size: 12px;
941
- line-height: 14px;
941
+ line-height: 1.5;
942
942
  letter-spacing: -0.02em;
943
943
  font-weight: 500;
944
944
  }
@@ -951,7 +951,7 @@ h5,
951
951
  .fy-input__caption-semi-bold___WmtaG,
952
952
  .fy-input__captionSemiBold___UuNTY {
953
953
  font-size: 12px;
954
- line-height: 14px;
954
+ line-height: 1.5;
955
955
  letter-spacing: -0.02em;
956
956
  font-weight: 600;
957
957
  }
@@ -1326,7 +1326,7 @@ h4,
1326
1326
  letter-spacing: -0.02em;
1327
1327
  color: var(--textHeading, #26201a);
1328
1328
  font-size: 16px;
1329
- line-height: 18px;
1329
+ line-height: 1.5;
1330
1330
  }
1331
1331
  @media only screen and (min-width: 769px) {
1332
1332
  h4,
@@ -1335,7 +1335,7 @@ h4,
1335
1335
  letter-spacing: -0.02em;
1336
1336
  color: var(--textHeading, #26201a);
1337
1337
  font-size: 20px;
1338
- line-height: 24px;
1338
+ line-height: 1.5;
1339
1339
  }
1340
1340
  }
1341
1341
  h5,
@@ -1402,7 +1402,7 @@ h5,
1402
1402
  .fy-input-group__caption-medium___ULDb6,
1403
1403
  .fy-input-group__captionMedium___GIuhk {
1404
1404
  font-size: 12px;
1405
- line-height: 14px;
1405
+ line-height: 1.5;
1406
1406
  letter-spacing: -0.02em;
1407
1407
  font-weight: 500;
1408
1408
  }
@@ -1415,7 +1415,7 @@ h5,
1415
1415
  .fy-input-group__caption-semi-bold___B0YEk,
1416
1416
  .fy-input-group__captionSemiBold___aQt3D {
1417
1417
  font-size: 12px;
1418
- line-height: 14px;
1418
+ line-height: 1.5;
1419
1419
  letter-spacing: -0.02em;
1420
1420
  font-weight: 600;
1421
1421
  }
@@ -1704,7 +1704,7 @@ h4,
1704
1704
  letter-spacing: -0.02em;
1705
1705
  color: var(--textHeading, #26201a);
1706
1706
  font-size: 16px;
1707
- line-height: 18px;
1707
+ line-height: 1.5;
1708
1708
  }
1709
1709
  @media only screen and (min-width: 769px) {
1710
1710
  h4,
@@ -1713,7 +1713,7 @@ h4,
1713
1713
  letter-spacing: -0.02em;
1714
1714
  color: var(--textHeading, #26201a);
1715
1715
  font-size: 20px;
1716
- line-height: 24px;
1716
+ line-height: 1.5;
1717
1717
  }
1718
1718
  }
1719
1719
  h5,
@@ -1780,7 +1780,7 @@ h5,
1780
1780
  .fy-dropdown__caption-medium___HCy1Y,
1781
1781
  .fy-dropdown__captionMedium___BdPX5 {
1782
1782
  font-size: 12px;
1783
- line-height: 14px;
1783
+ line-height: 1.5;
1784
1784
  letter-spacing: -0.02em;
1785
1785
  font-weight: 500;
1786
1786
  }
@@ -1793,7 +1793,7 @@ h5,
1793
1793
  .fy-dropdown__caption-semi-bold___RDalx,
1794
1794
  .fy-dropdown__captionSemiBold___t1x78 {
1795
1795
  font-size: 12px;
1796
- line-height: 14px;
1796
+ line-height: 1.5;
1797
1797
  letter-spacing: -0.02em;
1798
1798
  font-weight: 600;
1799
1799
  }
@@ -2144,7 +2144,7 @@ h4,
2144
2144
  letter-spacing: -0.02em;
2145
2145
  color: var(--textHeading, #26201a);
2146
2146
  font-size: 16px;
2147
- line-height: 18px;
2147
+ line-height: 1.5;
2148
2148
  }
2149
2149
  @media only screen and (min-width: 769px) {
2150
2150
  h4,
@@ -2153,7 +2153,7 @@ h4,
2153
2153
  letter-spacing: -0.02em;
2154
2154
  color: var(--textHeading, #26201a);
2155
2155
  font-size: 20px;
2156
- line-height: 24px;
2156
+ line-height: 1.5;
2157
2157
  }
2158
2158
  }
2159
2159
  h5,
@@ -2220,7 +2220,7 @@ h5,
2220
2220
  .mobile-number__caption-medium___syZZb,
2221
2221
  .mobile-number__captionMedium___iKNxh {
2222
2222
  font-size: 12px;
2223
- line-height: 14px;
2223
+ line-height: 1.5;
2224
2224
  letter-spacing: -0.02em;
2225
2225
  font-weight: 500;
2226
2226
  }
@@ -2233,7 +2233,7 @@ h5,
2233
2233
  .mobile-number__caption-semi-bold___Rbomr,
2234
2234
  .mobile-number__captionSemiBold___cKKg4 {
2235
2235
  font-size: 12px;
2236
- line-height: 14px;
2236
+ line-height: 1.5;
2237
2237
  letter-spacing: -0.02em;
2238
2238
  font-weight: 600;
2239
2239
  }
@@ -2543,7 +2543,7 @@ h4,
2543
2543
  letter-spacing: -0.02em;
2544
2544
  color: var(--textHeading, #26201a);
2545
2545
  font-size: 16px;
2546
- line-height: 18px;
2546
+ line-height: 1.5;
2547
2547
  }
2548
2548
  @media only screen and (min-width: 769px) {
2549
2549
  h4,
@@ -2552,7 +2552,7 @@ h4,
2552
2552
  letter-spacing: -0.02em;
2553
2553
  color: var(--textHeading, #26201a);
2554
2554
  font-size: 20px;
2555
- line-height: 24px;
2555
+ line-height: 1.5;
2556
2556
  }
2557
2557
  }
2558
2558
  h5,
@@ -2619,7 +2619,7 @@ h5,
2619
2619
  .form-input-selector__caption-medium___UDqtg,
2620
2620
  .form-input-selector__captionMedium___upnRb {
2621
2621
  font-size: 12px;
2622
- line-height: 14px;
2622
+ line-height: 1.5;
2623
2623
  letter-spacing: -0.02em;
2624
2624
  font-weight: 500;
2625
2625
  }
@@ -2632,7 +2632,7 @@ h5,
2632
2632
  .form-input-selector__caption-semi-bold___BEOBj,
2633
2633
  .form-input-selector__captionSemiBold___XUhub {
2634
2634
  font-size: 12px;
2635
- line-height: 14px;
2635
+ line-height: 1.5;
2636
2636
  letter-spacing: -0.02em;
2637
2637
  font-weight: 600;
2638
2638
  }
@@ -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
  }
@@ -570,7 +570,7 @@ h4,
570
570
  letter-spacing: -0.02em;
571
571
  color: var(--textHeading, #26201a);
572
572
  font-size: 16px;
573
- line-height: 18px;
573
+ line-height: 1.5;
574
574
  }
575
575
  @media only screen and (min-width: 769px) {
576
576
  h4,
@@ -579,7 +579,7 @@ h4,
579
579
  letter-spacing: -0.02em;
580
580
  color: var(--textHeading, #26201a);
581
581
  font-size: 20px;
582
- line-height: 24px;
582
+ line-height: 1.5;
583
583
  }
584
584
  }
585
585
  h5,
@@ -646,7 +646,7 @@ h5,
646
646
  .fy-input-group__caption-medium___ULDb6,
647
647
  .fy-input-group__captionMedium___GIuhk {
648
648
  font-size: 12px;
649
- line-height: 14px;
649
+ line-height: 1.5;
650
650
  letter-spacing: -0.02em;
651
651
  font-weight: 500;
652
652
  }
@@ -659,7 +659,7 @@ h5,
659
659
  .fy-input-group__caption-semi-bold___B0YEk,
660
660
  .fy-input-group__captionSemiBold___aQt3D {
661
661
  font-size: 12px;
662
- line-height: 14px;
662
+ line-height: 1.5;
663
663
  letter-spacing: -0.02em;
664
664
  font-weight: 600;
665
665
  }
@@ -948,7 +948,7 @@ h4,
948
948
  letter-spacing: -0.02em;
949
949
  color: var(--textHeading, #26201a);
950
950
  font-size: 16px;
951
- line-height: 18px;
951
+ line-height: 1.5;
952
952
  }
953
953
  @media only screen and (min-width: 769px) {
954
954
  h4,
@@ -957,7 +957,7 @@ h4,
957
957
  letter-spacing: -0.02em;
958
958
  color: var(--textHeading, #26201a);
959
959
  font-size: 20px;
960
- line-height: 24px;
960
+ line-height: 1.5;
961
961
  }
962
962
  }
963
963
  h5,
@@ -1024,7 +1024,7 @@ h5,
1024
1024
  .fy-dropdown__caption-medium___HCy1Y,
1025
1025
  .fy-dropdown__captionMedium___BdPX5 {
1026
1026
  font-size: 12px;
1027
- line-height: 14px;
1027
+ line-height: 1.5;
1028
1028
  letter-spacing: -0.02em;
1029
1029
  font-weight: 500;
1030
1030
  }
@@ -1037,7 +1037,7 @@ h5,
1037
1037
  .fy-dropdown__caption-semi-bold___RDalx,
1038
1038
  .fy-dropdown__captionSemiBold___t1x78 {
1039
1039
  font-size: 12px;
1040
- line-height: 14px;
1040
+ line-height: 1.5;
1041
1041
  letter-spacing: -0.02em;
1042
1042
  font-weight: 600;
1043
1043
  }
@@ -1388,7 +1388,7 @@ h4,
1388
1388
  letter-spacing: -0.02em;
1389
1389
  color: var(--textHeading, #26201a);
1390
1390
  font-size: 16px;
1391
- line-height: 18px;
1391
+ line-height: 1.5;
1392
1392
  }
1393
1393
  @media only screen and (min-width: 769px) {
1394
1394
  h4,
@@ -1397,7 +1397,7 @@ h4,
1397
1397
  letter-spacing: -0.02em;
1398
1398
  color: var(--textHeading, #26201a);
1399
1399
  font-size: 20px;
1400
- line-height: 24px;
1400
+ line-height: 1.5;
1401
1401
  }
1402
1402
  }
1403
1403
  h5,
@@ -1464,7 +1464,7 @@ h5,
1464
1464
  .mobile-number__caption-medium___syZZb,
1465
1465
  .mobile-number__captionMedium___iKNxh {
1466
1466
  font-size: 12px;
1467
- line-height: 14px;
1467
+ line-height: 1.5;
1468
1468
  letter-spacing: -0.02em;
1469
1469
  font-weight: 500;
1470
1470
  }
@@ -1477,7 +1477,7 @@ h5,
1477
1477
  .mobile-number__caption-semi-bold___Rbomr,
1478
1478
  .mobile-number__captionSemiBold___cKKg4 {
1479
1479
  font-size: 12px;
1480
- line-height: 14px;
1480
+ line-height: 1.5;
1481
1481
  letter-spacing: -0.02em;
1482
1482
  font-weight: 600;
1483
1483
  }
@@ -1787,7 +1787,7 @@ h4,
1787
1787
  letter-spacing: -0.02em;
1788
1788
  color: var(--textHeading, #26201a);
1789
1789
  font-size: 16px;
1790
- line-height: 18px;
1790
+ line-height: 1.5;
1791
1791
  }
1792
1792
  @media only screen and (min-width: 769px) {
1793
1793
  h4,
@@ -1796,7 +1796,7 @@ h4,
1796
1796
  letter-spacing: -0.02em;
1797
1797
  color: var(--textHeading, #26201a);
1798
1798
  font-size: 20px;
1799
- line-height: 24px;
1799
+ line-height: 1.5;
1800
1800
  }
1801
1801
  }
1802
1802
  h5,
@@ -1863,7 +1863,7 @@ h5,
1863
1863
  .form-input-selector__caption-medium___UDqtg,
1864
1864
  .form-input-selector__captionMedium___upnRb {
1865
1865
  font-size: 12px;
1866
- line-height: 14px;
1866
+ line-height: 1.5;
1867
1867
  letter-spacing: -0.02em;
1868
1868
  font-weight: 500;
1869
1869
  }
@@ -1876,7 +1876,7 @@ h5,
1876
1876
  .form-input-selector__caption-semi-bold___BEOBj,
1877
1877
  .form-input-selector__captionSemiBold___XUhub {
1878
1878
  font-size: 12px;
1879
- line-height: 14px;
1879
+ line-height: 1.5;
1880
1880
  letter-spacing: -0.02em;
1881
1881
  font-weight: 600;
1882
1882
  }
@@ -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
  .address-item__caption-medium___keR9q,
183
183
  .address-item__captionMedium___Mu54H {
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
  .address-item__caption-semi-bold___GchPi,
196
196
  .address-item__captionSemiBold___L3J0R {
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
  .beneficiary-list-item__caption-medium___B2WHH,
183
183
  .beneficiary-list-item__captionMedium___yLZfC {
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
  .beneficiary-list-item__caption-semi-bold___PIr5E,
196
196
  .beneficiary-list-item__captionSemiBold___dJJmc {
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
  .beneficiary-list__caption-medium___YU0QI,
183
183
  .beneficiary-list__captionMedium___NfUSi {
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
  .beneficiary-list__caption-semi-bold___UAZyL,
196
196
  .beneficiary-list__captionSemiBold___iV1s9 {
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
  }
@@ -476,7 +476,7 @@ h4,
476
476
  letter-spacing: -0.02em;
477
477
  color: var(--textHeading, #26201a);
478
478
  font-size: 16px;
479
- line-height: 18px;
479
+ line-height: 1.5;
480
480
  }
481
481
  @media only screen and (min-width: 769px) {
482
482
  h4,
@@ -485,7 +485,7 @@ h4,
485
485
  letter-spacing: -0.02em;
486
486
  color: var(--textHeading, #26201a);
487
487
  font-size: 20px;
488
- line-height: 24px;
488
+ line-height: 1.5;
489
489
  }
490
490
  }
491
491
  h5,
@@ -552,7 +552,7 @@ h5,
552
552
  .beneficiary-list-item__caption-medium___B2WHH,
553
553
  .beneficiary-list-item__captionMedium___yLZfC {
554
554
  font-size: 12px;
555
- line-height: 14px;
555
+ line-height: 1.5;
556
556
  letter-spacing: -0.02em;
557
557
  font-weight: 500;
558
558
  }
@@ -565,7 +565,7 @@ h5,
565
565
  .beneficiary-list-item__caption-semi-bold___PIr5E,
566
566
  .beneficiary-list-item__captionSemiBold___dJJmc {
567
567
  font-size: 12px;
568
- line-height: 14px;
568
+ line-height: 1.5;
569
569
  letter-spacing: -0.02em;
570
570
  font-weight: 600;
571
571
  }
@@ -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
  .blog-footer__caption-medium___SxJ8X,
183
183
  .blog-footer__captionMedium___J7Afj {
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
  .blog-footer__caption-semi-bold___iv7Ju,
196
196
  .blog-footer__captionSemiBold____6r0g {
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
  .blog-page__caption-medium___fNdbi,
183
183
  .blog-page__captionMedium___hFfB5 {
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
  .blog-page__caption-semi-bold___LoXMU,
196
196
  .blog-page__captionSemiBold___OMjO5 {
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
  }
@@ -717,7 +717,7 @@ h4,
717
717
  letter-spacing: -0.02em;
718
718
  color: var(--textHeading, #26201a);
719
719
  font-size: 16px;
720
- line-height: 18px;
720
+ line-height: 1.5;
721
721
  }
722
722
  @media only screen and (min-width: 769px) {
723
723
  h4,
@@ -726,7 +726,7 @@ h4,
726
726
  letter-spacing: -0.02em;
727
727
  color: var(--textHeading, #26201a);
728
728
  font-size: 20px;
729
- line-height: 24px;
729
+ line-height: 1.5;
730
730
  }
731
731
  }
732
732
  h5,
@@ -793,7 +793,7 @@ h5,
793
793
  .blog-tabs__caption-medium___SFIQd,
794
794
  .blog-tabs__captionMedium___LHvbo {
795
795
  font-size: 12px;
796
- line-height: 14px;
796
+ line-height: 1.5;
797
797
  letter-spacing: -0.02em;
798
798
  font-weight: 500;
799
799
  }
@@ -806,7 +806,7 @@ h5,
806
806
  .blog-tabs__caption-semi-bold___xl9Fu,
807
807
  .blog-tabs__captionSemiBold___lFa4C {
808
808
  font-size: 12px;
809
- line-height: 14px;
809
+ line-height: 1.5;
810
810
  letter-spacing: -0.02em;
811
811
  font-weight: 600;
812
812
  }
@@ -1137,7 +1137,7 @@ h4,
1137
1137
  letter-spacing: -0.02em;
1138
1138
  color: var(--textHeading, #26201a);
1139
1139
  font-size: 16px;
1140
- line-height: 18px;
1140
+ line-height: 1.5;
1141
1141
  }
1142
1142
  @media only screen and (min-width: 769px) {
1143
1143
  h4,
@@ -1146,7 +1146,7 @@ h4,
1146
1146
  letter-spacing: -0.02em;
1147
1147
  color: var(--textHeading, #26201a);
1148
1148
  font-size: 20px;
1149
- line-height: 24px;
1149
+ line-height: 1.5;
1150
1150
  }
1151
1151
  }
1152
1152
  h5,
@@ -1213,7 +1213,7 @@ h5,
1213
1213
  .blog-footer__caption-medium___SxJ8X,
1214
1214
  .blog-footer__captionMedium___J7Afj {
1215
1215
  font-size: 12px;
1216
- line-height: 14px;
1216
+ line-height: 1.5;
1217
1217
  letter-spacing: -0.02em;
1218
1218
  font-weight: 500;
1219
1219
  }
@@ -1226,7 +1226,7 @@ h5,
1226
1226
  .blog-footer__caption-semi-bold___iv7Ju,
1227
1227
  .blog-footer__captionSemiBold____6r0g {
1228
1228
  font-size: 12px;
1229
- line-height: 14px;
1229
+ line-height: 1.5;
1230
1230
  letter-spacing: -0.02em;
1231
1231
  font-weight: 600;
1232
1232
  }
@@ -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
  .blog-tabs__caption-medium___SFIQd,
183
183
  .blog-tabs__captionMedium___LHvbo {
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
  .blog-tabs__caption-semi-bold___xl9Fu,
196
196
  .blog-tabs__captionSemiBold___lFa4C {
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
  }