Make your display of Balanced refill pouches look professional and use our shelf trays to neatly organise 4 units per SKU on shelf. Our trays come flat packed and it only takes a couple of folds to erect them - no glue or tape necessary. For other point of sale for to help you sell Balanced check out the Retail Support brand, or contact your CLF account manager. Refill pouches not included!
/* 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;
}
}