/* Category navigation remains scrollable at narrow widths; product images
   inherit object-fit: contain from the existing card views. */
.topbar-inner{flex-wrap:wrap;column-gap:24px;row-gap:0}
.topbar .categories{order:3;display:flex;flex:1 0 100%;gap:22px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;max-width:100%;margin:0}
.topbar .category{flex:0 0 auto;min-height:52px;white-space:nowrap}
.topbar .header-actions{margin-left:auto}
.hardware-label{background:#eef3ff;color:#34559a;border-color:#d8e3fc}
#category-facets select{max-width:100%;text-overflow:ellipsis}
@media(max-width:700px){.topbar .categories{gap:18px}.topbar .category{padding:0 2px;min-height:48px}.topbar .header-actions{display:flex;flex-wrap:wrap;gap:12px}.topbar-inner{row-gap:12px}}
