BIOTIQUE
Sort By:
Show:
BIOTIQUE ALOE VERA BABY SUN BLOCK
BABY SUN BLOCK SPF 20 UVA/UVB SUNSCREEN 6 MONTH OR OLDER About: This nutrient-rich sun-lotion is...
Rs.155
BIOTIQUE ALOE VERA NOURISHING LIP BALM SPF 30 UVA/UVB SUNSCREEN
Prevents Chapped & Sunburned Lips About: This nutrient-rich lip balm prevents and corrects c...
Rs.149
BIOTIQUE APRICOT REFRESHING BODY WASH
100% Soap Free About: This fresh-foaming, 100% soap-free gel is a refreshing gel containin...
Rs.180
BIOTIQUE AVOCADO STRESS RELIEF BODY MASSAGE OIL
About: This soothing oil is a blend of pure avocado, almond, sesame, sunflower and margosa oils, mi...
Rs.135
BIOTIQUE BAEL BABY TOUCH HEALING BALM
Relieves Diaper Rash About: This soothing balm is a natural blend of pure bael, manjishta and ac...
Rs.85
BIOTIQUE BERRY 100% SOAP FREE SENSITIVE MOMMY & BABY BUBBLE BATH
100% Soap Free About: This gentle, 100% soap-free, bubbling wash is a natural blend of wild berr...
Rs.150
BIOTIQUE BHRINGRAJ THERAPEUTIC OIL FOR FALLING HAIR
Intensive Hair Regrowth Treatment: About: This intensive formula features pure bhringraj, butea ...
Rs.159
BIOTIQUE BITTER ORANGE
Nourishing Lotion For Men About: A light emulsion with extracts of Bitter Orange, Wheat germ, Fe...
Rs.180
BIOTIQUE BXL CELLULAR ANTI-SPOT PACK
For All Skin Type About: BXL Cellular Anti-Spot Pack is a targeted treatment for hyperpigmentati...
Rs.999
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 BXL CELLULAR CLEANSING SOLUTION
For All Skin Type About: BXL Cellular Cleansing Solution instantly decongests and refreshes skin...
Rs.499
BIOTIQUE BXL CELLULAR FIRMING PACK
For All Skin Type About: BXL Cellular Firming Pack pampers skin with revitalizing support. Helps...
Rs.999
BIOTIQUE BXL CELLULAR FOAMING CLEANSER
For All Skin Type About: BXL Cellular Foaming Cleanser water-activates into gentle foam that was...
Rs.499
BIOTIQUE BXL CELLULAR HYDRATING EYE GEL
For All Skin Type About: This cool hydrating eye gel diminishes dark circles, deflates puffiness...
Rs.699
Biotique BXL CELLULAR NOURISHING CREAM
BXL Cellular Nourishing Cream is a refreshing and brightening formula that penetrates easily to repl...
Rs.999
BIOTIQUE BXL CELLULAR NOURISHING CREAM
For All Skin Type About: BXL Cellular Nourishing Cream is a refreshing and brightening formula t...
Rs.999
BIOTIQUE BXL CELLULAR NOURISHING PACK
For All Skin Type About: BXL Cellular Nourishing Pack is a nutrient-rich boost for dull, tired s...
Rs.999
BIOTIQUE BXL CELLULAR NOURISHING PACK
For All Skin Type About: BXL Cellular Nourishing Pack is a nutrient-rich boost for dull, tired s...
Rs.999
BIOTIQUE BXL CELLULAR PROTECTION CREAM SPF 30 UVA/UVB SUNSCREEN
For Normal To Oily Skin About: BXL Cellular Protection Cream SPF 30 is an ultra-soothing,anti-wr...
Rs.999
BIOTIQUE BXL CELLULAR PROTECTION CREAM SPF 40 UVA/UVB SUNSCREEN
For All Skin Type About: BXL Cellular Protection Cream SPF 40 is an ultra-soothing,anti-wrinkle ...
Rs.999
';
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');
}
//-->