/** Shopify CDN: Minification failed

Line 46:9 Expected ":"

**/


/* CSS from section stylesheet tags */
.custom-product-description-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
}
.description-content {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.full-description {
  display: block;
}
.section--wrapper p {
    margin:0;
    padding:0;
  }
.product-info-grid {
  display: flex;
  flex-wrap:wrap;
  margin-bottom: 40px; 
}

.equal-height-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* 
.medium-up--one-half {
  width: 100%;
} */
.highlights {
  width:50%;
}
.main {
  display:flex;
  justify content:space-between;
  gap:20px;
}
.full-width {
    width:100% ;
}
  .nutritionals__icons--list {
  display:flex;
}
  .bottom-space {
        margin-bottom:120px;
  }
@media (max-width:768px) {
.full-width {
  width:100% !important;
}
  .main {
    flex-direction: column; /* Flex ko vertical karne ke liye */
    justify-content: center; /* Center align karne ke liye */
    gap: 20px; /* Mobile ke liye chhoti gap */
  }
.bottom-space  {
      margin-bottom:0px; 
}
  .highlights {
    width:100%;
  }
}
h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}
.box-highlights {
  margin:0px;
}
.box-highlight-icons {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.box-icons {
  margin-right: 10px;
}