Perfectly peanutty with a smooth blend of golden peanut butter and delicious roasted golden peanuts, blended with deliciously succulent Peruvian cocoa butter for added moisture and a smooth filling.
Packed with a blend of premium plant protein and protein crispies for and all coated in a delicate layer of the finest Belgian dark chocolate, this is a must-have for the peanut butter-holics out there!
/* 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;
}
}