Product Filter

Babies & Toys

Showing all 5 results

Sort by:
Sort by:
View:

Abyss & Habidecor Super Pile Washcloth

Current price is: ₦4,500.00. Original price was: ₦7,000.00.

Teddy Bear Stuffed PP Cotton

Current price is: ₦2,800.00. Original price was: ₦4,000.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); }); });