{"product_id":"heijiazi","title":"👀 CAN’T DRAW LOWER LASHES? JUST STAMP THEM! ✨💖","description":"\u003cstyle\u003e\n  .lash-kit-page {\n    --lk-primary: #c96f45;\n    --lk-primary-dark: #9f4f2c;\n    --lk-soft: #fff6f1;\n    --lk-ink: #2c2522;\n    --lk-muted: #6f625c;\n    --lk-line: #eadbd3;\n    --lk-white: #ffffff;\n\n    max-width: 820px;\n    margin: 0 auto;\n    color: var(--lk-ink);\n    font-family: inherit;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .lash-kit-page *,\n  .lash-kit-page *::before,\n  .lash-kit-page *::after {\n    box-sizing: border-box;\n  }\n\n  .lash-kit-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    border-radius: 16px;\n  }\n\n  .lk-section {\n    margin: 34px 0;\n  }\n\n  .lk-section-title {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin: 0 0 20px;\n    color: var(--lk-primary-dark);\n    font-size: 22px;\n    font-weight: 800;\n    line-height: 1.25;\n    letter-spacing: 0.6px;\n  }\n\n  .lk-section-title::before {\n    content: \"\";\n    display: block;\n    width: 5px;\n    height: 26px;\n    flex-shrink: 0;\n    border-radius: 999px;\n    background: linear-gradient(\n      180deg,\n      var(--lk-primary),\n      var(--lk-primary-dark)\n    );\n  }\n\n  .lk-feature-list {\n    display: grid;\n    gap: 24px;\n  }\n\n  .lk-feature-card {\n    overflow: hidden;\n    border: 1px solid var(--lk-line);\n    border-radius: 20px;\n    background: var(--lk-white);\n    box-shadow: 0 10px 30px rgba(83, 49, 34, 0.08);\n  }\n\n  .lk-feature-copy {\n    position: relative;\n    padding: 24px 24px 22px;\n  }\n\n  .lk-feature-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 34px;\n    height: 34px;\n    margin-bottom: 12px;\n    padding: 0 9px;\n    border-radius: 999px;\n    color: var(--lk-white);\n    background: linear-gradient(\n      135deg,\n      var(--lk-primary),\n      var(--lk-primary-dark)\n    );\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.4px;\n  }\n\n  .lk-feature-copy h3 {\n    margin: 0 0 8px;\n    color: var(--lk-ink);\n    font-size: 19px;\n    font-weight: 800;\n    line-height: 1.35;\n  }\n\n  .lk-feature-copy p {\n    margin: 0;\n    color: var(--lk-muted);\n    font-size: 16px;\n  }\n\n  .lk-feature-image {\n    padding: 0 14px 14px;\n  }\n\n  .lk-info-box {\n    overflow: hidden;\n    border: 1px solid var(--lk-line);\n    border-radius: 18px;\n    background: linear-gradient(145deg, #ffffff, var(--lk-soft));\n    box-shadow: 0 8px 24px rgba(83, 49, 34, 0.06);\n  }\n\n  .lk-info-row {\n    display: grid;\n    grid-template-columns: 145px 1fr;\n    gap: 16px;\n    padding: 15px 20px;\n    border-bottom: 1px solid var(--lk-line);\n    font-size: 15px;\n  }\n\n  .lk-info-row:last-child {\n    border-bottom: 0;\n  }\n\n  .lk-info-label {\n    color: var(--lk-primary-dark);\n    font-weight: 800;\n  }\n\n  .lk-info-value {\n    color: var(--lk-ink);\n  }\n\n  .lk-package-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .lk-package-item {\n    position: relative;\n    min-height: 66px;\n    padding: 15px 15px 15px 48px;\n    border: 1px solid var(--lk-line);\n    border-radius: 14px;\n    color: var(--lk-ink);\n    background: var(--lk-white);\n    font-size: 15px;\n    line-height: 1.45;\n  }\n\n  .lk-package-item::before {\n    content: \"✓\";\n    position: absolute;\n    top: 16px;\n    left: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    color: var(--lk-white);\n    background: var(--lk-primary);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .lk-note-box {\n    padding: 20px;\n    border: 1px solid #efd6c9;\n    border-radius: 18px;\n    background: var(--lk-soft);\n  }\n\n  .lk-note-item {\n    position: relative;\n    margin: 0 0 12px;\n    padding-left: 25px;\n    color: var(--lk-muted);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .lk-note-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .lk-note-item::before {\n    content: \"!\";\n    position: absolute;\n    top: 2px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 17px;\n    height: 17px;\n    border-radius: 50%;\n    color: var(--lk-white);\n    background: var(--lk-primary);\n    font-size: 11px;\n    font-weight: 900;\n  }\n\n  @media (max-width: 640px) {\n    .lash-kit-page {\n      padding: 0 2px;\n    }\n\n    .lk-section {\n      margin: 26px 0;\n    }\n\n    .lk-section-title {\n      margin-bottom: 16px;\n      font-size: 20px;\n    }\n\n    .lk-feature-list {\n      gap: 18px;\n    }\n\n    .lk-feature-card {\n      border-radius: 16px;\n    }\n\n    .lk-feature-copy {\n      padding: 20px 18px 18px;\n    }\n\n    .lk-feature-copy h3 {\n      font-size: 17px;\n    }\n\n    .lk-feature-copy p {\n      font-size: 15px;\n    }\n\n    .lk-feature-image {\n      padding: 0 10px 10px;\n    }\n\n    .lash-kit-page img {\n      border-radius: 12px;\n    }\n\n    .lk-info-row {\n      grid-template-columns: 1fr;\n      gap: 3px;\n      padding: 14px 16px;\n    }\n\n    .lk-package-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .lk-package-item {\n      min-height: auto;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lash-kit-page\"\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"lk-section\"\u003e\n    \u003ch2 class=\"lk-section-title\"\u003eFEATURES\u003c\/h2\u003e\n\n    \u003cdiv class=\"lk-feature-list\"\u003e\n\n      \u003carticle class=\"lk-feature-card\"\u003e\n        \u003cdiv class=\"lk-feature-copy\"\u003e\n          \u003cspan class=\"lk-feature-number\"\u003e01\u003c\/span\u003e\n          \u003ch3\u003e3-IN-1 VERSATILITY\u003c\/h3\u003e\n          \u003cp\u003e\n            Combines a lower lash stamp, eyeliner wing stamp, and beauty mark\n            dotter in one compact kit. Save time and space by replacing three\n            separate makeup tools.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lk-feature-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0709\/0972\/2703\/files\/1_da6ca21a-c05a-4459-b52e-5c00391e6e35.png?v=1784175974\" alt=\"3-in-1 lower lash, eyeliner and beauty mark stamp kit\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lk-feature-card\"\u003e\n        \u003cdiv class=\"lk-feature-copy\"\u003e\n          \u003cspan class=\"lk-feature-number\"\u003e02\u003c\/span\u003e\n          \u003ch3\u003eEFFORTLESS STAMP APPLICATION\u003c\/h3\u003e\n          \u003cp\u003e\n            Create balanced, symmetrical results in seconds with a simple\n            press-and-go motion. Perfect for beginners or anyone who struggles\n            with freehand eyeliner and lower lashes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lk-feature-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3756\/9282\/files\/spp_shopify20260312102655_10680f7a6b12c995966d557f06fec81a.jpg\" alt=\"Easy eye makeup stamp application\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lk-feature-card\"\u003e\n        \u003cdiv class=\"lk-feature-copy\"\u003e\n          \u003cspan class=\"lk-feature-number\"\u003e03\u003c\/span\u003e\n          \u003ch3\u003eWATERPROOF \u0026amp; SMUDGE-RESISTANT\u003c\/h3\u003e\n          \u003cp\u003e\n            The long-wearing formula is designed to resist water, sweat, and\n            excess oil, helping your eye look stay clean and defined throughout\n            the day.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lk-feature-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3756\/9282\/files\/spp_shopify20260312102659_d68f7c6a40649c06577d1697d9ab5fdd.jpg\" alt=\"Waterproof and smudge-resistant eye makeup\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lk-feature-card\"\u003e\n        \u003cdiv class=\"lk-feature-copy\"\u003e\n          \u003cspan class=\"lk-feature-number\"\u003e04\u003c\/span\u003e\n          \u003ch3\u003eMULTIPLE STYLES INCLUDED\u003c\/h3\u003e\n          \u003cp\u003e\n            Switch between two lower-lash styles and two eyeliner-wing shapes.\n            Create anything from a soft everyday look to a sharper, more\n            dramatic finish.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lk-feature-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3756\/9282\/files\/spp_shopify20260312102703_481819339d7017176826ea3d14f0da88.jpg\" alt=\"Multiple lower lash and eyeliner stamp styles\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"lk-feature-card\"\u003e\n        \u003cdiv class=\"lk-feature-copy\"\u003e\n          \u003cspan class=\"lk-feature-number\"\u003e05\u003c\/span\u003e\n          \u003ch3\u003eULTRA-FINE, NATURAL-LOOKING DETAIL\u003c\/h3\u003e\n          \u003cp\u003e\n            Creates fine, hair-like lines that resemble real lower lashes.\n            Enhance your eyes with a softer, more natural-looking finish instead\n            of a heavy drawn-on effect.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lk-feature-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0766\/3756\/9282\/files\/spp_shopify20260312102708_c5016464c00332c375aa3f4f671b9451.jpg\" alt=\"Natural-looking fine lower lash stamp detail\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"lk-section\"\u003e\n    \u003ch2 class=\"lk-section-title\"\u003eSPECIFICATIONS\u003c\/h2\u003e\n\n    \u003cdiv class=\"lk-info-box\"\u003e\n      \u003cdiv class=\"lk-info-row\"\u003e\n        \u003cdiv class=\"lk-info-label\"\u003eAvailable Colors\u003c\/div\u003e\n        \u003cdiv class=\"lk-info-value\"\u003eBlack and Brown\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lk-info-row\"\u003e\n        \u003cdiv class=\"lk-info-label\"\u003eNet Content\u003c\/div\u003e\n        \u003cdiv class=\"lk-info-value\"\u003e4 mL \/ 0.14 fl oz\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lk-info-row\"\u003e\n        \u003cdiv class=\"lk-info-label\"\u003eProduct Function\u003c\/div\u003e\n        \u003cdiv class=\"lk-info-value\"\u003e\n          3-in-1 eye makeup stamper for lower lashes, eyeliner wings, and\n          beauty marks\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PACKAGE --\u003e\n  \u003csection class=\"lk-section\"\u003e\n    \u003ch2 class=\"lk-section-title\"\u003ePACKAGE INCLUDES\u003c\/h2\u003e\n\n    \u003cdiv class=\"lk-package-grid\"\u003e\n      \u003cdiv class=\"lk-package-item\"\u003e1 × Compact storage case with mirror\u003c\/div\u003e\n      \u003cdiv class=\"lk-package-item\"\u003e\n        1 × Magnetic stamp handle with beauty mark dotting tip\n      \u003c\/div\u003e\n      \u003cdiv class=\"lk-package-item\"\u003e4 × Lower eyelash stamp heads\u003c\/div\u003e\n      \u003cdiv class=\"lk-package-item\"\u003e4 × Eyeliner wing stamp heads\u003c\/div\u003e\n      \u003cdiv class=\"lk-package-item\"\u003e1 × Black ink pad\u003c\/div\u003e\n      \u003cdiv class=\"lk-package-item\"\u003e1 × Brown ink pad\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- NOTES --\u003e\n  \u003csection class=\"lk-section\"\u003e\n    \u003ch2 class=\"lk-section-title\"\u003eIMPORTANT NOTES\u003c\/h2\u003e\n\n    \u003cdiv class=\"lk-note-box\"\u003e\n      \u003cp class=\"lk-note-item\"\u003e\n        For external use only. Avoid direct contact with the eyes. If contact\n        occurs, rinse thoroughly with clean water.\n      \u003c\/p\u003e\n\n      \u003cp class=\"lk-note-item\"\u003e\n        Perform a patch test on a small area of skin before first use to check\n        for possible sensitivity or allergic reactions.\n      \u003c\/p\u003e\n\n      \u003cp class=\"lk-note-item\"\u003e\n        Keep the compact case tightly sealed when not in use to help prevent the\n        ink pads from drying out.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Cosmetics","offers":[{"title":"Buy 1","offer_id":48179815743709,"sku":"RM-yz-qyp-1*1","price":19.99,"currency_code":"USD","in_stock":true},{"title":"🔥Buy 2👍","offer_id":48179815776477,"sku":"RM-yz-qyp-1*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"🔥🔥Buy 3 Get 1 Free💥","offer_id":48179815809245,"sku":"RM-yz-qyp-1*4","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0823\/4329\/7245\/files\/5_d25a5bc2-974c-47ca-9f3f-efbc127d97a3.png?v=1784203127","url":"https:\/\/powerstep.online\/products\/heijiazi","provider":"powerstep","version":"1.0","type":"link"}