KYON DRINKS - CCRAINGER
100% Natural | Cranberry Zing | No Added Sugar (only naturally occurring) | UK Made
Introducing Ccrainger (pronounced Crainjer) - our supercharged superfruit drink, bursting with bold cranberries, fiery ginger, and real fruit juices to deliver a daily dose of delicious vitality. Designed for those who love their drinks with depth, punch, and purpose, Ccrainger is both tart and smooth, rich in antioxidants, and naturally refreshing with a clean finish.
/* 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;
}
}