/* Плашка остатка на карточке каталога */
.js-custom-stock-mark .t-store__card__mark {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}

.t-store__card__mark-wrapper {
  pointer-events: none;
}

/* Наличие / Предзаказ в строке корзины — шрифт как у «Выбор закупки» */
.t706__product-title__option .js-cart-stock-mark {
  margin-top: 4px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
}

/* Предупреждения предзаказа и лимитов корзины */
.js-preorder-qty-warning,
.js-cart-preorder-warning,
.js-opt-quantity-warning {
  background: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
  padding: 10px 14px;
  margin: 0 0 12px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}
