✦ Verified product
FAJR BARAKA
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 - FAJR BARAKA 40g While the world is asleep, the believer leaves the comfort of his bed to go pray. Forehead to the ground, a moment of intimacy and humility. The scent of saffron and muguet dance in the air, enveloping the believer in a warm embrace. Abundance awaits those who are grateful. Fajr Baraka - the Blessings of Dawn. Notes+ Birch │ Saffron │ Vetiver │ Muguet │ Tree Moss │ Patchouli │ Agarwood │ Cedarwood Ingredients+ Coconut Soy Wax │ Fragrance Oil Details+ Vegan blend Strong projection Woody Accord 50-55 hours 190g function toggleTab(tabId) { const tabs = document.querySelectorAll('.tab'); const buttons = document.querySelectorAll('.tab-button'); tabs.forEach(tab => { if (tab.id === tabId) { tab.style.display = tab.style.display === 'block' ? 'none' : 'block'; } else { tab.style.display = 'none'; // Close other tabs } }); buttons.forEach(button => { if (button.getAttribute('onclick').includes(tabId)) { button.classList.toggle('active-button'); const isActive = button.classList.contains('active-button'); button.setAttribute('aria-expanded', isActive); } else { button.classList.remove('active-button'); button.setAttribute('aria-expanded', 'false'); } }); }