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;
}
}