Our best-selling, Nuasan Active CBD Muscle Gel has a large following including endurance athletes, fitness enthusiasts, people on their feet all day and people suffering from joint pain and arthritis. This gel provides instant, warming relief, helping to reduce inflammation and pain and melting away tightness and tension. In a handy, take-everywhere, 100ml squeezable tube, this gel is rapidly absorbed and non-greasy unlike the CBD balms that are currently on the market. It has a great smell that customers love and contains 0% THC.
/* 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;
}
}