Ration for 2 weeks: The package with 90 capsules lasts for 2 weeks, or 15 days
High quality ingredients: Our L-Arginine + L-Citrulline 500 mg capsules contain only 100% pure ingredients
Free from unwanted additives like magnesium stearate
100% vegan and free of sugar, gluten, lactose, and soy
Our product is regularly tested by independent German laboratories
/* 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;
}
}
Choosing a selection results in a full page refresh.