/** Shopify CDN: Minification failed

Line 16:4 Unexpected "{"
Line 16:5 Expected identifier but found "%"
Line 17:6 Unexpected "<"
Line 18:5 Expected identifier but found "%"
Line 19:4 Unexpected "{"
Line 19:5 Unexpected "{"
Line 19:7 Expected identifier but found "'theme.css'"
Line 20:4 Unexpected "{"
Line 20:5 Expected identifier but found "%"
Line 21:4 Unexpected "<"
... and 21 more hidden warnings

**/
    {% if page_description %}
      <meta name="description" content="{{ page_description | escape }}">
    {% endif %}
    {{ 'theme.css' | asset_url | stylesheet_tag: preload: true }}
    {% # theme-check-disable AssetPreload %}
    <link rel="preload" href="{{ settings.type_body_font | font_url }}" as="font" type="font/woff2" crossorigin="anonymous" />
    {% # theme-check-enable AssetPreload %}
    {% liquid 
      render 'meta-tags'
      render 'font-face'
      echo 'theme.css' | asset_url | stylesheet_tag: preload: true
      render 'css-variables'
      render 'theme-mode-control'
    %}
    {% if request.page_type == 'policy' %}
      {{ 'page.css' | asset_url | stylesheet_tag: preload: true }}
    {% endif %}
    {{ content_for_header }}
    {{ settings.additional_head }}

    {{ 'custom-font.css' | asset_url | stylesheet_tag }}
    <link rel="preload" as="font" type="font/woff2" href="/cdn/shop/files/AnyConv.com__Sweet_Mango_Display.woff2?v=1758884312" crossorigin>

    {% liquid
      assign menu_font_400 = settings.type_menu_font | font_modify: 'weight', '400'
    %}
