Nice Rice is leading a sustainable rice revolution. We source our rice from farms which are:
- Reducing water by 40%
- Cutting Methane emissions by 40%
- Incentivising farms to take up sustainable practices
- Certified under a sustainable farm standard
Our signature sustainably-farmed pure basmati, perfectly cooked and ready to heat at home.
Our Pure Basmati is the foundation of our range. With a light, fluffy cooked texture and a characteristic aroma and flavour, these elegant long grains make other rice seem, well, ordinary.
/* 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;
}
}