{"id":338,"date":"2026-08-19T02:55:15","date_gmt":"2026-08-19T02:55:15","guid":{"rendered":"https:\/\/dev.foxmeadowwellness.com\/?page_id=338"},"modified":"2026-09-02T04:36:08","modified_gmt":"2026-09-02T04:36:08","slug":"cardio-health","status":"publish","type":"page","link":"https:\/\/www.foxmeadowwellness.com\/index.php\/cardio-health\/","title":{"rendered":"Cardio Health"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"598\" src=\"https:\/\/www.foxmeadowwellness.com\/wp-content\/uploads\/2026\/07\/cardio-health.jpg\" alt=\"\" class=\"wp-image-160\" style=\"aspect-ratio:1.2842617814738297;width:443px;height:auto\" srcset=\"https:\/\/www.foxmeadowwellness.com\/wp-content\/uploads\/2026\/07\/cardio-health.jpg 768w, https:\/\/www.foxmeadowwellness.com\/wp-content\/uploads\/2026\/07\/cardio-health-300x234.jpg 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<style data-wp-block-html=\"css\">\n#gi-conditions-app ul.conditions-list li:hover {\n    background-color: #eef6ff;\n    border-radius: 6px;\n    color: #005bb5;\n}\n<\/style>\n\n<div id=\"gi-conditions-app\">\n\n<style>\n  #gi-conditions-app {\n    font-family: Arial, sans-serif;\n    margin: 20px 0;\n  }\n\n  #gi-conditions-app .container {\n    display: flex;\n    gap: 40px;\n    flex-wrap: wrap;\n  }\n\n  #gi-conditions-app .output,\n  #gi-conditions-app .details {\n    background: #ffffff;\n    padding: 20px;\n    border-radius: 8px;\n    box-shadow: 0 2px 6px rgba(0,0,0,0.08);\n    flex: 1 1 300px;\n  }\n\n  #gi-conditions-app ul.conditions-list {\n    list-style-type: disc;\n    padding-left: 20px;\n  }\n\n  #gi-conditions-app ul.conditions-list li {\n    margin-bottom: 10px;\n    cursor: pointer;\n    font-size: 1rem;\n    transition: all 0.2s ease;\n  }\n\n  #gi-conditions-app ul.conditions-list li:hover {\n    background-color: #eef6ff;\n    padding: 8px 12px;\n    border-radius: 6px;\n    color: #005bb5;\n  }\n\n  #gi-conditions-app .empty {\n    color: #777;\n    font-style: italic;\n  }\n\n  .fade-slide {\n    animation: fadeSlide 0.4s ease forwards;\n    opacity: 0;\n    transform: translateY(10px);\n  }\n\n  @keyframes fadeSlide {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  #gi-conditions-app ul {\n    margin-top: 10px;\n    padding-left: 20px;\n  }\n<\/style>\n\n<h2>Cardiac &amp; Metabolic Health Conditions<\/h2>\n\n<div class=\"container\">\n\n  <!-- LEFT: Bulleted List -->\n  <div class=\"output\">\n    <h3>Conditions<\/h3>\n    <ul class=\"conditions-list\">\n      <li data-cond=\"Cardiac Disease\">Cardiac Disease<\/li>\n      <li data-cond=\"Hypertension\">Hypertension<\/li>\n      <li data-cond=\"Diabetes\">Diabetes<\/li>\n      <li data-cond=\"High Cholesterol\">High Cholesterol<\/li>\n      <li data-cond=\"Blood Sugar \/ Insulin Resistance\">Blood Sugar \/ Insulin Resistance<\/li>\n      <li data-cond=\"Metabolic Syndrome\">Metabolic Syndrome<\/li>\n    <\/ul>\n  <\/div>\n\n  <!-- RIGHT: Condition Details -->\n  <div class=\"details\">\n    <h3><\/h3>\n    <div id=\"condition-details\" class=\"empty\">Click a condition to view symptoms.<\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n(function(){\n  const detailsContainer = document.querySelector('#gi-conditions-app #condition-details');\n  const items = document.querySelectorAll('#gi-conditions-app .conditions-list li');\n\n  const symptoms = {\n    \"Cardiac Disease\": [\n      \"Chest discomfort or pressure\",\n      \"Shortness of breath\",\n      \"Fatigue or reduced exercise tolerance\",\n      \"Palpitations or irregular heartbeat\",\n      \"Swelling in legs or ankles\",\n      \"Dizziness or lightheadedness\",\n      \"Pain radiating to arm, jaw, or back\"\n    ],\n\n    \"Hypertension\": [\n      \"Often no symptoms (silent condition)\",\n      \"Headaches\",\n      \"Shortness of breath\",\n      \"Dizziness\",\n      \"Chest discomfort\",\n      \"Vision changes\",\n      \"Fatigue\"\n    ],\n\n    \"Diabetes\": [\n      \"Increased thirst\",\n      \"Frequent urination\",\n      \"Fatigue\",\n      \"Blurred vision\",\n      \"Slow wound healing\",\n      \"Increased hunger\",\n      \"Numbness or tingling in hands\/feet\"\n    ],\n\n    \"High Cholesterol\": [\n      \"Typically no symptoms\",\n      \"Possible chest pain if arteries narrow\",\n      \"Fatigue with exertion\",\n      \"Shortness of breath with activity\",\n      \"Leg pain due to poor circulation\"\n    ],\n\n    \"Blood Sugar \/ Insulin Resistance\": [\n      \"Fatigue after meals\",\n      \"Sugar cravings\",\n      \"Weight gain around the abdomen\",\n      \"Brain fog\",\n      \"Skin tags\",\n      \"Darkened skin patches (acanthosis nigricans)\",\n      \"Elevated fasting glucose\"\n    ],\n\n    \"Metabolic Syndrome\": [\n      \"Increased waist circumference\",\n      \"High blood pressure\",\n      \"Elevated fasting glucose\",\n      \"High triglycerides\",\n      \"Low HDL cholesterol\",\n      \"Fatigue\",\n      \"Inflammation-related symptoms\"\n    ]\n  };\n\n  function showDetails(condition) {\n    detailsContainer.innerHTML = \"\";\n    detailsContainer.classList.remove(\"empty\");\n\n    const title = document.createElement(\"h3\");\n    title.textContent = `${condition} Symptoms`;\n    title.classList.add(\"fade-slide\");\n    detailsContainer.appendChild(title);\n\n    const list = document.createElement(\"ul\");\n    list.classList.add(\"fade-slide\");\n\n    symptoms[condition].forEach(symptom => {\n      const li = document.createElement(\"li\");\n      li.textContent = symptom;\n      list.appendChild(li);\n    });\n\n    detailsContainer.appendChild(list);\n  }\n\n  items.forEach(item => {\n    item.addEventListener(\"click\", () => {\n      const condition = item.getAttribute(\"data-cond\");\n      showDetails(condition);\n    });\n  });\n\n})();\n<\/script>\n\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\">See the calendar below to schedule your next  functional medicine appointment.   90 minute appointments are typical for diagnosing your condition and providing holistic options to address your condition.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Select a date and time below, enter your name and e-mail address &#8211; it&#8217;s that easy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\"><\/div>\n\n\n\n<div class=\"wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"availo-widget\" data-event=\"402\"><\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Cardiac &amp; Metabolic Health Conditions Conditions Cardiac Disease Hypertension Diabetes High Cholesterol Blood Sugar \/ Insulin Resistance Metabolic Syndrome Click a condition to view symptoms. See the calendar below to schedule your next functional medicine appointment. 90 minute appointments are typical for diagnosing your condition and providing holistic options to address your condition. Select a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-338","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/pages\/338","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/comments?post=338"}],"version-history":[{"count":5,"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/pages\/338\/revisions"}],"predecessor-version":[{"id":485,"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/pages\/338\/revisions\/485"}],"wp:attachment":[{"href":"https:\/\/www.foxmeadowwellness.com\/index.php\/wp-json\/wp\/v2\/media?parent=338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}