/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./pages/product/ingredients.scss ***!
  \**************************************************************************************************************************************************************************************************/
/** GLOBALS **/
/************
/** VARIABLES
/****************************************/
/*
$grids: (
    'default': $mobile_base,
    'switches': (
        $mobile_switch: $mobile_base,
        $tablet_switch: $tablet_base,
        $max_switch: $max_base
    ),
    'definitions': (
        $mobile_base: (
            'columns': 8,
            'column': 44,
            'gutter': 14,
            'fix': false
        ),
        $tablet_base: (
            'columns': 12,
            'column': 56,
            'gutter': 22,
            'fix': false
        ),
        $max_base: (
            'columns': 12,
            'column': 139,
            'gutter': 54,
            'fix': true
        )
    )
);
*/
/* EASING */
/* Font settings */
/************
/** COLOR VARIABLES
/****************************************/
/* **************************** */
/* Pimcore-editmode used colors */
/* **************************** */
/* **************************** */
/************
/** DEFINITION OF OWN MIXINS
/****************************************/
/* stylelint-disable */
.product-ingredients__headline {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 2rem;
  color: var(--product-ingredients-headline-color, var(--product-detail-headline-color));
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .product-ingredients__headline {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .product-ingredients__headline {
    font-size: 3rem;
  }
}

.product-ingredients__allergens {
  margin-top: 40px;
}

.product-ingredients__allergens-headline {
  font-weight: 700;
  margin-bottom: 24px;
}

.product-ingredients__nutrition {
  padding-left: 1.8666666667vw;
  padding-right: 1.8666666667vw;
  flex-basis: 93.8666666667vw;
  width: 93.8666666667vw;
  max-width: 93.8666666667vw;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .product-ingredients__nutrition {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 43.75vw;
    width: 43.75vw;
    max-width: 43.75vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .product-ingredients__nutrition {
    flex-basis: 36.4583333333vw;
    width: 36.4583333333vw;
    max-width: 36.4583333333vw;
    margin-left: 14.5833333333vw;
  }
}
@media only screen and (min-width: 1024px) and (min-height: calc(116px + 120px + 35.0694444444vw)) {
  .product-ingredients__nutrition {
    flex-basis: 29.1666666667vw;
    width: 29.1666666667vw;
    max-width: 29.1666666667vw;
    margin-left: 29.1666666667vw;
  }
}
@media only screen and (min-width: 1440px) {
  .product-ingredients__nutrition {
    flex-basis: 29.1666666667vw;
    width: 29.1666666667vw;
    max-width: 29.1666666667vw;
    margin-left: 21.875vw;
  }
}
@media only screen and (min-width: 1440px) and (min-height: calc(116px + 120px + 35.0694444444vw)) {
  .product-ingredients__nutrition {
    margin-left: 29.1666666667vw;
  }
}
@media only screen and (min-width: 1680px) {
  .product-ingredients__nutrition {
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 488px;
    width: 488px;
    max-width: 488px;
    margin-left: 366px;
  }
}
@media only screen and (min-width: 1680px) and (min-height: calc(116px + 120px + 586.6666666667px)) {
  .product-ingredients__nutrition {
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 488px;
    width: 488px;
    max-width: 488px;
    margin-left: 488px;
  }
}
