{"product_id":"russells-handmade-recycled-vermont-frog","title":"Russell's Handmade Recycled Vermont Frog","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\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\n  \/* HERO *\/\n  .prod-hero {\n    background: linear-gradient(135deg, #fdf2e9 0%, #f5e1d0 100%);\n    border-radius: 16px;\n    padding: 32px;\n    margin-bottom: 28px;\n    text-align: center;\n    border: 1.5px solid #d4956a;\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: #8b5e3c; font-style: italic; }\n\n  \/* STORY QUOTE *\/\n  .prod-story {\n    background: #fdf2e9;\n    border-left: 4px solid #b5651d;\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: #b5651d; margin-top: 10px; font-style: normal; font-weight: 500; }\n\n  \/* SECTIONS *\/\n  .prod-section { margin: 32px 0; }\n  .prod-section-title {\n    font-size: 17px; font-weight: 700; color: #8b4513;\n    margin-bottom: 18px; padding-bottom: 10px;\n    border-bottom: 2px solid #d4956a;\n    display: flex; align-items: center; gap: 8px;\n  }\n\n  \/* INCLUDES GRID *\/\n  .prod-includes {\n    background: #fdf2e9; border-radius: 14px;\n    padding: 22px; margin: 24px 0; border: 1.5px solid #d4956a;\n  }\n  .prod-includes-title { font-size: 15px; font-weight: 700; margin-bottom: 16px; color: #8b4513; }\n  .prod-includes-grid {\n    display: grid; grid-template-columns: repeat(4, 1fr);\n    gap: 12px; text-align: center;\n  }\n  @media (max-width: 600px) { .prod-includes-grid { grid-template-columns: repeat(2, 1fr); } }\n  .prod-includes-item {\n    padding: 14px 10px; background: #fff;\n    border-radius: 10px; box-shadow: 0 2px 8px rgba(139,69,19,0.08);\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\n  \/* FEATURES GRID *\/\n  .prod-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 20px 0; }\n  @media (max-width: 600px) { .prod-features { grid-template-columns: 1fr; } }\n  .prod-feature {\n    display: flex; align-items: flex-start; gap: 12px;\n    padding: 16px; border-radius: 12px;\n    border: 1.5px solid #f5e1d0; background: #fef9f5;\n    transition: transform 0.15s, box-shadow 0.15s;\n  }\n  .prod-feature:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(139,69,19,0.1); }\n  .prod-feature:nth-child(odd)  { background: #fdf2e9; border-color: #d4956a; }\n  .prod-feature:nth-child(even) { background: #fef9f5; border-color: #f5e1d0; }\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\n  \/* CRAFTSMAN BOX *\/\n  .prod-craftsman {\n    background: #fdf2e9; border: 1.5px solid #d4956a;\n    border-radius: 16px; padding: 24px; margin: 28px 0;\n    display: flex; gap: 20px; align-items: center;\n  }\n  @media (max-width: 500px) { .prod-craftsman { flex-direction: column; text-align: center; } }\n  .prod-craftsman-img {\n    width: 100px; height: 100px; border-radius: 50%;\n    object-fit: cover; flex-shrink: 0; border: 3px solid #b5651d;\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\n  \/* EXPERT BOX *\/\n  .prod-expert {\n    background: #fef9f5; border: 1.5px solid #d4956a;\n    border-radius: 16px; padding: 24px; margin: 28px 0;\n  }\n  .prod-expert-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #8b4513; margin-bottom: 14px; }\n  .prod-expert-quote { font-size: 15px; font-style: italic; line-height: 1.75; color: #374151; border-left: 3px solid #b5651d; padding-left: 16px; margin: 0 0 14px 0; }\n  .prod-expert-author { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #6b7280; }\n  .prod-expert-author-icon { font-size: 22px; }\n  .prod-expert-author strong { color: #8b4513; }\n\n  \/* PERFECT FOR TAGS *\/\n  .prod-perfect-for { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0; }\n  .prod-perfect-tag {\n    background: #fdf2e9; color: #8b4513; padding: 7px 15px;\n    border-radius: 20px; font-size: 13.5px;\n    border: 1.5px solid #d4956a; font-weight: 500;\n  }\n\n  \/* CHECKLIST *\/\n  .prod-list { list-style: none; padding: 0; margin: 0; }\n  .prod-list li {\n    padding: 12px 0 12px 30px; position: relative;\n    border-bottom: 1px solid #f5e1d0; font-size: 15px; color: #374151;\n  }\n  .prod-list li:last-child { border-bottom: none; }\n  .prod-list li::before { content: \"\\2713\"; position: absolute; left: 0; color: #b5651d; font-weight: 700; font-size: 16px; }\n\n  \/* GUARANTEE *\/\n  .prod-guarantee {\n    background: #fdf2e9; border: 1.5px solid #d4956a;\n    border-radius: 14px; padding: 22px; margin: 28px 0;\n    display: flex; align-items: flex-start; 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: #8b4513; margin-bottom: 5px; }\n\n  \/* NOTE *\/\n  .prod-note {\n    background: #fef9f5; border: 1.5px solid #f5e1d0;\n    border-radius: 10px; padding: 16px 20px; margin: 22px 0;\n    font-size: 14px; display: flex; align-items: flex-start; gap: 12px; color: #6b4226;\n  }\n  .prod-note-icon { font-size: 20px; flex-shrink: 0; }\n\n  \/* SPECS *\/\n  .prod-specs { margin: 20px 0; }\n  .prod-specs-row { display: flex; padding: 12px 0; border-bottom: 1px solid #f5e1d0; font-size: 14px; }\n  .prod-specs-row:last-child { border-bottom: none; }\n  .prod-specs-label { width: 40%; color: #8b5e3c; 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  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"prod-hero\"\u003e\n    \u003cdiv class=\"prod-hero-icon\"\u003e🐸🔨\u003c\/div\u003e\n    \u003cdiv class=\"prod-hero-title\"\u003eHandcrafted in Craftsbury, Vermont\u003c\/div\u003e\n    \u003cdiv class=\"prod-hero-subtitle\"\u003eRussell \"Russ\" Holcomb, 73, Craftsbury VT — his final collection. Made one frog at a time, like always.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STORY QUOTE --\u003e\n  \u003cdiv class=\"prod-story\"\u003e\n    \"A piece of recycled metal is ugly. Dented. Nobody wants it. But inside that ugly sheet of steel is a frog who wants to sit on somebody's porch and drink tea. My job is to find her in there and let her out.\"\n    \u003cdiv class=\"prod-story-author\"\u003e— Russell \"Russ\" Holcomb, Craftsbury, Vermont\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CRAFTSMAN BOX --\u003e\n  \u003cdiv class=\"prod-craftsman\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0786\/5234\/2497\/files\/WhatsApp_Image_2026-05-14_at_23.19.52.jpg?v=1778793638\" alt=\"Russell Russ Holcomb\" class=\"prod-craftsman-img\"\u003e\n    \u003cdiv class=\"prod-craftsman-info\"\u003e\n      \u003ch4\u003eRussell \"Russ\" Holcomb, 73\u003c\/h4\u003e\n      \u003cp\u003eMaster tinsmith from Craftsbury, Vermont. Russ started his apprenticeship in 1968 outside St. Johnsbury. For fifty years he shaped copper roofs, hand-formed gutters, and weathervanes built to survive a century of Vermont weather. After retiring in 2017, he turned his lifelong metalworking skill to garden sculpture — and created the Vermont Tea Frog for his wife Helen. Now, with his workshop sold to a vacation-rental developer, this is his final collection.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT'S INCLUDED --\u003e\n  \u003cdiv class=\"prod-includes\"\u003e\n    \u003cdiv class=\"prod-includes-title\"\u003eWhat 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\"\u003e1 Vermont Tea Frog\u003cbr\u003e\u003csmall\u003eHand-shaped \u0026amp; painted\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\"\u003eTriple-sealed joints\u003cbr\u003e\u003csmall\u003eBuilt to last 20+ years\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\"\u003eDouble-boxed shipping\u003cbr\u003e\u003csmall\u003eFoam-padded, fragile-labeled\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\"\u003eSatisfaction guarantee\u003cbr\u003e\u003csmall\u003eFull refund, no questions\u003c\/small\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FEATURES GRID --\u003e\n  \u003cdiv class=\"prod-section\"\u003e\n    \u003cdiv class=\"prod-section-title\"\u003eWhat makes Russell's frog 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\u003eTriple-sealed joints\u003c\/strong\u003e\n          Every joint is tinned and sealed before soldering — Russ's 50-year roofing technique. This locks moisture out from the inside, right where cheap imports fail first. His frogs survive winters that destroy the competition.\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\u003eDouble-coat zinc primer — inside \u0026amp; out\u003c\/strong\u003e\n          Two coats of zinc-chromate primer on every surface before a single drop of paint goes on. \"Rust starts where you can't see it. If you don't seal the inside, the outside paint is just cosmetics.\"\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-painted marine enamel (3–4 coats + UV seal)\u003c\/strong\u003e\n          Six hours of brush work per frog. UV-resistant, frost-proof enamel — the same family of paint used on ship hulls. Colors stay vivid for years, not months.\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\u003eRecycled steel — not factory-stamped\u003c\/strong\u003e\n          Each frog is hand-cut from reclaimed metal, hammered over wooden forms, and welded joint by joint. No stamping machines. No laser cutters. Just hands and shears.\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\u003eHelen's hand-curled eyelashes\u003c\/strong\u003e\n          The detail that turns metal into a character. Thin steel strips curled one at a time around a finish nail, then soldered to the face. \"Without the lashes she's just a shape. With them she has personality.\" — Helen\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\u003ePeople name her within 10 minutes\u003c\/strong\u003e\n          Customers don't buy a garden statue — they adopt a character. Henrietta, Tina, Beatrice, Gloria — owners name their frogs, buy her a husband, and report grandchildren holding tea parties on the porch.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- EXPERT BOX --\u003e\n  \u003cdiv class=\"prod-expert\"\u003e\n    \u003cdiv class=\"prod-expert-label\"\u003eWhy tinsmith-grade metalwork outlasts everything else\u003c\/div\u003e\n    \u003cdiv class=\"prod-expert-quote\"\u003e\n      \"The difference between a handcrafted metal garden sculpture and a mass-produced import comes down to three things: the sealing method, the primer layers, and the weld type. A triple-sealed, continuously welded joint with zinc primer inside and out will survive decades of freeze-thaw cycles. Spot-welded imports with no interior sealing typically fail within one to two seasons — corrosion begins at the unsealed interior joints and works outward, invisible until the paint bubbles.\"\n    \u003c\/div\u003e\n    \u003cdiv class=\"prod-expert-author\"\u003e\n      \u003cspan class=\"prod-expert-author-icon\"\u003e🎓\u003c\/span\u003e\n      \u003cspan\u003eBased on craft standards from the \u003cstrong\u003eTinsmithing Heritage Foundation\u003c\/strong\u003e and \u003cstrong\u003eAmerican Metal Arts Guild\u003c\/strong\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003cdiv class=\"prod-section\"\u003e\n    \u003cdiv class=\"prod-section-title\"\u003ePerfect for\u003c\/div\u003e\n    \u003cdiv class=\"prod-perfect-for\"\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003ePorch \u0026amp; patio\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eGarden walls\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eMother's Day gift\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eGrandma \u0026amp; Mom\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eRetirement gift\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eCottagecore gardens\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eIndoor windowsill\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eConversation starter\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUALITY --\u003e\n  \u003cdiv class=\"prod-section\"\u003e\n    \u003cdiv class=\"prod-section-title\"\u003eQuality you can see — and feel\u003c\/div\u003e\n    \u003cul class=\"prod-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eReal handcraft\u003c\/strong\u003e — not factory-stamped, not mass-produced, not dropshipped from a warehouse\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTriple-sealed joints\u003c\/strong\u003e — tinsmith-grade moisture protection, inside and out\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eContinuous weld bead\u003c\/strong\u003e — no spot-welds; every seam fully welded along its entire length\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDouble zinc primer + UV enamel seal\u003c\/strong\u003e — built to survive full Vermont winters and Tennessee summers\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHelen's hand-curled eyelashes\u003c\/strong\u003e — the detail that makes her alive\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTruly limited\u003c\/strong\u003e — final batch from Russ's workshop before the spring 2026 closure\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GUARANTEE --\u003e\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\u003e100% Money-Back Guarantee\u003c\/strong\u003e\n      Set her on your porch. Live with her for a week. See if your grandchildren name her. See if you smile every morning when you walk past her with your coffee. If you don't love her — for any reason — send her back for a full refund. No questions asked. And if she arrives anything less than perfect, we replace her free and you keep the original.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- NOTE --\u003e\n  \u003cdiv class=\"prod-note\"\u003e\n    \u003cdiv class=\"prod-note-icon\"\u003e💡\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003ePlease note:\u003c\/strong\u003e Every frog is handcrafted individually from recycled metal. Small variations in paint finish, welding pattern, and eyelash curl are natural — that's not a defect, that's what fifty years of real handcraft looks like. No two are identical. She's bigger than most people expect — roughly the size of a large house cat.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"prod-section\"\u003e\n    \u003cdiv class=\"prod-section-title\"\u003eProduct 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\"\u003eRecycled steel, hand-welded \u0026amp; painted\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eConstruction\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eTriple-sealed joints, continuous weld, zinc primer\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\"\u003eMarine-grade enamel (3–4 coats) + UV seal\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eDimensions (Tea Frog)\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003e16.8\"W × 9.6\"H × 10.1\"L\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eDimensions (Coffee Frog)\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003e11.5\"W × 15\"H × 9\"L\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eWeight\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003e~3.5 lbs (1.6 kg)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eUse\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eIndoor \u0026amp; outdoor — porch, garden, windowsill, mantel\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\"\u003eDouble-boxed, foam-padded, fragile-labeled · Free\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eMade in\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eHandcrafted in Craftsbury, Vermont\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eAvailability\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eFinal batch · Workshop closing spring 2026\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eReviews\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003e4.8 ★ · 328 verified reviews\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":"Tea Frog","offer_id":48369870176481,"sku":null,"price":39.95,"currency_code":"EUR","in_stock":true},{"title":"Coffee Frog","offer_id":48369870209249,"sku":null,"price":39.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/5234\/2497\/files\/hf_20260515_110234_26885ba4-ece5-427c-a53f-645fc78fd3fc.png?v=1778843925","url":"https:\/\/craft-folk.com\/products\/russells-handmade-recycled-vermont-frog","provider":"CRAFTFOLK","version":"1.0","type":"link"}