{% sw_extends '@Storefront/storefront/page/content/detail.html.twig' %}
{% block page_content_section %}
{# Hide element storefront/page/product-detail/articlequestions/articlequestions.html.twig if product is not available #}
{% if not ('ott-elw-customer-question-section' in section.cssClass and 0 >= page.product.availableStock) %}
<div class="cms-section {{ sectionClasses|join(' ') }}"
style="{% if sectionBgColor %}background-color: {{ sectionBgColor }};{% endif %}{% if sectionBgImg %}background-image: url({{ sectionBgImg }});background-size: {{ section.backgroundMediaMode }};{% endif %}"
>
{% sw_include "@Storefront/storefront/section/cms-section-" ~ section.type ~ ".html.twig" %}
</div>
{% endif %}
{% endblock %}