Sort By:
Show:
Sale
Flat 20% Off -Jovees Strawberry Face Wash - 120ml
NORMAL TO DRY AND DRY SKIN Daily use face wash that contains olivem, Jojoba Extrac...
Rs.140 Rs.112 20% OFF
Jovees Tea Tree Face Wash - 120ml
OILY AND SENSITIVE SKIN It contains precious herbs and botanical extracts speciall...
Rs.140
Jovees Aloe Vera Moisturising Lotion-100ml
OILY AND SENSITIVE SKIN Oily skin needs proper cleaning and hydr...
Rs.180
Jovees Anti Tan Pack SPF60 (100g)
This formulation is the result of an extensive research on herb & the...
Rs.185
Jovees Apricot & Almond Scrub (100g)
NORMAL TO DRY SKIN A cream based scrub that contains specially treated granules wh...
Rs.125
Jovees Citrus Cleansing Milk (200ml)
NORMAL TO DRY AND DRY SKIN A gentle face cleanser that contains precious herbal ex...
Rs.265
Sale
Jovees Cucumber Skin Toner Astringent (100ml)
An exclusively well-formulated skin toner for oily skin that provides a m...
Rs.145 Rs.130 10% OFF
Jovees Grape Face Wash - 120ml
ALL SKIN TYPES This well-formulated face wash with extraordinary...
Rs.155
Jovees Henna & Ginseng Anti Hair Loss Shampoo(250ml)
This Shampoo developed scientifically that helps to preserve the integrit...
Rs.215
Jovees Honey & Apple Conditioning Shampoo(250ml)
It developed scientifically, helps to preserve the integrity of the herbs...
Rs.215
Jovees Insta Fair Glow Pack (120gm)
An exclusive Insta fair glow pack developed scientifically, helps to redu...
Rs.175
Jovees Jojoba & Neem Scrub (100gm)
OILY TO SENSITIVE SKIN Oily and sensitive skin needs special cleaning. This gentle...
Rs.185
Jovees Lavender & Lemongrass Cleansing - 100ml
OILY SKIN An Ayurvedic formulation developed specially for oily skin using high qu...
Rs.215
Sale
Jovees Neem Face Wash - 120ml
ALL SKIN TYPES Medicinal properties of neem have been known to I...
Rs.155 Rs.124 20% OFF
Jovees Papaya & Honey Scrub (100gm)
NORMAL TO DRY SKIN A unique formulation that helps to discover a new kind of lumin...
Rs.175
Jovees Pearl Face Cream ( 60gm)
ALL SKIN TYPES Pearl Cream has been developed using nano technol...
Rs.385
Jovees Pearl Face Pack (60gm)
ALL SKIN TYPES Pearl Cream has been developed using nano technol...
Rs.245
Jovees Rose Skin Toner Astringent - 100ml
This toner cum astringent developed for normal to dry skin enlivens skin ...
Rs.145
Jovees Saffron & Bearberry Fairness Cream (60gm)
ALL SKIN TYPES The amount of melanin (the skin’s pigmenting agen...
Rs.135
Jovees Shea Butter Moisturiser 100gm
This hydrating moisturiser with anti oxidant properties contains among other herbal i...
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');
}
//-->