.site-header.hh-header-drawer{background:var(--hh-header-background);color:var(--hh-header-text);border-bottom:0}
.hh-header-drawer .header-inner{display:grid;grid-template-columns:1fr auto 1fr;gap:24px}
.hh-header-drawer .brand{justify-self:center;color:inherit}
.hh-header-drawer .header-tools{justify-self:end}
.hh-header-drawer hh-navigation-drawer{justify-self:start}
.hh-menu-trigger{display:flex;gap:12px;align-items:center;list-style:none;min-height:44px;min-width:44px;cursor:pointer;font-size:14px}
.hh-menu-trigger::-webkit-details-marker{display:none}
.hh-menu-trigger svg{width:24px;height:24px}
.hh-nav-dialog{position:fixed;inset:0 auto 0 0;margin:0;width:min(420px,calc(100vw - 32px));height:100dvh;max-width:none;max-height:none;border:0;padding:28px;background:var(--hh-header-background);color:var(--hh-header-text);overflow-y:auto;overscroll-behavior:contain}
.hh-menu-root[open] .hh-nav-dialog:not([open]){display:block;z-index:100}
.hh-nav-dialog::backdrop{background:#10181080}
.hh-nav-dialog[open]{animation:hh-menu-in .22s ease-out}
.hh-drawer-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}
.hh-drawer-heading h2{font-family:var(--body);font-size:22px;font-weight:600;letter-spacing:0;margin:0}
.hh-close-menu{display:grid;place-items:center;min-width:44px;min-height:44px;padding:0;border:1px solid #ffffff35;border-radius:50%;background:transparent;color:inherit}
.hh-drawer-links{display:flex;flex-direction:column}
.hh-drawer-links>a,.hh-drawer-links>details>summary{display:block;padding:17px 0;border-bottom:1px solid #ffffff30;color:inherit;text-decoration:none;font-size:19px;line-height:1.35}
.hh-drawer-links>details>summary{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer}
.hh-drawer-links>details>summary::-webkit-details-marker{display:none}
.hh-drawer-submenu{padding:8px 0 12px 16px}
.hh-drawer-submenu a{display:block;color:inherit;text-decoration:none;padding:11px 0;font-size:16px}
.hh-drawer-account{margin-top:32px;display:inline-flex;align-items:center;min-height:44px;color:inherit;font-size:14px}
body .announcement.hh-announcement{background:var(--hh-announcement-background);color:var(--hh-announcement-text);border-bottom:1px solid #123d3018}
.hh-announcement a{color:inherit}
.shopify-section-group-header-group:has(.hh-header-drawer.is-sticky){position:sticky;top:0;z-index:60}
@media(max-width:749px){.hh-header-drawer .header-inner{gap:10px}.hh-menu-label{display:none}.hh-header-drawer .header-tools{gap:10px}.hh-nav-dialog{padding:22px}}
@media(prefers-reduced-motion:reduce){.hh-nav-dialog[open]{animation:none}}
@keyframes hh-menu-in{from{transform:translateX(-100%)}to{transform:translateX(0)}}
