.wishlist {
    padding: 0;
}

.btn.addToWishList {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    border-bottom: 1px dashed #E3EEFF;
    color: var(--link-color);
    text-decoration: none;
    transition: opacity 0.25s, color 0.25s;
    margin-top: 2rem;
    padding: 0;
    margin: 0 0 1rem;
}

.btn.addToWishList:hover {
    opacity: 0.8;
    border-bottom: 1px dashed #E3EEFF;
}