VAADI HERBALS
Sort By:
Show:
Chandan Kesar Haldi Fairness Face Pack
This face pack is a scientifically developed complexion-enhancing formulation. It is excellent for s...
Rs.90
Chocolate & Strawberry SPA Facial Kit
A complete skin conditioning routine, this kit re-balances &re-vitalizes your skin with every st...
Rs.275
Cold Cream With Almond Oil, Vitamin-E & Aloe Vera
A special composition that both protects and beautifies your skin, while moisturizing it. This cream...
Rs.75
Cool Oil With Triphla & Almond
An excellent body and hair tonic; this formulation has been specially developed to boost the health ...
Rs.125
Deep Moisturising Hand& Body Lotion with Sunflower Extract
The perfect therapy to make & keep your body skin soft, supple & glowing. Sunflower helps th...
Rs.155
Deep-Moisturising Chocolate Cleansing Cream
Finally a chocolate treat for your skin too! This cleanser rids your facial skin of dust and other i...
Rs.152
Deep-Moisturising Chocolate Face Pack
A rich chocolaty face pack, it has been specially formulated with a high percentage of cocoa’s fat...
Rs.155
Deep-Moisturising Chocolate Massage Cream
A luxuriant pure cocoa and strawberry along wheatgerm Oil, Almond Oil and milk proteins detoxifies t...
Rs.165
Deep-Moisturising Chocolate Massage Gel
A rich composition of strawberries, chocolate, mulberry extract & honey, this gel helps restore the ...
Rs.165
Divine Sandal Soap Skin-Lighting Therapy
A time-tested combination, of Chandan, Kesar&Haldi; this soap lightens marks & leaves you with a smo...
Rs.38
Elbow-Foot-Knee Scrub Soap
An innovative formula, this soap effectively exfoliates,smoothes and lightens the areas of elbows, f...
Rs.28
Enchanting Rose Soap Anti-Pigmentation Therapy
A powerful anti-pigmentation formula this soap helps fade marks and blemishes; while preventing furt...
Rs.38
Enticing Lemongrass Scrub Soap
A specially formulated complex, with activated Charcoal, this soap draws impurities out of the skin;...
Rs.38
Exotic Kiwi Soap
"This crystal clear soap is an effective formulation to truly & deeply cleanse your skin; this soap ...
Rs.38
Fairness Cream With Aloe Vera, Saffron & Turmeric Extracts
A time-tested combination of Saffron & Turmeric has been enriched with the age-old goodness of Aloe ...
Rs.36
Foot Cream With Clove & Sandal Oil
This uniquely designed foot cream repairs & softens rough, hard & cracked heels. Anti-septic Clove O...
Rs.45
Foot Scrub With Fenugreek & Lemongrass Oil
This scientifically prepared formulation uses precious herbs & natural exfoliants, to effectivel...
Rs.90
Fresh Fruit Massage Cream With Apple, Orange, Papaya & Kokum Butter
A nutrient-rich cream; it pampers as well as enhances your complexion. Its vitamin content deep nour...
Rs.75
Fruit Splash Soap Skin Nourishing Therapy
Multi-vitamin rich fruit extracts make this soap perfect nourishment for your skin. It penetrates de...
Rs.38
Fruit Tropicana Face Cream With honeysuckle Extract
Enriched with multi-vitamins of numerous fruit extracts, this cream is the key to a beautiful and he...
Rs.75
';
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');
}
//-->