Discover our award-winning Strawberry Jam, and global bestseller. Crafted with a meticulous blend of high-quality ingredients, our Strawberry Jam redefines traditional jams by offering a rich, and natural flavour profile. Made with 58% whole strawberries, the addition of rowanberry extract not only enhances the taste but also serves as a natural preservative, ensuring a delicious and natural jam experience.
/* 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;
}
}