{"product_id":"erint","title":"🎄🧵DIY kit for a Christmas card featuring string art","description":"\u003cstyle\u003e\n  .nl-christmas-kit {\n    --text: #242424;\n    --muted: #666;\n    --soft: #f7f5f1;\n    --border: #e8e4dc;\n    --accent: #a62b2b;\n    --green: #315c43;\n    --card: #ffffff;\n\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 18px 14px 45px;\n    color: var(--text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    line-height: 1.65;\n    background: #fff;\n  }\n\n  .nl-christmas-kit * {\n    box-sizing: border-box;\n  }\n\n  .nl-christmas-kit img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    border-radius: 14px;\n  }\n\n  .nl-hero {\n    text-align: center;\n    padding: 10px 4px 24px;\n  }\n\n  .nl-eyebrow {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: #f5eee7;\n    color: var(--accent);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .2px;\n  }\n\n  .nl-hero h1 {\n    margin: 0 0 12px;\n    font-size: clamp(28px, 6vw, 42px);\n    line-height: 1.15;\n    font-weight: 800;\n  }\n\n  .nl-hero .lead {\n    max-width: 680px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  .nl-image {\n    margin: 18px 0 28px;\n  }\n\n  .nl-image img {\n    box-shadow: 0 8px 26px rgba(0,0,0,.07);\n  }\n\n  .nl-section {\n    margin: 34px 0;\n  }\n\n  .nl-section h2 {\n    margin: 0 0 10px;\n    font-size: clamp(23px, 5vw, 31px);\n    line-height: 1.25;\n    font-weight: 800;\n  }\n\n  .nl-section h3 {\n    margin: 0 0 7px;\n    font-size: 20px;\n    line-height: 1.3;\n  }\n\n  .nl-section p {\n    margin: 0 0 14px;\n    color: #444;\n    font-size: 16px;\n  }\n\n  .nl-feature {\n    margin: 34px 0 42px;\n  }\n\n  .nl-feature-text {\n    margin-bottom: 16px;\n  }\n\n  .nl-feature-icon {\n    margin-right: 5px;\n  }\n\n  .nl-card {\n    padding: 24px 20px;\n    margin: 30px 0;\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    background: var(--card);\n  }\n\n  .nl-card.soft {\n    background: var(--soft);\n    border: 0;\n  }\n\n  .nl-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin: 22px 0;\n  }\n\n  .nl-benefit {\n    padding: 17px 15px;\n    border-radius: 14px;\n    background: var(--soft);\n  }\n\n  .nl-benefit strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 15px;\n  }\n\n  .nl-benefit span {\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .nl-list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .nl-list li {\n    margin: 8px 0;\n    color: #444;\n  }\n\n  .nl-gift {\n    text-align: center;\n    padding: 28px 20px;\n    margin: 36px 0;\n    border-radius: 20px;\n    background: #faf5ef;\n  }\n\n  .nl-gift h2 {\n    color: var(--accent);\n  }\n\n  .nl-gift p {\n    max-width: 650px;\n    margin: 0 auto;\n  }\n\n  .nl-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .nl-step {\n    text-align: center;\n    padding: 18px 12px;\n    border-radius: 15px;\n    background: var(--soft);\n  }\n\n  .nl-step-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    margin: 0 auto 9px;\n    border-radius: 50%;\n    background: var(--green);\n    color: #fff;\n    font-weight: 800;\n  }\n\n  .nl-step strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 15px;\n  }\n\n  .nl-step span {\n    color: var(--muted);\n    font-size: 13px;\n  }\n\n  .nl-included {\n    background: #f8f8f6;\n    padding: 25px 20px;\n    border-radius: 18px;\n  }\n\n  .nl-note {\n    padding: 18px;\n    border-radius: 14px;\n    background: #fafafa;\n    color: #666;\n    font-size: 14px;\n  }\n\n  .nl-guarantee {\n    padding: 25px 20px;\n    margin-top: 30px;\n    border-radius: 18px;\n    background: #f5f8f4;\n  }\n\n  .nl-guarantee h2 {\n    color: var(--green);\n  }\n\n  .nl-final {\n    text-align: center;\n    padding: 35px 18px 10px;\n  }\n\n  .nl-final h2 {\n    margin-bottom: 9px;\n  }\n\n  .nl-final p {\n    max-width: 620px;\n    margin: 0 auto;\n    color: var(--muted);\n  }\n\n  .nl-small-print {\n    margin-top: 12px;\n    color: #888;\n    font-size: 12px;\n  }\n\n  @media (max-width: 640px) {\n    .nl-christmas-kit {\n      padding: 12px 11px 35px;\n    }\n\n    .nl-hero {\n      padding-top: 6px;\n    }\n\n    .nl-hero .lead {\n      font-size: 16px;\n    }\n\n    .nl-section {\n      margin: 28px 0;\n    }\n\n    .nl-feature {\n      margin: 28px 0 36px;\n    }\n\n    .nl-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .nl-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .nl-card,\n    .nl-included,\n    .nl-guarantee {\n      padding: 21px 16px;\n    }\n\n    .nl-image {\n      margin: 14px 0 23px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"nl-christmas-kit\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"nl-hero\"\u003e\n\u003cdiv class=\"nl-eyebrow\"\u003e🎄 Creative Christmas Gift\u003c\/div\u003e\n\u003ch1\u003eMake your own special Christmas cards\u003c\/h1\u003e\n\u003cp class=\"lead\"\u003eA cozy DIY set with 6 different Christmas cards to embroider yourself, personalize, and give as a gift with love.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"nl-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784441935600\/87ebc4beee4449658bc7b2f6749a5cc9.jpg?w=800\u0026amp;h=800\" alt=\"6-piece DIY set for embroidered Christmas cards\"\u003e\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"nl-section\"\u003e\n\u003ch2\u003e✨ A little Christmas moment to make yourself\u003c\/h2\u003e\n\u003cp\u003eTurn a quiet evening into something special with this \u003cstrong\u003e6-piece Christmas card DIY kit\u003c\/strong\u003e. With simple embroidery and festive Christmas motifs, you can create personal cards step by step that feel much more special than a standard Christmas card.\u003c\/p\u003e\n\u003cp\u003ePerfect for a cozy creative evening at home, a crafting moment with the family, or simply when you want to relax during the busy holiday season.\u003c\/p\u003e\n\u003cdiv class=\"nl-benefits\"\u003e\n\u003cdiv class=\"nl-benefit\"\u003e\n\u003cstrong\u003e🎄 6 different designs\u003c\/strong\u003e \u003cspan\u003eA fun variety of classic Christmas motifs.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-benefit\"\u003e\n\u003cstrong\u003e🧵 Beginner-friendly\u003c\/strong\u003e \u003cspan\u003eDesigned to be easy to follow step by step.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-benefit\"\u003e\n\u003cstrong\u003e🎁 Personal gift\u003c\/strong\u003e \u003cspan\u003eAdd your own message for a unique gesture.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-benefit\"\u003e\n\u003cstrong\u003e✨ Relaxing to make\u003c\/strong\u003e \u003cspan\u003eA calm creative activity for dark winter evenings.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 6 DESIGNS --\u003e\n\u003csection class=\"nl-feature\"\u003e\n\u003cdiv class=\"nl-feature-text\"\u003e\n\u003ch2\u003e🎄 6 festive Christmas designs\u003c\/h2\u003e\n\u003cp\u003eMake six different cards with festive Christmas details such as Christmas trees, stars, reindeer, bells, and other recognizable Christmas motifs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784441935600\/4c9dbabbc1264102b75f88c49b8f0a9f.jpg?w=800\u0026amp;h=800\" alt=\"Six different Christmas card designs\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BEGINNER FRIENDLY --\u003e\n\u003csection class=\"nl-feature\"\u003e\n\u003cdiv class=\"nl-feature-text\"\u003e\n\u003ch2\u003e🧵 Great even if you've never embroidered before\u003c\/h2\u003e\n\u003cp\u003eYou don't need extensive sewing experience. The simple line patterns make it easy to follow the stitches and gradually create a beautiful, striking result.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784441935600\/9b6bcdcdb3294680a8292d293573fc76.jpg?w=800\u0026amp;h=800\" alt=\"Simple embroidery for beginners\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERSONAL GIFT --\u003e\n\u003csection class=\"nl-feature\"\u003e\n\u003cdiv class=\"nl-feature-text\"\u003e\n\u003ch2\u003e🎁 A Christmas card with a personal story\u003c\/h2\u003e\n\u003cp\u003eA handmade card feels different from something that comes straight from the store. Add a personal message and turn each card into a small keepsake that someone will love to save.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784441935600\/d26b253f58c649f6ad5267e002298521.jpg?w=800\u0026amp;h=800\" alt=\"Handmade Christmas card as a personal gift\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RELAX --\u003e\n\u003csection class=\"nl-feature\"\u003e\n\u003cdiv class=\"nl-feature-text\"\u003e\n\u003ch2\u003e✨ Take a moment offline during the holidays\u003c\/h2\u003e\n\u003cp\u003eThread the needle, take it easy, and enjoy the moment. This DIY kit is ideal for a relaxing evening at home, a creative Christmas afternoon, or a cozy crafting moment together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784441935600\/489a9bd6c1d54e52bb0840d72796804d.jpg?w=800\u0026amp;h=800\" alt=\"Relaxing Christmas craft project for home\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERSONALIZE --\u003e\n\u003csection class=\"nl-feature\"\u003e\n\u003cdiv class=\"nl-feature-text\"\u003e\n\u003ch2\u003e❤️ Make every card completely yours\u003c\/h2\u003e\n\u003cp\u003eWhen the embroidery is done, add your own handwritten message. This makes every card personal and unique.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784441935600\/bfb3019ad4344c8087278956cc3af30c.jpg?w=800\u0026amp;h=800\" alt=\"Personalized handmade Christmas card\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"nl-card soft\"\u003e\n\u003ch2\u003e🧵 How it works\u003c\/h2\u003e\n\u003cdiv class=\"nl-steps\"\u003e\n\u003cdiv class=\"nl-step\"\u003e\n\u003cdiv class=\"nl-step-number\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003eChoose a design\u003c\/strong\u003e \u003cspan\u003eGet started with one of the 6 Christmas motifs.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-step\"\u003e\n\u003cdiv class=\"nl-step-number\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003eEmbroider at your own pace\u003c\/strong\u003e \u003cspan\u003eFollow the pattern and create your own card.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-step\"\u003e\n\u003cdiv class=\"nl-step-number\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003eWrite \u0026amp; give\u003c\/strong\u003e \u003cspan\u003eAdd a personal message and give it as a gift.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003csection class=\"nl-section\"\u003e\n\u003ch2\u003e🎄 Great for...\u003c\/h2\u003e\n\u003cul class=\"nl-list\"\u003e\n\u003cli\u003eHandmade Christmas cards\u003c\/li\u003e\n\u003cli\u003eCozy Christmas craft evenings\u003c\/li\u003e\n\u003cli\u003eCreative activities with family\u003c\/li\u003e\n\u003cli\u003eHandmade Christmas gifts\u003c\/li\u003e\n\u003cli\u003eBeginner embroidery lovers\u003c\/li\u003e\n\u003cli\u003eDIY and Christmas lovers\u003c\/li\u003e\n\u003cli\u003eAnyone who loves personal details\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- DISPLAY \/ EXTRA IMAGE --\u003e\n\u003csection class=\"nl-feature\"\u003e\n\u003cdiv class=\"nl-feature-text\"\u003e\n\u003ch2\u003e🎁 Made to give\u003c\/h2\u003e\n\u003cp\u003eThe best part about a handmade Christmas card? The result is not only beautiful to look at, but also has a personal touch. Make several and surprise family, friends, colleagues, or neighbors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nl-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/0754\/9575\/files\/0c9d79eec337f7d92f7ea4f659e35b5f5232a4f3.jpg?v=1788595529\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT --\u003e\n\u003csection class=\"nl-gift\"\u003e\n\u003ch2\u003e🎁 An original Christmas gift for creative people\u003c\/h2\u003e\n\u003cp\u003eLooking for something different from a standard gift? This DIY kit combines creativity, relaxation, and a personal result. Fun to make yourself and fun to give as a gift.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- PACKAGE --\u003e\n\u003csection class=\"nl-included\"\u003e\n\u003ch2\u003e🎁 What's in the package?\u003c\/h2\u003e\n\u003cul class=\"nl-list\"\u003e\n\u003cli\u003e\u003cstrong\u003e1 × Merry Christmas DIY Kit\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT IMAGE --\u003e\n\u003cdiv class=\"nl-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0654\/0754\/9575\/files\/fe653d84eefab81ba4764d99e5625b8ae6fdc524.jpg?v=1788595529\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- NOTES --\u003e\n\u003csection class=\"nl-card\"\u003e\n\u003ch2\u003e❗ Good to know\u003c\/h2\u003e\n\u003cdiv class=\"nl-note\"\u003e\n\u003cul class=\"nl-list\"\u003e\n\u003cli\u003eSmall measurement differences may occur due to manual measurements.\u003c\/li\u003e\n\u003cli\u003eDue to differences in screen settings and lighting, the actual color may differ slightly from the color in the photos.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003csection class=\"nl-guarantee\"\u003e\n\u003ch2\u003e🛡️ Order with confidence\u003c\/h2\u003e\n\u003cul class=\"nl-list\"\u003e\n\u003cli\u003eWe want you to be satisfied with your purchase.\u003c\/li\u003e\n\u003cli\u003eIf you have a problem with your order, please contact us so we can work together to find a suitable solution.\u003c\/li\u003e\n\u003cli\u003eOur customer service is happy to help you if you have any questions about your order.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"nl-final\"\u003e\n\u003ch2\u003e🎄 Ready to make something beautiful by hand?\u003c\/h2\u003e\n\u003cp\u003eMake six personal Christmas cards, enjoy a calm creative moment, and give something this Christmas that was truly made with care.\u003c\/p\u003e\n\u003cdiv class=\"nl-small-print\"\u003e✨ Stitch it. Personalize it. Give it with love.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"A (6 pieces)","offer_id":52377800802520,"sku":"EQ260904028-A-1","price":12.99,"currency_code":"GBP","in_stock":true},{"title":"B (6 pieces)","offer_id":52377800835288,"sku":"EQ260904028-B-1","price":12.99,"currency_code":"GBP","in_stock":true},{"title":"C (6 pieces)","offer_id":52377800868056,"sku":"EQ260904028-C-1","price":12.99,"currency_code":"GBP","in_stock":true},{"title":"1 Complete set (A+B+C)","offer_id":52377877414104,"sku":"EQ260904028-A+B+C-1","price":31.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0753\/4398\/6904\/files\/3393954_1788678648459.jpg?v=1788683551","url":"https:\/\/www.guteslebend.com\/products\/erint","provider":"Guteslebend","version":"1.0","type":"link"}