1 / of 2
Regular price Price €18,99
Regular price Sale price €18,99
Unit price Price per gram: Currency: USD Unit Price (cents): 1899 Total Grams: 500
Tax included.
- In stock for 2-5 months
- Free 5 gram Schepje
- Makkelijk te work in fair
In stock
Ordered today, geleverd
250 g 500 g 1000 g
Couldn't load pickup availability
- In stock for 2-5 months
- Free 5 gram Schepje
- Makkelijk te work in fair
Ontdek de kracht van Organic Spirulina Poeder
Aligma Organic Spirulina Powder is a long-term produced supplement of high quality. The blue-green microalg has been used for a long time as a voedingsbron en state bekend om hair uitzonderlijk rijke seed positioning. Our spirulina is 100% organic, intended for consumption and suitable for vegetarians and vegans.
Rijk aan natural voedingsstoffen
Spirulina comes from nature and has a breeding spectrum of vitamins and minerals, including vitamins A, B1, B2, B3, B6, B9, C, D, E and K. It is also a bron of essential minerals such as calcium, magnesium, iron and zinc. The voedingsstoffen dragen to the support of normal lichaamsfuncties and fit into a variety and even important voedingspatroon.
It's in a local area
Thanks to the unique seed positioning wordt spirulina wereldwijd gewaardeerd door mensen who consciously bezig zijn met hun gezondheid en vitaliteit. Het past perfect within a active levensstijl, of je nu sport, manufactures, or wordt of gewoon goed for everyone wants to worry. Ok wordt het regularly toegevoegd aan the dieet van huisdieren vanwege de voedzame peculiarities.
Zuiver, biological en duurzaam
Onze spirulina wordt with zorg kweekt onder controlled earth omstandigheden, zonder use of pesticiden of artificial substances. The poederformat is the perfect quantity in smoothies, sappen of maaltijden, and daardoor makkelijk op te nemen in the dagelijkse voedingspatroon.
Was ist Spirulina und woher stammt es?
Spirulina ist eine blaugrüne Mikroalge, die natürlicherweise in Süßwasserseen und -teichen vorkommt. Sie wird seit vielen Jahren als Nahrungsergänzungsmittel verwendet – dank ihrer besonderen Zusammensetzung und ihres pflanzlichen Ursprungs.
What I like is Spirulina and I want to eat it
Spirulina offers a wide range of health benefits, which supports the immune system, improves energy levels and ensures the supply of essential foodstuffs. The state also recognizes its toxic properties and can be favorable for health.
Is spirulina suitable for vegetarians and vegans?
Yes, Spirulina is a plant based on proteins and other substances, which is suitable for vegetarians and vegans. It contains all the essential amino acids for the consumption of vitamins B12, which are present in the products that are essential for men.
What is the nutritional value of spirulina?
Spirulina is rich in proteins, essential amino acids, vitamins (especially B vitamins), minerals and antioxidants. This is a transportable bird that can be used in a different way and warmly.
Can spirulina help with weight loss?
Zichzelf geen magical oplossing is for weight loss, can the high protein content helpen in verzadiging. This is a cheap toevoeging with a well-balanced diet and a plan for weight loss
500 grams of organic spirulina powder
Couldn't load pickup availability
- 1000 gram Organic Spirulina Powder (Food) Prijs €32,99
- 1000 gram Organic Spirulina Powder (Dier supplements) Prijs €32,99
- sg 1000 of organic pirulina powder Prijs €32,99 per gram: €
per gram: €${pricePerGram}
`; } else if (tabletAmount && isTablet) { const pricePerTablet = (price / parseInt(tabletAmount)).toFixed(3).replace('.', ','); pricePerUnitHtml = `Prijs per tablet: €${pricePerTablet}
`; } // Gram or tablet badge let unitBadgeHtml = ''; if (gramAmount && !isTablet) { unitBadgeHtml = `${gramAmount}g
`; } else if (tabletAmount && isTablet) { unitBadgeHtml = `${tabletAmount}st
`; } // Process title to match the format in the related products let productTitle = product.title; // Format the title properly if (isTablet && tabletAmount) { // For tablet products if (productTitle.toLowerCase().includes('(tablet)')) { // Don't add (Tablet) again if it's already in the title productTitle = `${tabletAmount} stuks ${productTitle.replace(/\d+\s*stuks/i, '').trim()}`; } else { // Check if title already has mg information const mgInfoExists = productTitle.includes('mg per tablet'); if (mgInfoExists) { productTitle = `${tabletAmount} stuks ${productTitle.replace(/\d+\s*stuks/i, '').trim()}`; } else { // Standard tablet product productTitle = `${tabletAmount} stuks ${productTitle.replace(/\d+\s*stuks/i, '').trim()} (Tablet)`; } } } else if (gramAmount) { // For powder products - remove the (poeder) suffix as requested productTitle = `${gramAmount} gram ${productTitle.replace(/\d+\s*g(ram)?/i, '').trim()}`; // Remove any existing (poeder) text productTitle = productTitle.replace(/\s*\(poeder\)/i, ''); } const productHtml = `