/* Shared BOM public header: one component across storefront, checkout and ChatNow. */
.bom-global-header,.bom-global-header *{box-sizing:border-box}
.bom-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(246,244,255,.7));box-shadow:0 18px 42px rgba(75,59,138,.13),inset 0 1px rgba(255,255,255,.92);font-family:Arial,sans-serif;line-height:1.4;z-index:20}
.bom-global-header .bom-global-brand{display:block;flex:0 0 280px;padding:0;margin:0;border:0;background:none;box-shadow:none}
.bom-global-header .bom-global-brand img{display:block;width:280px;max-width:100%;height:auto;max-height:none;object-fit:contain}
.bom-global-header .bom-global-nav{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:7px;padding:7px;min-height:76px;border:1px solid rgba(90,75,161,.16);border-radius:999px;background:rgba(255,255,255,.6);box-shadow:0 16px 38px rgba(90,75,161,.08),inset 0 1px rgba(255,255,255,.78)}
.bom-global-header .bom-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(90,75,161,.07);font-size:14px;font-weight:700;line-height:1.4;letter-spacing:normal;text-decoration:none;text-transform:none;color:#4e3c7f;white-space:nowrap}
.bom-global-header .bom-global-nav a[aria-current=page],.bom-global-header .bom-global-nav a:hover{background:linear-gradient(135deg,#5a4ba1,#4e3c7f);color:white}
.bom-global-header .bom-global-toggle{display:none}
.bom-global-header a:focus-visible,.bom-global-header button:focus-visible{outline:3px solid #5a4ba1;outline-offset:4px}
@media(min-width:861px) and (max-width:1190px){.bom-global-header{flex-wrap:wrap;justify-content:center;gap:16px}.bom-global-header .bom-global-nav{width:100%}}
@media(max-width:860px){.bom-global-header{width:calc(100vw - 24px);min-height:90px;padding:14px 16px;gap:12px;flex-wrap:wrap;border-radius:20px}.bom-global-header .bom-global-brand{flex:0 1 210px;max-width:calc(100% - 90px)}.bom-global-header .bom-global-brand img{width:210px}.bom-global-header .bom-global-toggle{display:flex;align-items:center;gap:8px;min-height:44px;padding:8px 12px;margin:0;border:1px solid #ddd5ee;border-radius:14px;background:white;color:#4e3c7f;font:700 14px Arial,sans-serif;cursor:pointer}.bom-global-header .bom-global-nav{display:none;width:100%;min-height:0;border-radius:18px;flex-wrap:wrap}.bom-global-header.is-open .bom-global-nav{display:flex}.bom-global-header .bom-global-nav a{flex:1 0 40%;min-height:44px}}
