Described by Stylist magazine as your 'new go to chewing mate' , a 'must-have' by GQ and 'a handbag staple' by Red magazine. Enjoy OH MY GUM! in super tasty all natural fresh mint. A classic for a reason.
-Winner of the Sustainable Food Awards 2021
-100% Plant-Based Ingredients.
-Made with what chewing gum is originally made with: a natural biodegradable tree sap called chicle
-Sugar-free Aspartame-Free Chewing Gum sweetened with 100% tooth-friendly xylitol.
-Vegan-friendly Chewing Gum. Planet-Friendly. Bag-Friendly (zero waste, zero spills)
-No plastic used in the making or packaging of OH MY GUM!
/* 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;
}
}