Carnitine is an amino acid derivative that is also produced by our body. Our body produces the necessary amount from L-lysine and L-methionine. Carnitine is involved in the transport of free fatty acids.
The Carni Complex contains L-carnitine in two forms: L-carnitine L-tartrate and acetyl-L-carnitine, providing a total of 820 mg of L-carnitine in the recommended daily dose.
/* 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.