.modal.modal-favorite-section {
    max-width: 360px;
    border-radius: 0;
}

.modal-favorite-section__title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}


.modal-favorite-section__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 25px;
}

.modal-favorite-section__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 48px;
    height: 48px;
    border-radius: 10px;
    border: solid 1px #000000;
    padding: 0 5px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

.modal-favorite-section__item.selected {
    border-color: #f1667a;
}

.modal-favorite-section__footer {
    text-align: center;
}

.catalog-section__favorite-button {
    border: none;
    outline: none;
    color: #ffffff;
    background-color: #000000;
    font-size: 12px;
    font-family: "FutureDemi", "Arial", "Verdana", sans-serif;
    padding: 9px 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.catalog-section__favorite-button span:first-child {
    display: inline-block;
}

.catalog-section__favorite-button span:last-child {
    display: none;
}

.catalog-section__favorite-button.active span:first-child {
    display: none;
}

.catalog-section__favorite-button.active span:last-child {
    display: inline-block;
}

.catalog-section__favorite-open.active {
    color: #f1667a;
}

.modal.modal-favorite-section .close_wrap {
    position: absolute;
    top: 10px;
    right: 10px;
}

.main_catalog {
    justify-content: start;
    gap: 20px;
}

.main_goods {
    margin-left: 0 !important;
    margin-right: 0 !important;
}