.main-productFeedCard {
  background: var(--bg-highlight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-productFeedCard.notify .main-productFeedCard__price {
  font-size: 13px;
  line-height: 13px;
  color: var(--text-disabled);
}
.main-productFeedCard.notify .main-productFeedCard__image-wrapper {
  position: relative;
}
.main-productFeedCard.notify .main-productFeedCard__image-wrapper::before {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}
.main-productFeedCard.notify .main-productFeedCard__tags {
  display: none;
}

.main-productFeedCard__image-wrapper {
  margin-bottom: 8px;
  position: relative;
  display: block;
  width: 145px;
  height: 145px;
}

.main-productFeedCard__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-productFeedCard__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-productFeedCard__tags {
  cursor: pointer;
  position: absolute;
  left: 4px;
  bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.main-productFeedCard__tags span {
  font-size: 9px;
  color: var(--white);
  display: inline-block;
  height: 16px;
  line-height: 9px;
  padding: 4px 4px 4px 4px;
  text-transform: uppercase;
}
.main-productFeedCard__tags span.red {
  background-color: var(--status-negative);
}
.main-productFeedCard__tags span.green {
  background-color: var(--status-positive);
}

.main-productFeedCard__favorite {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}
.main-productFeedCard__favorite svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-productFeedCard__favorite.active svg {
  fill: var(--status-active);
}

.main-productFeedCard__title {
  margin-bottom: 13px;
  padding: 0 4px;
  min-height: 28px;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.main-productFeedCard__title span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 500;
  font-family: "Circe";
  display: block;
  margin-top: 2px;
  line-height: 120%;
}
.main-productFeedCard__title.small {
  margin-bottom: 6px;
}

.main-productFeedCard__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-productFeedCard__bottom.count {
  padding: 0 12px;
}

.main-productFeedCard__price {
  padding-left: 6px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-productFeedCard__price span {
  display: inline-block;
  margin-left: 6px;
  color: var(--text-disabled);
  text-decoration: line-through;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.main-productFeedCard__addBasket {
  cursor: pointer;
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  background-color: var(--action-primary);
}
.main-productFeedCard__addBasket img {
  display: block;
  margin-bottom: 1px;
}
.main-productFeedCard__addBasket .main-productFeedCard__addBasket-new-icon {
  display: none;
}
.main-productFeedCard__addBasket.checked {
  background-color: rgba(0, 0, 0, 0);
}
.main-productFeedCard__addBasket.checked img {
  display: none;
}
.main-productFeedCard__addBasket.checked .main-productFeedCard__addBasket-new-icon {
  display: block;
}

.main-productFeedCard-count-minus {
  background: var(--bg-highlight);
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
}
.main-productFeedCard-count-minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: var(--action-primary);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-productFeedCard-count {
  font-size: 12px;
  line-height: 12px;
}

.main-productFeedCard-count-plus {
  background: var(--bg-highlight);
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 34px;
}
.main-productFeedCard-count-plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: var(--action-primary);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-productFeedCard-count-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 16px;
  background-color: var(--action-primary);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}