@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.
- package/dist/components/accordion/accordion.css +25 -0
- package/dist/components/accordion/accordion.js +1 -1
- package/dist/components/address-form/address-form.css +26 -20
- package/dist/components/address-form/form-input-selector.css +16 -16
- package/dist/components/address-item/address-item.js +1 -1
- package/dist/components/chip-review-item/chip-review-item.js +1 -1
- package/dist/components/core/fy-button/fy-button.css +6 -6
- package/dist/components/core/fy-dropdown/fy-dropdown.css +3 -3
- package/dist/components/core/fy-input/fy-input.css +4 -4
- package/dist/components/core/fy-input-group/fy-input-group.css +2 -2
- package/dist/components/filter-modal/filter-modal.css +12 -9
- package/dist/components/forced-ltr/forced-ltr.js +1 -0
- package/dist/components/form-builder/form-builder.css +22 -22
- package/dist/components/google-map/google-map.css +7 -1
- package/dist/components/index.css +52 -43
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.css +10 -10
- package/dist/components/order-header/order-header.css +4 -4
- package/dist/components/order-header/order-header.js +1 -1
- package/dist/components/order-shipment/order-shipment.css +26 -1
- package/dist/components/order-shipment/order-shipment.js +1 -1
- package/dist/components/price-breakup/price-breakup.js +1 -1
- package/dist/components/product-card/product-card.css +6 -6
- package/dist/components/product-card/product-card.js +1 -1
- package/dist/components/profile-navigation/profile-navigation.css +2 -2
- package/dist/components/quantity-control/quantity-control.js +1 -1
- package/dist/components/range-slider/range-slider.css +9 -6
- package/dist/components/reasons-list/reason-item/reason-item.css +3 -3
- package/dist/components/reasons-list/reasons-list.css +3 -3
- package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
- package/dist/components/shipment-item/shipment-item.css +1 -1
- package/dist/components/shipment-tracking/shipment-tracking.css +5 -5
- package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +2 -2
- package/dist/components/shipments-update-item/shipments-update-item.css +10 -6
- package/dist/helper/hooks/useLocaleDirection.js +1 -0
- package/dist/index.css +210 -143
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +6 -6
- package/dist/page-layouts/auth/mobile-number/mobile-number.css +7 -7
- package/dist/page-layouts/auth/verify-both/verify-both.css +3 -3
- package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
- package/dist/page-layouts/cart/Components/chip-item/chip-item.css +36 -8
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.css +8 -5
- package/dist/page-layouts/cart/Components/coupon/coupon.css +1 -1
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +31 -25
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +1 -1
- package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.js +1 -1
- package/dist/page-layouts/cart/Components/gst-card/gst-card.css +2 -2
- package/dist/page-layouts/cart/Components/gst-card/gst-card.js +1 -1
- package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +3 -3
- package/dist/page-layouts/cart/Components/share-cart/share-cart.css +2 -2
- package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +2 -2
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +3 -0
- package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
- package/dist/page-layouts/compare/compare.css +14 -12
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/login/component/login-otp/login-otp.css +11 -11
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +10 -10
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +20 -17
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
- package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +13 -13
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +11 -8
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +11 -8
- package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
- package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
- package/dist/page-layouts/plp/Components/product-variants/product-variants.css +3 -0
- package/dist/page-layouts/single-checkout/address/single-address-content.css +4 -4
- package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +30 -24
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +38 -20
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +38 -20
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-failure.css +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +42 -24
- package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
- package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +2 -2
- package/dist/page-layouts/single-checkout/payment/ukt-modal.css +2 -2
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +11 -8
- package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +9 -6
- package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
- package/dist/pages/blog/blog.js +1 -1
- package/dist/pages/blog/index.js +1 -1
- package/dist/pages/cart/cart.css +87 -47
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +87 -47
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +92 -62
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +92 -62
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +11 -11
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +11 -11
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +19 -19
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +19 -19
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/forgot-password/forget-password.css +6 -6
- package/dist/pages/forgot-password/index.css +6 -6
- package/dist/pages/index.css +208 -141
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +14 -14
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +14 -14
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +10 -10
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +46 -21
- package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
- package/dist/pages/order/order-tracking.css +10 -10
- package/dist/pages/order-status/index.css +11 -8
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +11 -8
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +30 -24
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +30 -24
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +10 -10
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +18 -18
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +6 -6
- package/dist/pages/profile/components/empty-state/empty-state.css +6 -6
- package/dist/pages/profile/email/email.css +10 -10
- package/dist/pages/profile/email/index.css +10 -10
- package/dist/pages/profile/index.css +12 -12
- package/dist/pages/profile/phone/index.css +18 -18
- package/dist/pages/profile/phone/phone.css +18 -18
- package/dist/pages/profile/profile-details.css +12 -12
- package/dist/pages/register/index.css +18 -18
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +18 -18
- package/dist/pages/register/register.js +1 -1
- package/dist/pages/set-password/index.css +5 -5
- package/dist/pages/set-password/set-password.css +5 -5
- package/dist/pages/shared-cart/index.js +1 -1
- package/dist/pages/shared-cart/shared-cart.js +1 -1
- package/dist/pages/wishlist/index.css +20 -17
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +20 -17
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
package/dist/pages/cart/cart.css
CHANGED
|
@@ -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, #
|
|
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-
|
|
908
|
-
border-
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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-
|
|
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
|
-
|
|
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, #
|
|
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, #
|
|
3200
|
+
color: var(--errorText, #ff3333);
|
|
3195
3201
|
}
|
|
3196
3202
|
.fy-input__required___MaAlL {
|
|
3197
|
-
color: var(--errorText, #
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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-
|
|
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-
|
|
4493
|
-
padding-
|
|
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, #
|
|
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, #
|
|
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, #
|
|
6068
|
-
padding: 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-
|
|
6090
|
-
border-
|
|
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-
|
|
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, #
|
|
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, #
|
|
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, #
|
|
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:
|
|
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, #
|
|
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
|
|
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, #
|
|
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, #
|
|
7778
|
+
color: var(--errorText, #ff3333);
|
|
7767
7779
|
background: var(--errorBackground, #e6d5d5);
|
|
7768
|
-
border: 1px solid var(--errorText, #
|
|
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-
|
|
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
|
-
|
|
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
|
-
|
|
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-
|
|
11277
|
-
border-
|
|
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-
|
|
11388
|
+
margin-inline-start: 16px;
|
|
11349
11389
|
text-align: center;
|
|
11350
11390
|
cursor: pointer;
|
|
11351
11391
|
color: var(--buttonSecondary, #fff);
|