VAADI HERBALS

Display: List Grid
Sort By:
Show:

Gold Facial Kit

Enriched with Pure Gold leaves and precious Herbal Oils & extracts, this facial kit is extremely...
Rs.295

Heavenly Lavender Soap Skin Revitalizing Therapy

A skin re-vitalizing complex of Lavender & Rosemary, this soap boosts blood circulation & cellular r...
Rs.38

Honey Lemon Face Wash with Jojoba Beads

A perfect cleanser that only rids the face of excess oil, but also ensures that it doesn’t dry up....
Rs.48

Instaglow Almond & Honey Face Pack

This pack is especially formulated to give instant glow and shine to a dull and discolored complexio...
Rs.90

Kesar Chandan Facial Bar Skin Lightening / Anti-Tan

A rich combination of Kesar, Chandan along with Orange peel is guaranteed to improve your skin compl...
Rs.30

Lavender & Rosemary SPA Facial Kit

With potent anti-oxidants, including Lavender & Rosemary, this facial kit has been specially for...
Rs.275

Lavender Anti-Ageing Cleansing Cream

A luxurious blend of aromatherapy oils of Lavender & Rosemary, this cleanser gently rids the face of...
Rs.152

Lavender Anti-Ageing Face Pack

Aromatherapy oils of Lavender & Rosemary together fight wrinkling and sagging of the skin with the a...
Rs.155

Lavender Anti-Ageing Massage Cream

Lavender & Rosemary with other aromatherapy oils, prove extremely effective as anti-aging agents. Th...
Rs.165

Lavender Anti-Ageing Massage Gel

A rich blend of lavender & Rosemary essential oils, this gel penetrates into the deeper layers of th...
Rs.165

LAVENDER SHAMPOO with Rosemary Extract-Intensive Repair System

Ultra nourishing care, for even extremely damaged hair, this therapeutic shampoo repairs the cuticle...
Rs.165

Lavish Almond Soap Skin Re-hydrating Therapy

A scientifically chosen mix of herbal ingredients, this soap helps the skin absorb and retain hydrat...
Rs.0

Lemongrass & Cedarwood SPA Facial Kit

With the rich nutrient composition of Lemongrass & Cedarwood, along with other herbs and oils, t...
Rs.275

Lemongrass Anti-Pigmentation Cleansing Cream

.....
Rs.152

Lemongrass Anti-Pigmentation Face Pack

This thick paste enriched with various essential oils, provides your skin with all necessary Nutrien...
Rs.155

Lemongrass Anti-Pigmentation Massage Cream

A super rich mixture of various essential oils, this massage cream makes your skin super soft & supp...
Rs.165

Lemongrass Anti-Pigmentation Massage Gel

This anti-oxidants rich massage gel boosts both your skin’s tone as well as texture. It grants you...
Rs.165

Lip Balm - Orange

Vaadi Herbals Lip Balm Orange & Shea Butter contains pure orange oil, jojoba oil and shea butter......
Rs.40

Lip Balm - Strawberry

Vaadi Herbals Lip Balm Strawberry & Honey contains strawberry extracts, Vitamin-E, Honey and Almond ...
Rs.40

Luxurious Saffron Soap Skin Whitening Therapy

Enriched with Goat Milk, this soap cleanses away pore-deep impurities; fades marks; & evens skin ton...
Rs.38
'; 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'); } //-->