body{
    background:#0f0f0f;
    color:#eee;
}
.brand_wrap{
    box-sizing:border-box;
    max-width:1128px;
    margin:0 auto;
    padding:0 14px 40px;
}
h1{
    color:#fff;
    margin-bottom:18px;
}
.back{
    display:inline-block;
    margin-bottom:18px;
    color:#d6b35a;
    text-decoration:none;
}
.brand_section{
    background:#191919;
    border:1px solid #333;
    border-radius:10px;
    padding:16px;
    margin-bottom:18px;
}
.brand_section h2{
    color:#d6b35a;
    font-size:20px;
    margin:0 0 12px;
    border-left:4px solid #d6b35a;
    padding-left:10px;
}
.brand_grid{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.brand_chip{
    display:inline-block;
    padding:9px 13px;
    background:#222;
    color:#fff;
    border:1px solid #8a6a18;
    text-decoration:none;
    border-radius:6px;
    font-size:14px;
}
.brand_chip:hover{
    background:#333;
    color:#ffd966;
}
.quick-scroll{
    display:flex;
    gap:10px;
    overflow-x:auto;
    margin:0 0 14px;
    padding:4px 0 8px;
    scrollbar-width:none;
}
.quick-scroll::-webkit-scrollbar{
    display:none;
}
.quick-item{
    flex:0 0 auto;
    min-width:96px;
    height:42px;
    border:1px solid #7a6230;
    border-radius:20px;
    background:#181818;
    color:#d6a84f;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
}
.quick-item.active{
    background:#7a6230;
    color:#fff;
}
.subcat-panel{
    display:none;
}
.subcat-panel.active{
    display:block;
}

.brand_wrap .breadcrumb{
    max-width:none;
    margin:0 0 16px;
    padding:0;
}
