Renowned for having a calmative effect which is said to aid sleep it is becoming ever more popular as we live busier lives.
Its sweet, apple scent is instantly recognizable and regular drinkers quickly learn to distinguish good quality flowers from poorer examples. The wonderfully sweet aroma of our whole organic Chamomile flowers always makes people smile and the warm, calming taste relaxes and soothes at any time of the 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;
}
}