Pip & Nut's Smooth Almond Butter is made from just-roasted Californian almonds and a sprinkling of sea salt. That's it. Naturally nutritious and ridiculously tasty, this nut butter can be eaten for breakfast, lunch or dinner. Absolutely no palm oil or refined sugar. A natural source of protein. Suitable for vegans and vegetarians. Dairy free. Gluten free.
/* 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;
}
}