@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
  .register__caption-medium___L4Mr9,
183
183
  .register__captionMedium___LtsKn {
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
  .register__caption-semi-bold___iPZBa,
196
196
  .register__captionSemiBold___A0_l_ {
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
  }
@@ -663,7 +663,7 @@ h4,
663
663
  letter-spacing: -0.02em;
664
664
  color: var(--textHeading, #26201a);
665
665
  font-size: 16px;
666
- line-height: 18px;
666
+ line-height: 1.5;
667
667
  }
668
668
  @media only screen and (min-width: 769px) {
669
669
  h4,
@@ -672,7 +672,7 @@ h4,
672
672
  letter-spacing: -0.02em;
673
673
  color: var(--textHeading, #26201a);
674
674
  font-size: 20px;
675
- line-height: 24px;
675
+ line-height: 1.5;
676
676
  }
677
677
  }
678
678
  h5,
@@ -739,7 +739,7 @@ h5,
739
739
  .mobile-number__caption-medium___syZZb,
740
740
  .mobile-number__captionMedium___iKNxh {
741
741
  font-size: 12px;
742
- line-height: 14px;
742
+ line-height: 1.5;
743
743
  letter-spacing: -0.02em;
744
744
  font-weight: 500;
745
745
  }
@@ -752,7 +752,7 @@ h5,
752
752
  .mobile-number__caption-semi-bold___Rbomr,
753
753
  .mobile-number__captionSemiBold___cKKg4 {
754
754
  font-size: 12px;
755
- line-height: 14px;
755
+ line-height: 1.5;
756
756
  letter-spacing: -0.02em;
757
757
  font-weight: 600;
758
758
  }
@@ -1062,7 +1062,7 @@ h4,
1062
1062
  letter-spacing: -0.02em;
1063
1063
  color: var(--textHeading, #26201a);
1064
1064
  font-size: 16px;
1065
- line-height: 18px;
1065
+ line-height: 1.5;
1066
1066
  }
1067
1067
  @media only screen and (min-width: 769px) {
1068
1068
  h4,
@@ -1071,7 +1071,7 @@ h4,
1071
1071
  letter-spacing: -0.02em;
1072
1072
  color: var(--textHeading, #26201a);
1073
1073
  font-size: 20px;
1074
- line-height: 24px;
1074
+ line-height: 1.5;
1075
1075
  }
1076
1076
  }
1077
1077
  h5,
@@ -1138,7 +1138,7 @@ h5,
1138
1138
  .verify-both__caption-medium___QjOc_,
1139
1139
  .verify-both__captionMedium___vIB7N {
1140
1140
  font-size: 12px;
1141
- line-height: 14px;
1141
+ line-height: 1.5;
1142
1142
  letter-spacing: -0.02em;
1143
1143
  font-weight: 500;
1144
1144
  }
@@ -1151,7 +1151,7 @@ h5,
1151
1151
  .verify-both__caption-semi-bold___hN2r2,
1152
1152
  .verify-both__captionSemiBold___ZGDKF {
1153
1153
  font-size: 12px;
1154
- line-height: 14px;
1154
+ line-height: 1.5;
1155
1155
  letter-spacing: -0.02em;
1156
1156
  font-weight: 600;
1157
1157
  }
@@ -1529,7 +1529,7 @@ h4,
1529
1529
  letter-spacing: -0.02em;
1530
1530
  color: var(--textHeading, #26201a);
1531
1531
  font-size: 16px;
1532
- line-height: 18px;
1532
+ line-height: 1.5;
1533
1533
  }
1534
1534
  @media only screen and (min-width: 769px) {
1535
1535
  h4,
@@ -1538,7 +1538,7 @@ h4,
1538
1538
  letter-spacing: -0.02em;
1539
1539
  color: var(--textHeading, #26201a);
1540
1540
  font-size: 20px;
1541
- line-height: 24px;
1541
+ line-height: 1.5;
1542
1542
  }
1543
1543
  }
1544
1544
  h5,
@@ -1605,7 +1605,7 @@ h5,
1605
1605
  .login-register-toggle__caption-medium___TPPc2,
1606
1606
  .login-register-toggle__captionMedium___SG74Q {
1607
1607
  font-size: 12px;
1608
- line-height: 14px;
1608
+ line-height: 1.5;
1609
1609
  letter-spacing: -0.02em;
1610
1610
  font-weight: 500;
1611
1611
  }
@@ -1618,7 +1618,7 @@ h5,
1618
1618
  .login-register-toggle__caption-semi-bold___jC8wa,
1619
1619
  .login-register-toggle__captionSemiBold___ps_L5 {
1620
1620
  font-size: 12px;
1621
- line-height: 14px;
1621
+ line-height: 1.5;
1622
1622
  letter-spacing: -0.02em;
1623
1623
  font-weight: 600;
1624
1624
  }
@@ -1892,7 +1892,7 @@ h4,
1892
1892
  letter-spacing: -0.02em;
1893
1893
  color: var(--textHeading, #26201a);
1894
1894
  font-size: 16px;
1895
- line-height: 18px;
1895
+ line-height: 1.5;
1896
1896
  }
1897
1897
  @media only screen and (min-width: 769px) {
1898
1898
  h4,
@@ -1901,7 +1901,7 @@ h4,
1901
1901
  letter-spacing: -0.02em;
1902
1902
  color: var(--textHeading, #26201a);
1903
1903
  font-size: 20px;
1904
- line-height: 24px;
1904
+ line-height: 1.5;
1905
1905
  }
1906
1906
  }
1907
1907
  h5,
@@ -1968,7 +1968,7 @@ h5,
1968
1968
  .term-privacy__caption-medium___BBCs7,
1969
1969
  .term-privacy__captionMedium___Fllq8 {
1970
1970
  font-size: 12px;
1971
- line-height: 14px;
1971
+ line-height: 1.5;
1972
1972
  letter-spacing: -0.02em;
1973
1973
  font-weight: 500;
1974
1974
  }
@@ -1981,7 +1981,7 @@ h5,
1981
1981
  .term-privacy__caption-semi-bold___qAFOD,
1982
1982
  .term-privacy__captionSemiBold___yh7S3 {
1983
1983
  font-size: 12px;
1984
- line-height: 14px;
1984
+ line-height: 1.5;
1985
1985
  letter-spacing: -0.02em;
1986
1986
  font-weight: 600;
1987
1987
  }
@@ -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
  .set-password__caption-medium___Cj2gP,
183
183
  .set-password__captionMedium___dlBa4 {
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
  .set-password__caption-semi-bold___Vwntz,
196
196
  .set-password__captionSemiBold___SzQtc {
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
  .set-password__caption-medium___Cj2gP,
183
183
  .set-password__captionMedium___dlBa4 {
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
  .set-password__caption-semi-bold___Vwntz,
196
196
  .set-password__captionSemiBold___SzQtc {
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
  .shared-cart__caption-medium___KUlLJ,
183
183
  .shared-cart__captionMedium___v04Nr {
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
  .shared-cart__caption-semi-bold___bhKRd,
196
196
  .shared-cart__captionSemiBold___dSVvr {
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
  }
@@ -586,7 +586,7 @@ h4,
586
586
  letter-spacing: -0.02em;
587
587
  color: var(--textHeading, #26201a);
588
588
  font-size: 16px;
589
- line-height: 18px;
589
+ line-height: 1.5;
590
590
  }
591
591
  @media only screen and (min-width: 769px) {
592
592
  h4,
@@ -595,7 +595,7 @@ h4,
595
595
  letter-spacing: -0.02em;
596
596
  color: var(--textHeading, #26201a);
597
597
  font-size: 20px;
598
- line-height: 24px;
598
+ line-height: 1.5;
599
599
  }
600
600
  }
601
601
  h5,
@@ -662,7 +662,7 @@ h5,
662
662
  .chip-review-item__caption-medium___TahcP,
663
663
  .chip-review-item__captionMedium___TqlGQ {
664
664
  font-size: 12px;
665
- line-height: 14px;
665
+ line-height: 1.5;
666
666
  letter-spacing: -0.02em;
667
667
  font-weight: 500;
668
668
  }
@@ -675,7 +675,7 @@ h5,
675
675
  .chip-review-item__caption-semi-bold___AG3ci,
676
676
  .chip-review-item__captionSemiBold___azy1h {
677
677
  font-size: 12px;
678
- line-height: 14px;
678
+ line-height: 1.5;
679
679
  letter-spacing: -0.02em;
680
680
  font-weight: 600;
681
681
  }
@@ -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
  .shared-cart__caption-medium___KUlLJ,
183
183
  .shared-cart__captionMedium___v04Nr {
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
  .shared-cart__caption-semi-bold___bhKRd,
196
196
  .shared-cart__captionSemiBold___dSVvr {
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
  }
@@ -586,7 +586,7 @@ h4,
586
586
  letter-spacing: -0.02em;
587
587
  color: var(--textHeading, #26201a);
588
588
  font-size: 16px;
589
- line-height: 18px;
589
+ line-height: 1.5;
590
590
  }
591
591
  @media only screen and (min-width: 769px) {
592
592
  h4,
@@ -595,7 +595,7 @@ h4,
595
595
  letter-spacing: -0.02em;
596
596
  color: var(--textHeading, #26201a);
597
597
  font-size: 20px;
598
- line-height: 24px;
598
+ line-height: 1.5;
599
599
  }
600
600
  }
601
601
  h5,
@@ -662,7 +662,7 @@ h5,
662
662
  .chip-review-item__caption-medium___TahcP,
663
663
  .chip-review-item__captionMedium___TqlGQ {
664
664
  font-size: 12px;
665
- line-height: 14px;
665
+ line-height: 1.5;
666
666
  letter-spacing: -0.02em;
667
667
  font-weight: 500;
668
668
  }
@@ -675,7 +675,7 @@ h5,
675
675
  .chip-review-item__caption-semi-bold___AG3ci,
676
676
  .chip-review-item__captionSemiBold___azy1h {
677
677
  font-size: 12px;
678
- line-height: 14px;
678
+ line-height: 1.5;
679
679
  letter-spacing: -0.02em;
680
680
  font-weight: 600;
681
681
  }
@@ -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
  .main__caption-medium____cg7Y,
183
183
  .main__captionMedium___YQCmi {
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
  .main__caption-semi-bold___lddso,
196
196
  .main__captionSemiBold___oExTA {
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
  .main__caption-medium____cg7Y,
183
183
  .main__captionMedium___YQCmi {
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
  .main__caption-semi-bold___lddso,
196
196
  .main__captionSemiBold___oExTA {
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
  }