Lucky Saint is an alcohol-free Superior Unfiltered Lager, full of body and flavour but without the alcohol.
This Pilsner lager is made with just four high quality ingredients - Pilsner Malt, Hallertau Hops, Bavarian spring water and our classic lager yeast. This combination of ingredients and their unique brewing process creates a full bodied lager with a refreshing citrus hop finish. One bottle contains just 53 calories and is vegan.
/* 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;
}
}