Revitalise your muscles after every workout with B-YOND CBD Muscle & Joint Gel, a potent blend of premium CBD, Aloe Vera leaf powder, and Lavender essential oil. Specifically formulated to target post-workout soreness and stiffness, our Muscle & Joint Gel provides fast-acting relief and soothing comfort, so you can recover quickly and get back to doing what you love.
/* 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;
}
}