{% extends "base.html" %} {% block title %}{{ product.meta_title|default:product.name }} | {{ site_settings.site_name }}{% endblock %} {% block meta_description %}{{ product.meta_description|default:product.description|truncatechars:160 }}{% endblock %} {% block content %}
{% with primary_image=product.images.first %} {% if primary_image %} {{ product.name }}
{% else %}
No Image Available
{% endif %} {% endwith %}
{% if product.images.count > 1 %}
{% for img in product.images.all %}
{% endfor %}
{% endif %}
{{ product.category.name }} {% if product.is_featured %} Featured {% endif %}

{{ product.name }}

{% if product.origin_country %}

Country of Origin

{{ product.origin_country }}

{% endif %}
{{ product.description|linebreaks }}

Interested in wholesale pricing?

Connect with our specialized trade team to discuss volumes, logistics, and pricing for {{ product.name }}.

Inquire About This Product
{% endblock %}