Eco Floss is the natural choice for safe flossing. Made of plant-based material, this product started life as corn from a previously wasted by-product from the food industry. Eco Floss is made from 100% renewable resources instead of the normal crude oil plastic alternatives and uses 80% fewer greenhouse gasses than regular floss. Made of corn and food-grade vegetable wax only.
Eco Floss is 100% vegan and also has NO GMO contained. Made in the EU. Generous 50m bobbins
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}