

/* Start:/bitrix/templates/aspro_kshop/components/bitrix/catalog/main/style.css?17705676833868*/
.sortbar {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 6px;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.sortbar__left {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.sortbar__list {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;

    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sortbar__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.sortbar__item {
    flex: 0 0 auto;
}

.sortbar__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 42px;
    padding: 0;
    color: #6f6f6f;
    text-decoration: none;
}

.sortbar__link:hover {
    text-decoration: none;
}

.sortbar__icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sortbar__img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.sortbar__text {
    display: none;
}

.sortbar__item--active .sortbar__link {
    background: linear-gradient(to bottom, #ffd800 0%, #ffb900 100%);
    color: #111;
}

.sortbar__item--active .sortbar__icon {
    opacity: 1;
}

.sortbar__right {
    display: flex;
    align-items: stretch;
    gap: 6px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.sortbar__group {
    display: inline-flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.sortbar__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 56px;
    padding: 0 14px;

    border: 0;
    background: transparent;
    color: #444;
    text-decoration: none;

    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

.sortbar__chip:hover {
    text-decoration: none;
}

.sortbar__chip--active {
    background: linear-gradient(to bottom, #ffd800 0%, #ffb900 100%);
    color: #111;
}

.sortbar__view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    border: 0;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}

.sortbar__view:hover {
    text-decoration: none;
}

.sortbar__view-img {
    width: 18px;
    height: 18px;
    display: block;
    opacity: 0.65;
}

.sortbar__view--active {
    background: linear-gradient(to bottom, #ffd800 0%, #ffb900 100%);
}

.sortbar__view--active .sortbar__view-img {
    opacity: 1;
}

@media (max-width: 992px) {
    .sortbar {
        gap: 6px;
        padding: 6px;
        flex-wrap: nowrap;
    }

    .sortbar__link {
        width: 42px;
        height: 40px;
    }

    .sortbar__icon {
        width: 20px;
        height: 20px;
    }

    .sortbar__chip {
        min-width: 50px;
        padding: 0 10px;
        font-size: 11px;
    }

    .sortbar__view {
        width: 40px;
    }

    .sortbar__view-img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 992px) {

    .sortbar {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;     
        -ms-overflow-style: none;  
    }

    .sortbar::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;             
    }

    .sortbar__left,
    .sortbar__right {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .sortbar__left {
        min-width: max-content;
    }

    .sortbar__list {
        overflow: visible; 
    }
}

/* End */
/* /bitrix/templates/aspro_kshop/components/bitrix/catalog/main/style.css?17705676833868 */
