{{ attach_library('probes/product-details') }} {% if node.field_sidebar is not empty %} {% set product_layout = node.field_sidebar.value %} {% endif %} {% if product_layout is empty %} {% set product_layout = 'nosidebar' %} {% endif %} {% if not page %}
{{ content.body['#object'].body.summary }}
{% if product_layout == 'nosidebar' %} {{ content.add_to_cart }} {% else %} {{ content.add_to_cart|render|str_replace('col-sm-4 m-bottom3 add-to-cart', 'col-md-7 m-bottom3')|raw }} {% endif %}