PLASTIC NEUTRAL
CARBON NEUTRAL
NO TOXIC CHEMICALS
MADE SAFE
PLASTIC NEUTRAL
CARBON NEUTRAL
NO TOXIC CHEMICALS
MADE SAFE
PLASTIC NEUTRAL
CARBON NEUTRAL
NO TOXIC CHEMICALS
MADE SAFE
PLASTIC NEUTRAL
CARBON NEUTRAL
NO TOXIC CHEMICALS
MADE SAFE
-->
Refreshing Flavours. Clean Ingredients. Tastes Awesome.
Plant based extracts, backed by research for the perfect oral health. With new, & refreshing flavours for an enriching eperience!
-->
-->
Refreshing Flavours. Clean Ingredients. Tastes Awesome.
Plant based extracts, backed by research for the perfect oral health. With new, & refreshing flavours for an enriching eperience!
Safe. Ethical. Effective.
Deep research has gone into making the perfect products just for you! Freshness like
never-before, brighter smiles & taste that will make you go WOW! We Promise.
A sparkling white smile, naturally!(Learn more about our Teeth Whitening Dust
No need to worry about coffee, tea, tobacco or wine stains! Naturally bright, shiny teeth, & excellent oral health without being abrasive.
Baking Soda & Calcium Carbonate
Papain and Bromelain enzymes
Power of 3 - Bentonite Clay, Kaolin & Diatomaceous Earth
Key Ingredients / Extracts
Walnut Bark Powder Rich in potassium hydroxide - naturally whitens teeth.
Papaya & Pineapple Extracts
Whitens teeth, prevents plaque, gingivitis, & reduces inflammation.
Bentonite Clay
Whitens teeth, prevents plaque & remineralises teeth.
Kaolin Clay
Natural source of calcium, zinc & magnesium - Whitens teeth, prevents bad breath & cavities.
Diatomaceous Earth Powder
Whitens teeth reduces risk of gum diseases & improves oral health.
Calcium Carbonate & Baking Soda
Whitens teeth, prevents cavities, plaque, gingivitis, & remineralises teeth.
What’s Inside
Clean ingredients - no toxins
Plant based extracts
Naturally fresh flavours
Vegan friendly
Made Safe Certified
What’s Not Inside
Fluoride
Peroxide, Bleach or any other abrasive ingredients
Cruel animal testing
Artificial flavours & sweeteners
SLS (Artificial foaming agents)
Parabens or any other toxins
Dip. Experience. Smile.
In a hurry? Put the toothpaste on a toothbrush, dip in the powder, brush & rinse.
Have time? After brushing, dip the toothbrush in the powder, brush & rinse.
Experience Lasting Freshness & Awesome Taste
Smile with Confidence & show-off those sparkling whites!
Subscribe & get your favourites right at your doorstep!
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)"
}
})
})
})