/* Shared header: homepage, restaurant categories and individual products. */
body:is(#index,#category,#product,#cms) #header:has(.hg-home-header){position:relative;z-index:110;background:#fff;}
.hg-home-header{--hg-yellow:#ffd02f;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-sizing:border-box;background:#fff;}
.hg-home-header *{box-sizing:border-box;}
.hg-home-header {display:flex; align-items:center; gap:32px; padding:18px clamp(20px,2vw,40px); max-width:1920px; margin:auto; min-height:88px;}
.hg-home-logo {margin-right:auto; flex:0 1 270px;}
.hg-home-logo img {display:block; width:100%; height:auto; max-height:64px; object-fit:contain;}
.hg-home-nav,.hg-home-account {display:flex; align-items:center; gap:28px;}
.hg-home-header a {color:#151515; font-size:15px; font-weight:600; text-decoration:none;}
.hg-home-nav a {padding:12px 0; border-bottom:2px solid transparent;}
.hg-home-nav a[aria-current] {border-color:var(--hg-yellow);}
.hg-home-nav a:not([aria-current]) {border-bottom-color:transparent;}
.hg-home-account > a {white-space:nowrap;}
.hg-home-account #_desktop_cart_block {margin:0;}
.hg-home-account .blockcart > a {display:flex; align-items:center; gap:10px; position:relative; padding:10px 14px; border:1px solid #e8e8e8; border-radius:28px;}
.hg-home-account .blockcart > a > i {font-size:24px;}
.hg-home-account .cart-products-count {position:static; background:var(--hg-yellow); color:#111; border-radius:12px; padding:1px 6px; line-height:18px; font-size:12px;}
.hg-home-header a:focus-visible{outline:3px solid #9a7000;outline-offset:3px;}
@media(max-width:1199px){.hg-home-header{gap:18px}.hg-home-nav,.hg-home-account{gap:18px}.hg-home-logo{flex-basis:210px}}
@media(max-width:991px){.hg-home-nav{order:3;width:100%}.hg-home-header{flex-wrap:wrap;gap:10px}.hg-home-account{margin-left:auto}.hg-home-logo{max-width:220px}}
@media(max-width:600px){.hg-home-header{padding:14px 16px}.hg-home-logo{max-width:145px}.hg-home-account{gap:10px}.hg-home-account>a{font-size:12px}.hg-home-account .cart-products-total{display:none}.hg-home-nav a{font-size:13px}}
@media(max-width:359px){.hg-home-account>a{max-width:75px;white-space:normal}}
