Power Granola Nuts & Seeds: seed and nut granola oven-toasted with a hint of agave syrup, entirely grain-free. Perfect for low-carb or keto diets, and a delight for seed-loving Gourmets.
A modern classic. Experience the power of nuts and seeds, enhanced by gentle toasting with just the right amount of agave syrup. Gluten-free and vegan. Truly unique and scrumptious!
/* 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;
}
}