INTENSELY LAYERED BELGIAN CHOCOLATE: These chocolate Brazil nuts are coated in rich, dark Belgian chocolate for an indulgent treat you will love.
PREMIUM QUALITY: Go wild for good! These Brazil nuts are wild-harvested and hand-picked for the best quality, ensuring you get the most flavourful experience with every bite.
ADDED HEALTH BENEFITS: These chocolate nuts contain the mineral Selenium, which contributes to the normal function of the immune system and maintenance of hair and nails. Recommended serving - 2 Brazil nuts a day.
EASY STORAGE & SHELF LIFE: Easily store these chocolate Brazil nuts in a cool, dry place, ensuring the product retains its quality and taste for longer.
A PLEDGE OF PROFITS: With every delicious bite, you activate our GO WILD FOR GOOD! pledge to donate 25% OF PROFITS to preserve the planet, including the Amazon jungle, and support the local communities that depend on it.
/* 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;
}
}