/** Shopify CDN: Minification failed

Line 125:1 Expected "}" to go with "{"

**/
.product-highlights-wrap {
padding-bottom: 1.25rem;
}

@media screen and (max-width: 749px) {
#product-form-template--27099570602352__main{
  display:none;
}
#pickup-pre-order-template--27099570602352__main{
    display:none;
}
}
.product-highlights-heading {
  font-size: 16px;
  font-weight: 700;
  color: rgb(var(--colors-heading));
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.product-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgb(var(--colors-text));
}

.product-highlights li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
}

.product-highlights li::after {
  content: "✓";
  position: absolute;
  font-size: 15px;
  font-weight: 700;
  color: #ff8428;
  margin-left: 2px;
  margin-top: 3px;
}
h1, h2, h3, h4, h5, h6{
    letter-spacing: -2px !important;
}
.price {
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  h2 {
    font-size: 35px;
  }
  .x-review-product {
  margin-bottom: 20px !important;
}
.zfght{
  padding-top: 20px;
}
.zjhx{
  line-height: 1 !important;
}

@media (max-width: 640px) {
  /* Chrome, Edge, Safari */
  ::-webkit-scrollbar {
    width: 8px;               /* scrollbar ki width */
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;      /* track ka color (peeche ka part) */
  }

  ::-webkit-scrollbar-thumb {
    background-color: #ff8428; /* scroll ka color */
    border-radius: 4px;        /* rounded edges */
    border: 2px solid #f1f1f1; /* optional: border track se alag dikhane ke liye */
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #e67300; /* hover color */
  }

  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #ff8428 #f1f1f1;
  }
}
#x-mob-satc-template--27099570602352__main .x-mob-satc-price {
   font-size: 1.2rem!important;
    font-weight: 700;
    color: rgb(var(--colors-heading));
    white-space: nowrap;
    text-align: right;
}
#x-mob-satc-template--27099570602352__main .x-mob-satc-title {
    font-size: 1.2rem!important;
    font-weight: 600;
    color: rgb(var(--colors-heading));
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60%;
    line-height: 1.3;
}