@gofynd/theme-template 3.1.3 → 3.2.0
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/address-form/address-form.css +11 -5
- package/dist/components/address-form/form-input-selector.css +3 -3
- 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 +1 -1
- package/dist/components/filter-modal/filter-modal.css +7 -4
- package/dist/components/forced-ltr/forced-ltr.js +1 -0
- package/dist/components/form-builder/form-builder.css +4 -4
- package/dist/components/google-map/google-map.css +7 -1
- package/dist/components/index.css +25 -16
- package/dist/components/index.js +1 -1
- package/dist/components/location-modal/location-modal.css +1 -1
- 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 +1 -1
- package/dist/components/price-breakup/price-breakup.js +1 -1
- package/dist/components/product-card/product-card.css +1 -1
- 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 +4 -1
- package/dist/components/reasons-list/reason-item/reason-item.css +2 -2
- package/dist/components/reasons-list/reasons-list.css +2 -2
- package/dist/components/shipment-breakup/shipment-breakup.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 +9 -5
- package/dist/helper/hooks/useLocaleDirection.js +1 -0
- package/dist/index.css +95 -53
- package/dist/index.js +1 -1
- package/dist/page-layouts/auth/account-locked/account-locked.css +1 -1
- package/dist/page-layouts/auth/mobile-number/mobile-number.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 +6 -3
- package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
- package/dist/page-layouts/cart/Components/comment/comment.css +7 -4
- package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
- package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +13 -7
- 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.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 +9 -7
- package/dist/page-layouts/compare/compare.js +1 -1
- package/dist/page-layouts/login/component/login-otp/login-otp.css +4 -4
- package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
- package/dist/page-layouts/login/component/login-password/login-password.css +3 -3
- package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +4 -1
- 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 +1 -1
- package/dist/page-layouts/plp/Components/filter-item/filter-item.css +6 -3
- package/dist/page-layouts/plp/Components/filter-list/filter-list.css +6 -3
- 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 +2 -2
- package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
- package/dist/page-layouts/single-checkout/address/single-address.css +13 -7
- package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
- package/dist/page-layouts/single-checkout/payment/card-form.css +26 -8
- package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +26 -8
- package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
- package/dist/page-layouts/single-checkout/payment/checkout-payment.css +28 -10
- 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 +34 -19
- package/dist/pages/cart/cart.js +1 -1
- package/dist/pages/cart/index.css +34 -19
- package/dist/pages/cart/index.js +1 -1
- package/dist/pages/checkout/checkout.css +59 -29
- package/dist/pages/checkout/checkout.js +1 -1
- package/dist/pages/checkout/index.css +59 -29
- package/dist/pages/checkout/index.js +1 -1
- package/dist/pages/contact-us/contact-us.css +2 -2
- package/dist/pages/contact-us/contact-us.js +1 -1
- package/dist/pages/contact-us/index.css +2 -2
- package/dist/pages/contact-us/index.js +1 -1
- package/dist/pages/edit-profile/edit-profile.css +6 -6
- package/dist/pages/edit-profile/edit-profile.js +1 -1
- package/dist/pages/edit-profile/index.css +6 -6
- package/dist/pages/edit-profile/index.js +1 -1
- package/dist/pages/index.css +93 -51
- package/dist/pages/index.js +1 -1
- package/dist/pages/login/index.css +4 -4
- package/dist/pages/login/index.js +1 -1
- package/dist/pages/login/login.css +4 -4
- package/dist/pages/login/login.js +1 -1
- package/dist/pages/order/index.css +1 -1
- package/dist/pages/order/order-tracking-details/order-tracking-details.css +11 -11
- package/dist/pages/order/order-tracking.css +1 -1
- package/dist/pages/order-status/index.css +6 -3
- package/dist/pages/order-status/index.js +1 -1
- package/dist/pages/order-status/order-status.css +6 -3
- package/dist/pages/order-status/order-status.js +1 -1
- package/dist/pages/product-listing/index.css +13 -7
- package/dist/pages/product-listing/index.js +1 -1
- package/dist/pages/product-listing/product-listing.css +13 -7
- package/dist/pages/product-listing/product-listing.js +1 -1
- package/dist/pages/profile/components/add-email-modal/add-email-modal.css +1 -1
- package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +4 -4
- package/dist/pages/profile/components/confirm-modal/confirm-modal.css +1 -1
- package/dist/pages/profile/components/empty-state/empty-state.css +1 -1
- package/dist/pages/profile/email/email.css +1 -1
- package/dist/pages/profile/email/index.css +1 -1
- package/dist/pages/profile/index.css +2 -2
- package/dist/pages/profile/phone/index.css +4 -4
- package/dist/pages/profile/phone/phone.css +4 -4
- package/dist/pages/profile/profile-details.css +2 -2
- package/dist/pages/register/index.css +3 -3
- package/dist/pages/register/index.js +1 -1
- package/dist/pages/register/register.css +3 -3
- package/dist/pages/register/register.js +1 -1
- 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 +4 -1
- package/dist/pages/wishlist/index.js +1 -1
- package/dist/pages/wishlist/wishlist.css +4 -1
- package/dist/pages/wishlist/wishlist.js +1 -1
- package/package.json +1 -1
package/dist/pages/index.css
CHANGED
|
@@ -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 {
|
|
@@ -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**/
|
|
@@ -4483,14 +4489,14 @@ h5,
|
|
|
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;
|
|
@@ -6065,7 +6071,10 @@ h5,
|
|
|
6065
6071
|
font-weight: 400;
|
|
6066
6072
|
font-size: 10px;
|
|
6067
6073
|
color: var(--errorText, #b24141);
|
|
6068
|
-
padding: 12px
|
|
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 */
|
|
@@ -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;
|
|
@@ -7725,7 +7734,10 @@ 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;
|
|
@@ -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
|
}
|
|
@@ -9834,7 +9846,7 @@ h5,
|
|
|
9834
9846
|
.share-cart-modal__sharePopup___mHeWh {
|
|
9835
9847
|
position: fixed;
|
|
9836
9848
|
top: 0;
|
|
9837
|
-
|
|
9849
|
+
inset-inline-start: 0;
|
|
9838
9850
|
justify-content: center;
|
|
9839
9851
|
width: 100vw;
|
|
9840
9852
|
height: 100dvh;
|
|
@@ -9870,7 +9882,7 @@ h5,
|
|
|
9870
9882
|
.share-cart-modal__sharePopup___mHeWh .share-cart-modal__close___qKEdK {
|
|
9871
9883
|
position: absolute;
|
|
9872
9884
|
top: 24px;
|
|
9873
|
-
|
|
9885
|
+
inset-inline-end: 16px;
|
|
9874
9886
|
width: 22px;
|
|
9875
9887
|
height: 22px;
|
|
9876
9888
|
display: flex !important;
|
|
@@ -10923,6 +10935,9 @@ h5,
|
|
|
10923
10935
|
width: 50% !important;
|
|
10924
10936
|
}
|
|
10925
10937
|
}
|
|
10938
|
+
.sticky-footer__rotate180___erK50 {
|
|
10939
|
+
transform: rotate(180deg);
|
|
10940
|
+
}
|
|
10926
10941
|
|
|
10927
10942
|
/**color by character**/
|
|
10928
10943
|
/** Font family **/
|
|
@@ -11273,8 +11288,8 @@ h5,
|
|
|
11273
11288
|
font-weight: 400;
|
|
11274
11289
|
}
|
|
11275
11290
|
.remove-cart-item__modalContainer___tytkU {
|
|
11276
|
-
border-
|
|
11277
|
-
border-
|
|
11291
|
+
border-start-start-radius: 4px;
|
|
11292
|
+
border-start-end-radius: 4px;
|
|
11278
11293
|
}
|
|
11279
11294
|
.remove-cart-item__removeModalBody___uY7E6 {
|
|
11280
11295
|
line-height: 140%;
|
|
@@ -11345,7 +11360,7 @@ h5,
|
|
|
11345
11360
|
.remove-cart-item__removeModalFooter___wF0NY .remove-cart-item__wishlistBtn___I2k15 {
|
|
11346
11361
|
padding-top: 14px;
|
|
11347
11362
|
padding-bottom: 14px;
|
|
11348
|
-
margin-
|
|
11363
|
+
margin-inline-start: 16px;
|
|
11349
11364
|
text-align: center;
|
|
11350
11365
|
cursor: pointer;
|
|
11351
11366
|
color: var(--buttonSecondary, #fff);
|
|
@@ -13097,8 +13112,8 @@ h5,
|
|
|
13097
13112
|
margin-bottom: 24px;
|
|
13098
13113
|
background-color: var(--pageBackground, #f8f8f8);
|
|
13099
13114
|
z-index: 1;
|
|
13100
|
-
|
|
13101
|
-
|
|
13115
|
+
inset-inline-start: 0;
|
|
13116
|
+
inset-inline-end: 0;
|
|
13102
13117
|
position: fixed;
|
|
13103
13118
|
top: var(--headerHeight);
|
|
13104
13119
|
}
|
|
@@ -14744,7 +14759,7 @@ h5,
|
|
|
14744
14759
|
border: 2px solid var(--buttonPrimaryL3, #b8b29d);
|
|
14745
14760
|
border-top: 2px solid var(--buttonPrimary, #4e3f09);
|
|
14746
14761
|
padding: 0;
|
|
14747
|
-
margin-
|
|
14762
|
+
margin-inline-start: 0;
|
|
14748
14763
|
}
|
|
14749
14764
|
.fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
|
|
14750
14765
|
border-top-color: #ffffff;
|
|
@@ -15689,7 +15704,7 @@ h5,
|
|
|
15689
15704
|
}
|
|
15690
15705
|
.filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
|
|
15691
15706
|
color: var(--textBody, #3c3131);
|
|
15692
|
-
margin-
|
|
15707
|
+
margin-inline-end: 4px;
|
|
15693
15708
|
text-overflow: ellipsis;
|
|
15694
15709
|
overflow: hidden;
|
|
15695
15710
|
}
|
|
@@ -15779,7 +15794,7 @@ h5,
|
|
|
15779
15794
|
padding: 24px 12px;
|
|
15780
15795
|
overflow-x: auto;
|
|
15781
15796
|
scroll-behavior: smooth;
|
|
15782
|
-
scroll-margin-
|
|
15797
|
+
scroll-margin-inline-start: 24px;
|
|
15783
15798
|
}
|
|
15784
15799
|
.filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
|
|
15785
15800
|
justify-content: center;
|
|
@@ -16184,7 +16199,10 @@ h5,
|
|
|
16184
16199
|
}
|
|
16185
16200
|
.range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
|
|
16186
16201
|
font-size: small;
|
|
16187
|
-
margin:
|
|
16202
|
+
margin-top: 0;
|
|
16203
|
+
margin-inline-end: 0px;
|
|
16204
|
+
margin-bottom: 12px;
|
|
16205
|
+
margin-inline-start: 0px;
|
|
16188
16206
|
display: none;
|
|
16189
16207
|
}
|
|
16190
16208
|
@media only screen and (max-width: 480px) {
|
|
@@ -18666,7 +18684,7 @@ h5,
|
|
|
18666
18684
|
letter-spacing: -0.28px;
|
|
18667
18685
|
}
|
|
18668
18686
|
.filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU {
|
|
18669
|
-
border-
|
|
18687
|
+
border-inline-end: 2px solid var(--buttonPrimary, #4e3f09);
|
|
18670
18688
|
}
|
|
18671
18689
|
.filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU .filter-modal__filterNameTitle___JgHWd {
|
|
18672
18690
|
font-weight: 600;
|
|
@@ -23214,6 +23232,9 @@ h5,
|
|
|
23214
23232
|
transform: rotate(45deg);
|
|
23215
23233
|
transform-origin: bottom left;
|
|
23216
23234
|
}
|
|
23235
|
+
[dir="rtl"] .product-variants__variantContainer___J1jRs .product-variants__variantItemColor___Lomkf .product-variants__color___rvpbQ.product-variants__unavailable___RVOsF .product-variants__overlay___XGw5m > span {
|
|
23236
|
+
transform: rotate(-45deg);
|
|
23237
|
+
}
|
|
23217
23238
|
.product-variants__variantContainer___J1jRs .product-variants__variantItemText___zA7S8 {
|
|
23218
23239
|
display: inline-block;
|
|
23219
23240
|
border-radius: 4px;
|
|
@@ -25123,14 +25144,14 @@ h5,
|
|
|
25123
25144
|
position: absolute;
|
|
25124
25145
|
display: none;
|
|
25125
25146
|
top: 50%;
|
|
25126
|
-
|
|
25147
|
+
inset-inline-start: 50%;
|
|
25127
25148
|
transform: translate(-50%, -50%);
|
|
25128
25149
|
width: 9px;
|
|
25129
25150
|
height: 9px;
|
|
25130
25151
|
border-radius: 50%;
|
|
25131
25152
|
background: #919191;
|
|
25132
25153
|
}
|
|
25133
|
-
[dir=
|
|
25154
|
+
[dir='rtl'] [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 .edit-profile__checkmark___yZQ_b:after {
|
|
25134
25155
|
transform: translate(50%, -50%);
|
|
25135
25156
|
}
|
|
25136
25157
|
[dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 input:checked ~ .edit-profile__checkmark___yZQ_b:after {
|
|
@@ -25141,7 +25162,7 @@ h5,
|
|
|
25141
25162
|
position: absolute;
|
|
25142
25163
|
display: none;
|
|
25143
25164
|
top: 50%;
|
|
25144
|
-
|
|
25165
|
+
inset-inline-start: 50%;
|
|
25145
25166
|
transform: translate(-50%, -50%);
|
|
25146
25167
|
width: 9px;
|
|
25147
25168
|
height: 9px;
|
|
@@ -27778,7 +27799,7 @@ h5,
|
|
|
27778
27799
|
.login-otp__loginInputGroup____7Nbd .login-otp__changeBtn___yaRV5 {
|
|
27779
27800
|
color: var(--buttonPrimary, #4e3f09);
|
|
27780
27801
|
text-align: center;
|
|
27781
|
-
margin-
|
|
27802
|
+
margin-inline-start: 8px;
|
|
27782
27803
|
font-size: 14px;
|
|
27783
27804
|
font-weight: 600;
|
|
27784
27805
|
line-height: 140%;
|
|
@@ -30438,7 +30459,10 @@ h5,
|
|
|
30438
30459
|
}
|
|
30439
30460
|
.single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 {
|
|
30440
30461
|
display: flex;
|
|
30441
|
-
padding: 4px
|
|
30462
|
+
padding-top: 4px;
|
|
30463
|
+
padding-inline-end: 12px;
|
|
30464
|
+
padding-bottom: 4px;
|
|
30465
|
+
padding-inline-start: 0px;
|
|
30442
30466
|
}
|
|
30443
30467
|
.single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 .single-shipment-content__shipmentNumber___vcnbw {
|
|
30444
30468
|
font-weight: 600;
|
|
@@ -30607,13 +30631,13 @@ h5,
|
|
|
30607
30631
|
color: var(--textHeading, #26201a);
|
|
30608
30632
|
font-size: 16px;
|
|
30609
30633
|
font-weight: 600;
|
|
30610
|
-
margin-
|
|
30634
|
+
margin-inline-end: 12px;
|
|
30611
30635
|
}
|
|
30612
30636
|
.single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__item___EOvzd .single-shipment-content__itemWrapper___Sz3u9 .single-shipment-content__rightDetails___Ll92n .single-shipment-content__paymentInfo___lbLQI .single-shipment-content__priceWrapper___KZYrt .single-shipment-content__markedPrice___GvV6W {
|
|
30613
30637
|
font-size: 12px;
|
|
30614
30638
|
text-decoration: line-through;
|
|
30615
30639
|
color: var(--textLabel, #7d7676);
|
|
30616
|
-
margin-
|
|
30640
|
+
margin-inline-end: 12px;
|
|
30617
30641
|
}
|
|
30618
30642
|
.single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__item___EOvzd .single-shipment-content__itemWrapper___Sz3u9 .single-shipment-content__rightDetails___Ll92n .single-shipment-content__paymentInfo___lbLQI .single-shipment-content__priceWrapper___KZYrt .single-shipment-content__discount___ur9L7 {
|
|
30619
30643
|
font-weight: 500;
|
|
@@ -30642,7 +30666,7 @@ h5,
|
|
|
30642
30666
|
font-size: 12px;
|
|
30643
30667
|
line-height: 140%;
|
|
30644
30668
|
color: var(--successText, #1c958f);
|
|
30645
|
-
margin-
|
|
30669
|
+
margin-inline-end: 12px;
|
|
30646
30670
|
width: fit-content;
|
|
30647
30671
|
}
|
|
30648
30672
|
.single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__item___EOvzd .single-shipment-content__itemWrapper___Sz3u9 .single-shipment-content__rightDetails___Ll92n .single-shipment-content__paymentInfo___lbLQI .single-shipment-content__offersWarning___bo1Rp .single-shipment-content__appliedOffer___I9cuC .single-shipment-content__offerInfoIcon___b6JtJ {
|
|
@@ -30696,7 +30720,7 @@ h5,
|
|
|
30696
30720
|
}
|
|
30697
30721
|
.single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN span {
|
|
30698
30722
|
align-self: center;
|
|
30699
|
-
margin-
|
|
30723
|
+
margin-inline-start: 3px;
|
|
30700
30724
|
}
|
|
30701
30725
|
@media only screen and (max-width: 480px) {
|
|
30702
30726
|
.single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN {
|
|
@@ -31063,8 +31087,8 @@ h5,
|
|
|
31063
31087
|
width: 100%;
|
|
31064
31088
|
z-index: 1;
|
|
31065
31089
|
bottom: 0;
|
|
31066
|
-
|
|
31067
|
-
|
|
31090
|
+
inset-inline-start: 0;
|
|
31091
|
+
inset-inline-end: 0;
|
|
31068
31092
|
display: none;
|
|
31069
31093
|
box-sizing: border-box;
|
|
31070
31094
|
background-color: var(--pageBackground, #f8f8f8);
|
|
@@ -31577,8 +31601,8 @@ h5,
|
|
|
31577
31601
|
.single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 {
|
|
31578
31602
|
position: fixed;
|
|
31579
31603
|
bottom: 0;
|
|
31580
|
-
|
|
31581
|
-
|
|
31604
|
+
inset-inline-start: 0;
|
|
31605
|
+
inset-inline-end: 0;
|
|
31582
31606
|
padding: 16px;
|
|
31583
31607
|
background: var(--pageBackground, #f8f8f8);
|
|
31584
31608
|
z-index: 2;
|
|
@@ -32560,8 +32584,8 @@ h5,
|
|
|
32560
32584
|
}
|
|
32561
32585
|
@media only screen and (max-width: 768px) {
|
|
32562
32586
|
.checkout__customStyles___Cgmm9 {
|
|
32563
|
-
padding-
|
|
32564
|
-
padding-
|
|
32587
|
+
padding-inline-start: 16px !important;
|
|
32588
|
+
padding-inline-end: 16px !important;
|
|
32565
32589
|
}
|
|
32566
32590
|
}
|
|
32567
32591
|
@media only screen and (max-width: 768px) {
|
|
@@ -33097,6 +33121,9 @@ h5,
|
|
|
33097
33121
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
|
|
33098
33122
|
transform: rotate(270deg);
|
|
33099
33123
|
}
|
|
33124
|
+
[dir='rtl'] .checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa.checkout-payment-content__codIconContainer____fdEj svg {
|
|
33125
|
+
transform: rotate(90deg);
|
|
33126
|
+
}
|
|
33100
33127
|
.checkout-payment-content__container___HusGh .checkout-payment-content__navigationLink___jrTvz .checkout-payment-content__linkWrapper___rbKAK .checkout-payment-content__arrowContainer___LDeoa .checkout-payment-content__upsideDown___dk0Z9 {
|
|
33101
33128
|
transform: rotate(180deg);
|
|
33102
33129
|
}
|
|
@@ -33257,7 +33284,10 @@ h5,
|
|
|
33257
33284
|
color: var(--textHeading);
|
|
33258
33285
|
}
|
|
33259
33286
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__savedCardWrapper___HlKIX .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__desc___aVB9G {
|
|
33260
|
-
margin: 8px
|
|
33287
|
+
margin-top: 8px;
|
|
33288
|
+
margin-inline-end: 0;
|
|
33289
|
+
margin-bottom: 16px;
|
|
33290
|
+
margin-inline-start: 0;
|
|
33261
33291
|
color: var(--textBody);
|
|
33262
33292
|
font-size: 12px;
|
|
33263
33293
|
}
|
|
@@ -33582,7 +33612,10 @@ h5,
|
|
|
33582
33612
|
padding: 16px;
|
|
33583
33613
|
}
|
|
33584
33614
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesContent___ycqoZ ul {
|
|
33585
|
-
padding: 0
|
|
33615
|
+
padding-top: 0;
|
|
33616
|
+
padding-inline-end: 0;
|
|
33617
|
+
padding-bottom: 0;
|
|
33618
|
+
padding-inline-start: 16px;
|
|
33586
33619
|
}
|
|
33587
33620
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__newCard___gXKVk .checkout-payment-content__rbiGuidelines___jmtpW .checkout-payment-content__rbiGuidelinesContent___ycqoZ ul li {
|
|
33588
33621
|
list-style-type: disc;
|
|
@@ -33657,7 +33690,10 @@ h5,
|
|
|
33657
33690
|
}
|
|
33658
33691
|
}
|
|
33659
33692
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__newCardWrapper___p35go .checkout-payment-content__cvvInfo___UveDM .checkout-payment-content__type___rvnHr .checkout-payment-content__desc___aVB9G {
|
|
33660
|
-
margin: 8px
|
|
33693
|
+
margin-top: 8px;
|
|
33694
|
+
margin-inline-end: 0;
|
|
33695
|
+
margin-bottom: 16px;
|
|
33696
|
+
margin-inline-start: 0;
|
|
33661
33697
|
color: var(--textBody);
|
|
33662
33698
|
}
|
|
33663
33699
|
@media only screen and (min-width: 769px) {
|
|
@@ -33666,7 +33702,10 @@ h5,
|
|
|
33666
33702
|
}
|
|
33667
33703
|
}
|
|
33668
33704
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__addNewCardModal___HuBPW {
|
|
33669
|
-
padding: 0px
|
|
33705
|
+
padding-top: 0px;
|
|
33706
|
+
padding-inline-end: 16px;
|
|
33707
|
+
padding-bottom: 24px;
|
|
33708
|
+
padding-inline-start: 16px;
|
|
33670
33709
|
}
|
|
33671
33710
|
.checkout-payment-content__container___HusGh .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp,
|
|
33672
33711
|
.checkout-payment-content__container___HusGh .checkout-payment-content__cardlessPay___dcGhw .checkout-payment-content__payBtn___dgcAp,
|
|
@@ -34301,7 +34340,10 @@ h5,
|
|
|
34301
34340
|
font-weight: 700;
|
|
34302
34341
|
font-size: 24px;
|
|
34303
34342
|
line-height: 33.6px;
|
|
34304
|
-
margin: 16px
|
|
34343
|
+
margin-top: 16px;
|
|
34344
|
+
margin-inline-end: 0;
|
|
34345
|
+
margin-bottom: 8px;
|
|
34346
|
+
margin-inline-start: 0;
|
|
34305
34347
|
color: var(--primaryColor);
|
|
34306
34348
|
}
|
|
34307
34349
|
.checkout-payment-content__upiRedirectionModal___A77Sr .checkout-payment-content__message___r1UVA {
|
|
@@ -34596,7 +34638,7 @@ h5,
|
|
|
34596
34638
|
}
|
|
34597
34639
|
.checkout-payment-content__crossMobile___jmnlv {
|
|
34598
34640
|
position: absolute;
|
|
34599
|
-
|
|
34641
|
+
inset-inline-end: 16px;
|
|
34600
34642
|
}
|
|
34601
34643
|
.checkout-payment-content__noResultFound___suFuv {
|
|
34602
34644
|
color: var(--Text-Body, #4d4d4e);
|
|
@@ -35366,7 +35408,7 @@ h5,
|
|
|
35366
35408
|
color: var(--textHeading);
|
|
35367
35409
|
}
|
|
35368
35410
|
.checkout-payment__paymentContainer___1UBn5 .checkout-payment__reviewHeaderUnselect___KZS1G .checkout-payment__unsetPaddingLeft___MfCqa {
|
|
35369
|
-
padding-
|
|
35411
|
+
padding-inline-start: 0 !important;
|
|
35370
35412
|
}
|
|
35371
35413
|
.checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
|
|
35372
35414
|
display: flex;
|
|
@@ -35415,7 +35457,7 @@ h5,
|
|
|
35415
35457
|
}
|
|
35416
35458
|
}
|
|
35417
35459
|
.checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s .checkout-payment__unsetPaddingLeft___MfCqa {
|
|
35418
|
-
padding-
|
|
35460
|
+
padding-inline-start: 0 !important;
|
|
35419
35461
|
}
|
|
35420
35462
|
.checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR {
|
|
35421
35463
|
border-width: 0 1px 1px 1px;
|
|
@@ -36571,7 +36613,7 @@ h5,
|
|
|
36571
36613
|
}
|
|
36572
36614
|
.profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA {
|
|
36573
36615
|
margin-bottom: 11px;
|
|
36574
|
-
margin-
|
|
36616
|
+
margin-inline-end: 25px;
|
|
36575
36617
|
}
|
|
36576
36618
|
.profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__formLabel___ZhLEn .profile-details__required___WH69d {
|
|
36577
36619
|
color: var(--errorText, #b24141);
|
|
@@ -39935,7 +39977,7 @@ h5,
|
|
|
39935
39977
|
@media only screen and (max-width: 768px) {
|
|
39936
39978
|
.contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
|
|
39937
39979
|
font-size: 14px;
|
|
39938
|
-
text-align:
|
|
39980
|
+
text-align: start;
|
|
39939
39981
|
}
|
|
39940
39982
|
}
|
|
39941
39983
|
@media only screen and (max-width: 768px) {
|