{"product_id":"definition-3-shades","title":"Perfect Brows Eyebrow Powder – Natural-Looking, Buildable Brow Color for Soft Definition | 3 Shades","description":"\u003cstyle\u003e\n    \/* =========================================================\n       PERFECT BROWS\n       SINGLE-SHADE BROW POWDER\n       SINGLE-COLUMN LANDING PAGE\n       Desktop + Mobile\n       ========================================================= *\/\n\n    .pb-page {\n      --pb-bg: #f7f5f3;\n      --pb-white: #ffffff;\n      --pb-soft: #f5eee9;\n      --pb-soft-2: #fbf8f6;\n      --pb-border: #e8dfd9;\n      --pb-border-dark: #d9cbc2;\n\n      --pb-text: #292523;\n      --pb-text-soft: #665f5b;\n      --pb-text-light: #817772;\n\n      --pb-accent: #9c684f;\n      --pb-accent-soft: #eadbd2;\n\n      --pb-dark: #292523;\n      --pb-dark-soft: #39322f;\n\n      --pb-radius-lg: 22px;\n      --pb-radius-md: 15px;\n      --pb-radius-sm: 10px;\n\n      --pb-shadow:\n        0 8px 30px rgba(47, 39, 35, 0.055);\n\n      --pb-shadow-strong:\n        0 14px 38px rgba(47, 39, 35, 0.09);\n    }\n\n\n    \/* =========================================================\n       RESET\n       ========================================================= *\/\n\n    .pb-page,\n\n    .pb-page * {\n      box-sizing: border-box;\n    }\n\n    .pb-page {\n      scroll-behavior: smooth;\n    }\n\n    .pb-page {\n      margin: 0;\n      background: var(--pb-bg);\n      color: var(--pb-text);\n      font-family:\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        \"Helvetica Neue\",\n        Helvetica,\n        Arial,\n        sans-serif;\n      line-height: 1.65;\n      -webkit-font-smoothing: antialiased;\n      text-rendering: optimizeLegibility;\n    }\n\n    .pb-page img {\n      display: block;\n      width: 100%;\n      height: auto;\n    }\n\n    .pb-page a,\n    .pb-page button {\n      font-family: inherit;\n    }\n\n\n    \/* =========================================================\n       MAIN LAYOUT\n       ========================================================= *\/\n\n    .pb-page {\n      width: 100%;\n      overflow: hidden;\n    }\n\n    .pb-container {\n      width: calc(100% - 40px);\n      max-width: 880px;\n      margin: 0 auto;\n    }\n\n    .pb-section {\n      width: 100%;\n      padding: 24px 0;\n    }\n\n    .pb-card {\n      width: 100%;\n      padding: 52px;\n\n      background: var(--pb-white);\n\n      border: 1px solid var(--pb-border);\n      border-radius: var(--pb-radius-lg);\n\n      box-shadow: var(--pb-shadow);\n    }\n\n    .pb-center {\n      text-align: center;\n    }\n\n\n    \/* =========================================================\n       TYPOGRAPHY\n       ========================================================= *\/\n\n    .pb-eyebrow {\n      margin: 0 0 13px;\n\n      color: var(--pb-accent);\n\n      font-size: 11px;\n      line-height: 1.4;\n      font-weight: 800;\n      letter-spacing: 1.8px;\n\n      text-transform: uppercase;\n    }\n\n    .pb-title {\n      max-width: 720px;\n      margin: 0 auto 18px;\n\n      color: var(--pb-text);\n\n      font-size: 43px;\n      line-height: 1.12;\n      font-weight: 760;\n      letter-spacing: -1px;\n    }\n\n    .pb-title span {\n      display: block;\n      margin-top: 7px;\n      color: var(--pb-accent);\n    }\n\n    .pb-title-small {\n      max-width: 690px;\n      margin: 0 auto 17px;\n\n      color: var(--pb-text);\n\n      font-size: 34px;\n      line-height: 1.18;\n      font-weight: 740;\n      letter-spacing: -0.7px;\n    }\n\n    .pb-text {\n      max-width: 690px;\n      margin: 0 auto;\n\n      color: var(--pb-text-soft);\n\n      font-size: 16px;\n      line-height: 1.75;\n    }\n\n    .pb-text + .pb-text {\n      margin-top: 15px;\n    }\n\n\n    \/* =========================================================\n       BUTTON\n       ========================================================= *\/\n\n    .pb-btn-wrap {\n      width: 100%;\n      margin-top: 28px;\n\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n\n    .pb-btn {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n\n      width: 100%;\n      max-width: 420px;\n      min-height: 56px;\n\n      padding: 14px 24px;\n\n      background: var(--pb-dark);\n\n      border: 1px solid var(--pb-dark);\n      border-radius: 8px;\n\n      color: #ffffff !important;\n\n      font-size: 13px;\n      font-weight: 800;\n      letter-spacing: 1px;\n\n      text-align: center;\n      text-decoration: none !important;\n      text-transform: uppercase;\n\n      transition:\n        background 0.2s ease,\n        border-color 0.2s ease,\n        transform 0.2s ease;\n    }\n\n    .pb-btn:hover {\n      background: var(--pb-accent);\n      border-color: var(--pb-accent);\n      transform: translateY(-1px);\n    }\n\n    .pb-btn-note {\n      margin-top: 10px;\n\n      color: var(--pb-text-light);\n\n      font-size: 12px;\n      line-height: 1.5;\n\n      text-align: center;\n    }\n\n\n    \/* =========================================================\n       IMAGE SYSTEM\n       ========================================================= *\/\n\n    .pb-image-box {\n      width: 100%;\n      margin-top: 32px;\n\n      overflow: hidden;\n\n      background: #f1ece8;\n\n      border: 1px solid var(--pb-border);\n      border-radius: 16px;\n    }\n\n    .pb-image-box img {\n      width: 100%;\n      object-fit: cover;\n    }\n\n    .pb-landscape img {\n      aspect-ratio: 4 \/ 3;\n    }\n\n    .pb-square img {\n      aspect-ratio: 1 \/ 1;\n    }\n\n    .pb-portrait img {\n      aspect-ratio: 4 \/ 5;\n    }\n\n\n    \/* =========================================================\n       HERO\n       ========================================================= *\/\n\n    .pb-hero {\n      padding: 30px 0 20px;\n    }\n\n    .pb-hero-card {\n      padding: 62px 52px 50px;\n\n      background:\n        linear-gradient(\n          180deg,\n          #f2e8e2 0%,\n          #faf6f3 60%,\n          #ffffff 100%\n        );\n\n      border: 1px solid var(--pb-border-dark);\n      border-radius: 26px;\n\n      box-shadow: var(--pb-shadow-strong);\n\n      text-align: center;\n    }\n\n    .pb-hero h1 {\n      max-width: 750px;\n      margin: 0 auto 20px;\n\n      color: var(--pb-text);\n\n      font-size: 54px;\n      line-height: 1.04;\n      font-weight: 780;\n      letter-spacing: -1.8px;\n    }\n\n    .pb-hero h1 span {\n      display: block;\n      margin-top: 8px;\n      color: var(--pb-accent);\n    }\n\n    .pb-hero-description {\n      max-width: 680px;\n      margin: 0 auto;\n\n      color: var(--pb-text-soft);\n\n      font-size: 18px;\n      line-height: 1.72;\n    }\n\n    .pb-hero-description + .pb-hero-description {\n      margin-top: 11px;\n    }\n\n    .pb-hero-points {\n      width: 100%;\n      max-width: 600px;\n\n      margin: 30px auto 0;\n\n      display: flex;\n      flex-direction: column;\n      gap: 9px;\n    }\n\n    .pb-hero-point {\n      width: 100%;\n\n      padding: 13px 18px;\n\n      background: rgba(255, 255, 255, 0.75);\n\n      border: 1px solid rgba(190, 165, 151, 0.42);\n      border-radius: 9px;\n\n      color: #514743;\n\n      font-size: 12px;\n      font-weight: 760;\n      letter-spacing: 0.6px;\n\n      text-transform: uppercase;\n    }\n\n    .pb-hero-image {\n      margin-top: 36px;\n\n      overflow: hidden;\n\n      background: #eee6e1;\n\n      border: 1px solid var(--pb-border-dark);\n      border-radius: 18px;\n    }\n\n    .pb-hero-image img {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      object-fit: cover;\n    }\n\n\n    \/* =========================================================\n       QUICK FACTS\n       ========================================================= *\/\n\n    .pb-facts {\n      margin-top: 31px;\n\n      display: flex;\n      flex-direction: column;\n      gap: 11px;\n    }\n\n    .pb-fact {\n      width: 100%;\n\n      padding: 20px;\n\n      background: var(--pb-soft-2);\n\n      border: 1px solid var(--pb-border);\n      border-radius: 12px;\n\n      text-align: center;\n    }\n\n    .pb-fact strong {\n      display: block;\n\n      margin-bottom: 5px;\n\n      color: var(--pb-text);\n\n      font-size: 15px;\n    }\n\n    .pb-fact span {\n      color: var(--pb-text-soft);\n\n      font-size: 13px;\n      line-height: 1.6;\n    }\n\n\n    \/* =========================================================\n       PROBLEM\n       ========================================================= *\/\n\n    .pb-pain-list {\n      width: 100%;\n      max-width: 650px;\n\n      margin: 29px auto 0;\n      padding: 0;\n\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n\n      list-style: none;\n    }\n\n    .pb-pain-list li {\n      width: 100%;\n\n      padding: 17px 20px;\n\n      background: #fcf8f6;\n\n      border: 1px solid #ecdfd8;\n      border-radius: 11px;\n\n      color: #534b47;\n\n      font-size: 15px;\n      line-height: 1.6;\n\n      text-align: center;\n    }\n\n    .pb-problem-answer {\n      max-width: 680px;\n\n      margin: 27px auto 0;\n      padding: 23px;\n\n      background: #f6efea;\n\n      border: 1px solid #dfd2ca;\n      border-left: 4px solid var(--pb-accent);\n      border-radius: 13px;\n\n      color: #514843;\n\n      font-size: 15px;\n      line-height: 1.72;\n\n      text-align: left;\n    }\n\n    .pb-problem-answer strong {\n      color: var(--pb-text);\n    }\n\n\n    \/* =========================================================\n       ONE SHADE CONTROL\n       ========================================================= *\/\n\n    .pb-control-list {\n      width: 100%;\n\n      margin-top: 31px;\n\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    .pb-control-item {\n      width: 100%;\n\n      padding: 25px 22px;\n\n      background: var(--pb-soft-2);\n\n      border: 1px solid var(--pb-border);\n      border-radius: 14px;\n\n      text-align: center;\n    }\n\n    .pb-control-number {\n      width: 36px;\n      height: 36px;\n\n      margin: 0 auto 12px;\n\n      display: flex;\n      align-items: center;\n      justify-content: center;\n\n      background: var(--pb-accent-soft);\n\n      border-radius: 50%;\n\n      color: var(--pb-accent);\n\n      font-size: 12px;\n      font-weight: 800;\n    }\n\n    .pb-control-item h3 {\n      margin: 0 0 7px;\n\n      color: var(--pb-text);\n\n      font-size: 18px;\n    }\n\n    .pb-control-item p {\n      max-width: 590px;\n      margin: 0 auto;\n\n      color: var(--pb-text-soft);\n\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    .pb-pro-tip {\n      max-width: 680px;\n\n      margin: 22px auto 0;\n      padding: 19px 21px;\n\n      background: #fbf7f4;\n\n      border: 1px solid var(--pb-border-dark);\n      border-radius: 11px;\n\n      color: var(--pb-text-soft);\n\n      font-size: 14px;\n      line-height: 1.7;\n\n      text-align: center;\n    }\n\n    .pb-pro-tip strong {\n      color: var(--pb-accent);\n    }\n\n\n    \/* =========================================================\n       BENEFITS\n       ========================================================= *\/\n\n    .pb-benefits {\n      width: 100%;\n\n      margin-top: 32px;\n\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n    }\n\n    .pb-benefit {\n      width: 100%;\n\n      padding: 27px 23px;\n\n      background: #ffffff;\n\n      border: 1px solid var(--pb-border);\n      border-radius: 15px;\n\n      text-align: center;\n    }\n\n    .pb-benefit-icon {\n      width: 43px;\n      height: 43px;\n\n      margin: 0 auto 14px;\n\n      display: flex;\n      align-items: center;\n      justify-content: center;\n\n      background: var(--pb-soft);\n\n      border-radius: 50%;\n\n      color: var(--pb-accent);\n\n      font-size: 18px;\n      font-weight: 700;\n    }\n\n    .pb-benefit h3 {\n      margin: 0 0 8px;\n\n      color: var(--pb-text);\n\n      font-size: 19px;\n    }\n\n    .pb-benefit p {\n      max-width: 590px;\n      margin: 0 auto;\n\n      color: var(--pb-text-soft);\n\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n\n    \/* =========================================================\n       RESULTS\n       ========================================================= *\/\n\n    .pb-results-card {\n      background: var(--pb-dark);\n      border-color: var(--pb-dark);\n\n      color: #ffffff;\n\n      text-align: center;\n    }\n\n    .pb-results-card .pb-eyebrow {\n      color: #ddb79f;\n    }\n\n    .pb-results-card .pb-title {\n      color: #ffffff;\n    }\n\n    .pb-results-card .pb-title span {\n      color: #ddb79f;\n    }\n\n    .pb-results-card .pb-text {\n      color: #d5cdca;\n    }\n\n    .pb-result-item {\n      width: 100%;\n\n      margin-top: 28px;\n\n      overflow: hidden;\n\n      background: var(--pb-dark-soft);\n\n      border: 1px solid #4d4440;\n      border-radius: 15px;\n    }\n\n    .pb-result-item img {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      object-fit: cover;\n    }\n\n    .pb-result-content {\n      padding: 21px 20px 23px;\n      text-align: center;\n    }\n\n    .pb-result-content strong {\n      display: block;\n\n      margin-bottom: 5px;\n\n      color: #ffffff;\n\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 1.5px;\n    }\n\n    .pb-result-content span {\n      color: #cbc2be;\n\n      font-size: 13px;\n      line-height: 1.6;\n    }\n\n    .pb-result-note {\n      max-width: 640px;\n\n      margin: 24px auto 0;\n\n      color: #bdb4b0;\n\n      font-size: 11px;\n      line-height: 1.6;\n    }\n\n\n    \/* =========================================================\n       WHY POWDER\n       ========================================================= *\/\n\n    .pb-explainer {\n      max-width: 690px;\n\n      margin: 30px auto 0;\n      padding: 27px 25px;\n\n      background: var(--pb-soft-2);\n\n      border: 1px solid var(--pb-border);\n      border-radius: 15px;\n    }\n\n    .pb-explainer p {\n      margin: 0;\n\n      color: var(--pb-text-soft);\n\n      font-size: 15px;\n      line-height: 1.8;\n\n      text-align: center;\n    }\n\n    .pb-explainer p + p {\n      margin-top: 14px;\n    }\n\n\n    \/* =========================================================\n       HOW TO USE\n       ========================================================= *\/\n\n    .pb-steps {\n      width: 100%;\n\n      margin-top: 32px;\n\n      display: flex;\n      flex-direction: column;\n      gap: 18px;\n    }\n\n    .pb-step {\n      width: 100%;\n\n      overflow: hidden;\n\n      background: #ffffff;\n\n      border: 1px solid var(--pb-border);\n      border-radius: 16px;\n    }\n\n    .pb-step img {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      object-fit: cover;\n\n      border-bottom: 1px solid var(--pb-border);\n    }\n\n    .pb-step-content {\n      padding: 27px 24px 29px;\n      text-align: center;\n    }\n\n    .pb-step-label {\n      margin-bottom: 6px;\n\n      color: var(--pb-accent);\n\n      font-size: 11px;\n      font-weight: 800;\n      letter-spacing: 1.6px;\n    }\n\n    .pb-step h3 {\n      margin: 0 0 8px;\n\n      color: var(--pb-text);\n\n      font-size: 21px;\n    }\n\n    .pb-step p {\n      max-width: 590px;\n      margin: 0 auto;\n\n      color: var(--pb-text-soft);\n\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    .pb-remember {\n      max-width: 660px;\n\n      margin: 21px auto 0;\n      padding: 18px 20px;\n\n      background: var(--pb-soft);\n\n      border: 1px solid var(--pb-border-dark);\n      border-radius: 12px;\n\n      color: var(--pb-text-soft);\n\n      font-size: 14px;\n      line-height: 1.7;\n\n      text-align: center;\n    }\n\n    .pb-remember strong {\n      color: var(--pb-text);\n    }\n\n\n    \/* =========================================================\n       SHADE FINDER\n       ========================================================= *\/\n\n    .pb-shade-options {\n      width: 100%;\n\n      margin-top: 33px;\n\n      display: flex;\n      flex-direction: column;\n      gap: 18px;\n    }\n\n    .pb-shade-option {\n      width: 100%;\n\n      overflow: hidden;\n\n      background: #ffffff;\n\n      border: 1px solid var(--pb-border);\n      border-radius: 16px;\n    }\n\n    .pb-shade-option img {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      object-fit: cover;\n\n      border-bottom: 1px solid var(--pb-border);\n    }\n\n    .pb-shade-info {\n      padding: 27px 24px 29px;\n      text-align: center;\n    }\n\n    .pb-shade-code {\n      margin-bottom: 6px;\n\n      color: var(--pb-accent);\n\n      font-size: 11px;\n      font-weight: 800;\n      letter-spacing: 1.5px;\n    }\n\n    .pb-shade-info h3 {\n      margin: 0 0 8px;\n\n      color: var(--pb-text);\n\n      font-size: 21px;\n    }\n\n    .pb-shade-info p {\n      max-width: 590px;\n      margin: 0 auto;\n\n      color: var(--pb-text-soft);\n\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    .pb-shade-help {\n      max-width: 680px;\n\n      margin: 23px auto 0;\n      padding: 21px;\n\n      background: #f8f1ed;\n\n      border: 1px solid #dfd2ca;\n      border-radius: 13px;\n\n      color: var(--pb-text-soft);\n\n      font-size: 14px;\n      line-height: 1.7;\n\n      text-align: center;\n    }\n\n    .pb-shade-help strong {\n      color: var(--pb-text);\n    }\n\n\n    \/* =========================================================\n       LIFESTYLE\n       ========================================================= *\/\n\n    .pb-routine-card {\n      padding: 0;\n      overflow: hidden;\n    }\n\n    .pb-routine-card img {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      object-fit: cover;\n\n      border-bottom: 1px solid var(--pb-border);\n    }\n\n    .pb-routine-copy {\n      padding: 47px 48px 50px;\n      text-align: center;\n    }\n\n\n    \/* =========================================================\n       TRUST\n       ========================================================= *\/\n\n    .pb-trust-list {\n      width: 100%;\n\n      margin-top: 31px;\n\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    .pb-trust-item {\n      width: 100%;\n\n      padding: 21px;\n\n      background: var(--pb-soft-2);\n\n      border: 1px solid var(--pb-border);\n      border-radius: 13px;\n\n      text-align: center;\n    }\n\n    .pb-trust-item strong {\n      display: block;\n\n      margin-bottom: 5px;\n\n      color: var(--pb-text);\n\n      font-size: 15px;\n    }\n\n    .pb-trust-item span {\n      display: block;\n\n      max-width: 620px;\n      margin: 0 auto;\n\n      color: var(--pb-text-soft);\n\n      font-size: 13px;\n      line-height: 1.65;\n    }\n\n\n    \/* =========================================================\n       FAQ\n       ========================================================= *\/\n\n    .pb-faq {\n      width: 100%;\n\n      margin-top: 31px;\n\n      overflow: hidden;\n\n      background: #ffffff;\n\n      border: 1px solid var(--pb-border);\n      border-radius: 15px;\n    }\n\n    .pb-faq details {\n      width: 100%;\n      border-bottom: 1px solid var(--pb-border);\n    }\n\n    .pb-faq details:last-child {\n      border-bottom: 0;\n    }\n\n    .pb-faq summary {\n      position: relative;\n\n      padding: 21px 50px 21px 21px;\n\n      cursor: pointer;\n      list-style: none;\n\n      color: var(--pb-text);\n\n      font-size: 15px;\n      font-weight: 700;\n      line-height: 1.45;\n    }\n\n    .pb-faq summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .pb-faq summary::after {\n      content: \"+\";\n\n      position: absolute;\n      right: 20px;\n      top: 50%;\n\n      transform: translateY(-50%);\n\n      color: var(--pb-accent);\n\n      font-size: 22px;\n      font-weight: 400;\n    }\n\n    .pb-faq details[open] summary::after {\n      content: \"−\";\n    }\n\n    .pb-faq-answer {\n      padding: 0 21px 22px;\n\n      color: var(--pb-text-soft);\n\n      font-size: 14px;\n      line-height: 1.75;\n    }\n\n\n    \/* =========================================================\n       FINAL CTA\n       ========================================================= *\/\n\n    .pb-final {\n      width: 100%;\n      padding: 24px 0 60px;\n    }\n\n    .pb-final-card {\n      width: 100%;\n\n      padding: 58px 48px;\n\n      background:\n        linear-gradient(\n          180deg,\n          #eee1d9 0%,\n          #f8f2ee 100%\n        );\n\n      border: 1px solid #d8c7bc;\n      border-radius: 24px;\n\n      box-shadow: var(--pb-shadow-strong);\n\n      text-align: center;\n    }\n\n    .pb-final-title {\n      max-width: 680px;\n      margin: 0 auto 17px;\n\n      color: var(--pb-text);\n\n      font-size: 43px;\n      line-height: 1.12;\n      font-weight: 760;\n      letter-spacing: -1px;\n    }\n\n    .pb-final-title span {\n      display: block;\n      margin-top: 6px;\n\n      color: var(--pb-accent);\n    }\n\n    .pb-final-text {\n      max-width: 650px;\n      margin: 0 auto;\n\n      color: var(--pb-text-soft);\n\n      font-size: 16px;\n      line-height: 1.75;\n    }\n\n    .pb-final-features {\n      width: 100%;\n      max-width: 560px;\n\n      margin: 27px auto 0;\n\n      display: flex;\n      flex-direction: column;\n      gap: 8px;\n    }\n\n    .pb-final-feature {\n      width: 100%;\n\n      padding: 11px 15px;\n\n      background: rgba(255, 255, 255, 0.52);\n\n      border: 1px solid rgba(156, 104, 79, 0.2);\n      border-radius: 8px;\n\n      color: #5c4f48;\n\n      font-size: 11px;\n      font-weight: 760;\n      letter-spacing: 0.8px;\n\n      text-transform: uppercase;\n    }\n\n\n    \/* =========================================================\n       TABLET\n       ========================================================= *\/\n\n    @media (max-width: 900px) {\n\n      .pb-container {\n        width: calc(100% - 30px);\n      }\n\n      .pb-card {\n        padding: 44px 34px;\n      }\n\n      .pb-hero-card {\n        padding: 52px 34px 42px;\n      }\n\n      .pb-hero h1 {\n        font-size: 46px;\n      }\n\n      .pb-title {\n        font-size: 38px;\n      }\n\n      .pb-title-small {\n        font-size: 31px;\n      }\n\n      .pb-final-title {\n        font-size: 38px;\n      }\n\n    }\n\n\n    \/* =========================================================\n       MOBILE\n       ========================================================= *\/\n\n    @media (max-width: 600px) {\n\n      .pb-container {\n        width: calc(100% - 20px);\n      }\n\n      .pb-section {\n        padding: 10px 0;\n      }\n\n      .pb-card {\n        padding: 33px 18px;\n        border-radius: 17px;\n      }\n\n      .pb-hero {\n        padding: 10px 0;\n      }\n\n      .pb-hero-card {\n        padding: 38px 17px 20px;\n        border-radius: 19px;\n      }\n\n      .pb-eyebrow {\n        margin-bottom: 10px;\n\n        font-size: 10px;\n        letter-spacing: 1.35px;\n      }\n\n      .pb-hero h1 {\n        font-size: 35px;\n        line-height: 1.06;\n        letter-spacing: -1px;\n      }\n\n      .pb-hero-description {\n        font-size: 15px;\n        line-height: 1.67;\n      }\n\n      .pb-title {\n        font-size: 30px;\n        line-height: 1.14;\n        letter-spacing: -0.5px;\n      }\n\n      .pb-title-small {\n        font-size: 26px;\n      }\n\n      .pb-text {\n        font-size: 15px;\n        line-height: 1.7;\n      }\n\n      .pb-hero-points {\n        margin-top: 23px;\n      }\n\n      .pb-hero-point {\n        padding: 11px 12px;\n        font-size: 10.5px;\n      }\n\n      .pb-btn {\n        max-width: none;\n        min-height: 54px;\n      }\n\n      .pb-image-box,\n      .pb-hero-image {\n        margin-top: 25px;\n        border-radius: 13px;\n      }\n\n      .pb-fact,\n      .pb-control-item,\n      .pb-benefit {\n        padding: 21px 15px;\n      }\n\n      .pb-pain-list li {\n        padding: 15px 14px;\n        font-size: 14px;\n      }\n\n      .pb-problem-answer {\n        padding: 18px 15px;\n        font-size: 14px;\n      }\n\n      .pb-pro-tip {\n        padding: 17px 15px;\n        font-size: 13px;\n      }\n\n      .pb-result-content,\n      .pb-step-content,\n      .pb-shade-info {\n        padding: 21px 15px 23px;\n      }\n\n      .pb-explainer {\n        padding: 21px 15px;\n      }\n\n      .pb-explainer p {\n        font-size: 14px;\n      }\n\n      .pb-remember,\n      .pb-shade-help {\n        padding: 18px 15px;\n        font-size: 13px;\n      }\n\n      .pb-routine-copy {\n        padding: 34px 18px 38px;\n      }\n\n      .pb-faq summary {\n        padding:\n          19px\n          43px\n          19px\n          16px;\n\n        font-size: 14px;\n      }\n\n      .pb-faq summary::after {\n        right: 15px;\n      }\n\n      .pb-faq-answer {\n        padding:\n          0\n          16px\n          19px;\n\n        font-size: 13px;\n      }\n\n      .pb-final {\n        padding: 10px 0 32px;\n      }\n\n      .pb-final-card {\n        padding: 39px 17px;\n        border-radius: 18px;\n      }\n\n      .pb-final-title {\n        font-size: 31px;\n      }\n\n      .pb-final-text {\n        font-size: 15px;\n      }\n\n    }\n\n  \u003c\/style\u003e\n\u003cdiv class=\"pb-page\"\u003e\n\u003c!-- =========================================================\n       01 — HERO\n       ========================================================= --\u003e\n\u003csection class=\"pb-hero\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-hero-card\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPT_Image_2026_8_18_16_37_36.png?v=1787042272\" alt=\"\"\u003ePerfect Brows Brow Powder\u003c\/div\u003e\n\u003ch1\u003eFuller-Looking Brows. \u003cspan\u003eWithout the Harsh, Drawn-On Look.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"pb-hero-description\"\u003eFill, shape, and softly define your brows with a smooth powder shade designed to blend easily and build gradually.\u003c\/p\u003e\n\u003cp class=\"pb-hero-description\"\u003eGo soft and natural or add more definition — you're in control.\u003c\/p\u003e\n\u003cdiv class=\"pb-hero-points\"\u003e\n\u003cdiv class=\"pb-hero-point\"\u003e✓ One Shade Per Compact\u003c\/div\u003e\n\u003cdiv class=\"pb-hero-point\"\u003e✓ Soft, Blendable Powder\u003c\/div\u003e\n\u003cdiv class=\"pb-hero-point\"\u003e✓ Buildable Color\u003c\/div\u003e\n\u003cdiv class=\"pb-hero-point\"\u003e✓ Beginner-Friendly\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-btn-wrap\"\u003e\n\u003ca href=\"#perfect-brows-shop\" class=\"pb-btn\"\u003e Choose Your Shade \u003c\/a\u003e\n\u003cdiv class=\"pb-btn-note\"\u003eSee how easily you can build soft, natural-looking brows.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/DLPanda.com_media_1.gif?v=1786969131\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n       02 — QUICK PRODUCT FACTS\n       ========================================================= --\u003e\n\u003csection class=\"pb-section\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-card pb-center\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003eMade for Everyday Brows\u003cbr\u003e\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/8573948a-8ff3-4034-8272-c7679e78d90c.png?v=1787041729\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"pb-title-small\"\u003eSimple Product. More Control.\u003c\/h2\u003e\n\u003cp class=\"pb-text\"\u003ePerfect Brows keeps your routine simple with soft, buildable powder color that lets you control how much definition you add.\u003c\/p\u003e\n\u003cdiv class=\"pb-facts\"\u003e\n\u003cdiv class=\"pb-fact\"\u003e\n\u003cstrong\u003e One Shade Per Compact \u003c\/strong\u003e \u003cspan\u003e Choose the color that best matches your natural brow tone. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-fact\"\u003e\n\u003cstrong\u003e Buildable Finish \u003c\/strong\u003e \u003cspan\u003e Start soft and gradually add more definition. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-fact\"\u003e\n\u003cstrong\u003e Easy to Blend \u003c\/strong\u003e \u003cspan\u003e Soft powder helps create a diffused, less structured finish. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-fact\"\u003e\n\u003cstrong\u003e 3 Shade Options \u003c\/strong\u003e \u003cspan\u003e Choose the shade closest to your natural brow color. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n       03 — THE PROBLEM\n       ========================================================= --\u003e\n\u003csection class=\"pb-section\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-card pb-center\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003eBrows Shouldn't Be This Hard\u003c\/div\u003e\n\u003ch2 class=\"pb-title\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPT_Image_2026_8_18_16_59_23.png?v=1787043656\" alt=\"\"\u003eToo Dark. Too Harsh. \u003cspan\u003eSomehow Uneven.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pb-text\"\u003eYou start filling in your brows, add a little more, and suddenly they look heavier than you wanted.\u003c\/p\u003e\n\u003cul class=\"pb-pain-list\"\u003e\n\u003cli\u003eOne brow somehow ends up darker than the other.\u003c\/li\u003e\n\u003cli\u003ePencil lines can look sharper than you intended.\u003c\/li\u003e\n\u003cli\u003eIt's easy to apply too much color too quickly.\u003c\/li\u003e\n\u003cli\u003eGetting soft definition can take more effort than it should.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pb-problem-answer\"\u003e\n\u003cstrong\u003e Perfect Brows gives you more control. \u003c\/strong\u003e \u003cbr\u003e\u003cbr\u003eThe soft powder lets you build color gradually, helping you add definition exactly where you want it while keeping the finished look soft and natural-looking.\u003c\/div\u003e\n\u003cdiv class=\"pb-image-box pb-landscape\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/DLPanda.com_media.gif?v=1786969291\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n       04 — ONE SHADE, EASY CONTROL\n       ========================================================= --\u003e\n\u003csection class=\"pb-section\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-card pb-center\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003eOne Shade. Easy Control.\u003c\/div\u003e\n\u003ch2 class=\"pb-title\"\u003eBuild Your Brows \u003cspan\u003eWithout Going Too Heavy.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pb-text\"\u003ePerfect Brows uses one easy-to-work-with powder shade in each compact, so your routine stays simple.\u003c\/p\u003e\n\u003cp class=\"pb-text\"\u003eThe buildable texture lets you control intensity through application instead of adding too much color at once.\u003c\/p\u003e\n\u003cdiv class=\"pb-image-box pb-square\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPT_Image_2026_8_14_15_54_31.png?v=1786694250\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"pb-control-list\"\u003e\n\u003cdiv class=\"pb-control-item\"\u003e\n\u003cdiv class=\"pb-control-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eStart Soft\u003c\/h3\u003e\n\u003cp\u003ePick up a small amount of powder and lightly fill sparse-looking areas first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-control-item\"\u003e\n\u003cdiv class=\"pb-control-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eBuild Definition\u003c\/h3\u003e\n\u003cp\u003eAdd another light layer wherever you want more shape or intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-control-item\"\u003e\n\u003cdiv class=\"pb-control-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eBlend It Out\u003c\/h3\u003e\n\u003cp\u003eSoften the powder through your brows for a more seamless, natural-looking finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-pro-tip\"\u003e\n\u003cstrong\u003ePro Tip:\u003c\/strong\u003e Start with less product than you think you need. Build gradually for brows that look defined — not drawn on.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n       05 — CORE BENEFITS\n       ========================================================= --\u003e\n\u003csection class=\"pb-section\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-card\"\u003e\n\u003cdiv class=\"pb-center\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003eWhy You'll Love It\u003c\/div\u003e\n\u003ch2 class=\"pb-title\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPT_Image_2026_8_18_21_12_20.png?v=1787058820\" alt=\"\"\u003eEverything You Need \u003cspan\u003efor Better-Looking Brows.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pb-text\"\u003eNo complicated brow technique. Just soft color you can blend and build at your own pace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-benefits\"\u003e\n\u003cdiv class=\"pb-benefit\"\u003e\n\u003cdiv class=\"pb-benefit-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eSoft, Natural-Looking Finish\u003c\/h3\u003e\n\u003cp\u003ePowder creates soft definition that helps brows look filled in without the heavy, blocky effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-benefit\"\u003e\n\u003cdiv class=\"pb-benefit-icon\"\u003e+\u003c\/div\u003e\n\u003ch3\u003eBuildable Color\u003c\/h3\u003e\n\u003cp\u003eStart with a light layer and gradually add more only where you want extra definition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-benefit\"\u003e\n\u003cdiv class=\"pb-benefit-icon\"\u003e◌\u003c\/div\u003e\n\u003ch3\u003eEasy to Blend\u003c\/h3\u003e\n\u003cp\u003eThe soft powder texture helps diffuse color for a smoother, softer-looking finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-benefit\"\u003e\n\u003cdiv class=\"pb-benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003ch3\u003eEasy for Beginners\u003c\/h3\u003e\n\u003cp\u003eApply lightly, blend, and build. You control how soft or defined your brows look.\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!-- =========================================================\n       06 — BEFORE \/ AFTER\n       ========================================================= --\u003e\n\u003csection class=\"pb-section\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-card pb-results-card\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003eYour Brows. Just More Defined.\u003c\/div\u003e\n\u003ch2 class=\"pb-title\"\u003eThe Difference Is Subtle. \u003cspan\u003eThat's the Point.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pb-text\"\u003ePerfect Brows is designed to enhance the brows you already have with soft-looking shape and definition while keeping the finished look natural.\u003c\/p\u003e\n\u003cdiv class=\"pb-result-item\"\u003e\n\u003cdiv class=\"pb-result-content\"\u003e\n\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPT_Image_2026_8_17_20_15_01.png?v=1786969003\" alt=\"\"\u003eBEFORE \u003c\/strong\u003e \u003cspan\u003e Sparse-Looking • Less Defined • Uneven-Looking \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-result-item\"\u003e\n\u003cdiv class=\"pb-result-content\"\u003e\n\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/fae41e9c6c1d39857566320e2c629ad8.png?v=1786969039\" alt=\"\"\u003eAFTER \u003c\/strong\u003e \u003cspan\u003e Softly Defined • Balanced-Looking • Naturally Fuller-Looking \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-result-note\"\u003eIndividual cosmetic results and finished appearance may vary depending on natural brow shape, application, shade selection, and amount of product used.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n       07 — WHY POWDER\n       ========================================================= --\u003e\n\u003csection class=\"pb-section\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-card pb-center\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003eWhy Brow Powder?\u003c\/div\u003e\n\u003ch2 class=\"pb-title\"\u003eSofter Color. \u003cspan\u003eEasier Control.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pb-text\"\u003eDifferent brow products create different finishes. Perfect Brows is made for the days when you want softer-looking definition and more control over intensity.\u003c\/p\u003e\n\u003cdiv class=\"pb-explainer\"\u003e\n\u003cp\u003eA precise brow pencil can be useful when you want individual strokes or sharper definition.\u003c\/p\u003e\n\u003cp\u003eBrow powder creates a softer effect.\u003c\/p\u003e\n\u003cp\u003eIts smooth texture lets you gradually diffuse color through your brows instead of committing to one hard, precise line.\u003c\/p\u003e\n\u003cp\u003eBecause the color is buildable, you can start light and keep adding definition until your brows look exactly the way you want.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-image-box pb-landscape\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/a4fcd5f1cbe576968f8b6b66640ec62f_1.gif?v=1786968423\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n       08 — HOW TO USE\n       ========================================================= --\u003e\n\u003csection class=\"pb-section\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-card\"\u003e\n\u003cdiv class=\"pb-center\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003eYour Easy 3-Step Brow Routine\u003c\/div\u003e\n\u003ch2 class=\"pb-title\"\u003eBetter Brows in \u003cspan\u003eThree Simple Steps.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pb-text\"\u003eStart soft. Blend well. Add more only where you want it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-steps\"\u003e\n\u003cdiv class=\"pb-step\"\u003e\n\u003cdiv class=\"pb-step-content\"\u003e\n\u003cdiv class=\"pb-step-label\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPT_Image_2026_8_18_15_47_58.png?v=1787040635\" alt=\"\"\u003eSTEP 01\u003c\/div\u003e\n\u003ch3\u003eFill\u003c\/h3\u003e\n\u003cp\u003ePick up a small amount of powder and lightly fill areas where you want more definition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-step\"\u003e\n\u003cdiv class=\"pb-step-content\"\u003e\n\u003cdiv class=\"pb-step-label\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPT_Image_2026_8_18_15_48_03.png?v=1787040635\" alt=\"\"\u003eSTEP 02\u003c\/div\u003e\n\u003ch3\u003eBlend\u003c\/h3\u003e\n\u003cp\u003eBlend the color through your brows using short, soft strokes for a seamless finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-step\"\u003e\n\u003cdiv class=\"pb-step-content\"\u003e\n\u003cdiv class=\"pb-step-label\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPT_Image_2026_8_18_15_48_13.png?v=1787040634\" alt=\"\"\u003eSTEP 03\u003c\/div\u003e\n\u003ch3\u003eBuild\u003c\/h3\u003e\n\u003cp\u003eAdd another light layer wherever you want more definition until you love the result.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-remember\"\u003e\n\u003cstrong\u003eRemember:\u003c\/strong\u003e A little goes a long way. Start soft and build from there.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n       09 — SHADE FINDER\n       ========================================================= --\u003e\n\u003csection class=\"pb-section\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-card\"\u003e\n\u003cdiv class=\"pb-center\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003eFind Your Best Match\u003c\/div\u003e\n\u003ch2 class=\"pb-title\"\u003e3 Shades. \u003cspan\u003eChoose the One That Feels Like You.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pb-text\"\u003eEach compact contains one brow powder shade. Choose the shade closest to your natural brow color for the most seamless-looking result.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-shade-options\"\u003e\n\u003cdiv class=\"pb-shade-option\"\u003e\n\u003cdiv class=\"pb-shade-info\"\u003e\n\u003cdiv class=\"pb-shade-code\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPTImage2026_8_14_15_03_15.png?v=1786691933\" alt=\"\"\u003eSHADE 01\u003c\/div\u003e\n\u003ch3\u003eLight Gray\u003c\/h3\u003e\n\u003cp\u003eA soft, cool-toned shade for lighter or naturally cool-toned brows.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-shade-option\"\u003e\n\u003cdiv class=\"pb-shade-info\"\u003e\n\u003cdiv class=\"pb-shade-code\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/2026_8_13_16_23_21.png?v=1786691933\" alt=\"\"\u003eSHADE 02\u003c\/div\u003e\n\u003ch3\u003eSoft Brown\u003c\/h3\u003e\n\u003cp\u003eA versatile everyday brown for soft, natural-looking brow definition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-shade-option\"\u003e\n\u003cdiv class=\"pb-shade-info\"\u003e\n\u003cdiv class=\"pb-shade-code\" style=\"text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPTImage2026_8_14_15_03_26.png?v=1786691933\" alt=\"\"\u003eSHADE 03\u003c\/div\u003e\n\u003ch3\u003eDark Brown\u003c\/h3\u003e\n\u003cp\u003eA deeper brown for naturally darker brows or a more defined-looking finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-shade-help\"\u003e\n\u003cstrong\u003e Not sure which shade to choose? \u003c\/strong\u003e \u003cbr\u003e\u003cbr\u003eStart with the shade closest to your natural brow color. If you prefer a softer result, apply less product and gradually build the intensity.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n       10 — LIFESTYLE\n       ========================================================= --\u003e\n\u003csection class=\"pb-section\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-card pb-routine-card\"\u003e\n\u003cdiv class=\"pb-routine-copy\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/ChatGPT_Image_2026_8_18_15_03_16.png?v=1787040724\" alt=\"\"\u003e\u003cbr\u003eMade for Real Life\u003c\/div\u003e\n\u003ch2 class=\"pb-title-small\"\u003eLess Time Drawing. More Time Living.\u003c\/h2\u003e\n\u003cp class=\"pb-text\"\u003eSoft enough for your everyday makeup routine and buildable enough when you want more definition.\u003c\/p\u003e\n\u003cdiv class=\"pb-btn-wrap\"\u003e\u003ca href=\"#perfect-brows-shop\" class=\"pb-btn\"\u003e Choose Your Shade \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n       12 — FAQ\n       ========================================================= --\u003e\n\u003csection class=\"pb-section\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-card\"\u003e\n\u003cdiv class=\"pb-center\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003eQuestions?\u003c\/div\u003e\n\u003ch2 class=\"pb-title\"\u003eFrequently Asked\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs Perfect Brows beginner-friendly?\u003c\/summary\u003e\n\u003cdiv class=\"pb-faq-answer\"\u003eYes. The powder format makes it easy to start with a small amount of color, blend it out, and gradually add more definition.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes each compact contain one shade?\u003c\/summary\u003e\n\u003cdiv class=\"pb-faq-answer\"\u003eYes. Each Perfect Brows compact contains one brow powder shade. Simply choose the shade closest to your natural brow color.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill Perfect Brows make my brows look too dark?\u003c\/summary\u003e\n\u003cdiv class=\"pb-faq-answer\"\u003eYou control the intensity. Start with a small amount of powder and gradually build until you reach the level of definition you want.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I choose my shade?\u003c\/summary\u003e\n\u003cdiv class=\"pb-faq-answer\"\u003eChoose the shade closest to your natural brow color. If you want a softer-looking result, start with a very light application and gradually build.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat brush works best?\u003c\/summary\u003e\n\u003cdiv class=\"pb-faq-answer\"\u003eAn angled brow brush works well for controlled application. A spoolie can also help soften and blend the finished look.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I make my brows look more natural?\u003c\/summary\u003e\n\u003cdiv class=\"pb-faq-answer\"\u003eStart with a small amount of powder, use light strokes, and blend well. Apply less color toward the front of your brows and gradually build where you want more definition.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I build the color for a more defined look?\u003c\/summary\u003e\n\u003cdiv class=\"pb-faq-answer\"\u003eYes. The powder is designed to be buildable, so you can start soft and add another light layer wherever you want more intensity.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n       13 — FINAL CTA\n       ========================================================= --\u003e\n\u003csection class=\"pb-final\" id=\"perfect-brows-shop\"\u003e\n\u003cdiv class=\"pb-container\"\u003e\n\u003cdiv class=\"pb-final-card\"\u003e\n\u003cdiv class=\"pb-eyebrow\"\u003eYour Brows. Just Better.\u003c\/div\u003e\n\u003ch2 class=\"pb-final-title\"\u003eSoft Definition. \u003cspan\u003eYour Perfect Amount of Color.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"pb-final-text\"\u003eCreate naturally fuller-looking, softly defined brows with a smooth, buildable powder shade that lets you control the finished look.\u003c\/p\u003e\n\u003cdiv class=\"pb-final-features\"\u003e\n\u003cdiv class=\"pb-final-feature\"\u003eSingle-Shade\u003c\/div\u003e\n\u003cdiv class=\"pb-final-feature\"\u003eBlendable\u003c\/div\u003e\n\u003cdiv class=\"pb-final-feature\"\u003eBuildable\u003c\/div\u003e\n\u003cdiv class=\"pb-final-feature\"\u003eEasy to Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pb-btn-wrap\"\u003e\n\u003c!-- Replace # with your actual product or checkout URL --\u003e \u003ca href=\"#\" class=\"pb-btn\"\u003e Choose Your Perfect Brows Shade \u003c\/a\u003e\n\u003cdiv class=\"pb-btn-note\"\u003eChoose the shade closest to your natural brow color.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\/* GIF \/ IMAGE DISPLAY OPTIMIZATION - preserve full content *\/\n.pb-page img {\n  display: block;\n  width: 100%;\n  height: auto;\n  object-fit: contain;\n}\n\n\/* Remove fixed image cropping *\/\n.pb-image-box,\n.pb-hero-image,\n.pb-result-item,\n.pb-step,\n.pb-shade-option,\n.pb-routine-card {\n  overflow: visible;\n  height: auto;\n}\n\n\/* Full GIF\/image display without forced aspect ratio *\/\n.pb-image-box img,\n.pb-hero-image img,\n.pb-result-item img,\n.pb-step img,\n.pb-shade-option img,\n.pb-routine-card img {\n  width: 100%;\n  height: auto;\n  aspect-ratio: auto;\n  object-fit: contain;\n  border-radius: inherit;\n}\n\n\/* GIF should keep animation and natural proportions *\/\nimg[src$=\".gif\"],\nimg[src*=\".gif?\"] {\n  width: 100%;\n  height: auto;\n  object-fit: contain;\n}\n\u003c\/style\u003e","brand":"ZHONGLICHI","offers":[{"title":"2# Soft Brown + 3# Dark Brown","offer_id":52794541834552,"sku":"G9980-08+09","price":31.99,"currency_code":"USD","in_stock":true},{"title":"1# Light Gray","offer_id":52794541867320,"sku":"G9980-07","price":22.9,"currency_code":"USD","in_stock":true},{"title":"2# Soft Brown","offer_id":52815791096120,"sku":"G9980-08","price":22.9,"currency_code":"USD","in_stock":true},{"title":"3# Dark Brown","offer_id":52815791128888,"sku":"G9980-09","price":22.9,"currency_code":"USD","in_stock":true},{"title":"1# Light Gray + 2# Soft Brown + 3# Dark Brown","offer_id":52815791161656,"sku":"G9980-07+08+09","price":41.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0853\/2187\/5768\/files\/2026_8_13_16_23_21.png?v=1786691933","url":"https:\/\/www.brightidal.com\/products\/definition-3-shades","provider":"Brightidal","version":"1.0","type":"link"}