Clearspring Organic Apple Balsamic Vinegar has an enticing aroma and a delicate, sweet apple flavour. It is made with 100% apple must, carefully aged in wooden barrels until it attains maximum flavour, whereupon it is immediately bottled to capture the fresh fruit bouquet.
Clearspring Organic Apple Balsamic Vinegar adds a refreshing lift to salads, sauces, chutneys and vegetables.
/* 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;
}
}