{"product_id":"dia-de-los-muertos-heritage-village-calendar","title":"🌺 Día de los Muertos 24-Day Heritage Village Advent Calendar | Hand-Painted Mexican Keepsake 💀","description":"\u003cstyle\u003e   \/* =========================================================      DÍA DE LOS MUERTOS HERITAGE VILLAGE - CRO HIGH-CONVERTING      ========================================================= *\/   html {     scroll-behavior: smooth;   }    .ddm-page,   .ddm-page * {     box-sizing: border-box;   }    .ddm-page {     \/* 墨西哥亡灵节浓郁文化调色盘：万寿菊金橙 + 胭脂红 + 魅夜深靛蓝 + 柔暖米白底色 *\/     --ddm-marigold: #e57200;     --ddm-marigold-dark: #b85000;     --ddm-crimson: #a62639;     --ddm-crimson-dark: #6e1523;     --ddm-indigo: #1b1c2b;     --ddm-card-dark: #27283d;     --ddm-cream: #fdfaf6;     --ddm-cream-soft: #f7efe6;     --ddm-ink: #221f24;     --ddm-body: #5a545c;     --ddm-line: rgba(166, 38, 57, 0.09);      width: 100%;     overflow: hidden;     background: var(--ddm-cream);     color: var(--ddm-ink);     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;     font-size: 15.5px;     line-height: 1.6;   }    .ddm-page img {     display: block;     max-width: 100%;     height: auto;   }    .ddm-wrap {     width: min(1080px, calc(100% - 32px));     margin: 0 auto;   }    \/* =========================================================      TYPOGRAPHY      ========================================================= *\/   .ddm-kicker {     display: flex;     align-items: center;     gap: 8px;     margin: 0 0 10px;     color: var(--ddm-marigold);     font-size: 11px;     line-height: 1.3;     font-weight: 800;     letter-spacing: 0.15em;     text-transform: uppercase;   }    .ddm-kicker:before {     content: '';     width: 20px;     height: 1px;     flex: 0 0 20px;     background: currentColor;   }    .ddm-center .ddm-kicker {     justify-content: center;   }   .ddm-center .ddm-kicker:after {     content: '';     width: 20px;     height: 1px;     flex: 0 0 20px;     background: currentColor;   }    .ddm-title {     margin: 0;     color: var(--ddm-crimson-dark);     font-family: Georgia, 'Times New Roman', serif;     font-size: clamp(28px, 4vw, 48px);     line-height: 1.15;     font-weight: 400;     letter-spacing: -0.025em;   }    .ddm-title em {     color: var(--ddm-marigold);     font-style: italic;     font-weight: 400;   }    .ddm-copy {     margin-top: 14px;     color: var(--ddm-body);     font-size: 15.5px;     line-height: 1.65;   }    .ddm-quote {     margin-top: 18px;     padding-left: 14px;     border-left: 2px solid var(--ddm-marigold);     color: var(--ddm-crimson);     font-family: Georgia, 'Times New Roman', serif;     font-size: 17px;     line-height: 1.45;     font-style: italic;   }    \/* =========================================================      IMAGE CONTAINERS      ========================================================= *\/   .ddm-image-frame {     width: 100%;     overflow: hidden;     border: 1px solid var(--ddm-line);     border-radius: 14px;     background: #ffffff;     box-shadow: 0 12px 30px rgba(166, 38, 57, 0.05);   }    .ddm-image-frame img {     width: 100%;     height: 100%;     object-fit: cover;   }    \/* =========================================================      01 HERO      ========================================================= *\/   .ddm-hero {     padding: 50px 0 54px;     background:       radial-gradient(circle at 85% 15%, rgba(229, 114, 0, 0.16), transparent 40%),       linear-gradient(135deg, #fdfaf6 0%, #faede1 100%);     border-bottom: 1px solid rgba(229, 114, 0, 0.2);   }    .ddm-hero-grid {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 40px;     align-items: center;   }    .ddm-pill-tag {     display: inline-flex;     align-items: center;     margin-bottom: 14px;     padding: 5px 12px;     border: 1px solid rgba(229, 114, 0, 0.35);     border-radius: 50px;     background: rgba(255, 255, 255, 0.9);     color: var(--ddm-marigold-dark);     font-size: 10.5px;     font-weight: 800;     letter-spacing: 0.12em;     text-transform: uppercase;   }    .ddm-hero-lead {     margin-top: 15px;     color: var(--ddm-body);     font-family: Georgia, 'Times New Roman', serif;     font-size: 18px;     line-height: 1.5;   }    .ddm-highlights {     display: flex;     flex-wrap: wrap;     gap: 8px;     margin-top: 20px;   }    .ddm-highlight-item {     padding: 6px 12px;     border-radius: 999px;     background: var(--ddm-crimson);     color: #ffffff;     font-size: 12px;     font-weight: 600;   }    .ddm-hero-media {     width: 100%;     max-width: 480px;     margin: 0 auto;   }    \/* =========================================================      STANDARD SECTIONS      ========================================================= *\/   .ddm-section {     padding: 56px 0;   }    .ddm-soft {     background: var(--ddm-cream-soft);   }    .ddm-grid {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 46px;     align-items: center;   }    .ddm-copybox {     max-width: 480px;   }    .ddm-copybox.right {     margin-left: auto;   }    .ddm-list {     margin: 16px 0 0;     padding: 0;     list-style: none;   }    .ddm-list li {     display: grid;     grid-template-columns: 24px 1fr;     gap: 10px;     padding: 9px 0;     border-bottom: 1px solid var(--ddm-line);     color: var(--ddm-body);     font-size: 14.5px;   }    .ddm-list li:last-child {     border-bottom: 0;   }    .ddm-list strong {     color: var(--ddm-crimson-dark);   }    \/* =========================================================      DARK CULTURAL SHOWCASE (INDIGO NIGHT THEME)      ========================================================= *\/   .ddm-dark {     background:       radial-gradient(circle at top right, #3c2438 0%, #1b1c2b 55%, #10101a 100%);     color: #ffffff;   }    .ddm-dark .ddm-title {     color: #ffffff;   }    .ddm-dark .ddm-kicker {     color: #ffaa54;   }    .ddm-dark .ddm-copy {     color: rgba(255, 255, 255, 0.85);   }    .ddm-card-grid {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 12px;     margin-top: 20px;   }    .ddm-card {     padding: 18px 16px;     border: 1px solid rgba(255, 255, 255, 0.12);     border-radius: 12px;     background: var(--ddm-card-dark);   }    .ddm-card h3 {     margin: 0 0 6px;     color: #ffffff;     font-size: 15.5px;     font-weight: 700;   }    .ddm-card p {     margin: 0;     color: rgba(255, 255, 255, 0.78);     font-size: 13.5px;     line-height: 1.5;   }    \/* =========================================================      OCCASIONS \u0026 BENEFITS      ========================================================= *\/   .ddm-occasions {     display: grid;     grid-template-columns: repeat(4, 1fr);     gap: 14px;     margin-top: 30px;   }    .ddm-occ-card {     padding: 20px 14px;     border: 1px solid var(--ddm-line);     border-radius: 12px;     background: #ffffff;     text-align: center;   }    .ddm-occ-card .icon {     font-size: 26px;     margin-bottom: 8px;   }    .ddm-occ-card h4 {     margin: 0 0 4px;     color: var(--ddm-crimson-dark);     font-size: 15px;     font-weight: 700;   }    .ddm-occ-card p {     margin: 0;     color: var(--ddm-body);     font-size: 13px;     line-height: 1.45;   }    \/* =========================================================      SPECS \u0026 FAQ      ========================================================= *\/   .ddm-specs-wrap {     max-width: 780px;     margin: 24px auto 0;     overflow: hidden;     border: 1px solid var(--ddm-line);     border-radius: 12px;     background: #ffffff;   }    .ddm-specs-table {     width: 100%;     border-collapse: collapse;     font-size: 14px;   }    .ddm-specs-table th,   .ddm-specs-table td {     padding: 12px 16px;     border-bottom: 1px solid var(--ddm-line);     text-align: left;   }    .ddm-specs-table th {     width: 34%;     background: #fdf5ea;     color: var(--ddm-crimson-dark);     font-weight: 700;   }    .ddm-specs-table td {     color: var(--ddm-body);   }    .ddm-specs-table tr:last-child th,   .ddm-specs-table tr:last-child td {     border-bottom: none;   }    .ddm-faq-list {     max-width: 740px;     margin: 24px auto 0;   }    .ddm-faq-item {     margin-bottom: 9px;     border: 1px solid var(--ddm-line);     border-radius: 10px;     background: #ffffff;   }    .ddm-faq-item summary {     padding: 15px 18px;     color: var(--ddm-crimson-dark);     font-size: 15px;     font-weight: 700;     cursor: pointer;     list-style: none;     display: flex;     justify-content: space-between;     align-items: center;   }    .ddm-faq-item summary::-webkit-details-marker {     display: none;   }    .ddm-faq-item summary:after {     content: '+';     font-size: 16px;     color: var(--ddm-marigold);   }    .ddm-faq-item[open] summary:after {     content: '−';   }    .ddm-faq-item p {     margin: 0;     padding: 0 18px 15px;     color: var(--ddm-body);     font-size: 14px;     line-height: 1.6;   }    \/* Trust Badges *\/   .ddm-trust-grid {     display: grid;     grid-template-columns: repeat(4, 1fr);     gap: 12px;     margin-top: 26px;   }    .ddm-trust-item {     padding: 18px 12px;     border: 1px solid var(--ddm-line);     border-radius: 10px;     background: #ffffff;     text-align: center;   }    .ddm-trust-icon {     font-size: 20px;     margin-bottom: 6px;   }    .ddm-trust-item h4 {     margin: 0 0 4px;     color: var(--ddm-crimson-dark);     font-size: 14px;     font-weight: 700;   }    .ddm-trust-item p {     margin: 0;     color: var(--ddm-body);     font-size: 12px;     line-height: 1.45;   }    \/* =========================================================      FINAL CONVERSION      ========================================================= *\/   .ddm-final {     padding: 65px 0;     background:       radial-gradient(circle at center top, rgba(229, 114, 0, 0.22), transparent 45%),       #4a0e17;     text-align: center;     color: #ffffff;   }    .ddm-final-inner {     max-width: 720px;     margin: 0 auto;   }    .ddm-final-title {     margin: 0;     color: #ffffff;     font-family: Georgia, 'Times New Roman', serif;     font-size: clamp(30px, 4.2vw, 50px);     line-height: 1.15;     font-weight: 400;   }    .ddm-final-title em {     display: block;     color: #ffaa54;     font-style: italic;   }    .ddm-cta-btn {     display: inline-flex;     align-items: center;     justify-content: center;     gap: 8px;     margin-top: 26px;     padding: 16px 38px;     border: 1px solid rgba(255, 255, 255, 0.85);     border-radius: 8px;     outline: 2px solid rgba(229, 114, 0, 0.7);     outline-offset: 3px;     background: linear-gradient(135deg, #e57200, #a62639);     color: #ffffff !important;     font-size: 13.5px;     font-weight: 800;     letter-spacing: 0.1em;     text-transform: uppercase;     text-decoration: none !important;     box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);     transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;     cursor: pointer;   }    .ddm-cta-btn span,   .ddm-cta-btn strong {     color: #ffffff !important;   }    .ddm-cta-btn:hover {     transform: translateY(-2px);     background: linear-gradient(135deg, #c95c00, #7d1525);     box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);     color: #ffffff !important;   }    \/* =========================================================      MOBILE-FIRST BREAKPOINTS (≤ 768px \u0026 ≤ 520px)      ========================================================= *\/   @media screen and (max-width: 768px) {     .ddm-wrap {       width: calc(100% - 24px);     }      .ddm-section {       padding: 42px 0;     }      .ddm-hero {       padding: 38px 0 42px;       text-align: center;     }      .ddm-hero-grid {       grid-template-columns: 1fr;       gap: 24px;     }      .ddm-hero .ddm-kicker,     .ddm-hero .ddm-highlights {       justify-content: center;     }      .ddm-grid {       grid-template-columns: 1fr;       gap: 24px;     }      .ddm-occasions {       grid-template-columns: 1fr 1fr;       gap: 10px;     }      .ddm-copybox,     .ddm-copybox.right {       max-width: none;       margin: 0;     }      .mobile-img-first { order: 1; }     .mobile-txt-second { order: 2; }     .mobile-txt-first { order: 2; }     .mobile-img-second { order: 1; }      .ddm-trust-grid {       grid-template-columns: 1fr 1fr;       gap: 10px;     }   }    @media screen and (max-width: 480px) {     .ddm-card-grid {       grid-template-columns: 1fr;     }     .ddm-occasions {       grid-template-columns: 1fr;     }     .ddm-trust-grid {       grid-template-columns: 1fr;     }     .ddm-cta-btn {       width: 100%;     }   } \u003c\/style\u003e  \u003cdiv class=\"ddm-page\" lang=\"en\"\u003e    \u003c!-- ==================================================        01 HERO        =================================================== --\u003e   \u003csection class=\"ddm-hero\"\u003e     \u003cdiv class=\"ddm-wrap\"\u003e       \u003cdiv class=\"ddm-hero-grid\"\u003e         \u003cdiv\u003e           \u003cdiv class=\"ddm-pill-tag\"\u003e🌺 Cultural Heritage Keepsake\u003c\/div\u003e           \u003ch1 class=\"ddm-title\"\u003e             More Than A Calendar.             \u003cem\u003eA Generational Keepsake.\u003c\/em\u003e           \u003c\/h1\u003e           \u003cdiv class=\"ddm-hero-lead\"\u003e             Some families merely mark the days. You honor the legacy. Bring the vibrant spirit of Día de los Muertos into your home with 24 days of shared cultural pride.           \u003c\/div\u003e           \u003cdiv class=\"ddm-highlights\"\u003e             \u003cspan class=\"ddm-highlight-item\"\u003e💀 24 Hand-Painted Miniatures\u003c\/span\u003e             \u003cspan class=\"ddm-highlight-item\"\u003e🌼 Perfect for Family Ofrendas\u003c\/span\u003e             \u003cspan class=\"ddm-highlight-item\"\u003e🎁 Bridges Generations\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-hero-media\"\u003e           \u003cdiv class=\"ddm-image-frame\"\u003e             \u003cimg src=\"https:\/\/pinkdiyprint.com\/cdn\/shop\/files\/04-detail-product-features-4x3_e24108bb-1609-441e-ab6d-e7420f0ed039.png?v=1788787280\u0026amp;width=1500\" alt=\"Día de los Muertos Heritage Village calendar set\" loading=\"eager\" width=\"1500\" height=\"1125\"\u003e           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e    \u003c!-- ==================================================        02 24 DAYS OF ANTICIPATION        =================================================== --\u003e   \u003csection class=\"ddm-section\"\u003e     \u003cdiv class=\"ddm-wrap\"\u003e       \u003cdiv class=\"ddm-grid\"\u003e         \u003cdiv class=\"ddm-copybox mobile-txt-first\"\u003e           \u003cdiv class=\"ddm-kicker\"\u003e24 Days of Shared Anticipation\u003c\/div\u003e           \u003ch2 class=\"ddm-title\"\u003e             Each Morning Unveils             \u003cem\u003eA New Village Story.\u003c\/em\u003e           \u003c\/h2\u003e           \u003cp class=\"ddm-copy\"\u003e             From intricate calacas in traditional dress to a tiny, vibrant panadería, every numbered drawer holds a hand-painted surprise. Watch children's eyes light up as they build their Heritage Village day by day.           \u003c\/p\u003e           \u003cul class=\"ddm-list\"\u003e             \u003cli\u003e               \u003cspan\u003e🌺\u003c\/span\u003e               \u003cspan\u003e\u003cstrong\u003eA Daily Family Ritual:\u003c\/strong\u003e Gathers everyone each morning to share stories of loved ancestors.\u003c\/span\u003e             \u003c\/li\u003e             \u003cli\u003e               \u003cspan\u003e🎨\u003c\/span\u003e               \u003cspan\u003e\u003cstrong\u003eIntricate Sculpted Art:\u003c\/strong\u003e Substantial figurines with rich textural details and weight.\u003c\/span\u003e             \u003c\/li\u003e             \u003cli\u003e               \u003cspan\u003e🏡\u003c\/span\u003e               \u003cspan\u003e\u003cstrong\u003eComplete Heritage Pueblo:\u003c\/strong\u003e Day 24 leaves you with a full, breathtaking tabletop display.\u003c\/span\u003e             \u003c\/li\u003e           \u003c\/ul\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-image-frame mobile-img-second\"\u003e           \u003cimg src=\"https:\/\/pinkdiyprint.com\/cdn\/shop\/files\/05-detail-24-village-stories-4x3.png?v=1788787281\u0026amp;width=1500\" alt=\"24 days of village miniatures display\" loading=\"lazy\" width=\"1500\" height=\"1125\"\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e    \u003c!-- ==================================================        03 HAND-PAINTED ARTISTRY FOR YOUR OFRENDA (DARK SHOWCASE)        =================================================== --\u003e   \u003csection class=\"ddm-section ddm-dark\"\u003e     \u003cdiv class=\"ddm-wrap\"\u003e       \u003cdiv class=\"ddm-grid\"\u003e         \u003cdiv class=\"ddm-image-frame mobile-img-first\"\u003e           \u003cimg src=\"https:\/\/pinkdiyprint.com\/cdn\/shop\/files\/06-detail-six-village-themes-4x3.png?v=1788787286\u0026amp;width=1500\" alt=\"Hand-painted Mexican heritage village miniatures\" loading=\"lazy\" width=\"1500\" height=\"1125\"\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-copybox right mobile-txt-second\"\u003e           \u003cdiv class=\"ddm-kicker\"\u003eArtistry for the Family Ofrenda\u003c\/div\u003e           \u003ch2 class=\"ddm-title\"\u003e             Hand-Painted Artistry.             \u003cem\u003eAuthentic Mexican Heritage.\u003c\/em\u003e           \u003c\/h2\u003e           \u003cp class=\"ddm-copy\"\u003e             Honoring authentic cultural traditions through brilliant marigold, turquoise, and magenta hues. Built with sturdy resin that feels premium in hand.           \u003c\/p\u003e           \u003cdiv class=\"ddm-card-grid\"\u003e             \u003cdiv class=\"ddm-card\"\u003e               \u003ch3\u003e💀 Detailed Calacas\u003c\/h3\u003e               \u003cp\u003eTraditional dress, instruments, and iconic painted skull expressions.\u003c\/p\u003e             \u003c\/div\u003e             \u003cdiv class=\"ddm-card\"\u003e               \u003ch3\u003e🏛️ Village Architecture\u003c\/h3\u003e               \u003cp\u003eMiniature churches, panaderías, and flower carts bursting with life.\u003c\/p\u003e             \u003c\/div\u003e           \u003c\/div\u003e           \u003cdiv class=\"ddm-quote\" style=\"color: #ffaa54; border-color: var(--ddm-marigold);\"\u003e             “A centerpiece that invites everyone to touch, look, and remember together.”           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e    \u003c!-- ==================================================        04 BRIDGING GENERATIONS (GIFTING)        =================================================== --\u003e   \u003csection class=\"ddm-section ddm-soft\"\u003e     \u003cdiv class=\"ddm-wrap\"\u003e       \u003cdiv class=\"ddm-grid\"\u003e         \u003cdiv class=\"ddm-copybox mobile-txt-first\"\u003e           \u003cdiv class=\"ddm-kicker\"\u003eMeaningful Cultural Gifting\u003c\/div\u003e           \u003ch2 class=\"ddm-title\"\u003e             The Perfect Gift for             \u003cem\u003eAbuela, Niños, or Yourself.\u003c\/em\u003e           \u003c\/h2\u003e           \u003cp class=\"ddm-copy\"\u003e             The gift that says: \u003cem\u003eI cherish our roots\u003c\/em\u003e. Whether gifted to a grandmother to place with pride on her mantel or to children to teach them about their family heritage, this set bridges generations with love.           \u003c\/p\u003e           \u003cul class=\"ddm-list\"\u003e             \u003cli\u003e \u003cspan\u003e🎁\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eTreasured Keepsake:\u003c\/strong\u003e Cherished year after year across family gatherings.\u003c\/span\u003e \u003c\/li\u003e             \u003cli\u003e \u003cspan\u003e❤️\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eGenerational Connection:\u003c\/strong\u003e Creates lasting memories between elders and youngsters.\u003c\/span\u003e \u003c\/li\u003e           \u003c\/ul\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-image-frame mobile-img-second\"\u003e           \u003cimg src=\"https:\/\/pinkdiyprint.com\/cdn\/shop\/files\/07-detail-handheld-calavera-cat-4x3.png?v=1788787279\u0026amp;width=1500\" alt=\"Handheld calavera miniature figurine\" loading=\"lazy\" width=\"1500\" height=\"1125\"\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e    \u003c!-- ==================================================        05 COMPLETE VILLAGE DISPLAY        =================================================== --\u003e   \u003csection class=\"ddm-section\"\u003e     \u003cdiv class=\"ddm-wrap\"\u003e       \u003cdiv class=\"ddm-grid\"\u003e         \u003cdiv class=\"ddm-image-frame mobile-img-first\"\u003e           \u003cimg src=\"https:\/\/pinkdiyprint.com\/cdn\/shop\/files\/08-detail-collector-display-4x3_ebeecfd4-9733-4d94-ac38-1ee04d026a11.png?v=1788787280\u0026amp;width=1500\" alt=\"Collector display of completed heritage village\" loading=\"lazy\" width=\"1500\" height=\"1125\"\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-copybox right mobile-txt-second\"\u003e           \u003cdiv class=\"ddm-kicker\"\u003eCollector Showcase\u003c\/div\u003e           \u003ch2 class=\"ddm-title\"\u003e             Build a Breathtaking             \u003cem\u003eHeritage Village.\u003c\/em\u003e           \u003c\/h2\u003e           \u003cp class=\"ddm-copy\"\u003e             By the 24th day, you don't just own figurines—you have a cohesive miniature Mexican pueblo. Arrange the musicians, animals, flower stands, and bell towers into a display that honors life and memory.           \u003c\/p\u003e           \u003cdiv class=\"ddm-quote\"\u003e             “Transforms ofrendas, living room tables, and mantels into portals of joyful celebration.”           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e    \u003c!-- ==================================================        06 HERITAGE DISPLAY OCCASIONS        =================================================== --\u003e   \u003csection class=\"ddm-section ddm-soft\"\u003e     \u003cdiv class=\"ddm-wrap ddm-center\"\u003e       \u003cdiv class=\"ddm-kicker\"\u003eDisplay In Your Home\u003c\/div\u003e       \u003ch2 class=\"ddm-title\"\u003eA Festive Focal Point for \u003cem\u003eEvery Room\u003c\/em\u003e \u003c\/h2\u003e       \u003cp class=\"ddm-copy\" style=\"max-width: 600px; margin: 12px auto 0;\"\u003e         Vibrant colors and durable construction make this set versatile for sacred altars and modern seasonal home decor alike.       \u003c\/p\u003e       \u003cdiv class=\"ddm-occasions\"\u003e         \u003cdiv class=\"ddm-occ-card\"\u003e           \u003cdiv class=\"icon\"\u003e🕯️\u003c\/div\u003e           \u003ch4\u003eFamily Ofrenda\u003c\/h4\u003e           \u003cp\u003eThe centerpiece for candles, cempasúchil, and memory photos.\u003c\/p\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-occ-card\"\u003e           \u003cdiv class=\"icon\"\u003e🏡\u003c\/div\u003e           \u003ch4\u003eFireplace Mantel\u003c\/h4\u003e           \u003cp\u003eAdds vibrant height and cultural warmth to living rooms.\u003c\/p\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-occ-card\"\u003e           \u003cdiv class=\"icon\"\u003e🍽️\u003c\/div\u003e           \u003ch4\u003eDining Table\u003c\/h4\u003e           \u003cp\u003eA conversation starter for holiday meals and gatherings.\u003c\/p\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-occ-card\"\u003e           \u003cdiv class=\"icon\"\u003e🎁\u003c\/div\u003e           \u003ch4\u003eHeirloom Gift\u003c\/h4\u003e           \u003cp\u003eA thoughtful surprise for family members who honor their heritage.\u003c\/p\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e    \u003c!-- ==================================================        07 SPECIFICATIONS        =================================================== --\u003e   \u003csection class=\"ddm-section\"\u003e     \u003cdiv class=\"ddm-wrap ddm-center\"\u003e       \u003cdiv class=\"ddm-kicker\"\u003eProduct Details\u003c\/div\u003e       \u003ch2 class=\"ddm-title\"\u003eSpecifications at a Glance\u003c\/h2\u003e       \u003cdiv class=\"ddm-specs-wrap\"\u003e         \u003ctable class=\"ddm-specs-table\"\u003e           \u003ctbody\u003e             \u003ctr\u003e               \u003cth scope=\"row\"\u003eCollection Name\u003c\/th\u003e               \u003ctd\u003ePueblo del Día de los Muertos Heritage Village Edition\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003cth scope=\"row\"\u003eContent\u003c\/th\u003e               \u003ctd\u003e24 Numbered Drawers with 24 Unique Miniature Figurines\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003cth scope=\"row\"\u003eCraftsmanship\u003c\/th\u003e               \u003ctd\u003eHand-painted finish with intricate cultural patterns\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e               \u003ctd\u003eHigh-density durable polyresin \u0026amp; reinforced display box\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003cth scope=\"row\"\u003eSuggested Placement\u003c\/th\u003e               \u003ctd\u003eFamily ofrendas, fireplace mantels, entryways \u0026amp; altars\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003cth scope=\"row\"\u003ePackage Includes\u003c\/th\u003e               \u003ctd\u003e1 × 24-Day Collector Box with 24 Sculpted Village Figures\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e         \u003c\/table\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e    \u003c!-- ==================================================        08 FAQ ACCORDION        =================================================== --\u003e   \u003csection class=\"ddm-section ddm-soft\"\u003e     \u003cdiv class=\"ddm-wrap ddm-center\"\u003e       \u003cdiv class=\"ddm-kicker\"\u003eGot Questions?\u003c\/div\u003e       \u003ch2 class=\"ddm-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e       \u003cdiv class=\"ddm-faq-list\"\u003e         \u003cdetails class=\"ddm-faq-item\" open\u003e           \u003csummary\u003eCan this calendar be reused every year?\u003c\/summary\u003e           \u003cp\u003eYes. The sturdy, reinforced decorative box and solid resin figurines are designed as long-lasting heirlooms that you can pack away and unpack each autumn.\u003c\/p\u003e         \u003c\/details\u003e         \u003cdetails class=\"ddm-faq-item\"\u003e           \u003csummary\u003eAre the figurines fragile?\u003c\/summary\u003e           \u003cp\u003eThey are crafted from high-density polyresin, giving them substantial weight and durability while preserving fine hand-painted details.\u003c\/p\u003e         \u003c\/details\u003e         \u003cdetails class=\"ddm-faq-item\"\u003e           \u003csummary\u003eIs it appropriate for children?\u003c\/summary\u003e           \u003cp\u003eAbsolutely! It is widely loved as an educational and interactive tool to teach children about the beautiful, loving traditions of Día de los Muertos.\u003c\/p\u003e         \u003c\/details\u003e         \u003cdetails class=\"ddm-faq-item\"\u003e           \u003csummary\u003eHow is the set packaged for shipment?\u003c\/summary\u003e           \u003cp\u003eEach set is cushioned in custom-fitted protective packaging to ensure every delicate calaca and building arrives in pristine condition.\u003c\/p\u003e         \u003c\/details\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e    \u003c!-- ==================================================        09 TRUST BADGES        =================================================== --\u003e   \u003csection class=\"ddm-section\"\u003e     \u003cdiv class=\"ddm-wrap ddm-center\"\u003e       \u003cdiv class=\"ddm-kicker\"\u003eShop With Confidence\u003c\/div\u003e       \u003ch2 class=\"ddm-title\"\u003eOur Service Promise\u003c\/h2\u003e       \u003cdiv class=\"ddm-trust-grid\"\u003e         \u003cdiv class=\"ddm-trust-item\"\u003e           \u003cdiv class=\"ddm-trust-icon\"\u003e📦\u003c\/div\u003e           \u003ch4\u003eInsured Transit\u003c\/h4\u003e           \u003cp\u003eReal-time tracked dispatch straight to your door.\u003c\/p\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-trust-item\"\u003e           \u003cdiv class=\"ddm-trust-icon\"\u003e🛡️\u003c\/div\u003e           \u003ch4\u003eSafe Arrival\u003c\/h4\u003e           \u003cp\u003eHassle-free replacement if damaged in transit.\u003c\/p\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-trust-item\"\u003e           \u003cdiv class=\"ddm-trust-icon\"\u003e💬\u003c\/div\u003e           \u003ch4\u003eDedicated Support\u003c\/h4\u003e           \u003cp\u003eHelpful customer care responding within 24 hours.\u003c\/p\u003e         \u003c\/div\u003e         \u003cdiv class=\"ddm-trust-item\"\u003e           \u003cdiv class=\"ddm-trust-icon\"\u003e🔒\u003c\/div\u003e           \u003ch4\u003eSecure Checkout\u003c\/h4\u003e           \u003cp\u003eBank-level SSL encrypted payment protection.\u003c\/p\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e    \u003c!-- ==================================================        10 FINAL CTA: DIRECT RETURN TO ADD-TO-CART BUTTON        =================================================== --\u003e   \u003csection class=\"ddm-final\"\u003e     \u003cdiv class=\"ddm-wrap\"\u003e       \u003cdiv class=\"ddm-final-inner\"\u003e         \u003cdiv class=\"ddm-kicker\" style=\"justify-content:center; color: #ffaa54;\"\u003eHonor Tradition • Build Memories\u003c\/div\u003e         \u003ch2 class=\"ddm-final-title\"\u003e           Start a New Family Tradition           \u003cem\u003eBefore This Edition Sells Out.\u003c\/em\u003e         \u003c\/h2\u003e         \u003cp class=\"ddm-copy\" style=\"color: rgba(255,255,255,0.85); max-width: 560px; margin: 16px auto 0;\"\u003e           Bring home the 2026 Pueblo del Día de los Muertos collection and turn the countdown into a cherished family celebration.         \u003c\/p\u003e         \u003cdiv\u003e           \u003ca href=\"#AddToCart,%20form[action*=\" class=\"ddm-cta-btn\" onclick=\"                var target = document.querySelector(\" form button input .product-form__submit .btn--add-to-cart .product__submit__add if event.preventdefault target.scrollintoview block: target.focus else window.scrollto behavior:\u003e             \u003cspan\u003e🌺\u003c\/span\u003e \u003cstrong\u003eClaim Yours Today • Add to Cart\u003c\/strong\u003e           \u003c\/a\u003e         \u003c\/div\u003e       \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/section\u003e  \u003c\/div\u003e","brand":"ZHG123","offers":[{"title":"BUY 1","offer_id":41888944390277,"sku":"NC03222609214596-11-亚克力平面挂件","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/f1f202be-7984-4647-b7a6-b566ac531ca1_a01b95e6-0629-4aa6-b93e-e71b78f59372.png?v=1789957950","url":"https:\/\/noomoriey.com\/zh\/products\/dia-de-los-muertos-heritage-village-calendar","provider":"noomoriey","version":"1.0","type":"link"}