Block rockin' soap bars. Ditch the bottles and go totally plastic free with HAND BLOCKS: made from a 4 plant oil blend including Olive, Coconut, Sunflower and Shea Butter, they're hand crafted in the UK in small batches to protect and moisturise your skin with every single wash.
Olive: For sleek skin conditioning
Coconut: :For big bubbles and moisurising effect
Sunflower: For protection, with vitamin E and antioxidants
Shea Butter: For moisturising
HAND BLOCKS are palm oil free, as well as being free from plastic, SLS, SLES and parabens.
/* 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;
}
}