Irresistibly creamy, no crunchy distractions.The Original Roast Smooth was created when a ManiLifer told me she couldn't handle the crunch.Made from the finest whole peanuts, grown by family-run farm in Argentina. Roasted for a deeper, more intense flavour by master peanut roaster in the UK. And finally, blended in small batches for a creaminess that defies your knife and spreads itself
/* 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;
}
}