/* ============================================================
   Плейсхолдер для фото (товара, позиции, аватара).
   ============================================================ */

.photo-placeholder {
  background: var(--surface-3);
  color: var(--text-faint);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
}
