G Spot drinks are refreshing, natural soft drinks filled to the brim with life-enhancing adaptogens and nootropics. A simple mix of what we know tastes good boosted with what we know does good. They have unique thirst-quenching flavours that also invigorate and boost performance and cognitive functions. And yes, they taste as good as they sound.
G Spot is the sweet spot between taste and functionality.
Soothe is a flavourful blend of crisp fresh apples, sage, and a light infusion of cornflower. The combination of fruit, herb and meadow flowers is both calming and refreshing, making it a great drink to unwind with.
/* 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;
}
}