✦ Verified product
SANTAL WOODS
JPY 5,100.00
SABR
Verified independent store
→
@font-face { font-family: 'RoundedElegance'; src: url('path-to-your-font-file.ttf') format('truetype'); } .tab-container { display: flex; flex-direction: column; } .tab { display:
none; padding: 10px; border: 1px solid #000; border-top: none; margin-bottom: -1px; background-color: #fff; } .tab-button { background-color: #fff; border: none; color: #333; padding: 10px 20px; text-align: left; cursor: pointer; width: 100%; display: flex; justify-content: space-between; font-family: 'Chub Gothic', sans-serif; border-top: 1px solid #000; transition: background-color 0.3s; } .tab-button:hover { background-color: #f0f0f0; /* Light gray on hover */ } .active-button { background-color: #f0f0f0; } .tab-icon { font-size: 20px; margin-right: 10px; } .dropdown-text { font-family: 'Century Gothic', sans-serif; } .black-tab-button { text-decoration: none; font-family: 'Chub Gothic', sans-serif; background-color: #000; color: #fff; border: 2px solid #000; border-radius: 5px; padding: 10px 20px; margin-bottom: -1px; cursor: pointer; transition: background-color 0.3s, color 0.3s; display: inline-block; line-height: 1; font-size: 16px; } .black-tab-button:hover { background-color: #fff; color: #000; } .details-list { list-style-type: disc; /* Use default bullet points */ padding-left: 20px; /* Space for bullets */ display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; /* Space between items */ } .details-item { margin: 0; /* Remove default margin */ font-family: 'Century Gothic', sans-serif; } MINI - SANTAL WOODS 40g A sandalwood desk covered in books of poetry stacked ever so perfectly. The glass door is slightly open, enough for the aroma of lavandin to infuse the air. Scattered among the pages are letters, that whisper of longing. A testament to memories of love and love lost. Notes+ Santal │ Cardamom │ Cedarwood │ Amber │ Musk │ Lavandin Ingredients+ Coconut Wax │ Fragrance Oil Details+ Vegan blend Strong projection Woody Accords 50-55 hours 190g function toggleTab(tabId) { var tab = document.getElementById(tabId); var tabButton = document.querySelector('[onclick="toggleTab(\'' + tabId + '\')]'); if (tab.style.display === 'block') { // Close the tab tab.style.display = 'none'; tabButton.classList.remove('active-button'); } else { // Open the tab tab.style.display = 'block'; tabButton.classList.add('active-button'); } }