Product Filter

Health & Beauty

Showing all 4 results

Sort by:
Sort by:
View:

Popfeel Eyebrow Pen Waterproof

Current price is: ₦2,800.00. Original price was: ₦4,000.00.

Smart watch A1 Prime 2017

Current price is: ₦33,200.00. Original price was: ₦48,300.00.
Back to top

Always Stay Updated!

Stay updated on new items and changes to existing ones.

// Make hovering product thumbnails set the image as active. jQuery(document).ready(function ($) { var $gallery = $('.woocommerce-product-gallery'); if (!$gallery.length || typeof $.fn.flexslider === 'undefined') { return; } $('.flex-control-thumbs').on('mouseenter', 'li', function () { var index = $(this).data('slick-index'); if (typeof index === 'undefined') return; // Tell FlexSlider to activate the slide $gallery.flexslider(index); }); });