NO ADDED CHEMICALS
||
NO ADDED COLOURS
||
NO ADDED FRAGRANCES
Add a citrusy touch to your dry, chapped lips with WeHerbal's Citrus Fruit Lip Balm. Experience a refreshing burst of Vitamin C blended with healing butters and oils. Backed by Ayurveda's wisdom and scientific research, our luxurious lip balm deeply nourishes, repairs, and shields your lips without any side effects. Enriched with almond oil, shea butter, avocado butter, lemon, and cocoa butters to hydrate and heal dryness.
The lemon-infused lip balm helps reverse pigmentation, sun damage, and cracks. Locks in moisture for 72-hours and softens, hydrates lips. Packed with nourishing oils and butters, citrus fruit lip balm delights the senses while healing chapped lips. It is 100% free from chemicals, artificial colours, or fragrances. Say goodbye to rough surfaces, sun-damaged lips, and uneven skin tone. Bring life back to your dull lips and provide a burst of citrusy goodness.
KEY BENEFITS
Deep Nourishment: Heals cracked, flaky lips with rich butters and oils that moisturise, hydrate, and soften lips.
Citrus Refreshment: Infused with lemon extract, the citrus-rich lip balm helps revive dull, dry, and cracked lips.
Restores Softness: Locks moisture for up to 72 hours, leaving them feeling soft and supple, and repairs damaged lips.
Soothes Dry & Chapped Lips: Enriched with Vitamin E, nourishing oils, and healing butters, our gentle formulation soothes irritation, heals cracks, and protects delicate skin.
Hydrates & Protects: Protects lips from sun damage and environmental stressors. Creates a natural barrier to lock in hydration and nourishment.
INGREDIENTS
Almond Butter: Rich in Vitamin E, it softens and repairs damaged lips. Protects and nourishes the lips with a gentle and soothing touch.
Shea Butter: Packed with buttery goodness, shea butter heals cracked, chapped lips.
Cocoa Seed Butter: Provides intense hydration and moisture to dry, parched lips. Adds a protective layer against sun damage and cracks.
Sweet Orange: Rich in antioxidants, it helps promote an even-toned skin. Its exfoliating qualities help remove dead skin cells.
Avocado Butter: Perfect to moisturise, hydrate, and protect the lips. High in essential fatty acids, it helps the skin hold onto moisture to counteract dryness.
Lemon: Helps lighten pigmentation and naturally exfoliates dry and chapped lips. Powered by Vitamin C, it whitens dark lips and acts as a natural bleaching agent.
HOW TO USE
1
Take a small amount on your fingertip.
2
Gently apply it onto clean, dry lips.
3
Reapply whenever the lips feel dry.
FAQs
What makes Citrus Lip Balm different?
Formulated with 100% natural, herbal ingredients to protect, hydrate, and nourish the lips. It's powered by pure citrus extracts and nourishing butters, inspired by Ayurveda's ancient wisdom.
Can I use it every day?
Definitely. Its gentle formulation and herbal ingredients make it suitable for daily usage. You can use it multiple times a day, whenever your lips feel dry.
Does it lighten pigmented lips?
Yes. Infused with lemon and Vitamin E, Citrus Lip Balm lightens pigmentation, reverses sun damage, and evens skin tone.
Is it safe for kids or sensitive skin?
Absolutely. WeHerbal's Citrus Lip Balm is formulated using chemical-free, skin-friendly ingredients, making it safe for all ages and skin types. However, we recommend conducting a patch test if you have sensitive skin.
Can I wear it under lipstick?
Yes. Apply a thin layer of Citrus Lip Balm before applying makeup. It hydrates, nourishes, and softens the lips and prevents cracking under matte lipsticks.
/* 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,
.note li {
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;
}
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;
}
/* Note Section */
.note {
background-color: var(--light-bg);
padding: 15px;
border-left: 3px solid var(--secondary-color);
margin: 15px 0;
border-radius: var(--border-radius);
}
/* 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;
}
}