Discover the benefits of lavender and calm your senses with the Ben & Anna Lavender Bath Salt. The high-quality sea salt Is enriched with aromatic lavender to reduce stress and promote relaxation. Immerse yourself in a bath that only makes your skin silky smooth but also soothes your senses with its comforting scent composition. The scent of lavender has a relaxing effect and creates a peaceful atmosphere.
/* 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;
}
}