.products {
  overflow: hidden;
  margin: 0 -1rem;
}
.products_item {
  position: relative;
  display: block;
  border-bottom: 1px solid #b5b5b5;
  padding: 1.5rem 1rem;
}
.products_image {
  display: block;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/comp1/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.products_image__placeholder {
  background-color: #eee;
  background-size: 40% auto;
}
.products_title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 3.75rem;
}
.products_price {
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 400;
}
.products_price__discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.products_priceOld {
  text-decoration: line-through;
  color: #919191;
}
.products_priceOldCurrency {
  font-size: 0.75rem;
  color: #919191;
}
.products_priceDiscount {
  font-size: 1.5rem;
  font-weight: 600;
}
.products_availableStatus {
  font-size: 0.875rem;
  font-weight: 400;
}
.products_availableStatus__available {
  color: #00b070;
}
.products_availableStatus__unavailable {
  color: #909090;
}
.products_button {
  width: 100%;
}
.form_actions__orderButtonWithNum {
  width: -webkit-calc(100% - 65px - 0.5rem);
  width: calc(100% - 65px - 0.5rem);
}

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