Skip to content

OTTODISANPIETRO

Get our app ✨

Download

Cart

Your cart is empty

Select your gift wrapping

Limited Edition Sapin 190gr candle

Sale price72 €
Description

Siberian pine, resin, cedar, patchouli. 

This limited edition Sapin (Pine Tree) candle comes decorated with a golden lid and a label crafted in felt. Ideal as a gift – or a treat for yourself.
Felt, a material much loved by artist Lucy Sparrow, takes center stage in this end-of-year collection. For Diptyque, she appropriates the symbols of winter and the icons of the Maison, transmuting reality into a magical, festive world. 

DO YOU NEED MORE INFO?

We will reply to every email within 24 hours, Monday to Friday, excluding holidays.

You can call us or send us a Whatsapp from 9 am to 8 pm CET Monday to Saturday, excluding holidays.

Phone: +34 981 12 11 23

WhatsApp: +34 629 539 535

LOOKING FOR MORE DETAILS? CONTACT US

document.addEventListener('DOMContentLoaded', function () { const dropdown = document.querySelector('.header__dropdown-menu'); const primaryNav = document.querySelector('.header__primary-nav'); function showMenu() { dropdown.style.display = 'block'; dropdown.style.opacity = '1'; } function hideMenu() { dropdown.style.opacity = '0'; setTimeout(() => { dropdown.style.display = 'none'; }, 300); } primaryNav.addEventListener('mouseenter', showMenu); primaryNav.addEventListener('mouseleave', hideMenu); primaryNav.addEventListener('click', function (event) { event.stopPropagation(); if (dropdown.style.display === 'block') { hideMenu(); } else { showMenu(); } }); document.addEventListener('click', function (event) { if (!primaryNav.contains(event.target) && !dropdown.contains(event.target)) { hideMenu(); } }); });