.t-catalog__card__mark {
    background-color: #111;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-family: Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    /* width: 50px; */
}


/* Делаем карточку точкой отсчёта */
.t-catalog__card {
  position: relative !important;
}

/* Заголовок: абсолютно в левый верхний угол, поверх всего, БЕЗ фона */
.t-catalog__card__textwrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 15 !important;         /* достаточно, чтобы быть над картинкой */
  margin: 0 !important;
  padding: 8px 12px !important;   /* отступы для воздуха, можно убрать в 0 */
  background: none !important;    /* никакого фона */
  color: #ffffff !important;      /* белый текст, поменяйте на нужный */
  font-size: 16px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}



/* Кнопка – правый нижний угол, поверх картинки */
.t-catalog__card__btns-wrapper {
  position: absolute !important;
  right: 8px !important;         /* Отступ от правого края, чтобы точно быть внутри */
  bottom: 45px !important;        /* Отступ от нижнего края */
  z-index: 15 !important;
  margin: 0 !important;
  padding: 0 !important;         /* Убираем внутренний паддинг, если он был */
  background: none !important;
}




.t-catalog__card__mark {
    background-color: #111;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 110px;
}




.t-menu-base__maincontainer {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 0px;
    width: 100%;
    min-height: 80px;
    box-sizing: border-box;
}




.t-menu-base .t-menu-base__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    list-style-type: none;
    margin: 0;
    /* padding-left: center; — удаляем это невалидное свойство */
    justify-content: center; /* ← выравнивание пунктов меню по центру */
}


.t700__img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}


.t-catalog__card__mark {
    background-color: #111;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}



.t-catalog__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8) 0%,   /* теперь 0.8 — менее интенсивно, чем 1 */
        transparent 100%
    );
    z-index: 5;
    pointer-events: none;
    border-radius: 10px 10px 0 0;
}












.t-catalog .t-catalog__tabs__content img {
  position: fixed;
  left: 0;
  width: 100vw;
  height: auto;
  top: auto; /* оставить вертикальную позицию неизменной */
  z-index: 999; /* при необходимости */
}




.t706__product-plusminus {

    visibility: hidden; /* элемент станет невидимым, но место останется */
}


/* межстрочное расстояние текста в карточке товара */
.t-descr_xxs {
    font-size: 14px;
    line-height: 1.1;
}


