{"product_id":"juice-cleanses","title":"Juice Cleanses","description":"\u003c!-- ============================================================\n     FARM 2 FARMACY -- Juice Cleanse Page\n     Shopify Custom HTML Section \/ Page Template\n     Paste into: Online Store \u003e Pages \u003e (your page) \u003e Show HTML\n     Congruent with the Meal Plan page: DM Sans\/Jost, --primary\n     variables, 900px container, auto-fit grids (no viewport-only\n     media-query dependence, so it won't squish in Shopify's\n     mobile\/theme-editor preview).\n     ============================================================ --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;0,800;1,400\u0026amp;family=Jost:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* ============================================================\n     RESET + BASE (matches --primary \/ --secondary \/ font stack\n     used on the meal-plan page for visual congruency)\n     ============================================================ *\/\n  .f2fjc * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .f2fjc {\n    --primary: #577B39;\n    --primary-hover: #43602B;\n    --secondary: #F5EEE1;\n    --dark: #222222;\n    --white: #ffffff;\n    --gray-light: #FAF6EE;\n    font-family: 'Jost', sans-serif;\n    color: var(--dark);\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 24px 0;\n    overflow-x: hidden;\n  }\n\n  .f2fjc em { font-style: italic; }\n  .f2fjc .wrap { padding: 0 24px; }\n  .f2fjc .eyebrow {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--primary);\n  }\n\n  \/* ============================================================\n     HERO\n     ============================================================ *\/\n  .f2fjc-hero {\n    background: var(--primary);\n    border-radius: 24px;\n    padding: 56px 32px 48px;\n    color: var(--white);\n    position: relative;\n    overflow: hidden;\n    text-align: center;\n  }\n  .f2fjc-hero::before {\n    content: \"\"; position: absolute; top: -50px; right: -50px;\n    width: 260px; height: 260px; border-radius: 50%;\n    background: rgba(254,254,254,0.08); pointer-events: none;\n  }\n  .f2fjc-hero::after {\n    content: \"\"; position: absolute; bottom: -70px; left: -30px;\n    width: 320px; height: 320px; border-radius: 50%;\n    background: rgba(254,254,254,0.04); pointer-events: none;\n  }\n  .f2fjc-hero-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 2; }\n  .f2fjc-badge {\n    display: inline-flex; align-items: center; gap: 8px;\n    background: rgba(254,254,254,0.12); border: 1px solid rgba(254,254,254,0.4);\n    border-radius: 100px; padding: 7px 16px; font-size: 11px; font-weight: 600;\n    letter-spacing: 0.04em; text-transform: uppercase; color: var(--white); margin-bottom: 24px;\n    line-height: 1.2;\n  }\n  .f2fjc-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--secondary); flex-shrink: 0; }\n  .f2fjc-hero h1 {\n    font-family: 'DM Sans', sans-serif; font-weight: 800;\n    font-size: clamp(30px, 5.6vw, 44px); line-height: 1.15; letter-spacing: -0.01em;\n    margin-bottom: 16px; color: var(--white);\n  }\n  .f2fjc-hero h1 em { color: var(--secondary); font-style: italic; font-weight: 700; }\n  .f2fjc-hero p.sub { font-size: 16px; line-height: 1.65; color: var(--secondary); max-width: 560px; margin: 0 auto 32px; font-weight: 400; }\n  .f2fjc-cta-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }\n  .f2fjc-btn {\n    display: inline-block; font-family: 'DM Sans', sans-serif; font-weight: 700;\n    font-size: 15px; padding: 16px 30px; border-radius: 10px; text-decoration: none;\n    letter-spacing: 0.04em; text-transform: uppercase; transition: transform 0.15s ease, background 0.2s ease;\n  }\n  .f2fjc-btn:hover { transform: translateY(-1px); }\n  .f2fjc-btn.primary { background: var(--white); color: var(--primary); }\n  .f2fjc-btn.primary:hover { background: var(--secondary); color: var(--primary-hover); }\n  .f2fjc-btn.ghost { background: transparent; border: 1px solid rgba(255,255,255,0.32); color: var(--white) !important; }\n  .f2fjc-btn.ghost:hover { border-color: var(--secondary); }\n  .f2fjc-hero-line { font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 15px; color: var(--secondary); }\n\n  \/* ============================================================\n     TICKER\n     ============================================================ *\/\n  .f2fjc-ticker-wrap { background: var(--primary); overflow: hidden; padding: 14px 0; border-radius: 12px; margin: 12px 0; }\n  .f2fjc-ticker-track { display: flex; width: max-content; animation: f2fjc-scroll 28s linear infinite; }\n  .f2fjc-ticker-track span {\n    font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.05em;\n    text-transform: uppercase; color: var(--secondary); padding: 0 26px; white-space: nowrap;\n    display: flex; align-items: center; gap: 10px;\n  }\n  .f2fjc-ticker-track span::after { content: '\\2726'; opacity: 0.5; }\n  @keyframes f2fjc-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }\n\n  \/* ============================================================\n     SECTION HEADINGS (shared)\n     ============================================================ *\/\n  .f2fjc-sec { margin: 48px 0 0; padding: 0 24px; }\n  .f2fjc-sec-head { text-align: center; max-width: 560px; margin: 0 auto 28px; }\n  .f2fjc-sec-head h2 {\n    font-family: 'DM Sans', sans-serif; font-size: clamp(24px, 3.6vw, 30px);\n    font-weight: 800; margin-top: 8px; line-height: 1.18; color: var(--dark);\n  }\n  .f2fjc-sec-head p { color: rgba(17,17,17,0.7); font-size: 15px; margin-top: 12px; line-height: 1.6; font-weight: 400; }\n\n  \/* ============================================================\n     BENEFITS\n     auto-fit\/minmax so this reflows by *container* width, not a\n     viewport media query -- fixes the squish\/mid-word-break bug\n     you saw in narrow previews.\n     ============================================================ *\/\n  .f2fjc-benefits {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n  }\n  .f2fjc-benefit {\n    background: var(--gray-light); border: 1px solid var(--secondary); border-radius: 14px;\n    padding: 24px; min-width: 0; overflow-wrap: break-word;\n    flex: 1 1 200px;\n    transition: transform 0.2s ease, border-color 0.2s ease;\n  }\n  .f2fjc-benefit:hover { transform: translateY(-2px); border-color: var(--primary); }\n  .f2fjc-benefit .ic {\n    width: 44px; height: 44px; border-radius: 12px; background: var(--primary);\n    display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 20px; margin-bottom: 16px;\n  }\n  .f2fjc-benefit h3 { font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--dark); }\n  .f2fjc-benefit p { color: rgba(17,17,17,0.75); font-size: 14px; line-height: 1.65; font-weight: 400; }\n\u003c\/style\u003e\n\u003cstyle\u003e\n  \/* ============================================================\n     DAILY LINEUP\n     ============================================================ *\/\n  .f2fjc-daily {\n    background: var(--dark); border-radius: 20px; padding: 40px 32px; margin: 24px auto 0;\n    color: var(--white); position: relative; overflow: hidden;\n  }\n  .f2fjc-daily::before {\n    content: ''; position: absolute; top: -60px; right: -60px; width: 220px; height: 220px;\n    border-radius: 50%; background: rgba(255,255,255,0.06);\n  }\n  .f2fjc-daily-head { text-align: center; margin-bottom: 28px; position: relative; z-index: 2; }\n  .f2fjc-daily-head h2 { font-family: 'DM Sans', sans-serif; font-size: 26px; font-weight: 800; margin-top: 8px; color: var(--white); }\n  .f2fjc-daily-head p { color: var(--secondary); font-size: 14px; margin-top: 10px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.6; font-weight: 400; }\n  .f2fjc-daily-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px; position: relative; z-index: 2;\n  }\n  .f2fjc-daily-card {\n    background: rgba(87,123,57,0.2); border: 1px solid rgba(87,123,57,0.4); border-radius: 14px;\n    padding: 22px 16px; text-align: center; min-width: 0;\n    flex: 1 1 200px;\n  }\n  .f2fjc-daily-card .lab { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--secondary); margin-bottom: 10px; }\n  .f2fjc-daily-card .val { font-family: 'DM Sans', sans-serif; font-size: 19px; font-weight: 700; margin-bottom: 6px; color: var(--white); }\n  .f2fjc-daily-card .note { font-size: 12.5px; color: rgba(255,255,255,0.75); line-height: 1.55; }\n\n  \/* ============================================================\n     RAINBOW JUICES\n     ============================================================ *\/\n  .f2fjc-juices {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n  }\n  .f2fjc-juice { background: var(--gray-light); border: 1px solid var(--secondary); border-radius: 14px; padding: 24px; position: relative; min-width: 0; flex: 1 1 220px; }\n  .f2fjc-juice::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 4px; border-radius: 14px 0 0 14px; }\n  .f2fjc-juice.red::before { background: #C1653B; }\n  .f2fjc-juice.yellow::before { background: #E0B23C; }\n  .f2fjc-juice.orange::before { background: #D9812E; }\n  .f2fjc-juice.purple::before { background: #5E4B6B; }\n  .f2fjc-juice .tag { display: inline-block; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary); margin-bottom: 10px; }\n  .f2fjc-juice h3 { font-family: 'DM Sans', sans-serif; font-size: 18px; font-weight: 800; margin-bottom: 8px; color: var(--dark); }\n  .f2fjc-juice p { color: rgba(17,17,17,0.75); font-size: 14px; line-height: 1.6; font-weight: 400; }\n\u003c\/style\u003e\n\u003cstyle\u003e\n  \/* ============================================================\n     PLANS\n     ============================================================ *\/\n  .f2fjc-plans {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n  }\n  .f2fjc-plan {\n    background: var(--gray-light); border: 2px solid var(--secondary); border-radius: 16px; padding: 28px 20px; text-align: center;\n    position: relative; min-width: 0; flex: 1 1 160px;\n    transition: transform 0.2s ease, border-color 0.2s ease;\n  }\n  .f2fjc-plan:hover { transform: translateY(-3px); border-color: var(--primary); }\n  .f2fjc-plan.popular { border-color: #C1653B; }\n  .f2fjc-plan .tag {\n    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);\n    background: #C1653B; color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.06em;\n    text-transform: uppercase; padding: 4px 12px; border-radius: 100px; white-space: nowrap;\n  }\n  .f2fjc-plan .count { font-family: 'DM Sans', sans-serif; font-size: 38px; font-weight: 800; margin: 6px 0 2px; color: var(--dark); }\n  .f2fjc-plan .label { font-size: 12.5px; color: rgba(17,17,17,0.6); margin-bottom: 14px; }\n  .f2fjc-plan .desc { font-size: 13px; color: rgba(17,17,17,0.75); line-height: 1.55; margin-bottom: 18px; min-height: 0; }\n  .f2fjc-plan .price { font-family: 'DM Sans', sans-serif; font-size: 14.5px; font-weight: 700; color: var(--dark); margin-bottom: 18px; }\n  .f2fjc-plan .price span { font-weight: 500; color: rgba(17,17,17,0.5); font-size: 12.5px; }\n  .f2fjc-plan-btn {\n    display: block; background: var(--primary); color: var(--white); text-decoration: none; font-family: 'DM Sans', sans-serif; font-weight: 700;\n    font-size: 12.5px; letter-spacing: 0.04em; text-transform: uppercase; padding: 13px 0; border-radius: 10px; transition: background 0.2s ease;\n  }\n  .f2fjc-plan-btn:hover { background: var(--primary-hover); }\n\n  \/* ============================================================\n     FINAL CTA\n     ============================================================ *\/\n  .f2fjc-final {\n    background: var(--primary); border-radius: 20px; margin: 24px 24px 0;\n    padding: 48px 32px; text-align: center; color: var(--white); position: relative; overflow: hidden;\n  }\n  .f2fjc-final::before {\n    content: \"\"; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px;\n    border-radius: 50%; background: rgba(254,254,254,0.08); pointer-events: none;\n  }\n  .f2fjc-final h2 { font-family: 'DM Sans', sans-serif; font-size: clamp(26px, 4vw, 32px); font-weight: 800; margin: 10px 0 10px; color: var(--white); }\n  .f2fjc-final p { color: var(--secondary); max-width: 480px; margin: 0 auto 24px; font-size: 15px; line-height: 1.6; font-weight: 400; }\n\n  \/* ============================================================\n     CONTACT\n     ============================================================ *\/\n  .f2fjc-contact {\n    border: 2px solid var(--primary); border-radius: 18px; margin: 24px 24px 0; padding: 32px;\n    text-align: center; color: rgba(17,17,17,0.7); font-size: 14px; line-height: 1.8; background: var(--white);\n  }\n  .f2fjc-contact strong { color: var(--dark); }\n\n  \/* ============================================================\n     ANIMATION + RESPONSIVE\n     (kept only as a graceful enhancement -- layout no longer\n     depends on this breakpoint to avoid squishing)\n     ============================================================ *\/\n  .f2fjc-fadeup { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }\n  .f2fjc-fadeup.in { opacity: 1; transform: translateY(0); }\n\n  @media (max-width: 480px) {\n    .f2fjc-hero { padding: 36px 24px 32px; }\n    .f2fjc-plan .desc { min-height: 0; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"f2fjc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"f2fjc-hero f2fjc-fadeup\"\u003e\n    \u003cdiv class=\"f2fjc-hero-inner\"\u003e\n      \u003cdiv class=\"f2fjc-badge\"\u003e\n        \u003cspan class=\"dot\"\u003e\u003c\/span\u003e Whole Food Juices · Fiber Included\n      \u003c\/div\u003e\n      \u003ch1\u003ePress reset with a\u003cbr\u003e\u003cem\u003ewhole food juice cleanse\u003c\/em\u003e\n\u003c\/h1\u003e\n      \u003cp class=\"sub\"\u003eGive your body a rest and feed your cells what they need. Six whole food, fiber-included juices per day, made from scratch with real fruits and vegetables. Choose from 1, 2, 3, 5, or 7 day cleanses.\u003c\/p\u003e\n      \u003cdiv class=\"f2fjc-cta-row\"\u003e\n        \u003ca href=\"#plans\" class=\"f2fjc-btn primary\"\u003eStart Your Cleanse\u003c\/a\u003e\n        \u003ca href=\"#juices\" class=\"f2fjc-btn ghost\"\u003eSee What's Inside\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-hero-line\"\u003eCleanses from $60 · Reset. Nourish. Sustain.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TICKER --\u003e\n  \u003cdiv class=\"f2fjc-ticker-wrap f2fjc-fadeup\"\u003e\n    \u003cdiv class=\"f2fjc-ticker-track\"\u003e\n      \u003cspan\u003eWhole Food Juices\u003c\/span\u003e\u003cspan\u003eFiber Included\u003c\/span\u003e\u003cspan\u003e6 Juices Per Day\u003c\/span\u003e\n      \u003cspan\u003eMade From Scratch\u003c\/span\u003e\u003cspan\u003e1, 2, 3, 5 \u0026amp; 7 Day Cleanses\u003c\/span\u003e\u003cspan\u003eFood As Medicine\u003c\/span\u003e\n      \u003cspan\u003eWhole Food Juices\u003c\/span\u003e\u003cspan\u003eFiber Included\u003c\/span\u003e\u003cspan\u003e6 Juices Per Day\u003c\/span\u003e\n      \u003cspan\u003eMade From Scratch\u003c\/span\u003e\u003cspan\u003e1, 2, 3, 5 \u0026amp; 7 Day Cleanses\u003c\/span\u003e\u003cspan\u003eFood As Medicine\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003csection class=\"f2fjc-sec\"\u003e\n    \u003cdiv class=\"f2fjc-sec-head f2fjc-fadeup\"\u003e\n      \u003cdiv class=\"eyebrow\"\u003eWhy Cleanse\u003c\/div\u003e\n      \u003ch2\u003eA rest for your body, a reset for your habits\u003c\/h2\u003e\n      \u003cp\u003eEvery juice is built with whole foods, fiber included, so your body gets real nourishment while it rests.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"f2fjc-benefits\"\u003e\n      \u003cdiv class=\"f2fjc-benefit f2fjc-fadeup\"\u003e\n        \u003cdiv class=\"ic\"\u003e🔄\u003c\/div\u003e\n        \u003ch3\u003eReboot Your Digestion\u003c\/h3\u003e\n        \u003cp\u003eGive your digestive system a break from heavy meals and let it reset with easy-to-absorb, whole food nutrition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-benefit f2fjc-fadeup\"\u003e\n        \u003cdiv class=\"ic\"\u003e🌟\u003c\/div\u003e\n        \u003ch3\u003eReal Fruits \u0026amp; Vegetables\u003c\/h3\u003e\n        \u003cp\u003eEvery bottle is made from scratch with whole fruits and vegetables, never from concentrate, every single day.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-benefit f2fjc-fadeup\"\u003e\n        \u003cdiv class=\"ic\"\u003e🌿\u003c\/div\u003e\n        \u003ch3\u003eGive Your Body A Rest\u003c\/h3\u003e\n        \u003cp\u003eStep back from processed foods and let your body focus its energy on restoring, not digesting.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-benefit f2fjc-fadeup\"\u003e\n        \u003cdiv class=\"ic\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003eNaturally Energized By Day 3\u003c\/h3\u003e\n        \u003cp\u003eOn the longer cleanses, most people feel a natural, steady energy by the third day. No caffeine required.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-benefit f2fjc-fadeup\"\u003e\n        \u003cdiv class=\"ic\"\u003e🧠\u003c\/div\u003e\n        \u003ch3\u003eFeed Your Cells What They Need\u003c\/h3\u003e\n        \u003cp\u003eNutrient-dense, fiber-included juices deliver what your cells actually run on, straight from real food.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DAILY LINEUP --\u003e\n  \u003csection class=\"wrap\"\u003e\n    \u003cdiv class=\"f2fjc-daily f2fjc-fadeup\"\u003e\n      \u003cdiv class=\"f2fjc-daily-head\"\u003e\n        \u003cdiv class=\"eyebrow\" style=\"color:var(--secondary);\"\u003eYour Daily Lineup\u003c\/div\u003e\n        \u003ch2\u003eSix whole food juices, every day\u003c\/h2\u003e\n        \u003cp\u003eEach day of your cleanse includes six juices, blended whole so the fiber stays in. Here's how your day breaks down.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-daily-grid\"\u003e\n        \u003cdiv class=\"f2fjc-daily-card\"\u003e\n          \u003cdiv class=\"lab\"\u003e3 Per Day\u003c\/div\u003e\n          \u003cdiv class=\"val\"\u003eGreen Machine\u003c\/div\u003e\n          \u003cdiv class=\"note\"\u003eSpinach, chard, celery, broccoli, cucumber, parsley, dates, mango \u0026amp; ginger\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"f2fjc-daily-card\"\u003e\n          \u003cdiv class=\"lab\"\u003e3 Per Day\u003c\/div\u003e\n          \u003cdiv class=\"val\"\u003eRainbow Juices\u003c\/div\u003e\n          \u003cdiv class=\"note\"\u003eA rotation of our red, yellow, orange \u0026amp; purple whole food juices\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- JUICES --\u003e\n  \u003csection class=\"f2fjc-sec\" id=\"juices\"\u003e\n    \u003cdiv class=\"f2fjc-sec-head f2fjc-fadeup\"\u003e\n      \u003cdiv class=\"eyebrow\"\u003eWhat's Inside\u003c\/div\u003e\n      \u003ch2\u003eDrink the rainbow, one color at a time\u003c\/h2\u003e\n      \u003cp\u003eEvery color carries its own nutrients. Your cleanse rotates through all of them.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"f2fjc-juices\"\u003e\n      \u003cdiv class=\"f2fjc-juice red f2fjc-fadeup\"\u003e\n        \u003cspan class=\"tag\"\u003eRainbow Juice\u003c\/span\u003e\n        \u003ch3\u003eRed\u003c\/h3\u003e\n        \u003cp\u003eRed beets, red carrots, strawberries, red grapes, fresh ginger, and cherry tomatoes.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-juice yellow f2fjc-fadeup\"\u003e\n        \u003cspan class=\"tag\"\u003eRainbow Juice\u003c\/span\u003e\n        \u003ch3\u003eYellow\u003c\/h3\u003e\n        \u003cp\u003eMango, pineapple, yellow carrots, and yellow beet.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-juice orange f2fjc-fadeup\"\u003e\n        \u003cspan class=\"tag\"\u003eRainbow Juice\u003c\/span\u003e\n        \u003ch3\u003eOrange\u003c\/h3\u003e\n        \u003cp\u003eOrange, cantaloupe, fresh turmeric, and orange carrots.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-juice purple f2fjc-fadeup\"\u003e\n        \u003cspan class=\"tag\"\u003eRainbow Juice\u003c\/span\u003e\n        \u003ch3\u003ePurple\u003c\/h3\u003e\n        \u003cp\u003eBlueberries, blackberries, purple cabbage, purple carrots, and fresh ginger.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PLANS --\u003e\n  \u003csection class=\"f2fjc-sec\" id=\"plans\"\u003e\n    \u003cdiv class=\"f2fjc-sec-head f2fjc-fadeup\"\u003e\n      \u003cdiv class=\"eyebrow\"\u003eChoose Your Cleanse\u003c\/div\u003e\n      \u003ch2\u003ePick the reset that fits you\u003c\/h2\u003e\n      \u003cp\u003eCleanses start at $60. Every option includes six whole food juices per day.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"f2fjc-plans\"\u003e\n      \u003cdiv class=\"f2fjc-plan f2fjc-fadeup\"\u003e\n        \u003cdiv class=\"count\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eDay Cleanse\u003c\/div\u003e\n        \u003cdiv class=\"desc\"\u003eA gentle one-day reset. Perfect for first-timers or a quick refresh after a heavy weekend.\u003c\/div\u003e\n        \u003cdiv class=\"price\"\u003e$60 \u003cspan\u003e· 6 juices\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003ca href=\"#\" class=\"f2fjc-plan-btn\"\u003eStart 1 Day Cleanse\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-plan f2fjc-fadeup\"\u003e\n        \u003cdiv class=\"count\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eDay Cleanse\u003c\/div\u003e\n        \u003cdiv class=\"desc\"\u003eA deeper reset over two full days, giving your digestion a real chance to rest and restore.\u003c\/div\u003e\n        \u003cdiv class=\"price\"\u003e$115 \u003cspan\u003e· 12 juices\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003ca href=\"#\" class=\"f2fjc-plan-btn\"\u003eStart 2 Day Cleanse\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-plan popular f2fjc-fadeup\"\u003e\n        \u003cdiv class=\"tag\"\u003eMost Popular\u003c\/div\u003e\n        \u003cdiv class=\"count\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eDay Cleanse\u003c\/div\u003e\n        \u003cdiv class=\"desc\"\u003eThe full reset. Cravings begin to quiet and natural energy kicks in by day three.\u003c\/div\u003e\n        \u003cdiv class=\"price\"\u003e$165 \u003cspan\u003e· 18 juices\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003ca href=\"#\" class=\"f2fjc-plan-btn\"\u003eStart 3 Day Cleanse\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-plan f2fjc-fadeup\"\u003e\n        \u003cdiv class=\"count\"\u003e5\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eDay Cleanse\u003c\/div\u003e\n        \u003cdiv class=\"desc\"\u003eAn extended reset for those ready to go further and build lasting habits.\u003c\/div\u003e\n        \u003cdiv class=\"price\"\u003e$270 \u003cspan\u003e· 30 juices\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003ca href=\"#\" class=\"f2fjc-plan-btn\"\u003eStart 5 Day Cleanse\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"f2fjc-plan f2fjc-fadeup\"\u003e\n        \u003cdiv class=\"count\"\u003e7\u003c\/div\u003e\n        \u003cdiv class=\"label\"\u003eDay Cleanse\u003c\/div\u003e\n        \u003cdiv class=\"desc\"\u003eA full week of whole food nourishment for the deepest reset we offer.\u003c\/div\u003e\n        \u003cdiv class=\"price\"\u003e$375 \u003cspan\u003e· 42 juices\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003ca href=\"#\" class=\"f2fjc-plan-btn\"\u003eStart 7 Day Cleanse\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"wrap\"\u003e\n    \u003cdiv class=\"f2fjc-final f2fjc-fadeup\" style=\"margin-left:0; margin-right:0;\"\u003e\n      \u003cdiv class=\"eyebrow\" style=\"color:var(--secondary);\"\u003eReady When You Are\u003c\/div\u003e\n      \u003ch2\u003eReset. Nourish. Sustain.\u003c\/h2\u003e\n      \u003cp\u003eWhole food juices, made from scratch in Chandler, ready for delivery or pickup.\u003c\/p\u003e\n      \u003ca href=\"#plans\" class=\"f2fjc-btn primary\"\u003eStart Your Cleanse\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CONTACT --\u003e\n  \u003cdiv class=\"wrap\"\u003e\n    \u003cdiv class=\"f2fjc-contact f2fjc-fadeup\" style=\"margin-left:0; margin-right:0;\"\u003e\n      \u003cp\u003e\u003cstrong\u003eFarm 2 Farmacy\u003c\/strong\u003e · Chandler, AZ\u003c\/p\u003e\n      \u003cp\u003eQuestions? Reach us at \u003cstrong\u003einfo@farm2farmacy.com\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  (function() {\n    var els = document.querySelectorAll('.f2fjc-fadeup');\n    var obs = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        if (e.isIntersecting) { e.target.classList.add('in'); obs.unobserve(e.target); }\n      });\n    }, { threshold: 0.15 });\n    els.forEach(function(el) { obs.observe(el); });\n  })();\n\u003c\/script\u003e","brand":"Farm 2 Farmacy","offers":[{"title":"1 Day","offer_id":46664390508705,"sku":null,"price":60.0,"currency_code":"USD","in_stock":true},{"title":"2 Day","offer_id":46664390574241,"sku":null,"price":115.0,"currency_code":"USD","in_stock":true},{"title":"3 Day","offer_id":46664390639777,"sku":null,"price":165.0,"currency_code":"USD","in_stock":true},{"title":"5 Day","offer_id":46664390705313,"sku":null,"price":270.0,"currency_code":"USD","in_stock":true},{"title":"7 Day","offer_id":46664390770849,"sku":null,"price":375.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/0552\/9249\/files\/cleanse.jpg?v=1783453659","url":"https:\/\/www.farm2farmacy.com\/products\/juice-cleanses","provider":"Farm 2 Farmacy","version":"1.0","type":"link"}