@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
  .comment__caption-medium___HIEb0,
183
183
  .comment__captionMedium___NxnB1 {
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
  .comment__caption-semi-bold___VdA6Z,
196
196
  .comment__captionSemiBold___lxBFk {
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
  }
@@ -664,7 +664,7 @@ h4,
664
664
  letter-spacing: -0.02em;
665
665
  color: var(--textHeading, #26201a);
666
666
  font-size: 16px;
667
- line-height: 18px;
667
+ line-height: 1.5;
668
668
  }
669
669
  @media only screen and (min-width: 769px) {
670
670
  h4,
@@ -673,7 +673,7 @@ h4,
673
673
  letter-spacing: -0.02em;
674
674
  color: var(--textHeading, #26201a);
675
675
  font-size: 20px;
676
- line-height: 24px;
676
+ line-height: 1.5;
677
677
  }
678
678
  }
679
679
  h5,
@@ -740,7 +740,7 @@ h5,
740
740
  .modal__caption-medium___GbhtF,
741
741
  .modal__captionMedium___zCJpb {
742
742
  font-size: 12px;
743
- line-height: 14px;
743
+ line-height: 1.5;
744
744
  letter-spacing: -0.02em;
745
745
  font-weight: 500;
746
746
  }
@@ -753,7 +753,7 @@ h5,
753
753
  .modal__caption-semi-bold___feZV5,
754
754
  .modal__captionSemiBold___pxAn7 {
755
755
  font-size: 12px;
756
- line-height: 14px;
756
+ line-height: 1.5;
757
757
  letter-spacing: -0.02em;
758
758
  font-weight: 600;
759
759
  }
@@ -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
  .coupon__caption-medium___tqbfY,
183
183
  .coupon__captionMedium___xDGA4 {
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
  .coupon__caption-semi-bold___K0l2r,
196
196
  .coupon__captionSemiBold___p62dj {
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
  }
@@ -823,7 +823,7 @@ h4,
823
823
  letter-spacing: -0.02em;
824
824
  color: var(--textHeading, #26201a);
825
825
  font-size: 16px;
826
- line-height: 18px;
826
+ line-height: 1.5;
827
827
  }
828
828
  @media only screen and (min-width: 769px) {
829
829
  h4,
@@ -832,7 +832,7 @@ h4,
832
832
  letter-spacing: -0.02em;
833
833
  color: var(--textHeading, #26201a);
834
834
  font-size: 20px;
835
- line-height: 24px;
835
+ line-height: 1.5;
836
836
  }
837
837
  }
838
838
  h5,
@@ -899,7 +899,7 @@ h5,
899
899
  .modal__caption-medium___GbhtF,
900
900
  .modal__captionMedium___zCJpb {
901
901
  font-size: 12px;
902
- line-height: 14px;
902
+ line-height: 1.5;
903
903
  letter-spacing: -0.02em;
904
904
  font-weight: 500;
905
905
  }
@@ -912,7 +912,7 @@ h5,
912
912
  .modal__caption-semi-bold___feZV5,
913
913
  .modal__captionSemiBold___pxAn7 {
914
914
  font-size: 12px;
915
- line-height: 14px;
915
+ line-height: 1.5;
916
916
  letter-spacing: -0.02em;
917
917
  font-weight: 600;
918
918
  }
@@ -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
  .delivery-location__caption-medium___tg0oL,
183
183
  .delivery-location__captionMedium___bb1tV {
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
  .delivery-location__caption-semi-bold___jc8rI,
196
196
  .delivery-location__captionSemiBold___ziS_x {
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
  }
@@ -810,7 +810,7 @@ h4,
810
810
  letter-spacing: -0.02em;
811
811
  color: var(--textHeading, #26201a);
812
812
  font-size: 16px;
813
- line-height: 18px;
813
+ line-height: 1.5;
814
814
  }
815
815
  @media only screen and (min-width: 769px) {
816
816
  h4,
@@ -819,7 +819,7 @@ h4,
819
819
  letter-spacing: -0.02em;
820
820
  color: var(--textHeading, #26201a);
821
821
  font-size: 20px;
822
- line-height: 24px;
822
+ line-height: 1.5;
823
823
  }
824
824
  }
825
825
  h5,
@@ -886,7 +886,7 @@ h5,
886
886
  .modal__caption-medium___GbhtF,
887
887
  .modal__captionMedium___zCJpb {
888
888
  font-size: 12px;
889
- line-height: 14px;
889
+ line-height: 1.5;
890
890
  letter-spacing: -0.02em;
891
891
  font-weight: 500;
892
892
  }
@@ -899,7 +899,7 @@ h5,
899
899
  .modal__caption-semi-bold___feZV5,
900
900
  .modal__captionSemiBold___pxAn7 {
901
901
  font-size: 12px;
902
- line-height: 14px;
902
+ line-height: 1.5;
903
903
  letter-spacing: -0.02em;
904
904
  font-weight: 600;
905
905
  }
@@ -1290,7 +1290,7 @@ h4,
1290
1290
  letter-spacing: -0.02em;
1291
1291
  color: var(--textHeading, #26201a);
1292
1292
  font-size: 16px;
1293
- line-height: 18px;
1293
+ line-height: 1.5;
1294
1294
  }
1295
1295
  @media only screen and (min-width: 769px) {
1296
1296
  h4,
@@ -1299,7 +1299,7 @@ h4,
1299
1299
  letter-spacing: -0.02em;
1300
1300
  color: var(--textHeading, #26201a);
1301
1301
  font-size: 20px;
1302
- line-height: 24px;
1302
+ line-height: 1.5;
1303
1303
  }
1304
1304
  }
1305
1305
  h5,
@@ -1366,7 +1366,7 @@ h5,
1366
1366
  .address-item__caption-medium___keR9q,
1367
1367
  .address-item__captionMedium___Mu54H {
1368
1368
  font-size: 12px;
1369
- line-height: 14px;
1369
+ line-height: 1.5;
1370
1370
  letter-spacing: -0.02em;
1371
1371
  font-weight: 500;
1372
1372
  }
@@ -1379,7 +1379,7 @@ h5,
1379
1379
  .address-item__caption-semi-bold___GchPi,
1380
1380
  .address-item__captionSemiBold___L3J0R {
1381
1381
  font-size: 12px;
1382
- line-height: 14px;
1382
+ line-height: 1.5;
1383
1383
  letter-spacing: -0.02em;
1384
1384
  font-weight: 600;
1385
1385
  }
@@ -1679,7 +1679,7 @@ h4,
1679
1679
  letter-spacing: -0.02em;
1680
1680
  color: var(--textHeading, #26201a);
1681
1681
  font-size: 16px;
1682
- line-height: 18px;
1682
+ line-height: 1.5;
1683
1683
  }
1684
1684
  @media only screen and (min-width: 769px) {
1685
1685
  h4,
@@ -1688,7 +1688,7 @@ h4,
1688
1688
  letter-spacing: -0.02em;
1689
1689
  color: var(--textHeading, #26201a);
1690
1690
  font-size: 20px;
1691
- line-height: 24px;
1691
+ line-height: 1.5;
1692
1692
  }
1693
1693
  }
1694
1694
  h5,
@@ -1755,7 +1755,7 @@ h5,
1755
1755
  .address-form__caption-medium___sHdBz,
1756
1756
  .address-form__captionMedium___qq2S5 {
1757
1757
  font-size: 12px;
1758
- line-height: 14px;
1758
+ line-height: 1.5;
1759
1759
  letter-spacing: -0.02em;
1760
1760
  font-weight: 500;
1761
1761
  }
@@ -1768,7 +1768,7 @@ h5,
1768
1768
  .address-form__caption-semi-bold___Ao5Rt,
1769
1769
  .address-form__captionSemiBold___zTpZY {
1770
1770
  font-size: 12px;
1771
- line-height: 14px;
1771
+ line-height: 1.5;
1772
1772
  letter-spacing: -0.02em;
1773
1773
  font-weight: 600;
1774
1774
  }
@@ -2435,7 +2435,7 @@ h4,
2435
2435
  letter-spacing: -0.02em;
2436
2436
  color: var(--textHeading, #26201a);
2437
2437
  font-size: 16px;
2438
- line-height: 18px;
2438
+ line-height: 1.5;
2439
2439
  }
2440
2440
  @media only screen and (min-width: 769px) {
2441
2441
  h4,
@@ -2444,7 +2444,7 @@ h4,
2444
2444
  letter-spacing: -0.02em;
2445
2445
  color: var(--textHeading, #26201a);
2446
2446
  font-size: 20px;
2447
- line-height: 24px;
2447
+ line-height: 1.5;
2448
2448
  }
2449
2449
  }
2450
2450
  h5,
@@ -2511,7 +2511,7 @@ h5,
2511
2511
  .fy-input__caption-medium___ypzRG,
2512
2512
  .fy-input__captionMedium___cFBcK {
2513
2513
  font-size: 12px;
2514
- line-height: 14px;
2514
+ line-height: 1.5;
2515
2515
  letter-spacing: -0.02em;
2516
2516
  font-weight: 500;
2517
2517
  }
@@ -2524,7 +2524,7 @@ h5,
2524
2524
  .fy-input__caption-semi-bold___WmtaG,
2525
2525
  .fy-input__captionSemiBold___UuNTY {
2526
2526
  font-size: 12px;
2527
- line-height: 14px;
2527
+ line-height: 1.5;
2528
2528
  letter-spacing: -0.02em;
2529
2529
  font-weight: 600;
2530
2530
  }
@@ -2899,7 +2899,7 @@ h4,
2899
2899
  letter-spacing: -0.02em;
2900
2900
  color: var(--textHeading, #26201a);
2901
2901
  font-size: 16px;
2902
- line-height: 18px;
2902
+ line-height: 1.5;
2903
2903
  }
2904
2904
  @media only screen and (min-width: 769px) {
2905
2905
  h4,
@@ -2908,7 +2908,7 @@ h4,
2908
2908
  letter-spacing: -0.02em;
2909
2909
  color: var(--textHeading, #26201a);
2910
2910
  font-size: 20px;
2911
- line-height: 24px;
2911
+ line-height: 1.5;
2912
2912
  }
2913
2913
  }
2914
2914
  h5,
@@ -2975,7 +2975,7 @@ h5,
2975
2975
  .fy-input-group__caption-medium___ULDb6,
2976
2976
  .fy-input-group__captionMedium___GIuhk {
2977
2977
  font-size: 12px;
2978
- line-height: 14px;
2978
+ line-height: 1.5;
2979
2979
  letter-spacing: -0.02em;
2980
2980
  font-weight: 500;
2981
2981
  }
@@ -2988,7 +2988,7 @@ h5,
2988
2988
  .fy-input-group__caption-semi-bold___B0YEk,
2989
2989
  .fy-input-group__captionSemiBold___aQt3D {
2990
2990
  font-size: 12px;
2991
- line-height: 14px;
2991
+ line-height: 1.5;
2992
2992
  letter-spacing: -0.02em;
2993
2993
  font-weight: 600;
2994
2994
  }
@@ -3277,7 +3277,7 @@ h4,
3277
3277
  letter-spacing: -0.02em;
3278
3278
  color: var(--textHeading, #26201a);
3279
3279
  font-size: 16px;
3280
- line-height: 18px;
3280
+ line-height: 1.5;
3281
3281
  }
3282
3282
  @media only screen and (min-width: 769px) {
3283
3283
  h4,
@@ -3286,7 +3286,7 @@ h4,
3286
3286
  letter-spacing: -0.02em;
3287
3287
  color: var(--textHeading, #26201a);
3288
3288
  font-size: 20px;
3289
- line-height: 24px;
3289
+ line-height: 1.5;
3290
3290
  }
3291
3291
  }
3292
3292
  h5,
@@ -3353,7 +3353,7 @@ h5,
3353
3353
  .fy-dropdown__caption-medium___HCy1Y,
3354
3354
  .fy-dropdown__captionMedium___BdPX5 {
3355
3355
  font-size: 12px;
3356
- line-height: 14px;
3356
+ line-height: 1.5;
3357
3357
  letter-spacing: -0.02em;
3358
3358
  font-weight: 500;
3359
3359
  }
@@ -3366,7 +3366,7 @@ h5,
3366
3366
  .fy-dropdown__caption-semi-bold___RDalx,
3367
3367
  .fy-dropdown__captionSemiBold___t1x78 {
3368
3368
  font-size: 12px;
3369
- line-height: 14px;
3369
+ line-height: 1.5;
3370
3370
  letter-spacing: -0.02em;
3371
3371
  font-weight: 600;
3372
3372
  }
@@ -3717,7 +3717,7 @@ h4,
3717
3717
  letter-spacing: -0.02em;
3718
3718
  color: var(--textHeading, #26201a);
3719
3719
  font-size: 16px;
3720
- line-height: 18px;
3720
+ line-height: 1.5;
3721
3721
  }
3722
3722
  @media only screen and (min-width: 769px) {
3723
3723
  h4,
@@ -3726,7 +3726,7 @@ h4,
3726
3726
  letter-spacing: -0.02em;
3727
3727
  color: var(--textHeading, #26201a);
3728
3728
  font-size: 20px;
3729
- line-height: 24px;
3729
+ line-height: 1.5;
3730
3730
  }
3731
3731
  }
3732
3732
  h5,
@@ -3793,7 +3793,7 @@ h5,
3793
3793
  .mobile-number__caption-medium___syZZb,
3794
3794
  .mobile-number__captionMedium___iKNxh {
3795
3795
  font-size: 12px;
3796
- line-height: 14px;
3796
+ line-height: 1.5;
3797
3797
  letter-spacing: -0.02em;
3798
3798
  font-weight: 500;
3799
3799
  }
@@ -3806,7 +3806,7 @@ h5,
3806
3806
  .mobile-number__caption-semi-bold___Rbomr,
3807
3807
  .mobile-number__captionSemiBold___cKKg4 {
3808
3808
  font-size: 12px;
3809
- line-height: 14px;
3809
+ line-height: 1.5;
3810
3810
  letter-spacing: -0.02em;
3811
3811
  font-weight: 600;
3812
3812
  }
@@ -4116,7 +4116,7 @@ h4,
4116
4116
  letter-spacing: -0.02em;
4117
4117
  color: var(--textHeading, #26201a);
4118
4118
  font-size: 16px;
4119
- line-height: 18px;
4119
+ line-height: 1.5;
4120
4120
  }
4121
4121
  @media only screen and (min-width: 769px) {
4122
4122
  h4,
@@ -4125,7 +4125,7 @@ h4,
4125
4125
  letter-spacing: -0.02em;
4126
4126
  color: var(--textHeading, #26201a);
4127
4127
  font-size: 20px;
4128
- line-height: 24px;
4128
+ line-height: 1.5;
4129
4129
  }
4130
4130
  }
4131
4131
  h5,
@@ -4192,7 +4192,7 @@ h5,
4192
4192
  .form-input-selector__caption-medium___UDqtg,
4193
4193
  .form-input-selector__captionMedium___upnRb {
4194
4194
  font-size: 12px;
4195
- line-height: 14px;
4195
+ line-height: 1.5;
4196
4196
  letter-spacing: -0.02em;
4197
4197
  font-weight: 500;
4198
4198
  }
@@ -4205,7 +4205,7 @@ h5,
4205
4205
  .form-input-selector__caption-semi-bold___BEOBj,
4206
4206
  .form-input-selector__captionSemiBold___XUhub {
4207
4207
  font-size: 12px;
4208
- line-height: 14px;
4208
+ line-height: 1.5;
4209
4209
  letter-spacing: -0.02em;
4210
4210
  font-weight: 600;
4211
4211
  }
@@ -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
  .free-gift-item__caption-medium___J3sTr,
183
183
  .free-gift-item__captionMedium___UxDCd {
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
  .free-gift-item__caption-semi-bold___rj6i6,
196
196
  .free-gift-item__captionSemiBold___TCDo6 {
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
  .gst-card__caption-medium___h8x5g,
183
183
  .gst-card__captionMedium___1mSBU {
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
  .gst-card__caption-semi-bold___ltQND,
196
196
  .gst-card__captionSemiBold___bvqz0 {
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
  .remove-cart-item__caption-medium___V8S1f,
183
183
  .remove-cart-item__captionMedium___s34BJ {
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
  .remove-cart-item__caption-semi-bold___w3ddG,
196
196
  .remove-cart-item__captionSemiBold___j5Zkl {
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
  }
@@ -542,7 +542,7 @@ h4,
542
542
  letter-spacing: -0.02em;
543
543
  color: var(--textHeading, #26201a);
544
544
  font-size: 16px;
545
- line-height: 18px;
545
+ line-height: 1.5;
546
546
  }
547
547
  @media only screen and (min-width: 769px) {
548
548
  h4,
@@ -551,7 +551,7 @@ h4,
551
551
  letter-spacing: -0.02em;
552
552
  color: var(--textHeading, #26201a);
553
553
  font-size: 20px;
554
- line-height: 24px;
554
+ line-height: 1.5;
555
555
  }
556
556
  }
557
557
  h5,
@@ -618,7 +618,7 @@ h5,
618
618
  .modal__caption-medium___GbhtF,
619
619
  .modal__captionMedium___zCJpb {
620
620
  font-size: 12px;
621
- line-height: 14px;
621
+ line-height: 1.5;
622
622
  letter-spacing: -0.02em;
623
623
  font-weight: 500;
624
624
  }
@@ -631,7 +631,7 @@ h5,
631
631
  .modal__caption-semi-bold___feZV5,
632
632
  .modal__captionSemiBold___pxAn7 {
633
633
  font-size: 12px;
634
- line-height: 14px;
634
+ line-height: 1.5;
635
635
  letter-spacing: -0.02em;
636
636
  font-weight: 600;
637
637
  }