{"product_id":"lemonade-gummies-wholesale","title":"Lemonade Gummies (Wholesale)","description":"   \u003cstyle\u003e\n        \/* Accordion Styles *\/\n        .accordion {\n            border-top: 1px solid #eee;\n            margin: 20px 0;\n        }\n        \n        .accordion-item {\n            border-bottom: 1px solid #eee;\n        }\n        \n        .accordion-title {\n            padding: 18px 0;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            font-size: 18px;\n        }\n        \n        .accordion-title::after {\n            content: '+';\n            font-size: 24px;\n            transition: transform 0.3s ease;\n        }\n        \n        .accordion-item.active .accordion-title::after {\n            content: '−';\n        }\n        \n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease;\n            padding-left: 20px;\n        }\n        \n        .accordion-content.show {\n            max-height: 500px; \/* Adjust based on content *\/\n            padding-bottom: 20px;\n        }\n        \n        \/* Content Styles *\/\n        .ingredient-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 0;\n        }\n        \n        .ingredient-list li {\n            margin-bottom: 8px;\n            position: relative;\n            padding-left: 20px;\n        }\n        \n        .ingredient-list li::before {\n            content: '•';\n            position: absolute;\n            left: 0;\n            color: #4a90e2;\n        }\n        \n        .benefit-highlight {\n            background-color: #f9f9f9;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 15px 0;\n        }\n    \u003c\/style\u003e\n\n\n    \n    \u003c!-- Accordion Section --\u003e\n    \u003cdiv class=\"accordion\"\u003e\n        \u003c!-- About Section --\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n            \u003cdiv class=\"accordion-title\"\u003eAbout The Fruit Gummies\u003c\/div\u003e\n            \u003cdiv class=\"accordion-content\"\u003e\n                \u003cp\u003eOur Lemonade 🍋 Fruit Gummies are crafted with grass-fed bovine gelatin!\u003c\/p\u003e\n                \u003cdiv class=\"benefit-highlight\"\u003e\n                    ✨ 10g gelatin protein per serving • 0g added sugars✨\n                \u003c\/div\u003e\n                \u003cp\u003eContains Fiber and Vitamins! \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Ingredients Section --\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n            \u003cdiv class=\"accordion-title\"\u003eIngredients\u003c\/div\u003e\n            \u003cdiv class=\"accordion-content\"\u003e\n                \u003cul class=\"ingredient-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eOrganic Grass-Fed Bovine Gelatin\u003c\/strong\u003e (Primary Protein Source)\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eFreeze Dried Lemon Powder \u003c\/strong\u003e (Fruit source)\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eNatural No Sugar Sweetener\u003c\/strong\u003e (Organic Monk Fruit Extract)\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003ePlant-Derived Vitamins \u003c\/strong\u003e (Vitamin C)\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- How to Enjoy Section --\u003e\n        \u003cdiv class=\"accordion-item\"\u003e\n            \u003cdiv class=\"accordion-title\"\u003eHow To Enjoy\u003c\/div\u003e\n            \u003cdiv class=\"accordion-content\"\u003e\n                \u003cul class=\"ingredient-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eReccomended Daily Routine:\u003c\/strong\u003e Enjoy one bag of gummies daily for a big boost of energy!\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003ePost-Workout:\u003c\/strong\u003e Refuel your body within 30 minutes after exercise\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSweet Craving Solution:\u003c\/strong\u003e Keep handy for guilt-free snacking\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003ePortable Snack Option:\u003c\/strong\u003e Love 'em? Save 'em! Reseal the pack \u0026amp; pop it back in the fridge! \u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp\u003e\u003cstrong\u003eFor best quality, freshness, and prolonged storage: REFIGERATE after opening. \u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        \/\/ Accordion functionality\n        document.querySelectorAll('.accordion-title').forEach(title =\u003e {\n            title.addEventListener('click', () =\u003e {\n                const item = title.parentElement;\n                const content = title.nextElementSibling;\n                \n                \/\/ Toggle current item\n                item.classList.toggle('active');\n                content.classList.toggle('show');\n                \n                \/\/ Close other items\n                document.querySelectorAll('.accordion-item').forEach(otherItem =\u003e {\n                    if (otherItem !== item) {\n                        otherItem.classList.remove('active');\n                        otherItem.querySelector('.accordion-content').classList.remove('show');\n                    }\n                });\n            });\n        });\n    \u003c\/script\u003e\n  \u003cli\u003e\n \u003c\/li\u003e\u003cli\u003e\n\u003cstrong\u003eThese statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.\u003c\/strong\u003e\n\u003c\/li\u003e\n","brand":"KleanKravingz","offers":[{"title":"1 Pack","offer_id":48543938773243,"sku":"545","price":4.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0752\/1127\/6539\/files\/Lemonade_Front_Product_Face.png?v=1758224945","url":"https:\/\/kleankravingz.com\/products\/lemonade-gummies-wholesale","provider":"KleanKravingz","version":"1.0","type":"link"}