British, small batch Aperitivo (non alcoholic). 100% natural. An invigorating base of well aged British apple cider vinegar infused with bright orange zest, fresh rosemary and thyme and finished with the bittersweet notes of gentian, wormwood leaf and Organic wildflower honey. Sip over ice with soda or sparkling water and a juicy wedge of orange. Also delicious with tonic or other bubbles. Botivo is double strength, each bottle makes 20 drinks.
/* 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;
}
}