Tired of traditional savoury snacks? Try Nudie Snacks award winning cauliflower crisps, this innovative product is made from 40% real, fresh cauliflower from wonky veg grown right here in the UK. All our snacks are plant based, Gluten Free and Vegan. Packed full of flavour, Vegan Cheese & Caramelised Onion will leave your taste buds tingling. Perfect for Sharing with Family & Friends. Less than 115 cals per serving.
/* 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;
}
}