Wild and free. Untamed berry goodness. Satisfy your thirst with Remedy Kombucha Wild Berry boldness that'll sweep you away to a warm summer's day on first sip. Bursting with strawberry, blackberry and blueberry bliss, this sun-ripened blend snogs you goodbye with its smooth caramel and balancing citrus undertones. Sweet, jammy and beautifully aromatic, this no sugar, gut-lovin' boochyberry brew is unprecedently good.
/* 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;
}
}