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.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
-->
-->
Refreshing Flavours. Clean Ingredients. Tastes Awesome.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
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.
Key Ingredients / Extracts
Fitkari (Alum) Extracts Strengthens gums, prevents cavities, plaque, tooth decay & reduces inflammation.
Peach Fruit Extracts
Rich source of calcium, iron, potassium & VitC - Reduces inflammation, prevents cavities
Aloe Vera Leaf Juice
Rich in antioxidants & anti-fungal properties - prevents inflammation & gum diseases.
Green Tea Leaf Extracts
Antioxidants prevent bad breath, cavities, tooth decay, & improve gum health.
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
Artificial flavours & sweeteners
SLS (Artificial foaming agents)
Parabens or any other toxins
Swish. Experience. Smile.
Swish 10ml (1/4th cap) to rinse away stuff brushing might miss!
Experience Lasting Freshness & Awesome Taste
Smile with Confidence & show-off those pearly whites!
Subscribe & get your favourites right at your doorstep!
Spreading Sustainability & Happiness
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)"
}
})
})
})