<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catalog_content {
  margin-bottom: 3.5rem;
}
.productsList_item {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #e3e3e3;
  padding: 1rem;
}
.productsList_item:not(:last-child) {
  margin-bottom: -1px;
}
.productsList_item:hover {
  z-index: 5;
  border-color: #ff9227;
}
.productsList_title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 24px;
}
.productsList_orderBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.25rem;
}
.productsList_availableStatus {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.productsList_availableStatus__available {
  background-color: #00b070;
}
.productsList_availableStatus__unavailable {
  background-color: #909090;
}
.productsList_price {
  margin-right: 1rem;
  font-weight: 400;
}
.productsList_priceOld {
  text-decoration: line-through;
  color: #919191;
}
.productsList_priceOldCurrency {
  font-family: roubleFont;
  font-size: 0.75rem;
  color: #919191;
}
.productsList_priceDiscount {
  font-size: 1.5rem;
  font-weight: 600;
}
.productsList_priceDiscountCurrency {
  font-family: roubleFont;
  font-weight: 500;
}
.productsList_button {
  width: 208px;
}
.productsList .form_actions__orderButton {
  width: 208px;
}

/*# sourceMappingURL=../maps/component/productsList.css.map */
</pre></body></html>