✦ Verified product
High Voltage Perfume Oil
AUD 30.00
Perfume Oil Expressions
Verified independent store
→
Perfume Oil inspired by High Frequency - Initio Dominant Scent CharacterFloral MuskySuitabilityFeminine Description Ignite your senses with High Voltage. This electrifying fragranc
e is a harmonious blend of notes creating a captivating olfactory experience.NotesTop: Almond, NeroliMiddle: Magnolia, Orange BlossomBase: Musk, Vanilla, Ambergris, Sandalwood Features Alcohol Free Animal Cruelty Free Vegan Parabens Free Phthalates Free Substances of Animal Origin Free ApplicatorRoll-On Disclaimer: Product references and names on this website are for informational purposes only. We create unique formulations inspired by popular fragrances but do not produce counterfeits or replicas. This site is independent and not affiliated with any brands or trademark holders. Ingredients Ingredients: Fragrance, Dicaprylyl Carbonate, Isopropyl Myristate, Dipropylene Glycol, Alkyl Benzoate, Jojoba Oil, Neopentyl Glycol Diheptanoate (and) Isododecane Potential Allergens: NA .collapsible { background-color: transparent; color: #333; cursor: pointer; padding: 10px; width: 100%; border: none; text-align: left; outline: none; font-size: 16px; font-weight: bold; position: relative; /* For arrow positioning */ text-decoration: none; /* Remove underlining */ } .active, .collapsible:hover { text-decoration: none; /* Remove underlining on hover and active */ } .content { padding: 0 18px; display: none; overflow: hidden; background-color: transparent; } /* Add thin outlined arrow style */ .collapsible:after { content: ""; border: solid black; border-width: 0 2px 2px 0; display: inline-block; padding: 3px; float: right; margin-left: 5px; transform: rotate(45deg); /* Down arrow */ transition: transform 0.2s ease; /* Smooth rotation */ } .active:after { transform: rotate(-135deg); /* Up arrow */ } var coll = document.getElementsByClassName("collapsible"); for (var i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); }