@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
@@ -468,7 +468,7 @@ h5,
468
468
  .comment__commentOuterBox___tyEJJ .comment__inputBox___hqxzy .comment__commentError___qZ8ZF {
469
469
  font-weight: 400;
470
470
  font-size: 10px;
471
- color: var(--errorText, #b24141);
471
+ color: var(--errorText, #ff3333);
472
472
  padding-top: 12px;
473
473
  padding-inline-end: 12px;
474
474
  padding-bottom: 0px;
@@ -442,7 +442,7 @@ h5,
442
442
  font-size: 12px;
443
443
  font-weight: 600;
444
444
  margin-inline-start: 14px;
445
- color: var(--errorText, #b24141);
445
+ color: var(--errorText, #ff3333);
446
446
  }
447
447
  .coupon__modalContent___BJog_ .coupon__modalBody___vZ3YF .coupon__couponInputBox___mlvGS {
448
448
  position: relative;
@@ -428,7 +428,7 @@ h5,
428
428
  }
429
429
  .delivery-location__pincodeModal___KAYH1 .delivery-location__modalBody___RfoHR .delivery-location__modalPincodeContainer___G5DG2 .delivery-location__errorText___KQJXL {
430
430
  flex-basis: 100%;
431
- color: var(--errorText, #b24141);
431
+ color: var(--errorText, #ff3333);
432
432
  line-height: 140%;
433
433
  font-size: 12px;
434
434
  font-weight: 400;
@@ -522,7 +522,7 @@ h5,
522
522
  background-color: var(--pageBackground, #f8f8f8);
523
523
  }
524
524
  .delivery-location__addressModal___w8rJu .delivery-location__modalBody___RfoHR .delivery-location__pincodeBox___cp1ra .delivery-location__errorText___KQJXL {
525
- color: var(--errorText, #b24141);
525
+ color: var(--errorText, #ff3333);
526
526
  line-height: 140%;
527
527
  font-size: 12px;
528
528
  font-weight: 400;
@@ -695,7 +695,7 @@ h5,
695
695
  }
696
696
  .delivery-location__addrErrText___Vs74R {
697
697
  margin-inline-start: 25px;
698
- color: var(--errorText, #b24141);
698
+ color: var(--errorText, #ff3333);
699
699
  font-weight: 400;
700
700
  font-size: 12px;
701
701
  margin-top: 8px;
@@ -2007,7 +2007,7 @@ h5,
2007
2007
  justify-content: space-between;
2008
2008
  }
2009
2009
  .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__labelClassName___vSawZ span {
2010
- color: var(--errorText, #b24141);
2010
+ color: var(--errorText, #ff3333);
2011
2011
  }
2012
2012
  .address-form__addressFormWrapper___M0Ler .address-form__formContainer___UrnfJ .address-form__formItemDiv___ciw5I:nth-child(odd) {
2013
2013
  margin-inline-end: 8px;
@@ -2018,7 +2018,7 @@ h5,
2018
2018
  }
2019
2019
  }
2020
2020
  .address-form__addressFormWrapper___M0Ler .address-form__formError___uBC6H {
2021
- color: var(--errorText, #b24141);
2021
+ color: var(--errorText, #ff3333);
2022
2022
  width: max-content;
2023
2023
  font-size: 12px;
2024
2024
  font-weight: 400;
@@ -2675,7 +2675,7 @@ h5,
2675
2675
  position: relative;
2676
2676
  }
2677
2677
  .fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
2678
- color: var(--errorText, #b24141);
2678
+ color: var(--errorText, #ff3333);
2679
2679
  padding-top: 5px;
2680
2680
  font-weight: 400;
2681
2681
  font-size: 12px;
@@ -2686,10 +2686,10 @@ h5,
2686
2686
  line-height: 21px;
2687
2687
  }
2688
2688
  .fy-input__label___YQgmr span {
2689
- color: var(--errorText, #b24141);
2689
+ color: var(--errorText, #ff3333);
2690
2690
  }
2691
2691
  .fy-input__required___MaAlL {
2692
- color: var(--errorText, #b24141);
2692
+ color: var(--errorText, #ff3333);
2693
2693
  }
2694
2694
  .fy-input__floating___jgtoq {
2695
2695
  position: absolute;
@@ -2736,7 +2736,7 @@ h5,
2736
2736
  border-color: var(--buttonPrimary, #4e3f09);
2737
2737
  }
2738
2738
  .fy-input__inputError___KsMkv {
2739
- border-color: var(--errorText, #b24141) !important;
2739
+ border-color: var(--errorText, #ff3333) !important;
2740
2740
  }
2741
2741
  .fy-input__no-border____9qYF {
2742
2742
  border: none;
@@ -3139,7 +3139,7 @@ h5,
3139
3139
  position: relative;
3140
3140
  }
3141
3141
  .fy-input-group__inputGroupContainer___DUhUi .fy-input-group__error___oRFgR {
3142
- color: var(--errorText, #b24141);
3142
+ color: var(--errorText, #ff3333);
3143
3143
  font-weight: 400;
3144
3144
  font-size: 12px;
3145
3145
  padding-top: 5px;
@@ -3150,7 +3150,7 @@ h5,
3150
3150
  line-height: 21px;
3151
3151
  }
3152
3152
  .fy-input-group__required___A8_zF {
3153
- color: var(--errorText, #b24141);
3153
+ color: var(--errorText, #ff3333);
3154
3154
  }
3155
3155
  .fy-input-group__fyInput___ufjFf {
3156
3156
  accent-color: var(--buttonPrimary, #4e3f09);
@@ -3517,13 +3517,13 @@ h5,
3517
3517
  position: relative;
3518
3518
  }
3519
3519
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__error___HSxiT {
3520
- color: var(--errorText, #b24141);
3520
+ color: var(--errorText, #ff3333);
3521
3521
  font-weight: 400;
3522
3522
  font-size: 12px;
3523
3523
  padding-top: 5px;
3524
3524
  }
3525
3525
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__required___h4JQY {
3526
- color: var(--errorText, #b24141);
3526
+ color: var(--errorText, #ff3333);
3527
3527
  }
3528
3528
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH {
3529
3529
  box-sizing: border-box;
@@ -3541,7 +3541,7 @@ h5,
3541
3541
  cursor: not-allowed;
3542
3542
  }
3543
3543
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH.fy-dropdown__dropDownError___IqJV1 {
3544
- border-color: var(--errorText, #b24141);
3544
+ border-color: var(--errorText, #ff3333);
3545
3545
  }
3546
3546
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH .fy-dropdown__dropdownButton___SqCaQ {
3547
3547
  border-radius: 3px;
@@ -3956,7 +3956,7 @@ h5,
3956
3956
  flex-direction: column;
3957
3957
  }
3958
3958
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
3959
- color: var(--errorText, #b24141);
3959
+ color: var(--errorText, #ff3333);
3960
3960
  font-size: 12px;
3961
3961
  font-style: normal;
3962
3962
  font-weight: 400;
@@ -3964,14 +3964,14 @@ h5,
3964
3964
  margin-top: 5px;
3965
3965
  }
3966
3966
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
3967
- color: var(--errorText, #b24141);
3967
+ color: var(--errorText, #ff3333);
3968
3968
  font-size: 12px;
3969
3969
  font-style: normal;
3970
3970
  font-weight: 400;
3971
3971
  line-height: 16.8px;
3972
3972
  }
3973
3973
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
3974
- border: 1px solid var(--errorText, #b24141);
3974
+ border: 1px solid var(--errorText, #ff3333);
3975
3975
  }
3976
3976
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
3977
3977
  height: auto;
@@ -3995,7 +3995,7 @@ h5,
3995
3995
  opacity: 0.3;
3996
3996
  }
3997
3997
  .mobile-number__required___yHCeh {
3998
- color: var(--errorText, #b24141);
3998
+ color: var(--errorText, #ff3333);
3999
3999
  }
4000
4000
  .mobile-number__countryDropdown___GP6Fo {
4001
4001
  background-color: aquamarine;
@@ -396,7 +396,7 @@ h5,
396
396
  outline: none;
397
397
  }
398
398
  .gst-card__gstContainer___LJVYg .gst-card__inputBox___mMywn .gst-card__errorBox___F_YRZ {
399
- border: var(--errorText, #b24141);
399
+ border: var(--errorText, #ff3333);
400
400
  }
401
401
  .gst-card__gstContainer___LJVYg .gst-card__inputBox___mMywn .gst-card__crossBtn___ERJyk {
402
402
  position: absolute;
@@ -404,7 +404,7 @@ h5,
404
404
  cursor: pointer;
405
405
  }
406
406
  .gst-card__colorErrorNormal___qjGLA {
407
- color: var(--errorText, #b24141);
407
+ color: var(--errorText, #ff3333);
408
408
  }
409
409
  .gst-card__colorSuccessNormal___cN34g {
410
410
  color: var(--successText, #1c958f);
@@ -1123,7 +1123,7 @@ h5,
1123
1123
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
1124
1124
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
1125
1125
  border: 2px solid var(--errorBackground, #e6d5d5);
1126
- border-top: 2px solid var(--errorText, #b24141);
1126
+ border-top: 2px solid var(--errorText, #ff3333);
1127
1127
  }
1128
1128
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
1129
1129
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
@@ -1132,7 +1132,7 @@ h5,
1132
1132
  }
1133
1133
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
1134
1134
  border: 2px solid #ffffff;
1135
- border-top: 2px solid var(--errorText, #b24141);
1135
+ border-top: 2px solid var(--errorText, #ff3333);
1136
1136
  }
1137
1137
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
1138
1138
  border: 2px solid #ffffff;
@@ -1161,7 +1161,7 @@ h5,
1161
1161
  color: var(--buttonPrimary, #4e3f09);
1162
1162
  }
1163
1163
  .fy-button__text___HwP6V.fy-button__error___guhqH {
1164
- color: var(--errorText, #b24141);
1164
+ color: var(--errorText, #ff3333);
1165
1165
  }
1166
1166
  .fy-button__text___HwP6V.fy-button__success___M7fJl {
1167
1167
  color: var(--successText, #1c958f);
@@ -1184,7 +1184,7 @@ h5,
1184
1184
  }
1185
1185
  .fy-button__contained___F5O7g.fy-button__error___guhqH {
1186
1186
  background-color: var(--errorBackground, #e6d5d5);
1187
- color: var(--errorText, #b24141);
1187
+ color: var(--errorText, #ff3333);
1188
1188
  }
1189
1189
  .fy-button__contained___F5O7g.fy-button__success___M7fJl {
1190
1190
  background-color: var(--successBackground, #c2dbc9);
@@ -1212,7 +1212,7 @@ h5,
1212
1212
  }
1213
1213
  .fy-button__outlined___WccQN.fy-button__error___guhqH {
1214
1214
  border: 1px solid var(--errorBackground, #e6d5d5);
1215
- color: var(--errorText, #b24141);
1215
+ color: var(--errorText, #ff3333);
1216
1216
  }
1217
1217
  .fy-button__outlined___WccQN.fy-button__success___M7fJl {
1218
1218
  border: 1px solid var(--successBackground, #c2dbc9);
@@ -434,7 +434,7 @@ h5,
434
434
  line-height: 16.8px;
435
435
  }
436
436
  .login-otp__loginInputGroup____7Nbd .login-otp__loginInputTitle___oQ_Yc.login-otp__error___gM8rr {
437
- color: var(--errorText, #b24141);
437
+ color: var(--errorText, #ff3333);
438
438
  }
439
439
  .login-otp__loginInputGroup____7Nbd input {
440
440
  width: 100%;
@@ -451,7 +451,7 @@ h5,
451
451
  letter-spacing: -0.28px;
452
452
  }
453
453
  .login-otp__loginInputGroup____7Nbd input.login-otp__error___gM8rr {
454
- border-color: var(--errorText, #b24141);
454
+ border-color: var(--errorText, #ff3333);
455
455
  }
456
456
  .login-otp__password-lable-wrapper___AmG_5 {
457
457
  display: flex;
@@ -463,7 +463,7 @@ h5,
463
463
  font-weight: 400;
464
464
  line-height: 140%;
465
465
  margin-top: 8px;
466
- color: var(--errorText, #b24141);
466
+ color: var(--errorText, #ff3333);
467
467
  }
468
468
  .login-otp__loading___tFXPV div {
469
469
  width: 100%;
@@ -815,7 +815,7 @@ h5,
815
815
  flex-direction: column;
816
816
  }
817
817
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
818
- color: var(--errorText, #b24141);
818
+ color: var(--errorText, #ff3333);
819
819
  font-size: 12px;
820
820
  font-style: normal;
821
821
  font-weight: 400;
@@ -823,14 +823,14 @@ h5,
823
823
  margin-top: 5px;
824
824
  }
825
825
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
826
- color: var(--errorText, #b24141);
826
+ color: var(--errorText, #ff3333);
827
827
  font-size: 12px;
828
828
  font-style: normal;
829
829
  font-weight: 400;
830
830
  line-height: 16.8px;
831
831
  }
832
832
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
833
- border: 1px solid var(--errorText, #b24141);
833
+ border: 1px solid var(--errorText, #ff3333);
834
834
  }
835
835
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
836
836
  height: auto;
@@ -854,7 +854,7 @@ h5,
854
854
  opacity: 0.3;
855
855
  }
856
856
  .mobile-number__required___yHCeh {
857
- color: var(--errorText, #b24141);
857
+ color: var(--errorText, #ff3333);
858
858
  }
859
859
  .mobile-number__countryDropdown___GP6Fo {
860
860
  background-color: aquamarine;
@@ -393,10 +393,10 @@ input:focus-visible {
393
393
  opacity: 0.3;
394
394
  }
395
395
  .login-password__loginInputGroup___fg8lw.login-password__error___DIUG_ .login-password__loginInputTitle___zjz7X {
396
- color: var(--errorText, #b24141);
396
+ color: var(--errorText, #ff3333);
397
397
  }
398
398
  .login-password__loginInputGroup___fg8lw.login-password__error___DIUG_ input {
399
- border-color: var(--errorText, #b24141);
399
+ border-color: var(--errorText, #ff3333);
400
400
  }
401
401
  .login-password__password-lable-wrapper___VUcRa {
402
402
  display: flex;
@@ -426,7 +426,7 @@ input:focus-visible {
426
426
  font-weight: 400;
427
427
  line-height: 140%;
428
428
  margin-top: 8px;
429
- color: var(--errorText, #b24141);
429
+ color: var(--errorText, #ff3333);
430
430
  }
431
431
  .login-password__passwordToggle___OzbQC {
432
432
  height: 24px;
@@ -784,7 +784,7 @@ h5,
784
784
  flex-direction: column;
785
785
  }
786
786
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__errorText___lRww6 {
787
- color: var(--errorText, #b24141);
787
+ color: var(--errorText, #ff3333);
788
788
  font-size: 12px;
789
789
  font-style: normal;
790
790
  font-weight: 400;
@@ -792,14 +792,14 @@ h5,
792
792
  margin-top: 5px;
793
793
  }
794
794
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT label {
795
- color: var(--errorText, #b24141);
795
+ color: var(--errorText, #ff3333);
796
796
  font-size: 12px;
797
797
  font-style: normal;
798
798
  font-weight: 400;
799
799
  line-height: 16.8px;
800
800
  }
801
801
  .mobile-number__mobileInputWrapper___Na12n.mobile-number__errorInput___TKkzT .mobile-number__mobileNumberInput___iRnFG {
802
- border: 1px solid var(--errorText, #b24141);
802
+ border: 1px solid var(--errorText, #ff3333);
803
803
  }
804
804
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv {
805
805
  height: auto;
@@ -823,7 +823,7 @@ h5,
823
823
  opacity: 0.3;
824
824
  }
825
825
  .mobile-number__required___yHCeh {
826
- color: var(--errorText, #b24141);
826
+ color: var(--errorText, #ff3333);
827
827
  }
828
828
  .mobile-number__countryDropdown___GP6Fo {
829
829
  background-color: aquamarine;
@@ -533,7 +533,7 @@ h5,
533
533
  }
534
534
  .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 {
535
535
  margin-top: 8px;
536
- color: var(--errorText, #b24141);
536
+ color: var(--errorText, #ff3333);
537
537
  font-size: 12px;
538
538
  font-style: normal;
539
539
  font-weight: 400;
@@ -4603,7 +4603,7 @@ h5,
4603
4603
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
4604
4604
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
4605
4605
  border: 2px solid var(--errorBackground, #e6d5d5);
4606
- border-top: 2px solid var(--errorText, #b24141);
4606
+ border-top: 2px solid var(--errorText, #ff3333);
4607
4607
  }
4608
4608
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
4609
4609
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
@@ -4612,7 +4612,7 @@ h5,
4612
4612
  }
4613
4613
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
4614
4614
  border: 2px solid #ffffff;
4615
- border-top: 2px solid var(--errorText, #b24141);
4615
+ border-top: 2px solid var(--errorText, #ff3333);
4616
4616
  }
4617
4617
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
4618
4618
  border: 2px solid #ffffff;
@@ -4641,7 +4641,7 @@ h5,
4641
4641
  color: var(--buttonPrimary, #4e3f09);
4642
4642
  }
4643
4643
  .fy-button__text___HwP6V.fy-button__error___guhqH {
4644
- color: var(--errorText, #b24141);
4644
+ color: var(--errorText, #ff3333);
4645
4645
  }
4646
4646
  .fy-button__text___HwP6V.fy-button__success___M7fJl {
4647
4647
  color: var(--successText, #1c958f);
@@ -4664,7 +4664,7 @@ h5,
4664
4664
  }
4665
4665
  .fy-button__contained___F5O7g.fy-button__error___guhqH {
4666
4666
  background-color: var(--errorBackground, #e6d5d5);
4667
- color: var(--errorText, #b24141);
4667
+ color: var(--errorText, #ff3333);
4668
4668
  }
4669
4669
  .fy-button__contained___F5O7g.fy-button__success___M7fJl {
4670
4670
  background-color: var(--successBackground, #c2dbc9);
@@ -4692,7 +4692,7 @@ h5,
4692
4692
  }
4693
4693
  .fy-button__outlined___WccQN.fy-button__error___guhqH {
4694
4694
  border: 1px solid var(--errorBackground, #e6d5d5);
4695
- color: var(--errorText, #b24141);
4695
+ color: var(--errorText, #ff3333);
4696
4696
  }
4697
4697
  .fy-button__outlined___WccQN.fy-button__success___M7fJl {
4698
4698
  border: 1px solid var(--successBackground, #c2dbc9);
@@ -5140,7 +5140,7 @@ h5,
5140
5140
  margin-inline-start: 4px;
5141
5141
  }
5142
5142
  .delivery-info__error___fwjK5 {
5143
- color: var(--errorText, #b24141);
5143
+ color: var(--errorText, #ff3333);
5144
5144
  }
5145
5145
  .delivery-info__button___RWUmQ {
5146
5146
  border: none;
@@ -5185,11 +5185,11 @@ h5,
5185
5185
  color: var(--textHeading, #26201a);
5186
5186
  }
5187
5187
  .delivery-info__error___fwjK5 {
5188
- color: var(--errorText, #b24141);
5188
+ color: var(--errorText, #ff3333);
5189
5189
  }
5190
5190
  .delivery-info__emptyPincode___SpvOg {
5191
5191
  margin-top: 8px;
5192
- color: var(--errorText, #b24141);
5192
+ color: var(--errorText, #ff3333);
5193
5193
  font-size: 12px;
5194
5194
  font-weight: 400;
5195
5195
  line-height: normal;
@@ -5538,7 +5538,7 @@ h5,
5538
5538
  position: relative;
5539
5539
  }
5540
5540
  .fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
5541
- color: var(--errorText, #b24141);
5541
+ color: var(--errorText, #ff3333);
5542
5542
  padding-top: 5px;
5543
5543
  font-weight: 400;
5544
5544
  font-size: 12px;
@@ -5549,10 +5549,10 @@ h5,
5549
5549
  line-height: 21px;
5550
5550
  }
5551
5551
  .fy-input__label___YQgmr span {
5552
- color: var(--errorText, #b24141);
5552
+ color: var(--errorText, #ff3333);
5553
5553
  }
5554
5554
  .fy-input__required___MaAlL {
5555
- color: var(--errorText, #b24141);
5555
+ color: var(--errorText, #ff3333);
5556
5556
  }
5557
5557
  .fy-input__floating___jgtoq {
5558
5558
  position: absolute;
@@ -5599,7 +5599,7 @@ h5,
5599
5599
  border-color: var(--buttonPrimary, #4e3f09);
5600
5600
  }
5601
5601
  .fy-input__inputError___KsMkv {
5602
- border-color: var(--errorText, #b24141) !important;
5602
+ border-color: var(--errorText, #ff3333) !important;
5603
5603
  }
5604
5604
  .fy-input__no-border____9qYF {
5605
5605
  border: none;
@@ -6406,13 +6406,13 @@ h5,
6406
6406
  position: relative;
6407
6407
  }
6408
6408
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__error___HSxiT {
6409
- color: var(--errorText, #b24141);
6409
+ color: var(--errorText, #ff3333);
6410
6410
  font-weight: 400;
6411
6411
  font-size: 12px;
6412
6412
  padding-top: 5px;
6413
6413
  }
6414
6414
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__required___h4JQY {
6415
- color: var(--errorText, #b24141);
6415
+ color: var(--errorText, #ff3333);
6416
6416
  }
6417
6417
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH {
6418
6418
  box-sizing: border-box;
@@ -6430,7 +6430,7 @@ h5,
6430
6430
  cursor: not-allowed;
6431
6431
  }
6432
6432
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH.fy-dropdown__dropDownError___IqJV1 {
6433
- border-color: var(--errorText, #b24141);
6433
+ border-color: var(--errorText, #ff3333);
6434
6434
  }
6435
6435
  .fy-dropdown__dropdownContainer___fhUVa .fy-dropdown__dropdown___N1atH .fy-dropdown__dropdownButton___SqCaQ {
6436
6436
  border-radius: 3px;
@@ -418,7 +418,7 @@ h5,
418
418
  margin-inline-start: 4px;
419
419
  }
420
420
  .delivery-info__error___fwjK5 {
421
- color: var(--errorText, #b24141);
421
+ color: var(--errorText, #ff3333);
422
422
  }
423
423
  .delivery-info__button___RWUmQ {
424
424
  border: none;
@@ -463,11 +463,11 @@ h5,
463
463
  color: var(--textHeading, #26201a);
464
464
  }
465
465
  .delivery-info__error___fwjK5 {
466
- color: var(--errorText, #b24141);
466
+ color: var(--errorText, #ff3333);
467
467
  }
468
468
  .delivery-info__emptyPincode___SpvOg {
469
469
  margin-top: 8px;
470
- color: var(--errorText, #b24141);
470
+ color: var(--errorText, #ff3333);
471
471
  font-size: 12px;
472
472
  font-weight: 400;
473
473
  line-height: normal;
@@ -859,7 +859,7 @@ h5,
859
859
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__error___guhqH,
860
860
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__error___guhqH {
861
861
  border: 2px solid var(--errorBackground, #e6d5d5);
862
- border-top: 2px solid var(--errorText, #b24141);
862
+ border-top: 2px solid var(--errorText, #ff3333);
863
863
  }
864
864
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__text___HwP6V.fy-button__success___M7fJl,
865
865
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__outlined___WccQN.fy-button__success___M7fJl {
@@ -868,7 +868,7 @@ h5,
868
868
  }
869
869
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__error___guhqH {
870
870
  border: 2px solid #ffffff;
871
- border-top: 2px solid var(--errorText, #b24141);
871
+ border-top: 2px solid var(--errorText, #ff3333);
872
872
  }
873
873
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__success___M7fJl {
874
874
  border: 2px solid #ffffff;
@@ -897,7 +897,7 @@ h5,
897
897
  color: var(--buttonPrimary, #4e3f09);
898
898
  }
899
899
  .fy-button__text___HwP6V.fy-button__error___guhqH {
900
- color: var(--errorText, #b24141);
900
+ color: var(--errorText, #ff3333);
901
901
  }
902
902
  .fy-button__text___HwP6V.fy-button__success___M7fJl {
903
903
  color: var(--successText, #1c958f);
@@ -920,7 +920,7 @@ h5,
920
920
  }
921
921
  .fy-button__contained___F5O7g.fy-button__error___guhqH {
922
922
  background-color: var(--errorBackground, #e6d5d5);
923
- color: var(--errorText, #b24141);
923
+ color: var(--errorText, #ff3333);
924
924
  }
925
925
  .fy-button__contained___F5O7g.fy-button__success___M7fJl {
926
926
  background-color: var(--successBackground, #c2dbc9);
@@ -948,7 +948,7 @@ h5,
948
948
  }
949
949
  .fy-button__outlined___WccQN.fy-button__error___guhqH {
950
950
  border: 1px solid var(--errorBackground, #e6d5d5);
951
- color: var(--errorText, #b24141);
951
+ color: var(--errorText, #ff3333);
952
952
  }
953
953
  .fy-button__outlined___WccQN.fy-button__success___M7fJl {
954
954
  border: 1px solid var(--successBackground, #c2dbc9);
@@ -1804,7 +1804,7 @@ h5,
1804
1804
  position: relative;
1805
1805
  }
1806
1806
  .fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
1807
- color: var(--errorText, #b24141);
1807
+ color: var(--errorText, #ff3333);
1808
1808
  padding-top: 5px;
1809
1809
  font-weight: 400;
1810
1810
  font-size: 12px;
@@ -1815,10 +1815,10 @@ h5,
1815
1815
  line-height: 21px;
1816
1816
  }
1817
1817
  .fy-input__label___YQgmr span {
1818
- color: var(--errorText, #b24141);
1818
+ color: var(--errorText, #ff3333);
1819
1819
  }
1820
1820
  .fy-input__required___MaAlL {
1821
- color: var(--errorText, #b24141);
1821
+ color: var(--errorText, #ff3333);
1822
1822
  }
1823
1823
  .fy-input__floating___jgtoq {
1824
1824
  position: absolute;
@@ -1865,7 +1865,7 @@ h5,
1865
1865
  border-color: var(--buttonPrimary, #4e3f09);
1866
1866
  }
1867
1867
  .fy-input__inputError___KsMkv {
1868
- border-color: var(--errorText, #b24141) !important;
1868
+ border-color: var(--errorText, #ff3333) !important;
1869
1869
  }
1870
1870
  .fy-input__no-border____9qYF {
1871
1871
  border: none;
@@ -929,7 +929,7 @@ h5,
929
929
  font-size: 10px;
930
930
  font-weight: 500;
931
931
  margin-top: 4px;
932
- color: var(--errorText, #b24141);
932
+ color: var(--errorText, #ff3333);
933
933
  }
934
934
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q {
935
935
  height: 4px;
@@ -1289,7 +1289,7 @@ h5,
1289
1289
  position: relative;
1290
1290
  }
1291
1291
  .fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
1292
- color: var(--errorText, #b24141);
1292
+ color: var(--errorText, #ff3333);
1293
1293
  padding-top: 5px;
1294
1294
  font-weight: 400;
1295
1295
  font-size: 12px;
@@ -1300,10 +1300,10 @@ h5,
1300
1300
  line-height: 21px;
1301
1301
  }
1302
1302
  .fy-input__label___YQgmr span {
1303
- color: var(--errorText, #b24141);
1303
+ color: var(--errorText, #ff3333);
1304
1304
  }
1305
1305
  .fy-input__required___MaAlL {
1306
- color: var(--errorText, #b24141);
1306
+ color: var(--errorText, #ff3333);
1307
1307
  }
1308
1308
  .fy-input__floating___jgtoq {
1309
1309
  position: absolute;
@@ -1350,7 +1350,7 @@ h5,
1350
1350
  border-color: var(--buttonPrimary, #4e3f09);
1351
1351
  }
1352
1352
  .fy-input__inputError___KsMkv {
1353
- border-color: var(--errorText, #b24141) !important;
1353
+ border-color: var(--errorText, #ff3333) !important;
1354
1354
  }
1355
1355
  .fy-input__no-border____9qYF {
1356
1356
  border: none;
@@ -929,7 +929,7 @@ h5,
929
929
  font-size: 10px;
930
930
  font-weight: 500;
931
931
  margin-top: 4px;
932
- color: var(--errorText, #b24141);
932
+ color: var(--errorText, #ff3333);
933
933
  }
934
934
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__rangeSlider___fC17Q {
935
935
  height: 4px;
@@ -1289,7 +1289,7 @@ h5,
1289
1289
  position: relative;
1290
1290
  }
1291
1291
  .fy-input__inputContainer___Du9V3 .fy-input__error___wplxk {
1292
- color: var(--errorText, #b24141);
1292
+ color: var(--errorText, #ff3333);
1293
1293
  padding-top: 5px;
1294
1294
  font-weight: 400;
1295
1295
  font-size: 12px;
@@ -1300,10 +1300,10 @@ h5,
1300
1300
  line-height: 21px;
1301
1301
  }
1302
1302
  .fy-input__label___YQgmr span {
1303
- color: var(--errorText, #b24141);
1303
+ color: var(--errorText, #ff3333);
1304
1304
  }
1305
1305
  .fy-input__required___MaAlL {
1306
- color: var(--errorText, #b24141);
1306
+ color: var(--errorText, #ff3333);
1307
1307
  }
1308
1308
  .fy-input__floating___jgtoq {
1309
1309
  position: absolute;
@@ -1350,7 +1350,7 @@ h5,
1350
1350
  border-color: var(--buttonPrimary, #4e3f09);
1351
1351
  }
1352
1352
  .fy-input__inputError___KsMkv {
1353
- border-color: var(--errorText, #b24141) !important;
1353
+ border-color: var(--errorText, #ff3333) !important;
1354
1354
  }
1355
1355
  .fy-input__no-border____9qYF {
1356
1356
  border: none;
@@ -875,7 +875,7 @@ h5,
875
875
  font-weight: 600;
876
876
  font-size: 12px;
877
877
  line-height: 140%;
878
- color: var(--errorText, #b24141);
878
+ color: var(--errorText, #ff3333);
879
879
  }
880
880
  .single-address-content__invalidAddError___WDHnv .single-address-content__invalidAddErrorLeft___AUwWL .single-address-content__invalidAddErrorData___ardbO .single-address-content__invalidAddErrorSuggestion___BY4RT {
881
881
  font-weight: 400;
@@ -889,7 +889,7 @@ h5,
889
889
  line-height: 140%;
890
890
  text-align: center;
891
891
  text-transform: uppercase;
892
- color: var(--errorText, #b24141);
892
+ color: var(--errorText, #ff3333);
893
893
  cursor: pointer;
894
894
  }
895
895