Turtle Porridge 6 Seeds - an organic oat porridge brimming with goodness. Featuring organic pumpkin and sunflower seeds, along with buckwheat, flax, poppy, and chia seeds, it's a protein-packed breakfast rich in omega-3. Nourish your mornings with this wholesome blend of flavors and nutrition, and no added sugars.
/* 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;
}
}