Relaxon provides 5HTP which helps to make the 'happy hormone' Serotonin.
Magnesium, the B Complex and recognised botanicals are also included to make this the perfect supplement to take before bedtime.
Lifeplan Relaxon is a high strength one a day preparation which is suitable for vegetarians and vegans.
/* 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;
}
}