.mw-wishlist-loop{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.wishlist-single-product{
    position: relative;
}

.mw-product-heart:before{
    font: normal normal normal 28px "dashicons";
    content: "\f182";
}
.mw-product-heart{
    position: absolute;
    right: 120px;
    top: 260px;
    cursor: pointer;
    color: var(--ast-global-color-1);
}