Best of Clean Simple Eats Recipe Book (2024)

Table of Contents
Get a free digital recipe book! ").text(flavorVideoHeading), $("").attr({ "playsinline": "playsinline", "controls": "", "poster": `${flavorVideoPoster}` }).append( $("").attr({ "src": `${source}` }) )); } const renderProductForm = (flavorSelectedOrfirstAvailableVariantvailable, formMin, formMax, formStep, flavorTags, productVariants, variantSelectorRef, flavorHandle, flavorId) => { $(".ae--form-action-elements").empty() 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--15105719173198__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 }); productFormData += ` `; $(".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) => { 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().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)).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) } else { document.querySelector(".ae--modal-content").innerHTML = renderNutritionFacts(factsTable[0], "desktop", false, backgroundColor); updateMobileDescription(factsTable[0], flavorIngredientHighestInfo, flavorIngredientIcons, flavorDescription, backgroundColor) } $(".supplemnt-facts-variety-title").css("background-color", backgroundColor) if($(window).width() < 768) { $(".supplement-facts--table").css("background-color", backgroundColor) } } else { productIngredientsRef.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; }) var htmlString = '' + 'Size ' + selectDefaultVariantOption + ' SERVINGS' + ''; productServingSizes.forEach(function(servingProduct, index) { 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) =>{ 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 % Daily Value* ` : '' let showDVNote = () => (!facts.daily_value_note) ? '' : `${facts.daily_value_note}`; function showNote() { let otherIngredients = facts.other_ingredients ? `Other ingredients: ${facts.other_ingredients}` : ''; let contains = facts.contains ? `${facts.contains}` : ''; return ` ${otherIngredients} ${facts.note} ${ contains != '' ? `Contains: ${contains}`: '' } 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 nutrition_facts = facts.nutrition_facts.map(fact=>{ let sub_facts = (!fact.sub_facts)?'':''+fact.sub_facts.map(subfact=> subfact.amount_per_serving !== "0g" ? ` ${subfact.name} ${subfact.amount_per_serving} ${subfact.daily_value ? subfact.daily_value : '†'} ` : ``).join("")+''; let showContent = ()=>(fact.content)?`${ fact.content }`:'' return ` ${fact.name} ${fact.amount_per_serving} ${fact.daily_value?fact.daily_value:'†'} ${showContent()} ${sub_facts} `; }).join(""); return ` ${ (multi) ? `${ facts.subtitle }` : '' } Supplement Facts ${showSS()} ${showSPC()} ${showC()} Calories ${ facts.calories } ${nutrition_facts} ${showDVNote()} ${showNote()} ` } //reused from cnr-graphql-common.js const updateMobileDescription = (facts, highestIngredientInfo, ingredientIcons, flavorDescription, backgroundColor) => { 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); } else if (facts && Array.isArray(facts) && facts.length > 1) { nfacts = facts.map(fact => renderNutritionFacts(fact, "mobile", true)).join("") } sfacts.innerHTML = ` INGREDIENTS ${icons} ${nfacts} `; info.appendChild(sfacts); new Splide( '#ingredients-slider-mobile',{arrows:true} ).mount(); } } Shipping calculated at checkout. PRODUCT DESCRIPTION The Best of Clean Simple Eats is A Macro-Based Cookbook! We surveyed our CSE Squad, our friends and our family to help us choose these can’t-live-without-favorites. From brekkie to dinner (and everything in between), each recipe is macro-balanced, family-friendly and guaranteed to leave you drooling. Oh, and we've even added prep times, cook times and pro tips! All of this goodness is packed into a beautiful coffee table style book that is perfect for gifting.Recipes: This book is stacked with over 150 mouth-watering recipes!Breakfasts: Shakes & Smoothies, Oatmeals, Pancakes & Waffles, SavorySnacks: Crunchy, Savory Snacks, Parfaits & Fruit Dips, Muffins, Power BitesEntrees: Soups, Salads & Sandwiches, Tex-Mex, Pizza & Pasta, Comfort FoodDesserts: Breads & Rolls, Brownies & Bars, Cakes & Crumbles, Cookies, Party Treats PRODUCT DESCRIPTION The Best of Clean Simple Eats is A Macro-Based Cookbook! We surveyed our CSE Squad, our friends and our family to help us choose these can’t-live-without-favorites. From brekkie to dinner (and everything in between), each recipe is macro-balanced, family-friendly and guaranteed to leave you drooling. Oh, and we've even added prep times, cook times and pro tips! All of this goodness is packed into a beautiful coffee table style book that is perfect for gifting.Recipes: This book is stacked with over 150 mouth-watering recipes!Breakfasts: Shakes & Smoothies, Oatmeals, Pancakes & Waffles, SavorySnacks: Crunchy, Savory Snacks, Parfaits & Fruit Dips, Muffins, Power BitesEntrees: Soups, Salads & Sandwiches, Tex-Mex, Pizza & Pasta, Comfort FoodDesserts: Breads & Rolls, Brownies & Bars, Cakes & Crumbles, Cookies, Party Treats ${flavorMixingTitles[index]} MIXING 101: AMAZING BENEFITS Highest Ingredient Standards ${ facts.subtitle } Supplement Facts TIKTOK VIRAL Stack it with FAQs References

Best of Clean Simple Eats Recipe Book (1)

Best of Clean Simple Eats Recipe Book (2)

$45.00

$45.00

Flavor Best Of Clean Simple Eats

` } 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 += `Best of Clean Simple Eats Recipe Book (12)`; htmlCode += '
  • '; } htmlCode += ''; mainIconsRef.append(htmlCode) } const updateTikTokSection = (tiktokSectionRef, hideTikTok, flavorPrimaryColor, flavorSecondaryColor, tiktokCommentBorderRef) => { // update borders $(".b").css('fill', flavorPrimaryColor); $(".c").css('fill', flavorSecondaryColor); $(".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") } } 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, reviewsMainWidgetRef, reviewsBadgeRef, backgroundColor) => { $(".stamped-main-badge").empty() $("#stamped-main-widget").empty() reviewsBadgeRef.attr("data-id", `${flavorId}`) reviewsMainWidgetRef.attr("data-product-id", `${flavorId}`) StampedFn.reloadUGC(); $("#stamped-main-widget").css("background-color", `${backgroundColor}50`) } const updateBreadcrumbs = (breadcrumbsLink, selectedFlavorTitle) => { breadcrumbsLink.text(selectedFlavorTitle) } const renderSuperFoodSection = (productVideoRef, flavorVideoUrl, flavorVideoHeading, backgroundColor, hideTikTok, flavorVideoPoster) => { 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) { source = `${source}#t=0.001` } productVideoRef.append( $("

    ").text(flavorVideoHeading), $("

    Best of Clean Simple Eats Recipe Book (20)

    Best of Clean Simple Eats Recipe Book (21)

    TIKTOK VIRAL

    FOR BEING THE BEST TASTING
GREENS ON THE PLANET

    Stack it with

    Shop All

    Protein Powder: Simply Vanilla (30 Serving Bag)

    $59.99

    • Protein Powder: Simply Vanilla (30 Serving Bag)
    • Protein Powder: Brownie Batter (30 Serving Bag)
    • Protein Powder: Chocolate Peanut Butter (30 Serving Bag)
    • Protein Powder: Mint Chocolate Cookie (30 Serving Bag)
    • Go To Protein Powder: Simply Vanilla (30 Serving Bag)

    Simply Vanilla

    Protein Powder Variety Pack (10 Single Serving Stick Packs)

    $28.99

    • Protein Powder Variety Pack (10 Single Serving Stick Packs)
    • Protein Powder: Brownie Batter (30 Serving Bag)
    • Protein Powder: Chocolate Peanut Butter (30 Serving Bag)
    • Protein Powder: Mint Chocolate Cookie (30 Serving Bag)
    • Go To Protein Powder Variety Pack (10 Single Serving Stick Packs)

    Variety Pack

    Greens: Peachy Greens Mix (30 Servings)

    $39.99

    • Greens: Peachy Greens Mix (30 Servings)
    • Greens: Raspberry Lemonade Super Greens Mix
    • Greens: Tropical Super Greens Mix
    • Greens: Sweet Lemon Super Greens Mix
    • Go To Greens: Peachy Greens Mix (30 Servings)

    Peachy Greens

    Protein Powder: Brownie Batter (30 Serving Bag)

    $59.99

    • Protein Powder: Brownie Batter (30 Serving Bag)
    • Protein Powder: Simply Vanilla (30 Serving Bag)
    • Protein Powder: Chocolate Peanut Butter (30 Serving Bag)
    • Protein Powder: Mint Chocolate Cookie (30 Serving Bag)
    • Go To Protein Powder: Brownie Batter (30 Serving Bag)

    Chocolate Brownie Batter

    Greens: Raspberry Lemonade Super Greens Mix

    $39.99

    • Greens: Raspberry Lemonade Super Greens Mix
    • Greens: Tropical Super Greens Mix
    • Go To Greens: Raspberry Lemonade Super Greens Mix

    Raspberry Lemonade

    ©2024, Clean Simple Eats

    HELPFUL LINKS

    • Privacy Policy
    • Accessibility Statement
    • Terms of Purchase
    • Amex
    • Apple Pay
    • Discover
    • Google Pay
    • JCB
    • Master Card
    • PayPal
    • Shopify Pay
    • Visa Card

    These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.

    Something went wrong, please contact us!

    You are $00.00 away from Free Shipping!

    Estimated Total

    checkout

    :

    Best of Clean Simple Eats Recipe Book (56)

    dqwdsadsa

    Sale price Original price

    Price

    Best of Clean Simple Eats Recipe Book (2024)

    FAQs

    Is Clean Simple Eats a good brand? ›

    With Clean Simple Eats protein powder, I feel confident that I'm not just giving my family something that tastes good but something that contributes to their overall well-being. It's gluten-free, made with high-quality ingredients, and has no added junk – a clean, simple choice for a busy mom like me.

    Who owns Clean Simple Eats? ›

    Clean Simple Eats is on a mission to elevate lives through food and fitness. Our founders, Erika and JJ, have rocked the clean eating scene by creating macro-balanced meal plans, delicious recipes, and the best-tasting protein powders and supplements on the planet.

    Does Clean Simple Eats do Black Friday sales? ›

    What are the best sale events at Clean Simple Eats? The best days to shop at Clean Simple Eats for online shoppers in the US are New Year's Day, Presidents Day, St. Patrick's Day, Easter, Memorial Day, Fourth of July, Labor Day, Halloween, Black Friday, and Cyber Monday.

    Can you lose weight on Clean Simple Eats? ›

    The percentage you choose will determine the RATE at which you'd like to lose it. In the Clean Simple Eats App, we give the option for weight loss at different deficits (between 10-30%); 10% being moderate and slower, 30% being more aggressive and quick.

    Is Clean Simple Eats FDA approved? ›

    FDA standards are the minimum requirement here at Clean Simple Eats. From there, we've built rigorous testing protocols with certified third-party labs, stringent vetting processes into each and every ingredient, suppliers and manufacturers.

    How long have Clean Simple Eats been around? ›

    Clean Simple Eats was founded in 2015.

    What is the best tasting protein powder? ›

    A comparison of the best-tasting protein powders
    Price rangeSweetener
    Transparent Labs Whey Isolate$$stevia
    mindbodygreen grass-fed whey isolate+$$$monk fruit
    Naked Whey$coconut sugar
    Ora Organics So Lean & So Clean$$• stevia • monk fruit
    1 more row
    Mar 28, 2024

    Does Clean Simple Eats have dairy? ›

    Our Super Greens Mix, Energy Drink Mix, Hydrate Drink Mix, Antioxidants, and Flavored Nut Butters are also plant-based and do not naturally contain sources of gluten or dairy.

    Is clean simple eat keto? ›

    Coming in at a net 2 grams of carbs. Clean Simple Eats can be considered for individuals doing a keto diet. The ingredients are all from natural sources. The two sweeteners used in Clean Simple Eats protein are Monk Fruit and Stevia Leaf Extract.

    How do Clean Simple Eats work? ›

    This is a “Macro-Based” meal plan, meaning EVERY recipe has a balanced macronutrient ratio of 40% carbs, 30% protein and 30% fat. This 40/30/30 approach has been proven time and time again to offer balance and lifelong sustainability.

    Is Clean Simple Eats pregnancy safe? ›

    If you're a pregnant or a nursing mama, you're probably wondering if our Clean Simple Eats meal plans are safe for you to use, and the answer is YES! There have been many mamas out there who have found success with our meal plans while pregnant or nursing.

    Is clean simple eats protein safe? ›

    Every single batch of our products is tested for precision, potency, and purity, including contaminants like microbes, heavy metals, pathogens, and pesticides in ISO-certified labs. Annually, we screen all products for supplement fact verification and allergens (including gluten, diary, peanut, and soy).

    Are clean eats good for you? ›

    Clean foods fill your body with plentiful vitamins and minerals, high-quality protein and healthy fats, which improve heart and brain health, assist with weight management, build a stronger immune system and increase energy levels, among other benefits. Foods in their natural state are more flavorful.

    What do Clean Simple Eats do for you? ›

    We've put a healthier spin on delicious comfort food recipes we all know and love. Each recipe is balanced with just the right amount of protein, fat, and carbs to fuel your body, satisfy all your cravings, and leave you drooling.

    How long has Clean Simple Eats been in business? ›

    Clean Simple Eats was founded in 2015.

    References

    Top Articles
    Latest Posts
    Article information

    Author: Patricia Veum II

    Last Updated:

    Views: 5950

    Rating: 4.3 / 5 (64 voted)

    Reviews: 95% of readers found this page helpful

    Author information

    Name: Patricia Veum II

    Birthday: 1994-12-16

    Address: 2064 Little Summit, Goldieton, MS 97651-0862

    Phone: +6873952696715

    Job: Principal Officer

    Hobby: Rafting, Cabaret, Candle making, Jigsaw puzzles, Inline skating, Magic, Graffiti

    Introduction: My name is Patricia Veum II, I am a vast, combative, smiling, famous, inexpensive, zealous, sparkling person who loves writing and wants to share my knowledge and understanding with you.