<{assign var="key" value=$key|default:'product'}>
<{include file="components/image.html" width="370" height="370" class="product-card__picture" alpine=$alpine}>

<{include file="components/price.html" alpine=$alpine show_from_prefix="true" show_currency=$settings.currency.show class="product-card__price"}> <{include file="components/stock-status.html" alpine=$alpine class="product-card__stock-status" }>
<{if $settings.product.enable_wishlist}> <{include file="components/favourite.html" alpine=$alpine class="product-card__favourite"}> <{/if}> <{if $settings.product_card.enable_badges}> <{include file="components/product-badges.html" alpine=$alpine class="product-card__badges"}> <{/if}>