The couple picks the fresh leaves and mixes them with carefully selected seasonings, energizing nuts and seeds. The chips is then air crisped at a low temperature, keeping all nutrients and enzymes alive... all that makes it truly bett'r.?'We combine our passion for simple, tasty food with our love for nature - that's how this clean and delicious snack was created... we can't wait for you to try it!'
/* 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;
}
}