/* Add-to-cart button shimmer: broad soft sweep, diffused edges (design ref) */
/**color by character**/
/** Font family **/
/* Default Colors */
/** color by character **/
.DaFGh {
  display: flex;
  flex-direction: column;
}
.pGjgL {
  display: flex;
  flex-direction: row;
}
.bFEbp {
  color: #a0640d;
  /* Body XS/Medium All Caps */
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.Yo46y {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.x1PwZ {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VT3xs {
  margin: 0 auto;
}
.tstoi {
  cursor: pointer;
}
.cart-item__root {
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  max-width: 732px;
}
.cart-item__bag-row {
  display: flex;
  position: relative;
  width: 100%;
  height: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__bag-row {
    height: 166px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-item__bag-row {
    height: 172px;
  }
}
.cart-item__image-col {
  position: relative;
  flex-shrink: 0;
}
.cart-item__image-link {
  display: block;
  position: relative;
  width: 144px;
  height: 192px;
  margin: 24px;
  border-radius: 2px;
  border: 1px solid var(--dividerStokes, #efebe5);
  overflow: hidden;
  background: #fffcf6;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__image-link {
    width: 106px;
    height: 142px;
    margin: 24px 24px 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-item__image-link {
    width: 117px;
    height: 156px;
    margin: 16px 16px 0 16px;
  }
}
.cart-item__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2px;
}
.cart-item__img--oos {
  opacity: 0.4;
}
.cart-item__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 14px 16px;
  box-sizing: border-box;
  width: 135px;
  height: auto;
  border-radius: 2px;
}
@media only screen and (max-width: 1024px) {
  .cart-item__overlay {
    width: 104px;
    padding: 14px 0;
  }
}
@media only screen and (max-width: 600px) {
  .cart-item__overlay {
    width: 115px;
    padding: 10px 6px;
  }
}
.cart-item__overlay-text {
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.cart-item__details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 24px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__details {
    padding: 24px 24px 24px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-item__details {
    padding: 16px 16px 0 0;
  }
}
.cart-item__top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__top-row {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-item__top-row {
    flex-direction: column;
    gap: unset;
  }
}
.cart-item__name-link {
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}
.cart-item__name {
  overflow: hidden;
  color: #1e1e1e;
  font-family: "JioTypeVar-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__name {
    -webkit-line-clamp: 3;
  }
}
@media only screen and (max-width: 767px) {
  .cart-item__name {
    font-family: "JioTypeVar-Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
  }
}
.cart-item__price-desktop {
  color: #1e1e1e;
  font-family: "JioTypeVar-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__price-desktop {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
}
.cart-item__price-mobile {
  color: #1e1e1e;
  font-family: "JioTypeVar-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-bottom: 4px;
}
.cart-item__size {
  color: var(--textLabel, #6f6e6c);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .cart-item__size {
    font-size: 12px;
    line-height: 20px;
  }
}
.cart-item__mto {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__mto {
    flex-direction: column-reverse;
    gap: 4px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-item__mto {
    flex-direction: column-reverse;
    gap: 4px;
    margin-top: 12px;
  }
}
.cart-item__mto-badge {
  border-radius: 2px;
  padding: 4px 8px;
  width: fit-content;
  background: var(--themeAccentL4, #f2ead6);
}
.cart-item__mto-label {
  color: var(--themeAccentD4, #937247);
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.cart-item__mto-note {
  color: var(--textLabel, #6f6e6c);
  font-family: "JioTypeVar-Regular";
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.cart-item__desktop-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.cart-item__mobile-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 26px 24px 24px 24px;
}
@media only screen and (max-width: 767px) {
  .cart-item__mobile-actions {
    padding: 20px 16px 16px 16px;
  }
}
.cart-item__icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart-item__icon-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cart-item__icon-btn svg {
  width: 24px;
  height: 24px;
}
.cart-item__installation {
  border-top: 1px solid #efebe5;
  background: #fff;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1e1e1e;
  font-family: "JioTypeVar-Regular";
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .cart-item__installation {
    padding: 16px;
    font-size: 12px;
    line-height: 20px;
  }
}

@charset "UTF-8";
/* Add-to-cart button shimmer: broad soft sweep, diffused edges (design ref) */
.jL2wG {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.YlVzv {
  display: flex;
  align-items: center;
  justify-content: center;
}
._D4c4 {
  margin: 0 auto;
}
.LbbC5 {
  cursor: pointer;
}
/**color by character**/
/** Font family **/
/* Default Colors */
/** color by character **/
.H_TV9 {
  display: flex;
  flex-direction: column;
}
.EGQJw {
  display: flex;
  flex-direction: row;
}
.ulzMd {
  color: #a0640d;
  /* Body XS/Medium All Caps */
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@font-face {
  font-family: "Begum-Regular";
  src: url(https://cdn.swadeshonline.com/v2/patient-paper-41f385/swad-p/wrkr/organization/6434ddc301f5fece9fe2f5bb/theme/assets/93b28251a12a454f269a.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JioTypeVar-Regular";
  src: url(https://cdn.swadeshonline.com/v2/patient-paper-41f385/swad-p/wrkr/organization/6434ddc301f5fece9fe2f5bb/theme/assets/c563151c65f7b351320a.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JioTypeVar-Medium";
  src: url(https://cdn.swadeshonline.com/v2/patient-paper-41f385/swad-p/wrkr/organization/6434ddc301f5fece9fe2f5bb/theme/assets/e49fe12b87bf27c4e627.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  color: #1e1e1e;
  -webkit-tap-highlight-color: transparent;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}
/* Slider */
.yrRDx {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.tUGGu {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.tUGGu:focus {
  outline: none;
}
.tUGGu.DZ201 {
  cursor: pointer;
  cursor: hand;
}
.yrRDx .f1Lzb,
.yrRDx .tUGGu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.f1Lzb {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.f1Lzb:before,
.f1Lzb:after {
  content: "";
  display: table;
}
.f1Lzb:after {
  clear: both;
}
.PzLSg .f1Lzb {
  visibility: hidden;
}
.eYOf_ {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .eYOf_ {
  float: right;
}
.eYOf_ img {
  display: block;
}
.eYOf_.PzLSg img {
  display: none;
}
.eYOf_.DZ201 img {
  pointer-events: none;
}
.pwakj .eYOf_ {
  display: block;
}
.PzLSg .eYOf_ {
  visibility: hidden;
}
.TTiNX .eYOf_ {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.n0vBc.If0uo {
  display: none;
}
/* Slider */
.PzLSg .tUGGu {
  background: #fff url(https://cdn.swadeshonline.com/v2/patient-paper-41f385/swad-p/wrkr/organization/6434ddc301f5fece9fe2f5bb/theme/assets/fb6f3c230cb846e25247.gif) center center no-repeat;
}
/* Arrows */
.CmImE,
.aGG9S {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.CmImE:hover,
.aGG9S:hover,
.CmImE:focus,
.aGG9S:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.CmImE:hover:before,
.aGG9S:hover:before,
.CmImE:focus:before,
.aGG9S:focus:before {
  opacity: 1;
}
.CmImE.f8Lq9:before,
.aGG9S.f8Lq9:before {
  opacity: 0.25;
}
.CmImE:before,
.aGG9S:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(https://cdn.swadeshonline.com/v2/patient-paper-41f385/swad-p/wrkr/organization/6434ddc301f5fece9fe2f5bb/theme/assets/a4e97f5a2a64f0ab1323.eot);
  src: url(https://cdn.swadeshonline.com/v2/patient-paper-41f385/swad-p/wrkr/organization/6434ddc301f5fece9fe2f5bb/theme/assets/a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(https://cdn.swadeshonline.com/v2/patient-paper-41f385/swad-p/wrkr/organization/6434ddc301f5fece9fe2f5bb/theme/assets/295183786cd8a1389865.woff) format('woff'), url(https://cdn.swadeshonline.com/v2/patient-paper-41f385/swad-p/wrkr/organization/6434ddc301f5fece9fe2f5bb/theme/assets/c94f7671dcc99dce43e2.ttf) format('truetype'), url(https://cdn.swadeshonline.com/v2/patient-paper-41f385/swad-p/wrkr/organization/6434ddc301f5fece9fe2f5bb/theme/assets/9be7d6d203d02f393e36.svg#slick) format('svg');
}
.CmImE {
  left: -25px;
}
[dir="rtl"] .CmImE {
  left: auto;
  right: -25px;
}
.CmImE:before {
  content: "←";
}
[dir="rtl"] .CmImE:before {
  content: "→";
}
.aGG9S {
  right: -25px;
}
[dir="rtl"] .aGG9S {
  left: -25px;
  right: auto;
}
.aGG9S:before {
  content: "→";
}
[dir="rtl"] .aGG9S:before {
  content: "←";
}
/* Dots */
.DUwur .yrRDx {
  margin-bottom: 30px;
}
.JPfLn {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.JPfLn li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.JPfLn li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.JPfLn li button:hover,
.JPfLn li button:focus {
  outline: none;
}
.JPfLn li button:hover:before,
.JPfLn li button:focus:before {
  opacity: 1;
}
.JPfLn li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.JPfLn li._c_pw button:before {
  color: black;
  opacity: 0.75;
}
:root {
  --primaryColor: #BF4E1D;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}
*::-webkit-scrollbar,
*::after::-webkit-scrollbar,
*::before::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
  width: 0;
  /* Remove scrollbar space */
  height: 0;
}
::placeholder {
  color: #ababab;
}
a {
  color: inherit;
  text-decoration: none;
}
.bIRbF {
  font-family: "JioTypeVar-Regular";
}
.dQK4L {
  font-family: var(--font-header);
}
.LTLK5 header {
  display: none !important;
}
body:not(.LTLK5) header {
  display: block !important;
}
html body,
html button,
html input,
html textarea,
html select {
  font-family: "JioTypeVar-Regular";
}
body {
  overflow-x: hidden;
  min-height: 100vh;
  background-color: var(--pageBackground, #f8f8f8);
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}
body.E7Y2D {
  background-color: var(--themeAccentL5, #fff);
}
.L3fOK {
  position: sticky;
  top: 0;
  z-index: 8;
}
.ZZXLw {
  width: 100vw;
  min-height: calc(100dvh - var(--headerHeight, 0px));
  background-color: var(--pageBackground, #f8f8f8);
}
/* Global route transition: the incoming page fades in. The class is added
   (and re-added on each navigation) by ThemeProvider; excluded route pairs
   swap without it. Opacity-only, so it never shifts layout. */
.ZZXLw.mKaCa {
  animation: IB8X7 1.3s cubic-bezier(0.42, 0, 0.58, 1);
}
body:not(.Iw1xz):not(.lNALN):not(.hUUYD) .ZZXLw {
  position: relative;
  font-size: 0.875rem;
  margin: 0 auto;
  max-width: unset !important;
  display: block;
  margin-top: var(--fdk-outlet-margin-top, calc(88px + var(--banner-offset, 0px)));
  margin-bottom: var(--fdk-outlet-margin-bottom, 92px);
}
@media only screen and (max-width: 600px) {
  body:not(.Iw1xz):not(.lNALN):not(.hUUYD) .ZZXLw {
    margin-top: var(--fdk-outlet-margin-top, calc(64px + var(--banner-offset, 0px)));
    top: 0;
    margin-bottom: var(--fdk-outlet-margin-bottom, unset);
  }
}
body.E7Y2D:not(.Iw1xz):not(.lNALN):not(
    .hUUYD
  ) .ZZXLw {
  padding-bottom: unset;
  margin-bottom: unset;
}
@media only screen and (max-width: 1024px) {
  body.E7Y2D:not(.Iw1xz):not(.lNALN):not(
    .hUUYD
  ) .ZZXLw {
    padding-bottom: 159px;
    margin-bottom: unset;
  }
}
@media only screen and (max-width: 600px) {
  body.E7Y2D:not(.Iw1xz):not(.lNALN):not(
    .hUUYD
  ) .ZZXLw {
    padding-bottom: unset;
    margin-bottom: unset;
  }
}
body.v4J0j:not(.Iw1xz):not(.lNALN):not(
    .hUUYD
  ) .ZZXLw {
  top: 0;
  margin-top: calc(88px + var(--banner-offset, 0px));
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  body.v4J0j:not(.Iw1xz):not(.lNALN):not(
    .hUUYD
  ) .ZZXLw {
    margin-top: calc(64px + var(--banner-offset, 0px));
    margin-bottom: 0;
  }
}
body.Iw1xz .ZZXLw {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  body.Iw1xz .ZZXLw {
    margin-top: calc(64px + var(--banner-offset, 0px));
  }
}
.ZZXLw > * > .EZkag {
  padding-bottom: var(--section-bottom-padding, 0);
}
/* Section pages are excluded from the outlet offset above, so their content
   must clear the fixed header on its own. --headerHeight (set by fdk-core on
   the outlet) already includes the announcement-bar/banner height. */
.DWNEW {
  padding-top: var(--headerHeight, 0px);
}
input:focus,
textarea:focus,
select:focus,
button:focus,
button:active {
  outline: none;
}
.fPUTH {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}
.zQAkO {
  font-size: 0.875rem;
  margin: 0 auto;
  max-width: unset !important;
  min-height: 75vh;
}
.d3fO9 {
  overflow-x: hidden;
  font-size: 0.875rem;
}
.juY55,
.I_v9d {
  max-width: 1440px;
}
.vRdQU {
  display: block;
}
.RmMBj,
.f86Kn {
  display: inline-block;
}
.EGQJw {
  display: flex;
  flex-direction: row;
}
.H_TV9,
.JUeiu {
  display: flex;
  flex-direction: column;
}
.l9e6R,
.x51Hb {
  display: flex;
  align-items: center;
}
.YR6Se,
.l5Qmx {
  display: flex;
  justify-content: center;
}
.YlVzv,
.c1bYQ {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gK3WQ,
.MjB7M {
  justify-content: flex-start;
}
.t3ANN,
.WObYo {
  justify-content: flex-end;
}
.TOzdL,
.kHZyQ {
  justify-content: space-between;
}
.EqW9K,
.LE6sC {
  justify-content: space-around;
}
.DXGfE,
.ZiXt7 {
  justify-content: space-evenly;
}
strong {
  font-weight: 700 !important;
}
h1,
.l1xhB {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.03em;
  color: #1e1e1e;
}
@media only screen and (min-width: 1025px) {
  h1,
  .l1xhB {
    font-size: 36px;
    line-height: 48px;
  }
}
h2,
.XkAUv {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.03em;
  color: #1e1e1e;
}
@media only screen and (min-width: 1025px) {
  h2,
  .XkAUv {
    font-size: 32px;
    line-height: 42px;
  }
}
h3,
.g3RzE {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1e1e1e;
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (min-width: 1025px) {
  h3,
  .g3RzE {
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #1e1e1e;
    font-size: 28px;
    line-height: 36px;
  }
}
h4,
.wS8EQ {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (min-width: 1025px) {
  h4,
  .wS8EQ {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #1e1e1e;
    font-size: 20px;
    line-height: 24px;
  }
}
h5,
.cFvuM {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #1e1e1e;
}
@media only screen and (min-width: 1025px) {
  h5,
  .cFvuM {
    font-size: 16px;
    line-height: 18px;
  }
}
.N2jhN {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: var(--textBody, #3c3131);
}
@media only screen and (min-width: 1025px) {
  .N2jhN {
    font-size: 16px;
    line-height: 20px;
  }
}
.kAdFp,
.jNngV,
.UxiGR {
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--textBody, #3c3131);
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 1025px) {
  .kAdFp,
  .jNngV,
  .UxiGR {
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--textBody, #3c3131);
    font-size: 14px;
    line-height: 18px;
  }
}
.QV8bp {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1025px) {
  .QV8bp {
    font-size: 64px;
    line-height: 85px;
    letter-spacing: -0.03em;
  }
}
.ABugq,
.ZhCbP {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.ghcLZ,
.P8z2i {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.rPs2J,
.byGvc {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.RphH4,
.Uq5CF {
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 12px;
  line-height: 14px;
  border-radius: var(--buttonRadius, 0px);
  cursor: pointer;
  border: 1px solid var(--buttonPrimary, #4e3f09);
  background-color: var(--buttonSecondary, #fff);
  color: var(--buttonPrimary, #4e3f09);
}
@media only screen and (min-width: 1025px) {
  .RphH4,
  .Uq5CF {
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .RphH4:hover,
  .Uq5CF:hover {
    background-color: var(--buttonPrimary, #4e3f09);
    color: var(--buttonSecondary, #fff);
  }
}
.RphH4:active,
.Uq5CF:active,
.RphH4:focus-visible,
.Uq5CF:focus-visible,
.RphH4:focusvisible,
.Uq5CF:focusvisible {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--buttonPrimary, #4e3f09);
}
.H5JCk,
.eFO_5 {
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 12px;
  line-height: 14px;
  border-radius: var(--buttonRadius, 0px);
  cursor: pointer;
  border: 1px solid var(--buttonPrimary, #4e3f09);
  color: var(--buttonSecondary, #fff);
  background-color: var(--buttonPrimary, #4e3f09);
}
@media only screen and (min-width: 1025px) {
  .H5JCk,
  .eFO_5 {
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .H5JCk:hover,
  .eFO_5:hover {
    border-color: var(--buttonPrimaryL1, #71653a);
    background-color: var(--buttonPrimaryL1, #71653a);
  }
  .H5JCk:disabled,
  .eFO_5:disabled {
    border-color: var(--buttonPrimaryL3, #b8b29d);
    background-color: var(--buttonPrimaryL3, #b8b29d);
  }
}
.H5JCk:active,
.eFO_5:active,
.H5JCk:focus-visible,
.eFO_5:focus-visible {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--buttonSecondary, #fff);
}
.PFS7W,
.eNOwM {
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 12px;
  line-height: 14px;
  border-radius: var(--buttonRadius, 0px);
  cursor: pointer;
  color: var(--buttonLink, #b1655b);
  text-decoration: underline;
  background: none;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .PFS7W,
  .eNOwM {
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: 14px;
    line-height: 16px;
  }
}
.PFS7W:hover,
.eNOwM:hover {
  color: var(--buttonLinkL1, #c1847c);
}
.PFS7W:disabled,
.eNOwM:disabled {
  color: var(--buttonLinkL2, #d0a39d);
}
.PFS7W:active,
.eNOwM:active {
  opacity: 0.8;
}
.jL2wG,
.XQGMV {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
._D4c4,
.uNhBB {
  margin: 0 auto;
}
button {
  cursor: pointer;
  background: transparent;
  border: none;
}
.gEyuH,
.azGJJ {
  overflow-y: hidden !important;
}
.VvL4J {
  display: block !important;
  margin-bottom: 8px;
}
::selection {
  background-color: #e7a76c !important;
  color: #1e1e1e !important;
}
img::selection {
  background-color: transparent;
}
.HESXa,
.uk6Jq {
  max-width: 1440px;
}
.DEqBC,
.E5aKN {
  margin-right: 30px !important;
}
.AV7jl,
.P375l {
  margin-right: 5px !important;
}
.Vc5TX,
.nKSj5 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}
.UwnBl,
.G5jmv {
  font-size: 20px;
  font-weight: 400;
  text-transform: lowercase;
  text-decoration: underline;
}
.gjnQb,
.zTXeB {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .gjnQb,
  .zTXeB {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .gjnQb,
  .zTXeB {
    margin-top: 24px;
  }
}
.qrh2C,
.gWN74 {
  background-color: var(--accentColor);
  color: #ffffff;
}
.foLGq,
.lqLfq {
  overflow-y: hidden;
}
._PVk_,
.wouII {
  overflow: hidden;
}
.sXsru {
  overflow: hidden;
}
.D8ruo {
  width: 100%;
  height: 100%;
}
.yrRDx:not(.q4x7I) {
  padding-bottom: 32px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 1024px) {
  .yrRDx:not(.q4x7I) {
    padding-bottom: 24px;
    margin-bottom: 8px;
  }
}
.CmImE,
.aGG9S {
  cursor: pointer;
  position: absolute;
  top: unset;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
}
.aGG9S {
  transform: translate(100%, 100%);
  right: calc(50% - var(--slick-dots) / 2);
}
.CmImE {
  transform: translate(-100%, 100%);
  left: calc(50% - var(--slick-dots) / 2);
}
.JPfLn {
  font-size: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0px;
  padding: 13.5px 0;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .JPfLn {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .JPfLn {
    width: 100%;
  }
}
.JPfLn li {
  cursor: pointer;
  display: inline-block;
  margin: 0 4px;
  font-size: 0;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .JPfLn li {
    margin: 0 2px;
  }
}
.JPfLn li button {
  width: 14px;
  height: 4px;
  border-radius: 25px;
  background-color: var(--textSecondary);
  border: none;
  font-size: 0;
  padding: 0;
  transition: all 300ms ease-in-out;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 600px) {
  .JPfLn li button {
    width: 10px;
  }
}
.JPfLn li button:hover,
.JPfLn li button:focus {
  border: none;
}
.JPfLn li button::before {
  content: unset;
}
@media only screen and (min-width: 1025px) {
  .JPfLn li button:hover {
    background-color: #1e1e1e;
  }
}
.JPfLn li._c_pw button {
  background-color: #1e1e1e;
  width: 24px;
}
@media only screen and (max-width: 600px) {
  .JPfLn li._c_pw button {
    width: 18px;
  }
}
.snackbar {
  top: 80px !important;
  /* Remove the top position */
  bottom: 20px;
  /* Ensure it shows at the bottom if needed */
  left: auto;
  /* Override if it has a specific left value */
  right: 0;
  /* Start from the right side */
  animation: slideInRight 0.5s ease-out forwards;
  /* New animation */
}
@keyframes Dj_Va {
  from {
    transform: translateX(100%);
    /* Start off-screen from the right */
  }
  to {
    transform: translateX(0);
    /* Move into the viewport */
  }
}
.Xw5Di {
  background-color: var(--pageBackground, #f8f8f8) !important;
  border: 1px solid var(--dividerStokes, #d4d1d1) !important;
  border-radius: var(--buttonRadius, 0) !important;
  width: 350px !important;
  box-shadow: rgba(230, 230, 230, 0.2) 0px 4px 8px 0px, rgba(230, 230, 230, 0.19) 0px 6px 20px 0px !important;
}
@media only screen and (max-width: 600px) {
  .Xw5Di {
    width: 345px !important;
  }
}
.srAdt {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: 0;
}
.xN9SJ {
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .xN9SJ {
    padding: 16px;
  }
}
.c4K0z {
  width: 24px;
  height: 24px;
}
.CPguS {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.56s ease, visibility 0.56s ease;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .CPguS {
    display: none;
  }
}
.v6MY3 {
  opacity: 0.6 !important;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.56s ease, visibility 0.56s ease;
}
.eWser {
  opacity: 0 !important;
  pointer-events: none;
}
.p06NW {
  cursor: pointer;
  position: absolute;
  left: 84px;
  top: 10px;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .p06NW {
    left: 0px;
    top: 64px;
  }
}
.ZZXLw #UgZyR .JdPJI .FssvJ {
  padding-top: 0px;
}
.JUeiu {
  display: flex;
  flex-direction: column;
}
.x51Hb {
  display: flex;
  align-items: center;
}
.c1bYQ {
  display: flex;
  justify-content: center;
  align-items: center;
}
.MjB7M {
  justify-content: flex-start;
}
.kHZyQ {
  justify-content: space-between;
}
.Pbxmh {
  height: var(--cta-height);
  display: inline-block;
  width: 100%;
}
.PE360 {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: var(--cursor-style);
}
.PE360 svg {
  margin: 0 auto;
  display: block;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .PE360 {
    pointer-events: auto;
  }
}
.zahw1 {
  font-family: "JioTypeVar-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}
.zahw1 p {
  margin: 0;
}
.kUSve {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.WJYe0 {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  animation: CkyEQ 0.8s linear infinite;
}
@keyframes CkyEQ {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add-to-cart button shimmer: broad soft sweep, diffused edges (design ref) */
/**color by character**/
/** Font family **/
/* Default Colors */
/** color by character **/
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.overline {
  color: #a0640d;
  /* Body XS/Medium All Caps */
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.user-select-none {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.margin-0-auto {
  margin: 0 auto;
}
.cursor-pointer {
  cursor: pointer;
}
@keyframes giftSidebarSlideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes giftSidebarSlideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes giftOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes giftOverlayFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cart-gift-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 8;
  animation: giftOverlayFadeIn 0.3s ease forwards;
}
.cart-gift-overlay--closing {
  animation: giftOverlayFadeOut 0.3s ease forwards;
}
.hamburger-component {
  position: fixed;
  bottom: 0;
  right: 0;
  padding-top: var(--padding-top);
  height: 100%;
  width: 50%;
  z-index: 9;
  font-size: 1rem;
  font-weight: 500;
  background-color: #f9f6ef;
  box-sizing: border-box;
  border-left: 1px solid #efebe5;
  animation: giftSidebarSlideIn 0.32s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: transform;
}
.hamburger-component--closing {
  animation: giftSidebarSlideOut 0.32s cubic-bezier(0.4, 0, 1, 1) forwards;
}
@media only screen and (max-width: 767px) {
  .hamburger-component {
    width: 100%;
    left: 0;
  }
}
.hamburger-container {
  margin: 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hamburger-container {
    margin: 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger-container {
    margin: 0 0px;
  }
}
.gift-main-container {
  padding-top: 0;
  overflow: auto;
}
.gift-main-container .gift-header {
  padding: 44px 0;
  padding-bottom: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  background: #f9f6ef;
  z-index: 1;
  top: 0;
  margin: 0 0;
}
@media only screen and (max-width: 767px) {
  .gift-main-container .gift-header {
    padding: 24px 0;
    margin: 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gift-main-container .gift-header {
    padding: 32px 0;
    padding-bottom: 48px;
    margin: 0 0;
  }
}
.gifting-title {
  color: #1e1e1e;
  font-family: "Begum-Regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.64px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gifting-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
}
@media only screen and (max-width: 767px) {
  .gifting-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-left: 24px;
  }
}
.close-icon {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .close-icon {
    margin-right: 24px;
  }
}
.gift-options-container {
  overflow-y: auto;
  scrollbar-width: none;
  height: 70vh;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.gift-options-container::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .gift-options-container {
    gap: unset;
    max-width: unset;
  }
}
.gift-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: -48px;
}
@media only screen and (max-width: 767px) {
  .gift-container {
    gap: 20px;
    margin-top: unset;
  }
}
.gift-container .gift-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.gift-container .gift-title-container .gift-title {
  color: #1e1e1e;
  font-family: "JioTypeVar-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.info-icon {
  cursor: pointer;
  position: relative;
}
.tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 20px;
  left: -120px;
  z-index: 2;
}
.tooltip .tooltip-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tooltip .tooltip-container .tooltip-content {
  width: 256px;
  height: 76px;
  border-radius: 2px;
  background: var(--Neutral-white, #fff);
  padding: 8px 16px;
  color: #1e1e1e;
  font-family: "JioTypeVar-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.images-container {
  display: flex;
  flex-direction: row;
  gap: 24px;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media only screen and (max-width: 767px) {
  .images-container {
    gap: 16px;
    margin-bottom: 44px;
  }
}
.images-desktop-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 24px;
  column-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .images-desktop-container {
    row-gap: 16px;
    column-gap: 16px;
  }
}
.image-container {
  aspect-ratio: 3 / 4;
  position: relative;
  max-width: 144px;
  max-height: 192px;
  height: 100%;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #efebe5;
}
@media only screen and (max-width: 767px) {
  .image-container:first-child {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .image-container:last-child {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .image-container {
    width: 117px;
    height: 156px;
    overflow: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .image-container {
    flex: unset;
  }
}
.image-container .item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ribbon-container {
  position: absolute;
  top: 0;
  left: 0;
}
.ribbon-container img {
  height: 44px;
  width: 44px;
}
.more {
  color: #BF4E1D;
  background: #fffcf6;
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.msg-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.msg-title-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.gift-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #6f6e6c;
  border-radius: 2px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.gift-checkbox--checked {
  background: #BF4E1D;
  border-color: #BF4E1D;
}
.gift-checkbox--checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.msg-title {
  color: #000000;
  font-family: "JioTypeVar-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.textbox-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.text-area-container {
  position: relative;
}
.text-area {
  padding: 12px 16px;
  border-radius: 2px;
  border: 1px solid #ababab;
  font-size: 14px;
  resize: none;
  color: #1e1e1e;
  font-family: "JioTypeVar-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: -webkit-fill-available;
  width: -moz-available;
  background: transparent;
}
.letter-count {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #6f6e6c;
  font-family: "JioTypeVar-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.input-footnote {
  color: #6f6e6c;
  font-family: "JioTypeVar-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ctas-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  width: 100%;
  padding: 40px 0 16px 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f9f6ef;
  box-shadow: 0px -2px 40px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .ctas-container {
    padding: 24px 0 16px 0;
  }
}
.remove {
  color: #BF4E1D;
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
  padding: 22px;
  cursor: pointer;
  margin-top: 8px;
  user-select: none;
}
@media only screen and (max-width: 767px) {
  .remove {
    padding: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .pd-x {
    margin: 0 24px;
  }
}

/* Add-to-cart button shimmer: broad soft sweep, diffused edges (design ref) */
/**color by character**/
/** Font family **/
/* Default Colors */
/** color by character **/
.TDguD {
  display: flex;
  flex-direction: column;
}
.fpILn {
  display: flex;
  flex-direction: row;
}
.xarax {
  color: #a0640d;
  /* Body XS/Medium All Caps */
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.tvjmS {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.OE3sv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tjIlY {
  margin: 0 auto;
}
.cVq1R {
  cursor: pointer;
}
.cart-wishlist {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-wishlist {
    gap: 56px;
    padding-top: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-wishlist {
    gap: 30px;
  }
}
.cart-wishlist__heading {
  font-family: "Begum-Regular", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: -1.2px;
  color: #1e1e1e;
  margin: 0;
  font-style: normal;
  margin-left: 84px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-wishlist__heading {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1.2px;
    margin-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-wishlist__heading {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.64px;
    margin-left: 24px;
  }
}
.cart-wishlist__carousel-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.cart-wishlist__scroll {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-left: calc(max(0px, 50vw - 720px) + 84px);
  padding-right: calc(max(0px, 50vw - 720px) + 84px);
  gap: 24px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-wishlist__scroll {
    padding-left: calc(max(0px, 50vw - 720px) + 32px);
    padding-right: calc(max(0px, 50vw - 720px) + 32px);
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-wishlist__scroll {
    padding-left: calc(max(0px, 50vw - 720px) + 24px);
    padding-right: calc(max(0px, 50vw - 720px) + 24px);
    gap: 16px;
    padding-bottom: 16px;
  }
}
.cart-wishlist__scroll::-webkit-scrollbar {
  display: none;
}
.cart-wishlist__card {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 300px;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-wishlist__card {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-wishlist__card {
    width: 241px;
    max-width: 241px;
  }
}
.cart-wishlist__card-image-wrap {
  width: 100%;
  height: 400px;
  background: #fffcf7;
  border-top: 1px solid #efebe5;
  border-left: 1px solid #efebe5;
  border-right: 1px solid #efebe5;
  overflow: hidden;
  position: relative;
  aspect-ratio: 0.75;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-wishlist__card-image-wrap {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-wishlist__card-image-wrap {
    height: 321px;
  }
}
.cart-wishlist__card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}
.cart-wishlist__card-img--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cart-wishlist__card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-wishlist__wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  color: #cc3333;
  cursor: pointer;
}
.cart-wishlist__brand {
  font-family: "JioTypeVar-Regular";
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #a0640d;
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 8px;
  background: #fffcf6;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .cart-wishlist__brand {
    top: 8px;
    left: 8px;
    font-size: 10px;
  }
}
.cart-wishlist__card-info {
  width: 100%;
  flex: 1;
  background: #ffffff;
  border-left: 1px solid #efebe5;
  border-right: 1px solid #efebe5;
  border-bottom: 1px solid #efebe5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px;
  box-sizing: border-box;
  gap: 4px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-wishlist__card-info {
    padding: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-wishlist__card-info {
    padding: 16px 24px 24px;
  }
}
.cart-wishlist__name {
  font-family: "JioTypeVar-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1e1e1e;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  line-clamp: 2;
  height: 44px;
}
@media only screen and (max-width: 767px) {
  .cart-wishlist__name {
    font-size: 14px;
    line-height: 22px;
  }
}
.cart-wishlist__price {
  font-family: "JioTypeVar-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6f6e6c;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cart-wishlist__price {
    font-size: 14px;
    line-height: 22px;
  }
}
.cart-wishlist__variants {
  color: #6f6e6c;
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
.cart-wishlist__slider-track {
  margin-left: calc(max(0px, 50vw - 720px) + 84px);
  margin-right: calc(max(0px, 50vw - 720px) + 84px);
  margin-top: 32px;
  margin-bottom: 152px;
  height: 2px;
  background: #f2ead6;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-wishlist__slider-track {
    margin-left: calc(max(0px, 50vw - 720px) + 32px);
    margin-right: calc(max(0px, 50vw - 720px) + 32px);
    margin-bottom: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-wishlist__slider-track {
    margin-left: calc(max(0px, 50vw - 720px) + 24px);
    margin-right: calc(max(0px, 50vw - 720px) + 24px);
    margin-bottom: 88px;
  }
}
.cart-wishlist__slider-bar {
  position: absolute;
  left: 0;
  height: 100%;
  width: 12.5%;
  background-color: #c45434;
  transition: left 0.1s ease;
}

.qitHR {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fC_3w {
  width: 50px;
  height: 50px;
  animation: VfitR 1s linear infinite;
}
.E0lcB {
  stroke: rgba(236, 184, 113, 0.5);
}
.g9u7u {
  stroke: #ecb871;
  stroke-dasharray: 80;
  stroke-dashoffset: 60;
}
@keyframes VfitR {
  to {
    transform: rotate(360deg);
  }
}

/* Add-to-cart button shimmer: broad soft sweep, diffused edges (design ref) */
/**color by character**/
/** Font family **/
/* Default Colors */
/** color by character **/
.mtZHa {
  display: flex;
  flex-direction: column;
}
.N61Mg {
  display: flex;
  flex-direction: row;
}
.TliZU {
  color: #a0640d;
  /* Body XS/Medium All Caps */
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.iaX7l {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.gZze6 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nukh0 {
  margin: 0 auto;
}
.cfZ3n {
  cursor: pointer;
}
.cart-page {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 60vh;
  font-family: "JioTypeVar-Regular";
  background: var(--pageBackground, #f8f8f8);
  color: var(--textBody, #3c3131);
}
@media only screen and (max-width: 767px) {
  .cart-page {
    padding-bottom: 120px;
  }
}
.cart-page__container {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  position: relative;
  padding: 48px 84px 28px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-page__container {
    flex-direction: row;
    gap: 32px;
    padding: 40px 32px 40px;
  }
}
@media screen and (max-width: 768px) {
  .cart-page__container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .cart-page__container {
    padding: 40 32px 90px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-page__container {
    flex-direction: column;
    gap: 56px;
    align-items: center;
    padding: 0 24px;
  }
}
.cart-page__left {
  flex: 1 1 732px;
  max-width: 732px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-page__left {
    max-width: none;
    width: 50%;
    flex: none;
    min-width: 448px;
  }
}
@media screen and (max-width: 768px) {
  .cart-page__left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cart-page__left {
    flex: none;
    width: 100%;
    max-width: none;
  }
}
.cart-page__right {
  flex: 1 2 476px;
  max-width: 476px;
  position: sticky;
  top: 136px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-page__right {
    min-width: 224px;
    max-width: none;
    top: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-page__right {
    flex: none;
    width: 100%;
    max-width: none;
    position: static;
  }
}
.cart-page__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 48px 0 0 84px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-page__header {
    padding: 48px 0 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-page__header {
    gap: 8px;
    justify-content: center;
    padding: 32px 0 24px;
  }
}
.cart-page__title {
  font-family: "Begum-Regular", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -1.2px;
  color: #1e1e1e;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-page__title {
    font-size: 32px;
    line-height: 1.1875em;
    letter-spacing: -0.64px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-page__title {
    font-size: 32px;
    line-height: 1.125em;
    letter-spacing: -0.64px;
  }
}
.cart-page__count {
  font-family: "Begum-Regular", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.333em;
  letter-spacing: -0.48px;
  color: #6f6e6c;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-page__count {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.4px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-page__count {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.4px;
  }
}
.cart-page__oos-banner {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  border-radius: 4px;
  background: rgba(212, 22, 41, 0.07);
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .cart-page__oos-banner {
    margin-bottom: 24px;
  }
}
.cart-page__oos-banner-icon {
  flex-shrink: 0;
  margin-top: 4px;
}
.cart-page__oos-banner-text {
  font-family: "JioTypeVar-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57em;
  color: #d41629;
}
.cart-page__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .cart-page__items {
    gap: 16px;
  }
}
.cart-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  background: #fff;
  border-radius: 4px;
  max-width: 732px;
}
.cart-item--oos .cart-item__image--oos {
  opacity: 0.4;
}
.cart-item__gift-ribbon {
  position: absolute;
  top: 0;
  left: 24px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cart-item__gift-ribbon {
    left: 16px;
  }
}
.cart-item__image-wrap {
  display: block;
  width: 144px;
  min-width: 144px;
  max-width: 144px;
  height: 192px;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #efebe5;
  background: #fffcf6;
  margin: 24px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__image-wrap {
    width: 106px;
    min-width: 106px;
    max-width: 106px;
    height: 142px;
    margin: 24px 24px 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-item__image-wrap {
    width: 117px;
    min-width: 117px;
    max-width: 117px;
    height: 156px;
    margin: 16px 16px 0 16px;
  }
}
.cart-item__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 2px;
}
.cart-item__oos-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 2px;
  padding: 14px 16px;
  width: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__oos-overlay {
    width: 104px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-item__oos-overlay {
    width: 115px;
    padding: 10px 6px;
  }
}
.cart-item__oos-overlay span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.cart-item__name-wrap {
  flex: 1;
  min-width: 0;
  cursor: pointer;
}
.cart-item__info {
  margin-bottom: 8px;
}
.cart-item__product-callout {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .cart-item__product-callout {
    flex-direction: column-reverse;
    gap: 4px;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__product-callout {
    flex-direction: column-reverse;
    gap: 4px;
    margin-top: 12px;
  }
}
.cart-item__mto-chip {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: var(--themeAccentD4, #2e2c27);
  background: var(--themeAccentL4, #f9f6f0);
  border-radius: 2px;
  padding: 4px 8px;
  width: fit-content;
}
.cart-item__no-return {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--textBody, #3c3131);
}
.cart-item__prices {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.cart-item__effective-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e1e1e;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__effective-price {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-item__effective-price {
    font-size: 14px;
    line-height: 22px;
  }
}
.cart-item__marked-price {
  font-size: 13px;
  color: var(--textLabel, #7d7676);
  text-decoration: line-through;
}
.cart-item__discount {
  font-size: 12px;
  font-weight: 500;
  color: #cc3333;
}
.cart-item__actions-desk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.cart-item__actions-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px 16px 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-item__actions-mob {
    padding: 26px 24px 24px 24px;
  }
}
.cart-item__actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cart-item__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart-item__action-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #1e1e1e;
}
.cart-item__action-btn svg {
  flex-shrink: 0;
}
.cart-qty-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cart-qty-btn {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cart-qty-btn:disabled {
  cursor: default;
}
.cart-qty-amount {
  width: 17px;
  margin: 0;
}
.cart-qty-amount input {
  border: none;
  width: 100%;
  background-color: transparent;
  vertical-align: middle;
  text-align: center;
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  outline: none;
  cursor: default;
}
.cart-qty-amount input.cart-qty-amount__input--disabled {
  color: #ababab;
}
.cart-page__gift-row {
  padding: 16px 0;
  border-bottom: 1px solid var(--dividerStokes, #d4d1d1);
}
.cart-page__gift-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 1px dashed var(--dividerStokes, #d4d1d1);
  border-radius: 4px;
  padding: 12px 16px;
  width: 100%;
  font-size: 14px;
  color: var(--textBody, #3c3131);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.cart-page__gift-btn:hover {
  border-color: #1e1e1e;
  background: rgba(0, 0, 0, 0.02);
}
.cart-coupons {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cart-coupons {
    margin-bottom: 0;
  }
}
.cart-coupons__heading {
  font-family: "Begum-Regular", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.333em;
  letter-spacing: -0.48px;
  color: #1e1e1e;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-coupons__heading {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-coupons__heading {
    font-size: 24px;
    line-height: 1.333em;
    letter-spacing: -0.48px;
  }
}
.cart-coupons__input-wrap {
  display: flex;
  position: relative;
  border: 1px solid #ababab;
  border-radius: 2px;
  background: transparent;
  transition: border-color 0.2s;
  margin-bottom: 4px;
  width: 100%;
  box-sizing: border-box;
}
.cart-coupons__input-wrap--success {
  border-color: #008656;
}
.cart-coupons__input-wrap--error {
  border-color: #d41629;
}
.cart-coupons__input {
  flex: 1;
  border: none;
  padding: 12px 16px;
  padding-right: 80px;
  font-size: 14px;
  line-height: 22px;
  outline: none;
  background: transparent;
  color: #1e1e1e;
  text-transform: uppercase;
}
.cart-coupons__input::placeholder {
  color: #ababab;
  text-transform: none;
}
.cart-coupons__input:disabled {
  opacity: 0.7;
}
.cart-coupons__btn {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1.2px;
  color: #ababab;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.cart-coupons__btn:hover {
  opacity: 0.7;
}
.cart-coupons__btn:disabled {
  color: #ababab;
  cursor: not-allowed;
}
.cart-coupons__btn--entered {
  color: #BF4E1D;
}
.cart-coupons__btn--remove {
  color: #BF4E1D;
}
.cart-coupons__success-msg {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #008656;
}
.cart-coupons__success-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.cart-coupons__error-msg {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #d41629;
}
.cart-breakup {
  margin-top: 44px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-breakup {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-breakup {
    margin-top: 56px;
  }
}
.cart-breakup__heading {
  font-family: "Begum-Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.333em;
  letter-spacing: -0.48px;
  color: #1e1e1e;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .cart-breakup__heading {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-breakup__heading {
    font-size: 24px;
    line-height: 1.333em;
    letter-spacing: -0.48px;
  }
}
.cart-breakup__lines {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 16px;
}
.cart-breakup__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
.cart-breakup__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6f6e6c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-breakup__label {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-breakup__label {
    font-size: 14px;
    line-height: 22px;
  }
}
.cart-breakup__value {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e1e1e;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-breakup__value {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-breakup__value {
    font-size: 14px;
    line-height: 22px;
  }
}
.cart-breakup__value--discount {
  color: #1e1e1e;
}
.cart-breakup__divider {
  border-top: 1px solid #ebdfba;
  margin: 8px 0 24px;
}
.cart-breakup__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-breakup__total-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e1e1e;
}
@media only screen and (max-width: 767px) {
  .cart-breakup__total-label {
    font-size: 14px;
    line-height: 22px;
  }
}
.cart-breakup__total-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e1e1e;
}
@media only screen and (max-width: 767px) {
  .cart-breakup__total-value {
    font-size: 14px;
    line-height: 22px;
  }
}
.cod-message {
  color: #6f6e6c;
  font-family: "JioTypeVar-Regular";
  font-size: 16px;
  line-height: 20px;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .cod-message {
    font-size: 12px;
    padding-top: 8px;
  }
}
.cart-breakup__savings {
  margin-top: 12px;
  font-size: 13px;
  color: #135610;
  font-weight: 500;
  text-align: center;
  background-color: #e9f7e9;
  padding: 10px 15px;
}
.cart-page__checkout-inline {
  margin-top: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .cart-page__checkout-inline {
    min-height: auto;
  }
}
.cart-page__checkout-btn {
  width: 100%;
  height: 56px;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--buttonSecondary, #fff);
  background: var(--buttonPrimary, #4e3f09);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 24px;
  margin-bottom: 0;
}
.cart-page__checkout-btn:hover:not(:disabled) {
  opacity: 0.85;
}
.cart-page__checkout-btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.cart-page__checkout-btn--mobile {
  margin-top: 0;
  margin-bottom: 0;
  flex: 1;
  height: 56px;
}
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f9f6ef;
  box-shadow: 0px -2px 40px rgba(0, 0, 0, 0.05);
  z-index: 4;
  padding: 18px 24px;
}
.unset-sticky-cta {
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.sticky-cta.cart-action-btn-mobile--full {
  padding: 24px;
}
.mobile-checkout-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.mobile-total {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.mobile-total__label {
  font-family: "JioTypeVar-Regular";
  font-size: 12px;
  line-height: 20px;
  color: #6f6e6c;
}
.mobile-total__value {
  font-family: "JioTypeVar-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1e1e1e;
}
.mobile-cta-auto {
  flex-shrink: 0;
}
.mobile-cta-full {
  width: 100%;
}
.cart-page__need-help {
  width: 100%;
  margin-top: 56px;
}
.cart-page__need-help-title {
  font-family: "Begum-Regular", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: -0.4px;
  color: #1e1e1e;
  margin: 0 0 12px 0;
}
.cart-page__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  margin: 0 auto 120px;
  max-width: 492px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-page__empty {
    padding: 120px 0px 0;
    margin: 0 auto 56px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-page__empty {
    padding: 64px 24px 0;
    margin: 0 0 56px;
  }
}
.cart-page__empty-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 120px auto 56px;
}
.cart-page__empty-illustration {
  width: 215px;
  height: auto;
  flex-shrink: 0;
}
.cart-page__empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 624px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cart-page__empty-content {
    gap: 32px;
  }
}
.cart-page__empty-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .cart-page__empty-text {
    gap: 8px;
  }
}
.cart-page__empty-title {
  font-family: "Begum-Regular";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: -0.8px;
  text-align: center;
  color: #1e1e1e;
  margin: 0;
  font-style: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-page__empty-title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1.2px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-page__empty-title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.64px;
  }
}
.cart-page__empty-subtitle {
  font-family: "JioTypeVar-Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  color: #6f6e6c;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cart-page__empty-subtitle {
    font-size: 14px;
    line-height: 1.57em;
  }
}
.cart-accordion {
  margin-top: 48px;
}
.cart-accordion--mobile {
  margin-top: 0;
}
.cart-accordion__item {
  padding-top: 20px;
}
.cart-accordion__item--open {
  border-bottom: 1px solid #ebdfba;
}
.cart-accordion__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  gap: 8px;
}
.cart-accordion__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-accordion__title {
  flex: 1;
  text-align: left;
  font-family: "JioTypeVar-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #1e1e1e;
}
.cart-accordion--mobile .cart-accordion__title {
  font-size: 14px;
  line-height: 1.5714em;
}
.cart-accordion__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.cart-accordion__arrow--open {
  transform: rotate(180deg);
}
.cart-accordion__content-wrap {
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.cart-accordion__content {
  font-family: "JioTypeVar-Regular";
  font-size: 14px;
  line-height: 1.6em;
  color: #6f6e6c;
  margin: 0;
}
.cart-accordion__content p {
  margin: 0;
}
.cart-accordion__content ul:not(.cart-accordion__bullets) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cart-accordion__body {
  padding: 4px 32px 24px;
  color: #6f6e6c;
  line-height: 26px;
}
.cart-accordion__item--payment-methods .cart-accordion__body p {
  margin-bottom: 8px;
}
.cart-accordion--mobile .cart-accordion__content {
  padding: 0 0 24px 0;
}
.cart-accordion__bullets {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  color: #6f6e6c;
  font-size: 14px;
  line-height: 1.6em;
}
.cart-accordion__link {
  color: #BF4E1D;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.6em;
}
.cart-carousel-scroll::-webkit-scrollbar {
  display: none;
}
.cart-remove-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 8;
}
.cart-remove-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 16px 16px 0 0;
  z-index: 9;
  padding: 24px;
  max-height: 80vh;
  overflow-y: auto;
  animation: slideUpModal 0.3s ease;
}
@media only screen and (min-width: 1025px) {
  .cart-remove-modal {
    bottom: auto;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    width: 420px;
    max-height: 70vh;
    animation: fadeInModal 0.2s ease;
  }
}
@keyframes zvMW5 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes SL5La {
  from {
    opacity: 0;
    transform: translate(-50%, -48%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.cart-remove-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.cart-remove-modal__header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
}
.cart-remove-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--textBody, #3c3131);
  padding: 4px;
}
.cart-remove-modal__body {
  margin-bottom: 24px;
}
.cart-remove-modal__product {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.cart-remove-modal__image {
  width: 72px;
  height: 96px;
  object-fit: cover;
  border-radius: 4px;
}
.cart-remove-modal__info {
  flex: 1;
  min-width: 0;
}
.cart-remove-modal__name {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-remove-modal__size {
  font-size: 13px;
  color: var(--textBody, #3c3131);
  margin: 0;
}
.cart-remove-modal__question {
  font-size: 14px;
  color: var(--textBody, #3c3131);
  line-height: 1.5;
  margin: 0;
}
.cart-remove-modal__footer {
  display: flex;
  gap: 12px;
}
.cart-remove-modal__btn {
  flex: 1;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cart-remove-modal__btn:hover {
  opacity: 0.85;
}
.cart-remove-modal__btn--wishlist {
  background: none;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
}
.cart-remove-modal__btn--remove {
  background: var(--buttonPrimary, #4e3f09);
  border: none;
  color: var(--buttonSecondary, #fff);
}
.cart-page__updating-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.3);
  z-index: 10;
  pointer-events: all;
}

/* Add-to-cart button shimmer: broad soft sweep, diffused edges (design ref) */
/**color by character**/
/** Font family **/
/* Default Colors */
/** color by character **/
.B3tml {
  display: flex;
  flex-direction: column;
}
.frqKf {
  display: flex;
  flex-direction: row;
}
.fBOyC {
  color: #a0640d;
  /* Body XS/Medium All Caps */
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  /* 100% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.OkPgK {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.AZrUO {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Sg9iO {
  margin: 0 auto;
}
.WBeRx {
  cursor: pointer;
}
.heading-md {
  color: #1e1e1e;
  font-family: "Begum-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.48px;
}
@media only screen and (max-width: 767px) {
  .heading-md {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .heading-md {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}
.text-desc-sm {
  color: #6f6e6c;
  font-family: "JioTypeVar-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.gifting-card {
  padding: 24px;
  margin-top: 48px;
  border-radius: 4px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .gifting-card {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .gifting-card {
    margin-top: 0;
    margin-bottom: 40px;
    flex-direction: column;
    padding: 24px 16px;
  }
}
.gifting-available-card {
  background-color: #fff;
  box-sizing: border-box;
  justify-content: space-between;
  flex: 1;
}
@media screen and (min-width: 1023px) and (max-width: 768px) {
  .gifting-available-card {
    margin-top: 56px;
    margin-bottom: 56px;
    flex-direction: column;
  }
}
.gifting-available-card .gifting-card-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .gifting-available-card .gifting-card-content-wrapper {
    width: 100%;
    gap: 16px;
  }
}
.gifting-available-card .gifting-card-content-wrapper .heading {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.gifting-available-card .gifting-card-content-wrapper .heading .icon {
  width: 24px;
  height: 24px;
}
.gifting-available-card .gifting-card-content-wrapper .gifting-cta {
  color: #BF4E1D;
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .gifting-available-card .gifting-card-content-wrapper .gifting-cta {
    margin-top: 8px;
    padding: 2px 0;
  }
}
.gifting-available-card .gifting-card-content-wrapper .gifting-cta .arrow-icon {
  width: 16px;
  height: 16px;
}
.gifting-available-card .gift-package-img {
  align-self: flex-end;
  position: relative;
}
.gifting-available-card .gift-package-img img {
  width: 142px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .gifting-available-card .gift-package-img img {
    position: absolute;
    width: 100px;
    bottom: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .gifting-available-card .gift-package-img {
    width: 100px;
    height: 93px;
  }
}

