Urtekram The Cosmos Organic standard allows also the use of sodium fluoride. Therefore we launched Urtekram Mint Toothpaste with Fluor and Aloe Vera for those of you who want fluor protection in addition to the natural protection in Urtekram toothpastes.
Organic Mint with FLUORIDE Toothpaste 75ml. cosmos standard Organic. vegan, not tested on animals.
/* 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;
}
}