{"product_id":"dots-blossoms","title":"Dot's Handmade Bee Blossoms","description":"\u003cp\u003e \u003c\/p\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 {\n    font-size: 22px;\n    font-weight: 700;\n    color: #222;\n    margin-bottom: 8px;\n  }\n  .prod-hero-subtitle {\n    font-size: 15px;\n    color: #6a8050;\n    font-style: italic;\n  }\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 {\n    font-size: 13px;\n    color: #6a9e2a;\n    margin-top: 10px;\n    font-style: normal;\n    font-weight: 500;\n  }\n\n  \/* ── SECTIONS ── *\/\n  .prod-section { margin: 32px 0; }\n  .prod-section-title {\n    font-size: 17px;\n    font-weight: 700;\n    color: #3d6414;\n    margin-bottom: 18px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #aed67a;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  \/* ── INCLUDES GRID ── *\/\n  .prod-includes {\n    background: #eef5e6;\n    border-radius: 14px;\n    padding: 22px;\n    margin: 24px 0;\n    border: 1.5px solid #aed67a;\n  }\n  .prod-includes-title {\n    font-size: 15px;\n    font-weight: 700;\n    margin-bottom: 16px;\n    color: #3d6414;\n  }\n  .prod-includes-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    text-align: center;\n  }\n  @media (max-width: 600px) {\n    .prod-includes-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n  .prod-includes-item {\n    padding: 14px 10px;\n    background: #fff;\n    border-radius: 10px;\n    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 {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin: 20px 0;\n  }\n  @media (max-width: 600px) {\n    .prod-features { grid-template-columns: 1fr; }\n  }\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 #dcedc8;\n    background: #f5faf0;\n    transition: transform 0.15s, box-shadow 0.15s;\n  }\n  .prod-feature:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 16px rgba(90, 140, 30, 0.12);\n  }\n  .prod-feature:nth-child(odd)  { background: #eef5e6; border-color: #aed67a; }\n  .prod-feature:nth-child(even) { background: #f5faf0; border-color: #dcedc8; }\n\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;\n    border: 1.5px solid #aed67a;\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) {\n    .prod-craftsman { flex-direction: column; text-align: center; }\n  }\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 #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;\n    border: 1.5px solid #aed67a;\n    border-radius: 16px;\n    padding: 24px;\n    margin: 28px 0;\n  }\n  .prod-expert-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #3d6414;\n    margin-bottom: 14px;\n  }\n  .prod-expert-quote {\n    font-size: 15px;\n    font-style: italic;\n    line-height: 1.75;\n    color: #374151;\n    border-left: 3px solid #6a9e2a;\n    padding-left: 16px;\n    margin: 0 0 14px 0;\n  }\n  .prod-expert-author {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 13px;\n    color: #6b7280;\n  }\n  .prod-expert-author-icon { font-size: 22px; }\n  .prod-expert-author strong { color: #3d6414; }\n\n  \/* ── COLOR CHIPS ── *\/\n  .prod-colors { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }\n  .prod-color-chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 7px 14px;\n    border-radius: 20px;\n    font-size: 13px;\n    font-family: 'Poppins', sans-serif;\n    font-weight: 500;\n    border: 1.5px solid rgba(0,0,0,0.08);\n  }\n  .prod-color-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }\n  .chip-rosa   { background: #fce7f3; color: #9d174d; border-color: #fbcfe8; }\n  .chip-orange { background: #ffedd5; color: #9a3412; border-color: #fed7aa; }\n  .chip-lila   { background: #ede9fe; color: #5b21b6; border-color: #ddd6fe; }\n  .chip-gelb   { background: #fefce8; color: #713f12; border-color: #fef08a; }\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;\n    color: #3d6414;\n    padding: 7px 15px;\n    border-radius: 20px;\n    font-size: 13.5px;\n    border: 1.5px solid #aed67a;\n    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;\n    position: relative;\n    border-bottom: 1px solid #dcedc8;\n    font-size: 15px;\n    color: #374151;\n  }\n  .prod-list li:last-child { border-bottom: none; }\n  .prod-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: #6a9e2a;\n    font-weight: 700;\n    font-size: 16px;\n  }\n\n  \/* ── GUARANTEE ── *\/\n  .prod-guarantee {\n    background: #eef5e6;\n    border: 1.5px solid #aed67a;\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: #3d6414; margin-bottom: 5px; }\n\n  \/* ── NOTE ── *\/\n  .prod-note {\n    background: #f5faf0;\n    border: 1.5px solid #dcedc8;\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: #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 {\n    display: flex;\n    padding: 12px 0;\n    border-bottom: 1px solid #dcedc8;\n    font-size: 14px;\n  }\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\u003cdiv class=\"prod-wrapper\"\u003e\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\"\u003eHandmade in the Blue Ridge Mountains\u003c\/div\u003e\n\u003cdiv class=\"prod-hero-subtitle\"\u003e64 years old, Weaverville NC — her final collection. Handcrafted on the wheel, like always.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STORY QUOTE --\u003e\n\u003cdiv class=\"prod-story\"\u003e\"Ray told me once: the bees need water, not blossoms. I made blossoms anyway — because both are true.\"\n\u003cdiv class=\"prod-story-author\"\u003e– Dorothy \"Dot\" Callaway, Weaverville, NC\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003cdiv class=\"prod-includes\"\u003e\n\u003cdiv class=\"prod-includes-title\"\u003e🎁 What's in the box:\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\"\u003eCeramic drinking bowls\u003cbr\u003e\u003csmall\u003eHandmade, blossom-shaped\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\"\u003eMetal stakes\u003cbr\u003e\u003csmall\u003ePush straight into the soil\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\"\u003eDifferent colors\u003cbr\u003e\u003csmall\u003eRandom from the collection\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\"\u003eReady to use\u003cbr\u003e\u003csmall\u003eStake, fill, done\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES GRID --\u003e\n\u003cdiv class=\"prod-section\"\u003e\n\u003cdiv class=\"prod-section-title\"\u003eWhat makes these bowls special\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\u003eHandmade — no two alike\u003c\/strong\u003e Every bowl is one of a kind. Irregular shape, matte glaze, subtle color variations — that's intentional. Mass-produced pieces don't have this depth.\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\u003eBlossom shape with real function\u003c\/strong\u003e The hollow center is the drinking well — large enough for several bees, small enough that the water barely evaporates.\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\u003eDisappears into the flower bed\u003c\/strong\u003e On the metal stake among real blossoms, they look like one more flower. No visible effort. No eyesore.\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\u003eRefilled in 10 seconds\u003c\/strong\u003e Stake in the ground, bowl on top, watering can over it — done. Works in garden beds, balcony planters, patio pots, or on a windowsill.\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\u003eVisible to bees, beautiful to people\u003c\/strong\u003e Pink, orange, purple, yellow — chosen on purpose. Visible to bees, beautiful to humans. No compromise.\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\u003eGlazed and weatherproof\u003c\/strong\u003e Won't warp, won't yellow, won't end up in the trash after one season. Glazed ceramic holds up.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CRAFTSMAN BOX --\u003e\n\u003cdiv class=\"prod-craftsman\"\u003e\n\u003cimg class=\"prod-craftsman-img\" alt=\"Dorothy Dot Callaway\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0691\/2756\/9539\/files\/hf_20260318_114619_5c828ca5-2ff7-4d6c-ba63-d60cfaac5037.jpg?v=1773834655\"\u003e\n\u003cdiv class=\"prod-craftsman-info\"\u003e\n\u003ch4\u003eDorothy \"Dot\" Callaway, 64\u003c\/h4\u003e\n\u003cp\u003ePotter and gardener from Weaverville, North Carolina. Her husband Ray has been a beekeeper for 35 years — he's the one who first poured sugar water into one of her bowls. The blossom-shaped ceramic bee waterers grew out of that moment — 15 years of observation, hundreds of bowls, never sold until now. Her daughter Emily finally set up the shop. This is the final winter batch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- EXPERT BOX --\u003e\n\u003cdiv class=\"prod-expert\"\u003e\n\u003cdiv class=\"prod-expert-label\"\u003e🌿 Expert perspective\u003c\/div\u003e\n\u003cdiv class=\"prod-expert-quote\"\u003e\"Bees lose enormous amounts of moisture during summer heat — especially in suburban gardens without natural water sources. A shallow, stable water source at bed level is the simplest and most effective thing a gardener can do. The blossom shape of these bowls is no accident: bees navigate visually toward flower-like structures before they land. That lowers the threshold for approaching the bowl — and the clean water, free of pesticides or motor oil like you'd find in a street puddle, makes all the difference.\"\u003c\/div\u003e\n\u003cdiv class=\"prod-expert-author\"\u003e\n\u003cspan class=\"prod-expert-author-icon\"\u003e🎓\u003c\/span\u003e \u003cspan\u003eBased on guidance from the \u003cstrong\u003eXerces Society\u003c\/strong\u003e and \u003cstrong\u003eCornell Lab of Ornithology\u003c\/strong\u003e pollinator programs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COLORS --\u003e\n\u003cdiv class=\"prod-section\"\u003e\n\u003cdiv class=\"prod-section-title\"\u003eColors in the set\u003c\/div\u003e\n\u003cp style=\"font-size: 15px; margin-bottom: 15px; color: #3d3d2a;\"\u003eYou'll receive bowls in random colors from Dot's final winter batch — fired, glazed, and carefully packed:\u003c\/p\u003e\n\u003cdiv class=\"prod-colors\"\u003e\n\u003cspan class=\"prod-color-chip chip-rosa\"\u003e \u003cspan style=\"background: #ec4899;\" class=\"prod-color-dot\"\u003e\u003c\/span\u003ePink \u003c\/span\u003e \u003cspan class=\"prod-color-chip chip-orange\"\u003e \u003cspan style=\"background: #f97316;\" class=\"prod-color-dot\"\u003e\u003c\/span\u003eOrange \u003c\/span\u003e \u003cspan class=\"prod-color-chip chip-lila\"\u003e \u003cspan style=\"background: #a855f7;\" class=\"prod-color-dot\"\u003e\u003c\/span\u003ePurple \u003c\/span\u003e \u003cspan class=\"prod-color-chip chip-gelb\"\u003e \u003cspan style=\"background: #eab308;\" class=\"prod-color-dot\"\u003e\u003c\/span\u003eYellow \/ White \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\"\u003e🌸 Flower beds\u003c\/span\u003e \u003cspan class=\"prod-perfect-tag\"\u003e🏡 Patio \u0026amp; balcony\u003c\/span\u003e \u003cspan class=\"prod-perfect-tag\"\u003e🎁 Gift giving\u003c\/span\u003e \u003cspan class=\"prod-perfect-tag\"\u003e🐝 Bee lovers\u003c\/span\u003e \u003cspan class=\"prod-perfect-tag\"\u003e🌿 Nature enthusiasts\u003c\/span\u003e \u003cspan class=\"prod-perfect-tag\"\u003e👶 Nature learning with kids\u003c\/span\u003e \u003cspan class=\"prod-perfect-tag\"\u003e🧓 Grandma \u0026amp; Grandpa\u003c\/span\u003e \u003cspan class=\"prod-perfect-tag\"\u003e🪟 Windowsill decor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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 cheap plastic, not factory-made, not imported bulk\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGlazed \u0026amp; weatherproof\u003c\/strong\u003e — handles summer heat, rain, and direct sun without yellowing or cracking\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlossom shape works double\u003c\/strong\u003e — beautiful for you, a landing signal for bees\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo plastic, no chemicals\u003c\/strong\u003e — safe for honeybees, native bees, and other pollinators\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEvery bowl is unique\u003c\/strong\u003e — handmade on the wheel, with visible maker's touch\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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\u003e30-Day Money-Back Guarantee\u003c\/strong\u003e Not 100% happy? No problem — just send them back for a full refund. But we're pretty sure the bees will be on them before you even think about it.\u003c\/div\u003e\n\u003c\/div\u003e\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 bowl is a handmade original. Small differences in glaze, color, and shape are natural and intentional — that's not a defect, that's handmade ceramic. No two are alike.\u003c\/div\u003e\n\u003c\/div\u003e\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\"\u003eCeramic, handmade on the wheel\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\"\u003eGlazed, weatherproof\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prod-specs-row\"\u003e\n\u003cdiv class=\"prod-specs-label\"\u003eSet includes\u003c\/div\u003e\n\u003cdiv class=\"prod-specs-value\"\u003eBowls on metal stakes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prod-specs-row\"\u003e\n\u003cdiv class=\"prod-specs-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"prod-specs-value\"\u003eApprox. 1.75\" diameter (bowl) × 8\" (stake)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prod-specs-row\"\u003e\n\u003cdiv class=\"prod-specs-label\"\u003eColors\u003c\/div\u003e\n\u003cdiv class=\"prod-specs-value\"\u003eRandom from: Pink, Orange, Purple, Yellow\/White\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prod-specs-row\"\u003e\n\u003cdiv class=\"prod-specs-label\"\u003eSetup\u003c\/div\u003e\n\u003cdiv class=\"prod-specs-value\"\u003ePush metal stake directly into the soil\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\"\u003eRinse with water — not dishwasher safe\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 Weaverville, North Carolina\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prod-specs-row\"\u003e\n\u003cdiv class=\"prod-specs-label\"\u003eSales\u003c\/div\u003e\n\u003cdiv class=\"prod-specs-value\"\u003e5,900 sold · 4.8 ★ · 328 reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"CRAFTFOLK","offers":[{"title":"2 Blossoms + 2 FREE","offer_id":48277815525601,"sku":"DHOD9-WM563001","price":32.95,"currency_code":"EUR","in_stock":true},{"title":"4 Blossoms + 4 FREE","offer_id":48277815558369,"sku":"DHOD9-WM563001-2PCS","price":64.95,"currency_code":"EUR","in_stock":true},{"title":"8 Blossoms + 6 FREE","offer_id":48277815591137,"sku":"DHOD9-WM590001*2+DHOD9-WM563001*3","price":96.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/5234\/2497\/files\/hf_20260318_112412_47362603-b78d-452f-bd57-c7b54cda3910.jpg?v=1774569146","url":"https:\/\/craft-folk.com\/products\/dots-blossoms","provider":"CRAFTFOLK","version":"1.0","type":"link"}