{"product_id":"day-of-the-dead-kickoff-40-off-sugar-skull-collection-advent-calendar-2026-24-day-festive-countdown-acrylic-charms-blind-box-gift-for-family-friends-ac0ht457","title":"Day of the Dead Sugar Skull Advent Calendar 2026 – 24-Day Acrylic Charm Countdown","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"icon\" href=\"data:image\/svg+xml,%3Csvg%20xmlns='http:\/\/www.w3.org\/2000\/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20fill='%23E8A33D'%20d='M12%202a7%207%200%200%200-7%207c0%201.6.5%203%201.4%204.1A3%203%200%200%200%206%2015v3a2%202%200%200%200%202%202h.8v2h6.4v-2H16a2%202%200%200%200%202-2v-3a3%203%200%200%200-.4-1.9A7%207%200%200%200%2019%209a7%207%200%200%200-7-7z'\/%3E%3Ccircle%20fill='%232B123F'%20cx='9.2'%20cy='9.4'%20r='1.5'\/%3E%3Ccircle%20fill='%232B123F'%20cx='14.8'%20cy='9.4'%20r='1.5'\/%3E%3Cpath%20fill='%232B123F'%20d='M11%2012.4h2l-.6%201.4h-.8z'\/%3E%3C\/svg%3E\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/miaoda.feishu.cn\"\u003e \u003clink href=\"https:\/\/miaoda.feishu.cn\/fonts\/css2?family=Cinzel:wght@600;700;900\u0026amp;family=Jost:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* ============================================================\n   SUGAR SKULL COLLECTION — ADVENT CALENDAR 2026\n   产品详情页区块（Shopify 商品描述内嵌用）\n   · 纯 CSS 动效，无 JavaScript\n   · 不包含价格\n   · 底部预留空间 + 独立层级，防止主题吸底栏遮挡\n   ============================================================ *\/\n:root{\n  --plum-950:#1B1035;\n  --plum-900:#2B123F;\n  --plum-800:#3A1C5C;\n  --plum-700:#4A276F;\n  --plum-600:#5C3388;\n  --cream-100:#F9F1E3;\n  --cream-200:#F5E9D2;\n  --cream-300:#EFDFC2;\n  --gold-300:#F2C15F;\n  --gold-400:#E8A33D;\n  --gold-500:#D98A2B;\n  --gold-600:#B06A1E;\n  --cream-txt:#FAF1DE;\n  --body-dark:#F1E4CB;\n  --ink:#2B123F;\n  --ink-soft:#4A2A63;\n  --radius:34px;\n  --shadow-glow:0 22px 70px rgba(232,163,61,.20);\n}\n*{margin:0;padding:0;box-sizing:border-box;}\nhtml{scroll-behavior:smooth;}\n\n\/* —— 外层：独立层级，不遮挡主题吸底栏 —— *\/\n.ss-root{\n  position:relative;\n  z-index:1;                 \/* 独立层级：低于主题吸底栏（通常 z-index 更高），不被其遮挡也不压住它 *\/\n  isolation:isolate;\n  max-width:1160px;\n  margin:0 auto;\n  padding:28px 16px 0;\n  display:flex;\n  flex-direction:column;\n  gap:26px;\n  font-family:'Jost',-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;\n  color:var(--ink);\n  line-height:1.65;\n  -webkit-font-smoothing:antialiased;\n}\n\n\/* —— 模块卡片：统一圆角弧形边缘 —— *\/\n.ss-mod{\n  position:relative;\n  border-radius:var(--radius);\n  overflow:hidden;\n  padding:26px 26px 34px;\n  background:var(--cream-100);\n  box-shadow:0 10px 34px rgba(43,18,63,.10);\n  transition:box-shadow .5s ease, transform .5s ease;\n  animation:modIn .9s cubic-bezier(.22,.7,.2,1) both;\n}\n.ss-mod:nth-of-type(2){animation-delay:.08s;}\n.ss-mod:nth-of-type(3){animation-delay:.16s;}\n.ss-mod:nth-of-type(4){animation-delay:.24s;}\n.ss-mod:nth-of-type(5){animation-delay:.32s;}\n.ss-mod:nth-of-type(6){animation-delay:.40s;}\n.ss-mod:nth-of-type(7){animation-delay:.48s;}\n.ss-mod:hover{box-shadow:var(--shadow-glow);}\n\n\/* 深浅两套主题色（同一色系内深浅变化） *\/\n.ss-mod.dark{background:var(--plum-900);color:var(--body-dark);}\n.ss-mod.dark-2{background:var(--plum-800);color:var(--body-dark);}\n.ss-mod.dark-3{background:var(--plum-600);color:var(--body-dark);}\n.ss-mod.navy{background:var(--plum-950);color:var(--body-dark);}\n.ss-mod.light-1{background:var(--cream-100);color:var(--ink);}\n.ss-mod.light-2{background:var(--cream-200);color:var(--ink);}\n.ss-mod.light-3{background:var(--cream-300);color:var(--ink);}\n\n\/* 暗色模块上的细点纹理 *\/\n.ss-mod.dark,.ss-mod.dark-2,.ss-mod.dark-3,.ss-mod.navy{\n  background-image:radial-gradient(rgba(242,193,95,.10) 1px, transparent 1.4px);\n  background-size:24px 24px;\n}\n.ss-mod.light-1,.ss-mod.light-2,.ss-mod.light-3{\n  background-image:radial-gradient(rgba(176,106,30,.10) 1px, transparent 1.4px);\n  background-size:24px 24px;\n}\n\n\/* —— 图片区：上下排版，悬停流光 + 辉光（无缩放） —— *\/\n.ss-img-wrap{\n  position:relative;\n  aspect-ratio:1\/1;\n  max-width:min(620px,100%);\n  margin:0 auto;\n  border-radius:26px;\n  overflow:hidden;\n  border:2px solid rgba(232,163,61,.28);\n  box-shadow:0 14px 44px rgba(27,16,53,.28);\n}\n.ss-img-wrap img{\n  display:block;width:100%;height:100%;\n  object-fit:cover;object-position:center;\n  transition:filter .6s ease;\n}\n.ss-img-wrap::after{           \/* 流光扫过 *\/\n  content:\"\";\n  position:absolute;inset:0;\n  background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.34) 50%,transparent 62%);\n  transform:translateX(-130%) skewX(-8deg);\n  pointer-events:none;\n}\n.ss-mod:hover .ss-img-wrap::after{animation:beam 1.15s ease;}\n.ss-mod:hover .ss-img-wrap img{filter:brightness(1.06) saturate(1.06);}\n.ss-img-badge{                 \/* 图片角标 *\/\n  position:absolute;left:14px;bottom:14px;z-index:2;\n  display:inline-flex;align-items:center;gap:8px;\n  padding:8px 14px;border-radius:999px;\n  background:rgba(43,18,63,.82);\n  color:var(--gold-300);\n  font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;\n  backdrop-filter:blur(4px);\n  border:1px solid rgba(232,163,61,.45);\n}\n\n\/* —— 文字区 —— *\/\n.ss-body{padding:30px 6px 6px;position:relative;z-index:2;}\n.ss-body.center{text-align:center;}\n\n.ss-chip{                       \/* 编号小徽章 *\/\n  display:inline-flex;align-items:center;gap:10px;\n  font-size:.76rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;\n  padding:7px 14px;border-radius:999px;\n  background:rgba(232,163,61,.16);\n  color:var(--gold-500);\n  border:1px solid rgba(232,163,61,.4);\n  margin-bottom:18px;\n}\n.dark .ss-chip,.dark-2 .ss-chip,.dark-3 .ss-chip,.navy .ss-chip{color:var(--gold-300);}\n.ss-chip svg{width:13px;height:13px;fill:currentColor;}\n\n.ss-eyebrow{                    \/* 眉标 *\/\n  font-size:.82rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;\n  color:var(--gold-500);\n  margin-bottom:14px;\n  display:inline-flex;align-items:center;gap:10px;\n}\n.dark .ss-eyebrow,.dark-2 .ss-eyebrow,.dark-3 .ss-eyebrow,.navy .ss-eyebrow{color:var(--gold-300);}\n.ss-eyebrow::before,.ss-eyebrow::after{content:\"\";width:26px;height:1px;background:currentColor;opacity:.55;}\n\nh1,h2{\n  font-family:'Cinzel',Georgia,'Times New Roman',serif;\n  font-weight:900;\n  line-height:1.14;\n  letter-spacing:.01em;\n  background:linear-gradient(100deg,var(--gold-500) 10%,var(--gold-300) 38%,var(--gold-500) 62%,var(--gold-600) 90%);\n  background-size:220% auto;\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n  animation:shimmer 7s linear infinite;\n  padding-bottom:.12em;\n}\nh1{font-size:clamp(1.9rem,5vw,3.3rem);max-width:21ch;}\nh2{font-size:clamp(1.55rem,3.6vw,2.45rem);max-width:24ch;}\n.ss-body.center h1,.ss-body.center h2{margin-left:auto;margin-right:auto;}\n\/* 浅色模块上标题用墨紫 + 金色渐变 *\/\n.light-1 h1,.light-2 h1,.light-3 h1,.light-1 h2,.light-2 h2,.light-3 h2{\n  background:linear-gradient(100deg,var(--plum-900) 10%,var(--plum-600) 45%,var(--plum-900) 80%);\n  background-size:220% auto;\n  -webkit-background-clip:text;\n  background-clip:text;\n  color:transparent;\n}\n.ss-sub{font-size:1.05rem;color:inherit;opacity:.92;max-width:62ch;margin-top:14px;}\n.ss-body.center .ss-sub{margin-left:auto;margin-right:auto;}\n.dark .ss-sub,.dark-2 .ss-sub,.dark-3 .ss-sub,.navy .ss-sub{opacity:.86;}\n.light-1 .ss-sub,.light-2 .ss-sub,.light-3 .ss-sub{color:var(--ink-soft);}\n\n\/* 金色分隔线 *\/\n.ss-div{display:flex;align-items:center;gap:12px;margin:24px 0 8px;max-width:520px;}\n.ss-body.center .ss-div{margin-left:auto;margin-right:auto;}\n.ss-div::before,.ss-div::after{content:\"\";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(232,163,61,.6),transparent);}\n.ss-div i{width:8px;height:8px;background:var(--gold-400);transform:rotate(45deg);flex:none;}\n\n\/* —— 数据\/要点布局 —— *\/\n.ss-stats{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:26px;}\n.ss-stat{\n  min-width:128px;padding:16px 18px;border-radius:22px;\n  background:rgba(250,241,222,.08);\n  border:1px solid rgba(232,163,61,.35);\n  text-align:center;\n  animation:pulse 3.2s ease-in-out infinite;\n}\n.light-1 .ss-stat,.light-2 .ss-stat,.light-3 .ss-stat{background:rgba(43,18,63,.06);border-color:rgba(176,106,30,.35);}\n.ss-stat b{display:block;font-family:'Playfair Display',serif;font-size:1.9rem;font-weight:900;color:var(--gold-300);line-height:1;}\n.light-1 .ss-stat b,.light-2 .ss-stat b,.light-3 .ss-stat b{color:var(--gold-600);}\n.ss-stat span{display:block;margin-top:7px;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;opacity:.85;}\n\n.ss-list{list-style:none;margin-top:20px;display:flex;flex-direction:column;gap:12px;max-width:600px;}\n.ss-list li{display:flex;gap:12px;align-items:flex-start;font-size:1.02rem;}\n.ss-list svg{width:20px;height:20px;flex:none;margin-top:3px;fill:var(--gold-400);}\n.light-1 .ss-list svg,.light-2 .ss-list svg,.light-3 .ss-list svg{fill:var(--gold-600);}\n.ss-list b{font-weight:600;color:inherit;}\n\n.ss-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}\n.ss-pill{\n  display:inline-flex;align-items:center;gap:8px;\n  padding:9px 16px;border-radius:999px;\n  font-size:.9rem;font-weight:500;\n  background:rgba(232,163,61,.14);\n  border:1px solid rgba(232,163,61,.42);\n  color:var(--gold-500);\n}\n.dark .ss-pill,.dark-2 .ss-pill,.dark-3 .ss-pill,.navy .ss-pill{color:var(--gold-300);}\n.light-1 .ss-pill,.light-2 .ss-pill,.light-3 .ss-pill{color:var(--gold-600);}\n.ss-pill svg{width:14px;height:14px;fill:currentColor;}\n\n.ss-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px;}\n.ss-quote{\n  padding:18px 16px;border-radius:20px;\n  background:rgba(250,241,222,.07);\n  border:1px solid rgba(232,163,61,.32);\n  display:flex;flex-direction:column;gap:10px;\n}\n.ss-quote .stars{color:var(--gold-300);letter-spacing:2px;font-size:.95rem;}\n.ss-quote p{font-size:.94rem;font-style:italic;opacity:.92;flex:1;}\n.ss-quote span{font-size:.8rem;font-weight:600;letter-spacing:.08em;opacity:.75;}\n\n.ss-seasons{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;}\n.ss-season{\n  display:inline-flex;align-items:center;gap:8px;\n  padding:10px 18px;border-radius:999px;font-weight:600;font-size:.92rem;\n  background:rgba(232,163,61,.15);\n  border:1px solid rgba(232,163,61,.45);\n  color:var(--gold-400);\n}\n.light-1 .ss-season,.light-2 .ss-season,.light-3 .ss-season{color:var(--gold-600);}\n.ss-season svg{width:15px;height:15px;fill:currentColor;}\n\n.ss-mini{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px;max-width:560px;}\n.ss-mini div{\n  padding:14px 16px;border-radius:18px;\n  background:rgba(232,163,61,.10);\n  border:1px dashed rgba(232,163,61,.5);\n  font-size:.92rem;\n}\n.ss-mini b{display:block;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;opacity:.7;margin-bottom:4px;}\n\n\/* —— 顶部跑马灯 —— *\/\n.ss-ticker{\n  border-radius:999px;overflow:hidden;\n  border:1px solid rgba(232,163,61,.45);\n  background:rgba(232,163,61,.10);\n  padding:0 0;\n}\n.ss-ticker-track{\n  display:inline-flex;align-items:center;white-space:nowrap;\n  padding:11px 0;\n  animation:tick 26s linear infinite;\n  will-change:transform;\n}\n.ss-ticker span{\n  font-size:.85rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;\n  color:var(--gold-500);\n  padding:0 22px;\n}\n.ss-ticker i{width:7px;height:7px;background:var(--gold-400);transform:rotate(45deg);flex:none;}\n.dark .ss-ticker span{color:var(--gold-300);}\n\n\/* —— 底部防护区：为主题吸底栏预留空间 —— *\/\n.ss-bottom-guard{\n  height:clamp(130px,16vh,180px);\n  display:flex;align-items:center;justify-content:center;\n}\n.ss-bottom-guard p{\n  font-size:.86rem;letter-spacing:.34em;text-transform:uppercase;opacity:.55;\n  color:var(--plum-700);\n  display:flex;align-items:center;gap:12px;\n}\n.ss-bottom-guard p::before,.ss-bottom-guard p::after{content:\"\";width:34px;height:1px;background:var(--gold-400);}\n.ss-bottom-guard svg{width:16px;height:16px;fill:var(--gold-500);}\n\n\/* —— 装饰漂浮元素（科技感微动效） —— *\/\n.ss-float{position:absolute;z-index:1;opacity:.5;pointer-events:none;animation:floaty 7s ease-in-out infinite;}\n.ss-float svg{width:100%;height:100%;fill:var(--gold-300);}\n.light-1 .ss-float svg,.light-2 .ss-float svg,.light-3 .ss-float svg{fill:var(--gold-500);}\n.f1{top:18px;right:26px;width:30px;height:30px;animation-delay:0s;}\n.f2{top:88px;left:22px;width:20px;height:20px;animation-delay:1.6s;}\n.f3{bottom:20px;right:120px;width:16px;height:16px;animation-delay:.9s;}\n.f4{bottom:64px;left:60px;width:24px;height:24px;animation-delay:2.4s;}\n.f5{top:42px;left:16%;width:14px;height:14px;animation-delay:3.1s;}\n\n\/* —— 关键帧 —— *\/\n@keyframes modIn{from{opacity:0;transform:translateY(26px);}to{opacity:1;transform:translateY(0);}}\n@keyframes shimmer{0%{background-position:0% 50%;}100%{background-position:220% 50%;}}\n@keyframes beam{0%{transform:translateX(-130%) skewX(-8deg);}100%{transform:translateX(130%) skewX(-8deg);}}\n@keyframes tick{from{transform:translateX(0);}to{transform:translateX(-50%);}}\n@keyframes floaty{0%,100%{transform:translateY(0) rotate(0deg);}50%{transform:translateY(-16px) rotate(14deg);}}\n@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(232,163,61,0);}50%{box-shadow:0 0 22px 2px rgba(232,163,61,.28);}}\n\n\/* —— 响应式 —— *\/\n@media (max-width:760px){\n  .ss-root{gap:20px;padding:18px 12px 0;}\n  .ss-mod{padding:16px 16px 26px;border-radius:26px;}\n  .ss-img-wrap{border-radius:18px;}\n  .ss-body{padding-top:24px;}\n  .ss-stats{gap:10px;}\n  .ss-stat{min-width:104px;padding:13px 12px;}\n  .ss-stat b{font-size:1.5rem;}\n  .ss-quotes{grid-template-columns:1fr;}\n  .ss-mini{grid-template-columns:1fr;}\n  h1{font-size:1.7rem;}\n  h2{font-size:1.42rem;}\n  .ss-ticker span{padding:0 14px;font-size:.74rem;letter-spacing:.16em;}\n}\n\n\/* 尊重系统减弱动效设置 *\/\n@media (prefers-reduced-motion:reduce){\n  *,*::before,*::after{animation:none !important;transition:none !important;}\n}\n\u003c\/style\u003e\n\u003csvg width=\"0\" height=\"0\" style=\"position: absolute;\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"\u003e\n  \u003csymbol id=\"i-flower\" viewbox=\"0 0 24 24\"\u003e\n    \u003ccircle cx=\"12\" cy=\"12\" r=\"3.1\"\u003e\u003c\/circle\u003e\n    \u003ccircle cx=\"12\" cy=\"4.6\" r=\"3.1\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"19.4\" r=\"3.1\"\u003e\u003c\/circle\u003e\n    \u003ccircle cx=\"4.6\" cy=\"12\" r=\"3.1\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"19.4\" cy=\"12\" r=\"3.1\"\u003e\u003c\/circle\u003e\n    \u003ccircle cx=\"6.8\" cy=\"6.8\" r=\"3.1\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"17.2\" cy=\"6.8\" r=\"3.1\"\u003e\u003c\/circle\u003e\n    \u003ccircle cx=\"6.8\" cy=\"17.2\" r=\"3.1\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"17.2\" cy=\"17.2\" r=\"3.1\"\u003e\u003c\/circle\u003e\n  \u003c\/symbol\u003e\n  \u003csymbol id=\"i-skull\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath d=\"M12 2a7 7 0 0 0-7 7c0 1.6.5 3 1.4 4.1A3 3 0 0 0 6 15v3a2 2 0 0 0 2 2h.8v2h6.4v-2H16a2 2 0 0 0 2-2v-3a3 3 0 0 0-.4-1.9A7 7 0 0 0 19 9a7 7 0 0 0-7-7zm-2.8 7.4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm5.6 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zM11 12.4h2l-.6 1.4h-.8z\"\u003e\u003c\/path\u003e\n  \u003c\/symbol\u003e\n  \u003csymbol id=\"i-check\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath d=\"M4 12.5l5.2 5.2L20 6.5l-1.8-1.8-9 9-3.4-3.4z\"\u003e\u003c\/path\u003e\n  \u003c\/symbol\u003e\n  \u003csymbol id=\"i-gift\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath d=\"M4 9h7V5.6c0-2-1.4-3.6-3.4-3.6S4.6 3.6 4.6 5.6H4zM13 9h7V5.6C20 3.6 18.6 2 16.6 2S13 3.6 13 5.6zM4 11v9a1 1 0 0 0 1 1h6V11zM13 11v10h6a1 1 0 0 0 1-1v-9z\"\u003e\u003c\/path\u003e\n  \u003c\/symbol\u003e\n  \u003csymbol id=\"i-globe\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath d=\"M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm6.9 6h-3.2a15.6 15.6 0 0 0-1.2-3.7A8 8 0 0 1 18.9 8zM12 4c.9 1.3 1.6 2.6 2 4h-4c.4-1.4 1.1-2.7 2-4zM5.1 8a8 8 0 0 1 4.4-3.7A15.6 15.6 0 0 0 8.3 8zM4 12c0-.7.1-1.4.3-2h3.4c-.1.7-.2 1.3-.2 2s.1 1.3.2 2H4.3c-.2-.6-.3-1.3-.3-2zm1.1 4h3.2a15.6 15.6 0 0 0 1.2 3.7A8 8 0 0 1 5.1 16zM12 20c-.9-1.3-1.6-2.6-2-4h4c-.4 1.4-1.1 2.7-2 4zm1.7-6h-3.4c-.1-.7-.2-1.3-.2-2s.1-1.3.2-2h3.4c.1.7.2 1.3.2 2s-.1 1.3-.2 2zm.3 5.7a15.6 15.6 0 0 0 1.2-3.7h3.2a8 8 0 0 1-4.4 3.7zM16.3 12c0 .7-.1 1.3-.2 2h3.4c.2-.6.3-1.3.3-2s-.1-1.4-.3-2h-3.4c.1.7.2 1.3.2 2z\"\u003e\u003c\/path\u003e\n  \u003c\/symbol\u003e\n  \u003csymbol id=\"i-flame\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath d=\"M12 2s5 4.2 5 9.2c0 2.8-2.2 5-5 5s-5-2.2-5-5c0-1.9.7-3.6 1.7-5 .5 1 1.4 1.7 2.6 1.9C10.6 6.5 9.6 4 12 2zm0 9.5c-1.1 0-2 .9-2 2 0 .7.3 1.2.8 1.6-.3-1.1.1-2.2 1.2-3.6zm2.8 7.5A6 6 0 0 1 12 21a6 6 0 0 1-2.8-2A4 4 0 0 0 12 21.5a4 4 0 0 0 2.8-2.5z\"\u003e\u003c\/path\u003e\n  \u003c\/symbol\u003e\n  \u003csymbol id=\"i-box\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath d=\"M12 2L2 7v10l10 5 10-5V7zm0 2.3L18.6 7 12 9.7 5.4 7zM4 8.9l7 3.5v7.6l-7-3.5zM13 20v-7.6l7-3.5v7.6z\"\u003e\u003c\/path\u003e\n  \u003c\/symbol\u003e\n  \u003csymbol id=\"i-heart\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath d=\"M12 21s-7.5-4.7-9.6-9.2C.9 8.6 2.9 5 6.2 5c2 0 3.6 1.1 4.5 2.7h2.6C14.2 6.1 15.8 5 17.8 5c3.3 0 5.3 3.6 3.8 6.8C19.5 16.3 12 21 12 21z\"\u003e\u003c\/path\u003e\n  \u003c\/symbol\u003e\n\u003c\/svg\u003e\n\u003csection class=\"ss-root\"\u003e\u003c!-- ================= MODULE 01 · HERO ================= --\u003e\n\u003carticle class=\"ss-mod dark\"\u003e\u003cspan class=\"ss-float f1\"\u003e\u003csvg\u003e\u003cuse href=\"#i-flower\" xlink:href=\"#i-flower\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003cspan class=\"ss-float f2\"\u003e\u003csvg\u003e\u003cuse href=\"#i-skull\" xlink:href=\"#i-skull\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003cdiv class=\"ss-img-wrap\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/096d8f06-6284-4d5e-a9d4-06f4cb01f6c9.png?v=1789714914\" alt=\"\"\u003e \u003cspan class=\"ss-img-badge\"\u003e2026 Collection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-body center\"\u003e\n\u003cspan class=\"ss-eyebrow\"\u003eSugar Skull Collection\u003c\/span\u003e\n\u003ch1\u003e24 Days. 24 Surprises. One Magical Countdown.\u003c\/h1\u003e\n\u003cp class=\"ss-sub\"\u003eEvery one of the 24 compartments hides a different acrylic ornament — its own personality, its own details, its own story to discover. No repeats, no spoilers, just a new surprise waiting for you each day.\u003c\/p\u003e\n\u003cdiv class=\"ss-div\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-stats\"\u003e\n\u003cdiv class=\"ss-stat\"\u003e\n\u003cb\u003e24\u003c\/b\u003e\u003cspan\u003eDays\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-stat\"\u003e\n\u003cb\u003e24\u003c\/b\u003e\u003cspan\u003eSugar Skulls\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-stat\"\u003e\n\u003cb\u003e24\u003c\/b\u003e\u003cspan\u003eSurprises\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- 跑马灯 --\u003e\n\u003cdiv class=\"ss-ticker\"\u003e\n\u003cdiv class=\"ss-ticker-track\"\u003e\n\u003cspan\u003e24 Days\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\u003cspan\u003e24 Sugar Skulls\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\u003cspan\u003e24 Surprises\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\u003cspan\u003eNo Repeats\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\u003cspan\u003eSmall Skulls, Big Joy\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\u003cspan\u003eMade in Colorado\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e \u003cspan\u003e24 Days\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\u003cspan\u003e24 Sugar Skulls\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\u003cspan\u003e24 Surprises\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\u003cspan\u003eNo Repeats\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\u003cspan\u003eSmall Skulls, Big Joy\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\u003cspan\u003eMade in Colorado\u003c\/span\u003e\u003ci\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= MODULE 02 · THE COUNTDOWN ================= --\u003e\n\u003carticle class=\"ss-mod light-2\"\u003e\u003cspan class=\"ss-float f3\"\u003e\u003csvg\u003e\u003cuse href=\"#i-skull\" xlink:href=\"#i-skull\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003cdiv class=\"ss-img-wrap\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/f18ed094-5f03-4584-bb6d-1f113e63f8d6.png?v=1789713345\u0026amp;width=1200\" alt=\"24 days 24 sugar skulls 24 surprises advent calendar display with marigolds and candles\"\u003e \u003cspan class=\"ss-img-badge\"\u003eThe Countdown\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-body\"\u003e\n\u003cspan class=\"ss-chip\"\u003e\u003csvg\u003e\u003cuse href=\"#i-flower\" xlink:href=\"#i-flower\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 01 · The Countdown\u003c\/span\u003e\n\u003ch2\u003eOne Door a Day. A New Surprise Every Morning.\u003c\/h2\u003e\n\u003cp class=\"ss-sub\"\u003eEach compartment opens to a hand-finished acrylic charm with its own color story — flowers, hearts, candles and crosses painted in vivid sugar-skull style. No two are alike, and you never know which one is next.\u003c\/p\u003e\n\u003cdiv class=\"ss-div\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-pills\"\u003e\n\u003cspan class=\"ss-pill\"\u003e\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 24 unique designs\u003c\/span\u003e \u003cspan class=\"ss-pill\"\u003e\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e No repeats, no spoilers\u003c\/span\u003e \u003cspan class=\"ss-pill\"\u003e\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Turns waiting into a ritual\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- ================= MODULE 03 · WHAT'S INSIDE ================= --\u003e\n\u003carticle class=\"ss-mod dark-2\"\u003e\u003cspan class=\"ss-float f4\"\u003e\u003csvg\u003e\u003cuse href=\"#i-flower\" xlink:href=\"#i-flower\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003cdiv class=\"ss-img-wrap\" style=\"text-align: start;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/073b8a28-c787-4006-8d3e-e333c7089397.png?v=1789713493\" alt=\"\"\u003e \u003cspan class=\"ss-img-badge\"\u003eWhat's Inside\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-body\"\u003e\n\u003cspan class=\"ss-chip\"\u003e\u003csvg\u003e\u003cuse href=\"#i-box\" xlink:href=\"#i-box\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 02 · What's Inside\u003c\/span\u003e\n\u003ch2\u003eEverything You Need to Start the Countdown\u003c\/h2\u003e\n\u003cul class=\"ss-list\"\u003e\n\u003cli\u003e\n\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003cspan\u003e\u003cb\u003e1× Blind-box advent calendar\u003c\/b\u003e — premium full-color printed paper box\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003cspan\u003e\u003cb\u003eClear blister tray\u003c\/b\u003e with 24 individual compartments\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003cspan\u003e\u003cb\u003e24 custom acrylic charms\u003c\/b\u003e — approx. 3 × 3 cm, 3 mm thick\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003cspan\u003e\u003cb\u003e10 sets of hanging strings\u003c\/b\u003e (3 strings per set)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ss-div\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-mini\"\u003e\n\u003cdiv\u003e\n\u003cb\u003eCalendar Box\u003c\/b\u003e7.09 × 10.24 × 1.18 in\u003cbr\u003e(18 × 26 × 3 cm)\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eBlister Tray\u003c\/b\u003e9.96 × 6.89 × 1.1 in\u003cbr\u003e(25.3 × 17.5 × 2.8 cm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-pills\"\u003e\u003cspan class=\"ss-pill\"\u003e\u003csvg\u003e\u003cuse href=\"#i-heart\" xlink:href=\"#i-heart\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Made in State of Colorado\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- ================= MODULE 04 · ONE CALENDAR, THREE SEASONS ================= --\u003e\n\u003carticle class=\"ss-mod light-1\"\u003e\u003cspan class=\"ss-float f5\"\u003e\u003csvg\u003e\u003cuse href=\"#i-flame\" xlink:href=\"#i-flame\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003cdiv class=\"ss-img-wrap\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/073b8a28-c787-4006-8d3e-e333c7089397.png?v=1789713493\u0026amp;width=1200\" alt=\"Sugar skull advent calendar beside a cozy fireplace with christmas tree, marigolds and candles\"\u003e \u003cspan class=\"ss-img-badge\"\u003eThree Seasons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-body\"\u003e\n\u003cspan class=\"ss-chip\"\u003e\u003csvg\u003e\u003cuse href=\"#i-flame\" xlink:href=\"#i-flame\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 03 · One Calendar, Three Seasons\u003c\/span\u003e\n\u003ch2\u003eFrom Spooky October to Magical Christmas Morning\u003c\/h2\u003e\n\u003cp class=\"ss-sub\"\u003eCount down to Halloween, a cozy fall celebration, or a magical Christmas morning — one calendar fits them all. Hang it on the tree, keep it on a shelf, or make it the centerpiece of the table.\u003c\/p\u003e\n\u003cdiv class=\"ss-div\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-seasons\"\u003e\n\u003cspan class=\"ss-season\"\u003e\u003csvg\u003e\u003cuse href=\"#i-skull\" xlink:href=\"#i-skull\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Halloween\u003c\/span\u003e \u003cspan class=\"ss-season\"\u003e\u003csvg\u003e\u003cuse href=\"#i-flower\" xlink:href=\"#i-flower\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Cozy Fall\u003c\/span\u003e \u003cspan class=\"ss-season\"\u003e\u003csvg\u003e\u003cuse href=\"#i-gift\" xlink:href=\"#i-gift\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Christmas\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-pills\"\u003e\u003cspan class=\"ss-pill\"\u003e\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Reusable keepsake ornaments — joy long after the season ends\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- ================= MODULE 05 · WHY PEOPLE LOVE IT ================= --\u003e\n\u003carticle class=\"ss-mod dark-3\"\u003e\u003cspan class=\"ss-float f2\"\u003e\u003csvg\u003e\u003cuse href=\"#i-flower\" xlink:href=\"#i-flower\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003cdiv class=\"ss-img-wrap\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/f53cb872-4710-46fb-b189-bfc7292134b1.png?v=1789713605\" alt=\"\"\u003e \u003cspan class=\"ss-img-badge\"\u003eSmall Skulls, Big Joy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-body\"\u003e\n\u003cspan class=\"ss-chip\"\u003e\u003csvg\u003e\u003cuse href=\"#i-heart\" xlink:href=\"#i-heart\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 04 · Why People Love It\u003c\/span\u003e\n\u003ch2\u003eSmall Skulls, Big Joy\u003c\/h2\u003e\n\u003cul class=\"ss-list\"\u003e\n\u003cli\u003e\n\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003cspan\u003e\u003cb\u003e24 unique designs\u003c\/b\u003e — a different surprise behind every door\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003cspan\u003e\u003cb\u003eA fun daily ritual\u003c\/b\u003e that makes the countdown even more exciting\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003cspan\u003e\u003cb\u003eReusable keepsake ornaments\u003c\/b\u003e to enjoy long after the season ends\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg\u003e\u003cuse href=\"#i-check\" xlink:href=\"#i-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003cspan\u003e\u003cb\u003eA gift that keeps giving\u003c\/b\u003e, one surprise at a time\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ss-div\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-pills\"\u003e\n\u003cspan class=\"ss-pill\"\u003e\u003csvg\u003e\u003cuse href=\"#i-gift\" xlink:href=\"#i-gift\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Kids\u003c\/span\u003e \u003cspan class=\"ss-pill\"\u003e\u003csvg\u003e\u003cuse href=\"#i-gift\" xlink:href=\"#i-gift\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Adults\u003c\/span\u003e \u003cspan class=\"ss-pill\"\u003e\u003csvg\u003e\u003cuse href=\"#i-gift\" xlink:href=\"#i-gift\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Families\u003c\/span\u003e \u003cspan class=\"ss-pill\"\u003e\u003csvg\u003e\u003cuse href=\"#i-gift\" xlink:href=\"#i-gift\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Collectors\u003c\/span\u003e \u003cspan class=\"ss-pill\"\u003e\u003csvg\u003e\u003cuse href=\"#i-gift\" xlink:href=\"#i-gift\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Décor Lovers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- ================= MODULE 06 · REAL REVIEWS ================= --\u003e\n\u003carticle class=\"ss-mod navy\"\u003e\n\u003cdiv class=\"ss-img-wrap\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/72e2fb99-283d-46b1-8d9d-dfaf716659b9.png?v=1789713681\u0026amp;width=1200\" alt=\"Real customer reviews wall - nine five-star reviews with smiling customers holding sugar skull charms\"\u003e \u003cspan class=\"ss-img-badge\"\u003eReal Reviews\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-body\"\u003e\n\u003cspan class=\"ss-chip\"\u003e\u003csvg\u003e\u003cuse href=\"#i-heart\" xlink:href=\"#i-heart\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 05 · Real People, Real Smiles\u003c\/span\u003e\n\u003ch2\u003eThousands of Five-Star Moments\u003c\/h2\u003e\n\u003cdiv class=\"ss-quotes\"\u003e\n\u003cdiv class=\"ss-quote\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n\u003cp\u003e\"The colors are beautiful and the quality is amazing!\"\u003c\/p\u003e\n\u003cspan\u003e— Linda M.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-quote\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n\u003cp\u003e\"So detailed and unique. They make me smile every time I look at them!\"\u003c\/p\u003e\n\u003cspan\u003e— Megan R.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-quote\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n\u003cp\u003e\"Even cooler than I expected! I can't wait to collect more!\"\u003c\/p\u003e\n\u003cspan\u003e— Ethan D.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-div\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-stats\"\u003e\n\u003cdiv class=\"ss-stat\"\u003e\n\u003cb\u003e2356+\u003c\/b\u003e\u003cspan\u003eReviews\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-stat\"\u003e\n\u003cb\u003e★ 5\u003c\/b\u003e\u003cspan\u003eRated\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- ================= MODULE 07 · GIFT-READY ================= --\u003e\n\u003carticle class=\"ss-mod light-3\"\u003e\u003cspan class=\"ss-float f1\"\u003e\u003csvg\u003e\u003cuse href=\"#i-gift\" xlink:href=\"#i-gift\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003cdiv class=\"ss-img-wrap\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/0c9e76d1-cd75-4e90-8665-7009ac79829e.png?v=1789713313\u0026amp;width=1200\" alt=\"Holding the sugar skull collection gift box in a festive holiday storefront\"\u003e \u003cspan class=\"ss-img-badge\"\u003eGift-Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-body\"\u003e\n\u003cspan class=\"ss-chip\"\u003e\u003csvg\u003e\u003cuse href=\"#i-globe\" xlink:href=\"#i-globe\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 06 · Gift-Ready\u003c\/span\u003e\n\u003ch2\u003eThe Gift That Keeps Giving\u003c\/h2\u003e\n\u003cp class=\"ss-sub\"\u003eWrapped in festive sugar-skull packaging and ready to ship — a thoughtful present for family, friends, collectors, and anyone who loves a daily dose of joy.\u003c\/p\u003e\n\u003cdiv class=\"ss-div\"\u003e\n\u003ci\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ss-mini\"\u003e\n\u003cdiv\u003e\n\u003cb\u003eDelivery\u003c\/b\u003eWorldwide shipping\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003eSpeed\u003c\/b\u003eShips within 24–48 hours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- ================= 底部防护区（为主题吸底栏预留空间） ================= --\u003e\n\u003cdiv class=\"ss-bottom-guard\"\u003e\n\u003cp\u003e\u003csvg\u003e\u003cuse href=\"#i-heart\" xlink:href=\"#i-heart\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Small Skulls · Big Joy \u003csvg\u003e\u003cuse href=\"#i-heart\" xlink:href=\"#i-heart\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"LYLY","offers":[{"title":"Default Title","offer_id":48464671441085,"sku":"B03157-A","price":26.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/096d8f06-6284-4d5e-a9d4-06f4cb01f6c9.png?v=1789714914","url":"https:\/\/valorsnet.us\/products\/day-of-the-dead-kickoff-40-off-sugar-skull-collection-advent-calendar-2026-24-day-festive-countdown-acrylic-charms-blind-box-gift-for-family-friends-ac0ht457","provider":"Valors-net","version":"1.0","type":"link"}