Whitening power with a burst of peppermint. Whitening Complete Care Simply Peppermint Toothpaste takes the plant enzymes of Bromelain and Papain, and combines them with the power of Neem, Xylitol and the breath-freshening power of Peppermint leaf to give you a confident smile.
/* 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;
}
}
/* 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;
}
}
Choosing a selection results in a full page refresh.