/* Mobile Brands Tab */

.mobile-brands-shell {
    padding: 12px 0;
}

.mobile-brands-title {
    margin: 0 0 12px 16px;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mobile-brands-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-brands-list li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-brands-list li:last-child {
    border-bottom: none;
}

.mobile-brands-list a {
    display: block;
    padding: 12px 16px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    transition: background 150ms ease;
}

.mobile-brands-list a:active {
    background: #f9f9f9;
}
