Biona's Organic Wheat Matcha Tagliatelle Nests combine premium organic durum wheat with antioxidant-rich matcha for a vibrant twist on traditional pasta-perfect for health-conscious and gourmet consumers alike.
Organic matcha adds a premium, health-focused twist to the pasta category, appealing to modern consumer preferences.
Combines the growing demand for functional ingredients with high-quality organic pasta, creating a unique opportunity.
/* 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;
}
}