{% render 'sections/header.html' %}
{% case settings.product_detail_layout_type %} {% when 'slider-left-content-right' %}
{{ product.title }}
Product Detail

{{ product.title }}

{{ product.short_description }}

{% if product.compare_at_price %}{{ product.compare_at_price }}{% endif %} {{ product.primary_price | default: product.selling_price | default: product.price }}
{% when 'full-slider-content-below' %}
{{ product.title }}
Product Detail

{{ product.title }}

{{ product.short_description }}

{% if product.compare_at_price %}{{ product.compare_at_price }}{% endif %} {{ product.primary_price | default: product.selling_price | default: product.price }}
{% when 'image-right-content-left' %}
Product Detail

{{ product.title }}

{{ product.short_description }}

{% if product.compare_at_price %}{{ product.compare_at_price }}{% endif %} {{ product.primary_price | default: product.selling_price | default: product.price }}
{{ product.title }}
{% endcase %}
{{ product.description_html }} {{ product.custom_html }}
{% render 'sections/product-gallery.html' %} {% render 'sections/detail-faqs.html', items: product.faqs %}
{% for field in custom_fields %}
{{ field.label }}{% if field.is_image %} {{ field.label }} {% elsif field.is_file %}

{{ field.display_value }}

{% else %}

{{ field.display_value }}

{% endif %}
{% endfor %} {% for feature in feature_blocks %}
{{ feature.title }}

{{ feature.title }}

{{ feature.description }}

{% endfor %}
{% render 'sections/contact-form.html', form: forms.contact %}

{{ assigned_pricing_plan.title }}

{{ assigned_pricing_plan.description }}

{{ assigned_pricing_plan.price }}
{% render 'sections/related-products.html' %} {% render 'sections/marketing.html' %} {% render 'sections/testimonials.html' %} {% render 'sections/clients.html' %} {% render 'sections/partners.html' %} {% render 'sections/trust-badges.html' %} {% render 'sections/auxiliaries.html' %} {% render 'sections/faqs.html' %} {% render 'sections/gallery.html' %}
{% render 'sections/footer.html' %}