.linkedProducts_item {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  background-color: #fff;
  overflow: hidden;
}
.linkedProducts_image {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/mobile/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.linkedProducts_image__placeholder {
  background-color: #d7f5f9;
  background-size: 40% 40%;
}
.linkedProducts_title {
  font-family: Arial, Helvetica, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 4.21875rem;
}
.linkedProducts_price {
  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;
  margin-bottom: 0.75rem;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 400;
}
.linkedProducts_priceDiscountCurrency {
  font-family: Arial, Helvetica, "Segoe UI", sans-serif;
}
.linkedProducts_length {
  margin-bottom: 1rem;
  padding: 0.25rem 0.5rem 0.25rem 2.5rem;
  background-color: #d7f5f9;
  background-position: left 0.5rem top 0.25rem;
  background-image: url("/themes/mobile/img/clock.png");
  background-repeat: no-repeat;
}

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