Why stock Soakin? Soakin is a range of naturally sourced bath salts selected to help you relax, unwind and recover from a long day at work, or after a tough workout. Ethically Sourced - Free from any additives - Never tested on animals - Vegan certified - Sturdy reusable pouches - Salts available in bulk - Fair retailer margin - Fair pricing for consumers - Not found in the multiples - Display this poster in your window to attract footfall. Ask your territory manager for more great POS materials.
/* 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;
}
}