{% sw_extends '@Storefront/storefront/page/product-detail/buy-widget.html.twig' %}{% block page_product_detail_price %}<div class="product-detail-price-container"> {% if context.salesChannel.name != 'BEYCODENT' %} {% sw_include '@Storefront/storefront/page/product-detail/buy-widget-price.html.twig' %} {% endif %}</div>{% endblock %}{% block page_product_detail_tax %}{% if context.salesChannel.name != 'BEYCODENT' %}{{ parent() }}{% endif %}{% endblock %}