L-Carnitine is an amino acid that is found naturally in the body, and is formed from the amino acids lysine and methionine. Our high-strength l-carnitine tablets deliver 1000mg per serving, for a super-convenient and powerful boost to your amino acid intake.Plus, they re suitable for vegetarians and vegans too making them the perfect amino acid supplement for anyone following a plant-based diet.Whatever your fitness goal, these l-carnitine tablets have been formulated to help even your toughest workouts, as well as support a balanced diet.
/* 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;
}
}