Whitening toothpaste with mint oil and sage extract. Just great. The formula of mint essential oil + sage extract not only whitens teeth, but also strengthens teeth enamel and prevents tartar build-up. Enjoy. Contains Sodium Fluoride. Children of 6 years and younger: use a pea sized amount for supervised brushing to minimize swallowing. In case of intake of fluoride from other sources consult a dentist or doctor.
/* 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;
}
}