@gofynd/theme-template 2.0.0 → 2.0.2

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 (155) 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/add-to-cart/add-to-cart.js +1 -1
  70. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +350 -17
  71. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +20 -20
  72. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +15 -15
  73. package/dist/page-layouts/plp/Components/filter-tags/filter-tags.css +4 -4
  74. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.css +354 -21
  75. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.css +342 -9
  76. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.css +342 -9
  77. package/dist/page-layouts/plp/Components/pagination/pagination.css +4 -4
  78. package/dist/page-layouts/plp/Components/pic-zoom/pic-zoom.css +342 -9
  79. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +4 -4
  80. package/dist/page-layouts/plp/Components/size-guide/size-guide.css +8 -8
  81. package/dist/page-layouts/plp/Components/sort/sort.css +4 -4
  82. package/dist/page-layouts/plp/Components/viewer-3d/viewer-3d.css +338 -5
  83. package/dist/page-layouts/single-checkout/address/single-address-content.css +8 -8
  84. package/dist/page-layouts/single-checkout/address/single-address-header.css +4 -4
  85. package/dist/page-layouts/single-checkout/address/single-address.css +40 -40
  86. package/dist/page-layouts/single-checkout/modal.css +4 -4
  87. package/dist/page-layouts/single-checkout/payment/card-form.css +81 -50
  88. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  89. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +85 -54
  90. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  91. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +4 -4
  92. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +98 -62
  93. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  94. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +4 -4
  95. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.js +1 -1
  96. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +16 -16
  97. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  98. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +8 -8
  99. package/dist/pages/blog/blog.css +20 -20
  100. package/dist/pages/blog/index.css +20 -20
  101. package/dist/pages/cart/cart.css +423 -89
  102. package/dist/pages/cart/cart.js +1 -1
  103. package/dist/pages/cart/index.css +423 -89
  104. package/dist/pages/cart/index.js +1 -1
  105. package/dist/pages/checkout/checkout.css +180 -133
  106. package/dist/pages/checkout/checkout.js +1 -1
  107. package/dist/pages/checkout/index.css +180 -133
  108. package/dist/pages/checkout/index.js +1 -1
  109. package/dist/pages/contact-us/contact-us.css +350 -17
  110. package/dist/pages/contact-us/index.css +350 -17
  111. package/dist/pages/edit-profile/edit-profile.css +12 -12
  112. package/dist/pages/edit-profile/index.css +12 -12
  113. package/dist/pages/faq/faq.css +4 -4
  114. package/dist/pages/faq/index.css +4 -4
  115. package/dist/pages/forgot-password/forget-password.css +8 -8
  116. package/dist/pages/forgot-password/index.css +8 -8
  117. package/dist/pages/index.css +764 -383
  118. package/dist/pages/index.js +1 -1
  119. package/dist/pages/login/index.css +28 -28
  120. package/dist/pages/login/login.css +28 -28
  121. package/dist/pages/order/index.css +350 -17
  122. package/dist/pages/order/order-tracking-details/order-tracking-details.css +370 -37
  123. package/dist/pages/order/order-tracking.css +350 -17
  124. package/dist/pages/order-status/components/cart-gift-item/cart-gift-item.css +4 -4
  125. package/dist/pages/order-status/index.css +363 -33
  126. package/dist/pages/order-status/index.js +1 -1
  127. package/dist/pages/order-status/order-status.css +363 -33
  128. package/dist/pages/order-status/order-status.js +1 -1
  129. package/dist/pages/product-listing/index.css +457 -124
  130. package/dist/pages/product-listing/index.js +1 -1
  131. package/dist/pages/product-listing/product-listing.css +457 -124
  132. package/dist/pages/product-listing/product-listing.js +1 -1
  133. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +354 -21
  134. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +358 -25
  135. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +350 -17
  136. package/dist/pages/profile/components/empty-state/empty-state.css +346 -13
  137. package/dist/pages/profile/email/email.css +362 -29
  138. package/dist/pages/profile/email/index.css +362 -29
  139. package/dist/pages/profile/index.css +350 -17
  140. package/dist/pages/profile/phone/index.css +366 -33
  141. package/dist/pages/profile/phone/phone.css +366 -33
  142. package/dist/pages/profile/profile-details.css +350 -17
  143. package/dist/pages/register/index.css +20 -20
  144. package/dist/pages/register/register.css +20 -20
  145. package/dist/pages/set-password/index.css +4 -4
  146. package/dist/pages/set-password/set-password.css +4 -4
  147. package/dist/pages/shared-cart/index.css +8 -8
  148. package/dist/pages/shared-cart/shared-cart.css +8 -8
  149. package/dist/pages/verify-email/index.css +4 -4
  150. package/dist/pages/verify-email/verify-email.css +4 -4
  151. package/dist/pages/wishlist/index.css +406 -73
  152. package/dist/pages/wishlist/index.js +1 -1
  153. package/dist/pages/wishlist/wishlist.css +406 -73
  154. package/dist/pages/wishlist/wishlist.js +1 -1
  155. 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
  .single-page-shipment__caption-medium___HWWFa,
183
183
  .single-page-shipment__captionMedium___P1qMZ {
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
  .single-page-shipment__caption-semi-bold___Vzf2M,
196
196
  .single-page-shipment__captionSemiBold___G0Cg9 {
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
  }
@@ -594,7 +594,7 @@ h4,
594
594
  letter-spacing: -0.02em;
595
595
  color: var(--textHeading, #26201a);
596
596
  font-size: 16px;
597
- line-height: 18px;
597
+ line-height: 1.5;
598
598
  }
599
599
  @media only screen and (min-width: 769px) {
600
600
  h4,
@@ -603,7 +603,7 @@ h4,
603
603
  letter-spacing: -0.02em;
604
604
  color: var(--textHeading, #26201a);
605
605
  font-size: 20px;
606
- line-height: 24px;
606
+ line-height: 1.5;
607
607
  }
608
608
  }
609
609
  h5,
@@ -670,7 +670,7 @@ h5,
670
670
  .single-shipment-content__caption-medium____fLHP,
671
671
  .single-shipment-content__captionMedium___lqQPn {
672
672
  font-size: 12px;
673
- line-height: 14px;
673
+ line-height: 1.5;
674
674
  letter-spacing: -0.02em;
675
675
  font-weight: 500;
676
676
  }
@@ -683,7 +683,7 @@ h5,
683
683
  .single-shipment-content__caption-semi-bold___V3P3n,
684
684
  .single-shipment-content__captionSemiBold___rwvuu {
685
685
  font-size: 12px;
686
- line-height: 14px;
686
+ line-height: 1.5;
687
687
  letter-spacing: -0.02em;
688
688
  font-weight: 600;
689
689
  }
@@ -1221,7 +1221,7 @@ h4,
1221
1221
  letter-spacing: -0.02em;
1222
1222
  color: var(--textHeading, #26201a);
1223
1223
  font-size: 16px;
1224
- line-height: 18px;
1224
+ line-height: 1.5;
1225
1225
  }
1226
1226
  @media only screen and (min-width: 769px) {
1227
1227
  h4,
@@ -1230,7 +1230,7 @@ h4,
1230
1230
  letter-spacing: -0.02em;
1231
1231
  color: var(--textHeading, #26201a);
1232
1232
  font-size: 20px;
1233
- line-height: 24px;
1233
+ line-height: 1.5;
1234
1234
  }
1235
1235
  }
1236
1236
  h5,
@@ -1297,7 +1297,7 @@ h5,
1297
1297
  .free-gift-item__caption-medium___J3sTr,
1298
1298
  .free-gift-item__captionMedium___UxDCd {
1299
1299
  font-size: 12px;
1300
- line-height: 14px;
1300
+ line-height: 1.5;
1301
1301
  letter-spacing: -0.02em;
1302
1302
  font-weight: 500;
1303
1303
  }
@@ -1310,7 +1310,7 @@ h5,
1310
1310
  .free-gift-item__caption-semi-bold___rj6i6,
1311
1311
  .free-gift-item__captionSemiBold___TCDo6 {
1312
1312
  font-size: 12px;
1313
- line-height: 14px;
1313
+ line-height: 1.5;
1314
1314
  letter-spacing: -0.02em;
1315
1315
  font-weight: 600;
1316
1316
  }
@@ -1656,7 +1656,7 @@ h4,
1656
1656
  letter-spacing: -0.02em;
1657
1657
  color: var(--textHeading, #26201a);
1658
1658
  font-size: 16px;
1659
- line-height: 18px;
1659
+ line-height: 1.5;
1660
1660
  }
1661
1661
  @media only screen and (min-width: 769px) {
1662
1662
  h4,
@@ -1665,7 +1665,7 @@ h4,
1665
1665
  letter-spacing: -0.02em;
1666
1666
  color: var(--textHeading, #26201a);
1667
1667
  font-size: 20px;
1668
- line-height: 24px;
1668
+ line-height: 1.5;
1669
1669
  }
1670
1670
  }
1671
1671
  h5,
@@ -1732,7 +1732,7 @@ h5,
1732
1732
  .sticky-pay-now__caption-medium___gZCqf,
1733
1733
  .sticky-pay-now__captionMedium___V6P3J {
1734
1734
  font-size: 12px;
1735
- line-height: 14px;
1735
+ line-height: 1.5;
1736
1736
  letter-spacing: -0.02em;
1737
1737
  font-weight: 500;
1738
1738
  }
@@ -1745,7 +1745,7 @@ h5,
1745
1745
  .sticky-pay-now__caption-semi-bold___QX3JZ,
1746
1746
  .sticky-pay-now__captionSemiBold___Fc8TZ {
1747
1747
  font-size: 12px;
1748
- line-height: 14px;
1748
+ line-height: 1.5;
1749
1749
  letter-spacing: -0.02em;
1750
1750
  font-weight: 600;
1751
1751
  }
@@ -2076,7 +2076,7 @@ h4,
2076
2076
  letter-spacing: -0.02em;
2077
2077
  color: var(--textHeading, #26201a);
2078
2078
  font-size: 16px;
2079
- line-height: 18px;
2079
+ line-height: 1.5;
2080
2080
  }
2081
2081
  @media only screen and (min-width: 769px) {
2082
2082
  h4,
@@ -2085,7 +2085,7 @@ h4,
2085
2085
  letter-spacing: -0.02em;
2086
2086
  color: var(--textHeading, #26201a);
2087
2087
  font-size: 20px;
2088
- line-height: 24px;
2088
+ line-height: 1.5;
2089
2089
  }
2090
2090
  }
2091
2091
  h5,
@@ -2152,7 +2152,7 @@ h5,
2152
2152
  .address-form__caption-medium___sHdBz,
2153
2153
  .address-form__captionMedium___qq2S5 {
2154
2154
  font-size: 12px;
2155
- line-height: 14px;
2155
+ line-height: 1.5;
2156
2156
  letter-spacing: -0.02em;
2157
2157
  font-weight: 500;
2158
2158
  }
@@ -2165,7 +2165,7 @@ h5,
2165
2165
  .address-form__caption-semi-bold___Ao5Rt,
2166
2166
  .address-form__captionSemiBold___zTpZY {
2167
2167
  font-size: 12px;
2168
- line-height: 14px;
2168
+ line-height: 1.5;
2169
2169
  letter-spacing: -0.02em;
2170
2170
  font-weight: 600;
2171
2171
  }
@@ -2832,7 +2832,7 @@ h4,
2832
2832
  letter-spacing: -0.02em;
2833
2833
  color: var(--textHeading, #26201a);
2834
2834
  font-size: 16px;
2835
- line-height: 18px;
2835
+ line-height: 1.5;
2836
2836
  }
2837
2837
  @media only screen and (min-width: 769px) {
2838
2838
  h4,
@@ -2841,7 +2841,7 @@ h4,
2841
2841
  letter-spacing: -0.02em;
2842
2842
  color: var(--textHeading, #26201a);
2843
2843
  font-size: 20px;
2844
- line-height: 24px;
2844
+ line-height: 1.5;
2845
2845
  }
2846
2846
  }
2847
2847
  h5,
@@ -2908,7 +2908,7 @@ h5,
2908
2908
  .fy-input__caption-medium___ypzRG,
2909
2909
  .fy-input__captionMedium___cFBcK {
2910
2910
  font-size: 12px;
2911
- line-height: 14px;
2911
+ line-height: 1.5;
2912
2912
  letter-spacing: -0.02em;
2913
2913
  font-weight: 500;
2914
2914
  }
@@ -2921,7 +2921,7 @@ h5,
2921
2921
  .fy-input__caption-semi-bold___WmtaG,
2922
2922
  .fy-input__captionSemiBold___UuNTY {
2923
2923
  font-size: 12px;
2924
- line-height: 14px;
2924
+ line-height: 1.5;
2925
2925
  letter-spacing: -0.02em;
2926
2926
  font-weight: 600;
2927
2927
  }
@@ -3296,7 +3296,7 @@ h4,
3296
3296
  letter-spacing: -0.02em;
3297
3297
  color: var(--textHeading, #26201a);
3298
3298
  font-size: 16px;
3299
- line-height: 18px;
3299
+ line-height: 1.5;
3300
3300
  }
3301
3301
  @media only screen and (min-width: 769px) {
3302
3302
  h4,
@@ -3305,7 +3305,7 @@ h4,
3305
3305
  letter-spacing: -0.02em;
3306
3306
  color: var(--textHeading, #26201a);
3307
3307
  font-size: 20px;
3308
- line-height: 24px;
3308
+ line-height: 1.5;
3309
3309
  }
3310
3310
  }
3311
3311
  h5,
@@ -3372,7 +3372,7 @@ h5,
3372
3372
  .fy-input-group__caption-medium___ULDb6,
3373
3373
  .fy-input-group__captionMedium___GIuhk {
3374
3374
  font-size: 12px;
3375
- line-height: 14px;
3375
+ line-height: 1.5;
3376
3376
  letter-spacing: -0.02em;
3377
3377
  font-weight: 500;
3378
3378
  }
@@ -3385,7 +3385,7 @@ h5,
3385
3385
  .fy-input-group__caption-semi-bold___B0YEk,
3386
3386
  .fy-input-group__captionSemiBold___aQt3D {
3387
3387
  font-size: 12px;
3388
- line-height: 14px;
3388
+ line-height: 1.5;
3389
3389
  letter-spacing: -0.02em;
3390
3390
  font-weight: 600;
3391
3391
  }
@@ -3674,7 +3674,7 @@ h4,
3674
3674
  letter-spacing: -0.02em;
3675
3675
  color: var(--textHeading, #26201a);
3676
3676
  font-size: 16px;
3677
- line-height: 18px;
3677
+ line-height: 1.5;
3678
3678
  }
3679
3679
  @media only screen and (min-width: 769px) {
3680
3680
  h4,
@@ -3683,7 +3683,7 @@ h4,
3683
3683
  letter-spacing: -0.02em;
3684
3684
  color: var(--textHeading, #26201a);
3685
3685
  font-size: 20px;
3686
- line-height: 24px;
3686
+ line-height: 1.5;
3687
3687
  }
3688
3688
  }
3689
3689
  h5,
@@ -3750,7 +3750,7 @@ h5,
3750
3750
  .fy-dropdown__caption-medium___HCy1Y,
3751
3751
  .fy-dropdown__captionMedium___BdPX5 {
3752
3752
  font-size: 12px;
3753
- line-height: 14px;
3753
+ line-height: 1.5;
3754
3754
  letter-spacing: -0.02em;
3755
3755
  font-weight: 500;
3756
3756
  }
@@ -3763,7 +3763,7 @@ h5,
3763
3763
  .fy-dropdown__caption-semi-bold___RDalx,
3764
3764
  .fy-dropdown__captionSemiBold___t1x78 {
3765
3765
  font-size: 12px;
3766
- line-height: 14px;
3766
+ line-height: 1.5;
3767
3767
  letter-spacing: -0.02em;
3768
3768
  font-weight: 600;
3769
3769
  }
@@ -4114,7 +4114,7 @@ h4,
4114
4114
  letter-spacing: -0.02em;
4115
4115
  color: var(--textHeading, #26201a);
4116
4116
  font-size: 16px;
4117
- line-height: 18px;
4117
+ line-height: 1.5;
4118
4118
  }
4119
4119
  @media only screen and (min-width: 769px) {
4120
4120
  h4,
@@ -4123,7 +4123,7 @@ h4,
4123
4123
  letter-spacing: -0.02em;
4124
4124
  color: var(--textHeading, #26201a);
4125
4125
  font-size: 20px;
4126
- line-height: 24px;
4126
+ line-height: 1.5;
4127
4127
  }
4128
4128
  }
4129
4129
  h5,
@@ -4190,7 +4190,7 @@ h5,
4190
4190
  .mobile-number__caption-medium___syZZb,
4191
4191
  .mobile-number__captionMedium___iKNxh {
4192
4192
  font-size: 12px;
4193
- line-height: 14px;
4193
+ line-height: 1.5;
4194
4194
  letter-spacing: -0.02em;
4195
4195
  font-weight: 500;
4196
4196
  }
@@ -4203,7 +4203,7 @@ h5,
4203
4203
  .mobile-number__caption-semi-bold___Rbomr,
4204
4204
  .mobile-number__captionSemiBold___cKKg4 {
4205
4205
  font-size: 12px;
4206
- line-height: 14px;
4206
+ line-height: 1.5;
4207
4207
  letter-spacing: -0.02em;
4208
4208
  font-weight: 600;
4209
4209
  }
@@ -4513,7 +4513,7 @@ h4,
4513
4513
  letter-spacing: -0.02em;
4514
4514
  color: var(--textHeading, #26201a);
4515
4515
  font-size: 16px;
4516
- line-height: 18px;
4516
+ line-height: 1.5;
4517
4517
  }
4518
4518
  @media only screen and (min-width: 769px) {
4519
4519
  h4,
@@ -4522,7 +4522,7 @@ h4,
4522
4522
  letter-spacing: -0.02em;
4523
4523
  color: var(--textHeading, #26201a);
4524
4524
  font-size: 20px;
4525
- line-height: 24px;
4525
+ line-height: 1.5;
4526
4526
  }
4527
4527
  }
4528
4528
  h5,
@@ -4589,7 +4589,7 @@ h5,
4589
4589
  .form-input-selector__caption-medium___UDqtg,
4590
4590
  .form-input-selector__captionMedium___upnRb {
4591
4591
  font-size: 12px;
4592
- line-height: 14px;
4592
+ line-height: 1.5;
4593
4593
  letter-spacing: -0.02em;
4594
4594
  font-weight: 500;
4595
4595
  }
@@ -4602,7 +4602,7 @@ h5,
4602
4602
  .form-input-selector__caption-semi-bold___BEOBj,
4603
4603
  .form-input-selector__captionSemiBold___XUhub {
4604
4604
  font-size: 12px;
4605
- line-height: 14px;
4605
+ line-height: 1.5;
4606
4606
  letter-spacing: -0.02em;
4607
4607
  font-weight: 600;
4608
4608
  }
@@ -4871,7 +4871,7 @@ h4,
4871
4871
  letter-spacing: -0.02em;
4872
4872
  color: var(--textHeading, #26201a);
4873
4873
  font-size: 16px;
4874
- line-height: 18px;
4874
+ line-height: 1.5;
4875
4875
  }
4876
4876
  @media only screen and (min-width: 769px) {
4877
4877
  h4,
@@ -4880,7 +4880,7 @@ h4,
4880
4880
  letter-spacing: -0.02em;
4881
4881
  color: var(--textHeading, #26201a);
4882
4882
  font-size: 20px;
4883
- line-height: 24px;
4883
+ line-height: 1.5;
4884
4884
  }
4885
4885
  }
4886
4886
  h5,
@@ -4947,7 +4947,7 @@ h5,
4947
4947
  .modal__caption-medium___GbhtF,
4948
4948
  .modal__captionMedium___zCJpb {
4949
4949
  font-size: 12px;
4950
- line-height: 14px;
4950
+ line-height: 1.5;
4951
4951
  letter-spacing: -0.02em;
4952
4952
  font-weight: 500;
4953
4953
  }
@@ -4960,7 +4960,7 @@ h5,
4960
4960
  .modal__caption-semi-bold___feZV5,
4961
4961
  .modal__captionSemiBold___pxAn7 {
4962
4962
  font-size: 12px;
4963
- line-height: 14px;
4963
+ line-height: 1.5;
4964
4964
  letter-spacing: -0.02em;
4965
4965
  font-weight: 600;
4966
4966
  }
@@ -5351,7 +5351,7 @@ h4,
5351
5351
  letter-spacing: -0.02em;
5352
5352
  color: var(--textHeading, #26201a);
5353
5353
  font-size: 16px;
5354
- line-height: 18px;
5354
+ line-height: 1.5;
5355
5355
  }
5356
5356
  @media only screen and (min-width: 769px) {
5357
5357
  h4,
@@ -5360,7 +5360,7 @@ h4,
5360
5360
  letter-spacing: -0.02em;
5361
5361
  color: var(--textHeading, #26201a);
5362
5362
  font-size: 20px;
5363
- line-height: 24px;
5363
+ line-height: 1.5;
5364
5364
  }
5365
5365
  }
5366
5366
  h5,
@@ -5427,7 +5427,7 @@ h5,
5427
5427
  .address-item__caption-medium___keR9q,
5428
5428
  .address-item__captionMedium___Mu54H {
5429
5429
  font-size: 12px;
5430
- line-height: 14px;
5430
+ line-height: 1.5;
5431
5431
  letter-spacing: -0.02em;
5432
5432
  font-weight: 500;
5433
5433
  }
@@ -5440,7 +5440,7 @@ h5,
5440
5440
  .address-item__caption-semi-bold___GchPi,
5441
5441
  .address-item__captionSemiBold___L3J0R {
5442
5442
  font-size: 12px;
5443
- line-height: 14px;
5443
+ line-height: 1.5;
5444
5444
  letter-spacing: -0.02em;
5445
5445
  font-weight: 600;
5446
5446
  }
@@ -5740,7 +5740,7 @@ h4,
5740
5740
  letter-spacing: -0.02em;
5741
5741
  color: var(--textHeading, #26201a);
5742
5742
  font-size: 16px;
5743
- line-height: 18px;
5743
+ line-height: 1.5;
5744
5744
  }
5745
5745
  @media only screen and (min-width: 769px) {
5746
5746
  h4,
@@ -5749,7 +5749,7 @@ h4,
5749
5749
  letter-spacing: -0.02em;
5750
5750
  color: var(--textHeading, #26201a);
5751
5751
  font-size: 20px;
5752
- line-height: 24px;
5752
+ line-height: 1.5;
5753
5753
  }
5754
5754
  }
5755
5755
  h5,
@@ -5816,7 +5816,7 @@ h5,
5816
5816
  .single-address-content__caption-medium___DzD4P,
5817
5817
  .single-address-content__captionMedium___vrXNI {
5818
5818
  font-size: 12px;
5819
- line-height: 14px;
5819
+ line-height: 1.5;
5820
5820
  letter-spacing: -0.02em;
5821
5821
  font-weight: 500;
5822
5822
  }
@@ -5829,7 +5829,7 @@ h5,
5829
5829
  .single-address-content__caption-semi-bold___Qnnkp,
5830
5830
  .single-address-content__captionSemiBold___sQqBw {
5831
5831
  font-size: 12px;
5832
- line-height: 14px;
5832
+ line-height: 1.5;
5833
5833
  letter-spacing: -0.02em;
5834
5834
  font-weight: 600;
5835
5835
  }
@@ -6246,7 +6246,7 @@ h4,
6246
6246
  letter-spacing: -0.02em;
6247
6247
  color: var(--textHeading, #26201a);
6248
6248
  font-size: 16px;
6249
- line-height: 18px;
6249
+ line-height: 1.5;
6250
6250
  }
6251
6251
  @media only screen and (min-width: 769px) {
6252
6252
  h4,
@@ -6255,7 +6255,7 @@ h4,
6255
6255
  letter-spacing: -0.02em;
6256
6256
  color: var(--textHeading, #26201a);
6257
6257
  font-size: 20px;
6258
- line-height: 24px;
6258
+ line-height: 1.5;
6259
6259
  }
6260
6260
  }
6261
6261
  h5,
@@ -6322,7 +6322,7 @@ h5,
6322
6322
  .single-address-header__caption-medium___E8x7Y,
6323
6323
  .single-address-header__captionMedium___YAR0r {
6324
6324
  font-size: 12px;
6325
- line-height: 14px;
6325
+ line-height: 1.5;
6326
6326
  letter-spacing: -0.02em;
6327
6327
  font-weight: 500;
6328
6328
  }
@@ -6335,7 +6335,7 @@ h5,
6335
6335
  .single-address-header__caption-semi-bold___fTa7O,
6336
6336
  .single-address-header__captionSemiBold___PtROp {
6337
6337
  font-size: 12px;
6338
- line-height: 14px;
6338
+ line-height: 1.5;
6339
6339
  letter-spacing: -0.02em;
6340
6340
  font-weight: 600;
6341
6341
  }
@@ -6782,7 +6782,7 @@ h4,
6782
6782
  letter-spacing: -0.02em;
6783
6783
  color: var(--textHeading, #26201a);
6784
6784
  font-size: 16px;
6785
- line-height: 18px;
6785
+ line-height: 1.5;
6786
6786
  }
6787
6787
  @media only screen and (min-width: 769px) {
6788
6788
  h4,
@@ -6791,7 +6791,7 @@ h4,
6791
6791
  letter-spacing: -0.02em;
6792
6792
  color: var(--textHeading, #26201a);
6793
6793
  font-size: 20px;
6794
- line-height: 24px;
6794
+ line-height: 1.5;
6795
6795
  }
6796
6796
  }
6797
6797
  h5,
@@ -6858,7 +6858,7 @@ h5,
6858
6858
  .checkout__caption-medium___ljyRH,
6859
6859
  .checkout__captionMedium___JzdYa {
6860
6860
  font-size: 12px;
6861
- line-height: 14px;
6861
+ line-height: 1.5;
6862
6862
  letter-spacing: -0.02em;
6863
6863
  font-weight: 500;
6864
6864
  }
@@ -6871,7 +6871,7 @@ h5,
6871
6871
  .checkout__caption-semi-bold___OgjV8,
6872
6872
  .checkout__captionSemiBold___izFSO {
6873
6873
  font-size: 12px;
6874
- line-height: 14px;
6874
+ line-height: 1.5;
6875
6875
  letter-spacing: -0.02em;
6876
6876
  font-weight: 600;
6877
6877
  }
@@ -7017,7 +7017,7 @@ h5,
7017
7017
  margin: auto;
7018
7018
  min-height: 700px;
7019
7019
  }
7020
- @media only screen and (max-width: 480px) {
7020
+ @media only screen and (max-width: 768px) {
7021
7021
  .checkout__mainContainer___sD3Rj {
7022
7022
  display: block;
7023
7023
  padding: 0px;
@@ -7028,7 +7028,7 @@ h5,
7028
7028
  width: 64%;
7029
7029
  margin-inline-end: 2%;
7030
7030
  }
7031
- @media only screen and (max-width: 480px) {
7031
+ @media only screen and (max-width: 768px) {
7032
7032
  .checkout__leftContainer___Ov5FK {
7033
7033
  width: 100%;
7034
7034
  margin-inline-end: 0;
@@ -7040,11 +7040,22 @@ h5,
7040
7040
  flex-direction: column;
7041
7041
  gap: 1rem;
7042
7042
  }
7043
- @media only screen and (max-width: 480px) {
7043
+ @media only screen and (max-width: 768px) {
7044
7044
  .checkout__rightContainer___lAFMu {
7045
7045
  width: 100%;
7046
7046
  }
7047
7047
  }
7048
+ @media only screen and (max-width: 768px) {
7049
+ .checkout__customStyles___Cgmm9 {
7050
+ padding-left: 16px !important;
7051
+ padding-right: 16px !important;
7052
+ }
7053
+ }
7054
+ @media only screen and (max-width: 768px) {
7055
+ .checkout__customStylesShipment___qzUmx {
7056
+ border-radius: 0;
7057
+ }
7058
+ }
7048
7059
 
7049
7060
  /**color by character**/
7050
7061
  /** Font family **/
@@ -7154,7 +7165,7 @@ h4,
7154
7165
  letter-spacing: -0.02em;
7155
7166
  color: var(--textHeading, #26201a);
7156
7167
  font-size: 16px;
7157
- line-height: 18px;
7168
+ line-height: 1.5;
7158
7169
  }
7159
7170
  @media only screen and (min-width: 769px) {
7160
7171
  h4,
@@ -7163,7 +7174,7 @@ h4,
7163
7174
  letter-spacing: -0.02em;
7164
7175
  color: var(--textHeading, #26201a);
7165
7176
  font-size: 20px;
7166
- line-height: 24px;
7177
+ line-height: 1.5;
7167
7178
  }
7168
7179
  }
7169
7180
  h5,
@@ -7230,7 +7241,7 @@ h5,
7230
7241
  .checkout-payment-content__caption-medium___s4nwJ,
7231
7242
  .checkout-payment-content__captionMedium___boOFu {
7232
7243
  font-size: 12px;
7233
- line-height: 14px;
7244
+ line-height: 1.5;
7234
7245
  letter-spacing: -0.02em;
7235
7246
  font-weight: 500;
7236
7247
  }
@@ -7243,7 +7254,7 @@ h5,
7243
7254
  .checkout-payment-content__caption-semi-bold____upNw,
7244
7255
  .checkout-payment-content__captionSemiBold___ThE5O {
7245
7256
  font-size: 12px;
7246
- line-height: 14px;
7257
+ line-height: 1.5;
7247
7258
  letter-spacing: -0.02em;
7248
7259
  font-weight: 600;
7249
7260
  }
@@ -7385,7 +7396,7 @@ h5,
7385
7396
  .checkout-payment-content__container___HusGh {
7386
7397
  background: var(--pageBackground, #f8f8f8);
7387
7398
  }
7388
- @media only screen and (min-width: 481px) {
7399
+ @media only screen and (min-width: 769px) {
7389
7400
  .checkout-payment-content__container___HusGh {
7390
7401
  display: flex;
7391
7402
  padding: 24px;
@@ -7403,7 +7414,7 @@ h5,
7403
7414
  border-color: var(--dividerStokes);
7404
7415
  border-radius: 4px 0px 0px 4px;
7405
7416
  }
7406
- @media only screen and (max-width: 480px) {
7417
+ @media only screen and (max-width: 768px) {
7407
7418
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz {
7408
7419
  width: 100%;
7409
7420
  border: none;
@@ -7416,7 +7427,7 @@ h5,
7416
7427
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
7417
7428
  border-bottom: 1px solid var(--dividerStokes);
7418
7429
  }
7419
- @media only screen and (max-width: 480px) {
7430
+ @media only screen and (max-width: 768px) {
7420
7431
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK:last-child .checkout-payment-content__linkWrapper-row1___NJqkx {
7421
7432
  border-bottom: unset;
7422
7433
  }
@@ -7444,7 +7455,7 @@ h5,
7444
7455
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__activeIconColor___TWPaB svg > g > path {
7445
7456
  fill: var(--textHeading, #26201a);
7446
7457
  }
7447
- @media only screen and (max-width: 480px) {
7458
+ @media only screen and (max-width: 768px) {
7448
7459
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK {
7449
7460
  background-color: var(--pageBackground, #f8f8f8);
7450
7461
  border-inline-end: none;
@@ -7460,7 +7471,12 @@ h5,
7460
7471
  align-items: center;
7461
7472
  padding-inline-start: 12px;
7462
7473
  }
7463
- @media only screen and (min-width: 481px) {
7474
+ @media only screen and (max-width: 768px) {
7475
+ .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 {
7476
+ flex: unset !important;
7477
+ }
7478
+ }
7479
+ @media only screen and (min-width: 769px) {
7464
7480
  .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 {
7465
7481
  justify-content: flex-end;
7466
7482
  flex: 1;
@@ -7490,6 +7506,11 @@ h5,
7490
7506
  background-color: var(--primaryColor);
7491
7507
  border: 1px solid var(--primaryColor);
7492
7508
  }
7509
+ @media only screen and (max-width: 768px) {
7510
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__indicator___tucmm {
7511
+ display: none;
7512
+ }
7513
+ }
7493
7514
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i {
7494
7515
  display: flex;
7495
7516
  padding: 24px 16px;
@@ -7497,7 +7518,7 @@ h5,
7497
7518
  word-break: break-word;
7498
7519
  align-items: center;
7499
7520
  }
7500
- @media only screen and (max-width: 480px) {
7521
+ @media only screen and (max-width: 768px) {
7501
7522
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__link___ZIR_i {
7502
7523
  padding: 24px 0px;
7503
7524
  }
@@ -7510,7 +7531,7 @@ h5,
7510
7531
  font-weight: 500;
7511
7532
  line-height: 140%;
7512
7533
  }
7513
- @media only screen and (max-width: 480px) {
7534
+ @media only screen and (max-width: 768px) {
7514
7535
  .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 {
7515
7536
  color: var(--textHeading, #26201a);
7516
7537
  margin-inline-start: 8px;
@@ -7528,7 +7549,7 @@ h5,
7528
7549
  border-radius: 4px;
7529
7550
  text-align: center;
7530
7551
  }
7531
- @media only screen and (max-width: 480px) {
7552
+ @media only screen and (max-width: 768px) {
7532
7553
  .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 {
7533
7554
  padding-top: 4px;
7534
7555
  }
@@ -7537,7 +7558,7 @@ h5,
7537
7558
  display: flex;
7538
7559
  align-items: center;
7539
7560
  }
7540
- @media only screen and (min-width: 481px) {
7561
+ @media only screen and (min-width: 769px) {
7541
7562
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__payment-icons___Kaaz7 {
7542
7563
  justify-content: flex-end;
7543
7564
  flex: 1;
@@ -7550,6 +7571,11 @@ h5,
7550
7571
  justify-content: flex-end;
7551
7572
  flex: 1;
7552
7573
  }
7574
+ @media only screen and (min-width: 769px) {
7575
+ .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa {
7576
+ display: none;
7577
+ }
7578
+ }
7553
7579
  .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 {
7554
7580
  transform: rotate(270deg);
7555
7581
  }
@@ -7587,7 +7613,7 @@ h5,
7587
7613
  border-width: 1px 1px 1px 0;
7588
7614
  border-radius: 0px 4px 4px 0px;
7589
7615
  }
7590
- @media only screen and (max-width: 480px) {
7616
+ @media only screen and (max-width: 768px) {
7591
7617
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationTab___Tfdjy {
7592
7618
  padding: 6px;
7593
7619
  }
@@ -7595,12 +7621,12 @@ h5,
7595
7621
  .checkout-payment-content__container___HusGh .checkout-payment-content__selectedBorder___xIVt8 .checkout-payment-content__modeItemName___FvXEZ {
7596
7622
  font-weight: 600 !important;
7597
7623
  }
7598
- @media only screen and (min-width: 481px) {
7624
+ @media only screen and (min-width: 769px) {
7599
7625
  .checkout-payment-content__container___HusGh .checkout-payment-content__selectedBorder___xIVt8 {
7600
7626
  border: 1px solid var(--primaryColor);
7601
7627
  }
7602
7628
  }
7603
- @media only screen and (min-width: 481px) {
7629
+ @media only screen and (min-width: 769px) {
7604
7630
  .checkout-payment-content__container___HusGh .checkout-payment-content__nonSelectedBorder___zA4x7 {
7605
7631
  border: 1px solid var(--dividerStokes);
7606
7632
  }
@@ -7619,7 +7645,7 @@ h5,
7619
7645
  margin-bottom: 15px;
7620
7646
  line-height: 140%;
7621
7647
  }
7622
- @media only screen and (max-width: 480px) {
7648
+ @media only screen and (max-width: 768px) {
7623
7649
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
7624
7650
  .checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
7625
7651
  .checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
@@ -7629,9 +7655,10 @@ h5,
7629
7655
  .checkout-payment-content__container___HusGh .checkout-payment-content__addCardHeader___KWnY5,
7630
7656
  .checkout-payment-content__container___HusGh .checkout-payment-content__otherHeader___Mizrt {
7631
7657
  font-weight: 500;
7658
+ display: none;
7632
7659
  }
7633
7660
  }
7634
- @media only screen and (max-width: 480px) {
7661
+ @media only screen and (max-width: 768px) {
7635
7662
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardHeader___t2z6i,
7636
7663
  .checkout-payment-content__container___HusGh .checkout-payment-content__walletHeader___XQ4tZ,
7637
7664
  .checkout-payment-content__container___HusGh .checkout-payment-content__nbHeader___TAaVo,
@@ -7658,7 +7685,7 @@ h5,
7658
7685
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ button span {
7659
7686
  font-size: 16px;
7660
7687
  }
7661
- @media only screen and (max-width: 480px) {
7688
+ @media only screen and (max-width: 768px) {
7662
7689
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__savedCardHeaderWrapper___Mx_n_ {
7663
7690
  margin-bottom: 16px;
7664
7691
  }
@@ -7727,7 +7754,7 @@ h5,
7727
7754
  border-radius: 8px;
7728
7755
  margin-bottom: 15px;
7729
7756
  }
7730
- @media only screen and (max-width: 480px) {
7757
+ @media only screen and (max-width: 768px) {
7731
7758
  .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 {
7732
7759
  padding: 0px;
7733
7760
  }
@@ -7825,7 +7852,7 @@ h5,
7825
7852
  line-height: 140%;
7826
7853
  cursor: pointer;
7827
7854
  }
7828
- @media only screen and (max-width: 480px) {
7855
+ @media only screen and (max-width: 768px) {
7829
7856
  .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 {
7830
7857
  padding: 6px;
7831
7858
  font-size: 12px;
@@ -7847,7 +7874,7 @@ h5,
7847
7874
  line-height: 140%;
7848
7875
  cursor: unset;
7849
7876
  }
7850
- @media only screen and (max-width: 480px) {
7877
+ @media only screen and (max-width: 768px) {
7851
7878
  .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] {
7852
7879
  padding: 6px;
7853
7880
  font-size: 12px;
@@ -7865,7 +7892,7 @@ h5,
7865
7892
  line-height: 140%;
7866
7893
  cursor: pointer;
7867
7894
  }
7868
- @media only screen and (max-width: 480px) {
7895
+ @media only screen and (max-width: 768px) {
7869
7896
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__addNewCard___PpZop {
7870
7897
  padding: 6px;
7871
7898
  font-size: 12px;
@@ -7896,7 +7923,7 @@ h5,
7896
7923
  margin-top: 16px;
7897
7924
  position: relative;
7898
7925
  }
7899
- @media only screen and (max-width: 480px) {
7926
+ @media only screen and (max-width: 768px) {
7900
7927
  .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 {
7901
7928
  margin-top: 0;
7902
7929
  }
@@ -7931,7 +7958,7 @@ h5,
7931
7958
  .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 {
7932
7959
  width: 47%;
7933
7960
  }
7934
- @media only screen and (max-width: 480px) {
7961
+ @media only screen and (max-width: 768px) {
7935
7962
  .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,
7936
7963
  .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 {
7937
7964
  width: 100%;
@@ -7956,7 +7983,7 @@ h5,
7956
7983
  left: 5px;
7957
7984
  }
7958
7985
  }
7959
- @media only screen and (max-width: 480px) {
7986
+ @media only screen and (max-width: 768px) {
7960
7987
  .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 {
7961
7988
  margin-bottom: 24px;
7962
7989
  }
@@ -8004,7 +8031,7 @@ h5,
8004
8031
  margin-top: 16px;
8005
8032
  accent-color: var(--primaryColor);
8006
8033
  }
8007
- @media only screen and (max-width: 480px) {
8034
+ @media only screen and (max-width: 768px) {
8008
8035
  .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 {
8009
8036
  margin-bottom: 24px;
8010
8037
  }
@@ -8022,7 +8049,7 @@ h5,
8022
8049
  align-self: center;
8023
8050
  line-height: 140%;
8024
8051
  }
8025
- @media only screen and (min-width: 481px) {
8052
+ @media only screen and (min-width: 769px) {
8026
8053
  .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 {
8027
8054
  max-width: 450px;
8028
8055
  padding: 8px;
@@ -8166,7 +8193,7 @@ h5,
8166
8193
  flex-direction: column;
8167
8194
  gap: 16px;
8168
8195
  }
8169
- @media only screen and (max-width: 480px) {
8196
+ @media only screen and (max-width: 768px) {
8170
8197
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ {
8171
8198
  gap: 0px;
8172
8199
  }
@@ -8185,7 +8212,7 @@ h5,
8185
8212
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 label {
8186
8213
  cursor: pointer;
8187
8214
  }
8188
- @media only screen and (max-width: 480px) {
8215
+ @media only screen and (max-width: 768px) {
8189
8216
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modeItemWrapper___IlJf3 {
8190
8217
  padding: 24px 0px;
8191
8218
  }
@@ -8222,7 +8249,7 @@ h5,
8222
8249
  font-weight: 400;
8223
8250
  line-height: 140%;
8224
8251
  }
8225
- @media only screen and (max-width: 480px) {
8252
+ @media only screen and (max-width: 768px) {
8226
8253
  .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 {
8227
8254
  color: var(--textHeading, #26201a);
8228
8255
  font-weight: 500;
@@ -8252,7 +8279,7 @@ h5,
8252
8279
  max-height: 70vh;
8253
8280
  min-height: 40vh;
8254
8281
  }
8255
- @media only screen and (min-width: 481px) {
8282
+ @media only screen and (min-width: 769px) {
8256
8283
  .checkout-payment-content__container___HusGh .checkout-payment-content__modeOption___onKtJ .checkout-payment-content__modalBody___pTEbc {
8257
8284
  max-height: 554px;
8258
8285
  min-width: 420px;
@@ -8282,7 +8309,7 @@ h5,
8282
8309
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiMop___LVvVY {
8283
8310
  padding-bottom: 24px;
8284
8311
  }
8285
- @media only screen and (max-width: 480px) {
8312
+ @media only screen and (max-width: 768px) {
8286
8313
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiMop___LVvVY .checkout-payment-content__upiApp___M2sjF:first-child {
8287
8314
  padding-top: 0;
8288
8315
  }
@@ -8903,7 +8930,7 @@ h5,
8903
8930
  fill: var(--textBody, #3c3131);
8904
8931
  }
8905
8932
  }
8906
- @media only screen and (max-width: 480px) {
8933
+ @media only screen and (max-width: 768px) {
8907
8934
  .checkout-payment-content__modeItemLogo___mixsN .checkout-payment-content__svgColor___07c9F g > path {
8908
8935
  fill: var(--textHeading, #26201a);
8909
8936
  }
@@ -8918,7 +8945,7 @@ h5,
8918
8945
  object-fit: contain;
8919
8946
  margin-inline-end: 12px;
8920
8947
  }
8921
- @media only screen and (max-width: 480px) {
8948
+ @media only screen and (max-width: 768px) {
8922
8949
  .checkout-payment-content__modeItemLogo___mixsN img {
8923
8950
  margin-inline-end: 8px;
8924
8951
  }
@@ -8945,7 +8972,7 @@ h5,
8945
8972
  height: 606px;
8946
8973
  }
8947
8974
  }
8948
- @media only screen and (max-width: 480px) {
8975
+ @media only screen and (max-width: 768px) {
8949
8976
  .checkout-payment-content__moreOptionContainer___lSVOn {
8950
8977
  height: 434px;
8951
8978
  }
@@ -8956,7 +8983,7 @@ h5,
8956
8983
  margin-bottom: 16px;
8957
8984
  max-height: unset !important;
8958
8985
  }
8959
- @media only screen and (max-width: 480px) {
8986
+ @media only screen and (max-width: 768px) {
8960
8987
  .checkout-payment-content__bodyContainer___HeZQG .checkout-payment-content__modeItemName___FvXEZ {
8961
8988
  color: var(--textBody, #3c3131) !important;
8962
8989
  font-size: 12px;
@@ -8984,7 +9011,7 @@ h5,
8984
9011
  .checkout-payment-content__otherBorder___ARrf8 {
8985
9012
  border: 1px solid var(--dividerStokes, #d4d1d1);
8986
9013
  }
8987
- @media only screen and (max-width: 480px) {
9014
+ @media only screen and (max-width: 768px) {
8988
9015
  .checkout-payment-content__otherBorder___ARrf8 {
8989
9016
  border: none;
8990
9017
  }
@@ -8995,7 +9022,7 @@ h5,
8995
9022
  height: 24px;
8996
9023
  }
8997
9024
  }
8998
- @media only screen and (max-width: 480px) {
9025
+ @media only screen and (max-width: 768px) {
8999
9026
  .checkout-payment-content__modeItemLogo___mixsN span {
9000
9027
  border: 1px solid var(--dividerStokes, #d4d1d1);
9001
9028
  padding: 8px 4px;
@@ -9008,17 +9035,17 @@ h5,
9008
9035
  align-items: anchor-center;
9009
9036
  }
9010
9037
  }
9011
- @media only screen and (max-width: 480px) {
9038
+ @media only screen and (max-width: 768px) {
9012
9039
  .checkout-payment-content__upiMargin___LomcN:last-child {
9013
9040
  padding-bottom: 0 !important;
9014
9041
  }
9015
9042
  }
9016
- @media only screen and (max-width: 480px) {
9043
+ @media only screen and (max-width: 768px) {
9017
9044
  .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardModalHeader___ixj3K {
9018
9045
  padding: 16px !important;
9019
9046
  }
9020
9047
  }
9021
- @media only screen and (max-width: 480px) {
9048
+ @media only screen and (max-width: 768px) {
9022
9049
  .checkout-payment-content__newCardBodyModal___R9U49 .checkout-payment-content__rbiGuidelines___jmtpW {
9023
9050
  margin-top: 24px !important;
9024
9051
  }
@@ -9054,6 +9081,21 @@ h5,
9054
9081
  align-items: center;
9055
9082
  justify-content: center;
9056
9083
  }
9084
+ @media only screen and (max-width: 768px) {
9085
+ .checkout-payment-content__visibleOnTab___SSdnx {
9086
+ display: block !important;
9087
+ }
9088
+ }
9089
+ @media only screen and (max-width: 768px) {
9090
+ .checkout-payment-content__onDesktopView___JFn5k {
9091
+ display: none;
9092
+ }
9093
+ }
9094
+ @media only screen and (min-width: 769px) {
9095
+ .checkout-payment-content__onMobileView___IBzw6 {
9096
+ display: none;
9097
+ }
9098
+ }
9057
9099
 
9058
9100
  /**color by character**/
9059
9101
  /** Font family **/
@@ -9163,7 +9205,7 @@ h4,
9163
9205
  letter-spacing: -0.02em;
9164
9206
  color: var(--textHeading, #26201a);
9165
9207
  font-size: 16px;
9166
- line-height: 18px;
9208
+ line-height: 1.5;
9167
9209
  }
9168
9210
  @media only screen and (min-width: 769px) {
9169
9211
  h4,
@@ -9172,7 +9214,7 @@ h4,
9172
9214
  letter-spacing: -0.02em;
9173
9215
  color: var(--textHeading, #26201a);
9174
9216
  font-size: 20px;
9175
- line-height: 24px;
9217
+ line-height: 1.5;
9176
9218
  }
9177
9219
  }
9178
9220
  h5,
@@ -9239,7 +9281,7 @@ h5,
9239
9281
  .spinner__caption-medium___fmK6g,
9240
9282
  .spinner__captionMedium___YwlDb {
9241
9283
  font-size: 12px;
9242
- line-height: 14px;
9284
+ line-height: 1.5;
9243
9285
  letter-spacing: -0.02em;
9244
9286
  font-weight: 500;
9245
9287
  }
@@ -9252,7 +9294,7 @@ h5,
9252
9294
  .spinner__caption-semi-bold___AuvWd,
9253
9295
  .spinner__captionSemiBold___DwY5R {
9254
9296
  font-size: 12px;
9255
- line-height: 14px;
9297
+ line-height: 1.5;
9256
9298
  letter-spacing: -0.02em;
9257
9299
  font-weight: 600;
9258
9300
  }
@@ -9526,7 +9568,7 @@ h4,
9526
9568
  letter-spacing: -0.02em;
9527
9569
  color: var(--textHeading, #26201a);
9528
9570
  font-size: 16px;
9529
- line-height: 18px;
9571
+ line-height: 1.5;
9530
9572
  }
9531
9573
  @media only screen and (min-width: 769px) {
9532
9574
  h4,
@@ -9535,7 +9577,7 @@ h4,
9535
9577
  letter-spacing: -0.02em;
9536
9578
  color: var(--textHeading, #26201a);
9537
9579
  font-size: 20px;
9538
- line-height: 24px;
9580
+ line-height: 1.5;
9539
9581
  }
9540
9582
  }
9541
9583
  h5,
@@ -9602,7 +9644,7 @@ h5,
9602
9644
  .checkout-payment__caption-medium___Ijxpi,
9603
9645
  .checkout-payment__captionMedium___n_dAl {
9604
9646
  font-size: 12px;
9605
- line-height: 14px;
9647
+ line-height: 1.5;
9606
9648
  letter-spacing: -0.02em;
9607
9649
  font-weight: 500;
9608
9650
  }
@@ -9615,7 +9657,7 @@ h5,
9615
9657
  .checkout-payment__caption-semi-bold___AiFSJ,
9616
9658
  .checkout-payment__captionSemiBold___A9UdR {
9617
9659
  font-size: 12px;
9618
- line-height: 14px;
9660
+ line-height: 1.5;
9619
9661
  letter-spacing: -0.02em;
9620
9662
  font-weight: 600;
9621
9663
  }
@@ -9793,6 +9835,11 @@ h5,
9793
9835
  border-radius: 8px 8px 0 0;
9794
9836
  border: 1px solid var(--dividerStokes);
9795
9837
  }
9838
+ @media only screen and (max-width: 768px) {
9839
+ .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
9840
+ border-radius: 0;
9841
+ }
9842
+ }
9796
9843
  @media only screen and (max-width: 480px) {
9797
9844
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
9798
9845
  padding: 16px;
@@ -9941,7 +9988,7 @@ h4,
9941
9988
  letter-spacing: -0.02em;
9942
9989
  color: var(--textHeading, #26201a);
9943
9990
  font-size: 16px;
9944
- line-height: 18px;
9991
+ line-height: 1.5;
9945
9992
  }
9946
9993
  @media only screen and (min-width: 769px) {
9947
9994
  h4,
@@ -9950,7 +9997,7 @@ h4,
9950
9997
  letter-spacing: -0.02em;
9951
9998
  color: var(--textHeading, #26201a);
9952
9999
  font-size: 20px;
9953
- line-height: 24px;
10000
+ line-height: 1.5;
9954
10001
  }
9955
10002
  }
9956
10003
  h5,
@@ -10017,7 +10064,7 @@ h5,
10017
10064
  .checkout-payment-failure__caption-medium___iwrm3,
10018
10065
  .checkout-payment-failure__captionMedium___Su0F1 {
10019
10066
  font-size: 12px;
10020
- line-height: 14px;
10067
+ line-height: 1.5;
10021
10068
  letter-spacing: -0.02em;
10022
10069
  font-weight: 500;
10023
10070
  }
@@ -10030,7 +10077,7 @@ h5,
10030
10077
  .checkout-payment-failure__caption-semi-bold___NT7Uc,
10031
10078
  .checkout-payment-failure__captionSemiBold___Crx0h {
10032
10079
  font-size: 12px;
10033
- line-height: 14px;
10080
+ line-height: 1.5;
10034
10081
  letter-spacing: -0.02em;
10035
10082
  font-weight: 600;
10036
10083
  }
@@ -10307,7 +10354,7 @@ h4,
10307
10354
  letter-spacing: -0.02em;
10308
10355
  color: var(--textHeading, #26201a);
10309
10356
  font-size: 16px;
10310
- line-height: 18px;
10357
+ line-height: 1.5;
10311
10358
  }
10312
10359
  @media only screen and (min-width: 769px) {
10313
10360
  h4,
@@ -10316,7 +10363,7 @@ h4,
10316
10363
  letter-spacing: -0.02em;
10317
10364
  color: var(--textHeading, #26201a);
10318
10365
  font-size: 20px;
10319
- line-height: 24px;
10366
+ line-height: 1.5;
10320
10367
  }
10321
10368
  }
10322
10369
  h5,
@@ -10383,7 +10430,7 @@ h5,
10383
10430
  .price-breakup__caption-medium___wWsTp,
10384
10431
  .price-breakup__captionMedium___mD2FZ {
10385
10432
  font-size: 12px;
10386
- line-height: 14px;
10433
+ line-height: 1.5;
10387
10434
  letter-spacing: -0.02em;
10388
10435
  font-weight: 500;
10389
10436
  }
@@ -10396,7 +10443,7 @@ h5,
10396
10443
  .price-breakup__caption-semi-bold___jb1u9,
10397
10444
  .price-breakup__captionSemiBold___OqTV0 {
10398
10445
  font-size: 12px;
10399
- line-height: 14px;
10446
+ line-height: 1.5;
10400
10447
  letter-spacing: -0.02em;
10401
10448
  font-weight: 600;
10402
10449
  }
@@ -10759,7 +10806,7 @@ h4,
10759
10806
  letter-spacing: -0.02em;
10760
10807
  color: var(--textHeading, #26201a);
10761
10808
  font-size: 16px;
10762
- line-height: 18px;
10809
+ line-height: 1.5;
10763
10810
  }
10764
10811
  @media only screen and (min-width: 769px) {
10765
10812
  h4,
@@ -10768,7 +10815,7 @@ h4,
10768
10815
  letter-spacing: -0.02em;
10769
10816
  color: var(--textHeading, #26201a);
10770
10817
  font-size: 20px;
10771
- line-height: 24px;
10818
+ line-height: 1.5;
10772
10819
  }
10773
10820
  }
10774
10821
  h5,
@@ -10835,7 +10882,7 @@ h5,
10835
10882
  .stepper__caption-medium___krneu,
10836
10883
  .stepper__captionMedium___b8fjm {
10837
10884
  font-size: 12px;
10838
- line-height: 14px;
10885
+ line-height: 1.5;
10839
10886
  letter-spacing: -0.02em;
10840
10887
  font-weight: 500;
10841
10888
  }
@@ -10848,7 +10895,7 @@ h5,
10848
10895
  .stepper__caption-semi-bold___aBUJJ,
10849
10896
  .stepper__captionSemiBold___Nv7I9 {
10850
10897
  font-size: 12px;
10851
- line-height: 14px;
10898
+ line-height: 1.5;
10852
10899
  letter-spacing: -0.02em;
10853
10900
  font-weight: 600;
10854
10901
  }
@@ -11169,7 +11216,7 @@ h4,
11169
11216
  letter-spacing: -0.02em;
11170
11217
  color: var(--textHeading, #26201a);
11171
11218
  font-size: 16px;
11172
- line-height: 18px;
11219
+ line-height: 1.5;
11173
11220
  }
11174
11221
  @media only screen and (min-width: 769px) {
11175
11222
  h4,
@@ -11178,7 +11225,7 @@ h4,
11178
11225
  letter-spacing: -0.02em;
11179
11226
  color: var(--textHeading, #26201a);
11180
11227
  font-size: 20px;
11181
- line-height: 24px;
11228
+ line-height: 1.5;
11182
11229
  }
11183
11230
  }
11184
11231
  h5,
@@ -11245,7 +11292,7 @@ h5,
11245
11292
  .coupon__caption-medium___tqbfY,
11246
11293
  .coupon__captionMedium___xDGA4 {
11247
11294
  font-size: 12px;
11248
- line-height: 14px;
11295
+ line-height: 1.5;
11249
11296
  letter-spacing: -0.02em;
11250
11297
  font-weight: 500;
11251
11298
  }
@@ -11258,7 +11305,7 @@ h5,
11258
11305
  .coupon__caption-semi-bold___K0l2r,
11259
11306
  .coupon__captionSemiBold___p62dj {
11260
11307
  font-size: 12px;
11261
- line-height: 14px;
11308
+ line-height: 1.5;
11262
11309
  letter-spacing: -0.02em;
11263
11310
  font-weight: 600;
11264
11311
  }
@@ -11886,7 +11933,7 @@ h4,
11886
11933
  letter-spacing: -0.02em;
11887
11934
  color: var(--textHeading, #26201a);
11888
11935
  font-size: 16px;
11889
- line-height: 18px;
11936
+ line-height: 1.5;
11890
11937
  }
11891
11938
  @media only screen and (min-width: 769px) {
11892
11939
  h4,
@@ -11895,7 +11942,7 @@ h4,
11895
11942
  letter-spacing: -0.02em;
11896
11943
  color: var(--textHeading, #26201a);
11897
11944
  font-size: 20px;
11898
- line-height: 24px;
11945
+ line-height: 1.5;
11899
11946
  }
11900
11947
  }
11901
11948
  h5,
@@ -11962,7 +12009,7 @@ h5,
11962
12009
  .comment__caption-medium___HIEb0,
11963
12010
  .comment__captionMedium___NxnB1 {
11964
12011
  font-size: 12px;
11965
- line-height: 14px;
12012
+ line-height: 1.5;
11966
12013
  letter-spacing: -0.02em;
11967
12014
  font-weight: 500;
11968
12015
  }
@@ -11975,7 +12022,7 @@ h5,
11975
12022
  .comment__caption-semi-bold___VdA6Z,
11976
12023
  .comment__captionSemiBold___lxBFk {
11977
12024
  font-size: 12px;
11978
- line-height: 14px;
12025
+ line-height: 1.5;
11979
12026
  letter-spacing: -0.02em;
11980
12027
  font-weight: 600;
11981
12028
  }