Zen Adaptogenic Coffee by London Nootropics - 12 sachets.
Adaptogenic Coffee with Ashwagandha and L-theanine.
This calming blend is designed to promote a sense of peace, offering a soothing experience to help ease the stresses of daily life. Perfect for those sensitive to caffeine looking for harmonising relaxation and mental clarity. Free from preservatives & artificial sweeteners. Just pure natural ingredients.
/* 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;
}
}