@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
package/dist/index.css CHANGED
@@ -106,7 +106,7 @@ h4,
106
106
  letter-spacing: -0.02em;
107
107
  color: var(--textHeading, #26201a);
108
108
  font-size: 16px;
109
- line-height: 18px;
109
+ line-height: 1.5;
110
110
  }
111
111
  @media only screen and (min-width: 769px) {
112
112
  h4,
@@ -115,7 +115,7 @@ h4,
115
115
  letter-spacing: -0.02em;
116
116
  color: var(--textHeading, #26201a);
117
117
  font-size: 20px;
118
- line-height: 24px;
118
+ line-height: 1.5;
119
119
  }
120
120
  }
121
121
  h5,
@@ -182,7 +182,7 @@ h5,
182
182
  .price-breakup__caption-medium___wWsTp,
183
183
  .price-breakup__captionMedium___mD2FZ {
184
184
  font-size: 12px;
185
- line-height: 14px;
185
+ line-height: 1.5;
186
186
  letter-spacing: -0.02em;
187
187
  font-weight: 500;
188
188
  }
@@ -195,7 +195,7 @@ h5,
195
195
  .price-breakup__caption-semi-bold___jb1u9,
196
196
  .price-breakup__captionSemiBold___OqTV0 {
197
197
  font-size: 12px;
198
- line-height: 14px;
198
+ line-height: 1.5;
199
199
  letter-spacing: -0.02em;
200
200
  font-weight: 600;
201
201
  }
@@ -558,7 +558,7 @@ h4,
558
558
  letter-spacing: -0.02em;
559
559
  color: var(--textHeading, #26201a);
560
560
  font-size: 16px;
561
- line-height: 18px;
561
+ line-height: 1.5;
562
562
  }
563
563
  @media only screen and (min-width: 769px) {
564
564
  h4,
@@ -567,7 +567,7 @@ h4,
567
567
  letter-spacing: -0.02em;
568
568
  color: var(--textHeading, #26201a);
569
569
  font-size: 20px;
570
- line-height: 24px;
570
+ line-height: 1.5;
571
571
  }
572
572
  }
573
573
  h5,
@@ -634,7 +634,7 @@ h5,
634
634
  .comment__caption-medium___HIEb0,
635
635
  .comment__captionMedium___NxnB1 {
636
636
  font-size: 12px;
637
- line-height: 14px;
637
+ line-height: 1.5;
638
638
  letter-spacing: -0.02em;
639
639
  font-weight: 500;
640
640
  }
@@ -647,7 +647,7 @@ h5,
647
647
  .comment__caption-semi-bold___VdA6Z,
648
648
  .comment__captionSemiBold___lxBFk {
649
649
  font-size: 12px;
650
- line-height: 14px;
650
+ line-height: 1.5;
651
651
  letter-spacing: -0.02em;
652
652
  font-weight: 600;
653
653
  }
@@ -1116,7 +1116,7 @@ h4,
1116
1116
  letter-spacing: -0.02em;
1117
1117
  color: var(--textHeading, #26201a);
1118
1118
  font-size: 16px;
1119
- line-height: 18px;
1119
+ line-height: 1.5;
1120
1120
  }
1121
1121
  @media only screen and (min-width: 769px) {
1122
1122
  h4,
@@ -1125,7 +1125,7 @@ h4,
1125
1125
  letter-spacing: -0.02em;
1126
1126
  color: var(--textHeading, #26201a);
1127
1127
  font-size: 20px;
1128
- line-height: 24px;
1128
+ line-height: 1.5;
1129
1129
  }
1130
1130
  }
1131
1131
  h5,
@@ -1192,7 +1192,7 @@ h5,
1192
1192
  .modal__caption-medium___GbhtF,
1193
1193
  .modal__captionMedium___zCJpb {
1194
1194
  font-size: 12px;
1195
- line-height: 14px;
1195
+ line-height: 1.5;
1196
1196
  letter-spacing: -0.02em;
1197
1197
  font-weight: 500;
1198
1198
  }
@@ -1205,7 +1205,7 @@ h5,
1205
1205
  .modal__caption-semi-bold___feZV5,
1206
1206
  .modal__captionSemiBold___pxAn7 {
1207
1207
  font-size: 12px;
1208
- line-height: 14px;
1208
+ line-height: 1.5;
1209
1209
  letter-spacing: -0.02em;
1210
1210
  font-weight: 600;
1211
1211
  }
@@ -1596,7 +1596,7 @@ h4,
1596
1596
  letter-spacing: -0.02em;
1597
1597
  color: var(--textHeading, #26201a);
1598
1598
  font-size: 16px;
1599
- line-height: 18px;
1599
+ line-height: 1.5;
1600
1600
  }
1601
1601
  @media only screen and (min-width: 769px) {
1602
1602
  h4,
@@ -1605,7 +1605,7 @@ h4,
1605
1605
  letter-spacing: -0.02em;
1606
1606
  color: var(--textHeading, #26201a);
1607
1607
  font-size: 20px;
1608
- line-height: 24px;
1608
+ line-height: 1.5;
1609
1609
  }
1610
1610
  }
1611
1611
  h5,
@@ -1672,7 +1672,7 @@ h5,
1672
1672
  .gst-card__caption-medium___h8x5g,
1673
1673
  .gst-card__captionMedium___1mSBU {
1674
1674
  font-size: 12px;
1675
- line-height: 14px;
1675
+ line-height: 1.5;
1676
1676
  letter-spacing: -0.02em;
1677
1677
  font-weight: 500;
1678
1678
  }
@@ -1685,7 +1685,7 @@ h5,
1685
1685
  .gst-card__caption-semi-bold___ltQND,
1686
1686
  .gst-card__captionSemiBold___bvqz0 {
1687
1687
  font-size: 12px;
1688
- line-height: 14px;
1688
+ line-height: 1.5;
1689
1689
  letter-spacing: -0.02em;
1690
1690
  font-weight: 600;
1691
1691
  }
@@ -2012,7 +2012,7 @@ h4,
2012
2012
  letter-spacing: -0.02em;
2013
2013
  color: var(--textHeading, #26201a);
2014
2014
  font-size: 16px;
2015
- line-height: 18px;
2015
+ line-height: 1.5;
2016
2016
  }
2017
2017
  @media only screen and (min-width: 769px) {
2018
2018
  h4,
@@ -2021,7 +2021,7 @@ h4,
2021
2021
  letter-spacing: -0.02em;
2022
2022
  color: var(--textHeading, #26201a);
2023
2023
  font-size: 20px;
2024
- line-height: 24px;
2024
+ line-height: 1.5;
2025
2025
  }
2026
2026
  }
2027
2027
  h5,
@@ -2088,7 +2088,7 @@ h5,
2088
2088
  .share-cart__caption-medium___LTgao,
2089
2089
  .share-cart__captionMedium___ciwls {
2090
2090
  font-size: 12px;
2091
- line-height: 14px;
2091
+ line-height: 1.5;
2092
2092
  letter-spacing: -0.02em;
2093
2093
  font-weight: 500;
2094
2094
  }
@@ -2101,7 +2101,7 @@ h5,
2101
2101
  .share-cart__caption-semi-bold___UzN8o,
2102
2102
  .share-cart__captionSemiBold___LAPB3 {
2103
2103
  font-size: 12px;
2104
- line-height: 14px;
2104
+ line-height: 1.5;
2105
2105
  letter-spacing: -0.02em;
2106
2106
  font-weight: 600;
2107
2107
  }
@@ -2400,7 +2400,7 @@ h4,
2400
2400
  letter-spacing: -0.02em;
2401
2401
  color: var(--textHeading, #26201a);
2402
2402
  font-size: 16px;
2403
- line-height: 18px;
2403
+ line-height: 1.5;
2404
2404
  }
2405
2405
  @media only screen and (min-width: 769px) {
2406
2406
  h4,
@@ -2409,7 +2409,7 @@ h4,
2409
2409
  letter-spacing: -0.02em;
2410
2410
  color: var(--textHeading, #26201a);
2411
2411
  font-size: 20px;
2412
- line-height: 24px;
2412
+ line-height: 1.5;
2413
2413
  }
2414
2414
  }
2415
2415
  h5,
@@ -2476,7 +2476,7 @@ h5,
2476
2476
  .share-cart-modal__caption-medium___MkEuf,
2477
2477
  .share-cart-modal__captionMedium___xeQtq {
2478
2478
  font-size: 12px;
2479
- line-height: 14px;
2479
+ line-height: 1.5;
2480
2480
  letter-spacing: -0.02em;
2481
2481
  font-weight: 500;
2482
2482
  }
@@ -2489,7 +2489,7 @@ h5,
2489
2489
  .share-cart-modal__caption-semi-bold___eGTEC,
2490
2490
  .share-cart-modal__captionSemiBold___J4Fke {
2491
2491
  font-size: 12px;
2492
- line-height: 14px;
2492
+ line-height: 1.5;
2493
2493
  letter-spacing: -0.02em;
2494
2494
  font-weight: 600;
2495
2495
  }
@@ -2713,7 +2713,342 @@ h5,
2713
2713
  }
2714
2714
  }
2715
2715
 
2716
- /* Absolute Center Spinner */
2716
+ /**color by character**/
2717
+ /** Font family **/
2718
+ /** Font weight **/
2719
+ .loader__display-block___C28Wh {
2720
+ display: block;
2721
+ }
2722
+ .loader__inline-block___qe6ST,
2723
+ .loader__inlineBlock___RbcTU {
2724
+ display: inline-block;
2725
+ }
2726
+ .loader__flex-row___jtutA {
2727
+ display: flex;
2728
+ }
2729
+ .loader__flex-column___Xo1gh,
2730
+ .loader__flexColumn___BZ1uV {
2731
+ display: flex;
2732
+ flex-direction: column;
2733
+ }
2734
+ .loader__flex-align-center___QKakD,
2735
+ .loader__flexAlignCenter____hCbC {
2736
+ display: flex;
2737
+ align-items: center;
2738
+ }
2739
+ .loader__flex-justify-center___iXbnu,
2740
+ .loader__flexJustifyCenter___x_1Sc {
2741
+ display: flex;
2742
+ justify-content: center;
2743
+ }
2744
+ .loader__flex-center___cERbN,
2745
+ .loader__flexCenter___FRjsH {
2746
+ display: flex;
2747
+ justify-content: center;
2748
+ align-items: center;
2749
+ }
2750
+ .loader__justify-start___PXa_q,
2751
+ .loader__justifyStart___RIbpq {
2752
+ justify-content: flex-start;
2753
+ }
2754
+ .loader__justify-end___N_MxT,
2755
+ .loader__justifyEnd___c9Puj {
2756
+ justify-content: flex-end;
2757
+ }
2758
+ .loader__justify-between___ryNlc,
2759
+ .loader__justifyBetween___bNm10 {
2760
+ justify-content: space-between;
2761
+ }
2762
+ .loader__justify-around___kWvQU,
2763
+ .loader__justifyAround___TO6v6 {
2764
+ justify-content: space-around;
2765
+ }
2766
+ .loader__justify-evenly___r6oLK,
2767
+ .loader__justifyEvenly___NI1zZ {
2768
+ justify-content: space-evenly;
2769
+ }
2770
+ h1,
2771
+ .loader__h1___N9UmV {
2772
+ font-weight: 700;
2773
+ font-size: 28px;
2774
+ line-height: 42px;
2775
+ letter-spacing: -0.03em;
2776
+ color: var(--textHeading, #26201a);
2777
+ }
2778
+ @media only screen and (min-width: 769px) {
2779
+ h1,
2780
+ .loader__h1___N9UmV {
2781
+ font-size: 36px;
2782
+ line-height: 48px;
2783
+ }
2784
+ }
2785
+ h2,
2786
+ .loader__h2___tLPka {
2787
+ font-weight: 700;
2788
+ font-size: 28px;
2789
+ line-height: 36px;
2790
+ letter-spacing: -0.03em;
2791
+ color: var(--textHeading, #26201a);
2792
+ }
2793
+ @media only screen and (min-width: 769px) {
2794
+ h2,
2795
+ .loader__h2___tLPka {
2796
+ font-size: 32px;
2797
+ line-height: 42px;
2798
+ }
2799
+ }
2800
+ h3,
2801
+ .loader__h3___lpAs2 {
2802
+ font-weight: 700;
2803
+ letter-spacing: -0.02em;
2804
+ color: var(--textHeading, #26201a);
2805
+ font-size: 24px;
2806
+ line-height: 32px;
2807
+ }
2808
+ @media only screen and (min-width: 769px) {
2809
+ h3,
2810
+ .loader__h3___lpAs2 {
2811
+ font-weight: 700;
2812
+ letter-spacing: -0.02em;
2813
+ color: var(--textHeading, #26201a);
2814
+ font-size: 28px;
2815
+ line-height: 36px;
2816
+ }
2817
+ }
2818
+ h4,
2819
+ .loader__h4___I9T7x {
2820
+ font-weight: 600;
2821
+ letter-spacing: -0.02em;
2822
+ color: var(--textHeading, #26201a);
2823
+ font-size: 16px;
2824
+ line-height: 1.5;
2825
+ }
2826
+ @media only screen and (min-width: 769px) {
2827
+ h4,
2828
+ .loader__h4___I9T7x {
2829
+ font-weight: 600;
2830
+ letter-spacing: -0.02em;
2831
+ color: var(--textHeading, #26201a);
2832
+ font-size: 20px;
2833
+ line-height: 1.5;
2834
+ }
2835
+ }
2836
+ h5,
2837
+ .loader__h5___U0S2a {
2838
+ font-weight: 600;
2839
+ font-size: 14px;
2840
+ line-height: 16px;
2841
+ letter-spacing: -0.02em;
2842
+ color: var(--textHeading, #26201a);
2843
+ }
2844
+ @media only screen and (min-width: 769px) {
2845
+ h5,
2846
+ .loader__h5___U0S2a {
2847
+ font-size: 16px;
2848
+ line-height: 18px;
2849
+ }
2850
+ }
2851
+ .loader__b1___ava08 {
2852
+ font-weight: 400;
2853
+ font-size: 14px;
2854
+ line-height: 18px;
2855
+ letter-spacing: -0.02em;
2856
+ color: var(--textBody, #3c3131);
2857
+ }
2858
+ @media only screen and (min-width: 769px) {
2859
+ .loader__b1___ava08 {
2860
+ font-size: 16px;
2861
+ line-height: 20px;
2862
+ }
2863
+ }
2864
+ .loader__b-small___MxINE,
2865
+ .loader__bSmall___vHKDM,
2866
+ .loader__b2___yNXNt {
2867
+ font-weight: 400;
2868
+ letter-spacing: -0.02em;
2869
+ color: var(--textBody, #3c3131);
2870
+ font-size: 12px;
2871
+ line-height: 16px;
2872
+ }
2873
+ @media only screen and (min-width: 769px) {
2874
+ .loader__b-small___MxINE,
2875
+ .loader__bSmall___vHKDM,
2876
+ .loader__b2___yNXNt {
2877
+ font-weight: 400;
2878
+ letter-spacing: -0.02em;
2879
+ color: var(--textBody, #3c3131);
2880
+ font-size: 14px;
2881
+ line-height: 18px;
2882
+ }
2883
+ }
2884
+ .loader__d1___zLD7l {
2885
+ font-size: 36px;
2886
+ font-weight: 700;
2887
+ line-height: 48px;
2888
+ letter-spacing: -0.02em;
2889
+ }
2890
+ @media only screen and (min-width: 769px) {
2891
+ .loader__d1___zLD7l {
2892
+ font-size: 64px;
2893
+ line-height: 85px;
2894
+ letter-spacing: -0.03em;
2895
+ }
2896
+ }
2897
+ .loader__caption-medium___Urevx,
2898
+ .loader__captionMedium___AiB4A {
2899
+ font-size: 12px;
2900
+ line-height: 1.5;
2901
+ letter-spacing: -0.02em;
2902
+ font-weight: 500;
2903
+ }
2904
+ @media only screen and (max-width: 480px) {
2905
+ .loader__caption-medium___Urevx,
2906
+ .loader__captionMedium___AiB4A {
2907
+ font-size: 11px;
2908
+ }
2909
+ }
2910
+ .loader__caption-semi-bold___F9hrq,
2911
+ .loader__captionSemiBold___GwZZD {
2912
+ font-size: 12px;
2913
+ line-height: 1.5;
2914
+ letter-spacing: -0.02em;
2915
+ font-weight: 600;
2916
+ }
2917
+ @media only screen and (max-width: 480px) {
2918
+ .loader__caption-semi-bold___F9hrq,
2919
+ .loader__captionSemiBold___GwZZD {
2920
+ font-size: 11px;
2921
+ }
2922
+ }
2923
+ .loader__btn-link___z7cQQ,
2924
+ .loader__btnLink___hjxLE {
2925
+ font-weight: 500;
2926
+ letter-spacing: -0.02em;
2927
+ font-size: 12px;
2928
+ line-height: 14px;
2929
+ border-radius: var(--buttonRadius, 0px);
2930
+ cursor: pointer;
2931
+ color: var(--buttonLink, #b1655b);
2932
+ text-decoration: underline;
2933
+ background: none;
2934
+ border: none;
2935
+ }
2936
+ @media only screen and (min-width: 769px) {
2937
+ .loader__btn-link___z7cQQ,
2938
+ .loader__btnLink___hjxLE {
2939
+ font-weight: 500;
2940
+ letter-spacing: -0.02em;
2941
+ font-size: 14px;
2942
+ line-height: 16px;
2943
+ }
2944
+ }
2945
+ .loader__btn-link___z7cQQ:hover,
2946
+ .loader__btnLink___hjxLE:hover {
2947
+ color: var(--buttonLinkL1, #c1847c);
2948
+ }
2949
+ .loader__btn-link___z7cQQ:disabled,
2950
+ .loader__btnLink___hjxLE:disabled {
2951
+ color: var(--buttonLinkL2, #d0a39d);
2952
+ }
2953
+ .loader__btn-link___z7cQQ:active,
2954
+ .loader__btnLink___hjxLE:active {
2955
+ opacity: 0.8;
2956
+ }
2957
+ .loader__user-select-none___M5hoJ,
2958
+ .loader__userSelectNone___iA0b1 {
2959
+ user-select: none;
2960
+ -moz-user-select: none;
2961
+ -webkit-user-select: none;
2962
+ -ms-user-select: none;
2963
+ }
2964
+ .loader__margin-0-auto___T2r2j,
2965
+ .loader__margin0auto___ZVL7u {
2966
+ margin: 0 auto;
2967
+ }
2968
+ .loader__base-page-container____Zsxk,
2969
+ .loader__basePageContainer___DLiFl {
2970
+ max-width: 1440px !important;
2971
+ }
2972
+ .loader__remove-scroll___hWs9Y,
2973
+ .loader__removeScroll___HDDzE {
2974
+ overflow-y: hidden !important;
2975
+ }
2976
+ .loader__mr-5___eLBs7,
2977
+ .loader__mr5___zJD9I {
2978
+ margin-inline-end: 30px !important;
2979
+ }
2980
+ .loader__mr-2___tbwub,
2981
+ .loader__mr2___X89Qh {
2982
+ margin-inline-end: 5px !important;
2983
+ }
2984
+ .loader__py-5___pdJLF,
2985
+ .loader__py5___AvRNG {
2986
+ padding-top: 1.875rem !important;
2987
+ padding-bottom: 1.875rem !important;
2988
+ }
2989
+ .loader__view-all-text___liiUk,
2990
+ .loader__viewAllText___Y96u7 {
2991
+ font-size: 20px;
2992
+ font-weight: 400;
2993
+ text-transform: lowercase;
2994
+ text-decoration: underline;
2995
+ }
2996
+ .loader__view-all-mobile___ZXDhV,
2997
+ .loader__viewAllMobile___h_w0I {
2998
+ display: none;
2999
+ }
3000
+ @media only screen and (max-width: 768px) {
3001
+ .loader__view-all-mobile___ZXDhV,
3002
+ .loader__viewAllMobile___h_w0I {
3003
+ display: flex;
3004
+ align-items: center;
3005
+ justify-content: center;
3006
+ margin-top: 40px;
3007
+ }
3008
+ }
3009
+ @media only screen and (max-width: 480px) {
3010
+ .loader__view-all-mobile___ZXDhV,
3011
+ .loader__viewAllMobile___h_w0I {
3012
+ margin-top: 24px;
3013
+ }
3014
+ }
3015
+ .loader__accent-btn___P6FBY,
3016
+ .loader__accentBtn___VC5di {
3017
+ background-color: var(--accentColor);
3018
+ color: #fff;
3019
+ }
3020
+ .loader__no-scroll___vVb6b,
3021
+ .loader__noScroll___ddkr9 {
3022
+ overflow-y: hidden;
3023
+ }
3024
+ .loader__hide-overflow___sIszC,
3025
+ .loader__hideOverflow___qX4zB {
3026
+ overflow: hidden;
3027
+ }
3028
+ .loader__markdown-body___ZDTE_ h6 {
3029
+ margin-top: 0 !important;
3030
+ margin-bottom: 0 !important;
3031
+ }
3032
+ @media only screen and (max-width: 480px) {
3033
+ .loader__markdown-body___ZDTE_ {
3034
+ font-size: 12px !important;
3035
+ padding: 5px !important;
3036
+ }
3037
+ }
3038
+ .loader__view3d-canvas___Y51aL {
3039
+ width: 100%;
3040
+ height: 100%;
3041
+ }
3042
+ @media only screen and (max-width: 480px) {
3043
+ .loader__view-mobile-up___tbZ1n {
3044
+ display: none !important;
3045
+ }
3046
+ }
3047
+ @media only screen and (min-width: 481px) {
3048
+ .loader__view-mobile___zSuiC {
3049
+ display: none !important;
3050
+ }
3051
+ }
2717
3052
  .loader__loading___r6ySa {
2718
3053
  position: fixed;
2719
3054
  z-index: 2000;
@@ -2841,10 +3176,8 @@ h5,
2841
3176
  z-index: 222;
2842
3177
  }
2843
3178
  .loader__loader___ytdT3 {
2844
- border: 8px solid #f3f3f3;
2845
- /* Light grey */
2846
- border-top: 8px solid #3498db;
2847
- /* Blue */
3179
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
3180
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
2848
3181
  border-radius: 50%;
2849
3182
  width: 50px;
2850
3183
  height: 50px;
@@ -2974,7 +3307,7 @@ h4,
2974
3307
  letter-spacing: -0.02em;
2975
3308
  color: var(--textHeading, #26201a);
2976
3309
  font-size: 16px;
2977
- line-height: 18px;
3310
+ line-height: 1.5;
2978
3311
  }
2979
3312
  @media only screen and (min-width: 769px) {
2980
3313
  h4,
@@ -2983,7 +3316,7 @@ h4,
2983
3316
  letter-spacing: -0.02em;
2984
3317
  color: var(--textHeading, #26201a);
2985
3318
  font-size: 20px;
2986
- line-height: 24px;
3319
+ line-height: 1.5;
2987
3320
  }
2988
3321
  }
2989
3322
  h5,
@@ -3050,7 +3383,7 @@ h5,
3050
3383
  .delivery-location__caption-medium___tg0oL,
3051
3384
  .delivery-location__captionMedium___bb1tV {
3052
3385
  font-size: 12px;
3053
- line-height: 14px;
3386
+ line-height: 1.5;
3054
3387
  letter-spacing: -0.02em;
3055
3388
  font-weight: 500;
3056
3389
  }
@@ -3063,7 +3396,7 @@ h5,
3063
3396
  .delivery-location__caption-semi-bold___jc8rI,
3064
3397
  .delivery-location__captionSemiBold___ziS_x {
3065
3398
  font-size: 12px;
3066
- line-height: 14px;
3399
+ line-height: 1.5;
3067
3400
  letter-spacing: -0.02em;
3068
3401
  font-weight: 600;
3069
3402
  }
@@ -3678,7 +4011,7 @@ h4,
3678
4011
  letter-spacing: -0.02em;
3679
4012
  color: var(--textHeading, #26201a);
3680
4013
  font-size: 16px;
3681
- line-height: 18px;
4014
+ line-height: 1.5;
3682
4015
  }
3683
4016
  @media only screen and (min-width: 769px) {
3684
4017
  h4,
@@ -3687,7 +4020,7 @@ h4,
3687
4020
  letter-spacing: -0.02em;
3688
4021
  color: var(--textHeading, #26201a);
3689
4022
  font-size: 20px;
3690
- line-height: 24px;
4023
+ line-height: 1.5;
3691
4024
  }
3692
4025
  }
3693
4026
  h5,
@@ -3754,7 +4087,7 @@ h5,
3754
4087
  .address-item__caption-medium___keR9q,
3755
4088
  .address-item__captionMedium___Mu54H {
3756
4089
  font-size: 12px;
3757
- line-height: 14px;
4090
+ line-height: 1.5;
3758
4091
  letter-spacing: -0.02em;
3759
4092
  font-weight: 500;
3760
4093
  }
@@ -3767,7 +4100,7 @@ h5,
3767
4100
  .address-item__caption-semi-bold___GchPi,
3768
4101
  .address-item__captionSemiBold___L3J0R {
3769
4102
  font-size: 12px;
3770
- line-height: 14px;
4103
+ line-height: 1.5;
3771
4104
  letter-spacing: -0.02em;
3772
4105
  font-weight: 600;
3773
4106
  }
@@ -4067,7 +4400,7 @@ h4,
4067
4400
  letter-spacing: -0.02em;
4068
4401
  color: var(--textHeading, #26201a);
4069
4402
  font-size: 16px;
4070
- line-height: 18px;
4403
+ line-height: 1.5;
4071
4404
  }
4072
4405
  @media only screen and (min-width: 769px) {
4073
4406
  h4,
@@ -4076,7 +4409,7 @@ h4,
4076
4409
  letter-spacing: -0.02em;
4077
4410
  color: var(--textHeading, #26201a);
4078
4411
  font-size: 20px;
4079
- line-height: 24px;
4412
+ line-height: 1.5;
4080
4413
  }
4081
4414
  }
4082
4415
  h5,
@@ -4143,7 +4476,7 @@ h5,
4143
4476
  .address-form__caption-medium___sHdBz,
4144
4477
  .address-form__captionMedium___qq2S5 {
4145
4478
  font-size: 12px;
4146
- line-height: 14px;
4479
+ line-height: 1.5;
4147
4480
  letter-spacing: -0.02em;
4148
4481
  font-weight: 500;
4149
4482
  }
@@ -4156,7 +4489,7 @@ h5,
4156
4489
  .address-form__caption-semi-bold___Ao5Rt,
4157
4490
  .address-form__captionSemiBold___zTpZY {
4158
4491
  font-size: 12px;
4159
- line-height: 14px;
4492
+ line-height: 1.5;
4160
4493
  letter-spacing: -0.02em;
4161
4494
  font-weight: 600;
4162
4495
  }
@@ -4823,7 +5156,7 @@ h4,
4823
5156
  letter-spacing: -0.02em;
4824
5157
  color: var(--textHeading, #26201a);
4825
5158
  font-size: 16px;
4826
- line-height: 18px;
5159
+ line-height: 1.5;
4827
5160
  }
4828
5161
  @media only screen and (min-width: 769px) {
4829
5162
  h4,
@@ -4832,7 +5165,7 @@ h4,
4832
5165
  letter-spacing: -0.02em;
4833
5166
  color: var(--textHeading, #26201a);
4834
5167
  font-size: 20px;
4835
- line-height: 24px;
5168
+ line-height: 1.5;
4836
5169
  }
4837
5170
  }
4838
5171
  h5,
@@ -4899,7 +5232,7 @@ h5,
4899
5232
  .fy-input__caption-medium___ypzRG,
4900
5233
  .fy-input__captionMedium___cFBcK {
4901
5234
  font-size: 12px;
4902
- line-height: 14px;
5235
+ line-height: 1.5;
4903
5236
  letter-spacing: -0.02em;
4904
5237
  font-weight: 500;
4905
5238
  }
@@ -4912,7 +5245,7 @@ h5,
4912
5245
  .fy-input__caption-semi-bold___WmtaG,
4913
5246
  .fy-input__captionSemiBold___UuNTY {
4914
5247
  font-size: 12px;
4915
- line-height: 14px;
5248
+ line-height: 1.5;
4916
5249
  letter-spacing: -0.02em;
4917
5250
  font-weight: 600;
4918
5251
  }
@@ -5287,7 +5620,7 @@ h4,
5287
5620
  letter-spacing: -0.02em;
5288
5621
  color: var(--textHeading, #26201a);
5289
5622
  font-size: 16px;
5290
- line-height: 18px;
5623
+ line-height: 1.5;
5291
5624
  }
5292
5625
  @media only screen and (min-width: 769px) {
5293
5626
  h4,
@@ -5296,7 +5629,7 @@ h4,
5296
5629
  letter-spacing: -0.02em;
5297
5630
  color: var(--textHeading, #26201a);
5298
5631
  font-size: 20px;
5299
- line-height: 24px;
5632
+ line-height: 1.5;
5300
5633
  }
5301
5634
  }
5302
5635
  h5,
@@ -5363,7 +5696,7 @@ h5,
5363
5696
  .fy-input-group__caption-medium___ULDb6,
5364
5697
  .fy-input-group__captionMedium___GIuhk {
5365
5698
  font-size: 12px;
5366
- line-height: 14px;
5699
+ line-height: 1.5;
5367
5700
  letter-spacing: -0.02em;
5368
5701
  font-weight: 500;
5369
5702
  }
@@ -5376,7 +5709,7 @@ h5,
5376
5709
  .fy-input-group__caption-semi-bold___B0YEk,
5377
5710
  .fy-input-group__captionSemiBold___aQt3D {
5378
5711
  font-size: 12px;
5379
- line-height: 14px;
5712
+ line-height: 1.5;
5380
5713
  letter-spacing: -0.02em;
5381
5714
  font-weight: 600;
5382
5715
  }
@@ -5665,7 +5998,7 @@ h4,
5665
5998
  letter-spacing: -0.02em;
5666
5999
  color: var(--textHeading, #26201a);
5667
6000
  font-size: 16px;
5668
- line-height: 18px;
6001
+ line-height: 1.5;
5669
6002
  }
5670
6003
  @media only screen and (min-width: 769px) {
5671
6004
  h4,
@@ -5674,7 +6007,7 @@ h4,
5674
6007
  letter-spacing: -0.02em;
5675
6008
  color: var(--textHeading, #26201a);
5676
6009
  font-size: 20px;
5677
- line-height: 24px;
6010
+ line-height: 1.5;
5678
6011
  }
5679
6012
  }
5680
6013
  h5,
@@ -5741,7 +6074,7 @@ h5,
5741
6074
  .fy-dropdown__caption-medium___HCy1Y,
5742
6075
  .fy-dropdown__captionMedium___BdPX5 {
5743
6076
  font-size: 12px;
5744
- line-height: 14px;
6077
+ line-height: 1.5;
5745
6078
  letter-spacing: -0.02em;
5746
6079
  font-weight: 500;
5747
6080
  }
@@ -5754,7 +6087,7 @@ h5,
5754
6087
  .fy-dropdown__caption-semi-bold___RDalx,
5755
6088
  .fy-dropdown__captionSemiBold___t1x78 {
5756
6089
  font-size: 12px;
5757
- line-height: 14px;
6090
+ line-height: 1.5;
5758
6091
  letter-spacing: -0.02em;
5759
6092
  font-weight: 600;
5760
6093
  }
@@ -6105,7 +6438,7 @@ h4,
6105
6438
  letter-spacing: -0.02em;
6106
6439
  color: var(--textHeading, #26201a);
6107
6440
  font-size: 16px;
6108
- line-height: 18px;
6441
+ line-height: 1.5;
6109
6442
  }
6110
6443
  @media only screen and (min-width: 769px) {
6111
6444
  h4,
@@ -6114,7 +6447,7 @@ h4,
6114
6447
  letter-spacing: -0.02em;
6115
6448
  color: var(--textHeading, #26201a);
6116
6449
  font-size: 20px;
6117
- line-height: 24px;
6450
+ line-height: 1.5;
6118
6451
  }
6119
6452
  }
6120
6453
  h5,
@@ -6181,7 +6514,7 @@ h5,
6181
6514
  .mobile-number__caption-medium___syZZb,
6182
6515
  .mobile-number__captionMedium___iKNxh {
6183
6516
  font-size: 12px;
6184
- line-height: 14px;
6517
+ line-height: 1.5;
6185
6518
  letter-spacing: -0.02em;
6186
6519
  font-weight: 500;
6187
6520
  }
@@ -6194,7 +6527,7 @@ h5,
6194
6527
  .mobile-number__caption-semi-bold___Rbomr,
6195
6528
  .mobile-number__captionSemiBold___cKKg4 {
6196
6529
  font-size: 12px;
6197
- line-height: 14px;
6530
+ line-height: 1.5;
6198
6531
  letter-spacing: -0.02em;
6199
6532
  font-weight: 600;
6200
6533
  }
@@ -6504,7 +6837,7 @@ h4,
6504
6837
  letter-spacing: -0.02em;
6505
6838
  color: var(--textHeading, #26201a);
6506
6839
  font-size: 16px;
6507
- line-height: 18px;
6840
+ line-height: 1.5;
6508
6841
  }
6509
6842
  @media only screen and (min-width: 769px) {
6510
6843
  h4,
@@ -6513,7 +6846,7 @@ h4,
6513
6846
  letter-spacing: -0.02em;
6514
6847
  color: var(--textHeading, #26201a);
6515
6848
  font-size: 20px;
6516
- line-height: 24px;
6849
+ line-height: 1.5;
6517
6850
  }
6518
6851
  }
6519
6852
  h5,
@@ -6580,7 +6913,7 @@ h5,
6580
6913
  .form-input-selector__caption-medium___UDqtg,
6581
6914
  .form-input-selector__captionMedium___upnRb {
6582
6915
  font-size: 12px;
6583
- line-height: 14px;
6916
+ line-height: 1.5;
6584
6917
  letter-spacing: -0.02em;
6585
6918
  font-weight: 500;
6586
6919
  }
@@ -6593,7 +6926,7 @@ h5,
6593
6926
  .form-input-selector__caption-semi-bold___BEOBj,
6594
6927
  .form-input-selector__captionSemiBold___XUhub {
6595
6928
  font-size: 12px;
6596
- line-height: 14px;
6929
+ line-height: 1.5;
6597
6930
  letter-spacing: -0.02em;
6598
6931
  font-weight: 600;
6599
6932
  }
@@ -6862,7 +7195,7 @@ h4,
6862
7195
  letter-spacing: -0.02em;
6863
7196
  color: var(--textHeading, #26201a);
6864
7197
  font-size: 16px;
6865
- line-height: 18px;
7198
+ line-height: 1.5;
6866
7199
  }
6867
7200
  @media only screen and (min-width: 769px) {
6868
7201
  h4,
@@ -6871,7 +7204,7 @@ h4,
6871
7204
  letter-spacing: -0.02em;
6872
7205
  color: var(--textHeading, #26201a);
6873
7206
  font-size: 20px;
6874
- line-height: 24px;
7207
+ line-height: 1.5;
6875
7208
  }
6876
7209
  }
6877
7210
  h5,
@@ -6938,7 +7271,7 @@ h5,
6938
7271
  .coupon__caption-medium___tqbfY,
6939
7272
  .coupon__captionMedium___xDGA4 {
6940
7273
  font-size: 12px;
6941
- line-height: 14px;
7274
+ line-height: 1.5;
6942
7275
  letter-spacing: -0.02em;
6943
7276
  font-weight: 500;
6944
7277
  }
@@ -6951,7 +7284,7 @@ h5,
6951
7284
  .coupon__caption-semi-bold___K0l2r,
6952
7285
  .coupon__captionSemiBold___p62dj {
6953
7286
  font-size: 12px;
6954
- line-height: 14px;
7287
+ line-height: 1.5;
6955
7288
  letter-spacing: -0.02em;
6956
7289
  font-weight: 600;
6957
7290
  }
@@ -7579,7 +7912,7 @@ h4,
7579
7912
  letter-spacing: -0.02em;
7580
7913
  color: var(--textHeading, #26201a);
7581
7914
  font-size: 16px;
7582
- line-height: 18px;
7915
+ line-height: 1.5;
7583
7916
  }
7584
7917
  @media only screen and (min-width: 769px) {
7585
7918
  h4,
@@ -7588,7 +7921,7 @@ h4,
7588
7921
  letter-spacing: -0.02em;
7589
7922
  color: var(--textHeading, #26201a);
7590
7923
  font-size: 20px;
7591
- line-height: 24px;
7924
+ line-height: 1.5;
7592
7925
  }
7593
7926
  }
7594
7927
  h5,
@@ -7655,7 +7988,7 @@ h5,
7655
7988
  .fy-button__caption-medium___PSB4T,
7656
7989
  .fy-button__captionMedium___iW0z_ {
7657
7990
  font-size: 12px;
7658
- line-height: 14px;
7991
+ line-height: 1.5;
7659
7992
  letter-spacing: -0.02em;
7660
7993
  font-weight: 500;
7661
7994
  }
@@ -7668,7 +8001,7 @@ h5,
7668
8001
  .fy-button__caption-semi-bold___FFG2N,
7669
8002
  .fy-button__captionSemiBold___czTMx {
7670
8003
  font-size: 12px;
7671
- line-height: 14px;
8004
+ line-height: 1.5;
7672
8005
  letter-spacing: -0.02em;
7673
8006
  font-weight: 600;
7674
8007
  }
@@ -8081,7 +8414,7 @@ h4,
8081
8414
  letter-spacing: -0.02em;
8082
8415
  color: var(--textHeading, #26201a);
8083
8416
  font-size: 16px;
8084
- line-height: 18px;
8417
+ line-height: 1.5;
8085
8418
  }
8086
8419
  @media only screen and (min-width: 769px) {
8087
8420
  h4,
@@ -8090,7 +8423,7 @@ h4,
8090
8423
  letter-spacing: -0.02em;
8091
8424
  color: var(--textHeading, #26201a);
8092
8425
  font-size: 20px;
8093
- line-height: 24px;
8426
+ line-height: 1.5;
8094
8427
  }
8095
8428
  }
8096
8429
  h5,
@@ -8157,7 +8490,7 @@ h5,
8157
8490
  .profile-navigation__caption-medium___zEr9A,
8158
8491
  .profile-navigation__captionMedium___q4AMz {
8159
8492
  font-size: 12px;
8160
- line-height: 14px;
8493
+ line-height: 1.5;
8161
8494
  letter-spacing: -0.02em;
8162
8495
  font-weight: 500;
8163
8496
  }
@@ -8170,7 +8503,7 @@ h5,
8170
8503
  .profile-navigation__caption-semi-bold___Nu1mj,
8171
8504
  .profile-navigation__captionSemiBold___P_shD {
8172
8505
  font-size: 12px;
8173
- line-height: 14px;
8506
+ line-height: 1.5;
8174
8507
  letter-spacing: -0.02em;
8175
8508
  font-weight: 600;
8176
8509
  }
@@ -8420,7 +8753,7 @@ h5,
8420
8753
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__accountHeader___XCw9w,
8421
8754
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__nav___Muxd1 {
8422
8755
  font-size: 14px;
8423
- line-height: 14px;
8756
+ line-height: 1.5;
8424
8757
  }
8425
8758
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__accountHeader___XCw9w {
8426
8759
  padding: 16px 0 4px;
@@ -8538,7 +8871,7 @@ h4,
8538
8871
  letter-spacing: -0.02em;
8539
8872
  color: var(--textHeading, #26201a);
8540
8873
  font-size: 16px;
8541
- line-height: 18px;
8874
+ line-height: 1.5;
8542
8875
  }
8543
8876
  @media only screen and (min-width: 769px) {
8544
8877
  h4,
@@ -8547,7 +8880,7 @@ h4,
8547
8880
  letter-spacing: -0.02em;
8548
8881
  color: var(--textHeading, #26201a);
8549
8882
  font-size: 20px;
8550
- line-height: 24px;
8883
+ line-height: 1.5;
8551
8884
  }
8552
8885
  }
8553
8886
  h5,
@@ -8614,7 +8947,7 @@ h5,
8614
8947
  .form-builder__caption-medium___ciMT5,
8615
8948
  .form-builder__captionMedium___zTy3t {
8616
8949
  font-size: 12px;
8617
- line-height: 14px;
8950
+ line-height: 1.5;
8618
8951
  letter-spacing: -0.02em;
8619
8952
  font-weight: 500;
8620
8953
  }
@@ -8627,7 +8960,7 @@ h5,
8627
8960
  .form-builder__caption-semi-bold___ws6Mk,
8628
8961
  .form-builder__captionSemiBold___rvL11 {
8629
8962
  font-size: 12px;
8630
- line-height: 14px;
8963
+ line-height: 1.5;
8631
8964
  letter-spacing: -0.02em;
8632
8965
  font-weight: 600;
8633
8966
  }
@@ -8993,7 +9326,7 @@ h4,
8993
9326
  letter-spacing: -0.02em;
8994
9327
  color: var(--textHeading, #26201a);
8995
9328
  font-size: 16px;
8996
- line-height: 18px;
9329
+ line-height: 1.5;
8997
9330
  }
8998
9331
  @media only screen and (min-width: 769px) {
8999
9332
  h4,
@@ -9002,7 +9335,7 @@ h4,
9002
9335
  letter-spacing: -0.02em;
9003
9336
  color: var(--textHeading, #26201a);
9004
9337
  font-size: 20px;
9005
- line-height: 24px;
9338
+ line-height: 1.5;
9006
9339
  }
9007
9340
  }
9008
9341
  h5,
@@ -9069,7 +9402,7 @@ h5,
9069
9402
  .cart__caption-medium___lB0h9,
9070
9403
  .cart__captionMedium___xbhGj {
9071
9404
  font-size: 12px;
9072
- line-height: 14px;
9405
+ line-height: 1.5;
9073
9406
  letter-spacing: -0.02em;
9074
9407
  font-weight: 500;
9075
9408
  }
@@ -9082,7 +9415,7 @@ h5,
9082
9415
  .cart__caption-semi-bold___uouTa,
9083
9416
  .cart__captionSemiBold___FJc3z {
9084
9417
  font-size: 12px;
9085
- line-height: 14px;
9418
+ line-height: 1.5;
9086
9419
  letter-spacing: -0.02em;
9087
9420
  font-weight: 600;
9088
9421
  }
@@ -9504,7 +9837,7 @@ h4,
9504
9837
  letter-spacing: -0.02em;
9505
9838
  color: var(--textHeading, #26201a);
9506
9839
  font-size: 16px;
9507
- line-height: 18px;
9840
+ line-height: 1.5;
9508
9841
  }
9509
9842
  @media only screen and (min-width: 769px) {
9510
9843
  h4,
@@ -9513,7 +9846,7 @@ h4,
9513
9846
  letter-spacing: -0.02em;
9514
9847
  color: var(--textHeading, #26201a);
9515
9848
  font-size: 20px;
9516
- line-height: 24px;
9849
+ line-height: 1.5;
9517
9850
  }
9518
9851
  }
9519
9852
  h5,
@@ -9580,7 +9913,7 @@ h5,
9580
9913
  .chip-item__caption-medium____FSg6,
9581
9914
  .chip-item__captionMedium___OSNOv {
9582
9915
  font-size: 12px;
9583
- line-height: 14px;
9916
+ line-height: 1.5;
9584
9917
  letter-spacing: -0.02em;
9585
9918
  font-weight: 500;
9586
9919
  }
@@ -9593,7 +9926,7 @@ h5,
9593
9926
  .chip-item__caption-semi-bold___JJlXv,
9594
9927
  .chip-item__captionSemiBold___HNshI {
9595
9928
  font-size: 12px;
9596
- line-height: 14px;
9929
+ line-height: 1.5;
9597
9930
  letter-spacing: -0.02em;
9598
9931
  font-weight: 600;
9599
9932
  }
@@ -9814,6 +10147,7 @@ h5,
9814
10147
  display: flex;
9815
10148
  align-items: center;
9816
10149
  gap: 12px;
10150
+ min-width: 0;
9817
10151
  }
9818
10152
  .chip-item__cartItemsListContainer___ud9jU .chip-item__eachItemContainer___rROgS .chip-item__eachItemDetailsContainer___RLC12 .chip-item__itemSizeQuantityContainer___WpCw4 .chip-item__itemSizeQuantitySubContainer___uwoXY .chip-item__sizeContainer___jgw1s {
9819
10153
  display: flex;
@@ -10316,7 +10650,7 @@ h4,
10316
10650
  letter-spacing: -0.02em;
10317
10651
  color: var(--textHeading, #26201a);
10318
10652
  font-size: 16px;
10319
- line-height: 18px;
10653
+ line-height: 1.5;
10320
10654
  }
10321
10655
  @media only screen and (min-width: 769px) {
10322
10656
  h4,
@@ -10325,7 +10659,7 @@ h4,
10325
10659
  letter-spacing: -0.02em;
10326
10660
  color: var(--textHeading, #26201a);
10327
10661
  font-size: 20px;
10328
- line-height: 24px;
10662
+ line-height: 1.5;
10329
10663
  }
10330
10664
  }
10331
10665
  h5,
@@ -10392,7 +10726,7 @@ h5,
10392
10726
  .quantity-control__caption-medium___hXqzw,
10393
10727
  .quantity-control__captionMedium___aDZsC {
10394
10728
  font-size: 12px;
10395
- line-height: 14px;
10729
+ line-height: 1.5;
10396
10730
  letter-spacing: -0.02em;
10397
10731
  font-weight: 500;
10398
10732
  }
@@ -10405,7 +10739,7 @@ h5,
10405
10739
  .quantity-control__caption-semi-bold___Rxtpw,
10406
10740
  .quantity-control__captionSemiBold___JouZf {
10407
10741
  font-size: 12px;
10408
- line-height: 14px;
10742
+ line-height: 1.5;
10409
10743
  letter-spacing: -0.02em;
10410
10744
  font-weight: 600;
10411
10745
  }
@@ -10720,7 +11054,7 @@ h4,
10720
11054
  letter-spacing: -0.02em;
10721
11055
  color: var(--textHeading, #26201a);
10722
11056
  font-size: 16px;
10723
- line-height: 18px;
11057
+ line-height: 1.5;
10724
11058
  }
10725
11059
  @media only screen and (min-width: 769px) {
10726
11060
  h4,
@@ -10729,7 +11063,7 @@ h4,
10729
11063
  letter-spacing: -0.02em;
10730
11064
  color: var(--textHeading, #26201a);
10731
11065
  font-size: 20px;
10732
- line-height: 24px;
11066
+ line-height: 1.5;
10733
11067
  }
10734
11068
  }
10735
11069
  h5,
@@ -10796,7 +11130,7 @@ h5,
10796
11130
  .free-gift-item__caption-medium___J3sTr,
10797
11131
  .free-gift-item__captionMedium___UxDCd {
10798
11132
  font-size: 12px;
10799
- line-height: 14px;
11133
+ line-height: 1.5;
10800
11134
  letter-spacing: -0.02em;
10801
11135
  font-weight: 500;
10802
11136
  }
@@ -10809,7 +11143,7 @@ h5,
10809
11143
  .free-gift-item__caption-semi-bold___rj6i6,
10810
11144
  .free-gift-item__captionSemiBold___TCDo6 {
10811
11145
  font-size: 12px;
10812
- line-height: 14px;
11146
+ line-height: 1.5;
10813
11147
  letter-spacing: -0.02em;
10814
11148
  font-weight: 600;
10815
11149
  }
@@ -11138,7 +11472,7 @@ h4,
11138
11472
  letter-spacing: -0.02em;
11139
11473
  color: var(--textHeading, #26201a);
11140
11474
  font-size: 16px;
11141
- line-height: 18px;
11475
+ line-height: 1.5;
11142
11476
  }
11143
11477
  @media only screen and (min-width: 769px) {
11144
11478
  h4,
@@ -11147,7 +11481,7 @@ h4,
11147
11481
  letter-spacing: -0.02em;
11148
11482
  color: var(--textHeading, #26201a);
11149
11483
  font-size: 20px;
11150
- line-height: 24px;
11484
+ line-height: 1.5;
11151
11485
  }
11152
11486
  }
11153
11487
  h5,
@@ -11214,7 +11548,7 @@ h5,
11214
11548
  .sticky-footer__caption-medium___lkF4Z,
11215
11549
  .sticky-footer__captionMedium___i8LzW {
11216
11550
  font-size: 12px;
11217
- line-height: 14px;
11551
+ line-height: 1.5;
11218
11552
  letter-spacing: -0.02em;
11219
11553
  font-weight: 500;
11220
11554
  }
@@ -11227,7 +11561,7 @@ h5,
11227
11561
  .sticky-footer__caption-semi-bold___anYAZ,
11228
11562
  .sticky-footer__captionSemiBold___F2T2S {
11229
11563
  font-size: 12px;
11230
- line-height: 14px;
11564
+ line-height: 1.5;
11231
11565
  letter-spacing: -0.02em;
11232
11566
  font-weight: 600;
11233
11567
  }
@@ -11677,7 +12011,7 @@ h4,
11677
12011
  letter-spacing: -0.02em;
11678
12012
  color: var(--textHeading, #26201a);
11679
12013
  font-size: 16px;
11680
- line-height: 18px;
12014
+ line-height: 1.5;
11681
12015
  }
11682
12016
  @media only screen and (min-width: 769px) {
11683
12017
  h4,
@@ -11686,7 +12020,7 @@ h4,
11686
12020
  letter-spacing: -0.02em;
11687
12021
  color: var(--textHeading, #26201a);
11688
12022
  font-size: 20px;
11689
- line-height: 24px;
12023
+ line-height: 1.5;
11690
12024
  }
11691
12025
  }
11692
12026
  h5,
@@ -11753,7 +12087,7 @@ h5,
11753
12087
  .remove-cart-item__caption-medium___V8S1f,
11754
12088
  .remove-cart-item__captionMedium___s34BJ {
11755
12089
  font-size: 12px;
11756
- line-height: 14px;
12090
+ line-height: 1.5;
11757
12091
  letter-spacing: -0.02em;
11758
12092
  font-weight: 500;
11759
12093
  }
@@ -11766,7 +12100,7 @@ h5,
11766
12100
  .remove-cart-item__caption-semi-bold___w3ddG,
11767
12101
  .remove-cart-item__captionSemiBold___j5Zkl {
11768
12102
  font-size: 12px;
11769
- line-height: 14px;
12103
+ line-height: 1.5;
11770
12104
  letter-spacing: -0.02em;
11771
12105
  font-weight: 600;
11772
12106
  }
@@ -12113,7 +12447,7 @@ h4,
12113
12447
  letter-spacing: -0.02em;
12114
12448
  color: var(--textHeading, #26201a);
12115
12449
  font-size: 16px;
12116
- line-height: 18px;
12450
+ line-height: 1.5;
12117
12451
  }
12118
12452
  @media only screen and (min-width: 769px) {
12119
12453
  h4,
@@ -12122,7 +12456,7 @@ h4,
12122
12456
  letter-spacing: -0.02em;
12123
12457
  color: var(--textHeading, #26201a);
12124
12458
  font-size: 20px;
12125
- line-height: 24px;
12459
+ line-height: 1.5;
12126
12460
  }
12127
12461
  }
12128
12462
  h5,
@@ -12189,7 +12523,7 @@ h5,
12189
12523
  .shared-cart__caption-medium___KUlLJ,
12190
12524
  .shared-cart__captionMedium___v04Nr {
12191
12525
  font-size: 12px;
12192
- line-height: 14px;
12526
+ line-height: 1.5;
12193
12527
  letter-spacing: -0.02em;
12194
12528
  font-weight: 500;
12195
12529
  }
@@ -12202,7 +12536,7 @@ h5,
12202
12536
  .shared-cart__caption-semi-bold___bhKRd,
12203
12537
  .shared-cart__captionSemiBold___dSVvr {
12204
12538
  font-size: 12px;
12205
- line-height: 14px;
12539
+ line-height: 1.5;
12206
12540
  letter-spacing: -0.02em;
12207
12541
  font-weight: 600;
12208
12542
  }
@@ -12593,7 +12927,7 @@ h4,
12593
12927
  letter-spacing: -0.02em;
12594
12928
  color: var(--textHeading, #26201a);
12595
12929
  font-size: 16px;
12596
- line-height: 18px;
12930
+ line-height: 1.5;
12597
12931
  }
12598
12932
  @media only screen and (min-width: 769px) {
12599
12933
  h4,
@@ -12602,7 +12936,7 @@ h4,
12602
12936
  letter-spacing: -0.02em;
12603
12937
  color: var(--textHeading, #26201a);
12604
12938
  font-size: 20px;
12605
- line-height: 24px;
12939
+ line-height: 1.5;
12606
12940
  }
12607
12941
  }
12608
12942
  h5,
@@ -12669,7 +13003,7 @@ h5,
12669
13003
  .chip-review-item__caption-medium___TahcP,
12670
13004
  .chip-review-item__captionMedium___TqlGQ {
12671
13005
  font-size: 12px;
12672
- line-height: 14px;
13006
+ line-height: 1.5;
12673
13007
  letter-spacing: -0.02em;
12674
13008
  font-weight: 500;
12675
13009
  }
@@ -12682,7 +13016,7 @@ h5,
12682
13016
  .chip-review-item__caption-semi-bold___AG3ci,
12683
13017
  .chip-review-item__captionSemiBold___azy1h {
12684
13018
  font-size: 12px;
12685
- line-height: 14px;
13019
+ line-height: 1.5;
12686
13020
  letter-spacing: -0.02em;
12687
13021
  font-weight: 600;
12688
13022
  }
@@ -13117,7 +13451,7 @@ h4,
13117
13451
  letter-spacing: -0.02em;
13118
13452
  color: var(--textHeading, #26201a);
13119
13453
  font-size: 16px;
13120
- line-height: 18px;
13454
+ line-height: 1.5;
13121
13455
  }
13122
13456
  @media only screen and (min-width: 1024px) {
13123
13457
  h4,
@@ -13126,7 +13460,7 @@ h4,
13126
13460
  letter-spacing: -0.02em;
13127
13461
  color: var(--textHeading, #26201a);
13128
13462
  font-size: 20px;
13129
- line-height: 24px;
13463
+ line-height: 1.5;
13130
13464
  }
13131
13465
  }
13132
13466
  h5,
@@ -13193,7 +13527,7 @@ h5,
13193
13527
  .product-listing__caption-medium___XH9F9,
13194
13528
  .product-listing__captionMedium___oCpiX {
13195
13529
  font-size: 12px;
13196
- line-height: 14px;
13530
+ line-height: 1.5;
13197
13531
  letter-spacing: -0.02em;
13198
13532
  font-weight: 500;
13199
13533
  }
@@ -13206,7 +13540,7 @@ h5,
13206
13540
  .product-listing__caption-semi-bold___SE234,
13207
13541
  .product-listing__captionSemiBold___gFdf3 {
13208
13542
  font-size: 12px;
13209
- line-height: 14px;
13543
+ line-height: 1.5;
13210
13544
  letter-spacing: -0.02em;
13211
13545
  font-weight: 600;
13212
13546
  }
@@ -13699,7 +14033,7 @@ h5,
13699
14033
  letter-spacing: -0.02em;
13700
14034
  color: var(--textHeading, #26201a);
13701
14035
  font-size: 16px;
13702
- line-height: 18px;
14036
+ line-height: 1.5;
13703
14037
  }
13704
14038
  .product-listing__filterHeaderContainer___sQ_rk .product-listing__filterHeader___YFW0N .product-listing__resetBtn___q5ZVf {
13705
14039
  font-weight: 500;
@@ -13814,7 +14148,7 @@ h5,
13814
14148
  letter-spacing: -0.02em;
13815
14149
  color: var(--textHeading, #26201a);
13816
14150
  font-size: 16px;
13817
- line-height: 18px;
14151
+ line-height: 1.5;
13818
14152
  }
13819
14153
  @media only screen and (min-width: 1024px) {
13820
14154
  .product-listing__rightHeader___DQkjd .product-listing__headerLeft___mYXmW .product-listing__title___wSoBr {
@@ -13822,7 +14156,7 @@ h5,
13822
14156
  letter-spacing: -0.02em;
13823
14157
  color: var(--textHeading, #26201a);
13824
14158
  font-size: 20px;
13825
- line-height: 24px;
14159
+ line-height: 1.5;
13826
14160
  }
13827
14161
  }
13828
14162
  .product-listing__rightHeader___DQkjd .product-listing__headerLeft___mYXmW .product-listing__productCount___xo0ek {
@@ -14032,7 +14366,7 @@ h4,
14032
14366
  letter-spacing: -0.02em;
14033
14367
  color: var(--textHeading, #26201a);
14034
14368
  font-size: 16px;
14035
- line-height: 18px;
14369
+ line-height: 1.5;
14036
14370
  }
14037
14371
  @media only screen and (min-width: 769px) {
14038
14372
  h4,
@@ -14041,7 +14375,7 @@ h4,
14041
14375
  letter-spacing: -0.02em;
14042
14376
  color: var(--textHeading, #26201a);
14043
14377
  font-size: 20px;
14044
- line-height: 24px;
14378
+ line-height: 1.5;
14045
14379
  }
14046
14380
  }
14047
14381
  h5,
@@ -14108,7 +14442,7 @@ h5,
14108
14442
  .breadcrumb__caption-medium___MxQAd,
14109
14443
  .breadcrumb__captionMedium___MZtNV {
14110
14444
  font-size: 12px;
14111
- line-height: 14px;
14445
+ line-height: 1.5;
14112
14446
  letter-spacing: -0.02em;
14113
14447
  font-weight: 500;
14114
14448
  }
@@ -14121,7 +14455,7 @@ h5,
14121
14455
  .breadcrumb__caption-semi-bold___FE1Mr,
14122
14456
  .breadcrumb__captionSemiBold___LSXfW {
14123
14457
  font-size: 12px;
14124
- line-height: 14px;
14458
+ line-height: 1.5;
14125
14459
  letter-spacing: -0.02em;
14126
14460
  font-weight: 600;
14127
14461
  }
@@ -14262,7 +14596,7 @@ h5,
14262
14596
  }
14263
14597
  .breadcrumb__breadcrumbs___lMY9E {
14264
14598
  font-size: 12px;
14265
- line-height: 14px;
14599
+ line-height: 1.5;
14266
14600
  letter-spacing: -0.02em;
14267
14601
  font-weight: 400;
14268
14602
  overflow: hidden;
@@ -14385,7 +14719,7 @@ h4,
14385
14719
  letter-spacing: -0.02em;
14386
14720
  color: var(--textHeading, #26201a);
14387
14721
  font-size: 16px;
14388
- line-height: 18px;
14722
+ line-height: 1.5;
14389
14723
  }
14390
14724
  @media only screen and (min-width: 769px) {
14391
14725
  h4,
@@ -14394,7 +14728,7 @@ h4,
14394
14728
  letter-spacing: -0.02em;
14395
14729
  color: var(--textHeading, #26201a);
14396
14730
  font-size: 20px;
14397
- line-height: 24px;
14731
+ line-height: 1.5;
14398
14732
  }
14399
14733
  }
14400
14734
  h5,
@@ -14461,7 +14795,7 @@ h5,
14461
14795
  .product-card__caption-medium___CaZNT,
14462
14796
  .product-card__captionMedium___IEftW {
14463
14797
  font-size: 12px;
14464
- line-height: 14px;
14798
+ line-height: 1.5;
14465
14799
  letter-spacing: -0.02em;
14466
14800
  font-weight: 500;
14467
14801
  }
@@ -14474,7 +14808,7 @@ h5,
14474
14808
  .product-card__caption-semi-bold___OMihA,
14475
14809
  .product-card__captionSemiBold___vTKty {
14476
14810
  font-size: 12px;
14477
- line-height: 14px;
14811
+ line-height: 1.5;
14478
14812
  letter-spacing: -0.02em;
14479
14813
  font-weight: 600;
14480
14814
  }
@@ -14618,7 +14952,7 @@ h5,
14618
14952
  flex-direction: column;
14619
14953
  height: 100%;
14620
14954
  font-size: 12px;
14621
- line-height: 14px;
14955
+ line-height: 1.5;
14622
14956
  letter-spacing: -0.02em;
14623
14957
  font-weight: 400;
14624
14958
  }
@@ -15085,7 +15419,7 @@ h4,
15085
15419
  letter-spacing: -0.02em;
15086
15420
  color: var(--textHeading, #26201a);
15087
15421
  font-size: 16px;
15088
- line-height: 18px;
15422
+ line-height: 1.5;
15089
15423
  }
15090
15424
  @media only screen and (min-width: 769px) {
15091
15425
  h4,
@@ -15094,7 +15428,7 @@ h4,
15094
15428
  letter-spacing: -0.02em;
15095
15429
  color: var(--textHeading, #26201a);
15096
15430
  font-size: 20px;
15097
- line-height: 24px;
15431
+ line-height: 1.5;
15098
15432
  }
15099
15433
  }
15100
15434
  h5,
@@ -15161,7 +15495,7 @@ h5,
15161
15495
  .sort__caption-medium___nr2a7,
15162
15496
  .sort__captionMedium___WfP0J {
15163
15497
  font-size: 12px;
15164
- line-height: 14px;
15498
+ line-height: 1.5;
15165
15499
  letter-spacing: -0.02em;
15166
15500
  font-weight: 500;
15167
15501
  }
@@ -15174,7 +15508,7 @@ h5,
15174
15508
  .sort__caption-semi-bold___GYtms,
15175
15509
  .sort__captionSemiBold___b3M8T {
15176
15510
  font-size: 12px;
15177
- line-height: 14px;
15511
+ line-height: 1.5;
15178
15512
  letter-spacing: -0.02em;
15179
15513
  font-weight: 600;
15180
15514
  }
@@ -15516,7 +15850,7 @@ h4,
15516
15850
  letter-spacing: -0.02em;
15517
15851
  color: var(--textHeading, #26201a);
15518
15852
  font-size: 16px;
15519
- line-height: 18px;
15853
+ line-height: 1.5;
15520
15854
  }
15521
15855
  @media only screen and (min-width: 769px) {
15522
15856
  h4,
@@ -15525,7 +15859,7 @@ h4,
15525
15859
  letter-spacing: -0.02em;
15526
15860
  color: var(--textHeading, #26201a);
15527
15861
  font-size: 20px;
15528
- line-height: 24px;
15862
+ line-height: 1.5;
15529
15863
  }
15530
15864
  }
15531
15865
  h5,
@@ -15592,7 +15926,7 @@ h5,
15592
15926
  .filter-list__caption-medium___yb4OC,
15593
15927
  .filter-list__captionMedium___dxXdq {
15594
15928
  font-size: 12px;
15595
- line-height: 14px;
15929
+ line-height: 1.5;
15596
15930
  letter-spacing: -0.02em;
15597
15931
  font-weight: 500;
15598
15932
  }
@@ -15605,7 +15939,7 @@ h5,
15605
15939
  .filter-list__caption-semi-bold___SVRwg,
15606
15940
  .filter-list__captionSemiBold___fdrIO {
15607
15941
  font-size: 12px;
15608
- line-height: 14px;
15942
+ line-height: 1.5;
15609
15943
  letter-spacing: -0.02em;
15610
15944
  font-weight: 600;
15611
15945
  }
@@ -15750,7 +16084,7 @@ h5,
15750
16084
  }
15751
16085
  .filter-list__filter__list--search___zZ8XN .filter-list__text___BdD0V {
15752
16086
  font-size: 12px;
15753
- line-height: 14px;
16087
+ line-height: 1.5;
15754
16088
  padding-top: 15px;
15755
16089
  padding-inline-end: 15px;
15756
16090
  padding-bottom: 15px;
@@ -15768,7 +16102,7 @@ h5,
15768
16102
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item___q3SYS {
15769
16103
  cursor: pointer;
15770
16104
  font-size: 12px;
15771
- line-height: 14px;
16105
+ line-height: 1.5;
15772
16106
  }
15773
16107
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item___q3SYS:hover .filter-list__checkbox-icon___K0fU1:not(.filter-list__selected___DNi9J) {
15774
16108
  stroke: var(--buttonPrimary, #4e3f09);
@@ -15904,7 +16238,7 @@ h5,
15904
16238
  }
15905
16239
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx .filter-list__filter__item___q3SYS {
15906
16240
  font-size: 12px;
15907
- line-height: 14px;
16241
+ line-height: 1.5;
15908
16242
  cursor: pointer;
15909
16243
  }
15910
16244
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx .filter-list__filter__item___q3SYS:hover .filter-list__checkbox-icon___K0fU1:not(.filter-list__selected___DNi9J) {
@@ -16057,7 +16391,7 @@ h4,
16057
16391
  letter-spacing: -0.02em;
16058
16392
  color: var(--textHeading, #26201a);
16059
16393
  font-size: 16px;
16060
- line-height: 18px;
16394
+ line-height: 1.5;
16061
16395
  }
16062
16396
  @media only screen and (min-width: 769px) {
16063
16397
  h4,
@@ -16066,7 +16400,7 @@ h4,
16066
16400
  letter-spacing: -0.02em;
16067
16401
  color: var(--textHeading, #26201a);
16068
16402
  font-size: 20px;
16069
- line-height: 24px;
16403
+ line-height: 1.5;
16070
16404
  }
16071
16405
  }
16072
16406
  h5,
@@ -16133,7 +16467,7 @@ h5,
16133
16467
  .range-slider__caption-medium___K86Ns,
16134
16468
  .range-slider__captionMedium___CosnQ {
16135
16469
  font-size: 12px;
16136
- line-height: 14px;
16470
+ line-height: 1.5;
16137
16471
  letter-spacing: -0.02em;
16138
16472
  font-weight: 500;
16139
16473
  }
@@ -16146,7 +16480,7 @@ h5,
16146
16480
  .range-slider__caption-semi-bold___CrlLO,
16147
16481
  .range-slider__captionSemiBold___O7Ix4 {
16148
16482
  font-size: 12px;
16149
- line-height: 14px;
16483
+ line-height: 1.5;
16150
16484
  letter-spacing: -0.02em;
16151
16485
  font-weight: 600;
16152
16486
  }
@@ -16457,7 +16791,7 @@ h4,
16457
16791
  letter-spacing: -0.02em;
16458
16792
  color: var(--textHeading, #26201a);
16459
16793
  font-size: 16px;
16460
- line-height: 18px;
16794
+ line-height: 1.5;
16461
16795
  }
16462
16796
  @media only screen and (min-width: 769px) {
16463
16797
  h4,
@@ -16466,7 +16800,7 @@ h4,
16466
16800
  letter-spacing: -0.02em;
16467
16801
  color: var(--textHeading, #26201a);
16468
16802
  font-size: 20px;
16469
- line-height: 24px;
16803
+ line-height: 1.5;
16470
16804
  }
16471
16805
  }
16472
16806
  h5,
@@ -16533,7 +16867,7 @@ h5,
16533
16867
  .filter-item__caption-medium___tjUIV,
16534
16868
  .filter-item__captionMedium___LU7ic {
16535
16869
  font-size: 12px;
16536
- line-height: 14px;
16870
+ line-height: 1.5;
16537
16871
  letter-spacing: -0.02em;
16538
16872
  font-weight: 500;
16539
16873
  }
@@ -16546,7 +16880,7 @@ h5,
16546
16880
  .filter-item__caption-semi-bold___WRnej,
16547
16881
  .filter-item__captionSemiBold___xGlUV {
16548
16882
  font-size: 12px;
16549
- line-height: 14px;
16883
+ line-height: 1.5;
16550
16884
  letter-spacing: -0.02em;
16551
16885
  font-weight: 600;
16552
16886
  }
@@ -16692,7 +17026,7 @@ h5,
16692
17026
  .filter-item__filter__title___dGCtU {
16693
17027
  margin-bottom: 16px;
16694
17028
  cursor: pointer;
16695
- line-height: 14px;
17029
+ line-height: 1.5;
16696
17030
  }
16697
17031
  .filter-item__filter__title___dGCtU .filter-item__name___ufVTo {
16698
17032
  color: var(--textHeading, #26201a);
@@ -16831,7 +17165,7 @@ h4,
16831
17165
  letter-spacing: -0.02em;
16832
17166
  color: var(--textHeading, #26201a);
16833
17167
  font-size: 16px;
16834
- line-height: 18px;
17168
+ line-height: 1.5;
16835
17169
  }
16836
17170
  @media only screen and (min-width: 1024px) {
16837
17171
  h4,
@@ -16840,7 +17174,7 @@ h4,
16840
17174
  letter-spacing: -0.02em;
16841
17175
  color: var(--textHeading, #26201a);
16842
17176
  font-size: 20px;
16843
- line-height: 24px;
17177
+ line-height: 1.5;
16844
17178
  }
16845
17179
  }
16846
17180
  h5,
@@ -16907,7 +17241,7 @@ h5,
16907
17241
  .pagination__caption-medium___jtoVr,
16908
17242
  .pagination__captionMedium___jNBGw {
16909
17243
  font-size: 12px;
16910
- line-height: 14px;
17244
+ line-height: 1.5;
16911
17245
  letter-spacing: -0.02em;
16912
17246
  font-weight: 500;
16913
17247
  }
@@ -16920,7 +17254,7 @@ h5,
16920
17254
  .pagination__caption-semi-bold___fVaBz,
16921
17255
  .pagination__captionSemiBold___pXxji {
16922
17256
  font-size: 12px;
16923
- line-height: 14px;
17257
+ line-height: 1.5;
16924
17258
  letter-spacing: -0.02em;
16925
17259
  font-weight: 600;
16926
17260
  }
@@ -17233,7 +17567,7 @@ h4,
17233
17567
  letter-spacing: -0.02em;
17234
17568
  color: var(--textHeading, #26201a);
17235
17569
  font-size: 16px;
17236
- line-height: 18px;
17570
+ line-height: 1.5;
17237
17571
  }
17238
17572
  @media only screen and (min-width: 769px) {
17239
17573
  h4,
@@ -17242,7 +17576,7 @@ h4,
17242
17576
  letter-spacing: -0.02em;
17243
17577
  color: var(--textHeading, #26201a);
17244
17578
  font-size: 20px;
17245
- line-height: 24px;
17579
+ line-height: 1.5;
17246
17580
  }
17247
17581
  }
17248
17582
  h5,
@@ -17309,7 +17643,7 @@ h5,
17309
17643
  .filter-tags__caption-medium___SR5ZX,
17310
17644
  .filter-tags__captionMedium___QlgM9 {
17311
17645
  font-size: 12px;
17312
- line-height: 14px;
17646
+ line-height: 1.5;
17313
17647
  letter-spacing: -0.02em;
17314
17648
  font-weight: 500;
17315
17649
  }
@@ -17322,7 +17656,7 @@ h5,
17322
17656
  .filter-tags__caption-semi-bold___unLXe,
17323
17657
  .filter-tags__captionSemiBold___fufAk {
17324
17658
  font-size: 12px;
17325
- line-height: 14px;
17659
+ line-height: 1.5;
17326
17660
  letter-spacing: -0.02em;
17327
17661
  font-weight: 600;
17328
17662
  }
@@ -17654,7 +17988,7 @@ h4,
17654
17988
  letter-spacing: -0.02em;
17655
17989
  color: var(--textHeading, #26201a);
17656
17990
  font-size: 16px;
17657
- line-height: 18px;
17991
+ line-height: 1.5;
17658
17992
  }
17659
17993
  @media only screen and (min-width: 769px) {
17660
17994
  h4,
@@ -17663,7 +17997,7 @@ h4,
17663
17997
  letter-spacing: -0.02em;
17664
17998
  color: var(--textHeading, #26201a);
17665
17999
  font-size: 20px;
17666
- line-height: 24px;
18000
+ line-height: 1.5;
17667
18001
  }
17668
18002
  }
17669
18003
  h5,
@@ -17730,7 +18064,7 @@ h5,
17730
18064
  .listing-description__caption-medium___W4MXk,
17731
18065
  .listing-description__captionMedium___SNge0 {
17732
18066
  font-size: 12px;
17733
- line-height: 14px;
18067
+ line-height: 1.5;
17734
18068
  letter-spacing: -0.02em;
17735
18069
  font-weight: 500;
17736
18070
  }
@@ -17743,7 +18077,7 @@ h5,
17743
18077
  .listing-description__caption-semi-bold___dfN2m,
17744
18078
  .listing-description__captionSemiBold___MiV23 {
17745
18079
  font-size: 12px;
17746
- line-height: 14px;
18080
+ line-height: 1.5;
17747
18081
  letter-spacing: -0.02em;
17748
18082
  font-weight: 600;
17749
18083
  }
@@ -17901,7 +18235,7 @@ h5,
17901
18235
  }
17902
18236
  .listing-description__descriptionWrapper___tzE5e .listing-description__descriptionContent___nGHJ_ {
17903
18237
  font-size: 12px;
17904
- line-height: 14px;
18238
+ line-height: 1.5;
17905
18239
  letter-spacing: -0.02em;
17906
18240
  font-weight: 400;
17907
18241
  color: var(--textBody, #3c3131);
@@ -18062,7 +18396,7 @@ h4,
18062
18396
  letter-spacing: -0.02em;
18063
18397
  color: var(--textHeading, #26201a);
18064
18398
  font-size: 16px;
18065
- line-height: 18px;
18399
+ line-height: 1.5;
18066
18400
  }
18067
18401
  @media only screen and (min-width: 769px) {
18068
18402
  h4,
@@ -18071,7 +18405,7 @@ h4,
18071
18405
  letter-spacing: -0.02em;
18072
18406
  color: var(--textHeading, #26201a);
18073
18407
  font-size: 20px;
18074
- line-height: 24px;
18408
+ line-height: 1.5;
18075
18409
  }
18076
18410
  }
18077
18411
  h5,
@@ -18138,7 +18472,7 @@ h5,
18138
18472
  .sort-modal__caption-medium___ynqM6,
18139
18473
  .sort-modal__captionMedium___hHjYm {
18140
18474
  font-size: 12px;
18141
- line-height: 14px;
18475
+ line-height: 1.5;
18142
18476
  letter-spacing: -0.02em;
18143
18477
  font-weight: 500;
18144
18478
  }
@@ -18151,7 +18485,7 @@ h5,
18151
18485
  .sort-modal__caption-semi-bold___heeCY,
18152
18486
  .sort-modal__captionSemiBold___aWTLB {
18153
18487
  font-size: 12px;
18154
- line-height: 14px;
18488
+ line-height: 1.5;
18155
18489
  letter-spacing: -0.02em;
18156
18490
  font-weight: 600;
18157
18491
  }
@@ -18509,7 +18843,7 @@ h4,
18509
18843
  letter-spacing: -0.02em;
18510
18844
  color: var(--textHeading, #26201a);
18511
18845
  font-size: 16px;
18512
- line-height: 18px;
18846
+ line-height: 1.5;
18513
18847
  }
18514
18848
  @media only screen and (min-width: 769px) {
18515
18849
  h4,
@@ -18518,7 +18852,7 @@ h4,
18518
18852
  letter-spacing: -0.02em;
18519
18853
  color: var(--textHeading, #26201a);
18520
18854
  font-size: 20px;
18521
- line-height: 24px;
18855
+ line-height: 1.5;
18522
18856
  }
18523
18857
  }
18524
18858
  h5,
@@ -18585,7 +18919,7 @@ h5,
18585
18919
  .filter-modal__caption-medium___Jd2lC,
18586
18920
  .filter-modal__captionMedium___GgUW0 {
18587
18921
  font-size: 12px;
18588
- line-height: 14px;
18922
+ line-height: 1.5;
18589
18923
  letter-spacing: -0.02em;
18590
18924
  font-weight: 500;
18591
18925
  }
@@ -18598,7 +18932,7 @@ h5,
18598
18932
  .filter-modal__caption-semi-bold___yrkU9,
18599
18933
  .filter-modal__captionSemiBold___gaTjM {
18600
18934
  font-size: 12px;
18601
- line-height: 14px;
18935
+ line-height: 1.5;
18602
18936
  letter-spacing: -0.02em;
18603
18937
  font-weight: 600;
18604
18938
  }
@@ -18963,7 +19297,7 @@ h4,
18963
19297
  letter-spacing: -0.02em;
18964
19298
  color: var(--textHeading, #26201a);
18965
19299
  font-size: 16px;
18966
- line-height: 18px;
19300
+ line-height: 1.5;
18967
19301
  }
18968
19302
  @media only screen and (min-width: 769px) {
18969
19303
  h4,
@@ -18972,7 +19306,7 @@ h4,
18972
19306
  letter-spacing: -0.02em;
18973
19307
  color: var(--textHeading, #26201a);
18974
19308
  font-size: 20px;
18975
- line-height: 24px;
19309
+ line-height: 1.5;
18976
19310
  }
18977
19311
  }
18978
19312
  h5,
@@ -19039,7 +19373,7 @@ h5,
19039
19373
  .scroll-top__caption-medium___vGhhh,
19040
19374
  .scroll-top__captionMedium___Cq3UM {
19041
19375
  font-size: 12px;
19042
- line-height: 14px;
19376
+ line-height: 1.5;
19043
19377
  letter-spacing: -0.02em;
19044
19378
  font-weight: 500;
19045
19379
  }
@@ -19052,7 +19386,7 @@ h5,
19052
19386
  .scroll-top__caption-semi-bold___s0AWa,
19053
19387
  .scroll-top__captionSemiBold___kaoff {
19054
19388
  font-size: 12px;
19055
- line-height: 14px;
19389
+ line-height: 1.5;
19056
19390
  letter-spacing: -0.02em;
19057
19391
  font-weight: 600;
19058
19392
  }
@@ -19213,7 +19547,7 @@ h5,
19213
19547
  }
19214
19548
  .scroll-top__scrollTop___xohSh .scroll-top__scrollTopText___lswQd {
19215
19549
  font-size: 12px;
19216
- line-height: 14px;
19550
+ line-height: 1.5;
19217
19551
  letter-spacing: -0.02em;
19218
19552
  font-weight: 400;
19219
19553
  }
@@ -19361,7 +19695,7 @@ h4,
19361
19695
  letter-spacing: -0.02em;
19362
19696
  color: var(--textHeading, #26201a);
19363
19697
  font-size: 16px;
19364
- line-height: 18px;
19698
+ line-height: 1.5;
19365
19699
  }
19366
19700
  @media only screen and (min-width: 769px) {
19367
19701
  h4,
@@ -19370,7 +19704,7 @@ h4,
19370
19704
  letter-spacing: -0.02em;
19371
19705
  color: var(--textHeading, #26201a);
19372
19706
  font-size: 20px;
19373
- line-height: 24px;
19707
+ line-height: 1.5;
19374
19708
  }
19375
19709
  }
19376
19710
  h5,
@@ -19437,7 +19771,7 @@ h5,
19437
19771
  .empty-state__caption-medium___Cj9cn,
19438
19772
  .empty-state__captionMedium___e0w26 {
19439
19773
  font-size: 12px;
19440
- line-height: 14px;
19774
+ line-height: 1.5;
19441
19775
  letter-spacing: -0.02em;
19442
19776
  font-weight: 500;
19443
19777
  }
@@ -19450,7 +19784,7 @@ h5,
19450
19784
  .empty-state__caption-semi-bold___ftnL8,
19451
19785
  .empty-state__captionSemiBold___yK0OI {
19452
19786
  font-size: 12px;
19453
- line-height: 14px;
19787
+ line-height: 1.5;
19454
19788
  letter-spacing: -0.02em;
19455
19789
  font-weight: 600;
19456
19790
  }
@@ -19754,7 +20088,7 @@ h4,
19754
20088
  letter-spacing: -0.02em;
19755
20089
  color: var(--textHeading, #26201a);
19756
20090
  font-size: 16px;
19757
- line-height: 18px;
20091
+ line-height: 1.5;
19758
20092
  }
19759
20093
  @media only screen and (min-width: 769px) {
19760
20094
  h4,
@@ -19763,7 +20097,7 @@ h4,
19763
20097
  letter-spacing: -0.02em;
19764
20098
  color: var(--textHeading, #26201a);
19765
20099
  font-size: 20px;
19766
- line-height: 24px;
20100
+ line-height: 1.5;
19767
20101
  }
19768
20102
  }
19769
20103
  h5,
@@ -19830,7 +20164,7 @@ h5,
19830
20164
  .add-to-cart__caption-medium___Omcfi,
19831
20165
  .add-to-cart__captionMedium___YBN3Y {
19832
20166
  font-size: 12px;
19833
- line-height: 14px;
20167
+ line-height: 1.5;
19834
20168
  letter-spacing: -0.02em;
19835
20169
  font-weight: 500;
19836
20170
  }
@@ -19843,7 +20177,7 @@ h5,
19843
20177
  .add-to-cart__caption-semi-bold___Gm7jC,
19844
20178
  .add-to-cart__captionSemiBold___FefSJ {
19845
20179
  font-size: 12px;
19846
- line-height: 14px;
20180
+ line-height: 1.5;
19847
20181
  letter-spacing: -0.02em;
19848
20182
  font-weight: 600;
19849
20183
  }
@@ -20612,7 +20946,7 @@ h4,
20612
20946
  letter-spacing: -0.02em;
20613
20947
  color: var(--textHeading, #26201a);
20614
20948
  font-size: 16px;
20615
- line-height: 18px;
20949
+ line-height: 1.5;
20616
20950
  }
20617
20951
  @media only screen and (min-width: 769px) {
20618
20952
  h4,
@@ -20621,7 +20955,7 @@ h4,
20621
20955
  letter-spacing: -0.02em;
20622
20956
  color: var(--textHeading, #26201a);
20623
20957
  font-size: 20px;
20624
- line-height: 24px;
20958
+ line-height: 1.5;
20625
20959
  }
20626
20960
  }
20627
20961
  h5,
@@ -20688,7 +21022,7 @@ h5,
20688
21022
  .pic-zoom__caption-medium___WlapQ,
20689
21023
  .pic-zoom__captionMedium___hrlKZ {
20690
21024
  font-size: 12px;
20691
- line-height: 14px;
21025
+ line-height: 1.5;
20692
21026
  letter-spacing: -0.02em;
20693
21027
  font-weight: 500;
20694
21028
  }
@@ -20701,7 +21035,7 @@ h5,
20701
21035
  .pic-zoom__caption-semi-bold___Q_OYT,
20702
21036
  .pic-zoom__captionSemiBold___jAqbA {
20703
21037
  font-size: 12px;
20704
- line-height: 14px;
21038
+ line-height: 1.5;
20705
21039
  letter-spacing: -0.02em;
20706
21040
  font-weight: 600;
20707
21041
  }
@@ -21053,7 +21387,7 @@ h4,
21053
21387
  letter-spacing: -0.02em;
21054
21388
  color: var(--textHeading, #26201a);
21055
21389
  font-size: 16px;
21056
- line-height: 18px;
21390
+ line-height: 1.5;
21057
21391
  }
21058
21392
  @media only screen and (min-width: 769px) {
21059
21393
  h4,
@@ -21062,7 +21396,7 @@ h4,
21062
21396
  letter-spacing: -0.02em;
21063
21397
  color: var(--textHeading, #26201a);
21064
21398
  font-size: 20px;
21065
- line-height: 24px;
21399
+ line-height: 1.5;
21066
21400
  }
21067
21401
  }
21068
21402
  h5,
@@ -21129,7 +21463,7 @@ h5,
21129
21463
  .image-gallery__caption-medium___yHRMW,
21130
21464
  .image-gallery__captionMedium___bTN7h {
21131
21465
  font-size: 12px;
21132
- line-height: 14px;
21466
+ line-height: 1.5;
21133
21467
  letter-spacing: -0.02em;
21134
21468
  font-weight: 500;
21135
21469
  }
@@ -21142,7 +21476,7 @@ h5,
21142
21476
  .image-gallery__caption-semi-bold___qpxl3,
21143
21477
  .image-gallery__captionSemiBold___T6Ai1 {
21144
21478
  font-size: 12px;
21145
- line-height: 14px;
21479
+ line-height: 1.5;
21146
21480
  letter-spacing: -0.02em;
21147
21481
  font-weight: 600;
21148
21482
  }
@@ -21659,7 +21993,7 @@ h4,
21659
21993
  letter-spacing: -0.02em;
21660
21994
  color: var(--textHeading, #26201a);
21661
21995
  font-size: 16px;
21662
- line-height: 18px;
21996
+ line-height: 1.5;
21663
21997
  }
21664
21998
  @media only screen and (min-width: 769px) {
21665
21999
  h4,
@@ -21668,7 +22002,7 @@ h4,
21668
22002
  letter-spacing: -0.02em;
21669
22003
  color: var(--textHeading, #26201a);
21670
22004
  font-size: 20px;
21671
- line-height: 24px;
22005
+ line-height: 1.5;
21672
22006
  }
21673
22007
  }
21674
22008
  h5,
@@ -21735,7 +22069,7 @@ h5,
21735
22069
  .lightbox-image__caption-medium___iGXDq,
21736
22070
  .lightbox-image__captionMedium___lv54U {
21737
22071
  font-size: 12px;
21738
- line-height: 14px;
22072
+ line-height: 1.5;
21739
22073
  letter-spacing: -0.02em;
21740
22074
  font-weight: 500;
21741
22075
  }
@@ -21748,7 +22082,7 @@ h5,
21748
22082
  .lightbox-image__caption-semi-bold___mEkYg,
21749
22083
  .lightbox-image__captionSemiBold___y_0rr {
21750
22084
  font-size: 12px;
21751
- line-height: 14px;
22085
+ line-height: 1.5;
21752
22086
  letter-spacing: -0.02em;
21753
22087
  font-weight: 600;
21754
22088
  }
@@ -22461,7 +22795,7 @@ h4,
22461
22795
  letter-spacing: -0.02em;
22462
22796
  color: var(--textHeading, #26201a);
22463
22797
  font-size: 16px;
22464
- line-height: 18px;
22798
+ line-height: 1.5;
22465
22799
  }
22466
22800
  @media only screen and (min-width: 769px) {
22467
22801
  h4,
@@ -22470,7 +22804,7 @@ h4,
22470
22804
  letter-spacing: -0.02em;
22471
22805
  color: var(--textHeading, #26201a);
22472
22806
  font-size: 20px;
22473
- line-height: 24px;
22807
+ line-height: 1.5;
22474
22808
  }
22475
22809
  }
22476
22810
  h5,
@@ -22537,7 +22871,7 @@ h5,
22537
22871
  .mobile-slider__caption-medium___AS2ab,
22538
22872
  .mobile-slider__captionMedium___Bh1kJ {
22539
22873
  font-size: 12px;
22540
- line-height: 14px;
22874
+ line-height: 1.5;
22541
22875
  letter-spacing: -0.02em;
22542
22876
  font-weight: 500;
22543
22877
  }
@@ -22550,7 +22884,7 @@ h5,
22550
22884
  .mobile-slider__caption-semi-bold___O9gkY,
22551
22885
  .mobile-slider__captionSemiBold___Lmo6y {
22552
22886
  font-size: 12px;
22553
- line-height: 14px;
22887
+ line-height: 1.5;
22554
22888
  letter-spacing: -0.02em;
22555
22889
  font-weight: 600;
22556
22890
  }
@@ -22967,7 +23301,7 @@ h4,
22967
23301
  letter-spacing: -0.02em;
22968
23302
  color: var(--textHeading, #26201a);
22969
23303
  font-size: 16px;
22970
- line-height: 18px;
23304
+ line-height: 1.5;
22971
23305
  }
22972
23306
  @media only screen and (min-width: 769px) {
22973
23307
  h4,
@@ -22976,7 +23310,7 @@ h4,
22976
23310
  letter-spacing: -0.02em;
22977
23311
  color: var(--textHeading, #26201a);
22978
23312
  font-size: 20px;
22979
- line-height: 24px;
23313
+ line-height: 1.5;
22980
23314
  }
22981
23315
  }
22982
23316
  h5,
@@ -23043,7 +23377,7 @@ h5,
23043
23377
  .product-variants__caption-medium___P8wbS,
23044
23378
  .product-variants__captionMedium___uPEVq {
23045
23379
  font-size: 12px;
23046
- line-height: 14px;
23380
+ line-height: 1.5;
23047
23381
  letter-spacing: -0.02em;
23048
23382
  font-weight: 500;
23049
23383
  }
@@ -23056,7 +23390,7 @@ h5,
23056
23390
  .product-variants__caption-semi-bold___Q50ad,
23057
23391
  .product-variants__captionSemiBold____2T0B {
23058
23392
  font-size: 12px;
23059
- line-height: 14px;
23393
+ line-height: 1.5;
23060
23394
  letter-spacing: -0.02em;
23061
23395
  font-weight: 600;
23062
23396
  }
@@ -23448,7 +23782,7 @@ h4,
23448
23782
  letter-spacing: -0.02em;
23449
23783
  color: var(--textHeading, #26201a);
23450
23784
  font-size: 16px;
23451
- line-height: 18px;
23785
+ line-height: 1.5;
23452
23786
  }
23453
23787
  @media only screen and (min-width: 769px) {
23454
23788
  h4,
@@ -23457,7 +23791,7 @@ h4,
23457
23791
  letter-spacing: -0.02em;
23458
23792
  color: var(--textHeading, #26201a);
23459
23793
  font-size: 20px;
23460
- line-height: 24px;
23794
+ line-height: 1.5;
23461
23795
  }
23462
23796
  }
23463
23797
  h5,
@@ -23524,7 +23858,7 @@ h5,
23524
23858
  .delivery-info__caption-medium___HT4YG,
23525
23859
  .delivery-info__captionMedium___rzTzv {
23526
23860
  font-size: 12px;
23527
- line-height: 14px;
23861
+ line-height: 1.5;
23528
23862
  letter-spacing: -0.02em;
23529
23863
  font-weight: 500;
23530
23864
  }
@@ -23537,7 +23871,7 @@ h5,
23537
23871
  .delivery-info__caption-semi-bold___AmQ4R,
23538
23872
  .delivery-info__captionSemiBold___Vnuwe {
23539
23873
  font-size: 12px;
23540
- line-height: 14px;
23874
+ line-height: 1.5;
23541
23875
  letter-spacing: -0.02em;
23542
23876
  font-weight: 600;
23543
23877
  }
@@ -23924,7 +24258,7 @@ h4,
23924
24258
  letter-spacing: -0.02em;
23925
24259
  color: var(--textHeading, #26201a);
23926
24260
  font-size: 16px;
23927
- line-height: 18px;
24261
+ line-height: 1.5;
23928
24262
  }
23929
24263
  @media only screen and (min-width: 769px) {
23930
24264
  h4,
@@ -23933,7 +24267,7 @@ h4,
23933
24267
  letter-spacing: -0.02em;
23934
24268
  color: var(--textHeading, #26201a);
23935
24269
  font-size: 20px;
23936
- line-height: 24px;
24270
+ line-height: 1.5;
23937
24271
  }
23938
24272
  }
23939
24273
  h5,
@@ -24000,7 +24334,7 @@ h5,
24000
24334
  .size-guide__caption-medium___cPUBB,
24001
24335
  .size-guide__captionMedium____1br3 {
24002
24336
  font-size: 12px;
24003
- line-height: 14px;
24337
+ line-height: 1.5;
24004
24338
  letter-spacing: -0.02em;
24005
24339
  font-weight: 500;
24006
24340
  }
@@ -24013,7 +24347,7 @@ h5,
24013
24347
  .size-guide__caption-semi-bold___f3eCm,
24014
24348
  .size-guide__captionSemiBold___fe7xk {
24015
24349
  font-size: 12px;
24016
- line-height: 14px;
24350
+ line-height: 1.5;
24017
24351
  letter-spacing: -0.02em;
24018
24352
  font-weight: 600;
24019
24353
  }
@@ -24450,7 +24784,7 @@ h4,
24450
24784
  letter-spacing: -0.02em;
24451
24785
  color: var(--textHeading, #26201a);
24452
24786
  font-size: 16px;
24453
- line-height: 18px;
24787
+ line-height: 1.5;
24454
24788
  }
24455
24789
  @media only screen and (min-width: 769px) {
24456
24790
  h4,
@@ -24459,7 +24793,7 @@ h4,
24459
24793
  letter-spacing: -0.02em;
24460
24794
  color: var(--textHeading, #26201a);
24461
24795
  font-size: 20px;
24462
- line-height: 24px;
24796
+ line-height: 1.5;
24463
24797
  }
24464
24798
  }
24465
24799
  h5,
@@ -24526,7 +24860,7 @@ h5,
24526
24860
  .wishlist__caption-medium___luSg1,
24527
24861
  .wishlist__captionMedium___Q3m_H {
24528
24862
  font-size: 12px;
24529
- line-height: 14px;
24863
+ line-height: 1.5;
24530
24864
  letter-spacing: -0.02em;
24531
24865
  font-weight: 500;
24532
24866
  }
@@ -24539,7 +24873,7 @@ h5,
24539
24873
  .wishlist__caption-semi-bold___ZcNE6,
24540
24874
  .wishlist__captionSemiBold___MbbB1 {
24541
24875
  font-size: 12px;
24542
- line-height: 14px;
24876
+ line-height: 1.5;
24543
24877
  letter-spacing: -0.02em;
24544
24878
  font-weight: 600;
24545
24879
  }
@@ -24702,7 +25036,7 @@ h5,
24702
25036
  font-weight: 600;
24703
25037
  letter-spacing: -0.02em;
24704
25038
  font-size: 16px;
24705
- line-height: 18px;
25039
+ line-height: 1.5;
24706
25040
  color: var(--textHeading, #26201a);
24707
25041
  }
24708
25042
  @media only screen and (min-width: 769px) {
@@ -24711,7 +25045,7 @@ h5,
24711
25045
  letter-spacing: -0.02em;
24712
25046
  color: var(--textHeading, #26201a);
24713
25047
  font-size: 20px;
24714
- line-height: 24px;
25048
+ line-height: 1.5;
24715
25049
  }
24716
25050
  }
24717
25051
  .wishlist__titleWrapper____fKSw .wishlist__wishlistCount___TGH6V {
@@ -24871,7 +25205,7 @@ h4,
24871
25205
  letter-spacing: -0.02em;
24872
25206
  color: var(--textHeading, #26201a);
24873
25207
  font-size: 16px;
24874
- line-height: 18px;
25208
+ line-height: 1.5;
24875
25209
  }
24876
25210
  @media only screen and (min-width: 769px) {
24877
25211
  h4,
@@ -24880,7 +25214,7 @@ h4,
24880
25214
  letter-spacing: -0.02em;
24881
25215
  color: var(--textHeading, #26201a);
24882
25216
  font-size: 20px;
24883
- line-height: 24px;
25217
+ line-height: 1.5;
24884
25218
  }
24885
25219
  }
24886
25220
  h5,
@@ -24947,7 +25281,7 @@ h5,
24947
25281
  .edit-profile__caption-medium___D6wDI,
24948
25282
  .edit-profile__captionMedium___MDrPq {
24949
25283
  font-size: 12px;
24950
- line-height: 14px;
25284
+ line-height: 1.5;
24951
25285
  letter-spacing: -0.02em;
24952
25286
  font-weight: 500;
24953
25287
  }
@@ -24960,7 +25294,7 @@ h5,
24960
25294
  .edit-profile__caption-semi-bold___Cx2fM,
24961
25295
  .edit-profile__captionSemiBold___UbwTg {
24962
25296
  font-size: 12px;
24963
- line-height: 14px;
25297
+ line-height: 1.5;
24964
25298
  letter-spacing: -0.02em;
24965
25299
  font-weight: 600;
24966
25300
  }
@@ -25410,7 +25744,7 @@ h4,
25410
25744
  letter-spacing: -0.02em;
25411
25745
  color: var(--textHeading, #26201a);
25412
25746
  font-size: 16px;
25413
- line-height: 18px;
25747
+ line-height: 1.5;
25414
25748
  }
25415
25749
  @media only screen and (min-width: 769px) {
25416
25750
  h4,
@@ -25419,7 +25753,7 @@ h4,
25419
25753
  letter-spacing: -0.02em;
25420
25754
  color: var(--textHeading, #26201a);
25421
25755
  font-size: 20px;
25422
- line-height: 24px;
25756
+ line-height: 1.5;
25423
25757
  }
25424
25758
  }
25425
25759
  h5,
@@ -25486,7 +25820,7 @@ h5,
25486
25820
  .verify-both__caption-medium___QjOc_,
25487
25821
  .verify-both__captionMedium___vIB7N {
25488
25822
  font-size: 12px;
25489
- line-height: 14px;
25823
+ line-height: 1.5;
25490
25824
  letter-spacing: -0.02em;
25491
25825
  font-weight: 500;
25492
25826
  }
@@ -25499,7 +25833,7 @@ h5,
25499
25833
  .verify-both__caption-semi-bold___hN2r2,
25500
25834
  .verify-both__captionSemiBold___ZGDKF {
25501
25835
  font-size: 12px;
25502
- line-height: 14px;
25836
+ line-height: 1.5;
25503
25837
  letter-spacing: -0.02em;
25504
25838
  font-weight: 600;
25505
25839
  }
@@ -25877,7 +26211,7 @@ h4,
25877
26211
  letter-spacing: -0.02em;
25878
26212
  color: var(--textHeading, #26201a);
25879
26213
  font-size: 16px;
25880
- line-height: 18px;
26214
+ line-height: 1.5;
25881
26215
  }
25882
26216
  @media only screen and (min-width: 769px) {
25883
26217
  h4,
@@ -25886,7 +26220,7 @@ h4,
25886
26220
  letter-spacing: -0.02em;
25887
26221
  color: var(--textHeading, #26201a);
25888
26222
  font-size: 20px;
25889
- line-height: 24px;
26223
+ line-height: 1.5;
25890
26224
  }
25891
26225
  }
25892
26226
  h5,
@@ -25953,7 +26287,7 @@ h5,
25953
26287
  .forget-password__caption-medium___SDp77,
25954
26288
  .forget-password__captionMedium___sYpg4 {
25955
26289
  font-size: 12px;
25956
- line-height: 14px;
26290
+ line-height: 1.5;
25957
26291
  letter-spacing: -0.02em;
25958
26292
  font-weight: 500;
25959
26293
  }
@@ -25966,7 +26300,7 @@ h5,
25966
26300
  .forget-password__caption-semi-bold___GaUta,
25967
26301
  .forget-password__captionSemiBold___wcMXG {
25968
26302
  font-size: 12px;
25969
- line-height: 14px;
26303
+ line-height: 1.5;
25970
26304
  letter-spacing: -0.02em;
25971
26305
  font-weight: 600;
25972
26306
  }
@@ -26377,7 +26711,7 @@ h4,
26377
26711
  letter-spacing: -0.02em;
26378
26712
  color: var(--textHeading, #26201a);
26379
26713
  font-size: 16px;
26380
- line-height: 18px;
26714
+ line-height: 1.5;
26381
26715
  }
26382
26716
  @media only screen and (min-width: 769px) {
26383
26717
  h4,
@@ -26386,7 +26720,7 @@ h4,
26386
26720
  letter-spacing: -0.02em;
26387
26721
  color: var(--textHeading, #26201a);
26388
26722
  font-size: 20px;
26389
- line-height: 24px;
26723
+ line-height: 1.5;
26390
26724
  }
26391
26725
  }
26392
26726
  h5,
@@ -26453,7 +26787,7 @@ h5,
26453
26787
  .login-register-toggle__caption-medium___TPPc2,
26454
26788
  .login-register-toggle__captionMedium___SG74Q {
26455
26789
  font-size: 12px;
26456
- line-height: 14px;
26790
+ line-height: 1.5;
26457
26791
  letter-spacing: -0.02em;
26458
26792
  font-weight: 500;
26459
26793
  }
@@ -26466,7 +26800,7 @@ h5,
26466
26800
  .login-register-toggle__caption-semi-bold___jC8wa,
26467
26801
  .login-register-toggle__captionSemiBold___ps_L5 {
26468
26802
  font-size: 12px;
26469
- line-height: 14px;
26803
+ line-height: 1.5;
26470
26804
  letter-spacing: -0.02em;
26471
26805
  font-weight: 600;
26472
26806
  }
@@ -26740,7 +27074,7 @@ h4,
26740
27074
  letter-spacing: -0.02em;
26741
27075
  color: var(--textHeading, #26201a);
26742
27076
  font-size: 16px;
26743
- line-height: 18px;
27077
+ line-height: 1.5;
26744
27078
  }
26745
27079
  @media only screen and (min-width: 769px) {
26746
27080
  h4,
@@ -26749,7 +27083,7 @@ h4,
26749
27083
  letter-spacing: -0.02em;
26750
27084
  color: var(--textHeading, #26201a);
26751
27085
  font-size: 20px;
26752
- line-height: 24px;
27086
+ line-height: 1.5;
26753
27087
  }
26754
27088
  }
26755
27089
  h5,
@@ -26816,7 +27150,7 @@ h5,
26816
27150
  .login__caption-medium___yMaSs,
26817
27151
  .login__captionMedium___zV5AB {
26818
27152
  font-size: 12px;
26819
- line-height: 14px;
27153
+ line-height: 1.5;
26820
27154
  letter-spacing: -0.02em;
26821
27155
  font-weight: 500;
26822
27156
  }
@@ -26829,7 +27163,7 @@ h5,
26829
27163
  .login__caption-semi-bold___ePjyl,
26830
27164
  .login__captionSemiBold___tFcYE {
26831
27165
  font-size: 12px;
26832
- line-height: 14px;
27166
+ line-height: 1.5;
26833
27167
  letter-spacing: -0.02em;
26834
27168
  font-weight: 600;
26835
27169
  }
@@ -27126,7 +27460,7 @@ h4,
27126
27460
  letter-spacing: -0.02em;
27127
27461
  color: var(--textHeading, #26201a);
27128
27462
  font-size: 16px;
27129
- line-height: 18px;
27463
+ line-height: 1.5;
27130
27464
  }
27131
27465
  @media only screen and (min-width: 769px) {
27132
27466
  h4,
@@ -27135,7 +27469,7 @@ h4,
27135
27469
  letter-spacing: -0.02em;
27136
27470
  color: var(--textHeading, #26201a);
27137
27471
  font-size: 20px;
27138
- line-height: 24px;
27472
+ line-height: 1.5;
27139
27473
  }
27140
27474
  }
27141
27475
  h5,
@@ -27202,7 +27536,7 @@ h5,
27202
27536
  .login-password__caption-medium_____KWc,
27203
27537
  .login-password__captionMedium___NujVg {
27204
27538
  font-size: 12px;
27205
- line-height: 14px;
27539
+ line-height: 1.5;
27206
27540
  letter-spacing: -0.02em;
27207
27541
  font-weight: 500;
27208
27542
  }
@@ -27215,7 +27549,7 @@ h5,
27215
27549
  .login-password__caption-semi-bold___JR1YM,
27216
27550
  .login-password__captionSemiBold___jdU4j {
27217
27551
  font-size: 12px;
27218
- line-height: 14px;
27552
+ line-height: 1.5;
27219
27553
  letter-spacing: -0.02em;
27220
27554
  font-weight: 600;
27221
27555
  }
@@ -27571,7 +27905,7 @@ h4,
27571
27905
  letter-spacing: -0.02em;
27572
27906
  color: var(--textHeading, #26201a);
27573
27907
  font-size: 16px;
27574
- line-height: 18px;
27908
+ line-height: 1.5;
27575
27909
  }
27576
27910
  @media only screen and (min-width: 769px) {
27577
27911
  h4,
@@ -27580,7 +27914,7 @@ h4,
27580
27914
  letter-spacing: -0.02em;
27581
27915
  color: var(--textHeading, #26201a);
27582
27916
  font-size: 20px;
27583
- line-height: 24px;
27917
+ line-height: 1.5;
27584
27918
  }
27585
27919
  }
27586
27920
  h5,
@@ -27647,7 +27981,7 @@ h5,
27647
27981
  .login-otp__caption-medium___LLVOc,
27648
27982
  .login-otp__captionMedium___kPFGP {
27649
27983
  font-size: 12px;
27650
- line-height: 14px;
27984
+ line-height: 1.5;
27651
27985
  letter-spacing: -0.02em;
27652
27986
  font-weight: 500;
27653
27987
  }
@@ -27660,7 +27994,7 @@ h5,
27660
27994
  .login-otp__caption-semi-bold___ITiSo,
27661
27995
  .login-otp__captionSemiBold___HdiR4 {
27662
27996
  font-size: 12px;
27663
- line-height: 14px;
27997
+ line-height: 1.5;
27664
27998
  letter-spacing: -0.02em;
27665
27999
  font-weight: 600;
27666
28000
  }
@@ -28047,7 +28381,7 @@ h4,
28047
28381
  letter-spacing: -0.02em;
28048
28382
  color: var(--textHeading, #26201a);
28049
28383
  font-size: 16px;
28050
- line-height: 18px;
28384
+ line-height: 1.5;
28051
28385
  }
28052
28386
  @media only screen and (min-width: 769px) {
28053
28387
  h4,
@@ -28056,7 +28390,7 @@ h4,
28056
28390
  letter-spacing: -0.02em;
28057
28391
  color: var(--textHeading, #26201a);
28058
28392
  font-size: 20px;
28059
- line-height: 24px;
28393
+ line-height: 1.5;
28060
28394
  }
28061
28395
  }
28062
28396
  h5,
@@ -28123,7 +28457,7 @@ h5,
28123
28457
  .login-mode-button__caption-medium___sMaLa,
28124
28458
  .login-mode-button__captionMedium___Bnrn4 {
28125
28459
  font-size: 12px;
28126
- line-height: 14px;
28460
+ line-height: 1.5;
28127
28461
  letter-spacing: -0.02em;
28128
28462
  font-weight: 500;
28129
28463
  }
@@ -28136,7 +28470,7 @@ h5,
28136
28470
  .login-mode-button__caption-semi-bold____qWoY,
28137
28471
  .login-mode-button__captionSemiBold___R3HRn {
28138
28472
  font-size: 12px;
28139
- line-height: 14px;
28473
+ line-height: 1.5;
28140
28474
  letter-spacing: -0.02em;
28141
28475
  font-weight: 600;
28142
28476
  }
@@ -28410,7 +28744,7 @@ h4,
28410
28744
  letter-spacing: -0.02em;
28411
28745
  color: var(--textHeading, #26201a);
28412
28746
  font-size: 16px;
28413
- line-height: 18px;
28747
+ line-height: 1.5;
28414
28748
  }
28415
28749
  @media only screen and (min-width: 769px) {
28416
28750
  h4,
@@ -28419,7 +28753,7 @@ h4,
28419
28753
  letter-spacing: -0.02em;
28420
28754
  color: var(--textHeading, #26201a);
28421
28755
  font-size: 20px;
28422
- line-height: 24px;
28756
+ line-height: 1.5;
28423
28757
  }
28424
28758
  }
28425
28759
  h5,
@@ -28486,7 +28820,7 @@ h5,
28486
28820
  .term-privacy__caption-medium___BBCs7,
28487
28821
  .term-privacy__captionMedium___Fllq8 {
28488
28822
  font-size: 12px;
28489
- line-height: 14px;
28823
+ line-height: 1.5;
28490
28824
  letter-spacing: -0.02em;
28491
28825
  font-weight: 500;
28492
28826
  }
@@ -28499,7 +28833,7 @@ h5,
28499
28833
  .term-privacy__caption-semi-bold___qAFOD,
28500
28834
  .term-privacy__captionSemiBold___yh7S3 {
28501
28835
  font-size: 12px;
28502
- line-height: 14px;
28836
+ line-height: 1.5;
28503
28837
  letter-spacing: -0.02em;
28504
28838
  font-weight: 600;
28505
28839
  }
@@ -28780,7 +29114,7 @@ h4,
28780
29114
  letter-spacing: -0.02em;
28781
29115
  color: var(--textHeading, #26201a);
28782
29116
  font-size: 16px;
28783
- line-height: 18px;
29117
+ line-height: 1.5;
28784
29118
  }
28785
29119
  @media only screen and (min-width: 769px) {
28786
29120
  h4,
@@ -28789,7 +29123,7 @@ h4,
28789
29123
  letter-spacing: -0.02em;
28790
29124
  color: var(--textHeading, #26201a);
28791
29125
  font-size: 20px;
28792
- line-height: 24px;
29126
+ line-height: 1.5;
28793
29127
  }
28794
29128
  }
28795
29129
  h5,
@@ -28856,7 +29190,7 @@ h5,
28856
29190
  .register__caption-medium___L4Mr9,
28857
29191
  .register__captionMedium___LtsKn {
28858
29192
  font-size: 12px;
28859
- line-height: 14px;
29193
+ line-height: 1.5;
28860
29194
  letter-spacing: -0.02em;
28861
29195
  font-weight: 500;
28862
29196
  }
@@ -28869,7 +29203,7 @@ h5,
28869
29203
  .register__caption-semi-bold___iPZBa,
28870
29204
  .register__captionSemiBold___A0_l_ {
28871
29205
  font-size: 12px;
28872
- line-height: 14px;
29206
+ line-height: 1.5;
28873
29207
  letter-spacing: -0.02em;
28874
29208
  font-weight: 600;
28875
29209
  }
@@ -29337,7 +29671,7 @@ h4,
29337
29671
  letter-spacing: -0.02em;
29338
29672
  color: var(--textHeading, #26201a);
29339
29673
  font-size: 16px;
29340
- line-height: 18px;
29674
+ line-height: 1.5;
29341
29675
  }
29342
29676
  @media only screen and (min-width: 769px) {
29343
29677
  h4,
@@ -29346,7 +29680,7 @@ h4,
29346
29680
  letter-spacing: -0.02em;
29347
29681
  color: var(--textHeading, #26201a);
29348
29682
  font-size: 20px;
29349
- line-height: 24px;
29683
+ line-height: 1.5;
29350
29684
  }
29351
29685
  }
29352
29686
  h5,
@@ -29413,7 +29747,7 @@ h5,
29413
29747
  .set-password__caption-medium___Cj2gP,
29414
29748
  .set-password__captionMedium___dlBa4 {
29415
29749
  font-size: 12px;
29416
- line-height: 14px;
29750
+ line-height: 1.5;
29417
29751
  letter-spacing: -0.02em;
29418
29752
  font-weight: 500;
29419
29753
  }
@@ -29426,7 +29760,7 @@ h5,
29426
29760
  .set-password__caption-semi-bold___Vwntz,
29427
29761
  .set-password__captionSemiBold___SzQtc {
29428
29762
  font-size: 12px;
29429
- line-height: 14px;
29763
+ line-height: 1.5;
29430
29764
  letter-spacing: -0.02em;
29431
29765
  font-weight: 600;
29432
29766
  }
@@ -29793,7 +30127,7 @@ h4,
29793
30127
  letter-spacing: -0.02em;
29794
30128
  color: var(--textHeading, #26201a);
29795
30129
  font-size: 16px;
29796
- line-height: 18px;
30130
+ line-height: 1.5;
29797
30131
  }
29798
30132
  @media only screen and (min-width: 769px) {
29799
30133
  h4,
@@ -29802,7 +30136,7 @@ h4,
29802
30136
  letter-spacing: -0.02em;
29803
30137
  color: var(--textHeading, #26201a);
29804
30138
  font-size: 20px;
29805
- line-height: 24px;
30139
+ line-height: 1.5;
29806
30140
  }
29807
30141
  }
29808
30142
  h5,
@@ -29869,7 +30203,7 @@ h5,
29869
30203
  .single-page-shipment__caption-medium___HWWFa,
29870
30204
  .single-page-shipment__captionMedium___P1qMZ {
29871
30205
  font-size: 12px;
29872
- line-height: 14px;
30206
+ line-height: 1.5;
29873
30207
  letter-spacing: -0.02em;
29874
30208
  font-weight: 500;
29875
30209
  }
@@ -29882,7 +30216,7 @@ h5,
29882
30216
  .single-page-shipment__caption-semi-bold___Vzf2M,
29883
30217
  .single-page-shipment__captionSemiBold___G0Cg9 {
29884
30218
  font-size: 12px;
29885
- line-height: 14px;
30219
+ line-height: 1.5;
29886
30220
  letter-spacing: -0.02em;
29887
30221
  font-weight: 600;
29888
30222
  }
@@ -30281,7 +30615,7 @@ h4,
30281
30615
  letter-spacing: -0.02em;
30282
30616
  color: var(--textHeading, #26201a);
30283
30617
  font-size: 16px;
30284
- line-height: 18px;
30618
+ line-height: 1.5;
30285
30619
  }
30286
30620
  @media only screen and (min-width: 769px) {
30287
30621
  h4,
@@ -30290,7 +30624,7 @@ h4,
30290
30624
  letter-spacing: -0.02em;
30291
30625
  color: var(--textHeading, #26201a);
30292
30626
  font-size: 20px;
30293
- line-height: 24px;
30627
+ line-height: 1.5;
30294
30628
  }
30295
30629
  }
30296
30630
  h5,
@@ -30357,7 +30691,7 @@ h5,
30357
30691
  .single-shipment-content__caption-medium____fLHP,
30358
30692
  .single-shipment-content__captionMedium___lqQPn {
30359
30693
  font-size: 12px;
30360
- line-height: 14px;
30694
+ line-height: 1.5;
30361
30695
  letter-spacing: -0.02em;
30362
30696
  font-weight: 500;
30363
30697
  }
@@ -30370,7 +30704,7 @@ h5,
30370
30704
  .single-shipment-content__caption-semi-bold___V3P3n,
30371
30705
  .single-shipment-content__captionSemiBold___rwvuu {
30372
30706
  font-size: 12px;
30373
- line-height: 14px;
30707
+ line-height: 1.5;
30374
30708
  letter-spacing: -0.02em;
30375
30709
  font-weight: 600;
30376
30710
  }
@@ -30925,7 +31259,7 @@ h4,
30925
31259
  letter-spacing: -0.02em;
30926
31260
  color: var(--textHeading, #26201a);
30927
31261
  font-size: 16px;
30928
- line-height: 18px;
31262
+ line-height: 1.5;
30929
31263
  }
30930
31264
  @media only screen and (min-width: 769px) {
30931
31265
  h4,
@@ -30934,7 +31268,7 @@ h4,
30934
31268
  letter-spacing: -0.02em;
30935
31269
  color: var(--textHeading, #26201a);
30936
31270
  font-size: 20px;
30937
- line-height: 24px;
31271
+ line-height: 1.5;
30938
31272
  }
30939
31273
  }
30940
31274
  h5,
@@ -31001,7 +31335,7 @@ h5,
31001
31335
  .sticky-pay-now__caption-medium___gZCqf,
31002
31336
  .sticky-pay-now__captionMedium___V6P3J {
31003
31337
  font-size: 12px;
31004
- line-height: 14px;
31338
+ line-height: 1.5;
31005
31339
  letter-spacing: -0.02em;
31006
31340
  font-weight: 500;
31007
31341
  }
@@ -31014,7 +31348,7 @@ h5,
31014
31348
  .sticky-pay-now__caption-semi-bold___QX3JZ,
31015
31349
  .sticky-pay-now__captionSemiBold___Fc8TZ {
31016
31350
  font-size: 12px;
31017
- line-height: 14px;
31351
+ line-height: 1.5;
31018
31352
  letter-spacing: -0.02em;
31019
31353
  font-weight: 600;
31020
31354
  }
@@ -31345,7 +31679,7 @@ h4,
31345
31679
  letter-spacing: -0.02em;
31346
31680
  color: var(--textHeading, #26201a);
31347
31681
  font-size: 16px;
31348
- line-height: 18px;
31682
+ line-height: 1.5;
31349
31683
  }
31350
31684
  @media only screen and (min-width: 769px) {
31351
31685
  h4,
@@ -31354,7 +31688,7 @@ h4,
31354
31688
  letter-spacing: -0.02em;
31355
31689
  color: var(--textHeading, #26201a);
31356
31690
  font-size: 20px;
31357
- line-height: 24px;
31691
+ line-height: 1.5;
31358
31692
  }
31359
31693
  }
31360
31694
  h5,
@@ -31421,7 +31755,7 @@ h5,
31421
31755
  .single-address-content__caption-medium___DzD4P,
31422
31756
  .single-address-content__captionMedium___vrXNI {
31423
31757
  font-size: 12px;
31424
- line-height: 14px;
31758
+ line-height: 1.5;
31425
31759
  letter-spacing: -0.02em;
31426
31760
  font-weight: 500;
31427
31761
  }
@@ -31434,7 +31768,7 @@ h5,
31434
31768
  .single-address-content__caption-semi-bold___Qnnkp,
31435
31769
  .single-address-content__captionSemiBold___sQqBw {
31436
31770
  font-size: 12px;
31437
- line-height: 14px;
31771
+ line-height: 1.5;
31438
31772
  letter-spacing: -0.02em;
31439
31773
  font-weight: 600;
31440
31774
  }
@@ -31851,7 +32185,7 @@ h4,
31851
32185
  letter-spacing: -0.02em;
31852
32186
  color: var(--textHeading, #26201a);
31853
32187
  font-size: 16px;
31854
- line-height: 18px;
32188
+ line-height: 1.5;
31855
32189
  }
31856
32190
  @media only screen and (min-width: 769px) {
31857
32191
  h4,
@@ -31860,7 +32194,7 @@ h4,
31860
32194
  letter-spacing: -0.02em;
31861
32195
  color: var(--textHeading, #26201a);
31862
32196
  font-size: 20px;
31863
- line-height: 24px;
32197
+ line-height: 1.5;
31864
32198
  }
31865
32199
  }
31866
32200
  h5,
@@ -31927,7 +32261,7 @@ h5,
31927
32261
  .single-address-header__caption-medium___E8x7Y,
31928
32262
  .single-address-header__captionMedium___YAR0r {
31929
32263
  font-size: 12px;
31930
- line-height: 14px;
32264
+ line-height: 1.5;
31931
32265
  letter-spacing: -0.02em;
31932
32266
  font-weight: 500;
31933
32267
  }
@@ -31940,7 +32274,7 @@ h5,
31940
32274
  .single-address-header__caption-semi-bold___fTa7O,
31941
32275
  .single-address-header__captionSemiBold___PtROp {
31942
32276
  font-size: 12px;
31943
- line-height: 14px;
32277
+ line-height: 1.5;
31944
32278
  letter-spacing: -0.02em;
31945
32279
  font-weight: 600;
31946
32280
  }
@@ -32387,7 +32721,7 @@ h4,
32387
32721
  letter-spacing: -0.02em;
32388
32722
  color: var(--textHeading, #26201a);
32389
32723
  font-size: 16px;
32390
- line-height: 18px;
32724
+ line-height: 1.5;
32391
32725
  }
32392
32726
  @media only screen and (min-width: 769px) {
32393
32727
  h4,
@@ -32396,7 +32730,7 @@ h4,
32396
32730
  letter-spacing: -0.02em;
32397
32731
  color: var(--textHeading, #26201a);
32398
32732
  font-size: 20px;
32399
- line-height: 24px;
32733
+ line-height: 1.5;
32400
32734
  }
32401
32735
  }
32402
32736
  h5,
@@ -32463,7 +32797,7 @@ h5,
32463
32797
  .checkout__caption-medium___ljyRH,
32464
32798
  .checkout__captionMedium___JzdYa {
32465
32799
  font-size: 12px;
32466
- line-height: 14px;
32800
+ line-height: 1.5;
32467
32801
  letter-spacing: -0.02em;
32468
32802
  font-weight: 500;
32469
32803
  }
@@ -32476,7 +32810,7 @@ h5,
32476
32810
  .checkout__caption-semi-bold___OgjV8,
32477
32811
  .checkout__captionSemiBold___izFSO {
32478
32812
  font-size: 12px;
32479
- line-height: 14px;
32813
+ line-height: 1.5;
32480
32814
  letter-spacing: -0.02em;
32481
32815
  font-weight: 600;
32482
32816
  }
@@ -32622,7 +32956,7 @@ h5,
32622
32956
  margin: auto;
32623
32957
  min-height: 700px;
32624
32958
  }
32625
- @media only screen and (max-width: 480px) {
32959
+ @media only screen and (max-width: 768px) {
32626
32960
  .checkout__mainContainer___sD3Rj {
32627
32961
  display: block;
32628
32962
  padding: 0px;
@@ -32633,7 +32967,7 @@ h5,
32633
32967
  width: 64%;
32634
32968
  margin-inline-end: 2%;
32635
32969
  }
32636
- @media only screen and (max-width: 480px) {
32970
+ @media only screen and (max-width: 768px) {
32637
32971
  .checkout__leftContainer___Ov5FK {
32638
32972
  width: 100%;
32639
32973
  margin-inline-end: 0;
@@ -32645,11 +32979,22 @@ h5,
32645
32979
  flex-direction: column;
32646
32980
  gap: 1rem;
32647
32981
  }
32648
- @media only screen and (max-width: 480px) {
32982
+ @media only screen and (max-width: 768px) {
32649
32983
  .checkout__rightContainer___lAFMu {
32650
32984
  width: 100%;
32651
32985
  }
32652
32986
  }
32987
+ @media only screen and (max-width: 768px) {
32988
+ .checkout__customStyles___Cgmm9 {
32989
+ padding-left: 16px !important;
32990
+ padding-right: 16px !important;
32991
+ }
32992
+ }
32993
+ @media only screen and (max-width: 768px) {
32994
+ .checkout__customStylesShipment___qzUmx {
32995
+ border-radius: 0;
32996
+ }
32997
+ }
32653
32998
 
32654
32999
  /**color by character**/
32655
33000
  /** Font family **/
@@ -32759,7 +33104,7 @@ h4,
32759
33104
  letter-spacing: -0.02em;
32760
33105
  color: var(--textHeading, #26201a);
32761
33106
  font-size: 16px;
32762
- line-height: 18px;
33107
+ line-height: 1.5;
32763
33108
  }
32764
33109
  @media only screen and (min-width: 769px) {
32765
33110
  h4,
@@ -32768,7 +33113,7 @@ h4,
32768
33113
  letter-spacing: -0.02em;
32769
33114
  color: var(--textHeading, #26201a);
32770
33115
  font-size: 20px;
32771
- line-height: 24px;
33116
+ line-height: 1.5;
32772
33117
  }
32773
33118
  }
32774
33119
  h5,
@@ -32835,7 +33180,7 @@ h5,
32835
33180
  .checkout-payment-content__caption-medium___s4nwJ,
32836
33181
  .checkout-payment-content__captionMedium___boOFu {
32837
33182
  font-size: 12px;
32838
- line-height: 14px;
33183
+ line-height: 1.5;
32839
33184
  letter-spacing: -0.02em;
32840
33185
  font-weight: 500;
32841
33186
  }
@@ -32848,7 +33193,7 @@ h5,
32848
33193
  .checkout-payment-content__caption-semi-bold____upNw,
32849
33194
  .checkout-payment-content__captionSemiBold___ThE5O {
32850
33195
  font-size: 12px;
32851
- line-height: 14px;
33196
+ line-height: 1.5;
32852
33197
  letter-spacing: -0.02em;
32853
33198
  font-weight: 600;
32854
33199
  }
@@ -32990,7 +33335,7 @@ h5,
32990
33335
  .checkout-payment-content__container___HusGh {
32991
33336
  background: var(--pageBackground, #f8f8f8);
32992
33337
  }
32993
- @media only screen and (min-width: 481px) {
33338
+ @media only screen and (min-width: 769px) {
32994
33339
  .checkout-payment-content__container___HusGh {
32995
33340
  display: flex;
32996
33341
  padding: 24px;
@@ -33008,7 +33353,7 @@ h5,
33008
33353
  border-color: var(--dividerStokes);
33009
33354
  border-radius: 4px 0px 0px 4px;
33010
33355
  }
33011
- @media only screen and (max-width: 480px) {
33356
+ @media only screen and (max-width: 768px) {
33012
33357
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz {
33013
33358
  width: 100%;
33014
33359
  border: none;
@@ -33021,7 +33366,7 @@ h5,
33021
33366
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
33022
33367
  border-bottom: 1px solid var(--dividerStokes);
33023
33368
  }
33024
- @media only screen and (max-width: 480px) {
33369
+ @media only screen and (max-width: 768px) {
33025
33370
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
33026
33371
  border-bottom: unset;
33027
33372
  }
@@ -33049,7 +33394,7 @@ h5,
33049
33394
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__activeIconColor___TWPaB svg > g > path {
33050
33395
  fill: var(--textHeading, #26201a);
33051
33396
  }
33052
- @media only screen and (max-width: 480px) {
33397
+ @media only screen and (max-width: 768px) {
33053
33398
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK {
33054
33399
  background-color: var(--pageBackground, #f8f8f8);
33055
33400
  border-inline-end: none;
@@ -33065,7 +33410,12 @@ h5,
33065
33410
  align-items: center;
33066
33411
  padding-inline-start: 12px;
33067
33412
  }
33068
- @media only screen and (min-width: 481px) {
33413
+ @media only screen and (max-width: 768px) {
33414
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx .checkout-payment-content__subMopIcons___KG7BY {
33415
+ flex: unset !important;
33416
+ }
33417
+ }
33418
+ @media only screen and (min-width: 769px) {
33069
33419
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__linkWrapper-row1___NJqkx .checkout-payment-content__subMopIcons___KG7BY {
33070
33420
  justify-content: flex-end;
33071
33421
  flex: 1;
@@ -33095,6 +33445,11 @@ h5,
33095
33445
  background-color: var(--primaryColor);
33096
33446
  border: 1px solid var(--primaryColor);
33097
33447
  }
33448
+ @media only screen and (max-width: 768px) {
33449
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__indicator___tucmm {
33450
+ display: none;
33451
+ }
33452
+ }
33098
33453
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i {
33099
33454
  display: flex;
33100
33455
  padding: 24px 16px;
@@ -33102,7 +33457,7 @@ h5,
33102
33457
  word-break: break-word;
33103
33458
  align-items: center;
33104
33459
  }
33105
- @media only screen and (max-width: 480px) {
33460
+ @media only screen and (max-width: 768px) {
33106
33461
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i {
33107
33462
  padding: 24px 0px;
33108
33463
  }
@@ -33115,7 +33470,7 @@ h5,
33115
33470
  font-weight: 500;
33116
33471
  line-height: 140%;
33117
33472
  }
33118
- @media only screen and (max-width: 480px) {
33473
+ @media only screen and (max-width: 768px) {
33119
33474
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__modeName___oABQ2 {
33120
33475
  color: var(--textHeading, #26201a);
33121
33476
  margin-inline-start: 8px;
@@ -33133,7 +33488,7 @@ h5,
33133
33488
  border-radius: 4px;
33134
33489
  text-align: center;
33135
33490
  }
33136
- @media only screen and (max-width: 480px) {
33491
+ @media only screen and (max-width: 768px) {
33137
33492
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i .checkout-payment-content__codCharge___o7TCE {
33138
33493
  padding-top: 4px;
33139
33494
  }
@@ -33142,7 +33497,7 @@ h5,
33142
33497
  display: flex;
33143
33498
  align-items: center;
33144
33499
  }
33145
- @media only screen and (min-width: 481px) {
33500
+ @media only screen and (min-width: 769px) {
33146
33501
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__payment-icons___Kaaz7 {
33147
33502
  justify-content: flex-end;
33148
33503
  flex: 1;
@@ -33155,6 +33510,11 @@ h5,
33155
33510
  justify-content: flex-end;
33156
33511
  flex: 1;
33157
33512
  }
33513
+ @media only screen and (min-width: 769px) {
33514
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa {
33515
+ display: none;
33516
+ }
33517
+ }
33158
33518
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
33159
33519
  transform: rotate(270deg);
33160
33520
  }
@@ -33192,7 +33552,7 @@ h5,
33192
33552
  border-width: 1px 1px 1px 0;
33193
33553
  border-radius: 0px 4px 4px 0px;
33194
33554
  }
33195
- @media only screen and (max-width: 480px) {
33555
+ @media only screen and (max-width: 768px) {
33196
33556
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationTab___Tfdjy {
33197
33557
  padding: 6px;
33198
33558
  }
@@ -33200,12 +33560,12 @@ h5,
33200
33560
  .checkout-payment-content__container___HusGh .checkout-payment-content__selectedBorder___xIVt8 .checkout-payment-content__modeItemName___FvXEZ {
33201
33561
  font-weight: 600 !important;
33202
33562
  }
33203
- @media only screen and (min-width: 481px) {
33563
+ @media only screen and (min-width: 769px) {
33204
33564
  .checkout-payment-content__container___HusGh .checkout-payment-content__selectedBorder___xIVt8 {
33205
33565
  border: 1px solid var(--primaryColor);
33206
33566
  }
33207
33567
  }
33208
- @media only screen and (min-width: 481px) {
33568
+ @media only screen and (min-width: 769px) {
33209
33569
  .checkout-payment-content__container___HusGh .checkout-payment-content__nonSelectedBorder___zA4x7 {
33210
33570
  border: 1px solid var(--dividerStokes);
33211
33571
  }
@@ -33224,7 +33584,7 @@ h5,
33224
33584
  margin-bottom: 15px;
33225
33585
  line-height: 140%;
33226
33586
  }
33227
- @media only screen and (max-width: 480px) {
33587
+ @media only screen and (max-width: 768px) {
33228
33588
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
33229
33589
  .checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
33230
33590
  .checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
@@ -33234,9 +33594,10 @@ h5,
33234
33594
  .checkout-payment-content__container___HusGh .checkout-payment-content__addCardHeader___KWnY5,
33235
33595
  .checkout-payment-content__container___HusGh .checkout-payment-content__otherHeader___Mizrt {
33236
33596
  font-weight: 500;
33597
+ display: none;
33237
33598
  }
33238
33599
  }
33239
- @media only screen and (max-width: 480px) {
33600
+ @media only screen and (max-width: 768px) {
33240
33601
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
33241
33602
  .checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
33242
33603
  .checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
@@ -33263,7 +33624,7 @@ h5,
33263
33624
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ button span {
33264
33625
  font-size: 16px;
33265
33626
  }
33266
- @media only screen and (max-width: 480px) {
33627
+ @media only screen and (max-width: 768px) {
33267
33628
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ {
33268
33629
  margin-bottom: 16px;
33269
33630
  }
@@ -33332,7 +33693,7 @@ h5,
33332
33693
  border-radius: 8px;
33333
33694
  margin-bottom: 15px;
33334
33695
  }
33335
- @media only screen and (max-width: 480px) {
33696
+ @media only screen and (max-width: 768px) {
33336
33697
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot {
33337
33698
  padding: 0px;
33338
33699
  }
@@ -33430,7 +33791,7 @@ h5,
33430
33791
  line-height: 140%;
33431
33792
  cursor: pointer;
33432
33793
  }
33433
- @media only screen and (max-width: 480px) {
33794
+ @media only screen and (max-width: 768px) {
33434
33795
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__payBtn___dgcAp {
33435
33796
  padding: 6px;
33436
33797
  font-size: 12px;
@@ -33452,7 +33813,7 @@ h5,
33452
33813
  line-height: 140%;
33453
33814
  cursor: unset;
33454
33815
  }
33455
- @media only screen and (max-width: 480px) {
33816
+ @media only screen and (max-width: 768px) {
33456
33817
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cardList___b7iIC .checkout-payment-content__cardItem___joyot .checkout-payment-content__payBtn___dgcAp[disabled] {
33457
33818
  padding: 6px;
33458
33819
  font-size: 12px;
@@ -33470,7 +33831,7 @@ h5,
33470
33831
  line-height: 140%;
33471
33832
  cursor: pointer;
33472
33833
  }
33473
- @media only screen and (max-width: 480px) {
33834
+ @media only screen and (max-width: 768px) {
33474
33835
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__addNewCard___PpZop {
33475
33836
  padding: 6px;
33476
33837
  font-size: 12px;
@@ -33501,7 +33862,7 @@ h5,
33501
33862
  margin-top: 16px;
33502
33863
  position: relative;
33503
33864
  }
33504
- @media only screen and (max-width: 480px) {
33865
+ @media only screen and (max-width: 768px) {
33505
33866
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__cardNumberBox___UUp9q {
33506
33867
  margin-top: 0;
33507
33868
  }
@@ -33536,7 +33897,7 @@ h5,
33536
33897
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__cvvContainer___gw5Dt {
33537
33898
  width: 47%;
33538
33899
  }
33539
- @media only screen and (max-width: 480px) {
33900
+ @media only screen and (max-width: 768px) {
33540
33901
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__expiryContainer___uq0BY,
33541
33902
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardInputWrapper___YqlSP.checkout-payment-content__cvvContainer___gw5Dt {
33542
33903
  width: 100%;
@@ -33561,7 +33922,7 @@ h5,
33561
33922
  left: 5px;
33562
33923
  }
33563
33924
  }
33564
- @media only screen and (max-width: 480px) {
33925
+ @media only screen and (max-width: 768px) {
33565
33926
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__cardDateCvvWrapper___dLwSn.checkout-payment-content__marginBottom___qTP6J {
33566
33927
  margin-bottom: 24px;
33567
33928
  }
@@ -33609,7 +33970,7 @@ h5,
33609
33970
  margin-top: 16px;
33610
33971
  accent-color: var(--primaryColor);
33611
33972
  }
33612
- @media only screen and (max-width: 480px) {
33973
+ @media only screen and (max-width: 768px) {
33613
33974
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW {
33614
33975
  margin-bottom: 24px;
33615
33976
  }
@@ -33627,7 +33988,7 @@ h5,
33627
33988
  align-self: center;
33628
33989
  line-height: 140%;
33629
33990
  }
33630
- @media only screen and (min-width: 481px) {
33991
+ @media only screen and (min-width: 769px) {
33631
33992
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesModal___s6bGj {
33632
33993
  max-width: 450px;
33633
33994
  padding: 8px;
@@ -33771,7 +34132,7 @@ h5,
33771
34132
  flex-direction: column;
33772
34133
  gap: 16px;
33773
34134
  }
33774
- @media only screen and (max-width: 480px) {
34135
+ @media only screen and (max-width: 768px) {
33775
34136
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ {
33776
34137
  gap: 0px;
33777
34138
  }
@@ -33790,7 +34151,7 @@ h5,
33790
34151
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 label {
33791
34152
  cursor: pointer;
33792
34153
  }
33793
- @media only screen and (max-width: 480px) {
34154
+ @media only screen and (max-width: 768px) {
33794
34155
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 {
33795
34156
  padding: 24px 0px;
33796
34157
  }
@@ -33827,7 +34188,7 @@ h5,
33827
34188
  font-weight: 400;
33828
34189
  line-height: 140%;
33829
34190
  }
33830
- @media only screen and (max-width: 480px) {
34191
+ @media only screen and (max-width: 768px) {
33831
34192
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 .checkout-payment-content__modeItem___M6Obf .checkout-payment-content__moreModeName___F_lVI {
33832
34193
  color: var(--textHeading, #26201a);
33833
34194
  font-weight: 500;
@@ -33857,7 +34218,7 @@ h5,
33857
34218
  max-height: 70vh;
33858
34219
  min-height: 40vh;
33859
34220
  }
33860
- @media only screen and (min-width: 481px) {
34221
+ @media only screen and (min-width: 769px) {
33861
34222
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalBody___pTEbc {
33862
34223
  max-height: 554px;
33863
34224
  min-width: 420px;
@@ -33887,7 +34248,7 @@ h5,
33887
34248
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiMop___LVvVY {
33888
34249
  padding-bottom: 24px;
33889
34250
  }
33890
- @media only screen and (max-width: 480px) {
34251
+ @media only screen and (max-width: 768px) {
33891
34252
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiMop___LVvVY .checkout-payment-content__upiApp___M2sjF:first-child {
33892
34253
  padding-top: 0;
33893
34254
  }
@@ -34508,7 +34869,7 @@ h5,
34508
34869
  fill: var(--textBody, #3c3131);
34509
34870
  }
34510
34871
  }
34511
- @media only screen and (max-width: 480px) {
34872
+ @media only screen and (max-width: 768px) {
34512
34873
  .checkout-payment-content__modeItemLogo___mixsN .checkout-payment-content__svgColor___07c9F g > path {
34513
34874
  fill: var(--textHeading, #26201a);
34514
34875
  }
@@ -34523,7 +34884,7 @@ h5,
34523
34884
  object-fit: contain;
34524
34885
  margin-inline-end: 12px;
34525
34886
  }
34526
- @media only screen and (max-width: 480px) {
34887
+ @media only screen and (max-width: 768px) {
34527
34888
  .checkout-payment-content__modeItemLogo___mixsN img {
34528
34889
  margin-inline-end: 8px;
34529
34890
  }
@@ -34550,7 +34911,7 @@ h5,
34550
34911
  height: 606px;
34551
34912
  }
34552
34913
  }
34553
- @media only screen and (max-width: 480px) {
34914
+ @media only screen and (max-width: 768px) {
34554
34915
  .checkout-payment-content__moreOptionContainer___lSVOn {
34555
34916
  height: 434px;
34556
34917
  }
@@ -34561,7 +34922,7 @@ h5,
34561
34922
  margin-bottom: 16px;
34562
34923
  max-height: unset !important;
34563
34924
  }
34564
- @media only screen and (max-width: 480px) {
34925
+ @media only screen and (max-width: 768px) {
34565
34926
  .checkout-payment-content__bodyContainer___HeZQG .checkout-payment-content__modeItemName___FvXEZ {
34566
34927
  color: var(--textBody, #3c3131) !important;
34567
34928
  font-size: 12px;
@@ -34589,7 +34950,7 @@ h5,
34589
34950
  .checkout-payment-content__otherBorder___ARrf8 {
34590
34951
  border: 1px solid var(--dividerStokes, #d4d1d1);
34591
34952
  }
34592
- @media only screen and (max-width: 480px) {
34953
+ @media only screen and (max-width: 768px) {
34593
34954
  .checkout-payment-content__otherBorder___ARrf8 {
34594
34955
  border: none;
34595
34956
  }
@@ -34600,7 +34961,7 @@ h5,
34600
34961
  height: 24px;
34601
34962
  }
34602
34963
  }
34603
- @media only screen and (max-width: 480px) {
34964
+ @media only screen and (max-width: 768px) {
34604
34965
  .checkout-payment-content__modeItemLogo___mixsN span {
34605
34966
  border: 1px solid var(--dividerStokes, #d4d1d1);
34606
34967
  padding: 8px 4px;
@@ -34613,17 +34974,17 @@ h5,
34613
34974
  align-items: anchor-center;
34614
34975
  }
34615
34976
  }
34616
- @media only screen and (max-width: 480px) {
34977
+ @media only screen and (max-width: 768px) {
34617
34978
  .checkout-payment-content__upiMargin___LomcN:last-child {
34618
34979
  padding-bottom: 0 !important;
34619
34980
  }
34620
34981
  }
34621
- @media only screen and (max-width: 480px) {
34982
+ @media only screen and (max-width: 768px) {
34622
34983
  .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardModalHeader___ixj3K {
34623
34984
  padding: 16px !important;
34624
34985
  }
34625
34986
  }
34626
- @media only screen and (max-width: 480px) {
34987
+ @media only screen and (max-width: 768px) {
34627
34988
  .checkout-payment-content__newCardBodyModal___R9U49 .checkout-payment-content__rbiGuidelines___jmtpW {
34628
34989
  margin-top: 24px !important;
34629
34990
  }
@@ -34659,6 +35020,21 @@ h5,
34659
35020
  align-items: center;
34660
35021
  justify-content: center;
34661
35022
  }
35023
+ @media only screen and (max-width: 768px) {
35024
+ .checkout-payment-content__visibleOnTab___SSdnx {
35025
+ display: block !important;
35026
+ }
35027
+ }
35028
+ @media only screen and (max-width: 768px) {
35029
+ .checkout-payment-content__onDesktopView___JFn5k {
35030
+ display: none;
35031
+ }
35032
+ }
35033
+ @media only screen and (min-width: 769px) {
35034
+ .checkout-payment-content__onMobileView___IBzw6 {
35035
+ display: none;
35036
+ }
35037
+ }
34662
35038
 
34663
35039
  /**color by character**/
34664
35040
  /** Font family **/
@@ -34768,7 +35144,7 @@ h4,
34768
35144
  letter-spacing: -0.02em;
34769
35145
  color: var(--textHeading, #26201a);
34770
35146
  font-size: 16px;
34771
- line-height: 18px;
35147
+ line-height: 1.5;
34772
35148
  }
34773
35149
  @media only screen and (min-width: 769px) {
34774
35150
  h4,
@@ -34777,7 +35153,7 @@ h4,
34777
35153
  letter-spacing: -0.02em;
34778
35154
  color: var(--textHeading, #26201a);
34779
35155
  font-size: 20px;
34780
- line-height: 24px;
35156
+ line-height: 1.5;
34781
35157
  }
34782
35158
  }
34783
35159
  h5,
@@ -34844,7 +35220,7 @@ h5,
34844
35220
  .spinner__caption-medium___fmK6g,
34845
35221
  .spinner__captionMedium___YwlDb {
34846
35222
  font-size: 12px;
34847
- line-height: 14px;
35223
+ line-height: 1.5;
34848
35224
  letter-spacing: -0.02em;
34849
35225
  font-weight: 500;
34850
35226
  }
@@ -34857,7 +35233,7 @@ h5,
34857
35233
  .spinner__caption-semi-bold___AuvWd,
34858
35234
  .spinner__captionSemiBold___DwY5R {
34859
35235
  font-size: 12px;
34860
- line-height: 14px;
35236
+ line-height: 1.5;
34861
35237
  letter-spacing: -0.02em;
34862
35238
  font-weight: 600;
34863
35239
  }
@@ -35131,7 +35507,7 @@ h4,
35131
35507
  letter-spacing: -0.02em;
35132
35508
  color: var(--textHeading, #26201a);
35133
35509
  font-size: 16px;
35134
- line-height: 18px;
35510
+ line-height: 1.5;
35135
35511
  }
35136
35512
  @media only screen and (min-width: 769px) {
35137
35513
  h4,
@@ -35140,7 +35516,7 @@ h4,
35140
35516
  letter-spacing: -0.02em;
35141
35517
  color: var(--textHeading, #26201a);
35142
35518
  font-size: 20px;
35143
- line-height: 24px;
35519
+ line-height: 1.5;
35144
35520
  }
35145
35521
  }
35146
35522
  h5,
@@ -35207,7 +35583,7 @@ h5,
35207
35583
  .checkout-payment__caption-medium___Ijxpi,
35208
35584
  .checkout-payment__captionMedium___n_dAl {
35209
35585
  font-size: 12px;
35210
- line-height: 14px;
35586
+ line-height: 1.5;
35211
35587
  letter-spacing: -0.02em;
35212
35588
  font-weight: 500;
35213
35589
  }
@@ -35220,7 +35596,7 @@ h5,
35220
35596
  .checkout-payment__caption-semi-bold___AiFSJ,
35221
35597
  .checkout-payment__captionSemiBold___A9UdR {
35222
35598
  font-size: 12px;
35223
- line-height: 14px;
35599
+ line-height: 1.5;
35224
35600
  letter-spacing: -0.02em;
35225
35601
  font-weight: 600;
35226
35602
  }
@@ -35398,6 +35774,11 @@ h5,
35398
35774
  border-radius: 8px 8px 0 0;
35399
35775
  border: 1px solid var(--dividerStokes);
35400
35776
  }
35777
+ @media only screen and (max-width: 768px) {
35778
+ .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
35779
+ border-radius: 0;
35780
+ }
35781
+ }
35401
35782
  @media only screen and (max-width: 480px) {
35402
35783
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
35403
35784
  padding: 16px;
@@ -35546,7 +35927,7 @@ h4,
35546
35927
  letter-spacing: -0.02em;
35547
35928
  color: var(--textHeading, #26201a);
35548
35929
  font-size: 16px;
35549
- line-height: 18px;
35930
+ line-height: 1.5;
35550
35931
  }
35551
35932
  @media only screen and (min-width: 769px) {
35552
35933
  h4,
@@ -35555,7 +35936,7 @@ h4,
35555
35936
  letter-spacing: -0.02em;
35556
35937
  color: var(--textHeading, #26201a);
35557
35938
  font-size: 20px;
35558
- line-height: 24px;
35939
+ line-height: 1.5;
35559
35940
  }
35560
35941
  }
35561
35942
  h5,
@@ -35622,7 +36003,7 @@ h5,
35622
36003
  .checkout-payment-failure__caption-medium___iwrm3,
35623
36004
  .checkout-payment-failure__captionMedium___Su0F1 {
35624
36005
  font-size: 12px;
35625
- line-height: 14px;
36006
+ line-height: 1.5;
35626
36007
  letter-spacing: -0.02em;
35627
36008
  font-weight: 500;
35628
36009
  }
@@ -35635,7 +36016,7 @@ h5,
35635
36016
  .checkout-payment-failure__caption-semi-bold___NT7Uc,
35636
36017
  .checkout-payment-failure__captionSemiBold___Crx0h {
35637
36018
  font-size: 12px;
35638
- line-height: 14px;
36019
+ line-height: 1.5;
35639
36020
  letter-spacing: -0.02em;
35640
36021
  font-weight: 600;
35641
36022
  }
@@ -35912,7 +36293,7 @@ h4,
35912
36293
  letter-spacing: -0.02em;
35913
36294
  color: var(--textHeading, #26201a);
35914
36295
  font-size: 16px;
35915
- line-height: 18px;
36296
+ line-height: 1.5;
35916
36297
  }
35917
36298
  @media only screen and (min-width: 769px) {
35918
36299
  h4,
@@ -35921,7 +36302,7 @@ h4,
35921
36302
  letter-spacing: -0.02em;
35922
36303
  color: var(--textHeading, #26201a);
35923
36304
  font-size: 20px;
35924
- line-height: 24px;
36305
+ line-height: 1.5;
35925
36306
  }
35926
36307
  }
35927
36308
  h5,
@@ -35988,7 +36369,7 @@ h5,
35988
36369
  .stepper__caption-medium___krneu,
35989
36370
  .stepper__captionMedium___b8fjm {
35990
36371
  font-size: 12px;
35991
- line-height: 14px;
36372
+ line-height: 1.5;
35992
36373
  letter-spacing: -0.02em;
35993
36374
  font-weight: 500;
35994
36375
  }
@@ -36001,7 +36382,7 @@ h5,
36001
36382
  .stepper__caption-semi-bold___aBUJJ,
36002
36383
  .stepper__captionSemiBold___Nv7I9 {
36003
36384
  font-size: 12px;
36004
- line-height: 14px;
36385
+ line-height: 1.5;
36005
36386
  letter-spacing: -0.02em;
36006
36387
  font-weight: 600;
36007
36388
  }
@@ -36322,7 +36703,7 @@ h4,
36322
36703
  letter-spacing: -0.02em;
36323
36704
  color: var(--textHeading, #26201a);
36324
36705
  font-size: 16px;
36325
- line-height: 18px;
36706
+ line-height: 1.5;
36326
36707
  }
36327
36708
  @media only screen and (min-width: 769px) {
36328
36709
  h4,
@@ -36331,7 +36712,7 @@ h4,
36331
36712
  letter-spacing: -0.02em;
36332
36713
  color: var(--textHeading, #26201a);
36333
36714
  font-size: 20px;
36334
- line-height: 24px;
36715
+ line-height: 1.5;
36335
36716
  }
36336
36717
  }
36337
36718
  h5,
@@ -36398,7 +36779,7 @@ h5,
36398
36779
  .profile-details__caption-medium___Dqs6d,
36399
36780
  .profile-details__captionMedium___jA0jc {
36400
36781
  font-size: 12px;
36401
- line-height: 14px;
36782
+ line-height: 1.5;
36402
36783
  letter-spacing: -0.02em;
36403
36784
  font-weight: 500;
36404
36785
  }
@@ -36411,7 +36792,7 @@ h5,
36411
36792
  .profile-details__caption-semi-bold___kgGsZ,
36412
36793
  .profile-details__captionSemiBold___aHlIi {
36413
36794
  font-size: 12px;
36414
- line-height: 14px;
36795
+ line-height: 1.5;
36415
36796
  letter-spacing: -0.02em;
36416
36797
  font-weight: 600;
36417
36798
  }
@@ -36717,7 +37098,7 @@ h4,
36717
37098
  letter-spacing: -0.02em;
36718
37099
  color: var(--textHeading, #26201a);
36719
37100
  font-size: 16px;
36720
- line-height: 18px;
37101
+ line-height: 1.5;
36721
37102
  }
36722
37103
  @media only screen and (min-width: 769px) {
36723
37104
  h4,
@@ -36726,7 +37107,7 @@ h4,
36726
37107
  letter-spacing: -0.02em;
36727
37108
  color: var(--textHeading, #26201a);
36728
37109
  font-size: 20px;
36729
- line-height: 24px;
37110
+ line-height: 1.5;
36730
37111
  }
36731
37112
  }
36732
37113
  h5,
@@ -36793,7 +37174,7 @@ h5,
36793
37174
  .email__caption-medium___hurbu,
36794
37175
  .email__captionMedium___twfq9 {
36795
37176
  font-size: 12px;
36796
- line-height: 14px;
37177
+ line-height: 1.5;
36797
37178
  letter-spacing: -0.02em;
36798
37179
  font-weight: 500;
36799
37180
  }
@@ -36806,7 +37187,7 @@ h5,
36806
37187
  .email__caption-semi-bold___dhrza,
36807
37188
  .email__captionSemiBold___vUCkT {
36808
37189
  font-size: 12px;
36809
- line-height: 14px;
37190
+ line-height: 1.5;
36810
37191
  letter-spacing: -0.02em;
36811
37192
  font-weight: 600;
36812
37193
  }
@@ -37161,7 +37542,7 @@ h4,
37161
37542
  letter-spacing: -0.02em;
37162
37543
  color: var(--textHeading, #26201a);
37163
37544
  font-size: 16px;
37164
- line-height: 18px;
37545
+ line-height: 1.5;
37165
37546
  }
37166
37547
  @media only screen and (min-width: 769px) {
37167
37548
  h4,
@@ -37170,7 +37551,7 @@ h4,
37170
37551
  letter-spacing: -0.02em;
37171
37552
  color: var(--textHeading, #26201a);
37172
37553
  font-size: 20px;
37173
- line-height: 24px;
37554
+ line-height: 1.5;
37174
37555
  }
37175
37556
  }
37176
37557
  h5,
@@ -37237,7 +37618,7 @@ h5,
37237
37618
  .add-email-modal__caption-medium___UFH3U,
37238
37619
  .add-email-modal__captionMedium___anbKE {
37239
37620
  font-size: 12px;
37240
- line-height: 14px;
37621
+ line-height: 1.5;
37241
37622
  letter-spacing: -0.02em;
37242
37623
  font-weight: 500;
37243
37624
  }
@@ -37250,7 +37631,7 @@ h5,
37250
37631
  .add-email-modal__caption-semi-bold___HG66X,
37251
37632
  .add-email-modal__captionSemiBold___njmuE {
37252
37633
  font-size: 12px;
37253
- line-height: 14px;
37634
+ line-height: 1.5;
37254
37635
  letter-spacing: -0.02em;
37255
37636
  font-weight: 600;
37256
37637
  }
@@ -37577,7 +37958,7 @@ h4,
37577
37958
  letter-spacing: -0.02em;
37578
37959
  color: var(--textHeading, #26201a);
37579
37960
  font-size: 16px;
37580
- line-height: 18px;
37961
+ line-height: 1.5;
37581
37962
  }
37582
37963
  @media only screen and (min-width: 769px) {
37583
37964
  h4,
@@ -37586,7 +37967,7 @@ h4,
37586
37967
  letter-spacing: -0.02em;
37587
37968
  color: var(--textHeading, #26201a);
37588
37969
  font-size: 20px;
37589
- line-height: 24px;
37970
+ line-height: 1.5;
37590
37971
  }
37591
37972
  }
37592
37973
  h5,
@@ -37653,7 +38034,7 @@ h5,
37653
38034
  .empty-state__caption-medium___BZrqA,
37654
38035
  .empty-state__captionMedium___xdcOJ {
37655
38036
  font-size: 12px;
37656
- line-height: 14px;
38037
+ line-height: 1.5;
37657
38038
  letter-spacing: -0.02em;
37658
38039
  font-weight: 500;
37659
38040
  }
@@ -37666,7 +38047,7 @@ h5,
37666
38047
  .empty-state__caption-semi-bold___kXiSl,
37667
38048
  .empty-state__captionSemiBold___j5IRa {
37668
38049
  font-size: 12px;
37669
- line-height: 14px;
38050
+ line-height: 1.5;
37670
38051
  letter-spacing: -0.02em;
37671
38052
  font-weight: 600;
37672
38053
  }
@@ -37944,7 +38325,7 @@ h4,
37944
38325
  letter-spacing: -0.02em;
37945
38326
  color: var(--textHeading, #26201a);
37946
38327
  font-size: 16px;
37947
- line-height: 18px;
38328
+ line-height: 1.5;
37948
38329
  }
37949
38330
  @media only screen and (min-width: 769px) {
37950
38331
  h4,
@@ -37953,7 +38334,7 @@ h4,
37953
38334
  letter-spacing: -0.02em;
37954
38335
  color: var(--textHeading, #26201a);
37955
38336
  font-size: 20px;
37956
- line-height: 24px;
38337
+ line-height: 1.5;
37957
38338
  }
37958
38339
  }
37959
38340
  h5,
@@ -38020,7 +38401,7 @@ h5,
38020
38401
  .phone__caption-medium___Hb7Vf,
38021
38402
  .phone__captionMedium___R4vT3 {
38022
38403
  font-size: 12px;
38023
- line-height: 14px;
38404
+ line-height: 1.5;
38024
38405
  letter-spacing: -0.02em;
38025
38406
  font-weight: 500;
38026
38407
  }
@@ -38033,7 +38414,7 @@ h5,
38033
38414
  .phone__caption-semi-bold___aBpcW,
38034
38415
  .phone__captionSemiBold___Jjjlv {
38035
38416
  font-size: 12px;
38036
- line-height: 14px;
38417
+ line-height: 1.5;
38037
38418
  letter-spacing: -0.02em;
38038
38419
  font-weight: 600;
38039
38420
  }
@@ -38391,7 +38772,7 @@ h4,
38391
38772
  letter-spacing: -0.02em;
38392
38773
  color: var(--textHeading, #26201a);
38393
38774
  font-size: 16px;
38394
- line-height: 18px;
38775
+ line-height: 1.5;
38395
38776
  }
38396
38777
  @media only screen and (min-width: 769px) {
38397
38778
  h4,
@@ -38400,7 +38781,7 @@ h4,
38400
38781
  letter-spacing: -0.02em;
38401
38782
  color: var(--textHeading, #26201a);
38402
38783
  font-size: 20px;
38403
- line-height: 24px;
38784
+ line-height: 1.5;
38404
38785
  }
38405
38786
  }
38406
38787
  h5,
@@ -38467,7 +38848,7 @@ h5,
38467
38848
  .add-phone-modal__caption-medium___pKMg3,
38468
38849
  .add-phone-modal__captionMedium___VwMvs {
38469
38850
  font-size: 12px;
38470
- line-height: 14px;
38851
+ line-height: 1.5;
38471
38852
  letter-spacing: -0.02em;
38472
38853
  font-weight: 500;
38473
38854
  }
@@ -38480,7 +38861,7 @@ h5,
38480
38861
  .add-phone-modal__caption-semi-bold___MHqjr,
38481
38862
  .add-phone-modal__captionSemiBold___zFgGL {
38482
38863
  font-size: 12px;
38483
- line-height: 14px;
38864
+ line-height: 1.5;
38484
38865
  letter-spacing: -0.02em;
38485
38866
  font-weight: 600;
38486
38867
  }
@@ -38842,7 +39223,7 @@ h4,
38842
39223
  letter-spacing: -0.02em;
38843
39224
  color: var(--textHeading, #26201a);
38844
39225
  font-size: 16px;
38845
- line-height: 18px;
39226
+ line-height: 1.5;
38846
39227
  }
38847
39228
  @media only screen and (min-width: 769px) {
38848
39229
  h4,
@@ -38851,7 +39232,7 @@ h4,
38851
39232
  letter-spacing: -0.02em;
38852
39233
  color: var(--textHeading, #26201a);
38853
39234
  font-size: 20px;
38854
- line-height: 24px;
39235
+ line-height: 1.5;
38855
39236
  }
38856
39237
  }
38857
39238
  h5,
@@ -38918,7 +39299,7 @@ h5,
38918
39299
  .main__caption-medium____cg7Y,
38919
39300
  .main__captionMedium___YQCmi {
38920
39301
  font-size: 12px;
38921
- line-height: 14px;
39302
+ line-height: 1.5;
38922
39303
  letter-spacing: -0.02em;
38923
39304
  font-weight: 500;
38924
39305
  }
@@ -38931,7 +39312,7 @@ h5,
38931
39312
  .main__caption-semi-bold___lddso,
38932
39313
  .main__captionSemiBold___oExTA {
38933
39314
  font-size: 12px;
38934
- line-height: 14px;
39315
+ line-height: 1.5;
38935
39316
  letter-spacing: -0.02em;
38936
39317
  font-weight: 600;
38937
39318
  }
@@ -39179,7 +39560,7 @@ h4,
39179
39560
  letter-spacing: -0.02em;
39180
39561
  color: var(--textHeading, #26201a);
39181
39562
  font-size: 16px;
39182
- line-height: 18px;
39563
+ line-height: 1.5;
39183
39564
  }
39184
39565
  @media only screen and (min-width: 769px) {
39185
39566
  h4,
@@ -39188,7 +39569,7 @@ h4,
39188
39569
  letter-spacing: -0.02em;
39189
39570
  color: var(--textHeading, #26201a);
39190
39571
  font-size: 20px;
39191
- line-height: 24px;
39572
+ line-height: 1.5;
39192
39573
  }
39193
39574
  }
39194
39575
  h5,
@@ -39255,7 +39636,7 @@ h5,
39255
39636
  .order-tracking__caption-medium___tazF9,
39256
39637
  .order-tracking__captionMedium___MdpIt {
39257
39638
  font-size: 12px;
39258
- line-height: 14px;
39639
+ line-height: 1.5;
39259
39640
  letter-spacing: -0.02em;
39260
39641
  font-weight: 500;
39261
39642
  }
@@ -39268,7 +39649,7 @@ h5,
39268
39649
  .order-tracking__caption-semi-bold___k2Wmw,
39269
39650
  .order-tracking__captionSemiBold___YjsHC {
39270
39651
  font-size: 12px;
39271
- line-height: 14px;
39652
+ line-height: 1.5;
39272
39653
  letter-spacing: -0.02em;
39273
39654
  font-weight: 600;
39274
39655
  }
@@ -39589,7 +39970,7 @@ h4,
39589
39970
  letter-spacing: -0.02em;
39590
39971
  color: var(--textHeading, #26201a);
39591
39972
  font-size: 16px;
39592
- line-height: 18px;
39973
+ line-height: 1.5;
39593
39974
  }
39594
39975
  @media only screen and (min-width: 769px) {
39595
39976
  h4,
@@ -39598,7 +39979,7 @@ h4,
39598
39979
  letter-spacing: -0.02em;
39599
39980
  color: var(--textHeading, #26201a);
39600
39981
  font-size: 20px;
39601
- line-height: 24px;
39982
+ line-height: 1.5;
39602
39983
  }
39603
39984
  }
39604
39985
  h5,
@@ -39665,7 +40046,7 @@ h5,
39665
40046
  .contact-us__caption-medium___B_db2,
39666
40047
  .contact-us__captionMedium___qRk8X {
39667
40048
  font-size: 12px;
39668
- line-height: 14px;
40049
+ line-height: 1.5;
39669
40050
  letter-spacing: -0.02em;
39670
40051
  font-weight: 500;
39671
40052
  }
@@ -39678,7 +40059,7 @@ h5,
39678
40059
  .contact-us__caption-semi-bold___fasRI,
39679
40060
  .contact-us__captionSemiBold___CSBLt {
39680
40061
  font-size: 12px;
39681
- line-height: 14px;
40062
+ line-height: 1.5;
39682
40063
  letter-spacing: -0.02em;
39683
40064
  font-weight: 600;
39684
40065
  }
@@ -40083,7 +40464,7 @@ h4,
40083
40464
  letter-spacing: -0.02em;
40084
40465
  color: var(--textHeading, #26201a);
40085
40466
  font-size: 16px;
40086
- line-height: 18px;
40467
+ line-height: 1.5;
40087
40468
  }
40088
40469
  @media only screen and (min-width: 769px) {
40089
40470
  h4,
@@ -40092,7 +40473,7 @@ h4,
40092
40473
  letter-spacing: -0.02em;
40093
40474
  color: var(--textHeading, #26201a);
40094
40475
  font-size: 20px;
40095
- line-height: 24px;
40476
+ line-height: 1.5;
40096
40477
  }
40097
40478
  }
40098
40479
  h5,
@@ -40159,7 +40540,7 @@ h5,
40159
40540
  .blog__caption-medium___eRs9D,
40160
40541
  .blog__captionMedium___DGxhB {
40161
40542
  font-size: 12px;
40162
- line-height: 14px;
40543
+ line-height: 1.5;
40163
40544
  letter-spacing: -0.02em;
40164
40545
  font-weight: 500;
40165
40546
  }
@@ -40172,7 +40553,7 @@ h5,
40172
40553
  .blog__caption-semi-bold___CVIEm,
40173
40554
  .blog__captionSemiBold___s6nen {
40174
40555
  font-size: 12px;
40175
- line-height: 14px;
40556
+ line-height: 1.5;
40176
40557
  letter-spacing: -0.02em;
40177
40558
  font-weight: 600;
40178
40559
  }
@@ -40910,7 +41291,7 @@ h4,
40910
41291
  letter-spacing: -0.02em;
40911
41292
  color: var(--textHeading, #26201a);
40912
41293
  font-size: 16px;
40913
- line-height: 18px;
41294
+ line-height: 1.5;
40914
41295
  }
40915
41296
  @media only screen and (min-width: 769px) {
40916
41297
  h4,
@@ -40919,7 +41300,7 @@ h4,
40919
41300
  letter-spacing: -0.02em;
40920
41301
  color: var(--textHeading, #26201a);
40921
41302
  font-size: 20px;
40922
- line-height: 24px;
41303
+ line-height: 1.5;
40923
41304
  }
40924
41305
  }
40925
41306
  h5,
@@ -40986,7 +41367,7 @@ h5,
40986
41367
  .blog-tabs__caption-medium___SFIQd,
40987
41368
  .blog-tabs__captionMedium___LHvbo {
40988
41369
  font-size: 12px;
40989
- line-height: 14px;
41370
+ line-height: 1.5;
40990
41371
  letter-spacing: -0.02em;
40991
41372
  font-weight: 500;
40992
41373
  }
@@ -40999,7 +41380,7 @@ h5,
40999
41380
  .blog-tabs__caption-semi-bold___xl9Fu,
41000
41381
  .blog-tabs__captionSemiBold___lFa4C {
41001
41382
  font-size: 12px;
41002
- line-height: 14px;
41383
+ line-height: 1.5;
41003
41384
  letter-spacing: -0.02em;
41004
41385
  font-weight: 600;
41005
41386
  }
@@ -41330,7 +41711,7 @@ h4,
41330
41711
  letter-spacing: -0.02em;
41331
41712
  color: var(--textHeading, #26201a);
41332
41713
  font-size: 16px;
41333
- line-height: 18px;
41714
+ line-height: 1.5;
41334
41715
  }
41335
41716
  @media only screen and (min-width: 769px) {
41336
41717
  h4,
@@ -41339,7 +41720,7 @@ h4,
41339
41720
  letter-spacing: -0.02em;
41340
41721
  color: var(--textHeading, #26201a);
41341
41722
  font-size: 20px;
41342
- line-height: 24px;
41723
+ line-height: 1.5;
41343
41724
  }
41344
41725
  }
41345
41726
  h5,
@@ -41406,7 +41787,7 @@ h5,
41406
41787
  .blog-footer__caption-medium___SxJ8X,
41407
41788
  .blog-footer__captionMedium___J7Afj {
41408
41789
  font-size: 12px;
41409
- line-height: 14px;
41790
+ line-height: 1.5;
41410
41791
  letter-spacing: -0.02em;
41411
41792
  font-weight: 500;
41412
41793
  }
@@ -41419,7 +41800,7 @@ h5,
41419
41800
  .blog-footer__caption-semi-bold___iv7Ju,
41420
41801
  .blog-footer__captionSemiBold____6r0g {
41421
41802
  font-size: 12px;
41422
- line-height: 14px;
41803
+ line-height: 1.5;
41423
41804
  letter-spacing: -0.02em;
41424
41805
  font-weight: 600;
41425
41806
  }
@@ -41766,7 +42147,7 @@ h4,
41766
42147
  letter-spacing: -0.02em;
41767
42148
  color: var(--textHeading, #26201a);
41768
42149
  font-size: 16px;
41769
- line-height: 18px;
42150
+ line-height: 1.5;
41770
42151
  }
41771
42152
  @media only screen and (min-width: 769px) {
41772
42153
  h4,
@@ -41775,7 +42156,7 @@ h4,
41775
42156
  letter-spacing: -0.02em;
41776
42157
  color: var(--textHeading, #26201a);
41777
42158
  font-size: 20px;
41778
- line-height: 24px;
42159
+ line-height: 1.5;
41779
42160
  }
41780
42161
  }
41781
42162
  h5,
@@ -41842,7 +42223,7 @@ h5,
41842
42223
  .caption-medium,
41843
42224
  .captionMedium {
41844
42225
  font-size: 12px;
41845
- line-height: 14px;
42226
+ line-height: 1.5;
41846
42227
  letter-spacing: -0.02em;
41847
42228
  font-weight: 500;
41848
42229
  }
@@ -41855,7 +42236,7 @@ h5,
41855
42236
  .caption-semi-bold,
41856
42237
  .captionSemiBold {
41857
42238
  font-size: 12px;
41858
- line-height: 14px;
42239
+ line-height: 1.5;
41859
42240
  letter-spacing: -0.02em;
41860
42241
  font-weight: 600;
41861
42242
  }
@@ -42122,7 +42503,7 @@ h4,
42122
42503
  letter-spacing: -0.02em;
42123
42504
  color: var(--textHeading, #26201a);
42124
42505
  font-size: 16px;
42125
- line-height: 18px;
42506
+ line-height: 1.5;
42126
42507
  }
42127
42508
  @media only screen and (min-width: 769px) {
42128
42509
  h4,
@@ -42131,7 +42512,7 @@ h4,
42131
42512
  letter-spacing: -0.02em;
42132
42513
  color: var(--textHeading, #26201a);
42133
42514
  font-size: 20px;
42134
- line-height: 24px;
42515
+ line-height: 1.5;
42135
42516
  }
42136
42517
  }
42137
42518
  h5,
@@ -42198,7 +42579,7 @@ h5,
42198
42579
  .caption-normal,
42199
42580
  .captionNormal {
42200
42581
  font-size: 12px;
42201
- line-height: 14px;
42582
+ line-height: 1.5;
42202
42583
  letter-spacing: -0.02em;
42203
42584
  font-weight: 400;
42204
42585
  }
@@ -42211,7 +42592,7 @@ h5,
42211
42592
  .caption-medium,
42212
42593
  .captionMedium {
42213
42594
  font-size: 12px;
42214
- line-height: 14px;
42595
+ line-height: 1.5;
42215
42596
  letter-spacing: -0.02em;
42216
42597
  font-weight: 500;
42217
42598
  }
@@ -42224,7 +42605,7 @@ h5,
42224
42605
  .caption-semi-bold,
42225
42606
  .captionSemiBold {
42226
42607
  font-size: 12px;
42227
- line-height: 14px;
42608
+ line-height: 1.5;
42228
42609
  letter-spacing: -0.02em;
42229
42610
  font-weight: 600;
42230
42611
  }