.category-tabs{border:1px solid var(--border);white-space:nowrap;flex:1;align-items:center;gap:1.75rem;min-width:0;padding:0 1.5rem;display:flex;overflow-x:auto}.category-tabs__link{color:var(--foreground);border-bottom:2px solid #0000;padding-block:.25rem;font-size:.85rem;font-weight:500}.category-tabs__link.is-active{color:var(--brand);border-bottom-color:var(--brand);font-weight:700}
.customer-filter-overlay{opacity:0;pointer-events:none;z-index:49;background:#0006;transition:opacity .25s;position:fixed;inset:0}.customer-filter-overlay.is-open{opacity:1;pointer-events:auto}.customer-filter-panel{background:var(--background);z-index:50;flex-direction:column;width:min(320px,85vw);transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:12px 0 32px #00000026}.customer-filter-panel.is-open{transform:translate(0)}.customer-filter-panel__header{border-bottom:1px solid var(--border);background:var(--background);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.customer-filter-panel__header h3{font-size:1rem;font-weight:700}.customer-filter-panel__close{border-radius:999px;padding:.3rem;display:inline-flex}.customer-filter-panel__close:hover{background:var(--muted)}.customer-filter-panel__grid{grid-template-columns:repeat(2,1fr);gap:.6rem;padding:1.25rem;display:grid}.customer-filter-panel__item{border:1px solid var(--border);text-align:center;border-radius:.4rem;justify-content:center;align-items:center;min-height:56px;padding:.75rem .5rem;font-size:.8rem;font-weight:600;display:flex}.customer-filter-panel__item img{object-fit:contain;max-width:100%;height:auto}.customer-filter-panel__item:hover{border-color:var(--brand)}
.product-toolbar{align-items:stretch;gap:1.5rem;margin-bottom:2.5rem;display:flex}.product-toolbar__customer-trigger{border:1px solid var(--foreground);text-align:center;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.4rem;width:130px;padding:.75rem;font-size:.8rem;font-weight:600;line-height:1.3;display:flex}.product-toolbar__customer-trigger:hover{border-color:var(--brand);color:var(--brand)}@media (max-width:700px){.product-toolbar{flex-direction:column}.product-toolbar__customer-trigger{flex-direction:row;width:100%}}
