{"product_id":"enhanced-greens","title":"SUPER GREENS","description":"\u003c!-- ENHANCED GREENS — Adherence Studio — Shopify PDP Description HTML --\u003e\n\u003c!-- Paste into product description HTML view in Shopify Admin --\u003e\n\n\u003cstyle\u003e\n  .eg-pdp * { box-sizing: border-box; margin: 0; padding: 0; }\n  .eg-pdp {\n    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;\n    color: #1a1a1a;\n    max-width: 720px;\n    padding: 0;\n  }\n\n  \/* Hero positioning *\/\n  .eg-hero {\n    border-left: 3px solid #5a7a4a;\n    padding-left: 16px;\n    margin-bottom: 32px;\n  }\n  .eg-hero-tagline {\n    font-size: 17px;\n    line-height: 1.65;\n    color: #1a1a1a;\n    font-weight: 400;\n  }\n  .eg-hero-sub {\n    font-size: 13px;\n    color: #888;\n    margin-top: 6px;\n  }\n\n  \/* Stat row *\/\n  .eg-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 36px;\n  }\n  .eg-stat {\n    background: #f6f4f0;\n    border-radius: 8px;\n    padding: 16px 12px;\n    text-align: center;\n  }\n  .eg-stat-num {\n    font-size: 26px;\n    font-weight: 500;\n    color: #3a5a2a;\n    line-height: 1;\n  }\n  .eg-stat-label {\n    font-size: 11px;\n    color: #888;\n    margin-top: 5px;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n  }\n\n  \/* Section label *\/\n  .eg-section { margin-bottom: 32px; }\n  .eg-label {\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #aaa;\n    font-weight: 500;\n    margin-bottom: 12px;\n  }\n\n  \/* Body text *\/\n  .eg-body {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #333;\n    margin-bottom: 12px;\n  }\n\n  \/* Divider *\/\n  .eg-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 28px 0;\n  }\n\n  \/* Blend grid *\/\n  .eg-blend-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 8px;\n  }\n  @media (max-width: 480px) {\n    .eg-blend-grid { grid-template-columns: 1fr; }\n    .eg-stats { grid-template-columns: repeat(3, 1fr); gap: 6px; }\n    .eg-stat-num { font-size: 20px; }\n  }\n  .eg-blend-card {\n    background: #f6f4f0;\n    border-radius: 8px;\n    padding: 14px 16px;\n    border-left: 3px solid #5a7a4a;\n  }\n  .eg-blend-name {\n    font-size: 13px;\n    font-weight: 500;\n    color: #1a1a1a;\n    margin-bottom: 4px;\n  }\n  .eg-blend-weight {\n    display: inline-block;\n    font-size: 11px;\n    color: #5a7a4a;\n    font-weight: 500;\n    margin-bottom: 4px;\n  }\n  .eg-blend-desc {\n    font-size: 12px;\n    color: #666;\n    line-height: 1.55;\n  }\n\n  \/* Claims list *\/\n  .eg-claim {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    margin-bottom: 14px;\n  }\n  .eg-claim-dot {\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: #5a7a4a;\n    margin-top: 7px;\n    flex-shrink: 0;\n  }\n  .eg-claim-text {\n    font-size: 15px;\n    color: #333;\n    line-height: 1.65;\n  }\n  .eg-claim-text strong {\n    color: #1a1a1a;\n    font-weight: 500;\n  }\n\n  \/* Compare side-by-side *\/\n  .eg-compare {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-bottom: 8px;\n  }\n  @media (max-width: 480px) {\n    .eg-compare { grid-template-columns: 1fr; }\n    .eg-price-table { font-size: 12px; }\n  }\n  .eg-compare-them {\n    background: #fdf0f0;\n    border-radius: 6px;\n    padding: 10px 14px;\n    font-size: 13px;\n    color: #b04040;\n    font-weight: 400;\n  }\n  .eg-compare-us {\n    background: #f0f5ec;\n    border-radius: 6px;\n    padding: 10px 14px;\n    font-size: 13px;\n    color: #3a5a2a;\n    font-weight: 400;\n  }\n\n  \/* Price comparison table *\/\n  .eg-price-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n    margin-top: 16px;\n  }\n  .eg-price-table th {\n    font-size: 10px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #aaa;\n    font-weight: 500;\n    padding: 0 12px 10px 12px;\n    text-align: left;\n    border-bottom: 1px solid #ebebeb;\n  }\n  .eg-price-table th:not(:first-child) {\n    text-align: center;\n  }\n  .eg-price-table td {\n    padding: 12px;\n    border-bottom: 1px solid #f0f0f0;\n    color: #333;\n    vertical-align: middle;\n  }\n  .eg-price-table td:not(:first-child) {\n    text-align: center;\n  }\n  .eg-price-table tr.eg-winner {\n    background: #f0f5ec;\n  }\n  .eg-price-table tr.eg-winner td {\n    color: #3a5a2a;\n    font-weight: 500;\n  }\n  .eg-price-table tr.eg-loser td {\n    color: #999;\n  }\n  .eg-brand-name {\n    font-weight: 500;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: 2px;\n  }\n  .eg-brand-sub {\n    font-size: 11px;\n    color: #aaa;\n  }\n  .eg-winner .eg-brand-name {\n    color: #3a5a2a;\n  }\n  .eg-price-badge {\n    display: inline-block;\n    background: #3a5a2a;\n    color: #fff;\n    font-size: 11px;\n    padding: 3px 8px;\n    border-radius: 4px;\n    font-weight: 500;\n  }\n  .eg-savings-note {\n    font-size: 12px;\n    color: #5a7a4a;\n    margin-top: 12px;\n    font-style: italic;\n  }\n\n  \/* Stack section *\/\n  .eg-stack {\n    background: #f6f4f0;\n    border-radius: 10px;\n    padding: 20px 22px;\n    margin-bottom: 24px;\n  }\n  .eg-stack-title {\n    font-size: 13px;\n    font-weight: 500;\n    color: #1a1a1a;\n    margin-bottom: 6px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n  .eg-stack-body {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n  }\n\n  \/* Disclaimer *\/\n  .eg-disclaimer {\n    font-size: 11px;\n    color: #aaa;\n    line-height: 1.7;\n    font-style: italic;\n    border-top: 1px solid #ebebeb;\n    padding-top: 16px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"eg-pdp\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"eg-hero\"\u003e\n    \u003cp class=\"eg-hero-tagline\"\u003eMost greens powders list 40 ingredients and dose each one at a fraction of what matters. Proprietary blends hide the truth. Super Greens doesn't use them.\u003c\/p\u003e\n    \u003cp class=\"eg-hero-sub\"\u003eSix separately disclosed blends - 50 servings - Anti-Bloat - Aids Digestion*\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Stats --\u003e\n  \u003cdiv class=\"eg-stats\"\u003e\n    \u003cdiv class=\"eg-stat\"\u003e\n      \u003cdiv class=\"eg-stat-num\"\u003e6\u003c\/div\u003e\n      \u003cdiv class=\"eg-stat-label\"\u003eFunctional blends\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eg-stat\"\u003e\n      \u003cdiv class=\"eg-stat-num\"\u003e50\u003c\/div\u003e\n      \u003cdiv class=\"eg-stat-label\"\u003eServings per jar\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eg-stat\"\u003e\n      \u003cdiv class=\"eg-stat-num\"\u003e30%\u003c\/div\u003e\n      \u003cdiv class=\"eg-stat-label\"\u003eDaily Vitamin A\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"eg-divider\"\u003e\n\n  \u003c!-- Problem --\u003e\n  \u003cdiv class=\"eg-section\"\u003e\n    \u003cp class=\"eg-label\"\u003eThe problem with greens powders\u003c\/p\u003e\n    \u003cp class=\"eg-body\"\u003eAG1 charges $99 for 30 servings and lists 83 ingredients, most synthetic. Bloom built a brand on de-bloat marketing without disclosing how much of each ingredient is actually in the product. Neither tells you the truth on the label.\u003c\/p\u003e\n    \u003cp class=\"eg-body\"\u003eSuper Greens lists six complete blends with individual weights per blend - so you know exactly what you're getting before the first scoop.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"eg-divider\"\u003e\n\n  \u003c!-- Six Blends --\u003e\n  \u003cdiv class=\"eg-section\"\u003e\n    \u003cp class=\"eg-label\"\u003eSix blends per scoop\u003c\/p\u003e\n    \u003cdiv class=\"eg-blend-grid\"\u003e\n      \u003cdiv class=\"eg-blend-card\"\u003e\n        \u003cdiv class=\"eg-blend-name\"\u003eGreat Grains Blend\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-weight\"\u003e1.25g\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-desc\"\u003eBrown rice bran, organic flax seed, barley malt - whole grain fiber and micronutrient base\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"eg-blend-card\"\u003e\n        \u003cdiv class=\"eg-blend-name\"\u003eHerbal Blend\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-weight\"\u003e1g\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-desc\"\u003e16 botanicals including Siberian ginseng, ginkgo biloba, milk thistle, astragalus, bee pollen, and royal jelly\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"eg-blend-card\"\u003e\n        \u003cdiv class=\"eg-blend-name\"\u003eSea Vegetable Blend\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-weight\"\u003e900mg\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-desc\"\u003eSpirulina, chlorella, and sea whistle - marine-sourced plant nutrition from three distinct algae sources\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"eg-blend-card\"\u003e\n        \u003cdiv class=\"eg-blend-name\"\u003eFruit Blend\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-weight\"\u003e785mg\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-desc\"\u003eApple pectin, pineapple, grape skin extract, and acerola - antioxidant compounds from whole fruit sources\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"eg-blend-card\"\u003e\n        \u003cdiv class=\"eg-blend-name\"\u003eGreen Grass Blend\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-weight\"\u003e700mg\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-desc\"\u003eFive certified organic grasses: barley, kamut, oat, rye, and wheat - broad-spectrum chlorophyll coverage\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"eg-blend-card\"\u003e\n        \u003cdiv class=\"eg-blend-name\"\u003eVegetable Blend\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-weight\"\u003e265mg\u003c\/div\u003e\n        \u003cdiv class=\"eg-blend-desc\"\u003eBeet juice, broccoli, rhubarb, and spinach - whole food vegetable compounds in concentrated form\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"eg-divider\"\u003e\n\n  \u003c!-- Claims --\u003e\n  \u003cdiv class=\"eg-section\"\u003e\n    \u003cp class=\"eg-label\"\u003eWhat the label supports*\u003c\/p\u003e\n    \u003cdiv class=\"eg-claim\"\u003e\n      \u003cdiv class=\"eg-claim-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"eg-claim-text\"\u003e\n\u003cstrong\u003eSupports digestive comfort and anti-bloat\u003c\/strong\u003e - aloe vera, ginger, peppermint, apple pectin, and FOS prebiotics support a healthy digestive environment*\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eg-claim\"\u003e\n      \u003cdiv class=\"eg-claim-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"eg-claim-text\"\u003e\n\u003cstrong\u003eBroad-spectrum antioxidant support\u003c\/strong\u003e - acerola, grape skin extract, bilberry, green tea, and spirulina deliver antioxidant compounds across multiple pathways*\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eg-claim\"\u003e\n      \u003cdiv class=\"eg-claim-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"eg-claim-text\"\u003e\n\u003cstrong\u003e30% daily Vitamin A per serving\u003c\/strong\u003e - 270mcg as Beta Carotene, a natural precursor form the body converts as needed\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eg-claim\"\u003e\n      \u003cdiv class=\"eg-claim-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"eg-claim-text\"\u003e\n\u003cstrong\u003eContains adaptogenic herbs\u003c\/strong\u003e - Siberian ginseng, astragalus, schisandra, and 13 additional botanicals in a single disclosed blend weight\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eg-claim\"\u003e\n      \u003cdiv class=\"eg-claim-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"eg-claim-text\"\u003e\n\u003cstrong\u003eMarine plant nutrition from three sources\u003c\/strong\u003e - spirulina, chlorella, and sea whistle deliver compounds not found in land-based greens\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eg-claim\"\u003e\n      \u003cdiv class=\"eg-claim-dot\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"eg-claim-text\"\u003e\n\u003cstrong\u003eFive certified organic grasses\u003c\/strong\u003e - the entire Green Grass Blend is USDA organic certified: barley, kamut, oat, rye, and wheat grass\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"eg-divider\"\u003e\n\n  \u003c!-- Compare --\u003e\n  \u003cdiv class=\"eg-section\"\u003e\n    \u003cp class=\"eg-label\"\u003eHow it compares\u003c\/p\u003e\n    \u003cdiv class=\"eg-compare\"\u003e\n      \u003cdiv class=\"eg-compare-them\"\u003eAG1 - 30 servings for $79-99, mostly synthetic vitamins\u003c\/div\u003e\n      \u003cdiv class=\"eg-compare-us\"\u003eSuper Greens - 50 servings, six whole-food blends\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eg-compare\"\u003e\n      \u003cdiv class=\"eg-compare-them\"\u003eBloom - proprietary blends, undisclosed doses per ingredient\u003c\/div\u003e\n      \u003cdiv class=\"eg-compare-us\"\u003eSuper Greens - every blend weight disclosed on label\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"eg-compare\"\u003e\n      \u003cdiv class=\"eg-compare-them\"\u003eMost greens - 28-30 servings standard\u003c\/div\u003e\n      \u003cdiv class=\"eg-compare-us\"\u003eSuper Greens - 50 servings per container\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Price comparison table --\u003e\n    \u003ctable class=\"eg-price-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eBrand\u003c\/th\u003e\n          \u003cth\u003ePrice\u003c\/th\u003e\n          \u003cth\u003eServings\u003c\/th\u003e\n          \u003cth\u003ePer serving\u003c\/th\u003e\n          \u003cth\u003eBlend transparency\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr class=\"eg-loser\"\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"eg-brand-name\"\u003eAG1\u003c\/span\u003e\n            \u003cspan class=\"eg-brand-sub\"\u003eAthletic Greens\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003e$79-99\u003c\/td\u003e\n          \u003ctd\u003e30\u003c\/td\u003e\n          \u003ctd\u003e$2.63-3.30\u003c\/td\u003e\n          \u003ctd\u003eProprietary\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr class=\"eg-loser\"\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"eg-brand-name\"\u003eBloom\u003c\/span\u003e\n            \u003cspan class=\"eg-brand-sub\"\u003eGreens and Superfoods\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003e$39-45\u003c\/td\u003e\n          \u003ctd\u003e25-30\u003c\/td\u003e\n          \u003ctd\u003e$1.30-1.80\u003c\/td\u003e\n          \u003ctd\u003eProprietary\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr class=\"eg-winner\"\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"eg-brand-name\"\u003eSuper Greens\u003c\/span\u003e\n            \u003cspan class=\"eg-brand-sub\"\u003eAdherence Studio\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003e$59\u003c\/td\u003e\n          \u003ctd\u003e50\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"eg-price-badge\"\u003e$1.18\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003eFully disclosed\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cp class=\"eg-savings-note\"\u003eSubscribe and save: $50.15\/month a fraction of the cost of AG1 - same daily habit, half the cost.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"eg-divider\"\u003e\n\n  \u003c!-- Stack --\u003e\n  \u003cdiv class=\"eg-stack\"\u003e\n    \u003cdiv class=\"eg-stack-title\"\u003eStack it with\u003c\/div\u003e\n    \u003cdiv class=\"eg-stack-body\"\u003eTake one scoop in the morning with 8-10oz of water. Stack with Electrolytes+ during or after training for complete daily micronutrient and hydration coverage - both clean-label, both by Adherence Studio.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Disclaimer --\u003e\n  \u003cp class=\"eg-disclaimer\"\u003e*These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease. Contains silica. Manufactured in a facility that processes milk, eggs, fish, shellfish, tree nuts, peanuts, wheat, soybeans, and sesame.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c!-- END SUPER GREENS PDP --\u003e","brand":"ADHERENCE STUDIO","offers":[{"title":"Default Title","offer_id":42085270552661,"sku":"RLC5GRNS","price":59.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0626\/2236\/7829\/files\/1777921683181-generated-label-image-0.jpg?v=1777921699","url":"https:\/\/adherencestudio.com\/products\/enhanced-greens","provider":"ADHERENCE STUDIO","version":"1.0","type":"link"}