/* Надпись Скоро поступит */
.t-catalog__card__sold-out-msg {
  visibility: hidden;
  position: relative;
}
.t-catalog__card__sold-out-msg:after {
  content: 'Скоро поступит';
  visibility: visible;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #FF9EAB;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
}

/* Отступы карточки товара */
.t-catalog__prod-snippet__container {
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Сортировка — товары не в наличии вниз */
.js-product.t-catalog__card[data-product-inv="0"] {
  order: 1;
}

/* Расстояние между ценой и опциями объёма */
.t-catalog__card__wrap_txt_and_opts {
  padding: 14px 20px 0 20px !important;
}

/* Убираем отступы у опций объёма */
.t-catalog__card__prod-controls-wrapper {
  margin-top: 0px !important;
  padding-top: 0 !important;
}


.t-catalog__prod-popup__name {
  font-family: 'Manrope', sans-serif !important;
  text-transform: none !important;
  font-weight: 500 !important;
}