:root{--topbar-bg:#0a3a63;--topbar-bg-2:#083255;--topbar-text:#f7f9fb;--topbar-accent:rgba(255, 255, 255, 0.45)}.salient-child-topbar{position:relative;background:linear-gradient(180deg,var(--topbar-bg),var(--topbar-bg-2));color:var(--topbar-text);font-family:"Sofia Sans","Helvetica Neue",Arial,sans-serif;z-index:30}.salient-child-topbar .topbar-inner{display:flex;align-items:center;justify-content:flex-end;gap:24px;max-width:1200px;margin:0 auto;padding:0 24px;min-height:48px}.salient-child-topbar .topbar-links{display:flex;align-items:center}.salient-child-topbar .topbar-links ul{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.salient-child-topbar .topbar-links a{color:var(--topbar-text);text-decoration:none;letter-spacing:.03em;font-size:14px;text-transform:uppercase;opacity:.9;transition:opacity 0.2s ease}.salient-child-topbar .topbar-links a:hover,.salient-child-topbar .topbar-links a:focus{opacity:1}.salient-child-topbar .topbar-links a+a{margin-left:32px}.salient-child-topbar .topbar-sep{width:1px;height:20px;background:var(--topbar-accent)}.salient-child-topbar .topbar-actions{display:flex;align-items:center;gap:18px}.salient-child-topbar .topbar-actions a,.salient-child-topbar .topbar-actions button{background:none;border:0;padding:0;color:var(--topbar-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.salient-child-topbar svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}.salient-child-topbar .topbar-cart-link{position:relative}.salient-child-topbar .topbar-cart-count{position:absolute;top:-6px;right:-10px;background:#f9d342;color:#142030;font-size:11px;font-weight:700;border-radius:999px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.salient-child-topbar .topbar-search-panel{position:absolute;right:24px;top:100%;margin-top:8px;background:#0b3558;border:1px solid rgb(255 255 255 / .15);border-radius:10px;padding:10px;min-width:260px;display:none;box-shadow:0 12px 30px rgb(5 15 30 / .28)}.salient-child-topbar .topbar-search-panel.is-open{display:block}.salient-child-topbar .topbar-search-form{display:flex;align-items:center;gap:8px}.salient-child-topbar .topbar-search-form input[type="search"]{flex:1;border-radius:999px;border:1px solid rgb(255 255 255 / .2);background:rgb(255 255 255 / .08);color:var(--topbar-text);padding:8px 12px;font-size:14px;outline:none}.salient-child-topbar .topbar-search-form input[type="search"]::placeholder{color:rgb(255 255 255 / .6)}.salient-child-topbar .topbar-search-submit{width:36px;height:36px;border-radius:50%;border:1px solid rgb(255 255 255 / .2);background:rgb(255 255 255 / .1);display:inline-flex;align-items:center;justify-content:center;color:var(--topbar-text)}@media (max-width:900px){.salient-child-topbar .topbar-inner{flex-wrap:wrap;gap:16px;padding:10px 16px}.salient-child-topbar .topbar-links a+a{margin-left:20px}.salient-child-topbar .topbar-search-panel{right:16px;left:16px;min-width:0}}