Amisa Organic GF French Style Classic Baguette 180g. This naturally gluten free classic baguette from Amisa is rather tasty. Made from a blend of corn and rice flour, all it needs is a cosy 10 minutes to crisp up nicely In the oven for that freshly-baked taste - ready for all manner of spreads and fillings. Experience foodie freedom and let your imagination run wild!
-Organic
-Vegan
-Gluten Free (batch tested using ELISA method)
-High in fibre
/* 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;
}
}