Award winning Peanut Butter, made with the highest quality of high-oleic peanuts sourced from Argentina. Roasted carefully in small batches to create the extra creaminess that you can only get from Heart and Soul. It has intense and deep flavour, thick, creamy, crunchy and more.
/* 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;
}
}