/**
 * Product presentation component style.
 */
.c-product-presentation .product-presentation__header {
  margin-bottom: 1.11rem;
}
@media (min-width: 600px) {
  .c-product-presentation .product-presentation__header {
    margin-bottom: 1.66rem;
  }
}
.c-product-presentation .product-presentation__title {
  --color: var(--c-brand-secondary);
  margin-bottom: 0;
}
.c-product-presentation .product-presentation__title + .product-presentation__subtitle {
  margin-top: 0.2rem;
}
.c-product-presentation .product-presentation__subtitle {
  --color: var(--c-brand-secondary);
  margin-bottom: 0.77rem;
}
@media (min-width: 600px) {
  .c-product-presentation .product-presentation__subtitle {
    margin-bottom: 0.55rem;
  }
}
.c-product-presentation .product-presentation__content-wrapper {
  display: block;
}
@media (min-width: 600px) {
  .c-product-presentation .product-presentation__content-wrapper {
    display: flex;
  }
  .c-product-presentation .product-presentation__content-wrapper.image--right .product-presentation__image {
    order: 2;
  }
  .c-product-presentation .product-presentation__content-wrapper.image--right .product-presentation__content {
    order: 1;
    margin-right: 2.22rem;
  }
  .c-product-presentation .product-presentation__content-wrapper.image--left .product-presentation__image {
    order: 1;
  }
  .c-product-presentation .product-presentation__content-wrapper.image--left .product-presentation__content {
    order: 2;
    margin-left: 2.22rem;
  }
}
.c-product-presentation .product-presentation__image {
  margin-top: 0.4rem;
  margin-bottom: 1.11rem;
}
@media (min-width: 600px) {
  .c-product-presentation .product-presentation__image {
    flex: 1 0 36.5%;
    max-width: 290px;
  }
}
.c-product-presentation .product-presentation__text {
  margin-bottom: 0.83rem;
  font-size: var(--text-base);
}
@media (min-width: 600px) {
  .c-product-presentation .product-presentation__text {
    margin-bottom: 1.11rem;
  }
}
.c-product-presentation .product-presentation__list {
  padding: 0;
  margin-bottom: 2em;
  margin-left: 0;
  clear: left;
  list-style: none;
}
.c-product-presentation .product-presentation__list-item {
  margin-bottom: 0.9rem;
  font-size: var(--text-base);
}
.c-product-presentation .product-presentation__list-item .icon {
  float: left;
  font-size: 24px;
  margin-right: 0.55rem;
  color: var(--c-brand-secondary);
  vertical-align: middle;
}
.c-product-presentation .product-presentation__list-item:last-child {
  margin-bottom: 0;
}
.c-product-presentation .list-item__content {
  margin-left: 34px;
}