@gofynd/theme-template 3.1.2 → 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.
Files changed (136) hide show
  1. package/dist/components/accordion/accordion.css +10 -0
  2. package/dist/components/accordion/accordion.js +1 -1
  3. package/dist/components/address-form/address-form.css +11 -5
  4. package/dist/components/address-form/form-input-selector.css +3 -3
  5. package/dist/components/address-item/address-item.js +1 -1
  6. package/dist/components/chip-review-item/chip-review-item.js +1 -1
  7. package/dist/components/core/fy-button/fy-button.css +1 -1
  8. package/dist/components/filter-modal/filter-modal.css +7 -4
  9. package/dist/components/forced-ltr/forced-ltr.js +1 -0
  10. package/dist/components/form-builder/form-builder.css +4 -4
  11. package/dist/components/google-map/google-map.css +7 -1
  12. package/dist/components/index.css +25 -16
  13. package/dist/components/index.js +1 -1
  14. package/dist/components/location-modal/location-modal.css +1 -1
  15. package/dist/components/order-header/order-header.css +4 -4
  16. package/dist/components/order-header/order-header.js +1 -1
  17. package/dist/components/order-shipment/order-shipment.css +11 -1
  18. package/dist/components/order-shipment/order-shipment.js +1 -1
  19. package/dist/components/price-breakup/price-breakup.js +1 -1
  20. package/dist/components/product-card/product-card.css +1 -1
  21. package/dist/components/product-card/product-card.js +1 -1
  22. package/dist/components/profile-navigation/profile-navigation.css +2 -2
  23. package/dist/components/quantity-control/quantity-control.js +1 -1
  24. package/dist/components/range-slider/range-slider.css +4 -1
  25. package/dist/components/reasons-list/reason-item/reason-item.css +2 -2
  26. package/dist/components/reasons-list/reasons-list.css +2 -2
  27. package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
  28. package/dist/components/shipment-tracking/shipment-tracking.css +5 -5
  29. package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +2 -2
  30. package/dist/components/shipments-update-item/shipments-update-item.css +9 -5
  31. package/dist/helper/hooks/useLocaleDirection.js +1 -0
  32. package/dist/index.css +105 -53
  33. package/dist/index.js +1 -1
  34. package/dist/page-layouts/auth/account-locked/account-locked.css +1 -1
  35. package/dist/page-layouts/auth/mobile-number/mobile-number.css +3 -3
  36. package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
  37. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +16 -3
  38. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  39. package/dist/page-layouts/cart/Components/comment/comment.css +7 -4
  40. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  41. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +13 -7
  42. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  43. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +1 -1
  44. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.js +1 -1
  45. package/dist/page-layouts/cart/Components/gst-card/gst-card.js +1 -1
  46. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +3 -3
  47. package/dist/page-layouts/cart/Components/share-cart/share-cart.css +2 -2
  48. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +2 -2
  49. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +3 -0
  50. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
  51. package/dist/page-layouts/compare/compare.css +9 -7
  52. package/dist/page-layouts/compare/compare.js +1 -1
  53. package/dist/page-layouts/login/component/login-otp/login-otp.css +4 -4
  54. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  55. package/dist/page-layouts/login/component/login-password/login-password.css +3 -3
  56. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +4 -1
  57. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  58. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +1 -1
  59. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +6 -3
  60. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +6 -3
  61. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  62. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  63. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +3 -0
  64. package/dist/page-layouts/single-checkout/address/single-address-content.css +2 -2
  65. package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
  66. package/dist/page-layouts/single-checkout/address/single-address.css +13 -7
  67. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  68. package/dist/page-layouts/single-checkout/payment/card-form.css +26 -8
  69. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  70. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +26 -8
  71. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  72. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +28 -10
  73. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  74. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +2 -2
  75. package/dist/page-layouts/single-checkout/payment/ukt-modal.css +2 -2
  76. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +11 -8
  77. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  78. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +9 -6
  79. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  80. package/dist/pages/blog/blog.js +1 -1
  81. package/dist/pages/blog/index.js +1 -1
  82. package/dist/pages/cart/cart.css +44 -19
  83. package/dist/pages/cart/cart.js +1 -1
  84. package/dist/pages/cart/index.css +44 -19
  85. package/dist/pages/cart/index.js +1 -1
  86. package/dist/pages/checkout/checkout.css +59 -29
  87. package/dist/pages/checkout/checkout.js +1 -1
  88. package/dist/pages/checkout/index.css +59 -29
  89. package/dist/pages/checkout/index.js +1 -1
  90. package/dist/pages/contact-us/contact-us.css +2 -2
  91. package/dist/pages/contact-us/contact-us.js +1 -1
  92. package/dist/pages/contact-us/index.css +2 -2
  93. package/dist/pages/contact-us/index.js +1 -1
  94. package/dist/pages/edit-profile/edit-profile.css +6 -6
  95. package/dist/pages/edit-profile/edit-profile.js +1 -1
  96. package/dist/pages/edit-profile/index.css +6 -6
  97. package/dist/pages/edit-profile/index.js +1 -1
  98. package/dist/pages/index.css +103 -51
  99. package/dist/pages/index.js +1 -1
  100. package/dist/pages/login/index.css +4 -4
  101. package/dist/pages/login/index.js +1 -1
  102. package/dist/pages/login/login.css +4 -4
  103. package/dist/pages/login/login.js +1 -1
  104. package/dist/pages/order/index.css +1 -1
  105. package/dist/pages/order/order-tracking-details/order-tracking-details.css +21 -11
  106. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  107. package/dist/pages/order/order-tracking.css +1 -1
  108. package/dist/pages/order-status/index.css +6 -3
  109. package/dist/pages/order-status/index.js +1 -1
  110. package/dist/pages/order-status/order-status.css +6 -3
  111. package/dist/pages/order-status/order-status.js +1 -1
  112. package/dist/pages/product-listing/index.css +13 -7
  113. package/dist/pages/product-listing/index.js +1 -1
  114. package/dist/pages/product-listing/product-listing.css +13 -7
  115. package/dist/pages/product-listing/product-listing.js +1 -1
  116. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +1 -1
  117. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +4 -4
  118. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +1 -1
  119. package/dist/pages/profile/components/empty-state/empty-state.css +1 -1
  120. package/dist/pages/profile/email/email.css +1 -1
  121. package/dist/pages/profile/email/index.css +1 -1
  122. package/dist/pages/profile/index.css +2 -2
  123. package/dist/pages/profile/phone/index.css +4 -4
  124. package/dist/pages/profile/phone/phone.css +4 -4
  125. package/dist/pages/profile/profile-details.css +2 -2
  126. package/dist/pages/register/index.css +3 -3
  127. package/dist/pages/register/index.js +1 -1
  128. package/dist/pages/register/register.css +3 -3
  129. package/dist/pages/register/register.js +1 -1
  130. package/dist/pages/shared-cart/index.js +1 -1
  131. package/dist/pages/shared-cart/shared-cart.js +1 -1
  132. package/dist/pages/wishlist/index.css +4 -1
  133. package/dist/pages/wishlist/index.js +1 -1
  134. package/dist/pages/wishlist/wishlist.css +4 -1
  135. package/dist/pages/wishlist/wishlist.js +1 -1
  136. package/package.json +1 -1
@@ -904,8 +904,8 @@ h5,
904
904
  @media only screen and (max-width: 768px) {
905
905
  .delivery-location__pincodeModal___KAYH1 {
906
906
  width: unset;
907
- border-top-left-radius: 4px !important;
908
- border-top-right-radius: 4px !important;
907
+ border-start-start-radius: 4px !important;
908
+ border-start-end-radius: 4px !important;
909
909
  }
910
910
  }
911
911
  .delivery-location__pincodeModal___KAYH1 .delivery-location__modalHeader____OOl3 {
@@ -2561,7 +2561,7 @@ h5,
2561
2561
  padding: 8px;
2562
2562
  white-space: nowrap;
2563
2563
  border-radius: 6px;
2564
- margin-right: 16px;
2564
+ margin-inline-end: 16px;
2565
2565
  border: 1px solid var(--dividerStokes);
2566
2566
  color: var(--textHeading, #26201a);
2567
2567
  }
@@ -2753,7 +2753,7 @@ h5,
2753
2753
  position: absolute;
2754
2754
  z-index: 1;
2755
2755
  top: 16px;
2756
- left: 50%;
2756
+ inset-inline-start: 50%;
2757
2757
  transform: translateX(-50%);
2758
2758
  border: 1px solid var(--dividerStokes);
2759
2759
  border-radius: 8px;
@@ -2832,10 +2832,16 @@ h5,
2832
2832
  background: linear-gradient(90deg, #cccccc, #efefef, #cccccc);
2833
2833
  animation: google-map__loading___w2nsO 0.8s infinite;
2834
2834
  }
2835
+ [dir="rtl"] .google-map__mapWrapper___YR7HM .google-map__skeleton___whDH9 > canvas {
2836
+ transform: translateX(100%);
2837
+ }
2835
2838
  @keyframes google-map__loading___w2nsO {
2836
2839
  100% {
2837
2840
  transform: translateX(100%);
2838
2841
  }
2842
+ [dir="rtl"] 100% {
2843
+ transform: translateX(-100%);
2844
+ }
2839
2845
  }
2840
2846
 
2841
2847
  /**color by character**/
@@ -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-right: 4px;
4492
+ padding-inline-end: 4px;
4487
4493
  }
4488
4494
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
4489
4495
  width: 100%;
4490
4496
  font-weight: 400;
4491
4497
  display: flex;
4492
- border-left: none;
4493
- padding-left: 4px;
4498
+ border-inline-start: none;
4499
+ padding-inline-start: 4px;
4494
4500
  }
4495
4501
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
4496
4502
  outline: none;
@@ -6065,7 +6071,10 @@ h5,
6065
6071
  font-weight: 400;
6066
6072
  font-size: 10px;
6067
6073
  color: var(--errorText, #b24141);
6068
- padding: 12px 12px 0px 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-top-left-radius: 4px;
6090
- border-top-right-radius: 4px;
6098
+ border-start-start-radius: 4px;
6099
+ border-start-end-radius: 4px;
6091
6100
  }
6092
6101
  }
6093
6102
  .comment__modalContent___YcBhL {
@@ -6127,7 +6136,7 @@ h5,
6127
6136
  color: var(--textLabel, #7d7676);
6128
6137
  font-weight: 400;
6129
6138
  width: max-content;
6130
- margin-left: auto;
6139
+ margin-inline-start: auto;
6131
6140
  font-size: 12px;
6132
6141
  line-height: 140%;
6133
6142
  /* 16.8px */
@@ -7541,7 +7550,7 @@ h5,
7541
7550
  .chip-item__cartItemsListContainer___ud9jU .chip-item__eachItemContainer___rROgS .chip-item__eachItemDetailsContainer___RLC12 .chip-item__itemTotalContainer___E0DQq .chip-item__deliveryDateWrapper___TcR1g .chip-item__deliveryDate___o3m1j {
7542
7551
  font-weight: 500;
7543
7552
  font-size: 12px;
7544
- text-align: right;
7553
+ text-align: end;
7545
7554
  color: var(--successText, #1c958f);
7546
7555
  align-self: center;
7547
7556
  margin-inline-start: 8px;
@@ -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 0 4px 24px;
7737
+ padding-top: 0;
7738
+ padding-inline-end: 0;
7739
+ padding-bottom: 4px;
7740
+ padding-inline-start: 24px;
7729
7741
  margin-top: -12px;
7730
7742
  height: 22px;
7731
7743
  font-weight: 600;
@@ -8606,7 +8618,7 @@ h5,
8606
8618
  font-weight: 600;
8607
8619
  }
8608
8620
  .free-gift-item__freeArticleContainer___wFbcr .free-gift-item__quantityCount___zoOkQ {
8609
- margin-left: 8px;
8621
+ margin-inline-start: 8px;
8610
8622
  color: var(--textBody);
8611
8623
  font-weight: 400;
8612
8624
  }
@@ -9041,6 +9053,16 @@ h5,
9041
9053
  .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI li {
9042
9054
  margin-bottom: 4px;
9043
9055
  }
9056
+ .accordion__accordionContentImages___cgp_Q {
9057
+ display: flex;
9058
+ flex-wrap: wrap;
9059
+ align-items: center;
9060
+ gap: 8px;
9061
+ }
9062
+ .accordion__accordionContentImageItem____FBCe {
9063
+ display: flex;
9064
+ align-items: center;
9065
+ }
9044
9066
  .accordion__accordionContentImg___lbTPr {
9045
9067
  border-radius: 50%;
9046
9068
  width: 16px;
@@ -9824,7 +9846,7 @@ h5,
9824
9846
  .share-cart-modal__sharePopup___mHeWh {
9825
9847
  position: fixed;
9826
9848
  top: 0;
9827
- left: 0;
9849
+ inset-inline-start: 0;
9828
9850
  justify-content: center;
9829
9851
  width: 100vw;
9830
9852
  height: 100dvh;
@@ -9860,7 +9882,7 @@ h5,
9860
9882
  .share-cart-modal__sharePopup___mHeWh .share-cart-modal__close___qKEdK {
9861
9883
  position: absolute;
9862
9884
  top: 24px;
9863
- right: 16px;
9885
+ inset-inline-end: 16px;
9864
9886
  width: 22px;
9865
9887
  height: 22px;
9866
9888
  display: flex !important;
@@ -10913,6 +10935,9 @@ h5,
10913
10935
  width: 50% !important;
10914
10936
  }
10915
10937
  }
10938
+ .sticky-footer__rotate180___erK50 {
10939
+ transform: rotate(180deg);
10940
+ }
10916
10941
 
10917
10942
  /**color by character**/
10918
10943
  /** Font family **/
@@ -11263,8 +11288,8 @@ h5,
11263
11288
  font-weight: 400;
11264
11289
  }
11265
11290
  .remove-cart-item__modalContainer___tytkU {
11266
- border-top-left-radius: 4px;
11267
- border-top-right-radius: 4px;
11291
+ border-start-start-radius: 4px;
11292
+ border-start-end-radius: 4px;
11268
11293
  }
11269
11294
  .remove-cart-item__removeModalBody___uY7E6 {
11270
11295
  line-height: 140%;
@@ -11335,7 +11360,7 @@ h5,
11335
11360
  .remove-cart-item__removeModalFooter___wF0NY .remove-cart-item__wishlistBtn___I2k15 {
11336
11361
  padding-top: 14px;
11337
11362
  padding-bottom: 14px;
11338
- margin-left: 16px;
11363
+ margin-inline-start: 16px;
11339
11364
  text-align: center;
11340
11365
  cursor: pointer;
11341
11366
  color: var(--buttonSecondary, #fff);
@@ -13087,8 +13112,8 @@ h5,
13087
13112
  margin-bottom: 24px;
13088
13113
  background-color: var(--pageBackground, #f8f8f8);
13089
13114
  z-index: 1;
13090
- left: 0;
13091
- right: 0;
13115
+ inset-inline-start: 0;
13116
+ inset-inline-end: 0;
13092
13117
  position: fixed;
13093
13118
  top: var(--headerHeight);
13094
13119
  }
@@ -14734,7 +14759,7 @@ h5,
14734
14759
  border: 2px solid var(--buttonPrimaryL3, #b8b29d);
14735
14760
  border-top: 2px solid var(--buttonPrimary, #4e3f09);
14736
14761
  padding: 0;
14737
- margin-left: 0;
14762
+ margin-inline-start: 0;
14738
14763
  }
14739
14764
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
14740
14765
  border-top-color: #ffffff;
@@ -15679,7 +15704,7 @@ h5,
15679
15704
  }
15680
15705
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
15681
15706
  color: var(--textBody, #3c3131);
15682
- margin-right: 4px;
15707
+ margin-inline-end: 4px;
15683
15708
  text-overflow: ellipsis;
15684
15709
  overflow: hidden;
15685
15710
  }
@@ -15769,7 +15794,7 @@ h5,
15769
15794
  padding: 24px 12px;
15770
15795
  overflow-x: auto;
15771
15796
  scroll-behavior: smooth;
15772
- scroll-margin-left: 24px;
15797
+ scroll-margin-inline-start: 24px;
15773
15798
  }
15774
15799
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
15775
15800
  justify-content: center;
@@ -16174,7 +16199,10 @@ h5,
16174
16199
  }
16175
16200
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
16176
16201
  font-size: small;
16177
- margin: 0px 0px 12px 0px;
16202
+ margin-top: 0;
16203
+ margin-inline-end: 0px;
16204
+ margin-bottom: 12px;
16205
+ margin-inline-start: 0px;
16178
16206
  display: none;
16179
16207
  }
16180
16208
  @media only screen and (max-width: 480px) {
@@ -18656,7 +18684,7 @@ h5,
18656
18684
  letter-spacing: -0.28px;
18657
18685
  }
18658
18686
  .filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU {
18659
- border-right: 2px solid var(--buttonPrimary, #4e3f09);
18687
+ border-inline-end: 2px solid var(--buttonPrimary, #4e3f09);
18660
18688
  }
18661
18689
  .filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU .filter-modal__filterNameTitle___JgHWd {
18662
18690
  font-weight: 600;
@@ -23204,6 +23232,9 @@ h5,
23204
23232
  transform: rotate(45deg);
23205
23233
  transform-origin: bottom left;
23206
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
+ }
23207
23238
  .product-variants__variantContainer___J1jRs .product-variants__variantItemText___zA7S8 {
23208
23239
  display: inline-block;
23209
23240
  border-radius: 4px;
@@ -25113,14 +25144,14 @@ h5,
25113
25144
  position: absolute;
25114
25145
  display: none;
25115
25146
  top: 50%;
25116
- left: 50%;
25147
+ inset-inline-start: 50%;
25117
25148
  transform: translate(-50%, -50%);
25118
25149
  width: 9px;
25119
25150
  height: 9px;
25120
25151
  border-radius: 50%;
25121
25152
  background: #919191;
25122
25153
  }
25123
- [dir="rtl"] [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 .edit-profile__checkmark___yZQ_b:after {
25154
+ [dir='rtl'] [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 .edit-profile__checkmark___yZQ_b:after {
25124
25155
  transform: translate(50%, -50%);
25125
25156
  }
25126
25157
  [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 input:checked ~ .edit-profile__checkmark___yZQ_b:after {
@@ -25131,7 +25162,7 @@ h5,
25131
25162
  position: absolute;
25132
25163
  display: none;
25133
25164
  top: 50%;
25134
- left: 50%;
25165
+ inset-inline-start: 50%;
25135
25166
  transform: translate(-50%, -50%);
25136
25167
  width: 9px;
25137
25168
  height: 9px;
@@ -27768,7 +27799,7 @@ h5,
27768
27799
  .login-otp__loginInputGroup____7Nbd .login-otp__changeBtn___yaRV5 {
27769
27800
  color: var(--buttonPrimary, #4e3f09);
27770
27801
  text-align: center;
27771
- margin-left: 8px;
27802
+ margin-inline-start: 8px;
27772
27803
  font-size: 14px;
27773
27804
  font-weight: 600;
27774
27805
  line-height: 140%;
@@ -30428,7 +30459,10 @@ h5,
30428
30459
  }
30429
30460
  .single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 {
30430
30461
  display: flex;
30431
- padding: 4px 12px 4px 0px;
30462
+ padding-top: 4px;
30463
+ padding-inline-end: 12px;
30464
+ padding-bottom: 4px;
30465
+ padding-inline-start: 0px;
30432
30466
  }
30433
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 {
30434
30468
  font-weight: 600;
@@ -30597,13 +30631,13 @@ h5,
30597
30631
  color: var(--textHeading, #26201a);
30598
30632
  font-size: 16px;
30599
30633
  font-weight: 600;
30600
- margin-right: 12px;
30634
+ margin-inline-end: 12px;
30601
30635
  }
30602
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 {
30603
30637
  font-size: 12px;
30604
30638
  text-decoration: line-through;
30605
30639
  color: var(--textLabel, #7d7676);
30606
- margin-right: 12px;
30640
+ margin-inline-end: 12px;
30607
30641
  }
30608
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 {
30609
30643
  font-weight: 500;
@@ -30632,7 +30666,7 @@ h5,
30632
30666
  font-size: 12px;
30633
30667
  line-height: 140%;
30634
30668
  color: var(--successText, #1c958f);
30635
- margin-right: 12px;
30669
+ margin-inline-end: 12px;
30636
30670
  width: fit-content;
30637
30671
  }
30638
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 {
@@ -30686,7 +30720,7 @@ h5,
30686
30720
  }
30687
30721
  .single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN span {
30688
30722
  align-self: center;
30689
- margin-left: 3px;
30723
+ margin-inline-start: 3px;
30690
30724
  }
30691
30725
  @media only screen and (max-width: 480px) {
30692
30726
  .single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN {
@@ -31053,8 +31087,8 @@ h5,
31053
31087
  width: 100%;
31054
31088
  z-index: 1;
31055
31089
  bottom: 0;
31056
- left: 0;
31057
- right: 0;
31090
+ inset-inline-start: 0;
31091
+ inset-inline-end: 0;
31058
31092
  display: none;
31059
31093
  box-sizing: border-box;
31060
31094
  background-color: var(--pageBackground, #f8f8f8);
@@ -31567,8 +31601,8 @@ h5,
31567
31601
  .single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 {
31568
31602
  position: fixed;
31569
31603
  bottom: 0;
31570
- left: 0;
31571
- right: 0;
31604
+ inset-inline-start: 0;
31605
+ inset-inline-end: 0;
31572
31606
  padding: 16px;
31573
31607
  background: var(--pageBackground, #f8f8f8);
31574
31608
  z-index: 2;
@@ -32550,8 +32584,8 @@ h5,
32550
32584
  }
32551
32585
  @media only screen and (max-width: 768px) {
32552
32586
  .checkout__customStyles___Cgmm9 {
32553
- padding-left: 16px !important;
32554
- padding-right: 16px !important;
32587
+ padding-inline-start: 16px !important;
32588
+ padding-inline-end: 16px !important;
32555
32589
  }
32556
32590
  }
32557
32591
  @media only screen and (max-width: 768px) {
@@ -33087,6 +33121,9 @@ h5,
33087
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 {
33088
33122
  transform: rotate(270deg);
33089
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
+ }
33090
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 {
33091
33128
  transform: rotate(180deg);
33092
33129
  }
@@ -33247,7 +33284,10 @@ h5,
33247
33284
  color: var(--textHeading);
33248
33285
  }
33249
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 {
33250
- margin: 8px 0 16px 0;
33287
+ margin-top: 8px;
33288
+ margin-inline-end: 0;
33289
+ margin-bottom: 16px;
33290
+ margin-inline-start: 0;
33251
33291
  color: var(--textBody);
33252
33292
  font-size: 12px;
33253
33293
  }
@@ -33572,7 +33612,10 @@ h5,
33572
33612
  padding: 16px;
33573
33613
  }
33574
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 {
33575
- padding: 0 0 0 16px;
33615
+ padding-top: 0;
33616
+ padding-inline-end: 0;
33617
+ padding-bottom: 0;
33618
+ padding-inline-start: 16px;
33576
33619
  }
33577
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 {
33578
33621
  list-style-type: disc;
@@ -33647,7 +33690,10 @@ h5,
33647
33690
  }
33648
33691
  }
33649
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 {
33650
- margin: 8px 0 16px 0;
33693
+ margin-top: 8px;
33694
+ margin-inline-end: 0;
33695
+ margin-bottom: 16px;
33696
+ margin-inline-start: 0;
33651
33697
  color: var(--textBody);
33652
33698
  }
33653
33699
  @media only screen and (min-width: 769px) {
@@ -33656,7 +33702,10 @@ h5,
33656
33702
  }
33657
33703
  }
33658
33704
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__addNewCardModal___HuBPW {
33659
- padding: 0px 16px 24px 16px;
33705
+ padding-top: 0px;
33706
+ padding-inline-end: 16px;
33707
+ padding-bottom: 24px;
33708
+ padding-inline-start: 16px;
33660
33709
  }
33661
33710
  .checkout-payment-content__container___HusGh .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp,
33662
33711
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessPay___dcGhw .checkout-payment-content__payBtn___dgcAp,
@@ -34291,7 +34340,10 @@ h5,
34291
34340
  font-weight: 700;
34292
34341
  font-size: 24px;
34293
34342
  line-height: 33.6px;
34294
- margin: 16px 0 8px 0;
34343
+ margin-top: 16px;
34344
+ margin-inline-end: 0;
34345
+ margin-bottom: 8px;
34346
+ margin-inline-start: 0;
34295
34347
  color: var(--primaryColor);
34296
34348
  }
34297
34349
  .checkout-payment-content__upiRedirectionModal___A77Sr .checkout-payment-content__message___r1UVA {
@@ -34586,7 +34638,7 @@ h5,
34586
34638
  }
34587
34639
  .checkout-payment-content__crossMobile___jmnlv {
34588
34640
  position: absolute;
34589
- right: 16px;
34641
+ inset-inline-end: 16px;
34590
34642
  }
34591
34643
  .checkout-payment-content__noResultFound___suFuv {
34592
34644
  color: var(--Text-Body, #4d4d4e);
@@ -35356,7 +35408,7 @@ h5,
35356
35408
  color: var(--textHeading);
35357
35409
  }
35358
35410
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__reviewHeaderUnselect___KZS1G .checkout-payment__unsetPaddingLeft___MfCqa {
35359
- padding-left: 0 !important;
35411
+ padding-inline-start: 0 !important;
35360
35412
  }
35361
35413
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
35362
35414
  display: flex;
@@ -35405,7 +35457,7 @@ h5,
35405
35457
  }
35406
35458
  }
35407
35459
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s .checkout-payment__unsetPaddingLeft___MfCqa {
35408
- padding-left: 0 !important;
35460
+ padding-inline-start: 0 !important;
35409
35461
  }
35410
35462
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR {
35411
35463
  border-width: 0 1px 1px 1px;
@@ -36561,7 +36613,7 @@ h5,
36561
36613
  }
36562
36614
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA {
36563
36615
  margin-bottom: 11px;
36564
- margin-right: 25px;
36616
+ margin-inline-end: 25px;
36565
36617
  }
36566
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 {
36567
36619
  color: var(--errorText, #b24141);
@@ -39925,7 +39977,7 @@ h5,
39925
39977
  @media only screen and (max-width: 768px) {
39926
39978
  .contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
39927
39979
  font-size: 14px;
39928
- text-align: left;
39980
+ text-align: start;
39929
39981
  }
39930
39982
  }
39931
39983
  @media only screen and (max-width: 768px) {