Discover the vibrant taste of nature with Belvoir Farm's No Added Sugar Apple & Blackcurrant Cordial. Bursting with the rich, tangy flavour of juicy blackcurrants perfectly balanced with crisp apple notes, this naturally refreshing drink is sweetened using the power of plants - so only 10 calories per serving! Made with over 66% real fruit juice and crafted without artificial sweeteners, flavours, or preservatives, it's a delicious healthy choice the whole family can enjoy.
/* 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;
}
}