LIPS
Sort By:
Show:
BIOTIQUE BXL CELLULAR CLEANSING OIL FACE, EYES, LIPS
For Normal To dry Skin About: BXL Cellular Cleansing Oil For Face, Eyes and Lips is an ultra-gen...
Rs.499
BIOTIQUE MORNING NECTAR LIGHTENING LIP BALM SPF 30 UVA/UVB SUNSCREEN
Lightens & Protects About: This anti-aging balm moisturizes and revitalizes lips. Fights col...
Rs.149
BIOTIQUE MORNING NECTAR LIGHTENING LIP BALM SPF 30 UVA/UVB SUNSCREEN
Lightens & Protects About: This anti-aging balm moisturizes and revitalizes lips. Fights col...
Rs.175
BIOTIQUE PEPPERMINT FRESH-KISS LIP BALM
Softens & Refreshes Lips About: This refreshing balm texttuizes delicate lips to a sleek, ...
Rs.149
Highlights Brand: Coloressence Type: Lip Color Quantity: 4 gm Formulated to ...
Rs.175
Coloressence Eye & Lip Liner Pencil - Fuchsia Pink 1.5g
Highlights Brand: Coloressence Type: Eye & Lip Pencil Quantity: 1.5 g Ma...
Rs.225
Coloressence Lip Liner Pencil Brick 0.25gm
Add extra definition to your lips Quantity: 0.25 gms Brand: ColoressenceSoft and creamy textu...
Rs.145
Coloressence Liquid Lip Color Llp-4 Maroon Dust 4ml
Highlights For that ultimate luxurious and velvety look Quantity: 4 ml Gives g...
Rs.225
Highlights Rich, vibrant colours that provide illuminating shine Nourishes, prot...
Rs.175
Coloressence Mesmerising Lip Color Ce Fuschia Glame 40 4gm
Highlights Rich, vibrant colours that provide illuminating shine Nourishes, prot...
Rs.175
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 Brick Red 67 4 Gm
Highlights Luxurious and long lasting lip colour Shade No.: Brick Red 67 Sha...
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 Panstick
Its unique components and pigments locks the moisture within pores of your skin, making your ski...
Rs.185
Coloressence Premia Lip Color Ce 114 Valentine 4gm
Highlights Enriching lip colour with long lasting radiant effect Keeps your lips...
Rs.250
Coloressence Premia Lipcolor Bomb Shell PLC-211 4g
Highlights Dazzle up like a queen with best-in-class beauty products! Brand: Col...
Rs.250
One of Lakmé’s most popular and mainstay classic lipstick range, Lakmé Enrich Satin lipsti...
Rs.260
Lakme Perfect Definition Lip Liner 02 (Walnut)
Lakmé Perfect Definition Lip Liner outlines your lips with four radiant colors for daily wear. Its s...
Rs.250
Lotus Ecostay Nourishing Lip Gloss
Background : Lip Gloss is a lightweight, high - Shine and perfectly pigmented preservative-free...
Rs.425
LOTUS FRUITY FUSION LIP BALM
Type : All Skin Types Form : Balm Background : The lip balm's highly active moisturizing fo...
Rs.125
';
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');
}
//-->