.store-toolbar{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;padding-block:10px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.store-toolbar__count{margin:0;color:var(--muted);font-size:.88rem}.store-toolbar__actions{display:flex;align-items:center;gap:10px}@media (max-width:560px){.store-toolbar{align-items:stretch;flex-direction:column;justify-content:center}.store-toolbar__actions{width:100%}}