Royal blue dual fit 2ply washable face mask.
Fabric binding allows the product to be washed and used again. Non-surgical face mask - comfortable and easy to wear. Machine washable to 60c
Ear slots ensure the mask fits all different face sizes and shapes.
95% Cotton, 5% Elastane 4-way stretch breathable fabric.
Outer layer has Silvadur 930 Flex Antimicrobial finish with a Zelan R3 renewably sourced, durable water-repellent finish.
/* 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;
}
}