@gofynd/theme-template 3.2.0 → 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 (90) 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 +15 -15
  4. package/dist/components/address-form/form-input-selector.css +13 -13
  5. package/dist/components/core/fy-button/fy-button.css +5 -5
  6. package/dist/components/core/fy-dropdown/fy-dropdown.css +3 -3
  7. package/dist/components/core/fy-input/fy-input.css +4 -4
  8. package/dist/components/core/fy-input-group/fy-input-group.css +2 -2
  9. package/dist/components/filter-modal/filter-modal.css +5 -5
  10. package/dist/components/form-builder/form-builder.css +18 -18
  11. package/dist/components/index.css +27 -27
  12. package/dist/components/location-modal/location-modal.css +9 -9
  13. package/dist/components/order-shipment/order-shipment.css +25 -0
  14. package/dist/components/order-shipment/order-shipment.js +1 -1
  15. package/dist/components/product-card/product-card.css +5 -5
  16. package/dist/components/range-slider/range-slider.css +5 -5
  17. package/dist/components/reasons-list/reason-item/reason-item.css +1 -1
  18. package/dist/components/reasons-list/reasons-list.css +1 -1
  19. package/dist/components/shipment-item/shipment-item.css +1 -1
  20. package/dist/components/shipments-update-item/shipments-update-item.css +1 -1
  21. package/dist/index.css +115 -90
  22. package/dist/index.js +1 -1
  23. package/dist/page-layouts/auth/account-locked/account-locked.css +5 -5
  24. package/dist/page-layouts/auth/mobile-number/mobile-number.css +4 -4
  25. package/dist/page-layouts/auth/verify-both/verify-both.css +3 -3
  26. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +30 -5
  27. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  28. package/dist/page-layouts/cart/Components/comment/comment.css +1 -1
  29. package/dist/page-layouts/cart/Components/coupon/coupon.css +1 -1
  30. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +18 -18
  31. package/dist/page-layouts/cart/Components/gst-card/gst-card.css +2 -2
  32. package/dist/page-layouts/compare/compare.css +5 -5
  33. package/dist/page-layouts/login/component/login-otp/login-otp.css +7 -7
  34. package/dist/page-layouts/login/component/login-password/login-password.css +7 -7
  35. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +16 -16
  36. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +12 -12
  37. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +5 -5
  38. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +5 -5
  39. package/dist/page-layouts/single-checkout/address/single-address-content.css +2 -2
  40. package/dist/page-layouts/single-checkout/address/single-address.css +17 -17
  41. package/dist/page-layouts/single-checkout/payment/card-form.css +12 -12
  42. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +12 -12
  43. package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +1 -1
  44. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +14 -14
  45. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  46. package/dist/pages/cart/cart.css +53 -28
  47. package/dist/pages/cart/cart.js +1 -1
  48. package/dist/pages/cart/index.css +53 -28
  49. package/dist/pages/cart/index.js +1 -1
  50. package/dist/pages/checkout/checkout.css +33 -33
  51. package/dist/pages/checkout/checkout.js +1 -1
  52. package/dist/pages/checkout/index.css +33 -33
  53. package/dist/pages/checkout/index.js +1 -1
  54. package/dist/pages/contact-us/contact-us.css +9 -9
  55. package/dist/pages/contact-us/contact-us.js +1 -1
  56. package/dist/pages/contact-us/index.css +9 -9
  57. package/dist/pages/contact-us/index.js +1 -1
  58. package/dist/pages/edit-profile/edit-profile.css +13 -13
  59. package/dist/pages/edit-profile/index.css +13 -13
  60. package/dist/pages/forgot-password/forget-password.css +6 -6
  61. package/dist/pages/forgot-password/index.css +6 -6
  62. package/dist/pages/index.css +115 -90
  63. package/dist/pages/index.js +1 -1
  64. package/dist/pages/login/index.css +10 -10
  65. package/dist/pages/login/login.css +10 -10
  66. package/dist/pages/order/index.css +9 -9
  67. package/dist/pages/order/order-tracking-details/order-tracking-details.css +35 -10
  68. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  69. package/dist/pages/order/order-tracking.css +9 -9
  70. package/dist/pages/order-status/index.css +5 -5
  71. package/dist/pages/order-status/order-status.css +5 -5
  72. package/dist/pages/product-listing/index.css +17 -17
  73. package/dist/pages/product-listing/product-listing.css +17 -17
  74. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +9 -9
  75. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +14 -14
  76. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +5 -5
  77. package/dist/pages/profile/components/empty-state/empty-state.css +5 -5
  78. package/dist/pages/profile/email/email.css +9 -9
  79. package/dist/pages/profile/email/index.css +9 -9
  80. package/dist/pages/profile/index.css +10 -10
  81. package/dist/pages/profile/phone/index.css +14 -14
  82. package/dist/pages/profile/phone/phone.css +14 -14
  83. package/dist/pages/profile/profile-details.css +10 -10
  84. package/dist/pages/register/index.css +15 -15
  85. package/dist/pages/register/register.css +15 -15
  86. package/dist/pages/set-password/index.css +5 -5
  87. package/dist/pages/set-password/set-password.css +5 -5
  88. package/dist/pages/wishlist/index.css +16 -16
  89. package/dist/pages/wishlist/wishlist.css +16 -16
  90. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -920,7 +920,7 @@ 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);
923
+ color: var(--errorText, #ff3333);
924
924
  padding-top: 12px;
925
925
  padding-inline-end: 12px;
926
926
  padding-bottom: 0px;
@@ -1889,7 +1889,7 @@ h5,
1889
1889
  outline: none;
1890
1890
  }
1891
1891
  .gst-card__gstContainer___LJVYg .gst-card__inputBox___mMywn .gst-card__errorBox___F_YRZ {
1892
- border: var(--errorText, #b24141);
1892
+ border: var(--errorText, #ff3333);
1893
1893
  }
1894
1894
  .gst-card__gstContainer___LJVYg .gst-card__inputBox___mMywn .gst-card__crossBtn___ERJyk {
1895
1895
  position: absolute;
@@ -1897,7 +1897,7 @@ h5,
1897
1897
  cursor: pointer;
1898
1898
  }
1899
1899
  .gst-card__colorErrorNormal___qjGLA {
1900
- color: var(--errorText, #b24141);
1900
+ color: var(--errorText, #ff3333);
1901
1901
  }
1902
1902
  .gst-card__colorSuccessNormal___cN34g {
1903
1903
  color: var(--successText, #1c958f);
@@ -3632,7 +3632,7 @@ h5,
3632
3632
  }
3633
3633
  .delivery-location__pincodeModal___KAYH1 .delivery-location__modalBody___RfoHR .delivery-location__modalPincodeContainer___G5DG2 .delivery-location__errorText___KQJXL {
3634
3634
  flex-basis: 100%;
3635
- color: var(--errorText, #b24141);
3635
+ color: var(--errorText, #ff3333);
3636
3636
  line-height: 140%;
3637
3637
  font-size: 12px;
3638
3638
  font-weight: 400;
@@ -3726,7 +3726,7 @@ h5,
3726
3726
  background-color: var(--pageBackground, #f8f8f8);
3727
3727
  }
3728
3728
  .delivery-location__addressModal___w8rJu .delivery-location__modalBody___RfoHR .delivery-location__pincodeBox___cp1ra .delivery-location__errorText___KQJXL {
3729
- color: var(--errorText, #b24141);
3729
+ color: var(--errorText, #ff3333);
3730
3730
  line-height: 140%;
3731
3731
  font-size: 12px;
3732
3732
  font-weight: 400;
@@ -3899,7 +3899,7 @@ h5,
3899
3899
  }
3900
3900
  .delivery-location__addrErrText___Vs74R {
3901
3901
  margin-inline-start: 25px;
3902
- color: var(--errorText, #b24141);
3902
+ color: var(--errorText, #ff3333);
3903
3903
  font-weight: 400;
3904
3904
  font-size: 12px;
3905
3905
  margin-top: 8px;
@@ -4731,7 +4731,7 @@ h5,
4731
4731
  justify-content: space-between;
4732
4732
  }
4733
4733
  .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__labelClassName___vSawZ span {
4734
- color: var(--errorText, #b24141);
4734
+ color: var(--errorText, #ff3333);
4735
4735
  }
4736
4736
  .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
4737
4737
  margin-inline-end: 8px;
@@ -4742,7 +4742,7 @@ h5,
4742
4742
  }
4743
4743
  }
4744
4744
  .address-form__addressFormWrapper___M0Ler .address-form__formError___uBC6H {
4745
- color: var(--errorText, #b24141);
4745
+ color: var(--errorText, #ff3333);
4746
4746
  width: max-content;
4747
4747
  font-size: 12px;
4748
4748
  font-weight: 400;
@@ -5399,7 +5399,7 @@ h5,
5399
5399
  position: relative;
5400
5400
  }
5401
5401
  .fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
5402
- color: var(--errorText, #b24141);
5402
+ color: var(--errorText, #ff3333);
5403
5403
  padding-top: 5px;
5404
5404
  font-weight: 400;
5405
5405
  font-size: 12px;
@@ -5410,10 +5410,10 @@ h5,
5410
5410
  line-height: 21px;
5411
5411
  }
5412
5412
  .fy-input__label___YQgmr span {
5413
- color: var(--errorText, #b24141);
5413
+ color: var(--errorText, #ff3333);
5414
5414
  }
5415
5415
  .fy-input__required___MaAlL {
5416
- color: var(--errorText, #b24141);
5416
+ color: var(--errorText, #ff3333);
5417
5417
  }
5418
5418
  .fy-input__floating___jgtoq {
5419
5419
  position: absolute;
@@ -5460,7 +5460,7 @@ h5,
5460
5460
  border-color: var(--buttonPrimary, #4e3f09);
5461
5461
  }
5462
5462
  .fy-input__inputError___KsMkv {
5463
- border-color: var(--errorText, #b24141) !important;
5463
+ border-color: var(--errorText, #ff3333) !important;
5464
5464
  }
5465
5465
  .fy-input__no-border____9qYF {
5466
5466
  border: none;
@@ -5863,7 +5863,7 @@ h5,
5863
5863
  position: relative;
5864
5864
  }
5865
5865
  .fy-input-group__inputGroupContainer___DUhUi .fy-input-group__error___oRFgR {
5866
- color: var(--errorText, #b24141);
5866
+ color: var(--errorText, #ff3333);
5867
5867
  font-weight: 400;
5868
5868
  font-size: 12px;
5869
5869
  padding-top: 5px;
@@ -5874,7 +5874,7 @@ h5,
5874
5874
  line-height: 21px;
5875
5875
  }
5876
5876
  .fy-input-group__required___A8_zF {
5877
- color: var(--errorText, #b24141);
5877
+ color: var(--errorText, #ff3333);
5878
5878
  }
5879
5879
  .fy-input-group__fyInput___ufjFf {
5880
5880
  accent-color: var(--buttonPrimary, #4e3f09);
@@ -6241,13 +6241,13 @@ h5,
6241
6241
  position: relative;
6242
6242
  }
6243
6243
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__error___HSxiT {
6244
- color: var(--errorText, #b24141);
6244
+ color: var(--errorText, #ff3333);
6245
6245
  font-weight: 400;
6246
6246
  font-size: 12px;
6247
6247
  padding-top: 5px;
6248
6248
  }
6249
6249
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__required___h4JQY {
6250
- color: var(--errorText, #b24141);
6250
+ color: var(--errorText, #ff3333);
6251
6251
  }
6252
6252
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH {
6253
6253
  box-sizing: border-box;
@@ -6265,7 +6265,7 @@ h5,
6265
6265
  cursor: not-allowed;
6266
6266
  }
6267
6267
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH.fy-dropdown__dropDownError___IqJV1 {
6268
- border-color: var(--errorText, #b24141);
6268
+ border-color: var(--errorText, #ff3333);
6269
6269
  }
6270
6270
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH .fy-dropdown__dropdownButton___SqCaQ {
6271
6271
  border-radius: 3px;
@@ -6680,7 +6680,7 @@ h5,
6680
6680
  flex-direction: column;
6681
6681
  }
6682
6682
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
6683
- color: var(--errorText, #b24141);
6683
+ color: var(--errorText, #ff3333);
6684
6684
  font-size: 12px;
6685
6685
  font-style: normal;
6686
6686
  font-weight: 400;
@@ -6688,14 +6688,14 @@ h5,
6688
6688
  margin-top: 5px;
6689
6689
  }
6690
6690
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
6691
- color: var(--errorText, #b24141);
6691
+ color: var(--errorText, #ff3333);
6692
6692
  font-size: 12px;
6693
6693
  font-style: normal;
6694
6694
  font-weight: 400;
6695
6695
  line-height: 16.8px;
6696
6696
  }
6697
6697
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
6698
- border: 1px solid var(--errorText, #b24141);
6698
+ border: 1px solid var(--errorText, #ff3333);
6699
6699
  }
6700
6700
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
6701
6701
  height: auto;
@@ -6719,7 +6719,7 @@ h5,
6719
6719
  opacity: 0.3;
6720
6720
  }
6721
6721
  .mobile-number__required___yHCeh {
6722
- color: var(--errorText, #b24141);
6722
+ color: var(--errorText, #ff3333);
6723
6723
  }
6724
6724
  .mobile-number__countryDropdown___GP6Fo {
6725
6725
  background-color: aquamarine;
@@ -7540,7 +7540,7 @@ h5,
7540
7540
  font-size: 12px;
7541
7541
  font-weight: 600;
7542
7542
  margin-inline-start: 14px;
7543
- color: var(--errorText, #b24141);
7543
+ color: var(--errorText, #ff3333);
7544
7544
  }
7545
7545
  .coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS {
7546
7546
  position: relative;
@@ -8198,7 +8198,7 @@ h5,
8198
8198
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
8199
8199
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
8200
8200
  border: 2px solid var(--errorBackground, #e6d5d5);
8201
- border-top: 2px solid var(--errorText, #b24141);
8201
+ border-top: 2px solid var(--errorText, #ff3333);
8202
8202
  }
8203
8203
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
8204
8204
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
@@ -8207,7 +8207,7 @@ h5,
8207
8207
  }
8208
8208
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
8209
8209
  border: 2px solid #ffffff;
8210
- border-top: 2px solid var(--errorText, #b24141);
8210
+ border-top: 2px solid var(--errorText, #ff3333);
8211
8211
  }
8212
8212
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
8213
8213
  border: 2px solid #ffffff;
@@ -8236,7 +8236,7 @@ h5,
8236
8236
  color: var(--buttonPrimary, #4e3f09);
8237
8237
  }
8238
8238
  .fy-button__text___HwP6V.fy-button__error___guhqH {
8239
- color: var(--errorText, #b24141);
8239
+ color: var(--errorText, #ff3333);
8240
8240
  }
8241
8241
  .fy-button__text___HwP6V.fy-button__success___M7fJl {
8242
8242
  color: var(--successText, #1c958f);
@@ -8259,7 +8259,7 @@ h5,
8259
8259
  }
8260
8260
  .fy-button__contained___F5O7g.fy-button__error___guhqH {
8261
8261
  background-color: var(--errorBackground, #e6d5d5);
8262
- color: var(--errorText, #b24141);
8262
+ color: var(--errorText, #ff3333);
8263
8263
  }
8264
8264
  .fy-button__contained___F5O7g.fy-button__success___M7fJl {
8265
8265
  background-color: var(--successBackground, #c2dbc9);
@@ -8287,7 +8287,7 @@ h5,
8287
8287
  }
8288
8288
  .fy-button__outlined___WccQN.fy-button__error___guhqH {
8289
8289
  border: 1px solid var(--errorBackground, #e6d5d5);
8290
- color: var(--errorText, #b24141);
8290
+ color: var(--errorText, #ff3333);
8291
8291
  }
8292
8292
  .fy-button__outlined___WccQN.fy-button__success___M7fJl {
8293
8293
  border: 1px solid var(--successBackground, #c2dbc9);
@@ -9579,7 +9579,7 @@ h5,
9579
9579
  margin-inline-end: 14px;
9580
9580
  }
9581
9581
  .cart__cartMainContainer___LF2fx .cart__errContainer___nWJ_s .cart__errMsg___pDbyV {
9582
- color: var(--errorText, #b24141);
9582
+ color: var(--errorText, #ff3333);
9583
9583
  flex-grow: 1;
9584
9584
  font-weight: 600;
9585
9585
  font-size: 12px;
@@ -10199,7 +10199,7 @@ h5,
10199
10199
  padding: 4px 12px;
10200
10200
  border-radius: 4px;
10201
10201
  line-height: 140%;
10202
- color: var(--errorText, #b24141);
10202
+ color: var(--errorText, #ff3333);
10203
10203
  background-color: var(--errorBackground, #e6d5d5);
10204
10204
  }
10205
10205
  @media only screen and (max-width: 480px) {
@@ -10328,7 +10328,7 @@ h5,
10328
10328
  cursor: pointer;
10329
10329
  }
10330
10330
  .chip-item__new-cart-red-color___z29C0 {
10331
- color: var(--errorText, #b24141);
10331
+ color: var(--errorText, #ff3333);
10332
10332
  }
10333
10333
  .chip-item__outOfStock___PBJRq {
10334
10334
  opacity: 0.4;
@@ -10451,7 +10451,7 @@ h5,
10451
10451
  height: 22px;
10452
10452
  font-weight: 600;
10453
10453
  font-size: 12px;
10454
- color: var(--errorText, #b24141);
10454
+ color: var(--errorText, #ff3333);
10455
10455
  line-height: 140%;
10456
10456
  }
10457
10457
  .chip-item__sModalContainer___ARs9G .chip-item__sizeModalFooter___W87OT {
@@ -10484,9 +10484,9 @@ h5,
10484
10484
  padding: 6px 16px 8px;
10485
10485
  display: flex;
10486
10486
  align-items: center;
10487
- color: var(--errorText, #b24141);
10487
+ color: var(--errorText, #ff3333);
10488
10488
  background: var(--errorBackground, #e6d5d5);
10489
- border: 1px solid var(--errorText, #b24141);
10489
+ border: 1px solid var(--errorText, #ff3333);
10490
10490
  border-radius: 4px;
10491
10491
  line-height: 140%;
10492
10492
  height: 36px;
@@ -11771,6 +11771,31 @@ h5,
11771
11771
  .accordion__accordionContentImageItem____FBCe {
11772
11772
  display: flex;
11773
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;
11774
11799
  }
11775
11800
  .accordion__accordionContentImg___lbTPr {
11776
11801
  border-radius: 50%;
@@ -17126,7 +17151,7 @@ h5,
17126
17151
  font-size: 10px;
17127
17152
  font-weight: 500;
17128
17153
  margin-top: 4px;
17129
- color: var(--errorText, #b24141);
17154
+ color: var(--errorText, #ff3333);
17130
17155
  }
17131
17156
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q {
17132
17157
  height: 4px;
@@ -20976,7 +21001,7 @@ h5,
20976
21001
  }
20977
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 {
20978
21003
  margin-top: 8px;
20979
- color: var(--errorText, #b24141);
21004
+ color: var(--errorText, #ff3333);
20980
21005
  font-size: 12px;
20981
21006
  font-style: normal;
20982
21007
  font-weight: 400;
@@ -24558,7 +24583,7 @@ h5,
24558
24583
  margin-inline-start: 4px;
24559
24584
  }
24560
24585
  .delivery-info__error___fwjK5 {
24561
- color: var(--errorText, #b24141);
24586
+ color: var(--errorText, #ff3333);
24562
24587
  }
24563
24588
  .delivery-info__button___RWUmQ {
24564
24589
  border: none;
@@ -24603,11 +24628,11 @@ h5,
24603
24628
  color: var(--textHeading, #26201a);
24604
24629
  }
24605
24630
  .delivery-info__error___fwjK5 {
24606
- color: var(--errorText, #b24141);
24631
+ color: var(--errorText, #ff3333);
24607
24632
  }
24608
24633
  .delivery-info__emptyPincode___SpvOg {
24609
24634
  margin-top: 8px;
24610
- color: var(--errorText, #b24141);
24635
+ color: var(--errorText, #ff3333);
24611
24636
  font-size: 12px;
24612
24637
  font-weight: 400;
24613
24638
  line-height: normal;
@@ -25946,7 +25971,7 @@ h5,
25946
25971
  line-height: 16.8px;
25947
25972
  }
25948
25973
  .edit-profile__required___rHXXW {
25949
- color: var(--errorText, #b24141);
25974
+ color: var(--errorText, #ff3333);
25950
25975
  }
25951
25976
  .edit-profile__editProfileNameInput___GNfyk {
25952
25977
  display: flex;
@@ -25956,11 +25981,11 @@ h5,
25956
25981
  display: none;
25957
25982
  }
25958
25983
  .edit-profile__errorInput___BZKHT input {
25959
- border: 1px solid var(--errorText, #b24141) !important;
25984
+ border: 1px solid var(--errorText, #ff3333) !important;
25960
25985
  }
25961
25986
  .edit-profile__errorInput___BZKHT .edit-profile__errorText___wZQJH {
25962
25987
  display: inline-block;
25963
- color: var(--errorText, #b24141);
25988
+ color: var(--errorText, #ff3333);
25964
25989
  font-size: 12px;
25965
25990
  font-style: normal;
25966
25991
  font-weight: 400;
@@ -25968,7 +25993,7 @@ h5,
25968
25993
  margin-top: 8px;
25969
25994
  }
25970
25995
  .edit-profile__errorInput___BZKHT label {
25971
- color: var(--errorText, #b24141);
25996
+ color: var(--errorText, #ff3333);
25972
25997
  }
25973
25998
  .edit-profile__editProfileAlert___HgY6w {
25974
25999
  height: 48px;
@@ -25977,8 +26002,8 @@ h5,
25977
26002
  display: flex;
25978
26003
  align-items: center;
25979
26004
  background-color: var(--errorBackground, #e6d5d5);
25980
- border: 1px dashed var(--errorText, #b24141);
25981
- color: var(--errorText, #b24141);
26005
+ border: 1px dashed var(--errorText, #ff3333);
26006
+ color: var(--errorText, #ff3333);
25982
26007
  }
25983
26008
  .edit-profile__editProfileAlert___HgY6w .edit-profile__alertMessage___eFskF {
25984
26009
  display: inline-block;
@@ -26511,10 +26536,10 @@ h5,
26511
26536
  outline: none;
26512
26537
  }
26513
26538
  .verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP .verify-both__label___m7Eae {
26514
- color: var(--errorText, #b24141);
26539
+ color: var(--errorText, #ff3333);
26515
26540
  }
26516
26541
  .verify-both__formWrapper___i4gyS .verify-both__inputGroup___WBoRS.verify-both__error___zKEjP input {
26517
- border-color: var(--errorText, #b24141);
26542
+ border-color: var(--errorText, #ff3333);
26518
26543
  }
26519
26544
  .verify-both__submitBtn___rVsbN {
26520
26545
  border: none;
@@ -26541,7 +26566,7 @@ h5,
26541
26566
  font-weight: 400;
26542
26567
  line-height: 140%;
26543
26568
  margin-top: 8px;
26544
- color: var(--errorText, #b24141);
26569
+ color: var(--errorText, #ff3333);
26545
26570
  }
26546
26571
  .verify-both__resendOtpWrapper___Mq8mf {
26547
26572
  display: flex;
@@ -26936,8 +26961,8 @@ h5,
26936
26961
  display: flex;
26937
26962
  align-items: center;
26938
26963
  background-color: var(--errorBackground, #e6d5d5);
26939
- border: 1px dashed var(--errorText, #b24141);
26940
- color: var(--errorText, #b24141);
26964
+ border: 1px dashed var(--errorText, #ff3333);
26965
+ color: var(--errorText, #ff3333);
26941
26966
  }
26942
26967
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordAlert___tAU9Y.forget-password__alert-success___IDyO1 {
26943
26968
  background-color: #eefefa;
@@ -26950,7 +26975,7 @@ h5,
26950
26975
  font-size: 13px;
26951
26976
  }
26952
26977
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordAlert___tAU9Y .forget-password__alert-link___WEvmv {
26953
- color: var(--errorText, #b24141);
26978
+ color: var(--errorText, #ff3333);
26954
26979
  font-size: 9px;
26955
26980
  cursor: pointer;
26956
26981
  }
@@ -26992,17 +27017,17 @@ h5,
26992
27017
  line-height: 140%;
26993
27018
  }
26994
27019
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordInputGroup___XQ61I .forget-password__emailErrorMessage___vW0zC {
26995
- color: var(--errorText, #b24141);
27020
+ color: var(--errorText, #ff3333);
26996
27021
  font-size: 12px;
26997
27022
  font-weight: 400;
26998
27023
  line-height: 16.8px;
26999
27024
  margin-top: 8px;
27000
27025
  }
27001
27026
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__errorInput___LgeyJ label {
27002
- color: var(--errorText, #b24141) !important;
27027
+ color: var(--errorText, #ff3333) !important;
27003
27028
  }
27004
27029
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__errorInput___LgeyJ input {
27005
- border: 1px solid var(--errorText, #b24141) !important;
27030
+ border: 1px solid var(--errorText, #ff3333) !important;
27006
27031
  }
27007
27032
  .forget-password__forgotPasswordWrapper___dytr2 .forget-password__forgotPasswordSubmitBtn___TjR_i {
27008
27033
  border: none;
@@ -28211,10 +28236,10 @@ input:focus-visible {
28211
28236
  opacity: 0.3;
28212
28237
  }
28213
28238
  .login-password__loginInputGroup___fg8lw.login-password__error___DIUG_ .login-password__loginInputTitle___zjz7X {
28214
- color: var(--errorText, #b24141);
28239
+ color: var(--errorText, #ff3333);
28215
28240
  }
28216
28241
  .login-password__loginInputGroup___fg8lw.login-password__error___DIUG_ input {
28217
- border-color: var(--errorText, #b24141);
28242
+ border-color: var(--errorText, #ff3333);
28218
28243
  }
28219
28244
  .login-password__password-lable-wrapper___VUcRa {
28220
28245
  display: flex;
@@ -28244,7 +28269,7 @@ input:focus-visible {
28244
28269
  font-weight: 400;
28245
28270
  line-height: 140%;
28246
28271
  margin-top: 8px;
28247
- color: var(--errorText, #b24141);
28272
+ color: var(--errorText, #ff3333);
28248
28273
  }
28249
28274
  .login-password__passwordToggle___OzbQC {
28250
28275
  height: 24px;
@@ -28697,7 +28722,7 @@ h5,
28697
28722
  line-height: 16.8px;
28698
28723
  }
28699
28724
  .login-otp__loginInputGroup____7Nbd .login-otp__loginInputTitle___oQ_Yc.login-otp__error___gM8rr {
28700
- color: var(--errorText, #b24141);
28725
+ color: var(--errorText, #ff3333);
28701
28726
  }
28702
28727
  .login-otp__loginInputGroup____7Nbd input {
28703
28728
  width: 100%;
@@ -28714,7 +28739,7 @@ h5,
28714
28739
  letter-spacing: -0.28px;
28715
28740
  }
28716
28741
  .login-otp__loginInputGroup____7Nbd input.login-otp__error___gM8rr {
28717
- border-color: var(--errorText, #b24141);
28742
+ border-color: var(--errorText, #ff3333);
28718
28743
  }
28719
28744
  .login-otp__password-lable-wrapper___AmG_5 {
28720
28745
  display: flex;
@@ -28726,7 +28751,7 @@ h5,
28726
28751
  font-weight: 400;
28727
28752
  line-height: 140%;
28728
28753
  margin-top: 8px;
28729
- color: var(--errorText, #b24141);
28754
+ color: var(--errorText, #ff3333);
28730
28755
  }
28731
28756
  .login-otp__loading___tFXPV div {
28732
28757
  width: 100%;
@@ -29811,7 +29836,7 @@ h5,
29811
29836
  padding: 24px;
29812
29837
  }
29813
29838
  .register__required___npDAe {
29814
- color: var(--errorText, #b24141);
29839
+ color: var(--errorText, #ff3333);
29815
29840
  }
29816
29841
  .register__registerFormWrapper___nCdfI {
29817
29842
  margin-top: 10px;
@@ -29967,11 +29992,11 @@ h5,
29967
29992
  display: none;
29968
29993
  }
29969
29994
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng input {
29970
- border: 1px solid var(--errorText, #b24141);
29995
+ border: 1px solid var(--errorText, #ff3333);
29971
29996
  }
29972
29997
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng .register__errorText___W8444 {
29973
29998
  display: inline-block;
29974
- color: var(--errorText, #b24141);
29999
+ color: var(--errorText, #ff3333);
29975
30000
  font-size: 12px;
29976
30001
  font-style: normal;
29977
30002
  font-weight: 400;
@@ -29979,10 +30004,10 @@ h5,
29979
30004
  margin-top: 8px;
29980
30005
  }
29981
30006
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng label {
29982
- color: var(--errorText, #b24141);
30007
+ color: var(--errorText, #ff3333);
29983
30008
  }
29984
30009
  .register__registerFormWrapper___nCdfI .register__errorInput___TI7Ng .register__loginInputWrapper___uBT1u {
29985
- color: var(--errorText, #b24141);
30010
+ color: var(--errorText, #ff3333);
29986
30011
  }
29987
30012
  .register__registerFormWrapper___nCdfI .register__loginAlert___H8COF {
29988
30013
  height: 48px;
@@ -29992,8 +30017,8 @@ h5,
29992
30017
  align-items: center;
29993
30018
  font-size: 13px;
29994
30019
  background-color: var(--errorBackground, #e6d5d5);
29995
- border: 1px dashed var(--errorText, #b24141);
29996
- color: var(--errorText, #b24141);
30020
+ border: 1px dashed var(--errorText, #ff3333);
30021
+ color: var(--errorText, #ff3333);
29997
30022
  }
29998
30023
  .register__passwordInputWrapper___a2PM1 {
29999
30024
  position: relative;
@@ -30005,7 +30030,7 @@ h5,
30005
30030
  }
30006
30031
  .register__consentWrapper___eRJuQ .register__errorText___W8444 {
30007
30032
  display: inline-block;
30008
- color: var(--errorText, #b24141);
30033
+ color: var(--errorText, #ff3333);
30009
30034
  font-size: 12px;
30010
30035
  font-style: normal;
30011
30036
  font-weight: 400;
@@ -30457,11 +30482,11 @@ h5,
30457
30482
  display: none;
30458
30483
  }
30459
30484
  .set-password__setWrapper___fVVhH .set-password__errorInput___MOGDl input {
30460
- border: 1px solid var(--errorText, #b24141);
30485
+ border: 1px solid var(--errorText, #ff3333);
30461
30486
  }
30462
30487
  .set-password__setWrapper___fVVhH .set-password__errorInput___MOGDl .set-password__errorText___Q6Pi1 {
30463
30488
  display: block;
30464
- color: var(--errorText, #b24141);
30489
+ color: var(--errorText, #ff3333);
30465
30490
  font-size: 12px;
30466
30491
  font-style: normal;
30467
30492
  font-weight: 400;
@@ -30469,7 +30494,7 @@ h5,
30469
30494
  margin-top: 8px;
30470
30495
  }
30471
30496
  .set-password__setWrapper___fVVhH .set-password__errorInput___MOGDl label {
30472
- color: var(--errorText, #b24141);
30497
+ color: var(--errorText, #ff3333);
30473
30498
  }
30474
30499
  .set-password__setWrapper___fVVhH .set-password__loginAlert___mGKj2 {
30475
30500
  height: 48px;
@@ -30479,8 +30504,8 @@ h5,
30479
30504
  align-items: center;
30480
30505
  font-size: 13px;
30481
30506
  background-color: var(--errorBackground, #e6d5d5);
30482
- border: 1px dashed var(--errorText, #b24141);
30483
- color: var(--errorText, #b24141);
30507
+ border: 1px dashed var(--errorText, #ff3333);
30508
+ color: var(--errorText, #ff3333);
30484
30509
  }
30485
30510
 
30486
30511
  /**color by character**/
@@ -32532,7 +32557,7 @@ h5,
32532
32557
  font-weight: 600;
32533
32558
  font-size: 12px;
32534
32559
  line-height: 140%;
32535
- color: var(--errorText, #b24141);
32560
+ color: var(--errorText, #ff3333);
32536
32561
  }
32537
32562
  .single-address-content__invalidAddError___WDHnv .single-address-content__invalidAddErrorLeft___AUwWL .single-address-content__invalidAddErrorData___ardbO .single-address-content__invalidAddErrorSuggestion___BY4RT {
32538
32563
  font-weight: 400;
@@ -32546,7 +32571,7 @@ h5,
32546
32571
  line-height: 140%;
32547
32572
  text-align: center;
32548
32573
  text-transform: uppercase;
32549
- color: var(--errorText, #b24141);
32574
+ color: var(--errorText, #ff3333);
32550
32575
  cursor: pointer;
32551
32576
  }
32552
32577
 
@@ -33961,7 +33986,7 @@ h5,
33961
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 {
33962
33987
  font-weight: 400;
33963
33988
  font-size: 12px;
33964
- color: var(--errorText, #b24141);
33989
+ color: var(--errorText, #ff3333);
33965
33990
  line-height: 140%;
33966
33991
  border-radius: 4px;
33967
33992
  text-align: center;
@@ -34434,7 +34459,7 @@ h5,
34434
34459
  color: var(--textBody, #3c3131);
34435
34460
  }
34436
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 {
34437
- border: 1px solid var(--errorText, #b24141);
34462
+ border: 1px solid var(--errorText, #ff3333);
34438
34463
  }
34439
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 {
34440
34465
  position: absolute;
@@ -34448,10 +34473,10 @@ h5,
34448
34473
  padding: 0 4px;
34449
34474
  }
34450
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 {
34451
- color: var(--errorText, #b24141);
34476
+ color: var(--errorText, #ff3333);
34452
34477
  }
34453
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 {
34454
- color: var(--errorText, #b24141);
34479
+ color: var(--errorText, #ff3333);
34455
34480
  }
34456
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 {
34457
34482
  display: flex;
@@ -34967,13 +34992,13 @@ h5,
34967
34992
  border: 1px solid var(--primaryColor);
34968
34993
  }
34969
34994
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__error___DzZ0L {
34970
- border: 1px solid var(--errorText, #b24141);
34995
+ border: 1px solid var(--errorText, #ff3333);
34971
34996
  }
34972
34997
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__input___CtIj_ {
34973
34998
  border: 1px solid var(--primaryColor);
34974
34999
  }
34975
35000
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__upiInput___unikS.checkout-payment-content__error___DzZ0L {
34976
- border: 1px solid var(--errorText, #b24141);
35001
+ border: 1px solid var(--errorText, #ff3333);
34977
35002
  }
34978
35003
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l {
34979
35004
  position: absolute;
@@ -34987,10 +35012,10 @@ h5,
34987
35012
  padding: 0 4px;
34988
35013
  }
34989
35014
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__inputName___VvI9l .checkout-payment-content__required___YDb3J {
34990
- color: var(--errorText, #b24141);
35015
+ color: var(--errorText, #ff3333);
34991
35016
  }
34992
35017
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiIdWrapper___Eqfiy .checkout-payment-content__errorInputName___creos {
34993
- color: var(--errorText, #b24141);
35018
+ color: var(--errorText, #ff3333);
34994
35019
  }
34995
35020
  .checkout-payment-content__container___HusGh .checkout-payment-content__upiPay___CycYi .checkout-payment-content__payBtn___dgcAp {
34996
35021
  padding: 14px;
@@ -35045,7 +35070,7 @@ h5,
35045
35070
  .checkout-payment-content__container___HusGh .checkout-payment-content__codInfo___MgPkv {
35046
35071
  font-weight: 400;
35047
35072
  font-size: 12px;
35048
- color: var(--errorText, #b24141);
35073
+ color: var(--errorText, #ff3333);
35049
35074
  line-height: 140%;
35050
35075
  background-color: #fbeaea;
35051
35076
  border-radius: 4px;
@@ -35093,7 +35118,7 @@ h5,
35093
35118
  color: green;
35094
35119
  }
35095
35120
  .checkout-payment-content__container___HusGh .checkout-payment-content__formError___Mntli {
35096
- color: var(--errorText, #b24141);
35121
+ color: var(--errorText, #ff3333);
35097
35122
  font-size: 12px;
35098
35123
  font-weight: 400;
35099
35124
  margin-top: 8px;
@@ -35288,7 +35313,7 @@ h5,
35288
35313
  font-size: 12px;
35289
35314
  font-weight: 400;
35290
35315
  line-height: 16.8px;
35291
- color: var(--errorText, #b24141);
35316
+ color: var(--errorText, #ff3333);
35292
35317
  text-align: center;
35293
35318
  }
35294
35319
  .checkout-payment-content__codModal___SSel2 .checkout-payment-content__payBtn___dgcAp {
@@ -35406,7 +35431,7 @@ h5,
35406
35431
  border-radius: 4px;
35407
35432
  }
35408
35433
  .checkout-payment-content__upiError___hFHVG {
35409
- color: var(--errorText, #b24141);
35434
+ color: var(--errorText, #ff3333);
35410
35435
  font-size: 12px;
35411
35436
  font-weight: 400;
35412
35437
  }
@@ -36351,7 +36376,7 @@ h5,
36351
36376
  }
36352
36377
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR .checkout-payment__redSplit___RhEIg {
36353
36378
  width: 8px;
36354
- background: var(--errorText, #b24141);
36379
+ background: var(--errorText, #ff3333);
36355
36380
  border-radius: 8px 0px 0px 8px;
36356
36381
  }
36357
36382
 
@@ -36711,7 +36736,7 @@ h5,
36711
36736
  font-size: 14px;
36712
36737
  font-weight: 600;
36713
36738
  line-height: 140%;
36714
- color: var(--errorText, #b24141);
36739
+ color: var(--errorText, #ff3333);
36715
36740
  margin-bottom: 4px;
36716
36741
  }
36717
36742
  .checkout-payment-failure__paymentFailedContainer___dz8Zc .checkout-payment-failure__wrapper___C8Z_W .checkout-payment-failure__header___Lfvf8 .checkout-payment-failure__paymentErrMsg___gg6bD {
@@ -37491,7 +37516,7 @@ h5,
37491
37516
  margin-inline-end: 25px;
37492
37517
  }
37493
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 {
37494
- color: var(--errorText, #b24141);
37519
+ color: var(--errorText, #ff3333);
37495
37520
  }
37496
37521
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__radioContent___Z1Me4 {
37497
37522
  margin: 4px 0 0;
@@ -39569,7 +39594,7 @@ h5,
39569
39594
  color: var(--textHeading, #26201a) !important;
39570
39595
  }
39571
39596
  .add-phone-modal__errorText___ydIA0 {
39572
- color: var(--errorText, #b24141);
39597
+ color: var(--errorText, #ff3333);
39573
39598
  display: inline-block;
39574
39599
  font-size: 12px;
39575
39600
  margin-top: 3px;