<{assign var="key" value=$key|default:'product'}> <{assign var="width" value=$image_width|default:'75'}> <{assign var="height" value=$image_height|default:'75'}> <{assign var="show_prev_price" value=$show_prev_price|default:'true'}>
<{include file="components/image.html" width=$width height=$height alpine="true" class="product-card-list__picture"}>

<{include file="components/price.html" alpine="true" class="product-card-list__price" show_prev=$show_prev_price show_currency=$settings.currency.show}> <{include file="components/stock-status.html" alpine="true" class="product-card-list__stock-status" }>