.t776__markwrapper,
.t776__mark {
    border-radius: 0 !important;
}

.t776__mark {
    min-width: 60px !important;
    width: auto !important;
    height: 50px !important;
    padding: 0 12px !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
}

.t776__product-full,
.t776__product-full *,
.t776__product-full *::before,
.t776__product-full *::after {
  color: #000000 !important;
}


/* ====== Метка "В НАЛИЧИИ" в каталоге (t-store) ====== */

/* Обёртка метки — убираем овальную форму */
.t-store__card__mark-wrapper {
  border-radius: 0 !important;
  overflow: visible !important;
}

/* Сама метка */
.t-store__card__mark {
  /* Цвета */
  background-color: #CDC390 !important;
  color: #000000 !important;
  
  /* Форма — строгий прямоугольник без скруглений */
  border-radius: 0 !important;
  
  /* Размер — чуть шире */
  min-width: 110px !important;
  width: auto !important;
  height: 36px !important;
  padding: 0 18px !important;
  
  /* Текст — жирнее и чуть крупнее */
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  
  /* Выравнивание */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  
  /* Убираем возможные тени/границы */
  box-shadow: none !important;
  border: none !important;
}

/* ====== Та же метка в попапе карточки товара (t776) ====== */
.t776__mark-wrapper,
.t776__markwrapper {
  border-radius: 0 !important;
  overflow: visible !important;
}

.t776__mark {
  background-color: #CDC390 !important;
  color: #000000 !important;
  border-radius: 0 !important;
  min-width: 110px !important;
  width: auto !important;
  height: 36px !important;
  padding: 0 18px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  box-shadow: none !important;
  border: none !important;
}
</style>