Take advantage of the current fast rate of sale on vitamin and mineral supplements. Stock the Balanced range of high quality products and use this shelf edge strip to help your bay stand out. Plus make 50% margin on a brand that is exclusive to you. For more great POS check out our Retail Support brand, or ask your account manager.
/* 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;
}
}