Multiple container easily stack for compact storage
Locking handles keep the lid securely
BPA-Free and Phthalate-Free
Round corners for easy cleaning
Dishwasher, freezer and microwave safe
Removable silicone lining ensures a leak-proof seal
Our food storage container is a convenient and practical choice for storing leftovers or packing lunches. Empty containers can be stacked inside each other for a efficient storage, and its strong and durable construction ensures that it will last for years of use. The container also features locking handles and a silicone lining on the lid, which help to keep the contents securely inside and prevents spills or leaks. Store liquids or soups without worrying about messes. A reliable and long-lasting choice, our food storage container is an essential everyday tool.
/* 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;
}
}
/* 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;
}
}
/* 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;
}
}
Choosing a selection results in a full page refresh.