Made from Chicle & Arabic gum from the Sapodilla & Acacia trees, these natural chewing gums are flavoured with Peppermint & Xylitol for a cool, refreshing mouth sensation. Our gums add freshness to your breath, while removing food particles and bacteria associated with bad breath and tooth decay. The act of chewing gum produces saliva to wash out the mouth and wash away bacteria, protecting teeth from bacterial acid causing decay.
/* 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;
}
}