Black Truffle Popcorn, 46g. Vegan, Gluten-Free, 100% Natural, Source of Fibre.
At Maize & Grace, our mission is to make very high quality popcorn that is both light and perfectly satisfying. We offer our popcorn in a range of amazing sweet and savoury unique flavours that are all 100% natural.
/* 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;
}
}