.brands{

    padding:30px 20px;

}

.brands-slider{

    display:flex;

    gap:16px;

    overflow-x:auto;

    padding-bottom:10px;

}

.brands-slider::-webkit-scrollbar{

    display:none;

}

.brand-item{

    min-width:120px;

    height:80px;

    background:#fff;

    border-radius:12px;

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:0 3px 10px rgba(0,0,0,.08);

}

.brand-item img{

    max-width:80%;

    max-height:60%;

    object-fit:contain;

}

.section-view-all{flex:0 0 auto;min-width:132px;height:80px;padding:0 18px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#111827;font-weight:700;box-shadow:0 3px 12px rgba(0,0,0,.05);transition:.2s;white-space:nowrap;}
.section-view-all span{font-size:18px;line-height:1;}
.section-view-all:hover,.section-view-all:active{background:#fff;transform:translateY(-2px);box-shadow:0 7px 18px rgba(0,0,0,.08);}

.brand-view-all{height:80px;min-width:130px;}
.brand-item span{display:block;font-size:12px;font-weight:700;margin-top:6px;}
