/* --- АДАПТИВНАЯ ПЛАШКА ДЛЯ ЛЮБОГО ТЕКСТА --- */

.t-store__card__wrapper {
  position: relative;
}

.t-store__card__mark {
  position: absolute !important;
  top: 14px !important;
  left: -12px !important; /* ← СДВИНУЛ ЛЕВЕЕ */

  background-color: #000 !important;
  color: #fff !important;
  font-family: 'Tilda Sans', sans-serif !important;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  padding: 6px 20px !important;
  border-radius: 12px !important;

  font-weight: 500 !important;

  width: auto !important;
  min-width: unset !important;
  max-width: none !important;
  height: auto !important;

  white-space: nowrap !important;
}