{% sw_extends '@Storefront/storefront/page/product-detail/buy-widget.html.twig' %}
{% block page_product_detail_buy_form %}
{{ parent() }}
{% if page.product.active %}
{% sw_include '@Storefront/storefront/zenit-floating-buybox/floating-buybox.html.twig' with {
path: 'page/product-detail/',
cms: false
} %}
{% endif %}
{% endblock %}