Discover the bold and sophisticated scent of Oud & Bergamot. This luxurious fragrance pairs the deep, smoky
warmth of Oud with the bright, refreshing zest of Bergamot, creating a rich and refined scent. Our Oud &
Bergamot Natural Deodorant Roll-On 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;
}
}