/* ── Footer ──────────────────────────────────────────────── */
.hp-footer{background:#fff;border-top:3px solid var(--wd-alternative-color);font-family:'Inter',system-ui,sans-serif}
.hp-footer__top{max-width:1140px;margin:0 auto;padding:60px 28px 44px;
  display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}
.hp-footer__logo-img{display:block;height:36px;width:auto;margin-bottom:14px}
.hp-footer__tagline{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;
  color:#9db0a6;margin-bottom:11px;line-height:1.6}
.hp-footer__desc{font-size:12px;color:#5a6b62;line-height:1.75;max-width:220px}
.hp-footer__heading{font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;
  color:#9db0a6;margin-bottom:15px}
.hp-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.hp-footer__links a{font-size:13px;color:#5a6b62;text-decoration:none;transition:color .15s}
.hp-footer__links a:hover{color:var(--wd-primary-color)}
.hp-footer__widerruf-btn{display:inline-block!important;color:#1e1d1b!important;
  border:1.5px solid #c4b8a8!important;border-radius:4px!important;
  padding:6px 12px!important;font-size:11px!important;font-weight:600!important;
  letter-spacing:.5px!important;text-transform:uppercase!important;
  background:#fff!important;transition:all .15s!important}
.hp-footer__widerruf-btn:hover{background:#1e1d1b!important;color:#fff!important;
  border-color:#1e1d1b!important}
.hp-footer__bottom{max-width:1140px;margin:0 auto;padding:18px 28px;
  border-top:1px solid #ddd9d3;display:flex;justify-content:space-between;align-items:center}
.hp-footer__bottom span{font-size:11px;color:#9db0a6}
@media(max-width:900px){
  .hp-footer__top{grid-template-columns:1fr 1fr;gap:30px}
  .hp-footer__brand{grid-column:1/-1}
}
@media(max-width:560px){
  .hp-footer__top{grid-template-columns:1fr}
  .hp-footer__bottom{flex-direction:column;gap:6px;text-align:center}
}
.german-market-withdrawal-button-wrap{display:none!important}

/* ── Navigation: fett (alle Seiten) ── */
.whb-general-header .wd-nav>li:not(#menu-item-76187)>a .nav-link-text{font-weight:600!important}

/* Nav-CTA "ANGEBOT ERHALTEN": Waldgrün wie alle anderen Buttons */
li#menu-item-76187>a{background:var(--wd-primary-color)!important;border-radius:5px!important;padding:7px 15px!important;margin-left:6px!important;transition:background .2s!important}
li#menu-item-76187>a:hover{background:#2a4f39!important}
li#menu-item-76187>a .nav-link-text,li#menu-item-76187>a *{color:#fff!important}

/* ── FAQ-Kreise auf Produktseiten: Waldgrün ── */
.product-seo-faq details summary>span>span:first-child{
  background:var(--wd-primary-color)!important;
  border-color:var(--wd-primary-color)!important;
  color:#fff!important}
