Mother Root is the ACV aperitif that serves you up a dose of good feelings. Fierce, fresh and fired up by ginger, it tastes like sunshine in a bottle. Inspired by age-old methods of aperitif wine-making - like maceration, blending and sweetening for balance - our drinks are activated by apple cider vinegar, as well as natural ingredients to bring that full-on flavour and mellow heat to your end-of-the-day ritual. Best served chilled over lots of ice with soda, sparkling or tonic water.
/* 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;
}
}