{"product_id":"⭐-ultra-fine-waterproof-lambskin-liquid-eyeliner-pen","title":"⭐  Ultra-Fine Waterproof Lambskin Liquid Eyeliner Pen 🖤","description":"\u003c!-- =========================================================\nPRECISION WATER-RESISTANT LIQUID EYELINER\nSHOPIFY PRODUCT DETAIL PAGE\nChampagne \/ Cream \/ Soft Nude\nMobile First + Container Query\nNative Interactive FAQ\n========================================================= --\u003e\n\u003cstyle\u003e\n.el-page{\n  --gold:#b99459;\n  --gold-hover:#9f7c45;\n\n  --gold-soft:#f4ead9;\n  --gold-pale:#fbf7ef;\n\n  --nude:#f8ece8;\n  --nude-soft:#fdf6f3;\n\n  --cream:#fffaf3;\n  --cream-soft:#faf7f1;\n\n  --pearl:#f6f6f4;\n\n  --title:#504a43;\n  --text:#57534e;\n  --muted:#79736d;\n\n  --line:#e6e1da;\n  --white:#ffffff;\n  --star:#dda22e;\n\n  --shadow:\n    0 10px 28px rgba(74,63,50,.08);\n\n  width:100%;\n  max-width:100%;\n  overflow:hidden;\n\n  container-type:inline-size;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  color:var(--text);\n  line-height:1.55;\n}\n\n.el-page *{\n  box-sizing:border-box;\n}\n\n.el-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n  object-fit:contain;\n}\n\n.el-page h1,\n.el-page h2,\n.el-page h3,\n.el-page p{\n  margin-top:0;\n}\n\n.el-wrap{\n  width:100%;\n  max-width:1080px;\n\n  margin:0 auto;\n  padding:0 16px;\n}\n\n.el-section{\n  padding:30px 0;\n}\n\n.el-center{\n  text-align:center;\n}\n\n.el-kicker{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  margin-bottom:10px;\n  padding:7px 12px;\n\n  border-radius:999px;\n\n  background:var(--gold-soft);\n  color:#8d7045;\n\n  font-size:12px;\n  line-height:1;\n  font-weight:900;\n\n  letter-spacing:.05em;\n  text-transform:uppercase;\n}\n\n.el-title{\n  margin:0 0 9px;\n\n  color:var(--title);\n\n  font-size:29px;\n  line-height:1.12;\n  font-weight:900;\n\n  letter-spacing:-.025em;\n}\n\n.el-copy{\n  max-width:730px;\n\n  margin:0 auto 20px;\n\n  color:var(--muted);\n\n  font-size:16px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n01 HERO\n========================================================= *\/\n\n.el-hero{\n  overflow:hidden;\n\n  border:1px solid #e6e0d8;\n  border-radius:22px;\n\n  background:\n    radial-gradient(\n      circle at 92% 5%,\n      #f2dfd6 0,\n      transparent 34%\n    ),\n    radial-gradient(\n      circle at 4% 94%,\n      #f4e9d7 0,\n      transparent 27%\n    ),\n    linear-gradient(\n      135deg,\n      #fffaf3,\n      #faf7f2\n    );\n}\n\n.el-hero-copy{\n  padding:30px 20px 20px;\n  text-align:center;\n}\n\n.el-hero h1{\n  max-width:840px;\n\n  margin:0 auto 12px;\n\n  color:var(--title);\n\n  font-size:37px;\n  line-height:1.04;\n  font-weight:950;\n\n  letter-spacing:-.04em;\n}\n\n.el-hero-sub{\n  max-width:730px;\n\n  margin:0 auto 18px;\n\n  color:#6e6963;\n\n  font-size:17px;\n  line-height:1.55;\n}\n\n.el-benefits{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:8px;\n\n  max-width:690px;\n\n  margin:0 auto;\n}\n\n.el-benefit{\n  min-width:0;\n\n  padding:10px 7px;\n\n  border:1px solid #e5dfd8;\n  border-radius:12px;\n\n  background:rgba(255,255,255,.92);\n\n  color:#665f56;\n\n  font-size:13px;\n  line-height:1.3;\n  font-weight:800;\n}\n\n.el-hero-image{\n  padding:7px 10px 10px;\n}\n\n.el-hero-image img{\n  border-radius:16px;\n}\n\n\n\/* =========================================================\n02 ANIMATED PRODUCT DISPLAY\n========================================================= *\/\n\n.el-demo{\n  background:var(--pearl);\n}\n\n.el-demo-card{\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid #e5e2de;\n  border-radius:19px;\n\n  box-shadow:var(--shadow);\n}\n\n.el-demo-stage{\n  position:relative;\n\n  width:100%;\n  aspect-ratio:1 \/ 1;\n\n  overflow:hidden;\n\n  background:#fff;\n}\n\n.el-demo-stage img{\n  position:absolute;\n  inset:0;\n\n  width:100%;\n  height:100%;\n\n  object-fit:contain;\n\n  opacity:0;\n\n  animation:\n    elDemoFade 15s\n    infinite ease-in-out;\n}\n\n.el-demo-stage img:nth-child(1){\n  animation-delay:0s;\n}\n\n.el-demo-stage img:nth-child(2){\n  animation-delay:5s;\n}\n\n.el-demo-stage img:nth-child(3){\n  animation-delay:10s;\n}\n\n@keyframes elDemoFade{\n\n  0%{\n    opacity:0;\n    transform:scale(1.012);\n  }\n\n  6%{\n    opacity:1;\n    transform:scale(1);\n  }\n\n  28%{\n    opacity:1;\n  }\n\n  34%{\n    opacity:0;\n    transform:scale(1.008);\n  }\n\n  100%{\n    opacity:0;\n  }\n\n}\n\n.el-demo-caption{\n  padding:14px 15px 16px;\n\n  text-align:center;\n\n  color:var(--muted);\n\n  font-size:14px;\n  line-height:1.5;\n  font-weight:700;\n}\n\n\n\/* =========================================================\n03 PAIN POINT \/ LIFE CHANGE\n========================================================= *\/\n\n.el-change{\n  background:var(--nude-soft);\n}\n\n.el-change-box{\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid #ebe0dc;\n  border-radius:20px;\n\n  box-shadow:var(--shadow);\n}\n\n.el-change-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:1px;\n\n  background:#e9e2de;\n}\n\n.el-change-card{\n  min-width:0;\n\n  padding:18px 11px;\n\n  text-align:center;\n\n  background:#fff;\n}\n\n.el-change-card:first-child{\n  background:#fbfaf9;\n}\n\n.el-change-card:last-child{\n  background:#fdf6f3;\n}\n\n.el-change-label{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:5px 9px;\n\n  border-radius:999px;\n\n  background:#efedeb;\n  color:#7b7671;\n\n  font-size:11px;\n  font-weight:900;\n\n  text-transform:uppercase;\n}\n\n.el-change-card:last-child\n.el-change-label{\n  background:var(--gold-soft);\n  color:var(--gold);\n}\n\n.el-change-icon{\n  margin-bottom:7px;\n\n  font-size:27px;\n}\n\n.el-change-card h3{\n  margin:0 0 6px;\n\n  color:var(--title);\n\n  font-size:16px;\n  line-height:1.3;\n  font-weight:900;\n}\n\n.el-change-card p{\n  margin:0;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.5;\n}\n\n.el-change-image{\n  padding:10px;\n}\n\n.el-change-image img{\n  border-radius:15px;\n}\n\n\n\/* =========================================================\n04 CORE ICON GRID\nALWAYS TWO COLUMNS\n========================================================= *\/\n\n.el-icons{\n  background:var(--cream);\n}\n\n.el-icon-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:10px;\n}\n\n.el-icon-card{\n  min-width:0;\n\n  padding:16px 10px;\n\n  text-align:center;\n\n  background:var(--gold-pale);\n\n  border:1px solid #e7e0d6;\n  border-radius:16px;\n}\n\n.el-icon{\n  width:47px;\n  height:47px;\n\n  margin:0 auto 9px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  background:#fff;\n\n  box-shadow:\n    0 4px 13px rgba(64,55,45,.06);\n\n  font-size:23px;\n}\n\n.el-icon-card h3{\n  margin:0 0 5px;\n\n  color:var(--title);\n\n  font-size:16px;\n  line-height:1.22;\n  font-weight:900;\n}\n\n.el-icon-card p{\n  margin:0;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n05 FEATURE CARDS\n========================================================= *\/\n\n.el-features{\n  background:#fff;\n}\n\n.el-feature{\n  margin-bottom:17px;\n\n  overflow:hidden;\n\n  background:var(--cream);\n\n  border:1px solid #e9e3dc;\n  border-radius:20px;\n\n  box-shadow:var(--shadow);\n}\n\n.el-feature-copy{\n  padding:21px 18px 16px;\n}\n\n.el-feature-number{\n  display:block;\n\n  margin-bottom:6px;\n\n  color:var(--gold);\n\n  font-size:12px;\n  line-height:1;\n\n  font-weight:900;\n\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.el-feature h3{\n  margin:0 0 8px;\n\n  color:var(--title);\n\n  font-size:23px;\n  line-height:1.16;\n  font-weight:900;\n\n  letter-spacing:-.02em;\n}\n\n.el-feature p{\n  margin:0;\n\n  color:var(--muted);\n\n  font-size:15px;\n  line-height:1.62;\n}\n\n.el-feature-image{\n  padding:0 10px 10px;\n}\n\n.el-feature-image img{\n  border-radius:14px;\n  background:#fff;\n}\n\n\n\/* =========================================================\n06 WHERE TO USE\n========================================================= *\/\n\n.el-scenes{\n  background:var(--nude-soft);\n}\n\n.el-scene-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:10px;\n}\n\n.el-scene-card{\n  min-width:0;\n\n  padding:16px 9px;\n\n  text-align:center;\n\n  background:#fff;\n\n  border:1px solid #eadfda;\n  border-radius:15px;\n}\n\n.el-scene-icon{\n  margin-bottom:7px;\n\n  font-size:25px;\n}\n\n.el-scene-card h3{\n  margin:0 0 4px;\n\n  color:var(--title);\n\n  font-size:15px;\n  font-weight:900;\n}\n\n.el-scene-card p{\n  margin:0;\n\n  color:var(--muted);\n\n  font-size:12px;\n  line-height:1.45;\n}\n\n.el-scene-image{\n  margin-top:15px;\n}\n\n.el-scene-image img{\n  border-radius:16px;\n}\n\n\n\/* =========================================================\n07 DETAILS\n========================================================= *\/\n\n.el-details{\n  background:var(--cream-soft);\n}\n\n.el-detail-layout{\n  display:block;\n}\n\n.el-detail-box{\n  margin-bottom:15px;\n\n  padding:17px;\n\n  background:#fff;\n\n  border:1px solid #e5e1dc;\n  border-radius:18px;\n}\n\n.el-detail-list{\n  display:grid;\n  gap:10px;\n}\n\n.el-detail-row{\n  display:flex;\n  align-items:flex-start;\n\n  gap:10px;\n\n  padding:11px;\n\n  background:var(--gold-pale);\n\n  border:1px solid #e6dfd5;\n  border-radius:11px;\n}\n\n.el-check{\n  flex:0 0 26px;\n\n  width:26px;\n  height:26px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  border-radius:50%;\n\n  background:var(--gold-soft);\n  color:var(--gold);\n\n  font-size:13px;\n  font-weight:900;\n}\n\n.el-detail-text strong{\n  display:block;\n\n  margin-bottom:2px;\n\n  color:#5e584f;\n\n  font-size:14px;\n}\n\n.el-detail-text span{\n  display:block;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\nSPEC TABLE\n========================================================= *\/\n\n.el-spec{\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid #e3dfda;\n  border-radius:18px;\n}\n\n.el-spec h3{\n  margin:0;\n\n  padding:15px 16px;\n\n  background:var(--gold-soft);\n\n  color:#886b40;\n\n  font-size:18px;\n  font-weight:900;\n}\n\n.el-spec-row{\n  display:grid;\n\n  grid-template-columns:\n    42% 58%;\n\n  border-top:1px solid #ebe7e1;\n}\n\n.el-spec-row div{\n  padding:11px 12px;\n\n  font-size:13px;\n  line-height:1.42;\n}\n\n.el-spec-row div:first-child{\n  background:#fcfbf9;\n\n  color:#5d5954;\n  font-weight:800;\n}\n\n.el-spec-row div:last-child{\n  color:#74706b;\n}\n\n\n\/* =========================================================\nSAFETY \/ APPLICATION NOTE\n========================================================= *\/\n\n.el-note{\n  margin-top:15px;\n\n  padding:14px;\n\n  background:#fff;\n\n  border:1px solid #e7dfda;\n  border-radius:13px;\n\n  color:#736d68;\n\n  font-size:13px;\n  line-height:1.55;\n}\n\n.el-note strong{\n  color:#5c554e;\n}\n\n\n\/* =========================================================\n08 CUSTOMER REVIEWS\n========================================================= *\/\n\n.el-reviews{\n  background:var(--pearl);\n}\n\n.el-review-note{\n  max-width:720px;\n\n  margin:0 auto 17px;\n  padding:12px 14px;\n\n  text-align:center;\n\n  background:#fff;\n\n  border:1px solid #e4e2de;\n  border-radius:12px;\n\n  color:var(--muted);\n\n  font-size:12px;\n  line-height:1.55;\n}\n\n.el-review-grid{\n  display:grid;\n\n  grid-template-columns:1fr;\n\n  gap:11px;\n}\n\n.el-review{\n  padding:17px;\n\n  background:#fff;\n\n  border:1px solid #e4e2de;\n  border-radius:16px;\n}\n\n.el-stars{\n  color:var(--star);\n\n  font-size:19px;\n  letter-spacing:1px;\n}\n\n.el-review h3{\n  margin:5px 0 7px;\n\n  color:var(--title);\n\n  font-size:16px;\n}\n\n.el-review p{\n  margin:0 0 10px;\n\n  color:#69645f;\n\n  font-size:14px;\n  line-height:1.58;\n}\n\n.el-review small{\n  display:block;\n\n  color:#98938e;\n\n  font-size:11px;\n}\n\n\n\/* =========================================================\n09 FAQ\nNATIVE INTERACTIVE\n========================================================= *\/\n\n.el-faq{\n  background:#fff;\n}\n\n.el-faq-list{\n  width:100%;\n}\n\n.el-faq-item{\n  margin-bottom:10px;\n\n  overflow:hidden;\n\n  border:1px solid #e3dfda;\n  border-radius:13px;\n\n  background:#fff;\n\n  transition:\n    border-color .25s ease,\n    box-shadow .25s ease;\n}\n\n.el-faq-item[open]{\n  border-color:#dac8ba;\n\n  box-shadow:\n    0 5px 16px rgba(68,56,49,.06);\n}\n\n.el-faq-question{\n  position:relative;\n\n  display:flex;\n  align-items:center;\n\n  width:100%;\n  min-height:54px;\n\n  padding:\n    15px 48px\n    15px 15px;\n\n  list-style:none;\n\n  cursor:pointer;\n\n  background:var(--gold-pale);\n\n  color:var(--text);\n\n  font-size:15px;\n  line-height:1.4;\n  font-weight:850;\n\n  user-select:none;\n\n  transition:\n    background .25s ease,\n    color .25s ease;\n}\n\n.el-faq-question::-webkit-details-marker{\n  display:none;\n}\n\n.el-faq-question::marker{\n  display:none;\n  content:\"\";\n}\n\n.el-faq-item[open]\n.el-faq-question{\n  background:var(--gold-soft);\n\n  color:var(--title);\n}\n\n\n\/* FAQ ARROW *\/\n\n.el-arrow{\n  position:absolute;\n\n  right:18px;\n  top:50%;\n\n  width:10px;\n  height:10px;\n\n  border-right:\n    2px solid #806e56;\n\n  border-bottom:\n    2px solid #806e56;\n\n  transform:\n    translateY(-70%)\n    rotate(45deg);\n\n  transform-origin:center;\n\n  transition:\n    transform .3s ease,\n    border-color .25s ease;\n}\n\n.el-faq-item[open]\n.el-arrow{\n  transform:\n    translateY(-30%)\n    rotate(225deg);\n\n  border-color:var(--gold);\n}\n\n\n\/* FAQ ANSWER *\/\n\n.el-faq-answer-wrap{\n  display:grid;\n\n  grid-template-rows:0fr;\n\n  opacity:0;\n\n  transition:\n    grid-template-rows .35s ease,\n    opacity .3s ease;\n}\n\n.el-faq-item[open]\n.el-faq-answer-wrap{\n  grid-template-rows:1fr;\n  opacity:1;\n}\n\n.el-faq-answer-inner{\n  min-height:0;\n  overflow:hidden;\n}\n\n.el-faq-answer{\n  margin:0;\n\n  padding:\n    0 15px 16px;\n\n  background:#fff;\n\n  color:var(--muted);\n\n  font-size:14px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n10 GUARANTEES\nALWAYS 2 x 2\n========================================================= *\/\n\n.el-guarantees{\n  background:var(--cream);\n}\n\n.el-guarantee-grid{\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:10px;\n}\n\n.el-guarantee{\n  min-width:0;\n\n  padding:15px 9px;\n\n  text-align:center;\n\n  background:#fff;\n\n  border:1px solid #e6e2dc;\n  border-radius:15px;\n}\n\n.el-guarantee-icon{\n  margin-bottom:6px;\n\n  font-size:25px;\n}\n\n.el-guarantee h3{\n  margin:0 0 5px;\n\n  color:var(--title);\n\n  font-size:15px;\n  line-height:1.25;\n  font-weight:900;\n}\n\n.el-guarantee p{\n  margin:0;\n\n  color:var(--muted);\n\n  font-size:12px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n11 CTA\n========================================================= *\/\n\n.el-cta{\n  padding:34px 18px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 91% 5%,\n      #f3e1d8 0,\n      transparent 34%\n    ),\n    radial-gradient(\n      circle at 4% 94%,\n      #f3e6d3 0,\n      transparent 28%\n    ),\n    linear-gradient(\n      135deg,\n      #fffaf3,\n      #faf7f3\n    );\n}\n\n.el-cta-inner{\n  max-width:780px;\n\n  margin:auto;\n}\n\n.el-cta h2{\n  margin:0 0 9px;\n\n  color:var(--title);\n\n  font-size:29px;\n  line-height:1.1;\n  font-weight:950;\n\n  letter-spacing:-.025em;\n}\n\n.el-cta p{\n  max-width:670px;\n\n  margin:0 auto 18px;\n\n  color:#6f6862;\n\n  font-size:15px;\n}\n\n.el-buy{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  min-height:51px;\n  padding:0 30px;\n\n  border-radius:999px;\n\n  background:var(--gold);\n\n  color:#fff !important;\n  text-decoration:none !important;\n\n  font-size:16px;\n  font-weight:900;\n\n  box-shadow:\n    0 9px 21px rgba(143,108,58,.23);\n\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease,\n    background .2s ease;\n}\n\n.el-buy:hover{\n  background:var(--gold-hover);\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 12px 25px rgba(143,108,58,.29);\n}\n\n.el-buy:active{\n  transform:\n    translateY(1px)\n    scale(.985);\n}\n\n\n\/* =========================================================\nFLOATING BUY\n========================================================= *\/\n\n.el-floating-buy{\n  position:fixed;\n\n  right:14px;\n  bottom:14px;\n\n  z-index:999;\n\n  padding:12px 18px;\n\n  border-radius:999px;\n\n  background:var(--gold);\n\n  color:#fff !important;\n  text-decoration:none !important;\n\n  font-size:14px;\n  font-weight:900;\n\n  box-shadow:\n    0 7px 22px rgba(75,61,43,.25);\n\n  animation:\n    elFloat 2.3s ease-in-out infinite;\n}\n\n@keyframes elFloat{\n\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-4px);\n  }\n\n}\n\n\n\/* =========================================================\nCONTAINER RESPONSIVE\n========================================================= *\/\n\n@container (min-width:680px){\n\n  .el-section{\n    padding:42px 0;\n  }\n\n  .el-hero-copy{\n    padding:40px 30px 24px;\n  }\n\n  .el-hero h1{\n    font-size:50px;\n  }\n\n  .el-benefits{\n    grid-template-columns:\n      repeat(4,minmax(0,1fr));\n  }\n\n  \/* Core selling points stay 2 columns *\/\n  .el-icon-grid{\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .el-scene-grid{\n    grid-template-columns:\n      repeat(4,minmax(0,1fr));\n  }\n\n  .el-detail-layout{\n    display:grid;\n\n    grid-template-columns:\n      1.05fr .95fr;\n\n    gap:16px;\n\n    align-items:start;\n  }\n\n  .el-detail-box{\n    margin-bottom:0;\n  }\n\n  .el-review-grid{\n    grid-template-columns:\n      repeat(3,minmax(0,1fr));\n  }\n\n  \/* Guarantee remains 2 x 2 *\/\n  .el-guarantee-grid{\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n}\n\n\n\/* =========================================================\nSHOPIFY DESCRIPTION 450–679PX\nKEEP SINGLE COLUMN\n========================================================= *\/\n\n@container\n(min-width:450px)\nand (max-width:679px){\n\n  .el-wrap{\n    padding-left:18px;\n    padding-right:18px;\n  }\n\n  .el-title{\n    font-size:31px;\n  }\n\n}\n\n\n\/* =========================================================\nMOBILE\n========================================================= *\/\n\n@media(max-width:480px){\n\n  .el-faq-question{\n    min-height:58px;\n\n    padding:\n      16px 44px\n      16px 14px;\n\n    font-size:15px;\n  }\n\n  .el-arrow{\n    right:16px;\n  }\n\n}\n\n\n@media(max-width:380px){\n\n  .el-hero h1{\n    font-size:32px;\n  }\n\n  .el-title{\n    font-size:26px;\n  }\n\n  .el-icon-card h3{\n    font-size:14px;\n  }\n\n  .el-icon-card p{\n    font-size:12px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"el-page\" id=\"precision-eyeliner-detail\"\u003e\n\u003c!-- =========================================================\n01 HERO BANNER\n========================================================= --\u003e\n\u003csection class=\"el-section\"\u003e\n\u003cdiv class=\"el-wrap\"\u003e\n\u003cdiv class=\"el-hero\"\u003e\n\u003cdiv class=\"el-hero-copy\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e✨ Cleaner Lines Without the Morning Eyeliner Battle\u003c\/div\u003e\n\u003ch1\u003eThin Line or Sharp Wing.\u003cbr\u003eStay in Control of Every Stroke.\u003c\/h1\u003e\n\u003cp class=\"el-hero-sub\"\u003eA fine tapered liquid eyeliner pen designed to help you create smooth everyday lash lines, clean wings and bolder eye looks with less dragging, patchiness and repeated correction.\u003c\/p\u003e\n\u003cdiv class=\"el-benefits\"\u003e\n\u003cdiv class=\"el-benefit\"\u003e✍️ Fine Sponge Tip\u003c\/div\u003e\n\u003cdiv class=\"el-benefit\"\u003e💧 Water \u0026amp; Sweat Resistant\u003c\/div\u003e\n\u003cdiv class=\"el-benefit\"\u003e⚡ Quick-Drying\u003c\/div\u003e\n\u003cdiv class=\"el-benefit\"\u003e🖤 Classic Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-hero-image\"\u003e\u003cimg src=\"https:\/\/beforesprouted.com\/cdn\/shop\/files\/2026-08-28T115617.598.png?v=1788507366\u0026amp;width=2048\" alt=\"Precision black liquid eyeliner pen\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n02 ANIMATED DISPLAY\n========================================================= --\u003e\n\u003csection class=\"el-section el-demo\"\u003e\n\u003cdiv class=\"el-wrap\"\u003e\n\u003cdiv class=\"el-center\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e🎬 From Fine Line to Defined Wing\u003c\/div\u003e\n\u003ch2 class=\"el-title\"\u003eOne Pen. Different Eye Looks.\u003c\/h2\u003e\n\u003cp class=\"el-copy\"\u003eUse the tapered point for delicate lash-line definition, then change the pressure and angle when you want a more visible wing.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/DLPanda.com_beautyfindswithchole_76759160507556364942026971511684.gif?v=1788764531\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-demo-card\"\u003e\n\u003cdiv class=\"el-demo-caption\"\u003e✍️ Draw   →   ⚡ Let It Set   →   💧 Wear   →   🧼 Remove\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n03 WHAT PROBLEM DOES IT SOLVE?\n========================================================= --\u003e\n\u003csection class=\"el-section el-change\"\u003e\n\u003cdiv class=\"el-wrap\"\u003e\n\u003cdiv class=\"el-center\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e😣 Eyeliner Shouldn't Take Half Your Morning\u003c\/div\u003e\n\u003ch2 class=\"el-title\"\u003eFewer Redraws. Less Patchiness. More Predictable Lines.\u003c\/h2\u003e\n\u003cp class=\"el-copy\"\u003eA thick or inconsistent applicator can turn one wing into several attempts. A fine controlled tip helps make everyday eyeliner feel less like trial and error.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-change-box\"\u003e\n\u003cdiv class=\"el-change-grid\"\u003e\n\u003cdiv class=\"el-change-card\"\u003e\n\u003cdiv class=\"el-change-label\"\u003eFrustrating Routine\u003c\/div\u003e\n\u003cdiv class=\"el-change-icon\"\u003e😵\u003c\/div\u003e\n\u003ch3\u003eDraw. Wipe. Redraw.\u003c\/h3\u003e\n\u003cp\u003eUneven strokes, patchy ink and a wing that keeps getting thicker every time you correct it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-change-card\"\u003e\n\u003cdiv class=\"el-change-label\"\u003eEasier Routine\u003c\/div\u003e\n\u003cdiv class=\"el-change-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eGuide the Tip \u0026amp; Build the Line\u003c\/h3\u003e\n\u003cp\u003eStart fine, extend the wing and add thickness only where you actually want it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-change-image\"\u003e\u003cimg src=\"https:\/\/beforesprouted.com\/cdn\/shop\/files\/2026-08-28T115617.355.png?v=1788507366\u0026amp;width=2048\" alt=\"Classic black winged eyeliner looks\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n04 CORE SELLING POINT GRID\n========================================================= --\u003e\n\u003csection class=\"el-section el-icons\"\u003e\n\u003cdiv class=\"el-wrap\"\u003e\n\u003cdiv class=\"el-center\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e🖤 Built for Everyday Eye Makeup\u003c\/div\u003e\n\u003ch2 class=\"el-title\"\u003eMore Control From the First Stroke to the Final Wing\u003c\/h2\u003e\n\u003cp class=\"el-copy\"\u003eEvery feature focuses on one of the most common eyeliner problems: control, smudging, uneven ink flow or difficult removal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-icon-grid\"\u003e\n\u003cdiv class=\"el-icon-card\"\u003e\n\u003cdiv class=\"el-icon\"\u003e✍️\u003c\/div\u003e\n\u003ch3\u003eFine Tapered Tip\u003c\/h3\u003e\n\u003cp\u003eHelps create both delicate lines and defined wings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-icon-card\"\u003e\n\u003cdiv class=\"el-icon\"\u003e🎯\u003c\/div\u003e\n\u003ch3\u003eBeginner-Friendly Control\u003c\/h3\u003e\n\u003cp\u003eSlim sponge tip makes gradual line building easier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-icon-card\"\u003e\n\u003cdiv class=\"el-icon\"\u003e💧\u003c\/div\u003e\n\u003ch3\u003eWater \u0026amp; Sweat Resistant\u003c\/h3\u003e\n\u003cp\u003eDesigned to better handle mild moisture and everyday humidity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-icon-card\"\u003e\n\u003cdiv class=\"el-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eQuick-Drying Formula\u003c\/h3\u003e\n\u003cp\u003eLet it set before blinking to reduce fresh-line transfer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-icon-card\"\u003e\n\u003cdiv class=\"el-icon\"\u003e🖊️\u003c\/div\u003e\n\u003ch3\u003eStable Ink Flow\u003c\/h3\u003e\n\u003cp\u003eInternal structure helps keep application smoother and more consistent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-icon-card\"\u003e\n\u003cdiv class=\"el-icon\"\u003e🧼\u003c\/div\u003e\n\u003ch3\u003eEasier Makeup Removal\u003c\/h3\u003e\n\u003cp\u003eDesigned to dissolve with common eye makeup removers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n05 CORE FEATURE DETAILS\n========================================================= --\u003e\n\u003csection class=\"el-section el-features\"\u003e\n\u003cdiv class=\"el-wrap\"\u003e\n\u003cdiv class=\"el-center\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e🔍 Why the Application Feels Easier\u003c\/div\u003e\n\u003ch2 class=\"el-title\"\u003eSolve a Different Eyeliner Hassle With Every Feature\u003c\/h2\u003e\n\u003cp class=\"el-copy\"\u003eBetter control when drawing, faster setting after application, steadier ink flow during use and simpler removal at the end of the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 01 --\u003e\n\u003carticle class=\"el-feature\"\u003e\n\u003cdiv class=\"el-feature-copy\"\u003e\n\u003cspan class=\"el-feature-number\"\u003e 01 \/ Precision Sponge Tip \u003c\/span\u003e\n\u003ch3\u003e✍️ Start Thin Instead of Fixing a Line That Started Too Thick\u003c\/h3\u003e\n\u003cp\u003eThe tapered sponge tip gives you a narrow contact point along the lash line. Use the tip for subtle everyday definition, then angle the applicator when you want to build a more visible outer wing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-feature-image\"\u003e\u003cimg src=\"https:\/\/beforesprouted.com\/cdn\/shop\/files\/women-s-waterproof-lambskin-eye-pencil-eyeliner-_E2_9C_A8-landing-05.png?v=1788508357\u0026amp;width=1500\" alt=\"Slim tapered sponge eyeliner tip\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 02 --\u003e\n\u003carticle class=\"el-feature\"\u003e\n\u003cdiv class=\"el-feature-copy\"\u003e\n\u003cspan class=\"el-feature-number\"\u003e 02 \/ Moisture-Resistant Wear \u003c\/span\u003e\n\u003ch3\u003e💧 Your Eyeliner Shouldn't Panic Because the Day Got Warm\u003c\/h3\u003e\n\u003cp\u003eThe quick-drying formula is designed to resist mild sweat, humidity and everyday moisture once it has properly set. That makes it better suited to busy workdays, warm afternoons and longer makeup wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-feature-image\"\u003e\u003cimg src=\"https:\/\/beforesprouted.com\/cdn\/shop\/files\/women-s-waterproof-lambskin-eye-pencil-eyeliner-_E2_9C_A8-landing-06.png?v=1788508367\u0026amp;width=1500\" alt=\"Water and sweat resistant eyeliner\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 03 --\u003e\n\u003carticle class=\"el-feature\"\u003e\n\u003cdiv class=\"el-feature-copy\"\u003e\n\u003cspan class=\"el-feature-number\"\u003e 03 \/ Beginner-Friendly Control \u003c\/span\u003e\n\u003ch3\u003e🎯 Build the Wing Instead of Trying to Nail It in One Perfect Move\u003c\/h3\u003e\n\u003cp\u003eYou do not need to start with a dramatic wing. Trace close to the lash line, extend a small outer stroke and gradually build the shape. The slim sponge tip gives you more control over how much line you add at each step.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-feature-image\"\u003e\u003cimg src=\"https:\/\/beforesprouted.com\/cdn\/shop\/files\/women-s-waterproof-lambskin-eye-pencil-eyeliner-_E2_9C_A8-landing-07.png?v=1788508379\u0026amp;width=1500\" alt=\"Beginner friendly smooth eyeliner application\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 04 --\u003e\n\u003carticle class=\"el-feature\"\u003e\n\u003cdiv class=\"el-feature-copy\"\u003e\n\u003cspan class=\"el-feature-number\"\u003e 04 \/ Ink-Control Structure \u003c\/span\u003e\n\u003ch3\u003e🖊️ Less Fighting With Dry, Broken or Patchy-Looking Strokes\u003c\/h3\u003e\n\u003cp\u003eA built-in stirring ball helps keep the liquid moving inside the pen, while the internal multi-channel supply structure is designed to support more even ink delivery toward the applicator tip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-feature-image\"\u003e\u003cimg src=\"https:\/\/beforesprouted.com\/cdn\/shop\/files\/women-s-waterproof-lambskin-eye-pencil-eyeliner-_E2_9C_A8-landing-08.png?v=1788508380\u0026amp;width=1500\" alt=\"Multiple eyeliner ink control structures\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 05 --\u003e\n\u003carticle class=\"el-feature\"\u003e\n\u003cdiv class=\"el-feature-copy\"\u003e\n\u003cspan class=\"el-feature-number\"\u003e 05 \/ Classic Black \u003c\/span\u003e\n\u003ch3\u003e🖤 One Black Liner for Subtle Days and Bigger Wings\u003c\/h3\u003e\n\u003cp\u003eClassic black pigment works across simple lash-line definition, small everyday wings and more noticeable evening looks. Adjust the line width instead of needing a different eyeliner for every style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-feature-image\"\u003e\u003cimg src=\"https:\/\/beforesprouted.com\/cdn\/shop\/files\/2026-08-28T115617.355.png?v=1788507366\u0026amp;width=2048\" alt=\"Classic black liquid eyeliner looks\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 06 --\u003e\n\u003carticle class=\"el-feature\"\u003e\n\u003cdiv class=\"el-feature-copy\"\u003e\n\u003cspan class=\"el-feature-number\"\u003e 06 \/ Easier Removal \u003c\/span\u003e\n\u003ch3\u003e🧼 Stay Put During the Day — Then Come Off When Makeup Time Is Over\u003c\/h3\u003e\n\u003cp\u003eLong-wear makeup should not mean spending the night aggressively rubbing your eyelids. The product page recommends standard oil-based makeup wipes or gentle eye cleanser to help dissolve and remove the pigment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-feature-image\"\u003e\u003cimg src=\"https:\/\/beforesprouted.com\/cdn\/shop\/files\/2026-08-28T115616.676.png?v=1788507366\u0026amp;width=2048\" alt=\"Simple eyeliner makeup removal\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n06 WHERE CAN YOU USE IT?\n========================================================= --\u003e\n\u003csection class=\"el-section el-scenes\"\u003e\n\u003cdiv class=\"el-wrap\"\u003e\n\u003cdiv class=\"el-center\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e📍 From Morning Makeup to Night-Out Wings\u003c\/div\u003e\n\u003ch2 class=\"el-title\"\u003eOne Pen for the Eye Looks You Actually Wear\u003c\/h2\u003e\n\u003cp class=\"el-copy\"\u003eGo subtle for work, cleaner for everyday errands, sharper for dinner or more dramatic when the occasion calls for it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-scene-grid\"\u003e\n\u003cdiv class=\"el-scene-card\"\u003e\n\u003cdiv class=\"el-scene-icon\"\u003e💼\u003c\/div\u003e\n\u003ch3\u003eWork \u0026amp; Office\u003c\/h3\u003e\n\u003cp\u003eUse a thin lash line for everyday definition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-scene-card\"\u003e\n\u003cdiv class=\"el-scene-icon\"\u003e☀️\u003c\/div\u003e\n\u003ch3\u003eWarm Days\u003c\/h3\u003e\n\u003cp\u003eWater- and sweat-resistant wear suits everyday summer makeup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-scene-card\"\u003e\n\u003cdiv class=\"el-scene-icon\"\u003e💄\u003c\/div\u003e\n\u003ch3\u003eDinner \u0026amp; Events\u003c\/h3\u003e\n\u003cp\u003eBuild a sharper wing when you want more definition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-scene-card\"\u003e\n\u003cdiv class=\"el-scene-icon\"\u003e🧳\u003c\/div\u003e\n\u003ch3\u003eTravel Makeup Bag\u003c\/h3\u003e\n\u003cp\u003eOne slim pen handles several eyeliner styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-scene-image\"\u003e\u003cimg src=\"https:\/\/beforesprouted.com\/cdn\/shop\/files\/3_9fa589e1-7fd8-4c14-8be4-eeeff34491fe.png?v=1788507366\u0026amp;width=2048\" alt=\"Different winged eyeliner styles\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n07 DETAILS + SPECIFICATIONS\n========================================================= --\u003e\n\u003csection class=\"el-section el-details\"\u003e\n\u003cdiv class=\"el-wrap\"\u003e\n\u003cdiv class=\"el-center\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e📋 Product Details\u003c\/div\u003e\n\u003ch2 class=\"el-title\"\u003eSmall Details That Make the Morning Routine Easier\u003c\/h2\u003e\n\u003cp class=\"el-copy\"\u003eThe pen combines a controlled applicator with a quick-setting formula and an internal ink-delivery structure designed for everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-detail-layout\"\u003e\n\u003c!-- DETAILS --\u003e\n\u003cdiv class=\"el-detail-box\"\u003e\n\u003cdiv class=\"el-detail-list\"\u003e\n\u003cdiv class=\"el-detail-row\"\u003e\n\u003cdiv class=\"el-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"el-detail-text\"\u003e\n\u003cstrong\u003e Fine Tapered Sponge Tip \u003c\/strong\u003e \u003cspan\u003e Designed for thin lines, wings and gradual line building. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-detail-row\"\u003e\n\u003cdiv class=\"el-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"el-detail-text\"\u003e\n\u003cstrong\u003e Classic Black Pigment \u003c\/strong\u003e \u003cspan\u003e Suitable for subtle and more defined eye looks. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-detail-row\"\u003e\n\u003cdiv class=\"el-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"el-detail-text\"\u003e\n\u003cstrong\u003e Quick-Drying Formula \u003c\/strong\u003e \u003cspan\u003e Allow approximately 30 seconds to fully set. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-detail-row\"\u003e\n\u003cdiv class=\"el-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"el-detail-text\"\u003e\n\u003cstrong\u003e Water \u0026amp; Sweat Resistant \u003c\/strong\u003e \u003cspan\u003e Designed for improved stability against mild moisture and humidity. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-detail-row\"\u003e\n\u003cdiv class=\"el-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"el-detail-text\"\u003e\n\u003cstrong\u003e Built-In Stirring Ball \u003c\/strong\u003e \u003cspan\u003e Helps reduce ink thickening and clumping inside the pen. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-detail-row\"\u003e\n\u003cdiv class=\"el-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"el-detail-text\"\u003e\n\u003cstrong\u003e Multi-Channel Ink Supply \u003c\/strong\u003e \u003cspan\u003e Supports smoother, more even ink delivery. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv class=\"el-spec\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"el-spec-row\"\u003e\n\u003cdiv\u003eProduct Type\u003c\/div\u003e\n\u003cdiv\u003eLiquid Eyeliner Pen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-spec-row\"\u003e\n\u003cdiv\u003eColor\u003c\/div\u003e\n\u003cdiv\u003eClassic Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-spec-row\"\u003e\n\u003cdiv\u003eApplicator\u003c\/div\u003e\n\u003cdiv\u003eFine Tapered Sponge Tip\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-spec-row\"\u003e\n\u003cdiv\u003eFinish\u003c\/div\u003e\n\u003cdiv\u003eDefined Black Line\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-spec-row\"\u003e\n\u003cdiv\u003eFormula\u003c\/div\u003e\n\u003cdiv\u003eQuick-Drying\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-spec-row\"\u003e\n\u003cdiv\u003eWear Feature\u003c\/div\u003e\n\u003cdiv\u003eWater \u0026amp; Sweat Resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-spec-row\"\u003e\n\u003cdiv\u003eInk Control\u003c\/div\u003e\n\u003cdiv\u003eStirring Ball + Multi-Channel Supply\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-spec-row\"\u003e\n\u003cdiv\u003eLine Styles\u003c\/div\u003e\n\u003cdiv\u003eThin \/ Classic \/ Winged \/ Bold\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-spec-row\"\u003e\n\u003cdiv\u003eRemoval\u003c\/div\u003e\n\u003cdiv\u003eStandard Eye Makeup Remover\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-note\"\u003e✨ \u003cstrong\u003eBest application:\u003c\/strong\u003e start with clean, dry and oil-free eyelids. After drawing your eyeliner, allow approximately 30 seconds for the formula to fully dry before rubbing, touching or layering additional eye makeup.\u003c\/div\u003e\n\u003cdiv class=\"el-note\"\u003e⚠️ \u003cstrong\u003eSkin sensitivity:\u003c\/strong\u003e if you have sensitive skin, consider a small patch test before regular use. Stop using the product if redness, itching, burning or unusual irritation occurs.\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 15px;\"\u003e\u003cimg src=\"https:\/\/beforesprouted.com\/cdn\/shop\/files\/5_151cfc8b-af4c-4b2f-b819-c5b00a3649e2.png?v=1788507367\u0026amp;width=2048\" alt=\"Eyeliner application and safety tips\" loading=\"lazy\" style=\"border-radius: 16px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n08 REAL CUSTOMER FEEDBACK\n========================================================= --\u003e\n\u003csection class=\"el-section el-reviews\"\u003e\n\u003cdiv class=\"el-wrap\"\u003e\n\u003cdiv class=\"el-center\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e💬 Customer Feedback\u003c\/div\u003e\n\u003ch2 class=\"el-title\"\u003eWhat Buyers on the Original Listing Say\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-review-note\"\u003eThe feedback below is based on customer reviews currently displayed on the original beforeSprouted product page.\u003c\/div\u003e\n\u003cdiv class=\"el-review-grid\"\u003e\n\u003cdiv class=\"el-review\"\u003e\n\u003cdiv class=\"el-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch3\u003eEasier Winged Liner\u003c\/h3\u003e\n\u003cp\u003eMia says she had struggled with shaky hands when creating wings, but liked how smoothly the fine sponge tip moved across the lid and how crisp the black line looked for her daily office makeup.\u003c\/p\u003e\n\u003csmall\u003e Mia L. — Texas \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-review\"\u003e\n\u003cdiv class=\"el-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch3\u003eHeld Up on Warm Days\u003c\/h3\u003e\n\u003cp\u003eEthan reported wearing the liner during outdoor afternoon gatherings. He liked that it stayed in place through light sweating and still came off later with his regular makeup-remover wipes.\u003c\/p\u003e\n\u003csmall\u003e Ethan R. — Ohio \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-review\"\u003e\n\u003cdiv class=\"el-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003ch3\u003eMore Consistent Ink Flow\u003c\/h3\u003e\n\u003cp\u003eChloe says she used the eyeliner for several weeks and appreciated the more even ink output, with fewer broken or patchy lines interrupting her makeup routine.\u003c\/p\u003e\n\u003csmall\u003e Chloe M. — Florida \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n09 FAQ\n========================================================= --\u003e\n\u003csection class=\"el-section el-faq\"\u003e\n\u003cdiv class=\"el-wrap\"\u003e\n\u003cdiv class=\"el-center\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e❓ Quick Answers\u003c\/div\u003e\n\u003ch2 class=\"el-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp class=\"el-copy\"\u003eEverything worth knowing before your next eyeliner routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-faq-list\"\u003e\n\u003c!-- FAQ 01 --\u003e\n\u003cdetails class=\"el-faq-item\"\u003e\n\u003csummary class=\"el-faq-question\"\u003eIs this eyeliner suitable for beginners? \u003cspan class=\"el-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"el-faq-answer-wrap\"\u003e\n\u003cdiv class=\"el-faq-answer-inner\"\u003e\n\u003cp class=\"el-faq-answer\"\u003eYes. The tapered sponge tip is designed to provide controlled application, making it easier to start with a thin line and gradually build a wing instead of committing to a thick stroke immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 02 --\u003e\n\u003cdetails class=\"el-faq-item\"\u003e\n\u003csummary class=\"el-faq-question\"\u003eCan it draw both thin and thick lines? \u003cspan class=\"el-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"el-faq-answer-wrap\"\u003e\n\u003cdiv class=\"el-faq-answer-inner\"\u003e\n\u003cp class=\"el-faq-answer\"\u003eYes. Use the very tip for thinner lash-line strokes, then change the angle and build additional width for bolder wings and more dramatic looks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 03 --\u003e\n\u003cdetails class=\"el-faq-item\"\u003e\n\u003csummary class=\"el-faq-question\"\u003eIs the eyeliner completely waterproof? \u003cspan class=\"el-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"el-faq-answer-wrap\"\u003e\n\u003cdiv class=\"el-faq-answer-inner\"\u003e\n\u003cp class=\"el-faq-answer\"\u003eThe seller markets the product as waterproof and describes the formula as water- and sweat-resistant. For more accurate expectations, it is best treated as a quick-drying liner designed to resist normal moisture, light sweat and humidity rather than as an indestructible waterproof coating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 04 --\u003e\n\u003cdetails class=\"el-faq-item\"\u003e\n\u003csummary class=\"el-faq-question\"\u003eHow long should I let it dry? \u003cspan class=\"el-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"el-faq-answer-wrap\"\u003e\n\u003cdiv class=\"el-faq-answer-inner\"\u003e\n\u003cp class=\"el-faq-answer\"\u003eThe product's application guide recommends allowing approximately 30 seconds for the eyeliner to dry fully before touching, rubbing or exposing it to moisture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 05 --\u003e\n\u003cdetails class=\"el-faq-item\"\u003e\n\u003csummary class=\"el-faq-question\"\u003eShould I prepare my eyelids before application? \u003cspan class=\"el-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"el-faq-answer-wrap\"\u003e\n\u003cdiv class=\"el-faq-answer-inner\"\u003e\n\u003cp class=\"el-faq-answer\"\u003eYes. For better application, the seller recommends starting with eyelids that are clean, dry and free from excess oil.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 06 --\u003e\n\u003cdetails class=\"el-faq-item\"\u003e\n\u003csummary class=\"el-faq-question\"\u003eHow do I remove the eyeliner? \u003cspan class=\"el-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"el-faq-answer-wrap\"\u003e\n\u003cdiv class=\"el-faq-answer-inner\"\u003e\n\u003cp class=\"el-faq-answer\"\u003eStandard oil-based makeup wipes or a gentle eye-makeup cleanser can be used to dissolve and remove the pigment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 07 --\u003e\n\u003cdetails class=\"el-faq-item\"\u003e\n\u003csummary class=\"el-faq-question\"\u003eWhy is there a small ball inside the pen? \u003cspan class=\"el-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"el-faq-answer-wrap\"\u003e\n\u003cdiv class=\"el-faq-answer-inner\"\u003e\n\u003cp class=\"el-faq-answer\"\u003eThe internal stirring ball is designed to help keep the eyeliner liquid moving and reduce thickening or clumping inside the pen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 08 --\u003e\n\u003cdetails class=\"el-faq-item\"\u003e\n\u003csummary class=\"el-faq-question\"\u003eWhat color is the eyeliner? \u003cspan class=\"el-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"el-faq-answer-wrap\"\u003e\n\u003cdiv class=\"el-faq-answer-inner\"\u003e\n\u003cp class=\"el-faq-answer\"\u003eThe current product imagery and listing describe the eyeliner as a classic black shade, suitable for both subtle lines and more defined winged styles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 09 --\u003e\n\u003cdetails class=\"el-faq-item\"\u003e\n\u003csummary class=\"el-faq-question\"\u003eWhat if my eyes or skin become irritated? \u003cspan class=\"el-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"el-faq-answer-wrap\"\u003e\n\u003cdiv class=\"el-faq-answer-inner\"\u003e\n\u003cp class=\"el-faq-answer\"\u003eStop use if you experience redness, itching, burning or unusual irritation. If you have sensitive skin, consider patch testing first and avoid applying the product directly inside the eye.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n10 SHIPPING + SHOPPING CONFIDENCE\n2 x 2\n========================================================= --\u003e\n\u003csection class=\"el-section el-guarantees\"\u003e\n\u003cdiv class=\"el-wrap\"\u003e\n\u003cdiv class=\"el-center\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e📦 Shop With Confidence\u003c\/div\u003e\n\u003ch2 class=\"el-title\"\u003eSupport From Checkout to Makeup Bag\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-guarantee-grid\"\u003e\n\u003cdiv class=\"el-guarantee\"\u003e\n\u003cdiv class=\"el-guarantee-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch3\u003eSecure Payment Options\u003c\/h3\u003e\n\u003cp\u003eThe source store accepts major credit cards and PayPal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-guarantee\"\u003e\n\u003cdiv class=\"el-guarantee-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eShipment Tracking\u003c\/h3\u003e\n\u003cp\u003eTracking information is provided after the order ships.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-guarantee\"\u003e\n\u003cdiv class=\"el-guarantee-icon\"\u003e↩️\u003c\/div\u003e\n\u003ch3\u003e14-Day Return Window\u003c\/h3\u003e\n\u003cp\u003eThe source store currently accepts eligible return requests within 14 days of receipt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"el-guarantee\"\u003e\n\u003cdiv class=\"el-guarantee-icon\"\u003e✈️\u003c\/div\u003e\n\u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eThe source store currently advertises worldwide free shipping on qualifying orders over $59.99.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\n11 FINAL CTA\n========================================================= --\u003e\n\u003csection class=\"el-cta\"\u003e\n\u003cdiv class=\"el-cta-inner\"\u003e\n\u003cdiv class=\"el-kicker\"\u003e🖤 Make the Wing the Easy Part\u003c\/div\u003e\n\u003ch2\u003eSpend Less Time Fixing Your Eyeliner and More Time Wearing It\u003c\/h2\u003e\n\u003cp\u003eStart with a fine line, build the wing you want, give it time to set and get on with the rest of your day.\u003c\/p\u003e\n\u003ca href=\"#MainContent\" class=\"el-buy\"\u003e ✨ Get the Precision Eyeliner \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\nFLOATING BUY NOW\n========================================================= --\u003e \u003c!-- =========================================================\nBUY NOW SCROLL\nFAQ ITSELF REQUIRES NO JAVASCRIPT\n========================================================= --\u003e \u003cscript\u003e\nfunction elGoBuy(e){\n\n  if(e){\n    e.preventDefault();\n  }\n\n  var selectors = [\n    'form[action*=\"\/cart\/add\"]',\n    'product-form',\n    '.product-form',\n    '.product__info-container',\n    '.product__info-wrapper',\n    '#MainContent'\n  ];\n\n  var target = null;\n\n  for(var i = 0; i \u003c selectors.length; i++){\n\n    target =\n      document.querySelector(\n        selectors[i]\n      );\n\n    if(target){\n      break;\n    }\n\n  }\n\n  if(target){\n\n    target.scrollIntoView({\n      behavior:'smooth',\n      block:'center'\n    });\n\n  }else{\n\n    window.scrollTo({\n      top:0,\n      behavior:'smooth'\n    });\n\n  }\n\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"HYY","offers":[{"title":"Default Title","offer_id":53819632025963,"sku":"NC02592609071918-【跨境纯英文版】","price":16.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/02_7e416a77-e54e-4bf1-8e43-d7d42a63ce75.jpg?v=1788763702","url":"https:\/\/zavrlynia.com\/products\/%e2%ad%90-ultra-fine-waterproof-lambskin-liquid-eyeliner-pen","provider":"zavrlynia","version":"1.0","type":"link"}