.productsTile {
  padding: 1.5rem 2rem 0;
  margin: 0 -1rem;
  background-color: #efefef;
  overflow: hidden;
}
.productsTile_item {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #fff;
}
.productsTile_image {
  display: block;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.productsTile_title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 4.6875rem;
}
.productsTile_price {
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  font-weight: 400;
}
.productsTile_priceDiscountWrapper {
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.productsTile_priceDiscountCurrency {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.productsTile_priceOldWrapper {
  text-decoration: line-through;
  color: #919191;
}
.productsTile_priceOldCurrency {
  font-family: "Roboto", sans-serif;
}
.productsTile_availableStatus {
  display: block;
  margin-bottom: 0.75rem;
  line-height: 1;
  font-weight: 400;
}
.productsTile_availableStatus__available {
  color: #00b070;
}
.productsTile_availableStatus__unavailable {
  color: #909090;
}
.productsTile_button {
  width: 100%;
}
.form_actions__orderButtonWithNum {
  width: -webkit-calc(100% - 65px - 0.5rem);
  width: calc(100% - 65px - 0.5rem);
}

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