Protein Powder for Kids | Kids Protein Drinks (2024)

Table of Contents
Protein Powder Get a free digital recipe book! ").text(flavorVideoHeading), $("").attr({ "playsinline": "playsinline", "controls": "", "poster": `${window.innerWidth <= 768 ? flavorVideoPosterMobile : flavorVideoPoster}` }).append( $("").attr({ "src": `${source}` }) )); } const renderProductForm = (flavorSelectedOrfirstAvailableVariantvailable, formMin, formMax, formStep, flavorTags, productVariants, variantSelectorRef, flavorHandle, flavorId, flavorName) => { $(".ae--form-action-elements").empty() $("#BIS_trigger").remove() variantSelectorRef.empty() let productFormData = ` `; const productAvailable = flavorSelectedOrfirstAvailableVariantvailable; setTimeout(function() { if(productAvailable) { $(".rc-container-wrapper").css('pointer-events', "fill") $(".rc-container-wrapper").css('opacity', "1") } else { $(".rc-container-wrapper").css('pointer-events', "none") $(".rc-container-wrapper").css('opacity', "0.5") } }, 1000); const showNotifyMe = flavorTags.includes('bis-hide') ? false : true; let product_form_id = `add-to-cart-${ flavorHandle } template--15891624722510__main`.replace( /\s/g, '') $(".add-to-cart-identifier").attr("id", product_form_id ) $(':input[name="product-id"]').attr("value", flavorId) $('.rc-container-wrapper').remove() window.ReChargeWidget.createWidget({ productId: flavorId }); if (productAvailable) { productFormData += ` `; } if (!productAvailable && showNotifyMe) { $(".ae--form-action-elements").parent().append( ` ` ) } $(".ae--form-action-elements").append(productFormData) let selectorHtml = ``; productVariants.forEach(variant => { selectorHtml += ` ${variant.title} `; }); variantSelectorRef.append(selectorHtml) updateProductQuantityAction() } const updateProductQuantityAction = () => { if (window.matchMedia("(max-width: 768px)")) { document.querySelector(".ae--product-desc").removeAttribute("open"); } window.matchMedia("(max-width: 768px)").onchange = (event) => { if (event.matches) { document.querySelector(".ae--product-desc").removeAttribute("open"); } else { document.querySelector(".ae--product-desc").setAttribute("open", "open"); } } const qtyCtrls = document.querySelectorAll(".ae--form-quantity_ctrl"), qtyInput = document.querySelector(".ae--form-quantity input"), qtyStep = parseInt(qtyInput.getAttribute("step")), qtyMin = parseInt(qtyInput.dataset.min); qtyCtrls.forEach((qty) => { qty.addEventListener("click", (event) => { event.preventDefault(); event.stopImmediatePropagation(); const actionType = qty.dataset.quantityAction; let qtyCurrentValue = parseInt(qtyInput.value); if ( actionType === "dec" ) { qtyCurrentValue = qtyCurrentValue - qtyStep; } else { qtyCurrentValue = qtyCurrentValue + qtyStep; } if ( qtyCurrentValue < qtyMin ) { qtyInput.value = qtyMin; } else { qtyInput.value = qtyCurrentValue; } }) }) } //Reused from cnr-graphql-common const renderMixingSection = (mixingSectionRef, flavormixingImageSize, flavorMixingImages, flavorMixingTitles, flavorMixingInfos) => { let section = $(".cnr-mixing-info"); let wave = $(".ae--product-mixing__wave") section.empty() wave.remove() if (flavorMixingImages.length < 1) { mixingSectionRef.parent().css("display", "none") return } else { mixingSectionRef.parent().css("display", "block") } let images = flavorMixingImages.map((item,index)=>` ${flavorMixingTitles[index]} ${flavorMixingInfos[index]} `).join(""); section.append(`MIXING 101: ${images} `) section.after(` `) try { new Splide( '#ae--product-mixings-slider',{ perPage: 1, perMove: 1, pagination: false, arrows: true, mediaQuery: "min", breakpoints: { 768: { destroy: true } } } ).mount(); } catch(e) {} } const renderBenefitsSection = (benefitsSectionRef, flavorBenefitsText, flavorBenefitsImage) => { benefitsSectionRef.empty() const benefitsSection = ` AMAZING BENEFITS ${flavorBenefitsText} `; if (flavorBenefitsText != '' && flavorBenefitsImage != '') { benefitsSectionRef.append(benefitsSection) } } const renderProductIngredients = (productIngredientsRef, flavorIngredientsSize, flavorIngredientSectionImage, flavorIngredientIcons, backgroundColor, factsTable, flavorIngredientHighestInfo, flavorDescription, hasTopWave, isNfp) => { productIngredientsRef.parent().parent()?.css("background-color", backgroundColor) productIngredientsRef.parent().parent().parent()?.css("background-color", backgroundColor) productIngredientsRef.empty() let ingredientIconsLength = flavorIngredientIcons.length if (ingredientIconsLength > 0) { productIngredientsRef.parent().parent().parent().css("display", "block") const firstColumn = $(''); const iconList = $(''); for (var i = 0; i < ingredientIconsLength; i++) { var listItem = $(''); var iconImg = $(''); listItem.append(iconImg); iconList.append(listItem); } firstColumn.append(iconList); if (flavorIngredientSectionImage !== '') { const sectionImage = $(''); firstColumn.append(sectionImage); } var secondColumn = $(''); var infoDiv = $(''); var link = 'Learn more about our ingredient standards.' var h2 = $('Highest Ingredient Standards'); var p = $(`${ flavorIngredientHighestInfo } ${link}`); if (factsTable != null) { var button = $('').click(modalOpen); } infoDiv.append(h2); infoDiv.append(p); infoDiv.append(button); secondColumn.append(infoDiv); productIngredientsRef.append(firstColumn); productIngredientsRef.append(secondColumn); if(factsTable != null) { if (factsTable.length > 1) { document.querySelector(".ae--modal-content").innerHTML = ` ${factsTable.map(fact => renderNutritionFacts(fact, "desktop", true, backgroundColor, isNfp)).join("")} ` new Splide( "#ingredients-slider-desktop", { perPage: 1, perMove: 1, pagination: true, arrows: true, rewind: true, speed: 800 }).mount(); updateMobileDescription(factsTable, flavorIngredientHighestInfo, flavorIngredientIcons, flavorDescription, backgroundColor, isNfp) } else { document.querySelector(".ae--modal-content").innerHTML = renderNutritionFacts(factsTable[0], "desktop", false, backgroundColor, isNfp); updateMobileDescription(factsTable[0], flavorIngredientHighestInfo, flavorIngredientIcons, flavorDescription, backgroundColor, isNfp) } $(".supplemnt-facts-variety-title").css("background-color", backgroundColor) if($(window).width() < 768) { $(".supplement-facts--table").css("background-color", backgroundColor) } } else { productIngredientsRef.parent().parent().parent().css("display", "none") } }} const updateActiveFlavor = (flavoursListRef, targetTitle) => { flavoursListRef.removeClass('active') let activeItem = $('.ae--product-flavors ul li[data-title="' + targetTitle + '"]'); activeItem.addClass('active') } const updateDescription = (description, productDescriptionRef) => { productDescriptionRef.empty() productDescriptionRef.append(description) } const updateMainText = (title,productTitleRef, alternateTitle, flavorName) => { if(alternateTitle !== "") { productTitleRef.text(alternateTitle) } else { productTitleRef.text(title) } $("#selected-flavor").text(flavorName) } function updatePrices(priceRef, compareAtPriceRef, price, compareAtPrice) { priceRef.text(`$${(price / 100).toFixed(2)}`) if (price === compareAtPrice || compareAtPrice === 0 || compareAtPrice == null) { compareAtPriceRef.text("") $(".ae--product-card-price-pdp.breaks").css("display", "none") if (compareAtPriceRef.hasClass("sale")) { compareAtPriceRef.removeClass("sale") } } else { compareAtPriceRef.text(`$${(compareAtPrice / 100).toFixed(2)}`) $(".ae--product-card-price-pdp.breaks").css("display", "block") compareAtPriceRef.addClass("sale") } } const updateBackground = (backgroundColor, backgroundRef) => { setTimeout(function() { const newColorOverlay = $(""); newColorOverlay.css("background-color", `${backgroundColor}`); newColorOverlay.css("top", backgroundRef.offset().top); newColorOverlay.css("height", backgroundRef.outerHeight()); backgroundRef.append(newColorOverlay) newColorOverlay.animate({ left: 0 }, 1000, function() { newColorOverlay.remove(); backgroundRef.css("background-color", backgroundColor); }); }, 200); } const renderMainMediaImage = (mediaItems, mainImageRef) => { if (mediaItems.length < 1) return let mediaItem = mediaItems[0] mainImageRef.attr("src",mediaItem.src) mainImageRef.attr("srcset",mediaItem.src) mainImageRef.attr("alt", mediaItem.alt) } const renderMediaItems = (mediaItems, productMediaUlRef) => { productMediaUlRef.empty() for (var i = 1; i < mediaItems.length; i++) { let mediaItem = mediaItems[i]; let media; if (mediaItem.media_type == "image") { media = ``; } else if (mediaItem.media_type == "video") { media = ` ` } let newMediaItem = $("").html(media ?? "<>>"); productMediaUlRef.append(newMediaItem); } } const renderVariantsSizesMeta = (productServingSizes, selectedFlavor, selectDefaultVariantOption) => { let variants = $("#product-variants-identifier") variants.empty() if (productServingSizes != null && productServingSizes.length > 0) { productServingSizes.sort((a, b) => { const optionA = parseInt(a.variants[0].option1); const optionB = parseInt(b.variants[0].option1); return optionB - optionA; }) const servingSize = selectDefaultVariantOption.split(" "); let servingUnit = 'SERVINGS' if (servingSize.length > 1) { servingUnit = servingSize[1] } var htmlString = '' + 'Size ' + servingSize[0] + ` ${servingUnit}` + ''; productServingSizes.forEach(function(servingProduct, index) { const isUnavailable = servingProduct.tags.includes("UNAVAILABLE") htmlString += ''; htmlString += `` + servingProduct.variants[0].option1 + ''; }); htmlString += ''; } variants.append(htmlString) } const renderVariantSizes = (variantsAvailableArr, variantsOption1Arr, variantsOption2Arr, variantsOption3Arr, productVariantSize, hasOnlyDefaultVariant, productOptionsWithValues, flavorUrl, flavorSelectedValue) => { $("#product-secondary-variants").empty() let htmlCode = ''; const variantCount = productVariantSize; let selectedValue; if (!hasOnlyDefaultVariant && variantCount > 1) { for (const option of productOptionsWithValues) { if(option.name == "Servings") continue let optionsIndex = 0; // workaround, liquid json filter is missing selected_value if(Array.isArray(flavorSelectedValue)) { selectedValue = flavorSelectedValue[optionsIndex] } else { selectedValue = flavorSelectedValue } htmlCode += ` ${option.name} ${selectedValue} ${option.name} `; for (const value of option.values) { let optionsValuesIndex = 0 let optionDisabled = true; for (let i = 0; i < variantsOption1Arr.length; i++) { switch (option.position) { case 1: if (variantsOption1Arr[i] == value && variantsAvailableArr[i]) { optionDisabled = false; } break; case 2: if ( variantsOption1Arr[i] == product.selected_or_first_available_variant.option1 && variantsOption2Arr[i] == value && variantsAvailableArr[i] ) { optionDisabled = false; } break; case 3: if ( variantsOption1Arr[i] == product.selected_or_first_available_variant.option1 && variantsOption2Arr[i] == product.selected_or_first_available_variant.option2 && variantsOption3Arr[i] == value && variantsAvailableArr[i] ) { optionDisabled = false; } break; } } htmlCode += ` ${value} `; optionsValuesIndex += 1 } htmlCode += ''; optionsIndex += 1 } } $("#product-secondary-variants").html(htmlCode); } //reused from cnr-grapql-common const renderNutritionFacts = (facts,mode, multi, backgroundColor, isNfp) =>{ let showSS = () => (facts.serving_size) ? `Serving Size${facts.serving_size}` : '' let showSPC = () => (facts.serving_per_container) ? ` Serving Per Container ${facts.serving_per_container}` : '' let showC = () => (facts.calories) ? ` Amount Per Serving ${!isNfp ? ` % Daily Value* ` : ''} ` : '' let showDVNote = () => (!facts.daily_value_note) ? '' : `${facts.daily_value_note}`; function showNote() { let otherIngredients = facts.other_ingredients ? `${facts.ingredients_label}: ${facts.other_ingredients}` : ''; let contains = facts.contains ? `${facts.contains}` : ''; return ` ${otherIngredients} ${ contains != '' ? `Contains: ${contains.split("Contains: ").pop()}`: '' } ${facts.note} Manufactured in Utah, USA. We are committed to continuously improving our ingredients. For most updated ingredients, please see the packaging label. Learn more about our ingredients here. `; } let nutritionFactsNames = facts.nutrition_facts.map(fact => fact.name) let proteinExist = false if (nutritionFactsNames.includes("Protein")) { proteinExist = true } let boldName = true let nutrition_facts = facts.nutrition_facts.map((fact, index, array)=>{ let sub_facts = "" if (fact.sub_facts) { sub_facts = fact.sub_facts.map((subfact)=>` ${subfact.name} ${subfact.amount_per_serving} ${subfact.daily_value ? subfact.daily_value : facts.daily_value_default } `).join(""); } let showContent = ()=>(fact.content)?`${ fact.content }`:'' let valueToReturn = ` ${fact.name} ${fact.amount_per_serving} ${fact.daily_value?fact.daily_value:facts.daily_value_default} ${showContent()} ${sub_facts} `; if (fact.name == "Total Carbs" && !proteinExist) { boldName = false } else if (fact.name === "Protein") { boldName = false } return valueToReturn }).join(""); return ` ${ (multi) ? `${ facts.subtitle }` : '' } ${facts.table_header} ${showSS()} ${showSPC()} ${showC()} Calories ${ facts.calories } ${isNfp ? ` % Daily Value* ` : '' } ${nutrition_facts} ${showDVNote()} ${showNote()} ` } //reused from cnr-graphql-common.js const updateMobileDescription = (facts, highestIngredientInfo, ingredientIcons, flavorDescription, backgroundColor, isNfp) => { document.querySelector(".ae--product-desc-content").innerHTML = flavorDescription; let ingredientIconslength = ingredientIcons.length let info = document.querySelector(".ae--product-information"); [".cnr-product-accordion-standards",".cnr-product-accordion-ingredients"].forEach(accordion=>{ let element = document.querySelector(accordion); if (element) { element.parentNode.removeChild(element); } }); if (highestIngredientInfo) { let standards = document.createElement("details"); standards.classList.add("ae--product-accordion","cnr-product-accordion-standards"); standards.innerHTML=` HIGHEST INGREDIENT STANDARDS ${ highestIngredientInfo } Learn more about our ingredient standards. `; info.appendChild(standards); } if ((ingredientIcons && ingredientIconslength>0)) { let sfacts = document.createElement("details"); sfacts.classList.add("ae--product-accordion","cnr-product-accordion-ingredients"); let icons = ingredientIcons.map(icon=>` `).join(""); let nfacts = ''; if (facts && !Array.isArray(facts)) { nfacts = renderNutritionFacts(facts,"mobile", false, undefined, isNfp); } else if (facts && Array.isArray(facts) && facts.length > 1) { nfacts = facts.map(fact => renderNutritionFacts(fact, "mobile", true, undefined, isNfp)).join("") } sfacts.innerHTML = ` INGREDIENTS ${icons} ${nfacts} `; info.appendChild(sfacts); new Splide( '#ingredients-slider-mobile',{arrows:true} ).mount(); } } Size 30 SERVINGS 1 30 10 Shipping calculated at checkout. PRODUCT DESCRIPTION We don't do boring here. Rich, creamy, and deliciously cool, Simply Vanilla is simply THE BEST. Kids (and parents) love it; that's what we call a win-win! INCREDIBLE TASTE:We are not kidding around with flavor when it comes to our Kid's Protein Powder! These nutrient-dense formulas have been created to taste just like our best-selling Simply Vanilla Protein Powder! SERVING:30-serving bag PRODUCT DESCRIPTION We don't do boring here. Rich, creamy, and deliciously cool, Simply Vanilla is simply THE BEST. Kids (and parents) love it; that's what we call a win-win! INCREDIBLE TASTE:We are not kidding around with flavor when it comes to our Kid's Protein Powder! These nutrient-dense formulas have been created to taste just like our best-selling Simply Vanilla Protein Powder! SERVING:30-serving bag HIGHEST INGREDIENT STANDARDS Life is complicated, your supplements shouldn’t be. That’s why we make supplements that are undeniably clean–our formulations go through four rounds of testing to ensure that you and your family are getting the highest-quality nutritional products on the market. Learn more about our ingredient standards. INGREDIENTS Supplement Facts Serving Size 1 scoop (19.5g) Serving Per Container 30 Amount Per Serving % Daily Value* Calories 88 Total Fat 2g 2% Saturated Fat 1g 5% Cholesterol 12.5mg 4% Total Carbohydrate 8g 3% Dietary Fiber 1g 4% Total Sugars 1g 0% Added Sugars 0g 0% Protein 10g 20% Vitamin C (from Camu Camu) 120mg 133% Calcium 30mg 2% Iron (as Chelate 10%) 1mg 5% Sodium 135mg 6% Potassium (as Citrate) 153mg 3% Digestive Enzyme Blend 75mg † Lipase 6 FIP, Cellulase 28 CU, Protease 2,700 HUT, Amylase 2,600 SKB Magnesium (as Citrate) 40mg 9% Vitamin B3 (as Niacinamide) 15mg 94% Vitamin B6 (as Pyridoxine HCL) 1.25mg 125% Vitamin B12 (as Methylcobalamin) 4mcg 166% Vitamin D3 (as Cholecalciferol) 5mcg 25% Vitamin A (as Acetate) 450 mcg 50% Vitamin E (as Acetate) 12.5 mcg 83% Vitamin K1 (as Phylloquinone) 50mcg 41% Vitamin B1 (as Thiamin) 1mg 83% Vitamin B2 (as Riboflavin) 1.05mg 81% Folate (as 5 Methyltetrahydrofolate) 200mcg 50% Biotin 30mcg 100% *Percent Daily Values based on a 2,000 calorie diet.†Daily Values (DV) not established Other Ingredients: Grass-Fed Whey Protein Isolate, Xylitol (Natural Birch), Non-Fat Dry Milk, Prebiotic VitaFiber® (IMO), Coconut Oil (MCT) 50%, Natural Flavors, Sea Salt, Xanthan Gum, Stevia Leaf Extract, Omega-3 Fatty Acid (from Flaxseed), Monk Fruit Contains: Milk, Tree Nut (Coconut), Soy (Lecithin) Note: Contents filled by weight, not volume. Keep in a cool, dry place. Keep out of reach of children. If pregnant or nursing, consult a healthcare professional before use. Manufactured in Utah, USA. We are committed to continuously improving our ingredients. For most updated ingredients, please see the packaging label. Learn more about our ingredients here. ${flavorMixingTitles[index]} MIXING 101: AMAZING BENEFITS Highest Ingredient Standards ${ facts.subtitle } ${facts.table_header} Supplement Facts Highest Ingredient Standards Supplement Facts TIKTOK VIRAL Powered by Protein Questions? We've got answers FAQs

Protein Powder for Kids | Kids Protein Drinks (1)

  • Protein Powder for Kids | Kids Protein Drinks (2)
  • Protein Powder for Kids | Kids Protein Drinks (3)
  • Protein Powder for Kids | Kids Protein Drinks (4)
  • Protein Powder for Kids | Kids Protein Drinks (5)

  • Protein Powder for Kids | Kids Protein Drinks (6)

  • Protein Powder for Kids | Kids Protein Drinks (7)

Protein Powder

$39.99

` } modalSliderRef.html(`

${mediaSection}

`) initPdpModalListeners() initPdpImagesCarousel() } const renderDigitalRecipeSection = (recipeBooksRef,digitalRecipeBookRef, digitalRecipeBookImages) => { digitalRecipeBookRef.empty() if(digitalRecipeBookImages == undefined) { recipeBooksRef.css("display", "none") return } recipeBooksRef.css("display", "block") let digitalRecipeSection = "" for (let i = 0; i < digitalRecipeBookImages.length; i++) { digitalRecipeSection += `

Protein Powder for Kids | Kids Protein Drinks (34)

` } digitalRecipeBookRef.append( `

Get a free digital recipe book!

Sent directly to your inbox with every protein purchase. Delicious, protein-packed recipes coming your way!

${ digitalRecipeSection }

`) recipeSliderInit()} const renderMainIcons = (mainIconsRef, flavorMainProductIcons) => { mainIconsRef.empty() mainIconsRef.css("display", "flex") if(flavorMainProductIcons.length < 1) { mainIconsRef.css("display", "none") return } let htmlCode = ''; for (var i = 0; i < flavorMainProductIcons.length; i++) { htmlCode += '

  • '; htmlCode += `Protein Powder for Kids | Kids Protein Drinks (35)`; htmlCode += '
  • '; } htmlCode += ''; mainIconsRef.append(htmlCode) } const updateTikTokSection = (tiktokSectionRef, hideTikTok, flavorPrimaryColor, flavorSecondaryColor, backgroundColor, tiktokCommentBorderRef, tiktokGifs, tiktokImages, tiktokComments, tiktokSubheading) => { $(".tiktok-subheading-0").text(tiktokSubheading) $(".tiktok-subheading-1").text(tiktokSubheading) // update borders $(".cls-1").css('fill', flavorPrimaryColor) $(".ae--heading-with-logo span").css('color', flavorPrimaryColor) tiktokCommentBorderRef.css("border", `2px ${flavorPrimaryColor} solid`) if (hideTikTok) { tiktokSectionRef.css("display", "none") } else { tiktokSectionRef.css("display", "block") } $('#ae--tiktok-gallery-carousel').empty() if (tiktokGifs === undefined || tiktokGifs === null) { tiktokSectionRef.css("display", "none") return } tiktokSectionRef.css("display", "block") let tikTokSection = "" for (let i = 0; i < tiktokGifs.length; i++) { tikTokSection += `

    ` } $("#ae--tiktok-gallery-carousel").html(`

    Protein Powder for Kids | Kids Protein Drinks (39)

    ${tikTokSection}

    `) updateWaveBackgroundColor($(".wave-container-tiktok .wave-image"), backgroundColor) tiktokSliderInit() } const renderFaqSection = (faqRef, backgroundColor) => { faqRef.parent().css("background-color", backgroundColor) } const updateWaveBackgroundColor = (waveRef, backgroundColor) => { let newWave = `

    ` let srcnew = "data:image/svg+xml;base64,"+btoa(newWave); waveRef.attr("src",srcnew) waveRef.attr("srcset",srcnew) } const updateWaveMobileBackgroundColor = (waveRefMobile, backgroundColor) => { let newWave = `

    ` let srcnew = "data:image/svg+xml;base64,"+btoa(newWave); waveRefMobile.attr("src",srcnew) waveRefMobile.attr("srcset",srcnew) } const updateTopWave = (color) => { let newTopWave = `

    ` $('.wave-container.top-wave').html(newTopWave) } const updatePageUrl = (selectedFlavor) => { window.history.pushState(selectedFlavor.title, selectedFlavor.title, `${selectedFlavor.handle}`); } const reloadStampedWidgets = (flavorId, flavorHandle, flavorTitle, flavorImage, flavorDescription, reviewsMainWidgetRef, reviewsBadgeRef, backgroundColor) => { let badge = document.querySelector(".stamped-main-badge"); let widget = document.querySelector("#stamped-main-widget"); [badge, widget].forEach(node => node.innerHTML = ''); let widget_parent = widget.parentNode; widget_parent.removeChild(widget); badge.setAttribute("data-id", flavorId); widget_parent.innerHTML = `

    <\/div>`; StampedFn.reloadUGC(); widget.style.backgroundColor = `${backgroundColor}50` } const updateBreadcrumbs = (breadcrumbsLink, selectedFlavorTitle) => { breadcrumbsLink.text(selectedFlavorTitle) } const renderSuperFoodSection = (productVideoRef, flavorVideoUrl, flavorVideoHeading, backgroundColor, hideTikTok, flavorVideoPoster, flavorVideoPosterMobile) => { if (flavorVideoUrl === "") { productVideoRef.parent().css("display", "none") return } else { productVideoRef.parent().css("display", "block") } if (hideTikTok) { $(".wave-wrapper.video").css("display", "block") updateBackground(backgroundColor, productVideoRef.parent().parent()) } else { $(".wave-wrapper.video").css("display", "none") updateBackground("#FFFFFF", productVideoRef.parent().parent()) } productVideoRef.empty() if(flavorVideoUrl === "" || flavorVideoHeading === "") return let source = flavorVideoUrl if (!flavorVideoPoster && window.innerWidth > 768) { source = `${source}#t=0.001` } else if (!flavorVideoPosterMobile && window.innerWidth <= 768) { source = `${source}#t=0.001` } productVideoRef.append( $("

    ").text(flavorVideoHeading), $("

    1/4

  • Protein Powder for Kids | Kids Protein Drinks (50)

  • Protein Powder for Kids | Kids Protein Drinks (51)

  • Protein Powder for Kids | Kids Protein Drinks (52)

  • Protein Powder for Kids | Kids Protein Drinks (53)

  • Protein Powder for Kids | Kids Protein Drinks (54)

    • Protein Powder for Kids | Kids Protein Drinks (55)
    • Protein Powder for Kids | Kids Protein Drinks (56)
    • Protein Powder for Kids | Kids Protein Drinks (57)

    Protein Powder for Kids | Kids Protein Drinks (58)

    Highest Ingredient Standards

    Life is complicated, your supplements shouldn’t be. That’s why we make supplements that are undeniably clean–our formulations go through four rounds of testing to ensure that you and your family are getting the highest-quality nutritional products on the market.
    Learn more about our ingredient standards.

    Supplement Facts

    Serving Size 1 scoop (19.5g)

    Serving Per Container 30

    • Amount Per Serving % Daily Value*
    • Calories 88

    • Total Fat 2g 2%
      • Saturated Fat 1g 5%
    • Cholesterol 12.5mg 4%
    • Total Carbohydrate 8g 3%
      • Dietary Fiber 1g 4%
      • Total Sugars 1g 0%
      • Added Sugars 0g 0%
    • Protein 10g 20%
    • Vitamin C (from Camu Camu) 120mg 133%
    • Calcium 30mg 2%
    • Iron (as Chelate 10%) 1mg 5%
    • Sodium 135mg 6%
    • Potassium (as Citrate) 153mg 3%
    • Digestive Enzyme Blend 75mg

      Lipase 6 FIP, Cellulase 28 CU, Protease 2,700 HUT, Amylase 2,600 SKB

    • Magnesium (as Citrate) 40mg 9%
    • Vitamin B3 (as Niacinamide) 15mg 94%
    • Vitamin B6 (as Pyridoxine HCL) 1.25mg 125%
    • Vitamin B12 (as Methylcobalamin) 4mcg 166%
    • Vitamin D3 (as Cholecalciferol) 5mcg 25%
    • Vitamin A (as Acetate) 450 mcg 50%
    • Vitamin E (as Acetate) 12.5 mcg 83%
    • Vitamin K1 (as Phylloquinone) 50mcg 41%
    • Vitamin B1 (as Thiamin) 1mg 83%
    • Vitamin B2 (as Riboflavin) 1.05mg 81%
    • Folate (as 5 Methyltetrahydrofolate) 200mcg 50%
    • Biotin 30mcg 100%

    *Percent Daily Values based on a 2,000 calorie diet.
    †Daily Values (DV) not established

    Other Ingredients: Grass-Fed Whey Protein Isolate, Xylitol (Natural Birch), Non-Fat Dry Milk, Prebiotic VitaFiber® (IMO), Coconut Oil (MCT) 50%, Natural Flavors, Sea Salt, Xanthan Gum, Stevia Leaf Extract, Omega-3 Fatty Acid (from Flaxseed), Monk Fruit

    Contains: Milk, Tree Nut (Coconut), Soy (Lecithin)

    Note: Contents filled by weight, not volume. Keep in a cool, dry place. Keep out of reach of children. If pregnant or nursing, consult a healthcare professional before use.

    Manufactured in Utah, USA. We are committed to continuously improving our ingredients. For most updated ingredients, please see the packaging label. Learn more about our ingredients here.

    Protein Powder for Kids | Kids Protein Drinks (59)

    TIKTOK VIRAL

    FOR BEING THE BEST TASTING
SUPPLEMENTS ON THE PLANET

    Protein Powder for Kids | Kids Protein Drinks (60)

    Protein Powder for Kids | Kids Protein Drinks (61)

    Powered by Protein

    :

    Shop All

    Protein Powder for Kids | Kids Protein Drinks (62)

    Sale price Original price

    Price

    Frequently asked questions

    Questions? We've got answers

    Will your protein powder upset my stomach if I can't handle whey very well?

    The whey protein isolate we use is cold pressed and cross-filtered and 99% of casein is removed from the product. The non-fat dry milk we use goes through the same process. Having the lactose, casein, and caseinates removed makes our protein powder easier on your digestive track. Many people who are sensitive to whey have reported that they are able to enjoy our Clean Simple Eats Protein Powder!

    When is the best time of day to drink your protein powder?

    This all depends on you, your schedule and your day-to-day activity! We do recommend you get in some fast-absorbing protein (like CSE Protein Powder!) within 30 minutes of working out, but feel to drink in the benefits whenever it fits into your daily routine!

    Can your protein powder be used as a meal replacement?

    We recommend adding some carbs/fat on the side or in a blender with our Protein Powder to make a shake and balance out your diet. You can find tons of recipe ideas (and start a 1-month free trial) in our CSE+ app.

    Is your protein powder tested for heavy metals?

    Every single batch of our Protein Powder is tested for precision, potency, and purity, including contaminants like microbes, heavy metals, pathogens, and pesticides in ISO-certified labs.

    What is the best way to store my protein powder?

    We recommend storing your protein powder in the bag it came in a cool, dry place.

    What's the difference between your regular protein powder and your kid's protein powder?

    Our Kid's Protein Powder is designed for growing bodies of kids ages 2-12+. It contains 10g of protein (vs. 20g in our regular protein powders), but it also has 36 vitamins and minerals, plus probiotics, and omega-3 fatty acids to aid in digestion.

    Can I take CSE Protein Powder mixed with other CSE supplements?

    Heck yes! In fact, we highly encourage you to stack our CSE supplements together to make them even better!

    Find more answers on our Help Center page.

    Protein Powder for Kids | Kids Protein Drinks (2024)

    FAQs

    Is protein powder safe for kids to drink? ›

    Unless a child is taking in excessively high levels of protein, the drinks themselves are unlikely to be harmful. However, if these drinks and shakes are used to replace regular meals, children may be deprived of vital nutrients that they might find in other foods.

    Can I put protein powder in kids smoothie? ›

    Protein powders may be enticing as a fix for picky eaters, as they're easy to whip into a fruit smoothie. However, for most children they're unnecessary and potentially harmful.

    What age should kids start drinking protein shakes? ›

    And as far as the age goes, there really is no minimum age. Kids as young as 4 or 5 years old can drink protein shakes,” says Sonali. Sonali also addressed the issue of children lifting weights. “Once again there is no scientific backing to the claim that children should not be lifting weights.

    What protein powder is good for picky eaters? ›

    PediaSure SideKicks shakes are a nutritious choice to help balance out a picky eater's uneven diet, and contain fewer calories and less fat than PediaSure Grow & Gain.

    Can kids drink Premier protein shakes? ›

    Kids need protein to maintain muscles and bones. Protein is important for your children's growth and development. But just because they need it doesn't mean they want to eat it. To help kids, especially active ones, get enough protein, Premier Protein® 's delicious, nutrient-packed shakes and bars are a great choice.

    What is the best ready made protein shake for kids? ›

    Else Nutrition Plant Protein Nutritional Shake for Kids is our top pick because of its nutritional profile, good taste, third-party testing, and quality ingredients.

    Can kids have adult orgain protein powder? ›

    Most adult protein powder serving sizes are too much for a young child. Kids require about 1-1.5 grams of protein for every 2 lbs of weight. This may be lower or higher depending on their activity level, we recommend consulting with a Registered Dietician specifically if this is a question!

    How much protein do kids need? ›

    How do I know if my child is getting enough protein?
    AgeGrams of protein per day
    Children 4 to 8 years19g
    Children 9 to 13 years34g
    Teens 14 to 18 years Boys52g
    Teens 14 to 18 years Girls46g
    1 more row
    Jul 1, 2021

    Are protein shakes good for kids with ADHD? ›

    Protein. Protein is an important macronutrient for children with ADHD. 7 Eating protein enables their bodies to make the neurotransmitters (chemical messengers in the brain) needed for focus, attention, and calmness. Whey protein is one protein type that has been proven to help reduce ADHD symptoms.

    Is pea protein powder ok for kids? ›

    Overall, pea protein can be a great addition to a child's diet. It provides a variety of benefits, from muscle growth and bone health to immune system support and digestive health.

    Are protein powders ok for kids? ›

    Yes, but any protein powder that contributes to surpassing the recommended daily intake for protein should be avoided. The best protein powder for kids is one that is easily digested, like a collagen liquid protein shot, but you should still be conscious of exceeding daily limits.

    How can I increase my child's weight? ›

    Tips to help your child gain weight
    1. include more starchy carbohydrates such as potatoes, bread or rice in meals.
    2. increase their calorie intake with healthy fats – add grated cheese to meals and make porridge with milk.
    3. give them high-calorie drinks in between meals, such as milkshakes or smoothies.

    What are high protein foods for kids? ›

    High-protein foods include:

    Meats - beef, chicken, fish, turkey, lamb. Milk and cheese - yogurt, cottage cheese, cream cheese.

    Why is protein powder not recommended for under 18? ›

    We all get enough protein from the food we eat; any protein that your body doesn't use will be removed through your kidneys. Protein powders are not recommended for young people as your kidneys are still growing and developing. By giving your body more protein, it puts extra strain on your kidneys and can damage them.

    Is 3 year old protein powder safe? ›

    Many protein powder makers list an expiration date of 2 years after production, likely due to additives that extend their shelf life. Having it shortly after an expiration date is likely safe if there are no signs it's gone bad.

    Can you give a boost to a child? ›

    Can I give Boost to my 3-year-old child? Boost is designed to fit the nutritional requirements of 6 to 18 year olds.

    Can a 10 year old eat protein bars? ›

    Another important point Dr. Hes made is that while protein bars should be fine for children if not eaten in excess, too much protein in the diet should be watched, as it could cause kidney stones. Overall, protein bars should be OK to give to children as an occasional snack.

    Top Articles
    Latest Posts
    Article information

    Author: Corie Satterfield

    Last Updated:

    Views: 6083

    Rating: 4.1 / 5 (62 voted)

    Reviews: 93% of readers found this page helpful

    Author information

    Name: Corie Satterfield

    Birthday: 1992-08-19

    Address: 850 Benjamin Bridge, Dickinsonchester, CO 68572-0542

    Phone: +26813599986666

    Job: Sales Manager

    Hobby: Table tennis, Soapmaking, Flower arranging, amateur radio, Rock climbing, scrapbook, Horseback riding

    Introduction: My name is Corie Satterfield, I am a fancy, perfect, spotless, quaint, fantastic, funny, lucky person who loves writing and wants to share my knowledge and understanding with you.