/** Shopify CDN: Minification failed

Line 50:0 Expected "}" to go with "{"

**/
/* StreetwearX – Kundenanzeige Add-on */
.vcount-cust-suffix{
  white-space: nowrap;
  margin-left: .25ch;
}

.vcount-cust-num{
  color: #22c55e !important; /* angenehmes Grün */
  font-weight: 600;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}.vcount-cust-sep {
/* Footer: Links-Block inline mit Umbruch + automatischem Trennstrich */
/* Footer: Rechtliches im Text-Block -> inline, mehrzeilig, ohne Dauer-Unterstreichung */
.footer .footer__block--text .prose {
  display: flex;           /* macht die Links nebeneinander */
  flex-wrap: wrap;         /* erlaubt Zeilenumbruch bei Platzmangel */
  gap: 8px 12px;           /* vertikal / horizontaler Abstand */
}

/* Absätze im Text-Block flachziehen, damit alle Links in einem flex-Flow landen */
.footer .footer__block--text .prose p {
  display: contents;       /* legt die <p>-Hülle ab, Inhalt bleibt */
  margin: 0;
}

/* Links als Einheiten behandeln und dezent darstellen */
.footer .footer__block--text .prose a {
  white-space: nowrap;     /* z. B. "Häufige Fragen" bleibt zusammen */
  text-decoration: none;
  border: 0;
}
.footer .footer__block--text .prose a:hover,
.footer .footer__block--text .prose a:focus {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Automatisches Trennzeichen zwischen Links (statt Bindestriche im Text) */
.footer .footer__block--text .prose a + a::before {
  content: "–";
  margin: 0 8px 0 4px;
  opacity: .6;
}
