Ben & Anna certified natural toothpaste range is -
100% vegan
free from parabens, phthalates and microplastics
contains sodium fluoride (1450 ppm F-)
recycled plastic cap
Spearmint Toothpaste: Be & Anna's freshest toothpaste. Ingredients, which include natural mint have an invigorating effect for incomparably fresh breath.
/* 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;
}
}