Experience the rich and sophisticated scent of Oud & Bergamot. A bold and captivating blend where deep,
woody Oud meets the bright zest of Bergamot, creating a refined fragrance with warm depth and citrus
freshness. Our Oud & Bergamot Natural Deodorant Spray offers long-lasting, effective protection from body
odour and is made from 100% natural origin ingredients, including soothing aloe vera.
/* 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;
}
}