/* JUZVUL Glass Header – basiert optisch auf den echten Subcategory Labels. */
:root{
  --jz-gh-brown:#653a12;
  --jz-gh-orange:#f98a0c;
  --jz-gh-border:rgba(255,255,255,.68);
  --jz-gh-glass:linear-gradient(135deg,rgba(255,255,255,.34) 0%,rgba(255,249,241,.25) 52%,rgba(249,225,194,.17) 100%);
  --jz-gh-glass-strong:linear-gradient(135deg,rgba(255,255,255,.43) 0%,rgba(255,249,241,.34) 50%,rgba(249,225,194,.25) 100%);
  --jz-gh-shadow:inset 0 1px 0 rgba(255,255,255,.48),0 10px 22px rgba(91,55,20,.105),0 2px 6px rgba(91,55,20,.045);
}
body.jz-glass-header-enabled #main_header{display:none !important}
body.jz-glass-header-enabled .rh-outer-wrap{overflow:visible}
.jz-gh,.jz-gh *{box-sizing:border-box}
.jz-gh{position:sticky;top:0;z-index:99980;width:100%;padding:12px 18px 0;color:var(--jz-gh-brown);font-family:var(--jz-label-font,ui-serif,Georgia,Cambria,"Times New Roman",serif);isolation:isolate}
.admin-bar .jz-gh{top:32px}
.jz-gh a{color:inherit;text-decoration:none}
.jz-gh button,.jz-gh input{font:inherit;color:inherit}
.jz-gh svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.jz-gh-glass,.jz-gh-glass-soft,.jz-gh-pill,.jz-gh-icon-button{
  border:1px solid var(--jz-gh-border);
  background:var(--jz-gh-glass);
  -webkit-backdrop-filter:blur(19px) saturate(1.10) brightness(1.06);
  backdrop-filter:blur(19px) saturate(1.10) brightness(1.06);
  box-shadow:var(--jz-gh-shadow);
}
.jz-gh-bar{position:relative;display:flex;align-items:center;gap:12px;width:min(1460px,100%);min-height:68px;margin:0 auto;padding:9px 12px;border-radius:24px}
.jz-gh-bar::before,.jz-gh-desktop-menu::before,.jz-gh-mobile-menu::before,.jz-gh-mobile-search::before,.jz-gh-mobile-categories::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.31),rgba(255,255,255,.09) 30%,rgba(255,255,255,0) 62%);z-index:-1}
.jz-gh-logo{display:flex;align-items:center;gap:6px;flex:0 0 auto;padding:7px 10px;font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:26px;font-weight:700;letter-spacing:.012em;color:#60350f}
.jz-gh-logo-mark{color:var(--jz-gh-orange);font-family:Arial,sans-serif;font-size:23px;line-height:1}
.jz-gh-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 15px;border-radius:18px;white-space:nowrap;cursor:pointer;transition:transform .22s ease,filter .22s ease,box-shadow .22s ease}
.jz-gh-pill:hover,.jz-gh-icon-button:hover,.jz-gh-mobile-categories:hover{filter:brightness(1.035);transform:translateY(-1px)}
.jz-gh-categories-trigger{border-color:rgba(255,255,255,.72);background:var(--jz-gh-glass-strong)}
.jz-gh-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.jz-gh-trigger-chevron{display:inline-flex;transition:transform .24s ease}
.jz-gh-trigger-chevron svg{width:15px;height:15px;transform:rotate(90deg)}
[aria-expanded="true"]>.jz-gh-trigger-chevron{transform:rotate(180deg)}
.jz-gh-search{position:relative;display:flex;align-items:center;gap:10px;flex:1 1 600px;max-width:760px;min-width:280px;height:46px;padding:0 16px;border-radius:19px;box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 4px 14px rgba(91,55,20,.055)}
.jz-gh-search input{width:100%;height:100%;padding:0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:var(--jz-gh-brown)!important;font-size:15px}
.jz-gh-search input::placeholder{color:rgba(101,58,18,.52);opacity:1}
.jz-gh-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.jz-gh-action{font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-weight:600;font-size:15px}
.jz-gh-desktop-menu{position:absolute;top:88px;left:max(18px,calc(50% - 552px));display:grid;grid-template-columns:250px 310px;gap:8px;width:576px;padding:10px;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.31),rgba(255,246,235,.24) 52%,rgba(244,215,177,.19));-webkit-backdrop-filter:blur(25px) saturate(1.12) brightness(1.05);backdrop-filter:blur(25px) saturate(1.12) brightness(1.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.58),0 20px 44px rgba(79,46,15,.16),0 5px 14px rgba(79,46,15,.08);transform-origin:top left}
.jz-gh-desktop-menu[hidden]{display:none!important}
.jz-gh-maincats,.jz-gh-subcats{position:relative;border-radius:18px;border:1px solid rgba(255,255,255,.45);background:linear-gradient(145deg,rgba(255,255,255,.17),rgba(255,242,226,.12));box-shadow:inset 0 1px 0 rgba(255,255,255,.31);overflow:hidden}
.jz-gh-maincats{padding:6px}
.jz-gh-maincat{display:grid;grid-template-columns:27px 1fr 18px;align-items:center;gap:10px;min-height:52px;padding:8px 10px;border-radius:15px;font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:17px;font-weight:600;transition:background .2s ease,transform .2s ease}
.jz-gh-maincat+.jz-gh-maincat{border-top:1px solid rgba(255,255,255,.28)}
.jz-gh-maincat:hover,.jz-gh-maincat.is-active{background:linear-gradient(135deg,rgba(255,255,255,.33),rgba(250,225,194,.23));box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}
.jz-gh-maincat .jz-gh-icon svg{width:23px;height:23px}
.jz-gh-maincat-arrow{display:flex;justify-content:flex-end;opacity:.72}
.jz-gh-maincat-arrow svg{width:15px;height:15px}
.jz-gh-subcats{padding:8px 12px}
.jz-gh-subpanel{display:flex;flex-direction:column;min-height:100%}
.jz-gh-subpanel[hidden]{display:none!important}
.jz-gh-subtitle{padding:8px 8px 10px;font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:19px;font-weight:700;color:#60350f;border-bottom:1px solid rgba(255,255,255,.34)}
.jz-gh-sub-link{display:flex;align-items:center;min-height:45px;padding:8px;border-bottom:1px solid rgba(255,255,255,.28);font-size:14px;font-weight:500;transition:padding-left .2s ease,background .2s ease,color .2s ease}
.jz-gh-sub-link:last-child{border-bottom:0}
.jz-gh-sub-link:hover{padding-left:12px;color:#7f460d;background:rgba(255,255,255,.13)}
.jz-gh-mobile-only{display:none!important}
.jz-gh-backdrop{position:fixed;inset:0;background:rgba(73,47,22,.17);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:99989}
.jz-gh-backdrop[hidden]{display:none!important}
.jz-gh-mobile-menu,.jz-gh-mobile-search{display:none}
@media (max-width:900px){
  .admin-bar .jz-gh{top:46px}
  .jz-gh{padding:8px 10px 0}
  .jz-gh-desktop-only{display:none!important}
  .jz-gh-mobile-only{display:flex!important}
  .jz-gh-bar{min-height:58px;padding:7px 8px;border-radius:20px;gap:6px}
  .jz-gh-logo{font-size:21px;padding:5px 7px;margin-right:auto}
  .jz-gh-logo-mark{font-size:18px}
  .jz-gh-actions{gap:5px;margin-left:0}
  .jz-gh-icon-button,.jz-gh-actions .jz-gh-action{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;padding:0;border-radius:15px}
  .jz-gh-icon-button{cursor:pointer;color:var(--jz-gh-brown)}
  .jz-gh-icon-button,.jz-gh-mobile-categories,.jz-gh-acc-head,.jz-gh-sheet-head button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
  .jz-gh-icon-button svg,.jz-gh-actions .jz-gh-action svg{width:20px;height:20px}
  .jz-gh-mobile-categories{position:relative;align-items:center;justify-content:center;gap:8px;width:min(560px,100%);height:44px;margin:7px auto 0;border-radius:17px;color:var(--jz-gh-brown);font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-weight:600;cursor:pointer}
  .jz-gh-mobile-search{position:fixed;display:block;z-index:99992;left:12px;right:12px;top:78px;padding:8px;border-radius:20px;background:var(--jz-gh-glass-strong)}
  .admin-bar .jz-gh-mobile-search{top:124px}
  .jz-gh-mobile-search[hidden]{display:none!important}
  .jz-gh-mobile-search form{display:flex;align-items:center;gap:9px;height:48px;padding:0 8px 0 12px}
  .jz-gh-mobile-search input{flex:1;height:100%;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:16px;color:var(--jz-gh-brown)!important}
  .jz-gh-mobile-search input::placeholder{color:rgba(101,58,18,.52)}
  .jz-gh-mobile-search button,.jz-gh-sheet-head button{display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:inherit;cursor:pointer}
  .jz-gh-mobile-search button{width:38px;height:38px;border-radius:13px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.35)}
  .jz-gh-mobile-menu{position:fixed;display:block;z-index:99991;right:10px;bottom:max(10px,env(safe-area-inset-bottom));width:min(440px,calc(100vw - 20px));max-height:calc(100dvh - 92px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:10px 10px calc(14px + env(safe-area-inset-bottom));border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.37),rgba(255,247,237,.29) 50%,rgba(247,220,186,.22));-webkit-backdrop-filter:blur(28px) saturate(1.12) brightness(1.05);backdrop-filter:blur(28px) saturate(1.12) brightness(1.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.62),0 24px 58px rgba(68,41,16,.20),0 5px 16px rgba(68,41,16,.10)}
  .jz-gh-mobile-menu[hidden]{display:none!important}
  .jz-gh-sheet-handle{width:46px;height:4px;margin:1px auto 8px;border-radius:999px;background:rgba(101,58,18,.22)}
  .jz-gh-sheet-head{display:flex;align-items:center;justify-content:space-between;padding:5px 4px 10px;font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:20px}
  .jz-gh-sheet-head button{width:38px;height:38px;border-radius:14px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.38)}
  .jz-gh-sheet-head button svg{width:18px;height:18px}
  .jz-gh-accordion{display:flex;flex-direction:column;gap:7px}
  .jz-gh-acc{border:1px solid rgba(255,255,255,.40);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(250,226,197,.10));box-shadow:inset 0 1px 0 rgba(255,255,255,.30);overflow:hidden}
  .jz-gh-acc-head{appearance:none;-webkit-appearance:none;display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:8px;width:100%;min-height:58px;margin:0;padding:0 12px 0 14px;border:0;background:transparent;color:var(--jz-gh-brown);text-align:left;cursor:pointer;font-family:ui-serif,Georgia,Cambria,"Times New Roman",serif;font-size:17px;font-weight:600}
  .jz-gh-acc-title{display:flex;align-items:center;gap:11px;min-width:0}
  .jz-gh-acc-title .jz-gh-icon{flex:0 0 auto}
  .jz-gh-acc-title .jz-gh-icon svg{width:22px;height:22px}
  .jz-gh-acc-chevron{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:12px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.24)}
  .jz-gh-acc-chevron svg{width:16px;height:16px;transition:transform .22s ease}
  .jz-gh-acc.is-open .jz-gh-acc-head{background:linear-gradient(135deg,rgba(255,255,255,.28),rgba(249,225,194,.18));box-shadow:inset 0 1px 0 rgba(255,255,255,.44)}
  .jz-gh-acc.is-open .jz-gh-acc-chevron svg{transform:rotate(90deg)}
  .jz-gh-acc-body{padding:2px 14px 11px 47px}
  .jz-gh-acc-body[hidden]{display:none!important}
  .jz-gh-acc-body .jz-gh-sub-link{min-height:44px;padding:8px 3px;font-size:14px;touch-action:manipulation}
  .jz-gh-mobile-main-link{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:45px;margin:1px 0 2px;padding:7px 8px 7px 3px;border-bottom:1px solid rgba(255,255,255,.30);color:var(--jz-gh-orange)!important;font-size:13px;font-weight:700;touch-action:manipulation}
  .jz-gh-mobile-main-link svg{width:14px;height:14px}
  html.jz-gh-lock,body.jz-gh-lock{overflow:hidden!important;overscroll-behavior:none!important}
  body.jz-gh-lock{position:fixed!important;left:0!important;right:0!important;width:100%!important}
}
@media (max-width:420px){
  .jz-gh-logo{font-size:19px}
  .jz-gh-icon-button,.jz-gh-actions .jz-gh-action{width:39px;height:39px;min-width:39px;border-radius:14px}
  .jz-gh-bar{gap:4px}
}
@media (prefers-reduced-motion:reduce){.jz-gh *{scroll-behavior:auto!important;transition:none!important}}

/* V232 — echter mobiler Bottom-Sheet-Griff ---------------------------------- */
@media (max-width:900px){
  .jz-gh-mobile-menu{
    --jz-gh-sheet-drag-y:0px;
    transform:translate3d(0,var(--jz-gh-sheet-drag-y),0);
    transition:transform .26s cubic-bezier(.22,.76,.25,1),height .32s cubic-bezier(.22,.76,.25,1),border-radius .28s ease;
    will-change:transform,height;
  }
  .jz-gh-mobile-menu.is-dragging{
    transition:none!important;
    user-select:none;
    -webkit-user-select:none;
  }
  .jz-gh-mobile-menu.is-gesture-closing{
    transition:transform .25s cubic-bezier(.36,.01,.44,1)!important;
  }
  .jz-gh-mobile-menu.is-fullscreen{
    height:calc(100dvh - 16px - env(safe-area-inset-bottom));
    max-height:calc(100dvh - 16px - env(safe-area-inset-bottom));
    border-radius:24px;
  }
  .jz-gh-sheet-handle{
    appearance:none;
    -webkit-appearance:none;
    display:flex;
    align-items:center;
    justify-content:center;
    width:78px;
    height:28px;
    margin:-5px auto 1px;
    padding:0;
    border:0;
    border-radius:999px;
    background:transparent;
    color:inherit;
    cursor:ns-resize;
    touch-action:none;
    -webkit-tap-highlight-color:transparent;
  }
  .jz-gh-sheet-handle-pill{
    display:block;
    width:46px;
    height:4px;
    border-radius:999px;
    background:rgba(101,58,18,.25);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.30);
    transition:width .22s ease,background .22s ease,transform .22s ease;
  }
  .jz-gh-sheet-handle:hover .jz-gh-sheet-handle-pill,
  .jz-gh-sheet-handle:focus-visible .jz-gh-sheet-handle-pill{
    width:52px;
    background:rgba(101,58,18,.34);
  }
  .jz-gh-sheet-handle:focus-visible{
    outline:2px solid rgba(249,138,12,.48);
    outline-offset:1px;
  }
  .jz-gh-mobile-menu.is-fullscreen .jz-gh-sheet-handle-pill{
    width:52px;
    background:rgba(101,58,18,.31);
  }
}
