/* =========================================================
   VENDBAR BASE CSS
   ---------------------------------------------------------
   Schlanke Zusatzbasis.
   Globale Tokens und Grundtypografie liegen in style.css.
   ========================================================= */

.vb-hidden {
  display: none !important;
}

.vb-text-soft {
  color: var(--vb-text-soft);
}

.vb-text-muted {
  color: var(--vb-text-muted);
}

.vb-container {
  max-width: 1240px; /* leicht größer für Shop-Feeling */
  margin: 0 auto;
  padding: 0 16px;
}