THEME

<!doctype html>
<html class="no-js" lang="{{ shop.locale }}" {% if shop.locale == "ar-SA" %}dir="rtl"{% endif %}>
  <head>
        <!-- Pinterest Tag -->
<script>
!function(e){if(!window.pintrk){window.pintrk = function () {
window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var
  n=window.pintrk;n.queue=[],n.version="3.0";var
  t=document.createElement("script");t.async=!0,t.src=e;var
  r=document.getElementsByTagName("script")[0];
  r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js");
pintrk('load''2612694177340', {em: '<user_email_address>'});
pintrk('page');
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt=""
  src="https://ct.pinterest.com/v3/?event=init&tid=2612694177340&pd[em]=<hashed_email_address>&noscript=1" />
</noscript>
<!-- end Pinterest Tag -->
<!-- Pinterest Tag -->
<script>
!function(e){if(!window.pintrk){window.pintrk = function () {
window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var
  n=window.pintrk;n.queue=[],n.version="3.0";var
  t=document.createElement("script");t.async=!0,t.src=e;var
  r=document.getElementsByTagName("script")[0];
  r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js");
pintrk('load''2613892967225', {em: '<user_email_address>'});
pintrk('page');
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt=""
  src="https://ct.pinterest.com/v3/?event=init&tid=2613892967225&pd[em]=<hashed_email_address>&noscript=1" />
</noscript>
<!-- end Pinterest Tag -->
    <meta name="p:domain_verify" content="f44cb0ad549e111f1edb55a176eea890"/>
    <meta name="p:domain_verify" content="0fb419fd728487921cbd9268f24bc4bb"/>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover">
    <title>{{ page_title | default: shop.name }}</title>
    <meta name="keywords" content="{{ page_keyword | default: shop.name | escape }}">
    <meta name="description" content="{{ page_description | default: shop.name | escape | truncatebytes: 320, "" }}">
    <meta http-equiv="x-dns-prefetch-control" content="on">
    <link rel="dns-prefetch" href="{{shop.cdn_domain}}">
    <link rel="canonical" href="{{ canonical_url }}">
    <link rel="shortcut icon" href="{{shop.favicon}}">
    <meta name="theme-color" content="{{ settings.color_primary }}">
    <meta name="format-detection" content="telephone=no, email=no">
    {% include 'social_meta_tags' %}
    {% include 'settings' %}
    {% include 'theme_css' %}
    <script>
      {% assign off = 'i18n.product.product_detail.off' | t | json | replace: '{{ count }}''{ count }' %}
      {% assign save_html = 'i18n.product.product_detail.save_html' | t | json | replace: '{{ saved_amount }}''{ saved_amount }' %}
      window.SHOP_PARAMS = {
        customer_id: '{{customer.id}}',
        finance: '{{shop.finance}}',
        finance_symbol: '{{shop.finance_symbol}}',
        cdn_domain: '{{shop.cdn_domain}}',
        shop_name: '{{shop.name | escape}}',
        theme_id: '{{theme.id}}',
        shop_id: '{{shop.id}}',
        shop_env: '{{shop.env}}',
        default_img: '{{shop.default_img}}',
        template_name: '{{template.name}}',
        template_type: '{{template.type}}',
        form_lang: { invalid_characters:{{ 'i18n.checkout.form.invalid_characters' | t | json }} },
        product_lang:{
          added_to_cart_successfully:{{ 'i18n.product.product_detail.added_to_bag_successfully' | t  | json }},
          select_variant:{{ 'i18n.product.product_detail.select_variant' | t | json}},
          off: {{ off }},
          save_html: {{ save_html }}
        },
        product_settings: {
          add_to_cart_process:{{ settings.cart_type | default"drawer" | json }}
        },
      }
      window.breakpoint = {{settings.breakpoint}};
      window.disabled_exts=["global_version""share_product""blog_products""boowc""top_products""paypal_express"];
    </script>
    {{ content_for_header }}
    {% include 'tailwind' %}
  <script type="text/javascript">
SHOP_PARAMS.theme_name="Boost";
SHOP_PARAMS.theme_version="v23.6.0";
</script></head>
  <body class="tw-m-0 tw-bg-body tw-text-body-color tw-text-body-font-size type-body-font-family tw-leading-1.6 template-{{template.name}} boost">
    {% assign sys_pages = "couponCollection, rebateCollection, flashsaleCollection" | split: ", " %}
    {% comment %} 满送SHOP_PARAMS.template_name为空{% endcomment %}
    {% assign sys_pages_type = "43" %}
    {% if template.type == sys_pages_type %}
      {% assign isSystem = true %}
      {% use 'theme.css' %}
    {% else %}
      {% for sys_page in sys_pages %}
        {% if sys_page contains template.name %}
          {% assign isSystem = true %}
          {% use 'theme.css' %}
        {% endif %}
      {% endfor %}
    {% endif %}

    {% comment %}关闭 svg {% endcomment %}
    <div class="tw-hidden" id="close_svg">{% include 'icon_close_btn', icon_class: '' %}</div>
    {% comment %}success svg {% endcomment %}
    <div class="tw-hidden" id="success_svg">{% include 'icon_ok',icon_class: '' %}</div>
    {% comment %}error svg {% endcomment %}
    <div class="tw-hidden" id="error_svg">{% include 'icon_err',icon_class: '' %}</div>
    {% comment %} loading_inner_tpl {% endcomment %}
    <script type="text/html" id="loading_inner_tpl">
      {% include 'loading_inner' %}
    </script>

    {% include 'jquery' %}
    {% include 'art_template' %}
    {% include 'serial_list' %}
    {% include 'util' %}
    {% include 'theme_js' %}
    {% include 'lazysizes' %}
    {% include 'validate' %}
    {% include 'cart_drawer' %}
    {% include 'product_detail_js' %}
    <div class="page_container">
      {% section 'header' %}
      {%- comment -%} 弹窗公告插件 {%- endcomment -%}
      <div class="plugin__static-div"></div>
      <div class="{% if template.name == 'index' %} tw-pb-[30px] lg:tw-pt-15 {% endif %} tw-relative main-content {% if isSystem %} bootstrap {% endif %}">
        {% include 'breadcrumbs' %}
        {{ content_for_layout }}
      </div>
      {% section 'footer' %}
      {% if template.name == "collection" %}
        <div id="collection-placeholder"></div>
      {% endif %}
    </div>
    {% include 'product_art_tpl' %}
    {{ content_for_js }}

    {% include 'structured_data' %}

    {% include 'quick_view_tpl' %}

  </body>
</html>