Made from 100% organic, carefully selected black sesame seeds, creating a naturally deep charcoal colour and a rich and earthy flavour.
Popular in Japanese cuisine, this tahini can be used in hummus and dressings, and can even be used in baking for more sophisticated sweet treats.
/* 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;
}
}