+ + {% include "menu-breadcrumbs-sd" %} + +
+
+
+ {%- if product.image != blank %} + {% assign item_image_state = "with-image" %} + {% else %} + {% assign item_image_state = "without-image" %} + {% endif -%} + +
+
+
+ {%- if product.image != blank %} + {% image product.image loading: 'lazy' target_width: "1280" class: "item-image not-cropped" %} + {% endif -%} +
+
+
+
+ + {%- if gallery_content_size > 0 or editmode -%} + + {% endif -%} +
+ +
+
+
+
+

{%- editable product.name -%}

+
+ +
+ {%- if product.price_max_with_tax != product.price_min_with_tax -%} + {{ product.price_min_with_tax | money_with_currency: product.currency -}} + + {%- endif -%} + {{ product.price_max_with_tax | money_with_currency: product.currency -}} +
+ + {%- if editmode or product.description != blank -%} +
+ {%- editable product.description -%} +
+ {% endif -%} + +
+ {% include "buy-button" %} +
+ + {% content bind=product %} +
+
+
+
+ + {%- if bottom_content_size > 0 or editmode -%} +
+ {% content bind=product name="content" %} +
+ {%- endif -%} + +