Good Good Blackcurrant Jam
88% Fewer Calories Than Standard Jams.
33% More Fruit Than Standard Jams.
Crafted with a meticulous blend of high-quality ingredients, this Blackcurrant Jam redefines traditional jams by offering a rich, authentic flavour of succulent blackcurrants. Made with 50% whole fruit, 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;
}
}