{"product_id":"marthas-handmade-dog-weekender","title":"Martha's Handmade Dog Weekender","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, #eef5e6 0%, #dcedc8 100%);\n    border-radius: 16px;\n    padding: 32px;\n    margin-bottom: 28px;\n    text-align: center;\n    border: 1.5px solid #aed67a;\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: #6a8050; font-style: italic; }\n\n  \/* STORY QUOTE *\/\n  .prod-story {\n    background: #eef5e6;\n    border-left: 4px solid #6a9e2a;\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: #6a9e2a; 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: #3d6414;\n    margin-bottom: 18px; padding-bottom: 10px;\n    border-bottom: 2px solid #aed67a;\n    display: flex; align-items: center; gap: 8px;\n  }\n\n  \/* INCLUDES GRID *\/\n  .prod-includes {\n    background: #eef5e6; border-radius: 14px;\n    padding: 22px; margin: 24px 0; border: 1.5px solid #aed67a;\n  }\n  .prod-includes-title { font-size: 15px; font-weight: 700; margin-bottom: 16px; color: #3d6414; }\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(90,140,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\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 #dcedc8; background: #f5faf0;\n    transition: transform 0.15s, box-shadow 0.15s;\n  }\n  .prod-feature:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(90,140,30,0.12); }\n  .prod-feature:nth-child(odd)  { background: #eef5e6; border-color: #aed67a; }\n  .prod-feature:nth-child(even) { background: #f5faf0; border-color: #dcedc8; }\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: #eef5e6; border: 1.5px solid #aed67a;\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 #6a9e2a;\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: #f5faf0; border: 1.5px solid #aed67a;\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: #3d6414; margin-bottom: 14px; }\n  .prod-expert-quote { font-size: 15px; font-style: italic; line-height: 1.75; color: #374151; border-left: 3px solid #6a9e2a; 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: #3d6414; }\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: #eef5e6; color: #3d6414; padding: 7px 15px;\n    border-radius: 20px; font-size: 13.5px;\n    border: 1.5px solid #aed67a; 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 #dcedc8; 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: #6a9e2a; font-weight: 700; font-size: 16px; }\n\n  \/* GUARANTEE *\/\n  .prod-guarantee {\n    background: #eef5e6; border: 1.5px solid #aed67a;\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: #3d6414; margin-bottom: 5px; }\n\n  \/* NOTE *\/\n  .prod-note {\n    background: #f5faf0; border: 1.5px solid #dcedc8;\n    border-radius: 10px; padding: 16px 20px; margin: 22px 0;\n    font-size: 14px; display: flex; align-items: flex-start; gap: 12px; color: #3d5225;\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 #dcedc8; font-size: 14px; }\n  .prod-specs-row:last-child { border-bottom: none; }\n  .prod-specs-label { width: 40%; color: #6a8050; 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 the Blue Ridge Mountains\u003c\/div\u003e\n    \u003cdiv class=\"prod-hero-subtitle\"\u003eMarty Hensley, 66, Sheep Hollow Cove NC — her final collection. Every dog face cut, layered, and quilted by hand.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STORY QUOTE --\u003e\n  \u003cdiv class=\"prod-story\"\u003e\n    “A dog mom knows her dog’s face the way she knows her own kid’s face. If the ears are wrong, she’ll walk right past it. If the eyes are right — she’ll stop and say, ‘Oh my God, that looks like Benny.’ That’s why I couldn’t just print a generic dog on a bag. Every breed needed its own pattern.”\n    \u003cdiv class=\"prod-story-author\"\u003e— Martha “Marty” Hensley, Sheep Hollow Cove, NC\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\/hf_20260512_151830_accab29c-9e1a-40ba-8d23-9cf130dce11a.png?v=1778602588\" alt=\"Marty Hensley\" class=\"prod-craftsman-img\"\u003e\n    \u003cdiv class=\"prod-craftsman-info\"\u003e\n      \u003ch4\u003eMartha “Marty” Hensley, 66\u003c\/h4\u003e\n      \u003cp\u003eFourth-generation quilter from Sheep Hollow Cove, North Carolina. Her great-grandmother quilted for the church bazaar in 1890. Her grandmother got the family through the Depression trading quilts for flour. Her mother taught Marty the craft on their front porch in 1974. After 52 years, over 19,000 handcrafted bags, and one very spoiled Goldendoodle named Biscuit — Marty is closing her sewing barn for good. The Dog Weekender is her 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 quilted Dog Weekender\u003cbr\u003e\u003csmall\u003eFull duffel size, handcrafted\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\"\u003eBreed-matched dog faces\u003cbr\u003e\u003csmall\u003eEach breed individually cut \u0026amp; layered\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\"\u003eMaker’s tag inside\u003cbr\u003e\u003csmall\u003eMarty’s initials \u0026amp; year\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\"\u003eGift-ready packaging\u003cbr\u003e\u003csmall\u003eReady to give or keep\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 this weekender 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\u003eBreed-Matched Quilting\u003c\/strong\u003e\n          Each dog face is cut from a breed-specific template — 6 to 11 fabric pieces per face for the correct ear shape, muzzle width, and fur texture. Goldendoodle, Poodle, Golden Retriever, Cocker Spaniel, Dachshund, and more. This is pictorial quilting, not a print.\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\u003eDogs that look like your dog\u003c\/strong\u003e\n          The faces are individually cut, stacked in layers, and appliqued onto the quilted panel. The fabric creates a subtle 3D texture you can feel with your fingers. They won’t peel, crack, or wash off like a printed graphic.\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\u003eHandles that don’t rip\u003c\/strong\u003e\n          Wide padded handles, bartacked at every stress point. They don’t dig into your shoulder and they won’t give out — even fully packed for a weekend trip.\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\u003eReal weekender size\u003c\/strong\u003e\n          Full duffel dimensions with a wrap-around zipper. Fits a weekend’s worth of clothes, toiletries, a book, snacks, and a water bottle. Compact enough for a carry-on.\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 conversation starter\u003c\/strong\u003e\n          Every dog mom within fifty feet will come over to talk to you. “Is that a Doodle? I have one too!” It’s like wearing a friendship badge for dog people.\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\u003eBuilt to last for years\u003c\/strong\u003e\n          Real quilted construction: cotton-poly face, batting interior, wave-stitch quilting throughout. The bag holds its shape even stuffed full — it doesn’t collapse like a cheap printed duffel.\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 breed-matched quilting outlasts every print\u003c\/div\u003e\n    \u003cdiv class=\"prod-expert-quote\"\u003e\n      “The difference between a quilted applique and a printed graphic comes down to longevity and craftsmanship. A heat-transferred print bonds a digital image to the fabric surface — it cracks after repeated washing and peels under friction. An appliqued motif is stitched directly into the quilted panel — it’s part of the bag, not sitting on top of it. Combined with proper batting and wave-stitch construction, a well-made quilted weekender will outlast a printed alternative by years.”\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\u003eAmerican Quilter’s Society\u003c\/strong\u003e and \u003cstrong\u003eAppalachian Craft Center\u003c\/strong\u003e guidelines\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\"\u003eWeekend getaways\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eAirport carry-on\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eMother’s Day gift\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eDog moms\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eDoodle \u0026amp; Golden lovers\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eBirthday gift for her\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eGym \u0026amp; overnight bag\u003c\/span\u003e\n      \u003cspan class=\"prod-perfect-tag\"\u003eGrandma \u0026amp; Mom\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\u003eBreed-Matched Quilting\u003c\/strong\u003e — every dog face individually cut from a breed-specific template, layered, and appliqued by hand\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWave-stitch quilted construction\u003c\/strong\u003e — gives the bag structure and body, holds shape when fully packed\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e3D textile dog faces\u003c\/strong\u003e — stitched into the panel, not printed; survives washing and daily use\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBartacked padded handles\u003c\/strong\u003e — reinforced at every stress point, won’t rip or unravel\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWrap-around zipper\u003c\/strong\u003e — full duffel opening for easy packing and access\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaker’s tag inside\u003c\/strong\u003e — Marty’s initials and the year, sewn into the inner seam\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFinal collection\u003c\/strong\u003e — from Marty’s last production run; no restock once sold out\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      Pack it for a weekend. Bring it to the airport. Carry it to the coffee shop. If you don’t love it — if it doesn’t make you smile every time you pick it up — send it back for a full refund. No questions asked. Marty’s words: “I don’t want anyone stuck with a bag they don’t love.”\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 bag is handcrafted individually. Small variations in stitching density, quilting pattern, and dog face placement are natural — that’s not a defect, that’s what real handcraft looks like. No two are identical.\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\"\u003eCotton-poly blend, batted interior\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\"\u003eWave-stitch quilted, breed-matched appliqued dog faces\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eFormat\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eWeekender \/ duffel bag with wrap-around zipper\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eHandles\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003ePadded, reinforced canvas, bartacked — shoulder carry\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eInterior\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eSmooth lining, wipes clean\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eCare\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eMachine wash gentle, air dry\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eBreeds featured\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eGoldendoodle, Poodle, Golden Retriever, Cocker Spaniel, Dachshund, Maltese \u0026amp; more\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prod-specs-row\"\u003e\n        \u003cdiv class=\"prod-specs-label\"\u003eMaker’s tag\u003c\/div\u003e\n        \u003cdiv class=\"prod-specs-value\"\u003eMarty’s initials \u0026amp; year, sewn inside seam\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 Sheep Hollow Cove, North Carolina\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 collection · No restock once sold out\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"CRAFTFOLK","offers":[{"title":"Puppy Bunch","offer_id":48362622746849,"sku":"DBAD9-WM609102","price":52.95,"currency_code":"EUR","in_stock":true},{"title":"Snuggle Face","offer_id":48362622779617,"sku":null,"price":52.95,"currency_code":"EUR","in_stock":true},{"title":"Little Paws","offer_id":48362622812385,"sku":"DBAD9-WM609107","price":52.95,"currency_code":"EUR","in_stock":true},{"title":"Country Home","offer_id":48362622845153,"sku":"DBAD9-WM609104","price":52.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/5234\/2497\/files\/hf_20260512_165302_3b9e7942-3a2d-4954-bfc7-2a8a92feb657.jpg?v=1778615008","url":"https:\/\/craft-folk.com\/products\/marthas-handmade-dog-weekender","provider":"CRAFTFOLK","version":"1.0","type":"link"}