Prepare your cocktails like a pro with the Skill Shaker in Smoked Black. With a generous 600 ml capacity, it offers plenty of space for your favourite mixes. The smoky black finish adds a cool, contemporary edge to your barware, making this cocktail shaker a stylish accessory as well as a practical tool. Ideal for experimenting with new mixtures or perfecting old favourites, this shaker is a must-have for any cocktail enthusiast. Plus, its sturdy construction ensures lasting durability. Shake up your cocktail game with the Skill Shaker in Smoked Black.
/* 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;
}
}