/* Hide Wishlist Plus hearts on blog pages */
.template-blog .wlp-heart,
.template-article .wlp-heart {
    display: none !important;
}
