{% sw_extends '@Storefront/storefront/component/product/card/wishlist.html.twig' %}
{% block component_product_wishlist_icon %}
{% sw_icon 'merken' style { 'pack': 'grimmtheme', 'namespace': 'GrimmTheme', 'class': 'wishlist icon-wishlist-added', 'size': 'xs' } %}
{% sw_icon 'merken' style {'pack': 'grimmtheme', 'namespace': 'GrimmTheme', 'class': 'wishlist icon-wishlist-not-added', 'size': 'xs' } %}
{% if showText %}
<span class="product-wishlist-btn-content text-wishlist-not-added product-wishlist-btn-content-xs">
{{ "listing.addToWishlist"|trans|sw_sanitize }}
</span>
<span class="product-wishlist-btn-content text-wishlist-remove product-wishlist-btn-content-xs">
{{ "listing.removeFromWishlist"|trans|sw_sanitize }}
</span>
{% endif %}
{% endblock %}