MystoreMystore is an ONDC network-connected ecosystem built in India for Indian sellers. Mystore is the first ONDC network participant to connect as a Buyer and Seller NP.  You can register as a seller on Mystore and upload your catalogue. You will have a dedicated Seller page (digi-catalog) along with a Unique QR Code for your page that you can market to your buyers. Your catalogue will also appear on the ONDC network through the Mystore Buyer App and other buyer apps catering to related product domains. Mystore provides a comprehensive seller dashboard to manage your products, orders, and payouts. Mystore also facilitates seamless online shopping across categories with its Mystore Buyer App.https://www.mystore.in/s/62ea2c599d1398fa16dbae0a/66defda954ce55002beebf8c/mystore-logo-480x480.png
9th Floor, Tower A, Spaze iTech Park, Sector 49122018Gurgaon DivisionIN
Mystore
9th Floor, Tower A, Spaze iTech Park, Sector 49Gurgaon Division, IN
+918010412412https://www.mystore.in/s/62ea2c599d1398fa16dbae0a/66defda954ce55002beebf8c/mystore-logo-480x480.png"[email protected]
67a93b458466c1be4435af24FACE CARE COMBO FOR DRY AND DULL SKIN: Deep Nourishment for Dry Skin-inFACE CARE COMBO FOR DRY AND DULL SKIN: Deep Nourishment for Dry Skin-inNO ADDED CHEMICALS || NO ADDED COLOURS || NO ADDED FRAGRANCES A complete Ayurvedic skincare ritual in one combo — target dry, dull and uneven skintone. Say goodbye to dull, dry with WeHerbal's 5-in-1 face care combo. Our combo pack offers powerful Ayurvedic hydration using Kumkumadi oil and other herbal essentials. We promise a sacred transition from dry to divine and remove dead skin cells. Reboot your skincare ritual with Ayurvedic beauty combo formulated for modern skin. Targets dark spots, pigmentation, dry skin and premature aging. WHAT'S INSIDE THIS COMBO? Kumkumadi Oil (20 ml) The skincare elixir is a luxurious, Ayurvedic blend of saffron, sandalwood, turmeric and sesame oil that targets pigmentation, melasma and aging spots. Kumkumadi Ubtan Face Wash (100 gm) An all-natural face wash that targets clogged pores, oily skin and other impurities. Formulated using turmeric, dead sea mud, orange peel powder, sandalwood, licorice powder, rose and manjistha powder. Kumkumadi Sun Shield (100 gm) Protects your skin against harmful UV rays and reverses sun damage caused by spending prolonged hours outdoors. Made from saffron, aloe vera, carrot extract, sesame oil, turmeric and mulberry extract. Natural Rose Water (100 ml) Made from pure steam-distilled rose water from the roses of Kannauj, it is perfect to tone, refresh and hydrate skin. Herbal Face Mask (50 gm – FREE) A weekly detoxifying ritual to rejuvenate your skin cells. Brightens, softens and clarifies your skin natural without causing any side effects. HOW TO USE 1 CleanseUse Kumkumadi Ubtan Face Wash morning and evening. Take a small amount, gently massage onto damp skin. Rise thoroughly. 2 ToneSpray Rose Water directly onto clean skin or apply with a cotton pad to tone and refresh. 3 Daytime ProtectionApply Kumkumadi Sun Shield generously over face and neck for prolonged protection against UV rays. Reapply as needed. 4 Nighttime TreatmentApply 5–6 drops of Kumkumadi Oil onto clean, dry skin. Gently massage in circular motions until fully absorbed. Leave overnight. 5 Weekly CareUse the Herbal Face Mask 1–2 times a week for nourished, hydrated and smooth skin. Mix with rose water or plain water to form a paste, apply evenly, leave for 10–15 minutes, and rinse with lukewarm water. FAQs Is this combo suitable for sensitive skin? Yes. The chemical-free, all-natural skincare products contain no added colours or artificial fragrances. Its gentle and Ayurvedic formulation is suitable for all skin types. How soon can I expect visible results? Users have noticed visible signs of improvement within 2-3 weeks of consistent use. Dark spots and pigmentation typically improve within 4–6 weeks. Can I use this combo during the summer? Ofcourse! Formulated using calm and cooling agents such as licorice, sandalwood, aloe vera and turmeric, it is ideal for protecting barrier function and boost glow and hydration. Can I use makeup over these products? Yes. The face care combo is designed to moisturise, hydrate and protect your skin — making it an ideal base for daily or occasional makeup use. Are these products safe to use during pregnancy or breastfeeding? While the products are formulated using healing herbs and natural oils, we recommend consulting your physician 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, .kit-item p, .step p, .faq-answer { 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; } h4 { color: var(--primary-color); margin-bottom: 8px; font-size: clamp(1rem, 2.5vw, 1.2rem); } strong { color: var(--primary-color); } /* Kit Contents Section */ .kit-items { margin-top: 20px; } .kit-item { background: white; padding: 20px; margin-bottom: 15px; border-radius: var(--border-radius); box-shadow: var(--box-shadow); border-left: 4px solid var(--secondary-color); } /* Usage Steps */ .usage-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 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); margin-bottom: 15px; } .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; } .kit-item, .step { padding: 15px; } }1FC3FBA39983CE48B1C7C1267A9DC271_65e704b2afba62fb25688a25_default
INR3111.00In Stock
We Herbal | Back to the Nature
11

FACE CARE COMBO FOR DRY AND DULL SKIN: Deep Nourishment for Dry Skin-in

NO ADDED CHEMICALS || NO ADDED COLOURS || NO ADDED FRAGRANCES A complete Ayurvedic skincare ritual in one combo — target dry, dull and uneven skintone. Say goodbye to dull, dry with WeHerbal's 5-in-1 face care combo. Our combo pack offers powerful...

Read More
unit count

Key Attributes

brandWe Herbal | Back to the Nature
View full attributes

NO ADDED CHEMICALS || NO ADDED COLOURS || NO ADDED FRAGRANCES A complete Ayurvedic skincare ritual in one combo — target dry, dull and uneven skintone. Say goodbye to dull, dry with WeHerbal's 5-in-1 face care combo. Our combo pack offers powerful Ayurvedic hydration using Kumkumadi oil and other herbal essentials. We promise a sacred transition from dry to divine and remove dead skin cells. Reboot your skincare ritual with Ayurvedic beauty combo formulated for modern skin. Targets dark spots, pigmentation, dry skin and premature aging. WHAT'S INSIDE THIS COMBO? Kumkumadi Oil (20 ml) The skincare elixir is a luxurious, Ayurvedic blend of saffron, sandalwood, turmeric and sesame oil that targets pigmentation, melasma and aging spots. Kumkumadi Ubtan Face Wash (100 gm) An all-natural face wash that targets clogged pores, oily skin and other impurities. Formulated using turmeric, dead sea mud, orange peel powder, sandalwood, licorice powder, rose and manjistha powder. Kumkumadi Sun Shield (100 gm) Protects your skin against harmful UV rays and reverses sun damage caused by spending prolonged hours outdoors. Made from saffron, aloe vera, carrot extract, sesame oil, turmeric and mulberry extract. Natural Rose Water (100 ml) Made from pure steam-distilled rose water from the roses of Kannauj, it is perfect to tone, refresh and hydrate skin. Herbal Face Mask (50 gm – FREE) A weekly detoxifying ritual to rejuvenate your skin cells. Brightens, softens and clarifies your skin natural without causing any side effects. HOW TO USE 1 CleanseUse Kumkumadi Ubtan Face Wash morning and evening. Take a small amount, gently massage onto damp skin. Rise thoroughly. 2 ToneSpray Rose Water directly onto clean skin or apply with a cotton pad to tone and refresh. 3 Daytime ProtectionApply Kumkumadi Sun Shield generously over face and neck for prolonged protection against UV rays. Reapply as needed. 4 Nighttime TreatmentApply 5–6 drops of Kumkumadi Oil onto clean, dry skin. Gently massage in circular motions until fully absorbed. Leave overnight. 5 Weekly CareUse the Herbal Face Mask 1–2 times a week for nourished, hydrated and smooth skin. Mix with rose water or plain water to form a paste, apply evenly, leave for 10–15 minutes, and rinse with lukewarm water. FAQs Is this combo suitable for sensitive skin? Yes. The chemical-free, all-natural skincare products contain no added colours or artificial fragrances. Its gentle and Ayurvedic formulation is suitable for all skin types. How soon can I expect visible results? Users have noticed visible signs of improvement within 2-3 weeks of consistent use. Dark spots and pigmentation typically improve within 4–6 weeks. Can I use this combo during the summer? Ofcourse! Formulated using calm and cooling agents such as licorice, sandalwood, aloe vera and turmeric, it is ideal for protecting barrier function and boost glow and hydration. Can I use makeup over these products? Yes. The face care combo is designed to moisturise, hydrate and protect your skin — making it an ideal base for daily or occasional makeup use. Are these products safe to use during pregnancy or breastfeeding? While the products are formulated using healing herbs and natural oils, we recommend consulting your physician 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, .kit-item p, .step p, .faq-answer { 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; } h4 { color: var(--primary-color); margin-bottom: 8px; font-size: clamp(1rem, 2.5vw, 1.2rem); } strong { color: var(--primary-color); } /* Kit Contents Section */ .kit-items { margin-top: 20px; } .kit-item { background: white; padding: 20px; margin-bottom: 15px; border-radius: var(--border-radius); box-shadow: var(--box-shadow); border-left: 4px solid var(--secondary-color); } /* Usage Steps */ .usage-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 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); margin-bottom: 15px; } .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; } .kit-item, .step { padding: 15px; } }

Country of originIndia
brandWe Herbal | Back to the Nature
unit count1 unit
seller pickup returnyes
return window7 days
time to ship24 hours
contact details consumer careVivek Joshi,[email protected],9082254740
manufacturer or packer nameVIVEK JOSHI
manufacturer or packer addressDuralab Industries, 0503, Lodha Aqua A, Western Express Highway
common or generic name of commoditySkin Care
month year of manufacture packing importRefer pack for details
imported product country of originIN