SCRUB & EXFOLIATES
Sort By:
Show:
BIO WALNUT PURIFYING & POLISHING SCRUB 50gm
For Normal To Dry Skin About: Bio Walnut Scrub is an exfoliating scrub and blended with p...
Rs.199
BIOTIQUE BXL CELLULAR REHYDRATING SCRUB
For All Skin Type About: This rich, water-activated formula lifts impurities and dead skin cells...
Rs.999
BIOTIQUE PAPAYA EXFOLIATING FACE WASH
For All Skin Types About: This fresh foaming gel is blended with pure papaya fruit to dissolve d...
Rs.150
Himalaya Clear Complexion Whitening Face Scrub (100gm)
A complexion enhancing scrub with mild exfoliants that brings out your natural fairness and reveals ...
Rs.130
Himalaya Clear Complexion Whitening Face Scrub (50gm)
A complexion enhancing scrub with mild exfoliants that brings out your natural fairness and reveals ...
Rs.70
Himalaya Purifying Neem Scrub (100gm)
Specially formulated to give you clear, problem-free skin, this scrub works with a dual exfoliation ...
Rs.130
Himalaya Purifying Neem Scrub (50gm)
Specially formulated to give you clear, problem-free skin, this scrub works with a dual exfoliation ...
Rs.70
Himalaya Gentle Exfoliating Apricot Scrub (100gm)
Routine cleansing does not remove dead skin cells and deeply embedded impurities, leaving skin lifel...
Rs.130
Himalaya Gentle Exfoliating Walnut Scrub (100gm)
Routine cleansing does not remove a dead skin cells and deeply embedded impurities, leaving skin lif...
Rs.130
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
Jovees Apricot & Almond Scrub (100g)
NORMAL TO DRY SKIN A cream based scrub that contains specially treated granules which aid in remo...
Rs.125
Jovees Jojoba & Neem Scrub (100gm)
OILY TO SENSITIVE SKIN Oily and sensitive skin needs special cleaning. This gentle scrub contains...
Rs.185
Jovees Papaya & Honey Scrub (100gm)
NORMAL TO DRY SKIN A unique formulation that helps to discover a new kind of luminosity day after...
Rs.175
Lakme Clean Up Clear Pores Face Scrub
Your skin is currently shedding cells, which leads to a build-up of dead cells and dull-looking skin...
Rs.120
Lakme Clean Up Fresh Fairness Face Scrub
Your skin is currently shedding cells, which leads to a build-up of dead cell and dull-looking skin....
Rs.120
Lakme Clean Up Glow Face Scrub
Your skin is currently shedding cells which leads to a build -up of dead cells, making it look dull....
Rs.120
Nature's Essence Diamond Scrub Powder Oxy Tone 75g
Aromatherapy beauty solution Brand: Natures Essence Quantity: 75gOrange Oil to enhance the ra...
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');
}
//-->