"Pip & Nut Sweet & Salty Smooth Peanut Butter is a deliciously moreish blend of golden roasted peanuts, expertly crafted into a silky smooth peanut butter with delicate sweet and salty notes.
Made from only natural ingredients, premium Mexican agave and a sprinkle of sea salt complements the specially sourced, hi-oleic peanuts, selected for their naturally sweet flavour.
Brighten up your breakfast with Pip & Nut peanut butter, by generously slathering it on toast or swirling it into porridge or smoothies."
/* 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;
}
}