Rescue Kids Strawberry Dropper 10ml. RESCUE is well positioned to take advantage of a trend away from strong pharmaceutical products for stress & sleep in Kids.
Adding a flavour brings some joy and fun to the experience and some nostalgia for adults.
Recruit new customers with format designed for kids. Increase shopper frequency through higher consumption. Drive your average price and average spend per basket.
/* 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;
}
}