Master Cafe Iced Coffee Latte is the indulgent one in the Master Cafe range.
Using only a small percentage of dairy (4%), Latte has a sensationally subtle creaminess to it that is as refreshing and light, as it is delicious.
Perfect for the afternoon pick-me-up or to satisfy that sweet craving, Master Cafe Latte does not use any artificial sweeteners, but instead uses a touch of sugar.
At only 105 kcals per can, Latte can be your guilt-free, delicious and refreshing treat every day.
With a long shelf-life, Latte can be stored at ambient temperature, but best sold chilled.
/* 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;
}
}