{#{% sw_extends '@Storefront/storefront/component/product/card/badges.html.twig' %}#}
{% block component_product_badges_new %}
{# {{ parent() }}#}
{# TODO: check if gold webshop#}
{# <span class="badge badge-gold">gold</span>#}
{# {% if not product.isGold %}#}
{# <div class="badge badge-gold">#}
{# {% sw_thumbnails 'minimal-image-thumbnails' with {#}
{# media: webshopProduct.cover.media,#}
{# sizes: {#}
{# 'default': '360px'#}
{# },#}
{# attributes: {#}
{# 'class': 'img-fluid quickview-minimal-img',#}
{# 'alt': ( webshopProduct.cover.translated.alt ?: ''),#}
{# 'title': (webshopProduct.cover.translated.title ?: '')#}
{# }#}
{# } %}#}
{# </div>#}
{# {% endif %}#}
{% endblock %}