.products {
  margin-right: -10px;
}
.products_item {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% /4 - 10px);
  width: calc(100% /4 - 10px);
  margin-right: 10px;
  margin-bottom: 16px;
  position: relative;
  border: 1px solid #e3e3e3;
  padding: 16px;
}
.products_item:hover {
  border-color: #ea8100;
}
.products_image {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/comp1/img/placeholder.png");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.products_title {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 18px;
  color: #c64b00;
}
.products_title:hover {
  color: #ea8100;
}
.products_description {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 1rem;
}
.products_priceOld {
  text-decoration: line-through;
  color: #919191;
  min-height: 1em;
  margin-bottom: 16px;
}
.products_description + .products_priceOld,
.products_title + .products_priceOld {
  margin-top: 16px;
}
.products_priceAvailable {
  position: relative;
  font-size: 1.5rem;
  min-height: 1em;
  margin-bottom: 16px;
}
.products_Price {
  font-size: 1.5rem;
  font-weight: 600;
}
.products_availableStatus {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
.products_availableStatus__available {
  color: #00b070;
}
.products_availableStatus__unavailable {
  color: #909090;
}
.products_orderButton {
  min-height: 40px;
  text-align: center;
}
.products_orderButton .button {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.products_spacer {
  bottom: 0;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*# sourceMappingURL=../maps/component/products.css.map */
