Hide wishlist hero button for specific products

1. The following code is added in the file of the product page, which is likely sections/product-template.liquid
{% if product.tags contains "on_auction" or product.tags contains "wk_end_auction" %} {% endif %}
2. The tag on_auction or wk_end_auction is replaced with any other tag for the customer:
You can replace the on_auction or wk_end_auction tags with any other custom tags as per your requirement for managing auction or specific product tags for your customers.