@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
@@ -350,7 +350,7 @@ h5,
350
350
  margin-inline-end: 14px;
351
351
  }
352
352
  .cart__cartMainContainer___LF2fx .cart__errContainer___nWJ_s .cart__errMsg___pDbyV {
353
- color: var(--errorText, #b24141);
353
+ color: var(--errorText, #ff3333);
354
354
  flex-grow: 1;
355
355
  font-weight: 600;
356
356
  font-size: 12px;
@@ -904,8 +904,8 @@ h5,
904
904
  @media only screen and (max-width: 768px) {
905
905
  .delivery-location__pincodeModal___KAYH1 {
906
906
  width: unset;
907
- border-top-left-radius: 4px !important;
908
- border-top-right-radius: 4px !important;
907
+ border-start-start-radius: 4px !important;
908
+ border-start-end-radius: 4px !important;
909
909
  }
910
910
  }
911
911
  .delivery-location__pincodeModal___KAYH1 .delivery-location__modalHeader____OOl3 {
@@ -939,7 +939,7 @@ h5,
939
939
  }
940
940
  .delivery-location__pincodeModal___KAYH1 .delivery-location__modalBody___RfoHR .delivery-location__modalPincodeContainer___G5DG2 .delivery-location__errorText___KQJXL {
941
941
  flex-basis: 100%;
942
- color: var(--errorText, #b24141);
942
+ color: var(--errorText, #ff3333);
943
943
  line-height: 140%;
944
944
  font-size: 12px;
945
945
  font-weight: 400;
@@ -1033,7 +1033,7 @@ h5,
1033
1033
  background-color: var(--pageBackground, #f8f8f8);
1034
1034
  }
1035
1035
  .delivery-location__addressModal___w8rJu .delivery-location__modalBody___RfoHR .delivery-location__pincodeBox___cp1ra .delivery-location__errorText___KQJXL {
1036
- color: var(--errorText, #b24141);
1036
+ color: var(--errorText, #ff3333);
1037
1037
  line-height: 140%;
1038
1038
  font-size: 12px;
1039
1039
  font-weight: 400;
@@ -1206,7 +1206,7 @@ h5,
1206
1206
  }
1207
1207
  .delivery-location__addrErrText___Vs74R {
1208
1208
  margin-inline-start: 25px;
1209
- color: var(--errorText, #b24141);
1209
+ color: var(--errorText, #ff3333);
1210
1210
  font-weight: 400;
1211
1211
  font-size: 12px;
1212
1212
  margin-top: 8px;
@@ -2518,7 +2518,7 @@ h5,
2518
2518
  justify-content: space-between;
2519
2519
  }
2520
2520
  .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__labelClassName___vSawZ span {
2521
- color: var(--errorText, #b24141);
2521
+ color: var(--errorText, #ff3333);
2522
2522
  }
2523
2523
  .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
2524
2524
  margin-inline-end: 8px;
@@ -2529,7 +2529,7 @@ h5,
2529
2529
  }
2530
2530
  }
2531
2531
  .address-form__addressFormWrapper___M0Ler .address-form__formError___uBC6H {
2532
- color: var(--errorText, #b24141);
2532
+ color: var(--errorText, #ff3333);
2533
2533
  width: max-content;
2534
2534
  font-size: 12px;
2535
2535
  font-weight: 400;
@@ -2561,7 +2561,7 @@ h5,
2561
2561
  padding: 8px;
2562
2562
  white-space: nowrap;
2563
2563
  border-radius: 6px;
2564
- margin-right: 16px;
2564
+ margin-inline-end: 16px;
2565
2565
  border: 1px solid var(--dividerStokes);
2566
2566
  color: var(--textHeading, #26201a);
2567
2567
  }
@@ -2753,7 +2753,7 @@ h5,
2753
2753
  position: absolute;
2754
2754
  z-index: 1;
2755
2755
  top: 16px;
2756
- left: 50%;
2756
+ inset-inline-start: 50%;
2757
2757
  transform: translateX(-50%);
2758
2758
  border: 1px solid var(--dividerStokes);
2759
2759
  border-radius: 8px;
@@ -2832,10 +2832,16 @@ h5,
2832
2832
  background: linear-gradient(90deg, #cccccc, #efefef, #cccccc);
2833
2833
  animation: google-map__loading___w2nsO 0.8s infinite;
2834
2834
  }
2835
+ [dir="rtl"] .google-map__mapWrapper___YR7HM .google-map__skeleton___whDH9 > canvas {
2836
+ transform: translateX(100%);
2837
+ }
2835
2838
  @keyframes google-map__loading___w2nsO {
2836
2839
  100% {
2837
2840
  transform: translateX(100%);
2838
2841
  }
2842
+ [dir="rtl"] 100% {
2843
+ transform: translateX(-100%);
2844
+ }
2839
2845
  }
2840
2846
 
2841
2847
  /**color by character**/
@@ -3180,7 +3186,7 @@ h5,
3180
3186
  position: relative;
3181
3187
  }
3182
3188
  .fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
3183
- color: var(--errorText, #b24141);
3189
+ color: var(--errorText, #ff3333);
3184
3190
  padding-top: 5px;
3185
3191
  font-weight: 400;
3186
3192
  font-size: 12px;
@@ -3191,10 +3197,10 @@ h5,
3191
3197
  line-height: 21px;
3192
3198
  }
3193
3199
  .fy-input__label___YQgmr span {
3194
- color: var(--errorText, #b24141);
3200
+ color: var(--errorText, #ff3333);
3195
3201
  }
3196
3202
  .fy-input__required___MaAlL {
3197
- color: var(--errorText, #b24141);
3203
+ color: var(--errorText, #ff3333);
3198
3204
  }
3199
3205
  .fy-input__floating___jgtoq {
3200
3206
  position: absolute;
@@ -3241,7 +3247,7 @@ h5,
3241
3247
  border-color: var(--buttonPrimary, #4e3f09);
3242
3248
  }
3243
3249
  .fy-input__inputError___KsMkv {
3244
- border-color: var(--errorText, #b24141) !important;
3250
+ border-color: var(--errorText, #ff3333) !important;
3245
3251
  }
3246
3252
  .fy-input__no-border____9qYF {
3247
3253
  border: none;
@@ -3644,7 +3650,7 @@ h5,
3644
3650
  position: relative;
3645
3651
  }
3646
3652
  .fy-input-group__inputGroupContainer___DUhUi .fy-input-group__error___oRFgR {
3647
- color: var(--errorText, #b24141);
3653
+ color: var(--errorText, #ff3333);
3648
3654
  font-weight: 400;
3649
3655
  font-size: 12px;
3650
3656
  padding-top: 5px;
@@ -3655,7 +3661,7 @@ h5,
3655
3661
  line-height: 21px;
3656
3662
  }
3657
3663
  .fy-input-group__required___A8_zF {
3658
- color: var(--errorText, #b24141);
3664
+ color: var(--errorText, #ff3333);
3659
3665
  }
3660
3666
  .fy-input-group__fyInput___ufjFf {
3661
3667
  accent-color: var(--buttonPrimary, #4e3f09);
@@ -4022,13 +4028,13 @@ h5,
4022
4028
  position: relative;
4023
4029
  }
4024
4030
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__error___HSxiT {
4025
- color: var(--errorText, #b24141);
4031
+ color: var(--errorText, #ff3333);
4026
4032
  font-weight: 400;
4027
4033
  font-size: 12px;
4028
4034
  padding-top: 5px;
4029
4035
  }
4030
4036
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__required___h4JQY {
4031
- color: var(--errorText, #b24141);
4037
+ color: var(--errorText, #ff3333);
4032
4038
  }
4033
4039
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH {
4034
4040
  box-sizing: border-box;
@@ -4046,7 +4052,7 @@ h5,
4046
4052
  cursor: not-allowed;
4047
4053
  }
4048
4054
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH.fy-dropdown__dropDownError___IqJV1 {
4049
- border-color: var(--errorText, #b24141);
4055
+ border-color: var(--errorText, #ff3333);
4050
4056
  }
4051
4057
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH .fy-dropdown__dropdownButton___SqCaQ {
4052
4058
  border-radius: 3px;
@@ -4461,7 +4467,7 @@ h5,
4461
4467
  flex-direction: column;
4462
4468
  }
4463
4469
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
4464
- color: var(--errorText, #b24141);
4470
+ color: var(--errorText, #ff3333);
4465
4471
  font-size: 12px;
4466
4472
  font-style: normal;
4467
4473
  font-weight: 400;
@@ -4469,28 +4475,28 @@ h5,
4469
4475
  margin-top: 5px;
4470
4476
  }
4471
4477
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
4472
- color: var(--errorText, #b24141);
4478
+ color: var(--errorText, #ff3333);
4473
4479
  font-size: 12px;
4474
4480
  font-style: normal;
4475
4481
  font-weight: 400;
4476
4482
  line-height: 16.8px;
4477
4483
  }
4478
4484
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
4479
- border: 1px solid var(--errorText, #b24141);
4485
+ border: 1px solid var(--errorText, #ff3333);
4480
4486
  }
4481
4487
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
4482
4488
  height: auto;
4483
4489
  }
4484
4490
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
4485
4491
  border-inline: none;
4486
- padding-right: 4px;
4492
+ padding-inline-end: 4px;
4487
4493
  }
4488
4494
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
4489
4495
  width: 100%;
4490
4496
  font-weight: 400;
4491
4497
  display: flex;
4492
- border-left: none;
4493
- padding-left: 4px;
4498
+ border-inline-start: none;
4499
+ padding-inline-start: 4px;
4494
4500
  }
4495
4501
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
4496
4502
  outline: none;
@@ -4500,7 +4506,7 @@ h5,
4500
4506
  opacity: 0.3;
4501
4507
  }
4502
4508
  .mobile-number__required___yHCeh {
4503
- color: var(--errorText, #b24141);
4509
+ color: var(--errorText, #ff3333);
4504
4510
  }
4505
4511
  .mobile-number__countryDropdown___GP6Fo {
4506
4512
  background-color: aquamarine;
@@ -5321,7 +5327,7 @@ h5,
5321
5327
  font-size: 12px;
5322
5328
  font-weight: 600;
5323
5329
  margin-inline-start: 14px;
5324
- color: var(--errorText, #b24141);
5330
+ color: var(--errorText, #ff3333);
5325
5331
  }
5326
5332
  .coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS {
5327
5333
  position: relative;
@@ -6064,8 +6070,11 @@ h5,
6064
6070
  .comment__commentOuterBox___tyEJJ .comment__inputBox___hqxzy .comment__commentError___qZ8ZF {
6065
6071
  font-weight: 400;
6066
6072
  font-size: 10px;
6067
- color: var(--errorText, #b24141);
6068
- padding: 12px 12px 0px 12px;
6073
+ color: var(--errorText, #ff3333);
6074
+ padding-top: 12px;
6075
+ padding-inline-end: 12px;
6076
+ padding-bottom: 0px;
6077
+ padding-inline-start: 12px;
6069
6078
  }
6070
6079
  .comment__modelHeader___zmsaH {
6071
6080
  display: flex;
@@ -6086,8 +6095,8 @@ h5,
6086
6095
  }
6087
6096
  @media only screen and (max-width: 768px) {
6088
6097
  .comment__modalContainer___iL5Lo {
6089
- border-top-left-radius: 4px;
6090
- border-top-right-radius: 4px;
6098
+ border-start-start-radius: 4px;
6099
+ border-start-end-radius: 4px;
6091
6100
  }
6092
6101
  }
6093
6102
  .comment__modalContent___YcBhL {
@@ -6127,7 +6136,7 @@ h5,
6127
6136
  color: var(--textLabel, #7d7676);
6128
6137
  font-weight: 400;
6129
6138
  width: max-content;
6130
- margin-left: auto;
6139
+ margin-inline-start: auto;
6131
6140
  font-size: 12px;
6132
6141
  line-height: 140%;
6133
6142
  /* 16.8px */
@@ -6550,7 +6559,7 @@ h5,
6550
6559
  outline: none;
6551
6560
  }
6552
6561
  .gst-card__gstContainer___LJVYg .gst-card__inputBox___mMywn .gst-card__errorBox___F_YRZ {
6553
- border: var(--errorText, #b24141);
6562
+ border: var(--errorText, #ff3333);
6554
6563
  }
6555
6564
  .gst-card__gstContainer___LJVYg .gst-card__inputBox___mMywn .gst-card__crossBtn___ERJyk {
6556
6565
  position: absolute;
@@ -6558,7 +6567,7 @@ h5,
6558
6567
  cursor: pointer;
6559
6568
  }
6560
6569
  .gst-card__colorErrorNormal___qjGLA {
6561
- color: var(--errorText, #b24141);
6570
+ color: var(--errorText, #ff3333);
6562
6571
  }
6563
6572
  .gst-card__colorSuccessNormal___cN34g {
6564
6573
  color: var(--successText, #1c958f);
@@ -7481,7 +7490,7 @@ h5,
7481
7490
  padding: 4px 12px;
7482
7491
  border-radius: 4px;
7483
7492
  line-height: 140%;
7484
- color: var(--errorText, #b24141);
7493
+ color: var(--errorText, #ff3333);
7485
7494
  background-color: var(--errorBackground, #e6d5d5);
7486
7495
  }
7487
7496
  @media only screen and (max-width: 480px) {
@@ -7541,7 +7550,7 @@ h5,
7541
7550
  .chip-item__cartItemsListContainer___ud9jU .chip-item__eachItemContainer___rROgS .chip-item__eachItemDetailsContainer___RLC12 .chip-item__itemTotalContainer___E0DQq .chip-item__deliveryDateWrapper___TcR1g .chip-item__deliveryDate___o3m1j {
7542
7551
  font-weight: 500;
7543
7552
  font-size: 12px;
7544
- text-align: right;
7553
+ text-align: end;
7545
7554
  color: var(--successText, #1c958f);
7546
7555
  align-self: center;
7547
7556
  margin-inline-start: 8px;
@@ -7610,7 +7619,7 @@ h5,
7610
7619
  cursor: pointer;
7611
7620
  }
7612
7621
  .chip-item__new-cart-red-color___z29C0 {
7613
- color: var(--errorText, #b24141);
7622
+ color: var(--errorText, #ff3333);
7614
7623
  }
7615
7624
  .chip-item__outOfStock___PBJRq {
7616
7625
  opacity: 0.4;
@@ -7725,12 +7734,15 @@ h5,
7725
7734
  stroke-width: 1;
7726
7735
  }
7727
7736
  .chip-item__sModalContainer___ARs9G .chip-item__sizeModalErrCls___QFoKd {
7728
- padding: 0 0 4px 24px;
7737
+ padding-top: 0;
7738
+ padding-inline-end: 0;
7739
+ padding-bottom: 4px;
7740
+ padding-inline-start: 24px;
7729
7741
  margin-top: -12px;
7730
7742
  height: 22px;
7731
7743
  font-weight: 600;
7732
7744
  font-size: 12px;
7733
- color: var(--errorText, #b24141);
7745
+ color: var(--errorText, #ff3333);
7734
7746
  line-height: 140%;
7735
7747
  }
7736
7748
  .chip-item__sModalContainer___ARs9G .chip-item__sizeModalFooter___W87OT {
@@ -7763,9 +7775,9 @@ h5,
7763
7775
  padding: 6px 16px 8px;
7764
7776
  display: flex;
7765
7777
  align-items: center;
7766
- color: var(--errorText, #b24141);
7778
+ color: var(--errorText, #ff3333);
7767
7779
  background: var(--errorBackground, #e6d5d5);
7768
- border: 1px solid var(--errorText, #b24141);
7780
+ border: 1px solid var(--errorText, #ff3333);
7769
7781
  border-radius: 4px;
7770
7782
  line-height: 140%;
7771
7783
  height: 36px;
@@ -8606,7 +8618,7 @@ h5,
8606
8618
  font-weight: 600;
8607
8619
  }
8608
8620
  .free-gift-item__freeArticleContainer___wFbcr .free-gift-item__quantityCount___zoOkQ {
8609
- margin-left: 8px;
8621
+ margin-inline-start: 8px;
8610
8622
  color: var(--textBody);
8611
8623
  font-weight: 400;
8612
8624
  }
@@ -9050,6 +9062,31 @@ h5,
9050
9062
  .accordion__accordionContentImageItem____FBCe {
9051
9063
  display: flex;
9052
9064
  align-items: center;
9065
+ position: relative;
9066
+ cursor: pointer;
9067
+ }
9068
+ .accordion__accordionContentImageItem____FBCe .accordion__imagePreview___FOjGs {
9069
+ position: absolute;
9070
+ left: -155%;
9071
+ top: -100px;
9072
+ z-index: 20;
9073
+ }
9074
+ @media only screen and (min-width: 769px) {
9075
+ .accordion__accordionContentImageItem____FBCe .accordion__imagePreview___FOjGs {
9076
+ display: none;
9077
+ }
9078
+ }
9079
+ .accordion__accordionContentImageItem____FBCe .accordion__largePreviewImg___P4ud_ {
9080
+ width: 73px;
9081
+ height: 92px;
9082
+ border-radius: 4px;
9083
+ background: lightgray 50% / cover no-repeat;
9084
+ box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
9085
+ pointer-events: none;
9086
+ }
9087
+ /* Show on hover */
9088
+ .accordion__accordionContentImageItem____FBCe:hover .accordion__imagePreview___FOjGs {
9089
+ display: block;
9053
9090
  }
9054
9091
  .accordion__accordionContentImg___lbTPr {
9055
9092
  border-radius: 50%;
@@ -9834,7 +9871,7 @@ h5,
9834
9871
  .share-cart-modal__sharePopup___mHeWh {
9835
9872
  position: fixed;
9836
9873
  top: 0;
9837
- left: 0;
9874
+ inset-inline-start: 0;
9838
9875
  justify-content: center;
9839
9876
  width: 100vw;
9840
9877
  height: 100dvh;
@@ -9870,7 +9907,7 @@ h5,
9870
9907
  .share-cart-modal__sharePopup___mHeWh .share-cart-modal__close___qKEdK {
9871
9908
  position: absolute;
9872
9909
  top: 24px;
9873
- right: 16px;
9910
+ inset-inline-end: 16px;
9874
9911
  width: 22px;
9875
9912
  height: 22px;
9876
9913
  display: flex !important;
@@ -10923,6 +10960,9 @@ h5,
10923
10960
  width: 50% !important;
10924
10961
  }
10925
10962
  }
10963
+ .sticky-footer__rotate180___erK50 {
10964
+ transform: rotate(180deg);
10965
+ }
10926
10966
 
10927
10967
  /**color by character**/
10928
10968
  /** Font family **/
@@ -11273,8 +11313,8 @@ h5,
11273
11313
  font-weight: 400;
11274
11314
  }
11275
11315
  .remove-cart-item__modalContainer___tytkU {
11276
- border-top-left-radius: 4px;
11277
- border-top-right-radius: 4px;
11316
+ border-start-start-radius: 4px;
11317
+ border-start-end-radius: 4px;
11278
11318
  }
11279
11319
  .remove-cart-item__removeModalBody___uY7E6 {
11280
11320
  line-height: 140%;
@@ -11345,7 +11385,7 @@ h5,
11345
11385
  .remove-cart-item__removeModalFooter___wF0NY .remove-cart-item__wishlistBtn___I2k15 {
11346
11386
  padding-top: 14px;
11347
11387
  padding-bottom: 14px;
11348
- margin-left: 16px;
11388
+ margin-inline-start: 16px;
11349
11389
  text-align: center;
11350
11390
  cursor: pointer;
11351
11391
  color: var(--buttonSecondary, #fff);
@@ -13097,8 +13137,8 @@ h5,
13097
13137
  margin-bottom: 24px;
13098
13138
  background-color: var(--pageBackground, #f8f8f8);
13099
13139
  z-index: 1;
13100
- left: 0;
13101
- right: 0;
13140
+ inset-inline-start: 0;
13141
+ inset-inline-end: 0;
13102
13142
  position: fixed;
13103
13143
  top: var(--headerHeight);
13104
13144
  }
@@ -14744,7 +14784,7 @@ h5,
14744
14784
  border: 2px solid var(--buttonPrimaryL3, #b8b29d);
14745
14785
  border-top: 2px solid var(--buttonPrimary, #4e3f09);
14746
14786
  padding: 0;
14747
- margin-left: 0;
14787
+ margin-inline-start: 0;
14748
14788
  }
14749
14789
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
14750
14790
  border-top-color: #ffffff;
@@ -14757,7 +14797,7 @@ h5,
14757
14797
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
14758
14798
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
14759
14799
  border: 2px solid var(--errorBackground, #e6d5d5);
14760
- border-top: 2px solid var(--errorText, #b24141);
14800
+ border-top: 2px solid var(--errorText, #ff3333);
14761
14801
  }
14762
14802
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
14763
14803
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
@@ -14766,7 +14806,7 @@ h5,
14766
14806
  }
14767
14807
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
14768
14808
  border: 2px solid #ffffff;
14769
- border-top: 2px solid var(--errorText, #b24141);
14809
+ border-top: 2px solid var(--errorText, #ff3333);
14770
14810
  }
14771
14811
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
14772
14812
  border: 2px solid #ffffff;
@@ -14795,7 +14835,7 @@ h5,
14795
14835
  color: var(--buttonPrimary, #4e3f09);
14796
14836
  }
14797
14837
  .fy-button__text___HwP6V.fy-button__error___guhqH {
14798
- color: var(--errorText, #b24141);
14838
+ color: var(--errorText, #ff3333);
14799
14839
  }
14800
14840
  .fy-button__text___HwP6V.fy-button__success___M7fJl {
14801
14841
  color: var(--successText, #1c958f);
@@ -14818,7 +14858,7 @@ h5,
14818
14858
  }
14819
14859
  .fy-button__contained___F5O7g.fy-button__error___guhqH {
14820
14860
  background-color: var(--errorBackground, #e6d5d5);
14821
- color: var(--errorText, #b24141);
14861
+ color: var(--errorText, #ff3333);
14822
14862
  }
14823
14863
  .fy-button__contained___F5O7g.fy-button__success___M7fJl {
14824
14864
  background-color: var(--successBackground, #c2dbc9);
@@ -14846,7 +14886,7 @@ h5,
14846
14886
  }
14847
14887
  .fy-button__outlined___WccQN.fy-button__error___guhqH {
14848
14888
  border: 1px solid var(--errorBackground, #e6d5d5);
14849
- color: var(--errorText, #b24141);
14889
+ color: var(--errorText, #ff3333);
14850
14890
  }
14851
14891
  .fy-button__outlined___WccQN.fy-button__success___M7fJl {
14852
14892
  border: 1px solid var(--successBackground, #c2dbc9);
@@ -15689,7 +15729,7 @@ h5,
15689
15729
  }
15690
15730
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
15691
15731
  color: var(--textBody, #3c3131);
15692
- margin-right: 4px;
15732
+ margin-inline-end: 4px;
15693
15733
  text-overflow: ellipsis;
15694
15734
  overflow: hidden;
15695
15735
  }
@@ -15779,7 +15819,7 @@ h5,
15779
15819
  padding: 24px 12px;
15780
15820
  overflow-x: auto;
15781
15821
  scroll-behavior: smooth;
15782
- scroll-margin-left: 24px;
15822
+ scroll-margin-inline-start: 24px;
15783
15823
  }
15784
15824
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
15785
15825
  justify-content: center;
@@ -16184,7 +16224,10 @@ h5,
16184
16224
  }
16185
16225
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
16186
16226
  font-size: small;
16187
- margin: 0px 0px 12px 0px;
16227
+ margin-top: 0;
16228
+ margin-inline-end: 0px;
16229
+ margin-bottom: 12px;
16230
+ margin-inline-start: 0px;
16188
16231
  display: none;
16189
16232
  }
16190
16233
  @media only screen and (max-width: 480px) {
@@ -16233,7 +16276,7 @@ h5,
16233
16276
  font-size: 10px;
16234
16277
  font-weight: 500;
16235
16278
  margin-top: 4px;
16236
- color: var(--errorText, #b24141);
16279
+ color: var(--errorText, #ff3333);
16237
16280
  }
16238
16281
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q {
16239
16282
  height: 4px;
@@ -18666,7 +18709,7 @@ h5,
18666
18709
  letter-spacing: -0.28px;
18667
18710
  }
18668
18711
  .filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU {
18669
- border-right: 2px solid var(--buttonPrimary, #4e3f09);
18712
+ border-inline-end: 2px solid var(--buttonPrimary, #4e3f09);
18670
18713
  }
18671
18714
  .filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU .filter-modal__filterNameTitle___JgHWd {
18672
18715
  font-weight: 600;
@@ -20083,7 +20126,7 @@ h5,
20083
20126
  }
20084
20127
  .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 {
20085
20128
  margin-top: 8px;
20086
- color: var(--errorText, #b24141);
20129
+ color: var(--errorText, #ff3333);
20087
20130
  font-size: 12px;
20088
20131
  font-style: normal;
20089
20132
  font-weight: 400;
@@ -23214,6 +23257,9 @@ h5,
23214
23257
  transform: rotate(45deg);
23215
23258
  transform-origin: bottom left;
23216
23259
  }
23260
+ [dir="rtl"] .product-variants__variantContainer___J1jRs .product-variants__variantItemColor___Lomkf .product-variants__color___rvpbQ.product-variants__unavailable___RVOsF .product-variants__overlay___XGw5m > span {
23261
+ transform: rotate(-45deg);
23262
+ }
23217
23263
  .product-variants__variantContainer___J1jRs .product-variants__variantItemText___zA7S8 {
23218
23264
  display: inline-block;
23219
23265
  border-radius: 4px;
@@ -23662,7 +23708,7 @@ h5,
23662
23708
  margin-inline-start: 4px;
23663
23709
  }
23664
23710
  .delivery-info__error___fwjK5 {
23665
- color: var(--errorText, #b24141);
23711
+ color: var(--errorText, #ff3333);
23666
23712
  }
23667
23713
  .delivery-info__button___RWUmQ {
23668
23714
  border: none;
@@ -23707,11 +23753,11 @@ h5,
23707
23753
  color: var(--textHeading, #26201a);
23708
23754
  }
23709
23755
  .delivery-info__error___fwjK5 {
23710
- color: var(--errorText, #b24141);
23756
+ color: var(--errorText, #ff3333);
23711
23757
  }
23712
23758
  .delivery-info__emptyPincode___SpvOg {
23713
23759
  margin-top: 8px;
23714
- color: var(--errorText, #b24141);
23760
+ color: var(--errorText, #ff3333);
23715
23761
  font-size: 12px;
23716
23762
  font-weight: 400;
23717
23763
  line-height: normal;
@@ -25050,7 +25096,7 @@ h5,
25050
25096
  line-height: 16.8px;
25051
25097
  }
25052
25098
  .edit-profile__required___rHXXW {
25053
- color: var(--errorText, #b24141);
25099
+ color: var(--errorText, #ff3333);
25054
25100
  }
25055
25101
  .edit-profile__editProfileNameInput___GNfyk {
25056
25102
  display: flex;
@@ -25060,11 +25106,11 @@ h5,
25060
25106
  display: none;
25061
25107
  }
25062
25108
  .edit-profile__errorInput___BZKHT input {
25063
- border: 1px solid var(--errorText, #b24141) !important;
25109
+ border: 1px solid var(--errorText, #ff3333) !important;
25064
25110
  }
25065
25111
  .edit-profile__errorInput___BZKHT .edit-profile__errorText___wZQJH {
25066
25112
  display: inline-block;
25067
- color: var(--errorText, #b24141);
25113
+ color: var(--errorText, #ff3333);
25068
25114
  font-size: 12px;
25069
25115
  font-style: normal;
25070
25116
  font-weight: 400;
@@ -25072,7 +25118,7 @@ h5,
25072
25118
  margin-top: 8px;
25073
25119
  }
25074
25120
  .edit-profile__errorInput___BZKHT label {
25075
- color: var(--errorText, #b24141);
25121
+ color: var(--errorText, #ff3333);
25076
25122
  }
25077
25123
  .edit-profile__editProfileAlert___HgY6w {
25078
25124
  height: 48px;
@@ -25081,8 +25127,8 @@ h5,
25081
25127
  display: flex;
25082
25128
  align-items: center;
25083
25129
  background-color: var(--errorBackground, #e6d5d5);
25084
- border: 1px dashed var(--errorText, #b24141);
25085
- color: var(--errorText, #b24141);
25130
+ border: 1px dashed var(--errorText, #ff3333);
25131
+ color: var(--errorText, #ff3333);
25086
25132
  }
25087
25133
  .edit-profile__editProfileAlert___HgY6w .edit-profile__alertMessage___eFskF {
25088
25134
  display: inline-block;
@@ -25123,14 +25169,14 @@ h5,
25123
25169
  position: absolute;
25124
25170
  display: none;
25125
25171
  top: 50%;
25126
- left: 50%;
25172
+ inset-inline-start: 50%;
25127
25173
  transform: translate(-50%, -50%);
25128
25174
  width: 9px;
25129
25175
  height: 9px;
25130
25176
  border-radius: 50%;
25131
25177
  background: #919191;
25132
25178
  }
25133
- [dir="rtl"] [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 .edit-profile__checkmark___yZQ_b:after {
25179
+ [dir='rtl'] [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 .edit-profile__checkmark___yZQ_b:after {
25134
25180
  transform: translate(50%, -50%);
25135
25181
  }
25136
25182
  [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 input:checked ~ .edit-profile__checkmark___yZQ_b:after {
@@ -25141,7 +25187,7 @@ h5,
25141
25187
  position: absolute;
25142
25188
  display: none;
25143
25189
  top: 50%;
25144
- left: 50%;
25190
+ inset-inline-start: 50%;
25145
25191
  transform: translate(-50%, -50%);
25146
25192
  width: 9px;
25147
25193
  height: 9px;
@@ -25615,10 +25661,10 @@ h5,
25615
25661
  outline: none;
25616
25662
  }
25617
25663
  .verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP .verify-both__label___m7Eae {
25618
- color: var(--errorText, #b24141);
25664
+ color: var(--errorText, #ff3333);
25619
25665
  }
25620
25666
  .verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP input {
25621
- border-color: var(--errorText, #b24141);
25667
+ border-color: var(--errorText, #ff3333);
25622
25668
  }
25623
25669
  .verify-both__submitBtn___rVsbN {
25624
25670
  border: none;
@@ -25645,7 +25691,7 @@ h5,
25645
25691
  font-weight: 400;
25646
25692
  line-height: 140%;
25647
25693
  margin-top: 8px;
25648
- color: var(--errorText, #b24141);
25694
+ color: var(--errorText, #ff3333);
25649
25695
  }
25650
25696
  .verify-both__resendOtpWrapper___Mq8mf {
25651
25697
  display: flex;
@@ -26040,8 +26086,8 @@ h5,
26040
26086
  display: flex;
26041
26087
  align-items: center;
26042
26088
  background-color: var(--errorBackground, #e6d5d5);
26043
- border: 1px dashed var(--errorText, #b24141);
26044
- color: var(--errorText, #b24141);
26089
+ border: 1px dashed var(--errorText, #ff3333);
26090
+ color: var(--errorText, #ff3333);
26045
26091
  }
26046
26092
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordAlert___tAU9Y.forget-password__alert-success___IDyO1 {
26047
26093
  background-color: #eefefa;
@@ -26054,7 +26100,7 @@ h5,
26054
26100
  font-size: 13px;
26055
26101
  }
26056
26102
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordAlert___tAU9Y .forget-password__alert-link___WEvmv {
26057
- color: var(--errorText, #b24141);
26103
+ color: var(--errorText, #ff3333);
26058
26104
  font-size: 9px;
26059
26105
  cursor: pointer;
26060
26106
  }
@@ -26096,17 +26142,17 @@ h5,
26096
26142
  line-height: 140%;
26097
26143
  }
26098
26144
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordInputGroup___XQ61I .forget-password__emailErrorMessage___vW0zC {
26099
- color: var(--errorText, #b24141);
26145
+ color: var(--errorText, #ff3333);
26100
26146
  font-size: 12px;
26101
26147
  font-weight: 400;
26102
26148
  line-height: 16.8px;
26103
26149
  margin-top: 8px;
26104
26150
  }
26105
26151
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__errorInput___LgeyJ label {
26106
- color: var(--errorText, #b24141) !important;
26152
+ color: var(--errorText, #ff3333) !important;
26107
26153
  }
26108
26154
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__errorInput___LgeyJ input {
26109
- border: 1px solid var(--errorText, #b24141) !important;
26155
+ border: 1px solid var(--errorText, #ff3333) !important;
26110
26156
  }
26111
26157
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordSubmitBtn___TjR_i {
26112
26158
  border: none;
@@ -27315,10 +27361,10 @@ input:focus-visible {
27315
27361
  opacity: 0.3;
27316
27362
  }
27317
27363
  .login-password__loginInputGroup___fg8lw.login-password__error___DIUG_ .login-password__loginInputTitle___zjz7X {
27318
- color: var(--errorText, #b24141);
27364
+ color: var(--errorText, #ff3333);
27319
27365
  }
27320
27366
  .login-password__loginInputGroup___fg8lw.login-password__error___DIUG_ input {
27321
- border-color: var(--errorText, #b24141);
27367
+ border-color: var(--errorText, #ff3333);
27322
27368
  }
27323
27369
  .login-password__password-lable-wrapper___VUcRa {
27324
27370
  display: flex;
@@ -27348,7 +27394,7 @@ input:focus-visible {
27348
27394
  font-weight: 400;
27349
27395
  line-height: 140%;
27350
27396
  margin-top: 8px;
27351
- color: var(--errorText, #b24141);
27397
+ color: var(--errorText, #ff3333);
27352
27398
  }
27353
27399
  .login-password__passwordToggle___OzbQC {
27354
27400
  height: 24px;
@@ -27778,7 +27824,7 @@ h5,
27778
27824
  .login-otp__loginInputGroup____7Nbd .login-otp__changeBtn___yaRV5 {
27779
27825
  color: var(--buttonPrimary, #4e3f09);
27780
27826
  text-align: center;
27781
- margin-left: 8px;
27827
+ margin-inline-start: 8px;
27782
27828
  font-size: 14px;
27783
27829
  font-weight: 600;
27784
27830
  line-height: 140%;
@@ -27801,7 +27847,7 @@ h5,
27801
27847
  line-height: 16.8px;
27802
27848
  }
27803
27849
  .login-otp__loginInputGroup____7Nbd .login-otp__loginInputTitle___oQ_Yc.login-otp__error___gM8rr {
27804
- color: var(--errorText, #b24141);
27850
+ color: var(--errorText, #ff3333);
27805
27851
  }
27806
27852
  .login-otp__loginInputGroup____7Nbd input {
27807
27853
  width: 100%;
@@ -27818,7 +27864,7 @@ h5,
27818
27864
  letter-spacing: -0.28px;
27819
27865
  }
27820
27866
  .login-otp__loginInputGroup____7Nbd input.login-otp__error___gM8rr {
27821
- border-color: var(--errorText, #b24141);
27867
+ border-color: var(--errorText, #ff3333);
27822
27868
  }
27823
27869
  .login-otp__password-lable-wrapper___AmG_5 {
27824
27870
  display: flex;
@@ -27830,7 +27876,7 @@ h5,
27830
27876
  font-weight: 400;
27831
27877
  line-height: 140%;
27832
27878
  margin-top: 8px;
27833
- color: var(--errorText, #b24141);
27879
+ color: var(--errorText, #ff3333);
27834
27880
  }
27835
27881
  .login-otp__loading___tFXPV div {
27836
27882
  width: 100%;
@@ -28915,7 +28961,7 @@ h5,
28915
28961
  padding: 24px;
28916
28962
  }
28917
28963
  .register__required___npDAe {
28918
- color: var(--errorText, #b24141);
28964
+ color: var(--errorText, #ff3333);
28919
28965
  }
28920
28966
  .register__registerFormWrapper___nCdfI {
28921
28967
  margin-top: 10px;
@@ -29071,11 +29117,11 @@ h5,
29071
29117
  display: none;
29072
29118
  }
29073
29119
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng input {
29074
- border: 1px solid var(--errorText, #b24141);
29120
+ border: 1px solid var(--errorText, #ff3333);
29075
29121
  }
29076
29122
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng .register__errorText___W8444 {
29077
29123
  display: inline-block;
29078
- color: var(--errorText, #b24141);
29124
+ color: var(--errorText, #ff3333);
29079
29125
  font-size: 12px;
29080
29126
  font-style: normal;
29081
29127
  font-weight: 400;
@@ -29083,10 +29129,10 @@ h5,
29083
29129
  margin-top: 8px;
29084
29130
  }
29085
29131
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng label {
29086
- color: var(--errorText, #b24141);
29132
+ color: var(--errorText, #ff3333);
29087
29133
  }
29088
29134
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng .register__loginInputWrapper___uBT1u {
29089
- color: var(--errorText, #b24141);
29135
+ color: var(--errorText, #ff3333);
29090
29136
  }
29091
29137
  .register__registerFormWrapper___nCdfI .register__loginAlert___H8COF {
29092
29138
  height: 48px;
@@ -29096,8 +29142,8 @@ h5,
29096
29142
  align-items: center;
29097
29143
  font-size: 13px;
29098
29144
  background-color: var(--errorBackground, #e6d5d5);
29099
- border: 1px dashed var(--errorText, #b24141);
29100
- color: var(--errorText, #b24141);
29145
+ border: 1px dashed var(--errorText, #ff3333);
29146
+ color: var(--errorText, #ff3333);
29101
29147
  }
29102
29148
  .register__passwordInputWrapper___a2PM1 {
29103
29149
  position: relative;
@@ -29109,7 +29155,7 @@ h5,
29109
29155
  }
29110
29156
  .register__consentWrapper___eRJuQ .register__errorText___W8444 {
29111
29157
  display: inline-block;
29112
- color: var(--errorText, #b24141);
29158
+ color: var(--errorText, #ff3333);
29113
29159
  font-size: 12px;
29114
29160
  font-style: normal;
29115
29161
  font-weight: 400;
@@ -29561,11 +29607,11 @@ h5,
29561
29607
  display: none;
29562
29608
  }
29563
29609
  .set-password__setWrapper___fVVhH .set-password__errorInput___MOGDl input {
29564
- border: 1px solid var(--errorText, #b24141);
29610
+ border: 1px solid var(--errorText, #ff3333);
29565
29611
  }
29566
29612
  .set-password__setWrapper___fVVhH .set-password__errorInput___MOGDl .set-password__errorText___Q6Pi1 {
29567
29613
  display: block;
29568
- color: var(--errorText, #b24141);
29614
+ color: var(--errorText, #ff3333);
29569
29615
  font-size: 12px;
29570
29616
  font-style: normal;
29571
29617
  font-weight: 400;
@@ -29573,7 +29619,7 @@ h5,
29573
29619
  margin-top: 8px;
29574
29620
  }
29575
29621
  .set-password__setWrapper___fVVhH .set-password__errorInput___MOGDl label {
29576
- color: var(--errorText, #b24141);
29622
+ color: var(--errorText, #ff3333);
29577
29623
  }
29578
29624
  .set-password__setWrapper___fVVhH .set-password__loginAlert___mGKj2 {
29579
29625
  height: 48px;
@@ -29583,8 +29629,8 @@ h5,
29583
29629
  align-items: center;
29584
29630
  font-size: 13px;
29585
29631
  background-color: var(--errorBackground, #e6d5d5);
29586
- border: 1px dashed var(--errorText, #b24141);
29587
- color: var(--errorText, #b24141);
29632
+ border: 1px dashed var(--errorText, #ff3333);
29633
+ color: var(--errorText, #ff3333);
29588
29634
  }
29589
29635
 
29590
29636
  /**color by character**/
@@ -30438,7 +30484,10 @@ h5,
30438
30484
  }
30439
30485
  .single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 {
30440
30486
  display: flex;
30441
- padding: 4px 12px 4px 0px;
30487
+ padding-top: 4px;
30488
+ padding-inline-end: 12px;
30489
+ padding-bottom: 4px;
30490
+ padding-inline-start: 0px;
30442
30491
  }
30443
30492
  .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 {
30444
30493
  font-weight: 600;
@@ -30607,13 +30656,13 @@ h5,
30607
30656
  color: var(--textHeading, #26201a);
30608
30657
  font-size: 16px;
30609
30658
  font-weight: 600;
30610
- margin-right: 12px;
30659
+ margin-inline-end: 12px;
30611
30660
  }
30612
30661
  .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 {
30613
30662
  font-size: 12px;
30614
30663
  text-decoration: line-through;
30615
30664
  color: var(--textLabel, #7d7676);
30616
- margin-right: 12px;
30665
+ margin-inline-end: 12px;
30617
30666
  }
30618
30667
  .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 {
30619
30668
  font-weight: 500;
@@ -30642,7 +30691,7 @@ h5,
30642
30691
  font-size: 12px;
30643
30692
  line-height: 140%;
30644
30693
  color: var(--successText, #1c958f);
30645
- margin-right: 12px;
30694
+ margin-inline-end: 12px;
30646
30695
  width: fit-content;
30647
30696
  }
30648
30697
  .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 {
@@ -30696,7 +30745,7 @@ h5,
30696
30745
  }
30697
30746
  .single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN span {
30698
30747
  align-self: center;
30699
- margin-left: 3px;
30748
+ margin-inline-start: 3px;
30700
30749
  }
30701
30750
  @media only screen and (max-width: 480px) {
30702
30751
  .single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN {
@@ -31063,8 +31112,8 @@ h5,
31063
31112
  width: 100%;
31064
31113
  z-index: 1;
31065
31114
  bottom: 0;
31066
- left: 0;
31067
- right: 0;
31115
+ inset-inline-start: 0;
31116
+ inset-inline-end: 0;
31068
31117
  display: none;
31069
31118
  box-sizing: border-box;
31070
31119
  background-color: var(--pageBackground, #f8f8f8);
@@ -31577,8 +31626,8 @@ h5,
31577
31626
  .single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 {
31578
31627
  position: fixed;
31579
31628
  bottom: 0;
31580
- left: 0;
31581
- right: 0;
31629
+ inset-inline-start: 0;
31630
+ inset-inline-end: 0;
31582
31631
  padding: 16px;
31583
31632
  background: var(--pageBackground, #f8f8f8);
31584
31633
  z-index: 2;
@@ -31633,7 +31682,7 @@ h5,
31633
31682
  font-weight: 600;
31634
31683
  font-size: 12px;
31635
31684
  line-height: 140%;
31636
- color: var(--errorText, #b24141);
31685
+ color: var(--errorText, #ff3333);
31637
31686
  }
31638
31687
  .single-address-content__invalidAddError___WDHnv .single-address-content__invalidAddErrorLeft___AUwWL .single-address-content__invalidAddErrorData___ardbO .single-address-content__invalidAddErrorSuggestion___BY4RT {
31639
31688
  font-weight: 400;
@@ -31647,7 +31696,7 @@ h5,
31647
31696
  line-height: 140%;
31648
31697
  text-align: center;
31649
31698
  text-transform: uppercase;
31650
- color: var(--errorText, #b24141);
31699
+ color: var(--errorText, #ff3333);
31651
31700
  cursor: pointer;
31652
31701
  }
31653
31702
 
@@ -32560,8 +32609,8 @@ h5,
32560
32609
  }
32561
32610
  @media only screen and (max-width: 768px) {
32562
32611
  .checkout__customStyles___Cgmm9 {
32563
- padding-left: 16px !important;
32564
- padding-right: 16px !important;
32612
+ padding-inline-start: 16px !important;
32613
+ padding-inline-end: 16px !important;
32565
32614
  }
32566
32615
  }
32567
32616
  @media only screen and (max-width: 768px) {
@@ -33062,7 +33111,7 @@ h5,
33062
33111
  .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 {
33063
33112
  font-weight: 400;
33064
33113
  font-size: 12px;
33065
- color: var(--errorText, #b24141);
33114
+ color: var(--errorText, #ff3333);
33066
33115
  line-height: 140%;
33067
33116
  border-radius: 4px;
33068
33117
  text-align: center;
@@ -33097,6 +33146,9 @@ h5,
33097
33146
  .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 {
33098
33147
  transform: rotate(270deg);
33099
33148
  }
33149
+ [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 {
33150
+ transform: rotate(90deg);
33151
+ }
33100
33152
  .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 {
33101
33153
  transform: rotate(180deg);
33102
33154
  }
@@ -33257,7 +33309,10 @@ h5,
33257
33309
  color: var(--textHeading);
33258
33310
  }
33259
33311
  .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 {
33260
- margin: 8px 0 16px 0;
33312
+ margin-top: 8px;
33313
+ margin-inline-end: 0;
33314
+ margin-bottom: 16px;
33315
+ margin-inline-start: 0;
33261
33316
  color: var(--textBody);
33262
33317
  font-size: 12px;
33263
33318
  }
@@ -33529,7 +33584,7 @@ h5,
33529
33584
  color: var(--textBody, #3c3131);
33530
33585
  }
33531
33586
  .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 {
33532
- border: 1px solid var(--errorText, #b24141);
33587
+ border: 1px solid var(--errorText, #ff3333);
33533
33588
  }
33534
33589
  .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 {
33535
33590
  position: absolute;
@@ -33543,10 +33598,10 @@ h5,
33543
33598
  padding: 0 4px;
33544
33599
  }
33545
33600
  .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 {
33546
- color: var(--errorText, #b24141);
33601
+ color: var(--errorText, #ff3333);
33547
33602
  }
33548
33603
  .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 {
33549
- color: var(--errorText, #b24141);
33604
+ color: var(--errorText, #ff3333);
33550
33605
  }
33551
33606
  .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 {
33552
33607
  display: flex;
@@ -33582,7 +33637,10 @@ h5,
33582
33637
  padding: 16px;
33583
33638
  }
33584
33639
  .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 {
33585
- padding: 0 0 0 16px;
33640
+ padding-top: 0;
33641
+ padding-inline-end: 0;
33642
+ padding-bottom: 0;
33643
+ padding-inline-start: 16px;
33586
33644
  }
33587
33645
  .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 {
33588
33646
  list-style-type: disc;
@@ -33657,7 +33715,10 @@ h5,
33657
33715
  }
33658
33716
  }
33659
33717
  .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 {
33660
- margin: 8px 0 16px 0;
33718
+ margin-top: 8px;
33719
+ margin-inline-end: 0;
33720
+ margin-bottom: 16px;
33721
+ margin-inline-start: 0;
33661
33722
  color: var(--textBody);
33662
33723
  }
33663
33724
  @media only screen and (min-width: 769px) {
@@ -33666,7 +33727,10 @@ h5,
33666
33727
  }
33667
33728
  }
33668
33729
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__addNewCardModal___HuBPW {
33669
- padding: 0px 16px 24px 16px;
33730
+ padding-top: 0px;
33731
+ padding-inline-end: 16px;
33732
+ padding-bottom: 24px;
33733
+ padding-inline-start: 16px;
33670
33734
  }
33671
33735
  .checkout-payment-content__container___HusGh .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp,
33672
33736
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessPay___dcGhw .checkout-payment-content__payBtn___dgcAp,
@@ -34053,13 +34117,13 @@ h5,
34053
34117
  border: 1px solid var(--primaryColor);
34054
34118
  }
34055
34119
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__error___DzZ0L {
34056
- border: 1px solid var(--errorText, #b24141);
34120
+ border: 1px solid var(--errorText, #ff3333);
34057
34121
  }
34058
34122
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__input___CtIj_ {
34059
34123
  border: 1px solid var(--primaryColor);
34060
34124
  }
34061
34125
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__error___DzZ0L {
34062
- border: 1px solid var(--errorText, #b24141);
34126
+ border: 1px solid var(--errorText, #ff3333);
34063
34127
  }
34064
34128
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l {
34065
34129
  position: absolute;
@@ -34073,10 +34137,10 @@ h5,
34073
34137
  padding: 0 4px;
34074
34138
  }
34075
34139
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
34076
- color: var(--errorText, #b24141);
34140
+ color: var(--errorText, #ff3333);
34077
34141
  }
34078
34142
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__errorInputName___creos {
34079
- color: var(--errorText, #b24141);
34143
+ color: var(--errorText, #ff3333);
34080
34144
  }
34081
34145
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp {
34082
34146
  padding: 14px;
@@ -34131,7 +34195,7 @@ h5,
34131
34195
  .checkout-payment-content__container___HusGh .checkout-payment-content__codInfo___MgPkv {
34132
34196
  font-weight: 400;
34133
34197
  font-size: 12px;
34134
- color: var(--errorText, #b24141);
34198
+ color: var(--errorText, #ff3333);
34135
34199
  line-height: 140%;
34136
34200
  background-color: #fbeaea;
34137
34201
  border-radius: 4px;
@@ -34179,7 +34243,7 @@ h5,
34179
34243
  color: green;
34180
34244
  }
34181
34245
  .checkout-payment-content__container___HusGh .checkout-payment-content__formError___Mntli {
34182
- color: var(--errorText, #b24141);
34246
+ color: var(--errorText, #ff3333);
34183
34247
  font-size: 12px;
34184
34248
  font-weight: 400;
34185
34249
  margin-top: 8px;
@@ -34301,7 +34365,10 @@ h5,
34301
34365
  font-weight: 700;
34302
34366
  font-size: 24px;
34303
34367
  line-height: 33.6px;
34304
- margin: 16px 0 8px 0;
34368
+ margin-top: 16px;
34369
+ margin-inline-end: 0;
34370
+ margin-bottom: 8px;
34371
+ margin-inline-start: 0;
34305
34372
  color: var(--primaryColor);
34306
34373
  }
34307
34374
  .checkout-payment-content__upiRedirectionModal___A77Sr .checkout-payment-content__message___r1UVA {
@@ -34371,7 +34438,7 @@ h5,
34371
34438
  font-size: 12px;
34372
34439
  font-weight: 400;
34373
34440
  line-height: 16.8px;
34374
- color: var(--errorText, #b24141);
34441
+ color: var(--errorText, #ff3333);
34375
34442
  text-align: center;
34376
34443
  }
34377
34444
  .checkout-payment-content__codModal___SSel2 .checkout-payment-content__payBtn___dgcAp {
@@ -34489,7 +34556,7 @@ h5,
34489
34556
  border-radius: 4px;
34490
34557
  }
34491
34558
  .checkout-payment-content__upiError___hFHVG {
34492
- color: var(--errorText, #b24141);
34559
+ color: var(--errorText, #ff3333);
34493
34560
  font-size: 12px;
34494
34561
  font-weight: 400;
34495
34562
  }
@@ -34596,7 +34663,7 @@ h5,
34596
34663
  }
34597
34664
  .checkout-payment-content__crossMobile___jmnlv {
34598
34665
  position: absolute;
34599
- right: 16px;
34666
+ inset-inline-end: 16px;
34600
34667
  }
34601
34668
  .checkout-payment-content__noResultFound___suFuv {
34602
34669
  color: var(--Text-Body, #4d4d4e);
@@ -35366,7 +35433,7 @@ h5,
35366
35433
  color: var(--textHeading);
35367
35434
  }
35368
35435
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__reviewHeaderUnselect___KZS1G .checkout-payment__unsetPaddingLeft___MfCqa {
35369
- padding-left: 0 !important;
35436
+ padding-inline-start: 0 !important;
35370
35437
  }
35371
35438
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
35372
35439
  display: flex;
@@ -35415,7 +35482,7 @@ h5,
35415
35482
  }
35416
35483
  }
35417
35484
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s .checkout-payment__unsetPaddingLeft___MfCqa {
35418
- padding-left: 0 !important;
35485
+ padding-inline-start: 0 !important;
35419
35486
  }
35420
35487
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR {
35421
35488
  border-width: 0 1px 1px 1px;
@@ -35434,7 +35501,7 @@ h5,
35434
35501
  }
35435
35502
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR .checkout-payment__redSplit___RhEIg {
35436
35503
  width: 8px;
35437
- background: var(--errorText, #b24141);
35504
+ background: var(--errorText, #ff3333);
35438
35505
  border-radius: 8px 0px 0px 8px;
35439
35506
  }
35440
35507
 
@@ -35794,7 +35861,7 @@ h5,
35794
35861
  font-size: 14px;
35795
35862
  font-weight: 600;
35796
35863
  line-height: 140%;
35797
- color: var(--errorText, #b24141);
35864
+ color: var(--errorText, #ff3333);
35798
35865
  margin-bottom: 4px;
35799
35866
  }
35800
35867
  .checkout-payment-failure__paymentFailedContainer___dz8Zc .checkout-payment-failure__wrapper___C8Z_W .checkout-payment-failure__header___Lfvf8 .checkout-payment-failure__paymentErrMsg___gg6bD {
@@ -36571,10 +36638,10 @@ h5,
36571
36638
  }
36572
36639
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA {
36573
36640
  margin-bottom: 11px;
36574
- margin-right: 25px;
36641
+ margin-inline-end: 25px;
36575
36642
  }
36576
36643
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__formLabel___ZhLEn .profile-details__required___WH69d {
36577
- color: var(--errorText, #b24141);
36644
+ color: var(--errorText, #ff3333);
36578
36645
  }
36579
36646
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__radioContent___Z1Me4 {
36580
36647
  margin: 4px 0 0;
@@ -38652,7 +38719,7 @@ h5,
38652
38719
  color: var(--textHeading, #26201a) !important;
38653
38720
  }
38654
38721
  .add-phone-modal__errorText___ydIA0 {
38655
- color: var(--errorText, #b24141);
38722
+ color: var(--errorText, #ff3333);
38656
38723
  display: inline-block;
38657
38724
  font-size: 12px;
38658
38725
  margin-top: 3px;
@@ -39935,7 +40002,7 @@ h5,
39935
40002
  @media only screen and (max-width: 768px) {
39936
40003
  .contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
39937
40004
  font-size: 14px;
39938
- text-align: left;
40005
+ text-align: start;
39939
40006
  }
39940
40007
  }
39941
40008
  @media only screen and (max-width: 768px) {