{% sw_extends '@Storefront/storefront/page/product-detail/buy-widget.html.twig' %}
{% block page_product_detail_data_rich_snippet_url %}
{{ parent() }}
{% if page.product.parentId and page.configuratorSettings|length > 0 %}
<div class="product-detail-configurator-container">
{% sw_include '@Storefront/storefront/page/product-detail/configurator.html.twig' %}
</div>
{% endif %}
{% if coeHidePrice %}
<div class="alert is-warning alert-has-icon price-alert">
{% sw_icon 'user' style {'pack' : 'atmos'} %}
<div class="alert-content-container">
<div class="alert-content">
{{ "AtmosTheme.product.hidePriceInfo"|trans|raw }}
</div>
</div>
</div>
{% endif %}
{% endblock %}
{% block page_product_detail_configurator_include %}
{% endblock %}
{% block page_product_detail_buy_container_placeholder %}
{% endblock %}
{% block page_product_detail_buy_container_bundle_list %}
{% endblock %}
{% block page_product_detail_wishlist %}
{% if page.acessoryOptions is not defined %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block page_product_detail_add_to_compare_button %}
{% if page.acessoryOptions is not defined %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block page_product_detail_ordernumber_container %}
{% endblock %}