

/* Start:/local/templates/ekoseti_2026/pages/favorite/favorite.css?17877354061357*/

.favorite-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.favorite-header .h2 {
    margin-bottom: 0;
}

.favorite-clear {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    column-gap: 15px;
}

.favorite-clear__icon {
    padding-bottom: 2px;
}

.favorite-clear__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.favorite-clear:hover svg {
    stroke: #148b45;
}

.favorite-clear:hover .favorite-clear__text {
    color: #148b45;
}

.favorite-content .category-section {
    margin-top: 0;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(5, minmax(295px, 1fr));
}

@media screen and (max-width: 1599px) {
    .favorite-content .category-section {
        gap: 17px;
        grid-template-columns: repeat(4, minmax(275px, 1fr));
    }
}

@media screen and (max-width: 1199px) {
    .favorite-content .category-section {
        gap: 15px;
        grid-template-columns: repeat(3, minmax(235px, 1fr));
    }

    .favorite-clear__text {
        font-size: 12px;
    }
}

@media screen and (max-width: 759px) {
    .favorite-content .category-section {
        gap: 11px;
        grid-template-columns: repeat(2, minmax(164px, 1fr));
    }
}
/* End */
/* /local/templates/ekoseti_2026/pages/favorite/favorite.css?17877354061357 */
