.productsTile {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -16px;
  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 {
  margin: 0;
  padding: 0;
  box-shadow: 0 0 16px rgba(0,0,0,0.03);
  margin-right: 16px;
  margin-bottom: 16px;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  color: #101212;
  background-color: #fff;
}
.productsTile_item:hover {
  box-shadow: 5px 9px 24px rgba(0,0,0,0.2);
}
.productsTile__threeInARow > .productsTile_item {
  width: -webkit-calc(100% / 3 - 16px);
  width: calc(100% / 3 - 16px);
}
.productsTile__fourInARow > .productsTile_item {
  width: -webkit-calc(100% / 4 - 16px);
  width: calc(100% / 4 - 16px);
}
.productsTile_image {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/corpext/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.productsTile_image__placeholder {
  background-color: #e8e8e8;
  background-size: 40% 40%;
}
.productsTile_info {
  padding: 16px;
  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;
}
.productsTile__fourInARow .productsTile_info {
  height: -webkit-calc(100% - 272px);
  height: calc(100% - 272px);
}
.productsTile__threeInARow .productsTile_info {
  height: -webkit-calc(100% - 368px);
  height: calc(100% - 368px);
}
.productsTile_title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 3.75rem;
  color: #005fa2;
}
.productsTile_item:hover .productsTile_title {
  color: #007fd9;
}
.productsTile_price {
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #101212;
}
.productsTile_priceOld {
  margin-left: 1rem;
  text-decoration: line-through;
  color: #a6bab7;
  font-size: 1.25rem;
  font-weight: 400;
}
.productsTile_priceOldCurrency {
  font-size: 1rem;
  color: #a6bab7;
}
.productsTile_priceDiscount {
  font-size: 1.25rem;
  font-weight: 400;
}
.productsTile_priceDiscountCurrency {
  font-size: 1rem;
}
.productsTile_button {
  width: 100%;
  height: 3.125rem !important;
}
.form_actions__orderButtonWithNum {
  width: -webkit-calc(100% - 65px - 0.5rem);
  width: calc(100% - 65px - 0.5rem);
}

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