JNX The Curse Pre-Workout 50 Servings 250g is a high-powered pre-workout supplement designed to deliver extreme energy, focus, and stamina for your toughest workouts. Whether you’re lifting, running, or tackling high-intensity training, this formula provides a rush of energy and mental clarity that pushes you to new performance levels. With 50 servings per container, it’s perfect for athletes seeking sustained power during their fitness routines.
/* 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;
}
}