What Does L-Carnitine Do?
L-Carnitine is an amino acid found in high concentrations in heart and liver tissues where, inside the cells (mitochondria), L-Carnitine helps transform fats into energy (i.e., ATP). L-Carnitine also facilitates the metabolism of carbohydrates to enhance ATP production.
L-Carnitine works synergistically with Co-Q10, an antioxidant and ATP production cofactor that is found in the inner membrane of the mitochondrion.
/* 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;
}
}
/* 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.