@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.
Files changed (132) hide show
  1. package/dist/components/address-form/address-form.css +11 -5
  2. package/dist/components/address-form/form-input-selector.css +3 -3
  3. package/dist/components/address-item/address-item.js +1 -1
  4. package/dist/components/chip-review-item/chip-review-item.js +1 -1
  5. package/dist/components/core/fy-button/fy-button.css +1 -1
  6. package/dist/components/filter-modal/filter-modal.css +7 -4
  7. package/dist/components/forced-ltr/forced-ltr.js +1 -0
  8. package/dist/components/form-builder/form-builder.css +4 -4
  9. package/dist/components/google-map/google-map.css +7 -1
  10. package/dist/components/index.css +25 -16
  11. package/dist/components/index.js +1 -1
  12. package/dist/components/location-modal/location-modal.css +1 -1
  13. package/dist/components/order-header/order-header.css +4 -4
  14. package/dist/components/order-header/order-header.js +1 -1
  15. package/dist/components/order-shipment/order-shipment.css +1 -1
  16. package/dist/components/price-breakup/price-breakup.js +1 -1
  17. package/dist/components/product-card/product-card.css +1 -1
  18. package/dist/components/product-card/product-card.js +1 -1
  19. package/dist/components/profile-navigation/profile-navigation.css +2 -2
  20. package/dist/components/quantity-control/quantity-control.js +1 -1
  21. package/dist/components/range-slider/range-slider.css +4 -1
  22. package/dist/components/reasons-list/reason-item/reason-item.css +2 -2
  23. package/dist/components/reasons-list/reasons-list.css +2 -2
  24. package/dist/components/shipment-breakup/shipment-breakup.css +1 -1
  25. package/dist/components/shipment-tracking/shipment-tracking.css +5 -5
  26. package/dist/components/shipments-update-item/quantity-ctrl/quantity-ctrl.css +2 -2
  27. package/dist/components/shipments-update-item/shipments-update-item.css +9 -5
  28. package/dist/helper/hooks/useLocaleDirection.js +1 -0
  29. package/dist/index.css +95 -53
  30. package/dist/index.js +1 -1
  31. package/dist/page-layouts/auth/account-locked/account-locked.css +1 -1
  32. package/dist/page-layouts/auth/mobile-number/mobile-number.css +3 -3
  33. package/dist/page-layouts/auth/verify-both/verify-both.js +1 -1
  34. package/dist/page-layouts/cart/Components/chip-item/chip-item.css +6 -3
  35. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  36. package/dist/page-layouts/cart/Components/comment/comment.css +7 -4
  37. package/dist/page-layouts/cart/Components/coupon/coupon.js +1 -1
  38. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.css +13 -7
  39. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  40. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.css +1 -1
  41. package/dist/page-layouts/cart/Components/free-gift-item/free-gift-item.js +1 -1
  42. package/dist/page-layouts/cart/Components/gst-card/gst-card.js +1 -1
  43. package/dist/page-layouts/cart/Components/remove-cart-item/remove-cart-item.css +3 -3
  44. package/dist/page-layouts/cart/Components/share-cart/share-cart.css +2 -2
  45. package/dist/page-layouts/cart/Components/share-cart-modal/share-cart-modal.css +2 -2
  46. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.css +3 -0
  47. package/dist/page-layouts/cart/Components/sticky-footer/sticky-footer.js +1 -1
  48. package/dist/page-layouts/compare/compare.css +9 -7
  49. package/dist/page-layouts/compare/compare.js +1 -1
  50. package/dist/page-layouts/login/component/login-otp/login-otp.css +4 -4
  51. package/dist/page-layouts/login/component/login-otp/login-otp.js +1 -1
  52. package/dist/page-layouts/login/component/login-password/login-password.css +3 -3
  53. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +4 -1
  54. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  55. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.css +1 -1
  56. package/dist/page-layouts/plp/Components/filter-item/filter-item.css +6 -3
  57. package/dist/page-layouts/plp/Components/filter-list/filter-list.css +6 -3
  58. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  59. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  60. package/dist/page-layouts/plp/Components/product-variants/product-variants.css +3 -0
  61. package/dist/page-layouts/single-checkout/address/single-address-content.css +2 -2
  62. package/dist/page-layouts/single-checkout/address/single-address-content.js +1 -1
  63. package/dist/page-layouts/single-checkout/address/single-address.css +13 -7
  64. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  65. package/dist/page-layouts/single-checkout/payment/card-form.css +26 -8
  66. package/dist/page-layouts/single-checkout/payment/card-form.js +1 -1
  67. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +26 -8
  68. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  69. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +28 -10
  70. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  71. package/dist/page-layouts/single-checkout/payment/sticky-pay-now/sticky-pay-now.css +2 -2
  72. package/dist/page-layouts/single-checkout/payment/ukt-modal.css +2 -2
  73. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +11 -8
  74. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.js +1 -1
  75. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.css +9 -6
  76. package/dist/page-layouts/single-checkout/shipment/single-shipment-content.js +1 -1
  77. package/dist/pages/blog/blog.js +1 -1
  78. package/dist/pages/blog/index.js +1 -1
  79. package/dist/pages/cart/cart.css +34 -19
  80. package/dist/pages/cart/cart.js +1 -1
  81. package/dist/pages/cart/index.css +34 -19
  82. package/dist/pages/cart/index.js +1 -1
  83. package/dist/pages/checkout/checkout.css +59 -29
  84. package/dist/pages/checkout/checkout.js +1 -1
  85. package/dist/pages/checkout/index.css +59 -29
  86. package/dist/pages/checkout/index.js +1 -1
  87. package/dist/pages/contact-us/contact-us.css +2 -2
  88. package/dist/pages/contact-us/contact-us.js +1 -1
  89. package/dist/pages/contact-us/index.css +2 -2
  90. package/dist/pages/contact-us/index.js +1 -1
  91. package/dist/pages/edit-profile/edit-profile.css +6 -6
  92. package/dist/pages/edit-profile/edit-profile.js +1 -1
  93. package/dist/pages/edit-profile/index.css +6 -6
  94. package/dist/pages/edit-profile/index.js +1 -1
  95. package/dist/pages/index.css +93 -51
  96. package/dist/pages/index.js +1 -1
  97. package/dist/pages/login/index.css +4 -4
  98. package/dist/pages/login/index.js +1 -1
  99. package/dist/pages/login/login.css +4 -4
  100. package/dist/pages/login/login.js +1 -1
  101. package/dist/pages/order/index.css +1 -1
  102. package/dist/pages/order/order-tracking-details/order-tracking-details.css +11 -11
  103. package/dist/pages/order/order-tracking.css +1 -1
  104. package/dist/pages/order-status/index.css +6 -3
  105. package/dist/pages/order-status/index.js +1 -1
  106. package/dist/pages/order-status/order-status.css +6 -3
  107. package/dist/pages/order-status/order-status.js +1 -1
  108. package/dist/pages/product-listing/index.css +13 -7
  109. package/dist/pages/product-listing/index.js +1 -1
  110. package/dist/pages/product-listing/product-listing.css +13 -7
  111. package/dist/pages/product-listing/product-listing.js +1 -1
  112. package/dist/pages/profile/components/add-email-modal/add-email-modal.css +1 -1
  113. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.css +4 -4
  114. package/dist/pages/profile/components/confirm-modal/confirm-modal.css +1 -1
  115. package/dist/pages/profile/components/empty-state/empty-state.css +1 -1
  116. package/dist/pages/profile/email/email.css +1 -1
  117. package/dist/pages/profile/email/index.css +1 -1
  118. package/dist/pages/profile/index.css +2 -2
  119. package/dist/pages/profile/phone/index.css +4 -4
  120. package/dist/pages/profile/phone/phone.css +4 -4
  121. package/dist/pages/profile/profile-details.css +2 -2
  122. package/dist/pages/register/index.css +3 -3
  123. package/dist/pages/register/index.js +1 -1
  124. package/dist/pages/register/register.css +3 -3
  125. package/dist/pages/register/register.js +1 -1
  126. package/dist/pages/shared-cart/index.js +1 -1
  127. package/dist/pages/shared-cart/shared-cart.js +1 -1
  128. package/dist/pages/wishlist/index.css +4 -1
  129. package/dist/pages/wishlist/index.js +1 -1
  130. package/dist/pages/wishlist/wishlist.css +4 -1
  131. package/dist/pages/wishlist/wishlist.js +1 -1
  132. package/package.json +1 -1
@@ -336,7 +336,10 @@ h5,
336
336
  }
337
337
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
338
338
  font-size: small;
339
- margin: 0px 0px 12px 0px;
339
+ margin-top: 0;
340
+ margin-inline-end: 0px;
341
+ margin-bottom: 12px;
342
+ margin-inline-start: 0px;
340
343
  display: none;
341
344
  }
342
345
  @media only screen and (max-width: 480px) {
@@ -353,11 +353,11 @@ h5,
353
353
  flex: 0 0 24px;
354
354
  }
355
355
  .reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__text___jS7OJ {
356
- margin-left: 10px;
356
+ margin-inline-start: 10px;
357
357
  }
358
358
  @media only screen and (max-width: 480px) {
359
359
  .reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__text___jS7OJ {
360
- margin-left: 8px;
360
+ margin-inline-start: 8px;
361
361
  }
362
362
  }
363
363
  .reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__lightxs___nD5Od {
@@ -715,11 +715,11 @@ h5,
715
715
  flex: 0 0 24px;
716
716
  }
717
717
  .reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__text___jS7OJ {
718
- margin-left: 10px;
718
+ margin-inline-start: 10px;
719
719
  }
720
720
  @media only screen and (max-width: 480px) {
721
721
  .reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__text___jS7OJ {
722
- margin-left: 8px;
722
+ margin-inline-start: 8px;
723
723
  }
724
724
  }
725
725
  .reason-item__reasonItem___X1uR_ .reason-item__reasonContent___dteU7 .reason-item__lightxs___nD5Od {
@@ -383,7 +383,7 @@ h5,
383
383
  }
384
384
  .shipment-breakup__billing___FTdqB .shipment-breakup__values___Ji3lV {
385
385
  position: absolute;
386
- right: 16px;
386
+ inset-inline-end: 16px;
387
387
  color: var(--textBody, #3c3131);
388
388
  font-size: 12px;
389
389
  font-weight: 400;
@@ -392,7 +392,7 @@ h5,
392
392
  }
393
393
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__status___B417y .shipment-tracking__info___KBL6j {
394
394
  position: absolute;
395
- right: 20px;
395
+ inset-inline-end: 20px;
396
396
  text-align: center;
397
397
  color: #ffffff;
398
398
  padding: 10px;
@@ -408,7 +408,7 @@ h5,
408
408
  opacity: 0.5;
409
409
  }
410
410
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__trackItem___geRoz .shipment-tracking__trackInfo___A5RXX {
411
- margin-left: 20px;
411
+ margin-inline-start: 20px;
412
412
  }
413
413
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__trackItem___geRoz .shipment-tracking__trackInfo___A5RXX .shipment-tracking__boldsm___aDLPp {
414
414
  font-weight: 700;
@@ -437,7 +437,7 @@ h5,
437
437
  width: 100%;
438
438
  }
439
439
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__trackItem___geRoz .shipment-tracking__dropdownArrow___m8GIu {
440
- margin-left: auto;
440
+ margin-inline-start: auto;
441
441
  }
442
442
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__title___BMsCR {
443
443
  font-weight: bold;
@@ -486,12 +486,12 @@ h5,
486
486
  font-size: 12px;
487
487
  font-weight: 500;
488
488
  line-height: 140%;
489
- border-right: 1px solid var(--dividerStokes, #d4d1d1);
489
+ border-inline-end: 1px solid var(--dividerStokes, #d4d1d1);
490
490
  color: var(--buttonLink, #b1655b);
491
491
  }
492
492
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI div:last-child,
493
493
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI a:last-child {
494
- border-right: none;
494
+ border-inline-end: none;
495
495
  }
496
496
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI div:hover,
497
497
  .shipment-tracking__shipmentTracking___vw2lr .shipment-tracking__links___E7mYI a:hover {
@@ -363,8 +363,8 @@ h5,
363
363
  .quantity-ctrl__qtyControl___LvP42 .quantity-ctrl__qtyAmount___NVSUc {
364
364
  width: 38px;
365
365
  height: 100%;
366
- border-left: 1px solid var(--dividerStokes, #d4d1d1);
367
- border-right: 1px solid var(--dividerStokes, #d4d1d1);
366
+ border-inline-start: 1px solid var(--dividerStokes, #d4d1d1);
367
+ border-inline-end: 1px solid var(--dividerStokes, #d4d1d1);
368
368
  margin: 0px;
369
369
  background-color: var(--pageBackground, #f8f8f8);
370
370
  display: flex;
@@ -343,11 +343,15 @@ h5,
343
343
  }
344
344
  }
345
345
  .shipments-update-item__updateItem___SC6gf .shipments-update-item__bagImg___bn385 {
346
- margin: 0px 20px 20px 0;
346
+ margin-top: 0;
347
+ margin-inline-end: 20px;
348
+ margin-bottom: 20px;
349
+ margin-inline-start: 0;
347
350
  }
348
351
  @media only screen and (max-width: 480px) {
349
352
  .shipments-update-item__updateItem___SC6gf .shipments-update-item__bagImg___bn385 {
350
- margin: 0px 16px 16px 0;
353
+ margin-inline-end: 16px;
354
+ margin-bottom: 16px;
351
355
  }
352
356
  }
353
357
  .shipments-update-item__updateItem___SC6gf .shipments-update-item__bagImg___bn385 img {
@@ -455,7 +459,7 @@ h5,
455
459
  }
456
460
  }
457
461
  .shipments-update-item__updateItem___SC6gf .shipments-update-item__qtyCtrl___qDcgF {
458
- margin-left: 5px;
462
+ margin-inline-start: 5px;
459
463
  position: relative;
460
464
  }
461
465
  .shipments-update-item__updateItem___SC6gf .shipments-update-item__qtyCtrl___qDcgF .shipments-update-item__maxAvail___VZxqT {
@@ -852,8 +856,8 @@ h5,
852
856
  .quantity-ctrl__qtyControl___LvP42 .quantity-ctrl__qtyAmount___NVSUc {
853
857
  width: 38px;
854
858
  height: 100%;
855
- border-left: 1px solid var(--dividerStokes, #d4d1d1);
856
- border-right: 1px solid var(--dividerStokes, #d4d1d1);
859
+ border-inline-start: 1px solid var(--dividerStokes, #d4d1d1);
860
+ border-inline-end: 1px solid var(--dividerStokes, #d4d1d1);
857
861
  margin: 0px;
858
862
  background-color: var(--pageBackground, #f8f8f8);
859
863
  display: flex;
@@ -0,0 +1 @@
1
+ !function webpackUniversalModuleDefinition(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("fdk-core/utils"),require("react")):"function"==typeof define&&define.amd?define("firestone",["fdk-core/utils","react"],t):"object"==typeof exports?exports.firestone=t(require("fdk-core/utils"),require("react")):e.firestone=t(e["fdk-core/utils"],e.react)}("undefined"!=typeof self?self:this,((e,t)=>(()=>{"use strict";var r={4814:(e,t,r)=>{r.d(t,{A:()=>i});var n,a=r(9155);function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends.apply(null,arguments)}const i=function SvgAddress(e){return a.createElement("svg",_extends({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),n||(n=a.createElement("path",{fill:"#4D4D4E",d:"m10.001 5.16 4.167 3.75v6.508h-1.667v-5h-5v5H5.835V8.91zm0-2.242-8.333 7.5h2.5v6.667h5v-5h1.667v5h5v-6.667h2.5z"})))}},7962:(e,t,r)=>{r.d(t,{A:()=>i});var n,a=r(9155);function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends.apply(null,arguments)}const i=function SvgCall(e){return a.createElement("svg",_extends({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),n||(n=a.createElement("path",{fill:"#4D4D4E",d:"M5.45 4.167c.05.741.175 1.466.375 2.158l-1 1c-.342-1-.558-2.058-.633-3.158zm8.217 10.016c.708.2 1.433.325 2.166.375V15.8a12.9 12.9 0 0 1-3.166-.625zM6.25 2.5H3.333a.836.836 0 0 0-.833.833C2.5 11.158 8.842 17.5 16.667 17.5a.836.836 0 0 0 .833-.833v-2.909a.836.836 0 0 0-.833-.833 9.5 9.5 0 0 1-2.975-.475.7.7 0 0 0-.259-.042.85.85 0 0 0-.591.242l-1.834 1.833a12.62 12.62 0 0 1-5.491-5.491L7.35 7.158a.84.84 0 0 0 .208-.85 9.5 9.5 0 0 1-.475-2.975.836.836 0 0 0-.833-.833"})))}},7010:(e,t,r)=>{r.d(t,{A:()=>i});var n,a=r(9155);function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends.apply(null,arguments)}const i=function SvgEmail(e){return a.createElement("svg",_extends({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),n||(n=a.createElement("path",{fill:"#4D4D4E",d:"M18.335 4.999c0-.917-.75-1.667-1.667-1.667H3.335c-.917 0-1.667.75-1.667 1.667v10c0 .916.75 1.666 1.667 1.666h13.333c.917 0 1.667-.75 1.667-1.666zm-1.667 0-6.667 4.158-6.666-4.158zm0 10H3.335V6.665L10 10.832l6.667-4.167z"})))}},9825:(e,t,r)=>{r.d(t,{A:()=>o});var n,a,i=r(9155);function _extends(){return _extends=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends.apply(null,arguments)}const o=function SvgOrders(e){return i.createElement("svg",_extends({xmlns:"http://www.w3.org/2000/svg",width:20,height:20,fill:"none"},e),i.createElement("mask",{id:"orders_svg__a",width:20,height:20,x:0,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},n||(n=i.createElement("path",{fill:"#D9D9D9",d:"M0 0h20v20H0z"}))),a||(a=i.createElement("g",{mask:"url(#orders_svg__a)"},i.createElement("path",{fill:"#4D4D4E",d:"M4.418 17.918q-.625 0-1.063-.437a1.45 1.45 0 0 1-.437-1.063v-9.5q0-.625.437-1.063a1.45 1.45 0 0 1 1.063-.437h1.833q0-1.562 1.094-2.657Q8.44 1.668 10 1.668q1.563 0 2.657 1.093 1.093 1.094 1.093 2.657h1.834q.624 0 1.062.437.438.438.438 1.063v9.5q0 .625-.438 1.063a1.45 1.45 0 0 1-1.062.437zm0-1.25h11.167q.082 0 .166-.083.084-.084.084-.167v-9.5q0-.083-.084-.167-.082-.083-.166-.083H4.418q-.083 0-.167.083-.083.084-.083.167v9.5q0 .084.083.167t.167.083m5.583-5.417q1.563 0 2.657-1.093 1.093-1.094 1.093-2.657h-1.25q0 1.042-.729 1.771a2.4 2.4 0 0 1-1.77.73 2.4 2.4 0 0 1-1.772-.73 2.4 2.4 0 0 1-.729-1.77h-1.25q0 1.562 1.094 2.656Q8.44 11.251 10 11.251m-2.5-5.833h5q0-1.042-.729-1.77a2.4 2.4 0 0 0-1.77-.73 2.4 2.4 0 0 0-1.772.73 2.4 2.4 0 0 0-.729 1.77"}))))}},266:(e,t,r)=>{var n=r(9825),a=r(7962),i=r(7010),o=r(4814);n.A,a.A,i.A,o.A},4429:(e,t,r)=>{r.d(t,{il:()=>getLocaleDirection});r(266);function getLocaleDirection(e){const t=e?.store?.getState()?.custom?.currentLocaleDetails?.direction;return t||"ltr"}},447:t=>{t.exports=e},9155:e=>{e.exports=t}},n={};function __webpack_require__(e){var t=n[e];if(void 0!==t)return t.exports;var a=n[e]={exports:{}};return r[e](a,a.exports,__webpack_require__),a.exports}__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},__webpack_require__.d=(e,t)=>{for(var r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{__webpack_require__.r(a),__webpack_require__.d(a,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var e=__webpack_require__(447),t=__webpack_require__(4429);const __WEBPACK_DEFAULT_EXPORT__=()=>{const r=(0,e.useFPI)(),n=(0,t.il)(r);return{isRTL:"rtl"===n,direction:n}}})(),a})()));
package/dist/index.css CHANGED
@@ -921,7 +921,10 @@ h5,
921
921
  font-weight: 400;
922
922
  font-size: 10px;
923
923
  color: var(--errorText, #b24141);
924
- padding: 12px 12px 0px 12px;
924
+ padding-top: 12px;
925
+ padding-inline-end: 12px;
926
+ padding-bottom: 0px;
927
+ padding-inline-start: 12px;
925
928
  }
926
929
  .comment__modelHeader___zmsaH {
927
930
  display: flex;
@@ -942,8 +945,8 @@ h5,
942
945
  }
943
946
  @media only screen and (max-width: 768px) {
944
947
  .comment__modalContainer___iL5Lo {
945
- border-top-left-radius: 4px;
946
- border-top-right-radius: 4px;
948
+ border-start-start-radius: 4px;
949
+ border-start-end-radius: 4px;
947
950
  }
948
951
  }
949
952
  .comment__modalContent___YcBhL {
@@ -983,7 +986,7 @@ h5,
983
986
  color: var(--textLabel, #7d7676);
984
987
  font-weight: 400;
985
988
  width: max-content;
986
- margin-left: auto;
989
+ margin-inline-start: auto;
987
990
  font-size: 12px;
988
991
  line-height: 140%;
989
992
  /* 16.8px */
@@ -2648,7 +2651,7 @@ h5,
2648
2651
  .share-cart-modal__sharePopup___mHeWh {
2649
2652
  position: fixed;
2650
2653
  top: 0;
2651
- left: 0;
2654
+ inset-inline-start: 0;
2652
2655
  justify-content: center;
2653
2656
  width: 100vw;
2654
2657
  height: 100dvh;
@@ -2684,7 +2687,7 @@ h5,
2684
2687
  .share-cart-modal__sharePopup___mHeWh .share-cart-modal__close___qKEdK {
2685
2688
  position: absolute;
2686
2689
  top: 24px;
2687
- right: 16px;
2690
+ inset-inline-end: 16px;
2688
2691
  width: 22px;
2689
2692
  height: 22px;
2690
2693
  display: flex !important;
@@ -3594,8 +3597,8 @@ h5,
3594
3597
  @media only screen and (max-width: 768px) {
3595
3598
  .delivery-location__pincodeModal___KAYH1 {
3596
3599
  width: unset;
3597
- border-top-left-radius: 4px !important;
3598
- border-top-right-radius: 4px !important;
3600
+ border-start-start-radius: 4px !important;
3601
+ border-start-end-radius: 4px !important;
3599
3602
  }
3600
3603
  }
3601
3604
  .delivery-location__pincodeModal___KAYH1 .delivery-location__modalHeader____OOl3 {
@@ -4771,7 +4774,7 @@ h5,
4771
4774
  padding: 8px;
4772
4775
  white-space: nowrap;
4773
4776
  border-radius: 6px;
4774
- margin-right: 16px;
4777
+ margin-inline-end: 16px;
4775
4778
  border: 1px solid var(--dividerStokes);
4776
4779
  color: var(--textHeading, #26201a);
4777
4780
  }
@@ -4963,7 +4966,7 @@ h5,
4963
4966
  position: absolute;
4964
4967
  z-index: 1;
4965
4968
  top: 16px;
4966
- left: 50%;
4969
+ inset-inline-start: 50%;
4967
4970
  transform: translateX(-50%);
4968
4971
  border: 1px solid var(--dividerStokes);
4969
4972
  border-radius: 8px;
@@ -5042,10 +5045,16 @@ h5,
5042
5045
  background: linear-gradient(90deg, #cccccc, #efefef, #cccccc);
5043
5046
  animation: google-map__loading___w2nsO 0.8s infinite;
5044
5047
  }
5048
+ [dir="rtl"] .google-map__mapWrapper___YR7HM .google-map__skeleton___whDH9 > canvas {
5049
+ transform: translateX(100%);
5050
+ }
5045
5051
  @keyframes google-map__loading___w2nsO {
5046
5052
  100% {
5047
5053
  transform: translateX(100%);
5048
5054
  }
5055
+ [dir="rtl"] 100% {
5056
+ transform: translateX(-100%);
5057
+ }
5049
5058
  }
5050
5059
 
5051
5060
  /**color by character**/
@@ -6693,14 +6702,14 @@ h5,
6693
6702
  }
6694
6703
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__dialCodePreview___E0m4Z {
6695
6704
  border-inline: none;
6696
- padding-right: 4px;
6705
+ padding-inline-end: 4px;
6697
6706
  }
6698
6707
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG {
6699
6708
  width: 100%;
6700
6709
  font-weight: 400;
6701
6710
  display: flex;
6702
- border-left: none;
6703
- padding-left: 4px;
6711
+ border-inline-start: none;
6712
+ padding-inline-start: 4px;
6704
6713
  }
6705
6714
  .mobile-number__mobileInputWrapper___Na12n .mobile-number__mobileInputContainer___deIgv .mobile-number__mobileNumberInput___iRnFG:focus-visible {
6706
6715
  outline: none;
@@ -8176,7 +8185,7 @@ h5,
8176
8185
  border: 2px solid var(--buttonPrimaryL3, #b8b29d);
8177
8186
  border-top: 2px solid var(--buttonPrimary, #4e3f09);
8178
8187
  padding: 0;
8179
- margin-left: 0;
8188
+ margin-inline-start: 0;
8180
8189
  }
8181
8190
  .fy-button__button___UES8C .fy-button__loader___eJW6i.fy-button__contained___F5O7g.fy-button__primary___xKz1S {
8182
8191
  border-top-color: #ffffff;
@@ -8665,7 +8674,7 @@ h5,
8665
8674
  min-width: 0;
8666
8675
  }
8667
8676
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__navContainer___pxEcU {
8668
- border-left: 1px solid var(--dividerStokes, #d4d1d1);
8677
+ border-inline-start: 1px solid var(--dividerStokes, #d4d1d1);
8669
8678
  padding: 16px;
8670
8679
  width: 25%;
8671
8680
  }
@@ -8730,7 +8739,7 @@ h5,
8730
8739
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__navContainer___pxEcU .profile-navigation__nav___Muxd1 .profile-navigation__menuIcon___VwDzj {
8731
8740
  height: 20px;
8732
8741
  aspect-ratio: 1;
8733
- margin-right: 12px;
8742
+ margin-inline-end: 12px;
8734
8743
  }
8735
8744
  .profile-navigation__profilePageContainer___K5iNj .profile-navigation__mainView___N7sRC .profile-navigation__navContainer___pxEcU .profile-navigation__versionContainer___gbdtn {
8736
8745
  display: flex;
@@ -10250,7 +10259,7 @@ h5,
10250
10259
  .chip-item__cartItemsListContainer___ud9jU .chip-item__eachItemContainer___rROgS .chip-item__eachItemDetailsContainer___RLC12 .chip-item__itemTotalContainer___E0DQq .chip-item__deliveryDateWrapper___TcR1g .chip-item__deliveryDate___o3m1j {
10251
10260
  font-weight: 500;
10252
10261
  font-size: 12px;
10253
- text-align: right;
10262
+ text-align: end;
10254
10263
  color: var(--successText, #1c958f);
10255
10264
  align-self: center;
10256
10265
  margin-inline-start: 8px;
@@ -10434,7 +10443,10 @@ h5,
10434
10443
  stroke-width: 1;
10435
10444
  }
10436
10445
  .chip-item__sModalContainer___ARs9G .chip-item__sizeModalErrCls___QFoKd {
10437
- padding: 0 0 4px 24px;
10446
+ padding-top: 0;
10447
+ padding-inline-end: 0;
10448
+ padding-bottom: 4px;
10449
+ padding-inline-start: 24px;
10438
10450
  margin-top: -12px;
10439
10451
  height: 22px;
10440
10452
  font-weight: 600;
@@ -11315,7 +11327,7 @@ h5,
11315
11327
  font-weight: 600;
11316
11328
  }
11317
11329
  .free-gift-item__freeArticleContainer___wFbcr .free-gift-item__quantityCount___zoOkQ {
11318
- margin-left: 8px;
11330
+ margin-inline-start: 8px;
11319
11331
  color: var(--textBody);
11320
11332
  font-weight: 400;
11321
11333
  }
@@ -12337,6 +12349,9 @@ h5,
12337
12349
  width: 50% !important;
12338
12350
  }
12339
12351
  }
12352
+ .sticky-footer__rotate180___erK50 {
12353
+ transform: rotate(180deg);
12354
+ }
12340
12355
 
12341
12356
  /**color by character**/
12342
12357
  /** Font family **/
@@ -12687,8 +12702,8 @@ h5,
12687
12702
  font-weight: 400;
12688
12703
  }
12689
12704
  .remove-cart-item__modalContainer___tytkU {
12690
- border-top-left-radius: 4px;
12691
- border-top-right-radius: 4px;
12705
+ border-start-start-radius: 4px;
12706
+ border-start-end-radius: 4px;
12692
12707
  }
12693
12708
  .remove-cart-item__removeModalBody___uY7E6 {
12694
12709
  line-height: 140%;
@@ -12759,7 +12774,7 @@ h5,
12759
12774
  .remove-cart-item__removeModalFooter___wF0NY .remove-cart-item__wishlistBtn___I2k15 {
12760
12775
  padding-top: 14px;
12761
12776
  padding-bottom: 14px;
12762
- margin-left: 16px;
12777
+ margin-inline-start: 16px;
12763
12778
  text-align: center;
12764
12779
  cursor: pointer;
12765
12780
  color: var(--buttonSecondary, #fff);
@@ -14511,8 +14526,8 @@ h5,
14511
14526
  margin-bottom: 24px;
14512
14527
  background-color: var(--pageBackground, #f8f8f8);
14513
14528
  z-index: 1;
14514
- left: 0;
14515
- right: 0;
14529
+ inset-inline-start: 0;
14530
+ inset-inline-end: 0;
14516
14531
  position: fixed;
14517
14532
  top: var(--headerHeight);
14518
14533
  }
@@ -16564,7 +16579,7 @@ h5,
16564
16579
  }
16565
16580
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
16566
16581
  color: var(--textBody, #3c3131);
16567
- margin-right: 4px;
16582
+ margin-inline-end: 4px;
16568
16583
  text-overflow: ellipsis;
16569
16584
  overflow: hidden;
16570
16585
  }
@@ -16654,7 +16669,7 @@ h5,
16654
16669
  padding: 24px 12px;
16655
16670
  overflow-x: auto;
16656
16671
  scroll-behavior: smooth;
16657
- scroll-margin-left: 24px;
16672
+ scroll-margin-inline-start: 24px;
16658
16673
  }
16659
16674
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
16660
16675
  justify-content: center;
@@ -17059,7 +17074,10 @@ h5,
17059
17074
  }
17060
17075
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
17061
17076
  font-size: small;
17062
- margin: 0px 0px 12px 0px;
17077
+ margin-top: 0;
17078
+ margin-inline-end: 0px;
17079
+ margin-bottom: 12px;
17080
+ margin-inline-start: 0px;
17063
17081
  display: none;
17064
17082
  }
17065
17083
  @media only screen and (max-width: 480px) {
@@ -19541,7 +19559,7 @@ h5,
19541
19559
  letter-spacing: -0.28px;
19542
19560
  }
19543
19561
  .filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU {
19544
- border-right: 2px solid var(--buttonPrimary, #4e3f09);
19562
+ border-inline-end: 2px solid var(--buttonPrimary, #4e3f09);
19545
19563
  }
19546
19564
  .filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU .filter-modal__filterNameTitle___JgHWd {
19547
19565
  font-weight: 600;
@@ -24089,6 +24107,9 @@ h5,
24089
24107
  transform: rotate(45deg);
24090
24108
  transform-origin: bottom left;
24091
24109
  }
24110
+ [dir="rtl"] .product-variants__variantContainer___J1jRs .product-variants__variantItemColor___Lomkf .product-variants__color___rvpbQ.product-variants__unavailable___RVOsF .product-variants__overlay___XGw5m > span {
24111
+ transform: rotate(-45deg);
24112
+ }
24092
24113
  .product-variants__variantContainer___J1jRs .product-variants__variantItemText___zA7S8 {
24093
24114
  display: inline-block;
24094
24115
  border-radius: 4px;
@@ -25998,14 +26019,14 @@ h5,
25998
26019
  position: absolute;
25999
26020
  display: none;
26000
26021
  top: 50%;
26001
- left: 50%;
26022
+ inset-inline-start: 50%;
26002
26023
  transform: translate(-50%, -50%);
26003
26024
  width: 9px;
26004
26025
  height: 9px;
26005
26026
  border-radius: 50%;
26006
26027
  background: #919191;
26007
26028
  }
26008
- [dir="rtl"] [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 .edit-profile__checkmark___yZQ_b:after {
26029
+ [dir='rtl'] [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 .edit-profile__checkmark___yZQ_b:after {
26009
26030
  transform: translate(50%, -50%);
26010
26031
  }
26011
26032
  [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 input:checked ~ .edit-profile__checkmark___yZQ_b:after {
@@ -26016,7 +26037,7 @@ h5,
26016
26037
  position: absolute;
26017
26038
  display: none;
26018
26039
  top: 50%;
26019
- left: 50%;
26040
+ inset-inline-start: 50%;
26020
26041
  transform: translate(-50%, -50%);
26021
26042
  width: 9px;
26022
26043
  height: 9px;
@@ -28653,7 +28674,7 @@ h5,
28653
28674
  .login-otp__loginInputGroup____7Nbd .login-otp__changeBtn___yaRV5 {
28654
28675
  color: var(--buttonPrimary, #4e3f09);
28655
28676
  text-align: center;
28656
- margin-left: 8px;
28677
+ margin-inline-start: 8px;
28657
28678
  font-size: 14px;
28658
28679
  font-weight: 600;
28659
28680
  line-height: 140%;
@@ -31313,7 +31334,10 @@ h5,
31313
31334
  }
31314
31335
  .single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 {
31315
31336
  display: flex;
31316
- padding: 4px 12px 4px 0px;
31337
+ padding-top: 4px;
31338
+ padding-inline-end: 12px;
31339
+ padding-bottom: 4px;
31340
+ padding-inline-start: 0px;
31317
31341
  }
31318
31342
  .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 {
31319
31343
  font-weight: 600;
@@ -31482,13 +31506,13 @@ h5,
31482
31506
  color: var(--textHeading, #26201a);
31483
31507
  font-size: 16px;
31484
31508
  font-weight: 600;
31485
- margin-right: 12px;
31509
+ margin-inline-end: 12px;
31486
31510
  }
31487
31511
  .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 {
31488
31512
  font-size: 12px;
31489
31513
  text-decoration: line-through;
31490
31514
  color: var(--textLabel, #7d7676);
31491
- margin-right: 12px;
31515
+ margin-inline-end: 12px;
31492
31516
  }
31493
31517
  .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 {
31494
31518
  font-weight: 500;
@@ -31517,7 +31541,7 @@ h5,
31517
31541
  font-size: 12px;
31518
31542
  line-height: 140%;
31519
31543
  color: var(--successText, #1c958f);
31520
- margin-right: 12px;
31544
+ margin-inline-end: 12px;
31521
31545
  width: fit-content;
31522
31546
  }
31523
31547
  .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 {
@@ -31571,7 +31595,7 @@ h5,
31571
31595
  }
31572
31596
  .single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN span {
31573
31597
  align-self: center;
31574
- margin-left: 3px;
31598
+ margin-inline-start: 3px;
31575
31599
  }
31576
31600
  @media only screen and (max-width: 480px) {
31577
31601
  .single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN {
@@ -31938,8 +31962,8 @@ h5,
31938
31962
  width: 100%;
31939
31963
  z-index: 1;
31940
31964
  bottom: 0;
31941
- left: 0;
31942
- right: 0;
31965
+ inset-inline-start: 0;
31966
+ inset-inline-end: 0;
31943
31967
  display: none;
31944
31968
  box-sizing: border-box;
31945
31969
  background-color: var(--pageBackground, #f8f8f8);
@@ -32452,8 +32476,8 @@ h5,
32452
32476
  .single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 {
32453
32477
  position: fixed;
32454
32478
  bottom: 0;
32455
- left: 0;
32456
- right: 0;
32479
+ inset-inline-start: 0;
32480
+ inset-inline-end: 0;
32457
32481
  padding: 16px;
32458
32482
  background: var(--pageBackground, #f8f8f8);
32459
32483
  z-index: 2;
@@ -33435,8 +33459,8 @@ h5,
33435
33459
  }
33436
33460
  @media only screen and (max-width: 768px) {
33437
33461
  .checkout__customStyles___Cgmm9 {
33438
- padding-left: 16px !important;
33439
- padding-right: 16px !important;
33462
+ padding-inline-start: 16px !important;
33463
+ padding-inline-end: 16px !important;
33440
33464
  }
33441
33465
  }
33442
33466
  @media only screen and (max-width: 768px) {
@@ -33972,6 +33996,9 @@ h5,
33972
33996
  .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 {
33973
33997
  transform: rotate(270deg);
33974
33998
  }
33999
+ [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 {
34000
+ transform: rotate(90deg);
34001
+ }
33975
34002
  .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 {
33976
34003
  transform: rotate(180deg);
33977
34004
  }
@@ -34132,7 +34159,10 @@ h5,
34132
34159
  color: var(--textHeading);
34133
34160
  }
34134
34161
  .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 {
34135
- margin: 8px 0 16px 0;
34162
+ margin-top: 8px;
34163
+ margin-inline-end: 0;
34164
+ margin-bottom: 16px;
34165
+ margin-inline-start: 0;
34136
34166
  color: var(--textBody);
34137
34167
  font-size: 12px;
34138
34168
  }
@@ -34457,7 +34487,10 @@ h5,
34457
34487
  padding: 16px;
34458
34488
  }
34459
34489
  .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 {
34460
- padding: 0 0 0 16px;
34490
+ padding-top: 0;
34491
+ padding-inline-end: 0;
34492
+ padding-bottom: 0;
34493
+ padding-inline-start: 16px;
34461
34494
  }
34462
34495
  .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 {
34463
34496
  list-style-type: disc;
@@ -34532,7 +34565,10 @@ h5,
34532
34565
  }
34533
34566
  }
34534
34567
  .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 {
34535
- margin: 8px 0 16px 0;
34568
+ margin-top: 8px;
34569
+ margin-inline-end: 0;
34570
+ margin-bottom: 16px;
34571
+ margin-inline-start: 0;
34536
34572
  color: var(--textBody);
34537
34573
  }
34538
34574
  @media only screen and (min-width: 769px) {
@@ -34541,7 +34577,10 @@ h5,
34541
34577
  }
34542
34578
  }
34543
34579
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__addNewCardModal___HuBPW {
34544
- padding: 0px 16px 24px 16px;
34580
+ padding-top: 0px;
34581
+ padding-inline-end: 16px;
34582
+ padding-bottom: 24px;
34583
+ padding-inline-start: 16px;
34545
34584
  }
34546
34585
  .checkout-payment-content__container___HusGh .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp,
34547
34586
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessPay___dcGhw .checkout-payment-content__payBtn___dgcAp,
@@ -35176,7 +35215,10 @@ h5,
35176
35215
  font-weight: 700;
35177
35216
  font-size: 24px;
35178
35217
  line-height: 33.6px;
35179
- margin: 16px 0 8px 0;
35218
+ margin-top: 16px;
35219
+ margin-inline-end: 0;
35220
+ margin-bottom: 8px;
35221
+ margin-inline-start: 0;
35180
35222
  color: var(--primaryColor);
35181
35223
  }
35182
35224
  .checkout-payment-content__upiRedirectionModal___A77Sr .checkout-payment-content__message___r1UVA {
@@ -35471,7 +35513,7 @@ h5,
35471
35513
  }
35472
35514
  .checkout-payment-content__crossMobile___jmnlv {
35473
35515
  position: absolute;
35474
- right: 16px;
35516
+ inset-inline-end: 16px;
35475
35517
  }
35476
35518
  .checkout-payment-content__noResultFound___suFuv {
35477
35519
  color: var(--Text-Body, #4d4d4e);
@@ -36241,7 +36283,7 @@ h5,
36241
36283
  color: var(--textHeading);
36242
36284
  }
36243
36285
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__reviewHeaderUnselect___KZS1G .checkout-payment__unsetPaddingLeft___MfCqa {
36244
- padding-left: 0 !important;
36286
+ padding-inline-start: 0 !important;
36245
36287
  }
36246
36288
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
36247
36289
  display: flex;
@@ -36290,7 +36332,7 @@ h5,
36290
36332
  }
36291
36333
  }
36292
36334
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s .checkout-payment__unsetPaddingLeft___MfCqa {
36293
- padding-left: 0 !important;
36335
+ padding-inline-start: 0 !important;
36294
36336
  }
36295
36337
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR {
36296
36338
  border-width: 0 1px 1px 1px;
@@ -37446,7 +37488,7 @@ h5,
37446
37488
  }
37447
37489
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA {
37448
37490
  margin-bottom: 11px;
37449
- margin-right: 25px;
37491
+ margin-inline-end: 25px;
37450
37492
  }
37451
37493
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA .profile-details__formLabel___ZhLEn .profile-details__required___WH69d {
37452
37494
  color: var(--errorText, #b24141);
@@ -40810,7 +40852,7 @@ h5,
40810
40852
  @media only screen and (max-width: 768px) {
40811
40853
  .contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
40812
40854
  font-size: 14px;
40813
- text-align: left;
40855
+ text-align: start;
40814
40856
  }
40815
40857
  }
40816
40858
  @media only screen and (max-width: 768px) {