/* Add-to-cart button shimmer: broad soft sweep, diffused edges (design ref) */
/**color by character**/
/** Font family **/
/* Default Colors */
/** color by character **/
.sooW6 {
  display: flex;
  flex-direction: column;
}
.vqKZU {
  display: flex;
  flex-direction: row;
}
.MJO3o {
  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;
}
.iMLS1 {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.JPs0m {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LJ0Em {
  margin: 0 auto;
}
.v7IjT {
  cursor: pointer;
}
.wqlFO {
  width: 100%;
  background-color: #ffffff;
}
.wqlFO .VfVYk {
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .wqlFO .VfVYk {
    padding: 0;
  }
}
.wqlFO .URZgs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #efebe5;
  border-top: 1px solid #efebe5;
}
@media only screen and (max-width: 600px) {
  .wqlFO .URZgs {
    gap: 24px;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Switch to flex-start alignment when content overflows */
  }
  .wqlFO .URZgs::-webkit-scrollbar {
    display: none;
  }
  .wqlFO .URZgs:not(:-webkit-scrollbar-track) {
    justify-content: flex-start;
  }
}
.wqlFO .URZgs .xvFjl {
  font-family: "JioTypeVar-Medium";
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6f6e6c;
  cursor: pointer;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.wqlFO .URZgs .xvFjl:hover {
  color: #1e1e1e;
}
.wqlFO .URZgs .xvFjl.MEOEx {
  color: #BF4E1D;
  border-bottom-color: #BF4E1D;
}
@media only screen and (max-width: 600px) {
  .wqlFO .URZgs .xvFjl:first-child {
    margin-left: 24px;
  }
  .wqlFO .URZgs .xvFjl:last-child {
    margin-right: 24px;
  }
}

