.productsTable {
  padding: 1rem 1rem 0;
  margin: 0 -1rem;
  background-color: #e0fad7;
  overflow: hidden;
}
.productsTable_item {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #fff;
  overflow: hidden;
}
.productsTable_item:hover {
  z-index: 5;
  border-color: #ff6952;
}
.productsTable_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;
  overflow: visible !important;
}
.productsTable_image__placeholder {
  background-color: #d7f5f9;
  background-size: 40% 40%;
}
.productsTable_image .cacheback-badge {
  position: absolute;
  width: 100px;
  height: 101px;
  display: block;
  bottom: -5px;
  right: -5px;
  background: url("/site/img/cacheback.png");
  z-index: 10;
}
.productsTable_image .individual-badge {
  position: absolute;
  width: 128px;
  height: 36px;
  display: block;
  bottom: 8px;
  left: 0;
  background: url("/site/img/yar2.png");
  z-index: 10;
}
.productsTable_image .group-badge {
  position: absolute;
  width: 120px;
  height: 28px;
  display: block;
  bottom: 8px;
  left: 0;
  background: url("/site/img/yar1.png");
  z-index: 10;
}
.productsTable_image .group-badge + .individual-badge {
  bottom: 44px;
}
.productsTable_discount {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 52px;
  height: 52px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/themes/mobile/img/discount.png");
  background-position: center;
  color: #fff;
  line-height: 1;
}
.productsTable_discountTitle {
  font-size: 0.625rem;
  font-weight: 400;
}
.productsTable_discountValue {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.76px;
}
.productsTable_text {
  margin: 1rem 0 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.productsTable_textMore {
  font-size: 0.875rem;
}
.productsTable_textMore:after {
  content: "";
  display: inline-block;
  margin-left: 0.75rem;
  border-top: 8px solid currentColor;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.productsTable_textMore__open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.productsTable_textMoreWrapper {
  margin: 1rem 0 0;
  text-align: center;
}
.productsTable_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;
}
.productsTable_params {
  margin-top: 1rem;
}
.productsTable_param {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
}
.productsTable_paramList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.productsTable_paramListItem {
  margin: 0;
  padding: 0;
}
.productsTable_paramListItem:not(:last-child):after {
  content: "|";
  color: #c6c6c6;
  margin: 0 0.5rem;
}
.productsTable_paramTitle {
  margin-bottom: 0.5rem;
  color: #777;
  text-transform: uppercase;
}
.productsTable_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: 1rem;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 400;
}
.productsTable_priceDiscountCurrency {
  font-family: Arial, Helvetica, "Segoe UI", sans-serif;
}
.productsTable_timeBlock {
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  background-color: #d7f5f9;
}
.productsTable_length {
  margin-bottom: 0.5rem;
  padding-left: 1.75rem;
  background-image: url("/themes/mobile/img/clock.png");
  background-repeat: no-repeat;
}
.productsTable_dates {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.75rem;
  background-image: url("/themes/mobile/img/calendar.png");
  background-repeat: no-repeat;
}
.productsTable_date {
  margin: 0;
  padding: 0;
  display: inline;
}
.productsTable_dateMore {
  margin-top: -1.25rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  color: #f00;
}

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