.product-summary-wrapper .field--name-title {
  margin-bottom: .5rem;
  font-size: 1.333rem;
  font-weight: 300;
}

.product-summary-wrapper .field--name-price {
  margin-bottom: .5rem;
  color: #000;
  font-size: 3.5rem;
  font-weight: 300;
}

.product-summary-wrapper .field--name-field-summary {
  margin-bottom: 2rem;
}

.product-summary-wrapper .field--name-variations .form-submit {
  display: block;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form input {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--name-quantity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 1rem;
}

@media (min-width: 992px) {
  .product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--name-quantity {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .field--name-quantity label {
  display: none;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .form-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-summary-wrapper form.commerce-order-item-add-to-cart-form .form-actions input {
  width: 100%;
}

.product-summary-wrapper .field--name-field-category {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cfd8dc;
}

.product-summary-wrapper .field--name-field-summary,
.product-summary-wrapper .field--name-body,
.product-summary-wrapper .field--name-field-additional-informations {
  color: #546e7a;
}
.product-teaser .field--type-image {
  display: block;
  position: relative;
}

.product-teaser .field--type-image:before {
  content: "";
  display: block;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.product-teaser .field--type-image img {
  display: block;
  width: 100%;
  height: auto;
}

.product-teaser .field--name-title {
  font-size: 1.333rem;
  font-weight: 300;
}

.product-teaser .field--name-price {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.2rem;
}

.product-teaser a {
  color: #546e7a;
  text-decoration: none;
}

.product-teaser a:hover .field--type-image:before {
  -webkit-box-shadow: inset 0 0 2rem 0.4rem rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 2rem 0.4rem rgba(0, 0, 0, 0.2);
}

.product-teaser-default {
  display: inline-block;
}

.product-teaser-default .product-info-wrapper {
  margin-top: 1rem;
  text-align: center;
}
