{"product_id":"pueblo-del-dia-de-muertos-2026-collectible-countdown","title":"Pueblo del Día de Muertos 2026 – 24-Day Day of the Dead Collectible Countdown Calendar with 24 Unique Miniatures","description":"\u003cstyle\u003e\n\/* =========================================================\n   PUEBLO DEL DÍA DE MUERTOS 2026\n   24-DAY COLLECTIBLE COUNTDOWN\n   Premium Shopify DTC Landing Page\n   Mobile First \/ Container Query \/ Theme Safe\n   ========================================================= *\/\n\n.ddc-page{\n  --ddc-night:#171018;\n  --ddc-night-2:#291425;\n  --ddc-orange:#ef7d24;\n  --ddc-gold:#f4b63c;\n  --ddc-marigold:#f5a623;\n  --ddc-pink:#df3286;\n  --ddc-magenta:#b91f69;\n  --ddc-teal:#16969a;\n  --ddc-blue:#246ca1;\n  --ddc-purple:#683b82;\n  --ddc-green:#427b45;\n  --ddc-cream:#fff8e8;\n  --ddc-soft:#fff3de;\n  --ddc-white:#ffffff;\n  --ddc-ink:#30251f;\n  --ddc-text:#66574b;\n  --ddc-line:#ead5b6;\n\n  width:100%;\n  max-width:1180px;\n  margin:0 auto;\n  padding:14px;\n  box-sizing:border-box;\n  overflow:hidden;\n  color:var(--ddc-ink);\n  container-type:inline-size;\n  container-name:ddc;\n}\n\n.ddc-page *,\n.ddc-page *::before,\n.ddc-page *::after{\n  box-sizing:border-box;\n}\n\n\/* =========================================================\n   CARD SYSTEM\n   ========================================================= *\/\n\n.ddc-page .ddc-card{\n  position:relative;\n  overflow:hidden;\n  margin:0 0 18px;\n  padding:24px 18px;\n  border:1px solid var(--ddc-line);\n  border-radius:25px;\n  background:#fff;\n  box-shadow:0 16px 44px rgba(87,49,20,.10);\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease,\n    border-color .28s ease,\n    background .28s ease;\n}\n\n.ddc-page .ddc-card::after{\n  content:\"\";\n  position:absolute;\n  z-index:0;\n  top:-45%;\n  left:-75%;\n  width:40%;\n  height:195%;\n  pointer-events:none;\n  transform:rotate(15deg);\n  background:linear-gradient(\n    90deg,\n    transparent,\n    rgba(255,255,255,.24),\n    transparent\n  );\n  transition:left .7s ease;\n}\n\n.ddc-page .ddc-card \u003e *{\n  position:relative;\n  z-index:1;\n}\n\n@media (hover:hover){\n  .ddc-page .ddc-card:hover{\n    transform:translateY(-4px) scale(1.004);\n    border-color:#dfbd8d;\n    box-shadow:0 23px 60px rgba(87,49,20,.16);\n  }\n\n  .ddc-page .ddc-card:hover::after{\n    left:140%;\n  }\n}\n\n.ddc-page .ddc-card:active{\n  transform:scale(.985);\n}\n\n\/* =========================================================\n   LIGHT \/ DARK THEMES\n   ========================================================= *\/\n\n.ddc-page .ddc-light{\n  color:var(--ddc-ink);\n}\n\n.ddc-page .ddc-light p{\n  color:var(--ddc-text);\n}\n\n.ddc-page .ddc-soft{\n  color:#33261e;\n  background:\n    radial-gradient(circle at 91% 5%,rgba(223,50,134,.10),transparent 31%),\n    radial-gradient(circle at 6% 94%,rgba(239,125,36,.13),transparent 33%),\n    linear-gradient(145deg,#fffdf7,#fff2d9);\n}\n\n.ddc-page .ddc-soft p{\n  color:#695a4c;\n}\n\n.ddc-page .ddc-dark{\n  color:#fff8e8;\n  border-color:rgba(255,255,255,.12);\n  background:\n    radial-gradient(circle at 87% 10%,rgba(223,50,134,.25),transparent 30%),\n    radial-gradient(circle at 8% 92%,rgba(239,125,36,.24),transparent 35%),\n    linear-gradient(145deg,#130c14,#32142b 58%,#171017);\n}\n\n.ddc-page .ddc-dark p{\n  color:#f0dfcf;\n}\n\n.ddc-page .ddc-teal{\n  color:#fffaf0;\n  border-color:rgba(255,255,255,.12);\n  background:\n    radial-gradient(circle at 89% 8%,rgba(245,182,60,.20),transparent 30%),\n    radial-gradient(circle at 4% 95%,rgba(223,50,134,.14),transparent 31%),\n    linear-gradient(145deg,#0b4547,#14797a 60%,#0d5052);\n}\n\n.ddc-page .ddc-teal p{\n  color:#e4f2ed;\n}\n\n\/* =========================================================\n   KICKER\n   ========================================================= *\/\n\n.ddc-page .ddc-eyebrow{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  max-width:100%;\n  margin:0 0 13px;\n  padding:7px 11px;\n  border:1px solid #e2c697;\n  border-radius:999px;\n  background:#fff5df;\n  color:#744626;\n  font-size:11px;\n  font-weight:850;\n  line-height:1.2;\n  letter-spacing:.11em;\n  text-transform:uppercase;\n}\n\n.ddc-page .ddc-eyebrow::before{\n  content:\"\";\n  width:7px;\n  height:7px;\n  flex:0 0 7px;\n  border-radius:50%;\n  background:var(--ddc-pink);\n}\n\n.ddc-page .ddc-eyebrow::after{\n  content:\"\";\n  width:30px;\n  height:1px;\n  margin-left:2px;\n  background:linear-gradient(90deg,var(--ddc-orange),transparent);\n}\n\n.ddc-page .ddc-dark .ddc-eyebrow,\n.ddc-page .ddc-teal .ddc-eyebrow{\n  color:#fff7df;\n  border-color:rgba(255,255,255,.18);\n  background:rgba(255,255,255,.07);\n}\n\n.ddc-page .ddc-dark .ddc-eyebrow::before,\n.ddc-page .ddc-teal .ddc-eyebrow::before{\n  background:#ffc34e;\n}\n\n.ddc-page .ddc-dark .ddc-eyebrow::after,\n.ddc-page .ddc-teal .ddc-eyebrow::after{\n  background:linear-gradient(90deg,#ffc85e,transparent);\n}\n\n\/* =========================================================\n   TYPOGRAPHY\n   ========================================================= *\/\n\n.ddc-page .ddc-title{\n  margin:0;\n  color:var(--ddc-ink);\n  font-size:clamp(34px,9.5vw,62px);\n  line-height:1;\n  letter-spacing:-.047em;\n  font-weight:900;\n  overflow-wrap:anywhere;\n}\n\n.ddc-page .ddc-heading{\n  margin:0;\n  color:var(--ddc-ink);\n  font-size:clamp(28px,7.5vw,48px);\n  line-height:1.05;\n  letter-spacing:-.04em;\n  font-weight:880;\n  overflow-wrap:anywhere;\n}\n\n.ddc-page .ddc-dark .ddc-title,\n.ddc-page .ddc-dark .ddc-heading,\n.ddc-page .ddc-teal .ddc-title,\n.ddc-page .ddc-teal .ddc-heading{\n  color:#fff;\n}\n\n@supports ((-webkit-background-clip:text) or (background-clip:text)){\n  .ddc-page .ddc-dark .ddc-shimmer,\n  .ddc-page .ddc-teal .ddc-shimmer{\n    color:#fff;\n    background:\n      linear-gradient(\n        105deg,\n        #ffffff 0%,\n        #ffffff 17%,\n        #ffbe43 31%,\n        #f04b96 43%,\n        #58c7c4 55%,\n        #ffd663 67%,\n        #ffffff 82%,\n        #ffffff 100%\n      );\n    background-size:240% auto;\n    -webkit-background-clip:text;\n    background-clip:text;\n    -webkit-text-fill-color:transparent;\n    animation:ddcShimmer 9s linear infinite;\n  }\n\n  .ddc-page .ddc-light .ddc-shimmer,\n  .ddc-page .ddc-soft .ddc-shimmer{\n    color:#30251f;\n    background:\n      linear-gradient(\n        105deg,\n        #30251f 0%,\n        #30251f 18%,\n        #9a4920 31%,\n        #92225b 44%,\n        #126b6e 57%,\n        #8a5719 69%,\n        #30251f 84%,\n        #30251f 100%\n      );\n    background-size:240% auto;\n    -webkit-background-clip:text;\n    background-clip:text;\n    -webkit-text-fill-color:transparent;\n    animation:ddcShimmer 9s linear infinite;\n  }\n}\n\n@keyframes ddcShimmer{\n  0%{background-position:210% center;}\n  100%{background-position:-30% center;}\n}\n\n.ddc-page .ddc-lead{\n  max-width:700px;\n  margin:16px 0 0;\n  color:#f0dfcf;\n  font-size:17px;\n  line-height:1.67;\n}\n\n.ddc-page .ddc-copy{\n  max-width:730px;\n  margin:15px 0 0;\n  color:var(--ddc-text);\n  font-size:16px;\n  line-height:1.72;\n}\n\n\/* =========================================================\n   TAGS\n   ========================================================= *\/\n\n.ddc-page .ddc-tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin:18px 0 0;\n}\n\n.ddc-page .ddc-tag{\n  display:inline-flex;\n  align-items:center;\n  gap:6px;\n  padding:9px 12px;\n  border:1px solid #e4d1af;\n  border-radius:999px;\n  background:#fff7e7;\n  color:#644127;\n  font-size:12px;\n  font-weight:780;\n  line-height:1.2;\n}\n\n.ddc-page .ddc-dark .ddc-tag,\n.ddc-page .ddc-teal .ddc-tag{\n  color:#fff9e8;\n  border-color:rgba(255,255,255,.17);\n  background:rgba(255,255,255,.08);\n}\n\n\/* =========================================================\n   MEDIA\n   ========================================================= *\/\n\n.ddc-page .ddc-media{\n  width:100%;\n  margin:20px 0 0;\n  overflow:hidden;\n  border-radius:21px;\n  background:#f0dfc5;\n}\n\n.ddc-page .ddc-media img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.ddc-page .ddc-hero-media{\n  box-shadow:0 18px 48px rgba(0,0,0,.27);\n}\n\n\/* =========================================================\n   MARQUEE\n   ========================================================= *\/\n\n.ddc-page .ddc-marquee{\n  overflow:hidden;\n  margin:0 0 18px;\n  padding:12px 0;\n  border-top:1px solid #e2d2b7;\n  border-bottom:1px solid #e2d2b7;\n  background:#fff2db;\n}\n\n.ddc-page .ddc-marquee-track{\n  display:flex;\n  width:max-content;\n  animation:ddcMarquee 26s linear infinite;\n}\n\n.ddc-page .ddc-marquee:hover .ddc-marquee-track{\n  animation-play-state:paused;\n}\n\n.ddc-page .ddc-marquee-group{\n  display:flex;\n  flex-shrink:0;\n  align-items:center;\n}\n\n.ddc-page .ddc-marquee span{\n  padding:0 17px;\n  color:#704424;\n  font-size:11px;\n  font-weight:850;\n  letter-spacing:.11em;\n  white-space:nowrap;\n}\n\n.ddc-page .ddc-marquee b{\n  margin-left:16px;\n  color:var(--ddc-pink);\n}\n\n@keyframes ddcMarquee{\n  to{transform:translateX(-50%);}\n}\n\n\/* =========================================================\n   MINI BENEFIT CARDS\n   ========================================================= *\/\n\n.ddc-page .ddc-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n  margin-top:20px;\n}\n\n.ddc-page .ddc-mini{\n  padding:17px;\n  border:1px solid #ead8ba;\n  border-radius:18px;\n  background:#fff8e9;\n  color:#3c2c21;\n}\n\n.ddc-page .ddc-mini-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:40px;\n  height:40px;\n  border-radius:12px;\n  background:linear-gradient(135deg,#fee6ae,#f7d5e7);\n  font-size:20px;\n}\n\n.ddc-page .ddc-mini strong{\n  display:block;\n  margin:8px 0 5px;\n  color:#3c2c21;\n  font-size:16px;\n  line-height:1.28;\n}\n\n.ddc-page .ddc-mini p{\n  margin:0;\n  color:#6f5e50;\n  font-size:13px;\n  line-height:1.55;\n}\n\n.ddc-page .ddc-dark .ddc-mini,\n.ddc-page .ddc-teal .ddc-mini{\n  color:#fff9ea;\n  border-color:rgba(255,255,255,.12);\n  background:rgba(255,255,255,.07);\n}\n\n.ddc-page .ddc-dark .ddc-mini strong,\n.ddc-page .ddc-teal .ddc-mini strong{\n  color:#fff9ea;\n}\n\n.ddc-page .ddc-dark .ddc-mini p,\n.ddc-page .ddc-teal .ddc-mini p{\n  color:#ebddd0;\n}\n\n.ddc-page .ddc-dark .ddc-mini-icon,\n.ddc-page .ddc-teal .ddc-mini-icon{\n  background:rgba(255,255,255,.10);\n}\n\n\/* =========================================================\n   COUNTDOWN STEPS\n   ========================================================= *\/\n\n.ddc-page .ddc-steps{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n  margin-top:20px;\n  counter-reset:ddcStep;\n}\n\n.ddc-page .ddc-step{\n  position:relative;\n  padding:18px 18px 18px 63px;\n  border:1px solid #ead7b8;\n  border-radius:18px;\n  background:#fff8e9;\n  counter-increment:ddcStep;\n}\n\n.ddc-page .ddc-step::before{\n  content:counter(ddcStep);\n  position:absolute;\n  top:17px;\n  left:17px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  width:34px;\n  height:34px;\n  border-radius:50%;\n  background:linear-gradient(135deg,var(--ddc-orange),var(--ddc-pink));\n  color:#fff;\n  font-size:14px;\n  font-weight:900;\n}\n\n.ddc-page .ddc-step strong{\n  display:block;\n  color:#3c2d22;\n  font-size:16px;\n  line-height:1.28;\n}\n\n.ddc-page .ddc-step p{\n  margin:5px 0 0;\n  color:#6f5f51;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* =========================================================\n   CHARACTER \/ COLLECTION GRID\n   ========================================================= *\/\n\n.ddc-page .ddc-character-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n  margin-top:20px;\n}\n\n.ddc-page .ddc-character{\n  padding:16px;\n  border:1px solid #ead7b8;\n  border-radius:18px;\n  background:#fff8e9;\n}\n\n.ddc-page .ddc-character span{\n  display:block;\n  margin-bottom:9px;\n  font-size:24px;\n}\n\n.ddc-page .ddc-character strong{\n  display:block;\n  color:#3d2d22;\n  font-size:14px;\n  line-height:1.3;\n}\n\n.ddc-page .ddc-character small{\n  display:block;\n  margin-top:5px;\n  color:#746254;\n  font-size:11px;\n  line-height:1.45;\n}\n\n\/* =========================================================\n   SCENARIOS\n   ========================================================= *\/\n\n.ddc-page .ddc-scenes{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n  margin-top:20px;\n}\n\n.ddc-page .ddc-scene{\n  min-height:118px;\n  padding:16px;\n  border:1px solid #e9d7ba;\n  border-radius:18px;\n  background:#fff9eb;\n}\n\n.ddc-page .ddc-scene span{\n  display:block;\n  margin-bottom:9px;\n  font-size:23px;\n}\n\n.ddc-page .ddc-scene strong{\n  display:block;\n  color:#3d2e23;\n  font-size:14px;\n  line-height:1.3;\n}\n\n.ddc-page .ddc-scene small{\n  display:block;\n  margin-top:5px;\n  color:#746355;\n  font-size:11px;\n  line-height:1.45;\n}\n\n\/* =========================================================\n   HIGHLIGHTS\n   ========================================================= *\/\n\n.ddc-page .ddc-highlights{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:12px;\n  margin-top:20px;\n}\n\n.ddc-page .ddc-highlight{\n  padding:18px;\n  border:1px solid #ead7b9;\n  border-radius:19px;\n  background:#fff9eb;\n}\n\n.ddc-page .ddc-highlight-tag{\n  display:inline-block;\n  margin-bottom:10px;\n  padding:5px 9px;\n  border-radius:999px;\n  background:#fde8bb;\n  color:#7c471d;\n  font-size:10px;\n  font-weight:850;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.ddc-page .ddc-highlight h3{\n  margin:0 0 8px;\n  color:#3c2d22;\n  font-size:18px;\n  line-height:1.26;\n}\n\n.ddc-page .ddc-highlight p{\n  margin:0;\n  color:#6f6052;\n  font-size:13px;\n  line-height:1.58;\n}\n\n\/* =========================================================\n   CALLOUT\n   ========================================================= *\/\n\n.ddc-page .ddc-callout{\n  margin-top:18px;\n  padding:15px 16px;\n  border:1px solid #ead7b8;\n  border-left:4px solid var(--ddc-pink);\n  border-radius:0 16px 16px 0;\n  background:#fff6e8;\n  color:#624b3c;\n  font-size:13px;\n  line-height:1.6;\n}\n\n.ddc-page .ddc-dark .ddc-callout,\n.ddc-page .ddc-teal .ddc-callout{\n  color:#f7e9d9;\n  border-color:rgba(255,255,255,.15);\n  border-left-color:#ffc04c;\n  background:rgba(255,255,255,.07);\n}\n\n\/* =========================================================\n   SPECS\n   ========================================================= *\/\n\n.ddc-page .ddc-table-wrap{\n  margin-top:20px;\n  overflow:hidden;\n  border:1px solid #ead7b9;\n  border-radius:18px;\n}\n\n.ddc-page .ddc-table{\n  width:100%;\n  border-collapse:collapse;\n  color:#3b2d23;\n  background:#fff;\n}\n\n.ddc-page .ddc-table th,\n.ddc-page .ddc-table td{\n  padding:13px 12px;\n  border-bottom:1px solid #efe4d2;\n  text-align:left;\n  vertical-align:top;\n  font-size:12px;\n  line-height:1.5;\n}\n\n.ddc-page .ddc-table tr:last-child th,\n.ddc-page .ddc-table tr:last-child td{\n  border-bottom:0;\n}\n\n.ddc-page .ddc-table th{\n  width:38%;\n  color:#432f20;\n  background:#fff8ed;\n  font-weight:800;\n}\n\n.ddc-page .ddc-table td{\n  color:#685a4d;\n}\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.ddc-page .ddc-faq{\n  margin-top:19px;\n}\n\n.ddc-page .ddc-faq details{\n  margin:0 0 9px;\n  overflow:hidden;\n  border:1px solid #ead7b9;\n  border-radius:15px;\n  background:#fff;\n}\n\n.ddc-page .ddc-faq summary{\n  position:relative;\n  padding:15px 43px 15px 15px;\n  color:#3c2d22;\n  cursor:pointer;\n  font-size:13px;\n  font-weight:820;\n  line-height:1.42;\n  list-style:none;\n}\n\n.ddc-page .ddc-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.ddc-page .ddc-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:25px;\n  height:25px;\n  border-radius:50%;\n  background:#fce8c1;\n  color:#8c4624;\n  font-size:18px;\n  transform:translateY(-50%);\n}\n\n.ddc-page .ddc-faq details[open] summary::after{\n  content:\"–\";\n}\n\n.ddc-page .ddc-answer{\n  padding:0 15px 15px;\n  color:#6e5f51;\n  font-size:12px;\n  line-height:1.64;\n}\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.ddc-page .ddc-cta{\n  padding:36px 18px;\n  text-align:center;\n}\n\n.ddc-page .ddc-cta .ddc-copy{\n  max-width:680px;\n  margin:15px auto 0;\n  color:#efdfd0;\n}\n\n.ddc-page .ddc-button{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-width:225px;\n  margin:22px auto 0;\n  padding:14px 23px;\n  border:1px solid rgba(255,255,255,.30);\n  border-radius:999px;\n  background:#fff7e1;\n  color:#6e2a45;\n  box-shadow:0 12px 31px rgba(0,0,0,.21);\n  text-decoration:none;\n  font-size:14px;\n  font-weight:850;\n  line-height:1.2;\n  transition:transform .22s ease,box-shadow .22s ease;\n}\n\n@media (hover:hover){\n  .ddc-page .ddc-button:hover{\n    transform:translateY(-2px);\n    box-shadow:0 17px 38px rgba(0,0,0,.28);\n  }\n}\n\n.ddc-page .ddc-button:active{\n  transform:scale(.975);\n}\n\n.ddc-page .ddc-center{\n  justify-content:center;\n}\n\n.ddc-page .ddc-note{\n  max-width:690px;\n  margin:16px auto 0;\n  color:#cdbdad !important;\n  font-size:10px !important;\n  line-height:1.55 !important;\n}\n\n\/* =========================================================\n   CONTAINER QUERY\n   ========================================================= *\/\n\n@container ddc (min-width:720px){\n  .ddc-page{\n    padding:22px;\n  }\n\n  .ddc-page .ddc-card{\n    margin-bottom:22px;\n    padding:35px;\n  }\n\n  .ddc-page .ddc-split{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    align-items:center;\n    gap:35px;\n  }\n\n  .ddc-page .ddc-split.ddc-reverse .ddc-content{\n    order:2;\n  }\n\n  .ddc-page .ddc-split.ddc-reverse .ddc-media{\n    order:1;\n  }\n\n  .ddc-page .ddc-split .ddc-media{\n    margin-top:0;\n  }\n\n  .ddc-page .ddc-grid{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .ddc-page .ddc-steps{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .ddc-page .ddc-step{\n    padding:65px 18px 18px;\n  }\n\n  .ddc-page .ddc-step::before{\n    top:18px;\n    left:18px;\n  }\n\n  .ddc-page .ddc-character-grid{\n    grid-template-columns:repeat(4,1fr);\n  }\n\n  .ddc-page .ddc-scenes{\n    grid-template-columns:repeat(4,1fr);\n  }\n\n  .ddc-page .ddc-highlights{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .ddc-page .ddc-table th,\n  .ddc-page .ddc-table td{\n    padding:15px 16px;\n    font-size:13px;\n  }\n}\n\n@media (prefers-reduced-motion:reduce){\n  .ddc-page *,\n  .ddc-page *::before,\n  .ddc-page *::after{\n    animation:none !important;\n    transition:none !important;\n    scroll-behavior:auto !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ddc-page\"\u003e\n\u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-dark\"\u003e\n\u003cdiv class=\"ddc-split\"\u003e\n\u003cdiv class=\"ddc-content\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003e24 Days. 24 Surprises. One Village To Build.\u003c\/div\u003e\n\u003ch1 class=\"ddc-title ddc-shimmer\"\u003eOpen One Tiny Door And Watch A Whole Día de Muertos Village Come To Life.\u003c\/h1\u003e\n\u003cp class=\"ddc-lead\"\u003eA 24-day collectible countdown filled with colorful characters, musicians, animals, market stalls and village scenes—one new miniature reveal at a time.\u003c\/p\u003e\n\u003cdiv class=\"ddc-tags\"\u003e\n\u003cspan class=\"ddc-tag\"\u003e🎁 24 Unique Reveals\u003c\/span\u003e \u003cspan class=\"ddc-tag\"\u003e🌼 Colorful Village Collection\u003c\/span\u003e \u003cspan class=\"ddc-tag\"\u003e💀 Día de Muertos Theme\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-grid\"\u003e\n\u003cdiv class=\"ddc-mini\"\u003e\n\u003cdiv class=\"ddc-mini-icon\"\u003e🗓️\u003c\/div\u003e\n\u003cstrong\u003eA Daily Ritual\u003c\/strong\u003e\n\u003cp\u003eOpen one numbered compartment at a time and give every day its own small surprise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-mini\"\u003e\n\u003cdiv class=\"ddc-mini-icon\"\u003e🏘️\u003c\/div\u003e\n\u003cstrong\u003eBuild The Village\u003c\/strong\u003e\n\u003cp\u003eEach new piece adds another person, place or detail to the growing display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-mini\"\u003e\n\u003cdiv class=\"ddc-mini-icon\"\u003e✨\u003c\/div\u003e\n\u003cstrong\u003eKeep The Collection\u003c\/strong\u003e\n\u003cp\u003eWhen the countdown ends, the miniatures remain ready to display together again.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media ddc-hero-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/f1f202be-7984-4647-b7a6-b566ac531ca1.png?v=1789704288\u0026amp;width=1200\" alt=\"Pueblo del Día de Muertos 2026 24-day collectible countdown with colorful miniatures\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       MARQUEE\n       ===================================================== --\u003e\n\u003cdiv class=\"ddc-marquee\"\u003e\n\u003cdiv class=\"ddc-marquee-track\"\u003e\n\u003cdiv class=\"ddc-marquee-group\"\u003e\n\u003cspan\u003e24 UNIQUE SURPRISES \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eDAILY COUNTDOWN RITUAL \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eCOLORFUL COLLECTIBLES \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eVILLAGE DISPLAY \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eFAMILY MOMENTS \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eSEASONAL KEEPSAKES \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-marquee-group\"\u003e\n\u003cspan\u003e24 UNIQUE SURPRISES \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eDAILY COUNTDOWN RITUAL \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eCOLORFUL COLLECTIBLES \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eVILLAGE DISPLAY \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eFAMILY MOMENTS \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e \u003cspan\u003eSEASONAL KEEPSAKES \u003cb\u003e◆\u003c\/b\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       COUNTDOWN EXPERIENCE\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-soft\"\u003e\n\u003cdiv class=\"ddc-split ddc-reverse\"\u003e\n\u003cdiv class=\"ddc-content\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eThe Fun Is Not Knowing What's Behind Tomorrow's Door\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eDon't Open A Box. Build Anticipation One Day At A Time.\u003c\/h2\u003e\n\u003cp class=\"ddc-copy\"\u003eBehind the numbered compartments is a different collectible miniature. Instead of seeing the whole set at once, the village grows gradually, turning the countdown itself into part of the experience.\u003c\/p\u003e\n\u003cdiv class=\"ddc-steps\"\u003e\n\u003cdiv class=\"ddc-step\"\u003e\n\u003cstrong\u003eFind Today's Number\u003c\/strong\u003e\n\u003cp\u003eChoose the next numbered compartment in the 24-day countdown.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-step\"\u003e\n\u003cstrong\u003eReveal The Miniature\u003c\/strong\u003e\n\u003cp\u003eDiscover a new character, animal, shop or village scene.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-step\"\u003e\n\u003cstrong\u003eAdd It To The Village\u003c\/strong\u003e\n\u003cp\u003ePlace each new piece beside the previous finds and watch the collection grow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/b49746c6-b819-44a8-8575-b04a7a6af196.png?v=1789704288\u0026amp;width=1200\" alt=\"Hand opening a numbered compartment in the 24-day Día de Muertos collectible countdown\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       24 DESIGNS\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-light\"\u003e\n\u003cdiv class=\"ddc-split\"\u003e\n\u003cdiv class=\"ddc-content\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eEvery Door Adds Something Different\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003e24 Pieces That Feel Like A Tiny Festival Village.\u003c\/h2\u003e\n\u003cp class=\"ddc-copy\"\u003eThe collection brings together musicians, dancers, decorative animals, flower stalls, candles, architecture, food stands and other colorful village-inspired scenes.\u003c\/p\u003e\n\u003cdiv class=\"ddc-character-grid\"\u003e\n\u003cdiv class=\"ddc-character\"\u003e\n\u003cspan\u003e🎸\u003c\/span\u003e \u003cstrong\u003eMusicians\u003c\/strong\u003e \u003csmall\u003eFestive guitar-playing characters add movement and personality.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-character\"\u003e\n\u003cspan\u003e💃\u003c\/span\u003e \u003cstrong\u003eDancers\u003c\/strong\u003e \u003csmall\u003eBright dresses and celebratory poses bring extra color to the display.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-character\"\u003e\n\u003cspan\u003e🌼\u003c\/span\u003e \u003cstrong\u003eFlower Stalls\u003c\/strong\u003e \u003csmall\u003eMarigold-style floral details help tie the village scene together.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-character\"\u003e\n\u003cspan\u003e🐈\u003c\/span\u003e \u003cstrong\u003eDecorative Animals\u003c\/strong\u003e \u003csmall\u003eColorful animal characters add playful surprises throughout the set.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-character\"\u003e\n\u003cspan\u003e🕯️\u003c\/span\u003e \u003cstrong\u003eCandle Scenes\u003c\/strong\u003e \u003csmall\u003eWarm-looking candle motifs give the collection an intimate glow.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-character\"\u003e\n\u003cspan\u003e⛪\u003c\/span\u003e \u003cstrong\u003eVillage Architecture\u003c\/strong\u003e \u003csmall\u003eSmall façades, arches and structures help the collection feel like a place.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-character\"\u003e\n\u003cspan\u003e🥖\u003c\/span\u003e \u003cstrong\u003eMarket Details\u003c\/strong\u003e \u003csmall\u003eBakery and artisan-style stalls make the village feel busier and richer.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-character\"\u003e\n\u003cspan\u003e🎨\u003c\/span\u003e \u003cstrong\u003eArtful Characters\u003c\/strong\u003e \u003csmall\u003ePainter and formal character scenes add another layer of visual storytelling.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/d877203f-de9a-427c-a3f6-f2d365e20a5a.png?v=1789704288\u0026amp;width=1200\" alt=\"Twenty-four colorful Día de Muertos collectible miniature designs\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DISPLAY STORY\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-teal\"\u003e\n\u003cdiv class=\"ddc-split ddc-reverse\"\u003e\n\u003cdiv class=\"ddc-content\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eThe Countdown Ends. The Village Doesn't.\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eBy Day 24, You Haven't Just Opened Surprises. You've Built A Scene.\u003c\/h2\u003e\n\u003cp class=\"ddc-copy\"\u003eSet the miniatures together on a shelf, console or seasonal display and the separate daily surprises become one colorful village full of characters, stalls and celebratory details.\u003c\/p\u003e\n\u003cdiv class=\"ddc-tags\"\u003e\n\u003cspan class=\"ddc-tag\"\u003e🏘️ Complete Village Display\u003c\/span\u003e \u003cspan class=\"ddc-tag\"\u003e🌈 Colorful Collection\u003c\/span\u003e \u003cspan class=\"ddc-tag\"\u003e✨ Reusable Seasonal Décor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-callout\"\u003eRearrange the pieces whenever you like. Put the musicians together, build a market row, create a candle corner or change the whole village from one display to the next.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/e96080dc-b193-4300-aaa9-14085f9ca51c.png?v=1789704288\u0026amp;width=1200\" alt=\"Complete Pueblo del Día de Muertos miniature village displayed on a table\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAMILY \/ EMOTION\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-light\"\u003e\n\u003cdiv class=\"ddc-split\"\u003e\n\u003cdiv class=\"ddc-content\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eA Small Daily Moment Worth Sharing\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eGive Everyone A Reason To Gather Around For Tomorrow's Reveal.\u003c\/h2\u003e\n\u003cp class=\"ddc-copy\"\u003eThe experience works because the surprise is small enough to repeat. One door, one new piece and one more detail for the village can become a simple daily ritual shared across generations.\u003c\/p\u003e\n\u003cdiv class=\"ddc-scenes\"\u003e\n\u003cdiv class=\"ddc-scene\"\u003e\n\u003cspan\u003e👧\u003c\/span\u003e \u003cstrong\u003eKids\u003c\/strong\u003e \u003csmall\u003eA colorful daily reveal with a collection they can watch grow.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-scene\"\u003e\n\u003cspan\u003e👵\u003c\/span\u003e \u003cstrong\u003eGrandparents\u003c\/strong\u003e \u003csmall\u003eA gentle way to share a seasonal ritual with younger family members.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-scene\"\u003e\n\u003cspan\u003e👨👩👧👦\u003c\/span\u003e \u003cstrong\u003eFamilies\u003c\/strong\u003e \u003csmall\u003eTake turns opening the next numbered compartment together.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-scene\"\u003e\n\u003cspan\u003e🎁\u003c\/span\u003e \u003cstrong\u003eGift Giving\u003c\/strong\u003e \u003csmall\u003eOne present that keeps creating new little surprises day after day.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/b584bafb-5d1b-427e-af38-b8cb4ea82666.png?v=1789704288\u0026amp;width=1200\" alt=\"Grandmother and child enjoying Pueblo del Día de Muertos collectible countdown together\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       COLLECTIBLE VALUE\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-soft\"\u003e\n\u003cdiv class=\"ddc-split ddc-reverse\"\u003e\n\u003cdiv class=\"ddc-content\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eMore Than A One-Time Countdown\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eYour Favorite Reveal Can Become The Piece You Keep Reaching For.\u003c\/h2\u003e\n\u003cp class=\"ddc-copy\"\u003eWith 24 different designs, everyone is likely to discover a favorite: a colorful animal, a musician, a dancer, a tiny storefront or another village character that stands out from the rest.\u003c\/p\u003e\n\u003cdiv class=\"ddc-grid\"\u003e\n\u003cdiv class=\"ddc-mini\"\u003e\n\u003cdiv class=\"ddc-mini-icon\"\u003e💀\u003c\/div\u003e\n\u003cstrong\u003eDistinctive Characters\u003c\/strong\u003e\n\u003cp\u003eDifferent outfits, poses and themes keep the set from feeling repetitive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-mini\"\u003e\n\u003cdiv class=\"ddc-mini-icon\"\u003e🌈\u003c\/div\u003e\n\u003cstrong\u003eRich Color\u003c\/strong\u003e\n\u003cp\u003eOrange, pink, turquoise, purple and floral details give the collection visual energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-mini\"\u003e\n\u003cdiv class=\"ddc-mini-icon\"\u003e🖼️\u003c\/div\u003e\n\u003cstrong\u003eEasy To Redisplay\u003c\/strong\u003e\n\u003cp\u003eBring individual favorites back out or rebuild the complete scene later.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/f2d67397-d3d4-4396-a1fe-0d8685480dcf.png?v=1789704288\u0026amp;width=1200\" alt=\"Woman holding a colorful cat miniature from the Día de Muertos countdown collection\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FULL COLLECTION\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-dark\"\u003e\n\u003cdiv class=\"ddc-split\"\u003e\n\u003cdiv class=\"ddc-content\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eSee The Whole Story Together\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eFrom One Guitar Player To A Whole Pueblo.\u003c\/h2\u003e\n\u003cp class=\"ddc-copy\"\u003eWhat begins as a single reveal becomes a complete 24-piece collection: people, animals, stalls and architectural details that can be arranged into your own miniature village scene.\u003c\/p\u003e\n\u003cdiv class=\"ddc-tags\"\u003e\n\u003cspan class=\"ddc-tag\"\u003e24 Different Designs\u003c\/span\u003e \u003cspan class=\"ddc-tag\"\u003eCharacters + Places\u003c\/span\u003e \u003cspan class=\"ddc-tag\"\u003eMix-And-Match Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/14d3ff37-8543-47b7-a3f4-4a31712979a5.png?v=1789704288\u0026amp;width=1200\" alt=\"Pueblo del Día de Muertos box with complete 24-piece collectible set\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       STORAGE \/ PRESENTATION\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-light\"\u003e\n\u003cdiv class=\"ddc-split ddc-reverse\"\u003e\n\u003cdiv class=\"ddc-content\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eDesigned To Feel Like A Collection\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eOpen The Countdown. Keep The Characters.\u003c\/h2\u003e\n\u003cp class=\"ddc-copy\"\u003eThe set is presented as 24 separate collectible miniatures rather than a single disposable surprise. Once all compartments are opened, the pieces can be brought together as a full display.\u003c\/p\u003e\n\u003cdiv class=\"ddc-callout\"\u003eA different design behind every compartment means the final reveal still feels connected to the first—the reward is seeing the complete set together.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/52b66c09-e00f-4fc0-b606-6b3eea39d078.png?v=1789704288\u0026amp;width=1200\" alt=\"Pueblo del Día de Muertos collectible set presented in individual compartments\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       DISPLAY \/ DECOR\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-soft\"\u003e\n\u003cdiv class=\"ddc-split\"\u003e\n\u003cdiv class=\"ddc-content\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eSmall Pieces. Big Personality.\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eGive A Shelf, Table Or Seasonal Corner Its Own Tiny Celebration.\u003c\/h2\u003e\n\u003cp class=\"ddc-copy\"\u003eThe collection is compact enough to group together while still offering enough variety to create a layered scene. Arrange it beside flowers, candles or other seasonal décor to make the miniatures part of a larger display.\u003c\/p\u003e\n\u003cdiv class=\"ddc-scenes\"\u003e\n\u003cdiv class=\"ddc-scene\"\u003e\n\u003cspan\u003e🪵\u003c\/span\u003e \u003cstrong\u003eConsole Table\u003c\/strong\u003e \u003csmall\u003eBuild a full village across a long tabletop.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-scene\"\u003e\n\u003cspan\u003e📚\u003c\/span\u003e \u003cstrong\u003eShelf Display\u003c\/strong\u003e \u003csmall\u003eGroup a few favorite characters together in smaller spaces.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-scene\"\u003e\n\u003cspan\u003e🌼\u003c\/span\u003e \u003cstrong\u003eSeasonal Corner\u003c\/strong\u003e \u003csmall\u003ePair with colorful flowers and warm decorative accents.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-scene\"\u003e\n\u003cspan\u003e🎁\u003c\/span\u003e \u003cstrong\u003eGift Display\u003c\/strong\u003e \u003csmall\u003eLet the box itself become part of the presentation before opening.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/2d04a9e0-6d31-4e6f-833f-5394c4b502fd.png?v=1789704288\u0026amp;width=1200\" alt=\"Pueblo del Día de Muertos collectibles displayed beside a decorated seasonal tree\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PIECE DETAIL\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-light\"\u003e\n\u003cdiv class=\"ddc-split ddc-reverse\"\u003e\n\u003cdiv class=\"ddc-content\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eSlim Collectibles Made For Easy Display\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eDetailed From The Front Without Taking Over The Shelf.\u003c\/h2\u003e\n\u003cp class=\"ddc-copy\"\u003eProduct imagery shows the collectible pieces at approximately 3–4 mm thick. A removable protective backing film may be present on the pieces and can be peeled away before display.\u003c\/p\u003e\n\u003cdiv class=\"ddc-grid\"\u003e\n\u003cdiv class=\"ddc-mini\"\u003e\n\u003cdiv class=\"ddc-mini-icon\"\u003e📏\u003c\/div\u003e\n\u003cstrong\u003eApprox. 3–4 mm Thick\u003c\/strong\u003e\n\u003cp\u003eA slim profile helps keep the full collection easy to arrange.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-mini\"\u003e\n\u003cdiv class=\"ddc-mini-icon\"\u003e✨\u003c\/div\u003e\n\u003cstrong\u003eProtective Film\u003c\/strong\u003e\n\u003cp\u003ePeel away the protective layer where supplied before displaying the piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-mini\"\u003e\n\u003cdiv class=\"ddc-mini-icon\"\u003e👐\u003c\/div\u003e\n\u003cstrong\u003eCompact Format\u003c\/strong\u003e\n\u003cp\u003eSmall pieces make it easy to rearrange the village in different ways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/DM_20260830143745_001_330d389f-99a5-4189-b9b9-8a755dca67b8.jpg?v=1789704287\u0026amp;width=1200\" alt=\"Close-up showing approximate 3 to 4 millimeter collectible thickness and protective film\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       PRODUCT HIGHLIGHTS\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-light\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eProduct Highlights\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eWhy The Fun Doesn't Stop After The First Surprise.\u003c\/h2\u003e\n\u003cdiv class=\"ddc-highlights\"\u003e\n\u003cdiv class=\"ddc-highlight\"\u003e\n\u003cspan class=\"ddc-highlight-tag\"\u003e🎁 24 Reveals\u003c\/span\u003e\n\u003ch3\u003eA Different Surprise Behind Every Day\u003c\/h3\u003e\n\u003cp\u003eTwenty-four unique designs keep the countdown changing instead of repeating the same piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-highlight\"\u003e\n\u003cspan class=\"ddc-highlight-tag\"\u003e🗓️ Daily Ritual\u003c\/span\u003e\n\u003ch3\u003eGive The Countdown Its Own Little Moment\u003c\/h3\u003e\n\u003cp\u003eOpening one compartment at a time turns collecting into a routine people can look forward to.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-highlight\"\u003e\n\u003cspan class=\"ddc-highlight-tag\"\u003e🏘️ Village Building\u003c\/span\u003e\n\u003ch3\u003eEvery Reveal Makes The Display Feel More Complete\u003c\/h3\u003e\n\u003cp\u003eCharacters, stalls, animals and architecture gradually become one larger scene.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-highlight\"\u003e\n\u003cspan class=\"ddc-highlight-tag\"\u003e✨ Keepsake Value\u003c\/span\u003e\n\u003ch3\u003eThe Miniatures Stay After The Countdown Ends\u003c\/h3\u003e\n\u003cp\u003eRebuild the complete collection or redisplay individual favorites later.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-highlight\"\u003e\n\u003cspan class=\"ddc-highlight-tag\"\u003e👨👩👧👦 Shared Experience\u003c\/span\u003e\n\u003ch3\u003eEasy To Turn Into A Family Tradition\u003c\/h3\u003e\n\u003cp\u003eLet different family members take turns discovering and placing the next piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-highlight\"\u003e\n\u003cspan class=\"ddc-highlight-tag\"\u003e🎨 Collectible Décor\u003c\/span\u003e\n\u003ch3\u003eColorful Enough To Become Part Of The Room\u003c\/h3\u003e\n\u003cp\u003eRich floral, village and character artwork gives the finished set strong decorative impact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ddc-media\"\u003e\u003cimg src=\"https:\/\/p71l84ulvxoazrmu-85870477505.shopifypreview.com\/cdn\/shop\/files\/DM_20260830143744_001_42c32823-c10a-4f4f-a5af-1a2d26a68e56.png?v=1789704288\u0026amp;width=1200\" alt=\"Five reasons people enjoy the 24-day collectible countdown\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-light\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eProduct Details\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eWhat To Know Before The First Door Opens.\u003c\/h2\u003e\n\u003cdiv class=\"ddc-table-wrap\"\u003e\n\u003ctable class=\"ddc-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003e24-day collectible countdown set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTheme\u003c\/th\u003e\n\u003ctd\u003ePueblo del Día de Muertos 2026\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eNumber Of Reveals\u003c\/th\u003e\n\u003ctd\u003e24 numbered compartments\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCollectibles\u003c\/th\u003e\n\u003ctd\u003e24 unique miniature designs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesigns Include\u003c\/th\u003e\n\u003ctd\u003eMusicians, dancers, decorative animals, flower stalls, village buildings, candle scenes, food stalls and other characters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApproximate Piece Thickness\u003c\/th\u003e\n\u003ctd\u003eApproximately 3–4 mm as shown in product imagery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProtective Layer\u003c\/th\u003e\n\u003ctd\u003eProduct imagery shows a removable protective backing film on the collectible pieces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGreat For\u003c\/th\u003e\n\u003ctd\u003eCountdown rituals, collecting, family activities, gifting and seasonal displays\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Includes\u003c\/th\u003e\n\u003ctd\u003e1 countdown box with 24 individual collectible miniatures\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n       ===================================================== --\u003e\n\u003csection class=\"ddc-card ddc-soft\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eQuick Answers\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eWhat You'll Want To Know Before Opening Door Number One.\u003c\/h2\u003e\n\u003cdiv class=\"ddc-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many collectibles are included?\u003c\/summary\u003e\n\u003cdiv class=\"ddc-answer\"\u003eThe countdown contains 24 unique miniature designs, with one collectible associated with each numbered compartment.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre all 24 pieces different?\u003c\/summary\u003e\n\u003cdiv class=\"ddc-answer\"\u003eYes. The product is presented as a 24-piece collection with different characters, animals, buildings, stalls and village scenes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I have to open one each day?\u003c\/summary\u003e\n\u003cdiv class=\"ddc-answer\"\u003eNo. The numbered layout is designed for a 24-day countdown, but you can open and display the pieces at whatever pace works for you.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I keep the pieces after the countdown?\u003c\/summary\u003e\n\u003cdiv class=\"ddc-answer\"\u003eYes. The individual miniatures are intended to remain as a collectible display after all 24 compartments have been opened.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow thick are the pieces?\u003c\/summary\u003e\n\u003cdiv class=\"ddc-answer\"\u003eProduct imagery shows an approximate thickness of 3–4 mm. Small production differences may occur.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy does my piece look slightly cloudy or covered?\u003c\/summary\u003e\n\u003cdiv class=\"ddc-answer\"\u003eProduct imagery shows that a removable protective film may be present. Peel the film away carefully before judging the final appearance.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho is this best suited for?\u003c\/summary\u003e\n\u003cdiv class=\"ddc-answer\"\u003eIt can appeal to families, collectors, seasonal décor lovers and anyone who enjoys a daily surprise-and-display style countdown.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this an authentic traditional Día de Muertos artifact?\u003c\/summary\u003e\n\u003cdiv class=\"ddc-answer\"\u003eIt is a themed collectible countdown product inspired by Día de Muertos imagery and village scenes. It should be enjoyed as decorative merchandise, rather than presented as a traditional ceremonial object.\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=\"ddc-card ddc-dark ddc-cta\"\u003e\n\u003cdiv class=\"ddc-eyebrow\"\u003eOne Door Today. A Whole Village By The End.\u003c\/div\u003e\n\u003ch2 class=\"ddc-heading ddc-shimmer\"\u003eMake The Countdown Something You Can See Growing In Front Of You.\u003c\/h2\u003e\n\u003cp class=\"ddc-copy\"\u003eTwenty-four little reveals become musicians, dancers, animals, market stalls and colorful village scenes—one small surprise at a time, then one complete collection to keep.\u003c\/p\u003e\n\u003ca class=\"ddc-button\" href=\"#\"\u003e Start Your 24-Day Collection ↑ \u003c\/a\u003e\n\u003cdiv class=\"ddc-tags ddc-center\"\u003e\n\u003cspan class=\"ddc-tag\"\u003e🎁 24 Unique Miniatures\u003c\/span\u003e \u003cspan class=\"ddc-tag\"\u003e🏘️ Build A Village\u003c\/span\u003e \u003cspan class=\"ddc-tag\"\u003e👨👩👧👦 Share The Ritual\u003c\/span\u003e \u003cspan class=\"ddc-tag\"\u003e✨ Keep \u0026amp; Redisplay\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"ddc-note\"\u003eDecorative collectible product. Colors and small visual details may vary slightly from screen images due to display settings and normal production variation.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Q2005","offers":[{"title":"Default Title","offer_id":50617590055105,"sku":"Q20576-A","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/f1f202be-7984-4647-b7a6-b566ac531ca1.png?v=1789704288","url":"https:\/\/valorsca.us\/products\/pueblo-del-dia-de-muertos-2026-collectible-countdown","provider":"Valors-ca","version":"1.0","type":"link"}