Safe. Ethical. Effective.
Deep research has gone into making the perfect products just for you! Freshness like never-before & taste that will make you go WOW! We Promise.
Made with N-Ha: Magic Mineral(Learn more about Nano-Hydroxyapatite)
N-Ha is a non-toxic version of Hydroxyapatite that has been proven to strengthen & restore our teeth.
Constitutes about 97% of our teeth enamel
Reaches the innermost crevices of the dental cavity
Helps in remineralisation & teeth strengthening
Read the study 🡢
Key Ingredients / Extracts
Sodium Bicarbonate Prevents cavities, reduces plaque & gingivitis
Nano-Hydroxyapatite Why use Fluoride, when you can upgrade to N-Ha? Restores enamel & strengthens teeth.
Read more 🡢
Fitkari (Alum) Extracts Strengthens gums, prevents cavities, plaque & inflammation.
Himalayan Pink Salt Strenghtens teeth, prevents bad breath & toothache.
Cucumber Fruit Extract An icy cool taste, long lasting freshness & perfect oral health!
Ginger & Thyme Prevents gingivitis, infections & tooth decay.
Aloe Vera Leaf Juice Anti-fungal properties prevents inflammation & gum diseases.
Peach Fruit Extracts Source of calcium, iron, potassium & VitC for perfect oral health.
Tea Tree Oil Heals bleeding gums, toothache & infections.
Lavender & Chamomile Extracts Prevents cavities, infections & toothache.
What’s Inside
Clean ingredients - No toxins
Plant based extracts
Naturally fresh flavours
Vegan friendly
Made Safe Certified
What’s Not Inside
Fluoride
Alcohol
Cruel animal testing
SLS (Artificial foaming agents)
Parabens or any other toxins
Brush. Rinse. Experience. Smile.
Brush gently with a small amount of toothpaste
Rinse 10ml (1/4th cap) to rinse away stuff brushing might miss!
Experience Lasting Freshness & Awesome Taste
Smile with Confidence & show-off those pearly whites!
Better with Spicta
It's time to prioritise your Oral Health with better, cleaner & sustianable alternatives.
Clean Ingredients: With plant-based extracts, backed by research
Sustianable Oral Care: The 1st Plastic Neutral & Carbon Neutral Oral Care Brand in India
Better Alternatives: Oral care is no more a boring routine! Let's make it an experience to look forward to.
// js write here
let accordion_button = document.querySelectorAll(".my-spicta-accordion-button")
let accordion_content = document.querySelectorAll(".my-spicta-accordion-content")
let accordion_content_second = document.querySelectorAll(".my-spicta-accordion-button-second")
let elem, elem_icon, elem_index, plus_icon
accordion_button.forEach((current, index) => {
current.addEventListener("click", () => {
elem = current.children[1]
elem_icon = current.children[0].children[1]
elem_index = index
accordion_content.forEach((current, index) => {
if (index === 0) {
if (current.parentElement.children[0].children[1].style.display == "block") {
current.parentElement.children[0].children[1].style.display = "none"
} else {
current.parentElement.children[0].children[1].style.display = "block"
}
}
current.parentElement.children[0].children[1].style.transform = "rotateX(0deg)"
if (elem != current) {
current.style.display = "none"
}
})
if (current.children[1].style.display == "block") {
current.children[1].style.display = "none"
} else {
current.children[1].style.display = "block"
elem_index > 0 ? elem_icon.style.transform = "rotate(180deg)" : null
}
})
})
accordion_content_second.forEach((current) => {
current.addEventListener("click", () => {
accordion_content.forEach((current, index) => {
if (index == 0) {
current.parentElement.children[0].children[1].style.display = "block"
current.parentElement.children[0].children[1].style.transform = "rotate(0deg)"
}
})
})
})