NO ADDED CHEMICALS
||
NO ADDED COLOURS
||
NO ADDED FRAGRANCES
Struggling with oily skin and frequent breakouts? WeHerbal's Face Care Combo Pack for Oily and Pimple-Prone Skin is a result-oriented, Ayurveda-backed, natural solution for restoring your skin's balance. The 6-in-1 Ayurvedic solution is crafted from potent herbs, natural oils and nourishing butters.
Reclaim your skin's natural radiance. Formulated to balance sebum, reduce inflammation and prevent breakouts. 100% chemical-free and natural, the multi-packed combo combats pimples and controls excess oil. At WeHerbal, we've crafted our organic skincare products using potent herbs and natural oils.
WHAT DOES IT INCLUDE?
Bakuchiol Anti-Aging Serum (20 ml)
Acts as a retinol-alternative, this natural serum is shown to reduce fine lines and wrinkles. Its anti-inflammatory properties support collagen production and reduce acne scars.
Kumkumadi Face Cream (100 gm)
The oil-based moisturiser is formulated for hydration and glow. Reduces blemishes and hyperpigmentation, while improves skin's natural barrier function.
Kumkumadi Ubtan Face Wash (100 gm)
A rich blend of Kumkumadi oil, saffron, turmeric and detoxifying herbs, it gently cleanses clogged pores and improves glow by up to 3x.
Kumkumadi Sun Shield (100 gm)
Includes SPF-enhancing botanical actives protect against UVA and UVB rays. The non-comedogenic formula hydrates without clogging pores.
Pure Rose Water (100 ml)
The steam distilled, pH balancing toner is a powerful cooling agent that pacifies Pitta dosha. Made from Kannauj Roses, it tightens and cleanses pores.
Herbal Face Mask (50 gm - Free)
The weekly beauty ritual is now packed in a 100% chemical-free, natural detoxifying blend. Formulated using rich herbs such as bhumi amla leaves, sandalwood, licorice and manjistha powder.
HOW TO USE
1
CleanseWash your face using Kumkumadi Ubtan Face Wash. Rinse with lukewarm water.
2
ToneSpray over your face or neck or apply a few drops using a cotton pad for refreshed, rejuvenated skin cells.
3
TreatApply 2-3 drops to your face and massage in upward, circular motions for reduced appearance of fine lines and wrinkles.
4
MoisturiseTake a pea-sized amount, massage gently until absorbed for hydrated, moisturised skin.
5
ProtectApply evenly to the face and neck and prevent sunburn, pigmentation, and premature aging.
6
Detox & MaskMix with pure rose water or milk to create a paste. Apply evenly to face and leave for 10-15 minutes. Rinse with lukewarm water.
FAQs
Is this combo suitable for all skin types?
Yes. The chemical-free, herbal skin care kit is suitable for all skin types - especially oily, acne-prone skin.
Can kids and teenagers use this kit?
Absolutely! This natural, Ayurveda-backed skincare combo is suitable for all age groups. It's ideal for those aged 15+, especially with oily or acne-prone skin. The Bakuchiol serum is best suited for individuals in their 20s and above.
Are there any side effects?
Not at all. All products in the combo are free from harmful chemicals, artificial colors, and synthetic fragrances. However, we recommend performing a patch test before first use.
Can I use the Bakuchiol serum daily?
Yes, the natural alternative to retinol is safe to use daily, both morning and night.
How long before I start seeing results?
Users may notice a visible difference in 1-2 weeks, however it'll take 4-6 weeks to achieve clearer, glowing, hydrated skin.
/* 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;
}
}