{"product_id":"all-day-smudge-proof-liner-rjc","title":"All-Day Smudge-Proof Liner","description":"\u003c!--\n[AI Design Logic]\n产品类型：E精细接触型（眼线笔）\n目标受众：化妆新手、日常通勤女性\n视觉风格：精致、典雅、金色轻奢感\n配色策略：主色调金色（--primary），辅以黑色文字（--text-main）和柔和背景色（--bg-soft）\n模块顺序：Hero -\u003e Feature 1 (新手友好) -\u003e Feature 2 (持久防晕) -\u003e Feature 3 (细节品质) -\u003e Safety Guide -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_4.png, Feature1=image_3.png, Feature2=image_2.png, Feature3=image_0.png\n规格图映射：Specs=image_6.png (提取颜色信息)\n对比模块：未加入（无明显竞品对比逻辑）\n材质细节：在Feature 3中强调棉质笔头和包装质感\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D4AF37; \/* 金色 *\/\n      --primary-hover: #B89A30;\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #FDFBF5; \/* 柔和金色背景 *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #EAEAEA;\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n      font-family: sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n      color: var(--primary);\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      margin-bottom: 1rem;\n      color: var(--text-sub);\n    }\n    .product-detail-container .small-text {\n      font-size: 15px;\n      color: var(--text-sub);\n    }\n\n    \/* General Layout *\/\n    .section-block {\n      margin-bottom: var(--spacing-section);\n    }\n    .grid-2 {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n    @media (max-width: 767px) {\n      .grid-2 {\n        grid-template-columns: 1fr;\n        gap: 2rem;\n      }\n      .grid-2.feature-reverse \u003e .feature-media {\n        order: -1;\n      }\n    }\n\n    \/* Image Styling *\/\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    \/* 使用方案B：固定比例容器，适合展示产品细节和对比 *\/\n    .img-placeholder-square {\n      aspect-ratio: 1\/1;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--bg-soft);\n      border-radius: var(--radius-md);\n    }\n    .img-placeholder-square img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover; \/* 核心展示图使用 cover 更有冲击力，且本组图核心信息在中心 *\/\n      position: absolute;\n      top: 0;\n      left: 0;\n    }\n\n    \/* Badges *\/\n    .badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n    .badge {\n      display: inline-block;\n      padding: 0.35rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border: 1px solid var(--primary);\n      border-radius: 50px;\n      font-size: 15px;\n      font-weight: 500;\n    }\n\n    \/* Specs Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      margin-top: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .specs-table th {\n      width: 35%;\n      font-weight: 600;\n      color: var(--text-main);\n      background-color: var(--bg-soft);\n      border-right: 1px solid var(--border-color);\n    }\n    .specs-table tr:last-child th, .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table { border: none; }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table th { display: none; }\n      .specs-table td {\n        padding-left: 45%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        align-items: center;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 35%;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1rem;\n      padding: 1.25rem;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n    .faq-question {\n      font-weight: 700;\n      font-size: 18px;\n      margin-bottom: 0.75rem;\n      color: var(--primary);\n    }\n    .faq-answer {\n      margin: 0;\n      font-size: 16px;\n    }\n\n    \/* Safety Guide Block *\/\n    .safety-guide {\n      background-color: #FFF8E6; \/* 柔和的暖黄色警示背景 *\/\n      padding: 2rem;\n      border-radius: var(--radius-lg);\n      border-left: 6px solid var(--primary);\n    }\n    .safety-guide h3 {\n      color: var(--primary);\n      margin-top: 0;\n      display: flex;\n      align-items: center;\n    }\n    .safety-guide h3::before {\n      content: \"⚠️\";\n      margin-right: 0.5rem;\n    }\n    .safety-guide ul {\n      padding-left: 1.5rem;\n      margin-bottom: 0;\n    }\n    .safety-guide li {\n      margin-bottom: 0.75rem;\n    }\n    .safety-guide li:last-child {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block grid-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch1\u003eEffortless Precision, All-Day Definition.\u003c\/h1\u003e\n\n\u003cp\u003eAchieve your perfect eye look with confidence. Our waterproof liquid eyeliner is designed for a smooth, one-stroke application that even beginners will love. Enjoy a defined, smudge-proof finish that lasts from your first coffee to your evening out.\u003c\/p\u003e\n\n\u003cdiv class=\"badge\" style=\"background: var(--primary); color: white; border: none; padding: 0.5rem 1rem;\"\u003e✨ Designed for Everyday Ease\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-square\"\u003e[ 📷 需替换：image_4.png ] \u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260801143359\/eb669f24282d76436c8a674adb56d505.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Beginner Friendly \u0026 Precision --\u003e\n\n\u003cdiv class=\"section-block grid-2 feature-reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-square\"\u003e[ 📷 需替换：image_3.png ] \u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260801143359\/16b807620c63500de100847751334491.jpg\"\u003e\u003c\/div\u003ea\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSimplicity Meets Precision.\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to shaky lines. Our pen features a slim, skin-friendly cotton tip that offers exceptional control. It glides effortlessly, allowing you to create everything from subtle definition to a bold cat-eye with ease. It's the perfect tool for mastering your technique.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-group\"\u003e\n\u003cspan class=\"badge\"\u003eBeginner-Friendly\u003c\/span\u003e \u003cspan class=\"badge\"\u003eCotton Tip\u003c\/span\u003e \u003cspan class=\"badge\"\u003eSmooth Glide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Waterproof \u0026 Long-Lasting --\u003e\n\n\u003cdiv class=\"section-block grid-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFlawless Wear, No Matter What.\u003c\/h2\u003e\n\n\u003cp\u003eKeep your look locked in. Our advanced formula is waterproof, sweat-proof, and smudge-proof, ensuring your eyeliner stays intensely black and sharp all day long. No more panda eyes or mid-day touch-ups needed.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-group\"\u003e\n\u003cspan class=\"badge\"\u003eWaterproof\u003c\/span\u003e \u003cspan class=\"badge\"\u003eSmudge-Proof\u003c\/span\u003e \u003cspan class=\"badge\"\u003eAll-Day Hold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-square\"\u003e[ 📷 需替换：image_2.png ] \u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260801143359\/7fc5c383ba14ffc4c0d99a144e2d5108.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Premium Quality \u0026 Details --\u003e\n\n\u003cdiv class=\"section-block grid-2 feature-reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-square\"\u003e[ 📷 需替换：image_0.png ] \u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260801143359\/690b611e6c1f89f3f5411cd359b1dacf.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eA Touch of Everyday Luxury.\u003c\/h2\u003e\n\n\u003cp\u003eElevate your makeup routine with our beautifully designed pen. The chic gold and white body is perfectly balanced, and the rich \"Cool Black\" ink dries in just 30 seconds for a quick, mess-free application. It comes in a distinctive box with a lambskin texture, making it a treat for yourself or a lovely gift.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-group\"\u003e\n\u003cspan class=\"badge\"\u003e30s Quick-Dry\u003c\/span\u003e \u003cspan class=\"badge\"\u003eRich Cool Black\u003c\/span\u003e \u003cspan class=\"badge\"\u003ePremium Packaging\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Important Safety Guide --\u003e\n\n\u003cdiv class=\"section-block safety-guide\"\u003e\n\u003ch3\u003eImportant Allergy \u0026amp; Safety Guide\u003c\/h3\u003e\n\n\u003cp class=\"small-text\"\u003eYour safety is important to us. As with all cosmetic products, individual sensitivity can occur.\u003c\/p\u003e\n\n\u003cul class=\"small-text\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003ePATCH TEST FIRST:\u003c\/strong\u003e Before first use, apply a tiny amount to your inner wrist or behind your ear. Wait 24 hours. If no irritation occurs, it is safe to use.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eAPPLICATION TIP:\u003c\/strong\u003e For the best smudge-proof performance, apply to clean, dry eyelids that are free of oil or cream. Keep eyes still for 30 seconds to allow the liner to fully set.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eDISCONTINUE USE:\u003c\/strong\u003e If you experience any redness, itching, or burning, stop using the product immediately and rinse the area thoroughly with water.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eLiquid Eyeliner Pen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003eCool Black\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eApplicator\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Applicator\"\u003eSkin-Friendly Cotton \/ Felt Tip\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eKey Properties\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Key Properties\"\u003eWaterproof, Smudge-Proof, Long-Lasting, Quick-Drying\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003ePackaging\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Packaging\"\u003eIndividual box with premium lambskin texture finish\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eQ: Is this eyeliner hard to use for a beginner?\u003c\/p\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Not at all! It's specifically designed to be beginner-friendly. The stable cotton tip gives you great control, making it much easier to draw a smooth, steady line compared to brush-tip liners.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eQ: How long does it take to dry?\u003c\/p\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: The formula is quick-drying and typically sets within 30 seconds. We recommend keeping your eyes fairly still during this brief time to ensure a perfect, smudge-proof finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cp class=\"faq-question\"\u003eQ: Will it smudge if I have oily eyelids or sweat?\u003c\/p\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Once fully dry, the formula is highly resistant to water, sweat, and oil, making it smudge-proof for all-day wear. For the best results on oily lids, we suggest prepping with a primer or powder first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"1-Pack (Daily Essential)","offer_id":47135695569069,"sku":"1729502173924595132","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup)","offer_id":47135695601837,"sku":null,"price":17.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Stock Up \u0026 Save)","offer_id":47135695634605,"sku":null,"price":21.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/a24efa9f6c9e927b70459ce3c021d308.jpg?v=1785567106","url":"https:\/\/newjoyloo.com\/products\/all-day-smudge-proof-liner-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}