Pomegranate Juice is made from pure, unfiltered pomegranate juice, a naturally powerful antioxidant. Research shows that pomegranates contain free radical scavenging antioxidants which help the body's natural defence system fight oxidation damage.Pomegranate Juice is suitable for those on a low cholesterol diet and may help maintain a healthy heart as part of a balanced diet.
/* 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;
}
}