{"product_id":"black-walnut-wormwood-drops","title":"Black Walnut Wormwood Drops","description":"\u003c!-- allPure Black Walnut Wormwood Drops — Product Page Template --\u003e\n\u003c!-- Styled after Rosabella layout. Inject into product description_html in Shopify. --\u003e\n\u003c!-- Does NOT modify announcement bar, nav, or header — those remain global theme elements. --\u003e\n\n\u003cstyle\u003e\n  \/* ===== RESET \u0026 BASE ===== *\/\n  .ap-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  .ap-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  \/* ===== VARIABLES ===== *\/\n  :root {\n    --green: #52bd09;\n    --green-dark: #3d8f07;\n    --green-light: #edf9e3;\n    --cream: #faf8f4;\n    --text: #1a1a1a;\n    --muted: #666;\n    --border: #e8e8e8;\n  }\n\n  \/* ===== TRUST BAR ===== *\/\n  .ap-trust-bar {\n    background: var(--green);\n    color: #fff;\n    text-align: center;\n    padding: 10px 20px;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n  }\n  .ap-trust-bar span { display: flex; align-items: center; gap: 6px; }\n\n  \/* ===== HERO SECTION ===== *\/\n  .ap-hero {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    padding: 48px 24px;\n    align-items: start;\n  }\n  @media (max-width: 768px) {\n    .ap-hero { grid-template-columns: 1fr; gap: 24px; padding: 24px 16px; }\n  }\n\n  .ap-hero-gallery { position: relative; }\n  .ap-hero-gallery img {\n    width: 100%;\n    border-radius: 16px;\n    object-fit: cover;\n    display: block;\n  }\n  .ap-gallery-thumbs {\n    display: flex;\n    gap: 8px;\n    margin-top: 12px;\n    flex-wrap: wrap;\n  }\n  .ap-gallery-thumbs img {\n    width: 72px;\n    height: 72px;\n    object-fit: cover;\n    border-radius: 8px;\n    border: 2px solid transparent;\n    cursor: pointer;\n    transition: border-color 0.2s;\n  }\n  .ap-gallery-thumbs img:hover,\n  .ap-gallery-thumbs img.active { border-color: var(--green); }\n\n  \/* ===== BUY BOX ===== *\/\n  .ap-buybox { display: flex; flex-direction: column; gap: 20px; }\n\n  .ap-rating {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 14px;\n    color: var(--muted);\n  }\n  .ap-stars { color: #f5a623; font-size: 18px; letter-spacing: 2px; }\n\n  .ap-buybox h1 {\n    font-size: clamp(22px, 3vw, 32px);\n    font-weight: 800;\n    line-height: 1.2;\n    color: var(--text);\n  }\n\n  .ap-price-row {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n  .ap-price-current { font-size: 28px; font-weight: 800; color: var(--green); }\n  .ap-price-original { font-size: 18px; color: var(--muted); text-decoration: line-through; }\n  .ap-save-badge {\n    background: var(--green);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    padding: 4px 10px;\n    border-radius: 20px;\n    letter-spacing: 0.5px;\n  }\n\n  .ap-tagline { font-size: 15px; color: var(--text); line-height: 1.7; }\n\n  .ap-checklist { list-style: none; display: flex; flex-direction: column; gap: 8px; }\n  .ap-checklist li {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 15px;\n    font-weight: 500;\n  }\n  .ap-checklist li::before {\n    content: '';\n    width: 20px;\n    height: 20px;\n    min-width: 20px;\n    background: var(--green);\n    border-radius: 50%;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'\/%3E%3C\/svg%3E\");\n    background-size: 14px;\n    background-repeat: no-repeat;\n    background-position: center;\n  }\n\n  \/* ===== PACKAGE SELECTOR ===== *\/\n  .ap-packages-label {\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--muted);\n  }\n  .ap-packages { display: flex; flex-direction: column; gap: 10px; }\n  .ap-package {\n    border: 2px solid var(--border);\n    border-radius: 12px;\n    padding: 14px 18px;\n    cursor: pointer;\n    transition: border-color 0.2s, background 0.2s;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    position: relative;\n  }\n  .ap-package:hover { border-color: var(--green); }\n  .ap-package.selected { border-color: var(--green); background: var(--green-light); }\n  .ap-package-badge {\n    position: absolute;\n    top: -10px;\n    right: 16px;\n    background: var(--green);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    padding: 2px 10px;\n    border-radius: 20px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  .ap-package-left { display: flex; flex-direction: column; gap: 2px; }\n  .ap-package-title { font-weight: 700; font-size: 15px; }\n  .ap-package-sub { font-size: 13px; color: var(--muted); }\n  .ap-package-right { text-align: right; }\n  .ap-package-price { font-weight: 800; font-size: 18px; color: var(--text); }\n  .ap-package-orig { font-size: 13px; color: var(--muted); text-decoration: line-through; }\n\n  \/* ===== CTA BUTTON ===== *\/\n  .ap-cta-btn {\n    background: var(--green);\n    color: #fff;\n    border: none;\n    border-radius: 50px;\n    padding: 18px 32px;\n    font-size: 17px;\n    font-weight: 800;\n    cursor: pointer;\n    width: 100%;\n    text-align: center;\n    letter-spacing: 0.5px;\n    transition: background 0.2s, transform 0.1s;\n    text-decoration: none;\n    display: block;\n  }\n  .ap-cta-btn:hover { background: var(--green-dark); transform: translateY(-1px); }\n\n  .ap-cta-sub {\n    text-align: center;\n    font-size: 13px;\n    color: var(--muted);\n    margin-top: -8px;\n  }\n  .ap-cta-sub a { color: var(--green); text-decoration: underline; cursor: pointer; }\n\n  \/* ===== TRUST ICONS ===== *\/\n  .ap-trust-icons {\n    display: flex;\n    gap: 16px;\n    flex-wrap: wrap;\n    justify-content: center;\n    padding: 12px 0;\n    border-top: 1px solid var(--border);\n    border-bottom: 1px solid var(--border);\n  }\n  .ap-trust-icon {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 12px;\n    color: var(--muted);\n    font-weight: 500;\n  }\n  .ap-trust-icon svg { width: 18px; height: 18px; fill: var(--green); }\n\n  \/* ===== GUARANTEE BOX ===== *\/\n  .ap-guarantee {\n    background: var(--green-light);\n    border: 1px solid #c5e8a0;\n    border-radius: 12px;\n    padding: 16px 20px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    font-size: 14px;\n  }\n  .ap-guarantee-icon { font-size: 32px; min-width: 40px; text-align: center; }\n  .ap-guarantee strong { display: block; font-size: 15px; margin-bottom: 2px; }\n\n  \/* ===== ACCORDION ===== *\/\n  .ap-accordion { border-top: 1px solid var(--border); }\n  .ap-accordion-item { border-bottom: 1px solid var(--border); }\n  .ap-accordion-header {\n    width: 100%;\n    background: none;\n    border: none;\n    text-align: left;\n    padding: 18px 0;\n    font-size: 16px;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: var(--text);\n  }\n  .ap-accordion-header::after {\n    content: '+';\n    font-size: 22px;\n    color: var(--green);\n    font-weight: 300;\n    transition: transform 0.2s;\n  }\n  .ap-accordion-item.open .ap-accordion-header::after { transform: rotate(45deg); }\n  .ap-accordion-body {\n    display: none;\n    padding-bottom: 18px;\n    font-size: 15px;\n    color: #444;\n    line-height: 1.8;\n  }\n  .ap-accordion-item.open .ap-accordion-body { display: block; }\n\n  \/* ===== SECTION LAYOUTS ===== *\/\n  .ap-section { padding: 64px 24px; }\n  .ap-section-cream { background: var(--cream); }\n  .ap-section-green { background: var(--green); color: #fff; }\n  .ap-section-white { background: #fff; }\n\n  .ap-two-col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 56px;\n    align-items: center;\n  }\n  @media (max-width: 768px) {\n    .ap-two-col { grid-template-columns: 1fr; gap: 32px; }\n    .ap-two-col.reverse-mobile \u003e *:first-child { order: 2; }\n    .ap-two-col.reverse-mobile \u003e *:last-child { order: 1; }\n    .ap-section { padding: 40px 16px; }\n  }\n\n  .ap-two-col img {\n    width: 100%;\n    border-radius: 16px;\n    object-fit: cover;\n  }\n\n  .ap-section-title {\n    font-size: clamp(24px, 3vw, 38px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin-bottom: 20px;\n  }\n  .ap-section-body { font-size: 15px; color: #444; line-height: 1.8; }\n  .ap-section-green .ap-section-body { color: rgba(255,255,255,0.9); }\n  .ap-section-green .ap-section-title { color: #fff; }\n\n  .ap-bullet-list { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }\n  .ap-bullet-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n  .ap-bullet-list li::before {\n    content: '✓';\n    color: var(--green);\n    font-weight: 800;\n    font-size: 16px;\n    min-width: 18px;\n    margin-top: 1px;\n  }\n  .ap-section-green .ap-bullet-list li::before { color: #fff; }\n\n  \/* ===== STATS BAR ===== *\/\n  .ap-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 24px;\n    padding: 48px 24px;\n    background: #fff;\n    text-align: center;\n  }\n  @media (max-width: 768px) {\n    .ap-stats { grid-template-columns: 1fr 1fr; }\n  }\n  .ap-stat-number {\n    font-size: clamp(36px, 5vw, 56px);\n    font-weight: 900;\n    color: var(--green);\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n  .ap-stat-desc { font-size: 14px; color: var(--muted); line-height: 1.5; }\n\n  \/* ===== INGREDIENTS GRID ===== *\/\n  .ap-ingredients-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n    gap: 20px;\n    margin-top: 32px;\n  }\n  .ap-ingredient-card {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 20px;\n    text-align: center;\n    transition: box-shadow 0.2s, transform 0.2s;\n  }\n  .ap-ingredient-card:hover { box-shadow: 0 8px 24px rgba(82,189,9,0.15); transform: translateY(-3px); }\n  .ap-ingredient-icon { font-size: 36px; margin-bottom: 10px; }\n  .ap-ingredient-name { font-weight: 700; font-size: 15px; margin-bottom: 6px; color: var(--green-dark); }\n  .ap-ingredient-desc { font-size: 13px; color: var(--muted); line-height: 1.5; }\n\n  \/* ===== TESTIMONIAL ===== *\/\n  .ap-testimonial {\n    background: var(--cream);\n    border-radius: 20px;\n    padding: 40px;\n    text-align: center;\n    max-width: 700px;\n    margin: 0 auto;\n  }\n  .ap-testimonial-stars { color: #f5a623; font-size: 24px; letter-spacing: 3px; margin-bottom: 16px; }\n  .ap-testimonial-quote {\n    font-size: 18px;\n    font-style: italic;\n    line-height: 1.7;\n    color: #333;\n    margin-bottom: 20px;\n  }\n  .ap-testimonial-author { font-weight: 700; font-size: 15px; }\n  .ap-testimonial-verified { font-size: 12px; color: var(--green); font-weight: 600; margin-top: 4px; }\n\n  \/* ===== PROMISE BADGES ===== *\/\n  .ap-promise {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    text-align: center;\n    padding: 48px 24px;\n    background: var(--cream);\n  }\n  @media (max-width: 600px) { .ap-promise { grid-template-columns: 1fr; } }\n  .ap-promise-icon { font-size: 40px; margin-bottom: 12px; }\n  .ap-promise-title { font-weight: 700; font-size: 16px; margin-bottom: 6px; }\n  .ap-promise-desc { font-size: 13px; color: var(--muted); }\n\n  \/* ===== FAQ SECTION ===== *\/\n  .ap-faq { padding: 64px 24px; max-width: 800px; margin: 0 auto; }\n  .ap-faq-title { font-size: 28px; font-weight: 800; text-align: center; margin-bottom: 32px; }\n\n  \/* ===== FINAL CTA ===== *\/\n  .ap-final-cta {\n    background: var(--green);\n    color: #fff;\n    text-align: center;\n    padding: 64px 24px;\n  }\n  .ap-final-cta h2 { font-size: clamp(24px, 4vw, 40px); font-weight: 800; margin-bottom: 12px; }\n  .ap-final-cta p { font-size: 16px; opacity: 0.9; margin-bottom: 28px; max-width: 560px; margin-left: auto; margin-right: auto; }\n  .ap-final-cta .ap-cta-btn {\n    background: #fff;\n    color: var(--green);\n    max-width: 320px;\n    margin: 0 auto;\n    display: block;\n  }\n  .ap-final-cta .ap-cta-btn:hover { background: #f0f0f0; }\n\n  \/* ===== FULL-WIDTH BANNER IMAGE ===== *\/\n  .ap-banner-img { width: 100%; display: block; }\n\n  \/* ===== DIVIDER ===== *\/\n  .ap-divider { height: 1px; background: var(--border); margin: 0 24px; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ap-wrap\"\u003e\n\n  \u003c!-- ===== TRUST BAR ===== --\u003e\n  \u003cdiv class=\"ap-trust-bar\"\u003e\n    \u003cspan\u003e🚚 Free US Shipping on Orders Over $59\u003c\/span\u003e\n    \u003cspan\u003e🛡️ 30-Day Money-Back Guarantee\u003c\/span\u003e\n    \u003cspan\u003e🌿 All Natural Ingredients\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== HERO SECTION ===== --\u003e\n  \u003cdiv class=\"ap-hero\"\u003e\n\n    \u003c!-- Gallery --\u003e\n    \u003cdiv class=\"ap-hero-gallery\"\u003e\n      \u003cimg id=\"ap-main-img\" src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/cazYHUvyCQglhKwN.png\" alt=\"allPure Black Walnut Wormwood Drops\"\u003e\n      \u003cdiv class=\"ap-gallery-thumbs\"\u003e\n        \u003cimg class=\"active\" src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/cazYHUvyCQglhKwN.png\" alt=\"Product bottle\" onclick=\"apSwapImg(this, 'https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/cazYHUvyCQglhKwN.png')\"\u003e\n        \u003cimg src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/QtbZHrPTRnpspFCM.png\" alt=\"Lifestyle\" onclick=\"apSwapImg(this, 'https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/QtbZHrPTRnpspFCM.png')\"\u003e\n        \u003cimg src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/enxpjvNHANQgyWCJ.png\" alt=\"Ingredients\" onclick=\"apSwapImg(this, 'https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/enxpjvNHANQgyWCJ.png')\"\u003e\n        \u003cimg src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/nZiMxaisuxSJaGZS.png\" alt=\"Bundles\" onclick=\"apSwapImg(this, 'https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/nZiMxaisuxSJaGZS.png')\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Buy Box --\u003e\n    \u003cdiv class=\"ap-buybox\"\u003e\n\n      \u003cdiv class=\"ap-rating\"\u003e\n        \u003cspan class=\"ap-stars\"\u003e★★★★★\u003c\/span\u003e\n        \u003cspan\u003e4.8\/5  |  9,006+ Reviews\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003ch1\u003eallPure Black Walnut Wormwood Drops — Natural Gut Support to Help You Feel Balanced \u0026amp; Energized\u003c\/h1\u003e\n\n      \u003cdiv class=\"ap-price-row\"\u003e\n        \u003cspan class=\"ap-price-current\"\u003e$44.00\u003c\/span\u003e\n        \u003cspan class=\"ap-price-original\"\u003e$55.00\u003c\/span\u003e\n        \u003cspan class=\"ap-save-badge\"\u003eSAVE 20%\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"ap-tagline\"\u003e\n        \u003cstrong\u003eallPure Black Walnut Wormwood Drops\u003c\/strong\u003e is crafted to support your body's natural digestive balance — a key factor in how your body manages energy, comfort, and daily wellness.\u003cbr\u003e\u003cbr\u003e\n        Just two droppers a day of this gentle herbal blend can help support a lighter, more comfortable feeling from the inside out.\n      \u003c\/p\u003e\n\n      \u003cul class=\"ap-checklist\"\u003e\n        \u003cli\u003eSupports natural digestive harmony \u0026amp; gut comfort\u003c\/li\u003e\n        \u003cli\u003eHelps ease occasional bloating \u0026amp; digestive discomfort\u003c\/li\u003e\n        \u003cli\u003eEncourages more steady, balanced energy throughout the day\u003c\/li\u003e\n        \u003cli\u003eSupports mental clarity, skin health \u0026amp; overall vitality\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cdiv\u003e\n        \u003cp class=\"ap-packages-label\"\u003eChoose Your Supply\u003c\/p\u003e\n        \u003cdiv class=\"ap-packages\"\u003e\n          \u003cdiv class=\"ap-package\" onclick=\"apSelectPkg(this, '$55.00', '')\"\u003e\n            \u003cdiv class=\"ap-package-left\"\u003e\n              \u003cspan class=\"ap-package-title\"\u003e1 Bottle — 30 Servings\u003c\/span\u003e\n              \u003cspan class=\"ap-package-sub\"\u003eGreat for starting your routine\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ap-package-right\"\u003e\n              \u003cdiv class=\"ap-package-price\"\u003e$55.00\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ap-package selected\" onclick=\"apSelectPkg(this, '$44.00', '$55.00')\"\u003e\n            \u003cspan class=\"ap-package-badge\"\u003eMOST POPULAR\u003c\/span\u003e\n            \u003cdiv class=\"ap-package-left\"\u003e\n              \u003cspan class=\"ap-package-title\"\u003eSubscribe \u0026amp; Save — 30 Servings\u003c\/span\u003e\n              \u003cspan class=\"ap-package-sub\"\u003eAuto-delivers monthly · Cancel anytime\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ap-package-right\"\u003e\n              \u003cdiv class=\"ap-package-price\"\u003e$44.00\u003c\/div\u003e\n              \u003cdiv class=\"ap-package-orig\"\u003e$55.00\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ap-package\" onclick=\"apSelectPkg(this, '$73.33', '$165.00')\"\u003e\n            \u003cspan class=\"ap-package-badge\" style=\"background:#1a1a1a;\"\u003eBEST VALUE\u003c\/span\u003e\n            \u003cdiv class=\"ap-package-left\"\u003e\n              \u003cspan class=\"ap-package-title\"\u003e3 Bottles — 90 Servings\u003c\/span\u003e\n              \u003cspan class=\"ap-package-sub\"\u003eMaintain daily gut support · Includes FREE Shipping\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ap-package-right\"\u003e\n              \u003cdiv class=\"ap-package-price\"\u003e$73.33\u003c\/div\u003e\n              \u003cdiv class=\"ap-package-orig\"\u003e$165.00\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-trust-icons\"\u003e\n        \u003cspan class=\"ap-trust-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L3 7v6c0 5.25 3.75 10.15 9 11.35C17.25 23.15 21 18.25 21 13V7L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          30-Day Guarantee\n        \u003c\/span\u003e\n        \u003cspan class=\"ap-trust-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          Fast Shipping\n        \u003c\/span\u003e\n        \u003cspan class=\"ap-trust-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          Ships in 1–2 Days\n        \u003c\/span\u003e\n        \u003cspan class=\"ap-trust-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          All Natural\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-guarantee\"\u003e\n        \u003cdiv class=\"ap-guarantee-icon\"\u003e🛡️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eLove It or Your Money Back\u003c\/strong\u003e\n          If you're not completely satisfied, return within 30 days for a full refund. No hassle, no questions asked.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Accordion: Science, Benefits, Results, Who, Shipping --\u003e\n      \u003cdiv class=\"ap-accordion\"\u003e\n\n        \u003cdiv class=\"ap-accordion-item\"\u003e\n          \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eThe Science Behind allPure Drops\u003c\/button\u003e\n          \u003cdiv class=\"ap-accordion-body\"\u003e\n            \u003cp\u003eYour gut is home to trillions of microorganisms that influence everything from your energy levels to your mood and immune function. When your digestive system gets overwhelmed by modern stressors — processed foods, busy schedules, environmental factors — it can throw your entire body out of rhythm.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003eallPure Black Walnut Wormwood Drops is formulated with herbs traditionally used in naturopathic and holistic wellness practices to support the body's natural cleansing processes and promote a more balanced digestive environment. These botanicals have been used for centuries to support gut comfort, natural energy, and overall well-being.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ap-accordion-item\"\u003e\n          \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eHow allPure Drops Supports Your Body\u003c\/button\u003e\n          \u003cdiv class=\"ap-accordion-body\"\u003e\n            \u003cp\u003e\u003cstrong\u003e🌿 Digestive Support \u0026amp; Gut Comfort\u003c\/strong\u003e\u003cbr\u003eSupports natural digestive balance to help you feel lighter, more comfortable, and more in rhythm with your body.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003e\u003cstrong\u003e⚡ Natural Energy \u0026amp; Daily Vitality\u003c\/strong\u003e\u003cbr\u003eWhen your gut feels supported, your body can maintain clearer, steadier energy throughout the day — without the mid-afternoon crash.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003e\u003cstrong\u003e😴 Deep Rest \u0026amp; Nervous System Ease\u003c\/strong\u003e\u003cbr\u003eA calmer gut can support a more relaxed state, helping your body unwind so you can enjoy deeper, more restorative rest.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003e\u003cstrong\u003e🧠 Clearer Thinking \u0026amp; Balanced Mood\u003c\/strong\u003e\u003cbr\u003eYour gut and brain communicate constantly. This formula supports that connection — helping you feel more clear, focused, and centered day-to-day.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003e\u003cstrong\u003e✨ Skin Health \u0026amp; Overall Vitality\u003c\/strong\u003e\u003cbr\u003eA well-supported gut environment contributes to overall balance — including mood, skin clarity, and stress resilience.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ap-accordion-item\"\u003e\n          \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eWhen Will I See Results?\u003c\/button\u003e\n          \u003cdiv class=\"ap-accordion-body\"\u003e\n            \u003cp\u003e\u003cstrong\u003eWithin Hours:\u003c\/strong\u003e Many users report feeling lighter and more comfortable in their gut, along with a subtle lift in natural energy.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003e\u003cstrong\u003eDays 3–7:\u003c\/strong\u003e Digestive routines often begin to feel more predictable. Users frequently notice less occasional bloating and a more comfortable, balanced feeling throughout the day.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003e\u003cstrong\u003eWeeks 2–3:\u003c\/strong\u003e Steadier energy, clearer thinking, and more restful nights become more noticeable as your gut feels more aligned and supported.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003e\u003cstrong\u003eWeeks 4–6:\u003c\/strong\u003e Skin may appear more vibrant, and overall wellness feels more balanced. Many users describe feeling more \"in sync\" with their body.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003e\u003cem\u003e*Individual results may vary.\u003c\/em\u003e\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ap-accordion-item\"\u003e\n          \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eWho Can Use It?\u003c\/button\u003e\n          \u003cdiv class=\"ap-accordion-body\"\u003e\n            \u003cp\u003eallPure Black Walnut Wormwood Drops is made for adults looking to feel more energized, balanced, and comfortable — naturally. It is especially helpful for:\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cul class=\"ap-bullet-list\"\u003e\n              \u003cli\u003eAdults looking for more energy, mental clarity, and a brighter mood\u003c\/li\u003e\n              \u003cli\u003eAnyone looking for better digestion and greater everyday comfort\u003c\/li\u003e\n              \u003cli\u003ePeople who feel like they're doing \"everything right\" but still feel off\u003c\/li\u003e\n              \u003cli\u003eHealth-conscious individuals who want a natural, plant-based daily support\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cbr\u003e\n            \u003cp\u003eIt is safe for daily use and gentle on the stomach — with no harsh laxatives, no stimulants, and no synthetic additives. If you are pregnant, nursing, or taking prescription medications, consult your healthcare provider before use.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ap-accordion-item\"\u003e\n          \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eShipping \u0026amp; Returns\u003c\/button\u003e\n          \u003cdiv class=\"ap-accordion-body\"\u003e\n            \u003cp\u003eAll orders are processed within 1–2 business days and typically arrive in \u003cstrong\u003e5–12 days\u003c\/strong\u003e. If you have any questions about your order, contact us at \u003cstrong\u003einfo@tryallpure.com\u003c\/strong\u003e.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003eIf for any reason you aren't happy with your purchase, you can return it within \u003cstrong\u003e30 days\u003c\/strong\u003e for a full refund — completely free.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ap-accordion-item\"\u003e\n          \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eVerified by Naturopaths \u0026amp; Wellness Practitioners\u003c\/button\u003e\n          \u003cdiv class=\"ap-accordion-body\"\u003e\n            \u003cp\u003eThis herbal blend is used and recommended by naturopathic and holistic wellness practitioners for its traditional role in supporting natural detox processes, digestive comfort, steady energy, and overall immune wellness.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n      \u003c!-- \/accordion --\u003e\n\n    \u003c\/div\u003e\n    \u003c!-- \/buybox --\u003e\n  \u003c\/div\u003e\n  \u003c!-- \/hero --\u003e\n\n  \u003c!-- ===== BENEFITS BANNER ===== --\u003e\n  \u003cimg class=\"ap-banner-img\" src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/mgrHhRIMemwHDxKR.png\" alt=\"Support Your Gut. Reclaim Your Energy.\"\u003e\n\n  \u003c!-- ===== STATS BAR ===== --\u003e\n  \u003cdiv class=\"ap-stats\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"ap-stat-number\"\u003e98%\u003c\/div\u003e\n      \u003cdiv class=\"ap-stat-desc\"\u003ereported feeling lighter, less bloated, and more comfortable throughout the day\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"ap-stat-number\"\u003e97%\u003c\/div\u003e\n      \u003cdiv class=\"ap-stat-desc\"\u003enoticed steadier energy and fewer intense cravings as part of their daily routine\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"ap-stat-number\"\u003e91%\u003c\/div\u003e\n      \u003cdiv class=\"ap-stat-desc\"\u003efelt more balanced overall within the first 1–2 weeks of consistent use\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"ap-stat-number\"\u003e9,006+\u003c\/div\u003e\n      \u003cdiv class=\"ap-stat-desc\"\u003ecustomers supporting a healthier gut \u0026amp; daily wellness\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== TESTIMONIAL ===== --\u003e\n  \u003cdiv class=\"ap-section ap-section-white\" style=\"padding: 48px 24px;\"\u003e\n    \u003cdiv class=\"ap-testimonial\"\u003e\n      \u003cdiv class=\"ap-testimonial-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cp class=\"ap-testimonial-quote\"\u003e\"I've been using these drops for about three weeks now and I genuinely feel like a different person. The bloating I dealt with every single day is basically gone. My energy is steadier and I'm sleeping so much better. I love that it's all natural and the ingredients actually make sense. This is the real deal.\"\u003c\/p\u003e\n      \u003cdiv class=\"ap-testimonial-author\"\u003e— Maria T., Florida\u003c\/div\u003e\n      \u003cdiv class=\"ap-testimonial-verified\"\u003e✓ Verified Customer  |  *Individual results may vary\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== EDITORIAL SECTION: Why Your Body Needs This ===== --\u003e\n  \u003cdiv class=\"ap-section ap-section-cream\"\u003e\n    \u003cdiv class=\"ap-two-col reverse-mobile\"\u003e\n      \u003cdiv\u003e\n        \u003ch2 class=\"ap-section-title\"\u003eYour Body Might Be Ready for a Reset — Here's Why Feeling Balanced Matters\u003c\/h2\u003e\n        \u003cp class=\"ap-section-body\"\u003e\n          Every day, your body is exposed to stressors from processed foods, busy routines, and the modern environment. Over time, these factors can leave you feeling bloated, sluggish, foggy, or stuck in cycles of cravings and low energy.\n        \u003c\/p\u003e\n        \u003cbr\u003e\n        \u003cp class=\"ap-section-body\"\u003e\n          Our gentle, plant-based herbal blend is crafted to support your body's natural cleansing processes and help you feel lighter, clearer, and more energized. Just a few drops a day can help promote a greater sense of balance from the inside out.\n        \u003c\/p\u003e\n        \u003cul class=\"ap-bullet-list\" style=\"margin-top: 20px;\"\u003e\n          \u003cli\u003eFeel more aligned and comfortable day-to-day\u003c\/li\u003e\n          \u003cli\u003eSupport your natural digestive rhythm\u003c\/li\u003e\n          \u003cli\u003eGive your body the gentle refresh it deserves\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cimg src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/QtbZHrPTRnpspFCM.png\" alt=\"allPure Drops lifestyle\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== INGREDIENTS SECTION ===== --\u003e\n  \u003cdiv class=\"ap-section ap-section-white\"\u003e\n    \u003cdiv style=\"max-width: 900px; margin: 0 auto;\"\u003e\n      \u003ch2 class=\"ap-section-title\" style=\"text-align:center;\"\u003eYour Body's Reset Button — In a Bottle\u003c\/h2\u003e\n      \u003cp class=\"ap-section-body\" style=\"text-align:center; max-width: 620px; margin: 0 auto 12px;\"\u003e\n        No harsh laxatives. No hype. Just real, plant-powered support for your gut and overall wellness. Here's what's inside — and why people love it:\n      \u003c\/p\u003e\n      \u003cimg src=\"https:\/\/files.manuscdn.com\/user_upload_by_module\/session_file\/310519663576899375\/enxpjvNHANQgyWCJ.png\" alt=\"Ingredients\" style=\"width:100%; border-radius:16px; margin: 24px 0;\"\u003e\n      \u003cdiv class=\"ap-ingredients-grid\"\u003e\n        \u003cdiv class=\"ap-ingredient-card\"\u003e\n          \u003cdiv class=\"ap-ingredient-icon\"\u003e🌰\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-name\"\u003eBlack Walnut Hull\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-desc\"\u003eTraditionally used to support digestive wellness and help maintain a balanced internal environment.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ap-ingredient-card\"\u003e\n          \u003cdiv class=\"ap-ingredient-icon\"\u003e🌿\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-name\"\u003eWormwood\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-desc\"\u003eHistorically used to support gut comfort and healthy digestion in traditional herbal practices.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ap-ingredient-card\"\u003e\n          \u003cdiv class=\"ap-ingredient-icon\"\u003e🎃\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-name\"\u003ePumpkin Seed Extract\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-desc\"\u003eKnown in traditional practices for supporting natural elimination and digestive motility.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ap-ingredient-card\"\u003e\n          \u003cdiv class=\"ap-ingredient-icon\"\u003e🧄\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-name\"\u003eClove \u0026amp; Garlic\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-desc\"\u003eBotanicals long valued for their antioxidant properties and general immune-supportive benefits.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ap-ingredient-card\"\u003e\n          \u003cdiv class=\"ap-ingredient-icon\"\u003e🍈\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-name\"\u003eSoursop\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-desc\"\u003eUsed in traditional wellness systems to support gut lining comfort and overall vitality.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ap-ingredient-card\"\u003e\n          \u003cdiv class=\"ap-ingredient-icon\"\u003e🌱\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-name\"\u003eOregano \u0026amp; Pau D'Arco\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-desc\"\u003eHerbs traditionally appreciated for helping maintain microbial balance and general wellness.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ap-ingredient-card\"\u003e\n          \u003cdiv class=\"ap-ingredient-icon\"\u003e💛\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-name\"\u003eTurmeric \u0026amp; Red Clover\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-desc\"\u003ePlant extracts known to support a healthy inflammatory response and natural detox pathways.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ap-ingredient-card\"\u003e\n          \u003cdiv class=\"ap-ingredient-icon\"\u003e🪨\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-name\"\u003eShilajit\u003c\/div\u003e\n          \u003cdiv class=\"ap-ingredient-desc\"\u003eUsed in Ayurvedic tradition to support energy, vitality, and overall gut health.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== PROMISE BADGES ===== --\u003e\n  \u003cdiv class=\"ap-promise\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"ap-promise-icon\"\u003e🌿\u003c\/div\u003e\n      \u003cdiv class=\"ap-promise-title\"\u003eClean \u0026amp; Potent\u003c\/div\u003e\n      \u003cdiv class=\"ap-promise-desc\"\u003eMade with carefully selected botanicals — no fillers, no unnecessary additives.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"ap-promise-icon\"\u003e🔬\u003c\/div\u003e\n      \u003cdiv class=\"ap-promise-title\"\u003eNaturopath Verified\u003c\/div\u003e\n      \u003cdiv class=\"ap-promise-desc\"\u003eUsed and recommended by holistic wellness practitioners for traditional herbal support.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"ap-promise-icon\"\u003e🛡️\u003c\/div\u003e\n      \u003cdiv class=\"ap-promise-title\"\u003e30-Day Guarantee\u003c\/div\u003e\n      \u003cdiv class=\"ap-promise-desc\"\u003eNot satisfied? Return within 30 days for a full refund — no questions asked.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== FAQ ===== --\u003e\n  \u003cdiv class=\"ap-faq\"\u003e\n    \u003ch2 class=\"ap-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"ap-accordion\"\u003e\n\n      \u003cdiv class=\"ap-accordion-item\"\u003e\n        \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eShould I stop my medication?\u003c\/button\u003e\n        \u003cdiv class=\"ap-accordion-body\"\u003eNo. If you are currently taking prescription medications, we recommend talking with your doctor before making any changes. These drops are meant to support general wellness and natural balance — not to replace medical care.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-accordion-item\"\u003e\n        \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eHow soon will I feel a difference?\u003c\/button\u003e\n        \u003cdiv class=\"ap-accordion-body\"\u003eMany customers report feeling lighter, more comfortable, and more balanced within the first 1–2 weeks of consistent use. Every body is different, so experiences may vary.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-accordion-item\"\u003e\n        \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eCan I take it with other supplements?\u003c\/button\u003e\n        \u003cdiv class=\"ap-accordion-body\"\u003eYes — our formula is natural and generally fine to pair with other supplements. If you are taking prescription medications or have specific health concerns, checking with your doctor is always recommended.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-accordion-item\"\u003e\n        \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eWhat's the best way to take it?\u003c\/button\u003e\n        \u003cdiv class=\"ap-accordion-body\"\u003eTake 2 full droppers daily. For best absorption, many people prefer it on an empty stomach or mixed with water or juice.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-accordion-item\"\u003e\n        \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eWhat does it taste like?\u003c\/button\u003e\n        \u003cdiv class=\"ap-accordion-body\"\u003eIt has a bold herbal flavor with natural bitterness from ingredients like black walnut and wormwood, balanced by earthy notes from clove, garlic, and pumpkin seed. No sugar, no sweeteners — just pure plant botanicals.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-accordion-item\"\u003e\n        \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eWhat if it doesn't work for me?\u003c\/button\u003e\n        \u003cdiv class=\"ap-accordion-body\"\u003eWe stand behind our products. If you don't feel it's right for you within 30 days, send us an email at info@tryallpure.com for a full refund — no hassle, no questions asked.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ap-accordion-item\"\u003e\n        \u003cbutton class=\"ap-accordion-header\" onclick=\"apToggle(this)\"\u003eHow many servings are in each bottle?\u003c\/button\u003e\n        \u003cdiv class=\"ap-accordion-body\"\u003eEach bottle contains 30 servings (2 full droppers per serving). A 30-day supply per bottle.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== FINAL CTA ===== --\u003e\n  \u003cdiv class=\"ap-final-cta\"\u003e\n    \u003ch2\u003eYou Deserve to Feel Your Best\u003c\/h2\u003e\n    \u003cp\u003eJoin 9,006+ customers who are supporting a healthier gut and reclaiming their daily energy with allPure Black Walnut Wormwood Drops.\u003c\/p\u003e\n    \u003ca href=\"#ap-main-img\" class=\"ap-cta-btn\"\u003eBUY NOW \u0026amp; SAVE →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/ap-wrap --\u003e\n\n\u003cscript\u003e\n  function apSwapImg(thumb, src) {\n    document.getElementById('ap-main-img').src = src;\n    document.querySelectorAll('.ap-gallery-thumbs img').forEach(function(t) { t.classList.remove('active'); });\n    thumb.classList.add('active');\n  }\n  function apToggle(btn) {\n    var item = btn.parentElement;\n    item.classList.toggle('open');\n  }\n  function apSelectPkg(el, price, orig) {\n    document.querySelectorAll('.ap-package').forEach(function(p) { p.classList.remove('selected'); });\n    el.classList.add('selected');\n  }\n\u003c\/script\u003e\n","brand":"allPure","offers":[{"title":"Default Title","offer_id":51043691167780,"sku":null,"price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/3825\/5140\/files\/cazYHUvyCQglhKwN.png?v=1783720687","url":"https:\/\/store.itryallpure.com\/products\/black-walnut-wormwood-drops","provider":"allpure 2","version":"1.0","type":"link"}