NO ADDED CHEMICALS || NO ADDED COLOURS || NO ADDED FRAGRANCES Your skin deserves extra care and protection for the prolonged hours under the sun. WeHerbal has brought to you an Ayurvedic body care combo, Kumkumadi Sunshield and Body Lotion Combo. Powered by Kumkumadi: a blend of saffron (Kumkum) and 26 potent herbs (Aadi). This duo works in harmony to hydrate, protect, and restore your skin's natural glow. From sunrise to sunset, your skin craves deep nourishment, increased hydration, and healing. Step into the sun with extra protection and care. Our clean formulation is rooted in Ayurvedic wisdom blended with modern skincare sensibility. This herbal body care combo is formulated using 100% natural ingredients, with zero added chemicals, colours, or synthetic fragrances. KEY BENEFITS 100% Natural, Zero Additives: Formulated using pure, plant-based ingredients for eco-conscious, herbal skincare enthusiasts. Made from zero added chemicals, artificial colours or fragrances. Brightens & Evens Skin Tone: Packed with Ayurvedic herbs such as Manjistha and Licorice, Kumkumadi Sunshield and body lotion combo helps fade pigmentation and improve skin tone by 3x. Ayurvedic UV Protection: Rich in antioxidants, this Ayurveda-inspired formulation helps shield your skin from sun exposure. Helps prevent premature aging and skin damage due to environmental stressors. Prevents Sun Damage & Skin Damage: It also heals sun damage, reduces skin tanning, and restores natural radiance. Rejuvenates skin cells and fades the appearance of skin fatigue. Non-Comedogenic & Fast-Absorbing: Made from non-comedogenic ingredients, the 100% natural body care combo promotes skin rejuvenation without leaving any white cast or greasy residue. Get smooth, breathable skin in just 2-3 weeks of regular use. INGREDIENTS Carrot root extract: Rich in antioxidants, carrot extract helps eliminate free radicals and promotes even skin tone. Vitamin C extract boosts collagen production, leading to fresher, more revitalised skin. Rosehip oil: The retinoids present in rosehip oil help brighten the skin, calm inflammation, prevent blackheads, and reduce the appearance of acne scars and dark spots. Almond oil: Protects the skin against UV radiation and inflammation. Antioxidant-rich oil promotes a youthful complexion, leaving skin looking dewy, plump, and hydrated. Sesame oil: Packed with antioxidant and anti-inflammatory properties, regular application fades dark spots, hyperpigmentation, and skin tanning. Jojoba oil: Its natural humectant properties create a barrier around your skin to keep it moisturised. Prevents itchy, flaky, and dry skin patches. Saffron: The soothing and brightening properties make your skin look healthier, more radiant. Improves skin elasticity, enhances natural glow and complexion by 3x. HOW TO USE 1 First, apply 2-3 pumps of the Kumkumadi Sunshield on your face and neck every morning. 2 Reapply after swimming or when spending prolonged hours under the sun. 3 Next, take a generous amount of body lotion on your palm. 4 Gently massage into damp skin post-shower. 5 Use daily for 2-3 weeks to notice visible signs of skin improvement. FAQs Is this suitable for all skin types? Yes. Formulated using 100% natural ingredients, this herbal body care combo is gentle yet effective for all skin types, including oily, dry, and sensitive skin. Does the sunshield leave a white cast? No. Made from Ayurvedic herbs, it fully absorbs into the skin without leaving any greasy residue or white cast. Can I use this under makeup? Definitely. This Kumkumadi Sunshield and Body Lotion Combo helps prep and protect your skin with its lightweight and hydrating formula. How soon can I expect visible results? Users have noticed glowing skin, reduced dark spots, and tanning within 2 weeks of regular use. How often should I reapply the sunshield? Unlike other sunscreens, Kumkumadi Sunshield doesn't need frequent application. Reapply only after swimming, excessive sweating, and spending prolonged hours under the sun. Is this safe for kids or teenagers? Absolutely. Formulated using 100% Ayurvedic herbs, it is safe for kids and teenagers. It contains no artificial colours, fragrances, or chemicals. /* 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 { margin-bottom: 15px; 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; } /* 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: 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; } }