Let's get summery! The certified organic refreshingly fruity formula with all natural Papaya extract + Aloe Vera juice + Xylitol + Peppermint essential oil is a credible combo for removing the existing and preventing new plaque and tartar formation. That means it naturally whitens your teeth. Contains sodium fluoride. For children below the age of 6 use a pea-sized quantity. Make sure that they do not swallow. If you are using any other products containing fluoride, please consult your dentist or your 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;
}
}