.clearforme .secondary-ingredients {
  line-height: 20px;
}
.clearforme .secondary-ingredients h3,
.clearforme .secondary-ingredients h4 {
  font-family: PitchSans, serif;
  font-size: 1rem;
  color: #000;
  margin-bottom: 0;
}
.clearforme .secondary-ingredients .ingredient-component h3 {
  font-weight: bold;
  padding-top: 0.9375rem;
  padding-bottom: 0.3125rem;
}
.clearforme .secondary-ingredients .ingredient-component .ingredient-group {
  padding-bottom: 1rem;
}
.clearforme .secondary-ingredients .ingredient-component .ingredient-group h4 {
  font-style: italic;
  font-family: PitchSans, serif;
  color: #666;
}
.clearforme .ingredient-instructions span,
.clearforme .ingredient-link {
  font-size: 1rem;
  text-decoration: none;
}
.clearforme .ingredient-link:hover {
  text-decoration: underline;
}

.product-ingredients.clearforme .ingredient-instructions {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01375rem;
  line-height: 1.4;
  color: #666;
}
@media (min-width: 769px) {
  .product-ingredients.clearforme .ingredient-instructions {
    margin-bottom: 0.3125rem;
  }
}
.product-ingredients.clearforme .ingredient-instructions span {
  font-family: PitchSans, serif;
}
@media (min-width: 769px) {
  .product-ingredients.clearforme .secondary-ingredients {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    font-family: ApercuLight, "Helvetica", sans-serif;
  }
}

.product-ingredients-title {
  font-weight: 600;
  font-size: 0.875rem;
  font-family: PitchSans, serif;
}

.clearforme-modal {
  padding: 4rem 0rem;
}
.clearforme-modal .ing-name {
  font-family: PitchSans, serif;
  font-weight: 500;
}
.clearforme-modal .ing-definition {
  padding-bottom: 2rem;
}
@media (min-width: 544px) {
  .clearforme-modal {
    padding: 3rem 3rem 1rem 3rem;
  }
  .clearforme-modal .ing-name {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .clearforme-modal .ing-definition {
    font-family: ApercuLight, "Helvetica", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .clearforme-modal .ing-tagline {
    font-family: ApercuLight, "Helvetica", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
/*# sourceMappingURL=clearforme.css.map*/