{"product_id":"bodentech-pro","title":"BodenTech Pro - The Solar-Powered Yard Protection","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, #f0f5ee 0%, #d4e8d0 100%);\n    border-radius: 16px;\n    padding: 32px;\n    margin-bottom: 28px;\n    text-align: center;\n    border: 1.5px solid #6aaa6a;\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: #2d6a2d; font-style: italic; }\n  .prod-story {\n    background: #f0f5ee;\n    border-left: 4px solid #3a6b35;\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: #3a6b35; 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: #264a22;\n    margin-bottom: 18px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #6aaa6a;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .prod-includes {\n    background: #f0f5ee;\n    border-radius: 14px;\n    padding: 22px;\n    margin: 24px 0;\n    border: 1.5px solid #6aaa6a;\n  }\n  .prod-includes-title { font-size: 15px; font-weight: 700; margin-bottom: 16px; color: #264a22; }\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(30, 100, 30, 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 #d0e8cc;\n    background: #f0f5ee;\n    transition: transform 0.15s, box-shadow 0.15s;\n  }\n  .prod-feature:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(30, 100, 30, 0.12); }\n  .prod-feature:nth-child(odd)  { background: #f0f5ee; border-color: #6aaa6a; }\n  .prod-feature:nth-child(even) { background: #f8fbf7; border-color: #d0e8cc; }\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: #f0f5ee;\n    border: 1.5px solid #6aaa6a;\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 #3a6b35;\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 #6aaa6a;\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: #f0f5ee; }\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: #264a22; }\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: #f0f5ee;\n    color: #264a22;\n    padding: 7px 15px;\n    border-radius: 20px;\n    font-size: 13.5px;\n    border: 1.5px solid #6aaa6a;\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 #d0e8cc;\n    font-size: 15px;\n    color: #374151;\n  }\n  .prod-list li:last-child { border-bottom: none; }\n  .prod-guarantee {\n    background: #f0f5ee;\n    border: 1.5px solid #6aaa6a;\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: #264a22; margin-bottom: 5px; }\n  .prod-note {\n    background: #f8fbf7;\n    border: 1.5px solid #d0e8cc;\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: #264a22;\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 #d0e8cc;\n    font-size: 14px;\n  }\n  .prod-specs-row:last-child { border-bottom: none; }\n  .prod-specs-label { width: 40%; color: #3a6b35; 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\"\u003eGerman-Engineered. Field-Tested. Built to Last.\u003c\/div\u003e\n    \u003cdiv class=\"prod-hero-subtitle\"\u003eJosef Huber, 52 — Bavarian farmer. Together with his son Michael, he built the solution he spent years searching for.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-story\"\u003e\n    \"I don't buy anything I haven't tested myself. And I don't sell anything I wouldn't put in my own garden.\"\n    \u003cdiv class=\"prod-story-author\"\u003e– Josef Huber, Farmer, Bavaria\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\/Generated_Image_April_02_2026_-_10_17AM.jpg?v=1776427656\" alt=\"Josef and Michael Huber\" class=\"prod-craftsman-img\"\u003e\n    \u003cdiv class=\"prod-craftsman-info\"\u003e\n      \u003ch4\u003eJosef Huber, 52 \u0026amp; Michael Huber, 27\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003eJosef Huber\u003c\/strong\u003e — Third-generation farmer from Dachau, Bavaria. When moles and voles destroyed his garden, he turned to his son.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eMichael Huber\u003c\/strong\u003e — Mechanical engineer in Munich. He figured out the physics: which frequencies, which ground pulses, what materials hold up in any weather. Josef tested it — on his own land, in real Bavarian weather, against real pests. Four prototypes. Six months. The result is BodenTech Pro.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-story\"\u003e\n    Last spring, Josef walked out to his vegetable garden — and stopped. Seven mole mounds across the lawn. Vole tunnels through his tomato roots. In the back corner, the first signs of gophers.\n    \u003cbr\u003e\u003cbr\u003e\n    \"Twenty years of garden work. Gone in a single night.\"\n    \u003cbr\u003e\u003cbr\u003e\n    He did what farmers do: took care of it himself. Tried old remedies. Bought two sonic stakes from the hardware store. The first one beeped so loud the neighbor looked over the fence. The second didn't survive the next rain. Almost $200 later: still nothing. Then he called his son.\n    \u003cdiv class=\"prod-story-author\"\u003e– How BodenTech Pro was born\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\"\u003eBodenTech Pro Device\u003cbr\u003e\u003csmall\u003eSolar ground-pulse technology, IP68 waterproof\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\"\u003eSolar-Powered — 24\/7\u003cbr\u003e\u003csmall\u003ePush it in once. No cords, no electricity, no hassle.\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\"\u003eMichael's Placement Guide\u003cbr\u003e\u003csmall\u003eWhere to place, how to space them — for maximum results\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\"\u003e90-Day Guarantee\u003cbr\u003e\u003csmall\u003eFull refund if you're not satisfied — no questions asked\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 BodenTech Pro 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\u003eGround Pulses — Not Airborne Sound\u003c\/strong\u003e\n          Moles navigate by ground vibrations — not through air. BodenTech Pro sends pulses directly into the soil, in the exact frequency range that moles neurologically can't ignore.\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\u003eIP68 Waterproof\u003c\/strong\u003e\n          Not like the cheap stakes that die after one rain. IP68 — fully sealed through Bavarian winters, heavy rain, frost, and snow.\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\u003eSolar-Powered — Works 24\/7\u003c\/strong\u003e\n          Built-in solar cell charges the battery during the day. The device works at night and on cloudy days. No cords, no electricity, no hassle.\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\u003eSilent for People \u0026amp; Pets\u003c\/strong\u003e\n          No audible beeping. No buzzing. No neighbor complaints. The pulses work exclusively in the soil — completely safe for dogs and cats.\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\u003eWorks on All Burrowing Pests\u003c\/strong\u003e\n          Moles, voles, gophers — they all navigate by ground vibrations. One device. Three problems solved.\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\u003eNo Poison. No Traps. No Chemicals.\u003c\/strong\u003e\n          Safe where your kids play. Safe where your dogs run. No toxins in your soil, no moral weight, no kill. Just vibration in the ground — nothing else.\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⚖️ BodenTech Pro vs. Typical Solutions\u003c\/div\u003e\n    \u003cdiv class=\"prod-compare\"\u003e\n      \u003cdiv class=\"prod-compare-col bad\"\u003e\n        \u003ch4\u003eTypical Methods\u003c\/h4\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Cheap sonic stakes only broadcast through air\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Not waterproof — fail after rain\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Wrong frequencies — moles ignore them\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Poison endangers kids and pets\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Traps create guilt and mess\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e✗ Pest control: expensive and short-term ($400+ per visit)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-compare-col good\"\u003e\n        \u003ch4\u003eBodenTech Pro\u003c\/h4\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ Sends pulses directly into the ground — where it actually works\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ IP68 waterproof — through any winter\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ Exact frequency for moles, voles, and gophers\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ No poison, no traps — safe for kids and pets\u003c\/div\u003e\n        \u003cdiv class=\"prod-compare-item\"\u003e◆ One-time purchase — runs on solar power\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🌿 Homeowners\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🍅 Vegetable Gardens\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🏠 Properties with a Yard\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🐾 Pet Owners\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e👶 Families with Kids\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🌎 Eco-Conscious Buyers\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🌞 Larger Properties\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003e🎁 As a Gift\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 Josef Learned in Forty Years on the Land\u003c\/div\u003e\n    \u003cul class=\"prod-list\"\u003e\n      \u003cli\u003e\n\u003cspan style=\"color:#3a6b35;font-weight:700;margin-right:10px;\"\u003e✓\u003c\/span\u003e\u003cstrong\u003eMoles aren't stupid\u003c\/strong\u003e — They habituate to any constant signal. That's why BodenTech Pro uses variable frequency patterns — so they never get used to it.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan style=\"color:#3a6b35;font-weight:700;margin-right:10px;\"\u003e✓\u003c\/span\u003e\u003cstrong\u003eFrequency is everything\u003c\/strong\u003e — Devices that broadcast in the wrong range don't help. BodenTech Pro is tuned to the exact neurological response range of burrowing pests.\u003c\/li\u003e\n\n      \u003cli\u003e\n\u003cspan style=\"color:#3a6b35;font-weight:700;margin-right:10px;\"\u003e✓\u003c\/span\u003e\u003cstrong\u003eSolar means freedom\u003c\/strong\u003e — No cords. No batteries to replace. No maintenance. It works while you sleep.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan style=\"color:#3a6b35;font-weight:700;margin-right:10px;\"\u003e✓\u003c\/span\u003e\u003cstrong\u003eOne device covers up to 2,700 sq ft\u003c\/strong\u003e — For larger yards, just space them out. For full coverage on half an acre or more, we recommend 3 units.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"prod-story\"\u003e\n    Michael ran the numbers. Josef ran the tests. Six weeks after placing the first unit: not a single new mound. No fresh tunnel ridges. The gophers disappeared from the back garden within three weeks.\n    \u003cbr\u003e\u003cbr\u003e\n    \"I didn't tell my son right away. I wanted to be sure first. After six weeks I called him. He just laughed a little. That was enough.\"\n    \u003cbr\u003e\u003cbr\u003e\n    Josef's neighbors started asking. Then they ordered. Then their neighbors ordered.\n    \u003cdiv class=\"prod-story-author\"\u003e– Josef Huber, Bavaria\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\u003e90-Day Money-Back Guarantee\u003c\/strong\u003e\n      Push the device into your yard. If you're not fully satisfied after 90 days — for any reason — we'll refund the full purchase price. No questions. No hassle. That's our promise.\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\u003eNote:\u003c\/strong\u003e Free shipping included. For full-yard coverage on half an acre or more, we recommend 3 units.\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\"\u003eTechnology\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eLow-Frequency Ground-Pulse Technology\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003ePower Source\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eSolar — built-in battery, no cord needed\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eProtection Rating\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eIP68 — fully waterproof\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eCoverage Area\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eUp to 2,700 sq ft per device\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eWorks Against\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eMoles, voles, and gophers\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eSafety\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eSafe for people, dogs, and cats\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eInstallation\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003ePush into the ground — that's it\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eResults\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eFirst results in 1–2 weeks\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\"\u003e90-day money-back — no conditions\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 — always\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eDesigned By\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eJosef \u0026amp; Michael Huber, Bavaria — tested on real soil\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"CRAFTFOLK","offers":[{"title":"Default Title","offer_id":48219906015457,"sku":"DHOD9-WM557007","price":26.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/5234\/2497\/files\/GeneratedImageApril17_2026-12_18PM.jpg?v=1776422280","url":"https:\/\/craft-folk.com\/products\/bodentech-pro","provider":"CRAFTFOLK","version":"1.0","type":"link"}