A sturdy food and water bowl for overexcited dog diners to lick clean. With an easy pick-up handle, wide base and non-slip rim, these bowls are hygienic and hard to flip, meaning less spillages. The smooth finish on the inside means you can wash and wipe clean in a few easy swipes. Made from 96% post-consumer recycled plastic.
/* 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;
}
}