.productsTile {
  margin-right: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}
.productsTile_item {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-calc(100% /4 - 20px);
  width: calc(100% /4 - 20px);
  margin-right: 20px;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  padding: 16px;
}
.productsTile_item:hover {
  border-color: #00bbfe;
}
.productsTile_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/ritualinline/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.productsTile_image__placeholder {
  background-color: #eee;
  background-size: 40% 40%;
}
.productsTile_title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 4.6875rem;
}
.productsTile_price {
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 400;
}
.productsTile_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;
}
.productsTile_priceOld {
  text-decoration: line-through;
  color: #919191;
}
.productsTile_priceOldCurrency {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #919191;
}
.productsTile_priceDiscount {
  font-size: 1.5rem;
  font-weight: 600;
}
.productsTile_priceDiscountCurrency {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.productsTile_availableStatus {
  font-size: 0.875rem;
  font-weight: 400;
}
.productsTile_availableStatus__available {
  color: #00b070;
}
.productsTile_availableStatus__unavailable {
  color: #909090;
}
.productsTile_button {
  width: 100%;
}
.productsTile .form_actions__orderButtonWithNum {
  width: -webkit-calc(100% - 65px - 0.5rem);
  width: calc(100% - 65px - 0.5rem);
}

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