A unique, clinically tested formula with a dash of natural salt for a brighter and whiter smile. Acting as a natural abrasive, salt provides deeper cleansing while protecting against stains build-up. Helps nurture healthy teeth and gums.
Fluoride free
Helps develop whiter teeth
Natural abrasive against plaque
Protects against stains build-up
Tested by dentists
/* 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.