{"product_id":"collagen-powder-gold-standard-bovine-collagen-peptides-powder-by-wellgard-high-levels-of-the-8-essential-amino-acids-collagen-supplements-halal-kosher-made-in-uk","title":"Collagen Powder, Gold Standard Bovine Collagen Peptides Powder by Wellgard - High Levels of The 8 Essential Amino Acids, Collagen Supplements, Halal \u0026 Kosher, Made in UK","description":"\u003cdiv\u003e\u003cdiv lang=\"en_GB\"\u003e\n \u003cstyle\u003e\n    .aplus-v2 .aplus-content-wrapper {\n        position: relative;\n        overflow: hidden;\n    }\n\n    .aplus-v2 .container-with-background-image {\n        width: 100%;\n        height: 100%;\n        background-repeat: no-repeat;\n        background-size: cover;\n    }\n\u003c\/style\u003e\n \u003cscript type=\"application\/javascript\"\u003e\n    function logShoppableMetrics(moduleName, showsAddToCart) {\n        if (window.ue \u0026\u0026 window.ue.count) {\n            window.ue.count(\"aplus:shoppable:\" + moduleName + \":addToCart\", showsAddToCart ? 1 : 0);\n        }\n    }\n\u003c\/script\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-1 .aplus-module-section {\n    width: 50%;\n    vertical-align: middle;\n}\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-1-topic {\n    padding-bottom: 10px;\n}\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-1-heading {\n    padding-bottom: 20px;\n}\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-1-description {\n    line-height: 1.6em;\n}\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-section.aplus-image-section {\n    vertical-align: middle;\n}\n\n.aplus-v2 .premium-aplus-module-1 .aplus-module-section.aplus-text-section-left,\n.aplus-v2 .premium-aplus-module-1 .aplus-module-section.aplus-text-section-right {\n    padding: 0 40px;\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(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(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  \u003cdiv class=\"aplus-content-wrapper\"\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-1-image-text aplus-premium\" cel_widget_id=\"aplus-premium-module-1-image-text\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-1 aplus-container-1\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none aplus-display-table\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-text-section-left\"\u003e\n       \u003cspan class=\"aplus-accent1 aplus-module-1-topic a-text-bold\"\u003e THE GOLD STANDARD FOR COLLAGEN POWDER \u003c\/span\u003e\n       \u003ch3 class=\"aplus-h1 aplus-module-1-heading a-text-bold\"\u003eUNFLAVOURED, COLD-SOLUBLE, EASILY DIGESTIBLE AND HIGHLY BIOACTIVE COLLAGEN\u003c\/h3\u003e\n       \u003cp class=\"aplus-p2 aplus-module-1-description\"\u003eTake a dose of the mighty good collagen! Wellgard collagen powder is optimised for maximum solubility, absorption, and efficacy. There is a reason why our product is loved by thousands of people, it works. Go ahead and try it for yourself - take 13 grams of our collagen powder daily to experience our high quality Type I and III collagen.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-image-section\"\u003e\n       \u003cimg alt=\"Wellgard collagen supplement advertisement. Woman in pink shirt holding product bottle against yellow background. Text reads \u0026amp;#39;THE MIGHTY, GOOD, collagen supplement.\u0026amp;#39;\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2e3a6081-f58c-4413-a9b1-b595071c1136.__CR0,0,800,600_PT0_SX800_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2e3a6081-f58c-4413-a9b1-b595071c1136.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003cnoscript\u003e\n        \u003cimg alt=\"Wellgard collagen supplement advertisement. Woman in pink shirt holding product bottle against yellow background. Text reads \u0026amp;#39;THE MIGHTY, GOOD, collagen supplement.\u0026amp;#39;\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2e3a6081-f58c-4413-a9b1-b595071c1136.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003c\/noscript\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-1-image-text aplus-premium\" cel_widget_id=\"aplus-premium-module-1-image-text\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-1 aplus-container-1\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none aplus-display-table\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-text-section-left\"\u003e\n       \u003cspan class=\"aplus-accent1 aplus-module-1-topic a-text-bold\"\u003e EASILY MIXED INTO ANY FOOD OR DRINK \u003c\/span\u003e\n       \u003ch3 class=\"aplus-h1 aplus-module-1-heading a-text-bold\"\u003eCOLLAGEN SUPPLEMENT FITS SEAMLESSLY INTO YOUR DAILY ROUTINE\u003c\/h3\u003e\n       \u003cp class=\"aplus-p2 aplus-module-1-description\"\u003eThis collagen supplement can fit seamlessly into your daily routine as it is highly soluble, unflavoured and virtually odourless. Most people mix our collagen powder in their coffee, tea, juice, smoothie, or just plain water. But the versatility of this collagen supplement doesn’t stop there, you can even mix our powder into your soup, porridge, cereal, or any other food.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-image-section\"\u003e\n       \u003cimg alt=\"White container of dietary supplement powder on table, with person mixing it into glass. Text states \u0026amp;#39;EASILY MIXED INTO any food or drink.\u0026amp;#39;\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d4dffe57-a240-44c9-ac40-75638d2e6cdc.__CR0,0,800,600_PT0_SX800_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d4dffe57-a240-44c9-ac40-75638d2e6cdc.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003cnoscript\u003e\n        \u003cimg alt=\"White container of dietary supplement powder on table, with person mixing it into glass. Text states \u0026amp;#39;EASILY MIXED INTO any food or drink.\u0026amp;#39;\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d4dffe57-a240-44c9-ac40-75638d2e6cdc.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003c\/noscript\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-1-image-text aplus-premium\" cel_widget_id=\"aplus-premium-module-1-image-text\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-1 aplus-container-1\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none aplus-display-table\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-text-section-left\"\u003e\n       \u003cspan class=\"aplus-accent1 aplus-module-1-topic a-text-bold\"\u003e HIGH LEVELS OF 8 ESSENTIAL AMINO ACIDS \u003c\/span\u003e\n       \u003ch3 class=\"aplus-h1 aplus-module-1-heading a-text-bold\"\u003eA UNIQUE SOURCE OF BIOACTIVE, BIOAVAILABLE PROTEIN AND AMINO ACIDS\u003c\/h3\u003e\n       \u003cp class=\"aplus-p2 aplus-module-1-description\"\u003eCollagen is comprised of amino acids that are the building blocks for connective tissue that is present in every major tissue in the body. Collagen acts as a 'glue' by connecting and keeping cells tissues together. Our scientifically tested collagen powder contains high levels of the 8 Essential Amino Acids featuring small bioavailable collagen peptides which are easily absorbed.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-image-section\"\u003e\n       \u003cimg alt=\"Woman in blue sweater holding white canister of essential amino acids supplement, spraying white powder with enthusiasm against yellow background.\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/48e152b5-0466-43d8-bcf7-374a16ba394d.__CR0,0,800,600_PT0_SX800_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/48e152b5-0466-43d8-bcf7-374a16ba394d.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003cnoscript\u003e\n        \u003cimg alt=\"Woman in blue sweater holding white canister of essential amino acids supplement, spraying white powder with enthusiasm against yellow background.\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/48e152b5-0466-43d8-bcf7-374a16ba394d.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003c\/noscript\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-1-image-text aplus-premium\" cel_widget_id=\"aplus-premium-module-1-image-text\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-1 aplus-container-1\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none aplus-display-table\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-text-section-left\"\u003e\n       \u003cspan class=\"aplus-accent1 aplus-module-1-topic a-text-bold\"\u003e HIGHLY SOLUBLE IN HOT \u0026amp; COLD BEVERAGES \u003c\/span\u003e\n       \u003ch3 class=\"aplus-h1 aplus-module-1-heading a-text-bold\"\u003eDISSOLVES IN DRINKS WITH NO LUMPS, CLUMPS OR RESIDUE\u003c\/h3\u003e\n       \u003cp class=\"aplus-p2 aplus-module-1-description\"\u003eWith its low molecular weight, our collagen peptide powder is optimised for maximum solubility in both hot and cold drinks. As a result, you can easily mix our powder into any drink with absolutely no lumps, clumps, or residue.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-image-section\"\u003e\n       \u003cimg alt=\"Cold water soluble product demonstrated on yellow background. Person in blue sweater mixing powder in clear bottle with purple container nearby.\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9c69dee2-ba02-4823-85da-b60f0aa29a12.__CR0,0,800,600_PT0_SX800_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9c69dee2-ba02-4823-85da-b60f0aa29a12.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003cnoscript\u003e\n        \u003cimg alt=\"Cold water soluble product demonstrated on yellow background. Person in blue sweater mixing powder in clear bottle with purple container nearby.\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/9c69dee2-ba02-4823-85da-b60f0aa29a12.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003c\/noscript\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-1-image-text aplus-premium\" cel_widget_id=\"aplus-premium-module-1-image-text\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-1 aplus-container-1\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none aplus-display-table\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-text-section-left\"\u003e\n       \u003cspan class=\"aplus-accent1 aplus-module-1-topic a-text-bold\"\u003e JUST PURE COLLAGEN GOODNESS, NO NASTIES \u003c\/span\u003e\n       \u003ch3 class=\"aplus-h1 aplus-module-1-heading a-text-bold\"\u003eFREE FROM HORMONES, ADDITIVES, ARTIFICIAL FLAVOURS, SUGAR AND PRESERVATIVES\u003c\/h3\u003e\n       \u003cp class=\"aplus-p2 aplus-module-1-description\"\u003eWellgard collagen powder supplement is free from hormones, gluten, wheat, yeast, milk, lactose, soy, artificial flavours, artificial sweeteners and preservatives. Thousands of people love it because it's a high-purity product, containing more than 97% protein (on a dry weight basis), and its hydrolysed form makes it easily digestible.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-image-section\"\u003e\n       \u003cimg alt=\"Woman holding a cup of dark liquid and a supplement bottle on a yellow background. Text advertises product as free from fat, sugar, cholesterol, and additives.\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d021f62d-7339-4230-9d77-28fefaea429b.__CR0,0,800,600_PT0_SX800_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d021f62d-7339-4230-9d77-28fefaea429b.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003cnoscript\u003e\n        \u003cimg alt=\"Woman holding a cup of dark liquid and a supplement bottle on a yellow background. Text advertises product as free from fat, sugar, cholesterol, and additives.\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/d021f62d-7339-4230-9d77-28fefaea429b.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003c\/noscript\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"celwidget aplus-module premium-module-1-image-text aplus-premium\" cel_widget_id=\"aplus-premium-module-1-image-text\"\u003e\n    \u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-1 aplus-container-1\"\u003e\n     \u003cdiv class=\"a-section a-spacing-none aplus-display-table\"\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-text-section-left\"\u003e\n       \u003cspan class=\"aplus-accent1 aplus-module-1-topic a-text-bold\"\u003e YOU SHOULD TAKE 5-15 GRAMS OF COLLAGEN \u003c\/span\u003e\n       \u003ch3 class=\"aplus-h1 aplus-module-1-heading a-text-bold\"\u003eDON'T BE FOOLED BY COLLAGEN CAPSULES\u003c\/h3\u003e\n       \u003cp class=\"aplus-p2 aplus-module-1-description\"\u003eYou should take around 5-15 grams of collagen every day, collagen supplements in capsule format simply cannot deliver that dosage unless you take 10-20 capsules per day which is not feasible. We encourage you to do your own research to verify this fact from unbiased sources.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"a-section a-spacing-none aplus-module-section aplus-display-table-cell aplus-image-section\"\u003e\n       \u003cimg alt=\"Advertisement showing a person in a blue sweater holding a bottle of capsules and a glass of water against a yellow background. Text reads \u0026amp;#39;DON\u0026amp;#39;T BE FOOLED by capsules.\u0026amp;#39;\" class=\"a-lazy-loaded\" data-src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/81581241-f637-477d-a991-edc0c72bd3d3.__CR0,0,800,600_PT0_SX800_V1___.jpg\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/81581241-f637-477d-a991-edc0c72bd3d3.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003cnoscript\u003e\n        \u003cimg alt=\"Advertisement showing a person in a blue sweater holding a bottle of capsules and a glass of water against a yellow background. Text reads \u0026amp;#39;DON\u0026amp;#39;T BE FOOLED by capsules.\u0026amp;#39;\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/81581241-f637-477d-a991-edc0c72bd3d3.__CR0,0,800,600_PT0_SX800_V1___.jpg\"\u003e\n       \u003c\/noscript\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\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\"\u003eBetter Together: Wellgard Supplements That Pair with Collagen Powder\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=\"Wellgard Collagen Powder\" href=\"\/dp\/B07Q6YSGF9?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a905e7c6-d37a-4e02-aa66-df8e852c92a3.__AC_SR200,225___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003eWellgard Collagen Powder\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=\"hHeItXKquQ37uJgmlwgn+glBh2xj3S2XZQvPdAqmATc7AAAAAGnmAlllNGIyYWE2MC0xZDg2LTQwNWUtYmM5Yy1lMTFmNGE0N2U2ZTE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B07Q6YSGF9\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"q9%2BWFuSc%2Bj8nEqaZylpiB%2FRvU%2BPv5m%2BawvAaXaAlamxcDOMayJqUXvOI1Ef62Fq0inAP1qNjb2Js3oDEMEvI9KctnMDfyEJ6OU8sNYHzgaIYQimw4Z6%2B9CU%2BX4w1ofwyG2n5dAKTSFf07t5e4gXaRaOPKNh%2B%2FpWTgaZg8dl733KqEaNj3ZP9cmXNerEi1WV9\"\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 Basket \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=\"Wellgard Silica Drops\" href=\"\/dp\/B0DFK3572G?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/cdd955e9-3077-4da0-892d-fe2cf7fafdd7.__AC_SR200,225___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003eWellgard Silica Drops\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=\"hHeItXKquQ37uJgmlwgn+glBh2xj3S2XZQvPdAqmATc7AAAAAGnmAlllNGIyYWE2MC0xZDg2LTQwNWUtYmM5Yy1lMTFmNGE0N2U2ZTE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0DFK3572G\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"pV34eNPbrYiBuY2gEmKHvDUpXdD%2FbgsZItgLZrP%2BwYn0Lg%2FuqHqLhi8E1%2BO7HkUE5uzLE1l3dSCjO21Ib6vvSNYmJWbKn%2FhTgf5kSvZQgp7drNv7qEEnXm3ZNHehWlr%2Bqjcv2rrWem2XSvhmuGpMFP8FPoEhgkEairR5wWGRjivt9pz1do8x3ju5lvegin95\"\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 Basket \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=\"Wellgard Skin Fuel\" href=\"\/dp\/B0FBST4CJW?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/7fc92a33-a983-450b-95e3-ad29eabc35cc.__AC_SR200,225___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003eWellgard Skin Fuel\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=\"hHeItXKquQ37uJgmlwgn+glBh2xj3S2XZQvPdAqmATc7AAAAAGnmAlllNGIyYWE2MC0xZDg2LTQwNWUtYmM5Yy1lMTFmNGE0N2U2ZTE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B0FBST4CJW\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"c8WowrJe68yEs5XJzkpQme0%2BLGNrUHZ4VGcynXC1zxl8fkkyK8h3hMcsbF2vSMEXUUSx1aHziee%2BiWgtEIwRJeJu%2FwEeOMVvQxC4hEt5O7tyVKEdo6VtJhWoIl2WZiCM5Xt9pSXXPyCjB9rL9I7EUqHO75z3Z1H%2B2qzVmWJe92%2FHzvPR0DUx0FcEzoAeNvCC\"\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 Basket \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=\"Wellgard Hyaluronic Acid\" href=\"\/dp\/B09B2QWDRL?ref=emc_p_m_5_i_atc\"\u003e \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/339c84ac-a320-444c-acec-08976c428816.__AC_SR200,225___.jpg\"\u003e \n            \u003cp class=\"product-title\"\u003eWellgard Hyaluronic Acid\u003c\/p\u003e \u003c\/a\u003e\n           \u003cscript type=\"application\/javascript\"\u003e\n                                                            logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", false)\n                                                        \u003c\/script\u003e\n           \u003cdiv class=\"add-to-cart\"\u003e\n            \u003cspan class=\"a-button a-button-base\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ca href=\"\/dp\/B09B2QWDRL?ref=emc_p_m_5_i_atc\" class=\"a-button-text\"\u003e Buying Options \u003c\/a\u003e\u003c\/span\u003e\u003c\/span\u003e\n           \u003c\/div\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\"\u003e20,628\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.2 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e59\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.7 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e40\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.6 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e \u003cspan class=\"a-size-mini a-color-base\"\u003e88\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£19.98\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\"\u003e98\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£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£16.49\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e£\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e16\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e49\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 — \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 Hydrolysed Bovine Collagen \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Ortho Silicic Acid (OSA) \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Superoxide Dismutase \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Hyaluronic Acid \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  aplus-popover-trigger\" data-inline-content=\"Thoughtfully developed using trusted ingredients and scientific insight to complement healthy living.\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Advanced Formulation \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         \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 Supplement 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 Unflavoured Powder \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Liquid Drops \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Vegan Capsules \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e Vegan Capsules \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 Serving Size \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 13 grams daily \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 2ml per daily \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 1 capsule daily \u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd class=\"aplus-data-column\"\u003e\u003cspan class=\"description\"\u003e 1 capsule daily \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  aplus-popover-trigger\" data-inline-content=\"Ingredients are subject to independent third-party testing to ensure quality.\" data-position=\"triggerRight\"\u003e\n            \u003cspan class=\"a-text-bold\"\u003e Third-party Tested \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         \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 Non-GMO \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         \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 GMP Manufacturing \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         \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(function(init){ init() });\n}));\u003c\/script\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 \u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n  \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e ★ BIOACTIVE \u0026amp; CONTAINING HIGH LEVEL OF THE 8 ESSENTIAL AMINO ACIDS - Our scientifically tested collagen powder contains high levels of the 8 Essential Amino Acids featuring small bioavailable collagen peptides which are easily absorbed. We encourage you to compare the levels of the 8 Essential Amino Acids in our hydrolysed collagen with other brands so you can appreciate the quality of our collagen supplement. \u003c\/span\u003e\u003c\/li\u003e\n  \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e ★ COLLAGEN IS A MAJOR COMPONENT OF BODY - About 30% of our total body protein is collagen. And collagen itself is comprised of amino acids that are the building blocks for connective tissue that is present in every major tissue in the body. \u003c\/span\u003e\u003c\/li\u003e\n  \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e ★ LOW MOLECULAR WEIGHT - Wellgard collagen peptides are highly soluble in water, have a low molecular weight, and possess no gelling ability. Collagen peptides contain greater than 97% protein (on a dry weight basis) and are produced from bovine. \u003c\/span\u003e\u003c\/li\u003e\n  \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e ★ ENZYMATICALLY PROCESSED - Wellgard Pure Collagen Hydrolysate Powder is enzymatically processed and works well as a protein food supplement. It is also the perfect addition to your Keto Diet as Keto protein powder or in other recipes as bone broth powder. \u003c\/span\u003e\u003c\/li\u003e\n  \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e ★ COLD WATER SOLUBLE WITHOUT ANY LUMPS OR CLUMPS - Wellgard Hydrolysed Collagen Powder quickly dissolves in cold water with absolutely no lumps, clumps or residue. Simply add to tea, coffee, juice, smoothies; stir into yoghurt, porridge, soup or bone broth; add to baking recipes or into cocktails and benefit from Type I and III collagen hydrolysate for maximum solubility, absorption and efficacy. This collagen powder is virtually tasteless and odourless unlike competing collagen supplements. \u003c\/span\u003e\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003cdiv data-csa-c-content-id=\"voyager-product-details-jumplink\" data-csa-c-slot-id=\"voyager-product-details-jumplink\" data-csa-c-type=\"link\" class=\"a-section aok-hidden\"\u003e\n  \u003cspan class=\"caretnext\"\u003e›\u003c\/span\u003e \u003ca id=\"seeMoreDetailsLink\" class=\"a-link-normal\" href=\"#productDetails\"\u003e See more product details \u003c\/a\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003cdiv\u003e\u003cdiv class=\"a-section a-spacing-small a-spacing-top-small\"\u003e\n \u003ctable class=\"a-normal a-spacing-micro\" role=\"list\"\u003e\n  \u003ctbody\u003e\n   \u003ctr class=\"a-spacing-small po-brand\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eBrand\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003eWellgard\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-flavor\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eFlavour\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003eUnflavoured\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-primary_supplement_type\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003ePrimary supplement type\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003eCollagen\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-unit_count\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eUnit count\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003e400.0 gram\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-item_form\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eItem form\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003ePowder\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-item_weight\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eItem weight\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003e0.4 Kilograms\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-special_ingredients\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eSpecial ingredients\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003eCollagen\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-diet_type\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eDiet type\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003eGluten Free\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-product_benefit\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eProduct benefits\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003eSkin Care\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr class=\"a-spacing-small po-age_range_description\" role=\"listitem\"\u003e\n    \u003ctd class=\"a-span3\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base a-text-bold\"\u003eAge range (description)\u003c\/span\u003e\u003c\/td\u003e\n    \u003ctd class=\"a-span9\" role=\"presentation\"\u003e\u003cspan class=\"a-size-base po-break-word\"\u003eAdult\u003c\/span\u003e\u003c\/td\u003e\n   \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n \u003c\/table\u003e\n\u003c\/div\u003e\u003c\/div\u003e","brand":"CONSCIOUSONE","offers":[{"title":"400 g (Pack of 1)","offer_id":52926114627920,"sku":"B07Q6YSGF9","price":36.98,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/5619\/7200\/files\/71zDAo4bFtL.jpg?v=1776681565","url":"https:\/\/www.consciousone.co.uk\/products\/collagen-powder-gold-standard-bovine-collagen-peptides-powder-by-wellgard-high-levels-of-the-8-essential-amino-acids-collagen-supplements-halal-kosher-made-in-uk","provider":"CONSCIOUSONE","version":"1.0","type":"link"}