Our Coconut M*lk is the result of hard-work, patience and dedication to the craft of chocolate-making.
Our Swiss master chocolatiers have delicately blended smooth dark chocolate with tender coconut flakes and creamy coconut milk for a decadent, rich and velvety taste.
Coconut and cacao are often found planted together around the world. When they come together in Pico, it creates chocolate magic.
/* 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;
}
}