/** Shopify CDN: Minification failed

Line 19:12 Expected ":"

**/
.formulated-ingredients {
  padding: 70px 0;
}

.formulated-ingredients .page-width {
  max-width: 1670px;
}

.formulated-ingredients .fi-parts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 52px;
  position\: relative;
}

.formulated-ingredients .fi-parts .fi-left-part {
  width: calc(57% - 52px* 1 / 2);
  max-width: calc(57% - 52px* 1 / 2);
}

.formulated-ingredients .fi-parts .fi-right-part {
  width: calc(43% - 52px* 1 / 2);
  max-width: calc(43% - 52px* 1 / 2);
}

.formulated-ingredients .fi-right-part-image {
  line-height: 0;
}

.formulated-ingredients .fi-right-part .fi-right-part-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formulated-ingredients .formulated-ingredients-heading {
  margin-bottom: 37px;
}

.formulated-ingredients .formulated-ingredients-heading .heading {
  margin: 0;
}

.formulated-ingredients .fi-left-part-description .ingredients_heading {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--blue-stone);
}

.formulated-ingredients .fi-left-part-description .ingredients_description {
  margin: 10px 0 0 0;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 28px;
  color: var(--black-russian);
}

.formulated-ingredients .fi-left-part-description .fi-left-part-description-content {
  background: #f4f5f8;
  padding: 40px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.formulated-ingredients .fi-left-part-description .fi-left-part-description-content:last-child {
  margin-bottom: 0;
}

.formulated-ingredients .fi-right-part-image svg.placeholder-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 750px) {

  .formulated-ingredients .fi-parts .fi-left-part,
  .formulated-ingredients .fi-parts .fi-right-part {
    position: sticky;
    top: 145px;
  }

  .formulated-ingredients .formulated-ingredients-heading.mobile-only {
    display: none;
  }
  
}

@media only screen and (min-width: 1200px) {

  .formulated-ingredients .fi-parts .fi-left-part,
  .formulated-ingredients .fi-parts .fi-right-part {
    top: 215px;
  }
}

@media only screen and (min-width: 990px) {

  .formulated-ingredients .fi-parts .fi-left-part,
  .formulated-ingredients .fi-parts .fi-right-part {
    top: 200px;
  }
}

@media only screen and (max-width: 1440px) {

  .formulated-ingredients .fi-left-part-description .fi-left-part-description-content {
    padding: 35px;
  }
  
}

@media only screen and (max-width: 1366px) {

  .formulated-ingredients .fi-left-part-description .fi-left-part-description-content {
    padding: 30px;
  }
  
}

@media only screen and (max-width: 1199px) {

  .formulated-ingredients .fi-left-part-description .fi-left-part-description-content {
    padding: 25px;
  }

  .formulated-ingredients .fi-parts {
    column-gap: 30px;
  }

  .formulated-ingredients .fi-parts .fi-left-part {
    width: calc(50% - 30px* 1 / 2);
    max-width: calc(50% - 30px* 1 / 2);
  }
  
  .formulated-ingredients .fi-parts .fi-right-part {
    width: calc(50% - 30px* 1 / 2);
    max-width: calc(50% - 30px* 1 / 2);
  }

  .formulated-ingredients .fi-left-part-description .ingredients_heading {
    font-size: 22px;
    line-height: 30px;
  }
  
  .formulated-ingredients .fi-left-part-description .ingredients_description {
    font-size: 18px;
    line-height: 26px;
  }
  
}

@media only screen and (max-width: 989px) {

  .formulated-ingredients .fi-left-part-description .ingredients_heading {
    font-size: 18px;
    line-height: 26px;
  }
  
  .formulated-ingredients .fi-left-part-description .ingredients_description {
    font-size: 14px;
    line-height: 22px;
    margin: 2px 0 0 0;
  }
  
}

@media only screen and (max-width: 749px) {

  .formulated-ingredients .formulated-ingredients-heading {
    margin-bottom: 20px;
  }

  .formulated-ingredients .fi-parts {
    flex-direction: column-reverse;
    row-gap: 16px;
  }

  .formulated-ingredients .formulated-ingredients-heading.desktop-only {
    display: none;
  }

  .formulated-ingredients .fi-parts .fi-left-part {
    width: 100%;
    max-width: 100%;
  }
  
  .formulated-ingredients .fi-parts .fi-right-part {
    width: 100%;
    max-width: 100%;
  }

  .formulated-ingredients .fi-left-part-description .fi-left-part-description-content {
    margin-bottom: 10px;
    border-radius: 8px;
    text-align: center;
  }

  .formulated-ingredients .formulated-ingredients-heading.mobile-only {
    text-align: center;
  }

  .formulated-ingredients {
    padding: 25px 0;
  }

  .template-who-needs-p4h .page-why-choose-p4h .image__description--wrap .image_wrap {
    padding: 0 69px;
  }
}

@media only screen and (max-width: 480px) {
.formulated-ingredients .formulated-ingredients-heading .heading {
  display: block;
  max-width: 246px;
  margin: 0 auto;
}
  
}
