Milliways Super Natural Gum is plastic-free, plant-based, sugar-free and biodegradable chewing gum. Unlike conventional chewing gum which is made from chewy plastic and never decomposes, Milliways is 100% plastic-free from our gum to our packaging, meaning it biodegrades like a piece of fruit. Our Super Natural Gum is also vegan, aspartame-free, completely sustainable, HFSS compliant and keeps teeth healthy. We naturally source the highest quality plant-based ingredients to create a delicious chewing gum that bursts with flavour.
/* 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;
}
}