{%- assign header_font = settings.type_header_font -%}
{%- assign base_font = settings.type_base_font -%}
{%- assign base_font_bolder = base_font | font_modify: ‘weight’, ‘bolder’ -%}
{%- assign base_font_bold = base_font | font_modify: ‘weight’, ‘bold’ -%}
{%- assign base_font_italic = base_font | font_modify: ‘style’, ‘italic’ -%}
{%- assign base_font_bold_italic = base_font_bold | font_modify: ‘style’, ‘italic’ -%}
{%- if canonical_url != blank -%}
{%- endif -%}{%- if settings.favicon != blank -%}
{%- endif -%}{%- capture seo_title -%}
{%- if request.page_type == ‘search’ and search.performed == true -%}
{{ ‘general.search.heading’ | t: count: search.results_count }}: {{ ‘general.search.results_with_count’ | t: terms: search.terms, count: search.results_count }}
{%- else -%}
{{ page_title }}
{%- endif -%}
{%- if current_tags -%}
{%- assign meta_tags = current_tags | join: ', ’ -%} – {{ ‘general.meta.tags’ | t: tags: meta_tags -}}
{%- endif -%}
{%- if current_page != 1 -%}
– {{ ‘general.meta.page’ | t: page: current_page }}
{%- endif -%}
{%- assign escaped_page_title = page_title | escape -%}
{%- unless escaped_page_title contains shop.name -%}
– {{ shop.name }}
{%- endunless -%}
{%- endcapture -%}
{%- if page_description -%}
{%- endif -%}
{% include ‘social-meta-tags’ %}
{% include ‘css-variables’ %}
{%- if request.page_type contains ‘customers/’ -%}
{%- endif -%}
{{ content_for_header }}
{% if content_for_header contains “hga.helloshopowner.com” %}
{% render ‘hso-hello-google-analytics’ %}
{% endif %}
{{ ‘general.accessibility.skip_to_content’ | t }}
{%- if settings.enable_ajax -%}
{% include ‘cart-popup’ %}
{%- endif -%}
{% section ‘header’ %}
{% section ‘footer’ %}
- {{ 'general.accessibility.refresh_page' | t }}
- {{ 'general.accessibility.selection_help' | t }}