Balmonds Intensive Hand Cream is a deeply hydrating cream designed to moisturise dry, cracked, or sensitive hands. Formulated with nourishing natural ingredients like shea butter, hemp seed oil, and chamomile, it provides long-lasting moisture and relief from irritation. Gentle and free from artificial additives, it's ideal for frequent hand-washing, eczema-prone skin, or harsh weather conditions, leaving hands soft, smooth, and cared for.
/* 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;
}
}