NIVEA
Sort By:
Show:
Nivea Fresh active Original Deodorant - 150ml
NIVEA Fresh Active Original Deodorant contains Ocean Extracts to keep you feeling fresh all d...
Rs.199
Nivea Men Body Deodorizer -120ml
The special formula gives you an instant cooling sensation on application With a powerful icy c...
Rs.250
Nivea Men Dark Spot Reduction Face Wash-100gm
Reduces dark spots accumulated from dirt and residues Removes impurities and excess oil Clean...
Rs.180
Nivea Men Dark Spot Reduction Moisturiser - 50ml
Reduces dark spots Effectively whitens skin Intensely moisturises and protects the skin ...
Rs.180
Nivea Men Dark Spot Reduction Moisturiser - 50ml
Reduces dark spots Effectively whitens skin Intensely moisturises and protects the skin ...
Rs.180
Nivea Musk Talc 400gm
Description of Nivea Body Talc Musk 400 gms As one of the internationally leadin...
Rs.150
Nivea Pure Talc 400gm
Nivea Pure Talc Bouquet gives you protection against body odour for all day long Its gentl...
Rs.140
';
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');
}
//-->