KYON DRINKS - GGRAINGER
100% Natural | Pomegranate Punch | No Added Sugar (only naturally occurring) | UK Made
Introducing Ggrainger (pronounced Grainjer) - the bold, fruity, and fire-kissed drink that blends tradition with innovation. Packed with antioxidant-rich pomegranate, fresh apple, zingy lemon, and fiery ginger, Ggrainger delivers a floral-fruit fusion with a kick. It's punchy, sweet-yet-sour, and full of natural flavour that lingers long after the bottle is empty.
/* 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;
}
}