From the nettles you always avoided to the bramble that had you tangled, the Nuisance range is a glorious gang of misfits that elevates every occasion. We turn the unsung heroes of the hedgerow, often considered a nuisance, into carefully crafted drinks.
Made using 100% natural ingredients, the combination of the cooling cucumber, invigorating mint, and subtle spiciness of the chilli creates a complex and unforgettable taste experience.
/* 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;
}
}