This natural spread is made from the finest quality organic European Styrian pumpkin seeds.
It is made by cold milling pumpkin seeds to preserve their exceptional flavour and health benefits. A good source of Omega 3 and 6 fatty acids, rich in minerals including zinc and magnesium, and vitamins K and E.
/* 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;
}
}