.custom-wishlist-link {
    float: right;
    margin-left: 10px;
    position: relative;
    margin-top: 42px;
    border: 1px solid #ccc;
    padding: 5px 5px;
    border-radius: 4px;
}

.wishlist-custom:before {
    font-family: 'Material Icons';
    font-size: 22px;
    color: #757575;
    display: inline-flex;
    vertical-align: middle;
}

/* Ocultar en tablet y móvil */
@media screen and (max-width: 768px) {
    .custom-wishlist-link {
        display: none;
    }
}