Hi David,
Normally, the Wishlist feature can be completely disabled from the global theme settings, as shown in the screenshot below.

However, if you prefer to disable the heart icons only in the product cards, you can add this CSS code to the settings.
.card .ks-wishlist-btn {
display: none;
}
