{"product_id":"plant-people-wondergreens-kids-super-veggie-gummies-green-apple-30-count","title":"Plant People WonderGreens Kids Super Veggie Gummies, Green Apple, 30 Count","description":"\u003cdiv\u003e\u003cdiv lang=\"en_US\"\u003e\n \u003cdiv class=\"aplus-v2 desktop celwidget\" cel_widget_id=\"aplus\"\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n.aplus-v2 .premium-aplus-module-2 .premium-background-wrapper {\n    position: relative;\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper {\n    position: absolute;\n    width: 50%;\n    height: 100%;\n    top: 0;\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right {\n    left: 50%;\n}\n\nhtml[dir=\"rtl\"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right {\n    left: auto;\n    right: 50%;\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color {\n    color: #fff;\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-background {\n    padding: 20px;\n}\n\n.aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic {\n    padding-bottom: 10px;\n}\n\n.aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading {\n    padding-bottom: 20px;\n}\n\n.aplus-v2 .premium-aplus-module-2 .aplus-module-2-description {\n    line-height: 1.5em;\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background {\n    background: rgba(255,255,255,0.5);\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background {\n    background: rgba(0,0,0,0.5);\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background,\n.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1,\n.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5,\n.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol,\n.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul,\n.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item,\n.aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item {\n  color: #fff;\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-content-container {\n    display: table;\n    height: 100%;\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container {\n    padding-left: 40px;\n}\n\nhtml[dir=\"rtl\"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container {\n\tpadding-left: 0px;\n\tpadding-right: 40px;\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container {\n    padding-right: 40px;\n}\n\nhtml[dir=\"rtl\"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container {\n    padding-right: 0px;\n    padding-left: 40px;\n}\n\n.aplus-v2 .premium-aplus-module-2 .premium-intro-content-column {\n    display: table-cell;\n    vertical-align: middle;\n}\n\n\n\u003c\/style\u003e\n  \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\nP.now('premium-module-5-comparison-table-scroller').execute('init-premium-module-5-comparison-table', function(init){\n    if (init) {\n        return;\n    }\n    P.register('premium-module-5-comparison-table-scroller', function(){\n        return function() {\n            P.when('jQuery', 'a-popover', 'A', 'ready').execute('premium-5-comparison-table-scroller', function($, popover, A) {\n                function initCompTable(module) {\n                    \/**\n                    * Premium comparison table: popover trigger module\n                    *\/\n                    var comparisonName = $(module).data('comparison-name');\n                    (function() {\n                        var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger');\n                        $additionalInfo.each(function(i, trigger) {\n                            return popover.create(trigger, $(trigger).data());\n                        });\n                        $additionalInfo.hover(\n                            function() {\n                                $(this).focus();\n                            }\n                        );\n                    })();\n                    \/**\n                    * Premium comparison table: adjust column width module\n                    *\/\n                    (function() {\n                        var VISIBLE_COLUMNS = 4.2;  \/* How many visible columns on load *\/\n                        var MIN_WIDTH = 230;\n                        var getWidth = function() {\n                            return $(this).outerWidth();\n                        }\n                        \/* cache selectors *\/\n                        var\n                            $container = $('.aplus-v2 .comparison-table #'+comparisonName),\n                            $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),\n                            $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'),\n                            $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'),\n                            $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item');\n\n                        \/* Formula for determining desired column width *\/\n\n                        var calculatedColumnWidth = Math.floor(\n                            ($container.innerWidth() - $header.innerWidth()) \/ VISIBLE_COLUMNS\n                        );\n\n                        var childWidths = $activeColumn.map(getWidth).get();\n                        var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths));\n                        var minColumnWidth = $columns.innerWidth();\n\n                        \/* set the min-width of each column to the calulated width or minWidth *\/\n                        $columns.css(\n                            'min-width',\n                            Math.max(MIN_WIDTH, (calculatedColumnWidth \u003c minColumnWidth\n                                ? calculatedColumnWidth\n                                : minColumnWidth))\n                        );\n                        $activeColumn.css('width', maxChildWidth);\n\n                        \/* show the component *\/\n                        $container.removeClass('loading');\n                    })();\n\n                    \/**\n                     * Premium comparison table: sticky attribute \u0026 column\n                     *\/\n\n                    (function() {\n                        \/* cache selectors *\/\n                        const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName);\n                        const header = comparisonTable.querySelector('td.attribute');\n                        const fixedColumn = comparisonTable.querySelector('td.active');\n\n                        const attributeColumnObserver = new ResizeObserver((entries) =\u003e {\n                            for (let entry of entries) {\n                                const bounds = entry.target.getBoundingClientRect().width;\n                                const activeCellWidth = window.getComputedStyle(fixedColumn).left;\n                                if (bounds + \"px\" !== activeCellWidth) {\n                                    const activeCells = document.querySelectorAll('.aplus-data-column.active');\n                                    activeCells.forEach(cell =\u003e cell.style.left = bounds + \"px\");\n\n                                }\n                            }\n\n                        })\n\n                        attributeColumnObserver.observe(header)\n                    })();\n\n                    \/**\n                    * Premium comparison table: top scroll bar\n                    *\/\n                    (function() {\n                        \/* cache selectors *\/\n                        var\n                            $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),\n                            $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'),\n                            $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'),\n                            $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'),\n                            $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'),\n                            $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar');\n                        \/* confirm fixed column exists and can add width to the total width of the scroll bar *\/\n                        var fixedColumnWidth = $fixedColumn.innerWidth();\n                        if ( fixedColumnWidth === null ) {\n                            fixedColumnWidth = 0;\n                        }\n                        \/* set width of scrollBar *\/\n                        $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth());\n                        \/* connect scrolls together *\/\n                        $scrollWrapperTop.scroll(function() {\n                            $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft());\n                        });\n                        $scrollWrapperBottom.scroll(function() {\n                            $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft());\n                        });\n                    })();\n                }\n\n                $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) {\n                    initCompTable(module);\n                });\n            });\n        }\n    });\n});\n}));\u003c\/script\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium-module 5: Comparision table - scroller\n *\/\n\n.aplus-v2 .premium-aplus-module-5 h1 {\n    padding-bottom: 30px;\n}\n\n\/* position column-headers relative to this table *\/\n.aplus-v2 .premium-aplus-module-5 .table-container {\n    position: relative;\n    opacity: 1;\n}\n\n.aplus-v2 .premium-aplus-module-5 .table-container.loading {\n    opacity: 0;\n}\n\n.aplus-v2 .premium-aplus-module-5 .table-slider {\n    overflow-x: scroll;\n    overflow-y: visible;\n    width: 100%;\n}\n\n.aplus-v2 .premium-aplus-module-5 td.attribute {\n    min-width: 300px;\n    top: auto;\n    left: 0;\n    z-index: 100;\n}\n\nhtml[dir=\"rtl\"] .aplus-v2 .premium-aplus-module-5 td.attribute {\n    right: 0px;\n    left: auto;\n}\n\n.aplus-v2 .premium-aplus-module-5 td.active-item,\n.aplus-v2 .premium-aplus-module-5 th.active-item {\n    top: auto;\n    left: 300px;\n    z-index: 100;\n}\n\nhtml[dir=\"rtl\"]  .premium-aplus-module-5 td.active-item,\nhtml[dir=\"rtl\"]  .premium-aplus-module-5 th.active-item {\n    left: auto;\n    right: 300px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .attribute,\n.aplus-v2 .premium-aplus-module-5 .active-item{\n    position: sticky;\n}\n\n.aplus-v2 .premium-aplus-module-5 table.a-bordered td,\n.aplus-v2 .premium-aplus-module-5 table.a-bordered th {\n    background-color: #fff;\n}\n\n.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after {\n    content: \"?\";\n    display: inline-block;\n    font-size: 12px;\n    position: relative;\n    bottom: 5px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .product-title {\n    font-size: 15px;\n    padding: 10px 0;\n}\n\n.aplus-v2 .premium-aplus-module-5 .scroll-width {\n    overflow-x: scroll;\n    overflow-y: visible;\n}\n\n\n.aplus-v2 .premium-aplus-module-5 td.attribute.empty {\n    height: 300px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .header-img {\n    padding-top: 10px;\n}\n\n\/* Override default AUI .a-bordered table borders *\/\n.aplus-v2 .premium-aplus-module-5 table.a-bordered {\n    border-width: 0;\n    border-color: #eaeaea;\n    border-style: solid;\n}\n\n\/* Size the top scroller *\/\n.aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top {\n    width: 100%;\n    height: 20px;\n    overflow-x: scroll;\n    overflow-y: visible;\n}\n\n.aplus-v2 .premium-aplus-module-5 .scroll-bar {\n    height: 1px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .add-to-cart {\n    line-height: 1rem;\n    font-weight: normal;\n}\n\n.aplus-v2 .premium-aplus-module-5 .review {\n    font-size: 14px;\n}\n\u003c\/style\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium modules global styles\n *\/\n.aplus-v2.desktop {\n  max-width: 1464px;\n  min-width: 800px;\n  margin-left: auto;\n  margin-right: auto;\n  word-wrap: break-word;\n  overflow-wrap: break-word;\n  word-break: break-word;\n}\n\/* Undo this for tech-specs because it breaks table layout *\/\n.aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; }\n\n.aplus-v2 .premium-aplus,\n.aplus-v2 .premium-aplus .aplus-h1,\n.aplus-v2 .premium-aplus .aplus-h2,\n.aplus-v2 .premium-aplus .aplus-p1,\n.aplus-v2 .premium-aplus .aplus-p2,\n.aplus-v2 .premium-aplus .aplus-p3,\n.aplus-v2 .premium-aplus .aplus-accent1,\n.aplus-v2 .premium-aplus .aplus-accent2\n{ font-family: Arial, sans-serif; }\n\n.aplus-v2 .premium-aplus,\n.aplus-v2 .premium-aplus .aplus-h1,\n.aplus-v2 .premium-aplus .aplus-h2,\n.aplus-v2 .premium-aplus .aplus-p1,\n.aplus-v2 .premium-aplus .aplus-p2,\n.aplus-v2 .premium-aplus .aplus-p3,\n.aplus-v2 .premium-aplus .aplus-accent1,\n.aplus-v2 .premium-aplus .aplus-accent2\n{ font-family: inherit; }\n\n\/* type *\/\n.aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; }\n.aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; }\n\n\/* spacing *\/\n.aplus-v2 .aplus-container-1 { padding: 40px; }\n.aplus-v2 .aplus-container-1-2 { padding: 40px 80px; }\n.aplus-v2 .aplus-container-2 { padding: 80px; }\n.aplus-v2 .aplus-container-3 { padding: 40px 0; }\n\n\/* Display *\/\n.aplus-v2 .premium-aplus .aplus-display-table { display: table; }\n.aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; }\n.aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; }\n\n\/* Aplus display table with min-width 1000px and fill remaining space inside parent *\/\n.aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% }\n\n\/**\n* Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80.\n*\/\n\n\u003c\/style\u003e\n  \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium-module 8: Hero Video module\n *\/\n\n.aplus-v2 .premium-aplus-module-8 .premium-aplus-module-8-video {\n    position: relative;\n    width: 100%;\n}\n\n.aplus-v2 .premium-aplus-module-8 .video-placeholder {\n    padding-bottom: 40.984%; \/* Video or image required size 1464 : 600 = 40.9836 *\/\n}\n\n.aplus-v2 .premium-aplus-module-8 .video-container {\n    position: absolute;\n    top: 0;\n    width: 100%;\n    height: 100%;\n}\n\n\/*Override the default VSE video player size*\/\n.aplus-v2 .premium-aplus-module-8 .video-js.vjs-fluid {\n    padding: 0;\n}\n\n\u003c\/style\u003e\n  \u003cdiv class=\"aplus-content-wrapper\"\u003e\n   \u003cdiv class=\"aplus-module-csa-wrapper\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"amzn1.aplus.278aac3c-a0c3-4e41-8ec6-ec240257a70f:1781321538489.3b48bb48-b4f8-4b29-9a93-6e1fa9ac08a4.en_US\"\u003e\n    \u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-premium-module-2-fullbackground-image\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none premium-background-wrapper\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\n        \u003cimg alt=\"Sugar-Free Kids Multivitamin Allergen-Free Gummies Children Organic Green Apple Daily Super Veggie\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cd1b081f-5cb3-4cf0-8c2d-6b1d4d08a1a0.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cd1b081f-5cb3-4cf0-8c2d-6b1d4d08a1a0.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n        \u003cnoscript\u003e\n         \u003cimg alt=\"Sugar-Free Kids Multivitamin Allergen-Free Gummies Children Organic Green Apple Daily Super Veggie\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cd1b081f-5cb3-4cf0-8c2d-6b1d4d08a1a0.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n        \u003c\/noscript\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"aplus-module-csa-wrapper\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"amzn1.aplus.278aac3c-a0c3-4e41-8ec6-ec240257a70f:1781321538489.a8677325-9415-4723-9a22-16c356a0f508.en_US\"\u003e\n    \u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-premium-module-2-fullbackground-image\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none premium-background-wrapper\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\n        \u003cimg alt=\"Sugar-Free Kids Multivitamin Allergen-Free Gummies Children Organic Green Apple Daily Super Veggie\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ed7f107a-f02b-47cb-b435-0711a410f215.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ed7f107a-f02b-47cb-b435-0711a410f215.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n        \u003cnoscript\u003e\n         \u003cimg alt=\"Sugar-Free Kids Multivitamin Allergen-Free Gummies Children Organic Green Apple Daily Super Veggie\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/ed7f107a-f02b-47cb-b435-0711a410f215.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n        \u003c\/noscript\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"aplus-module-csa-wrapper\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"amzn1.aplus.278aac3c-a0c3-4e41-8ec6-ec240257a70f:1781321538489.9c08fcf4-56dd-4f4d-8804-13007f694b7c.en_US\"\u003e\n    \u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-premium-module-2-fullbackground-image\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none premium-background-wrapper\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\n        \u003cimg alt=\"Sugar-Free Kids Multivitamin Allergen-Free Gummies Children Organic Green Apple Daily Super Veggie\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/72e7b280-fe28-4fec-8c9e-e73f34f93dd3.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/72e7b280-fe28-4fec-8c9e-e73f34f93dd3.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n        \u003cnoscript\u003e\n         \u003cimg alt=\"Sugar-Free Kids Multivitamin Allergen-Free Gummies Children Organic Green Apple Daily Super Veggie\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/72e7b280-fe28-4fec-8c9e-e73f34f93dd3.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n        \u003c\/noscript\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"aplus-module-csa-wrapper\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"amzn1.aplus.278aac3c-a0c3-4e41-8ec6-ec240257a70f:1781321538489.e370a653-56b5-426b-b118-0e2034a0e93e.en_US\"\u003e\n    \u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-premium-module-2-fullbackground-image\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none premium-background-wrapper\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\n        \u003cimg alt=\"Sugar-Free Kids Multivitamin Allergen-Free Gummies Children Organic Green Apple Daily Super Veggie\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4db4bc5a-5317-4ad7-a390-fe1cae978cc2.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4db4bc5a-5317-4ad7-a390-fe1cae978cc2.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n        \u003cnoscript\u003e\n         \u003cimg alt=\"Sugar-Free Kids Multivitamin Allergen-Free Gummies Children Organic Green Apple Daily Super Veggie\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/4db4bc5a-5317-4ad7-a390-fe1cae978cc2.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n        \u003c\/noscript\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"aplus-module-csa-wrapper\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"amzn1.aplus.278aac3c-a0c3-4e41-8ec6-ec240257a70f:1781321538489.b87d1dc2-e82d-4a69-9f0e-42d64fc7e22d.en_US\"\u003e\n    \u003cdiv class=\"celwidget aplus-module premium-module-8-hero-video aplus-premium\" cel_widget_id=\"aplus-premium-module-8-hero-video\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-8\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none premium-aplus-module-8-video\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none video-placeholder\"\u003e\u003c\/div\u003e\n       \u003cdiv class=\"a-section a-spacing-none video-container\"\u003e\n        \u003cstyle type=\"text\/css\"\u003e\n\n.aplus-v2 .vse-video-player-title,  .aplus-v2 .vse-lightPlayer-vendor{\n    display:none;\n}\n\n#aplus .vse-video-player-title,  #aplus .vse-lightPlayer-vendor{\n    display:none;\n}\n\n\u003c\/style\u003e\n        \u003cdiv id=\"df0485c2-1874-4d1c-9bc8-ba292f131014\" style=\"width:100%; height:100%;\"\u003e\n         \u003clink rel=\"stylesheet\" href=\"https:\/\/m.media-amazon.com\/images\/I\/01n25BjbgEL.css?AUIClients\/VSEPlayer\"\u003e\n         \u003clink rel=\"stylesheet\" href=\"https:\/\/m.media-amazon.com\/images\/I\/51NP-5Gx4JL._RC|11s4jq82GaL.css_.css?AUIClients\/Brila\"\u003e\n         \u003cdiv data-csa-c-component=\"aplus-vse-video-widget\" data-csa-c-content-id=\"amzn1.vse.video.07d65a2c34074034b152373e4fc90d13\" data-csa-c-cs-type=\"vse\" data-csa-c-painter=\"vse-player\" data-csa-c-slot-id=\"aplus-ive-player\" data-csa-c-type=\"widget\" data-csa-op-log-render=\"\" class=\"a-section vse-player-container\"\u003e\n          \u003cscript type=\"a-state\" data-a-state='{\"key\":\"aplus-66877-player-cbb87e0b-c71a-4c14-8999-e662526f6750-player-ps\"}'\u003e{\"parentAsin\":\"\",\"enableFullScreenByDefault\":false,\"clickstreamNexusMetricsConfig\":{\"producerId\":\"vsemetrics_playercards\",\"schemaId\":\"clickstream.CustomerEvent.4\",\"actionType\":\"DISCOVERY\",\"eventOwner\":\"vsemetrics_playercards\",\"eventType\":\"IVEVideoView\",\"productId\":\"B0D17ZCT2N\"},\"videoReferenceId\":\"c5b43df5-b0df-4fb7-b6fd-58f88efcfa8e_57afb189-ee15-47e8-9e15-431364516a93\",\"contentId\":\"B0D17ZCT2N\",\"ccvDisclosure\":\"\",\"closedCaptionsConfig\":{\"captionsOnTexts\":{\"de\":\"German (Automated)\",\"ja\":\"Japanese (Automated)\",\"en\":\"English (Automated)\",\"fr\":\"French (Automated)\",\"es\":\"Spanish (Automated)\"},\"captionsOffText\":\"Captions off\",\"languageToLabelTexts\":{\"English\":\"English\",\"French\":\"French\",\"German\":\"German\",\"Spanish\":\"Spanish\",\"Japanese\":\"Japanese\"}},\"mimeType\":\"application\/x-mpegURL\",\"videoHeight\":480,\"disableReportIllegalLink\":false,\"videoWidth\":854,\"initialClosedCaptions\":\"en,https:\/\/m.media-amazon.com\/images\/S\/vse-vms-closed-captions-artifact-us-east-1-prod\/closedCaptions\/d1ca220a-d3d2-4400-923e-e67c4f4c82df.vtt\",\"useHotspotsNX\":false,\"eligibleToTriggerCCWeblab\":false,\"videoUrl\":\"https:\/\/m.media-amazon.com\/images\/S\/vse-vms-transcoding-artifact-us-east-1-prod\/7b74b0e0-8773-4048-b73b-a6ba8a4b37c6\/default.jobtemplate.hls.m3u8\",\"metricsEmissionMethod\":\"nexus\",\"imageUrl\":\"https:\/\/m.media-amazon.com\/images\/I\/71juOUi6A3L.jpg\",\"needPlayerFactory\":false,\"isMobile\":false,\"showHotspots\":false,\"aciContentId\":\"amzn1.vse.video.07d65a2c34074034b152373e4fc90d13\",\"altText\":\"WonderGreens Kids Super Veggie Gummies\",\"videoContentId\":\"07d65a2c34074034b152373e4fc90d13\",\"clientPrefix\":\"aplus-66877\",\"hotSpotsV3Weblab\":\"\",\"productAsin\":\"B0D17ZCT2N\",\"labelDetails\":{\"labelName\":\"\",\"labelType\":\"\",\"labelWeblabName\":\"\",\"labelWeblabTreatment\":\"\",\"showLabel\":false,\"tooltipSelector\":\"\"},\"sushiMetricsConfig\":{\"eventSource\":\"Player\",\"endpoint\":\"https:\/\/unagi-na.amazon.com\/1\/events\/com.amazon.eel.vse.metrics.prod.events.test\",\"requestId\":\"NTW3WF0RV2C6GQR5J1YT\",\"sessionId\":\"147-7722422-4035895\",\"customerId\":\"0\",\"refMarkers\":\"aplus-66877_ref\",\"sessionType\":1,\"placementContext\":\"desktop_web.AplusWidget.aplusdp\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"weblabIds\":\"\",\"isInternal\":false,\"isRobot\":false,\"clientId\":\"VSE-US\",\"videoAsinList\":\"\",\"pageAsin\":\"B0D17ZCT2N\"},\"reportUrl\":\"\",\"videoTitle\":\"WonderGreens Kids Super Veggie Gummies\",\"vendorName\":\"\",\"nexusMetricsConfig\":{\"eventSource\":\"Player\",\"isInternal\":false,\"playerTSMMetricsSchemaId\":\"vse.VSECardsPlayerEvents.9\",\"widgetMetricsSchemaId\":\"vse.VSECardsEvents.9\",\"producerId\":\"vsemetrics_playercards\",\"refMarkers\":\"aplus-66877_ref\",\"placementContext\":\"desktop_web.AplusWidget.aplusdp\",\"weblabIds\":\"\",\"clientId\":\"VSE-US\",\"videoAsin\":\"07d65a2c34074034b152373e4fc90d13\",\"videoAsinList\":\"\",\"pageAsin\":\"B0D17ZCT2N\"},\"awaConfig\":{\"useUpNextComponent\":false,\"clickstreamNexusMetricsConfig\":{\"producerId\":\"vsemetrics_playercards\",\"schemaId\":\"clickstream.CustomerEvent.4\",\"actionType\":\"DISCOVERY\",\"eventOwner\":\"vsemetrics_playercards\",\"eventType\":\"IVEVideoView\",\"productId\":\"B0D17ZCT2N\"},\"initialVideo\":\"07d65a2c34074034b152373e4fc90d13\",\"shouldPreload\":true,\"enableClickBasedAttribution\":false,\"isChromelessPlayer\":false,\"closedCaptionsConfig\":{\"captionsOnTexts\":{\"de\":\"German (Automated)\",\"ja\":\"Japanese (Automated)\",\"en\":\"English (Automated)\",\"fr\":\"French (Automated)\",\"es\":\"Spanish (Automated)\"},\"captionsOffText\":\"Captions off\",\"languageToLabelTexts\":{\"English\":\"English\",\"French\":\"French\",\"German\":\"German\",\"Spanish\":\"Spanish\",\"Japanese\":\"Japanese\"}},\"enableDynamicBlur\":false,\"showPlayerPlayButton\":false,\"isVideoImmersivePlayer\":false,\"metricsEmissionMethod\":\"nexus\",\"skipInitialFocus\":false,\"playerSkin\":\"none\",\"disabledViewIds\":[\"replayHint\"],\"includeEarnsComissionDisclosure\":false,\"customerId\":\"0\",\"containerId\":\"aplus-66877-player-cbb87e0b-c71a-4c14-8999-e662526f6750\",\"allowCrossOrigin\":false,\"requestMetadata\":{\"clientId\":\"VSE-US\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"requestId\":\"NTW3WF0RV2C6GQR5J1YT\",\"sessionId\":\"147-7722422-4035895\",\"method\":\"desktop_web.AplusWidget.aplusdp\",\"pageAsin\":\"\"},\"shouldLoop\":false,\"shouldDisableControls\":false,\"alwaysSetInitialVideo\":true,\"showPlayerCloseButton\":false,\"clientPrefix\":\"aplus-66877\",\"useAutoplayFallback\":false,\"sushiMetricsConfig\":{\"eventSource\":\"Player\",\"endpoint\":\"https:\/\/unagi-na.amazon.com\/1\/events\/com.amazon.eel.vse.metrics.prod.events.test\",\"requestId\":\"NTW3WF0RV2C6GQR5J1YT\",\"sessionId\":\"147-7722422-4035895\",\"customerId\":\"0\",\"refMarkers\":\"aplus-66877_ref\",\"sessionType\":1,\"placementContext\":\"desktop_web.AplusWidget.aplusdp\",\"marketplaceId\":\"ATVPDKIKX0DER\",\"weblabIds\":\"\",\"isInternal\":false,\"isRobot\":false,\"clientId\":\"VSE-US\",\"videoAsinList\":\"\",\"pageAsin\":\"B0D17ZCT2N\"},\"ospLinkCode\":\"vse\",\"showPosterImage\":true,\"languageCode\":\"en\",\"languageLocalization\":{\"play\":\"Play\",\"volumeLevel\":\"Volume Level\",\"subtitles\":\"Subtitles\",\"volumeSlider\":\"Volume Slider\",\"playVideo\":\"Click to play video\",\"fullscreen\":\"Fullscreen\",\"scrubberBar\":\"Scrubber bar\",\"mute\":\"Mute\",\"unmute\":\"Unmute\",\"pause\":\"Pause\",\"captions\":\"Captions\",\"nonfullscreen\":\"Non-Fullscreen\"},\"version\":\"\",\"isMoreVideosButtonEnabled\":false,\"nexusMetricsConfig\":{\"eventSource\":\"Player\",\"isInternal\":false,\"playerTSMMetricsSchemaId\":\"vse.VSECardsPlayerEvents.9\",\"widgetMetricsSchemaId\":\"vse.VSECardsEvents.9\",\"producerId\":\"vsemetrics_playercards\",\"refMarkers\":\"aplus-66877_ref\",\"placementContext\":\"desktop_web.AplusWidget.aplusdp\",\"weblabIds\":\"\",\"clientId\":\"VSE-US\",\"videoAsin\":\"07d65a2c34074034b152373e4fc90d13\",\"videoAsinList\":\"\",\"pageAsin\":\"B0D17ZCT2N\"},\"shouldStartMuted\":false,\"airyVersion\":\"VideoJS\",\"languagePreferenceStrings\":{},\"enableInactiveFocus\":true,\"showVideoInfo\":false,\"isReactFactory\":false,\"osaInstrumentationConfig\":{\"schemaId\":\"csa.VideoInteractions.2\",\"producerId\":\"vsemetrics_csa_instrumentation\"},\"enableDelphiAttribution\":true,\"includeReportWidget\":false,\"shouldAutoplay\":false},\"placement\":\"desktop_web.AplusWidget.aplusdp\"}\u003c\/script\u003e\n          \u003cdiv class=\"vse-airy-container vse-player-container none \"\u003e\n           \u003cdiv id=\"ive-aplus-66877-player-label-container\" data-element-id=\"ive-player-label-container\" class=\"a-section a-spacing-none ive-player-label-container\"\u003e\n            \u003cspan class=\"a-declarative\" data-action=\"a-popover\" data-a-popover='{\"name\":\"ive-aplus-66877-label-type-tooltip\",\"width\":\"300\",\"position\":\"triggerRight\",\"dataStrategy\":\"preload\"}'\u003e\u003ca href=\"javascript:void(0)\" role=\"button\" class=\"a-popover-trigger a-declarative ive-player-label-name aok-hidden\"\u003e\u003ci class=\"a-icon a-icon-popover\"\u003e\u003c\/i\u003e\u003c\/a\u003e\u003c\/span\u003e\n            \u003cdiv class=\"a-popover-preload\" id=\"a-popover-ive-aplus-66877-label-type-tooltip\"\u003e\n             \u003cspan class=\"ive-demo-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video showcases the product in use.\u003c\/span\u003e\u003cspan class=\"ive-assembly-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video guides you through product setup.\u003c\/span\u003e\u003cspan class=\"ive-comparison-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video compares multiple products.\u003c\/span\u003e\u003cspan class=\"ive-unboxing-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video shows the product being unpacked.\u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/div\u003e\n           \u003cdiv id=\"aplus-66877-player-cbb87e0b-c71a-4c14-8999-e662526f6750\" class=\"vse-player\" data-element-id=\"vse-player-container\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003ch1 class=\"vse-video-player-title\"\u003eWonderGreens Kids Super Veggie Gummies\u003c\/h1\u003e\n         \u003c\/div\u003e\n         \u003cscript\u003e\n  (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https:\/\/m.media-amazon.com\/images\/I\/61rtJ3+GOOL.js?AUIClients\/VSEPlayer');\n  (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https:\/\/m.media-amazon.com\/images\/I\/3175HHgX+OL._RC|11KFCxsEshL.js,11uNd0zHc-L.js,51ocjucRF0L.js,41tLmUCnr0L.js,91G7VmlBk7L.js,11cPgPsKKOL.js_.js?AUIClients\/Brila');\n\u003c\/script\u003e\n         \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"vse-ns-initVSEPlayerOnLoad\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\n    P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-66877-player-cbb87e0b-c71a-4c14-8999-e662526f6750-player-ps');});\n    \/\/Please use below event to register FeedbackForm\n    P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) {\n        A.trigger('vse:ns:player:aplus-66877:init', 'aplus-66877-player-cbb87e0b-c71a-4c14-8999-e662526f6750-player-ps');\n    });\n}));\u003c\/script\u003e\n        \u003c\/div\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"aplus-module-csa-wrapper\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"amzn1.aplus.278aac3c-a0c3-4e41-8ec6-ec240257a70f:1781321538489.69e1c055-4795-4ec0-ac86-a4ec41989eb7.en_US\"\u003e\n    \u003cdiv class=\"celwidget aplus-module premium-module-2-fullbackground-image aplus-premium\" cel_widget_id=\"aplus-premium-module-2-fullbackground-image\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none premium-background-wrapper\"\u003e\n       \u003cdiv class=\"a-section a-spacing-none background-image\"\u003e\n        \u003cimg alt=\"Sugar-Free Kids Multivitamin Allergen-Free Gummies Children Organic Apple Flavor Daily Super Veggie\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cb3126f5-29fb-49d1-ba67-322197e0dd74.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cb3126f5-29fb-49d1-ba67-322197e0dd74.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n        \u003cnoscript\u003e\n         \u003cimg alt=\"Sugar-Free Kids Multivitamin Allergen-Free Gummies Children Organic Apple Flavor Daily Super Veggie\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cb3126f5-29fb-49d1-ba67-322197e0dd74.__CR0,0,1464,600_PT0_SX1464_V1___.jpg\"\u003e\n        \u003c\/noscript\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"aplus-module-csa-wrapper\" data-csa-c-type=\"widget\" data-csa-c-content-id=\"amzn1.aplus.278aac3c-a0c3-4e41-8ec6-ec240257a70f:1781321538489.b0c36bc3-3437-4f0a-9411-ca13e01dbbdc.en_US\"\u003e\n    \u003cdiv class=\"celwidget aplus-module premium-module-5-comparison-table-scroller aplus-premium\" cel_widget_id=\"aplus-premium-module-5-comparison-table-scroller\"\u003e\n     \u003cdiv class=\"premium-aplus premium-aplus-module-5 aplus-container-3 comparison-table\"\u003e\n      \u003ch3 class=\"a-text-center aplus-h1 a-text-bold\"\u003eExplore Our Wonder Collection\u003c\/h3\u003e\n      \u003cdiv id=\"comparison-table-container-6\" data-comparison-name=\"comparison-table-container-6\" class=\"a-section a-spacing-none table-container loading\"\u003e\n       \u003cdiv class=\"table-slider scroll-wrapper-bottom\"\u003e\n        \u003ctable class=\"a-bordered a-horizontal-stripes scroll-width\"\u003e\n         \u003ctbody\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute empty\"\u003e\u003c\/td\u003e\n           \u003cth class=\"aplus-data-column top-header active active-item\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"WonderGreens Kids \" href=\"\/dp\/B0D17ZCT2N?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b24d0c6a-5351-4901-a641-8c434675f8cc.__AC_SR200,225___.jpg\"\u003e \n             \u003cp class=\"product-title\"\u003eWonderGreens Kids\u003c\/p\u003e \u003c\/a\u003e\n            \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n             \u003c!-- sp:csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hADVBhV\/yd0HLnfVQa1lhvk159e2RnS29VWXg5brH8OHAAAAAGqzORk2NDQyZGE4NS01OTZkLTQzODQtYjE0Yy1kZWNiZDc2MDJkZjM=\"\u003e\u003c!-- sp:end-csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0D17ZCT2N\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"ZPL8XpkPMEAe7T5vWL1KZP1tmF9hUGh0%2FpJOg7kIrHhOxCaAmrlwVAJoF1044KPewMTs0CE2ckCNMhuhsUxKXJNJJQXXT3i%2FJ5caoThtDHZSszRVz2jfVQpleKKF1o6oi0QvPgfwpUzcuNDpyL84epJ1Xb6DdXQLW3CwoxpUAfqL2Wx47w7%2F46U37Fz19A5Y\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n             \u003cdiv class=\"add-to-cart\"\u003e\n              \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/form\u003e\n            \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n           \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"WonderGreens\" href=\"\/dp\/B0BB4XCS7G?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e8da34b8-8d47-4f22-af92-6d1626b2e07a.__AC_SR200,225___.jpg\"\u003e \n             \u003cp class=\"product-title\"\u003eWonderGreens\u003c\/p\u003e \u003c\/a\u003e\n            \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n             \u003c!-- sp:csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hADVBhV\/yd0HLnfVQa1lhvk159e2RnS29VWXg5brH8OHAAAAAGqzORk2NDQyZGE4NS01OTZkLTQzODQtYjE0Yy1kZWNiZDc2MDJkZjM=\"\u003e\u003c!-- sp:end-csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0BB4XCS7G\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"3McxWjPbatVPDFF5fm8VTsxhdepgXXD9d46AR%2BN8pLNE8w3KjkVa5eS6SSqRIFRMvJmqkVvNL3SDNuLvDXI6%2FcSboVrCw%2BBwL0SfQiqGh55TXhqKKPFWA17T1kfbF8gRBTVbQm5gWiCOtSHm0hb5MIYvUKTAOI7G%2Bz2zxIpV2y1X9V%2FikD5dPPEzW3J%2FIvJU\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n             \u003cdiv class=\"add-to-cart\"\u003e\n              \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/form\u003e\n            \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n           \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\" WonderDay\" href=\"\/dp\/B0962DG24B?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/45792ef7-963d-4b6a-b70e-9531d6471d7d.__AC_SR200,225___.jpg\"\u003e \n             \u003cp class=\"product-title\"\u003eWonderDay\u003c\/p\u003e \u003c\/a\u003e\n            \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n             \u003c!-- sp:csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hADVBhV\/yd0HLnfVQa1lhvk159e2RnS29VWXg5brH8OHAAAAAGqzORk2NDQyZGE4NS01OTZkLTQzODQtYjE0Yy1kZWNiZDc2MDJkZjM=\"\u003e\u003c!-- sp:end-csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0962DG24B\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"NCa1zCYTzGhxc1JNOUuJKOoWCBUB4mzEKMnlWmGtRsQx0RA0oooJ%2FVhHogqyUN6wUM%2FqKBE17z1Z3swgpgQFxMqO4vmMXxEpEvRwLC7AEzc0WlkoImYbPZiilEsT%2FZsColn2j5NJ52sRfGBnWrzRJmCLEW%2FyI3uKcQTozBTVSreoA%2BVgtc15CZmjQJPBm1j2\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n             \u003cdiv class=\"add-to-cart\"\u003e\n              \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/form\u003e\n            \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n           \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"WonderHydrate\" href=\"\/dp\/B0FCHG5DH2?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/029a3b2d-54a8-49eb-ad90-d17d89e5a734.__AC_SR200,225___.jpg\"\u003e \n             \u003cp class=\"product-title\"\u003eWonderHydrate\u003c\/p\u003e \u003c\/a\u003e\n            \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n             \u003c!-- sp:csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hADVBhV\/yd0HLnfVQa1lhvk159e2RnS29VWXg5brH8OHAAAAAGqzORk2NDQyZGE4NS01OTZkLTQzODQtYjE0Yy1kZWNiZDc2MDJkZjM=\"\u003e\u003c!-- sp:end-csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0FCHG5DH2\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"%2FUhlzUYlo49wjMBIJzHeR0fBxRCOQa4wdRmZHKXgmr8BwdVTQMOy89qCM6sltqw3e03sKTekVHPRxo%2BseBU93Spw39b%2BPg%2F9xYPzW1qWNKNnPPgdyLNvDSOxX9V8o7rfYyNhmgugrilrioQ6zIRDzquPUtCidSSrPPg3IMwdCnFTEQ3Y7BEyizuSd5wYEDG2\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n             \u003cdiv class=\"add-to-cart\"\u003e\n              \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/form\u003e\n            \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n           \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\" WonderBee Super Greens\" href=\"\/dp\/B0DD8H89QP?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/31e32c35-1ceb-4f07-8a87-3793c76c270a.__AC_SR200,225___.jpg\"\u003e \n             \u003cp class=\"product-title\"\u003eWonderBee Super Greens\u003c\/p\u003e \u003c\/a\u003e\n            \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n             \u003c!-- sp:csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hADVBhV\/yd0HLnfVQa1lhvk159e2RnS29VWXg5brH8OHAAAAAGqzORk2NDQyZGE4NS01OTZkLTQzODQtYjE0Yy1kZWNiZDc2MDJkZjM=\"\u003e\u003c!-- sp:end-csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0DD8H89QP\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"cJC5cFqMO7Q3FnnYuiqObVCXiYjx37XPZjp2%2FrG7FMczUWdriev4mCigM5VkBY7DEKI9JXZpPVt4%2BdOXh%2B86ywAOgNqwkV79Gq%2FiAxsa49PUbAZY6DPONRO7Qi4oj0Lf58PXvf25yGlXDQ7VoEUQZgCF8z3%2BCMBT1hrpG2xifyk1JDfnMuJdd0VFVr3TUi7A\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n             \u003cdiv class=\"add-to-cart\"\u003e\n              \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/form\u003e\n            \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n           \u003cth class=\"aplus-data-column top-header\"\u003e\n\u003ca class=\"a-link-normal a-text-normal\" title=\"WonderBiome 2-in-1 \" href=\"\/dp\/B0DNLP122W?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/e5d66bfb-7ca0-4149-8e86-c6c3f76a853b.__AC_SR200,225___.jpg\"\u003e \n             \u003cp class=\"product-title\"\u003eWonderBiome 2-in-1\u003c\/p\u003e \u003c\/a\u003e\n            \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e\n             \u003c!-- sp:csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hADVBhV\/yd0HLnfVQa1lhvk159e2RnS29VWXg5brH8OHAAAAAGqzORk2NDQyZGE4NS01OTZkLTQzODQtYjE0Yy1kZWNiZDc2MDJkZjM=\"\u003e\u003c!-- sp:end-csrf --\u003e\n             \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0DNLP122W\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"ZXk83YzBj14QXs%2FCfv%2Fn%2FqY1k%2BAHW8xoIGRj3HE83KPYZ5xGSfs12S9SP90lrFUTN1tlrOJ%2FdKe%2BHSgPjpLIY3%2BfQDq1VWFhP6lG27Z1YA5abbOxanQ0IFr%2FyfrWDHeZtERKl7IkOeqt33FcfYxjRZES3cQRkeXoZmtbjhtzm0B6JNARESeeFX4qQQBDXTJb\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e\n             \u003cdiv class=\"add-to-cart\"\u003e\n              \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/form\u003e\n            \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n\u003c\/th\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Customer Reviews \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\n            \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n            \u003cdiv class=\"\"\u003e\n             \u003cdiv class=\"a-size-base\"\u003e\n              \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.5 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e250\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\n            \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n            \u003cdiv class=\"\"\u003e\n             \u003cdiv class=\"a-size-base\"\u003e\n              \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.4 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e405\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\n            \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n            \u003cdiv class=\"\"\u003e\n             \u003cdiv class=\"a-size-base\"\u003e\n              \u003ci class=\"a-icon a-icon-star-small a-star-small-4 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.1 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e714\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\n            \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n            \u003cdiv class=\"\"\u003e\n             \u003cdiv class=\"a-size-base\"\u003e\n              \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.2 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e156\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\n            \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n            \u003cdiv class=\"\"\u003e\n             \u003cdiv class=\"a-size-base\"\u003e\n              \u003ci class=\"a-icon a-icon-star-small a-star-small-4 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.1 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e169\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\n            \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n            \u003cdiv class=\"\"\u003e\n             \u003cdiv class=\"a-size-base\"\u003e\n              \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.3 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e77\u003c\/span\u003e\n             \u003c\/div\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Price \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$14.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e14\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$26.24\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e26\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e24\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$29.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e29\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$29.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e29\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$19.95\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e19\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e95\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$26.24\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e26\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e24\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Key Benefits \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e Greens \u0026amp; probiotics kids \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Super greens \u0026amp; probiotics \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Mood \u0026amp; immunity mushrooms \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Hydration \u0026amp; immune support \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Greens for energy \u0026amp; immune \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Gut microbiome support \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Key Ingredients \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e Super greens + probiotics \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Greens + probiotics blend \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Lion’s Mane + 7 mushrooms \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Magnesium, potassium \u0026amp; zinc \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Honey + vitamin C greens \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Bacillus + prebiotic blend \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Zero Sugar \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e x \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Vegan \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e x \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Gluten-Free \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Dye-Free \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Gelatin-Free \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e ✓ \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Flavor \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e Green Apple \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Green Apple \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Wild Raspberry \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Lychee \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Mango Lime \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Mixed Berry \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Form \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e Veggie Gummies \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Veggie Gummies \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Mushroom Gummies \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Dual-Layer Gummies \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Honey Chews \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Gummies \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n           \u003ctd class=\"attribute a-text-bold\"\u003e\n            \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n             \u003cspan class=\"a-text-bold\"\u003e Quantity \u003c\/span\u003e\n            \u003c\/div\u003e\n           \u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column active active-item\"\u003e\u003cspan class=\"description\"\u003e 30 Gummies \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 60 Gummies \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 60 Gummies \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 42 Gummies \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 30 Chews \u003c\/span\u003e\u003c\/td\u003e\n           \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 60 Gummies \u003c\/span\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n         \u003c\/tbody\u003e\n        \u003c\/table\u003e\n       \u003c\/div\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n     \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\n    P.when('premium-module-5-comparison-table-scroller', 'ready').execute('invoke-premium-5-comparison-table', function(init){ init() });\n}));\u003c\/script\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cdiv id=\"feature-bullets\" class=\"a-section a-spacing-medium a-spacing-top-small\"\u003e\n \u003ch2 class=\"a-size-base-plus a-text-bold\"\u003eAbout this item\u003c\/h2\u003e\n \u003cdiv data-a-expander-collapsed-height=\"300\" class=\"a-expander-collapsed-height a-row a-expander-container a-expander-partial-collapse-container\"\u003e\n  \u003cdiv data-expanded=\"false\" class=\"a-expander-content a-expander-partial-collapse-content\"\u003e\n   \u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n    \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e Kid-Friendly Super Greens: Packed with six super vegetables and Vitamin D3, these gummies are designed to boost immunity, bone and vision health, and may help your child's digestion. Each serving offers a delightful taste of organic green apple, ensuring kids enjoy their daily greens without fuss. \u003c\/span\u003e\u003c\/li\u003e\n    \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e Powerful Digestive Support for Kids: Enhanced with 50 billion CFU of prebiotics and probiotics, our gummies promote healthy digestion and tummy health. This formula is backed by research to ensure your child's digestive system receives the best support with every gummy. \u003c\/span\u003e\u003c\/li\u003e\n    \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e Zero-Sugar, Allergy-Friendly Vitamins for Kids: These vegetable gummy vitamins are meticulously crafted to be free from sugar, high-fructose corn syrup, and food dyes, and are safe for kids with top 8 allergen sensitivities. They are vegan, gluten-free, and lab-tested, guaranteeing top safety and purity. \u003c\/span\u003e\u003c\/li\u003e\n    \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e Nutrient-Rich Formula for Children: Each gummy contains nutrients exceeding those in multiple servings of vegetables. This potent 10:1 extract ensures your child receives powerful vitamins and minerals daily. \u003c\/span\u003e\u003c\/li\u003e\n    \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e Eco-Friendly Packaging: Each 30-day supply of our gummies comes in recyclable, resealable pouches, designed for convenient, on-the-go nutrition that cares for the planet. These pouches help maintain freshness and make daily use effortless for busy families. \u003c\/span\u003e\u003c\/li\u003e\n   \u003c\/ul\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cdiv class=\"a-section content\"\u003e\n \u003ch4\u003eIngredients\u003c\/h4\u003e\n \u003cp\u003e\u003c\/p\u003e\n \u003cp\u003eVitamin D3, Supergreens Extract Blend (Spinach, Spirulina, Broccoli, Chlorella, Parsley Leaf, Kale Leaf), Probiotic Blend (Bacillus Coagulans IDCC12001, Artichoke Leaf Extract). Other Ingredients: Maltitol, Isomalt, Water, Pectin, Organic Apple Flavor, Citric Acid, Sodium Citrate, Coconut MCT Oil\u003c\/p\u003e\n \u003cp\u003e\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"HappyTots","offers":[{"title":"Default Title","offer_id":50512118382809,"sku":"B0D17ZCT2N","price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/0721\/4809\/files\/71yohJfmSeL._AC_SL1500.jpg?v=1790130462","url":"https:\/\/happytotshealth.com\/products\/plant-people-wondergreens-kids-super-veggie-gummies-green-apple-30-count","provider":"HappyTots","version":"1.0","type":"link"}