{product.title}
{#if product.images.length > 1}
{#each product.images as image, i} {/each}
{/if}

{product.title}

{selectedVariant.calculated_price.calculated_amount} {currencySymbol}

{product.description}

{#if product.options.length > 0}
{#each product.options as option}
{/each}
{/if}