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]
67a93b458466c1be4435af28Skin Care Gift Combo - Gift the Glow of Ayurveda-inSkin Care Gift Combo - Gift the Glow of Ayurveda-in No cash on delivery-Shipping apply for this special skin care gift hamper NO ADDED CHEMICALS || NO ADDED COLOURS || NO ADDED FRAGRANCES Gift the herbal goodness of glow-enhancing skincare products. WeHerbal's skin care gift combo includes nourishing, hydrating and luxurious Kumkumadi-infused beauty staples. The gift hamper is a timeless present for slow beauty rituals. Holistic care wrapped in elegance for an exclusive spa day at home. 100% chemical-free and free from parabens, sulphates and artificial colours, the Ayurvedic gift combo is known for its skin-enhancing properties. The 8-in-1 Skin Rejuvenation Gift Hamper is enriched with skin-brightening and anti-aging properties. WHAT DOES IT INCLUDE? Kumkumadi Face Cream (100 gm) Enriched with saffron and sandalwood for brightening and anti-aging benefits. Herbal formulated crafted using ancient Ayurvedic herbs, backed by scientific research. Kumkumadi Face Oil (20 ml) A potent blend of 26 Ayurvedic herbs to reduce fine lines, dark spots, and scars. Relaxes the facial muscles and reverses visible signs of aging. Kumkumadi Ubtan Face Wash (100 gm) Traditional Ayurvedic exfoliating cleanser to detox and revive dull skin. Removes impurities, makeup residue and excess sebum. Kumkumadi Sun Shield (100 gm) The SPF-infused herbal formulation protects against UV-induced skin damage. Suitable for all skin types and age groups. Kumkumadi Sunshield Body Lotion (180 ml) Lightweight, non-greasy SPF moisturizer with Kumkumadi base for full-body sun protection. Rose Water (100 ml) Steam-distilled hydrosol to hydrate, tone, and balance skin pH. Preps the skin for absorbing cream, serums and oils. Kumkumadi Lip Balm (8 gm) Deep nourishment and natural source for soft, healthy lips. Protects against harsh UV rays and environmental stressors. Herbal Face Mask (50 gm Free) Detoxifying and skin-tightening mask with Multani Mitti and botanicals. Unwind your day with a mattefying effect that removes impurities. HOW TO USE 1 CleanseUse the Kumkumadi Ubtan Face Wash to remove any impurities and excess oil. Rinse with lukewarm water. 2 ToneSpray or dab rose water onto your face to tone, refresh, and prep the skin for further nourishment. 3 TreatApply 5-6 drops of Kumkumadi oil and gently massage in circular motions for brighter, healthier-looking skin. 4 MoisturizeNourish the skin cells by applying a small amount over the face and neck. Gently massage and let it absorb. 5 Sun ProtectionApply evenly on the face and neck for complete protection against the harsh UVA/UVB rays. 6 Body CareTake a generous amount and apply evenly all over the body post-shower for moisturised, hydrated skin. 7 Lip CareNourish your lips using the chemical-free, natural and Ayurvedic lip balm for complete care. 8 Mask & Detox (Weekly Ritual)Once a week, detoxify your skin using the herbal face mask. Mix the mask with water, aloe vera gel or milk and apply a thin layer on your face. Let it dry for 15-20 minutes and rinse with lukewarm water. FAQs Is this combo suitable for all skin types? Yes! Each product is 100% natural, Ayurvedic, and crafted for all skin types—including sensitive skin. Can I use the face oil and cream together? Absolutely. Apply the oil first, let it absorb, then follow up with the cream. Can men use this hamper? Yes! Our formulations are suitable for all skin types and designed for anyone seeking natural skin rejuvenation. Is it safe during pregnancy? Yes, it's made with safe and herbal ingredients. However, always consult your doctor for personalised recommendations. Can I purchase the products separately? Absolutely! All products included in the skincare gift combo are available for individual purchase at our official website. /* 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; } } 04C47CA3CC6E6EAF5D7C79E4C6564B1E_65e704b7afba62fb25688b55_default
INR4599.00In Stock
We Herbal | Back to the Nature

Skin Care Gift Combo - Gift the Glow of Ayurveda-in

No cash on delivery-Shipping apply for this special skin care gift hamper NO ADDED CHEMICALS || NO ADDED COLOURS || NO ADDED FRAGRANCES Gift the herbal goodness of glow-enhancing skincare products. WeHe...

Read More
unit count

Key Attributes

brandWe Herbal | Back to the Nature
View full attributes

No cash on delivery-Shipping apply for this special skin care gift hamper NO ADDED CHEMICALS || NO ADDED COLOURS || NO ADDED FRAGRANCES Gift the herbal goodness of glow-enhancing skincare products. WeHerbal's skin care gift combo includes nourishing, hydrating and luxurious Kumkumadi-infused beauty staples. The gift hamper is a timeless present for slow beauty rituals. Holistic care wrapped in elegance for an exclusive spa day at home. 100% chemical-free and free from parabens, sulphates and artificial colours, the Ayurvedic gift combo is known for its skin-enhancing properties. The 8-in-1 Skin Rejuvenation Gift Hamper is enriched with skin-brightening and anti-aging properties. WHAT DOES IT INCLUDE? Kumkumadi Face Cream (100 gm) Enriched with saffron and sandalwood for brightening and anti-aging benefits. Herbal formulated crafted using ancient Ayurvedic herbs, backed by scientific research. Kumkumadi Face Oil (20 ml) A potent blend of 26 Ayurvedic herbs to reduce fine lines, dark spots, and scars. Relaxes the facial muscles and reverses visible signs of aging. Kumkumadi Ubtan Face Wash (100 gm) Traditional Ayurvedic exfoliating cleanser to detox and revive dull skin. Removes impurities, makeup residue and excess sebum. Kumkumadi Sun Shield (100 gm) The SPF-infused herbal formulation protects against UV-induced skin damage. Suitable for all skin types and age groups. Kumkumadi Sunshield Body Lotion (180 ml) Lightweight, non-greasy SPF moisturizer with Kumkumadi base for full-body sun protection. Rose Water (100 ml) Steam-distilled hydrosol to hydrate, tone, and balance skin pH. Preps the skin for absorbing cream, serums and oils. Kumkumadi Lip Balm (8 gm) Deep nourishment and natural source for soft, healthy lips. Protects against harsh UV rays and environmental stressors. Herbal Face Mask (50 gm Free) Detoxifying and skin-tightening mask with Multani Mitti and botanicals. Unwind your day with a mattefying effect that removes impurities. HOW TO USE 1 CleanseUse the Kumkumadi Ubtan Face Wash to remove any impurities and excess oil. Rinse with lukewarm water. 2 ToneSpray or dab rose water onto your face to tone, refresh, and prep the skin for further nourishment. 3 TreatApply 5-6 drops of Kumkumadi oil and gently massage in circular motions for brighter, healthier-looking skin. 4 MoisturizeNourish the skin cells by applying a small amount over the face and neck. Gently massage and let it absorb. 5 Sun ProtectionApply evenly on the face and neck for complete protection against the harsh UVA/UVB rays. 6 Body CareTake a generous amount and apply evenly all over the body post-shower for moisturised, hydrated skin. 7 Lip CareNourish your lips using the chemical-free, natural and Ayurvedic lip balm for complete care. 8 Mask & Detox (Weekly Ritual)Once a week, detoxify your skin using the herbal face mask. Mix the mask with water, aloe vera gel or milk and apply a thin layer on your face. Let it dry for 15-20 minutes and rinse with lukewarm water. FAQs Is this combo suitable for all skin types? Yes! Each product is 100% natural, Ayurvedic, and crafted for all skin types—including sensitive skin. Can I use the face oil and cream together? Absolutely. Apply the oil first, let it absorb, then follow up with the cream. Can men use this hamper? Yes! Our formulations are suitable for all skin types and designed for anyone seeking natural skin rejuvenation. Is it safe during pregnancy? Yes, it's made with safe and herbal ingredients. However, always consult your doctor for personalised recommendations. Can I purchase the products separately? Absolutely! All products included in the skincare gift combo are available for individual purchase at our official website. /* 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; } }

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