/* Vereinsbonus-Leiste auf der Startseite (21.09.2026) */
.vb-leiste{background:#141414;color:#FAF8F3;border-top:3px solid #C49A28;position:relative;overflow:hidden}
.vb-leiste::after{content:"";position:absolute;right:-60px;top:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(196,154,40,.28),rgba(196,154,40,0) 70%);pointer-events:none}
.vb-leiste-inner{max-width:1180px;margin:0 auto;padding:1.6rem 1.5rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;position:relative;z-index:1}
.vb-leiste-text{flex:1 1 420px;min-width:0}
.vb-leiste-kicker{margin:0 0 .35rem;font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:#C49A28}
.vb-leiste-titel{margin:0;font-family:'Playfair Display',serif;font-weight:700;font-size:clamp(1.35rem,3.2vw,2rem);line-height:1.15}
.vb-leiste-sub{margin:.45rem 0 0;font-size:.95rem;line-height:1.5;color:#d9d4c7}
.vb-leiste-live{margin:.6rem 0 0;font-size:.88rem;color:#FAF8F3}
.vb-leiste-live b{color:#C49A28;font-weight:600}
.vb-leiste-btn{flex:0 0 auto;display:inline-block;padding:.85rem 1.6rem;background:#C49A28;color:#141414;text-decoration:none;font-weight:600;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;transition:background .2s}
.vb-leiste-btn:hover,.vb-leiste-btn:focus-visible{background:#d9b04a}
@media (max-width:640px){.vb-leiste-inner{padding:1.3rem 1.1rem}.vb-leiste-btn{width:100%;text-align:center}}

/* 22.09.2026: Hinweis zu Servicepauschale und Lieferung unter der Sortiments-Ueberschrift */
.sort-hinweis{max-width:760px;margin:.4rem auto 1.6rem;text-align:center;font-size:.92rem;line-height:1.55;color:#5a5a5a}
