Urtekram Organic Tea Tree Toothpaste 75ml. cosmos standard Organic. vegan, not tested on animalsURTEKRAM Tea Tree toothpaste cleans effectively with ingredients of 100% natural origin. 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 contains aloe vera, myrrh and magnolia bark extract, because that help protect your gums and provide 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;
}
}