/*!********************************************************************************************************************************************************************************************!*\
  !*** 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/facts.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-facts {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .product-facts {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-facts {
    margin-top: 104px;
  }
}
@media only screen and (min-width: 768px) {
  .product-facts {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-facts {
    margin-bottom: 104px;
  }
}

.product-facts__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 320px) {
  .product-facts__inner {
    width: 93.8666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .product-facts__inner {
    width: 87.5vw;
  }
}
@media only screen and (min-width: 1680px) {
  .product-facts__inner {
    width: 1464px;
  }
}

.product-facts__content {
  padding-left: 1.8666666667vw;
  padding-right: 1.8666666667vw;
  flex-basis: 93.8666666667vw;
  width: 93.8666666667vw;
  max-width: 93.8666666667vw;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media only screen and (min-width: 768px) {
  .product-facts__content {
    padding-left: 1.4322916667vw;
    padding-right: 1.4322916667vw;
    flex-basis: 43.75vw;
    width: 43.75vw;
    max-width: 43.75vw;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .product-facts__content {
    flex-basis: 36.4583333333vw;
    width: 36.4583333333vw;
    max-width: 36.4583333333vw;
  }
}
@media only screen and (min-width: 1024px) and (min-height: calc(116px + 120px + 35.0694444444vw)) {
  .product-facts__content {
    flex-basis: 29.1666666667vw;
    width: 29.1666666667vw;
    max-width: 29.1666666667vw;
  }
}
@media only screen and (min-width: 1680px) {
  .product-facts__content {
    padding-left: 24px;
    padding-right: 24px;
    flex-basis: 610px;
    width: 610px;
    max-width: 610px;
  }
}
@media only screen and (min-width: 1680px) and (min-height: calc(116px + 120px + 586.6666666667px)) {
  .product-facts__content {
    flex-basis: 488px;
    width: 488px;
    max-width: 488px;
  }
}
