Illuminate your day with the magic of Lumos! This enchanting officially licensed stainless steel shaker captures the essence of the wizarding world, bringing a touch of Hogwarts wherever you go.
Battle-tested
More than 25 million happy customers since 2009.
Durable design
Keep using it for a decade or more.
Leak-proof
100% guaranteed by our Smartshake Warranty.
Comfortable & lightweight
Weighs only 170 grams / 0.375 lbs.
Engraved measurement
Units of measure engraved on the inside of the bottle
Practical & easy to clean
Wide opening for simple cleaning (handwash only).
This is a single wall steel bottle. Do not use with hot liquids.
/* 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;
}
}