{% sw_extends '@Storefront/storefront/page/content/product-detail.html.twig' %}
{% block base_main_inner %}
<div class="container-main{% if page.product.manufacturer.translated.customFields.custom_hersteller_color %} product-custom{% endif %}" {% if page.product.manufacturer.translated.customFields.custom_hersteller_color %}style="--tcolor:{{page.product.manufacturer.translated.customFields.custom_hersteller_color}}"{% endif %}>
{% block page_content %}
{{parent()}}
{% endblock %}
</div>
{% endblock %}