{"product_id":"body-balance-gummies-for-tone-shape","title":"Body Balance Gummies","description":"\u003cstyle\u003e\n  .glass-container {\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 12px;\n  }\n  \n  @media (min-width: 768px) {\n    .glass-container {\n      padding: 20px;\n    }\n  }\n  \n  .glass-card {\n    background: rgba(255, 255, 255, 0.75);\n    backdrop-filter: blur(20px);\n    -webkit-backdrop-filter: blur(20px);\n    border: 1px solid rgba(255, 255, 255, 0.6);\n    border-radius: 20px;\n    padding: 20px;\n    margin-bottom: 16px;\n    box-shadow: 0 4px 24px rgba(255, 0, 83, 0.06);\n  }\n  \n  @media (min-width: 768px) {\n    .glass-card {\n      padding: 32px;\n      margin-bottom: 24px;\n      border-radius: 24px;\n      box-shadow: 0 8px 32px rgba(255, 0, 83, 0.08);\n    }\n  }\n  \n  .glass-card h2 {\n    color: #ff0053;\n    font-size: clamp(1.125rem, 4vw, 1.5rem);\n    font-weight: 700;\n    margin-bottom: 12px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    line-height: 1.3;\n  }\n  \n  @media (min-width: 768px) {\n    .glass-card h2 {\n      margin-bottom: 16px;\n      gap: 12px;\n    }\n  }\n  \n  .glass-card h2::before {\n    content: '🍑';\n    font-size: clamp(1rem, 3.5vw, 1.25rem);\n    flex-shrink: 0;\n  }\n  \n  .glass-card p {\n    color: #4a4a4a;\n    line-height: 1.6;\n    margin-bottom: 10px;\n    font-size: clamp(0.875rem, 3vw, 1rem);\n  }\n  \n  @media (min-width: 768px) {\n    .glass-card p {\n      line-height: 1.7;\n      margin-bottom: 12px;\n    }\n  }\n  \n  .glass-card ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  \n  .glass-card li {\n    color: #4a4a4a;\n    padding: 8px 0;\n    padding-left: 28px;\n    position: relative;\n    border-bottom: 1px solid rgba(255, 0, 83, 0.08);\n    font-size: clamp(0.8125rem, 3vw, 0.9375rem);\n    line-height: 1.5;\n  }\n  \n  @media (min-width: 768px) {\n    .glass-card li {\n      padding: 10px 0;\n      padding-left: 32px;\n      border-bottom: 1px solid rgba(255, 0, 83, 0.1);\n    }\n  }\n  \n  .glass-card li:last-child {\n    border-bottom: none;\n  }\n  \n  .glass-card li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    top: 50%;\n    transform: translateY(-50%);\n    color: #ff0053;\n    font-weight: 700;\n    width: 20px;\n    height: 20px;\n    background: rgba(255, 0, 83, 0.1);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.75rem;\n    flex-shrink: 0;\n  }\n  \n  @media (min-width: 768px) {\n    .glass-card li::before {\n      width: 24px;\n      height: 24px;\n      font-size: 0.875rem;\n    }\n  }\n  \n  .glass-card strong {\n    color: #ff0053;\n  }\n  \n  .highlight-pill {\n    display: inline-block;\n    background: linear-gradient(135deg, #ff0053, #ff4d8c);\n    color: white;\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: clamp(0.75rem, 2.5vw, 0.875rem);\n    font-weight: 600;\n    margin-bottom: 12px;\n    white-space: nowrap;\n  }\n  \n  @media (min-width: 768px) {\n    .highlight-pill {\n      padding: 4px 16px;\n      margin-bottom: 16px;\n    }\n  }\n  \n  .insight-box {\n    margin-top: 14px;\n    padding: 14px;\n    background: rgba(255, 0, 83, 0.05);\n    border-radius: 12px;\n    border-left: 3px solid #ff0053;\n    font-style: italic;\n    color: #ff0053;\n    font-weight: 500;\n    font-size: clamp(0.875rem, 3vw, 1rem);\n    line-height: 1.5;\n  }\n  \n  @media (min-width: 768px) {\n    .insight-box {\n      margin-top: 16px;\n      padding: 16px;\n      border-radius: 16px;\n    }\n  }\n  \n  .tagline {\n    margin-top: 14px;\n    font-size: clamp(0.9375rem, 3.2vw, 1.125rem);\n    font-weight: 600;\n    color: #ff0053;\n    line-height: 1.5;\n  }\n  \n  @media (min-width: 768px) {\n    .tagline {\n      margin-top: 16px;\n    }\n  }\n  \n  .spec-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  \n  @media (min-width: 480px) {\n    .spec-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n  \n  @media (min-width: 768px) {\n    .spec-grid {\n      gap: 16px;\n    }\n  }\n  \n  .spec-item {\n    background: rgba(255, 0, 83, 0.05);\n    padding: 14px;\n    border-radius: 14px;\n    border: 1px solid rgba(255, 0, 83, 0.1);\n  }\n  \n  @media (min-width: 768px) {\n    .spec-item {\n      padding: 16px;\n      border-radius: 16px;\n    }\n  }\n  \n  .spec-item strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: clamp(0.8125rem, 2.8vw, 0.875rem);\n  }\n  \n  .spec-item span {\n    color: #4a4a4a;\n    font-size: clamp(0.8125rem, 2.8vw, 0.9375rem);\n    line-height: 1.4;\n    display: block;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"glass-container\"\u003e\n  \n  \u003c!-- Hero Card --\u003e\n  \u003cdiv class=\"glass-card\"\u003e\n    \u003cspan class=\"highlight-pill\"\u003e✨ 11-in-1 Premium Blend\u003c\/span\u003e\n    \u003ch2\u003eBody Balance — Shape, Tone \u0026amp; Consistency\u003c\/h2\u003e\n    \u003cp\u003eYour body responds to \u003cstrong\u003econsistency, not extremes.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp\u003eThese delicious gummies are designed to support your daily routine with a simple, vitamin-packed formula—helping you maintain balance, tone, and overall wellness without overcomplicating things.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Why It Matters --\u003e\n  \u003cdiv class=\"glass-card\"\u003e\n    \u003ch2\u003eWhy Consistency Matters\u003c\/h2\u003e\n    \u003cp\u003eWhen your routine is inconsistent, you might notice:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eProgress feels slower than you'd like\u003c\/li\u003e\n      \u003cli\u003eEnergy levels fluctuate throughout the day\u003c\/li\u003e\n      \u003cli\u003eResults don't seem to stick around\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"insight-box\"\u003e\n      💡 Consistency is what shapes real, lasting results over time.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Simple Routine --\u003e\n  \u003cdiv class=\"glass-card\"\u003e\n    \u003ch2\u003eA Simpler Way to Stay On Track\u003c\/h2\u003e\n    \u003cp\u003eNo pills to swallow. No complicated protocols to follow.\u003c\/p\u003e\n    \u003cp\u003eJust \u003cstrong\u003e2 soft, fruit-flavored gummies\u003c\/strong\u003e daily—so your wellness routine stays simple, enjoyable, and actually sustainable.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What You'll Notice --\u003e\n  \u003cdiv class=\"glass-card\"\u003e\n    \u003ch2\u003eWhat You'll Notice\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eBetter consistency in your daily routine\u003c\/li\u003e\n      \u003cli\u003eSupport for overall body balance\u003c\/li\u003e\n      \u003cli\u003eA more steady, confident approach to wellness\u003c\/li\u003e\n      \u003cli\u003eSomething you can actually stick to long-term\u003c\/li\u003e\n      \u003cli\u003eSupport for natural curves and tone\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Built For You --\u003e\n  \u003cdiv class=\"glass-card\"\u003e\n    \u003ch2\u003eBuilt for Everyday Life\u003c\/h2\u003e\n    \u003cp\u003eThis formula combines \u003cstrong\u003evitamin-based nutritional support\u003c\/strong\u003e in a format designed for real life—easy, enjoyable, and completely effortless.\u003c\/p\u003e\n    \u003cdiv class=\"tagline\"\u003e\n      🎯 Because long-term results come from habits, not shortcuts.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- What Makes It Different --\u003e\n  \u003cdiv class=\"glass-card\"\u003e\n    \u003ch2\u003eWhat Makes Chewing Bears Different\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003eSoft gummy format — easy and enjoyable to take\u003c\/li\u003e\n      \u003cli\u003eNo complicated routines or strict protocols\u003c\/li\u003e\n      \u003cli\u003eDesigned for daily consistency and compliance\u003c\/li\u003e\n      \u003cli\u003eLong shelf life — up to 24 months\u003c\/li\u003e\n      \u003cli\u003e🚚 Free shipping on all orders\u003c\/li\u003e\n      \u003cli\u003e💰 30-day money-back guarantee\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Specifications --\u003e\n  \u003cdiv class=\"glass-card\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"spec-grid\"\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003e📦 Type\u003c\/strong\u003e\n        \u003cspan\u003ePremium Gummy Supplement\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003e🍬 Quantity\u003c\/strong\u003e\n        \u003cspan\u003e60 Gummies Per Bottle (30-day supply)\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003e🌱 Formula\u003c\/strong\u003e\n        \u003cspan\u003eVitamin-based nutritional blend\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003e⏱️ Shelf Life\u003c\/strong\u003e\n        \u003cspan\u003e24 Months\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003e🏠 Storage\u003c\/strong\u003e\n        \u003cspan\u003eCool, dry place at room temperature\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cstrong\u003e⚠️ Note\u003c\/strong\u003e\n        \u003cspan\u003eNot suitable for infants\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"ChewingBears","offers":[{"title":"60pcsBottle","offer_id":56693125316988,"sku":"SU00131464-60pcsBottle","price":23.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0953\/5347\/1356\/files\/new-butt-lifting-gummies.png?v=1777632822","url":"https:\/\/www.chewingbears.com\/products\/body-balance-gummies-for-tone-shape","provider":"ChewingBears","version":"1.0","type":"link"}