{"product_id":"🎖️ghost-puppy-halloween-figurine","title":"🎖️Ghost Puppy Halloween Figurine","description":"\u003cstyle\u003e\n\/* =========================================================\n   CUTE GHOST PUPPY FIGURINE — SHOPIFY PRODUCT DETAILS\n   Scoped CSS \/ mobile-first \/ narrow-PC safe \/ no JavaScript\n========================================================= *\/\n#ghost-puppy-page,\n#ghost-puppy-page * {\n  box-sizing: border-box;\n}\n\n#ghost-puppy-page {\n  --gp-ink: #211b18;\n  --gp-muted: #6e625b;\n  --gp-orange: #e86f1c;\n  --gp-orange-dark: #b94e0c;\n  --gp-gold: #f2b23b;\n  --gp-cream: #fffaf2;\n  --gp-soft: #f7f1e8;\n  --gp-card: #ffffff;\n  --gp-border: #eadfd3;\n  --gp-dark: #251b16;\n  width: 100%;\n  max-width: 1080px;\n  margin: 0 auto;\n  padding: 0;\n  color: var(--gp-ink);\n  background: #ffffff;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  font-size: 18px;\n  line-height: 1.62;\n  overflow: hidden;\n  word-break: normal;\n  overflow-wrap: break-word;\n  hyphens: none;\n}\n\n#ghost-puppy-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n}\n\n#ghost-puppy-page h1,\n#ghost-puppy-page h2,\n#ghost-puppy-page h3,\n#ghost-puppy-page p {\n  margin-top: 0;\n  word-break: normal;\n  overflow-wrap: normal;\n  hyphens: none;\n}\n\n#ghost-puppy-page h1,\n#ghost-puppy-page h2,\n#ghost-puppy-page h3 {\n  color: var(--gp-ink);\n  line-height: 1.1;\n  letter-spacing: -0.025em;\n}\n\n#ghost-puppy-page h1 {\n  font-size: clamp(38px, 5.1vw, 64px);\n  margin-bottom: 18px;\n}\n\n#ghost-puppy-page h2 {\n  font-size: clamp(30px, 3.8vw, 44px);\n  margin-bottom: 16px;\n}\n\n#ghost-puppy-page h3 {\n  font-size: 23px;\n  margin-bottom: 9px;\n}\n\n#ghost-puppy-page p {\n  margin-bottom: 18px;\n  color: var(--gp-muted);\n  font-size: 18px;\n}\n\n#ghost-puppy-page .gp-shell {\n  width: 100%;\n  padding-left: clamp(16px, 3.4vw, 34px);\n  padding-right: clamp(16px, 3.4vw, 34px);\n}\n\n#ghost-puppy-page .gp-section {\n  padding: clamp(48px, 7vw, 76px) 0;\n}\n\n#ghost-puppy-page .gp-soft {\n  background: var(--gp-soft);\n}\n\n#ghost-puppy-page .gp-cream {\n  background: var(--gp-cream);\n}\n\n#ghost-puppy-page .gp-center {\n  text-align: center;\n}\n\n#ghost-puppy-page .gp-center .gp-lead {\n  margin-left: auto;\n  margin-right: auto;\n}\n\n#ghost-puppy-page .gp-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  margin-bottom: 13px;\n  color: var(--gp-orange-dark);\n  font-size: 14px;\n  font-weight: 900;\n  letter-spacing: .14em;\n  text-transform: uppercase;\n}\n\n#ghost-puppy-page .gp-eyebrow::before {\n  content: \"\";\n  width: 30px;\n  height: 3px;\n  flex: 0 0 30px;\n  border-radius: 999px;\n  background: var(--gp-orange);\n}\n\n#ghost-puppy-page .gp-lead {\n  max-width: 760px;\n  font-size: 21px;\n  line-height: 1.55;\n}\n\n\/* HERO: auto-fit prevents narrow Shopify desktop columns from forcing two columns *\/\n#ghost-puppy-page .gp-hero {\n  padding: clamp(34px, 6vw, 64px) 0 44px;\n  background: linear-gradient(180deg, #fff8ee 0%, #ffffff 100%);\n}\n\n#ghost-puppy-page .gp-hero-grid,\n#ghost-puppy-page .gp-split {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));\n  gap: clamp(26px, 4vw, 48px);\n  align-items: center;\n}\n\n#ghost-puppy-page .gp-hero-copy,\n#ghost-puppy-page .gp-split-copy,\n#ghost-puppy-page .gp-feature,\n#ghost-puppy-page .gp-use-card,\n#ghost-puppy-page .gp-detail {\n  min-width: 0;\n}\n\n#ghost-puppy-page .gp-hero-copy p {\n  max-width: 590px;\n  font-size: 21px;\n}\n\n#ghost-puppy-page .gp-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 24px;\n}\n\n#ghost-puppy-page .gp-pill {\n  display: inline-flex;\n  align-items: center;\n  min-height: 42px;\n  padding: 9px 14px;\n  border: 1px solid var(--gp-border);\n  border-radius: 999px;\n  background: #ffffff;\n  color: #4f443d;\n  font-size: 15px;\n  font-weight: 800;\n  white-space: normal;\n}\n\n#ghost-puppy-page .gp-image-card {\n  overflow: hidden;\n  border: 1px solid var(--gp-border);\n  border-radius: 24px;\n  background: #fff;\n  box-shadow: 0 14px 38px rgba(59, 36, 24, .10);\n}\n\n\/* Cards use minimum readable widths instead of fixed 3\/4-column desktop rules *\/\n#ghost-puppy-page .gp-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));\n  gap: 16px;\n  margin-top: 32px;\n}\n\n#ghost-puppy-page .gp-feature {\n  padding: 24px 22px;\n  border: 1px solid var(--gp-border);\n  border-radius: 18px;\n  background: var(--gp-card);\n}\n\n#ghost-puppy-page .gp-icon {\n  display: block;\n  margin-bottom: 11px;\n  font-size: 29px;\n}\n\n#ghost-puppy-page .gp-feature p {\n  margin-bottom: 0;\n  font-size: 17px;\n}\n\n#ghost-puppy-page .gp-split + .gp-split {\n  margin-top: 48px;\n}\n\n#ghost-puppy-page .gp-bullets {\n  display: grid;\n  gap: 13px;\n  margin-top: 24px;\n}\n\n#ghost-puppy-page .gp-bullet {\n  display: grid;\n  grid-template-columns: 30px minmax(0, 1fr);\n  gap: 10px;\n  align-items: start;\n}\n\n#ghost-puppy-page .gp-bullet-mark {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  background: #fff0de;\n  color: var(--gp-orange-dark);\n  font-size: 15px;\n  font-weight: 900;\n}\n\n#ghost-puppy-page .gp-bullet-text {\n  color: var(--gp-muted);\n  font-size: 17px;\n}\n\n#ghost-puppy-page .gp-bullet-text strong {\n  color: var(--gp-ink);\n}\n\n#ghost-puppy-page .gp-highlight {\n  margin-top: 22px;\n  padding: 18px 20px;\n  border-left: 4px solid var(--gp-orange);\n  border-radius: 0 14px 14px 0;\n  background: #fff6e9;\n  color: #51463f;\n  font-weight: 750;\n}\n\n#ghost-puppy-page .gp-use-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));\n  gap: 14px;\n  margin-top: 30px;\n}\n\n#ghost-puppy-page .gp-use-card {\n  padding: 20px;\n  border: 1px solid var(--gp-border);\n  border-radius: 16px;\n  background: #fff;\n  text-align: left;\n}\n\n#ghost-puppy-page .gp-use-card b {\n  display: block;\n  margin-bottom: 4px;\n  font-size: 18px;\n}\n\n#ghost-puppy-page .gp-use-card span {\n  color: var(--gp-muted);\n  font-size: 16px;\n}\n\n#ghost-puppy-page .gp-detail-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));\n  gap: 14px;\n  margin-top: 28px;\n}\n\n#ghost-puppy-page .gp-detail {\n  padding: 19px 20px;\n  border: 1px solid var(--gp-border);\n  border-radius: 15px;\n  background: #ffffff;\n}\n\n#ghost-puppy-page .gp-detail small {\n  display: block;\n  margin-bottom: 5px;\n  color: var(--gp-orange-dark);\n  font-size: 12px;\n  font-weight: 900;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n}\n\n#ghost-puppy-page .gp-detail b {\n  font-size: 17px;\n}\n\n#ghost-puppy-page .gp-faq {\n  max-width: 840px;\n  margin: 28px auto 0;\n}\n\n#ghost-puppy-page details {\n  border-top: 1px solid var(--gp-border);\n}\n\n#ghost-puppy-page details:last-child {\n  border-bottom: 1px solid var(--gp-border);\n}\n\n#ghost-puppy-page summary {\n  display: flex;\n  justify-content: space-between;\n  gap: 16px;\n  padding: 21px 4px;\n  color: var(--gp-ink);\n  cursor: pointer;\n  list-style: none;\n  font-size: 18px;\n  font-weight: 850;\n}\n\n#ghost-puppy-page summary::-webkit-details-marker {\n  display: none;\n}\n\n#ghost-puppy-page summary::after {\n  content: \"+\";\n  flex: 0 0 auto;\n  color: var(--gp-orange-dark);\n  font-size: 24px;\n  font-weight: 500;\n}\n\n#ghost-puppy-page details[open] summary::after {\n  content: \"–\";\n}\n\n#ghost-puppy-page details p {\n  margin: 0;\n  padding: 0 4px 19px;\n  font-size: 17px;\n}\n\n#ghost-puppy-page .gp-cta {\n  padding: 58px clamp(16px, 3vw, 30px);\n  background: var(--gp-dark);\n  text-align: center;\n}\n\n#ghost-puppy-page .gp-cta h2 {\n  max-width: 760px;\n  margin-left: auto;\n  margin-right: auto;\n  color: #ffffff;\n}\n\n#ghost-puppy-page .gp-cta p {\n  max-width: 690px;\n  margin-left: auto;\n  margin-right: auto;\n  color: #e7dcd4;\n  font-size: 19px;\n}\n\n#ghost-puppy-page .gp-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 56px;\n  max-width: 100%;\n  padding: 15px 26px;\n  border-radius: 12px;\n  background: var(--gp-orange);\n  color: #ffffff !important;\n  text-decoration: none !important;\n  font-size: 18px;\n  font-weight: 900;\n  box-shadow: 0 8px 24px rgba(0,0,0,.18);\n}\n\n#ghost-puppy-page .gp-trust {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 12px 22px;\n  margin-top: 22px;\n  color: #f1e7df;\n  font-size: 15px;\n  font-weight: 700;\n}\n\n\/* Mobile safety *\/\n@media (max-width: 560px) {\n  #ghost-puppy-page h1 { font-size: 38px; }\n  #ghost-puppy-page h2 { font-size: 31px; }\n  #ghost-puppy-page h3 { font-size: 22px; }\n  #ghost-puppy-page p,\n  #ghost-puppy-page .gp-hero-copy p { font-size: 18px; }\n  #ghost-puppy-page .gp-lead { font-size: 19px; }\n  #ghost-puppy-page .gp-image-card { border-radius: 17px; }\n  #ghost-puppy-page .gp-feature { padding: 21px; }\n  #ghost-puppy-page .gp-btn { width: 100%; }\n}\n\n\/* Extra guard for narrow desktop Shopify description columns *\/\n@media (min-width: 761px) and (max-width: 900px) {\n  #ghost-puppy-page h1 { font-size: 46px; }\n  #ghost-puppy-page h2 { font-size: 34px; }\n}\n\u003c\/style\u003e\n\u003cdiv id=\"ghost-puppy-page\"\u003e\n\u003cdiv id=\"ghost-puppy-top\"\u003e\u003c\/div\u003e\n\u003csection class=\"gp-hero\"\u003e\n\u003cdiv class=\"gp-shell\"\u003e\n\u003cdiv class=\"gp-hero-grid\"\u003e\n\u003cdiv class=\"gp-hero-copy\"\u003e\n\u003cdiv class=\"gp-eyebrow\"\u003eSPOOKY-CUTE HALLOWEEN DECOR\u003c\/div\u003e\n\u003ch1\u003eCute Ghost Puppy Figurine\u003c\/h1\u003e\n\u003cp\u003eBring a little Halloween personality to your space with a playful ghost-and-puppy accent that feels charming, cozy and delightfully spooky—without being scary.\u003c\/p\u003e\n\u003cdiv class=\"gp-pills\"\u003e\n\u003cspan class=\"gp-pill\"\u003e🐶 Dog-Lover Favorite\u003c\/span\u003e \u003cspan class=\"gp-pill\"\u003e👻 Cute Ghost Design\u003c\/span\u003e \u003cspan class=\"gp-pill\"\u003e🏠 Easy to Display\u003c\/span\u003e \u003cspan class=\"gp-pill\"\u003e🎃 Reusable Seasonal Decor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/1_ef21844d-ae91-4428-95db-bd3102ee16e5.jpg?v=1786351311\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gp-section gp-soft\"\u003e\n\u003cdiv class=\"gp-shell gp-center\"\u003e\n\u003cdiv class=\"gp-eyebrow\"\u003eHALLOWEEN, BUT CUTER\u003c\/div\u003e\n\u003ch2\u003eSpooky Charm Without the Creepy Look\u003c\/h2\u003e\n\u003cp class=\"gp-lead\"\u003ePerfect for anyone who wants seasonal décor that feels playful and memorable instead of dark, intense or over-the-top.\u003c\/p\u003e\n\u003cdiv class=\"gp-feature-grid\"\u003e\n\u003cdiv class=\"gp-feature\"\u003e\n\u003cspan class=\"gp-icon\"\u003e👻\u003c\/span\u003e\n\u003ch3\u003eAdorably Spooky\u003c\/h3\u003e\n\u003cp\u003eThe ghost-inspired silhouette adds instant Halloween character while keeping the overall look friendly and fun.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-feature\"\u003e\n\u003cspan class=\"gp-icon\"\u003e🐾\u003c\/span\u003e\n\u003ch3\u003eDog-Lover Appeal\u003c\/h3\u003e\n\u003cp\u003eThe tiny puppy detail gives this decoration extra personality and makes it especially giftable for pet lovers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-feature\"\u003e\n\u003cspan class=\"gp-icon\"\u003e✨\u003c\/span\u003e\n\u003ch3\u003eSmall Accent, Big Personality\u003c\/h3\u003e\n\u003cp\u003eAn easy statement piece for desks, shelves, mantels, tiered trays and tabletop Halloween displays.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-feature\"\u003e\n\u003cspan class=\"gp-icon\"\u003e🎃\u003c\/span\u003e\n\u003ch3\u003eYear-After-Year Favorite\u003c\/h3\u003e\n\u003cp\u003eA collectible seasonal accent you can bring back each Halloween to refresh your spooky setup in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gp-section\"\u003e\n\u003cdiv class=\"gp-shell\"\u003e\n\u003cdiv class=\"gp-split\"\u003e\n\u003cdiv class=\"gp-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/2_4e16f302-69b0-482b-8916-60e832f3f934.jpg?v=1786351311\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gp-split-copy\"\u003e\n\u003cdiv class=\"gp-eyebrow\"\u003eINSTANT SEASONAL PERSONALITY\u003c\/div\u003e\n\u003ch2\u003eOne Little Accent That Changes the Whole Mood\u003c\/h2\u003e\n\u003cp\u003ePlace it where your space feels a little plain and let the ghost-puppy design do the decorating. It adds a warm, whimsical Halloween focal point without needing a large display.\u003c\/p\u003e\n\u003cdiv class=\"gp-bullets\"\u003e\n\u003cdiv class=\"gp-bullet\"\u003e\n\u003cspan class=\"gp-bullet-mark\"\u003e✓\u003c\/span\u003e\u003cspan class=\"gp-bullet-text\"\u003e\u003cstrong\u003eWhimsical ghost silhouette\u003c\/strong\u003e for a recognizable Halloween look.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-bullet\"\u003e\n\u003cspan class=\"gp-bullet-mark\"\u003e✓\u003c\/span\u003e\u003cspan class=\"gp-bullet-text\"\u003e\u003cstrong\u003ePlayful puppy detail\u003c\/strong\u003e makes the piece feel cute and distinctive.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-bullet\"\u003e\n\u003cspan class=\"gp-bullet-mark\"\u003e✓\u003c\/span\u003e\u003cspan class=\"gp-bullet-text\"\u003e\u003cstrong\u003eCompact decorative profile\u003c\/strong\u003e fits naturally into everyday home spaces.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-highlight\"\u003eA fun pick for people who love Halloween décor with more charm than fright.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gp-section gp-cream\"\u003e\n\u003cdiv class=\"gp-shell\"\u003e\n\u003cdiv class=\"gp-split\"\u003e\n\u003cdiv class=\"gp-split-copy\"\u003e\n\u003cdiv class=\"gp-eyebrow\"\u003eLOOKS GOOD FROM EVERY ANGLE\u003c\/div\u003e\n\u003ch2\u003eMade for Open Shelves, Desks \u0026amp; Tabletop Displays\u003c\/h2\u003e\n\u003cp\u003eThe sculpted ghost drape, curved red lead and puppy base create a decorative silhouette that stays interesting from multiple viewing angles.\u003c\/p\u003e\n\u003cdiv class=\"gp-use-grid\"\u003e\n\u003cdiv class=\"gp-use-card\"\u003e\n\u003cb\u003e🖥 Desk\u003c\/b\u003e\u003cspan\u003eAdd a seasonal accent to a work or study setup.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-use-card\"\u003e\n\u003cb\u003e🪵 Shelf\u003c\/b\u003e\u003cspan\u003eMix it into books, frames and autumn décor.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-use-card\"\u003e\n\u003cb\u003e🔥 Mantel\u003c\/b\u003e\u003cspan\u003eCreate a playful focal point in a Halloween display.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-use-card\"\u003e\n\u003cb\u003e🍂 Tiered Tray\u003c\/b\u003e\u003cspan\u003eUse it as a charming centerpiece in a small vignette.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/3_a4b09dfa-a729-49bf-a35e-3dfc10560f08.jpg?v=1786351311\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gp-section\"\u003e\n\u003cdiv class=\"gp-shell\"\u003e\n\u003cdiv class=\"gp-split\"\u003e\n\u003cdiv class=\"gp-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/4_929b023c-ab19-4e88-ad22-4d0b70ec21f9.jpg?v=1786351311\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gp-split-copy\"\u003e\n\u003cdiv class=\"gp-eyebrow\"\u003eA FUN LITTLE GIFT\u003c\/div\u003e\n\u003ch2\u003eFor Dog Lovers, Halloween Fans \u0026amp; Collectors\u003c\/h2\u003e\n\u003cp\u003eLooking for something more memorable than another generic seasonal decoration? This playful ghost puppy makes a charming gift for friends, family, coworkers or anyone who enjoys cute Halloween collectibles.\u003c\/p\u003e\n\u003cdiv class=\"gp-bullets\"\u003e\n\u003cdiv class=\"gp-bullet\"\u003e\n\u003cspan class=\"gp-bullet-mark\"\u003e♥\u003c\/span\u003e\u003cspan class=\"gp-bullet-text\"\u003e\u003cstrong\u003eEasy gifting idea\u003c\/strong\u003e for dog lovers and Halloween enthusiasts.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-bullet\"\u003e\n\u003cspan class=\"gp-bullet-mark\"\u003e♥\u003c\/span\u003e\u003cspan class=\"gp-bullet-text\"\u003e\u003cstrong\u003eDisplay-friendly design\u003c\/strong\u003e works in many rooms without taking over the space.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-bullet\"\u003e\n\u003cspan class=\"gp-bullet-mark\"\u003e♥\u003c\/span\u003e\u003cspan class=\"gp-bullet-text\"\u003e\u003cstrong\u003eWhimsical collectible style\u003c\/strong\u003e feels fun enough to look forward to bringing out each season.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gp-section gp-soft\"\u003e\n\u003cdiv class=\"gp-shell\"\u003e\n\u003cdiv class=\"gp-eyebrow\"\u003ePRODUCT DETAILS\u003c\/div\u003e\n\u003ch2\u003eSimple Seasonal Décor, Easy to Style\u003c\/h2\u003e\n\u003cdiv class=\"gp-detail-grid\"\u003e\n\u003cdiv class=\"gp-detail\"\u003e\n\u003csmall\u003eProduct Type\u003c\/small\u003e\u003cb\u003eDecorative Ghost Puppy Figurine\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-detail\"\u003e\n\u003csmall\u003eMaterial\u003c\/small\u003e\u003cb\u003ePlastic\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-detail\"\u003e\n\u003csmall\u003eTheme\u003c\/small\u003e\u003cb\u003eHalloween \/ Spooky-Cute\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-detail\"\u003e\n\u003csmall\u003eBest For\u003c\/small\u003e\u003cb\u003eDesks, Shelves, Mantels \u0026amp; Tabletops\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-detail\"\u003e\n\u003csmall\u003eStyle\u003c\/small\u003e\u003cb\u003eWhimsical Seasonal Accent\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gp-detail\"\u003e\n\u003csmall\u003eGift Idea\u003c\/small\u003e\u003cb\u003eDog Lovers \u0026amp; Halloween Fans\u003c\/b\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gp-section\"\u003e\n\u003cdiv class=\"gp-shell gp-center\"\u003e\n\u003cdiv class=\"gp-eyebrow\"\u003eQUICK ANSWERS\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"gp-faq gp-center\" style=\"text-align: left;\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this decoration scary?\u003c\/summary\u003e\n\u003cp\u003eNo. The design leans playful and cute, making it a great fit for a lighter, more whimsical Halloween style.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere can I display it?\u003c\/summary\u003e\n\u003cp\u003eIt works well on desks, shelves, tiered trays, mantels and tabletops—anywhere you want a compact Halloween accent.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the figurine made from?\u003c\/summary\u003e\n\u003cp\u003eThe supplied product description identifies the material as plastic.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it a good gift?\u003c\/summary\u003e\n\u003cp\u003eYes. Its ghost-and-puppy theme makes it a fun seasonal gift for dog lovers, Halloween enthusiasts and collectors of cute décor.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gp-cta\"\u003e\n\u003ch2\u003eGive Your Halloween Setup a Little More Personality\u003c\/h2\u003e\n\u003cp\u003eA cute ghost, an adorable puppy and an easy-to-place design make this a small seasonal accent that is hard not to smile at.\u003c\/p\u003e\n\u003ca class=\"gp-btn\" href=\"#ghost-puppy-top\"\u003eBuy Now ↑\u003c\/a\u003e\n\u003cdiv class=\"gp-trust\"\u003e\n\u003cspan\u003e✓ Cute Seasonal Style\u003c\/span\u003e \u003cspan\u003e✓ Easy to Display\u003c\/span\u003e \u003cspan\u003e✓ Giftable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Vejir","offers":[{"title":"Without Light","offer_id":52778781409592,"sku":null,"price":19.98,"currency_code":"USD","in_stock":true},{"title":"With Light","offer_id":52778781442360,"sku":null,"price":21.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/3555\/1800\/files\/2_4e16f302-69b0-482b-8916-60e832f3f934.jpg?v=1786351311","url":"https:\/\/reemoreemoo.com\/ar\/products\/%f0%9f%8e%96%ef%b8%8fghost-puppy-halloween-figurine","provider":"reemoreemoo","version":"1.0","type":"link"}