{"product_id":"👻mini-demon-ghost-skull-resin-duck-desktop-decoration-item","title":"✨ 50% Mini Demon Ghost Skull Resin Duck Desktop Decoration Item👻","description":"\u003cstyle\u003e\n.ghost-duck-page,\n.ghost-duck-page * {\n  box-sizing: border-box;\n}\n\n.ghost-duck-page {\n  --gd-orange: #ff7518;\n  --gd-orange-dark: #c94e08;\n  --gd-purple: #4b164c;\n  --gd-purple-dark: #0d0912;\n  --gd-purple-mid: #32143f;\n  --gd-purple-soft: #f5e9fa;\n  --gd-cream: #fbf7f2;\n  --gd-white: #ffffff;\n  --gd-text: #29212d;\n  --gd-muted: #675f6b;\n  --gd-border: #ddc9e4;\n  --gd-shadow: 0 10px 25px rgba(31, 16, 42, 0.18);\n\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 12px;\n  overflow: hidden;\n  background: var(--gd-cream);\n  color: var(--gd-text);\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica,\n    Arial, sans-serif;\n  font-size: 16px;\n  line-height: 1.6;\n}\n\n.ghost-duck-page img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  margin: 0 auto;\n  border-radius: 16px;\n}\n\n.ghost-duck-page h1,\n.ghost-duck-page h2,\n.ghost-duck-page h3,\n.ghost-duck-page p {\n  margin-top: 0;\n}\n\n.gd-block {\n  margin: 26px 0;\n}\n\n.gd-section-head {\n  max-width: 680px;\n  margin: 0 auto 18px;\n  text-align: center;\n}\n\n.gd-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 6px 14px;\n  border: 1px solid #b768c7;\n  border-radius: 999px;\n  background: linear-gradient(135deg, #f8edfb, #ead5f0);\n  color: var(--gd-purple);\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n\n.gd-hero {\n  padding: 25px;\n  overflow: hidden;\n  border: 1px solid rgba(255, 117, 24, 0.24);\n  border-radius: 22px;\n  background:\n    radial-gradient(\n      circle at top right,\n      rgba(255, 117, 24, 0.22),\n      transparent 36%\n    ),\n    linear-gradient(\n      135deg,\n      var(--gd-purple-dark) 0%,\n      var(--gd-purple-mid) 55%,\n      #19101f 100%\n    );\n  color: #ffffff;\n  box-shadow: 0 15px 35px rgba(13, 9, 18, 0.32);\n}\n\n.gd-hero .gd-eyebrow {\n  border-color: rgba(255, 167, 102, 0.55);\n  background: rgba(255, 117, 24, 0.14);\n  color: #ffd6b8;\n}\n\n.gd-h1 {\n  margin: 12px 0 10px;\n  color: #ffffff;\n  font-size: 32px;\n  font-weight: 850;\n  line-height: 1.18;\n  letter-spacing: -0.4px;\n}\n\n.gd-lead {\n  max-width: 650px;\n  margin: 0 auto;\n  color: rgba(255, 255, 255, 0.86);\n  font-size: 16px;\n}\n\n.gd-hero-image {\n  margin: 18px auto 0;\n  text-align: center;\n}\n\n.gd-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.gd-feature {\n  min-width: 0;\n  padding: 16px;\n  overflow: hidden;\n  border: 1px solid var(--gd-border);\n  border-radius: 16px;\n  box-shadow: var(--gd-shadow);\n}\n\n.gd-feature:nth-child(1) {\n  border-color: #b768c7;\n  background: linear-gradient(135deg, #f8edfb 0%, #ead5f0 100%);\n}\n\n.gd-feature:nth-child(2) {\n  border-color: #cf9bd8;\n  background: linear-gradient(135deg, #fbf7fc 0%, #f0e2f4 100%);\n}\n\n.gd-feature:nth-child(3) {\n  border-color: #ff9a50;\n  background: linear-gradient(135deg, #fff3e8 0%, #ffd8b8 100%);\n}\n\n.gd-feature:nth-child(4) {\n  border-color: #bfb4c5;\n  background: linear-gradient(135deg, #eeeaef 0%, #d9d2dc 100%);\n}\n\n.gd-feature-top {\n  display: flex;\n  align-items: center;\n  gap: 9px;\n  margin-bottom: 8px;\n}\n\n.gd-feature-icon {\n  display: flex;\n  flex: 0 0 38px;\n  align-items: center;\n  justify-content: center;\n  width: 38px;\n  height: 38px;\n  border-radius: 11px;\n  background: linear-gradient(\n    135deg,\n    var(--gd-orange),\n    var(--gd-orange-dark)\n  );\n  color: #ffffff;\n  font-size: 19px;\n  box-shadow: 0 4px 12px rgba(255, 117, 24, 0.3);\n}\n\n.gd-feature h3 {\n  margin: 0;\n  color: var(--gd-purple);\n  font-size: 15px;\n  font-weight: 800;\n  line-height: 1.3;\n}\n\n.gd-feature p {\n  margin: 0;\n  color: #5e5562;\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n.gd-deep-dive {\n  display: flex;\n  flex-direction: column;\n  gap: 15px;\n}\n\n.gd-deep-card {\n  padding: 20px;\n  overflow: hidden;\n  border: 1px solid var(--gd-border);\n  border-radius: 18px;\n  background: linear-gradient(135deg, #ffffff 0%, #f5edf7 100%);\n  text-align: center;\n  box-shadow: var(--gd-shadow);\n}\n\n.gd-deep-content h3 {\n  margin: 0 0 7px;\n  color: var(--gd-purple);\n  font-size: 18px;\n  font-weight: 800;\n  line-height: 1.3;\n}\n\n.gd-deep-content p {\n  margin: 0;\n  color: var(--gd-muted);\n  font-size: 14px;\n}\n\n.gd-deep-content img {\n  margin-top: 15px;\n}\n\n.gd-specs-wrapper {\n  padding: 24px;\n  overflow: hidden;\n  border: 2px solid var(--gd-border);\n  border-radius: 20px;\n  background: #fdfafd;\n  box-shadow: var(--gd-shadow);\n}\n\n.gd-specs-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 14px;\n  margin-top: 15px;\n}\n\n.gd-spec-box {\n  min-width: 0;\n  padding: 16px;\n  overflow: hidden;\n  border: 1px solid #dfcde5;\n  border-radius: 14px;\n  background: #f6eef8;\n}\n\n.gd-spec-box h3 {\n  margin: 0 0 10px;\n  padding-bottom: 7px;\n  border-bottom: 2px solid #e8d5ee;\n  color: var(--gd-purple);\n  font-size: 15px;\n  font-weight: 800;\n}\n\n.gd-spec-list {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.gd-spec-list li {\n  display: flex;\n  justify-content: space-between;\n  gap: 10px;\n  padding-bottom: 6px;\n  border-bottom: 1px dashed #d8c3df;\n  color: #5e5562;\n  font-size: 13px;\n}\n\n.gd-spec-list li:last-child {\n  border-bottom: 0;\n}\n\n.gd-spec-list li span:last-child {\n  color: #241a28;\n  font-weight: 750;\n  text-align: right;\n}\n\n.gd-faq details {\n  margin-bottom: 10px;\n  overflow: hidden;\n  border: 1px solid var(--gd-border);\n  border-radius: 13px;\n  background: #fdfafd;\n  box-shadow: 0 4px 12px rgba(31, 16, 42, 0.07);\n}\n\n.gd-faq summary {\n  position: relative;\n  padding: 15px 50px 15px 18px;\n  background: linear-gradient(to right, #f4e9f7, #fdfafd);\n  color: var(--gd-purple);\n  font-size: 15px;\n  font-weight: 800;\n  cursor: pointer;\n  list-style: none;\n  user-select: none;\n}\n\n.gd-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.gd-faq summary::after {\n  content: \"▼\";\n  position: absolute;\n  top: 50%;\n  right: 15px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 27px;\n  height: 27px;\n  border-radius: 50%;\n  background: linear-gradient(\n    135deg,\n    var(--gd-orange),\n    var(--gd-orange-dark)\n  );\n  color: #ffffff;\n  font-size: 10px;\n  transform: translateY(-50%);\n  transition: transform 0.25s ease;\n}\n\n.gd-faq details[open] summary::after {\n  background: var(--gd-purple);\n  transform: translateY(-50%) rotate(180deg);\n}\n\n.gd-faq details p {\n  margin: 0;\n  padding: 12px 18px 15px;\n  border-top: 1px solid #eee2f1;\n  color: var(--gd-muted);\n  font-size: 13px;\n}\n\n.gd-guarantee-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 13px;\n}\n\n.gd-guarantee-card {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  min-width: 0;\n  padding: 17px;\n  overflow: hidden;\n  border: 1px solid var(--gd-border);\n  border-radius: 16px;\n  background: #fdfafd;\n  box-shadow: var(--gd-shadow);\n}\n\n.gd-guarantee-icon {\n  display: flex;\n  flex: 0 0 40px;\n  align-items: center;\n  justify-content: center;\n  width: 40px;\n  height: 40px;\n  border: 1px solid #b768c7;\n  border-radius: 12px;\n  background: var(--gd-purple-soft);\n  font-size: 21px;\n}\n\n.gd-guarantee-card h3 {\n  margin: 0 0 4px;\n  color: var(--gd-purple);\n  font-size: 14px;\n  font-weight: 800;\n}\n\n.gd-guarantee-card p {\n  margin: 0;\n  color: var(--gd-muted);\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.gd-cta-banner {\n  margin-top: 34px;\n  padding: 32px 20px;\n  border: 1px solid rgba(255, 117, 24, 0.22);\n  border-radius: 20px;\n  background:\n    radial-gradient(\n      circle at bottom left,\n      rgba(255, 117, 24, 0.2),\n      transparent 37%\n    ),\n    linear-gradient(\n      135deg,\n      var(--gd-purple-dark) 0%,\n      var(--gd-purple-mid) 55%,\n      #19101f 100%\n    );\n  color: #ffffff;\n  text-align: center;\n  box-shadow: 0 15px 35px rgba(13, 9, 18, 0.32);\n}\n\n.gd-cta-banner h2 {\n  margin: 0 0 8px;\n  color: #ffffff;\n  font-size: 25px;\n  font-weight: 850;\n  line-height: 1.25;\n}\n\n.gd-cta-banner p {\n  max-width: 560px;\n  margin: 0 auto 20px;\n  color: rgba(255, 255, 255, 0.84);\n  font-size: 14px;\n}\n\n.gd-cta-btn {\n  display: inline-block;\n  padding: 14px 36px;\n  border-radius: 999px;\n  background: linear-gradient(\n    135deg,\n    var(--gd-orange),\n    var(--gd-orange-dark)\n  );\n  color: #ffffff;\n  font-size: 16px;\n  font-weight: 850;\n  text-decoration: none;\n  box-shadow: 0 8px 20px rgba(255, 117, 24, 0.38);\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n}\n\n.gd-cta-btn:hover {\n  color: #ffffff;\n  transform: translateY(-3px);\n  box-shadow: 0 12px 25px rgba(255, 117, 24, 0.5);\n}\n\n@media (max-width: 600px) {\n  .ghost-duck-page {\n    padding: 8px;\n  }\n\n  .gd-block {\n    margin: 22px 0;\n  }\n\n  .gd-hero {\n    padding: 19px 14px;\n  }\n\n  .gd-h1 {\n    font-size: 25px;\n  }\n\n  .gd-lead {\n    font-size: 15px;\n  }\n\n  .gd-feature-grid {\n    gap: 8px;\n  }\n\n  .gd-feature {\n    padding: 12px;\n  }\n\n  .gd-feature-icon {\n    flex-basis: 34px;\n    width: 34px;\n    height: 34px;\n    font-size: 17px;\n  }\n\n  .gd-feature h3 {\n    font-size: 13px;\n  }\n\n  .gd-feature p {\n    font-size: 11px;\n  }\n\n  .gd-deep-card {\n    padding: 17px 13px;\n  }\n\n  .gd-specs-wrapper {\n    padding: 17px 13px;\n  }\n\n  .gd-specs-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .gd-guarantee-grid {\n    grid-template-columns: 1fr;\n    gap: 9px;\n  }\n\n  .gd-faq summary {\n    padding: 13px 46px 13px 14px;\n    font-size: 14px;\n  }\n\n  .gd-cta-banner {\n    padding: 27px 16px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ghost-duck-page\"\u003e\n\u003csection class=\"gd-hero\"\u003e\n\u003cdiv class=\"gd-section-head\" style=\"margin-bottom: 16px;\"\u003e\n\u003cspan class=\"gd-eyebrow\"\u003eCreepy-Cute Desktop Decor\u003c\/span\u003e\n\u003ch1 class=\"gd-h1\"\u003e👻 Mini Demon Ghost Skull Resin Duck Desktop Figurine\u003c\/h1\u003e\n\u003cp class=\"gd-lead\"\u003eUnique spooky mashup miniatures crafted from durable resin. Perfect for Halloween vibes, desk setups, and quirky collections.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gd-hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1056\/2319\/1633\/files\/halloween_glow_figures_core_v2.gif?v=1788426112\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gd-block\"\u003e\n\u003cdiv class=\"gd-section-head\"\u003e\n\u003cspan class=\"gd-eyebrow\"\u003eCore Features\u003c\/span\u003e\n\u003ch2 style=\"font-size: 23px; color: var(--gd-purple); margin: 9px 0 0;\"\u003eSpooky \u0026amp; Adorable Miniatures\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gd-feature-grid\"\u003e\n\u003carticle class=\"gd-feature\"\u003e\n\u003cdiv class=\"gd-feature-top\"\u003e\n\u003cdiv class=\"gd-feature-icon\"\u003e💀\u003c\/div\u003e\n\u003ch3\u003eUnique Mashup\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eCombines cute rubber ducks with spooky demon, skull, and ghost designs.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gd-feature\"\u003e\n\u003cdiv class=\"gd-feature-top\"\u003e\n\u003cdiv class=\"gd-feature-icon\"\u003e💎\u003c\/div\u003e\n\u003ch3\u003eResin Craft\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eMade from premium resin with fine details and smooth painted finishes.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gd-feature\"\u003e\n\u003cdiv class=\"gd-feature-top\"\u003e\n\u003cdiv class=\"gd-feature-icon\"\u003e🎃\u003c\/div\u003e\n\u003ch3\u003eHalloween Vibe\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eBrings a fun, dark, and humorous atmosphere to any room or party.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gd-feature\"\u003e\n\u003cdiv class=\"gd-feature-top\"\u003e\n\u003cdiv class=\"gd-feature-icon\"\u003e🖥️\u003c\/div\u003e\n\u003ch3\u003eMini Decor\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eCompact size ideal for desktops, bookshelves, and car dashboards.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gd-block\"\u003e\n\u003cdiv class=\"gd-section-head\"\u003e\n\u003cspan class=\"gd-eyebrow\"\u003eDeep Dive\u003c\/span\u003e\n\u003ch2 style=\"font-size: 23px; color: var(--gd-purple); margin: 9px 0 0;\"\u003eWhy Collectors Love These Spooky Ducks\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gd-deep-dive\"\u003e\n\u003carticle class=\"gd-deep-card\"\u003e\n\u003cdiv class=\"gd-deep-content\"\u003e\n\u003ch3\u003e🖤 Distinctive Creepy-Cute Aesthetic\u003c\/h3\u003e\n\u003cp\u003eAn eye-catching twist on classic collectibles that stands out in any display cabinet or desk setup.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/1_4eeac3ef-c2de-4b59-90ec-ab702bfa4d33.jpg?v=1785380052\" alt=\"Distinctive creepy-cute resin duck design\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gd-deep-card\"\u003e\n\u003cdiv class=\"gd-deep-content\"\u003e\n\u003ch3\u003e🛠️ Premium Durable Resin\u003c\/h3\u003e\n\u003cp\u003eSturdy, solid construction built to resist wear and maintain its detailed, vibrant look over time.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/2_e4bfcec7-376f-479f-80ce-58704f5dcc55.jpg?v=1785380052\" alt=\"Durable resin construction with painted details\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gd-deep-card\"\u003e\n\u003cdiv class=\"gd-deep-content\"\u003e\n\u003ch3\u003e👻 Variety of Spooky Styles\u003c\/h3\u003e\n\u003cp\u003eCollect multiple designs featuring horns, skeletons, ghostly sheets, and pumpkin masks.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1056\/2319\/1633\/files\/bd70b4c5-cad8-4623-afce-303cf3b34dcf.png?v=1788416024\" alt=\"Multiple spooky resin duck figurine styles\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gd-deep-card\"\u003e\n\u003cdiv class=\"gd-deep-content\"\u003e\n\u003ch3\u003e✨ Compact \u0026amp; Versatile Size\u003c\/h3\u003e\n\u003cp\u003eEasily fits anywhere without taking up too much space, adding a touch of personality to your workspace.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/c0f54f4d-ab11-49a7-8ef8-87b85b1d1211.jpg?v=1785380247\" alt=\"Compact resin duck desktop decoration\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gd-deep-card\"\u003e\n\u003cdiv class=\"gd-deep-content\"\u003e\n\u003ch3\u003e🎁 Perfect Novelty Gift\u003c\/h3\u003e\n\u003cp\u003eA fun and quirky gift idea for friends, gamers, goth-style lovers, and duck collectors alike.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1056\/2319\/1633\/files\/ChatGPT_Image_Sep_3_2026_02_13_16_AM.png?v=1788416024\" alt=\"Novelty Halloween gift for duck collectors\"\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gd-block\"\u003e\n\u003cdiv class=\"gd-specs-wrapper\"\u003e\n\u003cdiv class=\"gd-section-head\"\u003e\n\u003cspan class=\"gd-eyebrow\"\u003eSpecifications\u003c\/span\u003e\n\u003ch2 style=\"font-size: 23px; color: var(--gd-purple); margin: 9px 0 0;\"\u003eProduct Specs \u0026amp; Details\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gd-specs-grid\"\u003e\n\u003cdiv class=\"gd-spec-box\"\u003e\n\u003ch3\u003eMaterial \u0026amp; Design\u003c\/h3\u003e\n\u003cul class=\"gd-spec-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003eItem Type\u003c\/span\u003e \u003cspan\u003eMiniature Resin Figurine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eMaterial\u003c\/span\u003e \u003cspan\u003eHigh-Quality Durable Resin\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eStyle\u003c\/span\u003e \u003cspan\u003eDemon, Ghost, Skull, Pumpkin Ducks\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFinish\u003c\/span\u003e \u003cspan\u003ePainted Accents\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gd-spec-box\"\u003e\n\u003ch3\u003ePlacement \u0026amp; Use\u003c\/h3\u003e\n\u003cul class=\"gd-spec-list\"\u003e\n\u003cli\u003e\n\u003cspan\u003eApplication\u003c\/span\u003e \u003cspan\u003eDesktop, Shelf, Car, Party Decor\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eTheme\u003c\/span\u003e \u003cspan\u003eHalloween \/ Gothic Cute\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eSize\u003c\/span\u003e \u003cspan\u003eMini Portable Scale\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003ePackage\u003c\/span\u003e \u003cspan\u003eResin Duck Figurine\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gd-block gd-faq\"\u003e\n\u003cdiv class=\"gd-section-head\"\u003e\n\u003cspan class=\"gd-eyebrow\"\u003eFAQ\u003c\/span\u003e\n\u003ch2 style=\"font-size: 23px; color: var(--gd-purple); margin: 9px 0 0;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp style=\"margin: 7px 0 0; color: var(--gd-muted); font-size: 13px;\"\u003eTap any question below to expand details 👇\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat material are these duck figurines made of?\u003c\/summary\u003e\n\u003cp\u003eThey are crafted from sturdy resin material with smooth textures and detailed painted finishes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these suitable for outdoor Halloween decorations?\u003c\/summary\u003e\n\u003cp\u003eThey are primarily designed for indoor desktop, office, or shelf display. They may be placed outdoors only in a covered and protected area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat are the dimensions of the mini duck figures?\u003c\/summary\u003e\n\u003cp\u003eThey are miniature and compact, making them suitable for computer desks, shelves, display cabinets, and car dashboards.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I buy multiple different styles?\u003c\/summary\u003e\n\u003cp\u003eAvailable styles may vary. Choose your preferred option from the product selection before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"gd-block\"\u003e\n\u003cdiv class=\"gd-section-head\"\u003e\n\u003cspan class=\"gd-eyebrow\"\u003eOur Guarantees\u003c\/span\u003e\n\u003ch2 style=\"font-size: 23px; color: var(--gd-purple); margin: 9px 0 0;\"\u003eShop With Confidence\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gd-guarantee-grid\"\u003e\n\u003cdiv class=\"gd-guarantee-card\"\u003e\n\u003cdiv class=\"gd-guarantee-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCareful Packaging\u003c\/h3\u003e\n\u003cp\u003eYour figurine is carefully packed for safer transportation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gd-guarantee-card\"\u003e\n\u003cdiv class=\"gd-guarantee-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eQuality Checked\u003c\/h3\u003e\n\u003cp\u003eEach item is checked before it is prepared for shipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gd-guarantee-card\"\u003e\n\u003cdiv class=\"gd-guarantee-icon\"\u003e📍\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTrackable Delivery\u003c\/h3\u003e\n\u003cp\u003eFollow the progress of your order with shipment tracking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gd-guarantee-card\"\u003e\n\u003cdiv class=\"gd-guarantee-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eContact our support team if you need help with your order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"gd-cta-banner\"\u003e\n\u003ch2\u003eStart Your Spooky Collection Today!\u003c\/h2\u003e\n\u003cp\u003eAdd a creepy-cute resin duck to your desk, shelf, or Halloween display.\u003c\/p\u003e\n\u003ca href=\"#top-anchor\" class=\"gd-cta-btn\"\u003eChoose Your Style\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"ZHD","offers":[{"title":"Standard version \/ Buy 1（24pcs）","offer_id":60304705978449,"sku":"NC03032609036712-上面12个总和-12pcs*2","price":22.99,"currency_code":"USD","in_stock":true},{"title":"Standard version \/ Buy 2 Get 10%OFF（48pcs)","offer_id":60304706011217,"sku":"NC03032609036712-上面12个总和-12pcs*4","price":34.99,"currency_code":"USD","in_stock":true},{"title":"Standard version \/ Buy 3  Get 1 Free（96pcs）","offer_id":60304706043985,"sku":"NC03032609036712-上面12个总和-12pcs*8","price":59.99,"currency_code":"USD","in_stock":true},{"title":"Glow-in-the-dark version \/ Buy 1（24pcs）","offer_id":60306730254417,"sku":"NC03032609036712-上面发光12个总和-12pcs*2","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Glow-in-the-dark version \/ Buy 2 Get 10%OFF（48pcs)","offer_id":60306730287185,"sku":"NC03032609036712-上面发光12个总和-12pcs*4","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Glow-in-the-dark version \/ Buy 3  Get 1 Free（96pcs）","offer_id":60306730319953,"sku":"NC03032609036712-上面发光12个总和-12pcs*8","price":62.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1056\/2319\/1633\/files\/bd70b4c5-cad8-4623-afce-303cf3b34dcf.png?v=1788416024","url":"https:\/\/viqzet.com\/products\/%f0%9f%91%bbmini-demon-ghost-skull-resin-duck-desktop-decoration-item","provider":"viqzet","version":"1.0","type":"link"}