NO ADDED CHEMICALS || NO ADDED COLOURS || NO ADDED FRAGRANCES Discover the ancient hair care ritual by Ayurveda for naturally resilient, healthy hair. Get 3x softer, stronger and silkier hair within just 2-3 weeks of regular use. Our 100% Natural Herbal Hair Mask is a blend of scientifically-backed herbs — without added chemicals, artificial colours or fragrances. It is formulated using six time-honoured Ayurvedic herbs — Amla, Neem, Reetha, Bhringraj, Shikakai, and Methi. Bring back your hair's natural shine and strengthen your roots. Nourish your hair with the power of herbs that help reduce hair fall, condition dry ends, and promote smooth, frizz-free hair. KEY BENEFITS Deep Scalp Nourishment: Packed with herbal goodness, the chemical-free ingredients gently wash away dirt, excess oil, and product build-up. Promotes Natural Conditioning: Enriched with methi (fenugreek), the natural herbal hair deeply conditions strands and restores smoothness and shine. Strengthens Hair Strands: Bhringraj powder helps restore moisture balance, regrow hair and get thicker, healthier hair. The age-old herbal hair mask is a natural solution for weak, frizzy hair. Fortifies Hair Follicles: Users have noticed 3x improvement in hair growth within just 5-6 uses. Formulated using Ayurveda's wisdom, it reduces hair fall, repairs damaged hair, and makes hair stronger. Balances Scalp pH: Crafted for dry, damaged, coloured and chemically-treated skin. The paraben-free and silicone-free formulation prevents frizzy hair, and reduces dandruff by up to 4x. No Added Chemicals: Made from 100% natural herbs, the shine-boosting remedy transforms your hair into a silky dream. The Ayurveda-backed formula promotes optimal health and vitality from root to tip. INGREDIENTS Amla powder: The herbal powder moisturizes and adds lustre to the hair. Promotes hair growth by 67% within just 5-6 uses. Bhringraj powder: Known for its Keshya (hair growth enhancer) property, it naturally conditions tresses and revitalizes hair follicles. Shikakai powder: Maintains the natural oils of the scalp and hair. Enriched with Kashaya (astringent), Sita (cold) and Ropan (healing) properties, it helps to reduce inflammation and treats infections. Neem powder: An effective antimicrobial solution for hair and scalp problems, its regenerative properties helps reduce hair fall by up to 64%. Methi powder: A powerhouse of anti-inflammatory and anti-fungal properties, methi aka fenugreek powder has a natural cooling effect that relieves itchy, flaky and inflamed scalp. Ritha powder: The natural hair volumizer acts as a mild cleanser which removes oil & grime from the scalp & hair, leading to brighter, shinier locks. HOW TO USE 1 Take half or one full pouch based on your hair length and volume 2 Mix with water to form a smooth, medium-thick paste 3 Let it rest for 15 minutes 4 Add one egg or 4–5 tbsp curd (optional) and mix well 5 Apply evenly from scalp to ends 6 Leave on for 1–3 hours 7 Rinse thoroughly with water 8 Apply We Herbal Hair Oil once hair is completely dry Note: You can wrap your hair with a warm towel for deeper nourishment. No need to shampoo your hair afterwards. FAQs Is it suitable for all hair types? Yes. Crafted from 100% natural, chemical-free herbs, the natural hair mask is suitable for all hair types. How often should I use it? For best results, use once a week to deeply cleanse, nourish, and condition your hair naturally. Do I need to shampoo after using it? No. The natural hair mask naturally cleanses your scalp and hair by removing excess oil and impurities. Does it help with hair fall and dandruff? Absolutely. The Ayurvedic blend of 6 powerful herbs helps calm inflammation and treat flaky, itchy and damaged scalp. Is it safe for coloured or chemically treated hair? Yes. The chemical-free formulation is gentle on coloured or chemically treated hair. However, it is recommended to do a patch test before usage. /* Base Styles */ :root { --primary-color: #9d5c3e; --secondary-color: #e8b384; --text-color: #333; --light-bg: #f9f9f9; --border-radius: 8px; --box-shadow: 0 4px 8px rgba(0,0,0,0.05); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Arial', sans-serif; line-height: 1.6; color: var(--text-color); } .product-description-container { max-width: 1200px; margin: 0 auto; padding: 20px; } /* Feature Tags */ .feature-tags { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; font-weight: 600; font-size: clamp(0.9rem, 2vw, 1.1rem); color: var(--primary-color); margin-bottom: 25px; padding: 12px; background-color: var(--light-bg); border-radius: var(--border-radius); text-align: center; } .divider { color: var(--primary-color); font-weight: bold; } /* Text Sections */ .description-text p, .benefits-list li, .ingredients-list li, .step p, .faq-answer, .note li { margin-bottom: 10px; font-size: clamp(0.95rem, 2vw, 1rem); } h3 { color: var(--primary-color); margin: 25px 0 15px; font-size: clamp(1.2rem, 3vw, 1.5rem); border-bottom: 2px solid var(--secondary-color); padding-bottom: 8px; display: inline-block; } strong { color: var(--primary-color); } /* Benefits Section */ .benefits-list { padding-left: 20px; list-style-type: none; } .benefits-list li { position: relative; padding-left: 25px; margin-bottom: 15px; } .benefits-list li:before { content: "•"; color: var(--secondary-color); font-size: 1.5em; position: absolute; left: 0; top: -3px; } /* Ingredients Section */ .ingredients-list { padding-left: 20px; list-style-type: none; } .ingredients-list li { margin-bottom: 15px; } /* Usage Steps */ .usage-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 20px 0; } .step { background: white; padding: 20px; border-radius: var(--border-radius); box-shadow: var(--box-shadow); border-left: 4px solid var(--secondary-color); } .step-number { background-color: var(--primary-color); color: white; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; font-weight: bold; } /* Note Section */ .note { background-color: var(--light-bg); padding: 15px; border-left: 3px solid var(--secondary-color); margin: 15px 0; border-radius: var(--border-radius); } .note ul { padding-left: 20px; } .note li { position: relative; padding-left: 20px; list-style-type: none; } .note li:before { content: "•"; color: var(--secondary-color); font-size: 1.5em; position: absolute; left: 0; top: -3px; } /* FAQ Section */ .faq-item { margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 15px; } .faq-question { font-weight: 600; color: var(--primary-color); margin-bottom: 8px; font-size: clamp(1rem, 2vw, 1.1rem); } /* Responsive Adjustments */ @media (max-width: 768px) { .feature-tags { flex-direction: column; gap: 5px; } .divider { display: none; } .usage-steps { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 480px) { .product-description-container { padding: 15px; } h3 { margin: 20px 0 12px; } .benefits-list, .ingredients-list { padding-left: 15px; } .step { padding: 15px; } .usage-steps { grid-template-columns: 1fr; } }