
.wishlist {
    padding: 32px 0;
    margin: 0 0 80px 0;
}

.wishlist .wishlist__header {
    border-bottom: 1px solid #ccc;
    padding: 0 0 8px;
    width: 100%;
}

.wishlist .wishlist__header p {
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    letter-spacing: 0;
    line-height: 1.5;
}

.wishlist .wishlist__grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px 0;
    margin: 16px 0 0 0;
}

.wishlist .wishlist__controls {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 24px 0 0;
    width: 100%;
}

.wishlist-empty .wishlist__image {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 32px auto 24px;
    overflow: hidden;
}

.wishlist-empty .wishlist__img {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.wishlist-empty .wishlist__img img {
    aspect-ratio: 500 / 509;
    height: auto;
}

.wishlist-empty .wishlist__text {
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 60px 0 0;
    text-align: center;
    width: 100%;
}


/* ===== LISTE + CARTES GUIDES ===== */

.guide-card__actions {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.guide-card__actions .action {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #454c55;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.guide-card__actions .action:not(:last-child)::after {
    content: "";
    display: inline-block;
    background: #454c55;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    margin: 0 4px;
}

.guide-card__actions .action:hover {
    text-decoration: underline;
}

.guide-card .wishlist-button-inline .add_to_wishlist {
    color: var(--color-red);
}

.guide-card .wishlist-button-inline .add_to_wishlist:hover {
    text-decoration: underline;
}

@media all and (max-width:  750px){
    .guide-card__actions {
        margin: 16px 0 0 0;
    }
}
