BIOTIQUE
Sort By:
Show:
BIOTIQUE PLANTAIN FIT & FAIR VITALIZER
Lightening & Anti-Aging About: This revitalizing serum is an intense blend of pure plantain,...
Rs.180
BIOTIQUE SANDALWOOD FACE & BODY SUN LOTION SPF 75 UVA/UVB SUNSCREEN
For All Skin Types In The Sun Very Water Resistant About: This nutrient-rich lotion is blended w...
Rs.200
BIOTIQUE SEAWEED REVITALIZING ANTI-FATIGUE EYE GEL
About: This refreshing eye gel reduces and prevents signs of stress, puffiness and darks circ...
Rs.199
BIOTIQUE SOYA PROTEIN FRESH NOURISHING SHAMPOO
For Dry, Damaged & Color Treated Hair About: This rich shampoo is a blend of pure soya bean ...
Rs.159
BIOTIQUE THYME VOLUME CONDITIONER
For Fine & Thinning Hair About: This volumizing formula is blended with pure thyme, oils of ...
Rs.185
BIOTIQUE VITAMIN / BIO VIT THERAPEUTIC BODY MASSAGE OIL
About: This luxurious, vitamin-rich bath oil is blended with Indian winter green, shoe flower, rose...
Rs.135
BIOTIQUE WALNUT BARK BODY BUILDING SHAMPOO
For Fine & Thinning Hair About: This rich, body-building formula is a blend of pure walnut b...
Rs.159
BIOTIQUE WATERCRESS FRESH NOURISHING CONDITIONER
About: This nourishing formula is blended with pure watercress and extracts of pineapple, tomato, c...
Rs.159
BIOTIQUE WAVE FRESH BODY STYLING GEL
For All Hair Types About: This alcohol-free styling gel is a blend of seaweed, musk root and cen...
Rs.199
BIOTIQUE WAVE FRESH BODY STYLING GEL
For All Hair Types About: This alcohol-free styling gel is a blend of seaweed, musk root and cen...
Rs.199
BIOTIQUE WHEAT GERM BABY SOFT MASSAGE OIL
Relieves Diaper Rash About: This nurturing massage formula is a natural blend of pure wheat germ...
Rs.150
BIOTIQUE WHITE ADVANCED FAIRNESS FACE WASH
For All Skin Types About: This fresh-foaming gel is blended with the juices of pineapple, tomato...
Rs.135
BIOTIQUE WINTER CHERRY REJUVENATING BODY NOURISHER
About: This nourishing lotion is a blend of pure winter cherry, sunflower, safflower, musk root and...
Rs.180
BIOTIQUE WINTER CHERRY REJUVENATING BODY NOURISHER
About: This nourishing lotion is a blend of pure winter cherry, sunflower, safflower, musk root and...
Rs.180
BIOTIQUE WINTER GREEN SPOT CORRECTING ANTI-ACNE CREAM
For Oily & Acne Prone Skin About: This soothing spot correcting cream helps clear up blemish...
Rs.199
BIOTIQUE WINTER GREEN SPOT CORRECTING ANTI-ACNE CREAM
For Oily & Acne Prone Skin About: This soothing spot correcting cream helps clear up blemish...
Rs.199
';
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');
}
//-->