{"product_id":"detox-a-definitive-guide-a-simple-10-day-reset-for-digestion-energy-hydration-and-better-daily-habits-e-book-free-instant-digital-delivery","title":"Detox: A Definitive Guide | A Simple 10 Day Reset for Digestion, Energy, Hydration and Better Daily Habits | E Book | Free Instant Digital Delivery","description":"\u003cstyle\u003e\n  \/* =========================================================\n     LONGEVITY PREMIER — DETOX: A DEFINITIVE GUIDE\n     Product Description\n     Self-contained HTML + CSS + JavaScript\n     NO LIQUID REQUIRED\n     ========================================================= *\/\n\n  .lpdg {\n    --lpdg-green: #173d35;\n    --lpdg-green-2: #285a4d;\n    --lpdg-sage: #e8efe9;\n    --lpdg-sage-light: #f3f6f2;\n    --lpdg-ivory: #fbfaf6;\n    --lpdg-gold: #b79a5d;\n    --lpdg-border: #dde4de;\n    --lpdg-ink: #26312d;\n    --lpdg-muted: #68736e;\n    --lpdg-white: #ffffff;\n\n    width: 100%;\n    color: var(--lpdg-ink);\n    font-family: var(--font-body-family, Arial, Helvetica, sans-serif);\n    font-size: 16px;\n    line-height: 1.7;\n    overflow: hidden;\n  }\n\n  .lpdg *,\n  .lpdg *::before,\n  .lpdg *::after {\n    box-sizing: border-box;\n  }\n\n  .lpdg h2,\n  .lpdg h3,\n  .lpdg p,\n  .lpdg ul {\n    margin-top: 0;\n  }\n\n  .lpdg h2,\n  .lpdg h3 {\n    color: var(--lpdg-green);\n    font-family: var(\n      --font-heading-family,\n      Georgia,\n      \"Times New Roman\",\n      serif\n    );\n    font-weight: 500;\n    line-height: 1.15;\n    letter-spacing: -0.02em;\n  }\n\n  .lpdg__container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  .lpdg__hero {\n    position: relative;\n    padding: clamp(42px, 7vw, 86px);\n    margin: 18px auto 58px;\n\n    background:\n      radial-gradient(\n        circle at 88% 12%,\n        rgba(183, 154, 93, 0.15),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #f7f7f1 0%,\n        #edf3ed 55%,\n        #f8f5ed 100%\n      );\n\n    border: 1px solid var(--lpdg-border);\n    border-radius: 28px;\n    overflow: hidden;\n  }\n\n  .lpdg__hero::after {\n    content: \"\";\n    position: absolute;\n    width: 240px;\n    height: 240px;\n    right: -90px;\n    bottom: -115px;\n\n    border: 1px solid rgba(23, 61, 53, 0.13);\n    border-radius: 50%;\n\n    box-shadow:\n      0 0 0 34px rgba(23, 61, 53, 0.035),\n      0 0 0 68px rgba(23, 61, 53, 0.025);\n\n    pointer-events: none;\n  }\n\n  .lpdg__eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n\n    margin-bottom: 20px;\n\n    color: var(--lpdg-green-2);\n\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .lpdg__eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 1px;\n    background: var(--lpdg-gold);\n  }\n\n  .lpdg__title {\n    max-width: 790px;\n    margin: 0 0 24px;\n    font-size: clamp(38px, 6vw, 68px);\n  }\n\n  .lpdg__lead {\n    max-width: 790px;\n    margin-bottom: 18px;\n\n    color: var(--lpdg-green);\n\n    font-family: var(\n      --font-heading-family,\n      Georgia,\n      \"Times New Roman\",\n      serif\n    );\n\n    font-size: clamp(21px, 2.7vw, 29px);\n    line-height: 1.42;\n  }\n\n  .lpdg__hero-copy {\n    max-width: 820px;\n    margin-bottom: 0;\n\n    color: #4d5a55;\n    font-size: 17px;\n  }\n\n  .lpdg__pill-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n\n    margin-top: 30px;\n  }\n\n  .lpdg__pill {\n    display: inline-flex;\n    align-items: center;\n\n    min-height: 38px;\n    padding: 8px 15px;\n\n    background: rgba(255, 255, 255, 0.7);\n\n    border: 1px solid rgba(23, 61, 53, 0.14);\n    border-radius: 999px;\n\n    color: var(--lpdg-green);\n\n    font-size: 13px;\n    font-weight: 650;\n  }\n\n\n  \/* =========================================================\n     GENERAL SECTION STYLING\n     ========================================================= *\/\n\n  .lpdg__section-kicker {\n    display: block;\n\n    margin-bottom: 12px;\n\n    color: var(--lpdg-gold);\n\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .lpdg__section-title {\n    margin-bottom: 20px;\n    font-size: clamp(30px, 4vw, 45px);\n  }\n\n\n  \/* =========================================================\n     INTRODUCTION\n     ========================================================= *\/\n\n  .lpdg__intro {\n    display: grid;\n\n    grid-template-columns:\n      minmax(0, 0.88fr)\n      minmax(0, 1.12fr);\n\n    gap: clamp(34px, 6vw, 80px);\n    align-items: start;\n\n    margin-bottom: 72px;\n  }\n\n  .lpdg__copy p {\n    margin-bottom: 18px;\n    color: #4f5b56;\n  }\n\n\n  \/* =========================================================\n     GOAL STATEMENT\n     White text explicitly forced\n     ========================================================= *\/\n\n  .lpdg .lpdg__statement {\n    padding: 28px 30px;\n\n    background: #173d35;\n\n    border-radius: 20px;\n\n    color: #ffffff !important;\n  }\n\n  .lpdg .lpdg__statement p,\n  .lpdg .lpdg__statement strong,\n  .lpdg .lpdg__statement span {\n    color: #ffffff !important;\n  }\n\n  .lpdg .lpdg__statement p {\n    margin: 0;\n  }\n\n  .lpdg .lpdg__statement strong {\n    font-weight: 700;\n  }\n\n\n  \/* =========================================================\n     WHAT'S INSIDE\n     ========================================================= *\/\n\n  .lpdg__inside {\n    padding: clamp(42px, 7vw, 76px);\n    margin-bottom: 72px;\n\n    background: var(--lpdg-ivory);\n\n    border: 1px solid var(--lpdg-border);\n    border-radius: 28px;\n  }\n\n  .lpdg__inside-head {\n    max-width: 720px;\n    margin-bottom: 35px;\n  }\n\n  .lpdg__inside-head p {\n    margin-bottom: 0;\n    color: var(--lpdg-muted);\n  }\n\n  .lpdg__check-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n\n    gap: 12px 34px;\n\n    margin: 0;\n    padding: 0;\n\n    list-style: none;\n  }\n\n  .lpdg__check-grid li {\n    position: relative;\n\n    padding: 15px 15px 15px 43px;\n\n    border-bottom: 1px solid var(--lpdg-border);\n\n    color: #3e4b46;\n  }\n\n  .lpdg__check-grid li::before {\n    content: \"✓\";\n\n    position: absolute;\n    top: 14px;\n    left: 3px;\n\n    display: grid;\n    place-items: center;\n\n    width: 25px;\n    height: 25px;\n\n    background: var(--lpdg-sage);\n\n    border-radius: 50%;\n\n    color: var(--lpdg-green);\n\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n\n  \/* =========================================================\n     DIFFERENT KIND OF DETOX\n     ========================================================= *\/\n\n  .lpdg__different {\n    display: grid;\n\n    grid-template-columns:\n      minmax(0, 0.8fr)\n      minmax(0, 1.2fr);\n\n    gap: clamp(34px, 6vw, 72px);\n    align-items: center;\n\n    margin-bottom: 72px;\n  }\n\n  .lpdg__different p {\n    color: #4f5b56;\n  }\n\n  .lpdg__no-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .lpdg__no-item {\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n\n    padding: 19px 20px;\n\n    background: var(--lpdg-sage-light);\n\n    border: 1px solid var(--lpdg-border);\n    border-radius: 16px;\n\n    color: #405049;\n  }\n\n  .lpdg__no-mark {\n    flex: 0 0 29px;\n\n    display: grid;\n    place-items: center;\n\n    width: 29px;\n    height: 29px;\n    margin-top: 1px;\n\n    border: 1px solid #b9c7be;\n    border-radius: 50%;\n\n    color: var(--lpdg-green);\n\n    font-size: 17px;\n    line-height: 1;\n  }\n\n\n  \/* =========================================================\n     WELLNESS FOUNDATIONS\n     ========================================================= *\/\n\n  .lpdg__foundations {\n    margin-bottom: 72px;\n\n    padding: clamp(44px, 7vw, 76px);\n\n    background: var(--lpdg-green);\n\n    border-radius: 28px;\n\n    color: rgba(255, 255, 255, 0.88);\n  }\n\n  .lpdg__foundations .lpdg__section-kicker {\n    color: #d9c799;\n  }\n\n  .lpdg__foundations .lpdg__section-title {\n    max-width: 650px;\n    color: #ffffff !important;\n  }\n\n  .lpdg__foundations \u003e p {\n    max-width: 760px;\n    color: rgba(255, 255, 255, 0.88) !important;\n  }\n\n  .lpdg__foundation-grid {\n    display: grid;\n\n    grid-template-columns:\n      repeat(4, minmax(0, 1fr));\n\n    gap: 12px;\n\n    margin-top: 32px;\n  }\n\n  .lpdg__foundation-card {\n    min-height: 96px;\n\n    display: flex;\n    align-items: flex-end;\n\n    padding: 20px;\n\n    background: rgba(255, 255, 255, 0.07);\n\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 15px;\n\n    color: #ffffff !important;\n\n    font-weight: 650;\n  }\n\n\n  \/* =========================================================\n     WHO IT'S FOR\n     ========================================================= *\/\n\n  .lpdg__perfect {\n    display: grid;\n\n    grid-template-columns:\n      minmax(0, 0.9fr)\n      minmax(0, 1.1fr);\n\n    gap: clamp(34px, 6vw, 72px);\n    align-items: start;\n\n    margin-bottom: 72px;\n  }\n\n  .lpdg__benefit-list {\n    margin: 0;\n    padding: 0;\n\n    list-style: none;\n\n    border-top: 1px solid var(--lpdg-border);\n  }\n\n  .lpdg__benefit-list li {\n    padding: 15px 4px;\n\n    border-bottom: 1px solid var(--lpdg-border);\n\n    color: #45524d;\n  }\n\n  .lpdg__benefit-list li strong {\n    color: var(--lpdg-green);\n  }\n\n\n  \/* =========================================================\n     FINAL CTA CARD\n     ========================================================= *\/\n\n  .lpdg__closing {\n    position: relative;\n\n    padding:\n      clamp(52px, 8vw, 88px)\n      clamp(24px, 6vw, 70px);\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(255, 255, 255, 0.95),\n        transparent 46%\n      ),\n      linear-gradient(\n        135deg,\n        #edf3ee 0%,\n        #fbfaf6 100%\n      );\n\n    border: 1px solid #d9e1da;\n    border-radius: 28px;\n\n    overflow: hidden;\n  }\n\n  .lpdg__closing::before {\n    content: \"\";\n\n    position: absolute;\n\n    width: 260px;\n    height: 260px;\n\n    left: -150px;\n    bottom: -160px;\n\n    border: 1px solid rgba(23, 61, 53, 0.09);\n    border-radius: 50%;\n\n    box-shadow:\n      0 0 0 35px rgba(23, 61, 53, 0.025),\n      0 0 0 70px rgba(23, 61, 53, 0.018);\n\n    pointer-events: none;\n  }\n\n  .lpdg__closing-inner {\n    position: relative;\n    z-index: 2;\n\n    max-width: 760px;\n\n    margin: 0 auto;\n  }\n\n  .lpdg__closing .lpdg__section-kicker {\n    margin-bottom: 16px;\n  }\n\n  .lpdg__closing .lpdg__section-title {\n    max-width: 720px;\n\n    margin-left: auto;\n    margin-right: auto;\n    margin-bottom: 20px;\n  }\n\n  .lpdg__closing-main {\n    max-width: 650px;\n\n    margin-left: auto;\n    margin-right: auto;\n\n    color: var(--lpdg-green);\n\n    font-family: var(\n      --font-heading-family,\n      Georgia,\n      \"Times New Roman\",\n      serif\n    );\n\n    font-size: clamp(20px, 2.7vw, 27px);\n    line-height: 1.5;\n  }\n\n  .lpdg__closing-line {\n    width: 48px;\n    height: 2px;\n\n    margin: 28px auto;\n\n    background: var(--lpdg-gold);\n  }\n\n  .lpdg__closing-copy {\n    max-width: 620px;\n\n    margin-left: auto;\n    margin-right: auto;\n    margin-bottom: 0;\n\n    color: #57635e;\n  }\n\n\n  \/* =========================================================\n     DIRECT ADD TO CART CTA\n     ========================================================= *\/\n\n  .lpdg__cta-wrap {\n    max-width: 520px;\n\n    margin: 36px auto 0;\n  }\n\n  .lpdg__cta-pretitle {\n    margin: 0 0 15px !important;\n\n    color: var(--lpdg-green) !important;\n\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .lpdg__cta-button {\n    appearance: none;\n    -webkit-appearance: none;\n\n    width: 100%;\n    min-height: 62px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n\n    padding: 17px 30px;\n\n    background: #173d35;\n\n    border: 2px solid #173d35;\n    border-radius: 999px;\n\n    color: #ffffff !important;\n\n    font-family:\n      var(--font-body-family, Arial, Helvetica, sans-serif);\n\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.2;\n    letter-spacing: 0.045em;\n\n    text-align: center;\n    text-decoration: none !important;\n    text-transform: uppercase;\n\n    cursor: pointer;\n\n    box-shadow:\n      0 12px 28px rgba(23, 61, 53, 0.18);\n\n    transition:\n      background-color 0.2s ease,\n      border-color 0.2s ease,\n      transform 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .lpdg__cta-button:hover {\n    background: #285a4d;\n    border-color: #285a4d;\n\n    color: #ffffff !important;\n\n    transform: translateY(-2px);\n\n    box-shadow:\n      0 15px 32px rgba(23, 61, 53, 0.24);\n  }\n\n  .lpdg__cta-button:focus-visible {\n    outline: 3px solid rgba(183, 154, 93, 0.45);\n    outline-offset: 4px;\n  }\n\n  .lpdg__cta-button:disabled {\n    opacity: 0.72;\n    cursor: wait;\n    transform: none;\n  }\n\n  .lpdg__cta-arrow {\n    display: inline-flex;\n\n    font-size: 20px;\n    font-weight: 400;\n    line-height: 1;\n\n    transition: transform 0.2s ease;\n  }\n\n  .lpdg__cta-button:hover .lpdg__cta-arrow {\n    transform: translateX(3px);\n  }\n\n  .lpdg__cta-note {\n    max-width: 430px;\n\n    margin:\n      14px auto 0 !important;\n\n    color: #75817c !important;\n\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .lpdg__cta-status {\n    min-height: 22px;\n\n    margin:\n      10px auto 0 !important;\n\n    color: var(--lpdg-green) !important;\n\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.5;\n  }\n\n  .lpdg__cta-status.is-error {\n    color: #8a332b !important;\n  }\n\n\n  \/* =========================================================\n     TABLET\n     ========================================================= *\/\n\n  @media screen and (max-width: 900px) {\n\n    .lpdg__intro,\n    .lpdg__different,\n    .lpdg__perfect {\n      grid-template-columns: 1fr;\n    }\n\n    .lpdg__foundation-grid {\n      grid-template-columns:\n        repeat(2, minmax(0, 1fr));\n    }\n  }\n\n\n  \/* =========================================================\n     MOBILE\n     ========================================================= *\/\n\n  @media screen and (max-width: 640px) {\n\n    .lpdg__container {\n      width: min(100% - 24px, 1180px);\n    }\n\n    .lpdg__hero {\n      margin-top: 8px;\n      margin-bottom: 42px;\n\n      padding: 36px 24px;\n\n      border-radius: 20px;\n    }\n\n    .lpdg__inside,\n    .lpdg__foundations,\n    .lpdg__closing {\n      padding: 34px 22px;\n      border-radius: 20px;\n    }\n\n    .lpdg__intro,\n    .lpdg__different,\n    .lpdg__perfect,\n    .lpdg__inside,\n    .lpdg__foundations {\n      margin-bottom: 48px;\n    }\n\n    .lpdg__check-grid,\n    .lpdg__foundation-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .lpdg__foundation-card {\n      min-height: 72px;\n    }\n\n    .lpdg__statement {\n      padding: 24px;\n    }\n\n    .lpdg__cta-button {\n      min-height: 58px;\n\n      padding: 16px 20px;\n\n      font-size: 13px;\n      letter-spacing: 0.035em;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lpdg\"\u003e\n\n  \u003cdiv class=\"lpdg__container\"\u003e\n\n\n    \u003c!-- =====================================================\n         HERO\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"lpdg__hero\"\u003e\n\n      \u003cspan class=\"lpdg__eyebrow\"\u003e\n        A Practical 10 Day Wellness Reset\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"lpdg__title\"\u003e\n        Detox: A Definitive Guide\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lpdg__lead\"\u003e\n        Feeling bloated, sluggish, out of routine, or simply\n        ready for a fresh start?\n      \u003c\/p\u003e\n\n      \u003cp class=\"lpdg__hero-copy\"\u003e\n        Detox: A Definitive Guide gives you a practical 10 day\n        wellness reset designed to help you get back to the\n        habits that support digestion, regularity, hydration,\n        energy, movement, and better sleep.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lpdg__pill-row\"\u003e\n\n        \u003cspan class=\"lpdg__pill\"\u003e\n          10 Day Reset Plan\n        \u003c\/span\u003e\n\n        \u003cspan class=\"lpdg__pill\"\u003e\n          Whole Food Meals\n        \u003c\/span\u003e\n\n        \u003cspan class=\"lpdg__pill\"\u003e\n          Recipes \u0026amp; Shopping Lists\n        \u003c\/span\u003e\n\n        \u003cspan class=\"lpdg__pill\"\u003e\n          Daily Wellness Routines\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =====================================================\n         INTRODUCTION\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"lpdg__intro\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"lpdg__section-kicker\"\u003e\n          A realistic approach\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"lpdg__section-title\"\u003e\n          Support the systems your body already uses every day.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpdg__copy\"\u003e\n\n        \u003cp\u003e\n          This is not a starvation plan, juice fast, or extreme\n          cleanse. It is a realistic guide built around something\n          much simpler: supporting the natural systems your body\n          already uses every day while helping you create healthier\n          routines you can actually continue.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Inside, you will learn how your liver, digestive system,\n          kidneys, gut bacteria, nutrition, hydration, movement,\n          and sleep all work together.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The book takes complicated science and explains it in\n          clear, everyday language, so you understand not only\n          what to do, but why it matters.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"lpdg__statement\"\u003e\n\n          \u003cp\u003e\n            \u003cstrong\u003eThe goal is not perfection.\u003c\/strong\u003e\n            The goal is to give yourself 10 focused days to\n            reconnect with your body, pay attention to how you\n            feel, and discover which habits make the biggest\n            difference for you.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =====================================================\n         WHAT'S INSIDE\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"lpdg__inside\"\u003e\n\n      \u003cdiv class=\"lpdg__inside-head\"\u003e\n\n        \u003cspan class=\"lpdg__section-kicker\"\u003e\n          Inside the guide\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"lpdg__section-title\"\u003e\n          Everything you need for a practical 10 day reset.\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Clear guidance, everyday meals, simple routines,\n          and practical tools designed to help you stay\n          consistent from day one through day ten.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cul class=\"lpdg__check-grid\"\u003e\n\n        \u003cli\u003e\n          A complete 10 day reset plan you can follow day by day\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Simple meals made with familiar, whole foods\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Shopping lists and practical preparation guidance\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Easy recipes for breakfast, lunch, dinner,\n          snacks, and soups\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Daily hydration, movement, and sleep routines\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Guidance for supporting comfortable digestion\n          and regularity\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Practical ways to reduce bloating and feel lighter\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          An easy explanation of how your body's natural\n          detoxification systems work\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Daily checklists that help you track energy,\n          digestion, bloating, fluids, and sleep\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Tips for handling cravings, caffeine changes,\n          travel, busy schedules, and other common challenges\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          A plan for deciding which healthy habits you want\n          to continue after the 10 days\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =====================================================\n         DIFFERENT KIND OF DETOX\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"lpdg__different\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"lpdg__section-kicker\"\u003e\n          A different kind of detox\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"lpdg__section-title\"\u003e\n          Getting back on track does not have to mean\n          going to extremes.\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This guide focuses on practical habits you can\n          actually live with, rather than an all-or-nothing\n          approach.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpdg__no-list\"\u003e\n\n\n        \u003cdiv class=\"lpdg__no-item\"\u003e\n\n          \u003cspan class=\"lpdg__no-mark\" aria-hidden=\"true\"\u003e\n            ×\n          \u003c\/span\u003e\n\n          \u003cspan\u003e\n            You do not have to punish yourself to feel like\n            you are getting back on track.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpdg__no-item\"\u003e\n\n          \u003cspan class=\"lpdg__no-mark\" aria-hidden=\"true\"\u003e\n            ×\n          \u003c\/span\u003e\n\n          \u003cspan\u003e\n            You do not have to live on juice.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpdg__no-item\"\u003e\n\n          \u003cspan class=\"lpdg__no-mark\" aria-hidden=\"true\"\u003e\n            ×\n          \u003c\/span\u003e\n\n          \u003cspan\u003e\n            You do not have to count every calorie.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpdg__no-item\"\u003e\n\n          \u003cspan class=\"lpdg__no-mark\" aria-hidden=\"true\"\u003e\n            ×\n          \u003c\/span\u003e\n\n          \u003cspan\u003e\n            You do not have to overhaul your entire life overnight.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =====================================================\n         WELLNESS FOUNDATIONS\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"lpdg__foundations\"\u003e\n\n      \u003cspan class=\"lpdg__section-kicker\"\u003e\n        Simple things that matter\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"lpdg__section-title\"\u003e\n        Build the reset around everyday wellness foundations.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The guide focuses on better food, more fiber, enough\n        water, regular movement, quality sleep, less alcohol,\n        fewer heavily processed foods, and a routine you can\n        live with.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"lpdg__foundation-grid\"\u003e\n\n        \u003cdiv class=\"lpdg__foundation-card\"\u003e\n          Better food\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lpdg__foundation-card\"\u003e\n          More fiber\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lpdg__foundation-card\"\u003e\n          Enough water\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lpdg__foundation-card\"\u003e\n          Regular movement\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lpdg__foundation-card\"\u003e\n          Quality sleep\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lpdg__foundation-card\"\u003e\n          Less alcohol\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lpdg__foundation-card\"\u003e\n          Fewer heavily processed foods\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lpdg__foundation-card\"\u003e\n          A routine you can live with\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =====================================================\n         WHO IT'S FOR\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"lpdg__perfect\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"lpdg__section-kicker\"\u003e\n          Perfect for anyone who wants to\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"lpdg__section-title\"\u003e\n          Create a healthier routine without making wellness\n          complicated.\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cul class=\"lpdg__benefit-list\"\u003e\n\n        \u003cli\u003e\n          \u003cstrong\u003eFeel more in control\u003c\/strong\u003e\n          of your daily wellness routine\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Improve everyday eating habits\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Support digestive regularity\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Become more consistent with hydration and movement\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Create a calmer evening routine\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Understand detox without the hype\n        \u003c\/li\u003e\n\n        \u003cli\u003e\n          Build habits that can continue long after\n          the reset is over\n        \u003c\/li\u003e\n\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =====================================================\n         FINAL CTA\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"lpdg__closing\"\u003e\n\n      \u003cdiv class=\"lpdg__closing-inner\"\u003e\n\n        \u003cspan class=\"lpdg__section-kicker\"\u003e\n          A simpler place to begin\n        \u003c\/span\u003e\n\n        \u003ch2 class=\"lpdg__section-title\"\u003e\n          Your reset does not have to be complicated.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"lpdg__closing-main\"\u003e\n          Start with 10 days. Learn what works for you.\n          Keep the habits that make you feel your best.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"lpdg__closing-line\"\u003e\u003c\/div\u003e\n\n\n        \u003cp class=\"lpdg__closing-copy\"\u003e\n          Download\n          \u003cstrong\u003eDetox: A Definitive Guide\u003c\/strong\u003e\n          today and give yourself a clear, practical\n          place to begin.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"lpdg__cta-wrap\"\u003e\n\n          \u003cp class=\"lpdg__cta-pretitle\"\u003e\n            Ready to begin your 10 day reset?\n          \u003c\/p\u003e\n\n\n          \u003cbutton type=\"button\" class=\"lpdg__cta-button\" id=\"lpdgAddToCart\"\u003e\n\n            \u003cspan id=\"lpdgButtonText\"\u003e\n              Get the Guide\n            \u003c\/span\u003e\n\n            \u003cspan class=\"lpdg__cta-arrow\" id=\"lpdgButtonArrow\" aria-hidden=\"true\"\u003e\n              →\n            \u003c\/span\u003e\n\n          \u003c\/button\u003e\n\n\n          \u003cp class=\"lpdg__cta-note\"\u003e\n            Click above to add Detox: A Definitive Guide\n            directly to your cart.\n          \u003c\/p\u003e\n\n\n          \u003cp class=\"lpdg__cta-status\" id=\"lpdgCartStatus\" aria-live=\"polite\"\u003e\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003cscript\u003e\n(function () {\n\n  var button = document.getElementById('lpdgAddToCart');\n  var buttonText = document.getElementById('lpdgButtonText');\n  var buttonArrow = document.getElementById('lpdgButtonArrow');\n  var status = document.getElementById('lpdgCartStatus');\n\n  if (!button) {\n    return;\n  }\n\n\n  \/*\n   * Find the current product's selected variant ID.\n   *\n   * First we look for Shopify's existing product form.\n   * This means no Liquid or manually entered variant ID\n   * is required.\n   *\/\n  function findVariantId() {\n\n    var forms = document.querySelectorAll(\n      'form[action*=\"\/cart\/add\"]'\n    );\n\n    for (var i = 0; i \u003c forms.length; i++) {\n\n      \/*\n       * Ignore anything inside this description itself.\n       *\/\n      if (forms[i].closest('.lpdg')) {\n        continue;\n      }\n\n      var idField = forms[i].querySelector(\n        'input[name=\"id\"], select[name=\"id\"]'\n      );\n\n      if (\n        idField \u0026\u0026\n        idField.value \u0026\u0026\n        idField.value !== ''\n      ) {\n        return idField.value;\n      }\n\n    }\n\n\n    \/*\n     * Secondary search for themes that structure\n     * their product form differently.\n     *\/\n    var variantFields = document.querySelectorAll(\n      'input[name=\"id\"], select[name=\"id\"]'\n    );\n\n    for (var j = 0; j \u003c variantFields.length; j++) {\n\n      if (variantFields[j].closest('.lpdg')) {\n        continue;\n      }\n\n      if (\n        variantFields[j].value \u0026\u0026\n        variantFields[j].value !== ''\n      ) {\n        return variantFields[j].value;\n      }\n\n    }\n\n    return null;\n  }\n\n\n  \/*\n   * Fallback:\n   * Load the current Shopify product's JSON and use\n   * its first available variant.\n   *\/\n  async function findVariantFromProduct() {\n\n    var path = window.location.pathname.replace(\/\\\/$\/, '');\n\n    if (path.indexOf('\/products\/') === -1) {\n      throw new Error('Product page could not be identified.');\n    }\n\n    var productJsonUrl = path + '.js';\n\n    var response = await fetch(\n      productJsonUrl,\n      {\n        credentials: 'same-origin'\n      }\n    );\n\n    if (!response.ok) {\n      throw new Error('Product information could not be loaded.');\n    }\n\n    var product = await response.json();\n\n    if (!product.variants || !product.variants.length) {\n      throw new Error('No product variant was found.');\n    }\n\n    var availableVariant = null;\n\n    for (var i = 0; i \u003c product.variants.length; i++) {\n\n      if (product.variants[i].available) {\n        availableVariant = product.variants[i];\n        break;\n      }\n\n    }\n\n    if (!availableVariant) {\n      throw new Error('This guide is currently unavailable.');\n    }\n\n    return availableVariant.id;\n  }\n\n\n  \/*\n   * Add the product directly to Shopify cart.\n   *\/\n  async function addGuideToCart() {\n\n    button.disabled = true;\n\n    buttonText.textContent = 'Adding to Cart...';\n    buttonArrow.textContent = '';\n\n    status.textContent = '';\n    status.classList.remove('is-error');\n\n\n    try {\n\n      var variantId = findVariantId();\n\n\n      \/*\n       * If the theme's product form does not expose\n       * the variant ID, use the product JSON fallback.\n       *\/\n      if (!variantId) {\n        variantId = await findVariantFromProduct();\n      }\n\n\n      var root = '\/';\n\n      if (\n        window.Shopify \u0026\u0026\n        Shopify.routes \u0026\u0026\n        Shopify.routes.root\n      ) {\n        root = Shopify.routes.root;\n      }\n\n\n      \/*\n       * Shopify Ajax Cart request\n       *\/\n      var response = await fetch(\n        root + 'cart\/add.js',\n        {\n          method: 'POST',\n\n          headers: {\n            'Content-Type': 'application\/json',\n            'Accept': 'application\/json'\n          },\n\n          credentials: 'same-origin',\n\n          body: JSON.stringify({\n            items: [\n              {\n                id: variantId,\n                quantity: 1\n              }\n            ]\n          })\n        }\n      );\n\n\n      if (!response.ok) {\n\n        var errorData = null;\n\n        try {\n          errorData = await response.json();\n        } catch (e) {\n          errorData = null;\n        }\n\n        var message =\n          errorData \u0026\u0026\n          (\n            errorData.description ||\n            errorData.message\n          )\n          ? (\n              errorData.description ||\n              errorData.message\n            )\n          : 'The guide could not be added to the cart.';\n\n        throw new Error(message);\n      }\n\n\n      \/*\n       * Success\n       *\/\n      buttonText.textContent = 'Added to Cart ✓';\n      buttonArrow.textContent = '';\n\n      status.textContent = 'Opening your cart...';\n\n\n      \/*\n       * Send customer to cart so the purchase is\n       * immediately visible and ready for checkout.\n       *\/\n      window.setTimeout(function () {\n        window.location.href = root + 'cart';\n      }, 450);\n\n    } catch (error) {\n\n      button.disabled = false;\n\n      buttonText.textContent = 'Get the Guide';\n      buttonArrow.textContent = '→';\n\n      status.classList.add('is-error');\n\n      status.textContent =\n        error \u0026\u0026 error.message\n          ? error.message\n          : 'Unable to add the guide. Please try again.';\n\n    }\n\n  }\n\n\n  button.addEventListener(\n    'click',\n    addGuideToCart\n  );\n\n})();\n\u003c\/script\u003e","brand":"Longevity Premier Nutraceuticals Inc","offers":[{"title":"Default Title","offer_id":45851225980997,"sku":null,"price":2.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2008\/4147\/files\/Detox-Adefinitiveguidebook_aab6b6e6-8009-4bc6-9e59-2796111b33d4.png?v=1790301990","url":"https:\/\/longevitypremier.com\/products\/detox-a-definitive-guide-a-simple-10-day-reset-for-digestion-energy-hydration-and-better-daily-habits-e-book-free-instant-digital-delivery","provider":"Longevity Premier Nutraceuticals Inc","version":"1.0","type":"link"}