.vcn-announcement{min-height:30px;display:flex;justify-content:center;align-items:center;padding:7px 16px;border-bottom:1px solid var(--border);background:var(--background);color:var(--brand-blue);font-size:11px;letter-spacing:.1em;text-align:center}.vcn-header{position:sticky;top:0;z-index:40;background:var(--background)}.vcn-header-inner{min-height:87px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;border-bottom:2px solid var(--brand-blue)}.vcn-logo{width:max-content;color:var(--brand-blue);font:900 29px/.84 Arial,sans-serif;letter-spacing:-2px}.vcn-logo span{display:block}.vcn-nav-links{display:flex;align-items:center;gap:24px}.vcn-desktop-scan,.vcn-nav-links a{display:inline-flex;align-items:center;min-height:44px;font-size:14px;gap:8px}.vcn-desktop-scan:hover,.vcn-nav-links a:hover,.vcn-nav-links a[aria-current]{text-decoration:underline;text-underline-offset:5px}.vcn-header-actions{justify-self:end;display:flex;align-items:center;gap:24px}.vcn-desktop-scan svg{width:18px;height:18px}.vcn-cart-trigger{min-height:44px;display:inline-flex;align-items:center;gap:9px;color:var(--brand-blue);font-size:14px;background:transparent;cursor:pointer}.vcn-cart-count{min-width:25px;height:25px;padding-inline:5px;border-radius:50%;display:grid;place-items:center;background:var(--secondary);font-size:12px;line-height:1}.vcn-mobile-bottom,.vcn-mobile-menu{display:none}@media (max-width:980px){.vcn-header-inner{min-height:69px;grid-template-columns:1fr auto auto;gap:16px}.vcn-desktop-scan,.vcn-nav-links{display:none}.vcn-logo{font-size:24px}.vcn-mobile-menu{display:block}.vcn-mobile-menu summary{display:grid;place-items:center;width:44px;height:44px;cursor:pointer;list-style:none}.vcn-mobile-menu summary::-webkit-details-marker{display:none}.vcn-mobile-menu summary svg{width:22px;height:22px}.vcn-menu-close,.vcn-mobile-menu[open] .vcn-menu-open{display:none}.vcn-mobile-menu[open] .vcn-menu-close{display:block}.vcn-mobile-panel{position:absolute;top:100%;right:0;left:0;max-height:calc(100dvh - 150px);overflow-y:auto;padding:14px 24px 22px;background:var(--background);border-bottom:2px solid var(--brand-blue)}.vcn-mobile-links{display:grid}.vcn-mobile-links a{min-height:50px;display:flex;align-items:center;border-bottom:1px solid var(--border);font-size:18px}}@media (max-width:600px){.vcn-announcement{font-size:10px}.vcn-mobile-bottom{position:fixed;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:space-around;gap:8px;border-top:1px solid var(--border);padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:var(--background)}.vcn-mobile-bottom>a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;gap:7px;padding:8px;font-size:13px}.vcn-mobile-bottom svg{width:18px;height:18px}.vcn-mobile-bottom [aria-current]{text-decoration:underline;text-underline-offset:4px}}.vcn-desktop-menu{position:relative}.vcn-desktop-menu summary{display:flex;align-items:center;gap:6px;min-height:44px;font-size:14px;cursor:pointer;list-style:none}.vcn-desktop-menu summary::-webkit-details-marker{display:none}.vcn-desktop-menu summary svg{width:15px;height:15px;transition:transform .15s ease}.vcn-desktop-menu[open] summary svg{transform:rotate(180deg)}.vcn-desktop-menu summary:hover,.vcn-desktop-menu summary[data-active],.vcn-desktop-scan[aria-current]{text-decoration:underline;text-underline-offset:5px}.vcn-desktop-panel{position:absolute;top:calc(100% + 8px);left:-16px;width:240px;padding:8px;background:var(--background);border:1px solid var(--border);box-shadow:0 8px 24px #40508d18}.vcn-desktop-panel a{display:flex;padding:10px 12px}.vcn-desktop-panel a:focus-visible,.vcn-desktop-panel a:hover{background:var(--secondary)}.vcn-desktop-menu:not([open]) .vcn-desktop-panel{display:none}.vcn-header-inner{max-width:none}.vcn-desktop-menu summary,.vcn-desktop-scan,.vcn-nav-links>a{white-space:nowrap}