Need a snack-time hero? Look no further...Organix Gruffalo Apple Soft Oaty Bars! These fruity legends are loaded with juicy raisins and wholegrain oats, delivering a burst of real flavour in every bite. Perfect for lunchboxes, family adventures, or a quick pick-me-up when snack time strikes. High in fibre, 100% organic, and nothing artificial, they're the ultimate treat. Grab a pack and let your little one snack like a boss!
/* 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;
}
}