@gofynd/theme-template 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/dist/components/address-form/address-form.css +24 -24
  2. package/dist/components/address-form/form-input-selector.css +20 -20
  3. package/dist/components/address-item/address-item.css +4 -4
  4. package/dist/components/beneficiary-list/beneficiary-list-item/beneficiary-list-item.css +4 -4
  5. package/dist/components/beneficiary-list/beneficiary-list.css +8 -8
  6. package/dist/components/blog-footer/blog-footer.css +4 -4
  7. package/dist/components/blog-page/blog-page.css +12 -12
  8. package/dist/components/blog-tabs/blog-tabs.css +4 -4
  9. package/dist/components/breadcrumb/breadcrumb.css +5 -5
  10. package/dist/components/chip-review-item/chip-review-item.css +4 -4
  11. package/dist/components/core/fy-button/fy-button.css +342 -9
  12. package/dist/components/core/fy-dropdown/fy-dropdown.css +4 -4
  13. package/dist/components/core/fy-input/fy-input.css +4 -4
  14. package/dist/components/core/fy-input-group/fy-input-group.css +4 -4
  15. package/dist/components/core/modal/modal.css +4 -4
  16. package/dist/components/core/skeletons/image-skeleton.css +4 -4
  17. package/dist/components/dropdown/dropdown.css +4 -4
  18. package/dist/components/empty-state/empty-state.css +4 -4
  19. package/dist/components/filter-modal/filter-modal.css +23 -23
  20. package/dist/components/form-builder/form-builder.css +362 -29
  21. package/dist/components/index.css +411 -78
  22. package/dist/components/index.js +1 -1
  23. package/dist/components/listing-description/listing-description.css +5 -5
  24. package/dist/components/loader/loader.css +338 -5
  25. package/dist/components/location-modal/location-modal.css +354 -21
  26. package/dist/components/order-header/order-header.css +8 -8
  27. package/dist/components/order-shipment/order-shipment.css +4 -4
  28. package/dist/components/payment-detail-card/payment-detail-card.css +4 -4
  29. package/dist/components/price-breakup/price-breakup.css +4 -4
  30. package/dist/components/price-breakup/price-breakup.js +1 -1
  31. package/dist/components/product-card/product-card.css +347 -14
  32. package/dist/components/profile-navigation/profile-navigation.css +5 -5
  33. package/dist/components/quantity-control/quantity-control.css +4 -4
  34. package/dist/components/range-slider/range-slider.css +8 -8
  35. package/dist/components/reasons-list/reason-item/reason-item.css +4 -4
  36. package/dist/components/reasons-list/reasons-list.css +8 -8
  37. package/dist/components/scroll-top/scroll-top.css +5 -5
  38. package/dist/components/shipment-address/shipment-address.css +4 -4
  39. package/dist/components/shipment-breakup/shipment-breakup.css +4 -4
  40. package/dist/components/shipment-item/shipment-item.css +4 -4
  41. package/dist/components/shipment-tracking/shipment-tracking.css +4 -4
  42. package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +4 -4
  43. package/dist/components/shipments-update-item/shipments-update-item.css +8 -8
  44. package/dist/components/sort-modal/sort-modal.css +8 -8
  45. package/dist/components/spinner/spinner.css +4 -4
  46. package/dist/components/stepper/stepper.css +4 -4
  47. package/dist/index.css +782 -401
  48. package/dist/index.js +1 -1
  49. package/dist/page-layouts/auth/account-locked/account-locked.css +346 -13
  50. package/dist/page-layouts/auth/login-register-toggle/login-register-toggle.css +4 -4
  51. package/dist/page-layouts/auth/mobile-number/mobile-number.css +4 -4
  52. package/dist/page-layouts/auth/verify-both/verify-both.css +4 -4
  53. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +17 -16
  54. package/dist/page-layouts/cart/Components/comment/comment.css +8 -8
  55. package/dist/page-layouts/cart/Components/coupon/coupon.css +8 -8
  56. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +36 -36
  57. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +4 -4
  58. package/dist/page-layouts/cart/Components/gst-card/gst-card.css +4 -4
  59. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +8 -8
  60. package/dist/page-layouts/cart/Components/share-cart/share-cart.css +346 -13
  61. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +342 -9
  62. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +4 -4
  63. package/dist/page-layouts/compare/compare.css +352 -19
  64. package/dist/page-layouts/login/component/login-mode-button/login-mode-button.css +4 -4
  65. package/dist/page-layouts/login/component/login-otp/login-otp.css +8 -8
  66. package/dist/page-layouts/login/component/login-password/login-password.css +8 -8
  67. package/dist/page-layouts/login/component/term-privacy/term-privacy.css +4 -4
  68. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +382 -49
  69. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
  70. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
  71. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
  72. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
  73. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
  74. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
  75. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
  76. package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
  77. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
  78. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
  79. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
  80. package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
  81. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
  82. package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
  83. package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
  84. package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
  85. package/dist/page-layouts/single-checkout/modal.css +4 -4
  86. package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
  87. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  88. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
  89. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  90. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
  91. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
  92. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  93. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
  94. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
  95. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
  96. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  97. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
  98. package/dist/pages/blog/blog.css +20 -20
  99. package/dist/pages/blog/index.css +20 -20
  100. package/dist/pages/cart/cart.css +423 -89
  101. package/dist/pages/cart/cart.js +1 -1
  102. package/dist/pages/cart/index.css +423 -89
  103. package/dist/pages/cart/index.js +1 -1
  104. package/dist/pages/checkout/checkout.css +180 -133
  105. package/dist/pages/checkout/checkout.js +1 -1
  106. package/dist/pages/checkout/index.css +180 -133
  107. package/dist/pages/checkout/index.js +1 -1
  108. package/dist/pages/contact-us/contact-us.css +350 -17
  109. package/dist/pages/contact-us/index.css +350 -17
  110. package/dist/pages/edit-profile/edit-profile.css +12 -12
  111. package/dist/pages/edit-profile/index.css +12 -12
  112. package/dist/pages/faq/faq.css +4 -4
  113. package/dist/pages/faq/index.css +4 -4
  114. package/dist/pages/forgot-password/forget-password.css +8 -8
  115. package/dist/pages/forgot-password/index.css +8 -8
  116. package/dist/pages/index.css +764 -383
  117. package/dist/pages/index.js +1 -1
  118. package/dist/pages/login/index.css +28 -28
  119. package/dist/pages/login/login.css +28 -28
  120. package/dist/pages/order/index.css +350 -17
  121. package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
  122. package/dist/pages/order/order-tracking.css +350 -17
  123. package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
  124. package/dist/pages/order-status/index.css +363 -33
  125. package/dist/pages/order-status/index.js +1 -1
  126. package/dist/pages/order-status/order-status.css +363 -33
  127. package/dist/pages/order-status/order-status.js +1 -1
  128. package/dist/pages/product-listing/index.css +457 -124
  129. package/dist/pages/product-listing/product-listing.css +457 -124
  130. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
  131. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
  132. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
  133. package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
  134. package/dist/pages/profile/email/email.css +362 -29
  135. package/dist/pages/profile/email/index.css +362 -29
  136. package/dist/pages/profile/index.css +350 -17
  137. package/dist/pages/profile/phone/index.css +366 -33
  138. package/dist/pages/profile/phone/phone.css +366 -33
  139. package/dist/pages/profile/profile-details.css +350 -17
  140. package/dist/pages/register/index.css +20 -20
  141. package/dist/pages/register/register.css +20 -20
  142. package/dist/pages/set-password/index.css +4 -4
  143. package/dist/pages/set-password/set-password.css +4 -4
  144. package/dist/pages/shared-cart/index.css +8 -8
  145. package/dist/pages/shared-cart/shared-cart.css +8 -8
  146. package/dist/pages/verify-email/index.css +4 -4
  147. package/dist/pages/verify-email/verify-email.css +4 -4
  148. package/dist/pages/wishlist/index.css +406 -73
  149. package/dist/pages/wishlist/wishlist.css +406 -73
  150. package/package.json +1 -1
@@ -106,7 +106,7 @@ h4,
106
106
  letter-spacing: -0.02em;
107
107
  color: var(--textHeading, #26201a);
108
108
  font-size: 16px;
109
- line-height: 18px;
109
+ line-height: 1.5;
110
110
  }
111
111
  @media only screen and (min-width: 769px) {
112
112
  h4,
@@ -115,7 +115,7 @@ h4,
115
115
  letter-spacing: -0.02em;
116
116
  color: var(--textHeading, #26201a);
117
117
  font-size: 20px;
118
- line-height: 24px;
118
+ line-height: 1.5;
119
119
  }
120
120
  }
121
121
  h5,
@@ -182,7 +182,7 @@ h5,
182
182
  .cart__caption-medium___lB0h9,
183
183
  .cart__captionMedium___xbhGj {
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
  .cart__caption-semi-bold___uouTa,
196
196
  .cart__captionSemiBold___FJc3z {
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
  }
@@ -617,7 +617,7 @@ h4,
617
617
  letter-spacing: -0.02em;
618
618
  color: var(--textHeading, #26201a);
619
619
  font-size: 16px;
620
- line-height: 18px;
620
+ line-height: 1.5;
621
621
  }
622
622
  @media only screen and (min-width: 769px) {
623
623
  h4,
@@ -626,7 +626,7 @@ h4,
626
626
  letter-spacing: -0.02em;
627
627
  color: var(--textHeading, #26201a);
628
628
  font-size: 20px;
629
- line-height: 24px;
629
+ line-height: 1.5;
630
630
  }
631
631
  }
632
632
  h5,
@@ -693,7 +693,7 @@ h5,
693
693
  .delivery-location__caption-medium___tg0oL,
694
694
  .delivery-location__captionMedium___bb1tV {
695
695
  font-size: 12px;
696
- line-height: 14px;
696
+ line-height: 1.5;
697
697
  letter-spacing: -0.02em;
698
698
  font-weight: 500;
699
699
  }
@@ -706,7 +706,7 @@ h5,
706
706
  .delivery-location__caption-semi-bold___jc8rI,
707
707
  .delivery-location__captionSemiBold___ziS_x {
708
708
  font-size: 12px;
709
- line-height: 14px;
709
+ line-height: 1.5;
710
710
  letter-spacing: -0.02em;
711
711
  font-weight: 600;
712
712
  }
@@ -1321,7 +1321,7 @@ h4,
1321
1321
  letter-spacing: -0.02em;
1322
1322
  color: var(--textHeading, #26201a);
1323
1323
  font-size: 16px;
1324
- line-height: 18px;
1324
+ line-height: 1.5;
1325
1325
  }
1326
1326
  @media only screen and (min-width: 769px) {
1327
1327
  h4,
@@ -1330,7 +1330,7 @@ h4,
1330
1330
  letter-spacing: -0.02em;
1331
1331
  color: var(--textHeading, #26201a);
1332
1332
  font-size: 20px;
1333
- line-height: 24px;
1333
+ line-height: 1.5;
1334
1334
  }
1335
1335
  }
1336
1336
  h5,
@@ -1397,7 +1397,7 @@ h5,
1397
1397
  .modal__caption-medium___GbhtF,
1398
1398
  .modal__captionMedium___zCJpb {
1399
1399
  font-size: 12px;
1400
- line-height: 14px;
1400
+ line-height: 1.5;
1401
1401
  letter-spacing: -0.02em;
1402
1402
  font-weight: 500;
1403
1403
  }
@@ -1410,7 +1410,7 @@ h5,
1410
1410
  .modal__caption-semi-bold___feZV5,
1411
1411
  .modal__captionSemiBold___pxAn7 {
1412
1412
  font-size: 12px;
1413
- line-height: 14px;
1413
+ line-height: 1.5;
1414
1414
  letter-spacing: -0.02em;
1415
1415
  font-weight: 600;
1416
1416
  }
@@ -1801,7 +1801,7 @@ h4,
1801
1801
  letter-spacing: -0.02em;
1802
1802
  color: var(--textHeading, #26201a);
1803
1803
  font-size: 16px;
1804
- line-height: 18px;
1804
+ line-height: 1.5;
1805
1805
  }
1806
1806
  @media only screen and (min-width: 769px) {
1807
1807
  h4,
@@ -1810,7 +1810,7 @@ h4,
1810
1810
  letter-spacing: -0.02em;
1811
1811
  color: var(--textHeading, #26201a);
1812
1812
  font-size: 20px;
1813
- line-height: 24px;
1813
+ line-height: 1.5;
1814
1814
  }
1815
1815
  }
1816
1816
  h5,
@@ -1877,7 +1877,7 @@ h5,
1877
1877
  .address-item__caption-medium___keR9q,
1878
1878
  .address-item__captionMedium___Mu54H {
1879
1879
  font-size: 12px;
1880
- line-height: 14px;
1880
+ line-height: 1.5;
1881
1881
  letter-spacing: -0.02em;
1882
1882
  font-weight: 500;
1883
1883
  }
@@ -1890,7 +1890,7 @@ h5,
1890
1890
  .address-item__caption-semi-bold___GchPi,
1891
1891
  .address-item__captionSemiBold___L3J0R {
1892
1892
  font-size: 12px;
1893
- line-height: 14px;
1893
+ line-height: 1.5;
1894
1894
  letter-spacing: -0.02em;
1895
1895
  font-weight: 600;
1896
1896
  }
@@ -2190,7 +2190,7 @@ h4,
2190
2190
  letter-spacing: -0.02em;
2191
2191
  color: var(--textHeading, #26201a);
2192
2192
  font-size: 16px;
2193
- line-height: 18px;
2193
+ line-height: 1.5;
2194
2194
  }
2195
2195
  @media only screen and (min-width: 769px) {
2196
2196
  h4,
@@ -2199,7 +2199,7 @@ h4,
2199
2199
  letter-spacing: -0.02em;
2200
2200
  color: var(--textHeading, #26201a);
2201
2201
  font-size: 20px;
2202
- line-height: 24px;
2202
+ line-height: 1.5;
2203
2203
  }
2204
2204
  }
2205
2205
  h5,
@@ -2266,7 +2266,7 @@ h5,
2266
2266
  .address-form__caption-medium___sHdBz,
2267
2267
  .address-form__captionMedium___qq2S5 {
2268
2268
  font-size: 12px;
2269
- line-height: 14px;
2269
+ line-height: 1.5;
2270
2270
  letter-spacing: -0.02em;
2271
2271
  font-weight: 500;
2272
2272
  }
@@ -2279,7 +2279,7 @@ h5,
2279
2279
  .address-form__caption-semi-bold___Ao5Rt,
2280
2280
  .address-form__captionSemiBold___zTpZY {
2281
2281
  font-size: 12px;
2282
- line-height: 14px;
2282
+ line-height: 1.5;
2283
2283
  letter-spacing: -0.02em;
2284
2284
  font-weight: 600;
2285
2285
  }
@@ -2946,7 +2946,7 @@ h4,
2946
2946
  letter-spacing: -0.02em;
2947
2947
  color: var(--textHeading, #26201a);
2948
2948
  font-size: 16px;
2949
- line-height: 18px;
2949
+ line-height: 1.5;
2950
2950
  }
2951
2951
  @media only screen and (min-width: 769px) {
2952
2952
  h4,
@@ -2955,7 +2955,7 @@ h4,
2955
2955
  letter-spacing: -0.02em;
2956
2956
  color: var(--textHeading, #26201a);
2957
2957
  font-size: 20px;
2958
- line-height: 24px;
2958
+ line-height: 1.5;
2959
2959
  }
2960
2960
  }
2961
2961
  h5,
@@ -3022,7 +3022,7 @@ h5,
3022
3022
  .fy-input__caption-medium___ypzRG,
3023
3023
  .fy-input__captionMedium___cFBcK {
3024
3024
  font-size: 12px;
3025
- line-height: 14px;
3025
+ line-height: 1.5;
3026
3026
  letter-spacing: -0.02em;
3027
3027
  font-weight: 500;
3028
3028
  }
@@ -3035,7 +3035,7 @@ h5,
3035
3035
  .fy-input__caption-semi-bold___WmtaG,
3036
3036
  .fy-input__captionSemiBold___UuNTY {
3037
3037
  font-size: 12px;
3038
- line-height: 14px;
3038
+ line-height: 1.5;
3039
3039
  letter-spacing: -0.02em;
3040
3040
  font-weight: 600;
3041
3041
  }
@@ -3410,7 +3410,7 @@ h4,
3410
3410
  letter-spacing: -0.02em;
3411
3411
  color: var(--textHeading, #26201a);
3412
3412
  font-size: 16px;
3413
- line-height: 18px;
3413
+ line-height: 1.5;
3414
3414
  }
3415
3415
  @media only screen and (min-width: 769px) {
3416
3416
  h4,
@@ -3419,7 +3419,7 @@ h4,
3419
3419
  letter-spacing: -0.02em;
3420
3420
  color: var(--textHeading, #26201a);
3421
3421
  font-size: 20px;
3422
- line-height: 24px;
3422
+ line-height: 1.5;
3423
3423
  }
3424
3424
  }
3425
3425
  h5,
@@ -3486,7 +3486,7 @@ h5,
3486
3486
  .fy-input-group__caption-medium___ULDb6,
3487
3487
  .fy-input-group__captionMedium___GIuhk {
3488
3488
  font-size: 12px;
3489
- line-height: 14px;
3489
+ line-height: 1.5;
3490
3490
  letter-spacing: -0.02em;
3491
3491
  font-weight: 500;
3492
3492
  }
@@ -3499,7 +3499,7 @@ h5,
3499
3499
  .fy-input-group__caption-semi-bold___B0YEk,
3500
3500
  .fy-input-group__captionSemiBold___aQt3D {
3501
3501
  font-size: 12px;
3502
- line-height: 14px;
3502
+ line-height: 1.5;
3503
3503
  letter-spacing: -0.02em;
3504
3504
  font-weight: 600;
3505
3505
  }
@@ -3788,7 +3788,7 @@ h4,
3788
3788
  letter-spacing: -0.02em;
3789
3789
  color: var(--textHeading, #26201a);
3790
3790
  font-size: 16px;
3791
- line-height: 18px;
3791
+ line-height: 1.5;
3792
3792
  }
3793
3793
  @media only screen and (min-width: 769px) {
3794
3794
  h4,
@@ -3797,7 +3797,7 @@ h4,
3797
3797
  letter-spacing: -0.02em;
3798
3798
  color: var(--textHeading, #26201a);
3799
3799
  font-size: 20px;
3800
- line-height: 24px;
3800
+ line-height: 1.5;
3801
3801
  }
3802
3802
  }
3803
3803
  h5,
@@ -3864,7 +3864,7 @@ h5,
3864
3864
  .fy-dropdown__caption-medium___HCy1Y,
3865
3865
  .fy-dropdown__captionMedium___BdPX5 {
3866
3866
  font-size: 12px;
3867
- line-height: 14px;
3867
+ line-height: 1.5;
3868
3868
  letter-spacing: -0.02em;
3869
3869
  font-weight: 500;
3870
3870
  }
@@ -3877,7 +3877,7 @@ h5,
3877
3877
  .fy-dropdown__caption-semi-bold___RDalx,
3878
3878
  .fy-dropdown__captionSemiBold___t1x78 {
3879
3879
  font-size: 12px;
3880
- line-height: 14px;
3880
+ line-height: 1.5;
3881
3881
  letter-spacing: -0.02em;
3882
3882
  font-weight: 600;
3883
3883
  }
@@ -4228,7 +4228,7 @@ h4,
4228
4228
  letter-spacing: -0.02em;
4229
4229
  color: var(--textHeading, #26201a);
4230
4230
  font-size: 16px;
4231
- line-height: 18px;
4231
+ line-height: 1.5;
4232
4232
  }
4233
4233
  @media only screen and (min-width: 769px) {
4234
4234
  h4,
@@ -4237,7 +4237,7 @@ h4,
4237
4237
  letter-spacing: -0.02em;
4238
4238
  color: var(--textHeading, #26201a);
4239
4239
  font-size: 20px;
4240
- line-height: 24px;
4240
+ line-height: 1.5;
4241
4241
  }
4242
4242
  }
4243
4243
  h5,
@@ -4304,7 +4304,7 @@ h5,
4304
4304
  .mobile-number__caption-medium___syZZb,
4305
4305
  .mobile-number__captionMedium___iKNxh {
4306
4306
  font-size: 12px;
4307
- line-height: 14px;
4307
+ line-height: 1.5;
4308
4308
  letter-spacing: -0.02em;
4309
4309
  font-weight: 500;
4310
4310
  }
@@ -4317,7 +4317,7 @@ h5,
4317
4317
  .mobile-number__caption-semi-bold___Rbomr,
4318
4318
  .mobile-number__captionSemiBold___cKKg4 {
4319
4319
  font-size: 12px;
4320
- line-height: 14px;
4320
+ line-height: 1.5;
4321
4321
  letter-spacing: -0.02em;
4322
4322
  font-weight: 600;
4323
4323
  }
@@ -4627,7 +4627,7 @@ h4,
4627
4627
  letter-spacing: -0.02em;
4628
4628
  color: var(--textHeading, #26201a);
4629
4629
  font-size: 16px;
4630
- line-height: 18px;
4630
+ line-height: 1.5;
4631
4631
  }
4632
4632
  @media only screen and (min-width: 769px) {
4633
4633
  h4,
@@ -4636,7 +4636,7 @@ h4,
4636
4636
  letter-spacing: -0.02em;
4637
4637
  color: var(--textHeading, #26201a);
4638
4638
  font-size: 20px;
4639
- line-height: 24px;
4639
+ line-height: 1.5;
4640
4640
  }
4641
4641
  }
4642
4642
  h5,
@@ -4703,7 +4703,7 @@ h5,
4703
4703
  .form-input-selector__caption-medium___UDqtg,
4704
4704
  .form-input-selector__captionMedium___upnRb {
4705
4705
  font-size: 12px;
4706
- line-height: 14px;
4706
+ line-height: 1.5;
4707
4707
  letter-spacing: -0.02em;
4708
4708
  font-weight: 500;
4709
4709
  }
@@ -4716,7 +4716,7 @@ h5,
4716
4716
  .form-input-selector__caption-semi-bold___BEOBj,
4717
4717
  .form-input-selector__captionSemiBold___XUhub {
4718
4718
  font-size: 12px;
4719
- line-height: 14px;
4719
+ line-height: 1.5;
4720
4720
  letter-spacing: -0.02em;
4721
4721
  font-weight: 600;
4722
4722
  }
@@ -4985,7 +4985,7 @@ h4,
4985
4985
  letter-spacing: -0.02em;
4986
4986
  color: var(--textHeading, #26201a);
4987
4987
  font-size: 16px;
4988
- line-height: 18px;
4988
+ line-height: 1.5;
4989
4989
  }
4990
4990
  @media only screen and (min-width: 769px) {
4991
4991
  h4,
@@ -4994,7 +4994,7 @@ h4,
4994
4994
  letter-spacing: -0.02em;
4995
4995
  color: var(--textHeading, #26201a);
4996
4996
  font-size: 20px;
4997
- line-height: 24px;
4997
+ line-height: 1.5;
4998
4998
  }
4999
4999
  }
5000
5000
  h5,
@@ -5061,7 +5061,7 @@ h5,
5061
5061
  .coupon__caption-medium___tqbfY,
5062
5062
  .coupon__captionMedium___xDGA4 {
5063
5063
  font-size: 12px;
5064
- line-height: 14px;
5064
+ line-height: 1.5;
5065
5065
  letter-spacing: -0.02em;
5066
5066
  font-weight: 500;
5067
5067
  }
@@ -5074,7 +5074,7 @@ h5,
5074
5074
  .coupon__caption-semi-bold___K0l2r,
5075
5075
  .coupon__captionSemiBold___p62dj {
5076
5076
  font-size: 12px;
5077
- line-height: 14px;
5077
+ line-height: 1.5;
5078
5078
  letter-spacing: -0.02em;
5079
5079
  font-weight: 600;
5080
5080
  }
@@ -5702,7 +5702,7 @@ h4,
5702
5702
  letter-spacing: -0.02em;
5703
5703
  color: var(--textHeading, #26201a);
5704
5704
  font-size: 16px;
5705
- line-height: 18px;
5705
+ line-height: 1.5;
5706
5706
  }
5707
5707
  @media only screen and (min-width: 769px) {
5708
5708
  h4,
@@ -5711,7 +5711,7 @@ h4,
5711
5711
  letter-spacing: -0.02em;
5712
5712
  color: var(--textHeading, #26201a);
5713
5713
  font-size: 20px;
5714
- line-height: 24px;
5714
+ line-height: 1.5;
5715
5715
  }
5716
5716
  }
5717
5717
  h5,
@@ -5778,7 +5778,7 @@ h5,
5778
5778
  .comment__caption-medium___HIEb0,
5779
5779
  .comment__captionMedium___NxnB1 {
5780
5780
  font-size: 12px;
5781
- line-height: 14px;
5781
+ line-height: 1.5;
5782
5782
  letter-spacing: -0.02em;
5783
5783
  font-weight: 500;
5784
5784
  }
@@ -5791,7 +5791,7 @@ h5,
5791
5791
  .comment__caption-semi-bold___VdA6Z,
5792
5792
  .comment__captionSemiBold___lxBFk {
5793
5793
  font-size: 12px;
5794
- line-height: 14px;
5794
+ line-height: 1.5;
5795
5795
  letter-spacing: -0.02em;
5796
5796
  font-weight: 600;
5797
5797
  }
@@ -6260,7 +6260,7 @@ h4,
6260
6260
  letter-spacing: -0.02em;
6261
6261
  color: var(--textHeading, #26201a);
6262
6262
  font-size: 16px;
6263
- line-height: 18px;
6263
+ line-height: 1.5;
6264
6264
  }
6265
6265
  @media only screen and (min-width: 769px) {
6266
6266
  h4,
@@ -6269,7 +6269,7 @@ h4,
6269
6269
  letter-spacing: -0.02em;
6270
6270
  color: var(--textHeading, #26201a);
6271
6271
  font-size: 20px;
6272
- line-height: 24px;
6272
+ line-height: 1.5;
6273
6273
  }
6274
6274
  }
6275
6275
  h5,
@@ -6336,7 +6336,7 @@ h5,
6336
6336
  .gst-card__caption-medium___h8x5g,
6337
6337
  .gst-card__captionMedium___1mSBU {
6338
6338
  font-size: 12px;
6339
- line-height: 14px;
6339
+ line-height: 1.5;
6340
6340
  letter-spacing: -0.02em;
6341
6341
  font-weight: 500;
6342
6342
  }
@@ -6349,7 +6349,7 @@ h5,
6349
6349
  .gst-card__caption-semi-bold___ltQND,
6350
6350
  .gst-card__captionSemiBold___bvqz0 {
6351
6351
  font-size: 12px;
6352
- line-height: 14px;
6352
+ line-height: 1.5;
6353
6353
  letter-spacing: -0.02em;
6354
6354
  font-weight: 600;
6355
6355
  }
@@ -6676,7 +6676,7 @@ h4,
6676
6676
  letter-spacing: -0.02em;
6677
6677
  color: var(--textHeading, #26201a);
6678
6678
  font-size: 16px;
6679
- line-height: 18px;
6679
+ line-height: 1.5;
6680
6680
  }
6681
6681
  @media only screen and (min-width: 769px) {
6682
6682
  h4,
@@ -6685,7 +6685,7 @@ h4,
6685
6685
  letter-spacing: -0.02em;
6686
6686
  color: var(--textHeading, #26201a);
6687
6687
  font-size: 20px;
6688
- line-height: 24px;
6688
+ line-height: 1.5;
6689
6689
  }
6690
6690
  }
6691
6691
  h5,
@@ -6752,7 +6752,7 @@ h5,
6752
6752
  .price-breakup__caption-medium___wWsTp,
6753
6753
  .price-breakup__captionMedium___mD2FZ {
6754
6754
  font-size: 12px;
6755
- line-height: 14px;
6755
+ line-height: 1.5;
6756
6756
  letter-spacing: -0.02em;
6757
6757
  font-weight: 500;
6758
6758
  }
@@ -6765,7 +6765,7 @@ h5,
6765
6765
  .price-breakup__caption-semi-bold___jb1u9,
6766
6766
  .price-breakup__captionSemiBold___OqTV0 {
6767
6767
  font-size: 12px;
6768
- line-height: 14px;
6768
+ line-height: 1.5;
6769
6769
  letter-spacing: -0.02em;
6770
6770
  font-weight: 600;
6771
6771
  }
@@ -7128,7 +7128,7 @@ h4,
7128
7128
  letter-spacing: -0.02em;
7129
7129
  color: var(--textHeading, #26201a);
7130
7130
  font-size: 16px;
7131
- line-height: 18px;
7131
+ line-height: 1.5;
7132
7132
  }
7133
7133
  @media only screen and (min-width: 769px) {
7134
7134
  h4,
@@ -7137,7 +7137,7 @@ h4,
7137
7137
  letter-spacing: -0.02em;
7138
7138
  color: var(--textHeading, #26201a);
7139
7139
  font-size: 20px;
7140
- line-height: 24px;
7140
+ line-height: 1.5;
7141
7141
  }
7142
7142
  }
7143
7143
  h5,
@@ -7204,7 +7204,7 @@ h5,
7204
7204
  .chip-item__caption-medium____FSg6,
7205
7205
  .chip-item__captionMedium___OSNOv {
7206
7206
  font-size: 12px;
7207
- line-height: 14px;
7207
+ line-height: 1.5;
7208
7208
  letter-spacing: -0.02em;
7209
7209
  font-weight: 500;
7210
7210
  }
@@ -7217,7 +7217,7 @@ h5,
7217
7217
  .chip-item__caption-semi-bold___JJlXv,
7218
7218
  .chip-item__captionSemiBold___HNshI {
7219
7219
  font-size: 12px;
7220
- line-height: 14px;
7220
+ line-height: 1.5;
7221
7221
  letter-spacing: -0.02em;
7222
7222
  font-weight: 600;
7223
7223
  }
@@ -7438,6 +7438,7 @@ h5,
7438
7438
  display: flex;
7439
7439
  align-items: center;
7440
7440
  gap: 12px;
7441
+ min-width: 0;
7441
7442
  }
7442
7443
  .chip-item__cartItemsListContainer___ud9jU .chip-item__eachItemContainer___rROgS .chip-item__eachItemDetailsContainer___RLC12 .chip-item__itemSizeQuantityContainer___WpCw4 .chip-item__itemSizeQuantitySubContainer___uwoXY .chip-item__sizeContainer___jgw1s {
7443
7444
  display: flex;
@@ -7940,7 +7941,7 @@ h4,
7940
7941
  letter-spacing: -0.02em;
7941
7942
  color: var(--textHeading, #26201a);
7942
7943
  font-size: 16px;
7943
- line-height: 18px;
7944
+ line-height: 1.5;
7944
7945
  }
7945
7946
  @media only screen and (min-width: 769px) {
7946
7947
  h4,
@@ -7949,7 +7950,7 @@ h4,
7949
7950
  letter-spacing: -0.02em;
7950
7951
  color: var(--textHeading, #26201a);
7951
7952
  font-size: 20px;
7952
- line-height: 24px;
7953
+ line-height: 1.5;
7953
7954
  }
7954
7955
  }
7955
7956
  h5,
@@ -8016,7 +8017,7 @@ h5,
8016
8017
  .quantity-control__caption-medium___hXqzw,
8017
8018
  .quantity-control__captionMedium___aDZsC {
8018
8019
  font-size: 12px;
8019
- line-height: 14px;
8020
+ line-height: 1.5;
8020
8021
  letter-spacing: -0.02em;
8021
8022
  font-weight: 500;
8022
8023
  }
@@ -8029,7 +8030,7 @@ h5,
8029
8030
  .quantity-control__caption-semi-bold___Rxtpw,
8030
8031
  .quantity-control__captionSemiBold___JouZf {
8031
8032
  font-size: 12px;
8032
- line-height: 14px;
8033
+ line-height: 1.5;
8033
8034
  letter-spacing: -0.02em;
8034
8035
  font-weight: 600;
8035
8036
  }
@@ -8344,7 +8345,7 @@ h4,
8344
8345
  letter-spacing: -0.02em;
8345
8346
  color: var(--textHeading, #26201a);
8346
8347
  font-size: 16px;
8347
- line-height: 18px;
8348
+ line-height: 1.5;
8348
8349
  }
8349
8350
  @media only screen and (min-width: 769px) {
8350
8351
  h4,
@@ -8353,7 +8354,7 @@ h4,
8353
8354
  letter-spacing: -0.02em;
8354
8355
  color: var(--textHeading, #26201a);
8355
8356
  font-size: 20px;
8356
- line-height: 24px;
8357
+ line-height: 1.5;
8357
8358
  }
8358
8359
  }
8359
8360
  h5,
@@ -8420,7 +8421,7 @@ h5,
8420
8421
  .free-gift-item__caption-medium___J3sTr,
8421
8422
  .free-gift-item__captionMedium___UxDCd {
8422
8423
  font-size: 12px;
8423
- line-height: 14px;
8424
+ line-height: 1.5;
8424
8425
  letter-spacing: -0.02em;
8425
8426
  font-weight: 500;
8426
8427
  }
@@ -8433,7 +8434,7 @@ h5,
8433
8434
  .free-gift-item__caption-semi-bold___rj6i6,
8434
8435
  .free-gift-item__captionSemiBold___TCDo6 {
8435
8436
  font-size: 12px;
8436
- line-height: 14px;
8437
+ line-height: 1.5;
8437
8438
  letter-spacing: -0.02em;
8438
8439
  font-weight: 600;
8439
8440
  }
@@ -8762,7 +8763,7 @@ h4,
8762
8763
  letter-spacing: -0.02em;
8763
8764
  color: var(--textHeading, #26201a);
8764
8765
  font-size: 16px;
8765
- line-height: 18px;
8766
+ line-height: 1.5;
8766
8767
  }
8767
8768
  @media only screen and (min-width: 769px) {
8768
8769
  h4,
@@ -8771,7 +8772,7 @@ h4,
8771
8772
  letter-spacing: -0.02em;
8772
8773
  color: var(--textHeading, #26201a);
8773
8774
  font-size: 20px;
8774
- line-height: 24px;
8775
+ line-height: 1.5;
8775
8776
  }
8776
8777
  }
8777
8778
  h5,
@@ -8838,7 +8839,7 @@ h5,
8838
8839
  .share-cart__caption-medium___LTgao,
8839
8840
  .share-cart__captionMedium___ciwls {
8840
8841
  font-size: 12px;
8841
- line-height: 14px;
8842
+ line-height: 1.5;
8842
8843
  letter-spacing: -0.02em;
8843
8844
  font-weight: 500;
8844
8845
  }
@@ -8851,7 +8852,7 @@ h5,
8851
8852
  .share-cart__caption-semi-bold___UzN8o,
8852
8853
  .share-cart__captionSemiBold___LAPB3 {
8853
8854
  font-size: 12px;
8854
- line-height: 14px;
8855
+ line-height: 1.5;
8855
8856
  letter-spacing: -0.02em;
8856
8857
  font-weight: 600;
8857
8858
  }
@@ -9150,7 +9151,7 @@ h4,
9150
9151
  letter-spacing: -0.02em;
9151
9152
  color: var(--textHeading, #26201a);
9152
9153
  font-size: 16px;
9153
- line-height: 18px;
9154
+ line-height: 1.5;
9154
9155
  }
9155
9156
  @media only screen and (min-width: 769px) {
9156
9157
  h4,
@@ -9159,7 +9160,7 @@ h4,
9159
9160
  letter-spacing: -0.02em;
9160
9161
  color: var(--textHeading, #26201a);
9161
9162
  font-size: 20px;
9162
- line-height: 24px;
9163
+ line-height: 1.5;
9163
9164
  }
9164
9165
  }
9165
9166
  h5,
@@ -9226,7 +9227,7 @@ h5,
9226
9227
  .share-cart-modal__caption-medium___MkEuf,
9227
9228
  .share-cart-modal__captionMedium___xeQtq {
9228
9229
  font-size: 12px;
9229
- line-height: 14px;
9230
+ line-height: 1.5;
9230
9231
  letter-spacing: -0.02em;
9231
9232
  font-weight: 500;
9232
9233
  }
@@ -9239,7 +9240,7 @@ h5,
9239
9240
  .share-cart-modal__caption-semi-bold___eGTEC,
9240
9241
  .share-cart-modal__captionSemiBold___J4Fke {
9241
9242
  font-size: 12px;
9242
- line-height: 14px;
9243
+ line-height: 1.5;
9243
9244
  letter-spacing: -0.02em;
9244
9245
  font-weight: 600;
9245
9246
  }
@@ -9463,7 +9464,342 @@ h5,
9463
9464
  }
9464
9465
  }
9465
9466
 
9466
- /* Absolute Center Spinner */
9467
+ /**color by character**/
9468
+ /** Font family **/
9469
+ /** Font weight **/
9470
+ .loader__display-block___C28Wh {
9471
+ display: block;
9472
+ }
9473
+ .loader__inline-block___qe6ST,
9474
+ .loader__inlineBlock___RbcTU {
9475
+ display: inline-block;
9476
+ }
9477
+ .loader__flex-row___jtutA {
9478
+ display: flex;
9479
+ }
9480
+ .loader__flex-column___Xo1gh,
9481
+ .loader__flexColumn___BZ1uV {
9482
+ display: flex;
9483
+ flex-direction: column;
9484
+ }
9485
+ .loader__flex-align-center___QKakD,
9486
+ .loader__flexAlignCenter____hCbC {
9487
+ display: flex;
9488
+ align-items: center;
9489
+ }
9490
+ .loader__flex-justify-center___iXbnu,
9491
+ .loader__flexJustifyCenter___x_1Sc {
9492
+ display: flex;
9493
+ justify-content: center;
9494
+ }
9495
+ .loader__flex-center___cERbN,
9496
+ .loader__flexCenter___FRjsH {
9497
+ display: flex;
9498
+ justify-content: center;
9499
+ align-items: center;
9500
+ }
9501
+ .loader__justify-start___PXa_q,
9502
+ .loader__justifyStart___RIbpq {
9503
+ justify-content: flex-start;
9504
+ }
9505
+ .loader__justify-end___N_MxT,
9506
+ .loader__justifyEnd___c9Puj {
9507
+ justify-content: flex-end;
9508
+ }
9509
+ .loader__justify-between___ryNlc,
9510
+ .loader__justifyBetween___bNm10 {
9511
+ justify-content: space-between;
9512
+ }
9513
+ .loader__justify-around___kWvQU,
9514
+ .loader__justifyAround___TO6v6 {
9515
+ justify-content: space-around;
9516
+ }
9517
+ .loader__justify-evenly___r6oLK,
9518
+ .loader__justifyEvenly___NI1zZ {
9519
+ justify-content: space-evenly;
9520
+ }
9521
+ h1,
9522
+ .loader__h1___N9UmV {
9523
+ font-weight: 700;
9524
+ font-size: 28px;
9525
+ line-height: 42px;
9526
+ letter-spacing: -0.03em;
9527
+ color: var(--textHeading, #26201a);
9528
+ }
9529
+ @media only screen and (min-width: 769px) {
9530
+ h1,
9531
+ .loader__h1___N9UmV {
9532
+ font-size: 36px;
9533
+ line-height: 48px;
9534
+ }
9535
+ }
9536
+ h2,
9537
+ .loader__h2___tLPka {
9538
+ font-weight: 700;
9539
+ font-size: 28px;
9540
+ line-height: 36px;
9541
+ letter-spacing: -0.03em;
9542
+ color: var(--textHeading, #26201a);
9543
+ }
9544
+ @media only screen and (min-width: 769px) {
9545
+ h2,
9546
+ .loader__h2___tLPka {
9547
+ font-size: 32px;
9548
+ line-height: 42px;
9549
+ }
9550
+ }
9551
+ h3,
9552
+ .loader__h3___lpAs2 {
9553
+ font-weight: 700;
9554
+ letter-spacing: -0.02em;
9555
+ color: var(--textHeading, #26201a);
9556
+ font-size: 24px;
9557
+ line-height: 32px;
9558
+ }
9559
+ @media only screen and (min-width: 769px) {
9560
+ h3,
9561
+ .loader__h3___lpAs2 {
9562
+ font-weight: 700;
9563
+ letter-spacing: -0.02em;
9564
+ color: var(--textHeading, #26201a);
9565
+ font-size: 28px;
9566
+ line-height: 36px;
9567
+ }
9568
+ }
9569
+ h4,
9570
+ .loader__h4___I9T7x {
9571
+ font-weight: 600;
9572
+ letter-spacing: -0.02em;
9573
+ color: var(--textHeading, #26201a);
9574
+ font-size: 16px;
9575
+ line-height: 1.5;
9576
+ }
9577
+ @media only screen and (min-width: 769px) {
9578
+ h4,
9579
+ .loader__h4___I9T7x {
9580
+ font-weight: 600;
9581
+ letter-spacing: -0.02em;
9582
+ color: var(--textHeading, #26201a);
9583
+ font-size: 20px;
9584
+ line-height: 1.5;
9585
+ }
9586
+ }
9587
+ h5,
9588
+ .loader__h5___U0S2a {
9589
+ font-weight: 600;
9590
+ font-size: 14px;
9591
+ line-height: 16px;
9592
+ letter-spacing: -0.02em;
9593
+ color: var(--textHeading, #26201a);
9594
+ }
9595
+ @media only screen and (min-width: 769px) {
9596
+ h5,
9597
+ .loader__h5___U0S2a {
9598
+ font-size: 16px;
9599
+ line-height: 18px;
9600
+ }
9601
+ }
9602
+ .loader__b1___ava08 {
9603
+ font-weight: 400;
9604
+ font-size: 14px;
9605
+ line-height: 18px;
9606
+ letter-spacing: -0.02em;
9607
+ color: var(--textBody, #3c3131);
9608
+ }
9609
+ @media only screen and (min-width: 769px) {
9610
+ .loader__b1___ava08 {
9611
+ font-size: 16px;
9612
+ line-height: 20px;
9613
+ }
9614
+ }
9615
+ .loader__b-small___MxINE,
9616
+ .loader__bSmall___vHKDM,
9617
+ .loader__b2___yNXNt {
9618
+ font-weight: 400;
9619
+ letter-spacing: -0.02em;
9620
+ color: var(--textBody, #3c3131);
9621
+ font-size: 12px;
9622
+ line-height: 16px;
9623
+ }
9624
+ @media only screen and (min-width: 769px) {
9625
+ .loader__b-small___MxINE,
9626
+ .loader__bSmall___vHKDM,
9627
+ .loader__b2___yNXNt {
9628
+ font-weight: 400;
9629
+ letter-spacing: -0.02em;
9630
+ color: var(--textBody, #3c3131);
9631
+ font-size: 14px;
9632
+ line-height: 18px;
9633
+ }
9634
+ }
9635
+ .loader__d1___zLD7l {
9636
+ font-size: 36px;
9637
+ font-weight: 700;
9638
+ line-height: 48px;
9639
+ letter-spacing: -0.02em;
9640
+ }
9641
+ @media only screen and (min-width: 769px) {
9642
+ .loader__d1___zLD7l {
9643
+ font-size: 64px;
9644
+ line-height: 85px;
9645
+ letter-spacing: -0.03em;
9646
+ }
9647
+ }
9648
+ .loader__caption-medium___Urevx,
9649
+ .loader__captionMedium___AiB4A {
9650
+ font-size: 12px;
9651
+ line-height: 1.5;
9652
+ letter-spacing: -0.02em;
9653
+ font-weight: 500;
9654
+ }
9655
+ @media only screen and (max-width: 480px) {
9656
+ .loader__caption-medium___Urevx,
9657
+ .loader__captionMedium___AiB4A {
9658
+ font-size: 11px;
9659
+ }
9660
+ }
9661
+ .loader__caption-semi-bold___F9hrq,
9662
+ .loader__captionSemiBold___GwZZD {
9663
+ font-size: 12px;
9664
+ line-height: 1.5;
9665
+ letter-spacing: -0.02em;
9666
+ font-weight: 600;
9667
+ }
9668
+ @media only screen and (max-width: 480px) {
9669
+ .loader__caption-semi-bold___F9hrq,
9670
+ .loader__captionSemiBold___GwZZD {
9671
+ font-size: 11px;
9672
+ }
9673
+ }
9674
+ .loader__btn-link___z7cQQ,
9675
+ .loader__btnLink___hjxLE {
9676
+ font-weight: 500;
9677
+ letter-spacing: -0.02em;
9678
+ font-size: 12px;
9679
+ line-height: 14px;
9680
+ border-radius: var(--buttonRadius, 0px);
9681
+ cursor: pointer;
9682
+ color: var(--buttonLink, #b1655b);
9683
+ text-decoration: underline;
9684
+ background: none;
9685
+ border: none;
9686
+ }
9687
+ @media only screen and (min-width: 769px) {
9688
+ .loader__btn-link___z7cQQ,
9689
+ .loader__btnLink___hjxLE {
9690
+ font-weight: 500;
9691
+ letter-spacing: -0.02em;
9692
+ font-size: 14px;
9693
+ line-height: 16px;
9694
+ }
9695
+ }
9696
+ .loader__btn-link___z7cQQ:hover,
9697
+ .loader__btnLink___hjxLE:hover {
9698
+ color: var(--buttonLinkL1, #c1847c);
9699
+ }
9700
+ .loader__btn-link___z7cQQ:disabled,
9701
+ .loader__btnLink___hjxLE:disabled {
9702
+ color: var(--buttonLinkL2, #d0a39d);
9703
+ }
9704
+ .loader__btn-link___z7cQQ:active,
9705
+ .loader__btnLink___hjxLE:active {
9706
+ opacity: 0.8;
9707
+ }
9708
+ .loader__user-select-none___M5hoJ,
9709
+ .loader__userSelectNone___iA0b1 {
9710
+ user-select: none;
9711
+ -moz-user-select: none;
9712
+ -webkit-user-select: none;
9713
+ -ms-user-select: none;
9714
+ }
9715
+ .loader__margin-0-auto___T2r2j,
9716
+ .loader__margin0auto___ZVL7u {
9717
+ margin: 0 auto;
9718
+ }
9719
+ .loader__base-page-container____Zsxk,
9720
+ .loader__basePageContainer___DLiFl {
9721
+ max-width: 1440px !important;
9722
+ }
9723
+ .loader__remove-scroll___hWs9Y,
9724
+ .loader__removeScroll___HDDzE {
9725
+ overflow-y: hidden !important;
9726
+ }
9727
+ .loader__mr-5___eLBs7,
9728
+ .loader__mr5___zJD9I {
9729
+ margin-inline-end: 30px !important;
9730
+ }
9731
+ .loader__mr-2___tbwub,
9732
+ .loader__mr2___X89Qh {
9733
+ margin-inline-end: 5px !important;
9734
+ }
9735
+ .loader__py-5___pdJLF,
9736
+ .loader__py5___AvRNG {
9737
+ padding-top: 1.875rem !important;
9738
+ padding-bottom: 1.875rem !important;
9739
+ }
9740
+ .loader__view-all-text___liiUk,
9741
+ .loader__viewAllText___Y96u7 {
9742
+ font-size: 20px;
9743
+ font-weight: 400;
9744
+ text-transform: lowercase;
9745
+ text-decoration: underline;
9746
+ }
9747
+ .loader__view-all-mobile___ZXDhV,
9748
+ .loader__viewAllMobile___h_w0I {
9749
+ display: none;
9750
+ }
9751
+ @media only screen and (max-width: 768px) {
9752
+ .loader__view-all-mobile___ZXDhV,
9753
+ .loader__viewAllMobile___h_w0I {
9754
+ display: flex;
9755
+ align-items: center;
9756
+ justify-content: center;
9757
+ margin-top: 40px;
9758
+ }
9759
+ }
9760
+ @media only screen and (max-width: 480px) {
9761
+ .loader__view-all-mobile___ZXDhV,
9762
+ .loader__viewAllMobile___h_w0I {
9763
+ margin-top: 24px;
9764
+ }
9765
+ }
9766
+ .loader__accent-btn___P6FBY,
9767
+ .loader__accentBtn___VC5di {
9768
+ background-color: var(--accentColor);
9769
+ color: #fff;
9770
+ }
9771
+ .loader__no-scroll___vVb6b,
9772
+ .loader__noScroll___ddkr9 {
9773
+ overflow-y: hidden;
9774
+ }
9775
+ .loader__hide-overflow___sIszC,
9776
+ .loader__hideOverflow___qX4zB {
9777
+ overflow: hidden;
9778
+ }
9779
+ .loader__markdown-body___ZDTE_ h6 {
9780
+ margin-top: 0 !important;
9781
+ margin-bottom: 0 !important;
9782
+ }
9783
+ @media only screen and (max-width: 480px) {
9784
+ .loader__markdown-body___ZDTE_ {
9785
+ font-size: 12px !important;
9786
+ padding: 5px !important;
9787
+ }
9788
+ }
9789
+ .loader__view3d-canvas___Y51aL {
9790
+ width: 100%;
9791
+ height: 100%;
9792
+ }
9793
+ @media only screen and (max-width: 480px) {
9794
+ .loader__view-mobile-up___tbZ1n {
9795
+ display: none !important;
9796
+ }
9797
+ }
9798
+ @media only screen and (min-width: 481px) {
9799
+ .loader__view-mobile___zSuiC {
9800
+ display: none !important;
9801
+ }
9802
+ }
9467
9803
  .loader__loading___r6ySa {
9468
9804
  position: fixed;
9469
9805
  z-index: 2000;
@@ -9591,10 +9927,8 @@ h5,
9591
9927
  z-index: 222;
9592
9928
  }
9593
9929
  .loader__loader___ytdT3 {
9594
- border: 8px solid #f3f3f3;
9595
- /* Light grey */
9596
- border-top: 8px solid #3498db;
9597
- /* Blue */
9930
+ border: 8px solid var(--themeAccentL4, #f9f6f0);
9931
+ border-top: 8px solid var(--themeAccentD3, #5c584e);
9598
9932
  border-radius: 50%;
9599
9933
  width: 50px;
9600
9934
  height: 50px;
@@ -9724,7 +10058,7 @@ h4,
9724
10058
  letter-spacing: -0.02em;
9725
10059
  color: var(--textHeading, #26201a);
9726
10060
  font-size: 16px;
9727
- line-height: 18px;
10061
+ line-height: 1.5;
9728
10062
  }
9729
10063
  @media only screen and (min-width: 769px) {
9730
10064
  h4,
@@ -9733,7 +10067,7 @@ h4,
9733
10067
  letter-spacing: -0.02em;
9734
10068
  color: var(--textHeading, #26201a);
9735
10069
  font-size: 20px;
9736
- line-height: 24px;
10070
+ line-height: 1.5;
9737
10071
  }
9738
10072
  }
9739
10073
  h5,
@@ -9800,7 +10134,7 @@ h5,
9800
10134
  .sticky-footer__caption-medium___lkF4Z,
9801
10135
  .sticky-footer__captionMedium___i8LzW {
9802
10136
  font-size: 12px;
9803
- line-height: 14px;
10137
+ line-height: 1.5;
9804
10138
  letter-spacing: -0.02em;
9805
10139
  font-weight: 500;
9806
10140
  }
@@ -9813,7 +10147,7 @@ h5,
9813
10147
  .sticky-footer__caption-semi-bold___anYAZ,
9814
10148
  .sticky-footer__captionSemiBold___F2T2S {
9815
10149
  font-size: 12px;
9816
- line-height: 14px;
10150
+ line-height: 1.5;
9817
10151
  letter-spacing: -0.02em;
9818
10152
  font-weight: 600;
9819
10153
  }
@@ -10263,7 +10597,7 @@ h4,
10263
10597
  letter-spacing: -0.02em;
10264
10598
  color: var(--textHeading, #26201a);
10265
10599
  font-size: 16px;
10266
- line-height: 18px;
10600
+ line-height: 1.5;
10267
10601
  }
10268
10602
  @media only screen and (min-width: 769px) {
10269
10603
  h4,
@@ -10272,7 +10606,7 @@ h4,
10272
10606
  letter-spacing: -0.02em;
10273
10607
  color: var(--textHeading, #26201a);
10274
10608
  font-size: 20px;
10275
- line-height: 24px;
10609
+ line-height: 1.5;
10276
10610
  }
10277
10611
  }
10278
10612
  h5,
@@ -10339,7 +10673,7 @@ h5,
10339
10673
  .remove-cart-item__caption-medium___V8S1f,
10340
10674
  .remove-cart-item__captionMedium___s34BJ {
10341
10675
  font-size: 12px;
10342
- line-height: 14px;
10676
+ line-height: 1.5;
10343
10677
  letter-spacing: -0.02em;
10344
10678
  font-weight: 500;
10345
10679
  }
@@ -10352,7 +10686,7 @@ h5,
10352
10686
  .remove-cart-item__caption-semi-bold___w3ddG,
10353
10687
  .remove-cart-item__captionSemiBold___j5Zkl {
10354
10688
  font-size: 12px;
10355
- line-height: 14px;
10689
+ line-height: 1.5;
10356
10690
  letter-spacing: -0.02em;
10357
10691
  font-weight: 600;
10358
10692
  }
@@ -10699,7 +11033,7 @@ h4,
10699
11033
  letter-spacing: -0.02em;
10700
11034
  color: var(--textHeading, #26201a);
10701
11035
  font-size: 16px;
10702
- line-height: 18px;
11036
+ line-height: 1.5;
10703
11037
  }
10704
11038
  @media only screen and (min-width: 769px) {
10705
11039
  h4,
@@ -10708,7 +11042,7 @@ h4,
10708
11042
  letter-spacing: -0.02em;
10709
11043
  color: var(--textHeading, #26201a);
10710
11044
  font-size: 20px;
10711
- line-height: 24px;
11045
+ line-height: 1.5;
10712
11046
  }
10713
11047
  }
10714
11048
  h5,
@@ -10775,7 +11109,7 @@ h5,
10775
11109
  .shared-cart__caption-medium___KUlLJ,
10776
11110
  .shared-cart__captionMedium___v04Nr {
10777
11111
  font-size: 12px;
10778
- line-height: 14px;
11112
+ line-height: 1.5;
10779
11113
  letter-spacing: -0.02em;
10780
11114
  font-weight: 500;
10781
11115
  }
@@ -10788,7 +11122,7 @@ h5,
10788
11122
  .shared-cart__caption-semi-bold___bhKRd,
10789
11123
  .shared-cart__captionSemiBold___dSVvr {
10790
11124
  font-size: 12px;
10791
- line-height: 14px;
11125
+ line-height: 1.5;
10792
11126
  letter-spacing: -0.02em;
10793
11127
  font-weight: 600;
10794
11128
  }
@@ -11179,7 +11513,7 @@ h4,
11179
11513
  letter-spacing: -0.02em;
11180
11514
  color: var(--textHeading, #26201a);
11181
11515
  font-size: 16px;
11182
- line-height: 18px;
11516
+ line-height: 1.5;
11183
11517
  }
11184
11518
  @media only screen and (min-width: 769px) {
11185
11519
  h4,
@@ -11188,7 +11522,7 @@ h4,
11188
11522
  letter-spacing: -0.02em;
11189
11523
  color: var(--textHeading, #26201a);
11190
11524
  font-size: 20px;
11191
- line-height: 24px;
11525
+ line-height: 1.5;
11192
11526
  }
11193
11527
  }
11194
11528
  h5,
@@ -11255,7 +11589,7 @@ h5,
11255
11589
  .chip-review-item__caption-medium___TahcP,
11256
11590
  .chip-review-item__captionMedium___TqlGQ {
11257
11591
  font-size: 12px;
11258
- line-height: 14px;
11592
+ line-height: 1.5;
11259
11593
  letter-spacing: -0.02em;
11260
11594
  font-weight: 500;
11261
11595
  }
@@ -11268,7 +11602,7 @@ h5,
11268
11602
  .chip-review-item__caption-semi-bold___AG3ci,
11269
11603
  .chip-review-item__captionSemiBold___azy1h {
11270
11604
  font-size: 12px;
11271
- line-height: 14px;
11605
+ line-height: 1.5;
11272
11606
  letter-spacing: -0.02em;
11273
11607
  font-weight: 600;
11274
11608
  }
@@ -11703,7 +12037,7 @@ h4,
11703
12037
  letter-spacing: -0.02em;
11704
12038
  color: var(--textHeading, #26201a);
11705
12039
  font-size: 16px;
11706
- line-height: 18px;
12040
+ line-height: 1.5;
11707
12041
  }
11708
12042
  @media only screen and (min-width: 1024px) {
11709
12043
  h4,
@@ -11712,7 +12046,7 @@ h4,
11712
12046
  letter-spacing: -0.02em;
11713
12047
  color: var(--textHeading, #26201a);
11714
12048
  font-size: 20px;
11715
- line-height: 24px;
12049
+ line-height: 1.5;
11716
12050
  }
11717
12051
  }
11718
12052
  h5,
@@ -11779,7 +12113,7 @@ h5,
11779
12113
  .product-listing__caption-medium___XH9F9,
11780
12114
  .product-listing__captionMedium___oCpiX {
11781
12115
  font-size: 12px;
11782
- line-height: 14px;
12116
+ line-height: 1.5;
11783
12117
  letter-spacing: -0.02em;
11784
12118
  font-weight: 500;
11785
12119
  }
@@ -11792,7 +12126,7 @@ h5,
11792
12126
  .product-listing__caption-semi-bold___SE234,
11793
12127
  .product-listing__captionSemiBold___gFdf3 {
11794
12128
  font-size: 12px;
11795
- line-height: 14px;
12129
+ line-height: 1.5;
11796
12130
  letter-spacing: -0.02em;
11797
12131
  font-weight: 600;
11798
12132
  }
@@ -12285,7 +12619,7 @@ h5,
12285
12619
  letter-spacing: -0.02em;
12286
12620
  color: var(--textHeading, #26201a);
12287
12621
  font-size: 16px;
12288
- line-height: 18px;
12622
+ line-height: 1.5;
12289
12623
  }
12290
12624
  .product-listing__filterHeaderContainer___sQ_rk .product-listing__filterHeader___YFW0N .product-listing__resetBtn___q5ZVf {
12291
12625
  font-weight: 500;
@@ -12400,7 +12734,7 @@ h5,
12400
12734
  letter-spacing: -0.02em;
12401
12735
  color: var(--textHeading, #26201a);
12402
12736
  font-size: 16px;
12403
- line-height: 18px;
12737
+ line-height: 1.5;
12404
12738
  }
12405
12739
  @media only screen and (min-width: 1024px) {
12406
12740
  .product-listing__rightHeader___DQkjd .product-listing__headerLeft___mYXmW .product-listing__title___wSoBr {
@@ -12408,7 +12742,7 @@ h5,
12408
12742
  letter-spacing: -0.02em;
12409
12743
  color: var(--textHeading, #26201a);
12410
12744
  font-size: 20px;
12411
- line-height: 24px;
12745
+ line-height: 1.5;
12412
12746
  }
12413
12747
  }
12414
12748
  .product-listing__rightHeader___DQkjd .product-listing__headerLeft___mYXmW .product-listing__productCount___xo0ek {
@@ -12618,7 +12952,7 @@ h4,
12618
12952
  letter-spacing: -0.02em;
12619
12953
  color: var(--textHeading, #26201a);
12620
12954
  font-size: 16px;
12621
- line-height: 18px;
12955
+ line-height: 1.5;
12622
12956
  }
12623
12957
  @media only screen and (min-width: 769px) {
12624
12958
  h4,
@@ -12627,7 +12961,7 @@ h4,
12627
12961
  letter-spacing: -0.02em;
12628
12962
  color: var(--textHeading, #26201a);
12629
12963
  font-size: 20px;
12630
- line-height: 24px;
12964
+ line-height: 1.5;
12631
12965
  }
12632
12966
  }
12633
12967
  h5,
@@ -12694,7 +13028,7 @@ h5,
12694
13028
  .breadcrumb__caption-medium___MxQAd,
12695
13029
  .breadcrumb__captionMedium___MZtNV {
12696
13030
  font-size: 12px;
12697
- line-height: 14px;
13031
+ line-height: 1.5;
12698
13032
  letter-spacing: -0.02em;
12699
13033
  font-weight: 500;
12700
13034
  }
@@ -12707,7 +13041,7 @@ h5,
12707
13041
  .breadcrumb__caption-semi-bold___FE1Mr,
12708
13042
  .breadcrumb__captionSemiBold___LSXfW {
12709
13043
  font-size: 12px;
12710
- line-height: 14px;
13044
+ line-height: 1.5;
12711
13045
  letter-spacing: -0.02em;
12712
13046
  font-weight: 600;
12713
13047
  }
@@ -12848,7 +13182,7 @@ h5,
12848
13182
  }
12849
13183
  .breadcrumb__breadcrumbs___lMY9E {
12850
13184
  font-size: 12px;
12851
- line-height: 14px;
13185
+ line-height: 1.5;
12852
13186
  letter-spacing: -0.02em;
12853
13187
  font-weight: 400;
12854
13188
  overflow: hidden;
@@ -13008,7 +13342,7 @@ h4,
13008
13342
  letter-spacing: -0.02em;
13009
13343
  color: var(--textHeading, #26201a);
13010
13344
  font-size: 16px;
13011
- line-height: 18px;
13345
+ line-height: 1.5;
13012
13346
  }
13013
13347
  @media only screen and (min-width: 769px) {
13014
13348
  h4,
@@ -13017,7 +13351,7 @@ h4,
13017
13351
  letter-spacing: -0.02em;
13018
13352
  color: var(--textHeading, #26201a);
13019
13353
  font-size: 20px;
13020
- line-height: 24px;
13354
+ line-height: 1.5;
13021
13355
  }
13022
13356
  }
13023
13357
  h5,
@@ -13084,7 +13418,7 @@ h5,
13084
13418
  .product-card__caption-medium___CaZNT,
13085
13419
  .product-card__captionMedium___IEftW {
13086
13420
  font-size: 12px;
13087
- line-height: 14px;
13421
+ line-height: 1.5;
13088
13422
  letter-spacing: -0.02em;
13089
13423
  font-weight: 500;
13090
13424
  }
@@ -13097,7 +13431,7 @@ h5,
13097
13431
  .product-card__caption-semi-bold___OMihA,
13098
13432
  .product-card__captionSemiBold___vTKty {
13099
13433
  font-size: 12px;
13100
- line-height: 14px;
13434
+ line-height: 1.5;
13101
13435
  letter-spacing: -0.02em;
13102
13436
  font-weight: 600;
13103
13437
  }
@@ -13241,7 +13575,7 @@ h5,
13241
13575
  flex-direction: column;
13242
13576
  height: 100%;
13243
13577
  font-size: 12px;
13244
- line-height: 14px;
13578
+ line-height: 1.5;
13245
13579
  letter-spacing: -0.02em;
13246
13580
  font-weight: 400;
13247
13581
  }
@@ -13708,7 +14042,7 @@ h4,
13708
14042
  letter-spacing: -0.02em;
13709
14043
  color: var(--textHeading, #26201a);
13710
14044
  font-size: 16px;
13711
- line-height: 18px;
14045
+ line-height: 1.5;
13712
14046
  }
13713
14047
  @media only screen and (min-width: 769px) {
13714
14048
  h4,
@@ -13717,7 +14051,7 @@ h4,
13717
14051
  letter-spacing: -0.02em;
13718
14052
  color: var(--textHeading, #26201a);
13719
14053
  font-size: 20px;
13720
- line-height: 24px;
14054
+ line-height: 1.5;
13721
14055
  }
13722
14056
  }
13723
14057
  h5,
@@ -13784,7 +14118,7 @@ h5,
13784
14118
  .fy-button__caption-medium___PSB4T,
13785
14119
  .fy-button__captionMedium___iW0z_ {
13786
14120
  font-size: 12px;
13787
- line-height: 14px;
14121
+ line-height: 1.5;
13788
14122
  letter-spacing: -0.02em;
13789
14123
  font-weight: 500;
13790
14124
  }
@@ -13797,7 +14131,7 @@ h5,
13797
14131
  .fy-button__caption-semi-bold___FFG2N,
13798
14132
  .fy-button__captionSemiBold___czTMx {
13799
14133
  font-size: 12px;
13800
- line-height: 14px;
14134
+ line-height: 1.5;
13801
14135
  letter-spacing: -0.02em;
13802
14136
  font-weight: 600;
13803
14137
  }
@@ -14210,7 +14544,7 @@ h4,
14210
14544
  letter-spacing: -0.02em;
14211
14545
  color: var(--textHeading, #26201a);
14212
14546
  font-size: 16px;
14213
- line-height: 18px;
14547
+ line-height: 1.5;
14214
14548
  }
14215
14549
  @media only screen and (min-width: 769px) {
14216
14550
  h4,
@@ -14219,7 +14553,7 @@ h4,
14219
14553
  letter-spacing: -0.02em;
14220
14554
  color: var(--textHeading, #26201a);
14221
14555
  font-size: 20px;
14222
- line-height: 24px;
14556
+ line-height: 1.5;
14223
14557
  }
14224
14558
  }
14225
14559
  h5,
@@ -14286,7 +14620,7 @@ h5,
14286
14620
  .sort__caption-medium___nr2a7,
14287
14621
  .sort__captionMedium___WfP0J {
14288
14622
  font-size: 12px;
14289
- line-height: 14px;
14623
+ line-height: 1.5;
14290
14624
  letter-spacing: -0.02em;
14291
14625
  font-weight: 500;
14292
14626
  }
@@ -14299,7 +14633,7 @@ h5,
14299
14633
  .sort__caption-semi-bold___GYtms,
14300
14634
  .sort__captionSemiBold___b3M8T {
14301
14635
  font-size: 12px;
14302
- line-height: 14px;
14636
+ line-height: 1.5;
14303
14637
  letter-spacing: -0.02em;
14304
14638
  font-weight: 600;
14305
14639
  }
@@ -14641,7 +14975,7 @@ h4,
14641
14975
  letter-spacing: -0.02em;
14642
14976
  color: var(--textHeading, #26201a);
14643
14977
  font-size: 16px;
14644
- line-height: 18px;
14978
+ line-height: 1.5;
14645
14979
  }
14646
14980
  @media only screen and (min-width: 769px) {
14647
14981
  h4,
@@ -14650,7 +14984,7 @@ h4,
14650
14984
  letter-spacing: -0.02em;
14651
14985
  color: var(--textHeading, #26201a);
14652
14986
  font-size: 20px;
14653
- line-height: 24px;
14987
+ line-height: 1.5;
14654
14988
  }
14655
14989
  }
14656
14990
  h5,
@@ -14717,7 +15051,7 @@ h5,
14717
15051
  .filter-list__caption-medium___yb4OC,
14718
15052
  .filter-list__captionMedium___dxXdq {
14719
15053
  font-size: 12px;
14720
- line-height: 14px;
15054
+ line-height: 1.5;
14721
15055
  letter-spacing: -0.02em;
14722
15056
  font-weight: 500;
14723
15057
  }
@@ -14730,7 +15064,7 @@ h5,
14730
15064
  .filter-list__caption-semi-bold___SVRwg,
14731
15065
  .filter-list__captionSemiBold___fdrIO {
14732
15066
  font-size: 12px;
14733
- line-height: 14px;
15067
+ line-height: 1.5;
14734
15068
  letter-spacing: -0.02em;
14735
15069
  font-weight: 600;
14736
15070
  }
@@ -14875,7 +15209,7 @@ h5,
14875
15209
  }
14876
15210
  .filter-list__filter__list--search___zZ8XN .filter-list__text___BdD0V {
14877
15211
  font-size: 12px;
14878
- line-height: 14px;
15212
+ line-height: 1.5;
14879
15213
  padding-top: 15px;
14880
15214
  padding-inline-end: 15px;
14881
15215
  padding-bottom: 15px;
@@ -14893,7 +15227,7 @@ h5,
14893
15227
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item___q3SYS {
14894
15228
  cursor: pointer;
14895
15229
  font-size: 12px;
14896
- line-height: 14px;
15230
+ line-height: 1.5;
14897
15231
  }
14898
15232
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item___q3SYS:hover .filter-list__checkbox-icon___K0fU1:not(.filter-list__selected___DNi9J) {
14899
15233
  stroke: var(--buttonPrimary, #4e3f09);
@@ -15029,7 +15363,7 @@ h5,
15029
15363
  }
15030
15364
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx .filter-list__filter__item___q3SYS {
15031
15365
  font-size: 12px;
15032
- line-height: 14px;
15366
+ line-height: 1.5;
15033
15367
  cursor: pointer;
15034
15368
  }
15035
15369
  .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) {
@@ -15182,7 +15516,7 @@ h4,
15182
15516
  letter-spacing: -0.02em;
15183
15517
  color: var(--textHeading, #26201a);
15184
15518
  font-size: 16px;
15185
- line-height: 18px;
15519
+ line-height: 1.5;
15186
15520
  }
15187
15521
  @media only screen and (min-width: 769px) {
15188
15522
  h4,
@@ -15191,7 +15525,7 @@ h4,
15191
15525
  letter-spacing: -0.02em;
15192
15526
  color: var(--textHeading, #26201a);
15193
15527
  font-size: 20px;
15194
- line-height: 24px;
15528
+ line-height: 1.5;
15195
15529
  }
15196
15530
  }
15197
15531
  h5,
@@ -15258,7 +15592,7 @@ h5,
15258
15592
  .range-slider__caption-medium___K86Ns,
15259
15593
  .range-slider__captionMedium___CosnQ {
15260
15594
  font-size: 12px;
15261
- line-height: 14px;
15595
+ line-height: 1.5;
15262
15596
  letter-spacing: -0.02em;
15263
15597
  font-weight: 500;
15264
15598
  }
@@ -15271,7 +15605,7 @@ h5,
15271
15605
  .range-slider__caption-semi-bold___CrlLO,
15272
15606
  .range-slider__captionSemiBold___O7Ix4 {
15273
15607
  font-size: 12px;
15274
- line-height: 14px;
15608
+ line-height: 1.5;
15275
15609
  letter-spacing: -0.02em;
15276
15610
  font-weight: 600;
15277
15611
  }
@@ -15582,7 +15916,7 @@ h4,
15582
15916
  letter-spacing: -0.02em;
15583
15917
  color: var(--textHeading, #26201a);
15584
15918
  font-size: 16px;
15585
- line-height: 18px;
15919
+ line-height: 1.5;
15586
15920
  }
15587
15921
  @media only screen and (min-width: 769px) {
15588
15922
  h4,
@@ -15591,7 +15925,7 @@ h4,
15591
15925
  letter-spacing: -0.02em;
15592
15926
  color: var(--textHeading, #26201a);
15593
15927
  font-size: 20px;
15594
- line-height: 24px;
15928
+ line-height: 1.5;
15595
15929
  }
15596
15930
  }
15597
15931
  h5,
@@ -15658,7 +15992,7 @@ h5,
15658
15992
  .filter-item__caption-medium___tjUIV,
15659
15993
  .filter-item__captionMedium___LU7ic {
15660
15994
  font-size: 12px;
15661
- line-height: 14px;
15995
+ line-height: 1.5;
15662
15996
  letter-spacing: -0.02em;
15663
15997
  font-weight: 500;
15664
15998
  }
@@ -15671,7 +16005,7 @@ h5,
15671
16005
  .filter-item__caption-semi-bold___WRnej,
15672
16006
  .filter-item__captionSemiBold___xGlUV {
15673
16007
  font-size: 12px;
15674
- line-height: 14px;
16008
+ line-height: 1.5;
15675
16009
  letter-spacing: -0.02em;
15676
16010
  font-weight: 600;
15677
16011
  }
@@ -15817,7 +16151,7 @@ h5,
15817
16151
  .filter-item__filter__title___dGCtU {
15818
16152
  margin-bottom: 16px;
15819
16153
  cursor: pointer;
15820
- line-height: 14px;
16154
+ line-height: 1.5;
15821
16155
  }
15822
16156
  .filter-item__filter__title___dGCtU .filter-item__name___ufVTo {
15823
16157
  color: var(--textHeading, #26201a);
@@ -15956,7 +16290,7 @@ h4,
15956
16290
  letter-spacing: -0.02em;
15957
16291
  color: var(--textHeading, #26201a);
15958
16292
  font-size: 16px;
15959
- line-height: 18px;
16293
+ line-height: 1.5;
15960
16294
  }
15961
16295
  @media only screen and (min-width: 1024px) {
15962
16296
  h4,
@@ -15965,7 +16299,7 @@ h4,
15965
16299
  letter-spacing: -0.02em;
15966
16300
  color: var(--textHeading, #26201a);
15967
16301
  font-size: 20px;
15968
- line-height: 24px;
16302
+ line-height: 1.5;
15969
16303
  }
15970
16304
  }
15971
16305
  h5,
@@ -16032,7 +16366,7 @@ h5,
16032
16366
  .pagination__caption-medium___jtoVr,
16033
16367
  .pagination__captionMedium___jNBGw {
16034
16368
  font-size: 12px;
16035
- line-height: 14px;
16369
+ line-height: 1.5;
16036
16370
  letter-spacing: -0.02em;
16037
16371
  font-weight: 500;
16038
16372
  }
@@ -16045,7 +16379,7 @@ h5,
16045
16379
  .pagination__caption-semi-bold___fVaBz,
16046
16380
  .pagination__captionSemiBold___pXxji {
16047
16381
  font-size: 12px;
16048
- line-height: 14px;
16382
+ line-height: 1.5;
16049
16383
  letter-spacing: -0.02em;
16050
16384
  font-weight: 600;
16051
16385
  }
@@ -16358,7 +16692,7 @@ h4,
16358
16692
  letter-spacing: -0.02em;
16359
16693
  color: var(--textHeading, #26201a);
16360
16694
  font-size: 16px;
16361
- line-height: 18px;
16695
+ line-height: 1.5;
16362
16696
  }
16363
16697
  @media only screen and (min-width: 769px) {
16364
16698
  h4,
@@ -16367,7 +16701,7 @@ h4,
16367
16701
  letter-spacing: -0.02em;
16368
16702
  color: var(--textHeading, #26201a);
16369
16703
  font-size: 20px;
16370
- line-height: 24px;
16704
+ line-height: 1.5;
16371
16705
  }
16372
16706
  }
16373
16707
  h5,
@@ -16434,7 +16768,7 @@ h5,
16434
16768
  .filter-tags__caption-medium___SR5ZX,
16435
16769
  .filter-tags__captionMedium___QlgM9 {
16436
16770
  font-size: 12px;
16437
- line-height: 14px;
16771
+ line-height: 1.5;
16438
16772
  letter-spacing: -0.02em;
16439
16773
  font-weight: 500;
16440
16774
  }
@@ -16447,7 +16781,7 @@ h5,
16447
16781
  .filter-tags__caption-semi-bold___unLXe,
16448
16782
  .filter-tags__captionSemiBold___fufAk {
16449
16783
  font-size: 12px;
16450
- line-height: 14px;
16784
+ line-height: 1.5;
16451
16785
  letter-spacing: -0.02em;
16452
16786
  font-weight: 600;
16453
16787
  }
@@ -16779,7 +17113,7 @@ h4,
16779
17113
  letter-spacing: -0.02em;
16780
17114
  color: var(--textHeading, #26201a);
16781
17115
  font-size: 16px;
16782
- line-height: 18px;
17116
+ line-height: 1.5;
16783
17117
  }
16784
17118
  @media only screen and (min-width: 769px) {
16785
17119
  h4,
@@ -16788,7 +17122,7 @@ h4,
16788
17122
  letter-spacing: -0.02em;
16789
17123
  color: var(--textHeading, #26201a);
16790
17124
  font-size: 20px;
16791
- line-height: 24px;
17125
+ line-height: 1.5;
16792
17126
  }
16793
17127
  }
16794
17128
  h5,
@@ -16855,7 +17189,7 @@ h5,
16855
17189
  .listing-description__caption-medium___W4MXk,
16856
17190
  .listing-description__captionMedium___SNge0 {
16857
17191
  font-size: 12px;
16858
- line-height: 14px;
17192
+ line-height: 1.5;
16859
17193
  letter-spacing: -0.02em;
16860
17194
  font-weight: 500;
16861
17195
  }
@@ -16868,7 +17202,7 @@ h5,
16868
17202
  .listing-description__caption-semi-bold___dfN2m,
16869
17203
  .listing-description__captionSemiBold___MiV23 {
16870
17204
  font-size: 12px;
16871
- line-height: 14px;
17205
+ line-height: 1.5;
16872
17206
  letter-spacing: -0.02em;
16873
17207
  font-weight: 600;
16874
17208
  }
@@ -17026,7 +17360,7 @@ h5,
17026
17360
  }
17027
17361
  .listing-description__descriptionWrapper___tzE5e .listing-description__descriptionContent___nGHJ_ {
17028
17362
  font-size: 12px;
17029
- line-height: 14px;
17363
+ line-height: 1.5;
17030
17364
  letter-spacing: -0.02em;
17031
17365
  font-weight: 400;
17032
17366
  color: var(--textBody, #3c3131);
@@ -17187,7 +17521,7 @@ h4,
17187
17521
  letter-spacing: -0.02em;
17188
17522
  color: var(--textHeading, #26201a);
17189
17523
  font-size: 16px;
17190
- line-height: 18px;
17524
+ line-height: 1.5;
17191
17525
  }
17192
17526
  @media only screen and (min-width: 769px) {
17193
17527
  h4,
@@ -17196,7 +17530,7 @@ h4,
17196
17530
  letter-spacing: -0.02em;
17197
17531
  color: var(--textHeading, #26201a);
17198
17532
  font-size: 20px;
17199
- line-height: 24px;
17533
+ line-height: 1.5;
17200
17534
  }
17201
17535
  }
17202
17536
  h5,
@@ -17263,7 +17597,7 @@ h5,
17263
17597
  .sort-modal__caption-medium___ynqM6,
17264
17598
  .sort-modal__captionMedium___hHjYm {
17265
17599
  font-size: 12px;
17266
- line-height: 14px;
17600
+ line-height: 1.5;
17267
17601
  letter-spacing: -0.02em;
17268
17602
  font-weight: 500;
17269
17603
  }
@@ -17276,7 +17610,7 @@ h5,
17276
17610
  .sort-modal__caption-semi-bold___heeCY,
17277
17611
  .sort-modal__captionSemiBold___aWTLB {
17278
17612
  font-size: 12px;
17279
- line-height: 14px;
17613
+ line-height: 1.5;
17280
17614
  letter-spacing: -0.02em;
17281
17615
  font-weight: 600;
17282
17616
  }
@@ -17634,7 +17968,7 @@ h4,
17634
17968
  letter-spacing: -0.02em;
17635
17969
  color: var(--textHeading, #26201a);
17636
17970
  font-size: 16px;
17637
- line-height: 18px;
17971
+ line-height: 1.5;
17638
17972
  }
17639
17973
  @media only screen and (min-width: 769px) {
17640
17974
  h4,
@@ -17643,7 +17977,7 @@ h4,
17643
17977
  letter-spacing: -0.02em;
17644
17978
  color: var(--textHeading, #26201a);
17645
17979
  font-size: 20px;
17646
- line-height: 24px;
17980
+ line-height: 1.5;
17647
17981
  }
17648
17982
  }
17649
17983
  h5,
@@ -17710,7 +18044,7 @@ h5,
17710
18044
  .filter-modal__caption-medium___Jd2lC,
17711
18045
  .filter-modal__captionMedium___GgUW0 {
17712
18046
  font-size: 12px;
17713
- line-height: 14px;
18047
+ line-height: 1.5;
17714
18048
  letter-spacing: -0.02em;
17715
18049
  font-weight: 500;
17716
18050
  }
@@ -17723,7 +18057,7 @@ h5,
17723
18057
  .filter-modal__caption-semi-bold___yrkU9,
17724
18058
  .filter-modal__captionSemiBold___gaTjM {
17725
18059
  font-size: 12px;
17726
- line-height: 14px;
18060
+ line-height: 1.5;
17727
18061
  letter-spacing: -0.02em;
17728
18062
  font-weight: 600;
17729
18063
  }
@@ -18088,7 +18422,7 @@ h4,
18088
18422
  letter-spacing: -0.02em;
18089
18423
  color: var(--textHeading, #26201a);
18090
18424
  font-size: 16px;
18091
- line-height: 18px;
18425
+ line-height: 1.5;
18092
18426
  }
18093
18427
  @media only screen and (min-width: 769px) {
18094
18428
  h4,
@@ -18097,7 +18431,7 @@ h4,
18097
18431
  letter-spacing: -0.02em;
18098
18432
  color: var(--textHeading, #26201a);
18099
18433
  font-size: 20px;
18100
- line-height: 24px;
18434
+ line-height: 1.5;
18101
18435
  }
18102
18436
  }
18103
18437
  h5,
@@ -18164,7 +18498,7 @@ h5,
18164
18498
  .scroll-top__caption-medium___vGhhh,
18165
18499
  .scroll-top__captionMedium___Cq3UM {
18166
18500
  font-size: 12px;
18167
- line-height: 14px;
18501
+ line-height: 1.5;
18168
18502
  letter-spacing: -0.02em;
18169
18503
  font-weight: 500;
18170
18504
  }
@@ -18177,7 +18511,7 @@ h5,
18177
18511
  .scroll-top__caption-semi-bold___s0AWa,
18178
18512
  .scroll-top__captionSemiBold___kaoff {
18179
18513
  font-size: 12px;
18180
- line-height: 14px;
18514
+ line-height: 1.5;
18181
18515
  letter-spacing: -0.02em;
18182
18516
  font-weight: 600;
18183
18517
  }
@@ -18338,7 +18672,7 @@ h5,
18338
18672
  }
18339
18673
  .scroll-top__scrollTop___xohSh .scroll-top__scrollTopText___lswQd {
18340
18674
  font-size: 12px;
18341
- line-height: 14px;
18675
+ line-height: 1.5;
18342
18676
  letter-spacing: -0.02em;
18343
18677
  font-weight: 400;
18344
18678
  }
@@ -18486,7 +18820,7 @@ h4,
18486
18820
  letter-spacing: -0.02em;
18487
18821
  color: var(--textHeading, #26201a);
18488
18822
  font-size: 16px;
18489
- line-height: 18px;
18823
+ line-height: 1.5;
18490
18824
  }
18491
18825
  @media only screen and (min-width: 769px) {
18492
18826
  h4,
@@ -18495,7 +18829,7 @@ h4,
18495
18829
  letter-spacing: -0.02em;
18496
18830
  color: var(--textHeading, #26201a);
18497
18831
  font-size: 20px;
18498
- line-height: 24px;
18832
+ line-height: 1.5;
18499
18833
  }
18500
18834
  }
18501
18835
  h5,
@@ -18562,7 +18896,7 @@ h5,
18562
18896
  .empty-state__caption-medium___Cj9cn,
18563
18897
  .empty-state__captionMedium___e0w26 {
18564
18898
  font-size: 12px;
18565
- line-height: 14px;
18899
+ line-height: 1.5;
18566
18900
  letter-spacing: -0.02em;
18567
18901
  font-weight: 500;
18568
18902
  }
@@ -18575,7 +18909,7 @@ h5,
18575
18909
  .empty-state__caption-semi-bold___ftnL8,
18576
18910
  .empty-state__captionSemiBold___yK0OI {
18577
18911
  font-size: 12px;
18578
- line-height: 14px;
18912
+ line-height: 1.5;
18579
18913
  letter-spacing: -0.02em;
18580
18914
  font-weight: 600;
18581
18915
  }
@@ -18879,7 +19213,7 @@ h4,
18879
19213
  letter-spacing: -0.02em;
18880
19214
  color: var(--textHeading, #26201a);
18881
19215
  font-size: 16px;
18882
- line-height: 18px;
19216
+ line-height: 1.5;
18883
19217
  }
18884
19218
  @media only screen and (min-width: 769px) {
18885
19219
  h4,
@@ -18888,7 +19222,7 @@ h4,
18888
19222
  letter-spacing: -0.02em;
18889
19223
  color: var(--textHeading, #26201a);
18890
19224
  font-size: 20px;
18891
- line-height: 24px;
19225
+ line-height: 1.5;
18892
19226
  }
18893
19227
  }
18894
19228
  h5,
@@ -18955,7 +19289,7 @@ h5,
18955
19289
  .add-to-cart__caption-medium___Omcfi,
18956
19290
  .add-to-cart__captionMedium___YBN3Y {
18957
19291
  font-size: 12px;
18958
- line-height: 14px;
19292
+ line-height: 1.5;
18959
19293
  letter-spacing: -0.02em;
18960
19294
  font-weight: 500;
18961
19295
  }
@@ -18968,7 +19302,7 @@ h5,
18968
19302
  .add-to-cart__caption-semi-bold___Gm7jC,
18969
19303
  .add-to-cart__captionSemiBold___FefSJ {
18970
19304
  font-size: 12px;
18971
- line-height: 14px;
19305
+ line-height: 1.5;
18972
19306
  letter-spacing: -0.02em;
18973
19307
  font-weight: 600;
18974
19308
  }
@@ -19737,7 +20071,7 @@ h4,
19737
20071
  letter-spacing: -0.02em;
19738
20072
  color: var(--textHeading, #26201a);
19739
20073
  font-size: 16px;
19740
- line-height: 18px;
20074
+ line-height: 1.5;
19741
20075
  }
19742
20076
  @media only screen and (min-width: 769px) {
19743
20077
  h4,
@@ -19746,7 +20080,7 @@ h4,
19746
20080
  letter-spacing: -0.02em;
19747
20081
  color: var(--textHeading, #26201a);
19748
20082
  font-size: 20px;
19749
- line-height: 24px;
20083
+ line-height: 1.5;
19750
20084
  }
19751
20085
  }
19752
20086
  h5,
@@ -19813,7 +20147,7 @@ h5,
19813
20147
  .pic-zoom__caption-medium___WlapQ,
19814
20148
  .pic-zoom__captionMedium___hrlKZ {
19815
20149
  font-size: 12px;
19816
- line-height: 14px;
20150
+ line-height: 1.5;
19817
20151
  letter-spacing: -0.02em;
19818
20152
  font-weight: 500;
19819
20153
  }
@@ -19826,7 +20160,7 @@ h5,
19826
20160
  .pic-zoom__caption-semi-bold___Q_OYT,
19827
20161
  .pic-zoom__captionSemiBold___jAqbA {
19828
20162
  font-size: 12px;
19829
- line-height: 14px;
20163
+ line-height: 1.5;
19830
20164
  letter-spacing: -0.02em;
19831
20165
  font-weight: 600;
19832
20166
  }
@@ -20178,7 +20512,7 @@ h4,
20178
20512
  letter-spacing: -0.02em;
20179
20513
  color: var(--textHeading, #26201a);
20180
20514
  font-size: 16px;
20181
- line-height: 18px;
20515
+ line-height: 1.5;
20182
20516
  }
20183
20517
  @media only screen and (min-width: 769px) {
20184
20518
  h4,
@@ -20187,7 +20521,7 @@ h4,
20187
20521
  letter-spacing: -0.02em;
20188
20522
  color: var(--textHeading, #26201a);
20189
20523
  font-size: 20px;
20190
- line-height: 24px;
20524
+ line-height: 1.5;
20191
20525
  }
20192
20526
  }
20193
20527
  h5,
@@ -20254,7 +20588,7 @@ h5,
20254
20588
  .image-gallery__caption-medium___yHRMW,
20255
20589
  .image-gallery__captionMedium___bTN7h {
20256
20590
  font-size: 12px;
20257
- line-height: 14px;
20591
+ line-height: 1.5;
20258
20592
  letter-spacing: -0.02em;
20259
20593
  font-weight: 500;
20260
20594
  }
@@ -20267,7 +20601,7 @@ h5,
20267
20601
  .image-gallery__caption-semi-bold___qpxl3,
20268
20602
  .image-gallery__captionSemiBold___T6Ai1 {
20269
20603
  font-size: 12px;
20270
- line-height: 14px;
20604
+ line-height: 1.5;
20271
20605
  letter-spacing: -0.02em;
20272
20606
  font-weight: 600;
20273
20607
  }
@@ -20784,7 +21118,7 @@ h4,
20784
21118
  letter-spacing: -0.02em;
20785
21119
  color: var(--textHeading, #26201a);
20786
21120
  font-size: 16px;
20787
- line-height: 18px;
21121
+ line-height: 1.5;
20788
21122
  }
20789
21123
  @media only screen and (min-width: 769px) {
20790
21124
  h4,
@@ -20793,7 +21127,7 @@ h4,
20793
21127
  letter-spacing: -0.02em;
20794
21128
  color: var(--textHeading, #26201a);
20795
21129
  font-size: 20px;
20796
- line-height: 24px;
21130
+ line-height: 1.5;
20797
21131
  }
20798
21132
  }
20799
21133
  h5,
@@ -20860,7 +21194,7 @@ h5,
20860
21194
  .lightbox-image__caption-medium___iGXDq,
20861
21195
  .lightbox-image__captionMedium___lv54U {
20862
21196
  font-size: 12px;
20863
- line-height: 14px;
21197
+ line-height: 1.5;
20864
21198
  letter-spacing: -0.02em;
20865
21199
  font-weight: 500;
20866
21200
  }
@@ -20873,7 +21207,7 @@ h5,
20873
21207
  .lightbox-image__caption-semi-bold___mEkYg,
20874
21208
  .lightbox-image__captionSemiBold___y_0rr {
20875
21209
  font-size: 12px;
20876
- line-height: 14px;
21210
+ line-height: 1.5;
20877
21211
  letter-spacing: -0.02em;
20878
21212
  font-weight: 600;
20879
21213
  }
@@ -21586,7 +21920,7 @@ h4,
21586
21920
  letter-spacing: -0.02em;
21587
21921
  color: var(--textHeading, #26201a);
21588
21922
  font-size: 16px;
21589
- line-height: 18px;
21923
+ line-height: 1.5;
21590
21924
  }
21591
21925
  @media only screen and (min-width: 769px) {
21592
21926
  h4,
@@ -21595,7 +21929,7 @@ h4,
21595
21929
  letter-spacing: -0.02em;
21596
21930
  color: var(--textHeading, #26201a);
21597
21931
  font-size: 20px;
21598
- line-height: 24px;
21932
+ line-height: 1.5;
21599
21933
  }
21600
21934
  }
21601
21935
  h5,
@@ -21662,7 +21996,7 @@ h5,
21662
21996
  .mobile-slider__caption-medium___AS2ab,
21663
21997
  .mobile-slider__captionMedium___Bh1kJ {
21664
21998
  font-size: 12px;
21665
- line-height: 14px;
21999
+ line-height: 1.5;
21666
22000
  letter-spacing: -0.02em;
21667
22001
  font-weight: 500;
21668
22002
  }
@@ -21675,7 +22009,7 @@ h5,
21675
22009
  .mobile-slider__caption-semi-bold___O9gkY,
21676
22010
  .mobile-slider__captionSemiBold___Lmo6y {
21677
22011
  font-size: 12px;
21678
- line-height: 14px;
22012
+ line-height: 1.5;
21679
22013
  letter-spacing: -0.02em;
21680
22014
  font-weight: 600;
21681
22015
  }
@@ -22092,7 +22426,7 @@ h4,
22092
22426
  letter-spacing: -0.02em;
22093
22427
  color: var(--textHeading, #26201a);
22094
22428
  font-size: 16px;
22095
- line-height: 18px;
22429
+ line-height: 1.5;
22096
22430
  }
22097
22431
  @media only screen and (min-width: 769px) {
22098
22432
  h4,
@@ -22101,7 +22435,7 @@ h4,
22101
22435
  letter-spacing: -0.02em;
22102
22436
  color: var(--textHeading, #26201a);
22103
22437
  font-size: 20px;
22104
- line-height: 24px;
22438
+ line-height: 1.5;
22105
22439
  }
22106
22440
  }
22107
22441
  h5,
@@ -22168,7 +22502,7 @@ h5,
22168
22502
  .product-variants__caption-medium___P8wbS,
22169
22503
  .product-variants__captionMedium___uPEVq {
22170
22504
  font-size: 12px;
22171
- line-height: 14px;
22505
+ line-height: 1.5;
22172
22506
  letter-spacing: -0.02em;
22173
22507
  font-weight: 500;
22174
22508
  }
@@ -22181,7 +22515,7 @@ h5,
22181
22515
  .product-variants__caption-semi-bold___Q50ad,
22182
22516
  .product-variants__captionSemiBold____2T0B {
22183
22517
  font-size: 12px;
22184
- line-height: 14px;
22518
+ line-height: 1.5;
22185
22519
  letter-spacing: -0.02em;
22186
22520
  font-weight: 600;
22187
22521
  }
@@ -22573,7 +22907,7 @@ h4,
22573
22907
  letter-spacing: -0.02em;
22574
22908
  color: var(--textHeading, #26201a);
22575
22909
  font-size: 16px;
22576
- line-height: 18px;
22910
+ line-height: 1.5;
22577
22911
  }
22578
22912
  @media only screen and (min-width: 769px) {
22579
22913
  h4,
@@ -22582,7 +22916,7 @@ h4,
22582
22916
  letter-spacing: -0.02em;
22583
22917
  color: var(--textHeading, #26201a);
22584
22918
  font-size: 20px;
22585
- line-height: 24px;
22919
+ line-height: 1.5;
22586
22920
  }
22587
22921
  }
22588
22922
  h5,
@@ -22649,7 +22983,7 @@ h5,
22649
22983
  .delivery-info__caption-medium___HT4YG,
22650
22984
  .delivery-info__captionMedium___rzTzv {
22651
22985
  font-size: 12px;
22652
- line-height: 14px;
22986
+ line-height: 1.5;
22653
22987
  letter-spacing: -0.02em;
22654
22988
  font-weight: 500;
22655
22989
  }
@@ -22662,7 +22996,7 @@ h5,
22662
22996
  .delivery-info__caption-semi-bold___AmQ4R,
22663
22997
  .delivery-info__captionSemiBold___Vnuwe {
22664
22998
  font-size: 12px;
22665
- line-height: 14px;
22999
+ line-height: 1.5;
22666
23000
  letter-spacing: -0.02em;
22667
23001
  font-weight: 600;
22668
23002
  }
@@ -23049,7 +23383,7 @@ h4,
23049
23383
  letter-spacing: -0.02em;
23050
23384
  color: var(--textHeading, #26201a);
23051
23385
  font-size: 16px;
23052
- line-height: 18px;
23386
+ line-height: 1.5;
23053
23387
  }
23054
23388
  @media only screen and (min-width: 769px) {
23055
23389
  h4,
@@ -23058,7 +23392,7 @@ h4,
23058
23392
  letter-spacing: -0.02em;
23059
23393
  color: var(--textHeading, #26201a);
23060
23394
  font-size: 20px;
23061
- line-height: 24px;
23395
+ line-height: 1.5;
23062
23396
  }
23063
23397
  }
23064
23398
  h5,
@@ -23125,7 +23459,7 @@ h5,
23125
23459
  .size-guide__caption-medium___cPUBB,
23126
23460
  .size-guide__captionMedium____1br3 {
23127
23461
  font-size: 12px;
23128
- line-height: 14px;
23462
+ line-height: 1.5;
23129
23463
  letter-spacing: -0.02em;
23130
23464
  font-weight: 500;
23131
23465
  }
@@ -23138,7 +23472,7 @@ h5,
23138
23472
  .size-guide__caption-semi-bold___f3eCm,
23139
23473
  .size-guide__captionSemiBold___fe7xk {
23140
23474
  font-size: 12px;
23141
- line-height: 14px;
23475
+ line-height: 1.5;
23142
23476
  letter-spacing: -0.02em;
23143
23477
  font-weight: 600;
23144
23478
  }
@@ -23575,7 +23909,7 @@ h4,
23575
23909
  letter-spacing: -0.02em;
23576
23910
  color: var(--textHeading, #26201a);
23577
23911
  font-size: 16px;
23578
- line-height: 18px;
23912
+ line-height: 1.5;
23579
23913
  }
23580
23914
  @media only screen and (min-width: 769px) {
23581
23915
  h4,
@@ -23584,7 +23918,7 @@ h4,
23584
23918
  letter-spacing: -0.02em;
23585
23919
  color: var(--textHeading, #26201a);
23586
23920
  font-size: 20px;
23587
- line-height: 24px;
23921
+ line-height: 1.5;
23588
23922
  }
23589
23923
  }
23590
23924
  h5,
@@ -23651,7 +23985,7 @@ h5,
23651
23985
  .wishlist__caption-medium___luSg1,
23652
23986
  .wishlist__captionMedium___Q3m_H {
23653
23987
  font-size: 12px;
23654
- line-height: 14px;
23988
+ line-height: 1.5;
23655
23989
  letter-spacing: -0.02em;
23656
23990
  font-weight: 500;
23657
23991
  }
@@ -23664,7 +23998,7 @@ h5,
23664
23998
  .wishlist__caption-semi-bold___ZcNE6,
23665
23999
  .wishlist__captionSemiBold___MbbB1 {
23666
24000
  font-size: 12px;
23667
- line-height: 14px;
24001
+ line-height: 1.5;
23668
24002
  letter-spacing: -0.02em;
23669
24003
  font-weight: 600;
23670
24004
  }
@@ -23827,7 +24161,7 @@ h5,
23827
24161
  font-weight: 600;
23828
24162
  letter-spacing: -0.02em;
23829
24163
  font-size: 16px;
23830
- line-height: 18px;
24164
+ line-height: 1.5;
23831
24165
  color: var(--textHeading, #26201a);
23832
24166
  }
23833
24167
  @media only screen and (min-width: 769px) {
@@ -23836,7 +24170,7 @@ h5,
23836
24170
  letter-spacing: -0.02em;
23837
24171
  color: var(--textHeading, #26201a);
23838
24172
  font-size: 20px;
23839
- line-height: 24px;
24173
+ line-height: 1.5;
23840
24174
  }
23841
24175
  }
23842
24176
  .wishlist__titleWrapper____fKSw .wishlist__wishlistCount___TGH6V {
@@ -23996,7 +24330,7 @@ h4,
23996
24330
  letter-spacing: -0.02em;
23997
24331
  color: var(--textHeading, #26201a);
23998
24332
  font-size: 16px;
23999
- line-height: 18px;
24333
+ line-height: 1.5;
24000
24334
  }
24001
24335
  @media only screen and (min-width: 769px) {
24002
24336
  h4,
@@ -24005,7 +24339,7 @@ h4,
24005
24339
  letter-spacing: -0.02em;
24006
24340
  color: var(--textHeading, #26201a);
24007
24341
  font-size: 20px;
24008
- line-height: 24px;
24342
+ line-height: 1.5;
24009
24343
  }
24010
24344
  }
24011
24345
  h5,
@@ -24072,7 +24406,7 @@ h5,
24072
24406
  .edit-profile__caption-medium___D6wDI,
24073
24407
  .edit-profile__captionMedium___MDrPq {
24074
24408
  font-size: 12px;
24075
- line-height: 14px;
24409
+ line-height: 1.5;
24076
24410
  letter-spacing: -0.02em;
24077
24411
  font-weight: 500;
24078
24412
  }
@@ -24085,7 +24419,7 @@ h5,
24085
24419
  .edit-profile__caption-semi-bold___Cx2fM,
24086
24420
  .edit-profile__captionSemiBold___UbwTg {
24087
24421
  font-size: 12px;
24088
- line-height: 14px;
24422
+ line-height: 1.5;
24089
24423
  letter-spacing: -0.02em;
24090
24424
  font-weight: 600;
24091
24425
  }
@@ -24535,7 +24869,7 @@ h4,
24535
24869
  letter-spacing: -0.02em;
24536
24870
  color: var(--textHeading, #26201a);
24537
24871
  font-size: 16px;
24538
- line-height: 18px;
24872
+ line-height: 1.5;
24539
24873
  }
24540
24874
  @media only screen and (min-width: 769px) {
24541
24875
  h4,
@@ -24544,7 +24878,7 @@ h4,
24544
24878
  letter-spacing: -0.02em;
24545
24879
  color: var(--textHeading, #26201a);
24546
24880
  font-size: 20px;
24547
- line-height: 24px;
24881
+ line-height: 1.5;
24548
24882
  }
24549
24883
  }
24550
24884
  h5,
@@ -24611,7 +24945,7 @@ h5,
24611
24945
  .verify-both__caption-medium___QjOc_,
24612
24946
  .verify-both__captionMedium___vIB7N {
24613
24947
  font-size: 12px;
24614
- line-height: 14px;
24948
+ line-height: 1.5;
24615
24949
  letter-spacing: -0.02em;
24616
24950
  font-weight: 500;
24617
24951
  }
@@ -24624,7 +24958,7 @@ h5,
24624
24958
  .verify-both__caption-semi-bold___hN2r2,
24625
24959
  .verify-both__captionSemiBold___ZGDKF {
24626
24960
  font-size: 12px;
24627
- line-height: 14px;
24961
+ line-height: 1.5;
24628
24962
  letter-spacing: -0.02em;
24629
24963
  font-weight: 600;
24630
24964
  }
@@ -25002,7 +25336,7 @@ h4,
25002
25336
  letter-spacing: -0.02em;
25003
25337
  color: var(--textHeading, #26201a);
25004
25338
  font-size: 16px;
25005
- line-height: 18px;
25339
+ line-height: 1.5;
25006
25340
  }
25007
25341
  @media only screen and (min-width: 769px) {
25008
25342
  h4,
@@ -25011,7 +25345,7 @@ h4,
25011
25345
  letter-spacing: -0.02em;
25012
25346
  color: var(--textHeading, #26201a);
25013
25347
  font-size: 20px;
25014
- line-height: 24px;
25348
+ line-height: 1.5;
25015
25349
  }
25016
25350
  }
25017
25351
  h5,
@@ -25078,7 +25412,7 @@ h5,
25078
25412
  .forget-password__caption-medium___SDp77,
25079
25413
  .forget-password__captionMedium___sYpg4 {
25080
25414
  font-size: 12px;
25081
- line-height: 14px;
25415
+ line-height: 1.5;
25082
25416
  letter-spacing: -0.02em;
25083
25417
  font-weight: 500;
25084
25418
  }
@@ -25091,7 +25425,7 @@ h5,
25091
25425
  .forget-password__caption-semi-bold___GaUta,
25092
25426
  .forget-password__captionSemiBold___wcMXG {
25093
25427
  font-size: 12px;
25094
- line-height: 14px;
25428
+ line-height: 1.5;
25095
25429
  letter-spacing: -0.02em;
25096
25430
  font-weight: 600;
25097
25431
  }
@@ -25502,7 +25836,7 @@ h4,
25502
25836
  letter-spacing: -0.02em;
25503
25837
  color: var(--textHeading, #26201a);
25504
25838
  font-size: 16px;
25505
- line-height: 18px;
25839
+ line-height: 1.5;
25506
25840
  }
25507
25841
  @media only screen and (min-width: 769px) {
25508
25842
  h4,
@@ -25511,7 +25845,7 @@ h4,
25511
25845
  letter-spacing: -0.02em;
25512
25846
  color: var(--textHeading, #26201a);
25513
25847
  font-size: 20px;
25514
- line-height: 24px;
25848
+ line-height: 1.5;
25515
25849
  }
25516
25850
  }
25517
25851
  h5,
@@ -25578,7 +25912,7 @@ h5,
25578
25912
  .login-register-toggle__caption-medium___TPPc2,
25579
25913
  .login-register-toggle__captionMedium___SG74Q {
25580
25914
  font-size: 12px;
25581
- line-height: 14px;
25915
+ line-height: 1.5;
25582
25916
  letter-spacing: -0.02em;
25583
25917
  font-weight: 500;
25584
25918
  }
@@ -25591,7 +25925,7 @@ h5,
25591
25925
  .login-register-toggle__caption-semi-bold___jC8wa,
25592
25926
  .login-register-toggle__captionSemiBold___ps_L5 {
25593
25927
  font-size: 12px;
25594
- line-height: 14px;
25928
+ line-height: 1.5;
25595
25929
  letter-spacing: -0.02em;
25596
25930
  font-weight: 600;
25597
25931
  }
@@ -25865,7 +26199,7 @@ h4,
25865
26199
  letter-spacing: -0.02em;
25866
26200
  color: var(--textHeading, #26201a);
25867
26201
  font-size: 16px;
25868
- line-height: 18px;
26202
+ line-height: 1.5;
25869
26203
  }
25870
26204
  @media only screen and (min-width: 769px) {
25871
26205
  h4,
@@ -25874,7 +26208,7 @@ h4,
25874
26208
  letter-spacing: -0.02em;
25875
26209
  color: var(--textHeading, #26201a);
25876
26210
  font-size: 20px;
25877
- line-height: 24px;
26211
+ line-height: 1.5;
25878
26212
  }
25879
26213
  }
25880
26214
  h5,
@@ -25941,7 +26275,7 @@ h5,
25941
26275
  .login__caption-medium___yMaSs,
25942
26276
  .login__captionMedium___zV5AB {
25943
26277
  font-size: 12px;
25944
- line-height: 14px;
26278
+ line-height: 1.5;
25945
26279
  letter-spacing: -0.02em;
25946
26280
  font-weight: 500;
25947
26281
  }
@@ -25954,7 +26288,7 @@ h5,
25954
26288
  .login__caption-semi-bold___ePjyl,
25955
26289
  .login__captionSemiBold___tFcYE {
25956
26290
  font-size: 12px;
25957
- line-height: 14px;
26291
+ line-height: 1.5;
25958
26292
  letter-spacing: -0.02em;
25959
26293
  font-weight: 600;
25960
26294
  }
@@ -26251,7 +26585,7 @@ h4,
26251
26585
  letter-spacing: -0.02em;
26252
26586
  color: var(--textHeading, #26201a);
26253
26587
  font-size: 16px;
26254
- line-height: 18px;
26588
+ line-height: 1.5;
26255
26589
  }
26256
26590
  @media only screen and (min-width: 769px) {
26257
26591
  h4,
@@ -26260,7 +26594,7 @@ h4,
26260
26594
  letter-spacing: -0.02em;
26261
26595
  color: var(--textHeading, #26201a);
26262
26596
  font-size: 20px;
26263
- line-height: 24px;
26597
+ line-height: 1.5;
26264
26598
  }
26265
26599
  }
26266
26600
  h5,
@@ -26327,7 +26661,7 @@ h5,
26327
26661
  .login-password__caption-medium_____KWc,
26328
26662
  .login-password__captionMedium___NujVg {
26329
26663
  font-size: 12px;
26330
- line-height: 14px;
26664
+ line-height: 1.5;
26331
26665
  letter-spacing: -0.02em;
26332
26666
  font-weight: 500;
26333
26667
  }
@@ -26340,7 +26674,7 @@ h5,
26340
26674
  .login-password__caption-semi-bold___JR1YM,
26341
26675
  .login-password__captionSemiBold___jdU4j {
26342
26676
  font-size: 12px;
26343
- line-height: 14px;
26677
+ line-height: 1.5;
26344
26678
  letter-spacing: -0.02em;
26345
26679
  font-weight: 600;
26346
26680
  }
@@ -26696,7 +27030,7 @@ h4,
26696
27030
  letter-spacing: -0.02em;
26697
27031
  color: var(--textHeading, #26201a);
26698
27032
  font-size: 16px;
26699
- line-height: 18px;
27033
+ line-height: 1.5;
26700
27034
  }
26701
27035
  @media only screen and (min-width: 769px) {
26702
27036
  h4,
@@ -26705,7 +27039,7 @@ h4,
26705
27039
  letter-spacing: -0.02em;
26706
27040
  color: var(--textHeading, #26201a);
26707
27041
  font-size: 20px;
26708
- line-height: 24px;
27042
+ line-height: 1.5;
26709
27043
  }
26710
27044
  }
26711
27045
  h5,
@@ -26772,7 +27106,7 @@ h5,
26772
27106
  .login-otp__caption-medium___LLVOc,
26773
27107
  .login-otp__captionMedium___kPFGP {
26774
27108
  font-size: 12px;
26775
- line-height: 14px;
27109
+ line-height: 1.5;
26776
27110
  letter-spacing: -0.02em;
26777
27111
  font-weight: 500;
26778
27112
  }
@@ -26785,7 +27119,7 @@ h5,
26785
27119
  .login-otp__caption-semi-bold___ITiSo,
26786
27120
  .login-otp__captionSemiBold___HdiR4 {
26787
27121
  font-size: 12px;
26788
- line-height: 14px;
27122
+ line-height: 1.5;
26789
27123
  letter-spacing: -0.02em;
26790
27124
  font-weight: 600;
26791
27125
  }
@@ -27172,7 +27506,7 @@ h4,
27172
27506
  letter-spacing: -0.02em;
27173
27507
  color: var(--textHeading, #26201a);
27174
27508
  font-size: 16px;
27175
- line-height: 18px;
27509
+ line-height: 1.5;
27176
27510
  }
27177
27511
  @media only screen and (min-width: 769px) {
27178
27512
  h4,
@@ -27181,7 +27515,7 @@ h4,
27181
27515
  letter-spacing: -0.02em;
27182
27516
  color: var(--textHeading, #26201a);
27183
27517
  font-size: 20px;
27184
- line-height: 24px;
27518
+ line-height: 1.5;
27185
27519
  }
27186
27520
  }
27187
27521
  h5,
@@ -27248,7 +27582,7 @@ h5,
27248
27582
  .login-mode-button__caption-medium___sMaLa,
27249
27583
  .login-mode-button__captionMedium___Bnrn4 {
27250
27584
  font-size: 12px;
27251
- line-height: 14px;
27585
+ line-height: 1.5;
27252
27586
  letter-spacing: -0.02em;
27253
27587
  font-weight: 500;
27254
27588
  }
@@ -27261,7 +27595,7 @@ h5,
27261
27595
  .login-mode-button__caption-semi-bold____qWoY,
27262
27596
  .login-mode-button__captionSemiBold___R3HRn {
27263
27597
  font-size: 12px;
27264
- line-height: 14px;
27598
+ line-height: 1.5;
27265
27599
  letter-spacing: -0.02em;
27266
27600
  font-weight: 600;
27267
27601
  }
@@ -27535,7 +27869,7 @@ h4,
27535
27869
  letter-spacing: -0.02em;
27536
27870
  color: var(--textHeading, #26201a);
27537
27871
  font-size: 16px;
27538
- line-height: 18px;
27872
+ line-height: 1.5;
27539
27873
  }
27540
27874
  @media only screen and (min-width: 769px) {
27541
27875
  h4,
@@ -27544,7 +27878,7 @@ h4,
27544
27878
  letter-spacing: -0.02em;
27545
27879
  color: var(--textHeading, #26201a);
27546
27880
  font-size: 20px;
27547
- line-height: 24px;
27881
+ line-height: 1.5;
27548
27882
  }
27549
27883
  }
27550
27884
  h5,
@@ -27611,7 +27945,7 @@ h5,
27611
27945
  .term-privacy__caption-medium___BBCs7,
27612
27946
  .term-privacy__captionMedium___Fllq8 {
27613
27947
  font-size: 12px;
27614
- line-height: 14px;
27948
+ line-height: 1.5;
27615
27949
  letter-spacing: -0.02em;
27616
27950
  font-weight: 500;
27617
27951
  }
@@ -27624,7 +27958,7 @@ h5,
27624
27958
  .term-privacy__caption-semi-bold___qAFOD,
27625
27959
  .term-privacy__captionSemiBold___yh7S3 {
27626
27960
  font-size: 12px;
27627
- line-height: 14px;
27961
+ line-height: 1.5;
27628
27962
  letter-spacing: -0.02em;
27629
27963
  font-weight: 600;
27630
27964
  }
@@ -27905,7 +28239,7 @@ h4,
27905
28239
  letter-spacing: -0.02em;
27906
28240
  color: var(--textHeading, #26201a);
27907
28241
  font-size: 16px;
27908
- line-height: 18px;
28242
+ line-height: 1.5;
27909
28243
  }
27910
28244
  @media only screen and (min-width: 769px) {
27911
28245
  h4,
@@ -27914,7 +28248,7 @@ h4,
27914
28248
  letter-spacing: -0.02em;
27915
28249
  color: var(--textHeading, #26201a);
27916
28250
  font-size: 20px;
27917
- line-height: 24px;
28251
+ line-height: 1.5;
27918
28252
  }
27919
28253
  }
27920
28254
  h5,
@@ -27981,7 +28315,7 @@ h5,
27981
28315
  .register__caption-medium___L4Mr9,
27982
28316
  .register__captionMedium___LtsKn {
27983
28317
  font-size: 12px;
27984
- line-height: 14px;
28318
+ line-height: 1.5;
27985
28319
  letter-spacing: -0.02em;
27986
28320
  font-weight: 500;
27987
28321
  }
@@ -27994,7 +28328,7 @@ h5,
27994
28328
  .register__caption-semi-bold___iPZBa,
27995
28329
  .register__captionSemiBold___A0_l_ {
27996
28330
  font-size: 12px;
27997
- line-height: 14px;
28331
+ line-height: 1.5;
27998
28332
  letter-spacing: -0.02em;
27999
28333
  font-weight: 600;
28000
28334
  }
@@ -28462,7 +28796,7 @@ h4,
28462
28796
  letter-spacing: -0.02em;
28463
28797
  color: var(--textHeading, #26201a);
28464
28798
  font-size: 16px;
28465
- line-height: 18px;
28799
+ line-height: 1.5;
28466
28800
  }
28467
28801
  @media only screen and (min-width: 769px) {
28468
28802
  h4,
@@ -28471,7 +28805,7 @@ h4,
28471
28805
  letter-spacing: -0.02em;
28472
28806
  color: var(--textHeading, #26201a);
28473
28807
  font-size: 20px;
28474
- line-height: 24px;
28808
+ line-height: 1.5;
28475
28809
  }
28476
28810
  }
28477
28811
  h5,
@@ -28538,7 +28872,7 @@ h5,
28538
28872
  .set-password__caption-medium___Cj2gP,
28539
28873
  .set-password__captionMedium___dlBa4 {
28540
28874
  font-size: 12px;
28541
- line-height: 14px;
28875
+ line-height: 1.5;
28542
28876
  letter-spacing: -0.02em;
28543
28877
  font-weight: 500;
28544
28878
  }
@@ -28551,7 +28885,7 @@ h5,
28551
28885
  .set-password__caption-semi-bold___Vwntz,
28552
28886
  .set-password__captionSemiBold___SzQtc {
28553
28887
  font-size: 12px;
28554
- line-height: 14px;
28888
+ line-height: 1.5;
28555
28889
  letter-spacing: -0.02em;
28556
28890
  font-weight: 600;
28557
28891
  }
@@ -28918,7 +29252,7 @@ h4,
28918
29252
  letter-spacing: -0.02em;
28919
29253
  color: var(--textHeading, #26201a);
28920
29254
  font-size: 16px;
28921
- line-height: 18px;
29255
+ line-height: 1.5;
28922
29256
  }
28923
29257
  @media only screen and (min-width: 769px) {
28924
29258
  h4,
@@ -28927,7 +29261,7 @@ h4,
28927
29261
  letter-spacing: -0.02em;
28928
29262
  color: var(--textHeading, #26201a);
28929
29263
  font-size: 20px;
28930
- line-height: 24px;
29264
+ line-height: 1.5;
28931
29265
  }
28932
29266
  }
28933
29267
  h5,
@@ -28994,7 +29328,7 @@ h5,
28994
29328
  .single-page-shipment__caption-medium___HWWFa,
28995
29329
  .single-page-shipment__captionMedium___P1qMZ {
28996
29330
  font-size: 12px;
28997
- line-height: 14px;
29331
+ line-height: 1.5;
28998
29332
  letter-spacing: -0.02em;
28999
29333
  font-weight: 500;
29000
29334
  }
@@ -29007,7 +29341,7 @@ h5,
29007
29341
  .single-page-shipment__caption-semi-bold___Vzf2M,
29008
29342
  .single-page-shipment__captionSemiBold___G0Cg9 {
29009
29343
  font-size: 12px;
29010
- line-height: 14px;
29344
+ line-height: 1.5;
29011
29345
  letter-spacing: -0.02em;
29012
29346
  font-weight: 600;
29013
29347
  }
@@ -29406,7 +29740,7 @@ h4,
29406
29740
  letter-spacing: -0.02em;
29407
29741
  color: var(--textHeading, #26201a);
29408
29742
  font-size: 16px;
29409
- line-height: 18px;
29743
+ line-height: 1.5;
29410
29744
  }
29411
29745
  @media only screen and (min-width: 769px) {
29412
29746
  h4,
@@ -29415,7 +29749,7 @@ h4,
29415
29749
  letter-spacing: -0.02em;
29416
29750
  color: var(--textHeading, #26201a);
29417
29751
  font-size: 20px;
29418
- line-height: 24px;
29752
+ line-height: 1.5;
29419
29753
  }
29420
29754
  }
29421
29755
  h5,
@@ -29482,7 +29816,7 @@ h5,
29482
29816
  .single-shipment-content__caption-medium____fLHP,
29483
29817
  .single-shipment-content__captionMedium___lqQPn {
29484
29818
  font-size: 12px;
29485
- line-height: 14px;
29819
+ line-height: 1.5;
29486
29820
  letter-spacing: -0.02em;
29487
29821
  font-weight: 500;
29488
29822
  }
@@ -29495,7 +29829,7 @@ h5,
29495
29829
  .single-shipment-content__caption-semi-bold___V3P3n,
29496
29830
  .single-shipment-content__captionSemiBold___rwvuu {
29497
29831
  font-size: 12px;
29498
- line-height: 14px;
29832
+ line-height: 1.5;
29499
29833
  letter-spacing: -0.02em;
29500
29834
  font-weight: 600;
29501
29835
  }
@@ -30050,7 +30384,7 @@ h4,
30050
30384
  letter-spacing: -0.02em;
30051
30385
  color: var(--textHeading, #26201a);
30052
30386
  font-size: 16px;
30053
- line-height: 18px;
30387
+ line-height: 1.5;
30054
30388
  }
30055
30389
  @media only screen and (min-width: 769px) {
30056
30390
  h4,
@@ -30059,7 +30393,7 @@ h4,
30059
30393
  letter-spacing: -0.02em;
30060
30394
  color: var(--textHeading, #26201a);
30061
30395
  font-size: 20px;
30062
- line-height: 24px;
30396
+ line-height: 1.5;
30063
30397
  }
30064
30398
  }
30065
30399
  h5,
@@ -30126,7 +30460,7 @@ h5,
30126
30460
  .sticky-pay-now__caption-medium___gZCqf,
30127
30461
  .sticky-pay-now__captionMedium___V6P3J {
30128
30462
  font-size: 12px;
30129
- line-height: 14px;
30463
+ line-height: 1.5;
30130
30464
  letter-spacing: -0.02em;
30131
30465
  font-weight: 500;
30132
30466
  }
@@ -30139,7 +30473,7 @@ h5,
30139
30473
  .sticky-pay-now__caption-semi-bold___QX3JZ,
30140
30474
  .sticky-pay-now__captionSemiBold___Fc8TZ {
30141
30475
  font-size: 12px;
30142
- line-height: 14px;
30476
+ line-height: 1.5;
30143
30477
  letter-spacing: -0.02em;
30144
30478
  font-weight: 600;
30145
30479
  }
@@ -30470,7 +30804,7 @@ h4,
30470
30804
  letter-spacing: -0.02em;
30471
30805
  color: var(--textHeading, #26201a);
30472
30806
  font-size: 16px;
30473
- line-height: 18px;
30807
+ line-height: 1.5;
30474
30808
  }
30475
30809
  @media only screen and (min-width: 769px) {
30476
30810
  h4,
@@ -30479,7 +30813,7 @@ h4,
30479
30813
  letter-spacing: -0.02em;
30480
30814
  color: var(--textHeading, #26201a);
30481
30815
  font-size: 20px;
30482
- line-height: 24px;
30816
+ line-height: 1.5;
30483
30817
  }
30484
30818
  }
30485
30819
  h5,
@@ -30546,7 +30880,7 @@ h5,
30546
30880
  .single-address-content__caption-medium___DzD4P,
30547
30881
  .single-address-content__captionMedium___vrXNI {
30548
30882
  font-size: 12px;
30549
- line-height: 14px;
30883
+ line-height: 1.5;
30550
30884
  letter-spacing: -0.02em;
30551
30885
  font-weight: 500;
30552
30886
  }
@@ -30559,7 +30893,7 @@ h5,
30559
30893
  .single-address-content__caption-semi-bold___Qnnkp,
30560
30894
  .single-address-content__captionSemiBold___sQqBw {
30561
30895
  font-size: 12px;
30562
- line-height: 14px;
30896
+ line-height: 1.5;
30563
30897
  letter-spacing: -0.02em;
30564
30898
  font-weight: 600;
30565
30899
  }
@@ -30976,7 +31310,7 @@ h4,
30976
31310
  letter-spacing: -0.02em;
30977
31311
  color: var(--textHeading, #26201a);
30978
31312
  font-size: 16px;
30979
- line-height: 18px;
31313
+ line-height: 1.5;
30980
31314
  }
30981
31315
  @media only screen and (min-width: 769px) {
30982
31316
  h4,
@@ -30985,7 +31319,7 @@ h4,
30985
31319
  letter-spacing: -0.02em;
30986
31320
  color: var(--textHeading, #26201a);
30987
31321
  font-size: 20px;
30988
- line-height: 24px;
31322
+ line-height: 1.5;
30989
31323
  }
30990
31324
  }
30991
31325
  h5,
@@ -31052,7 +31386,7 @@ h5,
31052
31386
  .single-address-header__caption-medium___E8x7Y,
31053
31387
  .single-address-header__captionMedium___YAR0r {
31054
31388
  font-size: 12px;
31055
- line-height: 14px;
31389
+ line-height: 1.5;
31056
31390
  letter-spacing: -0.02em;
31057
31391
  font-weight: 500;
31058
31392
  }
@@ -31065,7 +31399,7 @@ h5,
31065
31399
  .single-address-header__caption-semi-bold___fTa7O,
31066
31400
  .single-address-header__captionSemiBold___PtROp {
31067
31401
  font-size: 12px;
31068
- line-height: 14px;
31402
+ line-height: 1.5;
31069
31403
  letter-spacing: -0.02em;
31070
31404
  font-weight: 600;
31071
31405
  }
@@ -31512,7 +31846,7 @@ h4,
31512
31846
  letter-spacing: -0.02em;
31513
31847
  color: var(--textHeading, #26201a);
31514
31848
  font-size: 16px;
31515
- line-height: 18px;
31849
+ line-height: 1.5;
31516
31850
  }
31517
31851
  @media only screen and (min-width: 769px) {
31518
31852
  h4,
@@ -31521,7 +31855,7 @@ h4,
31521
31855
  letter-spacing: -0.02em;
31522
31856
  color: var(--textHeading, #26201a);
31523
31857
  font-size: 20px;
31524
- line-height: 24px;
31858
+ line-height: 1.5;
31525
31859
  }
31526
31860
  }
31527
31861
  h5,
@@ -31588,7 +31922,7 @@ h5,
31588
31922
  .checkout__caption-medium___ljyRH,
31589
31923
  .checkout__captionMedium___JzdYa {
31590
31924
  font-size: 12px;
31591
- line-height: 14px;
31925
+ line-height: 1.5;
31592
31926
  letter-spacing: -0.02em;
31593
31927
  font-weight: 500;
31594
31928
  }
@@ -31601,7 +31935,7 @@ h5,
31601
31935
  .checkout__caption-semi-bold___OgjV8,
31602
31936
  .checkout__captionSemiBold___izFSO {
31603
31937
  font-size: 12px;
31604
- line-height: 14px;
31938
+ line-height: 1.5;
31605
31939
  letter-spacing: -0.02em;
31606
31940
  font-weight: 600;
31607
31941
  }
@@ -31747,7 +32081,7 @@ h5,
31747
32081
  margin: auto;
31748
32082
  min-height: 700px;
31749
32083
  }
31750
- @media only screen and (max-width: 480px) {
32084
+ @media only screen and (max-width: 768px) {
31751
32085
  .checkout__mainContainer___sD3Rj {
31752
32086
  display: block;
31753
32087
  padding: 0px;
@@ -31758,7 +32092,7 @@ h5,
31758
32092
  width: 64%;
31759
32093
  margin-inline-end: 2%;
31760
32094
  }
31761
- @media only screen and (max-width: 480px) {
32095
+ @media only screen and (max-width: 768px) {
31762
32096
  .checkout__leftContainer___Ov5FK {
31763
32097
  width: 100%;
31764
32098
  margin-inline-end: 0;
@@ -31770,11 +32104,22 @@ h5,
31770
32104
  flex-direction: column;
31771
32105
  gap: 1rem;
31772
32106
  }
31773
- @media only screen and (max-width: 480px) {
32107
+ @media only screen and (max-width: 768px) {
31774
32108
  .checkout__rightContainer___lAFMu {
31775
32109
  width: 100%;
31776
32110
  }
31777
32111
  }
32112
+ @media only screen and (max-width: 768px) {
32113
+ .checkout__customStyles___Cgmm9 {
32114
+ padding-left: 16px !important;
32115
+ padding-right: 16px !important;
32116
+ }
32117
+ }
32118
+ @media only screen and (max-width: 768px) {
32119
+ .checkout__customStylesShipment___qzUmx {
32120
+ border-radius: 0;
32121
+ }
32122
+ }
31778
32123
 
31779
32124
  /**color by character**/
31780
32125
  /** Font family **/
@@ -31884,7 +32229,7 @@ h4,
31884
32229
  letter-spacing: -0.02em;
31885
32230
  color: var(--textHeading, #26201a);
31886
32231
  font-size: 16px;
31887
- line-height: 18px;
32232
+ line-height: 1.5;
31888
32233
  }
31889
32234
  @media only screen and (min-width: 769px) {
31890
32235
  h4,
@@ -31893,7 +32238,7 @@ h4,
31893
32238
  letter-spacing: -0.02em;
31894
32239
  color: var(--textHeading, #26201a);
31895
32240
  font-size: 20px;
31896
- line-height: 24px;
32241
+ line-height: 1.5;
31897
32242
  }
31898
32243
  }
31899
32244
  h5,
@@ -31960,7 +32305,7 @@ h5,
31960
32305
  .checkout-payment-content__caption-medium___s4nwJ,
31961
32306
  .checkout-payment-content__captionMedium___boOFu {
31962
32307
  font-size: 12px;
31963
- line-height: 14px;
32308
+ line-height: 1.5;
31964
32309
  letter-spacing: -0.02em;
31965
32310
  font-weight: 500;
31966
32311
  }
@@ -31973,7 +32318,7 @@ h5,
31973
32318
  .checkout-payment-content__caption-semi-bold____upNw,
31974
32319
  .checkout-payment-content__captionSemiBold___ThE5O {
31975
32320
  font-size: 12px;
31976
- line-height: 14px;
32321
+ line-height: 1.5;
31977
32322
  letter-spacing: -0.02em;
31978
32323
  font-weight: 600;
31979
32324
  }
@@ -32115,7 +32460,7 @@ h5,
32115
32460
  .checkout-payment-content__container___HusGh {
32116
32461
  background: var(--pageBackground, #f8f8f8);
32117
32462
  }
32118
- @media only screen and (min-width: 481px) {
32463
+ @media only screen and (min-width: 769px) {
32119
32464
  .checkout-payment-content__container___HusGh {
32120
32465
  display: flex;
32121
32466
  padding: 24px;
@@ -32133,7 +32478,7 @@ h5,
32133
32478
  border-color: var(--dividerStokes);
32134
32479
  border-radius: 4px 0px 0px 4px;
32135
32480
  }
32136
- @media only screen and (max-width: 480px) {
32481
+ @media only screen and (max-width: 768px) {
32137
32482
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz {
32138
32483
  width: 100%;
32139
32484
  border: none;
@@ -32146,7 +32491,7 @@ h5,
32146
32491
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
32147
32492
  border-bottom: 1px solid var(--dividerStokes);
32148
32493
  }
32149
- @media only screen and (max-width: 480px) {
32494
+ @media only screen and (max-width: 768px) {
32150
32495
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
32151
32496
  border-bottom: unset;
32152
32497
  }
@@ -32174,7 +32519,7 @@ h5,
32174
32519
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__activeIconColor___TWPaB svg > g > path {
32175
32520
  fill: var(--textHeading, #26201a);
32176
32521
  }
32177
- @media only screen and (max-width: 480px) {
32522
+ @media only screen and (max-width: 768px) {
32178
32523
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK {
32179
32524
  background-color: var(--pageBackground, #f8f8f8);
32180
32525
  border-inline-end: none;
@@ -32190,7 +32535,12 @@ h5,
32190
32535
  align-items: center;
32191
32536
  padding-inline-start: 12px;
32192
32537
  }
32193
- @media only screen and (min-width: 481px) {
32538
+ @media only screen and (max-width: 768px) {
32539
+ .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 {
32540
+ flex: unset !important;
32541
+ }
32542
+ }
32543
+ @media only screen and (min-width: 769px) {
32194
32544
  .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 {
32195
32545
  justify-content: flex-end;
32196
32546
  flex: 1;
@@ -32220,6 +32570,11 @@ h5,
32220
32570
  background-color: var(--primaryColor);
32221
32571
  border: 1px solid var(--primaryColor);
32222
32572
  }
32573
+ @media only screen and (max-width: 768px) {
32574
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__indicator___tucmm {
32575
+ display: none;
32576
+ }
32577
+ }
32223
32578
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i {
32224
32579
  display: flex;
32225
32580
  padding: 24px 16px;
@@ -32227,7 +32582,7 @@ h5,
32227
32582
  word-break: break-word;
32228
32583
  align-items: center;
32229
32584
  }
32230
- @media only screen and (max-width: 480px) {
32585
+ @media only screen and (max-width: 768px) {
32231
32586
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i {
32232
32587
  padding: 24px 0px;
32233
32588
  }
@@ -32240,7 +32595,7 @@ h5,
32240
32595
  font-weight: 500;
32241
32596
  line-height: 140%;
32242
32597
  }
32243
- @media only screen and (max-width: 480px) {
32598
+ @media only screen and (max-width: 768px) {
32244
32599
  .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 {
32245
32600
  color: var(--textHeading, #26201a);
32246
32601
  margin-inline-start: 8px;
@@ -32258,7 +32613,7 @@ h5,
32258
32613
  border-radius: 4px;
32259
32614
  text-align: center;
32260
32615
  }
32261
- @media only screen and (max-width: 480px) {
32616
+ @media only screen and (max-width: 768px) {
32262
32617
  .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 {
32263
32618
  padding-top: 4px;
32264
32619
  }
@@ -32267,7 +32622,7 @@ h5,
32267
32622
  display: flex;
32268
32623
  align-items: center;
32269
32624
  }
32270
- @media only screen and (min-width: 481px) {
32625
+ @media only screen and (min-width: 769px) {
32271
32626
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__payment-icons___Kaaz7 {
32272
32627
  justify-content: flex-end;
32273
32628
  flex: 1;
@@ -32280,6 +32635,11 @@ h5,
32280
32635
  justify-content: flex-end;
32281
32636
  flex: 1;
32282
32637
  }
32638
+ @media only screen and (min-width: 769px) {
32639
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa {
32640
+ display: none;
32641
+ }
32642
+ }
32283
32643
  .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 {
32284
32644
  transform: rotate(270deg);
32285
32645
  }
@@ -32317,7 +32677,7 @@ h5,
32317
32677
  border-width: 1px 1px 1px 0;
32318
32678
  border-radius: 0px 4px 4px 0px;
32319
32679
  }
32320
- @media only screen and (max-width: 480px) {
32680
+ @media only screen and (max-width: 768px) {
32321
32681
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationTab___Tfdjy {
32322
32682
  padding: 6px;
32323
32683
  }
@@ -32325,12 +32685,12 @@ h5,
32325
32685
  .checkout-payment-content__container___HusGh .checkout-payment-content__selectedBorder___xIVt8 .checkout-payment-content__modeItemName___FvXEZ {
32326
32686
  font-weight: 600 !important;
32327
32687
  }
32328
- @media only screen and (min-width: 481px) {
32688
+ @media only screen and (min-width: 769px) {
32329
32689
  .checkout-payment-content__container___HusGh .checkout-payment-content__selectedBorder___xIVt8 {
32330
32690
  border: 1px solid var(--primaryColor);
32331
32691
  }
32332
32692
  }
32333
- @media only screen and (min-width: 481px) {
32693
+ @media only screen and (min-width: 769px) {
32334
32694
  .checkout-payment-content__container___HusGh .checkout-payment-content__nonSelectedBorder___zA4x7 {
32335
32695
  border: 1px solid var(--dividerStokes);
32336
32696
  }
@@ -32349,7 +32709,7 @@ h5,
32349
32709
  margin-bottom: 15px;
32350
32710
  line-height: 140%;
32351
32711
  }
32352
- @media only screen and (max-width: 480px) {
32712
+ @media only screen and (max-width: 768px) {
32353
32713
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
32354
32714
  .checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
32355
32715
  .checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
@@ -32359,9 +32719,10 @@ h5,
32359
32719
  .checkout-payment-content__container___HusGh .checkout-payment-content__addCardHeader___KWnY5,
32360
32720
  .checkout-payment-content__container___HusGh .checkout-payment-content__otherHeader___Mizrt {
32361
32721
  font-weight: 500;
32722
+ display: none;
32362
32723
  }
32363
32724
  }
32364
- @media only screen and (max-width: 480px) {
32725
+ @media only screen and (max-width: 768px) {
32365
32726
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
32366
32727
  .checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
32367
32728
  .checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
@@ -32388,7 +32749,7 @@ h5,
32388
32749
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ button span {
32389
32750
  font-size: 16px;
32390
32751
  }
32391
- @media only screen and (max-width: 480px) {
32752
+ @media only screen and (max-width: 768px) {
32392
32753
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ {
32393
32754
  margin-bottom: 16px;
32394
32755
  }
@@ -32457,7 +32818,7 @@ h5,
32457
32818
  border-radius: 8px;
32458
32819
  margin-bottom: 15px;
32459
32820
  }
32460
- @media only screen and (max-width: 480px) {
32821
+ @media only screen and (max-width: 768px) {
32461
32822
  .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 {
32462
32823
  padding: 0px;
32463
32824
  }
@@ -32555,7 +32916,7 @@ h5,
32555
32916
  line-height: 140%;
32556
32917
  cursor: pointer;
32557
32918
  }
32558
- @media only screen and (max-width: 480px) {
32919
+ @media only screen and (max-width: 768px) {
32559
32920
  .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 {
32560
32921
  padding: 6px;
32561
32922
  font-size: 12px;
@@ -32577,7 +32938,7 @@ h5,
32577
32938
  line-height: 140%;
32578
32939
  cursor: unset;
32579
32940
  }
32580
- @media only screen and (max-width: 480px) {
32941
+ @media only screen and (max-width: 768px) {
32581
32942
  .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] {
32582
32943
  padding: 6px;
32583
32944
  font-size: 12px;
@@ -32595,7 +32956,7 @@ h5,
32595
32956
  line-height: 140%;
32596
32957
  cursor: pointer;
32597
32958
  }
32598
- @media only screen and (max-width: 480px) {
32959
+ @media only screen and (max-width: 768px) {
32599
32960
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__addNewCard___PpZop {
32600
32961
  padding: 6px;
32601
32962
  font-size: 12px;
@@ -32626,7 +32987,7 @@ h5,
32626
32987
  margin-top: 16px;
32627
32988
  position: relative;
32628
32989
  }
32629
- @media only screen and (max-width: 480px) {
32990
+ @media only screen and (max-width: 768px) {
32630
32991
  .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 {
32631
32992
  margin-top: 0;
32632
32993
  }
@@ -32661,7 +33022,7 @@ h5,
32661
33022
  .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 {
32662
33023
  width: 47%;
32663
33024
  }
32664
- @media only screen and (max-width: 480px) {
33025
+ @media only screen and (max-width: 768px) {
32665
33026
  .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,
32666
33027
  .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 {
32667
33028
  width: 100%;
@@ -32686,7 +33047,7 @@ h5,
32686
33047
  left: 5px;
32687
33048
  }
32688
33049
  }
32689
- @media only screen and (max-width: 480px) {
33050
+ @media only screen and (max-width: 768px) {
32690
33051
  .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 {
32691
33052
  margin-bottom: 24px;
32692
33053
  }
@@ -32734,7 +33095,7 @@ h5,
32734
33095
  margin-top: 16px;
32735
33096
  accent-color: var(--primaryColor);
32736
33097
  }
32737
- @media only screen and (max-width: 480px) {
33098
+ @media only screen and (max-width: 768px) {
32738
33099
  .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 {
32739
33100
  margin-bottom: 24px;
32740
33101
  }
@@ -32752,7 +33113,7 @@ h5,
32752
33113
  align-self: center;
32753
33114
  line-height: 140%;
32754
33115
  }
32755
- @media only screen and (min-width: 481px) {
33116
+ @media only screen and (min-width: 769px) {
32756
33117
  .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 {
32757
33118
  max-width: 450px;
32758
33119
  padding: 8px;
@@ -32896,7 +33257,7 @@ h5,
32896
33257
  flex-direction: column;
32897
33258
  gap: 16px;
32898
33259
  }
32899
- @media only screen and (max-width: 480px) {
33260
+ @media only screen and (max-width: 768px) {
32900
33261
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ {
32901
33262
  gap: 0px;
32902
33263
  }
@@ -32915,7 +33276,7 @@ h5,
32915
33276
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 label {
32916
33277
  cursor: pointer;
32917
33278
  }
32918
- @media only screen and (max-width: 480px) {
33279
+ @media only screen and (max-width: 768px) {
32919
33280
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 {
32920
33281
  padding: 24px 0px;
32921
33282
  }
@@ -32952,7 +33313,7 @@ h5,
32952
33313
  font-weight: 400;
32953
33314
  line-height: 140%;
32954
33315
  }
32955
- @media only screen and (max-width: 480px) {
33316
+ @media only screen and (max-width: 768px) {
32956
33317
  .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 {
32957
33318
  color: var(--textHeading, #26201a);
32958
33319
  font-weight: 500;
@@ -32982,7 +33343,7 @@ h5,
32982
33343
  max-height: 70vh;
32983
33344
  min-height: 40vh;
32984
33345
  }
32985
- @media only screen and (min-width: 481px) {
33346
+ @media only screen and (min-width: 769px) {
32986
33347
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalBody___pTEbc {
32987
33348
  max-height: 554px;
32988
33349
  min-width: 420px;
@@ -33012,7 +33373,7 @@ h5,
33012
33373
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiMop___LVvVY {
33013
33374
  padding-bottom: 24px;
33014
33375
  }
33015
- @media only screen and (max-width: 480px) {
33376
+ @media only screen and (max-width: 768px) {
33016
33377
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiMop___LVvVY .checkout-payment-content__upiApp___M2sjF:first-child {
33017
33378
  padding-top: 0;
33018
33379
  }
@@ -33633,7 +33994,7 @@ h5,
33633
33994
  fill: var(--textBody, #3c3131);
33634
33995
  }
33635
33996
  }
33636
- @media only screen and (max-width: 480px) {
33997
+ @media only screen and (max-width: 768px) {
33637
33998
  .checkout-payment-content__modeItemLogo___mixsN .checkout-payment-content__svgColor___07c9F g > path {
33638
33999
  fill: var(--textHeading, #26201a);
33639
34000
  }
@@ -33648,7 +34009,7 @@ h5,
33648
34009
  object-fit: contain;
33649
34010
  margin-inline-end: 12px;
33650
34011
  }
33651
- @media only screen and (max-width: 480px) {
34012
+ @media only screen and (max-width: 768px) {
33652
34013
  .checkout-payment-content__modeItemLogo___mixsN img {
33653
34014
  margin-inline-end: 8px;
33654
34015
  }
@@ -33675,7 +34036,7 @@ h5,
33675
34036
  height: 606px;
33676
34037
  }
33677
34038
  }
33678
- @media only screen and (max-width: 480px) {
34039
+ @media only screen and (max-width: 768px) {
33679
34040
  .checkout-payment-content__moreOptionContainer___lSVOn {
33680
34041
  height: 434px;
33681
34042
  }
@@ -33686,7 +34047,7 @@ h5,
33686
34047
  margin-bottom: 16px;
33687
34048
  max-height: unset !important;
33688
34049
  }
33689
- @media only screen and (max-width: 480px) {
34050
+ @media only screen and (max-width: 768px) {
33690
34051
  .checkout-payment-content__bodyContainer___HeZQG .checkout-payment-content__modeItemName___FvXEZ {
33691
34052
  color: var(--textBody, #3c3131) !important;
33692
34053
  font-size: 12px;
@@ -33714,7 +34075,7 @@ h5,
33714
34075
  .checkout-payment-content__otherBorder___ARrf8 {
33715
34076
  border: 1px solid var(--dividerStokes, #d4d1d1);
33716
34077
  }
33717
- @media only screen and (max-width: 480px) {
34078
+ @media only screen and (max-width: 768px) {
33718
34079
  .checkout-payment-content__otherBorder___ARrf8 {
33719
34080
  border: none;
33720
34081
  }
@@ -33725,7 +34086,7 @@ h5,
33725
34086
  height: 24px;
33726
34087
  }
33727
34088
  }
33728
- @media only screen and (max-width: 480px) {
34089
+ @media only screen and (max-width: 768px) {
33729
34090
  .checkout-payment-content__modeItemLogo___mixsN span {
33730
34091
  border: 1px solid var(--dividerStokes, #d4d1d1);
33731
34092
  padding: 8px 4px;
@@ -33738,17 +34099,17 @@ h5,
33738
34099
  align-items: anchor-center;
33739
34100
  }
33740
34101
  }
33741
- @media only screen and (max-width: 480px) {
34102
+ @media only screen and (max-width: 768px) {
33742
34103
  .checkout-payment-content__upiMargin___LomcN:last-child {
33743
34104
  padding-bottom: 0 !important;
33744
34105
  }
33745
34106
  }
33746
- @media only screen and (max-width: 480px) {
34107
+ @media only screen and (max-width: 768px) {
33747
34108
  .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardModalHeader___ixj3K {
33748
34109
  padding: 16px !important;
33749
34110
  }
33750
34111
  }
33751
- @media only screen and (max-width: 480px) {
34112
+ @media only screen and (max-width: 768px) {
33752
34113
  .checkout-payment-content__newCardBodyModal___R9U49 .checkout-payment-content__rbiGuidelines___jmtpW {
33753
34114
  margin-top: 24px !important;
33754
34115
  }
@@ -33784,6 +34145,21 @@ h5,
33784
34145
  align-items: center;
33785
34146
  justify-content: center;
33786
34147
  }
34148
+ @media only screen and (max-width: 768px) {
34149
+ .checkout-payment-content__visibleOnTab___SSdnx {
34150
+ display: block !important;
34151
+ }
34152
+ }
34153
+ @media only screen and (max-width: 768px) {
34154
+ .checkout-payment-content__onDesktopView___JFn5k {
34155
+ display: none;
34156
+ }
34157
+ }
34158
+ @media only screen and (min-width: 769px) {
34159
+ .checkout-payment-content__onMobileView___IBzw6 {
34160
+ display: none;
34161
+ }
34162
+ }
33787
34163
 
33788
34164
  /**color by character**/
33789
34165
  /** Font family **/
@@ -33893,7 +34269,7 @@ h4,
33893
34269
  letter-spacing: -0.02em;
33894
34270
  color: var(--textHeading, #26201a);
33895
34271
  font-size: 16px;
33896
- line-height: 18px;
34272
+ line-height: 1.5;
33897
34273
  }
33898
34274
  @media only screen and (min-width: 769px) {
33899
34275
  h4,
@@ -33902,7 +34278,7 @@ h4,
33902
34278
  letter-spacing: -0.02em;
33903
34279
  color: var(--textHeading, #26201a);
33904
34280
  font-size: 20px;
33905
- line-height: 24px;
34281
+ line-height: 1.5;
33906
34282
  }
33907
34283
  }
33908
34284
  h5,
@@ -33969,7 +34345,7 @@ h5,
33969
34345
  .spinner__caption-medium___fmK6g,
33970
34346
  .spinner__captionMedium___YwlDb {
33971
34347
  font-size: 12px;
33972
- line-height: 14px;
34348
+ line-height: 1.5;
33973
34349
  letter-spacing: -0.02em;
33974
34350
  font-weight: 500;
33975
34351
  }
@@ -33982,7 +34358,7 @@ h5,
33982
34358
  .spinner__caption-semi-bold___AuvWd,
33983
34359
  .spinner__captionSemiBold___DwY5R {
33984
34360
  font-size: 12px;
33985
- line-height: 14px;
34361
+ line-height: 1.5;
33986
34362
  letter-spacing: -0.02em;
33987
34363
  font-weight: 600;
33988
34364
  }
@@ -34256,7 +34632,7 @@ h4,
34256
34632
  letter-spacing: -0.02em;
34257
34633
  color: var(--textHeading, #26201a);
34258
34634
  font-size: 16px;
34259
- line-height: 18px;
34635
+ line-height: 1.5;
34260
34636
  }
34261
34637
  @media only screen and (min-width: 769px) {
34262
34638
  h4,
@@ -34265,7 +34641,7 @@ h4,
34265
34641
  letter-spacing: -0.02em;
34266
34642
  color: var(--textHeading, #26201a);
34267
34643
  font-size: 20px;
34268
- line-height: 24px;
34644
+ line-height: 1.5;
34269
34645
  }
34270
34646
  }
34271
34647
  h5,
@@ -34332,7 +34708,7 @@ h5,
34332
34708
  .checkout-payment__caption-medium___Ijxpi,
34333
34709
  .checkout-payment__captionMedium___n_dAl {
34334
34710
  font-size: 12px;
34335
- line-height: 14px;
34711
+ line-height: 1.5;
34336
34712
  letter-spacing: -0.02em;
34337
34713
  font-weight: 500;
34338
34714
  }
@@ -34345,7 +34721,7 @@ h5,
34345
34721
  .checkout-payment__caption-semi-bold___AiFSJ,
34346
34722
  .checkout-payment__captionSemiBold___A9UdR {
34347
34723
  font-size: 12px;
34348
- line-height: 14px;
34724
+ line-height: 1.5;
34349
34725
  letter-spacing: -0.02em;
34350
34726
  font-weight: 600;
34351
34727
  }
@@ -34523,6 +34899,11 @@ h5,
34523
34899
  border-radius: 8px 8px 0 0;
34524
34900
  border: 1px solid var(--dividerStokes);
34525
34901
  }
34902
+ @media only screen and (max-width: 768px) {
34903
+ .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
34904
+ border-radius: 0;
34905
+ }
34906
+ }
34526
34907
  @media only screen and (max-width: 480px) {
34527
34908
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
34528
34909
  padding: 16px;
@@ -34671,7 +35052,7 @@ h4,
34671
35052
  letter-spacing: -0.02em;
34672
35053
  color: var(--textHeading, #26201a);
34673
35054
  font-size: 16px;
34674
- line-height: 18px;
35055
+ line-height: 1.5;
34675
35056
  }
34676
35057
  @media only screen and (min-width: 769px) {
34677
35058
  h4,
@@ -34680,7 +35061,7 @@ h4,
34680
35061
  letter-spacing: -0.02em;
34681
35062
  color: var(--textHeading, #26201a);
34682
35063
  font-size: 20px;
34683
- line-height: 24px;
35064
+ line-height: 1.5;
34684
35065
  }
34685
35066
  }
34686
35067
  h5,
@@ -34747,7 +35128,7 @@ h5,
34747
35128
  .checkout-payment-failure__caption-medium___iwrm3,
34748
35129
  .checkout-payment-failure__captionMedium___Su0F1 {
34749
35130
  font-size: 12px;
34750
- line-height: 14px;
35131
+ line-height: 1.5;
34751
35132
  letter-spacing: -0.02em;
34752
35133
  font-weight: 500;
34753
35134
  }
@@ -34760,7 +35141,7 @@ h5,
34760
35141
  .checkout-payment-failure__caption-semi-bold___NT7Uc,
34761
35142
  .checkout-payment-failure__captionSemiBold___Crx0h {
34762
35143
  font-size: 12px;
34763
- line-height: 14px;
35144
+ line-height: 1.5;
34764
35145
  letter-spacing: -0.02em;
34765
35146
  font-weight: 600;
34766
35147
  }
@@ -35037,7 +35418,7 @@ h4,
35037
35418
  letter-spacing: -0.02em;
35038
35419
  color: var(--textHeading, #26201a);
35039
35420
  font-size: 16px;
35040
- line-height: 18px;
35421
+ line-height: 1.5;
35041
35422
  }
35042
35423
  @media only screen and (min-width: 769px) {
35043
35424
  h4,
@@ -35046,7 +35427,7 @@ h4,
35046
35427
  letter-spacing: -0.02em;
35047
35428
  color: var(--textHeading, #26201a);
35048
35429
  font-size: 20px;
35049
- line-height: 24px;
35430
+ line-height: 1.5;
35050
35431
  }
35051
35432
  }
35052
35433
  h5,
@@ -35113,7 +35494,7 @@ h5,
35113
35494
  .stepper__caption-medium___krneu,
35114
35495
  .stepper__captionMedium___b8fjm {
35115
35496
  font-size: 12px;
35116
- line-height: 14px;
35497
+ line-height: 1.5;
35117
35498
  letter-spacing: -0.02em;
35118
35499
  font-weight: 500;
35119
35500
  }
@@ -35126,7 +35507,7 @@ h5,
35126
35507
  .stepper__caption-semi-bold___aBUJJ,
35127
35508
  .stepper__captionSemiBold___Nv7I9 {
35128
35509
  font-size: 12px;
35129
- line-height: 14px;
35510
+ line-height: 1.5;
35130
35511
  letter-spacing: -0.02em;
35131
35512
  font-weight: 600;
35132
35513
  }
@@ -35447,7 +35828,7 @@ h4,
35447
35828
  letter-spacing: -0.02em;
35448
35829
  color: var(--textHeading, #26201a);
35449
35830
  font-size: 16px;
35450
- line-height: 18px;
35831
+ line-height: 1.5;
35451
35832
  }
35452
35833
  @media only screen and (min-width: 769px) {
35453
35834
  h4,
@@ -35456,7 +35837,7 @@ h4,
35456
35837
  letter-spacing: -0.02em;
35457
35838
  color: var(--textHeading, #26201a);
35458
35839
  font-size: 20px;
35459
- line-height: 24px;
35840
+ line-height: 1.5;
35460
35841
  }
35461
35842
  }
35462
35843
  h5,
@@ -35523,7 +35904,7 @@ h5,
35523
35904
  .profile-details__caption-medium___Dqs6d,
35524
35905
  .profile-details__captionMedium___jA0jc {
35525
35906
  font-size: 12px;
35526
- line-height: 14px;
35907
+ line-height: 1.5;
35527
35908
  letter-spacing: -0.02em;
35528
35909
  font-weight: 500;
35529
35910
  }
@@ -35536,7 +35917,7 @@ h5,
35536
35917
  .profile-details__caption-semi-bold___kgGsZ,
35537
35918
  .profile-details__captionSemiBold___aHlIi {
35538
35919
  font-size: 12px;
35539
- line-height: 14px;
35920
+ line-height: 1.5;
35540
35921
  letter-spacing: -0.02em;
35541
35922
  font-weight: 600;
35542
35923
  }
@@ -35842,7 +36223,7 @@ h4,
35842
36223
  letter-spacing: -0.02em;
35843
36224
  color: var(--textHeading, #26201a);
35844
36225
  font-size: 16px;
35845
- line-height: 18px;
36226
+ line-height: 1.5;
35846
36227
  }
35847
36228
  @media only screen and (min-width: 769px) {
35848
36229
  h4,
@@ -35851,7 +36232,7 @@ h4,
35851
36232
  letter-spacing: -0.02em;
35852
36233
  color: var(--textHeading, #26201a);
35853
36234
  font-size: 20px;
35854
- line-height: 24px;
36235
+ line-height: 1.5;
35855
36236
  }
35856
36237
  }
35857
36238
  h5,
@@ -35918,7 +36299,7 @@ h5,
35918
36299
  .email__caption-medium___hurbu,
35919
36300
  .email__captionMedium___twfq9 {
35920
36301
  font-size: 12px;
35921
- line-height: 14px;
36302
+ line-height: 1.5;
35922
36303
  letter-spacing: -0.02em;
35923
36304
  font-weight: 500;
35924
36305
  }
@@ -35931,7 +36312,7 @@ h5,
35931
36312
  .email__caption-semi-bold___dhrza,
35932
36313
  .email__captionSemiBold___vUCkT {
35933
36314
  font-size: 12px;
35934
- line-height: 14px;
36315
+ line-height: 1.5;
35935
36316
  letter-spacing: -0.02em;
35936
36317
  font-weight: 600;
35937
36318
  }
@@ -36286,7 +36667,7 @@ h4,
36286
36667
  letter-spacing: -0.02em;
36287
36668
  color: var(--textHeading, #26201a);
36288
36669
  font-size: 16px;
36289
- line-height: 18px;
36670
+ line-height: 1.5;
36290
36671
  }
36291
36672
  @media only screen and (min-width: 769px) {
36292
36673
  h4,
@@ -36295,7 +36676,7 @@ h4,
36295
36676
  letter-spacing: -0.02em;
36296
36677
  color: var(--textHeading, #26201a);
36297
36678
  font-size: 20px;
36298
- line-height: 24px;
36679
+ line-height: 1.5;
36299
36680
  }
36300
36681
  }
36301
36682
  h5,
@@ -36362,7 +36743,7 @@ h5,
36362
36743
  .add-email-modal__caption-medium___UFH3U,
36363
36744
  .add-email-modal__captionMedium___anbKE {
36364
36745
  font-size: 12px;
36365
- line-height: 14px;
36746
+ line-height: 1.5;
36366
36747
  letter-spacing: -0.02em;
36367
36748
  font-weight: 500;
36368
36749
  }
@@ -36375,7 +36756,7 @@ h5,
36375
36756
  .add-email-modal__caption-semi-bold___HG66X,
36376
36757
  .add-email-modal__captionSemiBold___njmuE {
36377
36758
  font-size: 12px;
36378
- line-height: 14px;
36759
+ line-height: 1.5;
36379
36760
  letter-spacing: -0.02em;
36380
36761
  font-weight: 600;
36381
36762
  }
@@ -36702,7 +37083,7 @@ h4,
36702
37083
  letter-spacing: -0.02em;
36703
37084
  color: var(--textHeading, #26201a);
36704
37085
  font-size: 16px;
36705
- line-height: 18px;
37086
+ line-height: 1.5;
36706
37087
  }
36707
37088
  @media only screen and (min-width: 769px) {
36708
37089
  h4,
@@ -36711,7 +37092,7 @@ h4,
36711
37092
  letter-spacing: -0.02em;
36712
37093
  color: var(--textHeading, #26201a);
36713
37094
  font-size: 20px;
36714
- line-height: 24px;
37095
+ line-height: 1.5;
36715
37096
  }
36716
37097
  }
36717
37098
  h5,
@@ -36778,7 +37159,7 @@ h5,
36778
37159
  .empty-state__caption-medium___BZrqA,
36779
37160
  .empty-state__captionMedium___xdcOJ {
36780
37161
  font-size: 12px;
36781
- line-height: 14px;
37162
+ line-height: 1.5;
36782
37163
  letter-spacing: -0.02em;
36783
37164
  font-weight: 500;
36784
37165
  }
@@ -36791,7 +37172,7 @@ h5,
36791
37172
  .empty-state__caption-semi-bold___kXiSl,
36792
37173
  .empty-state__captionSemiBold___j5IRa {
36793
37174
  font-size: 12px;
36794
- line-height: 14px;
37175
+ line-height: 1.5;
36795
37176
  letter-spacing: -0.02em;
36796
37177
  font-weight: 600;
36797
37178
  }
@@ -37069,7 +37450,7 @@ h4,
37069
37450
  letter-spacing: -0.02em;
37070
37451
  color: var(--textHeading, #26201a);
37071
37452
  font-size: 16px;
37072
- line-height: 18px;
37453
+ line-height: 1.5;
37073
37454
  }
37074
37455
  @media only screen and (min-width: 769px) {
37075
37456
  h4,
@@ -37078,7 +37459,7 @@ h4,
37078
37459
  letter-spacing: -0.02em;
37079
37460
  color: var(--textHeading, #26201a);
37080
37461
  font-size: 20px;
37081
- line-height: 24px;
37462
+ line-height: 1.5;
37082
37463
  }
37083
37464
  }
37084
37465
  h5,
@@ -37145,7 +37526,7 @@ h5,
37145
37526
  .phone__caption-medium___Hb7Vf,
37146
37527
  .phone__captionMedium___R4vT3 {
37147
37528
  font-size: 12px;
37148
- line-height: 14px;
37529
+ line-height: 1.5;
37149
37530
  letter-spacing: -0.02em;
37150
37531
  font-weight: 500;
37151
37532
  }
@@ -37158,7 +37539,7 @@ h5,
37158
37539
  .phone__caption-semi-bold___aBpcW,
37159
37540
  .phone__captionSemiBold___Jjjlv {
37160
37541
  font-size: 12px;
37161
- line-height: 14px;
37542
+ line-height: 1.5;
37162
37543
  letter-spacing: -0.02em;
37163
37544
  font-weight: 600;
37164
37545
  }
@@ -37516,7 +37897,7 @@ h4,
37516
37897
  letter-spacing: -0.02em;
37517
37898
  color: var(--textHeading, #26201a);
37518
37899
  font-size: 16px;
37519
- line-height: 18px;
37900
+ line-height: 1.5;
37520
37901
  }
37521
37902
  @media only screen and (min-width: 769px) {
37522
37903
  h4,
@@ -37525,7 +37906,7 @@ h4,
37525
37906
  letter-spacing: -0.02em;
37526
37907
  color: var(--textHeading, #26201a);
37527
37908
  font-size: 20px;
37528
- line-height: 24px;
37909
+ line-height: 1.5;
37529
37910
  }
37530
37911
  }
37531
37912
  h5,
@@ -37592,7 +37973,7 @@ h5,
37592
37973
  .add-phone-modal__caption-medium___pKMg3,
37593
37974
  .add-phone-modal__captionMedium___VwMvs {
37594
37975
  font-size: 12px;
37595
- line-height: 14px;
37976
+ line-height: 1.5;
37596
37977
  letter-spacing: -0.02em;
37597
37978
  font-weight: 500;
37598
37979
  }
@@ -37605,7 +37986,7 @@ h5,
37605
37986
  .add-phone-modal__caption-semi-bold___MHqjr,
37606
37987
  .add-phone-modal__captionSemiBold___zFgGL {
37607
37988
  font-size: 12px;
37608
- line-height: 14px;
37989
+ line-height: 1.5;
37609
37990
  letter-spacing: -0.02em;
37610
37991
  font-weight: 600;
37611
37992
  }
@@ -37967,7 +38348,7 @@ h4,
37967
38348
  letter-spacing: -0.02em;
37968
38349
  color: var(--textHeading, #26201a);
37969
38350
  font-size: 16px;
37970
- line-height: 18px;
38351
+ line-height: 1.5;
37971
38352
  }
37972
38353
  @media only screen and (min-width: 769px) {
37973
38354
  h4,
@@ -37976,7 +38357,7 @@ h4,
37976
38357
  letter-spacing: -0.02em;
37977
38358
  color: var(--textHeading, #26201a);
37978
38359
  font-size: 20px;
37979
- line-height: 24px;
38360
+ line-height: 1.5;
37980
38361
  }
37981
38362
  }
37982
38363
  h5,
@@ -38043,7 +38424,7 @@ h5,
38043
38424
  .main__caption-medium____cg7Y,
38044
38425
  .main__captionMedium___YQCmi {
38045
38426
  font-size: 12px;
38046
- line-height: 14px;
38427
+ line-height: 1.5;
38047
38428
  letter-spacing: -0.02em;
38048
38429
  font-weight: 500;
38049
38430
  }
@@ -38056,7 +38437,7 @@ h5,
38056
38437
  .main__caption-semi-bold___lddso,
38057
38438
  .main__captionSemiBold___oExTA {
38058
38439
  font-size: 12px;
38059
- line-height: 14px;
38440
+ line-height: 1.5;
38060
38441
  letter-spacing: -0.02em;
38061
38442
  font-weight: 600;
38062
38443
  }
@@ -38304,7 +38685,7 @@ h4,
38304
38685
  letter-spacing: -0.02em;
38305
38686
  color: var(--textHeading, #26201a);
38306
38687
  font-size: 16px;
38307
- line-height: 18px;
38688
+ line-height: 1.5;
38308
38689
  }
38309
38690
  @media only screen and (min-width: 769px) {
38310
38691
  h4,
@@ -38313,7 +38694,7 @@ h4,
38313
38694
  letter-spacing: -0.02em;
38314
38695
  color: var(--textHeading, #26201a);
38315
38696
  font-size: 20px;
38316
- line-height: 24px;
38697
+ line-height: 1.5;
38317
38698
  }
38318
38699
  }
38319
38700
  h5,
@@ -38380,7 +38761,7 @@ h5,
38380
38761
  .order-tracking__caption-medium___tazF9,
38381
38762
  .order-tracking__captionMedium___MdpIt {
38382
38763
  font-size: 12px;
38383
- line-height: 14px;
38764
+ line-height: 1.5;
38384
38765
  letter-spacing: -0.02em;
38385
38766
  font-weight: 500;
38386
38767
  }
@@ -38393,7 +38774,7 @@ h5,
38393
38774
  .order-tracking__caption-semi-bold___k2Wmw,
38394
38775
  .order-tracking__captionSemiBold___YjsHC {
38395
38776
  font-size: 12px;
38396
- line-height: 14px;
38777
+ line-height: 1.5;
38397
38778
  letter-spacing: -0.02em;
38398
38779
  font-weight: 600;
38399
38780
  }
@@ -38714,7 +39095,7 @@ h4,
38714
39095
  letter-spacing: -0.02em;
38715
39096
  color: var(--textHeading, #26201a);
38716
39097
  font-size: 16px;
38717
- line-height: 18px;
39098
+ line-height: 1.5;
38718
39099
  }
38719
39100
  @media only screen and (min-width: 769px) {
38720
39101
  h4,
@@ -38723,7 +39104,7 @@ h4,
38723
39104
  letter-spacing: -0.02em;
38724
39105
  color: var(--textHeading, #26201a);
38725
39106
  font-size: 20px;
38726
- line-height: 24px;
39107
+ line-height: 1.5;
38727
39108
  }
38728
39109
  }
38729
39110
  h5,
@@ -38790,7 +39171,7 @@ h5,
38790
39171
  .contact-us__caption-medium___B_db2,
38791
39172
  .contact-us__captionMedium___qRk8X {
38792
39173
  font-size: 12px;
38793
- line-height: 14px;
39174
+ line-height: 1.5;
38794
39175
  letter-spacing: -0.02em;
38795
39176
  font-weight: 500;
38796
39177
  }
@@ -38803,7 +39184,7 @@ h5,
38803
39184
  .contact-us__caption-semi-bold___fasRI,
38804
39185
  .contact-us__captionSemiBold___CSBLt {
38805
39186
  font-size: 12px;
38806
- line-height: 14px;
39187
+ line-height: 1.5;
38807
39188
  letter-spacing: -0.02em;
38808
39189
  font-weight: 600;
38809
39190
  }
@@ -39208,7 +39589,7 @@ h4,
39208
39589
  letter-spacing: -0.02em;
39209
39590
  color: var(--textHeading, #26201a);
39210
39591
  font-size: 16px;
39211
- line-height: 18px;
39592
+ line-height: 1.5;
39212
39593
  }
39213
39594
  @media only screen and (min-width: 769px) {
39214
39595
  h4,
@@ -39217,7 +39598,7 @@ h4,
39217
39598
  letter-spacing: -0.02em;
39218
39599
  color: var(--textHeading, #26201a);
39219
39600
  font-size: 20px;
39220
- line-height: 24px;
39601
+ line-height: 1.5;
39221
39602
  }
39222
39603
  }
39223
39604
  h5,
@@ -39284,7 +39665,7 @@ h5,
39284
39665
  .blog__caption-medium___eRs9D,
39285
39666
  .blog__captionMedium___DGxhB {
39286
39667
  font-size: 12px;
39287
- line-height: 14px;
39668
+ line-height: 1.5;
39288
39669
  letter-spacing: -0.02em;
39289
39670
  font-weight: 500;
39290
39671
  }
@@ -39297,7 +39678,7 @@ h5,
39297
39678
  .blog__caption-semi-bold___CVIEm,
39298
39679
  .blog__captionSemiBold___s6nen {
39299
39680
  font-size: 12px;
39300
- line-height: 14px;
39681
+ line-height: 1.5;
39301
39682
  letter-spacing: -0.02em;
39302
39683
  font-weight: 600;
39303
39684
  }
@@ -40035,7 +40416,7 @@ h4,
40035
40416
  letter-spacing: -0.02em;
40036
40417
  color: var(--textHeading, #26201a);
40037
40418
  font-size: 16px;
40038
- line-height: 18px;
40419
+ line-height: 1.5;
40039
40420
  }
40040
40421
  @media only screen and (min-width: 769px) {
40041
40422
  h4,
@@ -40044,7 +40425,7 @@ h4,
40044
40425
  letter-spacing: -0.02em;
40045
40426
  color: var(--textHeading, #26201a);
40046
40427
  font-size: 20px;
40047
- line-height: 24px;
40428
+ line-height: 1.5;
40048
40429
  }
40049
40430
  }
40050
40431
  h5,
@@ -40111,7 +40492,7 @@ h5,
40111
40492
  .blog-tabs__caption-medium___SFIQd,
40112
40493
  .blog-tabs__captionMedium___LHvbo {
40113
40494
  font-size: 12px;
40114
- line-height: 14px;
40495
+ line-height: 1.5;
40115
40496
  letter-spacing: -0.02em;
40116
40497
  font-weight: 500;
40117
40498
  }
@@ -40124,7 +40505,7 @@ h5,
40124
40505
  .blog-tabs__caption-semi-bold___xl9Fu,
40125
40506
  .blog-tabs__captionSemiBold___lFa4C {
40126
40507
  font-size: 12px;
40127
- line-height: 14px;
40508
+ line-height: 1.5;
40128
40509
  letter-spacing: -0.02em;
40129
40510
  font-weight: 600;
40130
40511
  }
@@ -40455,7 +40836,7 @@ h4,
40455
40836
  letter-spacing: -0.02em;
40456
40837
  color: var(--textHeading, #26201a);
40457
40838
  font-size: 16px;
40458
- line-height: 18px;
40839
+ line-height: 1.5;
40459
40840
  }
40460
40841
  @media only screen and (min-width: 769px) {
40461
40842
  h4,
@@ -40464,7 +40845,7 @@ h4,
40464
40845
  letter-spacing: -0.02em;
40465
40846
  color: var(--textHeading, #26201a);
40466
40847
  font-size: 20px;
40467
- line-height: 24px;
40848
+ line-height: 1.5;
40468
40849
  }
40469
40850
  }
40470
40851
  h5,
@@ -40531,7 +40912,7 @@ h5,
40531
40912
  .blog-footer__caption-medium___SxJ8X,
40532
40913
  .blog-footer__captionMedium___J7Afj {
40533
40914
  font-size: 12px;
40534
- line-height: 14px;
40915
+ line-height: 1.5;
40535
40916
  letter-spacing: -0.02em;
40536
40917
  font-weight: 500;
40537
40918
  }
@@ -40544,7 +40925,7 @@ h5,
40544
40925
  .blog-footer__caption-semi-bold___iv7Ju,
40545
40926
  .blog-footer__captionSemiBold____6r0g {
40546
40927
  font-size: 12px;
40547
- line-height: 14px;
40928
+ line-height: 1.5;
40548
40929
  letter-spacing: -0.02em;
40549
40930
  font-weight: 600;
40550
40931
  }