{% sw_extends '@Storefront/storefront/component/product/card/wishlist.html.twig' %}
{% block component_product_wishlist_button %}
<button
class="product-wishlist-{{ productId }} product-wishlist-action{% if appearance == 'circle' %}-circle{% endif %} product-wishlist-not-added product-wishlist-loading icon-btn"
title="{{ "listing.toggleWishlist"|trans|sw_sanitize }}"
data-add-to-wishlist="true"
data-add-to-wishlist-options="{{ addToWishlistOptions|json_encode }}"
>
{% block component_product_wishlist_icon %}
{% sw_icon 'note' style {'pack' : 'atmos'} %}
{% if showText %}
<span class="icon-btn-text product-wishlist-btn-content text-wishlist-not-added product-wishlist-btn-content-{{ size }}">
{{ "AtmosTheme.listing.note"|trans|sw_sanitize }}
</span>
<span class="icon-btn-text product-wishlist-btn-content text-wishlist-remove product-wishlist-btn-content-{{ size }}">
{{ "AtmosTheme.listing.noteRemove"|trans|sw_sanitize }}
</span>
{% endif %}
{% endblock %}
</button>
{% endblock %}