{# app/templates/storefront/account/login.html #} Customer Login - {{ store.name }} {# CRITICAL: Inject theme CSS variables #} {# Tailwind CSS v4 (built locally via standalone CLI) #}
{% if theme.branding.logo %} {{ store.name }} {% else %}
🛒
{% endif %}

{{ store.name }}

Welcome back to your shopping experience

{{ _("auth.customer_login") }}

{{ _("auth.forgot_password") }}

{{ _("auth.no_account") }} {{ _("auth.create_account") }}

← {{ _("auth.continue_shopping") }}