/* Shared header dimensions, using the homepage's original 64px / 84px sizing. */
:root{--highway-header-height:64px}
@media(min-width:721px){
 body>header,.catalog-site-header{height:var(--highway-header-height);min-height:var(--highway-header-height)}
 .catalog-site-header .wordmark{flex-basis:140px;width:140px}
 .catalog-site-header .wordmark svg{max-height:52px}
}
body>header .home-shelf-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex-shrink:0;background:var(--brand-yellow);color:var(--ink);min-height:40px;padding:6px 15px;border-radius:12px 8px 13px 7px;white-space:nowrap}
body>header .home-shelf-link:hover{background:#f6cb50;color:var(--ink)}
@media(min-width:721px) and (max-width:1150px){body>header{gap:16px}body>header .home-shelf-link{font-size:17px;padding:6px 12px}}
@media(max-width:720px){
 :root{--highway-header-height:84px}
 body>header,.catalog-site-header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-template-rows:40px 30px;height:84px;min-height:84px;padding:5px 4%;gap:2px 10px}
 body>header .wordmark{grid-column:1;grid-row:1;width:112px;flex-basis:112px}
 body>header .wordmark svg,.catalog-site-header .wordmark svg{max-height:38px}
 body>header .language-picker{grid-column:2;grid-row:1;justify-self:end}
 body>header .language-picker select{width:108px;max-width:108px;font-size:12px;min-height:32px}
 body>header .menu-button{display:block;grid-column:3;grid-row:1;min-height:36px;min-width:32px;padding:3px}
 body>header nav{display:none}
 body>header .home-shelf-link{grid-column:1;grid-row:2;justify-self:start;min-height:30px;max-width:100%;font-size:15px;line-height:1.3;padding:3px 9px;gap:5px}
 body>header .local-time{grid-column:2/4;grid-row:2;justify-self:end;margin:0;min-width:0;gap:5px;line-height:1.2}
 body>header .local-time>span:last-child{display:flex;align-items:center;gap:6px}
 body>header .local-time b{font-size:12px}body>header .local-time small{font-size:9px}body>header .time-icon{font-size:18px}
 .catalog-site-header{grid-template-columns:38px minmax(0,1fr) auto}
 .catalog-site-header .menu-button{grid-column:1;grid-row:1;width:36px;height:38px;min-height:38px;flex-basis:36px;padding:3px}
 .catalog-site-header .wordmark{grid-column:2;grid-row:1;width:112px;justify-self:center}
 .catalog-site-header .header-tools{grid-column:3;grid-row:1;margin:0}
 .catalog-site-header .bag-toggle{min-height:38px}
 .catalog-site-header .explore-trigger{grid-column:1/3;grid-row:2;min-height:30px;height:30px;font-size:16px;line-height:1.3;padding:3px 10px}
 .catalog-site-header .language-picker{grid-column:3;grid-row:2;margin:0;justify-self:end}
 .catalog-site-header .language-picker select{min-height:30px;height:30px;width:108px;max-width:108px;padding:2px 20px 2px 5px;font-size:12px}
}
@media(max-width:350px){body>header .language-picker select,.catalog-site-header .language-picker select{width:94px;max-width:94px}body>header .home-shelf-link{font-size:14px;padding:3px 7px}.catalog-site-header{column-gap:7px}}
