Within the family of plant-based chocolate with 43% cacao content made with fine flavour cocoa beans from Colombia and oat powder, OTHERLY Salted Caramel Oatm*lk features decadent well-defined caramel notes with hints of sea salt that intensify the cereal notes of oats perfectly balanced underlined by chocolate-like tones and creamy texture.
/* 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;
}
}