{# app/templates/shop/errors/404.html #}
{# 404 Not Found error page - uses base template with custom icon and message #}
{% extends "shop/errors/base.html" %}
{% block icon %}🔍{% endblock %}
{% block title %}404 - Page Not Found{% endblock %}
{% block action_buttons %}
Continue Shopping
View All Products
{% endblock %}
{% block support_link %}
Can't find what you're looking for? Contact us and we'll help you find it.
{% endblock %}