{"product_id":"vintage-ceramic-hummingbird-feeder-garden-stake","title":"Vintage Ceramic Hummingbird Feeder Garden Stake","description":"\u003cstyle\u003e\n\/* =========================================================\n   VINTAGE CERAMIC HUMMINGBIRD FEEDER\n   COMPLETE SHOPIFY LANDING PAGE\n========================================================= *\/\n\n.vhf26,\n.vhf26 * {\n  box-sizing: border-box;\n}\n\n.vhf26 {\n  --cream: #f8f3e9;\n  --cream-dark: #eee5d6;\n  --green: #2d422f;\n  --green-dark: #253627;\n  --olive: #7d8450;\n  --rose: #a8665c;\n  --gold: #b79063;\n  --text: #293529;\n  --muted: #6d746a;\n\n  width: 100%;\n  margin: 0;\n  padding: 0;\n  overflow: hidden;\n\n  background: var(--cream);\n  color: var(--text);\n\n  font-family: Arial, Helvetica, sans-serif;\n}\n\n.vhf26 img {\n  display: block;\n  width: 100%;\n  height: auto;\n  max-width: 100%;\n  margin: 0;\n  padding: 0;\n}\n\n.vhf26-container {\n  width: min(1000px, calc(100% - 32px));\n  margin: 0 auto;\n}\n\n\n\/* =========================================================\n   INTRO\n========================================================= *\/\n\n.vhf26-intro {\n  padding: 65px 20px 45px;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(173, 137, 91, 0.14),\n      transparent 50%\n    ),\n    #faf6ee;\n}\n\n.vhf26-kicker {\n  margin: 0 0 12px;\n\n  color: var(--olive);\n\n  font-size: 11px;\n  line-height: 1.4;\n  font-weight: 900;\n  letter-spacing: 2.4px;\n\n  text-transform: uppercase;\n}\n\n.vhf26-title {\n  max-width: 820px;\n  margin: 0 auto;\n\n  color: #293c2b;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(38px, 5vw, 58px);\n  font-weight: 400;\n  line-height: 1.03;\n}\n\n.vhf26-title em {\n  color: var(--rose);\n  font-style: italic;\n}\n\n.vhf26-intro-text {\n  max-width: 690px;\n  margin: 18px auto 0;\n\n  color: var(--muted);\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.vhf26-benefits {\n  padding: 0 16px 55px;\n\n  background: #faf6ee;\n}\n\n.vhf26-benefit-grid {\n  max-width: 1000px;\n  margin: 0 auto;\n\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n\n  border-top: 1px solid #d9cebb;\n  border-bottom: 1px solid #d9cebb;\n}\n\n.vhf26-benefit {\n  padding: 27px 14px;\n\n  text-align: center;\n\n  border-right: 1px solid #ded3c0;\n}\n\n.vhf26-benefit:last-child {\n  border-right: none;\n}\n\n.vhf26-benefit-icon {\n  margin-bottom: 10px;\n\n  font-size: 26px;\n  line-height: 1;\n}\n\n.vhf26-benefit strong {\n  display: block;\n\n  margin-bottom: 5px;\n\n  color: #344936;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 15px;\n  font-weight: 600;\n}\n\n.vhf26-benefit span {\n  display: block;\n\n  color: #777b72;\n\n  font-size: 11px;\n  line-height: 1.45;\n}\n\n\n\/* =========================================================\n   IMAGE SECTION\n========================================================= *\/\n\n.vhf26-image-section {\n  padding: 0 16px 55px;\n\n  background: var(--cream);\n}\n\n.vhf26-image-box {\n  width: 100%;\n  max-width: 1000px;\n  margin: 0 auto;\n\n  overflow: hidden;\n\n  background: #eee8dc;\n\n  border: 1px solid rgba(99, 88, 68, 0.10);\n  border-radius: 5px;\n\n  box-shadow:\n    0 18px 50px rgba(66, 57, 42, 0.12);\n}\n\n.vhf26-image-box img {\n  width: 100%;\n  height: auto;\n}\n\n\n\/* =========================================================\n   TEXT SECTION\n========================================================= *\/\n\n.vhf26-copy {\n  max-width: 780px;\n  margin: 0 auto;\n\n  padding: 10px 24px 48px;\n\n  text-align: center;\n}\n\n.vhf26-copy-label {\n  margin-bottom: 9px;\n\n  color: var(--olive);\n\n  font-size: 11px;\n  font-weight: 900;\n  letter-spacing: 2px;\n\n  text-transform: uppercase;\n}\n\n.vhf26-copy h2 {\n  margin: 0;\n\n  color: #2d422f;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(29px, 4vw, 43px);\n  font-weight: 400;\n  line-height: 1.07;\n}\n\n.vhf26-copy h2 em {\n  color: var(--rose);\n  font-style: italic;\n}\n\n.vhf26-copy p {\n  max-width: 660px;\n  margin: 14px auto 0;\n\n  color: var(--muted);\n\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   GREEN STORY SECTION\n========================================================= *\/\n\n.vhf26-story {\n  margin-bottom: 60px;\n  padding: 70px 20px;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(255,255,255,0.07),\n      transparent 45%\n    ),\n    linear-gradient(\n      180deg,\n      #334a34 0%,\n      #263929 100%\n    );\n}\n\n.vhf26-story .vhf26-kicker {\n  color: #d4dba7;\n}\n\n.vhf26-story h2 {\n  max-width: 780px;\n  margin: 0 auto;\n\n  color: #fff8e9;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(34px, 5vw, 51px);\n  font-weight: 400;\n  line-height: 1.05;\n}\n\n.vhf26-story h2 em {\n  color: #e4afa2;\n  font-style: italic;\n}\n\n.vhf26-story p {\n  max-width: 650px;\n  margin: 18px auto 0;\n\n  color: #d8ddce;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   VALUE CARDS\n========================================================= *\/\n\n.vhf26-values-section {\n  padding: 0 16px 65px;\n\n  background: var(--cream);\n}\n\n.vhf26-values {\n  max-width: 1000px;\n  margin: 0 auto;\n\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n\n  gap: 16px;\n}\n\n.vhf26-value {\n  padding: 34px 28px;\n\n  background: #efe7d9;\n\n  border: 1px solid #ddd1bd;\n  border-radius: 5px;\n}\n\n.vhf26-value-number {\n  margin-bottom: 13px;\n\n  color: var(--rose);\n\n  font-family: Georgia, serif;\n  font-size: 30px;\n}\n\n.vhf26-value h3 {\n  margin: 0 0 10px;\n\n  color: #304632;\n\n  font-family: Georgia, serif;\n  font-size: 25px;\n  font-weight: 400;\n}\n\n.vhf26-value p {\n  margin: 0;\n\n  color: #70766d;\n\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   BUNDLE CTA\n========================================================= *\/\n\n.vhf26-bundle-wrap {\n  padding: 0 16px 65px;\n\n  background: var(--cream);\n}\n\n.vhf26-bundle {\n  max-width: 1000px;\n  margin: 0 auto;\n\n  padding: 50px 28px;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 80% 20%,\n      rgba(255,255,255,.08),\n      transparent 28%\n    ),\n    #324a34;\n\n  border-radius: 5px;\n}\n\n.vhf26-bundle-small {\n  margin-bottom: 10px;\n\n  color: #d7dda8;\n\n  font-size: 11px;\n  font-weight: 900;\n  letter-spacing: 2px;\n\n  text-transform: uppercase;\n}\n\n.vhf26-bundle h2 {\n  max-width: 730px;\n  margin: 0 auto;\n\n  color: #fff7e8;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(31px, 4vw, 47px);\n  font-weight: 400;\n  line-height: 1.05;\n}\n\n.vhf26-bundle h2 em {\n  color: #e6b1a5;\n  font-style: italic;\n}\n\n.vhf26-bundle p {\n  max-width: 620px;\n  margin: 16px auto 25px;\n\n  color: #d7dccf;\n\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.vhf26-button {\n  display: inline-block;\n\n  min-width: 270px;\n\n  padding: 16px 27px;\n\n  background: #f5ead8;\n  border: 1px solid #fff5e6;\n  border-radius: 4px;\n\n  color: #304632 !important;\n\n  font-size: 13px;\n  font-weight: 900;\n  line-height: 1.3;\n  letter-spacing: .7px;\n\n  text-decoration: none !important;\n  text-transform: uppercase;\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.vhf26-button:hover {\n  transform: translateY(-2px);\n\n  background: #fff9ef;\n}\n\n\n\/* =========================================================\n   QUOTE\n========================================================= *\/\n\n.vhf26-quote {\n  max-width: 800px;\n  margin: 0 auto 60px;\n\n  padding: 0 25px;\n\n  text-align: center;\n}\n\n.vhf26-quote-mark {\n  height: 48px;\n\n  color: var(--rose);\n\n  font-family: Georgia, serif;\n  font-size: 72px;\n  line-height: 1;\n}\n\n.vhf26-quote p {\n  margin: 5px 0 0;\n\n  color: #495749;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(20px, 3vw, 29px);\n  font-style: italic;\n  line-height: 1.45;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.vhf26-faq {\n  padding: 70px 20px;\n\n  background: #eee5d6;\n}\n\n.vhf26-faq-inner {\n  max-width: 820px;\n  margin: 0 auto;\n}\n\n.vhf26-faq-title {\n  margin-bottom: 30px;\n\n  text-align: center;\n}\n\n.vhf26-faq-title h2 {\n  margin: 6px 0 0;\n\n  color: #2e4330;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(31px, 4vw, 45px);\n  font-weight: 400;\n}\n\n.vhf26-faq details {\n  border-top: 1px solid #cabca7;\n}\n\n.vhf26-faq details:last-child {\n  border-bottom: 1px solid #cabca7;\n}\n\n.vhf26-faq summary {\n  position: relative;\n\n  padding: 21px 43px 21px 2px;\n\n  cursor: pointer;\n  list-style: none;\n\n  color: #344735;\n\n  font-size: 14px;\n  font-weight: 800;\n}\n\n.vhf26-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.vhf26-faq summary::after {\n  content: \"+\";\n\n  position: absolute;\n  right: 5px;\n  top: 12px;\n\n  color: var(--rose);\n\n  font-family: Georgia, serif;\n  font-size: 30px;\n  font-weight: 400;\n}\n\n.vhf26-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.vhf26-answer {\n  padding: 0 38px 22px 2px;\n\n  color: #6c7269;\n\n  font-size: 13px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.vhf26-final {\n  padding: 75px 20px 85px;\n\n  text-align: center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(204, 165, 112, 0.13),\n      transparent 48%\n    ),\n    #273c2b;\n}\n\n.vhf26-final-icon {\n  margin-bottom: 10px;\n\n  font-size: 43px;\n}\n\n.vhf26-final .vhf26-kicker {\n  color: #d7dda8;\n}\n\n.vhf26-final h2 {\n  max-width: 760px;\n  margin: 0 auto;\n\n  color: #fff7e8;\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(35px, 5vw, 53px);\n  font-weight: 400;\n  line-height: 1.04;\n}\n\n.vhf26-final h2 em {\n  color: #e6b1a5;\n  font-style: italic;\n}\n\n.vhf26-final p {\n  max-width: 620px;\n  margin: 17px auto 26px;\n\n  color: #d4d9cd;\n\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .vhf26-container {\n    width: 100%;\n  }\n\n  .vhf26-intro {\n    padding: 46px 18px 36px;\n  }\n\n  .vhf26-title {\n    font-size: 38px;\n  }\n\n  .vhf26-intro-text {\n    font-size: 15px;\n  }\n\n  .vhf26-benefits {\n    padding: 0 12px 42px;\n  }\n\n  .vhf26-benefit-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .vhf26-benefit:nth-child(2) {\n    border-right: none;\n  }\n\n  .vhf26-benefit:nth-child(1),\n  .vhf26-benefit:nth-child(2) {\n    border-bottom: 1px solid #ded3c0;\n  }\n\n  .vhf26-benefit {\n    padding: 21px 10px;\n  }\n\n  .vhf26-image-section {\n    padding: 0 0 40px;\n  }\n\n  .vhf26-image-box {\n    border-left: none;\n    border-right: none;\n    border-radius: 0;\n  }\n\n  .vhf26-story {\n    margin-bottom: 45px;\n    padding: 53px 18px;\n  }\n\n  .vhf26-copy {\n    padding: 5px 20px 40px;\n  }\n\n  .vhf26-copy h2 {\n    font-size: 30px;\n  }\n\n  .vhf26-values-section {\n    padding: 0 12px 48px;\n  }\n\n  .vhf26-values {\n    grid-template-columns: 1fr;\n  }\n\n  .vhf26-bundle-wrap {\n    padding: 0 12px 50px;\n  }\n\n  .vhf26-bundle {\n    padding: 39px 18px;\n  }\n\n  .vhf26-button {\n    width: 100%;\n    max-width: 370px;\n  }\n\n  .vhf26-quote {\n    margin-bottom: 45px;\n  }\n\n  .vhf26-faq {\n    padding: 54px 18px;\n  }\n\n  .vhf26-final {\n    padding: 62px 18px 72px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"vhf26\"\u003e\n\u003c!-- =====================================================\n     INTRO\n===================================================== --\u003e\n\u003csection class=\"vhf26-intro\"\u003e\n\u003cdiv class=\"vhf26-kicker\"\u003eVintage Garden Charm Meets Hummingbird Watching\u003c\/div\u003e\n\u003ch2 class=\"vhf26-title\"\u003eGive Hummingbirds A \u003cem\u003eBeautiful Place To Stop\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"vhf26-intro-text\"\u003eA charming vintage-inspired garden accent that blends naturally among your favorite blooms while creating a sweet nectar stop for visiting hummingbirds.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     QUICK BENEFITS\n===================================================== --\u003e\n\u003csection class=\"vhf26-benefits\"\u003e\n\u003cdiv class=\"vhf26-benefit-grid\"\u003e\n\u003cdiv class=\"vhf26-benefit\"\u003e\n\u003cdiv class=\"vhf26-benefit-icon\"\u003e🐦\u003c\/div\u003e\n\u003cstrong\u003eMade For Hummingbirds\u003c\/strong\u003e \u003cspan\u003eA charming nectar stop among your flowers.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vhf26-benefit\"\u003e\n\u003cdiv class=\"vhf26-benefit-icon\"\u003e🏺\u003c\/div\u003e\n\u003cstrong\u003eVintage Ceramic Style\u003c\/strong\u003e \u003cspan\u003eFloral patterns add timeless garden character.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vhf26-benefit\"\u003e\n\u003cdiv class=\"vhf26-benefit-icon\"\u003e🌺\u003c\/div\u003e\n\u003cstrong\u003eFlower Feeding Port\u003c\/strong\u003e \u003cspan\u003eDesigned to blend beautifully with real blooms.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vhf26-benefit\"\u003e\n\u003cdiv class=\"vhf26-benefit-icon\"\u003e🌿\u003c\/div\u003e\n\u003cstrong\u003eGarden Stake Design\u003c\/strong\u003e \u003cspan\u003eEasy to style among beds, borders and planters.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     IMAGE 1 — HERO\n===================================================== --\u003e\n\u003csection class=\"vhf26-image-section\"\u003e\n\u003cdiv class=\"vhf26-image-box\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/4f3ebe1a81b128b8e3eedc7bd3edb92142252951.jpg?v=1787553953\u0026amp;width=1946\" alt=\"Vintage ceramic hummingbird feeder garden stakes among flowers\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     STORY\n===================================================== --\u003e\n\u003csection class=\"vhf26-story\"\u003e\n\u003cdiv class=\"vhf26-kicker\"\u003eBring The Garden To Life\u003c\/div\u003e\n\u003ch2\u003eMore Than Garden Décor — \u003cem\u003eA Little Moment Of Wonder\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThere is something special about watching a hummingbird pause among your flowers. This vintage-inspired feeder turns those brief visits into one of the loveliest moments in the garden.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     IMAGE 2 — HUMMINGBIRD\n===================================================== --\u003e\n\u003csection class=\"vhf26-copy\"\u003e\n\u003cdiv class=\"vhf26-copy-label\"\u003eBring Hummingbirds A Little Closer\u003c\/div\u003e\n\u003ch2\u003eA Sweet Stop \u003cem\u003eAmong The Flowers\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe flower-inspired feeding area creates a charming nectar stop while the ceramic design blends naturally with surrounding plants.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"vhf26-image-section\"\u003e\n\u003cdiv class=\"vhf26-image-box\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/2a637fdc167eac67633f7e4cdb53250dcebca2d6.jpg?v=1787553953\u0026amp;width=1946\" alt=\"Hummingbird drinking from vintage ceramic hummingbird feeder\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     IMAGE 3 — THREE STYLES\n===================================================== --\u003e\n\u003csection class=\"vhf26-copy\"\u003e\n\u003cdiv class=\"vhf26-copy-label\"\u003eVintage-Inspired Floral Designs\u003c\/div\u003e\n\u003ch2\u003ePick One Favorite — Or \u003cem\u003eCreate A Collected Garden\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eMix different floral patterns through your garden for a charming, collected-over-time look that feels more like garden art than ordinary feeder hardware.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"vhf26-image-section\"\u003e\n\u003cdiv class=\"vhf26-image-box\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/f86ebda711d1e2c590462611c079d916a934d85d.jpg?v=1787553953\u0026amp;width=1946\" alt=\"Three vintage ceramic hummingbird feeder garden stake designs\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     TWO MAIN VALUE POINTS\n===================================================== --\u003e\n\u003csection class=\"vhf26-values-section\"\u003e\n\u003cdiv class=\"vhf26-values\"\u003e\n\u003cdiv class=\"vhf26-value\"\u003e\n\u003cdiv class=\"vhf26-value-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eBeautiful Even Without Visitors\u003c\/h3\u003e\n\u003cp\u003eFloral ceramic patterns, a sculpted flower top and decorative metal stem make it a charming garden accent even when hummingbirds aren't nearby.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vhf26-value\"\u003e\n\u003cdiv class=\"vhf26-value-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eGarden Beauty With A Purpose\u003c\/h3\u003e\n\u003cp\u003eBring together your love of flowers, vintage garden styling and hummingbird watching in one decorative accent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     IMAGE 4 — DETAIL\n===================================================== --\u003e\n\u003csection class=\"vhf26-copy\"\u003e\n\u003cdiv class=\"vhf26-copy-label\"\u003eVintage Garden Charm\u003c\/div\u003e\n\u003ch2\u003eSmall Details Make It Feel \u003cem\u003eSpecial\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eBotanical artwork, sculpted flower details and a decorative garden stake give each piece the character of something discovered in a favorite old garden.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"vhf26-image-section\"\u003e\n\u003cdiv class=\"vhf26-image-box\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/331e3156f0892c6c0fdb80ac612299f0c7e77858.jpg?v=1787553953\u0026amp;width=1946\" alt=\"Vintage Garden Charm ceramic hummingbird feeder details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     IMAGE 5 — FEEDING PORT\n===================================================== --\u003e\n\u003csection class=\"vhf26-copy\"\u003e\n\u003cdiv class=\"vhf26-copy-label\"\u003eA Sweet Little Stop\u003c\/div\u003e\n\u003ch2\u003eDesigned To Feel Like \u003cem\u003ePart Of The Garden\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe decorative flower-shaped top complements surrounding blossoms beautifully, helping the feeder feel at home among your garden plants.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"vhf26-image-section\"\u003e\n\u003cdiv class=\"vhf26-image-box\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/d9e521ee52e2938846cf5bc174af688d4d0c7c1d.jpg?v=1787553953\u0026amp;width=1946\" alt=\"Flower shaped feeding port on vintage hummingbird feeder\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     IMAGE 6 — PRODUCT DETAILS\n===================================================== --\u003e\n\u003csection class=\"vhf26-copy\"\u003e\n\u003cdiv class=\"vhf26-copy-label\"\u003eMade To Be Seen\u003c\/div\u003e\n\u003ch2\u003eA Decorative Accent \u003cem\u003eFrom Top To Stem\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003ePainted ceramic details, the flower-inspired top and decorative metal stake work together to create a distinctive vintage look.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"vhf26-image-section\"\u003e\n\u003cdiv class=\"vhf26-image-box\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/fffd7fb13ce200d69c65a24daae5058e3ea962c7.jpg?v=1787553953\u0026amp;width=1946\" alt=\"Painted ceramic hummingbird feeder and decorative metal stake details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     IMAGE 7 — GARDEN DISPLAY\n===================================================== --\u003e\n\u003csection class=\"vhf26-copy\"\u003e\n\u003cdiv class=\"vhf26-copy-label\"\u003eBeautiful In Bloom\u003c\/div\u003e\n\u003ch2\u003eTurn One Corner Into A \u003cem\u003eHummingbird Garden\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003ePlace one among your flowers or spread several throughout the garden to create little pockets of vintage charm and hummingbird activity.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"vhf26-image-section\"\u003e\n\u003cdiv class=\"vhf26-image-box\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/1b33311329283c30a45eafb78b944bfb739436a9.jpg?v=1787553953\u0026amp;width=1946\" alt=\"Vintage ceramic hummingbird feeders displayed among blooming flowers\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     BUNDLE CTA\n===================================================== --\u003e\n\u003csection class=\"vhf26-bundle-wrap\"\u003e\n\u003cdiv class=\"vhf26-bundle\"\u003e\n\u003cdiv class=\"vhf26-bundle-small\"\u003eOne Is Lovely. Three Create A Garden Moment.\u003c\/div\u003e\n\u003ch2\u003eCreate Your Own \u003cem\u003eHummingbird Corner\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eMix all three vintage-inspired floral styles from the porch to the flower beds for a charming coordinated display.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"vhf26-button\"\u003e VIEW ALL 3 STYLES \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     IMAGE 8 — PORCH \/ STYLING\n===================================================== --\u003e\n\u003csection class=\"vhf26-copy\"\u003e\n\u003cdiv class=\"vhf26-copy-label\"\u003eEasy To Style\u003c\/div\u003e\n\u003ch2\u003eBeautiful From Flower Beds To \u003cem\u003ePorch Planters\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eNestle one among lavender, daisies and cottage-garden flowers, place it beside a walkway, or add it to a large outdoor planter.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"vhf26-image-section\"\u003e\n\u003cdiv class=\"vhf26-image-box\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/a2d12f6d0eb8fc9628a4374e18526ee0abc8dd93.jpg?v=1787553953\u0026amp;width=1946\" alt=\"Vintage ceramic hummingbird feeders styled in an outdoor porch planter\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     EMOTIONAL QUOTE\n===================================================== --\u003e\n\u003csection class=\"vhf26-quote\"\u003e\n\u003cdiv class=\"vhf26-quote-mark\"\u003e“\u003c\/div\u003e\n\u003cp\u003eThe loveliest garden decorations don't just decorate the garden — they give you another reason to stop and enjoy it.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     IMAGE 9 — SIZE\n===================================================== --\u003e\n\u003csection class=\"vhf26-copy\"\u003e\n\u003cdiv class=\"vhf26-copy-label\"\u003eEasy To Add To Your Garden\u003c\/div\u003e\n\u003ch2\u003eA Graceful Accent Without \u003cem\u003eOvertaking The Flowers\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe slender stake rises naturally through surrounding plants while the decorative ceramic feeder remains compact enough to complement an established garden.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"vhf26-image-section\"\u003e\n\u003cdiv class=\"vhf26-image-box\"\u003e\u003cimg src=\"https:\/\/cotitoc.com\/cdn\/shop\/files\/b5b8801b766fce2059156c52b0c0955353ffd143.jpg?v=1787553953\u0026amp;width=1946\" alt=\"Vintage ceramic hummingbird feeder garden stake dimensions\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\u003csection class=\"vhf26-faq\"\u003e\n\u003cdiv class=\"vhf26-faq-inner\"\u003e\n\u003cdiv class=\"vhf26-faq-title\"\u003e\n\u003cdiv class=\"vhf26-kicker\"\u003eGood To Know\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this both garden décor and a hummingbird feeder?\u003c\/summary\u003e\n\u003cdiv class=\"vhf26-answer\"\u003eYes. It combines a decorative floral ceramic design with a hummingbird feeding area, allowing it to function as both a garden accent and a nectar stop.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I display it?\u003c\/summary\u003e\n\u003cdiv class=\"vhf26-answer\"\u003eIt looks beautiful among flower beds, garden borders, beside pathways, near patios or tucked into large outdoor planters.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre there multiple floral designs?\u003c\/summary\u003e\n\u003cdiv class=\"vhf26-answer\"\u003eYes. Multiple vintage-inspired floral patterns are available, so you can choose a favorite or combine several designs throughout your garden.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the approximate dimensions?\u003c\/summary\u003e\n\u003cdiv class=\"vhf26-answer\"\u003eThe current product artwork shows an overall height of approximately 24 inches, with the decorative ceramic portion approximately 4 inches across.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use several together?\u003c\/summary\u003e\n\u003cdiv class=\"vhf26-answer\"\u003eAbsolutely. Grouping several designs together is a beautiful way to create a coordinated hummingbird corner or spread vintage accents throughout different flower beds.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CTA\n===================================================== --\u003e\n\u003csection class=\"vhf26-final\"\u003e\n\u003cdiv class=\"vhf26-final-icon\"\u003e🐦\u003c\/div\u003e\n\u003cdiv class=\"vhf26-kicker\"\u003eMake Your Garden Their Favorite Stop\u003c\/div\u003e\n\u003ch2\u003eAdd A Little More \u003cem\u003eLife To The Garden\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eA charming blend of vintage garden style and hummingbird watching, designed to look just as lovely among your flowers as the flowers themselves.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"vhf26-button\"\u003e CHOOSE YOUR FAVORITE STYLE \u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"cotitoc","offers":[{"title":"Blue Leaf Pattern","offer_id":52492626592046,"sku":"XJL2608246143-A","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Red Floral Pattern","offer_id":52492626624814,"sku":"XJL2608246143-B","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Blue Floral Pattern","offer_id":52492626657582,"sku":"XJL2608246143-C","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Set of 3 – One of Each Style | Save $10","offer_id":52492626690350,"sku":"XJL2608246143-A+B+C","price":72.87,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0988\/2848\/4910\/files\/4f3ebe1a81b128b8e3eedc7bd3edb92142252951.jpg?v=1787553953","url":"https:\/\/cotitoc.com\/fr\/products\/vintage-ceramic-hummingbird-feeder-garden-stake","provider":"cotitoc","version":"1.0","type":"link"}