{"product_id":"forever-nose-print-kit","title":"Forever Nose Print Kit","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .np-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    color: #1a1a1a;\n    line-height: 1.65;\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0 16px 32px;\n    box-sizing: border-box;\n  }\n  .np-wrap * { box-sizing: border-box; }\n\n  .np-tagline {\n    display: block;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #B8860B;\n    margin-bottom: 8px;\n  }\n\n  .np-hook {\n    font-size: clamp(22px, 4.5vw, 28px);\n    font-weight: 800;\n    color: #1a1a1a;\n    margin: 0 0 12px 0;\n    line-height: 1.2;\n    text-align: left;\n  }\n\n  .np-intro {\n    font-size: clamp(15px, 1.8vw, 17px);\n    color: #333;\n    line-height: 1.7;\n    margin: 0 0 18px 0;\n    text-align: left;\n  }\n\n  .np-intro strong {\n    color: #B8860B;\n    font-weight: 700;\n  }\n\n  .np-image-wrap {\n    width: 100%;\n    max-width: 420px;\n    margin: 0 auto 20px;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n  }\n\n  .np-image-wrap img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .np-list {\n    margin: 0 0 20px 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .np-list li {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    padding: 10px 0;\n    border-bottom: 1px solid #f5ecd7;\n    font-size: clamp(14px, 1.5vw, 15px);\n    color: #444;\n    line-height: 1.5;\n  }\n\n  .np-list li:last-child { border-bottom: none; }\n\n  .np-check {\n    width: 22px;\n    height: 22px;\n    min-width: 22px;\n    border-radius: 50%;\n    background: #B8860B;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 2px;\n    flex-shrink: 0;\n  }\n\n  .np-check svg {\n    width: 12px;\n    height: 12px;\n    fill: none;\n    stroke: #fff;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .np-list li strong {\n    color: #B8860B;\n    font-weight: 700;\n  }\n\n  .np-steps {\n    background: #FBF6E9;\n    border: 1px solid #f2e6c4;\n    border-radius: 12px;\n    padding: 16px 20px;\n    margin: 0 0 20px 0;\n  }\n\n  .np-steps-title {\n    font-size: clamp(14px, 1.4vw, 16px);\n    font-weight: 700;\n    color: #1a1a1a;\n    margin: 0 0 10px 0;\n  }\n\n  .np-steps-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    counter-reset: step;\n  }\n\n  .np-steps-list li {\n    padding: 6px 0;\n    font-size: clamp(13px, 1.3vw, 14px);\n    color: #444;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n  }\n\n  .np-steps-list li::before {\n    counter-increment: step;\n    content: counter(step);\n    background: #B8860B;\n    color: #fff;\n    width: 18px;\n    height: 18px;\n    min-width: 18px;\n    border-radius: 50%;\n    font-size: 11px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .np-closing {\n    background: #B8860B;\n    color: #fff;\n    padding: 18px 20px;\n    border-radius: 10px;\n    font-size: clamp(14px, 1.4vw, 16px);\n    line-height: 1.7;\n    margin: 20px 0 0 0;\n    text-align: center;\n  }\n\n  .np-closing strong {\n    color: #fdf0cf;\n  }\n\n  .np-package {\n    background: #fcf8f2;\n    border: 1px solid #f0e6d8;\n    border-radius: 12px;\n    padding: 16px 20px;\n    margin: 10px 0 20px 0;\n  }\n\n  .np-package-title {\n    font-size: clamp(14px, 1.4vw, 16px);\n    font-weight: 700;\n    color: #1a1a1a;\n    margin: 0 0 8px 0;\n  }\n\n  .np-package-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .np-package-list li {\n    padding: 4px 0;\n    font-size: clamp(13px, 1.3vw, 14px);\n    color: #444;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .np-package-list li::before {\n    content: \"•\";\n    color: #B8860B;\n    font-weight: 700;\n    font-size: 18px;\n  }\n\n  @media (min-width: 560px) {\n    .np-hook { font-size: 26px; }\n    .np-intro { font-size: 16px; }\n    .np-list li { font-size: 15px; padding: 12px 0; }\n    .np-package-list li { font-size: 14px; }\n  }\n\n  @media (max-width: 400px) {\n    .np-wrap { padding: 0 10px 20px; }\n    .np-hook { font-size: 19px; }\n    .np-intro { font-size: 14px; }\n    .np-list li { font-size: 13px; padding: 8px 0; }\n    .np-check { width: 18px; height: 18px; min-width: 18px; }\n    .np-check svg { width: 9px; height: 9px; }\n    .np-closing { padding: 14px 16px; font-size: 13px; }\n    .np-package { padding: 12px 14px; }\n    .np-package-list li { font-size: 12px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"np-wrap\"\u003e\n\u003cspan class=\"np-tagline\"\u003eA Little Nose. A Lifetime Memory. ❤️\u003c\/span\u003e\n\u003ch3 class=\"np-hook\"\u003eForever Nose Print Kit 🐾\u003c\/h3\u003e\n\u003cp class=\"np-intro\"\u003eYour pet's nose is completely unique — just like them.\u003cstrong\u003e Forever Nose Print Kit\u003c\/strong\u003e captures your pet's actual nose print in soft clay — every line, every little crease — so you have something real to keep, not just another photo on your phone. Paint it, frame it beside two of your favorite pictures, and give that tiny nose a permanent spot on your wall.\u003c\/p\u003e\n\u003cdiv class=\"np-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0955\/6692\/2024\/files\/pet_nose_print_kit-1.gif?v=1789199283\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cul class=\"np-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"np-check\"\u003e\u003csvg viewbox=\"0 0 12 10\"\u003e\u003cpolyline points=\"1,5 4,8 11,1\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eGentle \u0026amp; Quick\u003c\/strong\u003e – Just 3 seconds of soft contact captures a full print, even from pets who won't sit still.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"np-check\"\u003e\u003csvg viewbox=\"0 0 12 10\"\u003e\u003cpolyline points=\"1,5 4,8 11,1\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eSafe, Non-Toxic Clay\u003c\/strong\u003e – No mess, no smell, nothing left behind on their nose or your hands.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"np-check\"\u003e\u003csvg viewbox=\"0 0 12 10\"\u003e\u003cpolyline points=\"1,5 4,8 11,1\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eWorks for Any Pet\u003c\/strong\u003e – Dogs, cats, senior pets, even those who are a little wobbly or tired.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"np-check\"\u003e\u003csvg viewbox=\"0 0 12 10\"\u003e\u003cpolyline points=\"1,5 4,8 11,1\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eFrame Included\u003c\/strong\u003e – Slot the finished print right next to two of your favorite photos, ready to display.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"np-steps\"\u003e\n\u003cp class=\"np-steps-title\"\u003eHow It Works\u003c\/p\u003e\n\u003col class=\"np-steps-list\"\u003e\n\u003cli\u003eRoll the clay flat with the included roller\u003c\/li\u003e\n\u003cli\u003ePress their nose gently for 3 seconds\u003c\/li\u003e\n\u003cli\u003eLet it air-dry for 24 hours\u003c\/li\u003e\n\u003cli\u003ePaint it, then frame it with two photos\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"np-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0955\/6692\/2024\/files\/petnoseprintkit-2.webp?v=1789196893\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"np-package\"\u003e\n\u003ch3 class=\"np-package-title\"\u003eWhat's Included\u003c\/h3\u003e\n\u003cul class=\"np-package-list\"\u003e\n\u003cli\u003e1 x Non-Toxic Clay Kit + Wooden Roller\u003c\/li\u003e\n\u003cli\u003e1 x Gold Paint for the Print\u003c\/li\u003e\n\u003cli\u003e1 x Display Frame (Black, White, or Natural Wood)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp class=\"np-closing\"\u003eTheir nose won't always feel like this. Try\u003cstrong\u003e Forever Nose Print Kit\u003c\/strong\u003e and keep a real piece of them, framed and ready, for years to come.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Mistloom","offers":[{"title":"Default Title","offer_id":52373362377000,"sku":null,"price":42.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0955\/6692\/2024\/files\/petnoseprintkit-6.webp?v=1789196894","url":"https:\/\/mistloom.com\/products\/forever-nose-print-kit","provider":"Mistloom","version":"1.0","type":"link"}