Introducing Replenish, a premium hydration and electrolyte formula in our elite endurance line.
Replenish is designed with researched-backed levels of sodium, plus other electrolytes to provide optimal hydration and fluid balance for endurance athletes and to be the #1, go-to solution for daily hydration.
The electrolyte levels in Replenish are designed to
• Assist in the absorption of nutrients
• Help maintain consistent focus
• Support healthy nerve impulses and muscle contraction
• Increase blood volume
• Help maintain a fluid balance in 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;
}
}