Pip & Nut's Crunchy Sweet & Salty Peanut Butter is made from just-roasted Argentinian hi-oleic peanuts, that are milled straight away to release the flavour. We source premium Blue Weber Amber agave nectar, hand harvested by skilled farmers in Meixco, before mixing with a sprinkling of fine sea salt. It's the perfect balance of sweet and salty, carefully crafted by our team of squirrels for the most irresistible taste, with absolutely no palm oil.
/* 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;
}
}