Enjoy the comfort of the crisp Cotton Waffle, a popular choice among our customers. Its soft, breathable cotton waffle cover provides cosy warmth, retaining heat for prolonged periods of relaxation. The YUYU bottle features a wearable strap, allowing you to easily wrap it around yourself for added comfort.
This original 81cm long hot water bottle is made from biodegradable natural rubber and comes with a cotton waffle cover.
/* 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;
}
}