.productsTile {
  margin-right: -10px;
}
.productsTile_item {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% /4 - 10px);
  width: calc(100% /4 - 10px);
  margin-right: 10px;
  border: 1px solid #e3e3e3;
  margin-bottom: 16px;
  position: relative;
  padding: 16px;
}
.productsTile_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;
}
.productsTile_title {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 18px;
  color: #006aae;
}
.productsTile_title:hover {
  color: #00bbfe;
}
.productsTile_description {
  font-size: 1rem;
}
.productsTile_priceOld {
  text-decoration: line-through;
  color: #919191;
  min-height: 1em;
  margin-bottom: 16px;
}
.productsTile_description + .productsTile_priceOld,
.productsTile_title + .productsTile_priceOld {
  margin-top: 16px;
}
.productsTile_priceAvailable {
  position: relative;
  font-size: 1.5rem;
  min-height: 1em;
  margin-bottom: 16px;
}
.productsTile_Price {
  font-size: 1.5rem;
  font-weight: 600;
}
.productsTile_availableStatus {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.875rem;
}
.productsTile_availableStatus__available {
  color: #00b070;
}
.productsTile_availableStatus__unavailable {
  color: #909090;
}
.productsTile_orderButton {
  min-height: 40px;
  text-align: center;
}
.productsTile_orderButton .form_input {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.productsTile_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 */
