Start your day with zest: our vibrant ruby red pomegranate juice has an invigorating taste for a little wake-up call at breakfast.Our specially selected organic farmers press freshly harvested pomegranates for a rich slightly tart taste. Serve our juice chilled alongside a salad at lunch, add to citrus juices to create an exotic punch, or use it mixed with your favourite spirit for a thirst-quenching summer cocktail.
/* 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;
}
}