✦ Verified product
BITTERSWEET DEFEAT
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 - BITTERSWEET DEFEAT 40g A tender surrender wrapped in bitter peach and wild berry, soft muguet blooming through the quiet ache. Amber warms the fall, nutmeg steadies the breath. A moment of acceptance — when life bends, breaks, and somehow guides us home. Defeat isn’t the end; it’s the turning of the path to where you were always meant to be. Notes+ Bitter Peach │ Muguet │ Berry │ Amber │ Nutmeg │ Ingredients+ Coconut Wax │ Fragrance Oil Details+ Vegan blend Strong projection Fruity 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'); } }