Our dental sticks help your dog have a clean mouth, fresh breath and strong teeth. Because the sticks are air-dried, it takes ages to chew through them. They're made from plant-based, low-calorie ingredients - like tasty strawberry and breath-freshening mint. Give your dog one stick a day for an effective cleaning routine. Finally, a stick to smile about!
/* 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;
}
}