BIOTIQUE
Sort By:
Show:
BIOTIQUE BXL CELLULAR PROTECTION CREAM SPF 50 UVA/UVB SUNSCREEN
For All Skin Type About: BXL Cellular Protection Cream SPF 50 is an ultra-soothing, anti-wrinkle...
Rs.999
BIOTIQUE BXL CELLULAR REFINING LOTION
For All Skin Type About: BXL Cellular Refining Lotion is a soothing, brightening formula that ge...
Rs.499
BIOTIQUE BXL CELLULAR REHYDRATING SCRUB
For All Skin Type About: This rich, water-activated formula lifts impurities and dead skin cells...
Rs.999
BIOTIQUE BXL CELLULAR SLEEP CREAM
For Normal To Dry Skin About: BXL Cellular Sleep Cream works with skin’s natural nighttime funct...
Rs.999
BIOTIQUE BXL CELLULAR WHITENING CREAM
For All Skin Type About: BXL Cellular Whitening Cream is a targeted depigmentation moisturizer t...
Rs.999
BIOTIQUE BXL CELLULAR WHITENING PACK
For All Skin Type About: BXL Cellular Whitening Pack is an intense, depigmentation treatment wit...
Rs.999
BIOTIQUE BXL CELLULAR WHITENING PACK
For All Skin Type About: BXL Cellular Whitening Pack is an intense, depigmentation treatment wit...
Rs.999
BIOTIQUE BXL CELLULAR YOUTH EYE CREAM
For All Skin Type About: This luxurious eye cream provides daily support for delicate eye areas....
Rs.999
BIOTIQUE CARROT 40+ SPF SUNSCREEN
Ultra Soothing Face Cream For All Skin Types About: This nutrient-rich cream is blended with pur...
Rs.220
BIOTIQUE CARROT FACE & BODY SUN LOTION SPF 25 UVA/UVB SUNSCREEN
For All Skin Types In The Sun About: This nutrient-rich lotion is blended with pure carrot oil, ...
Rs.115
BIOTIQUE CARROT SEED ANTI-AGING AFTER-BATH BODY OIL
About: This luxurious after bath oil is blended with pure carrot seed, almond and ground nut oil, m...
Rs.135
BIOTIQUE CELLULAR CLEANSING SOLUTION
For All Skin Type About: BXL Cellular Cleansing Solution instantly decongests and refreshe...
Rs.499
BIOTIQUE CELLULAR FOAMING CLEANSER
For All Skin Type About: BXL Cellular Foaming Cleanser water-activates into gentle foam that was...
Rs.499
BIOTIQUE CITRON / BIO CIT STIMULATING BODY MASSAGE OIL
About: This stimulating formula is a blend of pure citron with anti-oxidant Vitamin E, lavender and...
Rs.135
BIOTIQUE COCO BUTTER TISSUE FIRMING BODY BALM
Reduces Stretch Marks & Scars About: This emollient balm blends pure cocoa butter, mustard o...
Rs.180
BIOTIQUE COSTUS STRESS RELIEF FOOT MASSAGE CREAM
About: This cooling foot cream is a blend of pure costus root extract, dandelion and cobra saffron,...
Rs.180
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 FLAME OF THE FOREST FRESH SHINE EXPERTISE OIL
For Dry Damaged & Color Treated Hair About: This luxurious oil is a blend of flame of the fo...
Rs.159
BIOTIQUE GOLD RADIANCE FACIAL KIT WITH GOLD BHASMA
Bio Gold Radiance Facial Kit with Gold Bhasma For Glowing Skin About: This Gold Radiance Facial ...
Rs.235
BIOTIQUE GREEN APPLE FRESH DAILY PURIFYING SHAMPOO AND CONDITIONER
For Oily Hair & Scalp About: This refreshing formula is blended with pure green apple extrac...
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');
}
//-->