HIGH FIBRE: Daily fibre intake is vital to your digestive health. A claim that a food is high in fibre may only be made where the product contains at least 6g of fibre/100g according to (EC) 1924/2006. Emma Basic Roasted Sesame Seed contains 14g of fibre/100g.
NUTTY & CRUNCHY: Our sesame seeds are washed and roasted! Roasting sesame seeds is an art and science that takes years of training. Only skilly roasted sesame can produce rich flavour and a desirable nutty aroma.Adding a nutty taste and delicate crunch to your dishes.
/* 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;
}
}