NO ARTIFICIAL CHEMICALS
!!
NO ADDED COLOUR AND FRAGRANCE
!!
Formulated with 100% natural ingredients, Kumkumadi Lip Balm is designed to nourish chapped, pigmented and inflamed lips. Users have noticed 78% more hydrated lips in just 7 days of regular use. Guarantees natural softness and even-toned lips, thanks to botanical inclusions such as shea butter, castor oil, carnauba wax, Vitamin E oil, Kumkumadi oil, lemon extracts and almond oil.
The Ayurvedic lip balm repairs cracks, improves lip texture and reduces pigmentation by up to 3x with consistent use. Rich in antioxidants, it protects and heals against the sun, signs of aging, pollution, and oxidative stress. Restores the natural shade of lips, leaving the lips feeling healthy, hydrated and nourished.
KEY BENEFITS
Hydrates Deeply: Deeply penetrates the lip barrier for healed, moisturised and hydrated lips. Powered by Kumkumadi Tailam, it is backed by 20+ botanical elements that brighten the lips naturally.
Brightens Naturally: From chronic dryness to pigmentation, our time-tested Ayurvedic formulation targets dullness, chapped lips and dark areas around the lips. It hydrates, heals and brightens the lips by boosting circulation, resulting in a rose-hued tint.
Soft Tint: Contains almond oil, Kumkumadi oil, shea butter, castor oil, Vitamin E oil, carnauba wax and lemon extracts that aid in gentle exfoliation and brighten the lips within 2-3 weeks of regular use.
Safe for All Age Groups: Suitable for all age groups and skin types, Kumkumadi lip balm is formulated with gentle inclusions, herbal oils and botanical ingredients. It is baby-safe as it is made without toxins, artificial colours and harsh chemicals.
Protection Against UV Rays: Acts as a protective barrier against UV rays and keeps your lips nourished, hydrated and healthy-looking.
INGREDIENTS
Kumkumadi Oil: Made from 20+ Ayurvedic herbs, Kumkumadi oil honours an age-old skincare ritual. Botanical inclusions such as saffron, sandalwood and turmeric make it an effective formula for brightening the lips.
Shea Butter: Locks in moisture for up to 72 hours. Its thick consistency acts like a skin barrier and prevents environmental damage.
Vitamin E Oil: Softens chapped and flaky lips. Packed with strong antioxidants, it protects the lips from sun damage, leaving them plump, hydrated and nourished.
Carnauba Wax: The mineral-based, hydrating ingredient locks in moisture and improves lip texture by up to 5x.
Castor Oil: Thick, hydrating and rich in vitamins, it helps increase the blood flow to the lip area, resulting in an even-toned texture.
Almond Oil: Rich in omega-3 fatty acids and antioxidants, it helps moisturise the lips, smoothen cracks, and balance the natural oil of the lips.
HOW TO USE
1
Use Kumkumadi Face Wash to clean your face and lips.
2
Apply a pea-sized amount onto your lips.
3
Rub your lips together.
4
Reapply every 2-3 hours in case of extremely dry lips.
FAQs
Is Kumkumadi lip balm safe for teenagers and babies?
Absolutely. Made from 100% natural ingredients, Kumkumadi lip balm is free of harmful chemicals and artificial colours making it ideal for teenagers and babies.
Is it suitable for daily use?
Yes. Kumkumadi lip balm is the perfect addition to your daily AM and PM skincare routine.
Can I use Kumkumadi lip balm with makeup?
Definitely. Use it before applying lip colour or matte lipstick to keep your lips moisturised, hydrated and soft.
Can men use Kumkumadi lip balm?
Yes. All genders and age groups can benefit from using the Ayurvedic, natural Kumkumadi lip balm.
Does it act as a barrier against harsh UV rays and pollution?
Absolutely. Kumkumadi lip balm protects the lips against harsh UV rays and prevents damage caused by environmental stressors.
/* 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;
}
}