HAIR FALL
Sort By:
Show:
A perfect combination of potent herbs, this oil takes care of your hair and body both. It nourishes ...
Rs.125
BIOTIQUE BHRINGRAJ THERAPEUTIC OIL FOR FALLING HAIR
Intensive Hair Regrowth Treatment: About: This intensive formula features pure bhringraj, butea ...
Rs.159
BIOTIQUE KELP FRESH GROWTH PROTEIN SHAMPOO
For Intensive Hair Growth Treatment About: This nourishing shampoo is a blend of pure kelp, natu...
Rs.155
BIOTIQUE MOUNTAIN EBONY VITALIZING SERUM FOR FALLING HAIR
Intensive Hair Growth Treatment About: This intensive serum is blended with pure extracts of mou...
Rs.185
BIOTIQUE MUSK ROOT FRESH GROWTH NOURISHING TREATMENT PACK
Intensive Hair Growth Treatment About: This nourishing treatment pack is a blend of pure musk ro...
Rs.230
';
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');
}
//-->