A set of 3 each with a different size:
Small 21x31cm | Medium 25x31cm | Large 32x31cm
Ideal for packed lunch boxes, sandwiches and more!
Key USPs
- Easy to use- just wrap how feels right/natural to you!
- Malleable- mould to fit around anything, they are thick enough and rigid enough to take form around anything.
- Reusable- when utilised correctly each lasts for around a year.
- Washable- use cold water and washing up liquid after each use, then pat dry with a clean towel.
- 100% natural ingredients, organic cotton and completely compostable after use.
/* 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;
}
}