{% extends 'base.html' %} {% block container %}

Featured products

Explore our most popular items

{%- archiveList archives with type="list" limit="4" categoryId=11 %} {%- for item in archives %}
{{item.Title}} {%- if item.Stock == 0 %} Sold out {%- elif item.OriginPrice > item.Price %} Save ${{priceFormat(item.OriginPrice - item.Price)}} {%- endif %}
{{item.Title}}
${{priceFormat(item.Price)}} {%- if item.OriginPrice > 0 %}${{priceFormat(item.OriginPrice)}}{% endif %}
{%- endfor %} {%- endarchiveList%}

Our Collections

{%- categoryList categories with moduleId=2 %} {%- for item in categories %} {%- if item.ParentId > 0 %} {%- endif %} {%- endfor %} {%- endcategoryList %}

Back in stock!

{%- archiveList archives with categoryId=12 limit="3" %}
{{archives.0.Title}}
{{archives.0.Title}} →

${{priceFormat(archives.0.Price)}}

{{archives.1.Title}}
{{archives.1.Title}} →

${{priceFormat(archives.1.Price)}}

{{archives.2.Title}}
{{archives.2.Title}} →

${{priceFormat(archives.2.Price)}}

{%- endarchiveList %}

"The leather is sourced from environmentally friendly tanneries in Italy, France, and Turkey, where Rure is based and everything is assembled by hand."

— Rure Founder

{%- categoryList categories with moduleId=2 parentId=0 limit="2" %}
{%- for item in categories %}
{{item.Title}}

{{item.Title}}

Shop now
{%- endfor %}
{%- endcategoryList %}

News

From the blog

{%- archiveList archives with categoryId=13 limit="3" %} {%- for item in archives %}

{% categoryDetail with name="Title" id=item.CategoryId %}

{{item.Title}}

Read more
{%- endfor %} {%- endarchiveList %}
{% endblock %}