{"product_id":"the-immune-machine-by-austin-air","title":"Immunity Machine - Medical Grade Air Purifier by Austin Air Systems","description":"\u003c!--\n  NHD × AUSTIN AIR IMMUNITY MACHINE — SHOPIFY PRODUCT DESCRIPTION\n  ----------------------------------------------------------------\n  HOW TO USE:\n  1. In Shopify admin, open the Immunity Machine product.\n  2. Click the \"\u003c\u003e\" (Show HTML) button in the description editor.\n  3. Paste this entire file's contents into the description field.\n  4. Save. The product's price + \"Add to cart\" button are rendered by your\n     theme above\/below this block — anchors marked #buy in the CTAs will\n     scroll to whatever element on the page has id=\"buy\" (typically the\n     theme's product form). If your theme uses a different anchor, do a\n     find-and-replace on \"#buy\".\n\n  NOTES:\n  - All CSS is scoped under .nhd-immunity so it won't bleed into your theme.\n  - Brand colors and typography pulled from your 2022 Brand Guidelines.\n  - Porter Bold (heading) and Myriad Pro (body) are paid fonts. The page\n    falls back to closest free equivalents (Playfair Display + Source Sans 3)\n    loaded from Google Fonts. If your theme already loads Porter\/Myriad,\n    they will be used automatically because they are listed first in the\n    font stack.\n  - Replace LOGO_URL_HERE with the public Shopify CDN URL of your white-on-\n    transparent NHD long logo (Copy_of_NHD_LongBoxLogo__1_.png inverted).\n--\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!--\n  DEDUPE SCRIPT — Hides duplicate renders of this description block.\n  Some Shopify themes render {{ product.description }} in multiple\n  places on the product page (header section + description tab +\n  custom block). This script detects all .nhd-immunity instances on\n  the page and hides everything except the first one, so customers\n  only see the sales page once. The proper fix is still to remove the\n  duplicate block(s) in your theme customizer or Liquid template, but\n  this masks the issue immediately.\n--\u003e\n\u003cp\u003e\u003cscript\u003e\n(function() {\n  function nhdDedupe() {\n    var instances = document.querySelectorAll('.nhd-immunity');\n    if (instances.length \u003c 2) return;\n    for (var i = 1; i \u003c instances.length; i++) {\n      instances[i].style.display = 'none';\n      instances[i].setAttribute('aria-hidden', 'true');\n      instances[i].setAttribute('data-nhd-duplicate', 'true');\n    }\n  }\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', nhdDedupe);\n  } else {\n    nhdDedupe();\n  }\n  \/\/ Run once more after a short delay in case the theme injects\n  \/\/ the description dynamically (e.g., via AJAX or a tabbed UI).\n  setTimeout(nhdDedupe, 500);\n  setTimeout(nhdDedupe, 1500);\n})();\n\u003c\/script\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900\u0026amp;family=Source+Sans+3:ital,wght@0,300;0,400;0,600;0,700;1,400\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .nhd-immunity {\n    \/* Brand tokens — NHD 2022 Brand Guidelines *\/\n    --nhd-red: #5a0c12;\n    --nhd-burgundy: #3a0000;\n    --nhd-black: #323233;\n    --nhd-ink: #1f1e21;\n    --nhd-tan: #e4d1ba;\n    --nhd-gold: #7a6040;\n    --nhd-paper: #faf6f0;\n    --nhd-line: rgba(50, 50, 51, 0.14);\n\n    --font-display: \"Porter\", \"Playfair Display\", Georgia, serif;\n    --font-body: \"Myriad Pro\", \"Source Sans 3\", \"Source Sans Pro\", -apple-system, BlinkMacSystemFont, sans-serif;\n\n    font-family: var(--font-body);\n    color: var(--nhd-ink);\n    line-height: 1.65;\n    font-size: 17px;\n    max-width: 100%;\n    box-sizing: border-box;\n  }\n\n  .nhd-immunity *,\n  .nhd-immunity *::before,\n  .nhd-immunity *::after { box-sizing: border-box; }\n\n  .nhd-immunity h1,\n  .nhd-immunity h2,\n  .nhd-immunity h3,\n  .nhd-immunity h4 {\n    font-family: var(--font-display);\n    font-weight: 900;\n    letter-spacing: -0.01em;\n    line-height: 1.08;\n    color: var(--nhd-burgundy);\n    margin: 0 0 0.5em;\n  }\n\n  .nhd-immunity p { margin: 0 0 1em; }\n  .nhd-immunity strong { color: var(--nhd-red); font-weight: 700; }\n\n  \/* ========== HERO ========== *\/\n  .nhd-immunity .hero {\n    background:\n      radial-gradient(ellipse at 80% 20%, rgba(122, 96, 64, 0.18) 0%, transparent 60%),\n      linear-gradient(135deg, #1a0000 0%, var(--nhd-burgundy) 55%, var(--nhd-red) 100%);\n    color: var(--nhd-tan);\n    padding: 64px 40px 72px;\n    position: relative;\n    overflow: hidden;\n    border-radius: 6px;\n    margin-bottom: 0;\n    display: grid;\n    grid-template-columns: 1.25fr 1fr;\n    gap: 48px;\n    align-items: center;\n  }\n  .nhd-immunity .hero-content { position: relative; z-index: 2; }\n  .nhd-immunity .hero-image-wrap {\n    position: relative;\n    z-index: 2;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .nhd-immunity .hero-image-wrap::before {\n    content: \"\";\n    position: absolute;\n    width: 75%;\n    height: 75%;\n    background: radial-gradient(circle, rgba(228, 209, 186, 0.18) 0%, transparent 65%);\n    filter: blur(40px);\n    z-index: -1;\n  }\n  .nhd-immunity .hero-image-wrap img {\n    max-width: 100%;\n    height: auto;\n    max-height: 520px;\n    object-fit: contain;\n    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));\n    position: relative;\n    z-index: 1;\n  }\n  .nhd-immunity .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n      radial-gradient(circle at 1px 1px, rgba(228, 209, 186, 0.06) 1px, transparent 0);\n    background-size: 28px 28px;\n    pointer-events: none;\n    z-index: 0;\n  }\n  .nhd-immunity .hero-eyebrow {\n    display: inline-block;\n    font-family: var(--font-body);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--nhd-tan);\n    border: 1px solid rgba(228, 209, 186, 0.35);\n    padding: 8px 16px;\n    border-radius: 999px;\n    margin-bottom: 24px;\n    position: relative;\n  }\n  .nhd-immunity .hero h1 {\n    font-size: clamp(34px, 5.2vw, 64px);\n    color: var(--nhd-tan);\n    max-width: 18ch;\n    margin-bottom: 24px;\n    position: relative;\n  }\n  .nhd-immunity .hero h1 em {\n    font-style: italic;\n    color: #f0d9a8;\n    font-weight: 700;\n  }\n  .nhd-immunity .hero-sub {\n    font-size: clamp(17px, 1.6vw, 20px);\n    max-width: 56ch;\n    color: rgba(228, 209, 186, 0.92);\n    margin-bottom: 32px;\n    position: relative;\n  }\n  .nhd-immunity .hero-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--nhd-tan);\n    color: var(--nhd-burgundy);\n    font-family: var(--font-body);\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    font-size: 14px;\n    padding: 16px 30px;\n    border-radius: 4px;\n    text-decoration: none;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    position: relative;\n  }\n  .nhd-immunity .hero-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);\n  }\n  .nhd-immunity .hero-cta::after {\n    content: \"→\";\n    font-size: 18px;\n    transition: transform 0.2s ease;\n  }\n  .nhd-immunity .hero-cta:hover::after { transform: translateX(4px); }\n\n  .nhd-immunity .hero-trust {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 24px 36px;\n    margin-top: 40px;\n    padding-top: 28px;\n    border-top: 1px solid rgba(228, 209, 186, 0.18);\n    position: relative;\n  }\n  .nhd-immunity .hero-trust div {\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: rgba(228, 209, 186, 0.78);\n  }\n  .nhd-immunity .hero-trust strong {\n    display: block;\n    font-family: var(--font-display);\n    font-weight: 900;\n    font-size: 22px;\n    text-transform: none;\n    letter-spacing: 0;\n    color: var(--nhd-tan);\n    margin-bottom: 2px;\n  }\n\n  \/* ========== SECTION SHELL ========== *\/\n  .nhd-immunity .sec {\n    padding: 72px 40px;\n    border-bottom: 1px solid var(--nhd-line);\n  }\n  .nhd-immunity .sec:last-child { border-bottom: none; }\n  .nhd-immunity .sec-eyebrow {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--nhd-red);\n    margin-bottom: 18px;\n  }\n  .nhd-immunity .sec h2 {\n    font-size: clamp(28px, 3.6vw, 44px);\n    max-width: 22ch;\n    margin-bottom: 28px;\n  }\n  .nhd-immunity .sec-lede {\n    font-size: 19px;\n    max-width: 62ch;\n    color: var(--nhd-ink);\n  }\n\n  \/* ========== DR. WOLFSON QUOTE \/ PROBLEM ========== *\/\n  .nhd-immunity .problem {\n    background: var(--nhd-paper);\n    position: relative;\n  }\n  .nhd-immunity .problem::before {\n    content: \"“\";\n    position: absolute;\n    top: 24px;\n    left: 32px;\n    font-family: var(--font-display);\n    font-size: 180px;\n    line-height: 1;\n    color: var(--nhd-tan);\n    opacity: 0.6;\n    pointer-events: none;\n  }\n  .nhd-immunity .problem-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 32px;\n    position: relative;\n  }\n  .nhd-immunity .problem-grid p {\n    font-size: 19px;\n    line-height: 1.7;\n    max-width: 64ch;\n  }\n  .nhd-immunity .problem-attr {\n    margin-top: 24px;\n    font-family: var(--font-display);\n    font-style: italic;\n    font-weight: 700;\n    color: var(--nhd-burgundy);\n    font-size: 18px;\n  }\n\n  \/* ========== SOLUTION POSITIONING ========== *\/\n  .nhd-immunity .why {\n    background: #fff;\n  }\n  .nhd-immunity .why-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 28px;\n    margin-top: 40px;\n  }\n  .nhd-immunity .why-card {\n    border: 1px solid var(--nhd-line);\n    padding: 32px 28px;\n    background: var(--nhd-paper);\n    border-top: 4px solid var(--nhd-red);\n  }\n  .nhd-immunity .why-card-num {\n    font-family: var(--font-display);\n    font-weight: 900;\n    font-size: 38px;\n    color: var(--nhd-red);\n    line-height: 1;\n    margin-bottom: 12px;\n    display: block;\n  }\n  .nhd-immunity .why-card h3 {\n    font-size: 20px;\n    color: var(--nhd-burgundy);\n    margin-bottom: 10px;\n  }\n  .nhd-immunity .why-card p {\n    font-size: 15.5px;\n    margin: 0;\n    color: var(--nhd-ink);\n  }\n\n  \/* ========== 8 PHASES ========== *\/\n  .nhd-immunity .phases {\n    background: var(--nhd-ink);\n    color: var(--nhd-tan);\n  }\n  .nhd-immunity .phases h2 { color: var(--nhd-tan); }\n  .nhd-immunity .phases .sec-lede { color: rgba(228, 209, 186, 0.85); }\n  .nhd-immunity .phases .sec-eyebrow { color: var(--nhd-tan); }\n  .nhd-immunity .phase-list {\n    margin-top: 44px;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 0;\n  }\n  .nhd-immunity .phase {\n    display: grid;\n    grid-template-columns: 80px 1fr;\n    gap: 24px;\n    padding: 28px 0;\n    border-bottom: 1px solid rgba(228, 209, 186, 0.12);\n    align-items: start;\n  }\n  .nhd-immunity .phase:last-child { border-bottom: none; }\n  .nhd-immunity .phase-num {\n    font-family: var(--font-display);\n    font-weight: 900;\n    font-size: 56px;\n    line-height: 0.9;\n    color: var(--nhd-red);\n  }\n  .nhd-immunity .phase-num small {\n    display: block;\n    font-family: var(--font-body);\n    font-weight: 700;\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    color: var(--nhd-gold);\n    margin-bottom: 4px;\n  }\n  .nhd-immunity .phase h3 {\n    font-size: 21px;\n    color: var(--nhd-tan);\n    margin-bottom: 8px;\n  }\n  .nhd-immunity .phase p {\n    font-size: 16px;\n    color: rgba(228, 209, 186, 0.85);\n    margin: 0;\n    max-width: 70ch;\n  }\n\n  \/* ========== WHAT IT REMOVES ========== *\/\n  .nhd-immunity .removes { background: var(--nhd-paper); }\n  .nhd-immunity .removes-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 18px;\n    margin-top: 36px;\n  }\n  .nhd-immunity .removes-tag {\n    background: #fff;\n    border: 1px solid var(--nhd-line);\n    border-left: 3px solid var(--nhd-red);\n    padding: 18px 22px;\n    font-size: 15px;\n  }\n  .nhd-immunity .removes-tag strong {\n    display: block;\n    font-family: var(--font-display);\n    font-weight: 700;\n    color: var(--nhd-burgundy);\n    font-size: 17px;\n    margin-bottom: 4px;\n  }\n\n  \/* ========== WHO ========== *\/\n  .nhd-immunity .who {\n    background: var(--nhd-burgundy);\n    color: var(--nhd-tan);\n  }\n  .nhd-immunity .who h2 { color: var(--nhd-tan); }\n  .nhd-immunity .who .sec-eyebrow { color: var(--nhd-gold); }\n  .nhd-immunity .who-list {\n    margin-top: 32px;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 20px;\n  }\n  .nhd-immunity .who-item {\n    padding: 24px 0 24px 24px;\n    border-left: 2px solid var(--nhd-gold);\n  }\n  .nhd-immunity .who-item h3 {\n    font-size: 18px;\n    color: var(--nhd-tan);\n    margin-bottom: 6px;\n  }\n  .nhd-immunity .who-item p {\n    font-size: 15px;\n    margin: 0;\n    color: rgba(228, 209, 186, 0.82);\n  }\n\n  \/* ========== SPECS ========== *\/\n  .nhd-immunity .specs { background: #fff; }\n  .nhd-immunity .specs-table {\n    margin-top: 32px;\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 16px;\n  }\n  .nhd-immunity .specs-table th,\n  .nhd-immunity .specs-table td {\n    text-align: left;\n    padding: 14px 18px;\n    border-bottom: 1px solid var(--nhd-line);\n  }\n  .nhd-immunity .specs-table th {\n    width: 38%;\n    font-family: var(--font-body);\n    font-weight: 700;\n    color: var(--nhd-burgundy);\n    text-transform: uppercase;\n    font-size: 12px;\n    letter-spacing: 0.12em;\n  }\n  .nhd-immunity .specs-table td { color: var(--nhd-ink); }\n\n  \/* ========== FAQ ========== *\/\n  .nhd-immunity .faq { background: var(--nhd-paper); }\n  .nhd-immunity .faq-list { margin-top: 32px; }\n  .nhd-immunity details {\n    border-bottom: 1px solid var(--nhd-line);\n    padding: 22px 0;\n  }\n  .nhd-immunity details summary {\n    font-family: var(--font-display);\n    font-weight: 700;\n    font-size: 19px;\n    color: var(--nhd-burgundy);\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 16px;\n  }\n  .nhd-immunity details summary::-webkit-details-marker { display: none; }\n  .nhd-immunity details summary::after {\n    content: \"+\";\n    font-family: var(--font-body);\n    font-weight: 400;\n    color: var(--nhd-red);\n    font-size: 28px;\n    line-height: 1;\n    flex-shrink: 0;\n    transition: transform 0.2s ease;\n  }\n  .nhd-immunity details[open] summary::after { content: \"−\"; }\n  .nhd-immunity details p {\n    margin: 14px 0 0;\n    font-size: 16px;\n    color: var(--nhd-ink);\n    max-width: 70ch;\n  }\n\n  \/* ========== FINAL CTA ========== *\/\n  .nhd-immunity .final {\n    background: linear-gradient(180deg, var(--nhd-red) 0%, var(--nhd-burgundy) 100%);\n    color: var(--nhd-tan);\n    text-align: center;\n    padding: 80px 40px;\n  }\n  .nhd-immunity .final h2 {\n    color: var(--nhd-tan);\n    font-size: clamp(28px, 3.8vw, 48px);\n    max-width: 24ch;\n    margin: 0 auto 20px;\n  }\n  .nhd-immunity .final p {\n    max-width: 56ch;\n    margin: 0 auto 36px;\n    font-size: 18px;\n    color: rgba(228, 209, 186, 0.92);\n  }\n  .nhd-immunity .final .hero-cta {\n    background: var(--nhd-tan);\n    color: var(--nhd-burgundy);\n  }\n  .nhd-immunity .final-mini {\n    margin-top: 32px;\n    font-size: 13px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: rgba(228, 209, 186, 0.65);\n  }\n\n  \/* ========== RESPONSIVE ========== *\/\n  @media (max-width: 960px) {\n    .nhd-immunity .hero {\n      grid-template-columns: 1fr;\n      gap: 36px;\n    }\n    .nhd-immunity .hero-image-wrap img { max-height: 380px; }\n  }\n  @media (max-width: 720px) {\n    .nhd-immunity { font-size: 16px; }\n    .nhd-immunity .hero { padding: 48px 22px 56px; gap: 28px; }\n    .nhd-immunity .hero-image-wrap img { max-height: 320px; }\n    .nhd-immunity .sec { padding: 56px 22px; }\n    .nhd-immunity .final { padding: 60px 22px; }\n    .nhd-immunity .phase { grid-template-columns: 60px 1fr; gap: 16px; padding: 22px 0; }\n    .nhd-immunity .phase-num { font-size: 42px; }\n    .nhd-immunity .specs-table th,\n    .nhd-immunity .specs-table td { padding: 12px 10px; font-size: 14.5px; }\n    .nhd-immunity .specs-table th { width: 42%; }\n    .nhd-immunity .problem::before { font-size: 120px; top: 12px; left: 16px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"nhd-immunity\"\u003e\n\u003c!-- ============== HERO ============== --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"hero-eyebrow\"\u003eDr. Wolfson Approved · 100 Year Heart Method\u003c\/span\u003e\n\u003ch1\u003eThe air inside your home is \u003cem\u003equietly damaging\u003c\/em\u003e your arteries.\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eIndoor air is up to five times more polluted than outdoor air — packed with VOCs, formaldehyde, mold spores, viruses, and combustion gases that drive the oxidative stress at the root of cardiovascular disease. The Austin Air Immunity Machine is the most aggressive air filtration system ever built for home use, and it's the unit Dr. Wolfson recommends for patients serious about protecting their hearts, lungs, and immune systems.\u003c\/p\u003e\n\u003ca class=\"hero-cta\" href=\"#buy\"\u003eAdd to Cart\u003c\/a\u003e\n\u003cdiv class=\"hero-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e8\u003c\/strong\u003ePhases of filtration\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e0.1µ\u003c\/strong\u003eCaptured at 99%\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e1,500\u003c\/strong\u003eSq ft coverage\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e5-Year\u003c\/strong\u003eFilter \u0026amp; warranty\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMade in USA\u003c\/strong\u003eBuffalo, NY\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-image-wrap\"\u003e\u003cimg src=\"https:\/\/austinairsystems.com\/cdn\/shop\/files\/Austin-Air-Immunity-Machine-Graphite-left.jpg?v=1757707095\u0026amp;width=1000\" alt=\"Austin Air Immunity Machine - 8-phase HEPA air purifier in graphite finish\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============== PROBLEM \/ DR. W FRAMING ============== --\u003e\n\u003csection class=\"sec problem\"\u003e\n\u003cdiv class=\"problem-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"sec-eyebrow\"\u003eA Note From Dr. Wolfson\u003c\/div\u003e\n\u003ch2\u003eYou can eat clean, train hard, and still be poisoning your heart every night while you sleep.\u003c\/h2\u003e\n\u003cp\u003eFor two decades I've watched patients do everything \"right\" — organic food, supplements, exercise — and still develop coronary disease. The missing link is almost always the same: \u003cstrong\u003eenvironmental toxins driving relentless oxidative stress\u003c\/strong\u003e. And the single largest source of those toxins is the air inside your home.\u003c\/p\u003e\n\u003cp\u003eOff-gassing furniture. Gas stoves spewing nitrogen dioxide. Wildfire smoke. Mold. Cleaning chemicals. Dryer sheets. Carpet glues. Particulate matter under 2.5 microns small enough to cross directly from your lungs into your bloodstream and embed in arterial walls. This is what your air is, and a $200 box-store purifier with a thin pleated filter doesn't touch it.\u003c\/p\u003e\n\u003cp\u003eThe Immunity Machine does. It's the only home unit on the market with eight stages of filtration — including military-grade HEGA carbon cloth originally developed for chemical and biological warfare defense. If you're serious about a hundred-year heart, you start with the air you breathe.\u003c\/p\u003e\n\u003cp class=\"problem-attr\"\u003e— Dr. Jack Wolfson, Cardiologist · Founder, Natural Heart Doctor\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============== WHY IT'S DIFFERENT ============== --\u003e\n\u003csection class=\"sec why\"\u003e\n\u003cdiv class=\"sec-eyebrow\"\u003eWhy The Immunity Machine\u003c\/div\u003e\n\u003ch2\u003eMost air purifiers filter dust. This one filters the things that actually shorten your life.\u003c\/h2\u003e\n\u003cp class=\"sec-lede\"\u003eStandard HEPA purifiers stop visible particles and call it a day. The Immunity Machine was engineered for the threats consumer purifiers ignore — the gases, VOCs, ultrafine particles, and viral loads that drive systemic inflammation and arterial damage.\u003c\/p\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"why-card-num\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eMedical-Grade HEPA\u003c\/h3\u003e\n\u003cp\u003eCaptures 99.97% of particles down to 0.3 microns and 99% down to 0.1 microns — the size of a single virus particle, far smaller than what standard HEPA reaches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"why-card-num\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eMilitary-Grade HEGA Carbon Cloth\u003c\/h3\u003e\n\u003cp\u003eOriginally developed for British military protection against chemical, biological, radiological, and nuclear (CBRN) agents. Now defending your living room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"why-card-num\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eFour-Layer Granular Defense\u003c\/h3\u003e\n\u003cp\u003eActivated carbon, impregnated carbon, mineral-based zeolite, and impregnated zeolite — engineered to neutralize formaldehyde, ammonia, nitrogen dioxide, and the full VOC spectrum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"why-card-num\"\u003e04\u003c\/span\u003e\n\u003ch3\u003e360° Steel Intake\u003c\/h3\u003e\n\u003cp\u003eAll-steel construction with perforated housing pulls air from every direction. Up to 1,500 square feet of true room-scale coverage — not a marketing number.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"why-card-num\"\u003e05\u003c\/span\u003e\n\u003ch3\u003eZero Ozone, Zero Ionization\u003c\/h3\u003e\n\u003cp\u003ePure mechanical filtration. No off-gassing, no ionizers, no UV byproducts. Safe for chemically sensitive patients, infants, and anyone with respiratory disease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"why-card-num\"\u003e06\u003c\/span\u003e\n\u003ch3\u003e5-Year Filter Life\u003c\/h3\u003e\n\u003cp\u003eThe Austin Air filter outlasts the cost of replacement filters on every competitor. Lowest five-year cost of ownership of any serious air purifier on the market.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============== 8 PHASES ============== --\u003e\n\u003csection class=\"sec phases\"\u003e\n\u003cdiv class=\"sec-eyebrow\"\u003eThe 8 Phases\u003c\/div\u003e\n\u003ch2\u003eEight layers of defense between your bloodstream and the air around you.\u003c\/h2\u003e\n\u003cp class=\"sec-lede\"\u003eEvery cubic foot of air pulled into the unit passes through eight engineered stages. Each one targets a different class of pollutant — particles you can see, particles you can't, gases that wreck your endothelium, and viral loads that overwhelm immune defenses.\u003c\/p\u003e\n\u003cdiv class=\"phase-list\"\u003e\n\u003cdiv class=\"phase\"\u003e\n\u003cdiv class=\"phase-num\"\u003e\n\u003csmall\u003ePhase\u003c\/small\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLarge Particle Pre-Filter\u003c\/h3\u003e\n\u003cp\u003eFirst line of defense. Captures visible dust, pet hair, and dander before they reach the deeper filtration stages — extending the life of every layer behind it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"phase\"\u003e\n\u003cdiv class=\"phase-num\"\u003e\n\u003csmall\u003ePhase\u003c\/small\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMedium Particle Pre-Filter\u003c\/h3\u003e\n\u003cp\u003eTargets pollen, mold spores, and finer airborne debris. Critical for allergy and asthma sufferers, and anyone living near agriculture, construction, or wildfire zones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"phase\"\u003e\n\u003cdiv class=\"phase-num\"\u003e\n\u003csmall\u003ePhase\u003c\/small\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eActivated Carbon\u003c\/h3\u003e\n\u003cp\u003ePounds of granular activated carbon — not the thin sheet found in cheap purifiers. Adsorbs household odors, smoke, and a broad range of volatile organic compounds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"phase\"\u003e\n\u003cdiv class=\"phase-num\"\u003e\n\u003csmall\u003ePhase\u003c\/small\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eImpregnated Carbon\u003c\/h3\u003e\n\u003cp\u003eSpecially treated carbon engineered to neutralize the toughest chemical pollutants — formaldehyde from new construction, VOCs from cleaning products, and toxic byproducts of wildfire smoke.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"phase\"\u003e\n\u003cdiv class=\"phase-num\"\u003e\n\u003csmall\u003ePhase\u003c\/small\u003e5\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMineral-Based Filtration (Zeolite)\u003c\/h3\u003e\n\u003cp\u003eThree-dimensional honeycomb structure with a naturally negative charge. Pulls positively charged gas molecules and VOCs out of circulation through molecular attraction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"phase\"\u003e\n\u003cdiv class=\"phase-num\"\u003e\n\u003csmall\u003ePhase\u003c\/small\u003e6\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eImpregnated Mineral-Based Filtration\u003c\/h3\u003e\n\u003cp\u003eProprietary impregnation breaks down nitrogen-based gases on contact — nitrogen dioxide from gas stoves, ammonia from cleaning agents, and byproducts of vehicle emissions seeping in from outside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"phase\"\u003e\n\u003cdiv class=\"phase-num\"\u003e\n\u003csmall\u003ePhase\u003c\/small\u003e7\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMedical-Grade HEPA\u003c\/h3\u003e\n\u003cp\u003eCertified HEPA captures 99.97% of airborne particles down to 0.3 microns and 99% down to 0.1 microns. That includes bacteria, viruses, mold fragments, allergens, and microplastics small enough to enter circulation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"phase\"\u003e\n\u003cdiv class=\"phase-num\"\u003e\n\u003csmall\u003ePhase\u003c\/small\u003e8\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMilitary-Grade HEGA Carbon Cloth\u003c\/h3\u003e\n\u003cp\u003eThe final defense barrier. The same tightly woven carbon cloth used in military gear to shield against chemical, biological, radiological, and nuclear threats. Clinically demonstrated to capture and neutralize ultrafine viruses — your last layer between the outside world and your lungs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============== WHAT IT REMOVES ============== --\u003e\n\u003csection class=\"sec removes\"\u003e\n\u003cdiv class=\"sec-eyebrow\"\u003eWhat It Removes\u003c\/div\u003e\n\u003ch2\u003eThe pollutants quietly running down your immune system and your arteries.\u003c\/h2\u003e\n\u003cp class=\"sec-lede\"\u003eA short, honest list of what the Immunity Machine pulls out of the air in your home.\u003c\/p\u003e\n\u003cdiv class=\"removes-grid\"\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003eViruses \u0026amp; Bacteria\u003c\/strong\u003eCaptured down to 0.1 microns\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003eMold Spores \u0026amp; Mildew\u003c\/strong\u003eIncluding post-flood and HVAC-borne\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003eVOCs\u003c\/strong\u003eFrom paint, glue, furniture, plastics\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003eFormaldehyde\u003c\/strong\u003eNew homes, cabinets, foam, fabrics\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003eNitrogen Dioxide\u003c\/strong\u003eGas stoves, combustion appliances\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003eAmmonia \u0026amp; Cleaning Vapors\u003c\/strong\u003eBleach, sprays, disinfectants\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003eWildfire \u0026amp; Tobacco Smoke\u003c\/strong\u003eIncluding ultrafine combustion particles\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003ePet Dander \u0026amp; Hair\u003c\/strong\u003ePlus airborne fecal particulate\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003ePollen\u003c\/strong\u003eTree, grass, ragweed, mold\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003eMicroplastics\u003c\/strong\u003eAirborne polymer fragments\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003eCooking Odors \u0026amp; Grease\u003c\/strong\u003eIncluding gas-stove particulate\u003c\/div\u003e\n\u003cdiv class=\"removes-tag\"\u003e\n\u003cstrong\u003eOff-Gassing Fragrances\u003c\/strong\u003ePerfumes, candles, dryer sheets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============== WHO ============== --\u003e\n\u003csection class=\"sec who\"\u003e\n\u003cdiv class=\"sec-eyebrow\"\u003eWho This Is For\u003c\/div\u003e\n\u003ch2\u003eThe Immunity Machine wasn't built for everyone. It was built for these people.\u003c\/h2\u003e\n\u003cdiv class=\"who-list\"\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003ch3\u003eHeart \u0026amp; Vascular Patients\u003c\/h3\u003e\n\u003cp\u003eAnyone working to reverse arterial damage and reduce systemic oxidative stress at its environmental root.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003ch3\u003eImmunocompromised Households\u003c\/h3\u003e\n\u003cp\u003eCancer recovery, autoimmune disease, post-viral syndromes, and anyone whose immune defenses can't take another hit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003ch3\u003eNew Construction Homes\u003c\/h3\u003e\n\u003cp\u003eIf your house, apartment, or office was built or renovated in the last five years, the off-gassing alone justifies the investment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003ch3\u003eMold-Exposed Families\u003c\/h3\u003e\n\u003cp\u003eAfter remediation — and during, if you can't move out — the Immunity Machine is the most aggressive consumer-grade defense available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003ch3\u003eGas-Stove Households\u003c\/h3\u003e\n\u003cp\u003eCooking with gas releases nitrogen dioxide at levels that would be illegal outdoors. Phase 6 specifically targets it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003ch3\u003eChildren \u0026amp; Seniors\u003c\/h3\u003e\n\u003cp\u003eDeveloping lungs and aging immune systems are the two populations most vulnerable to indoor air pollution. The unit runs quietly enough for nurseries and bedrooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003ch3\u003eWildfire \u0026amp; Smoke Zones\u003c\/h3\u003e\n\u003cp\u003eIf you live anywhere west of the Rockies, in the Southeast hurricane belt, or near agricultural burns — this is non-negotiable infrastructure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"who-item\"\u003e\n\u003ch3\u003eClinics, Classrooms, Offices\u003c\/h3\u003e\n\u003cp\u003eAny high-traffic shared space where viral load and chemical exposure compound. One unit covers up to 1,500 sq ft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============== SPECS ============== --\u003e\n\u003csection class=\"sec specs\"\u003e\n\u003cdiv class=\"sec-eyebrow\"\u003eSpecifications\u003c\/div\u003e\n\u003ch2\u003eBuilt like the appliance you'll hand down to your kids.\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFiltration System\u003c\/th\u003e\n\u003ctd\u003e8-Phase: dual pre-filters, 4-part granular defense, medical-grade HEPA, military-grade HEGA carbon cloth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eHEPA Performance\u003c\/th\u003e\n\u003ctd\u003e99.97% of particles ≥ 0.3 microns · 99% of particles ≥ 0.1 microns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCoverage Area\u003c\/th\u003e\n\u003ctd\u003eUp to 1,500 sq ft (single unit, true room-scale)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAir Intake\u003c\/th\u003e\n\u003ctd\u003e360° perforated steel housing, three fan speeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003ctd\u003eAll-steel body, rolling casters, graphite finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFilter Lifespan\u003c\/th\u003e\n\u003ctd\u003eUp to 5 years under normal residential use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWarranty\u003c\/th\u003e\n\u003ctd\u003e5-year limited warranty on unit and filter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOzone \/ Ionization\u003c\/th\u003e\n\u003ctd\u003eNone. Pure mechanical filtration. Zero off-gassing.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower\u003c\/th\u003e\n\u003ctd\u003eStandard 110V household outlet · Designed for continuous 24\/7 operation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e47 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCountry of Origin\u003c\/th\u003e\n\u003ctd\u003eManufactured in Buffalo, New York, USA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGuarantee\u003c\/th\u003e\n\u003ctd\u003e30-day manufacturer satisfaction guarantee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- ============== FAQ ============== --\u003e\n\u003csection class=\"sec faq\"\u003e\n\u003cdiv class=\"sec-eyebrow\"\u003eFrequently Asked\u003c\/div\u003e\n\u003ch2\u003eThe questions Dr. Wolfson hears most.\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy is indoor air a cardiovascular issue?\u003c\/summary\u003e\n\u003cp\u003eUltrafine particles (under 2.5 microns) cross from the lungs directly into the bloodstream, where they trigger systemic inflammation, oxidative stress, and endothelial dysfunction — the underlying mechanisms of coronary disease. Gases like nitrogen dioxide, formaldehyde, and benzene compound the damage. Indoor air, where most people spend 90% of their time, is the largest unaddressed environmental exposure in modern cardiology.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is this different from a standard HEPA purifier?\u003c\/summary\u003e\n\u003cp\u003eStandard purifiers stop at HEPA — they handle particles but ignore gases and VOCs. The Immunity Machine adds four layers of granular gas-phase filtration plus a final military-grade HEGA carbon cloth that captures ultrafine viruses and chemical agents. It's the only consumer-grade unit on the market with all eight phases.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill one unit cover my whole house?\u003c\/summary\u003e\n\u003cp\u003eOne Immunity Machine covers up to 1,500 sq ft of open-plan living space. For multi-story homes or homes with closed bedrooms, Dr. Wolfson recommends one unit per level — minimum a primary unit in the main living area and a second in the master bedroom (where you spend a third of your life).\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow loud is it?\u003c\/summary\u003e\n\u003cp\u003eThree speeds. On the lowest setting it runs as background white noise — quiet enough for bedrooms and nurseries. On high it moves serious air and is audible, but most patients run it on medium 24\/7 and forget it's there.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow often do I replace the filter?\u003c\/summary\u003e\n\u003cp\u003eOnce every five years under normal residential use. The filter is engineered to outlast the original purchase price of most competitor units — meaning the Immunity Machine has the lowest five-year cost of ownership of any serious air purifier on the market.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it produce ozone?\u003c\/summary\u003e\n\u003cp\u003eNo. Zero ozone, zero ionization, zero UV byproducts. It uses pure mechanical filtration only. This makes it safe for chemically sensitive patients, infants, and anyone with reactive airway disease — populations where ionizing purifiers are actively contraindicated.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it whole-house HVAC compatible?\u003c\/summary\u003e\n\u003cp\u003eIt's a portable freestanding unit, not an HVAC integration. That's a feature, not a bug. Whole-house systems only run when your heating or cooling cycles on. The Immunity Machine runs 24\/7 in the rooms where you actually live and sleep — and you can move it.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere is it made?\u003c\/summary\u003e\n\u003cp\u003eDesigned and manufactured in Buffalo, New York, USA. Austin Air units have been chosen by the U.S. government for the largest deployment of air cleaners in American history.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's your return policy?\u003c\/summary\u003e\n\u003cp\u003e30-day manufacturer satisfaction guarantee plus a 5-year limited warranty on both the unit and the filter. If something goes wrong, we make it right.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============== FINAL CTA ============== --\u003e\n\u003csection class=\"final\"\u003e\n\u003ch2\u003eStop poisoning your heart with the air you can't see.\u003c\/h2\u003e\n\u003cp\u003eThe Immunity Machine is the most aggressive home air filtration system Dr. Wolfson recommends — and the one he runs in his own home. Order yours today and start defending your cardiovascular system at its environmental root.\u003c\/p\u003e\n\u003ca class=\"hero-cta\" href=\"#buy\"\u003eAdd to Cart\u003c\/a\u003e\n\u003cdiv class=\"final-mini\"\u003e5-Year Warranty · Made in USA\u003c\/div\u003e\n\u003cdiv class=\"final-mini\"\u003e\n\u003cblockquote\u003e\n\u003ch6 class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan style=\"font-size: 14.0pt; font-family: 'Arial',sans-serif;\"\u003e* Ships free in the contiguous United States only. If you are in Alaska or Hawaii, please request a freight quote before ordering.  \u003cspan style=\"color: rgb(204, 204, 204);\"\u003e\u003ca href=\"mailto:orders@naturalheartdoctor.com\" style=\"color: rgb(204, 204, 204);\" target=\"_blank\"\u003eorders@naturalheartdoctor.com\u003c\/a\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/b\u003e\u003c\/h6\u003e\n\u003c\/blockquote\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Natural Heart Doctor Shop","offers":[{"title":"Modern Graphite","offer_id":49721444008176,"sku":null,"price":1145.0,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":49721444040944,"sku":null,"price":1195.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Blue","offer_id":49721444073712,"sku":null,"price":1195.0,"currency_code":"USD","in_stock":true},{"title":"Sandstone","offer_id":49721444106480,"sku":null,"price":1195.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/0470\/2192\/files\/ImmunityMachine.png?v=1778270853","url":"https:\/\/shop.naturalheartdoctor.com\/products\/the-immune-machine-by-austin-air","provider":"Natural Heart Doctor Shop","version":"1.0","type":"link"}