{"product_id":"hummingbird-house","title":"Hummingbird House","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  .prod-wrapper {\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 20px;\n    font-family: 'Poppins', sans-serif;\n    color: #333;\n    line-height: 1.8;\n  }\n  .prod-hero {\n    background: linear-gradient(135deg, #faf5ed 0%, #ead9b8 100%);\n    border-radius: 16px;\n    padding: 32px;\n    margin-bottom: 28px;\n    text-align: center;\n    border: 1.5px solid #b8874a;\n  }\n  .prod-hero-icon { font-size: 52px; margin-bottom: 14px; }\n  .prod-hero-title { font-size: 22px; font-weight: 700; color: #222; margin-bottom: 8px; }\n  .prod-hero-subtitle { font-size: 15px; color: #7a5628; font-style: italic; }\n  .prod-story {\n    background: #faf5ed;\n    border-left: 4px solid #8a5a2b;\n    padding: 20px 25px;\n    margin: 28px 0;\n    font-size: 16px;\n    font-style: italic;\n    border-radius: 0 12px 12px 0;\n    color: #444;\n  }\n  .prod-story-author { font-size: 13px; color: #8a5a2b; margin-top: 10px; font-style: normal; font-weight: 500; }\n  .prod-section { margin: 32px 0; }\n  .prod-section-title {\n    font-size: 17px;\n    font-weight: 700;\n    color: #5c3d1f;\n    margin-bottom: 18px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #b8874a;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .prod-includes {\n    background: #faf5ed;\n    border-radius: 14px;\n    padding: 22px;\n    margin: 24px 0;\n    border: 1.5px solid #b8874a;\n  }\n  .prod-includes-title { font-size: 15px; font-weight: 700; margin-bottom: 16px; color: #5c3d1f; }\n  .prod-includes-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    text-align: center;\n  }\n  @media (max-width: 600px) { .prod-includes-grid { grid-template-columns: 1fr; } }\n  .prod-includes-item {\n    padding: 14px 10px;\n    background: #fff;\n    border-radius: 10px;\n    box-shadow: 0 2px 8px rgba(138, 90, 43, 0.1);\n  }\n  .prod-includes-item-icon { font-size: 26px; margin-bottom: 8px; }\n  .prod-includes-item-text { font-size: 13px; color: #555; line-height: 1.45; }\n  .prod-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin: 20px 0;\n  }\n  @media (max-width: 600px) { .prod-features { grid-template-columns: 1fr; } }\n  .prod-feature {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 16px;\n    border-radius: 12px;\n    border: 1.5px solid #ead9b8;\n    background: #faf5ed;\n    transition: transform 0.15s, box-shadow 0.15s;\n  }\n  .prod-feature:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(138, 90, 43, 0.12); }\n  .prod-feature:nth-child(odd)  { background: #faf5ed; border-color: #b8874a; }\n  .prod-feature:nth-child(even) { background: #fdfaf4; border-color: #ead9b8; }\n  .prod-feature-icon { font-size: 22px; flex-shrink: 0; }\n  .prod-feature-text { font-size: 14px; line-height: 1.55; }\n  .prod-feature-text strong { display: block; color: #1a1a1a; margin-bottom: 4px; font-size: 13.5px; }\n  .prod-craftsman {\n    background: #faf5ed;\n    border: 1.5px solid #b8874a;\n    border-radius: 16px;\n    padding: 24px;\n    margin: 28px 0;\n    display: flex;\n    gap: 20px;\n    align-items: center;\n  }\n  @media (max-width: 500px) { .prod-craftsman { flex-direction: column; text-align: center; } }\n  .prod-craftsman-img {\n    width: 100px;\n    height: 100px;\n    border-radius: 50%;\n    object-fit: cover;\n    flex-shrink: 0;\n    border: 3px solid #8a5a2b;\n  }\n  .prod-craftsman-info h4 { font-size: 17px; margin: 0 0 6px 0; color: #1a1a1a; }\n  .prod-craftsman-info p  { font-size: 14px; color: #555; margin: 0; line-height: 1.65; }\n  .prod-compare {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    border: 1.5px solid #b8874a;\n    border-radius: 14px;\n    overflow: hidden;\n    margin: 24px 0;\n  }\n  @media (max-width: 600px) { .prod-compare { grid-template-columns: 1fr; } }\n  .prod-compare-col { padding: 22px 20px; }\n  .prod-compare-col.bad { background: #fafafa; }\n  .prod-compare-col.good { background: #faf5ed; }\n  .prod-compare-col h4 {\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin: 0 0 14px 0;\n    padding-bottom: 10px;\n    border-bottom: 1px solid #e0e0e0;\n  }\n  .prod-compare-col.bad h4 { color: #999; }\n  .prod-compare-col.good h4 { color: #5c3d1f; }\n  .prod-compare-item { font-size: 14px; padding: 5px 0; line-height: 1.5; }\n  .prod-compare-col.bad .prod-compare-item { color: #999; }\n  .prod-compare-col.good .prod-compare-item { color: #555; }\n  .prod-perfect-for { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0; }\n  .prod-perfect-tag {\n    background: #faf5ed;\n    color: #5c3d1f;\n    padding: 7px 15px;\n    border-radius: 20px;\n    font-size: 13.5px;\n    border: 1.5px solid #b8874a;\n    font-weight: 500;\n  }\n  .prod-list { list-style: none; padding: 0; margin: 0; }\n  .prod-list li {\n    padding: 12px 0;\n    border-bottom: 1px solid #ead9b8;\n    font-size: 15px;\n    color: #374151;\n  }\n  .prod-list li:last-child { border-bottom: none; }\n  .prod-guarantee {\n    background: #faf5ed;\n    border: 1.5px solid #b8874a;\n    border-radius: 14px;\n    padding: 22px;\n    margin: 28px 0;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n  }\n  .prod-guarantee-icon { font-size: 32px; flex-shrink: 0; }\n  .prod-guarantee-text { font-size: 15px; }\n  .prod-guarantee-text strong { display: block; font-size: 16px; color: #5c3d1f; margin-bottom: 5px; }\n  .prod-note {\n    background: #fdfaf4;\n    border: 1.5px solid #ead9b8;\n    border-radius: 10px;\n    padding: 16px 20px;\n    margin: 22px 0;\n    font-size: 14px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    color: #5c3d1f;\n  }\n  .prod-note-icon { font-size: 20px; flex-shrink: 0; }\n  .prod-specs { margin: 20px 0; }\n  .prod-specs-row {\n    display: flex;\n    padding: 12px 0;\n    border-bottom: 1px solid #ead9b8;\n    font-size: 14px;\n  }\n  .prod-specs-row:last-child { border-bottom: none; }\n  .prod-specs-label { width: 40%; color: #8a5a2b; font-weight: 500; }\n  .prod-specs-value { width: 60%; color: #1a1a1a; font-weight: 600; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prod-wrapper\"\u003e\n\n  \u003cdiv class=\"prod-hero\"\u003e\n    \u003cdiv class=\"prod-hero-icon\"\u003e🪵🌿\u003c\/div\u003e\n    \u003cdiv class=\"prod-hero-title\"\u003eHandcrafted from Solid Wood. Shaped Entirely by Hand.\u003c\/div\u003e\n    \u003cdiv class=\"prod-hero-subtitle\"\u003eEarl, a small-town woodworker — carving hummingbird houses one piece at a time, the way his grandfather taught him.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-story\"\u003e\n    \"I don't make them to fill shelves. I make them to bring birds back into your garden.\"\n    \u003cdiv class=\"prod-story-author\"\u003e– Earl, Woodworker\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-craftsman\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/5234\/2497\/files\/Bildschirmfoto_2026-04-22_um_21.39.51.png?v=1776949539\" alt=\"Earl — Birdhouse Maker\" class=\"prod-craftsman-img\"\u003e\n    \u003cdiv class=\"prod-craftsman-info\"\u003e\n      \u003ch4\u003eEarl — Handcrafting Hummingbird Houses\u003c\/h4\u003e\n      \u003cp\u003eEarl learned woodworking from his grandfather as a boy — the kind of quiet, patient craft that can't be taught in a day. Every Hummingbird House is shaped, sanded, and engraved by his own hands. No factories. No assembly line. Just solid beechwood, a steady hand, and the kind of care that only comes from someone who loves what he does.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-story\"\u003e\n    It started small — a single hummingbird feeder Earl built for his wife's garden one spring. Within weeks, she called him out to the porch to watch: three hummingbirds circling the piece he'd carved. \"They actually use it,\" she said.\n    \u003cbr\u003e\u003cbr\u003e\n    So he made another. Then another. Neighbors asked. Then friends of neighbors. Earl started shaping each one by hand — rounded crown, curved body, a tiny perch just below the entrance.\n    \u003cbr\u003e\u003cbr\u003e\n    Every house he makes now is finished the same way: no paint, no chemicals, just honest untreated wood that feels safe enough for the smallest visitors to trust.\n    \u003cdiv class=\"prod-story-author\"\u003e– How the Hummingbird House came to be\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-includes\"\u003e\n    \u003cdiv class=\"prod-includes-title\"\u003e🎁 What You Get:\u003c\/div\u003e\n    \u003cdiv class=\"prod-includes-grid\"\u003e\n      \u003cdiv class=\"prod-includes-item\"\u003e\n        \u003cdiv class=\"prod-includes-item-icon\"\u003e🪵\u003c\/div\u003e\n        \u003cdiv class=\"prod-includes-item-text\"\u003eHandcrafted Hummingbird House\u003cbr\u003e\u003csmall\u003eSolid beechwood, shaped by hand\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-includes-item\"\u003e\n        \u003cdiv class=\"prod-includes-item-icon\"\u003e🔗\u003c\/div\u003e\n        \u003cdiv class=\"prod-includes-item-text\"\u003eRust-Resistant Hanging Ring\u003cbr\u003e\u003csmall\u003eReady to hang — tree, hook, or post\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-includes-item\"\u003e\n        \u003cdiv class=\"prod-includes-item-icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv class=\"prod-includes-item-text\"\u003eHand-Burnt Engraving\u003cbr\u003e\u003csmall\u003eBotanical reed motifs — each piece unique\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-includes-item\"\u003e\n        \u003cdiv class=\"prod-includes-item-icon\"\u003e🛡️\u003c\/div\u003e\n        \u003cdiv class=\"prod-includes-item-text\"\u003e30-Day Satisfaction Guarantee\u003cbr\u003e\u003csmall\u003eNot happy? Send it back — no hassle\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-section\"\u003e\n    \u003cdiv class=\"prod-section-title\"\u003e🔍 What Makes the Hummingbird House Different\u003c\/div\u003e\n    \u003cdiv class=\"prod-features\"\u003e\n      \u003cdiv class=\"prod-feature\"\u003e\n        \u003cdiv class=\"prod-feature-icon\"\u003e🪵\u003c\/div\u003e\n        \u003cdiv class=\"prod-feature-text\"\u003e\n          \u003cstrong\u003eSolid, Untreated Beechwood\u003c\/strong\u003e\n          No paint, no varnish, no chemicals — just honest wood that breathes with the seasons. Hummingbirds are sensitive to fumes, so every piece is finished the way nature intended: pure and bare.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-feature\"\u003e\n        \u003cdiv class=\"prod-feature-icon\"\u003e🌸\u003c\/div\u003e\n        \u003cdiv class=\"prod-feature-text\"\u003e\n          \u003cstrong\u003eDesigned with Hummingbirds in Mind\u003c\/strong\u003e\n          The entrance opening and inner chamber are carefully proportioned to feel safe, compact, and sheltered — exactly the kind of quiet retreat tiny visitors instinctively trust.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-feature\"\u003e\n        \u003cdiv class=\"prod-feature-icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv class=\"prod-feature-text\"\u003e\n          \u003cstrong\u003eHand-Burnt Botanical Engravings\u003c\/strong\u003e\n          Subtle reed and grass motifs are burned into the wood by hand. No two pieces come out exactly alike — each carries its own small imperfections. That's the whole point.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-feature\"\u003e\n        \u003cdiv class=\"prod-feature-icon\"\u003e🎨\u003c\/div\u003e\n        \u003cdiv class=\"prod-feature-text\"\u003e\n          \u003cstrong\u003eGraceful Turned Silhouette\u003c\/strong\u003e\n          A rounded crown above a curved body. A tiny wooden perch just below the entrance. A sturdy hanging ring at the top. Every detail shaped to feel as good in the hand as it looks in the tree.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-feature\"\u003e\n        \u003cdiv class=\"prod-feature-icon\"\u003e🔗\u003c\/div\u003e\n        \u003cdiv class=\"prod-feature-text\"\u003e\n          \u003cstrong\u003eEasy to Hang Anywhere\u003c\/strong\u003e\n          Rust-resistant eye screw on top — hang it from a branch, a hook under the eaves, or a garden post. No tools, no hardware, no fuss.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-feature\"\u003e\n        \u003cdiv class=\"prod-feature-icon\"\u003e🎁\u003c\/div\u003e\n        \u003cdiv class=\"prod-feature-text\"\u003e\n          \u003cstrong\u003eA Gift That Keeps Giving\u003c\/strong\u003e\n          It weathers gently. It ages beautifully. And with time — and a little luck — it becomes part of something magical: the quiet return of birdsong to your garden.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-section\"\u003e\n    \u003cdiv class=\"prod-section-title\"\u003e⚖️ Handcrafted vs. Mass-Produced Birdhouses\u003c\/div\u003e\n    \u003cdiv class=\"prod-compare\"\u003e\n      \u003cdiv class=\"prod-compare-col bad\"\u003e\n        \u003ch4\u003eTypical Store-Bought\u003c\/h4\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Painted or varnished — birds avoid the fumes\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Thin, hollow materials that crack in weather\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Identical mass-production — no character\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Assembly-line construction, no real craft\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Bright colors that scare off sensitive birds\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Often just decoration — rarely actually used\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-compare-col good\"\u003e\n        \u003ch4\u003eEarl's Hummingbird House\u003c\/h4\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ 100% untreated natural beechwood — safe to approach\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ Solid wood that weathers gracefully over years\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ Each piece individually shaped — every one unique\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ Hand-shaped, hand-sanded, hand-engraved\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ Natural wood tones birds recognize and trust\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ Made to be lived in — not just looked at\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-section\"\u003e\n    \u003cdiv class=\"prod-section-title\"\u003e🎁 Perfect For\u003c\/div\u003e\n    \u003cdiv class=\"prod-perfect-for\"\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🌿 Nature Lovers\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🌸 Garden Enthusiasts\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🏡 Backyard Owners\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🎁 Thoughtful Gifts\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e👵 Grandparents\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🪴 Balcony Gardeners\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e✨ Craft Collectors\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🐦 Birdwatchers\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-section\"\u003e\n    \u003cdiv class=\"prod-section-title\"\u003e✨ What Earl Has Learned Shaping Hundreds of These\u003c\/div\u003e\n    \u003cul class=\"prod-list\"\u003e\n      \u003cli\u003e\n\u003cspan style=\"color:#8a5a2b;font-weight:700;margin-right:10px;\"\u003e✓\u003c\/span\u003e\u003cstrong\u003eWood needs to breathe\u003c\/strong\u003e — Treated or varnished wood traps moisture and repels birds. Raw beechwood lets the house regulate itself through the seasons.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan style=\"color:#8a5a2b;font-weight:700;margin-right:10px;\"\u003e✓\u003c\/span\u003e\u003cstrong\u003eThe opening size matters\u003c\/strong\u003e — Too wide and it feels exposed. Too narrow and it's uninviting. Years of shaping taught Earl the balance that makes birds choose to stay.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan style=\"color:#8a5a2b;font-weight:700;margin-right:10px;\"\u003e✓\u003c\/span\u003e\u003cstrong\u003ePlacement is half the magic\u003c\/strong\u003e — Near flowers, out of harsh wind, not in full afternoon sun. A quiet corner is where the first visitor usually arrives.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan style=\"color:#8a5a2b;font-weight:700;margin-right:10px;\"\u003e✓\u003c\/span\u003e\u003cstrong\u003ePatience always pays\u003c\/strong\u003e — Some houses are found within days. Some take a full season. But once a hummingbird chooses it — they tend to come back year after year.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-story\"\u003e\n    Earl still makes every piece himself. He won't send one out that he wouldn't hang in his own garden. And when a customer sends him a photo of a hummingbird peeking out of one of his houses — he puts it on the workshop wall.\n    \u003cbr\u003e\u003cbr\u003e\n    \"That wall's almost full now,\" he says. \"Which means I'd better keep shaping.\"\n    \u003cdiv class=\"prod-story-author\"\u003e– Earl, from his workshop\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-guarantee\"\u003e\n    \u003cdiv class=\"prod-guarantee-icon\"\u003e✅\u003c\/div\u003e\n    \u003cdiv class=\"prod-guarantee-text\"\u003e\n      \u003cstrong\u003e30-Day Satisfaction Guarantee\u003c\/strong\u003e\n      Hang it up. Watch what happens. If you're not happy with the craftsmanship, the wood, or the way it looks in your garden — send it back within 30 days and we'll refund you in full. No questions, no fuss.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-note\"\u003e\n    \u003cdiv class=\"prod-note-icon\"\u003e🌸\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003eTip from Earl:\u003c\/strong\u003e Hang the Hummingbird House near flowering plants or a quiet garden corner. A spot shaded from afternoon sun tends to attract the first curious visitors fastest.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-section\"\u003e\n    \u003cdiv class=\"prod-section-title\"\u003e📐 Product Details\u003c\/div\u003e\n    \u003cdiv class=\"prod-specs\"\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eSolid untreated beechwood\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eHeight\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003e12.5 cm \/ 4.92 in\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eWidth\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003e4.5 cm \/ 1.77 in\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003ePerch Peg\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003e1.7 cm \/ 0.67 in\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eMounting\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eRust-resistant eye screw (hanging ring)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eDesign\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eHand-burnt botanical engraving\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eFinish\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003e100% natural — no paint, no varnish, no chemicals\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eHandcrafted By\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eEarl — each piece shaped individually by hand\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eGuarantee\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003e30-day money-back satisfaction\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eShipping\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eFree on all orders\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CRAFTFOLK","offers":[{"title":"Default Title","offer_id":48236838879457,"sku":"DHOD9-WM558007","price":26.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/5234\/2497\/files\/hf_20260422_205027_9fbf6f2d-fe51-47c9-8822-63ca571df0cb.png?v=1776891473","url":"https:\/\/craft-folk.com\/products\/hummingbird-house","provider":"CRAFTFOLK","version":"1.0","type":"link"}