/**
 * 品牌列表：工具栏与分类/搜索一致；补充 flex，避免 Luma float 在局部上下文错位。
 */
body.quan-brand-listing .toolbar.toolbar-products {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem 1.6rem;
    width: 100%;
    box-sizing: border-box;
}

body.quan-brand-listing .toolbar.toolbar-products::after {
    content: '';
    display: table;
    clear: both;
}

body.quan-brand-listing .toolbar.toolbar-products .modes,
body.quan-brand-listing .toolbar.toolbar-products .toolbar-sorter,
body.quan-brand-listing .toolbar.toolbar-products .field.limiter,
body.quan-brand-listing .toolbar.toolbar-products .toolbar-amount {
    float: none;
    position: static;
    margin: 0;
}
