

/* Start:/bitrix/templates/yam-template/components/bitrix/catalog.section/catalog-blackbox/style.css?17741819352543*/
/* Обгортка з стрілками */
.sibling-tabs-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: .5rem 0 1rem 0;
    position: relative;
}

/* Контейнер зі скролом */
.sibling-tabs-scroll {
    flex: 1;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

.sibling-tabs-scroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

/* Внутрішній флекс-контейнер */
.sibling-tabs-color {
    display: flex;
    gap: 12px;
    padding: 5px 0;
}

/* Стиль табу (як у прикладі) */
.sibling-tab-color {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #f0f0f0; /* Сірий для неактивних */
    box-shadow: 0px 8px 8px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Активний таб (як у прикладі #c7d42c) */
.sibling-tab-color.active {
    background-color: #bce533 !important;
    box-shadow: 0px 8px 8px 3px #c7d42c33 !important;
    color: #000 !important;
    cursor: default;
    transform: translateY(-2px);
}

/* Ховер ефект для неактивних */
.sibling-tab-color:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.15);
}

/* Стрілки навігації */
.sibling-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
    user-select: none;
}

.sibling-arrow:hover {
    background-color: #333;
    transform: scale(1.1);
}

.sibling-arrow svg {
    width: 20px;
    height: 20px;
}

/* Приховуємо стрілки якщо не потрібно скролити */
.sibling-tabs-scroll {
    scrollbar-width: none;
}

/* Адаптивність */
@media (max-width: 768px) {
    .sibling-tabs-wrapper {
        gap: 10px;
    }
    
    .sibling-tab-color {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .sibling-arrow {
        width: 36px;
        height: 36px;
    }
}
/* End */
/* /bitrix/templates/yam-template/components/bitrix/catalog.section/catalog-blackbox/style.css?17741819352543 */
