/** Shopify CDN: Minification failed

Line 76:0 Unexpected "}"

**/
.custom-ingredient-icon-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px 0px;
}

.custom-ingredient-icon-section .icon-box {
  text-align: center;
  width: 30%;
}

.custom-ingredient-icon-section .icon-box img {
  width: 80px; 
  height: auto;
  object-fit: contain;
  border-radius: 50px;
  border: 1px solid #ccc;
}

.custom-ingredient-icon-section .icon-box p {
  margin-top: 0px;
  font-size: 18px;
  color: #003E41; 
  font-weight: 500;
}
@media (max-width: 768px) {
  .custom-ingredient-icon-section .icon-section {
    gap: 10px;
  }
  .custom-ingredient-icon-section .icon-box img {
    width: 60px;
  }
}

.benefit-section {
  width: 100%;
  max-width: 600px;
  margin: auto;
  margin-top: -20px;
  padding: 30px 0px;
  position: relative;
}

.benefit-section .benefit-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0px;
  position: relative;
}
.benefit-box-ul {
    padding: 0px 0px !important;
    text-align: left;
    margin-top: -10px;
    margin-left: 10px;
}
.benefit-box-ul ul{
    padding: 0px 0px !important;
}
/* .benefit-section .benefit-box:not(.no-line)::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 70px;
  width: 2px;
  height: 40px;
  border-left: 2px dotted #003E41; /* dotted vertical line */
} */
.benefit-section .benefit-box:last-child::after {
    display: none !important;
}
.benefit-section .benefit-box:last-child{
    margin-bottom: 0px;
}
.benefit-section .icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-section .icon-circle img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.benefit-section .benefit-box p {
  font-size: 16px;
  color: #3c2c26;
  margin: 0;
  max-width: 100%;
  line-height: 1.4;
  text-align: left;
}
.custom-meta-description ul li{
  text-align: left;
}

/* Responsive */
@media (max-width: 480px) {
  .benefit-section .benefit-box {
    gap: 15px;
  }
  .benefit-section .icon-circle {
    width: 60px;
    height: 60px;
  }
  .benefit-section .icon-circle img {
    min-width: 67px;
  }
  .grp_custom_heading {
    line-height: 28px;
  }
}
.custom-meta-description p {
    text-align: left;
}

.benefit-box-ul ul li:has(b) {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.card-product .button-quickview-icon{
  display: none !important;
}
.testi-btn {
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: #F67261;
    background-origin: border-box;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 50px;
    text-decoration: none !important;
}
@media (min-width: 480px) {
  .grp_custom_heading {
    font-size: 39px !important;
  }
}
.grp_custom_heading {
    color: #003E41 !important;
    font-weight: 100 !important;
    margin-bottom: 0px !important;
}
#FormSelectFilter option:nth-last-child(1),
#FormSelectFilter option:nth-last-child(2) {
    display: none;
}