NO ARTIFICIAL CHEMICALS
!!
NO ADDED COLOUR AND FRAGRANCE
!!
Your body needs something more than a regular body lotion. WeHerbal presents Kumkumadi Sunscreen Body Lotion, packed with antioxidant-rich herbal ingredients. Rooted in ancient wisdom, Kumkumadi Sunscreen Body Lotion promotes radiant skin and protects against harsh UV rays.
Formulated with glow-boosting ingredients, including Kumkumadi oil, rosehip oil, carrot root extract, almond oil, jojoba oil, and sesame oil. The rich blend nourishes your skin with essential nutrients and helps build a protective layer against environmental stressors. Users have noticed 3x softness within just 2 weeks of regular use.
KEY BENEFITS
Dual Action: Kumkumadi body lotion not only nourishes the body but it also acts as a protective shield against harsh UV rays.
Skin Brightening: Crafted from a blend of nature's most potent botanicals, this Ayurvedic formula leaves your skin feeling 4x softer and brighter.
Quick Absorption: It glides on effortlessly, leaving your skin feeling luminous and nourished. Its lightweight formulation absorbs quickly without leaving any sticky residue.
Complexion Repair: Nourishes dull, dry skin and enhances the natural glow of your skin. The magic of the formulation starts working in just 3-4 uses.
Safe for All Ages: Suitable for all ages and skin types, this herbal body lotion contains no artificial chemicals and no added colour or fragrance.
INGREDIENTS
Kumkumadi Oil: Formulated with 20+ botanical herbs, Kumkumadi oil offers the perfect blend of nourishing, hydrating, and healing benefits for the skin.
Rosehip Oil: Rich in vitamins and fatty acids that help hydrate the skin. Its anti-inflammatory properties reduce the appearance of wrinkles, aging signs, acne scars, and smooth fine lines.
Carrot Root Extract: Rich source of bioactives and Vitamin C, carrot root extract helps restore collagen in skin naturally. It hydrates the skin and improves complexion by 2.5x.
Almond Oil: Promotes quicker healing and protects the skin cells against environmental stressors. Packed with magnesium, phosphorus, and copper, it deeply moisturises the skin and helps reduce dullness and dark spots.
Jojoba Oil: Packed with anti-inflammatory properties, the non-greasy, natural oil helps ease the effects of eczema and rosacea.
Sesame Oil: With a high concentration of fatty acids and phenols, sesame oil is known for its anti-inflammatory and moisturising properties.
HOW TO USE
1
Take the desired quantity of Kumkumadi Sunscreen Body Lotion.
2
Apply it all over your body.
3
Gently massage in circular motions until fully absorbed.
4
For best results, apply on damp skin.
Note:
Store in a cool, dry place
Keep away from direct sunlight
FAQs
Can I use Kumkumadi Body Lotion on my face?
Yes, you can use it on your face as well. However, we suggest that while Kumkumadi Body Lotion is a herbal moisturiser made from 100% natural ingredients, it is formulated to nourish the body. For best results, use the Kumkumadi Face Cream, which is gentler and made specifically for facial skin.
Does this lotion leave a white cast like other sunscreens?
No. Kumkumadi Body Lotion is crafted using Ayurvedic ingredients that allow it to seamlessly glide onto your skin without leaving any sticky residue or white cast.
How often should I reapply the lotion?
For best results, apply it generously post-shower. Reapply if you've been out in the sun for hours or after a swim.
Is it safe for children to use?
Absolutely. Made from 100% natural ingredients, Kumkumadi Body Lotion is safe for all age groups.
Does this lotion help with tanning or pigmentation?
Yes. Infused with naturally supportive herbs, it helps brighten the skin and reduce the appearance of tanning and pigmentation. Sunscreen lotion also helps protect the skin against harsh UV rays and 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,
.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;
}
}