.brand-tabs-slider {
    margin: 20px 0;
    padding-bottom: 10px;
}

.brand-tab {
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    transition: all 0.3s ease;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brand-tab img {
    max-height: 50px;
    object-fit: contain;
    margin-bottom: 5px;
}

.brand-tab.active {
    background-color: #f0f0f0;
    border-color: #000;
}

.swiper-slide {
    display: flex !important;
    justify-content: center;
}

.brand-products-list {
    margin-top: 20px;
}

.brand-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
