A fresh minty fragrance of crisp hinoki that reveals the sweetness of wood thanks to a serene note of lemon.
Scentsual, Japanese incense for a harmonious life
Cherish nature and live every day following your heart's desires. Inmerse your senses in the abundant gifts of nature. The design and texture of the box are inspired by the unique multicoloured bark of rainbow eucalyptus, symbolizing the power and grace of nature.
/* 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;
}
}