Urtekram Organic Eucalyptus Toothpaste 75ml. cosmos standard. Vegan, not tested on animals.
URTEKRAM Eucalyptus toothpaste cleans effectively with ingredients of 100% natural origin and has a intensive and refreshing taste.The small abrasive grains originate from chalk, which was created millions of years ago. Therefore, URTEKRAM toothpaste has the natural, off-white colour of natural chalk. Our toothpaste contain aloe vera, myrrh and magnolia bark extract beceause it helps your gums and provides additional care.
/* 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;
}
}