✦ Verified product
LUCID DREAM
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 - LUCID DREAM 40G Lucid Dream opens with the fresh smell of yuzu and sea salt. Notes of ambergris and sage quickly follow adding character to the scent trail. A fragrance that calms the soul and blurs the lines between sky and sea. Notes+ Yuzu │ Sea salt │ Sage │ Ambergris │ Bergamot Ingredients+ Coconut Soy Wax │ Fragrance Oil Details+ Vegan blend Strong projection Marine Accord 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'); } }