Just Natural premium quality ingredients are carefully selected to ensure you receive the highest quality produce available. It is thoroughly inspected and then packed in our new state of the art packaging facility. We are audited and certified by the British Retail Consortium to their highest standard for packaging control procedures and cleanliness. We are also Soil Association certified for packing our Organic ranges and these high standards are maintained throughout Just Natural.
/* 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;
}
}