/**
 * BugHerd #348 — hide the dead WooThumbs gallery wishlist heart on product pages.
 * Only targets WooThumbs' own wishlist container; the working YITH wishlist button
 * (.yith-add-to-wishlist-button-block) is a separate element and stays visible.
 */

.single-product .iconic-woothumbs-wishlist-buttons {
	display: none !important;
}
