.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(16,19,22,.1); background: rgba(255,255,255,.96); box-shadow: 0 .5rem 2rem rgba(16,19,22,.05); backdrop-filter: blur(18px); }
.site-header__notice { color: #fff; background: #101316; font-size: .67rem; font-weight: 800; letter-spacing: .025em; }
.site-header__notice .site-container { display: flex; min-height: 1.8rem; align-items: center; justify-content: center; gap: 2.25rem; }
.site-header__notice span::before { margin-right: .42rem; color: #58d392; content: "✓"; }
.site-header__inner { display: grid; min-height: 5.2rem; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1.25rem, 3vw, 2.5rem); }
.site-branding { display: flex; flex-direction: column; line-height: 1.05; }
.site-branding__name { display: flex; align-items: baseline; gap: .25rem; color: #101316; font-size: 1.35rem; font-weight: 950; letter-spacing: -.055em; text-decoration: none; text-transform: uppercase; }
.site-branding__name b { color: #117a4f; font-weight: 950; }
.site-branding__tagline { margin-top: .28rem; color: #69716d; font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.custom-logo { display: block; max-height: 3rem; width: auto; }
.primary-navigation ul, .header-actions { display: flex; align-items: center; gap: .35rem; margin: 0; padding: 0; list-style: none; }
.header-actions { gap: .9rem; }
.cc-language-switch { display: inline-flex; border: 1px solid var(--cc-color-border); border-radius: 999px; padding: .15rem; background: var(--cc-color-soft); }
.cc-language-switch a { min-width: 2rem; border-radius: 999px; padding: .32rem .45rem; font-size: .7rem; font-weight: 850; line-height: 1; text-align: center; }
.cc-language-switch a[aria-current="true"] { color: #fff; background: var(--cc-color-ink); }
.header-product-search { position: relative; width: clamp(9rem, 16vw, 13rem); }
.header-product-search input[type="search"] { min-height: 2.55rem; border-radius: 999px; padding: .55rem 2.5rem .55rem .9rem; font-size: .82rem; }
.header-product-search button { position: absolute; top: .25rem; right: .25rem; width: 2.05rem; height: 2.05rem; border: 0; border-radius: 50%; color: #fff; background: var(--cc-color-ink); font-size: 1.1rem; line-height: 1; }
.primary-navigation a { display: flex; min-height: 2.65rem; align-items: center; border-radius: 999px; padding: .55rem .85rem; font-size: .82rem; font-weight: 800; text-decoration: none; }
.primary-navigation .current-menu-item > a, .primary-navigation a:hover { color: #fff; background: #101316; }
.header-actions a { font-size: .8rem; font-weight: 800; text-decoration: none; }
.primary-navigation a:hover, .header-actions a:hover { color: var(--cc-color-brand); }
.primary-navigation { justify-self: center; }
.header-action, .cart-link { display: inline-flex; min-height: 2.65rem; align-items: center; gap: .4rem; border: 1px solid var(--cc-color-border); border-radius: 999px; padding: .45rem .7rem; background: #fff; }
.header-action svg, .cart-link svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cart-link { color: #fff; border-color: #117a4f; background: #117a4f; }
.cart-link:hover { color: #fff !important; background: #0d6241; }
.cart-link em { font-style: normal; }
.cart-link span { display: grid; min-width: 1.4rem; min-height: 1.4rem; place-items: center; border-radius: 99px; color: #fff; background: var(--cc-color-brand); font-size: .72rem; }

/* 0.9.71 — compacte, rustige winkelwagenactie. */
.header-actions .cart-link{
  min-height:2.75rem;
  gap:.55rem;
  border:0;
  padding:.35rem .38rem .35rem .78rem;
  color:#fff;
  background:#0b7f54;
  box-shadow:0 .35rem .9rem rgba(11,127,84,.18);
}
.header-actions .cart-link:hover{
  color:#fff!important;
  background:#096943;
  transform:translateY(-1px);
}
.header-actions .cart-link em{font-size:.75rem;font-weight:900;letter-spacing:-.01em}
.header-actions .cart-link span{
  min-width:2rem;
  min-height:2rem;
  border:2px solid rgba(255,255,255,.72);
  color:#0b6f49;
  background:#fff;
  font-size:.72rem;
  font-weight:950;
}
.menu-toggle { display: none; border: 0; padding: .5rem; background: transparent; font-size: 1.35rem; }


/* Profieltoestanden: mobiel blijft volledig door responsive.css beheerd. */
body:not(.logged-in) .ccp-header-menu {
  display: none !important;
}
body:not(.logged-in) .header-actions .header-account {
  display: inline-flex !important;
}

@media (min-width: 901px) {
  .logged-in .ccp-header-avatar {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    border: 1px solid var(--cc-color-border);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 .35rem .9rem rgba(16,19,22,.08);
  }
  .logged-in .ccp-header-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .logged-in .ccp-header-menu::after {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 10px;
    content: "";
  }
  .logged-in .ccp-header-menu:hover .ccp-header-dropdown,
  .logged-in .ccp-header-menu:focus-within .ccp-header-dropdown {
    display: grid;
  }
  .logged-in .ccp-header-dropdown .ccp-header-profile {
    color: #111827 !important;
    background: transparent !important;
  }
  .logged-in .ccp-header-dropdown .ccp-header-profile:hover,
  .logged-in .ccp-header-dropdown .ccp-header-profile:focus-visible {
    color: #111827 !important;
    background: #eef8f3 !important;
  }
  .logged-in .ccp-header-dropdown .ccp-header-profile.is-current {
    color: #fff !important;
    background: #078d59 !important;
  }
}
