@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
@@ -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
  }
@@ -11750,6 +11762,16 @@ h5,
11750
11762
  .accordion__accordionItem___X6mJZ .accordion__accordionRow___BbEFH .accordion__accordionBox___NcNK_ .accordion__accordionContent___vRpqI li {
11751
11763
  margin-bottom: 4px;
11752
11764
  }
11765
+ .accordion__accordionContentImages___cgp_Q {
11766
+ display: flex;
11767
+ flex-wrap: wrap;
11768
+ align-items: center;
11769
+ gap: 8px;
11770
+ }
11771
+ .accordion__accordionContentImageItem____FBCe {
11772
+ display: flex;
11773
+ align-items: center;
11774
+ }
11753
11775
  .accordion__accordionContentImg___lbTPr {
11754
11776
  border-radius: 50%;
11755
11777
  width: 16px;
@@ -12327,6 +12349,9 @@ h5,
12327
12349
  width: 50% !important;
12328
12350
  }
12329
12351
  }
12352
+ .sticky-footer__rotate180___erK50 {
12353
+ transform: rotate(180deg);
12354
+ }
12330
12355
 
12331
12356
  /**color by character**/
12332
12357
  /** Font family **/
@@ -12677,8 +12702,8 @@ h5,
12677
12702
  font-weight: 400;
12678
12703
  }
12679
12704
  .remove-cart-item__modalContainer___tytkU {
12680
- border-top-left-radius: 4px;
12681
- border-top-right-radius: 4px;
12705
+ border-start-start-radius: 4px;
12706
+ border-start-end-radius: 4px;
12682
12707
  }
12683
12708
  .remove-cart-item__removeModalBody___uY7E6 {
12684
12709
  line-height: 140%;
@@ -12749,7 +12774,7 @@ h5,
12749
12774
  .remove-cart-item__removeModalFooter___wF0NY .remove-cart-item__wishlistBtn___I2k15 {
12750
12775
  padding-top: 14px;
12751
12776
  padding-bottom: 14px;
12752
- margin-left: 16px;
12777
+ margin-inline-start: 16px;
12753
12778
  text-align: center;
12754
12779
  cursor: pointer;
12755
12780
  color: var(--buttonSecondary, #fff);
@@ -14501,8 +14526,8 @@ h5,
14501
14526
  margin-bottom: 24px;
14502
14527
  background-color: var(--pageBackground, #f8f8f8);
14503
14528
  z-index: 1;
14504
- left: 0;
14505
- right: 0;
14529
+ inset-inline-start: 0;
14530
+ inset-inline-end: 0;
14506
14531
  position: fixed;
14507
14532
  top: var(--headerHeight);
14508
14533
  }
@@ -16554,7 +16579,7 @@ h5,
16554
16579
  }
16555
16580
  .filter-list__filter__list--items___vtOJk .filter-list__filter__item--value___PVzdh {
16556
16581
  color: var(--textBody, #3c3131);
16557
- margin-right: 4px;
16582
+ margin-inline-end: 4px;
16558
16583
  text-overflow: ellipsis;
16559
16584
  overflow: hidden;
16560
16585
  }
@@ -16644,7 +16669,7 @@ h5,
16644
16669
  padding: 24px 12px;
16645
16670
  overflow-x: auto;
16646
16671
  scroll-behavior: smooth;
16647
- scroll-margin-left: 24px;
16672
+ scroll-margin-inline-start: 24px;
16648
16673
  }
16649
16674
  .filter-list__filter__list___rtO83 .filter-list__filter__popup--content___hMKDx.filter-list__emptyPopupContent___f2RjY {
16650
16675
  justify-content: center;
@@ -17049,7 +17074,10 @@ h5,
17049
17074
  }
17050
17075
  .range-slider__CustomRangeSlider___Uo_rw .range-slider__price-Container--title___i8SYy {
17051
17076
  font-size: small;
17052
- margin: 0px 0px 12px 0px;
17077
+ margin-top: 0;
17078
+ margin-inline-end: 0px;
17079
+ margin-bottom: 12px;
17080
+ margin-inline-start: 0px;
17053
17081
  display: none;
17054
17082
  }
17055
17083
  @media only screen and (max-width: 480px) {
@@ -19531,7 +19559,7 @@ h5,
19531
19559
  letter-spacing: -0.28px;
19532
19560
  }
19533
19561
  .filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU {
19534
- border-right: 2px solid var(--buttonPrimary, #4e3f09);
19562
+ border-inline-end: 2px solid var(--buttonPrimary, #4e3f09);
19535
19563
  }
19536
19564
  .filter-modal__modalContent____3waZ .filter-modal__leftPane___nED3d .filter-modal__filterNameItem___WSuyw.filter-modal__active___OXXZU .filter-modal__filterNameTitle___JgHWd {
19537
19565
  font-weight: 600;
@@ -24079,6 +24107,9 @@ h5,
24079
24107
  transform: rotate(45deg);
24080
24108
  transform-origin: bottom left;
24081
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
+ }
24082
24113
  .product-variants__variantContainer___J1jRs .product-variants__variantItemText___zA7S8 {
24083
24114
  display: inline-block;
24084
24115
  border-radius: 4px;
@@ -25988,14 +26019,14 @@ h5,
25988
26019
  position: absolute;
25989
26020
  display: none;
25990
26021
  top: 50%;
25991
- left: 50%;
26022
+ inset-inline-start: 50%;
25992
26023
  transform: translate(-50%, -50%);
25993
26024
  width: 9px;
25994
26025
  height: 9px;
25995
26026
  border-radius: 50%;
25996
26027
  background: #919191;
25997
26028
  }
25998
- [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 {
25999
26030
  transform: translate(50%, -50%);
26000
26031
  }
26001
26032
  [dir="ltr"] .edit-profile__genderRadioContainer___aWiXv .edit-profile__radioContainer___K8gz5 input:checked ~ .edit-profile__checkmark___yZQ_b:after {
@@ -26006,7 +26037,7 @@ h5,
26006
26037
  position: absolute;
26007
26038
  display: none;
26008
26039
  top: 50%;
26009
- left: 50%;
26040
+ inset-inline-start: 50%;
26010
26041
  transform: translate(-50%, -50%);
26011
26042
  width: 9px;
26012
26043
  height: 9px;
@@ -28643,7 +28674,7 @@ h5,
28643
28674
  .login-otp__loginInputGroup____7Nbd .login-otp__changeBtn___yaRV5 {
28644
28675
  color: var(--buttonPrimary, #4e3f09);
28645
28676
  text-align: center;
28646
- margin-left: 8px;
28677
+ margin-inline-start: 8px;
28647
28678
  font-size: 14px;
28648
28679
  font-weight: 600;
28649
28680
  line-height: 140%;
@@ -31303,7 +31334,10 @@ h5,
31303
31334
  }
31304
31335
  .single-shipment-content__reviewContentContainer___xogoD .single-shipment-content__shipmentWrapper___vvFUN .single-shipment-content__shipmentHeading___Jn_LF .single-shipment-content__headerLeft___ffG20 {
31305
31336
  display: flex;
31306
- padding: 4px 12px 4px 0px;
31337
+ padding-top: 4px;
31338
+ padding-inline-end: 12px;
31339
+ padding-bottom: 4px;
31340
+ padding-inline-start: 0px;
31307
31341
  }
31308
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 {
31309
31343
  font-weight: 600;
@@ -31472,13 +31506,13 @@ h5,
31472
31506
  color: var(--textHeading, #26201a);
31473
31507
  font-size: 16px;
31474
31508
  font-weight: 600;
31475
- margin-right: 12px;
31509
+ margin-inline-end: 12px;
31476
31510
  }
31477
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 {
31478
31512
  font-size: 12px;
31479
31513
  text-decoration: line-through;
31480
31514
  color: var(--textLabel, #7d7676);
31481
- margin-right: 12px;
31515
+ margin-inline-end: 12px;
31482
31516
  }
31483
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 {
31484
31518
  font-weight: 500;
@@ -31507,7 +31541,7 @@ h5,
31507
31541
  font-size: 12px;
31508
31542
  line-height: 140%;
31509
31543
  color: var(--successText, #1c958f);
31510
- margin-right: 12px;
31544
+ margin-inline-end: 12px;
31511
31545
  width: fit-content;
31512
31546
  }
31513
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 {
@@ -31561,7 +31595,7 @@ h5,
31561
31595
  }
31562
31596
  .single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN span {
31563
31597
  align-self: center;
31564
- margin-left: 3px;
31598
+ margin-inline-start: 3px;
31565
31599
  }
31566
31600
  @media only screen and (max-width: 480px) {
31567
31601
  .single-shipment-content__proceedBtnWrapper___r54yh .single-shipment-content__proceedBtn___csoKN {
@@ -31928,8 +31962,8 @@ h5,
31928
31962
  width: 100%;
31929
31963
  z-index: 1;
31930
31964
  bottom: 0;
31931
- left: 0;
31932
- right: 0;
31965
+ inset-inline-start: 0;
31966
+ inset-inline-end: 0;
31933
31967
  display: none;
31934
31968
  box-sizing: border-box;
31935
31969
  background-color: var(--pageBackground, #f8f8f8);
@@ -32442,8 +32476,8 @@ h5,
32442
32476
  .single-address-content__addressContentConitainer___CupPn .single-address-content__actionContainer___vCQh2 {
32443
32477
  position: fixed;
32444
32478
  bottom: 0;
32445
- left: 0;
32446
- right: 0;
32479
+ inset-inline-start: 0;
32480
+ inset-inline-end: 0;
32447
32481
  padding: 16px;
32448
32482
  background: var(--pageBackground, #f8f8f8);
32449
32483
  z-index: 2;
@@ -33425,8 +33459,8 @@ h5,
33425
33459
  }
33426
33460
  @media only screen and (max-width: 768px) {
33427
33461
  .checkout__customStyles___Cgmm9 {
33428
- padding-left: 16px !important;
33429
- padding-right: 16px !important;
33462
+ padding-inline-start: 16px !important;
33463
+ padding-inline-end: 16px !important;
33430
33464
  }
33431
33465
  }
33432
33466
  @media only screen and (max-width: 768px) {
@@ -33962,6 +33996,9 @@ h5,
33962
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 {
33963
33997
  transform: rotate(270deg);
33964
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
+ }
33965
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 {
33966
34003
  transform: rotate(180deg);
33967
34004
  }
@@ -34122,7 +34159,10 @@ h5,
34122
34159
  color: var(--textHeading);
34123
34160
  }
34124
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 {
34125
- margin: 8px 0 16px 0;
34162
+ margin-top: 8px;
34163
+ margin-inline-end: 0;
34164
+ margin-bottom: 16px;
34165
+ margin-inline-start: 0;
34126
34166
  color: var(--textBody);
34127
34167
  font-size: 12px;
34128
34168
  }
@@ -34447,7 +34487,10 @@ h5,
34447
34487
  padding: 16px;
34448
34488
  }
34449
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 {
34450
- padding: 0 0 0 16px;
34490
+ padding-top: 0;
34491
+ padding-inline-end: 0;
34492
+ padding-bottom: 0;
34493
+ padding-inline-start: 16px;
34451
34494
  }
34452
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 {
34453
34496
  list-style-type: disc;
@@ -34522,7 +34565,10 @@ h5,
34522
34565
  }
34523
34566
  }
34524
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 {
34525
- margin: 8px 0 16px 0;
34568
+ margin-top: 8px;
34569
+ margin-inline-end: 0;
34570
+ margin-bottom: 16px;
34571
+ margin-inline-start: 0;
34526
34572
  color: var(--textBody);
34527
34573
  }
34528
34574
  @media only screen and (min-width: 769px) {
@@ -34531,7 +34577,10 @@ h5,
34531
34577
  }
34532
34578
  }
34533
34579
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardTab___uYvQv .checkout-payment-content__addNewCardModal___HuBPW {
34534
- padding: 0px 16px 24px 16px;
34580
+ padding-top: 0px;
34581
+ padding-inline-end: 16px;
34582
+ padding-bottom: 24px;
34583
+ padding-inline-start: 16px;
34535
34584
  }
34536
34585
  .checkout-payment-content__container___HusGh .checkout-payment-content__modePay___tBSpm .checkout-payment-content__payBtn___dgcAp,
34537
34586
  .checkout-payment-content__container___HusGh .checkout-payment-content__cardlessPay___dcGhw .checkout-payment-content__payBtn___dgcAp,
@@ -35166,7 +35215,10 @@ h5,
35166
35215
  font-weight: 700;
35167
35216
  font-size: 24px;
35168
35217
  line-height: 33.6px;
35169
- margin: 16px 0 8px 0;
35218
+ margin-top: 16px;
35219
+ margin-inline-end: 0;
35220
+ margin-bottom: 8px;
35221
+ margin-inline-start: 0;
35170
35222
  color: var(--primaryColor);
35171
35223
  }
35172
35224
  .checkout-payment-content__upiRedirectionModal___A77Sr .checkout-payment-content__message___r1UVA {
@@ -35461,7 +35513,7 @@ h5,
35461
35513
  }
35462
35514
  .checkout-payment-content__crossMobile___jmnlv {
35463
35515
  position: absolute;
35464
- right: 16px;
35516
+ inset-inline-end: 16px;
35465
35517
  }
35466
35518
  .checkout-payment-content__noResultFound___suFuv {
35467
35519
  color: var(--Text-Body, #4d4d4e);
@@ -36231,7 +36283,7 @@ h5,
36231
36283
  color: var(--textHeading);
36232
36284
  }
36233
36285
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__reviewHeaderUnselect___KZS1G .checkout-payment__unsetPaddingLeft___MfCqa {
36234
- padding-left: 0 !important;
36286
+ padding-inline-start: 0 !important;
36235
36287
  }
36236
36288
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s {
36237
36289
  display: flex;
@@ -36280,7 +36332,7 @@ h5,
36280
36332
  }
36281
36333
  }
36282
36334
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentHeaderSelect___m4N3s .checkout-payment__unsetPaddingLeft___MfCqa {
36283
- padding-left: 0 !important;
36335
+ padding-inline-start: 0 !important;
36284
36336
  }
36285
36337
  .checkout-payment__paymentContainer___1UBn5 .checkout-payment__paymentFailedHeader___hxZJR {
36286
36338
  border-width: 0 1px 1px 1px;
@@ -37436,7 +37488,7 @@ h5,
37436
37488
  }
37437
37489
  .profile-details__profileDetailsContainer___J7jB7 .profile-details__formContainer___OK2Sx .profile-details__form____WyPW .profile-details__radioInputContainer___FtZNA {
37438
37490
  margin-bottom: 11px;
37439
- margin-right: 25px;
37491
+ margin-inline-end: 25px;
37440
37492
  }
37441
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 {
37442
37494
  color: var(--errorText, #b24141);
@@ -40800,7 +40852,7 @@ h5,
40800
40852
  @media only screen and (max-width: 768px) {
40801
40853
  .contact-us__flex_item___zn3y0 .contact-us__description___stLxt {
40802
40854
  font-size: 14px;
40803
- text-align: left;
40855
+ text-align: start;
40804
40856
  }
40805
40857
  }
40806
40858
  @media only screen and (max-width: 768px) {