#header-category-menu{grid-area:category-menu}#header-logo{grid-area:logo}#header-search-bar{grid-area:search-bar}#header-actions{grid-area:actions}.header{grid-template-columns:auto 1fr auto;grid-template-areas:"category-menu logo actions""search-bar search-bar search-bar"}@media screen and (min-width:768px){.header{grid-template-columns:auto auto 1fr auto;grid-template-areas:"category-menu logo search-bar actions";width:100%}}@media screen and (min-width:1280px){.header{grid-template-columns:auto auto 1fr auto;grid-template-areas:"logo category-menu search-bar actions";justify-content:space-between;height:90px}}
