VAADI HERBALS
Sort By:
Show:
Lychee Lip Balm Smoothning Concentrate
These superb formulation keeps your lips deep-moisturised and makes them look sun-kissed pink! .....
Rs.40
Mint Lip Balm Active UV Block
These superb formulation keeps your lips deep-moisturised and makes them look sun-kissed pink! .....
Rs.40
Nail & Cuticle Oil with Jojoba Oil
An Excellent way to moisturise and condition the nails and cuticle area. It mainly strengthens thin,...
Rs.55
Neem Face Pack With Clove & Turmeric
A potent anti-microbial formulation, this facial pack keeps the skin healthy and acne-free. It kills...
Rs.90
Neem Patti Soap Antiseptic Soap
Prepared with pure Neem Leaves, this formulation gently, yet effectively detoxifies your skin. Anti-...
Rs.28
Olive Facial Bar
This vitamin rich facial bar specialises in making your skin soft and glowing. While the Cane Sugar ...
Rs.30
Papaya Face & Body Cream With Honey, Basil Extract & Jojoba Oil
Multi-vitamin rich, this cream breathes new life into your skin. Its rich anti-oxidant content fight...
Rs.60
Papaya Fairness Scrub Gel with Honey & Saffron
For a smooth & flawless complexion. This scrub is the perfect combination to clear and smoothen the ...
Rs.90
Pedicure Manicure kit with nail & Cuticle Oil
A divine combination of various herbs and aromatic oils, this kit is all set to pamper & beautify yo...
Rs.220
Perky Peach Soap
A unique combination of natural essentials, this soap makes your skin luminous from within. It boost...
Rs.38
PINK LOTUS SHAMPOO with Honeysuckle Extract - Color Preserving
An intensive-care regimen for colored hair, this combination provides both, nourishment to the treat...
Rs.155
Refreshing Fruit Face Pack
Rich in essential minerals, this pack softens, soothes &smoothes the skin. Constituent fruit ext...
Rs.90
Refreshing Lemon & Basil Soap
This vitamin-rich soap detoxifies, tones and moisturizes your skin, while cleansing it. It keeps you...
Rs.38
Rich Velvety Moisturising Lotion with Pink Rose Extract.
An intensive all-purpose moisturizer, it is perfect for any skin-type. This superb combination of Pi...
Rs.155
Royal Indian Khus Soap For Radiant Complexion
Super-rejuvenating, this soap promotes the re-growth of skin cells; help fading of mark, remove dead...
Rs.38
Saffron Sandal Facial Kit
An extremely rich composition of Saffron, Sandal and numerous other Herbal ingredients, this Facial ...
Rs.275
Saffron Skin-Whitening Cleansing Cream
This rich composition of Saffron & Sandal paste, smoothly but effectively cleanses all impurities, o...
Rs.190
Saffron Skin-Whitening Face Pack
Enriched with pure sandal paste, this scientifically designed Face Pack reduces fine lines, pigmenta...
Rs.225
Saffron Skin-Whitening Massage Cream - Basil Oil & Shea Butter
This rich composition of saffron and various oils, improves skin complexion and feeds the skin with ...
Rs.205
Saffron Skin-Whitening Massage Gel
A rich composition of saffron, Sandal and Multivitamins, this scientifically designed gel, removes d...
Rs.225
';
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');
}
//-->