@gofynd/theme-template 3.1.3 → 3.2.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 (148) hide show
  1. package/dist/components/accordion/accordion.css +25 -0
  2. package/dist/components/accordion/accordion.js +1 -1
  3. package/dist/components/address-form/address-form.css +26 -20
  4. package/dist/components/address-form/form-input-selector.css +16 -16
  5. package/dist/components/address-item/address-item.js +1 -1
  6. package/dist/components/chip-review-item/chip-review-item.js +1 -1
  7. package/dist/components/core/fy-button/fy-button.css +6 -6
  8. package/dist/components/core/fy-dropdown/fy-dropdown.css +3 -3
  9. package/dist/components/core/fy-input/fy-input.css +4 -4
  10. package/dist/components/core/fy-input-group/fy-input-group.css +2 -2
  11. package/dist/components/filter-modal/filter-modal.css +12 -9
  12. package/dist/components/forced-ltr/forced-ltr.js +1 -0
  13. package/dist/components/form-builder/form-builder.css +22 -22
  14. package/dist/components/google-map/google-map.css +7 -1
  15. package/dist/components/index.css +52 -43
  16. package/dist/components/index.js +1 -1
  17. package/dist/components/location-modal/location-modal.css +10 -10
  18. package/dist/components/order-header/order-header.css +4 -4
  19. package/dist/components/order-header/order-header.js +1 -1
  20. package/dist/components/order-shipment/order-shipment.css +26 -1
  21. package/dist/components/order-shipment/order-shipment.js +1 -1
  22. package/dist/components/price-breakup/price-breakup.js +1 -1
  23. package/dist/components/product-card/product-card.css +6 -6
  24. package/dist/components/product-card/product-card.js +1 -1
  25. package/dist/components/profile-navigation/profile-navigation.css +2 -2
  26. package/dist/components/quantity-control/quantity-control.js +1 -1
  27. package/dist/components/range-slider/range-slider.css +9 -6
  28. package/dist/components/reasons-list/reason-item/reason-item.css +3 -3
  29. package/dist/components/reasons-list/reasons-list.css +3 -3
  30. package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
  31. package/dist/components/shipment-item/shipment-item.css +1 -1
  32. package/dist/components/shipment-tracking/shipment-tracking.css +5 -5
  33. package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +2 -2
  34. package/dist/components/shipments-update-item/shipments-update-item.css +10 -6
  35. package/dist/helper/hooks/useLocaleDirection.js +1 -0
  36. package/dist/index.css +210 -143
  37. package/dist/index.js +1 -1
  38. package/dist/page-layouts/auth/account-locked/account-locked.css +6 -6
  39. package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -7
  40. package/dist/page-layouts/auth/verify-both/verify-both.css +3 -3
  41. package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
  42. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +36 -8
  43. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  44. package/dist/page-layouts/cart/Components/comment/comment.css +8 -5
  45. package/dist/page-layouts/cart/Components/coupon/coupon.css +1 -1
  46. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  47. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +31 -25
  48. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  49. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +1 -1
  50. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.js +1 -1
  51. package/dist/page-layouts/cart/Components/gst-card/gst-card.css +2 -2
  52. package/dist/page-layouts/cart/Components/gst-card/gst-card.js +1 -1
  53. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +3 -3
  54. package/dist/page-layouts/cart/Components/share-cart/share-cart.css +2 -2
  55. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +2 -2
  56. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +3 -0
  57. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
  58. package/dist/page-layouts/compare/compare.css +14 -12
  59. package/dist/page-layouts/compare/compare.js +1 -1
  60. package/dist/page-layouts/login/component/login-otp/login-otp.css +11 -11
  61. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  62. package/dist/page-layouts/login/component/login-password/login-password.css +10 -10
  63. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +20 -17
  64. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  65. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +13 -13
  66. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +11 -8
  67. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +11 -8
  68. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  69. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  70. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +3 -0
  71. package/dist/page-layouts/single-checkout/address/single-address-content.css +4 -4
  72. package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
  73. package/dist/page-layouts/single-checkout/address/single-address.css +30 -24
  74. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  75. package/dist/page-layouts/single-checkout/payment/card-form.css +38 -20
  76. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  77. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +38 -20
  78. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  79. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +1 -1
  80. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +42 -24
  81. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  82. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +2 -2
  83. package/dist/page-layouts/single-checkout/payment/ukt-modal.css +2 -2
  84. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +11 -8
  85. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  86. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +9 -6
  87. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  88. package/dist/pages/blog/blog.js +1 -1
  89. package/dist/pages/blog/index.js +1 -1
  90. package/dist/pages/cart/cart.css +87 -47
  91. package/dist/pages/cart/cart.js +1 -1
  92. package/dist/pages/cart/index.css +87 -47
  93. package/dist/pages/cart/index.js +1 -1
  94. package/dist/pages/checkout/checkout.css +92 -62
  95. package/dist/pages/checkout/checkout.js +1 -1
  96. package/dist/pages/checkout/index.css +92 -62
  97. package/dist/pages/checkout/index.js +1 -1
  98. package/dist/pages/contact-us/contact-us.css +11 -11
  99. package/dist/pages/contact-us/contact-us.js +1 -1
  100. package/dist/pages/contact-us/index.css +11 -11
  101. package/dist/pages/contact-us/index.js +1 -1
  102. package/dist/pages/edit-profile/edit-profile.css +19 -19
  103. package/dist/pages/edit-profile/edit-profile.js +1 -1
  104. package/dist/pages/edit-profile/index.css +19 -19
  105. package/dist/pages/edit-profile/index.js +1 -1
  106. package/dist/pages/forgot-password/forget-password.css +6 -6
  107. package/dist/pages/forgot-password/index.css +6 -6
  108. package/dist/pages/index.css +208 -141
  109. package/dist/pages/index.js +1 -1
  110. package/dist/pages/login/index.css +14 -14
  111. package/dist/pages/login/index.js +1 -1
  112. package/dist/pages/login/login.css +14 -14
  113. package/dist/pages/login/login.js +1 -1
  114. package/dist/pages/order/index.css +10 -10
  115. package/dist/pages/order/order-tracking-details/order-tracking-details.css +46 -21
  116. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  117. package/dist/pages/order/order-tracking.css +10 -10
  118. package/dist/pages/order-status/index.css +11 -8
  119. package/dist/pages/order-status/index.js +1 -1
  120. package/dist/pages/order-status/order-status.css +11 -8
  121. package/dist/pages/order-status/order-status.js +1 -1
  122. package/dist/pages/product-listing/index.css +30 -24
  123. package/dist/pages/product-listing/index.js +1 -1
  124. package/dist/pages/product-listing/product-listing.css +30 -24
  125. package/dist/pages/product-listing/product-listing.js +1 -1
  126. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +10 -10
  127. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +18 -18
  128. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +6 -6
  129. package/dist/pages/profile/components/empty-state/empty-state.css +6 -6
  130. package/dist/pages/profile/email/email.css +10 -10
  131. package/dist/pages/profile/email/index.css +10 -10
  132. package/dist/pages/profile/index.css +12 -12
  133. package/dist/pages/profile/phone/index.css +18 -18
  134. package/dist/pages/profile/phone/phone.css +18 -18
  135. package/dist/pages/profile/profile-details.css +12 -12
  136. package/dist/pages/register/index.css +18 -18
  137. package/dist/pages/register/index.js +1 -1
  138. package/dist/pages/register/register.css +18 -18
  139. package/dist/pages/register/register.js +1 -1
  140. package/dist/pages/set-password/index.css +5 -5
  141. package/dist/pages/set-password/set-password.css +5 -5
  142. package/dist/pages/shared-cart/index.js +1 -1
  143. package/dist/pages/shared-cart/shared-cart.js +1 -1
  144. package/dist/pages/wishlist/index.css +20 -17
  145. package/dist/pages/wishlist/index.js +1 -1
  146. package/dist/pages/wishlist/wishlist.css +20 -17
  147. package/dist/pages/wishlist/wishlist.js +1 -1
  148. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -920,8 +920,11 @@ h5,
920
920
  .comment__commentOuterBox___tyEJJ .comment__inputBox___hqxzy .comment__commentError___qZ8ZF {
921
921
  font-weight: 400;
922
922
  font-size: 10px;
923
- color: var(--errorText, #b24141);
924
- padding: 12px 12px 0px 12px;
923
+ color: var(--errorText, #ff3333);
924
+ padding-top: 12px;
925
+ padding-inline-end: 12px;
926
+ padding-bottom: 0px;
927
+ padding-inline-start: 12px;
925
928
  }
926
929
  .comment__modelHeader___zmsaH {
927
930
  display: flex;
@@ -942,8 +945,8 @@ h5,
942
945
  }
943
946
  @media only screen and (max-width: 768px) {
944
947
  .comment__modalContainer___iL5Lo {
945
- border-top-left-radius: 4px;
946
- border-top-right-radius: 4px;
948
+ border-start-start-radius: 4px;
949
+ border-start-end-radius: 4px;
947
950
  }
948
951
  }
949
952
  .comment__modalContent___YcBhL {
@@ -983,7 +986,7 @@ h5,
983
986
  color: var(--textLabel, #7d7676);
984
987
  font-weight: 400;
985
988
  width: max-content;
986
- margin-left: auto;
989
+ margin-inline-start: auto;
987
990
  font-size: 12px;
988
991
  line-height: 140%;
989
992
  /* 16.8px */
@@ -1886,7 +1889,7 @@ h5,
1886
1889
  outline: none;
1887
1890
  }
1888
1891
  .gst-card__gstContainer___LJVYg .gst-card__inputBox___mMywn .gst-card__errorBox___F_YRZ {
1889
- border: var(--errorText, #b24141);
1892
+ border: var(--errorText, #ff3333);
1890
1893
  }
1891
1894
  .gst-card__gstContainer___LJVYg .gst-card__inputBox___mMywn .gst-card__crossBtn___ERJyk {
1892
1895
  position: absolute;
@@ -1894,7 +1897,7 @@ h5,
1894
1897
  cursor: pointer;
1895
1898
  }
1896
1899
  .gst-card__colorErrorNormal___qjGLA {
1897
- color: var(--errorText, #b24141);
1900
+ color: var(--errorText, #ff3333);
1898
1901
  }
1899
1902
  .gst-card__colorSuccessNormal___cN34g {
1900
1903
  color: var(--successText, #1c958f);
@@ -2648,7 +2651,7 @@ h5,
2648
2651
  .share-cart-modal__sharePopup___mHeWh {
2649
2652
  position: fixed;
2650
2653
  top: 0;
2651
- left: 0;
2654
+ inset-inline-start: 0;
2652
2655
  justify-content: center;
2653
2656
  width: 100vw;
2654
2657
  height: 100dvh;
@@ -2684,7 +2687,7 @@ h5,
2684
2687
  .share-cart-modal__sharePopup___mHeWh .share-cart-modal__close___qKEdK {
2685
2688
  position: absolute;
2686
2689
  top: 24px;
2687
- right: 16px;
2690
+ inset-inline-end: 16px;
2688
2691
  width: 22px;
2689
2692
  height: 22px;
2690
2693
  display: flex !important;
@@ -3594,8 +3597,8 @@ h5,
3594
3597
  @media only screen and (max-width: 768px) {
3595
3598
  .delivery-location__pincodeModal___KAYH1 {
3596
3599
  width: unset;
3597
- border-top-left-radius: 4px !important;
3598
- border-top-right-radius: 4px !important;
3600
+ border-start-start-radius: 4px !important;
3601
+ border-start-end-radius: 4px !important;
3599
3602
  }
3600
3603
  }
3601
3604
  .delivery-location__pincodeModal___KAYH1 .delivery-location__modalHeader____OOl3 {
@@ -3629,7 +3632,7 @@ h5,
3629
3632
  }
3630
3633
  .delivery-location__pincodeModal___KAYH1 .delivery-location__modalBody___RfoHR .delivery-location__modalPincodeContainer___G5DG2 .delivery-location__errorText___KQJXL {
3631
3634
  flex-basis: 100%;
3632
- color: var(--errorText, #b24141);
3635
+ color: var(--errorText, #ff3333);
3633
3636
  line-height: 140%;
3634
3637
  font-size: 12px;
3635
3638
  font-weight: 400;
@@ -3723,7 +3726,7 @@ h5,
3723
3726
  background-color: var(--pageBackground, #f8f8f8);
3724
3727
  }
3725
3728
  .delivery-location__addressModal___w8rJu .delivery-location__modalBody___RfoHR .delivery-location__pincodeBox___cp1ra .delivery-location__errorText___KQJXL {
3726
- color: var(--errorText, #b24141);
3729
+ color: var(--errorText, #ff3333);
3727
3730
  line-height: 140%;
3728
3731
  font-size: 12px;
3729
3732
  font-weight: 400;
@@ -3896,7 +3899,7 @@ h5,
3896
3899
  }
3897
3900
  .delivery-location__addrErrText___Vs74R {
3898
3901
  margin-inline-start: 25px;
3899
- color: var(--errorText, #b24141);
3902
+ color: var(--errorText, #ff3333);
3900
3903
  font-weight: 400;
3901
3904
  font-size: 12px;
3902
3905
  margin-top: 8px;
@@ -4728,7 +4731,7 @@ h5,
4728
4731
  justify-content: space-between;
4729
4732
  }
4730
4733
  .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__labelClassName___vSawZ span {
4731
- color: var(--errorText, #b24141);
4734
+ color: var(--errorText, #ff3333);
4732
4735
  }
4733
4736
  .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
4734
4737
  margin-inline-end: 8px;
@@ -4739,7 +4742,7 @@ h5,
4739
4742
  }
4740
4743
  }
4741
4744
  .address-form__addressFormWrapper___M0Ler .address-form__formError___uBC6H {
4742
- color: var(--errorText, #b24141);
4745
+ color: var(--errorText, #ff3333);
4743
4746
  width: max-content;
4744
4747
  font-size: 12px;
4745
4748
  font-weight: 400;
@@ -4771,7 +4774,7 @@ h5,
4771
4774
  padding: 8px;
4772
4775
  white-space: nowrap;
4773
4776
  border-radius: 6px;
4774
- margin-right: 16px;
4777
+ margin-inline-end: 16px;
4775
4778
  border: 1px solid var(--dividerStokes);
4776
4779
  color: var(--textHeading, #26201a);
4777
4780
  }
@@ -4963,7 +4966,7 @@ h5,
4963
4966
  position: absolute;
4964
4967
  z-index: 1;
4965
4968
  top: 16px;
4966
- left: 50%;
4969
+ inset-inline-start: 50%;
4967
4970
  transform: translateX(-50%);
4968
4971
  border: 1px solid var(--dividerStokes);
4969
4972
  border-radius: 8px;
@@ -5042,10 +5045,16 @@ h5,
5042
5045
  background: linear-gradient(90deg, #cccccc, #efefef, #cccccc);
5043
5046
  animation: google-map__loading___w2nsO 0.8s infinite;
5044
5047
  }
5048
+ [dir="rtl"] .google-map__mapWrapper___YR7HM .google-map__skeleton___whDH9 > canvas {
5049
+ transform: translateX(100%);
5050
+ }
5045
5051
  @keyframes google-map__loading___w2nsO {
5046
5052
  100% {
5047
5053
  transform: translateX(100%);
5048
5054
  }
5055
+ [dir="rtl"] 100% {
5056
+ transform: translateX(-100%);
5057
+ }
5049
5058
  }
5050
5059
 
5051
5060
  /**color by character**/
@@ -5390,7 +5399,7 @@ h5,
5390
5399
  position: relative;
5391
5400
  }
5392
5401
  .fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
5393
- color: var(--errorText, #b24141);
5402
+ color: var(--errorText, #ff3333);
5394
5403
  padding-top: 5px;
5395
5404
  font-weight: 400;
5396
5405
  font-size: 12px;
@@ -5401,10 +5410,10 @@ h5,
5401
5410
  line-height: 21px;
5402
5411
  }
5403
5412
  .fy-input__label___YQgmr span {
5404
- color: var(--errorText, #b24141);
5413
+ color: var(--errorText, #ff3333);
5405
5414
  }
5406
5415
  .fy-input__required___MaAlL {
5407
- color: var(--errorText, #b24141);
5416
+ color: var(--errorText, #ff3333);
5408
5417
  }
5409
5418
  .fy-input__floating___jgtoq {
5410
5419
  position: absolute;
@@ -5451,7 +5460,7 @@ h5,
5451
5460
  border-color: var(--buttonPrimary, #4e3f09);
5452
5461
  }
5453
5462
  .fy-input__inputError___KsMkv {
5454
- border-color: var(--errorText, #b24141) !important;
5463
+ border-color: var(--errorText, #ff3333) !important;
5455
5464
  }
5456
5465
  .fy-input__no-border____9qYF {
5457
5466
  border: none;
@@ -5854,7 +5863,7 @@ h5,
5854
5863
  position: relative;
5855
5864
  }
5856
5865
  .fy-input-group__inputGroupContainer___DUhUi .fy-input-group__error___oRFgR {
5857
- color: var(--errorText, #b24141);
5866
+ color: var(--errorText, #ff3333);
5858
5867
  font-weight: 400;
5859
5868
  font-size: 12px;
5860
5869
  padding-top: 5px;
@@ -5865,7 +5874,7 @@ h5,
5865
5874
  line-height: 21px;
5866
5875
  }
5867
5876
  .fy-input-group__required___A8_zF {
5868
- color: var(--errorText, #b24141);
5877
+ color: var(--errorText, #ff3333);
5869
5878
  }
5870
5879
  .fy-input-group__fyInput___ufjFf {
5871
5880
  accent-color: var(--buttonPrimary, #4e3f09);
@@ -6232,13 +6241,13 @@ h5,
6232
6241
  position: relative;
6233
6242
  }
6234
6243
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__error___HSxiT {
6235
- color: var(--errorText, #b24141);
6244
+ color: var(--errorText, #ff3333);
6236
6245
  font-weight: 400;
6237
6246
  font-size: 12px;
6238
6247
  padding-top: 5px;
6239
6248
  }
6240
6249
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__required___h4JQY {
6241
- color: var(--errorText, #b24141);
6250
+ color: var(--errorText, #ff3333);
6242
6251
  }
6243
6252
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH {
6244
6253
  box-sizing: border-box;
@@ -6256,7 +6265,7 @@ h5,
6256
6265
  cursor: not-allowed;
6257
6266
  }
6258
6267
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH.fy-dropdown__dropDownError___IqJV1 {
6259
- border-color: var(--errorText, #b24141);
6268
+ border-color: var(--errorText, #ff3333);
6260
6269
  }
6261
6270
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH .fy-dropdown__dropdownButton___SqCaQ {
6262
6271
  border-radius: 3px;
@@ -6671,7 +6680,7 @@ h5,
6671
6680
  flex-direction: column;
6672
6681
  }
6673
6682
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
6674
- color: var(--errorText, #b24141);
6683
+ color: var(--errorText, #ff3333);
6675
6684
  font-size: 12px;
6676
6685
  font-style: normal;
6677
6686
  font-weight: 400;
@@ -6679,28 +6688,28 @@ h5,
6679
6688
  margin-top: 5px;
6680
6689
  }
6681
6690
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
6682
- color: var(--errorText, #b24141);
6691
+ color: var(--errorText, #ff3333);
6683
6692
  font-size: 12px;
6684
6693
  font-style: normal;
6685
6694
  font-weight: 400;
6686
6695
  line-height: 16.8px;
6687
6696
  }
6688
6697
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
6689
- border: 1px solid var(--errorText, #b24141);
6698
+ border: 1px solid var(--errorText, #ff3333);
6690
6699
  }
6691
6700
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
6692
6701
  height: auto;
6693
6702
  }
6694
6703
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
6695
6704
  border-inline: none;
6696
- padding-right: 4px;
6705
+ padding-inline-end: 4px;
6697
6706
  }
6698
6707
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
6699
6708
  width: 100%;
6700
6709
  font-weight: 400;
6701
6710
  display: flex;
6702
- border-left: none;
6703
- padding-left: 4px;
6711
+ border-inline-start: none;
6712
+ padding-inline-start: 4px;
6704
6713
  }
6705
6714
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
6706
6715
  outline: none;
@@ -6710,7 +6719,7 @@ h5,
6710
6719
  opacity: 0.3;
6711
6720
  }
6712
6721
  .mobile-number__required___yHCeh {
6713
- color: var(--errorText, #b24141);
6722
+ color: var(--errorText, #ff3333);
6714
6723
  }
6715
6724
  .mobile-number__countryDropdown___GP6Fo {
6716
6725
  background-color: aquamarine;
@@ -7531,7 +7540,7 @@ h5,
7531
7540
  font-size: 12px;
7532
7541
  font-weight: 600;
7533
7542
  margin-inline-start: 14px;
7534
- color: var(--errorText, #b24141);
7543
+ color: var(--errorText, #ff3333);
7535
7544
  }
7536
7545
  .coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS {
7537
7546
  position: relative;
@@ -8176,7 +8185,7 @@ h5,
8176
8185
  border: 2px solid var(--buttonPrimaryL3, #b8b29d);
8177
8186
  border-top: 2px solid var(--buttonPrimary, #4e3f09);
8178
8187
  padding: 0;
8179
- margin-left: 0;
8188
+ margin-inline-start: 0;
8180
8189
  }
8181
8190
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
8182
8191
  border-top-color: #ffffff;
@@ -8189,7 +8198,7 @@ h5,
8189
8198
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
8190
8199
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
8191
8200
  border: 2px solid var(--errorBackground, #e6d5d5);
8192
- border-top: 2px solid var(--errorText, #b24141);
8201
+ border-top: 2px solid var(--errorText, #ff3333);
8193
8202
  }
8194
8203
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
8195
8204
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
@@ -8198,7 +8207,7 @@ h5,
8198
8207
  }
8199
8208
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
8200
8209
  border: 2px solid #ffffff;
8201
- border-top: 2px solid var(--errorText, #b24141);
8210
+ border-top: 2px solid var(--errorText, #ff3333);
8202
8211
  }
8203
8212
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
8204
8213
  border: 2px solid #ffffff;
@@ -8227,7 +8236,7 @@ h5,
8227
8236
  color: var(--buttonPrimary, #4e3f09);
8228
8237
  }
8229
8238
  .fy-button__text___HwP6V.fy-button__error___guhqH {
8230
- color: var(--errorText, #b24141);
8239
+ color: var(--errorText, #ff3333);
8231
8240
  }
8232
8241
  .fy-button__text___HwP6V.fy-button__success___M7fJl {
8233
8242
  color: var(--successText, #1c958f);
@@ -8250,7 +8259,7 @@ h5,
8250
8259
  }
8251
8260
  .fy-button__contained___F5O7g.fy-button__error___guhqH {
8252
8261
  background-color: var(--errorBackground, #e6d5d5);
8253
- color: var(--errorText, #b24141);
8262
+ color: var(--errorText, #ff3333);
8254
8263
  }
8255
8264
  .fy-button__contained___F5O7g.fy-button__success___M7fJl {
8256
8265
  background-color: var(--successBackground, #c2dbc9);
@@ -8278,7 +8287,7 @@ h5,
8278
8287
  }
8279
8288
  .fy-button__outlined___WccQN.fy-button__error___guhqH {
8280
8289
  border: 1px solid var(--errorBackground, #e6d5d5);
8281
- color: var(--errorText, #b24141);
8290
+ color: var(--errorText, #ff3333);
8282
8291
  }
8283
8292
  .fy-button__outlined___WccQN.fy-button__success___M7fJl {
8284
8293
  border: 1px solid var(--successBackground, #c2dbc9);
@@ -8665,7 +8674,7 @@ h5,
8665
8674
  min-width: 0;
8666
8675
  }
8667
8676
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__navContainer___pxEcU {
8668
- border-left: 1px solid var(--dividerStokes, #d4d1d1);
8677
+ border-inline-start: 1px solid var(--dividerStokes, #d4d1d1);
8669
8678
  padding: 16px;
8670
8679
  width: 25%;
8671
8680
  }
@@ -8730,7 +8739,7 @@ h5,
8730
8739
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__navContainer___pxEcU .profile-navigation__nav___Muxd1 .profile-navigation__menuIcon___VwDzj {
8731
8740
  height: 20px;
8732
8741
  aspect-ratio: 1;
8733
- margin-right: 12px;
8742
+ margin-inline-end: 12px;
8734
8743
  }
8735
8744
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__navContainer___pxEcU .profile-navigation__versionContainer___gbdtn {
8736
8745
  display: flex;
@@ -9570,7 +9579,7 @@ h5,
9570
9579
  margin-inline-end: 14px;
9571
9580
  }
9572
9581
  .cart__cartMainContainer___LF2fx .cart__errContainer___nWJ_s .cart__errMsg___pDbyV {
9573
- color: var(--errorText, #b24141);
9582
+ color: var(--errorText, #ff3333);
9574
9583
  flex-grow: 1;
9575
9584
  font-weight: 600;
9576
9585
  font-size: 12px;
@@ -10190,7 +10199,7 @@ h5,
10190
10199
  padding: 4px 12px;
10191
10200
  border-radius: 4px;
10192
10201
  line-height: 140%;
10193
- color: var(--errorText, #b24141);
10202
+ color: var(--errorText, #ff3333);
10194
10203
  background-color: var(--errorBackground, #e6d5d5);
10195
10204
  }
10196
10205
  @media only screen and (max-width: 480px) {
@@ -10250,7 +10259,7 @@ h5,
10250
10259
  .chip-item__cartItemsListContainer___ud9jU .chip-item__eachItemContainer___rROgS .chip-item__eachItemDetailsContainer___RLC12 .chip-item__itemTotalContainer___E0DQq .chip-item__deliveryDateWrapper___TcR1g .chip-item__deliveryDate___o3m1j {
10251
10260
  font-weight: 500;
10252
10261
  font-size: 12px;
10253
- text-align: right;
10262
+ text-align: end;
10254
10263
  color: var(--successText, #1c958f);
10255
10264
  align-self: center;
10256
10265
  margin-inline-start: 8px;
@@ -10319,7 +10328,7 @@ h5,
10319
10328
  cursor: pointer;
10320
10329
  }
10321
10330
  .chip-item__new-cart-red-color___z29C0 {
10322
- color: var(--errorText, #b24141);
10331
+ color: var(--errorText, #ff3333);
10323
10332
  }
10324
10333
  .chip-item__outOfStock___PBJRq {
10325
10334
  opacity: 0.4;
@@ -10434,12 +10443,15 @@ h5,
10434
10443
  stroke-width: 1;
10435
10444
  }
10436
10445
  .chip-item__sModalContainer___ARs9G .chip-item__sizeModalErrCls___QFoKd {
10437
- padding: 0 0 4px 24px;
10446
+ padding-top: 0;
10447
+ padding-inline-end: 0;
10448
+ padding-bottom: 4px;
10449
+ padding-inline-start: 24px;
10438
10450
  margin-top: -12px;
10439
10451
  height: 22px;
10440
10452
  font-weight: 600;
10441
10453
  font-size: 12px;
10442
- color: var(--errorText, #b24141);
10454
+ color: var(--errorText, #ff3333);
10443
10455
  line-height: 140%;
10444
10456
  }
10445
10457
  .chip-item__sModalContainer___ARs9G .chip-item__sizeModalFooter___W87OT {
@@ -10472,9 +10484,9 @@ h5,
10472
10484
  padding: 6px 16px 8px;
10473
10485
  display: flex;
10474
10486
  align-items: center;
10475
- color: var(--errorText, #b24141);
10487
+ color: var(--errorText, #ff3333);
10476
10488
  background: var(--errorBackground, #e6d5d5);
10477
- border: 1px solid var(--errorText, #b24141);
10489
+ border: 1px solid var(--errorText, #ff3333);
10478
10490
  border-radius: 4px;
10479
10491
  line-height: 140%;
10480
10492
  height: 36px;
@@ -11315,7 +11327,7 @@ h5,
11315
11327
  font-weight: 600;
11316
11328
  }
11317
11329
  .free-gift-item__freeArticleContainer___wFbcr .free-gift-item__quantityCount___zoOkQ {
11318
- margin-left: 8px;
11330
+ margin-inline-start: 8px;
11319
11331
  color: var(--textBody);
11320
11332
  font-weight: 400;
11321
11333
  }
@@ -11759,6 +11771,31 @@ h5,
11759
11771
  .accordion__accordionContentImageItem____FBCe {
11760
11772
  display: flex;
11761
11773
  align-items: center;
11774
+ position: relative;
11775
+ cursor: pointer;
11776
+ }
11777
+ .accordion__accordionContentImageItem____FBCe .accordion__imagePreview___FOjGs {
11778
+ position: absolute;
11779
+ left: -155%;
11780
+ top: -100px;
11781
+ z-index: 20;
11782
+ }
11783
+ @media only screen and (min-width: 769px) {
11784
+ .accordion__accordionContentImageItem____FBCe .accordion__imagePreview___FOjGs {
11785
+ display: none;
11786
+ }
11787
+ }
11788
+ .accordion__accordionContentImageItem____FBCe .accordion__largePreviewImg___P4ud_ {
11789
+ width: 73px;
11790
+ height: 92px;
11791
+ border-radius: 4px;
11792
+ background: lightgray 50% / cover no-repeat;
11793
+ box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
11794
+ pointer-events: none;
11795
+ }
11796
+ /* Show on hover */
11797
+ .accordion__accordionContentImageItem____FBCe:hover .accordion__imagePreview___FOjGs {
11798
+ display: block;
11762
11799
  }
11763
11800
  .accordion__accordionContentImg___lbTPr {
11764
11801
  border-radius: 50%;
@@ -12337,6 +12374,9 @@ h5,
12337
12374
  width: 50% !important;
12338
12375
  }
12339
12376
  }
12377
+ .sticky-footer__rotate180___erK50 {
12378
+ transform: rotate(180deg);
12379
+ }
12340
12380
 
12341
12381
  /**color by character**/
12342
12382
  /** Font family **/
@@ -12687,8 +12727,8 @@ h5,
12687
12727
  font-weight: 400;
12688
12728
  }
12689
12729
  .remove-cart-item__modalContainer___tytkU {
12690
- border-top-left-radius: 4px;
12691
- border-top-right-radius: 4px;
12730
+ border-start-start-radius: 4px;
12731
+ border-start-end-radius: 4px;
12692
12732
  }
12693
12733
  .remove-cart-item__removeModalBody___uY7E6 {
12694
12734
  line-height: 140%;
@@ -12759,7 +12799,7 @@ h5,
12759
12799
  .remove-cart-item__removeModalFooter___wF0NY .remove-cart-item__wishlistBtn___I2k15 {
12760
12800
  padding-top: 14px;
12761
12801
  padding-bottom: 14px;
12762
- margin-left: 16px;
12802
+ margin-inline-start: 16px;
12763
12803
  text-align: center;
12764
12804
  cursor: pointer;
12765
12805
  color: var(--buttonSecondary, #fff);
@@ -14511,8 +14551,8 @@ h5,
14511
14551
  margin-bottom: 24px;
14512
14552
  background-color: var(--pageBackground, #f8f8f8);
14513
14553
  z-index: 1;
14514
- left: 0;
14515
- right: 0;
14554
+ inset-inline-start: 0;
14555
+ inset-inline-end: 0;
14516
14556
  position: fixed;
14517
14557
  top: var(--headerHeight);
14518
14558
  }
@@ -16564,7 +16604,7 @@ h5,
16564
16604
  }
16565
16605
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
16566
16606
  color: var(--textBody, #3c3131);
16567
- margin-right: 4px;
16607
+ margin-inline-end: 4px;
16568
16608
  text-overflow: ellipsis;
16569
16609
  overflow: hidden;
16570
16610
  }
@@ -16654,7 +16694,7 @@ h5,
16654
16694
  padding: 24px 12px;
16655
16695
  overflow-x: auto;
16656
16696
  scroll-behavior: smooth;
16657
- scroll-margin-left: 24px;
16697
+ scroll-margin-inline-start: 24px;
16658
16698
  }
16659
16699
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
16660
16700
  justify-content: center;
@@ -17059,7 +17099,10 @@ h5,
17059
17099
  }
17060
17100
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
17061
17101
  font-size: small;
17062
- margin: 0px 0px 12px 0px;
17102
+ margin-top: 0;
17103
+ margin-inline-end: 0px;
17104
+ margin-bottom: 12px;
17105
+ margin-inline-start: 0px;
17063
17106
  display: none;
17064
17107
  }
17065
17108
  @media only screen and (max-width: 480px) {
@@ -17108,7 +17151,7 @@ h5,
17108
17151
  font-size: 10px;
17109
17152
  font-weight: 500;
17110
17153
  margin-top: 4px;
17111
- color: var(--errorText, #b24141);
17154
+ color: var(--errorText, #ff3333);
17112
17155
  }
17113
17156
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q {
17114
17157
  height: 4px;
@@ -19541,7 +19584,7 @@ h5,
19541
19584
  letter-spacing: -0.28px;
19542
19585
  }
19543
19586
  .filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU {
19544
- border-right: 2px solid var(--buttonPrimary, #4e3f09);
19587
+ border-inline-end: 2px solid var(--buttonPrimary, #4e3f09);
19545
19588
  }
19546
19589
  .filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU .filter-modal__filterNameTitle___JgHWd {
19547
19590
  font-weight: 600;
@@ -20958,7 +21001,7 @@ h5,
20958
21001
  }
20959
21002
  .add-to-cart__productDescContainer___w6xlt .add-to-cart__right___AYndS .add-to-cart__productInfo___AyYit .add-to-cart__product___Hqonr .add-to-cart__sizeError___Mmjjq {
20960
21003
  margin-top: 8px;
20961
- color: var(--errorText, #b24141);
21004
+ color: var(--errorText, #ff3333);
20962
21005
  font-size: 12px;
20963
21006
  font-style: normal;
20964
21007
  font-weight: 400;
@@ -24089,6 +24132,9 @@ h5,
24089
24132
  transform: rotate(45deg);
24090
24133
  transform-origin: bottom left;
24091
24134
  }
24135
+ [dir="rtl"] .product-variants__variantContainer___J1jRs .product-variants__variantItemColor___Lomkf .product-variants__color___rvpbQ.product-variants__unavailable___RVOsF .product-variants__overlay___XGw5m > span {
24136
+ transform: rotate(-45deg);
24137
+ }
24092
24138
  .product-variants__variantContainer___J1jRs .product-variants__variantItemText___zA7S8 {
24093
24139
  display: inline-block;
24094
24140
  border-radius: 4px;
@@ -24537,7 +24583,7 @@ h5,
24537
24583
  margin-inline-start: 4px;
24538
24584
  }
24539
24585
  .delivery-info__error___fwjK5 {
24540
- color: var(--errorText, #b24141);
24586
+ color: var(--errorText, #ff3333);
24541
24587
  }
24542
24588
  .delivery-info__button___RWUmQ {
24543
24589
  border: none;
@@ -24582,11 +24628,11 @@ h5,
24582
24628
  color: var(--textHeading, #26201a);
24583
24629
  }
24584
24630
  .delivery-info__error___fwjK5 {
24585
- color: var(--errorText, #b24141);
24631
+ color: var(--errorText, #ff3333);
24586
24632
  }
24587
24633
  .delivery-info__emptyPincode___SpvOg {
24588
24634
  margin-top: 8px;
24589
- color: var(--errorText, #b24141);
24635
+ color: var(--errorText, #ff3333);
24590
24636
  font-size: 12px;
24591
24637
  font-weight: 400;
24592
24638
  line-height: normal;
@@ -25925,7 +25971,7 @@ h5,
25925
25971
  line-height: 16.8px;
25926
25972
  }
25927
25973
  .edit-profile__required___rHXXW {
25928
- color: var(--errorText, #b24141);
25974
+ color: var(--errorText, #ff3333);
25929
25975
  }
25930
25976
  .edit-profile__editProfileNameInput___GNfyk {
25931
25977
  display: flex;
@@ -25935,11 +25981,11 @@ h5,
25935
25981
  display: none;
25936
25982
  }
25937
25983
  .edit-profile__errorInput___BZKHT input {
25938
- border: 1px solid var(--errorText, #b24141) !important;
25984
+ border: 1px solid var(--errorText, #ff3333) !important;
25939
25985
  }
25940
25986
  .edit-profile__errorInput___BZKHT .edit-profile__errorText___wZQJH {
25941
25987
  display: inline-block;
25942
- color: var(--errorText, #b24141);
25988
+ color: var(--errorText, #ff3333);
25943
25989
  font-size: 12px;
25944
25990
  font-style: normal;
25945
25991
  font-weight: 400;
@@ -25947,7 +25993,7 @@ h5,
25947
25993
  margin-top: 8px;
25948
25994
  }
25949
25995
  .edit-profile__errorInput___BZKHT label {
25950
- color: var(--errorText, #b24141);
25996
+ color: var(--errorText, #ff3333);
25951
25997
  }
25952
25998
  .edit-profile__editProfileAlert___HgY6w {
25953
25999
  height: 48px;
@@ -25956,8 +26002,8 @@ h5,
25956
26002
  display: flex;
25957
26003
  align-items: center;
25958
26004
  background-color: var(--errorBackground, #e6d5d5);
25959
- border: 1px dashed var(--errorText, #b24141);
25960
- color: var(--errorText, #b24141);
26005
+ border: 1px dashed var(--errorText, #ff3333);
26006
+ color: var(--errorText, #ff3333);
25961
26007
  }
25962
26008
  .edit-profile__editProfileAlert___HgY6w .edit-profile__alertMessage___eFskF {
25963
26009
  display: inline-block;
@@ -25998,14 +26044,14 @@ h5,
25998
26044
  position: absolute;
25999
26045
  display: none;
26000
26046
  top: 50%;
26001
- left: 50%;
26047
+ inset-inline-start: 50%;
26002
26048
  transform: translate(-50%, -50%);
26003
26049
  width: 9px;
26004
26050
  height: 9px;
26005
26051
  border-radius: 50%;
26006
26052
  background: #919191;
26007
26053
  }
26008
- [dir="rtl"] [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 .edit-profile__checkmark___yZQ_b:after {
26054
+ [dir='rtl'] [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 .edit-profile__checkmark___yZQ_b:after {
26009
26055
  transform: translate(50%, -50%);
26010
26056
  }
26011
26057
  [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 input:checked ~ .edit-profile__checkmark___yZQ_b:after {
@@ -26016,7 +26062,7 @@ h5,
26016
26062
  position: absolute;
26017
26063
  display: none;
26018
26064
  top: 50%;
26019
- left: 50%;
26065
+ inset-inline-start: 50%;
26020
26066
  transform: translate(-50%, -50%);
26021
26067
  width: 9px;
26022
26068
  height: 9px;
@@ -26490,10 +26536,10 @@ h5,
26490
26536
  outline: none;
26491
26537
  }
26492
26538
  .verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP .verify-both__label___m7Eae {
26493
- color: var(--errorText, #b24141);
26539
+ color: var(--errorText, #ff3333);
26494
26540
  }
26495
26541
  .verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP input {
26496
- border-color: var(--errorText, #b24141);
26542
+ border-color: var(--errorText, #ff3333);
26497
26543
  }
26498
26544
  .verify-both__submitBtn___rVsbN {
26499
26545
  border: none;
@@ -26520,7 +26566,7 @@ h5,
26520
26566
  font-weight: 400;
26521
26567
  line-height: 140%;
26522
26568
  margin-top: 8px;
26523
- color: var(--errorText, #b24141);
26569
+ color: var(--errorText, #ff3333);
26524
26570
  }
26525
26571
  .verify-both__resendOtpWrapper___Mq8mf {
26526
26572
  display: flex;
@@ -26915,8 +26961,8 @@ h5,
26915
26961
  display: flex;
26916
26962
  align-items: center;
26917
26963
  background-color: var(--errorBackground, #e6d5d5);
26918
- border: 1px dashed var(--errorText, #b24141);
26919
- color: var(--errorText, #b24141);
26964
+ border: 1px dashed var(--errorText, #ff3333);
26965
+ color: var(--errorText, #ff3333);
26920
26966
  }
26921
26967
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordAlert___tAU9Y.forget-password__alert-success___IDyO1 {
26922
26968
  background-color: #eefefa;
@@ -26929,7 +26975,7 @@ h5,
26929
26975
  font-size: 13px;
26930
26976
  }
26931
26977
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordAlert___tAU9Y .forget-password__alert-link___WEvmv {
26932
- color: var(--errorText, #b24141);
26978
+ color: var(--errorText, #ff3333);
26933
26979
  font-size: 9px;
26934
26980
  cursor: pointer;
26935
26981
  }
@@ -26971,17 +27017,17 @@ h5,
26971
27017
  line-height: 140%;
26972
27018
  }
26973
27019
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordInputGroup___XQ61I .forget-password__emailErrorMessage___vW0zC {
26974
- color: var(--errorText, #b24141);
27020
+ color: var(--errorText, #ff3333);
26975
27021
  font-size: 12px;
26976
27022
  font-weight: 400;
26977
27023
  line-height: 16.8px;
26978
27024
  margin-top: 8px;
26979
27025
  }
26980
27026
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__errorInput___LgeyJ label {
26981
- color: var(--errorText, #b24141) !important;
27027
+ color: var(--errorText, #ff3333) !important;
26982
27028
  }
26983
27029
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__errorInput___LgeyJ input {
26984
- border: 1px solid var(--errorText, #b24141) !important;
27030
+ border: 1px solid var(--errorText, #ff3333) !important;
26985
27031
  }
26986
27032
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordSubmitBtn___TjR_i {
26987
27033
  border: none;
@@ -28190,10 +28236,10 @@ input:focus-visible {
28190
28236
  opacity: 0.3;
28191
28237
  }
28192
28238
  .login-password__loginInputGroup___fg8lw.login-password__error___DIUG_ .login-password__loginInputTitle___zjz7X {
28193
- color: var(--errorText, #b24141);
28239
+ color: var(--errorText, #ff3333);
28194
28240
  }
28195
28241
  .login-password__loginInputGroup___fg8lw.login-password__error___DIUG_ input {
28196
- border-color: var(--errorText, #b24141);
28242
+ border-color: var(--errorText, #ff3333);
28197
28243
  }
28198
28244
  .login-password__password-lable-wrapper___VUcRa {
28199
28245
  display: flex;
@@ -28223,7 +28269,7 @@ input:focus-visible {
28223
28269
  font-weight: 400;
28224
28270
  line-height: 140%;
28225
28271
  margin-top: 8px;
28226
- color: var(--errorText, #b24141);
28272
+ color: var(--errorText, #ff3333);
28227
28273
  }
28228
28274
  .login-password__passwordToggle___OzbQC {
28229
28275
  height: 24px;
@@ -28653,7 +28699,7 @@ h5,
28653
28699
  .login-otp__loginInputGroup____7Nbd .login-otp__changeBtn___yaRV5 {
28654
28700
  color: var(--buttonPrimary, #4e3f09);
28655
28701
  text-align: center;
28656
- margin-left: 8px;
28702
+ margin-inline-start: 8px;
28657
28703
  font-size: 14px;
28658
28704
  font-weight: 600;
28659
28705
  line-height: 140%;
@@ -28676,7 +28722,7 @@ h5,
28676
28722
  line-height: 16.8px;
28677
28723
  }
28678
28724
  .login-otp__loginInputGroup____7Nbd .login-otp__loginInputTitle___oQ_Yc.login-otp__error___gM8rr {
28679
- color: var(--errorText, #b24141);
28725
+ color: var(--errorText, #ff3333);
28680
28726
  }
28681
28727
  .login-otp__loginInputGroup____7Nbd input {
28682
28728
  width: 100%;
@@ -28693,7 +28739,7 @@ h5,
28693
28739
  letter-spacing: -0.28px;
28694
28740
  }
28695
28741
  .login-otp__loginInputGroup____7Nbd input.login-otp__error___gM8rr {
28696
- border-color: var(--errorText, #b24141);
28742
+ border-color: var(--errorText, #ff3333);
28697
28743
  }
28698
28744
  .login-otp__password-lable-wrapper___AmG_5 {
28699
28745
  display: flex;
@@ -28705,7 +28751,7 @@ h5,
28705
28751
  font-weight: 400;
28706
28752
  line-height: 140%;
28707
28753
  margin-top: 8px;
28708
- color: var(--errorText, #b24141);
28754
+ color: var(--errorText, #ff3333);
28709
28755
  }
28710
28756
  .login-otp__loading___tFXPV div {
28711
28757
  width: 100%;
@@ -29790,7 +29836,7 @@ h5,
29790
29836
  padding: 24px;
29791
29837
  }
29792
29838
  .register__required___npDAe {
29793
- color: var(--errorText, #b24141);
29839
+ color: var(--errorText, #ff3333);
29794
29840
  }
29795
29841
  .register__registerFormWrapper___nCdfI {
29796
29842
  margin-top: 10px;
@@ -29946,11 +29992,11 @@ h5,
29946
29992
  display: none;
29947
29993
  }
29948
29994
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng input {
29949
- border: 1px solid var(--errorText, #b24141);
29995
+ border: 1px solid var(--errorText, #ff3333);
29950
29996
  }
29951
29997
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng .register__errorText___W8444 {
29952
29998
  display: inline-block;
29953
- color: var(--errorText, #b24141);
29999
+ color: var(--errorText, #ff3333);
29954
30000
  font-size: 12px;
29955
30001
  font-style: normal;
29956
30002
  font-weight: 400;
@@ -29958,10 +30004,10 @@ h5,
29958
30004
  margin-top: 8px;
29959
30005
  }
29960
30006
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng label {
29961
- color: var(--errorText, #b24141);
30007
+ color: var(--errorText, #ff3333);
29962
30008
  }
29963
30009
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng .register__loginInputWrapper___uBT1u {
29964
- color: var(--errorText, #b24141);
30010
+ color: var(--errorText, #ff3333);
29965
30011
  }
29966
30012
  .register__registerFormWrapper___nCdfI .register__loginAlert___H8COF {
29967
30013
  height: 48px;
@@ -29971,8 +30017,8 @@ h5,
29971
30017
  align-items: center;
29972
30018
  font-size: 13px;
29973
30019
  background-color: var(--errorBackground, #e6d5d5);
29974
- border: 1px dashed var(--errorText, #b24141);
29975
- color: var(--errorText, #b24141);
30020
+ border: 1px dashed var(--errorText, #ff3333);
30021
+ color: var(--errorText, #ff3333);
29976
30022
  }
29977
30023
  .register__passwordInputWrapper___a2PM1 {
29978
30024
  position: relative;
@@ -29984,7 +30030,7 @@ h5,
29984
30030
  }
29985
30031
  .register__consentWrapper___eRJuQ .register__errorText___W8444 {
29986
30032
  display: inline-block;
29987
- color: var(--errorText, #b24141);
30033
+ color: var(--errorText, #ff3333);
29988
30034
  font-size: 12px;
29989
30035
  font-style: normal;
29990
30036
  font-weight: 400;
@@ -30436,11 +30482,11 @@ h5,
30436
30482
  display: none;
30437
30483
  }
30438
30484
  .set-password__setWrapper___fVVhH .set-password__errorInput___MOGDl input {
30439
- border: 1px solid var(--errorText, #b24141);
30485
+ border: 1px solid var(--errorText, #ff3333);
30440
30486
  }
30441
30487
  .set-password__setWrapper___fVVhH .set-password__errorInput___MOGDl .set-password__errorText___Q6Pi1 {
30442
30488
  display: block;
30443
- color: var(--errorText, #b24141);
30489
+ color: var(--errorText, #ff3333);
30444
30490
  font-size: 12px;
30445
30491
  font-style: normal;
30446
30492
  font-weight: 400;
@@ -30448,7 +30494,7 @@ h5,
30448
30494
  margin-top: 8px;
30449
30495
  }
30450
30496
  .set-password__setWrapper___fVVhH .set-password__errorInput___MOGDl label {
30451
- color: var(--errorText, #b24141);
30497
+ color: var(--errorText, #ff3333);
30452
30498
  }
30453
30499
  .set-password__setWrapper___fVVhH .set-password__loginAlert___mGKj2 {
30454
30500
  height: 48px;
@@ -30458,8 +30504,8 @@ h5,
30458
30504
  align-items: center;
30459
30505
  font-size: 13px;
30460
30506
  background-color: var(--errorBackground, #e6d5d5);
30461
- border: 1px dashed var(--errorText, #b24141);
30462
- color: var(--errorText, #b24141);
30507
+ border: 1px dashed var(--errorText, #ff3333);
30508
+ color: var(--errorText, #ff3333);
30463
30509
  }
30464
30510
 
30465
30511
  /**color by character**/
@@ -31313,7 +31359,10 @@ h5,
31313
31359
  }
31314
31360
  .single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 {
31315
31361
  display: flex;
31316
- padding: 4px 12px 4px 0px;
31362
+ padding-top: 4px;
31363
+ padding-inline-end: 12px;
31364
+ padding-bottom: 4px;
31365
+ padding-inline-start: 0px;
31317
31366
  }
31318
31367
  .single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 .single-shipment-content__shipmentNumber___vcnbw {
31319
31368
  font-weight: 600;
@@ -31482,13 +31531,13 @@ h5,
31482
31531
  color: var(--textHeading, #26201a);
31483
31532
  font-size: 16px;
31484
31533
  font-weight: 600;
31485
- margin-right: 12px;
31534
+ margin-inline-end: 12px;
31486
31535
  }
31487
31536
  .single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__item___EOvzd .single-shipment-content__itemWrapper___Sz3u9 .single-shipment-content__rightDetails___Ll92n .single-shipment-content__paymentInfo___lbLQI .single-shipment-content__priceWrapper___KZYrt .single-shipment-content__markedPrice___GvV6W {
31488
31537
  font-size: 12px;
31489
31538
  text-decoration: line-through;
31490
31539
  color: var(--textLabel, #7d7676);
31491
- margin-right: 12px;
31540
+ margin-inline-end: 12px;
31492
31541
  }
31493
31542
  .single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__item___EOvzd .single-shipment-content__itemWrapper___Sz3u9 .single-shipment-content__rightDetails___Ll92n .single-shipment-content__paymentInfo___lbLQI .single-shipment-content__priceWrapper___KZYrt .single-shipment-content__discount___ur9L7 {
31494
31543
  font-weight: 500;
@@ -31517,7 +31566,7 @@ h5,
31517
31566
  font-size: 12px;
31518
31567
  line-height: 140%;
31519
31568
  color: var(--successText, #1c958f);
31520
- margin-right: 12px;
31569
+ margin-inline-end: 12px;
31521
31570
  width: fit-content;
31522
31571
  }
31523
31572
  .single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__item___EOvzd .single-shipment-content__itemWrapper___Sz3u9 .single-shipment-content__rightDetails___Ll92n .single-shipment-content__paymentInfo___lbLQI .single-shipment-content__offersWarning___bo1Rp .single-shipment-content__appliedOffer___I9cuC .single-shipment-content__offerInfoIcon___b6JtJ {
@@ -31571,7 +31620,7 @@ h5,
31571
31620
  }
31572
31621
  .single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN span {
31573
31622
  align-self: center;
31574
- margin-left: 3px;
31623
+ margin-inline-start: 3px;
31575
31624
  }
31576
31625
  @media only screen and (max-width: 480px) {
31577
31626
  .single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN {
@@ -31938,8 +31987,8 @@ h5,
31938
31987
  width: 100%;
31939
31988
  z-index: 1;
31940
31989
  bottom: 0;
31941
- left: 0;
31942
- right: 0;
31990
+ inset-inline-start: 0;
31991
+ inset-inline-end: 0;
31943
31992
  display: none;
31944
31993
  box-sizing: border-box;
31945
31994
  background-color: var(--pageBackground, #f8f8f8);
@@ -32452,8 +32501,8 @@ h5,
32452
32501
  .single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 {
32453
32502
  position: fixed;
32454
32503
  bottom: 0;
32455
- left: 0;
32456
- right: 0;
32504
+ inset-inline-start: 0;
32505
+ inset-inline-end: 0;
32457
32506
  padding: 16px;
32458
32507
  background: var(--pageBackground, #f8f8f8);
32459
32508
  z-index: 2;
@@ -32508,7 +32557,7 @@ h5,
32508
32557
  font-weight: 600;
32509
32558
  font-size: 12px;
32510
32559
  line-height: 140%;
32511
- color: var(--errorText, #b24141);
32560
+ color: var(--errorText, #ff3333);
32512
32561
  }
32513
32562
  .single-address-content__invalidAddError___WDHnv .single-address-content__invalidAddErrorLeft___AUwWL .single-address-content__invalidAddErrorData___ardbO .single-address-content__invalidAddErrorSuggestion___BY4RT {
32514
32563
  font-weight: 400;
@@ -32522,7 +32571,7 @@ h5,
32522
32571
  line-height: 140%;
32523
32572
  text-align: center;
32524
32573
  text-transform: uppercase;
32525
- color: var(--errorText, #b24141);
32574
+ color: var(--errorText, #ff3333);
32526
32575
  cursor: pointer;
32527
32576
  }
32528
32577
 
@@ -33435,8 +33484,8 @@ h5,
33435
33484
  }
33436
33485
  @media only screen and (max-width: 768px) {
33437
33486
  .checkout__customStyles___Cgmm9 {
33438
- padding-left: 16px !important;
33439
- padding-right: 16px !important;
33487
+ padding-inline-start: 16px !important;
33488
+ padding-inline-end: 16px !important;
33440
33489
  }
33441
33490
  }
33442
33491
  @media only screen and (max-width: 768px) {
@@ -33937,7 +33986,7 @@ h5,
33937
33986
  .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 {
33938
33987
  font-weight: 400;
33939
33988
  font-size: 12px;
33940
- color: var(--errorText, #b24141);
33989
+ color: var(--errorText, #ff3333);
33941
33990
  line-height: 140%;
33942
33991
  border-radius: 4px;
33943
33992
  text-align: center;
@@ -33972,6 +34021,9 @@ h5,
33972
34021
  .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 {
33973
34022
  transform: rotate(270deg);
33974
34023
  }
34024
+ [dir='rtl'] .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 {
34025
+ transform: rotate(90deg);
34026
+ }
33975
34027
  .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa .checkout-payment-content__upsideDown___dk0Z9 {
33976
34028
  transform: rotate(180deg);
33977
34029
  }
@@ -34132,7 +34184,10 @@ h5,
34132
34184
  color: var(--textHeading);
34133
34185
  }
34134
34186
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__desc___aVB9G {
34135
- margin: 8px 0 16px 0;
34187
+ margin-top: 8px;
34188
+ margin-inline-end: 0;
34189
+ margin-bottom: 16px;
34190
+ margin-inline-start: 0;
34136
34191
  color: var(--textBody);
34137
34192
  font-size: 12px;
34138
34193
  }
@@ -34404,7 +34459,7 @@ h5,
34404
34459
  color: var(--textBody, #3c3131);
34405
34460
  }
34406
34461
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__error___DzZ0L {
34407
- border: 1px solid var(--errorText, #b24141);
34462
+ border: 1px solid var(--errorText, #ff3333);
34408
34463
  }
34409
34464
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__inputName___VvI9l {
34410
34465
  position: absolute;
@@ -34418,10 +34473,10 @@ h5,
34418
34473
  padding: 0 4px;
34419
34474
  }
34420
34475
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
34421
- color: var(--errorText, #b24141);
34476
+ color: var(--errorText, #ff3333);
34422
34477
  }
34423
34478
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__errorInputName___creos {
34424
- color: var(--errorText, #b24141);
34479
+ color: var(--errorText, #ff3333);
34425
34480
  }
34426
34481
  .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 {
34427
34482
  display: flex;
@@ -34457,7 +34512,10 @@ h5,
34457
34512
  padding: 16px;
34458
34513
  }
34459
34514
  .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__rbiGuidelinesContent___ycqoZ ul {
34460
- padding: 0 0 0 16px;
34515
+ padding-top: 0;
34516
+ padding-inline-end: 0;
34517
+ padding-bottom: 0;
34518
+ padding-inline-start: 16px;
34461
34519
  }
34462
34520
  .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__rbiGuidelinesContent___ycqoZ ul li {
34463
34521
  list-style-type: disc;
@@ -34532,7 +34590,10 @@ h5,
34532
34590
  }
34533
34591
  }
34534
34592
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__desc___aVB9G {
34535
- margin: 8px 0 16px 0;
34593
+ margin-top: 8px;
34594
+ margin-inline-end: 0;
34595
+ margin-bottom: 16px;
34596
+ margin-inline-start: 0;
34536
34597
  color: var(--textBody);
34537
34598
  }
34538
34599
  @media only screen and (min-width: 769px) {
@@ -34541,7 +34602,10 @@ h5,
34541
34602
  }
34542
34603
  }
34543
34604
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__addNewCardModal___HuBPW {
34544
- padding: 0px 16px 24px 16px;
34605
+ padding-top: 0px;
34606
+ padding-inline-end: 16px;
34607
+ padding-bottom: 24px;
34608
+ padding-inline-start: 16px;
34545
34609
  }
34546
34610
  .checkout-payment-content__container___HusGh .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp,
34547
34611
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessPay___dcGhw .checkout-payment-content__payBtn___dgcAp,
@@ -34928,13 +34992,13 @@ h5,
34928
34992
  border: 1px solid var(--primaryColor);
34929
34993
  }
34930
34994
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__error___DzZ0L {
34931
- border: 1px solid var(--errorText, #b24141);
34995
+ border: 1px solid var(--errorText, #ff3333);
34932
34996
  }
34933
34997
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__input___CtIj_ {
34934
34998
  border: 1px solid var(--primaryColor);
34935
34999
  }
34936
35000
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__error___DzZ0L {
34937
- border: 1px solid var(--errorText, #b24141);
35001
+ border: 1px solid var(--errorText, #ff3333);
34938
35002
  }
34939
35003
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l {
34940
35004
  position: absolute;
@@ -34948,10 +35012,10 @@ h5,
34948
35012
  padding: 0 4px;
34949
35013
  }
34950
35014
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
34951
- color: var(--errorText, #b24141);
35015
+ color: var(--errorText, #ff3333);
34952
35016
  }
34953
35017
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__errorInputName___creos {
34954
- color: var(--errorText, #b24141);
35018
+ color: var(--errorText, #ff3333);
34955
35019
  }
34956
35020
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp {
34957
35021
  padding: 14px;
@@ -35006,7 +35070,7 @@ h5,
35006
35070
  .checkout-payment-content__container___HusGh .checkout-payment-content__codInfo___MgPkv {
35007
35071
  font-weight: 400;
35008
35072
  font-size: 12px;
35009
- color: var(--errorText, #b24141);
35073
+ color: var(--errorText, #ff3333);
35010
35074
  line-height: 140%;
35011
35075
  background-color: #fbeaea;
35012
35076
  border-radius: 4px;
@@ -35054,7 +35118,7 @@ h5,
35054
35118
  color: green;
35055
35119
  }
35056
35120
  .checkout-payment-content__container___HusGh .checkout-payment-content__formError___Mntli {
35057
- color: var(--errorText, #b24141);
35121
+ color: var(--errorText, #ff3333);
35058
35122
  font-size: 12px;
35059
35123
  font-weight: 400;
35060
35124
  margin-top: 8px;
@@ -35176,7 +35240,10 @@ h5,
35176
35240
  font-weight: 700;
35177
35241
  font-size: 24px;
35178
35242
  line-height: 33.6px;
35179
- margin: 16px 0 8px 0;
35243
+ margin-top: 16px;
35244
+ margin-inline-end: 0;
35245
+ margin-bottom: 8px;
35246
+ margin-inline-start: 0;
35180
35247
  color: var(--primaryColor);
35181
35248
  }
35182
35249
  .checkout-payment-content__upiRedirectionModal___A77Sr .checkout-payment-content__message___r1UVA {
@@ -35246,7 +35313,7 @@ h5,
35246
35313
  font-size: 12px;
35247
35314
  font-weight: 400;
35248
35315
  line-height: 16.8px;
35249
- color: var(--errorText, #b24141);
35316
+ color: var(--errorText, #ff3333);
35250
35317
  text-align: center;
35251
35318
  }
35252
35319
  .checkout-payment-content__codModal___SSel2 .checkout-payment-content__payBtn___dgcAp {
@@ -35364,7 +35431,7 @@ h5,
35364
35431
  border-radius: 4px;
35365
35432
  }
35366
35433
  .checkout-payment-content__upiError___hFHVG {
35367
- color: var(--errorText, #b24141);
35434
+ color: var(--errorText, #ff3333);
35368
35435
  font-size: 12px;
35369
35436
  font-weight: 400;
35370
35437
  }
@@ -35471,7 +35538,7 @@ h5,
35471
35538
  }
35472
35539
  .checkout-payment-content__crossMobile___jmnlv {
35473
35540
  position: absolute;
35474
- right: 16px;
35541
+ inset-inline-end: 16px;
35475
35542
  }
35476
35543
  .checkout-payment-content__noResultFound___suFuv {
35477
35544
  color: var(--Text-Body, #4d4d4e);
@@ -36241,7 +36308,7 @@ h5,
36241
36308
  color: var(--textHeading);
36242
36309
  }
36243
36310
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__reviewHeaderUnselect___KZS1G .checkout-payment__unsetPaddingLeft___MfCqa {
36244
- padding-left: 0 !important;
36311
+ padding-inline-start: 0 !important;
36245
36312
  }
36246
36313
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
36247
36314
  display: flex;
@@ -36290,7 +36357,7 @@ h5,
36290
36357
  }
36291
36358
  }
36292
36359
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s .checkout-payment__unsetPaddingLeft___MfCqa {
36293
- padding-left: 0 !important;
36360
+ padding-inline-start: 0 !important;
36294
36361
  }
36295
36362
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR {
36296
36363
  border-width: 0 1px 1px 1px;
@@ -36309,7 +36376,7 @@ h5,
36309
36376
  }
36310
36377
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR .checkout-payment__redSplit___RhEIg {
36311
36378
  width: 8px;
36312
- background: var(--errorText, #b24141);
36379
+ background: var(--errorText, #ff3333);
36313
36380
  border-radius: 8px 0px 0px 8px;
36314
36381
  }
36315
36382
 
@@ -36669,7 +36736,7 @@ h5,
36669
36736
  font-size: 14px;
36670
36737
  font-weight: 600;
36671
36738
  line-height: 140%;
36672
- color: var(--errorText, #b24141);
36739
+ color: var(--errorText, #ff3333);
36673
36740
  margin-bottom: 4px;
36674
36741
  }
36675
36742
  .checkout-payment-failure__paymentFailedContainer___dz8Zc .checkout-payment-failure__wrapper___C8Z_W .checkout-payment-failure__header___Lfvf8 .checkout-payment-failure__paymentErrMsg___gg6bD {
@@ -37446,10 +37513,10 @@ h5,
37446
37513
  }
37447
37514
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA {
37448
37515
  margin-bottom: 11px;
37449
- margin-right: 25px;
37516
+ margin-inline-end: 25px;
37450
37517
  }
37451
37518
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__formLabel___ZhLEn .profile-details__required___WH69d {
37452
- color: var(--errorText, #b24141);
37519
+ color: var(--errorText, #ff3333);
37453
37520
  }
37454
37521
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__radioContent___Z1Me4 {
37455
37522
  margin: 4px 0 0;
@@ -39527,7 +39594,7 @@ h5,
39527
39594
  color: var(--textHeading, #26201a) !important;
39528
39595
  }
39529
39596
  .add-phone-modal__errorText___ydIA0 {
39530
- color: var(--errorText, #b24141);
39597
+ color: var(--errorText, #ff3333);
39531
39598
  display: inline-block;
39532
39599
  font-size: 12px;
39533
39600
  margin-top: 3px;
@@ -40810,7 +40877,7 @@ h5,
40810
40877
  @media only screen and (max-width: 768px) {
40811
40878
  .contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
40812
40879
  font-size: 14px;
40813
- text-align: left;
40880
+ text-align: start;
40814
40881
  }
40815
40882
  }
40816
40883
  @media only screen and (max-width: 768px) {