The ESSENSEY Linoleic Acid CLA dietary supplement contains 958 mg of conjugated linoleic acid per portion of the product recommended for daily consumption.
Contains 958 mg of CLA - conjugated linoleic acid per daily portion
CLA is conjugated linoleic acid. Linoleic acid is classified as an omega-61 fatty acid
Easy to swallow, cellulose capsule
/* 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;
}
}