

/* Start:/local/templates/techexpo/components/darneo/catalog.section/power_new/style.css?17549316841123*/
.sort.active {
    text-decoration: underline;
}

.product-actions--desktop {
    display: none;
}

.product-actions--mobile {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    display: flex;
    gap: 8px;
}

.product-actions--mobile .product-actions__btn {
    background-color: white;
    border-radius: 2px;
}

.product-actions__btn {
    padding: 5px;
    background: none;
    line-height: normal;
    cursor: pointer;
}

.product-actions__btn svg {
    width: 20px;
    height: 18px;
    vertical-align: bottom;
}

/* Сравнение */
.product-actions__btn--compare svg .compare-fill {
    fill: none;
    stroke: #8D8F93;
}

.product-actions__btn--compare.checked svg .compare-fill {
    fill: #8D8F93;
}

/* Избранное */
.product-actions__btn--favorite svg .favorite-fill {
    fill: none;
    stroke: #8D8F93;
}

.product-actions__btn--favorite.checked svg .favorite-fill {
    fill: #C8102E;
    stroke: #C8102E;
}

@media (min-width: 1200px) {
    .product-actions--desktop {
        display: block;
    }

    .product-actions--mobile {
        display: none;
    }
}

/* End */
/* /local/templates/techexpo/components/darneo/catalog.section/power_new/style.css?17549316841123 */
