HIMALAYA
Sort By:
Show:
Himalaya Gentle Exfoliating Walnut Scrub (50gm)
Routine cleansing does not remove a dead skin cells and deeply embedded impurities, leaving skin lif...
Rs.70
Himalaya Gentle Exfoliating Walnut Scrub (50gm)
Routine cleansing does not remove a dead skin cells and deeply embedded impurities, leaving skin lif...
Rs.70
Himalaya Kajal
A unique blend of herbal extract, enriched with Almond oil that nourishes your eyes, keeps them cool...
Rs.120
Himalaya Moisturizing Baby Soap
Mild and soothing soap that replenishes lost moisture while cleansing baby's skin gently. Olive oil ...
Rs.55
Himalaya Nourishing Hand Cream
Caress your hands with Himalaya Herbals Nourishing Hand cream, a non-grassy cream with oils of Almon...
Rs.160
Himalaya Purifying Neem Face Wash -(100ml)
Specially formulated to give you clear, problem free skin, a soap-free, daily use face wash gel that...
Rs.100
Himalaya Purifying Neem Face Wash -(50ml)
Specially formulated to give you clear, problem free skin, a soap-free, daily use face wash gel that...
Rs.55
Himalaya Refreshing & Clarifying Toner (100ml)
Action: An alcohol free formulation that deep cleanses pores and refreshes to keep your skin oil-...
Rs.80
Himalaya Refreshing Cleansing Milk (100ml)
Normal to Combination Skin Deep Cleanses, Clarifies and Refreshes Action: A speci...
Rs.80
Himalaya Refreshing Cleansing Milk (100ml)
Normal to Combination Skin Deep Cleanses, Clarifies and Refreshes Action: A speci...
Rs.80
Himalaya Refreshing Cleansing Milk (100ml)
Deep Cleanses, Clarifies and Refreshes Action: A special blend of herbs that gently ...
Rs.80
Himalaya Under Eye Cream
Reduces under-eye dark circles and wrinkles Detoxifies and intensely moisturizes Protects sen...
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');
}
//-->