Collagen Peptides - Strawberry Colada | CSE (2025)

Table of Contents
Collagen + Beauty Blend 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}`); function getViewFactsText() { let viewFactsButton = null; return viewFactsButton && viewFactsButton.trim() !== "" ? viewFactsButton : "VIEW SUPPLEMENT FACTS"; } 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) $("#selected-flavor-hid").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(); } } Strawberry Colada 30 SERVINGS Strawberry Colada Size 30 SERVINGS 30 10 Shipping calculated at checkout. PRODUCT DESCRIPTION INCREDIBLE TASTE: Elevate your skincare routine from the inside out with our new Collagen + Beauty Blend. Light and juicy flavors with a beauty boost.FLAVOR PROFILE:Fresh and coconutty with a strawberry twist: tropical vacay meets sweet staycation.AMAZING BENEFITS: CSE Clean Collagen Peptides Blend is formulated with 11 grams of high-quality grass-fed bovine collagen and chicken collagen in each serving to help you look and feel good. We also added a new Beauty Blend that hydrates skin with hyaluronic acid, organic bamboo, and clinically-studied rice ceramides to boost collagen production and support skin health from the inside out. Collagen and hyaluronic acid are essential in maintaining joint health and supporting flexibility and mobility.SIPPABLE SELF-CARE: Brighten and hydrate your skin, reduce the appearance of wrinkles and fine lines, beautify your hair and nails, and support joint health.SERVINGS:30 serving bagHOW TO USE: Add one serving of Collagen + Beauty Blend to 12-16 ounces of cold water. Mix well and enjoy! PRODUCT DESCRIPTION INCREDIBLE TASTE: Elevate your skincare routine from the inside out with our new Collagen + Beauty Blend. Light and juicy flavors with a beauty boost.FLAVOR PROFILE:Fresh and coconutty with a strawberry twist: tropical vacay meets sweet staycation.AMAZING BENEFITS: CSE Clean Collagen Peptides Blend is formulated with 11 grams of high-quality grass-fed bovine collagen and chicken collagen in each serving to help you look and feel good. We also added a new Beauty Blend that hydrates skin with hyaluronic acid, organic bamboo, and clinically-studied rice ceramides to boost collagen production and support skin health from the inside out. Collagen and hyaluronic acid are essential in maintaining joint health and supporting flexibility and mobility.SIPPABLE SELF-CARE: Brighten and hydrate your skin, reduce the appearance of wrinkles and fine lines, beautify your hair and nails, and support joint health.SERVINGS:30 serving bagHOW TO USE: Add one serving of Collagen + Beauty Blend to 12-16 ounces of cold water. Mix well and enjoy! 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 (14.6g) Serving Per Container 30 Amount Per Serving % Daily Value* Calories 50 Total Carbohydrate <1g <1% Protein 10g †** Vitamin C (Organic Acerola Cherry) 50mg 55% Sodium 15mg <1% Clean Collagen Peptides Blend 11.3g † Grass-Fed Bovine Collagen and Chicken Collagen Hyaluronic Acid (Sodium Hyaluronate) 120mg † Rice Ceramides 40mg † Organic Bamboo Silica 33mg † *Percent Daily Values based on a 2,000 calorie diet. **Collagen is not a complete protein source due to the absence of the essential amino acid, Tryptophan. This product is not a significant source of protein or complete amino acid. Other Ingredients: Citric Acid (from Cassava), Natural Flavors, Organic Stevia Leaf Extract (Reb A), Beet Root (for Color), Organic Monk Fruit Extract. 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 SIPPABLE SELF-CARE Questions? We've got answers

Collagen Peptides - Strawberry Colada | CSE (1)

  • Collagen Peptides - Strawberry Colada | CSE (2)
  • Collagen Peptides - Strawberry Colada | CSE (3)
  • Collagen Peptides - Strawberry Colada | CSE (4)
  • Collagen Peptides - Strawberry Colada | CSE (5)

  • Collagen Peptides - Strawberry Colada | CSE (6)

  • Collagen Peptides - Strawberry Colada | CSE (7)

Collagen + Beauty Blend


$44.99

  • 11g Collagen Peptides
  • Grass-Fed Collagen
  • Non-GMO
  • Nothing Artificial
  • Clinically Supported Results*
  • 3rd Party Tested

Flavor Strawberry Colada

`; calloutsContainer.innerHTML = calloutsHTML; } else { calloutsContainer.innerHTML = ''; // hide section if none } //CALLOUTS END } const updateMediaModal = (media, modalSliderRef, productTitle) => { let mediaSection = "" // const oldImagesSize = media.filter(v => v.alt === productTitle).length for (let i = 0; i < media.length; i++) { const mediaItem = media[i] mediaSection += `

${(mediaItem.media_type === "image" && mediaItem.alt !== productTitle) ? ` Collagen Peptides - Strawberry Colada | CSE (27) ` : ''} ${media[i].media_type === "video" ? `

  • ` : ''}

    ` } modalSliderRef.html(`

    ${mediaSection}

    `) initPdpModalListeners() window.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 += `

    Collagen Peptides - Strawberry Colada | CSE (29)

    ` } 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 += `Collagen Peptides - Strawberry Colada | CSE (30)`; 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(`

    Collagen Peptides - Strawberry Colada | CSE (34)

    ${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

  • Collagen Peptides - Strawberry Colada | CSE (46)

  • Collagen Peptides - Strawberry Colada | CSE (47)

  • Collagen Peptides - Strawberry Colada | CSE (48)

  • Collagen Peptides - Strawberry Colada | CSE (49)

  • Collagen Peptides - Strawberry Colada | CSE (50)

    • Collagen Peptides - Strawberry Colada | CSE (51)
    • Collagen Peptides - Strawberry Colada | CSE (52)
    • Collagen Peptides - Strawberry Colada | CSE (53)

    Collagen Peptides - Strawberry Colada | CSE (54)

    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 (14.6g)

    Serving Per Container 30

    • Amount Per Serving % Daily Value*
    • Calories 50

    • Total Carbohydrate <1g <1%
    • Protein 10g †**
    • Vitamin C (Organic Acerola Cherry) 50mg 55%
    • Sodium 15mg <1%
    • Clean Collagen Peptides Blend 11.3g

      Grass-Fed Bovine Collagen and Chicken Collagen

    • Hyaluronic Acid (Sodium Hyaluronate) 120mg
    • Rice Ceramides 40mg
    • Organic Bamboo Silica 33mg

    *Percent Daily Values based on a 2,000 calorie diet.
    **Collagen is not a complete protein source due to the absence of the essential amino acid, Tryptophan. This product is not a significant source of protein or complete amino acid.

    Other Ingredients: Citric Acid (from Cassava), Natural Flavors, Organic Stevia Leaf Extract (Reb A), Beet Root (for Color), Organic Monk Fruit Extract.

    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.

    Collagen Peptides - Strawberry Colada | CSE (55)

    Collagen Peptides - Strawberry Colada | CSE (56)

    Collagen Peptides - Strawberry Colada | CSE (57)

    SIPPABLE SELF-CARE

    :

    Shop All

    Collagen Peptides - Strawberry Colada | CSE (58)

    Sale price Original price

    Price

    Frequently asked questions

    Questions? We've got answers

    What types of collagen do you use in your Collagen + Beauty Blend?

    Collagen Beauty Blend is formulated with grass-fed bovine collagen and chicken collagen, providing types I, II, & III.

    What are the benefits of drinking collagen?

    CSE Collagen + Beauty Blend may help to brighten and hydrate your skin, reduce the appearance of wrinkles and fine lines and support joint health.

    What's the best way to enjoy collagen?

    Add one serving of Collagen + Beauty Blend to 12-16 ounces of cold water. Mix well and enjoy!

    When should I take collagen?

    Feel free to enjoy Collagen + Beauty Blend anytime throughout your day to get all the benefits. If you're active and exercise regularly, consider taking Collagen + Beauty Blend before or after your workout to help support joint health.

    Can I take collagen mixed with other CSE supplements?

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

    What is Bamboo Silica?

    Silica is a natural mineral that we source from organic bamboo, known for its incredible benefits for skin health. It plays a vital role in maintaining skin elasticity, promoting collagen production, and improving overall texture, leaving your skin looking youthful and radiant. Additionally, silica helps to strengthen nails and hair, making it a fantastic all-around beauty booster!

    What are the beauty benefits of this blend? How can it help my skin, hair, and nails?

    The collagen peptides provide the essential building blocks to stimulate new collagen production, while the organic acerola cherry's vitamin C boosts collagen synthesis and acts as a powerful antioxidant, protecting existing collagen from damage. Hyaluronic acid deeply hydrates the skin, promoting a plump, smooth complexion. Rice ceramides and silica fortify the skin barrier, retain moisture, and enhance elasticity, ultimately reducing the appearance of fine lines and wrinkles for a more youthful, hydrated glow. Additionally, the combination of collagen, silica, and vitamin C supports stronger, healthier hair and nails by enhancing their structure, resulting in improved growth and resilience.

    Can this product be used while pregnant or breastfeeding?

    We recommend consulting with a healthcare professional before use.

    What’s the difference between bovine collagen and chicken collagen, and why are both included?

    They provide different types of collagen, offering a diverse amino acid profile rich in glycine and proline, which are necessary in triggering new collagen production.

    Why is hyaluronic acid included, and what are its benefits of this in a drink?

    Hyaluronic acid provides significant moisture essential for a plump, youthful appearance. It strengthens the skin's natural barrier, prevents moisture loss and protects against environmental stressors, which promotes overall skin health. Additionally, by keeping the skin well-hydrated, hyaluronic acid improves elasticity and firmness, reducing the appearance of fine lines and wrinkles.

    Find more answers on our Help Center page.

    Collagen Peptides - Strawberry Colada | CSE (2025)
    Top Articles
    Latest Posts
    Recommended Articles
    Article information

    Author: Greg O'Connell

    Last Updated:

    Views: 6688

    Rating: 4.1 / 5 (42 voted)

    Reviews: 81% of readers found this page helpful

    Author information

    Name: Greg O'Connell

    Birthday: 1992-01-10

    Address: Suite 517 2436 Jefferey Pass, Shanitaside, UT 27519

    Phone: +2614651609714

    Job: Education Developer

    Hobby: Cooking, Gambling, Pottery, Shooting, Baseball, Singing, Snowboarding

    Introduction: My name is Greg O'Connell, I am a delightful, colorful, talented, kind, lively, modern, tender person who loves writing and wants to share my knowledge and understanding with you.