{"title":"In-Dandelion","description":null,"products":[{"product_id":"complete-detox-90-capsules","title":"Longevity Complete Detox (Day Formula): Daily support for your body's natural detoxification processes, liver function, and mental clarity.*","description":"\u003cstyle\u003e\n\/* =========================================================\n   LONGEVITY COMPLETE DETOX (DAY FORMULA)\n   PRODUCT DESCRIPTION + COMPARE DETOX OPTIONS TABS\n\n   Scoped only to #lpcd-product-description\n\n   Visual system:\n   Blue: #05539d\n   Navy: #17395f\n   Botanical Green: #6f9f82\n   Deep Green: #4f7f65\n   Dark Botanical Green: #355f49\n   Light Green: #f0f7f2\n   Gold Highlight: #d2ad45\n   Red CTA: #e60000\n   ========================================================= *\/\n\n#lpcd-product-description {\n  --lpcd-blue: #05539d;\n  --lpcd-navy: #17395f;\n  --lpcd-green: #6f9f82;\n  --lpcd-green-dark: #4f7f65;\n  --lpcd-green-deep: #355f49;\n  --lpcd-green-light: #f0f7f2;\n  --lpcd-gold: #d2ad45;\n  --lpcd-red: #e60000;\n  --lpcd-text: #333333;\n  --lpcd-muted: #66717c;\n  --lpcd-border: #dfe7e2;\n  --lpcd-light: #f5f8fb;\n  --lpcd-gray: #fafafa;\n  --lpcd-white: #ffffff;\n\n  max-width: 1120px;\n  margin: 0 auto;\n  padding: 0;\n  color: var(--lpcd-text);\n  font-family: inherit;\n  font-size: 16px;\n  line-height: 1.65;\n}\n\n#lpcd-product-description * {\n  box-sizing: border-box;\n}\n\n#lpcd-product-description p,\n#lpcd-product-description li,\n#lpcd-product-description span,\n#lpcd-product-description strong,\n#lpcd-product-description div,\n#lpcd-product-description a {\n  font-size: 16px;\n}\n\n#lpcd-product-description p {\n  margin: 0 0 16px;\n}\n\n#lpcd-product-description p:last-child {\n  margin-bottom: 0;\n}\n\n#lpcd-product-description h2,\n#lpcd-product-description h3 {\n  margin: 0 0 16px;\n  color: var(--lpcd-navy);\n  font-size: 22px !important;\n  line-height: 1.3;\n  font-weight: 700;\n}\n\n#lpcd-product-description .lpcd-main-title {\n  margin: 10px 0 16px;\n  color: var(--lpcd-navy);\n  font-size: 32px !important;\n  line-height: 1.18;\n  font-weight: 700;\n}\n\n#lpcd-product-description .lpcd-section {\n  padding: 52px 0;\n  border-bottom: 1px solid var(--lpcd-border);\n}\n\n#lpcd-product-description .lpcd-section:last-child {\n  border-bottom: 0;\n}\n\n#lpcd-product-description .lpcd-section-intro {\n  max-width: 850px;\n  margin-bottom: 28px;\n}\n\n#lpcd-product-description .lpcd-centered {\n  max-width: 880px;\n  margin-left: auto;\n  margin-right: auto;\n  text-align: center;\n}\n\n\n\/* =========================================================\n   TABS\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-tab-control {\n  position: absolute !important;\n  width: 1px !important;\n  height: 1px !important;\n  margin: -1px !important;\n  padding: 0 !important;\n  overflow: hidden !important;\n  clip: rect(0, 0, 0, 0) !important;\n  clip-path: inset(50%) !important;\n  white-space: nowrap !important;\n  border: 0 !important;\n}\n\n#lpcd-product-description .lpcd-tab-nav {\n  display: flex;\n  align-items: flex-end;\n  gap: 8px;\n  width: 100%;\n  margin: 0;\n  padding: 10px 12px 0;\n  border-bottom: 1px solid var(--lpcd-border);\n  background: #f7f9f8;\n}\n\n#lpcd-product-description .lpcd-tab-label {\n  position: relative;\n  display: flex;\n  flex: 1 1 50%;\n  min-height: 56px;\n  align-items: center;\n  justify-content: center;\n  margin: 0 0 -1px;\n  padding: 15px 20px 13px;\n\n  border: 1px solid #d8e1dc;\n  border-bottom-color: var(--lpcd-border);\n  border-radius: 7px 7px 0 0;\n\n  color: #607069;\n  background: #eef3f0;\n\n  font-size: 15px !important;\n  line-height: 1.35;\n  font-weight: 700;\n  letter-spacing: 0.025em;\n  text-align: center;\n\n  cursor: pointer;\n\n  transition:\n    color 160ms ease,\n    background-color 160ms ease,\n    border-color 160ms ease,\n    box-shadow 160ms ease;\n}\n\n#lpcd-product-description .lpcd-tab-label:hover {\n  color: var(--lpcd-navy);\n  background: #f4f7f5;\n  border-color: #cbd8d0;\n}\n\n\n\/* Selected tab gets subtle gold highlight *\/\n\n#lpcd-tab-description:checked\n  ~ .lpcd-tab-nav\n  label[for=\"lpcd-tab-description\"],\n#lpcd-tab-compare:checked\n  ~ .lpcd-tab-nav\n  label[for=\"lpcd-tab-compare\"] {\n  z-index: 2;\n  color: var(--lpcd-navy);\n  background: #ffffff;\n  border-color: var(--lpcd-gold);\n  border-bottom-color: #ffffff;\n\n  box-shadow:\n    0 -3px 0 rgba(210, 173, 69, 0.85) inset,\n    0 0 0 2px rgba(210, 173, 69, 0.15);\n}\n\n#lpcd-tab-description:focus-visible\n  ~ .lpcd-tab-nav\n  label[for=\"lpcd-tab-description\"],\n#lpcd-tab-compare:focus-visible\n  ~ .lpcd-tab-nav\n  label[for=\"lpcd-tab-compare\"] {\n  outline: 3px solid rgba(210, 173, 69, 0.35);\n  outline-offset: 2px;\n}\n\n#lpcd-product-description .lpcd-tab-panel {\n  display: none;\n}\n\n#lpcd-tab-description:checked\n  ~ .lpcd-tab-panels\n  .lpcd-tab-panel-description,\n#lpcd-tab-compare:checked\n  ~ .lpcd-tab-panels\n  .lpcd-tab-panel-compare {\n  display: block;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-hero {\n  padding-top: 52px;\n}\n\n#lpcd-product-description .lpcd-hero-grid {\n  display: grid;\n  grid-template-columns: 1.3fr 0.8fr;\n  gap: 48px;\n  align-items: center;\n}\n\n#lpcd-product-description .lpcd-brandline {\n  margin-bottom: 12px;\n  color: var(--lpcd-green-dark);\n  font-size: 34px !important;\n  line-height: 1.18;\n  font-weight: 700;\n}\n\n#lpcd-product-description .lpcd-hero-lead {\n  max-width: 700px;\n  line-height: 1.75;\n}\n\n#lpcd-product-description .lpcd-hero-statement {\n  margin-top: 26px;\n  padding: 22px 24px;\n  border-left: 4px solid var(--lpcd-green);\n  background: var(--lpcd-green-light);\n}\n\n#lpcd-product-description .lpcd-hero-statement strong {\n  color: var(--lpcd-green-dark);\n}\n\n\n\/* =========================================================\n   HERO VALUE BOX\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-value-box {\n  padding: 30px;\n  border-top: 4px solid var(--lpcd-green);\n  background: var(--lpcd-green-light);\n}\n\n#lpcd-product-description .lpcd-value-box h3 {\n  margin-bottom: 18px;\n}\n\n#lpcd-product-description .lpcd-value-item {\n  padding: 14px 0;\n  border-bottom: 1px solid #d6e4da;\n}\n\n#lpcd-product-description .lpcd-value-item:first-of-type {\n  padding-top: 0;\n}\n\n#lpcd-product-description .lpcd-value-item:last-child {\n  padding-bottom: 0;\n  border-bottom: 0;\n}\n\n#lpcd-product-description .lpcd-value-item strong {\n  display: block;\n  margin-bottom: 4px;\n  color: var(--lpcd-navy);\n}\n\n\n\/* =========================================================\n   ANALOGY STORY\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-story-grid {\n  display: grid;\n  grid-template-columns: 1.15fr 0.85fr;\n  gap: 22px;\n}\n\n#lpcd-product-description .lpcd-story-panel {\n  padding: 32px;\n  border: 1px solid var(--lpcd-border);\n  background: var(--lpcd-white);\n}\n\n#lpcd-product-description .lpcd-dark-panel {\n  padding: 32px;\n  background: var(--lpcd-green-deep);\n  color: #ffffff;\n}\n\n#lpcd-product-description .lpcd-dark-panel h2,\n#lpcd-product-description .lpcd-dark-panel h3,\n#lpcd-product-description .lpcd-dark-panel strong {\n  color: #ffffff;\n}\n\n#lpcd-product-description .lpcd-dark-panel .lpcd-green-line {\n  margin-top: 22px;\n  padding-top: 18px;\n  border-top: 3px solid #9fc3ad;\n}\n\n\n\/* =========================================================\n   BENEFIT GRID\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-benefit-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n  margin-top: 28px;\n}\n\n#lpcd-product-description .lpcd-benefit-card {\n  padding: 24px;\n  border: 1px solid var(--lpcd-border);\n  border-top: 3px solid var(--lpcd-green);\n  background: var(--lpcd-white);\n}\n\n#lpcd-product-description .lpcd-benefit-card h3 {\n  margin-bottom: 10px;\n  color: var(--lpcd-green-dark);\n}\n\n#lpcd-product-description .lpcd-benefit-card-featured {\n  background: var(--lpcd-green-light);\n}\n\n\n\/* =========================================================\n   INGREDIENT SECTION\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-ingredient-intro {\n  padding: 26px 28px;\n  border-left: 4px solid var(--lpcd-green);\n  background: var(--lpcd-green-light);\n}\n\n#lpcd-product-description .lpcd-ingredient-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 18px;\n  margin-top: 28px;\n}\n\n#lpcd-product-description .lpcd-ingredient-card {\n  padding: 25px 26px;\n  border: 1px solid var(--lpcd-border);\n  background: var(--lpcd-white);\n}\n\n#lpcd-product-description .lpcd-ingredient-card h3 {\n  margin-bottom: 8px;\n  color: var(--lpcd-green-dark);\n}\n\n#lpcd-product-description .lpcd-ingredient-card-featured {\n  background: var(--lpcd-green-light);\n}\n\n\n\/* =========================================================\n   DAILY ROUTINE\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-routine-grid {\n  display: grid;\n  grid-template-columns: 0.7fr 0.7fr 1.6fr;\n  border: 1px solid var(--lpcd-border);\n  background: var(--lpcd-white);\n}\n\n#lpcd-product-description .lpcd-routine-item {\n  padding: 24px;\n  border-right: 1px solid var(--lpcd-border);\n}\n\n#lpcd-product-description .lpcd-routine-item:last-child {\n  border-right: 0;\n}\n\n#lpcd-product-description .lpcd-routine-item strong {\n  display: block;\n  margin-bottom: 5px;\n  color: var(--lpcd-navy);\n}\n\n#lpcd-product-description .lpcd-routine-summary {\n  margin-top: 24px;\n  padding: 24px 28px;\n  background: var(--lpcd-green-light);\n  text-align: center;\n}\n\n#lpcd-product-description .lpcd-routine-summary strong {\n  color: var(--lpcd-green-dark);\n}\n\n\n\/* =========================================================\n   FINAL SUPPORT POSITIONING\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-final-box {\n  padding: 36px;\n  border-left: 4px solid var(--lpcd-green);\n  background: var(--lpcd-light);\n}\n\n#lpcd-product-description .lpcd-final-box strong {\n  color: var(--lpcd-navy);\n}\n\n#lpcd-product-description .lpcd-final-line {\n  margin-top: 20px;\n  padding-top: 18px;\n  border-top: 1px solid var(--lpcd-border);\n  color: var(--lpcd-green-dark);\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   COMPARE TAB HERO\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-compare-hero {\n  padding: 56px 34px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #355f49 0%,\n      #4f7f65 55%,\n      #638e74 100%\n    );\n\n  color: #ffffff;\n}\n\n#lpcd-product-description .lpcd-compare-hero-inner {\n  max-width: 900px;\n}\n\n#lpcd-product-description .lpcd-compare-eyebrow {\n  margin-bottom: 12px;\n  color: #4f7f65;\n  font-size: 14px !important;\n  line-height: 1.4;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n#lpcd-product-description .lpcd-compare-hero .lpcd-compare-eyebrow {\n  color: #d7eadf;\n}\n\n#lpcd-product-description .lpcd-compare-hero h2 {\n  max-width: 820px;\n  margin-bottom: 18px;\n  color: #ffffff;\n  font-size: 32px !important;\n  line-height: 1.2;\n}\n\n#lpcd-product-description .lpcd-compare-hero p {\n  max-width: 850px;\n  color: #f1f7f3;\n  font-size: 18px;\n  line-height: 1.72;\n}\n\n#lpcd-product-description .lpcd-compare-callout {\n  margin-top: 24px;\n  padding: 20px 22px;\n  border-left: 4px solid #c9dfcf;\n  background: rgba(255,255,255,0.10);\n}\n\n#lpcd-product-description .lpcd-compare-callout strong {\n  color: #ffffff;\n}\n\n\n\/* =========================================================\n   COMPARE TABLE\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-table-hint {\n  display: none;\n  margin: 0 0 12px;\n  color: var(--lpcd-muted);\n  font-size: 14px !important;\n}\n\n#lpcd-product-description .lpcd-table-scroll {\n  width: 100%;\n  overflow-x: auto;\n  border: 1px solid var(--lpcd-border);\n  background: var(--lpcd-white);\n  -webkit-overflow-scrolling: touch;\n}\n\n#lpcd-product-description .lpcd-compare-table {\n  width: 100%;\n  min-width: 920px;\n  margin: 0;\n  border: 0;\n  border-collapse: separate;\n  border-spacing: 0;\n  table-layout: fixed;\n  font-size: 15px;\n  line-height: 1.5;\n}\n\n#lpcd-product-description .lpcd-compare-table th,\n#lpcd-product-description .lpcd-compare-table td {\n  padding: 17px 16px;\n  border-right: 1px solid var(--lpcd-border);\n  border-bottom: 1px solid var(--lpcd-border);\n  vertical-align: top;\n  text-align: left;\n}\n\n#lpcd-product-description .lpcd-compare-table tr \u003e *:last-child {\n  border-right: 0;\n}\n\n#lpcd-product-description .lpcd-compare-table tbody tr:last-child \u003e * {\n  border-bottom: 0;\n}\n\n\n\/* Green comparison-table header *\/\n\n#lpcd-product-description .lpcd-compare-table thead th {\n  color: #ffffff;\n  background: var(--lpcd-green-dark);\n  font-weight: 700;\n}\n\n#lpcd-product-description .lpcd-compare-table thead th:first-child {\n  width: 20%;\n  background: var(--lpcd-green-deep);\n}\n\n#lpcd-product-description .lpcd-compare-table tbody th {\n  color: var(--lpcd-navy);\n  background: var(--lpcd-light);\n  font-weight: 700;\n}\n\n\n\/* Featured Complete Detox (Day Formula) column *\/\n\n#lpcd-product-description .lpcd-compare-table .lpcd-featured-column {\n  background: var(--lpcd-green-light);\n  border-left: 3px solid var(--lpcd-gold);\n  border-right: 3px solid var(--lpcd-gold);\n}\n\n#lpcd-product-description .lpcd-compare-table thead .lpcd-featured-column {\n  color: #ffffff;\n  background: var(--lpcd-green-deep);\n  border-top: 3px solid var(--lpcd-gold);\n  border-left: 3px solid var(--lpcd-gold);\n  border-right: 3px solid var(--lpcd-gold);\n}\n\n#lpcd-product-description\n  .lpcd-compare-table\n  tbody\n  tr:last-child\n  .lpcd-featured-column {\n  border-bottom: 3px solid var(--lpcd-gold);\n}\n\n\n\/* =========================================================\n   COMPARE PANELS\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-compare-two-column {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 22px;\n}\n\n#lpcd-product-description .lpcd-compare-panel {\n  padding: 30px;\n  border: 1px solid var(--lpcd-border);\n  background: var(--lpcd-white);\n}\n\n#lpcd-product-description .lpcd-compare-panel-featured {\n  border-top: 4px solid var(--lpcd-green);\n  background: var(--lpcd-green-light);\n}\n\n#lpcd-product-description .lpcd-compare-panel h3 {\n  color: var(--lpcd-green-dark);\n}\n\n\n\/* =========================================================\n   COMPARE INGREDIENT GRID\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-compare-ingredient-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  margin-top: 26px;\n}\n\n#lpcd-product-description .lpcd-compare-ingredient {\n  padding: 22px 24px;\n  border: 1px solid var(--lpcd-border);\n  background: var(--lpcd-white);\n}\n\n#lpcd-product-description .lpcd-compare-ingredient:nth-child(1),\n#lpcd-product-description .lpcd-compare-ingredient:nth-child(7) {\n  background: var(--lpcd-green-light);\n}\n\n#lpcd-product-description .lpcd-compare-ingredient h3 {\n  margin-bottom: 7px;\n  color: var(--lpcd-green-dark);\n}\n\n\n\/* =========================================================\n   CHOOSING APPROACH\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-choice-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n  margin-top: 28px;\n}\n\n#lpcd-product-description .lpcd-choice-card {\n  padding: 26px;\n  border: 1px solid var(--lpcd-border);\n  border-top: 3px solid var(--lpcd-green);\n  background: var(--lpcd-white);\n}\n\n#lpcd-product-description .lpcd-choice-card-featured {\n  color: #ffffff;\n  background: var(--lpcd-green-deep);\n  border-color: var(--lpcd-green-deep);\n}\n\n#lpcd-product-description .lpcd-choice-card-featured h3,\n#lpcd-product-description .lpcd-choice-card-featured strong {\n  color: #ffffff;\n}\n\n\n\/* =========================================================\n   STANDOUT\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-standout {\n  padding: 38px;\n  background: var(--lpcd-green-deep);\n  color: #ffffff;\n}\n\n#lpcd-product-description .lpcd-standout h2,\n#lpcd-product-description .lpcd-standout h3,\n#lpcd-product-description .lpcd-standout strong {\n  color: #ffffff;\n}\n\n#lpcd-product-description .lpcd-standout-label {\n  margin-bottom: 10px;\n  color: #c8dfd0;\n  font-size: 14px !important;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n#lpcd-product-description .lpcd-standout-line {\n  margin-top: 22px;\n  padding-top: 18px;\n  border-top: 1px solid rgba(255,255,255,0.22);\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-cta-wrap {\n  margin-top: 30px;\n  text-align: center;\n}\n\n#lpcd-product-description .lpcd-cta {\n  display: inline-block;\n  padding: 13px 26px;\n  border: 1px solid var(--lpcd-red);\n  background: var(--lpcd-red);\n  color: #ffffff !important;\n  text-decoration: none !important;\n  font-size: 16px !important;\n  line-height: 1.3;\n  font-weight: 700;\n  transition:\n    background-color 0.2s ease,\n    border-color 0.2s ease;\n}\n\n#lpcd-product-description .lpcd-cta:hover,\n#lpcd-product-description .lpcd-cta:focus {\n  border-color: var(--lpcd-blue);\n  background: var(--lpcd-blue);\n  color: #ffffff !important;\n}\n\n\n\/* =========================================================\n   DISCLAIMER\n   ========================================================= *\/\n\n#lpcd-product-description .lpcd-disclaimer {\n  padding: 24px 28px;\n  border: 1px solid var(--lpcd-border);\n  background: var(--lpcd-gray);\n  color: var(--lpcd-muted);\n  font-weight: 600;\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media screen and (max-width: 800px) {\n\n  #lpcd-product-description .lpcd-tab-nav {\n    gap: 5px;\n    padding: 8px 7px 0;\n  }\n\n  #lpcd-product-description .lpcd-tab-label {\n    min-height: 62px;\n    padding: 13px 8px 11px;\n    font-size: 13px !important;\n    border-radius: 6px 6px 0 0;\n  }\n\n  #lpcd-product-description .lpcd-section {\n    padding: 38px 0;\n  }\n\n  #lpcd-product-description .lpcd-hero-grid,\n  #lpcd-product-description .lpcd-story-grid,\n  #lpcd-product-description .lpcd-benefit-grid,\n  #lpcd-product-description .lpcd-ingredient-grid,\n  #lpcd-product-description .lpcd-routine-grid,\n  #lpcd-product-description .lpcd-compare-two-column,\n  #lpcd-product-description .lpcd-compare-ingredient-grid,\n  #lpcd-product-description .lpcd-choice-grid {\n    grid-template-columns: 1fr;\n  }\n\n  #lpcd-product-description .lpcd-hero-grid {\n    gap: 30px;\n  }\n\n  #lpcd-product-description .lpcd-brandline {\n    font-size: 32px !important;\n  }\n\n  #lpcd-product-description .lpcd-main-title {\n    font-size: 30px !important;\n  }\n\n  #lpcd-product-description .lpcd-value-box,\n  #lpcd-product-description .lpcd-story-panel,\n  #lpcd-product-description .lpcd-dark-panel,\n  #lpcd-product-description .lpcd-benefit-card,\n  #lpcd-product-description .lpcd-ingredient-card,\n  #lpcd-product-description .lpcd-compare-panel,\n  #lpcd-product-description .lpcd-choice-card {\n    padding: 22px;\n  }\n\n  #lpcd-product-description .lpcd-routine-item {\n    border-right: 0;\n    border-bottom: 1px solid var(--lpcd-border);\n  }\n\n  #lpcd-product-description .lpcd-routine-item:last-child {\n    border-bottom: 0;\n  }\n\n  #lpcd-product-description .lpcd-final-box {\n    padding: 28px 22px;\n  }\n\n  #lpcd-product-description .lpcd-compare-hero {\n    padding: 42px 22px;\n  }\n\n  #lpcd-product-description .lpcd-compare-hero h2 {\n    font-size: 28px !important;\n  }\n\n  #lpcd-product-description .lpcd-table-hint {\n    display: block;\n  }\n\n  #lpcd-product-description .lpcd-standout {\n    padding: 28px 22px;\n  }\n\n  #lpcd-product-description .lpcd-cta {\n    width: 100%;\n    text-align: center;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  #lpcd-product-description .lpcd-tab-label,\n  #lpcd-product-description .lpcd-cta {\n    transition: none;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"lpcd-product-description\"\u003e\n\n  \u003c!-- =====================================================\n       TAB CONTROLS\n       ===================================================== --\u003e\n\n  \u003cinput class=\"lpcd-tab-control\" type=\"radio\" name=\"lpcd-product-tabs\" id=\"lpcd-tab-description\" aria-label=\"Show product description\" checked\u003e\n\n  \u003cinput class=\"lpcd-tab-control\" type=\"radio\" name=\"lpcd-product-tabs\" id=\"lpcd-tab-compare\" aria-label=\"Show Compare Detox Options\"\u003e\n\n  \u003cdiv class=\"lpcd-tab-nav\"\u003e\n\n    \u003clabel class=\"lpcd-tab-label\" for=\"lpcd-tab-description\"\u003e\n      Product Description\n    \u003c\/label\u003e\n\n    \u003clabel class=\"lpcd-tab-label\" for=\"lpcd-tab-compare\"\u003e\n      Compare Detox Options\n    \u003c\/label\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"lpcd-tab-panels\"\u003e\n\n\n    \u003c!-- =====================================================\n         PRODUCT DESCRIPTION TAB\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"lpcd-tab-panel lpcd-tab-panel-description\"\u003e\n\n\n      \u003c!-- HERO --\u003e\n\n      \u003csection class=\"lpcd-section lpcd-hero\"\u003e\n\n        \u003cdiv class=\"lpcd-hero-grid\"\u003e\n\n          \u003cdiv\u003e\n\n            \u003cdiv class=\"lpcd-brandline\"\u003e\n              Longevity Complete Detox (Day Formula)\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"lpcd-main-title\"\u003e\n              Life doesn’t slow down. Neither does your body.\n            \u003c\/div\u003e\n\n            \u003cp class=\"lpcd-hero-lead\"\u003e\n              From morning to night, your body’s natural systems are constantly at work,\n              processing nutrients, managing normal metabolic byproducts, and supporting\n              the countless functions that keep you moving through the day.\n            \u003c\/p\u003e\n\n            \u003cp class=\"lpcd-hero-lead\"\u003e\n              \u003cstrong\u003eLongevity Complete Detox (Day Formula)\u003c\/strong\u003e was created to provide\n              daily nutritional and botanical support for your body’s natural detoxification\n              processes, normal liver function, and everyday wellness.*\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"lpcd-hero-statement\"\u003e\n\n              \u003cstrong\u003e\n                No extreme cleanse. No complicated routine. Just daily support for the systems already doing the work.*\n              \u003c\/strong\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-value-box\"\u003e\n\n            \u003ch3\u003e\n              Designed for everyday support\n            \u003c\/h3\u003e\n\n            \u003cdiv class=\"lpcd-value-item\"\u003e\n              \u003cstrong\u003eNatural detoxification support*\u003c\/strong\u003e\n              Supports your body’s normal detoxification processes.\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"lpcd-value-item\"\u003e\n              \u003cstrong\u003eNormal liver function*\u003c\/strong\u003e\n              Botanical and nutritional support for normal liver function.\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"lpcd-value-item\"\u003e\n              \u003cstrong\u003eAntioxidant support*\u003c\/strong\u003e\n              Helps protect cells from oxidative stress caused by free radicals.\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"lpcd-value-item\"\u003e\n              \u003cstrong\u003e90 capsules • 30 servings\u003c\/strong\u003e\n              A simple daytime formula for your regular wellness routine.\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- YOUR BODY DOES THE WORK --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-story-grid\"\u003e\n\n          \u003cdiv class=\"lpcd-story-panel\"\u003e\n\n            \u003ch2\u003e\n              Your body does the work. Give it daily support.\n            \u003c\/h2\u003e\n\n            \u003cp\u003e\n              Think of your body like a busy city during rush hour.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              Roads, intersections, signals, maintenance crews, and transportation\n              systems all work together to keep things moving. Your body is similar.\n              Many natural processes work behind the scenes every day to maintain\n              balance and normal function.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              Complete Detox is not designed to replace those processes or force your\n              body into an extreme cleanse.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              It brings together complementary botanical and nutritional ingredients\n              to support the normal systems your body already relies on every day.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-dark-panel\"\u003e\n\n            \u003ch2\u003e\n              A more practical approach to everyday wellness\n            \u003c\/h2\u003e\n\n            \u003cp\u003e\n              Rather than treating detox as an occasional extreme reset, Complete Detox\n              is built around steady nutritional and botanical support for the body’s\n              normal everyday processes.*\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"lpcd-green-line\"\u003e\n\n              \u003cstrong\u003e\n                Daily life. Daily support. One simple formula.\n              \u003c\/strong\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- EVERYDAY SUPPORT --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-section-intro\"\u003e\n\n          \u003ch2\u003e\n            Everyday support where it matters\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            A daytime formula designed to support several complementary areas of\n            everyday wellness.*\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-benefit-grid\"\u003e\n\n          \u003cdiv class=\"lpcd-benefit-card lpcd-benefit-card-featured\"\u003e\n\n            \u003ch3\u003e\n              Natural detoxification support*\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Supports your body’s normal detoxification processes and its natural\n              handling of everyday metabolic byproducts.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-benefit-card\"\u003e\n\n            \u003ch3\u003e\n              Normal liver function*\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides nutritional and botanical support for normal liver function,\n              one of the body’s important everyday metabolic systems.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-benefit-card\"\u003e\n\n            \u003ch3\u003e\n              Antioxidant support*\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides antioxidant support to help protect cells from oxidative\n              stress caused by free radicals.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-benefit-card\"\u003e\n\n            \u003ch3\u003e\n              Everyday mental clarity*\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides complementary nutritional support for everyday mental clarity\n              and focus.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-benefit-card\"\u003e\n\n            \u003ch3\u003e\n              Everyday wellness support*\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              A convenient daytime formula designed to complement the healthy habits\n              and nutrition choices you already make.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-benefit-card lpcd-benefit-card-featured\"\u003e\n\n            \u003ch3\u003e\n              One simple daily routine\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Daily nutritional and botanical support without turning wellness into\n              a complicated cleanse routine.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- BOTANICAL FORMULA --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-section-intro\"\u003e\n\n          \u003ch2\u003e\n            A botanical formula for your daily routine\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Complete Detox combines seven botanical and fiber based ingredients in\n            one convenient formula.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-ingredient-intro\"\u003e\n\n          \u003cstrong\u003e\n            Support your body’s natural processes as part of your everyday wellness routine.*\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-ingredient-grid\"\u003e\n\n          \u003cdiv class=\"lpcd-ingredient-card lpcd-ingredient-card-featured\"\u003e\n\n            \u003ch3\u003e\n              Acai Berry\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides naturally occurring plant compounds with antioxidant activity.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-ingredient-card\"\u003e\n\n            \u003ch3\u003e\n              Aloe Vera Extract\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Adds botanical support to the formula as part of an everyday wellness routine.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-ingredient-card\"\u003e\n\n            \u003ch3\u003e\n              Dandelion Extract\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides traditional botanical support for normal liver function and\n              everyday wellness.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-ingredient-card\"\u003e\n\n            \u003ch3\u003e\n              Green Tea Extract\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides antioxidant compounds and complementary support for everyday wellness.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-ingredient-card\"\u003e\n\n            \u003ch3\u003e\n              Guarana Extract\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides botanical support for alertness and focus.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-ingredient-card\"\u003e\n\n            \u003ch3\u003e\n              Job’s Tears\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Adds another traditional botanical ingredient to the formula’s broad\n              nutritional approach.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-ingredient-card lpcd-ingredient-card-featured\"\u003e\n\n            \u003ch3\u003e\n              Psyllium Husk\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides a natural source of dietary fiber that supports digestive regularity.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- SIMPLE DAILY ROUTINE --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-section-intro\"\u003e\n\n          \u003ch2\u003e\n            Simple to take. Easy to make part of your day.\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            A straightforward daytime routine designed to fit naturally into your day.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-routine-grid\"\u003e\n\n          \u003cdiv class=\"lpcd-routine-item\"\u003e\n\n            \u003cstrong\u003e\n              Serving size\n            \u003c\/strong\u003e\n\n            3 capsules\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-routine-item\"\u003e\n\n            \u003cstrong\u003e\n              Servings per container\n            \u003c\/strong\u003e\n\n            30\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-routine-item\"\u003e\n\n            \u003cstrong\u003e\n              Suggested use\n            \u003c\/strong\u003e\n\n            As a dietary supplement, take 3 capsules once daily, preferably\n            30 minutes before or after breakfast.\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-routine-summary\"\u003e\n\n          \u003cstrong\u003e\n            90 capsules. 30 servings.\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- SUPPORT NOT SHORTCUTS --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-final-box\"\u003e\n\n          \u003ch2\u003e\n            Think support, not shortcuts.\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Your body already has sophisticated systems working around the clock.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Complete Detox gives you a convenient way to add nutritional and botanical\n            support to those normal processes without turning wellness into a complicated\n            cleanse routine.*\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"lpcd-final-line\"\u003e\n\n            Your body does the work. Complete Detox helps provide the support.*\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-cta-wrap\"\u003e\n\n          \u003ca class=\"lpcd-cta\" href=\"#mainContentDiv\" aria-label=\"Choose Longevity Complete Detox (Day Formula)\"\u003e\n            Choose Complete Detox (Day Formula)\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- DISCLAIMER --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-disclaimer\"\u003e\n\n          *These statements have not been evaluated by the Food and Drug Administration.\n          This product is not intended to diagnose, treat, cure, or prevent any disease.\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- =====================================================\n         COMPARE DETOX OPTIONS TAB\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"lpcd-tab-panel lpcd-tab-panel-compare\"\u003e\n\n\n      \u003c!-- COMPARE HERO --\u003e\n\n      \u003csection class=\"lpcd-compare-hero\"\u003e\n\n        \u003cdiv class=\"lpcd-compare-hero-inner\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-eyebrow\"\u003e\n            A practical side by side look\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Which detox routine fits your lifestyle?\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Complete Detox (Day Formula) is formulated for more than an occasional\n            cleanse. It provides consistent botanical and nutritional support for\n            your body’s natural detoxification processes while also supporting\n            daytime alertness and focus, digestive regularity, antioxidant support,\n            and normal liver function.*\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Its blend of botanical and fiber based ingredients brings additional\n            plant based support into your everyday routine, all in one simple\n            formula that is easy to take and easy to stay consistent with.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"lpcd-compare-callout\"\u003e\n\n            \u003cstrong\u003e\n              Instead of turning detox into an occasional extreme cleanse,\n              Complete Detox (Day Formula) provides daily nutritional and botanical\n              support for the natural processes your body already uses every day.*\n            \u003c\/strong\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- AT A GLANCE --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-section-intro\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-eyebrow\"\u003e\n            At a glance\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Complete Detox (Day Formula) compared with detox tea and juice cleanse routines\n          \u003c\/h2\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cp class=\"lpcd-table-hint\"\u003e\n          Swipe or scroll horizontally to compare all three options.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"lpcd-table-scroll\" tabindex=\"0\" aria-label=\"Comparison of Complete Detox Day Formula, detox tea, and juice cleanse routines\"\u003e\n\n          \u003ctable class=\"lpcd-compare-table\"\u003e\n\n            \u003cthead\u003e\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"col\"\u003e\n                  Consideration\n                \u003c\/th\u003e\n\n                \u003cth scope=\"col\" class=\"lpcd-featured-column\"\u003e\n                  Complete Detox (Day Formula)\n                \u003c\/th\u003e\n\n                \u003cth scope=\"col\"\u003e\n                  Detox Tea\n                \u003c\/th\u003e\n\n                \u003cth scope=\"col\"\u003e\n                  Juice Cleanse\n                \u003c\/th\u003e\n\n              \u003c\/tr\u003e\n\n            \u003c\/thead\u003e\n\n\n            \u003ctbody\u003e\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"row\"\u003e\n                  Wellness support\n                \u003c\/th\u003e\n\n                \u003ctd class=\"lpcd-featured-column\"\u003e\n                  Supports the body’s natural detoxification processes, normal\n                  liver function, antioxidant support, everyday mental clarity\n                  and digestive regularity.*\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Varies considerably depending on ingredients and formulation.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Varies depending on the juices, ingredients and program.\n                \u003c\/td\u003e\n\n              \u003c\/tr\u003e\n\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"row\"\u003e\n                  Approach\n                \u003c\/th\u003e\n\n                \u003ctd class=\"lpcd-featured-column\"\u003e\n                  Steady daily nutritional and botanical support.*\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Beverage based herbal routine.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Structured beverage based cleanse.\n                \u003c\/td\u003e\n\n              \u003c\/tr\u003e\n\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"row\"\u003e\n                  Format\n                \u003c\/th\u003e\n\n                \u003ctd class=\"lpcd-featured-column\"\u003e\n                  3 capsules.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Prepared tea.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Multiple juices or prepared beverages.\n                \u003c\/td\u003e\n\n              \u003c\/tr\u003e\n\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"row\"\u003e\n                  Daily routine\n                \u003c\/th\u003e\n\n                \u003ctd class=\"lpcd-featured-column\"\u003e\n                  One serving daily, preferably 30 minutes before or after breakfast.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Brew and drink according to product directions.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Often several beverages throughout the day.\n                \u003c\/td\u003e\n\n              \u003c\/tr\u003e\n\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"row\"\u003e\n                  Formula\n                \u003c\/th\u003e\n\n                \u003ctd class=\"lpcd-featured-column\"\u003e\n                  Seven botanical and fiber based ingredients in one formula.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Ingredients vary by tea.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Fruits, vegetables and other ingredients vary by program.\n                \u003c\/td\u003e\n\n              \u003c\/tr\u003e\n\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"row\"\u003e\n                  Preparation\n                \u003c\/th\u003e\n\n                \u003ctd class=\"lpcd-featured-column\"\u003e\n                  Minimal. Take with water.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Requires brewing or steeping.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Requires purchasing, storing, preparing or managing multiple beverages.\n                \u003c\/td\u003e\n\n              \u003c\/tr\u003e\n\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"row\"\u003e\n                  Fasting or meal replacement\n                \u003c\/th\u003e\n\n                \u003ctd class=\"lpcd-featured-column\"\u003e\n                  Not required.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Depends on the product or program.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Some programs may involve meal replacement or special dietary instructions.\n                \u003c\/td\u003e\n\n              \u003c\/tr\u003e\n\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"row\"\u003e\n                  Time commitment\n                \u003c\/th\u003e\n\n                \u003ctd class=\"lpcd-featured-column\"\u003e\n                  One simple daytime step.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Additional beverage routine.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Multiple steps throughout the day.\n                \u003c\/td\u003e\n\n              \u003c\/tr\u003e\n\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"row\"\u003e\n                  Supply\n                \u003c\/th\u003e\n\n                \u003ctd class=\"lpcd-featured-column\"\u003e\n                  90 capsules. 30 daily servings.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Varies by product.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  Often sold as shorter structured programs.\n                \u003c\/td\u003e\n\n              \u003c\/tr\u003e\n\n\n              \u003ctr\u003e\n\n                \u003cth scope=\"row\"\u003e\n                  Lifestyle fit\n                \u003c\/th\u003e\n\n                \u003ctd class=\"lpcd-featured-column\"\u003e\n                  Designed to complement an everyday wellness routine.*\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  May suit people who enjoy a regular tea ritual.\n                \u003c\/td\u003e\n\n                \u003ctd\u003e\n                  May suit people who prefer a more intensive short term program.\n                \u003c\/td\u003e\n\n              \u003c\/tr\u003e\n\n            \u003c\/tbody\u003e\n\n          \u003c\/table\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-cta-wrap\"\u003e\n\n          \u003ca class=\"lpcd-cta\" href=\"#mainContentDiv\" aria-label=\"Choose Complete Detox (Day Formula)\"\u003e\n            Choose Complete Detox (Day Formula)\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- DAILY SUPPORT --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-section-intro\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-eyebrow\"\u003e\n            Daily support instead of an extreme reset\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Support your body’s natural processes without putting your normal day on hold\n          \u003c\/h2\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-compare-two-column\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-panel lpcd-compare-panel-featured\"\u003e\n\n            \u003ch3\u003e\n              Your body already does the work\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Your body already has natural systems working every day to process\n              nutrients, manage normal metabolic byproducts and maintain normal function.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              Complete Detox (Day Formula) is designed to complement those processes\n              with daily nutritional and botanical support rather than requiring you\n              to organize your day around an intensive cleanse.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-compare-panel\"\u003e\n\n            \u003ch3\u003e\n              One simple daytime routine\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Three capsules once daily provide a convenient way to support natural\n              detoxification processes, normal liver function, antioxidant activity,\n              everyday mental clarity and digestive regularity as part of your regular\n              wellness routine.*\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              \u003cstrong\u003e\n                No brewing. No multiple juices to manage. No complicated cleanse schedule.\n                Just one simple daytime routine.\n              \u003c\/strong\u003e\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- FORMULA --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-section-intro\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-eyebrow\"\u003e\n            What makes the Day Formula different?\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Seven botanical and fiber based ingredients in one convenient formula\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Complete Detox (Day Formula) brings together complementary ingredients\n            selected for several areas of everyday wellness support.*\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-compare-ingredient-grid\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-ingredient\"\u003e\n\n            \u003ch3\u003e\n              Acai Berry\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides naturally occurring plant compounds with antioxidant activity.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-compare-ingredient\"\u003e\n\n            \u003ch3\u003e\n              Aloe Vera Extract\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Adds botanical support as part of an everyday wellness routine.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-compare-ingredient\"\u003e\n\n            \u003ch3\u003e\n              Dandelion Extract\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides traditional botanical support for normal liver function and\n              everyday wellness.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-compare-ingredient\"\u003e\n\n            \u003ch3\u003e\n              Green Tea Extract\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides antioxidant compounds and complementary everyday wellness support.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-compare-ingredient\"\u003e\n\n            \u003ch3\u003e\n              Guarana Extract\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides botanical support for alertness and focus.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-compare-ingredient\"\u003e\n\n            \u003ch3\u003e\n              Job’s Tears\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Adds another traditional botanical ingredient to the formula’s broad\n              nutritional approach.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-compare-ingredient\"\u003e\n\n            \u003ch3\u003e\n              Psyllium Husk\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Provides a natural source of dietary fiber that supports digestive regularity.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-routine-summary\"\u003e\n\n          \u003cstrong\u003e\n            One formula. One daily serving. Multiple areas of everyday support.*\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- CONVENIENCE --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-section-intro\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-eyebrow\"\u003e\n            Convenience matters\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            A routine is easier to maintain when it fits the life you already live\n          \u003c\/h2\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-compare-two-column\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-panel\"\u003e\n\n            \u003ch3\u003e\n              Beverage based cleanse routines\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Some cleanse programs require planning meals, preparing beverages\n              or remembering several steps throughout the day.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              Tea needs to be brewed or steeped. Juice programs may involve\n              purchasing, storing and managing several beverages throughout the day.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-compare-panel lpcd-compare-panel-featured\"\u003e\n\n            \u003ch3\u003e\n              Complete Detox (Day Formula)\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Complete Detox (Day Formula) keeps the routine straightforward.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              Take three capsules once daily, preferably 30 minutes before or\n              after breakfast.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              There is no tea to brew and no collection of juices to organize\n              throughout the day.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-final-box\" style=\"margin-top:24px;\"\u003e\n\n          \u003cstrong\u003e\n            That simplicity matters because an everyday wellness routine has practical\n            value only when it is realistic enough to follow consistently.\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- VALUE --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-section-intro\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-eyebrow\"\u003e\n            Value matters too\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Compare the routine, not just the purchase price\n          \u003c\/h2\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-compare-two-column\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-panel lpcd-compare-panel-featured\"\u003e\n\n            \u003ch3\u003e\n              30 daily servings in one bottle\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Complete Detox (Day Formula) provides 30 daily servings in one bottle.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              \u003cstrong\u003e\n                30 servings. One daily step. No beverages to prepare.\n              \u003c\/strong\u003e\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-compare-panel\"\u003e\n\n            \u003ch3\u003e\n              Beverage based programs vary\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Detox teas and prepared juice cleanse programs vary widely in price,\n              but beverage based programs can add substantially more preparation,\n              products and expense to the routine.\n            \u003c\/p\u003e\n\n            \u003cp\u003e\n              For someone looking for a straightforward daily supplement rather\n              than a beverage based cleanse program, Complete Detox (Day Formula)\n              offers a simple way to add nutritional and botanical support to an\n              existing wellness routine.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- CHOOSING THE RIGHT APPROACH --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-section-intro\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-eyebrow\"\u003e\n            Choosing the right approach\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Which option is the better fit for you?\n          \u003c\/h2\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-choice-grid\"\u003e\n\n          \u003cdiv class=\"lpcd-choice-card lpcd-choice-card-featured\"\u003e\n\n            \u003ch3\u003e\n              Complete Detox (Day Formula) may be the better fit if you want:\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Daily nutritional and botanical support for your body’s natural\n              detoxification processes, normal liver function, antioxidant support,\n              everyday mental clarity and digestive regularity, together with a\n              simple once daily routine.*\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-choice-card\"\u003e\n\n            \u003ch3\u003e\n              Detox tea may be the better fit if you prefer:\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              Preparing and drinking an herbal tea as part of your regular wellness\n              ritual and do not mind the additional preparation.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"lpcd-choice-card\"\u003e\n\n            \u003ch3\u003e\n              A juice cleanse may be the better fit if you prefer:\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n              A more structured, beverage based program and are comfortable planning\n              your day around multiple drinks and any dietary instructions that come\n              with the program.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-final-box\" style=\"margin-top:24px;\"\u003e\n\n          \u003cp\u003e\n            There is no single approach that fits everyone. The practical choice\n            depends on the type of support you are looking for, your lifestyle,\n            your budget and the routine you are most likely to follow consistently.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- STANDOUT --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-standout\"\u003e\n\n          \u003cdiv class=\"lpcd-standout-label\"\u003e\n            3 practical advantages\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Daily support. Simple routine. Strong everyday value.\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Complete Detox (Day Formula) is designed for people who want to support\n            everyday wellness without turning detox into a major event.*\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"lpcd-standout-line\"\u003e\n            Daily wellness support without turning your day into a cleanse\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- WHY IT STANDS OUT --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-final-box\"\u003e\n\n          \u003cdiv class=\"lpcd-compare-eyebrow\"\u003e\n            Why Complete Detox (Day Formula) stands out\n          \u003c\/div\u003e\n\n          \u003ch2\u003e\n            Daily wellness support designed for real life\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Complete Detox (Day Formula) combines botanical and nutritional\n            ingredients in one convenient daytime formula designed to support\n            your body’s natural detoxification processes, normal liver function,\n            antioxidant activity, everyday mental clarity and digestive regularity.*\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            The routine is simple. Three capsules once daily. No detox tea to brew.\n            No collection of juices to prepare or manage. No complicated cleanse schedule.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            For people who want a practical way to add daily detoxification and\n            wellness support to the healthy habits they already have, Complete\n            Detox (Day Formula) offers a straightforward approach designed for real life.*\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"lpcd-cta-wrap\"\u003e\n\n          \u003ca class=\"lpcd-cta\" href=\"#mainContentDiv\" aria-label=\"Choose Complete Detox (Day Formula)\"\u003e\n            Choose Complete Detox (Day Formula)\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n      \u003c!-- DISCLAIMER --\u003e\n\n      \u003csection class=\"lpcd-section\"\u003e\n\n        \u003cdiv class=\"lpcd-disclaimer\"\u003e\n\n          *These statements have not been evaluated by the Food and Drug Administration.\n          This product is not intended to diagnose, treat, cure, or prevent any disease.\n\n        \u003c\/div\u003e\n\n      \u003c\/section\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"HealthyLivingCA","offers":[{"title":"Default Title","offer_id":35116011346,"sku":"Dtx_New_90Cap","price":17.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2008\/4147\/products\/N_Complete_Detox_90-A.jpg?v=1593622791"},{"product_id":"complete-detox-pm","title":"Longevity Complete Detox PM: Gentle whole body detox with support for liver, colon, lymph, kidney and deep relaxation. Best detox supplement.","description":"\u003cstyle\u003e\n  .cdpm-tabs,\n  .cdpm-tabs * {\n    box-sizing: border-box;\n  }\n\n  .cdpm-tabs {\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    border: 0;\n    color: #19332d;\n    background: #f6f7f3;\n    font-family: Aptos, \"Segoe UI\", Arial, sans-serif;\n  }\n\n  \/*\n   * Keep radio controls available to keyboards and screen readers\n   * while visually presenting their labels as tabs.\n   *\/\n  .cdpm-tab-control {\n    position: absolute !important;\n    width: 1px !important;\n    height: 1px !important;\n    margin: -1px !important;\n    padding: 0 !important;\n    overflow: hidden !important;\n    clip: rect(0, 0, 0, 0) !important;\n    clip-path: inset(50%) !important;\n    white-space: nowrap !important;\n    border: 0 !important;\n  }\n\n  .cdpm-tab-nav-wrap {\n    width: 100%;\n    padding: 0 20px;\n    background: #ffffff;\n    border-top: 1px solid #d5dfda;\n    border-bottom: 1px solid #d5dfda;\n  }\n\n  .cdpm-tab-nav {\n    display: flex;\n    width: 100%;\n    max-width: 1020px;\n    margin: 0 auto;\n  }\n\n  .cdpm-tab-label {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 72px;\n    margin: 0;\n    padding: 18px 20px 15px;\n    border-bottom: 4px solid transparent;\n    color: #5c706a;\n    background: transparent;\n    font-family: \"Trebuchet MS\", Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.055em;\n    text-align: center;\n    text-transform: uppercase;\n    cursor: pointer;\n    transition:\n      color 160ms ease,\n      background-color 160ms ease,\n      border-color 160ms ease;\n  }\n\n  .cdpm-tab-label--description {\n    flex: 0 0 34%;\n  }\n\n  .cdpm-tab-label--comparison {\n    flex: 0 0 66%;\n    letter-spacing: 0.04em;\n    white-space: normal;\n  }\n\n  .cdpm-tab-label:hover {\n    color: #19332d;\n    background: #f6f7f3;\n  }\n\n  #cdpm-description-tab:checked\n    ~ .cdpm-tab-nav-wrap\n    label[for=\"cdpm-description-tab\"],\n  #cdpm-comparison-tab:checked\n    ~ .cdpm-tab-nav-wrap\n    label[for=\"cdpm-comparison-tab\"] {\n    color: #19332d;\n    background: #f6f7f3;\n    border-bottom-color: #b8873a;\n  }\n\n  #cdpm-description-tab:focus-visible\n    ~ .cdpm-tab-nav-wrap\n    label[for=\"cdpm-description-tab\"],\n  #cdpm-comparison-tab:focus-visible\n    ~ .cdpm-tab-nav-wrap\n    label[for=\"cdpm-comparison-tab\"] {\n    outline: 3px solid rgba(184, 135, 58, 0.52);\n    outline-offset: -5px;\n  }\n\n  .cdpm-tab-panel {\n    display: none;\n    width: 100%;\n  }\n\n  #cdpm-description-tab:checked\n    ~ .cdpm-tab-panels\n    .cdpm-panel-description,\n  #cdpm-comparison-tab:checked\n    ~ .cdpm-tab-panels\n    .cdpm-panel-comparison {\n    display: block;\n  }\n\n  \/* =========================================================\n     Product Description heading hierarchy\n     ========================================================= *\/\n\n  .cdpm-tabs .cdpm-product-hero-kicker {\n    font-size: 42px !important;\n    line-height: 1.2 !important;\n    letter-spacing: 0.04em !important;\n  }\n\n  .cdpm-tabs .cdpm-product-hero-title {\n    font-size: 39px !important;\n    line-height: 1.16 !important;\n  }\n\n  .cdpm-tabs .cdpm-product-description h2 {\n    font-size: 36px !important;\n  }\n\n  \/* =========================================================\n     Comparison tab\n     ========================================================= *\/\n\n  .cdpm-comparison {\n    width: 100%;\n    overflow: hidden;\n    background: #f6f7f3;\n    color: #19332d;\n    font-family: Aptos, \"Segoe UI\", Arial, sans-serif;\n    font-size: 18px;\n    line-height: 1.68;\n  }\n\n  .cdpm-comparison-inner {\n    width: 100%;\n    max-width: 1020px;\n    margin: 0 auto;\n  }\n\n  .cdpm-comparison-hero {\n    padding: 72px 20px;\n    border-bottom: 5px solid #b8873a;\n    background: #163441;\n    color: #e8f0ed;\n  }\n\n  .cdpm-comparison-hero-content {\n    max-width: 850px;\n  }\n\n  .cdpm-eyebrow {\n    margin: 0 0 17px;\n    color: #305c50;\n    font-family: \"Trebuchet MS\", Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .cdpm-comparison-hero .cdpm-eyebrow {\n    color: #ead8b4;\n  }\n\n  .cdpm-tabs .cdpm-comparison-hero-kicker {\n    font-size: 42px !important;\n    line-height: 1.2 !important;\n    letter-spacing: 0.04em !important;\n  }\n\n  .cdpm-tabs .cdpm-comparison-hero-title {\n    font-size: 39px !important;\n    line-height: 1.16 !important;\n  }\n\n  .cdpm-tabs .cdpm-comparison h2 {\n    font-size: 36px !important;\n  }\n\n  .cdpm-comparison h1,\n  .cdpm-comparison h2 {\n    margin-top: 0;\n    font-family: \"Iowan Old Style\", Palatino, Georgia, serif;\n    font-weight: 500;\n    letter-spacing: -0.018em;\n  }\n\n  .cdpm-comparison h1 {\n    max-width: 850px;\n    margin-bottom: 22px;\n    color: #ffffff;\n    line-height: 1.16;\n  }\n\n  .cdpm-comparison h2 {\n    margin-bottom: 16px;\n    color: #19332d;\n    line-height: 1.16;\n  }\n\n  .cdpm-comparison h3 {\n    margin: 0 0 9px;\n    color: #19332d;\n    font-size: 21px;\n    font-weight: 600;\n    line-height: 1.35;\n  }\n\n  .cdpm-comparison-hero p {\n    max-width: 770px;\n    margin: 0;\n    color: #d9e6e1;\n    font-size: 20px;\n    line-height: 1.68;\n  }\n\n  .cdpm-comparison-section {\n    padding: 76px 20px;\n  }\n\n  .cdpm-bg-light {\n    background: #f6f7f3;\n  }\n\n  .cdpm-bg-white {\n    background: #ffffff;\n  }\n\n  .cdpm-bg-mint {\n    background: #e7eee9;\n  }\n\n  .cdpm-bg-cream {\n    background: #f1eadc;\n  }\n\n  .cdpm-section-intro {\n    max-width: 790px;\n    margin: 0 0 35px;\n  }\n\n  .cdpm-section-intro p,\n  .cdpm-comparison-copy p {\n    margin: 0 0 19px;\n    color: #5c706a;\n    font-size: 18px;\n    font-weight: 400;\n    line-height: 1.68;\n  }\n\n  .cdpm-section-intro p:last-child,\n  .cdpm-comparison-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .cdpm-table-hint {\n    display: none;\n    margin: -15px 0 13px;\n    color: #5c706a;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .cdpm-table-scroll {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid #c7d3ce;\n    background: #ffffff;\n    box-shadow: 0 14px 32px rgba(22, 52, 65, 0.07);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .cdpm-table-scroll:focus-visible {\n    outline: 3px solid rgba(184, 135, 58, 0.55);\n    outline-offset: 3px;\n  }\n\n  .cdpm-comparison-table {\n    width: 100%;\n    min-width: 860px;\n    margin: 0;\n    border: 0;\n    border-collapse: separate;\n    border-spacing: 0;\n    table-layout: fixed;\n    color: #19332d;\n    background: #ffffff;\n    font-size: 16px;\n    line-height: 1.52;\n  }\n\n  .cdpm-comparison-table th,\n  .cdpm-comparison-table td {\n    padding: 18px 17px;\n    border-right: 1px solid #d5dfda;\n    border-bottom: 1px solid #d5dfda;\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .cdpm-comparison-table tr \u003e *:last-child {\n    border-right: 0;\n  }\n\n  .cdpm-comparison-table tbody tr:last-child \u003e * {\n    border-bottom: 0;\n  }\n\n  .cdpm-comparison-table thead th {\n    color: #ffffff;\n    background: #163441;\n    font-family: \"Trebuchet MS\", Arial, sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.03em;\n  }\n\n  .cdpm-comparison-table thead th:first-child {\n    width: 19%;\n    background: #244b57;\n  }\n\n  \/*\n   * Refined Complete Detox PM column highlight.\n   * Keeps the column prominent without a heavy yellow frame or glow.\n   *\/\n  .cdpm-comparison-table thead .cdpm-featured-column {\n    position: relative;\n    z-index: 2;\n    color: #ffffff;\n    background: linear-gradient(\n      180deg,\n      #386458 0%,\n      #305c50 55%,\n      #2c554a 100%\n    );\n    border-top: 3px solid #d3ad58;\n    border-right: 3px solid #d3ad58;\n    border-left: 3px solid #d3ad58;\n    box-shadow:\n      inset 0 3px 0 rgba(234, 216, 180, 0.18),\n      0 0 8px rgba(211, 173, 88, 0.12);\n    text-shadow: none;\n  }\n\n  .cdpm-comparison-table tbody th {\n    width: 19%;\n    color: #19332d;\n    background: #f6f7f3;\n    font-weight: 600;\n  }\n\n  .cdpm-comparison-table tbody td {\n    color: #5c706a;\n    background: #ffffff;\n    font-weight: 400;\n  }\n\n  .cdpm-comparison-table tbody .cdpm-featured-column {\n    position: relative;\n    z-index: 1;\n    color: #294d43;\n    background: linear-gradient(\n      90deg,\n      #faf3dd 0%,\n      #fffdf7 14%,\n      #fffdf7 86%,\n      #faf3dd 100%\n    );\n    border-right: 3px solid #d3ad58;\n    border-left: 3px solid #d3ad58;\n    font-weight: 400;\n    box-shadow: inset 0 0 10px rgba(211, 173, 88, 0.07);\n  }\n\n  .cdpm-comparison-table tbody tr:last-child .cdpm-featured-column {\n    border-bottom: 3px solid #d3ad58 !important;\n    box-shadow: inset 0 0 10px rgba(211, 173, 88, 0.07);\n  }\n\n  \/* Result star ratings *\/\n\n  .cdpm-rating {\n    display: inline-flex;\n    align-items: center;\n    white-space: nowrap;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 23px;\n    line-height: 1;\n    letter-spacing: 0.08em;\n  }\n\n  .cdpm-rating-filled {\n    color: #b8873a;\n  }\n\n  .cdpm-rating-empty {\n    color: #bdc9c4;\n  }\n\n  .cdpm-cost-grid,\n  .cdpm-option-grid,\n  .cdpm-lifestyle-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 24px;\n    margin-top: 34px;\n  }\n\n  .cdpm-cost-card,\n  .cdpm-option-card,\n  .cdpm-lifestyle-card {\n    flex: 1 1 270px;\n    min-width: 0;\n    padding: 28px;\n    border: 1px solid #d5dfda;\n    background: rgba(255, 255, 255, 0.78);\n  }\n\n  .cdpm-cost-card-featured,\n  .cdpm-option-card-featured {\n    border-top: 4px solid #b8873a;\n    background: #ffffff;\n  }\n\n  .cdpm-cost-label {\n    display: block;\n    margin: 0 0 10px;\n    color: #305c50;\n    font-family: \"Trebuchet MS\", Arial, sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .cdpm-cost-number {\n    display: block;\n    margin: 0 0 8px;\n    color: #19332d;\n    font-family: Georgia, serif;\n    font-size: 32px;\n    font-weight: 500;\n    line-height: 1.2;\n  }\n\n  .cdpm-cost-card p,\n  .cdpm-option-card p,\n  .cdpm-lifestyle-card p {\n    margin: 0;\n    color: #5c706a;\n    font-size: 16px;\n    font-weight: 400;\n    line-height: 1.68;\n  }\n\n  .cdpm-comparison-copy {\n    max-width: 850px;\n  }\n\n  .cdpm-conclusion-box {\n    margin-top: 32px;\n    padding: 23px 25px;\n    border-left: 4px solid #305c50;\n    background: rgba(255, 255, 255, 0.72);\n  }\n\n  .cdpm-conclusion-box p {\n    margin: 0;\n    color: #455f58;\n    font-size: 17px;\n    font-weight: 400;\n    line-height: 1.68;\n  }\n\n  .cdpm-option-card {\n    padding: 30px 28px;\n  }\n\n  .cdpm-option-card-featured h3 {\n    color: #305c50;\n  }\n\n  .cdpm-lifestyle-card {\n    padding: 30px 28px;\n    background: #ffffff;\n  }\n\n  .cdpm-lifestyle-card-featured {\n    border: 0;\n    border-top: 4px solid #b8873a;\n    background: #163441;\n    color: #ffffff;\n  }\n\n  .cdpm-lifestyle-card-featured h3 {\n    color: #ffffff;\n  }\n\n  .cdpm-lifestyle-card-featured p {\n    color: #d4e2dd;\n  }\n\n  .cdpm-standout-layout {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 44px;\n    align-items: flex-start;\n  }\n\n  .cdpm-standout-stat {\n    flex: 0 1 230px;\n    padding: 0 36px 0 0;\n    border-right: 1px solid #cdbf9f;\n  }\n\n  .cdpm-standout-stat strong {\n    display: block;\n    margin: 0 0 6px;\n    color: #765621;\n    font-family: Georgia, serif;\n    font-size: 42px;\n    font-weight: 500;\n    line-height: 1.16;\n  }\n\n  .cdpm-standout-stat span {\n    display: block;\n    color: #6d6149;\n    font-size: 15px;\n    line-height: 1.5;\n  }\n\n  .cdpm-standout-copy {\n    flex: 1 1 480px;\n    min-width: 0;\n  }\n\n  .cdpm-standout-copy p {\n    margin: 0 0 18px;\n    color: #6d6149;\n    font-size: 18px;\n    font-weight: 400;\n    line-height: 1.68;\n  }\n\n  .cdpm-standout-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Comparison purchase buttons *\/\n\n  .cdpm-comparison-cta-wrap {\n    display: flex;\n    justify-content: center;\n    width: 100%;\n    margin-top: 34px;\n  }\n\n  .cdpm-comparison-cta-wrap--left {\n    justify-content: flex-start;\n  }\n\n  .cdpm-comparison-cta {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 250px;\n    min-height: 52px;\n    padding: 13px 25px;\n    border: 1px solid #b8873a;\n    background: #ead8b4;\n    color: #203932 !important;\n    font-family: Aptos, \"Segoe UI\", Arial, sans-serif;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.35;\n    text-align: center;\n    text-decoration: none !important;\n    cursor: pointer;\n    transition:\n      color 160ms ease,\n      background-color 160ms ease,\n      border-color 160ms ease,\n      transform 160ms ease;\n  }\n\n  .cdpm-comparison-cta:hover {\n    border-color: #163441;\n    background: #163441;\n    color: #ffffff !important;\n    transform: translateY(-1px);\n  }\n\n  .cdpm-comparison-cta:focus-visible {\n    outline: 3px solid rgba(184, 135, 58, 0.55);\n    outline-offset: 4px;\n  }\n\n  .cdpm-comparison-disclaimer {\n    padding: 42px 20px;\n    border-top: 1px solid #31505a;\n    background: #163441;\n    color: #aebfba;\n  }\n\n  .cdpm-comparison-disclaimer p {\n    max-width: 900px;\n    margin: 0 auto;\n    font-size: 14px;\n    font-weight: 400;\n    line-height: 1.58;\n    text-align: center;\n  }\n\n  @media (max-width: 760px) {\n    .cdpm-tab-nav-wrap {\n      padding: 0;\n    }\n\n    .cdpm-tab-nav {\n      width: 100%;\n    }\n\n    .cdpm-tab-label {\n      min-height: 84px;\n      padding: 13px 8px 10px;\n      font-size: 11.5px;\n      line-height: 1.35;\n      letter-spacing: 0.035em;\n    }\n\n    .cdpm-tab-label--description {\n      flex-basis: 35%;\n    }\n\n    .cdpm-tab-label--comparison {\n      flex-basis: 65%;\n      letter-spacing: 0.025em;\n    }\n\n    .cdpm-tabs .cdpm-product-hero-kicker,\n    .cdpm-tabs .cdpm-comparison-hero-kicker {\n      font-size: 34px !important;\n    }\n\n    .cdpm-tabs .cdpm-product-hero-title,\n    .cdpm-tabs .cdpm-comparison-hero-title {\n      font-size: 32px !important;\n    }\n\n    .cdpm-tabs .cdpm-product-description h2,\n    .cdpm-tabs .cdpm-comparison h2 {\n      font-size: 30px !important;\n    }\n\n    .cdpm-comparison-hero {\n      padding: 55px 18px;\n    }\n\n    .cdpm-comparison-hero p {\n      font-size: 18px;\n    }\n\n    .cdpm-comparison-section {\n      padding: 55px 18px;\n    }\n\n    .cdpm-table-hint {\n      display: block;\n    }\n\n    .cdpm-comparison-table {\n      min-width: 780px;\n    }\n\n    .cdpm-rating {\n      font-size: 21px;\n    }\n\n    .cdpm-cost-grid,\n    .cdpm-option-grid,\n    .cdpm-lifestyle-grid {\n      gap: 16px;\n    }\n\n    .cdpm-cost-card,\n    .cdpm-option-card,\n    .cdpm-lifestyle-card {\n      flex-basis: 100%;\n    }\n\n    .cdpm-standout-layout {\n      gap: 30px;\n    }\n\n    .cdpm-standout-stat {\n      flex-basis: 100%;\n      padding: 0 0 25px;\n      border-right: 0;\n      border-bottom: 1px solid #cdbf9f;\n    }\n\n    .cdpm-comparison-cta-wrap,\n    .cdpm-comparison-cta-wrap--left {\n      justify-content: center;\n    }\n\n    .cdpm-comparison-cta {\n      width: 100%;\n      max-width: 360px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .cdpm-tab-label,\n    .cdpm-comparison-cta {\n      transition: none;\n    }\n\n    .cdpm-comparison-cta:hover {\n      transform: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cdpm-tabs\" id=\"cdpm-product-content-tabs\"\u003e\n\n  \u003cinput class=\"cdpm-tab-control\" type=\"radio\" name=\"cdpm-product-information-tabs\" id=\"cdpm-description-tab\" aria-label=\"Show product description\" checked\u003e\n\n  \u003cinput class=\"cdpm-tab-control\" type=\"radio\" name=\"cdpm-product-information-tabs\" id=\"cdpm-comparison-tab\" aria-label=\"Show comparison vs. detox tea vs. juice detox\"\u003e\n\n  \u003cdiv class=\"cdpm-tab-nav-wrap\"\u003e\n    \u003cdiv class=\"cdpm-tab-nav\"\u003e\n\n      \u003clabel class=\"cdpm-tab-label cdpm-tab-label--description\" for=\"cdpm-description-tab\"\u003e\n        Product Description\n      \u003c\/label\u003e\n\n      \u003clabel class=\"cdpm-tab-label cdpm-tab-label--comparison\" for=\"cdpm-comparison-tab\"\u003e\n       Compare Detox Options\n      \u003c\/label\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cdpm-tab-panels\"\u003e\n\n    \u003c!-- =====================================================\n         PRODUCT DESCRIPTION TAB\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"cdpm-tab-panel cdpm-panel-description\"\u003e\n\n      \u003cdiv class=\"cdpm-product-description\" style=\"width:100%;overflow:hidden;background:#f6f7f3;color:#19332d;font-family:Aptos,'Segoe UI',Arial,sans-serif;font-size:18px;line-height:1.68;\"\u003e\n\n        \u003cdiv style=\"padding:72px 20px;background:#163441;border-bottom:5px solid #b8873a;color:#e8f0ed;\"\u003e\n          \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:48px;align-items:flex-end;width:100%;max-width:1020px;margin:0 auto;\"\u003e\n\n            \u003cdiv style=\"flex:1 1 500px;min-width:0;\"\u003e\n\n              \u003cdiv class=\"cdpm-product-hero-kicker\" style=\"margin:0 0 17px;color:#ead8b4;font-family:'Trebuchet MS',Arial,sans-serif;font-size:42px;font-weight:700;letter-spacing:0.04em;line-height:1.2;text-transform:uppercase;\"\u003e\n                Complete Detox PM\n              \u003c\/div\u003e\n\n             \u003ch2 style=\"margin:0 0 16px;color:#ffffff;font-family:'Iowan Old Style',Palatino,Georgia,serif;font-size:36px;font-weight:500;letter-spacing:-0.018em;line-height:1.16;\"\u003e\n                Turn bedtime into your daily reset\n              \u003c\/h2\u003e\n\n              \u003cp style=\"max-width:690px;margin:0 0 20px;color:#d9e6e1;font-size:20px;line-height:1.68;\"\u003e\n                Nighttime detox support for digestive\n                wellness, liver health, relaxation, and restful sleep*, without fasting, brewing detox tea, replacing meals, or adding another daytime routine.\n              \u003c\/p\u003e\n\n              \u003cp style=\"max-width:690px;margin:0;color:#d9e6e1;font-size:20px;line-height:1.68;\"\u003e\n                A wellness routine is easier to maintain when it fits the life\n                you already live. Take three capsules about 30 minutes before\n                bed. There are no juice fasts, restrictive cleanse schedules,\n                or midday doses to remember.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"flex:1 1 280px;min-width:0;padding:26px 0 4px 28px;border-left:1px solid rgba(234,216,180,0.58);\"\u003e\n\n              \u003cstrong style=\"display:block;margin:0 0 9px;color:#ead8b4;font-family:Georgia,serif;font-size:27px;font-weight:500;line-height:1.35;\"\u003e\n                One simple step at night\n              \u003c\/strong\u003e\n\n              \u003cp style=\"margin:0;color:#d9e6e1;font-size:17px;line-height:1.68;\"\u003e\n                Complete Detox PM combines selected botanical extracts with GABA, and 5 HTP. The formula is designed\n                for a convenient evening routine.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"padding:0 20px;background:#ffffff;border-bottom:1px solid #d5dfda;\"\u003e\n          \u003cdiv style=\"display:flex;flex-wrap:wrap;width:100%;max-width:1020px;margin:0 auto;\"\u003e\n\n            \u003cdiv style=\"flex:1 1 220px;padding:27px 22px;border-bottom:1px solid #d5dfda;\"\u003e\n              \u003cstrong style=\"display:block;margin:0 0 5px;color:#305c50;font-size:20px;line-height:1.35;\"\u003e\n                Made without melatonin\n              \u003c\/strong\u003e\n              \u003cspan style=\"display:block;color:#5c706a;font-size:17px;line-height:1.45;\"\u003e\n                Designed for your evening routine\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"flex:1 1 220px;padding:27px 22px;border-bottom:1px solid #d5dfda;\"\u003e\n              \u003cstrong style=\"display:block;margin:0 0 5px;color:#305c50;font-size:20px;line-height:1.35;\"\u003e\n                Botanical ingredients\n              \u003c\/strong\u003e\n              \u003cspan style=\"display:block;color:#5c706a;font-size:17px;line-height:1.45;\"\u003e\n                Traditional plants with modern nutrients\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"flex:1 1 220px;padding:27px 22px;border-bottom:1px solid #d5dfda;\"\u003e\n              \u003cstrong style=\"display:block;margin:0 0 5px;color:#305c50;font-size:20px;line-height:1.35;\"\u003e\n                Simple daily use\n              \u003c\/strong\u003e\n              \u003cspan style=\"display:block;color:#5c706a;font-size:17px;line-height:1.45;\"\u003e\n                Three capsules before bedtime\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"flex:1 1 220px;padding:27px 22px;border-bottom:1px solid #d5dfda;\"\u003e\n              \u003cstrong style=\"display:block;margin:0 0 5px;color:#305c50;font-size:20px;line-height:1.35;\"\u003e\n                30 night supply\n              \u003c\/strong\u003e\n              \u003cspan style=\"display:block;color:#5c706a;font-size:17px;line-height:1.45;\"\u003e\n                When used as directed\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"padding:76px 20px;background:#f6f7f3;\"\u003e\n          \u003cdiv style=\"width:100%;max-width:1020px;margin:0 auto;\"\u003e\n\n            \u003cdiv style=\"max-width:740px;margin:0 0 35px;\"\u003e\n\n              \u003cdiv style=\"margin:0 0 17px;color:#305c50;font-family:'Trebuchet MS',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;\"\u003e\n                Why customers choose it\n              \u003c\/div\u003e\n\n              \u003ch2 style=\"margin:0 0 16px;color:#19332d;font-family:'Iowan Old Style',Palatino,Georgia,serif;font-size:36px;font-weight:500;letter-spacing:-0.018em;line-height:1.16;\"\u003e\n                Detox support for the hours you already set aside for rest\n              \u003c\/h2\u003e\n\n              \u003cp style=\"margin:0;color:#5c706a;font-size:19px;line-height:1.68;\"\u003e\n                Complete Detox PM combines selected botanical extracts with  GABA, and 5 HTP. The formula is designed\n                to support relaxation, restful sleep, healthy digestion, and\n                normal liver function.*\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"display:flex;flex-wrap:wrap;border-top:1px solid #d5dfda;border-bottom:1px solid #d5dfda;\"\u003e\n\n              \u003cdiv style=\"flex:1 1 260px;padding:30px 28px;\"\u003e\n                \u003ch3 style=\"margin:0 0 9px;color:#19332d;font-size:21px;font-weight:700;line-height:1.35;\"\u003e\n                  Support digestive and liver wellness*\n                \u003c\/h3\u003e\n                \u003cp style=\"margin:0;color:#5c706a;font-size:17px;line-height:1.68;\"\u003e\n                  Milk thistle, dandelion, and turmeric are included to support\n                  healthy digestive function and normal liver function.* \n                \u003c\/p\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv style=\"flex:1 1 260px;padding:30px 28px;border-left:1px solid #d5dfda;\"\u003e\n                \u003ch3 style=\"margin:0 0 9px;color:#19332d;font-size:21px;font-weight:700;line-height:1.35;\"\u003e\n                  Unwind before bedtime*\n                \u003c\/h3\u003e\n                \u003cp style=\"margin:0;color:#5c706a;font-size:17px;line-height:1.68;\"\u003e\n                  GABA, 5 HTP, valerian, and wild jujube\n                  help support relaxation and restful sleep.* The formula\n                  contains no melatonin and fits naturally into an evening\n                  routine.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv style=\"flex:1 1 260px;padding:30px 28px;border-left:1px solid #d5dfda;\"\u003e\n                \u003ch3 style=\"margin:0 0 9px;color:#19332d;font-size:21px;font-weight:700;line-height:1.35;\"\u003e\n                  Keep wellness simple\n                \u003c\/h3\u003e\n                \u003cp style=\"margin:0;color:#5c706a;font-size:17px;line-height:1.68;\"\u003e\n                  Complete Detox PM does not require fasting or a special\n                  cleanse diet. One bottle provides a full 30 night supply when\n                  used as directed.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"padding:76px 20px;background:#e7eee9;\"\u003e\n          \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:56px;width:100%;max-width:1020px;margin:0 auto;align-items:flex-start;\"\u003e\n\n            \u003cdiv style=\"flex:1 1 300px;min-width:0;\"\u003e\n\n              \u003cdiv style=\"margin:0 0 17px;color:#305c50;font-family:'Trebuchet MS',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;\"\u003e\n                Inside the formula\n              \u003c\/div\u003e\n\n              \u003ch2 style=\"margin:0 0 16px;color:#19332d;font-family:'Iowan Old Style',Palatino,Georgia,serif;font-size:36px;font-weight:500;letter-spacing:-0.018em;line-height:1.16;\"\u003e\n                Practitioner formulated with traditional botanicals and ingredients              \u003c\/h2\u003e\n\n              \u003cp style=\"margin:0;color:#5c706a;font-size:18px;line-height:1.68;\"\u003e\n                This formula brings together ingredients associated with\n                traditional herbal practices and ingredients commonly found in\n                today's supplements.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"flex:1 1 430px;min-width:0;\"\u003e\n\n              \u003cdiv style=\"display:flex;flex-wrap:wrap;border-top:1px solid #bccdc5;\"\u003e\n\n                \u003cdiv style=\"flex:1 1 200px;padding:13px 8px;border-bottom:1px solid #bccdc5;font-size:17px;\"\u003e\n                  Goji berry extract\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"flex:1 1 200px;padding:13px 8px;border-bottom:1px solid #bccdc5;font-size:17px;\"\u003e\n                  Asparagus extract\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"flex:1 1 200px;padding:13px 8px;border-bottom:1px solid #bccdc5;font-size:17px;\"\u003e\n                  Turmeric root extract\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"flex:1 1 200px;padding:13px 8px;border-bottom:1px solid #bccdc5;font-size:17px;\"\u003e\n                  Wild jujube extract\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"flex:1 1 200px;padding:13px 8px;border-bottom:1px solid #bccdc5;font-size:17px;\"\u003e\n                  Milk thistle seed extract\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"flex:1 1 200px;padding:13px 8px;border-bottom:1px solid #bccdc5;font-size:17px;\"\u003e\n                  Dandelion extract\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"flex:1 1 200px;padding:13px 8px;border-bottom:1px solid #bccdc5;font-size:17px;\"\u003e\n                  Oyster extract\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"flex:1 1 200px;padding:13px 8px;border-bottom:1px solid #bccdc5;font-size:17px;\"\u003e\n                  Valerian extract\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"flex:1 1 200px;padding:13px 8px;border-bottom:1px solid #bccdc5;font-size:17px;\"\u003e\n                  GABA\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"flex:1 1 200px;padding:13px 8px;border-bottom:1px solid #bccdc5;font-size:17px;\"\u003e\n                  5 HTP\n                \u003c\/div\u003e\n\n             \n\n              \u003c\/div\u003e\n\n              \u003cp style=\"margin:26px 0 0;padding:21px 23px;border-left:3px solid #305c50;background:rgba(255,255,255,0.58);color:#5c706a;font-size:16px;line-height:1.68;\"\u003e\n                \u003cstrong style=\"color:#19332d;\"\u003eQuality details:\u003c\/strong\u003e\n                Made without artificial flavors or preservatives. Made with\n                GMO free ingredients. Manufactured in a facility that follows\n                GMP requirements.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"padding:76px 20px;background:#ffffff;\"\u003e\n          \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:56px;width:100%;max-width:1020px;margin:0 auto;align-items:flex-start;\"\u003e\n\n            \u003cdiv style=\"flex:1 1 480px;min-width:0;\"\u003e\n\n              \u003cdiv style=\"margin:0 0 17px;color:#305c50;font-family:'Trebuchet MS',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;\"\u003e\n                Your evening ritual\n              \u003c\/div\u003e\n\n              \u003ch2 style=\"margin:0 0 16px;color:#19332d;font-family:'Iowan Old Style',Palatino,Georgia,serif;font-size:36px;font-weight:500;letter-spacing:-0.018em;line-height:1.16;\"\u003e\n                Wellness \u0026amp; detox support designed for real life\n              \u003c\/h2\u003e\n\n              \u003cp style=\"margin:0 0 26px;color:#19332d;font-size:18px;line-height:1.68;\"\u003e\n                Complete Detox PM is easy to add to your existing nighttime\n                routine.\n              \u003c\/p\u003e\n\n              \u003cdiv style=\"border-top:1px solid #d5dfda;\"\u003e\n\n                \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:22px;padding:20px 0;border-bottom:1px solid #d5dfda;\"\u003e\n\n                  \u003cdiv style=\"flex:0 1 120px;color:#305c50;font-family:'Trebuchet MS',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;\"\u003e\n                    Before bed\n                  \u003c\/div\u003e\n\n                  \u003cdiv style=\"flex:1 1 240px;\"\u003e\n                    \u003cstrong style=\"display:block;margin:0 0 3px;font-size:18px;\"\u003e\n                      Choose your bedtime\n                    \u003c\/strong\u003e\n                    \u003cp style=\"margin:0;color:#5c706a;font-size:16px;line-height:1.68;\"\u003e\n                      Plan to take the formula about 30 minutes before sleep.\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:22px;padding:20px 0;border-bottom:1px solid #d5dfda;\"\u003e\n\n                  \u003cdiv style=\"flex:0 1 120px;color:#305c50;font-family:'Trebuchet MS',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;\"\u003e\n                    Daily use\n                  \u003c\/div\u003e\n\n                  \u003cdiv style=\"flex:1 1 240px;\"\u003e\n                    \u003cstrong style=\"display:block;margin:0 0 3px;font-size:18px;\"\u003e\n                      Take three capsules\n                    \u003c\/strong\u003e\n                    \u003cp style=\"margin:0;color:#5c706a;font-size:16px;line-height:1.68;\"\u003e\n                      Take three capsules with water once daily.\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:22px;padding:20px 0;border-bottom:1px solid #d5dfda;\"\u003e\n\n                  \u003cdiv style=\"flex:0 1 120px;color:#305c50;font-family:'Trebuchet MS',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;\"\u003e\n                    Keep it simple\n                  \u003c\/div\u003e\n\n                  \u003cdiv style=\"flex:1 1 240px;\"\u003e\n                    \u003cstrong style=\"display:block;margin:0 0 3px;font-size:18px;\"\u003e\n                      Continue your normal routine\n                    \u003c\/strong\u003e\n                    \u003cp style=\"margin:0;color:#5c706a;font-size:16px;line-height:1.68;\"\u003e\n                      There are no special diets, daytime doses, or complicated\n                      cleanse schedules.\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"flex:1 1 300px;min-width:0;padding:32px;border-top:4px solid #b8873a;background:#163441;color:#e6efeb;\"\u003e\n\n              \u003cdiv style=\"margin:0 0 17px;color:#ead8b4;font-family:'Trebuchet MS',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;\"\u003e\n                Included with your purchase\n              \u003c\/div\u003e\n\n              \u003ch3 style=\"margin:0 0 9px;color:#ffffff;font-family:Georgia,serif;font-size:27px;font-weight:500;line-height:1.35;\"\u003e\n                A little more to help you get started\n              \u003c\/h3\u003e\n\n              \u003cp style=\"margin:0 0 17px;color:#d4e2dd;font-size:16px;line-height:1.68;\"\u003e\n                Your current purchase also includes two helpful extras.\n              \u003c\/p\u003e\n\n              \u003cdiv style=\"margin:22px 0;border-top:1px solid rgba(255,255,255,0.2);\"\u003e\n\n                \u003cdiv style=\"padding:12px 0;border-bottom:1px solid rgba(255,255,255,0.2);color:#ffffff;font-size:17px;\"\u003e\n                  A free 6 capsule Detox Beta pouch\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"padding:12px 0;border-bottom:1px solid rgba(255,255,255,0.2);color:#ffffff;font-size:17px;\"\u003e\n                  A free guide with an easy 10 day reset plan\n                \u003c\/div\u003e\n\n              \u003c\/div\u003e\n\n              \u003cp style=\"margin:0;color:#d4e2dd;font-size:16px;line-height:1.68;\"\u003e\n                Follow the instructions on each product label. Detox Beta is\n                not intended for long term use.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"padding:76px 20px;background:#f1eadc;\"\u003e\n          \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:44px;width:100%;max-width:1020px;margin:0 auto;align-items:center;\"\u003e\n\n            \u003cdiv style=\"flex:0 1 190px;padding:0 34px 0 0;border-right:1px solid #cdbf9f;\"\u003e\n\n              \u003cstrong style=\"display:block;color:#765621;font-family:Georgia,serif;font-size:42px;font-weight:500;line-height:1.2;\"\u003e\n                4.8 out of 5\n              \u003c\/strong\u003e\n\n              \u003cspan style=\"display:block;margin:4px 0 0;color:#6d6149;font-size:15px;line-height:1.5;\"\u003e\n                Based on 245 customer reviews\n              \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"flex:1 1 440px;min-width:0;\"\u003e\n\n              \u003cdiv style=\"margin:0 0 17px;color:#305c50;font-family:'Trebuchet MS',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;\"\u003e\n                Trusted by returning customers\n              \u003c\/div\u003e\n\n              \u003ch2 style=\"margin:0 0 16px;color:#4a3a20;font-family:'Iowan Old Style',Palatino,Georgia,serif;font-size:36px;font-weight:500;letter-spacing:-0.018em;line-height:1.16;\"\u003e\n                More than 80% customers rate Complete Detox PM five stars\n              \u003c\/h2\u003e\n\n              \u003cp style=\"margin:0 0 17px;color:#6d6149;font-size:18px;line-height:1.68;\"\u003e\n                Customers frequently describe the convenience of nighttime use\n                and their experience adding the product to an ongoing wellness\n                routine.\n              \u003c\/p\u003e\n\n              \u003csmall style=\"color:#756b56;font-size:14px;line-height:1.5;\"\u003e\n                Individual experiences vary. Review totals should be updated\n                whenever the live count changes.\n              \u003c\/small\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"padding:76px 20px;background:#f6f7f3;\"\u003e\n          \u003cdiv style=\"width:100%;max-width:1020px;margin:0 auto;\"\u003e\n\n            \u003cdiv style=\"max-width:740px;margin:0 0 35px;\"\u003e\n\n              \u003cdiv style=\"margin:0 0 17px;color:#305c50;font-family:'Trebuchet MS',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;\"\u003e\n                Use with care\n              \u003c\/div\u003e\n\n              \u003ch2 style=\"margin:0;color:#19332d;font-family:'Iowan Old Style',Palatino,Georgia,serif;font-size:36px;font-weight:500;letter-spacing:-0.018em;line-height:1.16;\"\u003e\n                How to use and what to know\n              \u003c\/h2\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:26px;\"\u003e\n\n              \u003cdiv style=\"flex:1 1 360px;padding:27px 28px;border:1px solid #d5dfda;background:#ffffff;\"\u003e\n\n                \u003ch3 style=\"margin:0 0 9px;color:#19332d;font-size:21px;font-weight:700;line-height:1.35;\"\u003e\n                  How to use\n                \u003c\/h3\u003e\n\n                \u003cp style=\"margin:0 0 17px;color:#5c706a;font-size:16px;line-height:1.68;\"\u003e\n                  As a dietary supplement, take three capsules with water once\n                  daily, preferably about 30 minutes before sleep.\n                \u003c\/p\u003e\n\n                \u003cp style=\"margin:0;color:#5c706a;font-size:16px;line-height:1.68;\"\u003e\n                  For convenient monthly delivery, choose Subscribe and Save.\n                  Eligible United States subscription orders receive free\n                  standard shipping. You may pause, cancel, or restart your\n                  subscription online.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n              \u003cdiv style=\"flex:1 1 360px;padding:27px 28px;border:1px solid #d8c9a7;background:#fcf9f2;\"\u003e\n\n                \u003ch3 style=\"margin:0 0 9px;color:#19332d;font-size:21px;font-weight:700;line-height:1.35;\"\u003e\n                  Good to know\n                \u003c\/h3\u003e\n\n                \u003cp style=\"margin:0 0 17px;color:#5c706a;font-size:16px;line-height:1.68;\"\u003e\n                  For adult use only. Contains oyster extract. Do not use this\n                  product if you are allergic to shellfish.\n                \u003c\/p\u003e\n\n                \u003cp style=\"margin:0 0 17px;color:#5c706a;font-size:16px;line-height:1.68;\"\u003e\n                  Consult a qualified healthcare professional before use if you\n                  are pregnant, nursing, have a medical condition, or take\n                  medication. This is especially important if you take\n                  antidepressants, sedatives, or other products that affect\n                  serotonin or sleep.\n                \u003c\/p\u003e\n\n                \u003cp style=\"margin:0;color:#5c706a;font-size:16px;line-height:1.68;\"\u003e\n                  Use only as directed. Because the formula is intended to\n                  support relaxation, take it before bed. Do not drive or\n                  operate machinery if you feel drowsy. Keep out of reach of\n                  children.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"padding:72px 20px;background:#163441;border-top:1px solid #31505a;color:#ffffff;text-align:center;\"\u003e\n          \u003cdiv style=\"width:100%;max-width:1020px;margin:0 auto;\"\u003e\n\n            \u003cdiv style=\"margin:0 0 17px;color:#ead8b4;font-family:'Trebuchet MS',Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;\"\u003e\n              Complete Detox PM\n            \u003c\/div\u003e\n\n            \u003ch2 style=\"max-width:700px;margin:0 auto 16px;color:#ffffff;font-family:'Iowan Old Style',Palatino,Georgia,serif;font-size:36px;font-weight:500;letter-spacing:-0.018em;line-height:1.16;\"\u003e\n              Make tonight the beginning of a simpler wellness routine\n            \u003c\/h2\u003e\n\n            \u003cp style=\"max-width:660px;margin:0 auto 27px;color:#d6e2de;font-size:18px;line-height:1.68;\"\u003e\n              Give your body thoughtful nighttime support without turning your\n              life upside down. Add Complete Detox PM to your evening routine\n              today.\n            \u003c\/p\u003e\n\n            \u003ca href=\"https:\/\/longevitypremier.com\/products\/complete-detox-pm\" style=\"display:inline-block;min-width:240px;padding:13px 22px;border:1px solid #ead8b4;background:#ead8b4;color:#203932;font-size:17px;font-weight:800;text-decoration:none;\"\u003e\n              Choose Complete Detox PM\n            \u003c\/a\u003e\n\n            \u003cdiv style=\"max-width:840px;margin:28px auto 0;padding:20px 0 0;border-top:1px solid rgba(255,255,255,0.16);color:#aebfba;font-size:14px;line-height:1.55;\"\u003e\n              *These statements have not been evaluated by the Food and Drug\n              Administration. This product is not intended to diagnose, treat,\n              cure, or prevent any disease.\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- =====================================================\n         END PRODUCT DESCRIPTION TAB\n         ===================================================== --\u003e\n\n\n    \u003c!-- =====================================================\n         COMPARISON TAB\n         ===================================================== --\u003e\n\n    \u003cdiv class=\"cdpm-tab-panel cdpm-panel-comparison\"\u003e\n\n      \u003cdiv class=\"cdpm-comparison\"\u003e\n\n        \u003cdiv class=\"cdpm-comparison-hero\"\u003e\n          \u003cdiv class=\"cdpm-comparison-inner\"\u003e\n\n            \u003cdiv class=\"cdpm-comparison-hero-content\"\u003e\n\n              \u003cdiv class=\"cdpm-eyebrow cdpm-comparison-hero-kicker\"\u003e\n                A practical side by side look\n              \u003c\/div\u003e\n\n              \u003ch1 class=\"cdpm-comparison-hero-title\"\u003e\n                How Complete Detox PM compares with detox tea and juice detox\n              \u003c\/h1\u003e\n\n              \u003cp\u003e\n                When comparing detox or cleanse approaches, the first consideration is the type of wellness support each option is designed to provide and how well that approach fits your goals. From there, practical factors such as cost, convenience, preparation, time commitment, and how easily the routine fits into everyday life can help determine which option is right for you.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003csection class=\"cdpm-comparison-section cdpm-bg-light\"\u003e\n          \u003cdiv class=\"cdpm-comparison-inner\"\u003e\n\n            \u003cdiv class=\"cdpm-section-intro\"\u003e\n\n              \u003cdiv class=\"cdpm-eyebrow\"\u003e\n                At a glance\n              \u003c\/div\u003e\n\n              \u003ch2\u003e\n                Complete Detox PM compares with detox tea and juice detox routines              \u003c\/h2\u003e\n\n            \u003c\/div\u003e\n\n            \u003cp class=\"cdpm-table-hint\"\u003e\n              Swipe or scroll horizontally to compare all three options.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"cdpm-table-scroll\" tabindex=\"0\" aria-label=\"Complete Detox PM, detox tea, and juice detox comparison table\"\u003e\n\n              \u003ctable class=\"cdpm-comparison-table\"\u003e\n\n                \u003cthead\u003e\n                  \u003ctr\u003e\n                    \u003cth scope=\"col\"\u003e\n                      Consideration\n                    \u003c\/th\u003e\n\n                    \u003cth scope=\"col\" class=\"cdpm-featured-column\"\u003e\n                      Complete Detox PM\n                    \u003c\/th\u003e\n\n                    \u003cth scope=\"col\"\u003e\n                      Detox tea\n                    \u003c\/th\u003e\n\n                    \u003cth scope=\"col\"\u003e\n                      Juice detox\n                    \u003c\/th\u003e\n                  \u003c\/tr\u003e\n                \u003c\/thead\u003e\n\n                \u003ctbody\u003e\n\n                  \u003ctr\u003e\n                    \u003cth scope=\"row\"\u003e\n                      Format\n                    \u003c\/th\u003e\n\n                    \u003ctd class=\"cdpm-featured-column\"\u003e\n                      3 capsules\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Prepared tea\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Multiple juices or prepared beverages\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                  \u003ctr\u003e\n                    \u003cth scope=\"row\"\u003e\n                      Routine\n                    \u003c\/th\u003e\n\n                    \u003ctd class=\"cdpm-featured-column\"\u003e\n                      Once daily, preferably before sleep, without fasting, brewing, or melatonin.\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Prepare and drink according to product directions\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Often several drinks throughout the day\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                  \u003ctr\u003e\n                    \u003cth scope=\"row\"\u003e\n                      Expected results\n                    \u003c\/th\u003e\n\n                    \u003ctd class=\"cdpm-featured-column\"\u003e\n                      \u003cspan class=\"cdpm-rating\" role=\"img\" aria-label=\"5 out of 5 stars\"\u003e\n                        \u003cspan class=\"cdpm-rating-filled\" aria-hidden=\"true\"\u003e★★★★★\u003c\/span\u003e\n                      \u003c\/span\u003e\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      \u003cspan class=\"cdpm-rating\" role=\"img\" aria-label=\"2 out of 5 stars\"\u003e\n                        \u003cspan class=\"cdpm-rating-filled\" aria-hidden=\"true\"\u003e★★\u003c\/span\u003e\u003cspan class=\"cdpm-rating-empty\" aria-hidden=\"true\"\u003e☆☆☆\u003c\/span\u003e\n                      \u003c\/span\u003e\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      \u003cspan class=\"cdpm-rating\" role=\"img\" aria-label=\"2 out of 5 stars\"\u003e\n                        \u003cspan class=\"cdpm-rating-filled\" aria-hidden=\"true\"\u003e★★\u003c\/span\u003e\u003cspan class=\"cdpm-rating-empty\" aria-hidden=\"true\"\u003e☆☆☆\u003c\/span\u003e\n                      \u003c\/span\u003e\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                  \u003ctr\u003e\n                    \u003cth scope=\"row\"\u003e\n                      Preparation\n                    \u003c\/th\u003e\n\n                    \u003ctd class=\"cdpm-featured-column\"\u003e\n                      Minimal. Take with water\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Requires brewing and preparation\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      More involved. Requires multiple juices and planning\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                  \u003ctr\u003e\n                    \u003cth scope=\"row\"\u003e\n                      Fasting or special diet\n                    \u003c\/th\u003e\n\n                    \u003ctd class=\"cdpm-featured-column\"\u003e\n                      No\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Depends on the product\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      May involve meal replacement or a structured cleanse\n                      program\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                  \u003ctr\u003e\n                    \u003cth scope=\"row\"\u003e\n                      Time commitment\n                    \u003c\/th\u003e\n\n                    \u003ctd class=\"cdpm-featured-column\"\u003e\n                      Low\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Moderate\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Higher\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                  \u003ctr\u003e\n                    \u003cth scope=\"row\"\u003e\n                      Cost\n                    \u003c\/th\u003e\n\n                    \u003ctd class=\"cdpm-featured-column\"\u003e\n                      A fraction of premium detox tea and typical juice detox\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Often $30 ~ $80+ for premium 30 day programs\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Often $80 ~ $200+ for a short multi day cleanse\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                  \u003ctr\u003e\n                    \u003cth scope=\"row\"\u003e\n                      Value Rating\n                    \u003c\/th\u003e\n\n                    \u003ctd class=\"cdpm-featured-column\"\u003e\n                      \u003cspan class=\"cdpm-rating\" role=\"img\" aria-label=\"5 out of 5 stars\"\u003e\n                        \u003cspan class=\"cdpm-rating-filled\" aria-hidden=\"true\"\u003e★★★★★\u003c\/span\u003e\n                      \u003c\/span\u003e\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      \u003cspan class=\"cdpm-rating\" role=\"img\" aria-label=\"3 out of 5 stars\"\u003e\n                        \u003cspan class=\"cdpm-rating-filled\" aria-hidden=\"true\"\u003e★★★\u003c\/span\u003e\u003cspan class=\"cdpm-rating-empty\" aria-hidden=\"true\"\u003e☆☆\u003c\/span\u003e\n                      \u003c\/span\u003e\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      \u003cspan class=\"cdpm-rating\" role=\"img\" aria-label=\"1 out of 5 stars\"\u003e\n                        \u003cspan class=\"cdpm-rating-filled\" aria-hidden=\"true\"\u003e★\u003c\/span\u003e\u003cspan class=\"cdpm-rating-empty\" aria-hidden=\"true\"\u003e☆☆☆☆\u003c\/span\u003e\n                      \u003c\/span\u003e\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                  \u003ctr\u003e\n                    \u003cth scope=\"row\"\u003e\n                      Overall value\n                    \u003c\/th\u003e\n\n                    \u003ctd class=\"cdpm-featured-column\"\u003e\n                  Formulated to support your wellness goals with exceptional convenience and strong value. No fasting, brewing detox tea, replacing meals, or adding another daytime routine.\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      More preparation at a higher typical cost\n                    \u003c\/td\u003e\n\n                    \u003ctd\u003e\n                      Much higher cost and more involved routine\n                    \u003c\/td\u003e\n                  \u003c\/tr\u003e\n\n                \u003c\/tbody\u003e\n\n              \u003c\/table\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cdpm-comparison-cta-wrap\"\u003e\n              \u003ca href=\"#\" class=\"cdpm-comparison-cta cdpm-scroll-to-purchase\" aria-label=\"Go to the product purchase options and Add to Cart button\"\u003e\n                Go to Add to Cart\n              \u003c\/a\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"cdpm-comparison-section cdpm-bg-mint\"\u003e\n          \u003cdiv class=\"cdpm-comparison-inner\"\u003e\n\n            \u003cdiv class=\"cdpm-section-intro\"\u003e\n\n              \u003cdiv class=\"cdpm-eyebrow\"\u003e\n                Value matters\n              \u003c\/div\u003e\n\n              \u003ch2\u003e\n                A full month of use at the best value\n              \u003c\/h2\u003e\n\n              \u003cp\u003e\n                Complete Detox PM for a 30 night supply cost a fraction of the\n                other forms of detox.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cdpm-cost-grid\"\u003e\n\n              \u003cdiv class=\"cdpm-cost-card cdpm-cost-card-featured\"\u003e\n\n                \u003cspan class=\"cdpm-cost-label\"\u003e\n                  Complete Detox PM\n                \u003c\/span\u003e\n\n                \u003cstrong class=\"cdpm-cost-number\"\u003e\n                  $17.99\n                \u003c\/strong\u003e\n\n                \u003cp\u003e\n                  A 30 night supply.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"cdpm-cost-card\"\u003e\n\n                \u003cspan class=\"cdpm-cost-label\"\u003e\n                  Premium detox tea\n                \u003c\/span\u003e\n\n                \u003cstrong class=\"cdpm-cost-number\"\u003e\n                  $30 ~ $80+\n                \u003c\/strong\u003e\n\n                \u003cp\u003e\n                  Typical pricing for some premium 30 day programs, depending\n                  on the brand and formulation.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"cdpm-cost-card\"\u003e\n\n                \u003cspan class=\"cdpm-cost-label\"\u003e\n                  Juice detox\n                \u003c\/span\u003e\n\n                \u003cstrong class=\"cdpm-cost-number\"\u003e\n                  $100 ~ $200+\n                \u003c\/strong\u003e\n\n                \u003cp\u003e\n                  Typical pricing for some short, three day prepared juice\n                  programs.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cdpm-comparison-copy\" style=\"margin-top:34px;\"\u003e\n\n              \u003cp\u003e\n                Premium detox teas can cost substantially more for a comparable\n                monthly supply. Current examples include 30 day detox teas\n                priced around $30 to $80 or more, depending on the brand and\n                formulation.\n              \u003c\/p\u003e\n\n              \u003cp\u003e\n                Juice detox programs are typically much more expensive because\n                they concentrate multiple prepared beverages into a short\n                period. Current three day programs can cost roughly $100 to\n                more than $200, putting the daily cost many times above a 30\n                night supply of Complete Detox PM.\n              \u003c\/p\u003e\n\n              \u003cdiv class=\"cdpm-conclusion-box\"\u003e\n                \u003cp\u003e\n                  For someone comparing overall routine cost, Complete Detox PM\n                  provides a full month of use at a fraction of the cost of many\n                  short term juice detox programs.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"cdpm-comparison-section cdpm-bg-white\"\u003e\n          \u003cdiv class=\"cdpm-comparison-inner\"\u003e\n\n            \u003cdiv class=\"cdpm-section-intro\"\u003e\n\n              \u003cdiv class=\"cdpm-eyebrow\"\u003e\n                Convenience matters too\n              \u003c\/div\u003e\n\n              \u003ch2\u003e\n                Consider the preparation and time behind each routine\n              \u003c\/h2\u003e\n\n              \u003cp\u003e\n                No brewing. No juicing. No thawing. No complicated routine.\n                Just a simple way to stay in control of your day and spend your\n                time doing what you enjoy.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cdpm-option-grid\"\u003e\n\n              \u003cdiv class=\"cdpm-option-card cdpm-option-card-featured\"\u003e\n\n                \u003ch3\u003e\n                  Complete Detox PM\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                  Requires three capsules with water and can be incorporated\n                  into an existing evening routine. There is no need to brew\n                  tea, prepare multiple beverages, or organize the day around a\n                  cleanse schedule.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"cdpm-option-card\"\u003e\n\n                \u003ch3\u003e\n                  Detox tea\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                  Can be a pleasant choice for someone who enjoys a daily tea\n                  ritual, but it still requires preparation and time to consume\n                  the beverage.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"cdpm-option-card\"\u003e\n\n                \u003ch3\u003e\n                  Juice detox\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                  Generally requires considerably more planning. Depending on\n                  the program, several juices may need to be consumed throughout\n                  the day, and some programs involve replacing regular meals\n                  with juice.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cdpm-conclusion-box\"\u003e\n              \u003cp\u003e\n                For someone who values simplicity, a once daily capsule routine\n                can be easier to maintain.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"cdpm-comparison-section cdpm-bg-light\"\u003e\n          \u003cdiv class=\"cdpm-comparison-inner\"\u003e\n\n            \u003cdiv class=\"cdpm-section-intro\"\u003e\n\n              \u003cdiv class=\"cdpm-eyebrow\"\u003e\n                Choosing an approach\n              \u003c\/div\u003e\n\n              \u003ch2\u003e\n                Which approach fits your lifestyle?\n              \u003c\/h2\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cdpm-lifestyle-grid\"\u003e\n\n              \u003cdiv class=\"cdpm-lifestyle-card cdpm-lifestyle-card-featured\"\u003e\n\n                \u003ch3\u003e\n                  Complete Detox PM may be the better fit if you want:\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                  A low cost option, minimal preparation, a simple once daily\n                  routine, and an approach that fits into your evening without\n                  fasting or a special cleanse diet.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"cdpm-lifestyle-card\"\u003e\n\n                \u003ch3\u003e\n                  Detox tea may be the better fit if you enjoy:\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                  Preparing and drinking tea as part of your daily wellness\n                  routine.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"cdpm-lifestyle-card\"\u003e\n\n                \u003ch3\u003e\n                  Juice detox may be the better fit if you prefer:\n                \u003c\/h3\u003e\n\n                \u003cp\u003e\n                  A more structured short term cleanse program and are\n                  comfortable with the higher cost, preparation, and time\n                  commitment involved.\n                \u003c\/p\u003e\n\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cdpm-conclusion-box\"\u003e\n              \u003cp\u003e\n                There is no single format that is right for everyone. The\n                practical choice is the one that fits your preferences, budget,\n                schedule, and ability to follow the routine consistently.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"cdpm-comparison-section cdpm-bg-cream\"\u003e\n          \u003cdiv class=\"cdpm-comparison-inner\"\u003e\n\n            \u003cdiv class=\"cdpm-standout-layout\"\u003e\n\n              \u003cdiv class=\"cdpm-standout-stat\"\u003e\n\n                \u003cstrong\u003e\n                  3 practical advantages\n                \u003c\/strong\u003e\n\n                \u003cspan\u003e\n                  Low cost, minimal preparation, and a simple nighttime\n                  routine.\n                \u003c\/span\u003e\n\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"cdpm-standout-copy\"\u003e\n\n                \u003cdiv class=\"cdpm-eyebrow\"\u003e\n                  Why Complete Detox PM stands out\n                \u003c\/div\u003e\n\n                \u003ch2\u003e\n                  A straightforward option. Wellness support made simple, convenient, and easy to stay consistent with\n                \u003c\/h2\u003e\n\n                \u003cp\u003e\n                  Complete Detox PM combines three important advantages: Best\n                  result, best value, most convenient. All in one simple\n                  nighttime routine.\n                \u003c\/p\u003e\n\n                \u003cp\u003e\n                  At $17.99 for 30 nights, it costs less than many premium detox\n                  teas and a small fraction of the cost of a multi day juice\n                  detox. At the same time, its capsule format avoids the\n                  preparation and scheduling associated with beverage based\n                  cleanse routines.\n                \u003c\/p\u003e\n\n                \u003cp\u003e\n                  For people who want a straightforward dietary supplement that\n                  is easy to incorporate into everyday life, Complete Detox PM\n                  offers a simple and economical option.*\n                \u003c\/p\u003e\n\n                \u003cdiv class=\"cdpm-comparison-cta-wrap cdpm-comparison-cta-wrap--left\"\u003e\n                  \u003ca href=\"#\" class=\"cdpm-comparison-cta cdpm-scroll-to-purchase\" aria-label=\"Return to the Complete Detox PM purchase options and Add to Cart button\"\u003e\n                    Choose Complete Detox PM\n                  \u003c\/a\u003e\n                \u003c\/div\u003e\n\n              \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003cdiv class=\"cdpm-comparison-disclaimer\"\u003e\n          \u003cp\u003e\n            *These statements have not been evaluated by the Food and Drug\n            Administration. This product is not intended to diagnose, treat,\n            cure, or prevent any disease.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- =====================================================\n         END COMPARISON TAB\n         ===================================================== --\u003e\n\n  \u003c\/div\u003e\n\n  \u003cscript\u003e\n    (function () {\n      var root = document.getElementById(\"cdpm-product-content-tabs\");\n\n      if (!root || root.getAttribute(\"data-purchase-scroll-ready\") === \"true\") {\n        return;\n      }\n\n      root.setAttribute(\"data-purchase-scroll-ready\", \"true\");\n\n      root.addEventListener(\"click\", function (event) {\n        var clickedElement = event.target;\n\n        if (!clickedElement || !clickedElement.closest) {\n          return;\n        }\n\n        var trigger = clickedElement.closest(\".cdpm-scroll-to-purchase\");\n\n        if (!trigger) {\n          return;\n        }\n\n        var selectors = [\n          \"button[name='add']\",\n          \"input[name='add']\",\n          \".product-form__submit\",\n          \"[data-add-to-cart]\"\n        ];\n\n        var purchaseTarget = null;\n\n        for (\n          var selectorIndex = 0;\n          selectorIndex \u003c selectors.length;\n          selectorIndex++\n        ) {\n          var candidates = document.querySelectorAll(\n            selectors[selectorIndex]\n          );\n\n          for (\n            var candidateIndex = 0;\n            candidateIndex \u003c candidates.length;\n            candidateIndex++\n          ) {\n            var candidate = candidates[candidateIndex];\n            var candidateStyles = window.getComputedStyle(candidate);\n\n            var isVisible =\n              candidate.getClientRects().length \u003e 0 \u0026\u0026\n              candidateStyles.display !== \"none\" \u0026\u0026\n              candidateStyles.visibility !== \"hidden\";\n\n            if (!root.contains(candidate) \u0026\u0026 isVisible) {\n              purchaseTarget = candidate;\n              break;\n            }\n          }\n\n          if (purchaseTarget) {\n            break;\n          }\n        }\n\n        \/*\n         * If no native product-form button is found, href=\"#\"\n         * returns the customer to the page top.\n         *\/\n        if (!purchaseTarget) {\n          return;\n        }\n\n        event.preventDefault();\n\n        var reduceMotion = window.matchMedia(\n          \"(prefers-reduced-motion: reduce)\"\n        ).matches;\n\n        purchaseTarget.scrollIntoView({\n          behavior: reduceMotion ? \"auto\" : \"smooth\",\n          block: \"center\"\n        });\n\n        window.setTimeout(\n          function () {\n            try {\n              purchaseTarget.focus({\n                preventScroll: true\n              });\n            } catch (error) {\n              purchaseTarget.focus();\n            }\n          },\n          reduceMotion ? 0 : 500\n        );\n      });\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"HealthyLivingCA","offers":[{"title":"Default Title","offer_id":35116451282,"sku":"Dtx_PM_90c","price":17.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2008\/4147\/products\/C_Detox_PM-A.jpg?v=1593622984"}],"url":"https:\/\/longevitypremier.com\/collections\/in-dandelion.oembed","provider":"Longevity Premier Nutraceuticals Inc","version":"1.0","type":"link"}