Contains Ashwagandha, L-theanine and Myo-inositol. If you struggle to get your forty winks, this naturally sedative formula is here to lull you to asleep and keep you asleep-so that you can awake well-rested and ready for the day. Regular use helps to reset your circadian rhythm.
100% plant-based. No bulking agents. No artificial additives. No chemical preservatives. Gluten-free. Non-GMO. Made in the UK.
/* 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;
}
}