Ideal for stir-fries, salad dressings & marinades. Mr Organic's Toasted Sesame Oil is packed full of deep, fragrant flavour to give your cooking an adventurous Eastern twist. Splash into a pan of sizzling stir-fry veggies or stir into hummus for a rustic finish.
High in Omega 3 & 9
Organic & Natural
Produced in Italy
Cold Pressed
Zero Air Miles
/* 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;
}
}