{$product_id = $ID} {$width = $width|default:308} {$height = $height|default:308} {$productTitle = $productTitle|default:$TITLE} {$isPse = {count type="product_sale_elements" name="pse" product=$product_id}}
{if $IS_NEW} {include file="components/smarty/Tag/Tag.html" type="primary" text={intl l="New"}} {/if} {if $IS_PROMO} {include file="components/smarty/Tag/Tag.html" type="sale" text="-{((($TAXED_PRICE - $TAXED_PROMO_PRICE) / $TAXED_PRICE) * 100)|string_format:"%d"}%"} {/if}
{loop name="product_thumbnail" type="image" product=$product_id width=$width height=$height resize_mode="borders" limit="1" format="webp"} {$images = [ [ "breakpoint" => "(min-width: 1440px)", "url" => "/legacy-image-library/product_image_{$ID}/full/*!308,308/0/default.webp", "link" => $URL, "description" => $DESCRIPTION, "width" => '328', "height" => '328' ], [ "breakpoint" => "(min-width: 1280px)", "url" => "/legacy-image-library/product_image_{$ID}/full/*!247,247/0/default.webp", "link" => $URL, "description" => $DESCRIPTION, "width" => '247', "height" => '247' ], [ "breakpoint" => "(min-width: 1024px)", "url" => "/legacy-image-library/product_image_{$ID}/full/*!210,210/0/default.webp", "link" => $URL, "description" => $DESCRIPTION, "width" => '210', "height" => '210' ], [ "breakpoint" => "(min-width: 768px)", "url" => "/legacy-image-library/product_image_{$ID}/full/*!146,146/0/default.webp", "link" => $URL, "description" => $DESCRIPTION, "width" => '146', "height" => '146' ], [ "breakpoint" => "(min-width: 1px)", "url" => "/legacy-image-library/product_image_{$ID}/full/*!170,170/0/default.webp", "link" => $URL, "description" => $DESCRIPTION, "width" => '170', "height" => '170' ] ]} {include file="components/smarty/ResponsiveImage/ResponsiveImage.html" images=$images|default:[] defaultImageUrl=$images[0] title=$TITLE|default:$productTitle alt={{$TITLE|default:$productTitle}|cat:' '|cat:{intl l='Visuel'}} loading="lazy" class="" width=$images[0]['width'] height=$images[0]['height'] } {/loop} {elseloop rel="product_thumbnail"} {$productTitle|cat:' '|cat:{intl l='Visuel'}} {/elseloop}
{$productTitle}
{if $IS_PROMO } {intl l="Regular Price:"} {format_money number=$TAXED_PRICE symbol={currency attr="symbol"}} {intl l="Special Price:"} {format_money number=$TAXED_PROMO_PRICE symbol={currency attr="symbol"}} {else} {format_money number=$BEST_TAXED_PRICE symbol={currency attr="symbol"}} {/if}