{"product_id":"waterproof-eye-brow-stamp-powder","title":"Waterproof Eye Brow Stamp Powder","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --purple: #a855f7;\n    --pink: #ec4899;\n    --purple-dark: #1a0a2e;\n    --purple-mid: #2d1460;\n    --text: #f9fafb;\n    --muted: #9ca3af;\n    --subtle: #d1d5db;\n    --card-bg: #111111;\n    --border: rgba(168,85,247,0.18);\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: #0a0a0a;\n    color: var(--text);\n    overflow-x: hidden;\n  }\n\n  \/* ── ANIMATIONS ── *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(30px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes pulse-glow {\n    0%, 100% { box-shadow: 0 8px 40px rgba(168,85,247,.45); }\n    50%       { box-shadow: 0 8px 60px rgba(236,72,153,.65); }\n  }\n  @keyframes shimmer {\n    0%   { background-position: -200% center; }\n    100% { background-position: 200% center; }\n  }\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50%       { transform: translateY(-8px); }\n  }\n  @keyframes spin-slow {\n    from { transform: rotate(0deg); }\n    to   { transform: rotate(360deg); }\n  }\n\n  .fade-up { animation: fadeUp .7s ease both; }\n  .delay-1 { animation-delay: .1s; }\n  .delay-2 { animation-delay: .2s; }\n  .delay-3 { animation-delay: .3s; }\n  .delay-4 { animation-delay: .4s; }\n  .delay-5 { animation-delay: .5s; }\n\n  \/* ── HERO ── *\/\n  .hero {\n    position: relative;\n    background: linear-gradient(160deg, #0f0620 0%, #2d1460 50%, #0f0620 100%);\n    padding: 80px 24px 60px;\n    text-align: center;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -120px; left: 50%;\n    transform: translateX(-50%);\n    width: 700px; height: 700px;\n    background: radial-gradient(circle, rgba(168,85,247,.22) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; right: -80px;\n    width: 300px; height: 300px;\n    background: radial-gradient(circle, rgba(236,72,153,.15) 0%, transparent 65%);\n    pointer-events: none;\n  }\n\n  .orb {\n    position: absolute;\n    border-radius: 50%;\n    pointer-events: none;\n    animation: float 6s ease-in-out infinite;\n  }\n  .orb-1 { width:180px; height:180px; top:40px; left:-60px; background: radial-gradient(circle, rgba(168,85,247,.12), transparent 70%); animation-delay: 0s; }\n  .orb-2 { width:120px; height:120px; top:100px; right:-30px; background: radial-gradient(circle, rgba(236,72,153,.12), transparent 70%); animation-delay: 2s; }\n\n  .badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: linear-gradient(90deg, rgba(168,85,247,.25), rgba(236,72,153,.25));\n    border: 1px solid rgba(168,85,247,.4);\n    color: #e879f9;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    padding: 8px 20px;\n    border-radius: 50px;\n    margin-bottom: 28px;\n    backdrop-filter: blur(8px);\n  }\n  .badge svg { width:13px; height:13px; fill:currentColor; }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(40px, 7vw, 64px);\n    font-weight: 900;\n    line-height: 1.05;\n    margin-bottom: 14px;\n    background: linear-gradient(135deg, #ffffff 0%, #e9d5ff 40%, #f9a8d4 80%, #ffffff 100%);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: shimmer 4s linear infinite;\n  }\n\n  .hero-sub {\n    font-size: 19px;\n    font-weight: 300;\n    color: #c084fc;\n    letter-spacing: 1px;\n    margin-bottom: 18px;\n  }\n\n  .hero-desc {\n    font-size: 16px;\n    color: var(--subtle);\n    max-width: 580px;\n    margin: 0 auto 36px;\n    line-height: 1.75;\n  }\n\n  .video-wrap {\n    max-width: 820px;\n    margin: 0 auto 44px;\n    border-radius: 22px;\n    overflow: hidden;\n    border: 1px solid rgba(168,85,247,.3);\n    box-shadow: 0 0 80px rgba(168,85,247,.18), 0 0 0 1px rgba(255,255,255,.04);\n    position: relative;\n  }\n  .video-wrap iframe {\n    display: block;\n    width: 100%;\n    height: clamp(220px, 45vw, 440px);\n    border: none;\n  }\n\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: linear-gradient(135deg, #a855f7, #ec4899);\n    color: #fff;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 17px;\n    font-weight: 600;\n    padding: 18px 48px;\n    border-radius: 50px;\n    text-decoration: none;\n    letter-spacing: .3px;\n    border: none;\n    cursor: pointer;\n    animation: pulse-glow 2.5s ease-in-out infinite;\n    transition: transform .2s;\n  }\n  .btn-primary:hover { transform: translateY(-3px) scale(1.02); }\n  .btn-primary svg { width:20px; height:20px; fill:currentColor; }\n\n  .trust-row {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 24px;\n    flex-wrap: wrap;\n    margin-top: 22px;\n  }\n  .trust-item {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    font-size: 13px;\n    color: var(--muted);\n  }\n  .trust-dot { width:6px; height:6px; border-radius:50%; background: var(--purple); }\n\n  \/* ── STATS STRIP ── *\/\n  .stats-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    background: #0d0d0d;\n    border-top: 1px solid rgba(255,255,255,.06);\n    border-bottom: 1px solid rgba(255,255,255,.06);\n  }\n  .stat-item {\n    padding: 36px 16px;\n    text-align: center;\n    border-right: 1px solid rgba(255,255,255,.06);\n    transition: background .2s;\n  }\n  .stat-item:last-child { border-right: none; }\n  .stat-item:hover { background: rgba(168,85,247,.05); }\n  .stat-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 38px;\n    font-weight: 700;\n    background: linear-gradient(135deg, var(--purple), var(--pink));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .stat-label {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    color: var(--muted);\n    text-transform: uppercase;\n    margin-top: 5px;\n  }\n\n  \/* ── SECTIONS ── *\/\n  section { padding: 80px 24px; }\n  .section-inner { max-width: 900px; margin: 0 auto; }\n\n  .section-eyebrow {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    color: var(--purple);\n    text-transform: uppercase;\n    text-align: center;\n    margin-bottom: 12px;\n  }\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(28px, 4vw, 40px);\n    font-weight: 700;\n    text-align: center;\n    color: var(--text);\n    margin-bottom: 14px;\n  }\n  .section-sub {\n    text-align: center;\n    font-size: 15px;\n    color: var(--muted);\n    max-width: 600px;\n    margin: 0 auto 52px;\n    line-height: 1.7;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 18px;\n  }\n  .feature-card {\n    background: linear-gradient(145deg, #130820, #0d0516);\n    border: 1px solid var(--border);\n    border-radius: 22px;\n    padding: 32px 24px;\n    transition: border-color .25s, transform .25s, box-shadow .25s;\n    position: relative;\n    overflow: hidden;\n  }\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(168,85,247,.5), transparent);\n    opacity: 0;\n    transition: opacity .25s;\n  }\n  .feature-card:hover {\n    border-color: rgba(168,85,247,.5);\n    transform: translateY(-5px);\n    box-shadow: 0 20px 50px rgba(168,85,247,.12);\n  }\n  .feature-card:hover::before { opacity: 1; }\n\n  .feature-icon {\n    width: 48px; height: 48px;\n    background: linear-gradient(135deg, rgba(168,85,247,.15), rgba(236,72,153,.15));\n    border: 1px solid rgba(168,85,247,.3);\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n  }\n  .feature-icon svg { width:22px; height:22px; stroke:#c084fc; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }\n  .feature-card h3 { font-size: 16px; font-weight: 600; color: #f3f4f6; margin-bottom: 10px; }\n  .feature-card p  { font-size: 14px; color: var(--muted); line-height: 1.65; }\n\n  \/* ── HOW IT WORKS ── *\/\n  .how-section { background: #070707; }\n  .steps { display: flex; flex-direction: column; gap: 0; max-width: 600px; margin: 0 auto; }\n  .step {\n    display: flex;\n    gap: 22px;\n    padding-bottom: 40px;\n    position: relative;\n  }\n  .step:last-child { padding-bottom: 0; }\n  .step-left { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; }\n  .step-num {\n    width: 44px; height: 44px;\n    background: linear-gradient(135deg, var(--purple), var(--pink));\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-weight: 700; font-size: 16px; color: #fff;\n    z-index: 1;\n    flex-shrink: 0;\n  }\n  .step-line {\n    flex: 1;\n    width: 2px;\n    background: linear-gradient(to bottom, rgba(168,85,247,.6), rgba(236,72,153,.1));\n    margin-top: 8px;\n    min-height: 32px;\n  }\n  .step:last-child .step-line { display: none; }\n  .step-content { padding-top: 8px; }\n  .step-content h3 { font-size: 17px; font-weight: 600; color: #f3f4f6; margin-bottom: 8px; }\n  .step-content p  { font-size: 14px; color: var(--muted); line-height: 1.7; }\n\n  \/* ── REVIEWS ── *\/\n  .reviews-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 18px;\n  }\n  .review-card {\n    background: var(--card-bg);\n    border: 1px solid rgba(255,255,255,.07);\n    border-radius: 22px;\n    padding: 28px;\n    transition: border-color .2s, transform .2s;\n  }\n  .review-card:hover { border-color: rgba(168,85,247,.3); transform: translateY(-3px); }\n  .stars { color: #f59e0b; font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }\n  .review-text { font-size: 14px; color: var(--subtle); line-height: 1.7; margin-bottom: 20px; font-style: italic; }\n  .reviewer { display: flex; align-items: center; gap: 12px; }\n  .avatar {\n    width: 38px; height: 38px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px; font-weight: 600; flex-shrink: 0;\n  }\n  .reviewer-name { font-size: 13px; font-weight: 600; color: #f3f4f6; }\n  .reviewer-loc  { font-size: 12px; color: #6b7280; margin-top: 1px; }\n\n  \/* ── CTA SECTION ── *\/\n  .cta-section {\n    background: linear-gradient(150deg, #130820 0%, #2d1460 50%, #130820 100%);\n    padding: 90px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    border-top: 1px solid rgba(168,85,247,.2);\n  }\n  .cta-section::before {\n    content:'';\n    position:absolute; bottom:-80px; left:50%;\n    transform:translateX(-50%);\n    width:500px; height:300px;\n    background:radial-gradient(circle, rgba(236,72,153,.15) 0%, transparent 70%);\n    pointer-events:none;\n  }\n  .cta-section::after {\n    content:'';\n    position:absolute; top:20px; right:10%;\n    width:200px; height:200px;\n    border:1px solid rgba(168,85,247,.1);\n    border-radius:50%;\n    animation: spin-slow 20s linear infinite;\n  }\n\n  .price-box { margin-bottom: 36px; }\n  .price-old { font-size: 15px; color: var(--muted); text-decoration: line-through; margin-bottom: 4px; }\n  .price-new {\n    font-family: 'Playfair Display', serif;\n    font-size: 56px; font-weight: 700; color: #fff;\n    line-height: 1;\n  }\n  .price-off {\n    display: inline-block;\n    background: linear-gradient(135deg, var(--purple), var(--pink));\n    color: #fff; font-size: 12px; font-weight: 700;\n    padding: 5px 14px; border-radius: 50px;\n    letter-spacing: 1.5px; text-transform: uppercase;\n    margin-top: 10px;\n  }\n\n  .cta-section h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(30px, 5vw, 44px);\n    font-weight: 900;\n    margin-bottom: 16px;\n    background: linear-gradient(135deg, #fff, #e9d5ff);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .cta-section p { font-size: 16px; color: var(--subtle); max-width: 520px; margin: 0 auto 36px; line-height: 1.7; }\n\n  .btn-group { display: flex; flex-direction: column; align-items: center; gap: 14px; }\n  .secure-note { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }\n  .secure-note svg { width:15px; height:15px; stroke:currentColor; fill:none; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }\n\n  .guarantee-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: rgba(255,255,255,.06);\n    border: 1px solid rgba(255,255,255,.1);\n    border-radius: 14px;\n    padding: 12px 24px;\n    font-size: 13px;\n    color: var(--subtle);\n    margin-top: 24px;\n  }\n  .guarantee-badge svg { width:20px; height:20px; stroke:#a855f7; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }\n\n  \/* ── FOOTER ── *\/\n  footer {\n    background: #050505;\n    border-top: 1px solid rgba(255,255,255,.05);\n    padding: 28px 24px;\n    text-align: center;\n  }\n  footer p { font-size: 12px; color: #374151; }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 600px) {\n    .stats-strip { grid-template-columns: 1fr; }\n    .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.06); }\n    .stat-item:last-child { border-bottom: none; }\n    .hero h1 { font-size: 36px; }\n    .price-new { font-size: 44px; }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\u003cheader class=\"hero\"\u003e\n\u003cdiv class=\"orb orb-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orb orb-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"badge fade-up\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.4 7.4H22l-6.2 4.5 2.4 7.4L12 17l-6.2 4.3 2.4-7.4L2 9.4h7.6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Trending Beauty Essential\u003c\/div\u003e\n\u003ch1 class=\"fade-up delay-1\"\u003eBrow Master\u003c\/h1\u003e\n\u003cp class=\"hero-sub fade-up delay-2\"\u003ePerfect Eyebrows. Every Single Time.\u003c\/p\u003e\n\u003cp class=\"hero-desc fade-up delay-3\"\u003eSay goodbye to uneven, rushed brows. BrowMaster gives you flawless, symmetrical salon-quality arches in under 60 seconds — every day, anywhere.\u003c\/p\u003e\n\u003cdiv class=\"video-wrap fade-up delay-3\"\u003e\u003ciframe title=\"BrowMaster Demo Video\" src=\"https:\/\/www.youtube.com\/embed\/SmhQIXli21M\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003ca class=\"btn-primary fade-up delay-4\" href=\"#order\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4zM3 6h18M16 10a4 4 0 01-8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Order Now — Limited Stock \u003c\/a\u003e\n\u003cdiv class=\"trust-row fade-up delay-5\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"trust-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"trust-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n30-Day Returns\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"trust-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n50,000+ Happy Customers\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cdiv class=\"trust-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nSecure Checkout\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- STATS --\u003e\n\u003cdiv class=\"stats-strip\"\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cdiv class=\"stat-num\"\u003e50K+\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eWomen Served\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cdiv class=\"stat-num\"\u003e4.9★\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003eAvg Rating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-item\"\u003e\n\u003cdiv class=\"stat-num\"\u003e60s\u003c\/div\u003e\n\u003cdiv class=\"stat-label\"\u003ePerfect Brows\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cp class=\"section-eyebrow\"\u003eWhy Choose BrowMaster\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eDesigned for the Modern Woman\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eEvery detail engineered to give you confidence — fast, effortlessly, every single morning.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M8 3H5a2 2 0 00-2 2v3m18 0V5a2 2 0 00-2-2h-3m0 18h3a2 2 0 002-2v-3M3 16v3a2 2 0 002 2h3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003ePerfect Symmetry\u003c\/h3\u003e\n\u003cp\u003ePrecision-engineered stencil guides you to balanced, mirror-perfect brows every single time. No guesswork needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eUnder 60 Seconds\u003c\/h3\u003e\n\u003cp\u003eGo from bare to beautiful faster than ever. Built for busy mornings and on-the-go touch-ups when every second counts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12s1.5 2 4 2 4-2 4-2M9 9h.01M15 9h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eWorks With Everything\u003c\/h3\u003e\n\u003cp\u003eCompatible with pencils, pomades, powders and gels. Your favourite products, your style, perfected every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"1 20 1 14 7 14\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M3.51 9a9 9 0 0114.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0020.49 15\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eBuilt to Last\u003c\/h3\u003e\n\u003cp\u003ePremium reusable material rated for hundreds of uses. Cleans in seconds, fits in any bag, travels absolutely anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"how-section\"\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cp class=\"section-eyebrow\"\u003eSimple Process\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003e3 Steps to Flawless Brows\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eNo technique required. No guesswork. Just salon-quality results in the comfort of your home.\u003c\/p\u003e\n\u003cdiv class=\"steps\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-left\"\u003e\n\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"step-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch3\u003ePosition \u0026amp; Align\u003c\/h3\u003e\n\u003cp\u003ePlace BrowMaster against your brow area. The guide aligns perfectly with your natural bone structure for instant, effortless symmetry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-left\"\u003e\n\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"step-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch3\u003eFill \u0026amp; Define\u003c\/h3\u003e\n\u003cp\u003eApply your favourite brow product inside the stencil. Pencil, powder, pomade — anything works. No smudging, no overflow, no mess.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-left\"\u003e\n\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"step-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-content\"\u003e\n\u003ch3\u003eReveal \u0026amp; Go\u003c\/h3\u003e\n\u003cp\u003eLift the stencil and see salon-quality brows staring back at you. Blot lightly and you are ready to conquer the day with total confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REVIEWS --\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-inner\"\u003e\n\u003cp class=\"section-eyebrow\"\u003eReal Women, Real Results\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eThey Said It Best\u003c\/h2\u003e\n\u003cp class=\"section-sub\"\u003eOver 50,000 women have transformed their morning routine — here is what some of them have to say.\u003c\/p\u003e\n\u003cdiv class=\"reviews-grid\"\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"I used to spend 20 minutes every morning trying to get my brows even. Now I do it in seconds and they look better than ever. Absolute game changer!\"\u003c\/p\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv style=\"background: #3b1764; color: #c084fc;\" class=\"avatar\"\u003eSR\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"reviewer-name\"\u003eSara R.\u003c\/div\u003e\n\u003cdiv class=\"reviewer-loc\"\u003eLahore, Pakistan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"Honestly shocked at how natural these look. People keep asking if I got them microbladed. Totally worth every penny, I am obsessed!\"\u003c\/p\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv style=\"background: #1a3a52; color: #60a5fa;\" class=\"avatar\"\u003eAM\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"reviewer-name\"\u003eAmira M.\u003c\/div\u003e\n\u003cdiv class=\"reviewer-loc\"\u003eDubai, UAE\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"I bought this as a gift for my sister and now we are fighting over it. Already ordered a second one. Best beauty purchase of the year!\"\u003c\/p\u003e\n\u003cdiv class=\"reviewer\"\u003e\n\u003cdiv style=\"background: #1a3b1a; color: #4ade80;\" class=\"avatar\"\u003eFQ\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"reviewer-name\"\u003eFatima Q.\u003c\/div\u003e\n\u003cdiv class=\"reviewer-loc\"\u003eKarachi, Pakistan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection id=\"order\" class=\"cta-section\"\u003e\n\u003cdiv class=\"price-box\"\u003e\n\u003cdiv class=\"price-old\"\u003eRs. 2,999\u003c\/div\u003e\n\u003cdiv class=\"price-new\"\u003eRs. 1,499\u003c\/div\u003e\n\u003cdiv class=\"price-off\"\u003e50% OFF — Today Only\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eYour Best Brows Await\u003c\/h2\u003e\n\u003cp\u003eJoin over 50,000 women who have upgraded their beauty routine. Limited stock available — order now before it sells out again.\u003c\/p\u003e\n\u003cdiv class=\"btn-group\"\u003e\n\u003ca style=\"font-size: 18px; padding: 20px 60px;\" class=\"btn-primary\" href=\"#\"\u003e \u003csvg style=\"width: 22px; height: 22px; fill: currentColor;\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4zM3 6h18M16 10a4 4 0 01-8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Add to Cart — Order Now \u003c\/a\u003e\n\u003cdiv class=\"secure-note\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect ry=\"2\" rx=\"2\" height=\"11\" width=\"18\" y=\"11\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0110 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Secure checkout  ·  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect height=\"4\" width=\"22\" y=\"3\" x=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M1 10h22v11H1z\"\u003e\u003c\/path\u003e\u003cpath d=\"M1 7v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e All major cards accepted  ·  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Fast delivery\u003c\/div\u003e\n\u003cdiv class=\"guarantee-badge\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 30-Day Money-Back Guarantee — No Questions Asked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter\u003e\n\u003cp\u003e© 2025 BrowMaster · All rights reserved · Results may vary · Privacy Policy · Terms of Service\u003c\/p\u003e\n\u003c\/footer\u003e","brand":"Omniisia","offers":[{"title":"Default Title","offer_id":45942889218184,"sku":null,"price":899.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/3140\/7240\/files\/61wv5kuXzTL._AC_SL1001_7e3b3b69-82b6-4a7b-b1bb-aefa99a68378.jpg?v=1780504675","url":"https:\/\/www.omnisia.pk\/products\/waterproof-eye-brow-stamp-powder","provider":"Omniisia","version":"1.0","type":"link"}