.personal-cabinet-favourites__empty {
    text-align: center;
    padding: 60px 20px;
}

.personal-cabinet-favourites__empty p {
    font-size: 18px;
    color: #76787A;
    margin-bottom: 20px;
}


.catalog-sort {
    position: relative;
}

.catalog-sort__list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 100;
    min-width: 200px;
    margin-top: 5px;
}

.catalog-sort__list.active {
    display: block;
}

.catalog-sort__list span,
.catalog-sort__list a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #141414;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.catalog-sort__list span {
    background-color: #f8f8f8;
    color: #76787A;
    font-weight: bold;
}

.catalog-sort__list a:hover {
    background-color: #f5f5f5;
}

.catalog-sort__list a:last-child {
    border-bottom: none;
}

.personal-cabinet-favourites__empty-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 60vh;
}

.personal-cabinet-favourites__empty {
    text-align: center;
    padding: 60px 20px;
    max-width: 400px;
    width: 100%;
}

.personal-cabinet-favourites__empty-fullwidth {
    grid-column: 1 / -1; /* Занимает все колонки */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    width: 100%;
}

.personal-cabinet-favourites__empty {
    text-align: center;
    padding: 60px 20px;
    max-width: 400px;
    width: 100%;
}