/* Shared Svelta public header: one component across storefront, checkout and ChatNow. */
.svelta-global-header,.svelta-global-header *{box-sizing:border-box}
.svelta-global-header{position:relative;left:50%;transform:translateX(-50%);width:min(1320px,calc(100vw - 48px));max-width:none;margin:0 0 24px;padding:20px 28px;display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:140px;border-radius:24px;border:1px solid rgba(255,255,255,.9);background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(244,248,251,.7));box-shadow:0 18px 42px rgba(14,79,131,.13),inset 0 1px rgba(255,255,255,.92);font-family:Arial,sans-serif;line-height:1.4;z-index:20}
.svelta-global-header .svelta-global-brand{display:block;flex:0 0 280px;padding:0;margin:0;border:0;background:none;box-shadow:none}
.svelta-global-header .svelta-global-brand img{display:block;width:280px;max-width:100%;height:auto;max-height:none;object-fit:contain}
.svelta-global-header .svelta-global-nav{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:7px;padding:7px;min-height:76px;border:1px solid rgba(14,79,131,.16);border-radius:999px;background:rgba(255,255,255,.6);box-shadow:0 16px 38px rgba(14,79,131,.08),inset 0 1px rgba(255,255,255,.78)}
.svelta-global-header .svelta-global-nav a{display:flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;margin:0;border-radius:999px;border:1px solid rgba(255,255,255,.68);background:linear-gradient(135deg,rgba(255,255,255,.74),rgba(255,255,255,.3));box-shadow:0 8px 20px rgba(14,79,131,.07);font-size:14px;font-weight:700;line-height:1.4;letter-spacing:normal;text-decoration:none;text-transform:none;color:#0b2d4b;white-space:nowrap}
.svelta-global-header .svelta-global-nav a[aria-current=page],.svelta-global-header .svelta-global-nav a:hover{background:linear-gradient(135deg,#0e4f83,#0b2d4b);color:white}
.svelta-global-header .svelta-global-toggle{display:none}
.svelta-global-header a:focus-visible,.svelta-global-header button:focus-visible{outline:3px solid #0e4f83;outline-offset:4px}
@media(min-width:861px) and (max-width:1190px){.svelta-global-header{flex-wrap:wrap;justify-content:center;gap:16px}.svelta-global-header .svelta-global-nav{width:100%}}
@media(max-width:860px){.svelta-global-header{width:calc(100vw - 24px);min-height:90px;padding:14px 16px;gap:12px;flex-wrap:wrap;border-radius:20px}.svelta-global-header .svelta-global-brand{flex:0 1 210px;max-width:calc(100% - 90px)}.svelta-global-header .svelta-global-brand img{width:210px}.svelta-global-header .svelta-global-toggle{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 12px;margin:0;border:1px solid #d3e3ed;border-radius:14px;background:white;color:#0b2d4b;font:700 14px Arial,sans-serif;cursor:pointer}.svelta-global-header .svelta-global-nav{display:none;width:100%;min-height:0;border-radius:18px;flex-wrap:wrap}.svelta-global-header.is-open .svelta-global-nav{display:flex}.svelta-global-header .svelta-global-nav a{flex:1 0 40%;min-height:44px}}
