.fav-block {
    padding: 30px 50px;
}

.fav-block-content {
    gap: 25px;
}

.fav-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.fav-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 136.364% */
}

.fav-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 12px;
    align-items: stretch;
}

.fav-empty-container {
    width: 100%;
    padding-top: 106px;
    padding-bottom: 206px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
}

.fav-title {
    font-style: normal;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
}

.fav-text-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.fav-text-icon {
    width: 14px;
    height: 14px;
    background-image: url("icons/fav-empty.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.fav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-decoration-line: underline !important;
    color: #48924E;
    margin-top: 19px;
}

.fav-block .category-item-card {
    width: calc((100% - 24px) / 3);
}

.fav-block .special-price-old {
    color: #333333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
}

.fav-block .special-price-new,
.fav-block .special-price-container,
.fav-block .slider-price {
    color: #48924E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
}

.fav-block .special-price-text {
    display: unset !important;
}

@media (min-width: 990px) and (max-width: 1439px) {
    .fav-block {
        padding: 30px;
    }
}

@media (max-width: 1095px) {
    .fav-block .category-item-card {
        width: calc((100% - 12px) / 2);
    }
}

@media (max-width: 990px) {
    .fav-block {
        padding: 23px 20px;
    }

    .fav-block-content {
        gap: 22px;
    }

    .fav-content {
        gap: 22px;
    }
}

@media (max-width: 650px) {
    .fav-block .category-item-card {
        width: 100%;
    }
}

/*@media (min-width: 650px) and (max-width: ) {*/
/*    */
/*}*/