{% for css_file_href in config.css_files %} {% endfor %} {{ fc_header_content|raw }}

Secure Checkout

No Risk, 60-Day Money Back Guarantee
Questions? Call 888.373.9363
{% include 'svg.inc.twig' %} {% import "utils.inc.twig" as utils %} {% embed 'checkout.inc.twig' %} {% block upsell_modal %} {% set slug = "" %} {% for item in items %} {% for option in item.options %} {% if option.class == "slug" %} {% set slug = option.value %} {% endif %} {% endfor %} {% endfor %} {% set showUpsell = (item_count == 1 and slug != "") %} {% if showUpsell %} {% set item = items[0] %}
{% endif %} {% endblock %} {% endembed %}
{% include template_from_string(fc_footer_content) %}