{"product_id":"4-in-1-precision-eye-definer-kit","title":"4-in-1 Precision Eye Definer Kit ✨","description":"\u003cstyle\u003e\n\/* =========================================================\n   WHIMSYANDJOY — 4-IN-1 EYE MAKEUP LANDING PAGE\n   Shopify Product Description \/ Custom Liquid Ready\n   ========================================================= *\/\n\n.waj-eye-page,\n.waj-eye-page * {\n  box-sizing: border-box;\n}\n\n.waj-eye-page {\n  --purple: #4b177c;\n  --purple-dark: #321052;\n  --purple-light: #f3edfa;\n  --purple-soft: #faf7fd;\n  --text: #171419;\n  --muted: #68616d;\n  --border: #e8e1ed;\n  --white: #ffffff;\n\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 0;\n  overflow: hidden;\n\n  color: var(--text);\n  background: var(--white);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  line-height: 1.5;\n}\n\n.waj-eye-page img {\n  display: block;\n  width: 100%;\n  height: auto;\n  margin: 0;\n  border: 0;\n}\n\n.waj-eye-page h1,\n.waj-eye-page h2,\n.waj-eye-page h3,\n.waj-eye-page p {\n  margin-top: 0;\n}\n\n.waj-center {\n  text-align: center;\n}\n\n.waj-section {\n  padding: 52px 24px;\n}\n\n.waj-section-small {\n  padding: 34px 24px;\n}\n\n.waj-soft-bg {\n  background: var(--purple-soft);\n}\n\n.waj-purple-bg {\n  background:\n    linear-gradient(\n      135deg,\n      #8460a5 0%,\n      #ad84c7 100%\n    );\n\n  color: #ffffff;\n}\n\n\n\/* =========================\n   TOP HERO\n   ========================= *\/\n\n.waj-hero {\n  position: relative;\n\n  padding:\n    54px 25px\n    36px;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at top center,\n      #efe5fb 0,\n      #faf7fd 35%,\n      #ffffff 72%\n    );\n}\n\n.waj-eyebrow {\n  display: inline-block;\n\n  margin-bottom: 15px;\n\n  color: var(--purple);\n\n  font-size: 13px;\n  font-weight: 800;\n\n  letter-spacing: 1.8px;\n\n  text-transform: uppercase;\n}\n\n.waj-main-title {\n  max-width: 790px;\n\n  margin:\n    0 auto\n    18px;\n\n  color: var(--text);\n\n  font-size:\n    clamp(\n      34px,\n      7vw,\n      56px\n    );\n\n  font-weight: 850;\n\n  line-height: 1.03;\n\n  letter-spacing: -2px;\n}\n\n.waj-main-title span {\n  color: var(--purple);\n}\n\n.waj-hero-copy {\n  max-width: 700px;\n\n  margin:\n    0 auto\n    24px;\n\n  color: var(--muted);\n\n  font-size: 18px;\n\n  line-height: 1.55;\n}\n\n.waj-hero-copy strong {\n  color: var(--text);\n}\n\n\n\/* =========================\n   HERO CHECKS\n   ========================= *\/\n\n.waj-hero-checks {\n  display: flex;\n\n  flex-wrap: wrap;\n\n  justify-content: center;\n\n  gap:\n    9px\n    12px;\n\n  max-width: 760px;\n\n  margin:\n    0 auto\n    28px;\n}\n\n.waj-hero-check {\n  display: inline-flex;\n\n  align-items: center;\n\n  padding:\n    9px\n    13px;\n\n  border:\n    1px solid\n    #dfd3e8;\n\n  border-radius: 999px;\n\n  color: #42364a;\n\n  background: rgba(255,255,255,.82);\n\n  font-size: 13px;\n\n  font-weight: 700;\n\n  box-shadow:\n    0 4px 12px\n    rgba(58,26,80,.04);\n}\n\n.waj-check-dot {\n  display: inline-flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  width: 18px;\n  height: 18px;\n\n  margin-right: 7px;\n\n  border-radius: 50%;\n\n  color: #ffffff;\n\n  background: var(--purple);\n\n  font-size: 11px;\n\n  line-height: 1;\n}\n\n\n\/* =========================\n   CTA\n   ========================= *\/\n\n.waj-primary-btn {\n  display: inline-flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  min-width: 270px;\n\n  padding:\n    17px\n    28px;\n\n  border-radius: 999px;\n\n  color: #ffffff !important;\n\n  background:\n    linear-gradient(\n      135deg,\n      #39105d,\n      #64269a\n    );\n\n  box-shadow:\n    0 13px 30px\n    rgba(74,23,124,.28);\n\n  font-size: 16px;\n\n  font-weight: 850;\n\n  letter-spacing: .3px;\n\n  text-decoration: none !important;\n\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease;\n}\n\n.waj-primary-btn:hover {\n  transform:\n    translateY(-1px);\n\n  box-shadow:\n    0 16px 34px\n    rgba(74,23,124,.34);\n}\n\n.waj-hero-micro {\n  margin:\n    12px 0\n    0;\n\n  color: #817786;\n\n  font-size: 12px;\n}\n\n\n\/* =========================\n   GIF\n   ========================= *\/\n\n.waj-demo-wrap {\n  position: relative;\n\n  padding:\n    0\n    20px\n    28px;\n\n  background: #ffffff;\n}\n\n.waj-demo-label {\n  position: relative;\n\n  z-index: 2;\n\n  width: fit-content;\n\n  margin:\n    0 auto\n    -13px;\n\n  padding:\n    8px\n    17px;\n\n  border-radius: 999px;\n\n  color: #ffffff;\n\n  background: var(--purple);\n\n  box-shadow:\n    0 6px 20px\n    rgba(74,23,124,.2);\n\n  font-size: 12px;\n\n  font-weight: 800;\n\n  letter-spacing: 1px;\n\n  text-transform: uppercase;\n}\n\n.waj-demo-image {\n  overflow: hidden;\n\n  border-radius: 24px;\n\n  background: #f5f1f8;\n\n  box-shadow:\n    0 18px 50px\n    rgba(43,24,55,.12);\n}\n\n\n\/* =========================\n   BENEFIT BAR\n   ========================= *\/\n\n.waj-benefit-bar {\n  display: grid;\n\n  grid-template-columns:\n    repeat(4,1fr);\n\n  border-top:\n    1px solid\n    var(--border);\n\n  border-bottom:\n    1px solid\n    var(--border);\n\n  background: #ffffff;\n}\n\n.waj-benefit-item {\n  padding:\n    24px\n    12px;\n\n  text-align: center;\n\n  border-right:\n    1px solid\n    var(--border);\n}\n\n.waj-benefit-item:last-child {\n  border-right: 0;\n}\n\n.waj-benefit-icon {\n  display: block;\n\n  margin-bottom: 7px;\n\n  color: var(--purple);\n\n  font-size: 23px;\n\n  font-weight: 800;\n}\n\n.waj-benefit-item strong {\n  display: block;\n\n  margin-bottom: 3px;\n\n  color: var(--text);\n\n  font-size: 14px;\n}\n\n.waj-benefit-item span {\n  display: block;\n\n  color: var(--muted);\n\n  font-size: 12px;\n\n  line-height: 1.35;\n}\n\n\n\/* =========================\n   HEADINGS\n   ========================= *\/\n\n.waj-kicker {\n  display: inline-block;\n\n  margin-bottom: 10px;\n\n  color: var(--purple);\n\n  font-size: 13px;\n\n  font-weight: 850;\n\n  letter-spacing: 1.6px;\n\n  text-transform: uppercase;\n}\n\n.waj-h2 {\n  max-width: 740px;\n\n  margin:\n    0 auto\n    15px;\n\n  font-size:\n    clamp(\n      28px,\n      5vw,\n      41px\n    );\n\n  font-weight: 850;\n\n  line-height: 1.1;\n\n  letter-spacing: -1px;\n}\n\n.waj-h2 span {\n  color: var(--purple);\n}\n\n.waj-copy {\n  max-width: 700px;\n\n  margin:\n    0 auto;\n\n  color: var(--muted);\n\n  font-size: 17px;\n\n  line-height: 1.6;\n}\n\n.waj-copy strong {\n  color: var(--text);\n}\n\n\n\/* =========================\n   IMAGE\n   ========================= *\/\n\n.waj-image {\n  width: 100%;\n\n  overflow: hidden;\n\n  background: #f6f3f8;\n}\n\n\n\/* =========================\n   TRANSFORMATION TEXT\n   ========================= *\/\n\n.waj-result-box {\n  padding:\n    43px\n    25px;\n\n  text-align: center;\n\n  color: #ffffff;\n\n  background:\n    linear-gradient(\n      135deg,\n      #7f5aa3,\n      #a77fc3\n    );\n}\n\n.waj-result-box .waj-kicker {\n  color: #f6effb;\n}\n\n.waj-result-box h2 {\n  max-width: 700px;\n\n  margin:\n    0 auto\n    13px;\n\n  font-size:\n    clamp(\n      27px,\n      5vw,\n      40px\n    );\n\n  line-height: 1.12;\n\n  font-weight: 850;\n}\n\n.waj-result-box p {\n  max-width: 670px;\n\n  margin: 0 auto;\n\n  color:\n    rgba(\n      255,\n      255,\n      255,\n      .84\n    );\n\n  font-size: 16px;\n\n  line-height: 1.6;\n}\n\n\n\/* =========================\n   FEATURE CARDS\n   ========================= *\/\n\n.waj-feature-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap: 15px;\n\n  max-width: 800px;\n\n  margin:\n    30px auto\n    0;\n}\n\n.waj-feature-card {\n  padding:\n    25px\n    21px;\n\n  border:\n    1px solid\n    var(--border);\n\n  border-radius: 20px;\n\n  text-align: left;\n\n  background: #ffffff;\n\n  box-shadow:\n    0 8px 30px\n    rgba(50,25,67,.055);\n}\n\n.waj-feature-number {\n  display: inline-flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  width: 38px;\n  height: 38px;\n\n  margin-bottom: 14px;\n\n  border-radius: 50%;\n\n  color: #ffffff;\n\n  background: var(--purple);\n\n  font-size: 13px;\n\n  font-weight: 850;\n}\n\n.waj-feature-card h3 {\n  margin:\n    0\n    0\n    8px;\n\n  color: var(--text);\n\n  font-size: 20px;\n\n  line-height: 1.25;\n}\n\n.waj-feature-card p {\n  margin: 0;\n\n  color: var(--muted);\n\n  font-size: 14px;\n\n  line-height: 1.55;\n}\n\n\n\/* =========================\n   CHECK LIST\n   ========================= *\/\n\n.waj-check-list {\n  max-width: 650px;\n\n  margin:\n    25px auto\n    0;\n\n  padding: 0;\n\n  list-style: none;\n\n  text-align: left;\n}\n\n.waj-check-list li {\n  position: relative;\n\n  margin:\n    12px\n    0;\n\n  padding-left: 34px;\n\n  color: #37303b;\n\n  font-size: 16px;\n\n  line-height: 1.5;\n}\n\n.waj-check-list li:before {\n  content: \"✓\";\n\n  position: absolute;\n\n  top: 1px;\n  left: 0;\n\n  display: flex;\n\n  align-items: center;\n\n  justify-content: center;\n\n  width: 23px;\n  height: 23px;\n\n  border-radius: 50%;\n\n  color: #ffffff;\n\n  background: var(--purple);\n\n  font-size: 12px;\n\n  font-weight: 850;\n}\n\n\n\/* =========================\n   HOW TO USE\n   ========================= *\/\n\n.waj-step-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap: 14px;\n\n  max-width: 800px;\n\n  margin:\n    30px auto\n    0;\n}\n\n.waj-step {\n  padding:\n    24px\n    17px;\n\n  border:\n    1px solid\n    #e9e0f0;\n\n  border-radius: 19px;\n\n  background: #ffffff;\n\n  text-align: center;\n}\n\n.waj-step-number {\n  margin-bottom: 7px;\n\n  color: var(--purple);\n\n  font-size: 13px;\n\n  font-weight: 850;\n\n  letter-spacing: .8px;\n\n  text-transform: uppercase;\n}\n\n.waj-step strong {\n  display: block;\n\n  margin-bottom: 7px;\n\n  color: var(--text);\n\n  font-size: 17px;\n}\n\n.waj-step p {\n  margin: 0;\n\n  color: var(--muted);\n\n  font-size: 13px;\n\n  line-height: 1.5;\n}\n\n\n\/* =========================\n   COLOR OPTIONS\n   ========================= *\/\n\n.waj-shades {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2,1fr);\n\n  gap: 18px;\n\n  max-width: 800px;\n\n  margin:\n    30px auto\n    0;\n}\n\n.waj-shade-card {\n  overflow: hidden;\n\n  border:\n    1px solid\n    var(--border);\n\n  border-radius: 22px;\n\n  background: #ffffff;\n\n  box-shadow:\n    0 8px 26px\n    rgba(51,27,64,.06);\n}\n\n.waj-shade-copy {\n  padding:\n    21px\n    18px;\n\n  text-align: center;\n}\n\n.waj-shade-copy strong {\n  display: block;\n\n  margin-bottom: 5px;\n\n  font-size: 21px;\n}\n\n.waj-shade-copy span {\n  display: block;\n\n  color: var(--muted);\n\n  font-size: 14px;\n\n  line-height: 1.45;\n}\n\n\n\/* =========================\n   MINI CALL OUT\n   ========================= *\/\n\n.waj-callout {\n  margin:\n    0;\n\n  padding:\n    38px\n    24px;\n\n  text-align: center;\n\n  background:\n    #f2ebf8;\n}\n\n.waj-callout strong {\n  display: block;\n\n  max-width: 680px;\n\n  margin:\n    0 auto\n    8px;\n\n  color: var(--purple-dark);\n\n  font-size:\n    clamp(\n      23px,\n      4vw,\n      31px\n    );\n\n  line-height: 1.15;\n}\n\n.waj-callout p {\n  max-width: 650px;\n\n  margin: 0 auto;\n\n  color: #675c6c;\n\n  font-size: 15px;\n}\n\n\n\/* =========================\n   FINAL CTA\n   ========================= *\/\n\n.waj-final-cta {\n  padding:\n    52px\n    25px;\n\n  text-align: center;\n\n  color: #ffffff;\n\n  background:\n    linear-gradient(\n      140deg,\n      #76509a,\n      #a17bbd\n    );\n}\n\n.waj-final-cta .waj-kicker {\n  color: #f5ecfb;\n}\n\n.waj-final-cta h2 {\n  max-width: 700px;\n\n  margin:\n    0 auto\n    14px;\n\n  font-size:\n    clamp(\n      29px,\n      5vw,\n      43px\n    );\n\n  line-height: 1.08;\n\n  font-weight: 850;\n}\n\n.waj-final-cta p {\n  max-width: 640px;\n\n  margin:\n    0 auto\n    25px;\n\n  color:\n    rgba(\n      255,\n      255,\n      255,\n      .94\n    );\n\n  font-size: 16px;\n\n  line-height: 1.6;\n}\n\n.waj-final-micro {\n  margin-top: 13px !important;\n\n  color:\n    rgba(\n      255,\n      255,\n      255,\n      .84\n    ) !important;\n\n  font-size:\n    12px !important;\n}\n\n\n\/* =========================\n   MOBILE\n   ========================= *\/\n\n@media (max-width: 700px) {\n\n  .waj-hero {\n    padding:\n      42px\n      17px\n      29px;\n  }\n\n  .waj-main-title {\n    font-size: 38px;\n\n    letter-spacing: -1.4px;\n  }\n\n  .waj-hero-copy {\n    font-size: 16px;\n  }\n\n  .waj-hero-checks {\n    gap: 8px;\n  }\n\n  .waj-hero-check {\n    padding:\n      8px\n      11px;\n\n    font-size: 12px;\n  }\n\n  .waj-primary-btn {\n    width: 100%;\n\n    max-width: 360px;\n  }\n\n  .waj-demo-wrap {\n    padding:\n      0\n      12px\n      22px;\n  }\n\n  .waj-demo-image {\n    border-radius: 18px;\n  }\n\n  .waj-benefit-bar {\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n  .waj-benefit-item:nth-child(2) {\n    border-right: 0;\n  }\n\n  .waj-benefit-item:nth-child(1),\n  .waj-benefit-item:nth-child(2) {\n    border-bottom:\n      1px solid\n      var(--border);\n  }\n\n  .waj-section {\n    padding:\n      40px\n      18px;\n  }\n\n  .waj-section-small {\n    padding:\n      29px\n      18px;\n  }\n\n  .waj-copy {\n    font-size: 16px;\n  }\n\n  .waj-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .waj-step-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .waj-shades {\n    grid-template-columns: 1fr;\n  }\n\n  .waj-result-box {\n    padding:\n      38px\n      19px;\n  }\n\n  .waj-final-cta {\n    padding:\n      44px\n      19px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"waj-eye-page\"\u003e\n\u003c!-- =====================================================\n     HERO — TITLE FIRST, THEN GIF\n     ===================================================== --\u003e\n\u003csection class=\"waj-hero\"\u003e\n\u003cdiv class=\"waj-eyebrow\"\u003e4-IN-1 PRECISION EYE MAKEUP SYSTEM\u003c\/div\u003e\n\u003ch1 class=\"waj-main-title\"\u003eDefine Your Eyes in Minutes — \u003cspan\u003eWithout the Makeup Struggle\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"waj-hero-copy\"\u003eShape natural-looking brows, create precise eyeliner and add instant lower-lash definition with one easy-to-use eye makeup system. \u003cstrong\u003eLess time correcting. More time loving your look.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"waj-hero-checks\"\u003e\n\u003cdiv class=\"waj-hero-check\"\u003e\n\u003cspan class=\"waj-check-dot\"\u003e✓\u003c\/span\u003e Ultra-Fine Precision\u003c\/div\u003e\n\u003cdiv class=\"waj-hero-check\"\u003e\n\u003cspan class=\"waj-check-dot\"\u003e✓\u003c\/span\u003e Easy to Use\u003c\/div\u003e\n\u003cdiv class=\"waj-hero-check\"\u003e\n\u003cspan class=\"waj-check-dot\"\u003e✓\u003c\/span\u003e Smudge-Resistant\u003c\/div\u003e\n\u003cdiv class=\"waj-hero-check\"\u003e\n\u003cspan class=\"waj-check-dot\"\u003e✓\u003c\/span\u003e Black \u0026amp; Brown\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"waj-hero-micro\"\u003eBrow Definition • Precision Liner • Lower-Lash Stamp\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GIF DEMONSTRATION\n     ===================================================== --\u003e\n\u003cdiv class=\"waj-demo-wrap\"\u003e\n\u003cdiv class=\"waj-demo-label\"\u003eSEE IT IN ACTION\u003c\/div\u003e\n\u003cdiv class=\"waj-demo-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/GIF.gif?v=1787649806\" alt=\"WhimsyAndJoy 4-in-1 precision eye makeup system demonstration\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     BENEFITS BAR\n     ===================================================== --\u003e\n\u003cdiv class=\"waj-benefit-bar\"\u003e\n\u003cdiv class=\"waj-benefit-item\"\u003e\n\u003cspan class=\"waj-benefit-icon\"\u003e ✦ \u003c\/span\u003e \u003cstrong\u003e 0.01mm Precision \u003c\/strong\u003e \u003cspan\u003e Fine, controlled lines \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"waj-benefit-item\"\u003e\n\u003cspan class=\"waj-benefit-icon\"\u003e ✓ \u003c\/span\u003e \u003cstrong\u003e Natural Definition \u003c\/strong\u003e \u003cspan\u003e Soft, realistic-looking strokes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"waj-benefit-item\"\u003e\n\u003cspan class=\"waj-benefit-icon\"\u003e ◇ \u003c\/span\u003e \u003cstrong\u003e Long-Lasting \u003c\/strong\u003e \u003cspan\u003e Smudge-resistant wear \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"waj-benefit-item\"\u003e\n\u003cspan class=\"waj-benefit-icon\"\u003e ⚡ \u003c\/span\u003e \u003cstrong\u003e Time-Saving \u003c\/strong\u003e \u003cspan\u003e Faster everyday makeup \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     BEFORE AFTER\n     ===================================================== --\u003e\n\u003csection class=\"waj-section waj-center\"\u003e\u003cspan class=\"waj-kicker\"\u003e SEE THE DIFFERENCE \u003c\/span\u003e\n\u003ch2 class=\"waj-h2\"\u003eSmall Details. \u003cspan\u003eBig Eye-Opening Effect.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"waj-copy\"\u003eDefined brows frame the face. Clean eyeliner visually lifts the eyes. Lower-lash detail helps create a fuller, more complete eye look. Bring all three together for a polished finish that looks instantly more put-together.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"waj-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/5_47fcda02-3247-4b15-a086-7a8371353187.jpg?v=1787649233\" alt=\"Before and after WhimsyAndJoy eyebrow eyeliner and lower lash makeup\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n     PAIN POINT \/ RESULT\n     ===================================================== --\u003e\n\u003csection class=\"waj-result-box\"\u003e\u003cspan class=\"waj-kicker\"\u003e MAKE YOUR ROUTINE EASIER \u003c\/span\u003e\n\u003ch2\u003eStop Spending Your Morning Fixing Uneven Brows \u0026amp; Eyeliner\u003c\/h2\u003e\n\u003cp\u003eNo more bulky pencils that make brows look heavy. No more repeatedly wiping off uneven eyeliner. No more drawing tiny lower lashes one by one. Precision-focused applicators help make the details easier.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     4 FUNCTIONS\n     ===================================================== --\u003e\n\u003csection class=\"waj-section waj-center\"\u003e\u003cspan class=\"waj-kicker\"\u003e ONE SYSTEM. MULTIPLE LOOKS. \u003c\/span\u003e\n\u003ch2 class=\"waj-h2\"\u003eEverything You Need to \u003cspan\u003eDefine Your Eyes\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"waj-copy\"\u003eDesigned for the details that make the biggest visual difference, this versatile eye makeup system helps you create a more polished look without complicated techniques.\u003c\/p\u003e\n\u003cdiv class=\"waj-feature-grid\"\u003e\n\u003cdiv class=\"waj-feature-card\"\u003e\n\u003cdiv class=\"waj-feature-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eShape \u0026amp; Fill Your Brows\u003c\/h3\u003e\n\u003cp\u003eCreate fine, hair-like strokes to visually fill sparse areas, define your arch and shape the brow without a thick, blocky finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"waj-feature-card\"\u003e\n\u003cdiv class=\"waj-feature-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eDraw Precise Eyeliner\u003c\/h3\u003e\n\u003cp\u003eThe ultra-fine tip gives you greater control for subtle everyday definition, a clean lash line or a sharper wing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"waj-feature-card\"\u003e\n\u003cdiv class=\"waj-feature-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eAdd Lower-Lash Definition\u003c\/h3\u003e\n\u003cp\u003eCreate the appearance of delicate lower lashes with a quick stamp instead of carefully drawing every lash by hand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"waj-feature-card\"\u003e\n\u003cdiv class=\"waj-feature-number\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eTouch Up Anywhere\u003c\/h3\u003e\n\u003cp\u003eThe slim, portable design fits easily into your makeup bag for quick touch-ups at home, at work or while traveling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"waj-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/7_0052aa2f-524a-42ad-992b-dc88e54b2785.jpg?v=1787649233\" alt=\"WhimsyAndJoy eyebrow eyeliner and eyelash stamp makeup set\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n     0.01MM\n     ===================================================== --\u003e\n\u003csection class=\"waj-section waj-center waj-soft-bg\"\u003e\u003cspan class=\"waj-kicker\"\u003e PRECISION MAKES THE DIFFERENCE \u003c\/span\u003e\n\u003ch2 class=\"waj-h2\"\u003eUltra-Fine \u003cspan\u003e0.01mm Detail\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"waj-copy\"\u003eThick lines can quickly make eye makeup look harsh. The ultra-fine precision tip is designed to create \u003cstrong\u003edelicate, controlled strokes\u003c\/strong\u003e so you can build definition gradually instead of applying too much at once.\u003c\/p\u003e\n\u003cul class=\"waj-check-list\"\u003e\n\u003cli\u003eCreate softer, hair-like eyebrow strokes\u003c\/li\u003e\n\u003cli\u003eDefine the lash line with more control\u003c\/li\u003e\n\u003cli\u003eBuild intensity gradually for a natural result\u003c\/li\u003e\n\u003cli\u003eSuitable for subtle everyday or more defined makeup looks\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"waj-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/3_dd611bc6-bad2-4e83-b578-123b7fa2874e.jpg?v=1787649233\" alt=\"Ultra fine 0.01mm eyebrow pencil for realistic hair strokes\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n     NATURAL BROWS\n     ===================================================== --\u003e\n\u003csection class=\"waj-section waj-center\"\u003e\u003cspan class=\"waj-kicker\"\u003e LESS BLOCKY. MORE BELIEVABLE. \u003c\/span\u003e\n\u003ch2 class=\"waj-h2\"\u003eBrows That Look \u003cspan\u003eSoft, Full \u0026amp; Natural\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"waj-copy\"\u003eFollow the natural direction of your brow hairs and use light pressure to add fine strokes exactly where you need them. The result is fuller-looking definition without the heavy “drawn-on” appearance.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"waj-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/8.jpg?v=1787649233\" alt=\"Fine eyebrow eyeliner tips and lower eyelash stamp\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n     THREE STEPS\n     ===================================================== --\u003e\n\u003csection class=\"waj-section waj-center waj-soft-bg\"\u003e\u003cspan class=\"waj-kicker\"\u003e SIMPLE ENOUGH FOR EVERYDAY \u003c\/span\u003e\n\u003ch2 class=\"waj-h2\"\u003eGet the Look in \u003cspan\u003e3 Easy Steps\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"waj-copy\"\u003eYou don't need professional makeup skills. Start light, build gradually and customize the definition to suit your own eye shape.\u003c\/p\u003e\n\u003cdiv class=\"waj-step-grid\"\u003e\n\u003cdiv class=\"waj-step\"\u003e\n\u003cdiv class=\"waj-step-number\"\u003eSTEP 1\u003c\/div\u003e\n\u003cstrong\u003e Define Your Brows \u003c\/strong\u003e\n\u003cp\u003eShape the lower edge and tail, then fill sparse-looking areas with light strokes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"waj-step\"\u003e\n\u003cdiv class=\"waj-step-number\"\u003eSTEP 2\u003c\/div\u003e\n\u003cstrong\u003e Line Your Eyes \u003c\/strong\u003e\n\u003cp\u003eGlide along the lash line and extend the outer corner if you want a subtle wing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"waj-step\"\u003e\n\u003cdiv class=\"waj-step-number\"\u003eSTEP 3\u003c\/div\u003e\n\u003cstrong\u003e Stamp Lower Lashes \u003c\/strong\u003e\n\u003cp\u003eApply pigment to the stamp and gently press below the lower lash line for added definition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"waj-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/9.jpg?v=1787649233\" alt=\"How to use WhimsyAndJoy eyebrow eyeliner and lower lash stamp\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n     USE CASES\n     ===================================================== --\u003e\n\u003csection class=\"waj-section waj-center\"\u003e\u003cspan class=\"waj-kicker\"\u003e ONE TOOLKIT. THREE HIGH-IMPACT DETAILS. \u003c\/span\u003e\n\u003ch2 class=\"waj-h2\"\u003eBrows. Liner. \u003cspan\u003eLower Lashes.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"waj-copy\"\u003eUse only the step you need for a quick touch-up, or combine all three for a complete eye look. From barely-there daytime makeup to more defined evening eyes, you're in control of the finish.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"waj-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/2_1ce5c6c2-bc56-4556-8dad-020fb4312f9b.jpg?v=1787649233\" alt=\"Eyebrow eyeliner and lower eyelash application examples\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n     PERFORMANCE\n     ===================================================== --\u003e\n\u003csection class=\"waj-section waj-center waj-soft-bg\"\u003e\u003cspan class=\"waj-kicker\"\u003e MADE FOR BUSY DAYS \u003c\/span\u003e\n\u003ch2 class=\"waj-h2\"\u003eDefine It. \u003cspan\u003eThen Get On With Your Day.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"waj-copy\"\u003eThe highly pigmented, quick-drying formula is designed to give you clean definition with waterproof and smudge-resistant wear, helping your eye makeup stay looking polished for longer.\u003c\/p\u003e\n\u003cul class=\"waj-check-list\"\u003e\n\u003cli\u003eHighly pigmented for visible definition\u003c\/li\u003e\n\u003cli\u003eQuick-drying application\u003c\/li\u003e\n\u003cli\u003eWaterproof design\u003c\/li\u003e\n\u003cli\u003eSmudge-resistant finish\u003c\/li\u003e\n\u003cli\u003eLightweight and easy to carry\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"waj-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/4_a820b661-a2bf-4b86-aa1b-2599919d343c.jpg?v=1787649233\" alt=\"WhimsyAndJoy precise convenient waterproof eye makeup\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n     PORTABILITY\n     ===================================================== --\u003e\n\u003csection class=\"waj-section waj-center\"\u003e\u003cspan class=\"waj-kicker\"\u003e SMALL ENOUGH FOR YOUR MAKEUP BAG \u003c\/span\u003e\n\u003ch2 class=\"waj-h2\"\u003ePrecision Without \u003cspan\u003ethe Complicated Routine\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"waj-copy\"\u003eSlim, lightweight and easy to carry, the system is designed for quick everyday application and convenient touch-ups wherever your day takes you.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"waj-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/6.jpg?v=1787649233\" alt=\"Portable precision eye makeup system product details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n     EMOTIONAL BENEFIT\n     ===================================================== --\u003e\n\u003cdiv class=\"waj-callout\"\u003e\n\u003cstrong\u003e Less Time Correcting Your Makeup. More Time Feeling Put Together. \u003c\/strong\u003e\n\u003cp\u003eWhether you're getting ready for work, dinner, travel or a five-minute morning routine, the details don't have to be difficult.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n     PRODUCT OVERVIEW\n     ===================================================== --\u003e\n\u003cdiv class=\"waj-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/1_a38153ac-4841-44e6-86bb-8f63fed00aeb.jpg?v=1787649233\" alt=\"WhimsyAndJoy complete precision eye makeup system\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- =====================================================\n     SHADES\n     ===================================================== --\u003e\n\u003csection id=\"waj-shades\" class=\"waj-section waj-center waj-soft-bg\"\u003e\u003cspan class=\"waj-kicker\"\u003e CHOOSE YOUR SHADE \u003c\/span\u003e\n\u003ch2 class=\"waj-h2\"\u003eWhich Look Is \u003cspan\u003eMore You?\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"waj-copy\"\u003eChoose Black for stronger definition or Brown for a softer everyday finish.\u003c\/p\u003e\n\u003cdiv class=\"waj-shades\"\u003e\n\u003cdiv class=\"waj-shade-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/Black.jpg?v=1787649805\" alt=\"WhimsyAndJoy 01 Black shade\" loading=\"lazy\"\u003e\n\u003cdiv class=\"waj-shade-copy\"\u003e\n\u003cstrong\u003e 01 — Black \u003c\/strong\u003e \u003cspan\u003e Best for bold definition, darker brows, classic eyeliner and more dramatic eye looks. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"waj-shade-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/Brown.jpg?v=1787649805\" alt=\"WhimsyAndJoy 02 Brown shade\" loading=\"lazy\"\u003e\n\u003cdiv class=\"waj-shade-copy\"\u003e\n\u003cstrong\u003e 02 — Brown \u003c\/strong\u003e \u003cspan\u003e Best for softer definition, warm tones and natural-looking everyday makeup. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CONVERSION SECTION\n     ===================================================== --\u003e\n\u003csection class=\"waj-final-cta\"\u003e\u003cspan class=\"waj-kicker\"\u003e YOUR EYE ROUTINE, MADE EASIER \u003c\/span\u003e\n\u003ch2\u003eMake Every Stroke Look More Intentional\u003c\/h2\u003e\n\u003cp\u003eShape your brows, define your eyes and add lower-lash detail with precision-focused tools designed to help you create a polished look faster.\u003c\/p\u003e\n\u003cp class=\"waj-final-micro\"\u003eAvailable in Black \u0026amp; Brown • Easy to Use • Travel Friendly\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Whimsyandjoy","offers":[{"title":"🔥Black + Brown Duo","offer_id":46042070024236,"sku":"WJ-EYE4-BLK+BRN","price":49.99,"currency_code":"USD","in_stock":true},{"title":"01 Black","offer_id":46042069958700,"sku":"WJ-EYE4-BLK","price":31.24,"currency_code":"USD","in_stock":true},{"title":"02 Brown","offer_id":46042069991468,"sku":"WJ-EYE4-BRN","price":31.24,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0723\/6308\/1772\/files\/1_a38153ac-4841-44e6-86bb-8f63fed00aeb.jpg?v=1787649233","url":"https:\/\/whimsyandjoy.com\/products\/4-in-1-precision-eye-definer-kit","provider":"Whimsyandjoy","version":"1.0","type":"link"}