For the coffee and plant-based chocolate lovers, OTHERLY Cold brew Coffee Oatm*lk 43% cacao content is the ideal option to savour the rounded full-bodied tones of our selected blend of roasted coffee, matching the chocolate-like tones and cereal notes delivered by the creamy-melting rate of this exclusive bar made with fine flavour cocoa beans from Colombia.
/* 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;
}
}