{# Custom single product template for composable products #}
{# Compact product header — replaces the large image gallery #}
{% if image_html %}
{{ image_html|raw }}
{% endif %}

{{ product_name|esc_html }}

{% if price_html %}
{{ price_html|raw }}
{% endif %} {% if short_description %}
{{ short_description|raw }}
{% endif %}
{# Full-width product selector #}
{{ selector_html|raw }}
{# WooCommerce after-summary content (tabs, related products) #} {{ after_summary_html|raw }}