VAADI HERBALS
Sort By:
Show:
Silver Cleansing Cream - Pure Silver dust
Pure silver dust & numerous herbal extracts cleanse away all the dirt & impurities from the skin's s...
Rs.250
Silver Face Pack - Pure Silver Dust & Lavender Oil
Enriched with Pure silver dust & rich anti wrinkle & skin rejuvenating agents like Orange Oil, Mulet...
Rs.290
Silver Facial Kit
Enriched with Pure Silver Dust & other minerals, this Facial Kit deeply rejuvenates your skin an...
Rs.285
Silver Massage Cream - Pure Silver dust
Enriched with pure silver dust & numerous essential oils, this unique cream provides complete nouris...
Rs.275
Silver Massage Gel - Pure Silver dust & Sandalwood Oil
Abundant Silver dust & multiple Vitamins improve blood circulation & restore softness, smoothness & ...
Rs.290
Skin Exfoliating Strawberry Scrub Face Wash with Mulberry
Specially developed to fight dry & flaky skin condition, this face wash deeply nourishes and moistur...
Rs.48
Skin Lightening Fruit Facial Kit
A Unique blend of the most desired nutrients of Fruit extracts, its facials penetrates and nourishes...
Rs.275
Skin-Lightening Fruit Cleansing Cream
Restore the radiance in your skin by cleansing your face with a nutrient rich fruit every day......
Rs.152
Skin-Lightening Fruit Face pack
This pack is a luxurious blend of saffron and milk combined with fruits like papaya and mandarin tha...
Rs.155
Skin-Lightening Fruit Massage Cream
This cream is formulated using pineapple and avocado enzymes that help lighten the skin tone. It als...
Rs.165
Skin-Lightening Fruit Massage Gel
Relax your facial skin with a fruit based gel that is suitable for all skin types and does not leave...
Rs.165
Skin-Polishing Diamond Cleansing Cream
Deep cleanse your skin by gently exfoliating with a diamond face cleanser to reveal a radiant skin l...
Rs.280
Skin-Polishing Diamond Face Pack
This unique complex of high powered Diamond powder combined with Honey wax gives natural lustre and ...
Rs.280
Skin-Polishing Diamond Facial Kit
This kit (70gm) is an exclusive combination of Diamond Ash and Essential Oils which leaves the ...
Rs.320
Skin-Polishing Diamond Massage Cream
An excellent massage cream made of Saffron Extract and Diamond Bhasma, it provides complete nourishm...
Rs.295
Skin-Polishing Diamond Massage Gel
This face gel is effectively designed to reduce tanning and further lightens the colour of the skin....
Rs.280
Skin-Soothing Sunscreen Gel with Mix Fruits Extract
Enriched with anti-oxidants, Vitamin C and Alpha-hydroxy Acids, this sunscreen gel is perfectly form...
Rs.59
Skin-Whitening Saffron Face Wash with Sandal
An innovative after-sun-care herbal formulation, this face-wash fights and reverses the UV damage to...
Rs.48
Strawberry Facial Bar Anti-Pigmentation /Evens Skin Tone
This facial bar has excellent deep cleansing properties and gently exfoliates to even out skin tone....
Rs.30
Strawberry Scrub Lotion with Walnut Grains
This complex has been specially formulated to pamper your delicate skin, and undo the harshness of s...
Rs.165
';
html += '
' + $(element).find('.wishlist').html() + '
';
html += '
' + $(element).find('.compare').html() + '
';
html += '
';
html += '
';
var image = $(element).find('.image').html();
if (image != null) {
html += '
' + image + '
';
}
var price = $(element).find('.price').html();
if (price != null) {
html += '
' + price + '
';
}
html += '
' + $(element).find('.name').html() + '
';
html += '
' + $(element).find('.description').html() + '
';
var rating = $(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
';
$(element).html(html);
});
$('.display').html('
Display:ListGrid');
$.cookie('display', 'list');
} else {
$('.product-list').attr('class', 'product-grid');
$('.product-grid div.product_block').each(function(index, element) {
html = '';
var image = $(element).find('.image').html();
if (image != null) {
html += '
' + image + '
';
}
html += '
' + $(element).find('.name').html() + '
';
html += '
' + $(element).find('.description').html() + '
';
var price = $(element).find('.price').html();
if (price != null) {
html += '
' + price + '
';
}
var rating = $(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
' + $(element).find('.cart').html() + '
';
html += '
' + $(element).find('.wishlist').html() + '
';
html += '
' + $(element).find('.compare').html() + '
';
$(element).html(html);
});
$('.display').html('
Display:ListGrid');
$.cookie('display', 'grid');
}
}
view = $.cookie('display');
if (view) {
display(view);
} else {
display('grid');
}
//-->