This egg shaped rubber enrichment toy is perfect for keeping boredom at bay. Fill with your dog's dinner, paste or nut butter. For expert treat hunters, try freezing for a longer lasting challenge. Its unique shape makes it roll in all directions, whilst the shelves inside slowly dispense the hidden contents. Dishwasher safe and BPA-free.
/* 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;
}
}