    <!DOCTYPE html>
    <!--[if IE 8]>
    <html xmlns="http://www.w3.org/1999/xhtml" class="ie8 wp-toolbar"  lang="en-US">
    <![endif]-->
    <!--[if !(IE 8) ]><!-->
    <html xmlns="http://www.w3.org/1999/xhtml" class="wp-toolbar"  lang="en-US">
    <!--<![endif]-->
        <head>
    <meta name='robots' content='noindex, nofollow' />
<script type="text/javascript">
    (function() {
  var pvData = {"source":"Direct","referrer":"Direct","visitor_type":"logged out","visitor_login_status":"logged out","visitor_id":0,"page_title":"ChiroKids Sticker Pack - AboveDown Apparel","post_type":"product","post_type_with_prefix":"single product","post_categories":"","post_tags":"","post_author":"bret","post_full_date":"July 2, 2019","post_year":"2019","post_month":"07","post_day":"02","is_front_page":0,"is_home":1,"search_query":"","search_results_count":0};
  var body = {
    url: encodeURIComponent(window.location.href),
    referrer: encodeURIComponent(document.referrer)
  };

  function makePostRequest(e,t){var n=[];if(t.body){for(var o in t.body)n.push(encodeURIComponent(o)+"="+encodeURIComponent(t.body[o]));t.body=n.join("&")}return window.fetch?new Promise(n=>{var o={method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},redirect:"follow",body:{},...t};window.fetch(e,o).then(e=>{n(e.text())})}):new Promise(t=>{var o;"undefined"==typeof XMLHttpRequest&&t(null),(o=new XMLHttpRequest).open("POST",e,!0),o.onreadystatechange=function(){4==o.readyState&&200==o.status&&t(o.responseText)},o.setRequestHeader("Content-type","application/x-www-form-urlencoded"),o.send(n.join("&"))})}
  function observeAjaxCartActions(e){new PerformanceObserver(function(t){for(var n=t.getEntries(),r=0;r<n.length;r++)["xmlhttprequest","fetch"].includes(n[r].initiatorType)&&['=get_refreshed_fragments', 'add_to_cart'].some(p => n[r].name.includes(p))&&fetchCart(e)}).observe({entryTypes:["resource"]})};

  function fetchCart(adapter) {
    makePostRequest("//chiroaf.com/index.php?plugin=optimonk&action=cartData", { body })
      .then((response) => {
        var data = JSON.parse(response);
        setCartData(data, adapter);
      })
  }

  function setCartData(cartData, adapter) {
    Object.keys(cartData.avs).forEach((key, value) => {
      adapter.attr(`wp_${key}`, cartData.avs[key]);
    })
  }

  function setAssocData(assocData, adapter) {
    Object.keys(assocData).forEach((key) => {
      adapter.attr(`wp_${key}`, assocData[key]);
    })
  }

  var RuleHandler = {
    hasVisitorCartRules: (campaignMeta) => {
      return !!(campaignMeta.rules.visitorCart || campaignMeta.rules.visitorCartRevamp || campaignMeta.rules.visitorCartV3);
    },
    hasVisitorAttributeRule: (campaignMeta) => {
      return !!campaignMeta.rules.visitorAttribute;
    }
  }

  document.querySelector('html').addEventListener('optimonk#embedded-campaigns-init', function(e) {
    var campaignsData = e.parameters;

    if (!campaignsData.length) {
      return;
    }

    var adapter = window.OptiMonkEmbedded.Visitor.createAdapter();
    var hasCartRule = false;
    var hasAttributeRule = false;

    campaignsData.forEach((campaignMetaData) => {
      hasCartRule = hasCartRule || RuleHandler.hasVisitorCartRules(campaignMetaData);
      hasAttributeRule = hasAttributeRule || RuleHandler.hasVisitorAttributeRule(campaignMetaData);
    });

    setAssocData(pvData, adapter);

    if (hasCartRule) {
      observeAjaxCartActions(adapter);
      fetchCart(adapter);
    }

    if (hasAttributeRule) {
      makePostRequest("//chiroaf.com/index.php?plugin=optimonk&action=productData", { body })
        .then((response) => {
          var data = JSON.parse(response);
          setAssocData(data, adapter);
        })
    }
  });

  document.querySelector('html').addEventListener('optimonk#campaigns_initialized', function () {
    if (!OptiMonk.campaigns) {
      return;
    }

    var adapter = window.OptiMonk.Visitor.createAdapter();

    setAssocData(pvData, adapter);

    if (OptiMonk.campaigns.filter(campaign => campaign.hasVisitorAttributeRules()).length) {
      makePostRequest("//chiroaf.com/index.php?plugin=optimonk&action=productData", { body })
        .then((response) => {
          var data = JSON.parse(response);
          setAssocData(data, adapter);
        });
    }
  });
}());

    window.WooDataForOM = {
    "shop": {
        "pluginVersion": "2.1.6",
        "platform": "woocommerce",
        "cartUrl": "https://chiroaf.com/cart/"
    },
    "page": {
        "postId": 21491,
        "postType": "product"
    },
    "product": {
        "id": 21491,
        "name": "ChiroKids Sticker Pack",
        "sku": "STK-107",
        "price": "9.99",
        "stock": null,
        "categories": "Stickers",
        "category_ids": [
            70
        ],
        "tags": "",
        "is_in_stock": true
    },
    "order": null,
    "category": null
};

let hasCampaignsBeforeLoadTriggered = false;

document.querySelector('html').addEventListener('optimonk#campaigns-before-load', () => {

    if (hasCampaignsBeforeLoadTriggered) return;
    hasCampaignsBeforeLoadTriggered = true;

    function setAssocData(assocData, adapter) {
        Object.keys(assocData).forEach((key) => {
        adapter.attr(`wp_${key}`, assocData[key]);
        })
    }

   function triggerEvent(element, eventName, parameters) {
        let event;
        if (document.createEvent) {
            event = document.createEvent('HTMLEvents');
            event.initEvent(eventName, true, true);
        } else if (document.createEventObject) {
            event = document.createEventObject();
            event.eventType = eventName;
        }

        event.eventName = eventName;
        event.parameters = parameters || {};

        if (element.dispatchEvent) {
            element.dispatchEvent(event);
        } else if (element.fireEvent) {
            element.fireEvent(`on${event.eventType}`, event);
        } else if (element[eventName]) {
            element[eventName]();
        } else if (element[`on${eventName}`]) {
            element[`on${eventName}`]();
        }
    };
    
    var adapter = OptiMonkEmbedded.Visitor.createAdapter();

    var orderData = null;
    

    if (orderData) {
        setAssocData(orderData, adapter);
    }

    console.log('[OM-plugin] visitor attributes updated');

    console.log('[OM-plugin] triggered event: optimonk#wc-attributes-updated');
    triggerEvent(document.querySelector('html'), 'optimonk#wc-attributes-updated');

});

if (window.WooDataForOM) {
    console.log('[OM-plugin] varibles inserted (window.WooDataForOM)');
}


</script>
<script type="text/javascript" src="https://onsite.optimonk.com/script.js?account=226385" async></script>
	<!-- This site is optimized with the Yoast SEO plugin v26.0 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>ChiroKids Sticker Pack - AboveDown Apparel</title>
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="article" />
	<meta property="og:title" content="ChiroKids Sticker Pack - AboveDown Apparel" />
	<meta property="og:description" content="Show your love for chiropractic anywhere! A perfect conversation starter when added to water bottles, coffee mugs, laptops, vehicles, or anywhere else you want! Don&#039;t forget to post your photos and stories to social media with hashtags #AboveDown and #ChirosOutLoud!  Sticker Pack includes five stickers die-cut stickers with a durable glossy finish - Chiro Princess, DINOmite, JAWsome, Power On and Rhino Charging. Sorry, no substitutes or other special requests are allowed for curated sticker packs." />
	<meta property="og:url" content="https://chiroaf.com/product/chiro-kids-sticker-pack/" />
	<meta property="og:site_name" content="AboveDown Apparel" />
	<meta property="article:modified_time" content="2023-02-01T20:27:29+00:00" />
	<meta property="og:image" content="https://chiroaf.com/wp-content/uploads/2019/07/STK-107_KID-Sticker-Pack_800x800.jpg" />
	<meta property="og:image:width" content="800" />
	<meta property="og:image:height" content="800" />
	<meta property="og:image:type" content="image/jpeg" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://chiroaf.com/product/chiro-kids-sticker-pack/","url":"https://chiroaf.com/product/chiro-kids-sticker-pack/","name":"ChiroKids Sticker Pack - AboveDown Apparel","isPartOf":{"@id":"https://chiroaf.com/#website"},"primaryImageOfPage":{"@id":"https://chiroaf.com/product/chiro-kids-sticker-pack/#primaryimage"},"image":{"@id":"https://chiroaf.com/product/chiro-kids-sticker-pack/#primaryimage"},"thumbnailUrl":"https://chiroaf.com/wp-content/uploads/2019/07/STK-107_KID-Sticker-Pack_800x800.jpg","datePublished":"2019-07-02T17:56:18+00:00","dateModified":"2023-02-01T20:27:29+00:00","breadcrumb":{"@id":"https://chiroaf.com/product/chiro-kids-sticker-pack/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://chiroaf.com/product/chiro-kids-sticker-pack/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://chiroaf.com/product/chiro-kids-sticker-pack/#primaryimage","url":"https://chiroaf.com/wp-content/uploads/2019/07/STK-107_KID-Sticker-Pack_800x800.jpg","contentUrl":"https://chiroaf.com/wp-content/uploads/2019/07/STK-107_KID-Sticker-Pack_800x800.jpg","width":"800","height":"800"},{"@type":"BreadcrumbList","@id":"https://chiroaf.com/product/chiro-kids-sticker-pack/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://chiroaf.com/"},{"@type":"ListItem","position":2,"name":"Shop","item":"https://chiroaf.com/shop/"},{"@type":"ListItem","position":3,"name":"ChiroKids Sticker Pack"}]},{"@type":"WebSite","@id":"https://chiroaf.com/#website","url":"https://chiroaf.com/","name":"AboveDown Apparel","description":"Make a Statement","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://chiroaf.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//connect.facebook.net' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel="alternate" type="application/rss+xml" title="AboveDown Apparel &raquo; Feed" href="https://chiroaf.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="AboveDown Apparel &raquo; Comments Feed" href="https://chiroaf.com/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="AboveDown Apparel &raquo; ChiroKids Sticker Pack Comments Feed" href="https://chiroaf.com/product/chiro-kids-sticker-pack/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://chiroaf.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fchiroaf.com%2Fproduct%2Fchiro-kids-sticker-pack%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://chiroaf.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fchiroaf.com%2Fproduct%2Fchiro-kids-sticker-pack%2F&#038;format=xml" />
<style id='wp-img-auto-sizes-contain-inline-css' type='text/css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel='stylesheet' id='wc-points-and-rewards-blocks-integration-css' href='https://chiroaf.com/wp-content/plugins/woocommerce-points-and-rewards/build/style-index.css' type='text/css' media='all' />
<link rel='stylesheet' id='ucp-font-awesome-css' href='https://chiroaf.com/wp-content/plugins/under-construction-page/css/font-awesome/font-awesome.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='sbi_styles-css' href='https://chiroaf.com/wp-content/plugins/instagram-feed/css/sbi-styles.min.css' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://chiroaf.com/wp-includes/css/dist/block-library/style.min.css' type='text/css' media='all' />
<style id='wp-block-library-theme-inline-css' type='text/css'>
.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote :where(cite),.wp-block-pullquote :where(footer),.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
/*# sourceURL=/wp-includes/css/dist/block-library/theme.min.css */
</style>
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='bya-frontend-css-css' href='https://chiroaf.com/wp-content/plugins/buy-again-for-woocommerce/assets/css/frontend.css' type='text/css' media='all' />
<style id='bya-frontend-css-inline-css' type='text/css'>
.bya-badge{
					color: #ffffff;
					background: linear-gradient(to right, #0dc9f4, #9c83e1);left:0}
/*# sourceURL=bya-frontend-css-inline-css */
</style>
<link rel='stylesheet' id='bya-carousel-css' href='https://chiroaf.com/wp-content/plugins/buy-again-for-woocommerce/assets/css/owl.carousel.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='bya-owl-carousel-css' href='https://chiroaf.com/wp-content/plugins/buy-again-for-woocommerce/assets/css/owl-carousel-enhanced.css' type='text/css' media='all' />
<link rel='stylesheet' id='follow-up-emails-css' href='https://chiroaf.com/wp-content/plugins/woocommerce-follow-up-emails/templates/followups.css' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-wishlists-css' href='https://chiroaf.com/wp-content/plugins/woocommerce-wishlists/assets/css/woocommerce-wishlists.min.css' type='text/css' media='all' />
<style id='woocommerce-inline-inline-css' type='text/css'>
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
</style>
<link rel='stylesheet' id='dashicons-css' href='https://chiroaf.com/wp-includes/css/dashicons.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='woocommerce-addons-css-css' href='https://chiroaf.com/wp-content/plugins/woocommerce-product-addons/assets/css/frontend/frontend.css' type='text/css' media='all' />
<link rel='stylesheet' id='wcrs-front-style-css' href='https://chiroaf.com/wp-content/plugins/woocommerce-referral-system/assets/frontend/css/wcrs-style.css' type='text/css' media='all' />
<link rel='stylesheet' id='yay-swatches-style-css' href='https://chiroaf.com/wp-content/plugins/yayswatches/src/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='bootstrap-css' href='https://chiroaf.com/wp-content/themes/jumpstart/framework/assets/plugins/bootstrap/css/bootstrap.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='magnific-popup-css' href='https://chiroaf.com/wp-content/themes/jumpstart/framework/assets/css/magnific-popup.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='themeblvd-grid-css' href='https://chiroaf.com/wp-content/themes/jumpstart/framework/assets/css/grid-extended.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='themeblvd-css' href='https://chiroaf.com/wp-content/themes/jumpstart/framework/assets/css/themeblvd.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='wc-pb-checkout-blocks-css' href='https://chiroaf.com/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/checkout-blocks.css' type='text/css' media='all' />
<link rel='stylesheet' id='themeblvd-woocommerce-css' href='https://chiroaf.com/wp-content/themes/jumpstart/framework/compat/assets/css/woocommerce.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='themeblvd-gravityforms-css' href='https://chiroaf.com/wp-content/themes/jumpstart/framework/compat/assets/css/gravityforms.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='jumpstart-css' href='https://chiroaf.com/wp-content/themes/jumpstart/assets/css/theme.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='themeblvd-theme-css' href='https://chiroaf.com/wp-content/themes/abovedownapparel/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='fontawesome-css' href='https://use.fontawesome.com/releases/v5.2.0/css/all.css?ver=6.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='slick-css' href='https://chiroaf.com/wp-content/plugins/woo-product-gallery-slider/assets/css/slick.css' type='text/css' media='all' />
<link rel='stylesheet' id='slick-theme-css' href='https://chiroaf.com/wp-content/plugins/woo-product-gallery-slider/assets/css/slick-theme.css' type='text/css' media='all' />
<link rel='stylesheet' id='fancybox-css' href='https://chiroaf.com/wp-content/plugins/woo-product-gallery-slider/assets/css/jquery.fancybox.min.css' type='text/css' media='all' />
<style id='fancybox-inline-css' type='text/css'>

					.wpgs-nav .slick-track {
						transform: inherit !important;
					}
				
					.wpgs-dots {
						display:none;
					}
				.wpgs-for .slick-slide{cursor:pointer;}
/*# sourceURL=fancybox-inline-css */
</style>
<link rel='stylesheet' id='flaticon-wpgs-css' href='https://chiroaf.com/wp-content/plugins/woo-product-gallery-slider/assets/css/font/flaticon.css' type='text/css' media='all' />
<link rel='stylesheet' id='wc-bundle-style-css' href='https://chiroaf.com/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/woocommerce.css' type='text/css' media='all' />
<script type="text/template" id="tmpl-variation-template">
	<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
	<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
	<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
	<p role="alert">Sorry, this product is unavailable. Please choose a different combination.</p>
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/jquery.min.js" id="jquery-core-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/jquery-migrate.min.js" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/underscore.min.js" id="underscore-js"></script>
<script type="text/javascript" id="wp-util-js-extra">
/* <![CDATA[ */
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/wp-util.min.js" id="wp-util-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js" id="wc-jquery-blockui-js" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/buy-again-for-woocommerce/assets/js/owl.carousel.min.js" id="owl-carousel-js"></script>
<script type="text/javascript" id="bya-owl-carousel-js-extra">
/* <![CDATA[ */
var bya_carousel_params = {"per_page":"4","item_per_slide":"1"};
//# sourceURL=bya-owl-carousel-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/buy-again-for-woocommerce/assets/js/owl-carousel-enhanced.js" id="bya-owl-carousel-js"></script>
<script type="text/javascript" id="fue-account-subscriptions-js-extra">
/* <![CDATA[ */
var FUE = {"ajaxurl":"https://chiroaf.com/wp-admin/admin-ajax.php","ajax_loader":"https://chiroaf.com/wp-content/plugins/woocommerce-follow-up-emails/templates/images/ajax-loader.gif"};
//# sourceURL=fue-account-subscriptions-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-account-subscriptions.js" id="fue-account-subscriptions-js"></script>
<script type="text/javascript" id="wc-add-to-cart-js-extra">
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https://chiroaf.com/cart/","is_cart":"","cart_redirect_after_add":"no"};
//# sourceURL=wc-add-to-cart-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js" id="wc-add-to-cart-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js" id="wc-zoom-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js" id="wc-flexslider-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js" id="wc-photoswipe-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js" id="wc-photoswipe-ui-default-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="wc-single-product-js-extra">
/* <![CDATA[ */
var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","i18n_rating_options":["1 of 5 stars","2 of 5 stars","3 of 5 stars","4 of 5 stars","5 of 5 stars"],"i18n_product_gallery_trigger_text":"View full-screen image gallery","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};
//# sourceURL=wc-single-product-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js" id="wc-single-product-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js" id="wc-js-cookie-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js" id="woocommerce-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/dompurify/purify.min.js" id="wc-dompurify-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js" id="wc-jquery-tiptip-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://connect.facebook.net/en_US/sdk.js?ver=1" id="wcrs-fb-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce-referral-system/assets/frontend/js/wcrs-main.js" id="wcrs-front-script-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/themes/abovedownapparel/scripts.js" id="my_scripts-js"></script>
<!-- Google site verification - Google for WooCommerce -->
<meta name="google-site-verification" content="FOUaSqBDnBhtpbBwH7ohSRPCYTPMecdW1D6biTpYR5s" />
<meta name="username" content="">
		  <meta name="ipaddress" content="216.73.216.234">
		<link href="https://fonts.googleapis.com/css?family=Rochester" rel="stylesheet" />	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	
<!--
Debug Info

Child Theme: AboveDown Apparel
Child Directory: abovedownapparel
Parent Theme: Jump Start 2.3.3
Parent Theme Directory: jumpstart
Theme Blvd Framework: 2.8.3
Theme Blvd Builder: 2.3.6
Theme Blvd Shortcodes: 1.6.8
Theme Blvd Widget Areas: 1.3.1
Gravity Forms: 2.9.31
WooCommerce: 10.7.0
WordPress: 6.9.4
-->
			<script  type="text/javascript">
				!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
					n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
					n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
					t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
					document,'script','https://connect.facebook.net/en_US/fbevents.js');
			</script>
			<!-- WooCommerce Facebook Integration Begin -->
			<script  type="text/javascript">

				fbq('init', '1252884811412771', {}, {
    "agent": "woocommerce_0-10.7.0-3.6.3"
});

				document.addEventListener( 'DOMContentLoaded', function() {
					// Insert placeholder for events injected when a product is added to the cart through AJAX.
					document.body.insertAdjacentHTML( 'beforeend', '<div class=\"wc-facebook-pixel-event-placeholder\"></div>' );
				}, false );

			</script>
			<!-- WooCommerce Facebook Integration End -->
			<style type="text/css">.wpgs-for .slick-arrow::before,.wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before{color:#000;}.fancybox-bg{background-color:#ffffff;}.fancybox-caption,.fancybox-infobar{color:#fff;}.wpgs-nav .slick-slide{border-color:transparent}.wpgs-nav .slick-current{border-color:#000}.wpgs-video-wrapper{min-height:500px;}</style><link rel="icon" href="https://chiroaf.com/wp-content/uploads/2023/10/cropped-ADA_icon-navy-32x32.png" sizes="32x32" />
<link rel="icon" href="https://chiroaf.com/wp-content/uploads/2023/10/cropped-ADA_icon-navy-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://chiroaf.com/wp-content/uploads/2023/10/cropped-ADA_icon-navy-180x180.png" />
<meta name="msapplication-TileImage" content="https://chiroaf.com/wp-content/uploads/2023/10/cropped-ADA_icon-navy-270x270.png" />
<script src="https://chiroaf.com/wp-content/plugins/under-construction-page/js/jquery.countdown.min.js" type="text/javascript"></script>    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
    <meta name="viewport" content="initial-scale=1, maximum-scale=1">

    <style id="ucp_template_default">
    /* CSS style reset */

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      vertical-align: baseline;
    }
    html {
      height: 100%;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
      display: block;
    }
    body {
      line-height: 1;
    }
    ol, ul {
      list-style: none;
    }
    blockquote, q {
      quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
      content: '';
      content: none;
    }
    table {
      border-collapse: collapse;
      border-spacing: 0;
    }

    /* End style reset */
    html{
      overflow-x:hidden;
    }

    body{
      width:100%;
      min-height:100%;
      overflow-x:hidden;
      line-height: 1.3;
    }

    html body{
      background-position: top !important;
    }

    .container{
      font-family:'Open Sans', sans-serif;
    }

    .video-background {
      background: #000;
      position: fixed;
      top: 0; right: 0; bottom: 0; left: 0;
      z-index: -99;
    }
    .video-foreground,
    .video-background iframe{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }

    @media (min-aspect-ratio: 16/9) {
      .video-foreground { height: 300%; top: -100%; }
    }
    @media (max-aspect-ratio: 16/9) {
      .video-foreground { width: 300%; left: -100%; }
    }
    @media all and (max-width: 600px) {
      .vid-info { width: 50%; padding: .5rem; }
      .vid-info h1 { margin-bottom: .2rem; }
    }
    @media all and (max-width: 500px) {
      .vid-info .acronym { display: none; }
    }

    #ucp-animated-background{
      background-color:#333;
      background: #000;
      position: fixed;
      top: 0; right: 0; bottom: 0; left: 0;
      z-index: -99;
    }

    h1,h2{
      text-align:center;
    }

    .ucp-module{
      box-sizing:border-box;
    }

    .ucp-module > .ucp-element{
      text-align:center;
      position:relative;
    }

    .ucp-element img{
      max-width:100%;
    }

    .socialicons{
      text-align:center;
    }
    .socialicons a{
      margin:0 4px;
    }

    .ucp-element input[type="text"],.ucp-element input[type="email"],.ucp-element input[type="tel"],.ucp-element textarea{
      font-size:14px;
      width:100%;
      margin-bottom:4px;
      padding:4px;
    }
    .ucp-element input[type="submit"]{
      font-size: 16px;
      width: 100%;
      padding:6px;
      border:none;
    }

    .fcountdown-timer{
      text-align:center;
      font-size:40px;
      color:#424242;
    }

    .ucp-element .button-large{
      color: rgb(255, 255, 255);
      font-size: 41px;
      background-color: rgb(255, 165, 0);
      text-align: center;
      border-radius:2px;
      padding:4px 10px;
      display: inline-block;
    }

    .ucp-element .button-large:hover{
      background-color: rgb(255, 207, 0);
      cursor:pointer;
      text-decoration:none;
    }

    .ucp-element .flip-clock-wrapper{
      font-size:26px !important;
    }

    .ucp-row .ucp-module{
        position: relative;
        box-sizing:content-box;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
        background-position: center;
    }

    .ucp-element input,
    .ucp-element textarea{
      max-width:400px;
      margin-left:auto;
      margin-right:auto;
    }

    .divider{
      display:block;
      height:10px;
      width:100%;
    }

    h1.headingl{
      font-size:34px;
      padding:10px 0 10px 0;
    }

    h2.headings{
      font-size:24px;
      padding:10px 0 10px 0;      
    }

    #ucp_captcha{
      display: inline-block;
      width: 40px;
      margin-left: 6px;
    }

    .ucp-captcha-img{
      vertical-align:middle;
      margin:0 4px;
    }

    #ucp_template_footer_js{
      display:none;
    }

    .ucp-module .fcountdown-timer {
      width: auto;
      display: inline-block;
    }

    h1.headingl,
    h1.headingl *,
    h2.headings,
    h2.headings *{
      line-height:1.2;
    }

    #ucp-template h1:before,
    #ucp-template h2:before{
      display:none;
    }

    @media (max-width: 961px){
        .video-foreground iframe {
            display: none;
        }

        .fcountdown-timer *{
            font-size:18px !important;
        }
        .flip-clock-wrapper ul {
            width: 30px !important;
            height: 50px !important;
        }

        .flip-clock-wrapper ul li{
            line-height:50px !important;
        }

        .flip-clock-dot{
            width:6px !important;
            height:6px !important;
        }

        .flip-clock-divider{
            height:50px !important;
        }

        .flip-clock-dot.top {
            top: 20px !important;
        }

        .flip-clock-dot.bottom {
            bottom: 10px !important;
        }
    }
    
    @media (max-width: 767px){ 
        .ucp-module{
            clear: both;
        }
    }

    @media (max-width: 500px){
        .flip-clock-wrapper ul {
            margin: 2px;
            width: 20px !important;
            height: 40px !important;
        }

        .flip-clock-wrapper {
            margin: 5px;
        }

        .flip-clock-wrapper ul li {
            line-height: 39px !important;
        }

        .flip-clock-divider .flip-clock-label {
            right: -43px;
        }

        .flip-clock-divider.minutes .flip-clock-label {
            right: -52px;
        }

        .flip-clock-divider.seconds .flip-clock-label {
            right: -55px;
        }

        .fcountdown-timer * {
            font-size: 15px !important;
        }
    }

    .ucp-blur{
        -webkit-filter: blur(5px); /* Safari */
        filter: blur(5px);
    }

    #ucp-access-form {
        position: fixed;
        top: 50%;
        left: 50%;
        max-width: 350px;
        margin-left: -140px;
        margin-top: -200px;
        padding: 30px;
        background: #FFF;
        -webkit-box-shadow: 0px 0px 94px 13px rgba(0,0,0,0.59);
        -moz-box-shadow: 0px 0px 94px 13px rgba(0,0,0,0.59);
        box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.29);
        text-align: center;
        font-size: 18px;
    }
    
    #ucp-access-password {
        width: 100%;
        margin: 10px 0;
        font-size: 16px;
        padding: 6px;
        border-radius: 2px;
        border: 1px solid #e4e4e4;
    }

    #ucp-access-check-password {
        background: #333;
        color: #FFF;
        border: 0px;
        padding: 6px 26px;
        font-size: 16px;
        border-radius: 2px;
    }

    #ucp-access-check-password:hover{
        background: #666;
    }

    #ucp-access-response {
        background: #e62b2b;
        color: #FFF;
        text-align: center;
        width: 100%;
        border-radius: 2px;
        margin-top: 5px;
    }

    #ucp-access-response span{
        padding: 10px;
        display: block;
    }

    #ucp-access-show-form{
        position: absolute;
        bottom: 60px;
        right: -3px;
        font-size: 20px;
        background: #353535;
        color: #FFF;
        padding: 10px;
        border-radius: 4px;
        opacity: 0.4;
        border: thin solid #fefefe;
    }

    #ucp-access-show-form:hover{
        opacity:1;
        cursor:pointer;
        padding-right: 20px;
    }
    </style>




    </head>
    <body>


        <div id="ucp-template">
     <div class="container"> <div class="ucp-row row ui-sortable ui-droppable" style="cursor: auto;"><div class="ucp-module col-12 col-md-12 col-sm-12 ui-sortable-handle" data-module-type="image" data-module-id="m96924" id="ucp-m96924" style="cursor: auto;"><div class="ucp-element" data-element-type="image" data-css-attr="border" data-attr="src" data-element-id="e49991" style="cursor: auto;"><img class="image" src="https://chiroaf.com/wp-content/plugins/under-construction-page/images/original/mad-designer.png" alt="Mad Designer" title="Mad Designer" style="cursor: move;"></div></div><div class="ucp-module col-12 col-md-12 col-sm-12 ui-sortable-handle" data-module-type="heading_l" data-module-id="m14779" id="ucp-m14779" style="cursor: auto;"><div class="ucp-element" data-element-type="text" data-css-attr="color,font-size" data-attr="html" data-element-id="e76053" style="cursor: auto;"><h1 class="heading1">Sorry, we&#39;re doing some work on the site</h1></div></div><div class="ucp-module col-12 col-md-12 col-sm-12 ui-sortable-handle" data-module-type="heading_l" data-module-id="m11483" id="ucp-m11483" style="cursor: auto;"><div class="ucp-element" data-element-type="text" data-css-attr="color,font-size" data-attr="html" data-element-id="e80194" style="cursor: auto;"><p class="heading1">Thank you for being patient. We are doing some work on the site and will be back shortly.</p></div></div><div class="ucp-module col-12 col-md-12 col-sm-12 ui-sortable-handle" data-module-type="social" data-module-id="m39671" id="ucp-m39671" style="cursor: auto;"><div class="ucp-element" data-element-type="social" data-css-attr="color,font-size" data-attr="src" data-element-id="e96906" style="cursor: auto;"><div class="socialicons"><a class="ucp-social-facebook" title="facebook" href="#" target="_blank"><i class="fa fa-facebook-square fa-3x"></i></a><a class="ucp-social-twitter" title="twitter" href="#" target="_blank"><i class="fa fa-twitter-square fa-3x"></i></a><a class="ucp-social-google" title="google" href="#" target="_blank"><i class="fa fa-google-plus-square fa-3x"></i></a><a class="ucp-social-linkedin" title="linkedin" href="#" target="_blank"><i class="fa fa-linkedin-square fa-3x"></i></a><a class="ucp-social-youtube" title="youtube" href="#" target="_blank"><i class="fa fa-youtube-square fa-3x"></i></a><a class="ucp-social-pinterest" title="pinterest" href="#" target="_blank"><i class="fa fa-pinterest-square fa-3x"></i></a></div></div></div></div></div><style id="ucp_template_style">html body{background: rgba(211,211,211,1);background: -moz-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(250,250,250,1) 100%);background: -webkit-linear-gradient(left, rgba(211,211,211,1) 0%,rgba(250,250,250,1) 100%);background: linear-gradient(to right, rgba(211,211,211,1) 0%,rgba(250,250,250,1) 100%);}#ucp-m96924{padding-left:0px;box-sizing:border-box;padding-right:0px;padding-top:0px;padding-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;border-color:rgb(51, 51, 51);border-width:0px;border-style:none;}#ucp-m14779{padding-left:0px;box-sizing:border-box;padding-right:0px;padding-top:20px;padding-bottom:20px;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;border-color:rgb(51, 51, 51);border-width:0px;border-style:none;}#ucp-m14779 .heading1{color:rgb(51, 51, 51);font-size:44px;font-family:'Roboto';font-weight:bold;}#ucp-m11483{padding-left:0px;box-sizing:border-box;padding-right:0px;padding-top:20px;padding-bottom:20px;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;border-color:rgb(51, 51, 51);border-width:0px;border-style:none;}#ucp-m11483 .heading1{color:rgb(51, 51, 51);font-size:14px;font-family:'Roboto';font-weight:300;}#ucp-m39671{padding-left:0px;box-sizing:border-box;padding-right:0px;padding-top:20px;padding-bottom:20px;margin-left:0px;margin-right:0px;margin-top:0px;margin-bottom:0px;border-color:rgb(51, 51, 51);border-width:0px;border-style:none;}#ucp-m39671 .socialicons{color:rgb(51, 51, 51);font-size:16px;}#ucp-m39671 .socialicons a{color:rgb(51, 51, 51);}</style> <link rel="stylesheet" id="ucp-google-fonts-loader" href="https://fonts.bunny.net/css?family=Roboto:bold,300"><style id="ucp_template_custom_style"></style>
    </div>
    <script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/abovedownapparel/*","/wp-content/themes/jumpstart/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<div id="wl-list-pop-wrap" style="display:none;"></div><!-- /wl-list-pop-wrap -->
<div class="wl-list-pop woocommerce" style="display:none;">
	<!--<a class="wl-pop-head">Add to Wishlist</a>-->
	<dl>
				
				
					</dl>
				<strong><a rel="nofollow" class="wl-add-to-single button" data-listid="session" href="#">Create a new list</a></strong>
	</div>
<!-- Instagram Feed JS -->
<script type="text/javascript">
var sbiajaxurl = "https://chiroaf.com/wp-admin/admin-ajax.php";
</script>
			<!-- Facebook Pixel Code -->
			<noscript>
				<img
					height="1"
					width="1"
					style="display:none"
					alt="fbpx"
					src="https://www.facebook.com/tr?id=1252884811412771&ev=PageView&noscript=1"
				/>
			</noscript>
			<!-- End Facebook Pixel Code -->
			
<div id="photoswipe-fullscreen-dialog" class="pswp" tabindex="-1" role="dialog" aria-modal="true" aria-hidden="true" aria-label="Full screen image">
	<div class="pswp__bg"></div>
	<div class="pswp__scroll-wrap">
		<div class="pswp__container">
			<div class="pswp__item"></div>
			<div class="pswp__item"></div>
			<div class="pswp__item"></div>
		</div>
		<div class="pswp__ui pswp__ui--hidden">
			<div class="pswp__top-bar">
				<div class="pswp__counter"></div>
				<button class="pswp__button pswp__button--zoom" aria-label="Zoom in/out"></button>
				<button class="pswp__button pswp__button--fs" aria-label="Toggle fullscreen"></button>
				<button class="pswp__button pswp__button--share" aria-label="Share"></button>
				<button class="pswp__button pswp__button--close" aria-label="Close (Esc)"></button>
				<div class="pswp__preloader">
					<div class="pswp__preloader__icn">
						<div class="pswp__preloader__cut">
							<div class="pswp__preloader__donut"></div>
						</div>
					</div>
				</div>
			</div>
			<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
				<div class="pswp__share-tooltip"></div>
			</div>
			<button class="pswp__button pswp__button--arrow--left" aria-label="Previous (arrow left)"></button>
			<button class="pswp__button pswp__button--arrow--right" aria-label="Next (arrow right)"></button>
			<div class="pswp__caption">
				<div class="pswp__caption__center"></div>
			</div>
		</div>
	</div>
</div>
<link rel='stylesheet' id='wc-blocks-style-css' href='https://chiroaf.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css' type='text/css' media='all' />
<script type="text/javascript" id="ucp-frontend-js-extra">
/* <![CDATA[ */
var ucp_frontend_variables = {"ucp_ajax_url":"https://chiroaf.com/wp-admin/admin-ajax.php","ucp_locked":""};
//# sourceURL=ucp-frontend-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/under-construction-page/js/ucp-frontend.js" id="ucp-frontend-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js" id="wc-accounting-js"></script>
<script type="text/javascript" id="wc-add-to-cart-variation-js-extra">
/* <![CDATA[ */
var wc_add_to_cart_variation_params = {"wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination.","i18n_reset_alert_text":"Your selection has been reset. Please select some product options before adding this product to your cart."};
//# sourceURL=wc-add-to-cart-variation-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js" id="wc-add-to-cart-variation-js" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/ui/core.min.js" id="jquery-ui-core-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/ui/datepicker.min.js" id="jquery-ui-datepicker-js"></script>
<script type="text/javascript" id="jquery-ui-datepicker-js-after">
/* <![CDATA[ */
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":0,"isRTL":false});});
//# sourceURL=jquery-ui-datepicker-js-after
/* ]]> */
</script>
<script type="text/javascript" id="woocommerce-addons-validation-js-extra">
/* <![CDATA[ */
var woocommerce_addons_params = {"price_display_suffix":"","tax_enabled":"1","price_include_tax":"","display_include_tax":"","ajax_url":"/wp-admin/admin-ajax.php","i18n_validation_required_select":"Please choose an option.","i18n_validation_required_input":"Please enter some text in this field.","i18n_validation_required_number":"Please enter a number in this field.","i18n_validation_required_file":"Please upload a file.","i18n_validation_letters_only":"Please enter letters only.","i18n_validation_numbers_only":"Please enter numbers only.","i18n_validation_letters_and_numbers_only":"Please enter letters and numbers only.","i18n_validation_email_only":"Please enter a valid email address.","i18n_validation_min_characters":"Please enter at least %c characters.","i18n_validation_max_characters":"Please enter up to %c characters.","i18n_validation_min_number":"Please enter %c or more.","i18n_validation_max_number":"Please enter %c or less.","i18n_validation_decimal_separator":"Please enter a price with one monetary decimal point (%c) without thousand separators.","i18n_sub_total":"Subtotal","i18n_remaining":"\u003Cspan\u003E\u003C/span\u003E characters remaining","currency_format_num_decimals":"2","currency_format_symbol":"$","currency_format_decimal_sep":".","currency_format_thousand_sep":",","trim_trailing_zeros":"1","is_bookings":"","trim_user_input_characters":"1000","quantity_symbol":"x ","datepicker_class":"wc_pao_datepicker","datepicker_date_format":"MM d, yy","gmt_offset":"6","date_input_timezone_reference":"default","currency_format":"%s%v"};
//# sourceURL=woocommerce-addons-validation-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce-product-addons/assets/js/lib/pao-validation.min.js" id="woocommerce-addons-validation-js"></script>
<script type="text/javascript" id="woocommerce-addons-js-extra">
/* <![CDATA[ */
var woocommerce_addons_params = {"price_display_suffix":"","tax_enabled":"1","price_include_tax":"","display_include_tax":"","ajax_url":"/wp-admin/admin-ajax.php","i18n_validation_required_select":"Please choose an option.","i18n_validation_required_input":"Please enter some text in this field.","i18n_validation_required_number":"Please enter a number in this field.","i18n_validation_required_file":"Please upload a file.","i18n_validation_letters_only":"Please enter letters only.","i18n_validation_numbers_only":"Please enter numbers only.","i18n_validation_letters_and_numbers_only":"Please enter letters and numbers only.","i18n_validation_email_only":"Please enter a valid email address.","i18n_validation_min_characters":"Please enter at least %c characters.","i18n_validation_max_characters":"Please enter up to %c characters.","i18n_validation_min_number":"Please enter %c or more.","i18n_validation_max_number":"Please enter %c or less.","i18n_validation_decimal_separator":"Please enter a price with one monetary decimal point (%c) without thousand separators.","i18n_sub_total":"Subtotal","i18n_remaining":"\u003Cspan\u003E\u003C/span\u003E characters remaining","currency_format_num_decimals":"2","currency_format_symbol":"$","currency_format_decimal_sep":".","currency_format_thousand_sep":",","trim_trailing_zeros":"1","is_bookings":"","trim_user_input_characters":"1000","quantity_symbol":"x ","datepicker_class":"wc_pao_datepicker","datepicker_date_format":"MM d, yy","gmt_offset":"6","date_input_timezone_reference":"default","currency_format":"%s%v"};
//# sourceURL=woocommerce-addons-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce-product-addons/assets/js/frontend/addons.min.js" id="woocommerce-addons-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/ui/mouse.min.js" id="jquery-ui-mouse-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/ui/resizable.min.js" id="jquery-ui-resizable-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/ui/draggable.min.js" id="jquery-ui-draggable-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/ui/controlgroup.min.js" id="jquery-ui-controlgroup-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/ui/checkboxradio.min.js" id="jquery-ui-checkboxradio-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/ui/button.min.js" id="jquery-ui-button-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/jquery/ui/dialog.min.js" id="jquery-ui-dialog-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/dist/vendor/moment.min.js" id="moment-js"></script>
<script type="text/javascript" id="moment-js-after">
/* <![CDATA[ */
moment.updateLocale( 'en_US', {"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"week":{"dow":0},"longDateFormat":{"LT":"g:i A","LTS":null,"L":null,"LL":"F j, Y","LLL":"F j, Y g:i a","LLLL":null}} );
//# sourceURL=moment-js-after
/* ]]> */
</script>
<script type="text/javascript" id="bya-frontend-js-extra">
/* <![CDATA[ */
var bya_frontend_params = {"add_to_cart_nonce":"fc0bc18f3b","is_block_cart":"no","is_cart":"no","redirect_add_to_cart":"no","ajax_add_to_cart":"yes","buy_again_nonce":"f94cf285d7","pagination_nonce":"e14d3ba371","search_nonce":"3fe8f86c2d","ajaxurl":"https://chiroaf.com/wp-admin/admin-ajax.php","current_page_url":"https://chiroaf.com/product/chiro-kids-sticker-pack/","cart_url":"https://chiroaf.com/cart/","view_cart_label":"view cart","user_id":"0","orderby":"","order":"","current_url":"https://chiroaf.com/product/chiro-kids-sticker-pack/feed/","min_qty_msg":"Please select the value that is not less than {min_qty}.","max_qty_msg":"Please select the value that is not more than  {max_qty}.","step_qty_msg":"Please select a valid value. The two nearest valid values are {from_qty} and {to_qty}."};
//# sourceURL=bya-frontend-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/buy-again-for-woocommerce/assets/js/frontend.js" id="bya-frontend-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js" id="wc-select2-js" data-wp-strategy="defer"></script>
<script type="text/javascript" id="bya-enhanced-js-extra">
/* <![CDATA[ */
var bya_enhanced_params = {"i18n_no_matches":"No matches found","i18n_input_too_short_1":"Please enter 1 or more characters","i18n_input_too_short_n":"Please enter %qty% or more characters","i18n_input_too_long_1":"Please delete 1 character","i18n_input_too_long_n":"Please delete %qty% characters","i18n_selection_too_long_1":"You can only select 1 item","i18n_selection_too_long_n":"You can only select %qty% items","i18n_load_more":"Loading more results\u2026","i18n_searching":"Searching\u2026","search_nonce":"a82788a16b","calendar_image":"https://chiroaf.com/wp-content/plugins/woocommerce/assets/images/calendar.png","ajaxurl":"https://chiroaf.com/wp-admin/admin-ajax.php","wc_version":"10.7.0"};
//# sourceURL=bya-enhanced-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/buy-again-for-woocommerce/assets/js/bya-enhanced.js" id="bya-enhanced-js"></script>
<script type="text/javascript" id="fue-front-script-js-extra">
/* <![CDATA[ */
var FUE_Front = {"is_logged_in":"","ajaxurl":"https://chiroaf.com/wp-admin/admin-ajax.php"};
//# sourceURL=fue-front-script-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-front.js" id="fue-front-script-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce-wishlists/assets/js/bootstrap-modal.js" id="bootstrap-modal-js"></script>
<script type="text/javascript" id="woocommerce-wishlists-js-extra">
/* <![CDATA[ */
var wishlist_params = {"root_url":"https://chiroaf.com","current_url":"/product/chiro-kids-sticker-pack/feed/","are_you_sure":"Are you sure?","quantity_prompt":"How Many Would You Like to Add?"};
//# sourceURL=woocommerce-wishlists-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce-wishlists/assets/js/woocommerce-wishlists.js" id="woocommerce-wishlists-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce-table-rate-shipping/assets/js/frontend-checkout.min.js" id="woocommerce_shipping_table_rate_checkout-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/yayswatches/src/callback.js" id="yay-swatches-callback-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/yayswatches/src/tooltip/popper.js" id="yay-swatches-tooltip-1-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/yayswatches/src/tooltip/tippy.js" id="yay-swatches-tooltip-js"></script>
<script type="text/javascript" id="yay-swatches-frontend-js-extra">
/* <![CDATA[ */
var yaySwatches = {"ajaxurl":"https://chiroaf.com/wp-admin/admin-ajax.php","nonce":"f502ed6af7","is_product_page":"yes","is_theme_active":"jumpstart","sold_out":{"soldOutShowHideOptions":"show","soldOutShowStyle":"cross","soldOutHideStyle":"automatic"},"wc_product_bundles_active":"yes"};
//# sourceURL=yay-swatches-frontend-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/yayswatches/src/frontend-script.js" id="yay-swatches-frontend-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/themes/jumpstart/framework/assets/plugins/bootstrap/js/bootstrap.min.js" id="bootstrap-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/themes/jumpstart/framework/assets/js/magnific-popup.min.js" id="magnific-popup-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/themes/jumpstart/framework/assets/js/hoverintent.min.js" id="hoverintent-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/themes/jumpstart/framework/assets/js/superfish.min.js" id="superfish-js"></script>
<script type="text/javascript" id="themeblvd-js-extra">
/* <![CDATA[ */
var themeblvd = {"scroll_to_top":"true","custom_buttons":"true","mobile":"false","bootstrap":"true","magnific_popup":"true","lightbox_animation":"fade","lightbox_mobile":"0","lightbox_mobile_iframe":"768","lightbox_mobile_gallery":"0","lightbox_error":"The lightbox media could not be loaded.","lightbox_close":"Close","lightbox_loading":"Loading...","lightbox_counter":"%curr% of %total%","lightbox_next":"Next","lightbox_previous":"Previous","gallery":"true","superfish":"true","mobile_header_breakpoint":"991","mobile_panel":"true","mobile_menu_location":"right","sticky":"true","sticky_offset":"50","side_panel":"true","youtube_api":"true","vimeo_api":"true"};
//# sourceURL=themeblvd-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/themes/jumpstart/framework/assets/js/themeblvd.min.js" id="themeblvd-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-includes/js/comment-reply.min.js" id="comment-reply-js" async="async" data-wp-strategy="async" fetchpriority="low"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js" id="sourcebuster-js-js"></script>
<script type="text/javascript" id="wc-order-attribution-js-extra">
/* <![CDATA[ */
var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"base64":false,"ajaxurl":"https://chiroaf.com/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js" id="wc-order-attribution-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/facebook-for-woocommerce/assets/js/frontend/pixel-events.js" id="wc-facebook-pixel-events-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woo-product-gallery-slider/assets/js/slick.min.js" id="slick-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woo-product-gallery-slider/assets/js/imagezoom.js" id="imagezoom-js"></script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woo-product-gallery-slider/assets/js/jquery.fancybox.min.js" id="fancybox-js"></script>
<script type="text/javascript" id="wpgs-public-js-extra">
/* <![CDATA[ */
var wpgs_js_data = {"thumb_axis":"y","thumb_autoStart":"","variation_mode":"","zoom":"1","zoom_action":"mouseover","zoom_level":"1","lightbox_icon":"","thumbnails_lightbox":"","slider_caption":"","is_mobile":"","ajax_url":"/wp-admin/admin-ajax.php","ajax_nonce":"0742173125","product_id":"21491","slider_animation":"true","thumbnails_id":"false","slider_lazyload":"disable","slider_adaptiveHeight":"true","slider_dots":"false","slider_rtl":"false","slider_infinity":"false","slider_dragging":"false","slider_nav":"false","slider_animation_speed":"500","slider_autoplay":"false","slider_autoplay_pause_on_hover":"true","slider_autoplay_time":"4000","thumb_to_show":"4","thumb_scroll_by":"1","thumb_v":"bottom","variableWidth":"","thumbnails_nav":"1","thumbnail_animation_speed":"500","centerMode":"","thumb_v_tablet":"bottom","thumbnails_tabs_thumb_to_show":"4","thumbnails_tabs_thumb_scroll_by":"1","thumbnails_mobile_thumb_to_show":"4","thumbnails_mobile_thumb_scroll_by":"1","carousel_mode":"","thumb_position_mobile":"bottom","variation_data":null,"gallery_count":"0","additional_ajax_trigger":"if_have_gallery"};
//# sourceURL=wpgs-public-js-extra
/* ]]> */
</script>
<script type="text/javascript" src="https://chiroaf.com/wp-content/plugins/woo-product-gallery-slider/assets/js/wpgs.js" id="wpgs-public-js"></script>
<script type="text/javascript" id="facebook-for-woocommerce-inline-js-after">
/* <![CDATA[ */
/* WooCommerce Facebook Integration Event Tracking */
fbq('set', 'agent', 'woocommerce_0-10.7.0-3.6.3', '1252884811412771');
fbq('track', 'PageView', {
    "source": "woocommerce_0",
    "version": "10.7.0",
    "pluginVersion": "3.6.3",
    "user_data": {}
}, {
    "eventID": "acb3a56f-6844-419e-97c9-7255e8e6d4bb"
});
//# sourceURL=facebook-for-woocommerce-inline-js-after
/* ]]> */
</script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://chiroaf.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4"}}
</script>
<script type="module">
/* <![CDATA[ */
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://chiroaf.com/wp-includes/js/wp-emoji-loader.min.js
/* ]]> */
</script>
<!-- WooCommerce JavaScript -->
<script type="text/javascript">
jQuery(function($) { 

				try {
					let checkoutForm = document.querySelector('form.checkout');
					if( checkoutForm ){
						
						checkoutForm.addEventListener('change', function(event) {
							
								if (event.target && event.target.name === 'payment_method') {
									setTimeout(function() {
										document.body.dispatchEvent(new Event('update_checkout'));
									}, 1000);
								}
						});
					}

				} catch( error ) {
					console.error( 'An error occurred:', error);
				}
 });
</script>
    </body>
  </html>
  
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: chiroaf.com @ 2026-05-01 12:21:24 by W3 Total Cache
-->