HAIR TOOLS
Sort By:
Show:
Ruby Flat Hair Straightener ( VHSH-08)
Vega presents Vega Ruby Flat Hair Straightener. The Vega Ruby Flat Hair Straightener is an advanced ...
Rs.1,999
Vega Bloom Flat Hair Straightener ( VHSH-10 )
Vega Bloom Flat hair straightener is a popular choice for anyone looking for a flat hair straightene...
Rs.1,999
Vega Blooming Air 1000 ( VHDH-05 )
The Vega Blooming Air 1000W hair dryer lets you do wonderful hair styling on the go. This hair dryer...
Rs.749
Vega Ease Curl ( VHCH-02 )
Get free-flowing, curly hair in just minutes with the Vega Ease Curl 25mm hair curler. Easy and hass...
Rs.1,299
Vega Flair Flat Hair Straightener ( VHSH-01 )
Vega presents Vega Flair Flat Hair Straightener. The Vega Flair Flat Hair Straightener is an advance...
Rs.1,399
Vega i-Shine Flat Hair Straightener ( VHSH-07 )
Create beautiful hairstyle with Vega i-Shine flat hair straightener. It heats up quickly within 60 s...
Rs.1,999
Vega M-Digi Flat Hair Straightener ( VHSH-12Y )
Get a straight shiny look with M-Digi Flat Hair Straightener from Vega. Ceramic coating plates which...
Rs.2,199
Vega Silky Flat Hair Straightener ( VHSH-06 )
Vega Silky Flat Hair Straightener with ceramic coating plate’s features 200° C temperature for creat...
Rs.1,499
VEGA Smooth Curl ( VHCH-03 )
Get free-flowing, curly hair in just minutes with the Vega Smooth Curl hair curler. Easy and hassle-...
Rs.1,499
Vega the Handmade Pocket Comb ( HMC-121 )
All fine toothed men`s pocket comb. .....
Rs.70
';
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');
}
//-->