{"product_id":"eyebrow-pen-1-45881525","title":"Waterproof Four-tip Beard and Eyebrow Pen","description":"\u003cstyle\u003e  .beard-brow-page {    --brown: #6b4732;    --brown-dark: #3e2b21;    --caramel: #a8754e;    --cream: #faf6ef;    --cream-dark: #f1e8dc;    --text: #302821;    --muted: #6e6259;    --line: #e4d8cb;    --white: #ffffff;    max-width: 980px;    margin: 0 auto;    padding: 8px 18px 32px;    font-family: Arial. Helvetica. sans-serif;    color: var(--text);    line-height: 1.65;    box-sizing: border-box;  }  .beard-brow-page * {    box-sizing: border-box;  }  .beard-brow-page img {    display: block;    width: 100%;    height: auto;    border-radius: 14px;  }  \/* HERO *\/  .bb-hero {    background: linear-gradient(135deg. #f8f0e5 0%. #fffdf9 58%. #eee3d5 100%);    border: 1px solid var(--line);    border-radius: 20px;    padding: 25px 28px;    text-align: center;    margin-bottom: 18px;  }  .bb-tag {    display: inline-block;    padding: 5px 14px;    margin-bottom: 9px;    border-radius: 20px;    background: var(--brown);    color: #fff;    font-size: 11px;    font-weight: 700;    letter-spacing: 1.6px;    text-transform: uppercase;  }  .bb-hero h2 {    margin: 0 0 10px;    color: var(--brown-dark);    font-size: 28px;    line-height: 1.3;    font-weight: 800;  }  .bb-hero p {    max-width: 790px;    margin: 0 auto;    color: var(--muted);    font-size: 15px;    line-height: 1.75;  }  \/* QUICK BENEFITS *\/  .bb-benefits {    display: grid;    grid-template-columns: repeat(4. 1fr);    gap: 9px;    margin-bottom: 21px;  }  .bb-benefit {    padding: 11px 7px;    text-align: center;    background: var(--cream);    border: 1px solid var(--line);    border-radius: 13px;  }  .bb-benefit strong {    display: block;    color: var(--brown);    font-size: 12px;    margin-bottom: 2px;  }  .bb-benefit span {    color: var(--muted);    font-size: 10px;  }  \/* SECTION HEADING *\/  .bb-heading {    text-align: center;    margin: 25px 0 16px;  }  .bb-heading span {    display: inline-block;    padding: 5px 13px;    border-radius: 20px;    background: var(--cream-dark);    color: var(--brown);    font-size: 11px;    font-weight: 800;    letter-spacing: 1.5px;    text-transform: uppercase;  }  .bb-heading h3 {    margin: 8px 0 0;    color: var(--brown-dark);    font-size: 24px;    line-height: 1.3;  }  \/* FEATURE *\/  .bb-feature {    background: var(--cream);    border: 1px solid var(--line);    border-radius: 17px;    padding: 13px;    margin-bottom: 17px;  }  .bb-feature img {    border-radius: 12px;  }  .bb-feature-content {    padding: 13px 8px 4px;    text-align: center;  }  .bb-feature h4 {    margin: 0 0 6px;    color: var(--brown);    font-size: 18px;    line-height: 1.35;    font-weight: 800;  }  .bb-feature p {    max-width: 800px;    margin: 0 auto;    color: var(--muted);    font-size: 14px;    line-height: 1.7;  }  \/* COLOR SECTION *\/  .bb-color-box {    background: linear-gradient(135deg. #f8f0e6. #fffdf9);    border: 1px solid var(--line);    border-radius: 16px;    padding: 18px;    text-align: center;    margin: 20px 0;  }  .bb-color-box h4 {    margin: 0 0 6px;    color: var(--brown-dark);    font-size: 17px;  }  .bb-color-box p {    margin: 0;    color: var(--muted);    font-size: 13px;  }  .bb-color-list {    display: flex;    justify-content: center;    flex-wrap: wrap;    gap: 8px;    margin-top: 12px;  }  .bb-color {    padding: 6px 11px;    border-radius: 20px;    background: #fff;    border: 1px solid var(--line);    color: var(--brown);    font-size: 11px;    font-weight: 700;  }  \/* SPECS *\/  .bb-spec {    border: 1px solid var(--line);    border-radius: 15px;    overflow: hidden;    margin-bottom: 22px;  }  .bb-spec-row {    display: grid;    grid-template-columns: 32% 68%;    border-bottom: 1px solid var(--line);  }  .bb-spec-row:last-child {    border-bottom: none;  }  .bb-spec-label {    padding: 11px 14px;    background: var(--cream-dark);    color: var(--brown-dark);    font-size: 13px;    font-weight: 700;  }  .bb-spec-value {    padding: 11px 14px;    background: #fff;    color: var(--muted);    font-size: 13px;  }  \/* NOTE *\/  .bb-note {    background: #f7f2eb;    border-left: 4px solid var(--caramel);    border-radius: 0 13px 13px 0;    padding: 15px 18px;    margin-bottom: 20px;  }  .bb-note h4 {    margin: 0 0 7px;    color: var(--brown-dark);    font-size: 16px;  }  .bb-note ul {    margin: 0;    padding-left: 19px;  }  .bb-note li {    margin: 4px 0;    color: var(--muted);    font-size: 13px;    line-height: 1.6;  }  \/* END *\/  .bb-end {    background: linear-gradient(135deg. #5a3b29. #79543a);    color: #fff;    border-radius: 17px;    text-align: center;    padding: 20px 18px;    margin-top: 23px;  }  .bb-end strong {    display: block;    font-size: 19px;    line-height: 1.4;    margin-bottom: 5px;  }  .bb-end span {    font-size: 13px;    line-height: 1.6;    opacity: 0.9;  }  @media screen and (max-width: 749px) {    .beard-brow-page {      padding: 5px 12px 25px;    }    .bb-hero {      padding: 21px 16px;      border-radius: 16px;    }    .bb-hero h2 {      font-size: 22px;    }    .bb-hero p {      font-size: 13px;      line-height: 1.65;    }    .bb-benefits {      grid-template-columns: repeat(2. 1fr);      gap: 7px;    }    .bb-benefit {      padding: 9px 6px;    }    .bb-benefit strong {      font-size: 11px;    }    .bb-benefit span {      font-size: 9px;    }    .bb-heading {      margin: 21px 0 13px;    }    .bb-heading h3 {      font-size: 20px;    }    .bb-feature {      padding: 9px;      margin-bottom: 14px;    }    .bb-feature-content {      padding: 11px 4px 3px;    }    .bb-feature h4 {      font-size: 16px;    }    .bb-feature p {      font-size: 12.5px;    }    .bb-color-box {      padding: 15px;    }    .bb-color-box h4 {      font-size: 15px;    }    .bb-color-box p {      font-size: 12px;    }    .bb-spec-row {      grid-template-columns: 37% 63%;    }    .bb-spec-label.    .bb-spec-value {      padding: 9px 10px;      font-size: 12px;    }    .bb-note {      padding: 14px 15px;    }    .bb-note li {      font-size: 12px;    }    .bb-end {      padding: 17px 13px;    }    .bb-end strong {      font-size: 17px;    }    .bb-end span {      font-size: 12px;    }  }    \u003c\/style\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cspan\u003e✦ Precision Grooming\u003c\/span\u003e\n\u003ch2\u003eDefine Your Look with Natural-Looking Detail\u003c\/h2\u003e\n\u003cp\u003eCreate cleaner brows. fuller-looking beard areas. and more defined hairlines with the \u003cstrong\u003eWaterproof Four-Tip Beard \u0026amp; Eyebrow Pen\u003c\/strong\u003e. Its multi-line tip makes it easy to add fine strokes and build natural-looking definition exactly where you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- QUICK BENEFITS --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e✍️ 4-Tip Applicator\u003c\/strong\u003e \u003cspan\u003eFine. hair-like strokes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e💧 Water-Resistant\u003c\/strong\u003e \u003cspan\u003eMade for active days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e⏳ Long Wear\u003c\/strong\u003e \u003cspan\u003eLess frequent touch-ups\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e🎯 Multi-Use\u003c\/strong\u003e \u003cspan\u003eBrows. beard \u0026amp; hairline\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cspan\u003eWhy It Stands Out\u003c\/span\u003e\n\u003ch3\u003ePrecision Made Simple\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/6820\/2457\/files\/DM_20260828144135_001.webp?v=1788595696\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e✍️ Four-Tip Design for Hair-Like Strokes\u003c\/h4\u003e\n\u003cp\u003eThe multi-prong applicator creates several fine lines with each pass. helping you fill sparse-looking areas and add realistic-looking texture. Adjust your pressure and direction to create softer or more defined results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECOND IMAGE --\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/6820\/2457\/files\/14_2a03799d-58d6-4394-bedb-7636f35255ca.png?v=1788595705\" alt=\"Four\"\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"text-align: center;\"\u003e🎯 Build Shape \u0026amp; Definition with Control\u003c\/h4\u003e\n\u003cp\u003eAdd detail exactly where it is needed. Use short. light strokes to enhance the appearance of individual hairs or layer additional color to create a more defined overall shape.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/6820\/2457\/files\/14a92d69c94556547fe1179705336beb.gif?v=1788595712\" alt=\"Four\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/h4\u003e\n\u003ch4 style=\"text-align: center;\"\u003e💧 Designed to Stay Put Through the Day\u003c\/h4\u003e\n\u003cp\u003eThe wear-resistant formula is designed to handle everyday moisture. perspiration. and changing weather conditions. helping your carefully created look remain in place with fewer touch-ups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SUPPORTING IMAGE --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/6820\/2457\/files\/3d5477c04751bb33a9c16938996f7d11.jpg?v=1788595727\" alt=\"Versatile\"\u003e⏳ A Reliable Addition to Your Grooming Routine\u003c\/h4\u003e\n\u003cp\u003eOnce applied and allowed to set. the color is designed for lasting everyday wear. Ideal for quick morning grooming. touch-ups before heading out. or keeping your look polished throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/6820\/2457\/files\/15_ab395c48-f175-432d-9fc5-43f5fc9d411c.png?v=1788595735\"\u003e🧔 One Pen for Brows. Beard \u0026amp; Hairline\u003c\/h4\u003e\n\u003cp\u003eKeep your grooming routine streamlined with one versatile tool. Use it to enhance eyebrow definition. add detail around the beard. or visually refine areas along the hairline.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/6820\/2457\/files\/6_63acb8c6-5926-41fa-b36a-4042c493dd1f.png?v=1788595742\"\u003e👌 Easy Application. Beginner Friendly\u003c\/h4\u003e\n\u003cp\u003eNo complicated grooming technique is required. Start with light. short strokes and gradually build the desired definition. The pen format makes quick corrections and everyday touch-ups simple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ADDITIONAL IMAGE --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/6820\/2457\/files\/5_f7b04145-0474-49a0-a519-f94034de6d29.png?v=1788595748\" alt=\"Easy\"\u003e✨ From Subtle Enhancement to Defined Detail\u003c\/h4\u003e\n\u003cp\u003eKeep the finish soft and natural-looking or layer additional strokes where more definition is desired. The flexible application lets you tailor the result to your personal grooming style.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION IMAGE --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/6820\/2457\/files\/4_20e3e83a-7117-4f7b-88c6-15984c704573.png?v=1788595754\"\u003e Finish Your Grooming Routine in Minutes\u003c\/h4\u003e\n\u003cp\u003eUse the pen wherever you want additional visual definition. A few controlled strokes can help refine the shape of your brows. beard area. or hairline before you head out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COLORS --\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cspan\u003eChoose Your Shade\u003c\/span\u003e\n\u003ch3\u003eFour Natural-Inspired Colors 🤎\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eMatch Your Everyday Grooming Look\u003c\/h4\u003e\n\u003cp\u003eSelect the shade that best complements your brows. beard. or hair tone.\u003c\/p\u003e\n\u003cdiv\u003e\n\u003cspan\u003eLight Brown\u003c\/span\u003e   \u003cspan\u003eReddish Brown\u003c\/span\u003e   \u003cspan\u003eGray Brown\u003c\/span\u003e   \u003cspan\u003eDark Brown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n\u003cspan\u003eProduct Information\u003c\/span\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eProduct Type：\u003c\/strong\u003eWaterproof Four-Tip Beard \u0026amp; Eyebrow Pen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNet Content：\u003c\/strong\u003e3 g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAvailable Colors：\u003c\/strong\u003eLight Brown. Reddish Brown. Gray Brown. Dark Brown\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eShelf Life：\u003c\/strong\u003e3 Years\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePackage Includes：\u003c\/strong\u003e1 × Waterproof Four-Tip Beard \u0026amp; Eyebrow Pen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE IMAGE --\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0753\/6820\/2457\/files\/7_8093a7b8-2b84-421d-91df-e030b2d77326.png?v=1788595762\"\u003e\u003c\/div\u003e\n\u003c!-- NOTE --\u003e\n\u003cdiv\u003e\n\u003ch4\u003e⚠️ Please Note\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAllow for slight measurement variations due to manual measurement.\u003c\/li\u003e\n\u003cli\u003eColor appearance may vary slightly depending on lighting. screen settings. and display conditions.\u003c\/li\u003e\n\u003cli\u003eFor best results. apply to clean. dry brows. beard. or hairline.\u003c\/li\u003e\n\u003cli\u003eStore in a cool. dry place and keep the cap securely closed when not in use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- END --\u003e\n\u003cdiv\u003e\u003cstrong\u003e🧔 Define the Details That Complete Your Look\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan\u003e Precise strokes. versatile application. and effortless everyday grooming — all in one compact pen.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Keithpet","offers":[{"title":"Light Brown","offer_id":56389710315825,"sku":"XYL2510202190-1浅棕色","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Dark Brown","offer_id":56389710348593,"sku":"XYL2510202190-2深棕色","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Reddish Brown","offer_id":56389710381361,"sku":"XYL2510202190-3红棕色","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Gray Brown","offer_id":56389710414129,"sku":"XYL2510202190-4灰棕色","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":56389710446897,"sku":"XYL2510202190-5黑色","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0985\/8531\/3585\/files\/1_4dae8e2d-7370-4dd2-a665-3512338f6ce1.jpg?v=1789890896","url":"https:\/\/keithpet.shop\/products\/eyebrow-pen-1-45881525","provider":"Keithpet","version":"1.0","type":"link"}