/* Надпись Скоро поступит */
.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__wrap_txt-and-opts{
    margin-bottom:0 !important;
}

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


/* Убираем в карточке товара бренд */
.t-catalog__prod-popup__brand {
    display: none !important;
}


/* Название товара в карточке */
.t-catalog__prod-popup__name{
    font-family: 'Manrope', sans-serif !important;
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 1.3;
}

@media screen and (max-width:980px){
    .t-catalog__prod-popup__name{
        font-size:18px !important;
    }
}


/* Только страница "Готовые сеты" расстояние до кнопки */
div[data-tilda-page-alias="katalog/gotovye-sety"] .t-catalog__card__wrap_txt-and-opts{
    margin-bottom: 18px !important;
}