A clean fusion of aniseed, fennel & cardamom. Prepare to reawaken with a cup of organic delight. Gentle yet purposeful - leaving your body as sweet as the fennel seed within. Aniseed and lush cardamom bring your cup alive to shrug off the old and embrace the new. Savour after meals to add a touch of transformation to your day.
/* 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;
}
}