@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
  .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
  }
@@ -2901,7 +2901,7 @@ h4,
2901
2901
  letter-spacing: -0.02em;
2902
2902
  color: var(--textHeading, #26201a);
2903
2903
  font-size: 16px;
2904
- line-height: 18px;
2904
+ line-height: 1.5;
2905
2905
  }
2906
2906
  @media only screen and (min-width: 769px) {
2907
2907
  h4,
@@ -2910,7 +2910,7 @@ h4,
2910
2910
  letter-spacing: -0.02em;
2911
2911
  color: var(--textHeading, #26201a);
2912
2912
  font-size: 20px;
2913
- line-height: 24px;
2913
+ line-height: 1.5;
2914
2914
  }
2915
2915
  }
2916
2916
  h5,
@@ -2977,7 +2977,7 @@ h5,
2977
2977
  .modal__caption-medium___GbhtF,
2978
2978
  .modal__captionMedium___zCJpb {
2979
2979
  font-size: 12px;
2980
- line-height: 14px;
2980
+ line-height: 1.5;
2981
2981
  letter-spacing: -0.02em;
2982
2982
  font-weight: 500;
2983
2983
  }
@@ -2990,7 +2990,7 @@ h5,
2990
2990
  .modal__caption-semi-bold___feZV5,
2991
2991
  .modal__captionSemiBold___pxAn7 {
2992
2992
  font-size: 12px;
2993
- line-height: 14px;
2993
+ line-height: 1.5;
2994
2994
  letter-spacing: -0.02em;
2995
2995
  font-weight: 600;
2996
2996
  }
@@ -3381,7 +3381,7 @@ h4,
3381
3381
  letter-spacing: -0.02em;
3382
3382
  color: var(--textHeading, #26201a);
3383
3383
  font-size: 16px;
3384
- line-height: 18px;
3384
+ line-height: 1.5;
3385
3385
  }
3386
3386
  @media only screen and (min-width: 769px) {
3387
3387
  h4,
@@ -3390,7 +3390,7 @@ h4,
3390
3390
  letter-spacing: -0.02em;
3391
3391
  color: var(--textHeading, #26201a);
3392
3392
  font-size: 20px;
3393
- line-height: 24px;
3393
+ line-height: 1.5;
3394
3394
  }
3395
3395
  }
3396
3396
  h5,
@@ -3457,7 +3457,7 @@ h5,
3457
3457
  .address-item__caption-medium___keR9q,
3458
3458
  .address-item__captionMedium___Mu54H {
3459
3459
  font-size: 12px;
3460
- line-height: 14px;
3460
+ line-height: 1.5;
3461
3461
  letter-spacing: -0.02em;
3462
3462
  font-weight: 500;
3463
3463
  }
@@ -3470,7 +3470,7 @@ h5,
3470
3470
  .address-item__caption-semi-bold___GchPi,
3471
3471
  .address-item__captionSemiBold___L3J0R {
3472
3472
  font-size: 12px;
3473
- line-height: 14px;
3473
+ line-height: 1.5;
3474
3474
  letter-spacing: -0.02em;
3475
3475
  font-weight: 600;
3476
3476
  }
@@ -3770,7 +3770,7 @@ h4,
3770
3770
  letter-spacing: -0.02em;
3771
3771
  color: var(--textHeading, #26201a);
3772
3772
  font-size: 16px;
3773
- line-height: 18px;
3773
+ line-height: 1.5;
3774
3774
  }
3775
3775
  @media only screen and (min-width: 769px) {
3776
3776
  h4,
@@ -3779,7 +3779,7 @@ h4,
3779
3779
  letter-spacing: -0.02em;
3780
3780
  color: var(--textHeading, #26201a);
3781
3781
  font-size: 20px;
3782
- line-height: 24px;
3782
+ line-height: 1.5;
3783
3783
  }
3784
3784
  }
3785
3785
  h5,
@@ -3846,7 +3846,7 @@ h5,
3846
3846
  .single-address-content__caption-medium___DzD4P,
3847
3847
  .single-address-content__captionMedium___vrXNI {
3848
3848
  font-size: 12px;
3849
- line-height: 14px;
3849
+ line-height: 1.5;
3850
3850
  letter-spacing: -0.02em;
3851
3851
  font-weight: 500;
3852
3852
  }
@@ -3859,7 +3859,7 @@ h5,
3859
3859
  .single-address-content__caption-semi-bold___Qnnkp,
3860
3860
  .single-address-content__captionSemiBold___sQqBw {
3861
3861
  font-size: 12px;
3862
- line-height: 14px;
3862
+ line-height: 1.5;
3863
3863
  letter-spacing: -0.02em;
3864
3864
  font-weight: 600;
3865
3865
  }
@@ -4293,7 +4293,7 @@ h4,
4293
4293
  letter-spacing: -0.02em;
4294
4294
  color: var(--textHeading, #26201a);
4295
4295
  font-size: 16px;
4296
- line-height: 18px;
4296
+ line-height: 1.5;
4297
4297
  }
4298
4298
  @media only screen and (min-width: 769px) {
4299
4299
  h4,
@@ -4302,7 +4302,7 @@ h4,
4302
4302
  letter-spacing: -0.02em;
4303
4303
  color: var(--textHeading, #26201a);
4304
4304
  font-size: 20px;
4305
- line-height: 24px;
4305
+ line-height: 1.5;
4306
4306
  }
4307
4307
  }
4308
4308
  h5,
@@ -4369,7 +4369,7 @@ h5,
4369
4369
  .single-address-header__caption-medium___E8x7Y,
4370
4370
  .single-address-header__captionMedium___YAR0r {
4371
4371
  font-size: 12px;
4372
- line-height: 14px;
4372
+ line-height: 1.5;
4373
4373
  letter-spacing: -0.02em;
4374
4374
  font-weight: 500;
4375
4375
  }
@@ -4382,7 +4382,7 @@ h5,
4382
4382
  .single-address-header__caption-semi-bold___fTa7O,
4383
4383
  .single-address-header__captionSemiBold___PtROp {
4384
4384
  font-size: 12px;
4385
- line-height: 14px;
4385
+ line-height: 1.5;
4386
4386
  letter-spacing: -0.02em;
4387
4387
  font-weight: 600;
4388
4388
  }
@@ -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___SqykN,
183
183
  .modal__captionMedium___m3HHM {
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___LJCt3,
196
196
  .modal__captionSemiBold___x12Yl {
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
  }