Free Shipping on All Orders $50+
Natural Brow Reveal Eyebrow Pencil - Waterproof & Long-Lasting for Perfect Eyebrows | Everyday Makeup & Special Occasions
Natural Brow Reveal Eyebrow Pencil - Waterproof & Long-Lasting for Perfect Eyebrows | Everyday Makeup & Special OccasionsNatural Brow Reveal Eyebrow Pencil - Waterproof & Long-Lasting for Perfect Eyebrows | Everyday Makeup & Special Occasions

Natural Brow Reveal Eyebrow Pencil - Waterproof & Long-Lasting for Perfect Eyebrows | Everyday Makeup & Special Occasions

$27.5 $50 -45%

Delivery & Return:Free shipping on all orders over $50

Estimated Delivery:7-15 days international

People:18 people viewing this product right now!

Easy Returns:Enjoy hassle-free returns within 30 days!

Payment:Secure checkout

SKU:70252880

Guranteed safe checkout
amex
paypal
discover
mastercard
visa

Product Description

Get the perfect line with Brow Reveal Precision Eye Brow Pencil by Bourjois. This automatic brow pencil with a slanted tip is easy and intuitive to use, so you can achieve professional results at home. Foolproof application helps get perfectly groomed and shaped brows.

 Smart, this pencil is your best ally to get the eye-catching look you've always wanted. Say YES to chic and naturally beautiful eyebrows, choose Brow Reveal from Bourjois!

 

Benefits:

  • Automatic eyebrow pencil
  • Chisel tip
  • Easy to use and intuitive thanks to its beveled tip
  • For a bold look, naturally fuller and more beautiful eyebrows
  • Long-lasting formula and professional results at home
  • Helps redefine and thicken eyebrows
  • Foolproof app

 

Application:

  1. Brush your eyebrows first.
  2. Find where your brows should start.
  3. Locate the ideal place where your eyebrow should end.
  4. Find your sweet spot.
  5. Use an eyebrow pencil to draw their shape.
  6. Fill in your eyebrows using Brow Reveal Precision Eye Brow Pencil.
  7. Blend the color with an eyebrow brush.

 

Bourjois is a French cosmetics company currently owned by the American group Coty Inc. Bourjois creates make-up, fragrance and skincare products, which are sold in approximately 23 000 points of sales in more than 50 countries.

LooliaCloset is an online premium beauty retailer offering authentic makeup, skincare, and haircare products from the most prestigious brands worldwide, in addition to selected fashion items.

{ img.classList.remove('active-thumbnail'); }); } } function selectSize(element) { var parent = element.parentElement; var variantOptions = parent.querySelectorAll('.variant-option'); for (var i = 0; i < variantOptions.length; i++) { variantOptions[i].classList.remove('active'); } element.classList.add('active'); var value = element.getAttribute('data-option'); document.querySelector('input.size_value').value = value; document.querySelector('.size_value_text').textContent =value; element.style.transform = 'translateY(-5px)'; setTimeout(function() { element.style.transform = 'translateY(0)'; }, 300); } // Change product quantity function changeQuantity(change) { var input = document.querySelector('.quantity-input'); var value = parseInt(input.value) + change; if (value < 1) value = 1; if (value > 10) value = 10; input.value = value; } // Add to cart button animation var addToCartBtn = document.querySelector('.btn-add-to-cart'); if (addToCartBtn) { addToCartBtn.addEventListener('click', function() { this.innerHTML = ' ADDED TO CART'; // Create confetti effect var rect = this.getBoundingClientRect(); var centerX = rect.left + this.offsetWidth/2; var centerY = rect.top + this.offsetHeight/2; for(var i = 0; i < 10; i++) { createConfetti(centerX, centerY); } var self = this; setTimeout(function() { self.innerHTML = ' BUY NOW'; }, 2000); }); } // Create confetti effect function createConfetti(x, y) { var confetti = document.createElement('div'); confetti.style.position = 'fixed'; confetti.style.width = '8px'; confetti.style.height = '8px'; var colors = ['#4facfe', '#00f2fe', '#7c3aed', '#f43f5e']; confetti.style.backgroundColor = colors[Math.floor(Math.random() * colors.length)]; confetti.style.borderRadius = '50%'; confetti.style.pointerEvents = 'none'; confetti.style.zIndex = '9999'; confetti.style.left = x + 'px'; confetti.style.top = y + 'px'; document.body.appendChild(confetti); var angle = Math.random() * Math.PI * 2; var velocity = 2 + Math.random() * 3; var lifetime = 500 + Math.random() * 500; var dx = Math.cos(angle) * velocity; var dy = Math.sin(angle) * velocity; var posX = x; var posY = y; var opacity = 1; function animate() { posX += dx; posY += dy + 0.5; // slight downward drift opacity -= 0.02; confetti.style.left = posX + 'px'; confetti.style.top = posY + 'px'; confetti.style.opacity = opacity; if(opacity > 0) { requestAnimationFrame(animate); } else { confetti.remove(); } }; requestAnimationFrame(animate); } // Wishlist button toggle var wishlistBtn = document.querySelector('.btn-wishlist'); if (wishlistBtn) { wishlistBtn.addEventListener('click', function() { var icon = this.querySelector('i'); if (icon.classList.contains('far')) { icon.classList.remove('far'); icon.classList.add('fas'); this.style.color = '#f43f5e'; this.style.borderColor = '#f43f5e'; this.style.transform = 'scale(1.2)'; } else { icon.classList.remove('fas'); icon.classList.add('far'); this.style.color = '#94a3b8'; this.style.borderColor = '#e2e8f0'; this.style.transform = 'scale(1)'; } var self = this; setTimeout(function() { self.style.transform = 'scale(1)'; }, 300); }); } // Add hover effect to related products var relatedProducts = document.querySelectorAll('.related-product-card'); for (var i = 0; i < relatedProducts.length; i++) { relatedProducts[i].addEventListener('mouseenter', function() { var img = this.querySelector('.related-product-img'); img.style.transform = 'scale(1.05)'; }); relatedProducts[i].addEventListener('mouseleave', function() { var img = this.querySelector('.related-product-img'); img.style.transform = 'scale(1)'; }); }