KYON DRINKS - HHIBINGER
100% Natural | Hibiscus Flower Power | No Added Sugar (only naturally occurring) | UK Made
Introducing Hhibinger (pronounced Hibbinjer) - Kyon Drinks' vibrant, botanical twist on tradition. A floral-forward ginger drink infused with hibiscus, apple, and lemon, Hhibinger is where East African-inspired flavour meets modern wellbeing. It's punchy, fruity, and bold - delivering a whole new ginger experience designed to awaken the senses and nourish the body.
/* 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;
}
}