BioTech USA's L-Carnitine 100.000 delivers 2000 mg of L-Carnitine per serving in highly dosed liquid form. It's made specifically for professional athletes. L-Carnitine 100.000 is enriched with vitamins: vitamin B1 promotes the normal function of the heart while vitamins B3, B5, B6 contribute to the reduction of tiredness and fatigue and to normal energy-yielding mechanism. Like all BioTech USA products, L-Carnitine 100.000 consists of safe and carefully selected ingredients, working in accordance with your body
/* 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.