WEEKEND MAKEUP
Sort By:
Show:
Sale
24 Carat Gold Face Pack - Vitamin-E & Lemon Peel
This rich gold pack is specially formulated with high percentage of 24 carat gold leaves which gives...
Rs.320 Rs.256 20% OFF
BIOTIQUE DIAMOND FACIAL KIT WITH DIAMOND BHASMA
Bio Diamond Facial kit with Diamond Bhasma About: This Diamond facial Kit has Diamond Bhasma and...
Rs.330
BIOTIQUE PARTY GLOW FACIAL KIT FOR INSTANT GLOW
Bio Party Glow Facial kit for Instant Glow About: This Party Glow Facial Kit gives instant glow ...
Rs.215
Coloressence Eye Liner Pencil - Green Dream 1.5g
Highlights Dazzle up like a queen with best-in-class beauty products! Brand: Col...
Rs.225
Coloressence Liquid Lip Color Llp-4 Maroon Dust 4ml
Highlights For that ultimate luxurious and velvety look Quantity: 4 ml Gives g...
Rs.225
Coloressence Mesmerising Lip Colour Back to Basics 45 4 Gm
Luxurious and long lasting lip colour Gives your lips a creamy yet matte finish Nourishes, pr...
Rs.175
Coloressence Mesmerising Lip Colour Passionate Pink 7 4gm
Highlights Luxurious and long lasting lip colour Gives your lips a creamy yet ...
Rs.199
Coloressence Premia Lipcolor Bomb Shell PLC-211 4g
Highlights Dazzle up like a queen with best-in-class beauty products! Brand: Col...
Rs.250
Coloressence Supreme Eyeliner Aquamarine Blue 9ml
Highlights Brand : Coloressence Product Type : Eye Liner Perfect for office ...
Rs.125
Sale
Lakme Insta Liner
This eyeliner enriched with active ingredients, lightweight, deep intense, water-resistant ...
Rs.110 Rs.88 20% OFF
Lakme Absolute Mattreal Skin Natural Mousse
Feather-light finish easily blends into the skin keeping it healthy and supple, hides pores & ev...
Rs.725
Lakme Absolute Precision Liquid Liner
Lakme's Absolute Precision Liquid Liner now comes in a pen-format for easy grip & single strok...
Rs.425
Lakme Eyeconic Curling Mascara
The Lakmé Eyeconic Curling Mascara gives volume to your lashes every day. Its smart and special ...
Rs.350
Lakme Invisible Finish Foundation
A long-lasting formula for picture-perfect skin, blend this ultra-light, water based foundation with...
Rs.225
Lakme Perfecting Liquid Foundation(Fair Skin)
This oil-free, water resistant foundation with Vitamin E & Silicones, soothes & moisturizes ...
Rs.135
Lakme Perfecting Liquid Foundation(Wheatish To Dusky)
This oil-free, water resistant foundation with Vitamin E & Silicones, soothes & moisturizes ...
Rs.135
LAKMÉ TRUE WEAR COLOR CRUSH
Long-lasting, chip-resistant, nail enamel, Lakmé True Wear Color Crush coats your nails with trendy,...
Rs.160
';
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');
}
//-->