.wishlist-button .heart-icon {
    transition: transform 0.2s;
}

.wishlist-button.in-wishlist .heart-icon {
    transform: scale(1.2);
}

/* .concrete-wishlist-popup-message {
    position: fixed;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    z-index: 9999;
    display: none;
    width: fit-content;
    top: 25%;
    line-height: 35px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    padding: 7px 24px;
    max-width: 95%;
    background-color: #fff;
    border-radius: 0;
    font-weight: 700;
} */

/* .concrete-wishlist-popup-close {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

.concrete-wishlist-popup-close{
    background: rgba(0, 0, 0, 0.7);
    color: white;
} */


.wishlist-item {
    margin-bottom: 15px;
}

.wishlist-item button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.wishlist-item button:hover {
    background-color: #005177;
}