{% set select_colours = " [.hover-capable_&]:hover:bg-yellow-300 aria-selected:bg-stone-500 aria-selected:text-white [.hover-capable_&[aria-selected=true]:hover]:bg-orange-500 "%} {% import 'macros/links.html' as links %} {% macro header_row(oob=False) %} {% call links.menu_row(id='root-row', oob=oob) %}
{# Cart mini — fetched from cart app as fragment #} {% if cart_mini_html %} {{ cart_mini_html | safe }} {% endif %} {# Site title #}
{% from 'macros/title.html' import title with context %} {{ title('flex justify-center md:justify-start')}}
{# Desktop nav #} {% include '_types/root/_hamburger.html' %}
{% endcall %} {# Mobile user info #}
{% if auth_menu_html %} {{ auth_menu_html | safe }} {% endif %}
{% endmacro %}