{# 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 }}

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

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

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

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

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

{# Translated client-side strings — kept in sync with auth.* keys above #}