VLCC
Sort By:
Show:
VLCC Diamond Polishing Facial Kit
The VLCC Diamond Polishing Facial purifies, brightens and polishes skin. Diamond Bhasma present in t...
Rs.1,100
VLCC Enbrighten Tinted Sun Screen Souffle SPF 25 | PA++ with Red Grape Extract
Over exposure to harmful UVA and UVB rays of the sun is responsible for skin darkening, ageing and d...
Rs.290
VLCC Extreme Sun Protection Cream SPF 60 | PA+++
Over exposure to harmful UVA and UVB rays of the sun is responsible for skin darkening and ageing. ...
Rs.425
VLCC Gasflush Super Gas Adsorbent With Citrus Bioflavonids 20's
VLCC Natural Sciences brings you Gasflush, a specially developed supplement to provide relief from G...
Rs.90
VLCC Gold Radiance Facial Kit
The VLCC Gold Radiance Facial gives a natural luster and youthful radiance to the skin. It retains m...
Rs.1,300
VLCC Hair Fall Repair Conditioner 100 ml
Every application of this conditioner makes hair stronger from within while leaving your hair sof...
Rs.110
VLCC Hair Fall Repair Conditioner 100 ml
Every application of this conditioner makes hair stronger from within while leaving your hair sof...
Rs.110
VLCC Hair Fall Repair Shampoo
A revolutionary herbal combination of Hibiscus Extracts and Coconut Oil nourishes and strengthens...
Rs.180
VLCC Hair Smoothening Shampoo
Now get the benefit of shampoo and conditioner in one product with rare combination of Wheat Prot...
Rs.254
VLCC Hair Strengthening Oil
Give your hair the perfect blend of essential oils. Olive and Almond Oil nourish and strengthen...
Rs.400
VLCC Hydrophobic Sun Block Lotion SPF 50 | PA+++
A unique water resistant formula with SPF 50 and PA+++. It provides 'Broad Spectrum Sun Block P...
Rs.355
VLCC Indian Berberry Face Scrub
This remarkable product exfoliates and rejuvenates, cleans & refreshes the skin. Plant extr...
Rs.220
VLCC Kajal 2.5 gm
An unique formulation that does not smudge, smear or fade after application. The goodness of na...
Rs.155
VLCC Lavang Moisturiser 100 ml
Clove (Lavang) contains a compound called “eugenol” which has anti-bacterial properties. Hence, when...
Rs.140
VLCC Lavang Moisturiser 100 ml
Clove (Lavang) contains a compound called “eugenol” which has anti-bacterial properties. Hence, when...
Rs.140
VLCC Liquorice Cold Cream 50 gm
This dual action moisturising cream is enriched with Rose Petals, Liquorice Extracts and Vitamin ...
Rs.115
VLCC Matte Look Suncreen Lotion SPF 30 | PA+++ 60Gm
Over exposure to harmful UVA and UVB rays of the sun is responsible for skin darkening and ageing. ...
Rs.195
VLCC Melia Face Wash
Cleanses face gently and effectively, without excessively drying the skin. It offers protection...
Rs.140
VLCC Men Active Light Fairness Face Scrub 100 gm
Over exposure to harmful sun rays, pollutants & external factors lead to skin darkening & da...
Rs.160
VLCC Men Active Light Fairness Face Wash 100 gm
Over exposure to harmful sun rays, pollutants and external factors lead to skin darkening and dark p...
Rs.155
';
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');
}
//-->