Amber? In a toothpaste tube? Yeah, we are also constantly surprised by what our lab scientists come up with. This whitening paste with natural amber extract does not only effectively lighten the tone of your teeth but also eliminates bad breath and improves oral health. Also, added xylitol helps with healthy saliva production - as a result, plaque will form more slowly and the oral cavity will be moisturized. Remember to use the paste daily and we promise you'll enjoy a squeaky clean sensation!
/* 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;
}
}