{% if not product %}

{{ 'pixel.shop::lang.frontend.product_not_found'|trans }}

{% else %}
{% partial '@gallery' product=product %}
{% partial '@details' product=product %}
{% partial '@related' %} {% endif %}