

/* Start:/local/templates/voilgel/components/bitrix/catalog.section/favorite/style.css?17313946161238*/
.block-favorite {
    align-items: stretch !important;
    gap: 50px;
}

.block-favorite-counter {
    width: 20%;
    color: var(--grey_x_dark);
    font-size: 18px;
    white-space: nowrap;
}

.catalog-favorite-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
    align-items: stretch !important;
}

.catalog-item-close {
    position: absolute;
    right: 6px;
    top: 10px;
    z-index: 1;
}

.block-favorite {
    align-items: start !important;
}

.block-favorite-empty {
    justify-content: center;
    position: relative;
}

.block-favorite-empty .block-favorite-counter {
    position: absolute;
    left: 0;
}

.block-favorite-description {
    text-align: center;
    flex: 1;
    flex-direction: column;
}

.block-favorite-description {
    max-width: 380px;
}

.block-favorite-text {
    padding-bottom: 30px;
}

@media (max-width: 1200px) {
    .catalog-favorite-list {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px;
    }
}

@media (max-width: 900px) {
    .catalog-favorite-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .block-favorite-counter {
        display: none;
    }
}
/* End */
/* /local/templates/voilgel/components/bitrix/catalog.section/favorite/style.css?17313946161238 */
