{"product_id":"2026-space-mission-advent-calendar-🚀🛰️-24-days-of-miniature-space-adventures","title":"2026 Space Mission Advent Calendar 🚀🛰️ – 24 Days of Miniature Space Adventures","description":"\u003cstyle\u003e\n\/* =========================================================\n   2026 SPACE MISSION \/ SPACEPLANE LAUNCH BASE\n   Shopify Custom Liquid Landing Page\n========================================================= *\/\n\n.sma-page{\n  --space:#07111f;\n  --space2:#0b1c2f;\n  --space3:#102941;\n\n  --cyan:#28dce7;\n  --cyan2:#8df8ff;\n\n  --silver:#d9e3e8;\n  --silver2:#aebdc6;\n\n  --blue:#2477a8;\n  --orange:#ff9c45;\n\n  --white:#f7fbff;\n  --muted:#a7b8c7;\n\n  width:100%;\n  max-width:920px;\n  margin:0 auto;\n  padding:0 10px 70px;\n\n  box-sizing:border-box;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  line-height:1.65;\n  color:#dce8ef;\n\n  background:\n    radial-gradient(circle at 20% 0,rgba(40,220,231,.07),transparent 26%),\n    radial-gradient(circle at 100% 24%,rgba(36,119,168,.08),transparent 28%),\n    #07111f;\n}\n\n.sma-page *{\n  box-sizing:border-box;\n}\n\n.sma-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto!important;\n  object-fit:contain!important;\n}\n\n.sma-section{\n  margin-top:58px;\n}\n\n.sma-center{\n  text-align:center;\n}\n\n\n\/* ===============================\n   TYPOGRAPHY\n================================ *\/\n\n.sma-kicker{\n  display:inline-flex;\n  align-items:center;\n  gap:7px;\n\n  margin-bottom:10px;\n  padding:6px 12px;\n\n  border:1px solid rgba(40,220,231,.35);\n  border-radius:30px;\n\n  color:var(--cyan2);\n\n  background:rgba(40,220,231,.06);\n\n  font-size:10px;\n  font-weight:900;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n}\n\n.sma-title{\n  max-width:820px;\n  margin:0 auto 15px;\n\n  color:#f5fbff;\n\n  font-size:40px;\n  line-height:1.08;\n  letter-spacing:-.03em;\n  font-weight:900;\n}\n\n.sma-lead{\n  max-width:735px;\n  margin:0 auto;\n\n  color:var(--muted);\n\n  font-size:16px;\n}\n\n.sma-highlight{\n  color:var(--cyan2);\n}\n\n\n\/* ===============================\n   HERO\n================================ *\/\n\n.sma-hero{\n  position:relative;\n  overflow:hidden;\n\n  padding:48px 24px 27px;\n\n  text-align:center;\n\n  border:\n    1px solid rgba(80,218,230,.35);\n\n  background:\n    radial-gradient(circle at 50% -5%,rgba(44,185,220,.17),transparent 42%),\n    linear-gradient(180deg,#0b1b2e,#07111f);\n\n  box-shadow:\n    0 24px 60px rgba(0,0,0,.38);\n}\n\n.sma-hero:before{\n  content:\"\";\n\n  position:absolute;\n  inset:10px;\n\n  pointer-events:none;\n\n  border:\n    1px solid rgba(95,223,233,.09);\n}\n\n.sma-hero:after{\n  content:\"\";\n\n  position:absolute;\n  top:0;\n  left:-35%;\n\n  width:30%;\n  height:100%;\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(120,243,255,.05),\n      transparent\n    );\n\n  transform:skewX(-15deg);\n\n  animation:smaScan 7s linear infinite;\n}\n\n@keyframes smaScan{\n  from{left:-35%;}\n  to{left:125%;}\n}\n\n.sma-hero-badge{\n  display:inline-block;\n\n  margin-bottom:15px;\n  padding:8px 15px;\n\n  color:#04131d;\n  background:var(--cyan);\n\n  font-size:10px;\n  font-weight:1000;\n  letter-spacing:.06em;\n}\n\n.sma-hero h1{\n  max-width:850px;\n  margin:0 auto 15px;\n\n  color:#f7fbff;\n\n  font-size:49px;\n  line-height:1.02;\n  letter-spacing:-.035em;\n  font-weight:950;\n}\n\n.sma-hero h1 span{\n  color:var(--cyan2);\n}\n\n.sma-hero p{\n  max-width:735px;\n  margin:0 auto;\n\n  color:#b4c6d4;\n\n  font-size:17px;\n}\n\n\n\/* ===============================\n   PRICE\n================================ *\/\n\n.sma-price-row{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  gap:13px;\n\n  flex-wrap:wrap;\n\n  margin-top:21px;\n}\n\n.sma-price{\n  color:#fff;\n\n  font-size:36px;\n  line-height:1;\n  font-weight:950;\n}\n\n.sma-price-note{\n  padding:6px 11px;\n\n  border:\n    1px solid rgba(40,220,231,.33);\n\n  color:var(--cyan2);\n  background:rgba(40,220,231,.07);\n\n  font-size:10px;\n  font-weight:900;\n}\n\n\n\/* ===============================\n   BUTTON\n================================ *\/\n\n.sma-btn{\n  position:relative;\n  z-index:4;\n\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  min-width:245px;\n\n  margin-top:23px;\n  padding:15px 27px;\n\n  border:0;\n  border-radius:4px;\n\n  cursor:pointer;\n\n  text-decoration:none!important;\n\n  color:#03131c!important;\n\n  background:\n    linear-gradient(\n      90deg,\n      #33dbe4,\n      #94f8ff\n    );\n\n  font-size:13px;\n  font-weight:1000;\n  letter-spacing:.02em;\n\n  box-shadow:\n    0 8px 25px rgba(40,220,231,.23);\n\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease;\n}\n\n.sma-btn:hover{\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 12px 31px rgba(40,220,231,.34);\n}\n\n.sma-btn.secondary{\n  color:var(--cyan2)!important;\n  background:transparent;\n\n  border:\n    1px solid rgba(40,220,231,.45);\n}\n\n\n\/* ===============================\n   HERO IMAGE\n================================ *\/\n\n.sma-image{\n  position:relative;\n\n  max-width:850px;\n  margin:29px auto 0;\n  padding:7px;\n\n  border:\n    1px solid rgba(40,220,231,.26);\n\n  background:#081522;\n\n  box-shadow:\n    0 15px 35px rgba(0,0,0,.34);\n}\n\n.sma-image img{\n  border-radius:2px;\n}\n\n.sma-caption{\n  padding:11px 7px 3px;\n\n  color:#93aebf;\n\n  text-align:center;\n\n  font-size:11px;\n}\n\n\n\/* ===============================\n   QUICK BENEFITS\n================================ *\/\n\n.sma-benefits{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-top:17px;\n\n  border:\n    1px solid rgba(54,198,213,.19);\n\n  background:#091827;\n}\n\n.sma-benefit{\n  position:relative;\n\n  padding:20px 8px;\n\n  text-align:center;\n}\n\n.sma-benefit:not(:last-child):after{\n  content:\"\";\n\n  position:absolute;\n  right:0;\n  top:23%;\n\n  width:1px;\n  height:54%;\n\n  background:\n    rgba(50,214,228,.18);\n}\n\n.sma-benefit span{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:23px;\n}\n\n.sma-benefit strong{\n  display:block;\n\n  color:#e8f8ff;\n\n  font-size:10px;\n}\n\n.sma-benefit small{\n  display:block;\n\n  margin-top:3px;\n\n  color:#8199a9;\n\n  font-size:9px;\n}\n\n\n\/* ===============================\n   HOOK\n================================ *\/\n\n.sma-hook{\n  position:relative;\n\n  padding:46px 25px;\n\n  overflow:hidden;\n\n  text-align:center;\n\n  border:\n    1px solid rgba(40,220,231,.17);\n\n  background:\n    linear-gradient(\n      145deg,\n      #0c1d30,\n      #09131f\n    );\n}\n\n.sma-hook:before{\n  content:\"03 • 08 • 15 • 24\";\n\n  position:absolute;\n  right:-8px;\n  top:-16px;\n\n  color:\n    rgba(53,218,230,.035);\n\n  font-size:75px;\n  font-weight:1000;\n  letter-spacing:.02em;\n}\n\n.sma-hook p{\n  position:relative;\n\n  max-width:755px;\n  margin:0 auto;\n\n  color:#b2c4d0;\n\n  font-size:19px;\n  line-height:1.85;\n}\n\n.sma-hook strong{\n  color:#8cf5fb;\n}\n\n\n\/* ===============================\n   FEATURE CARDS\n================================ *\/\n\n.sma-grid4{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:10px;\n\n  max-width:850px;\n  margin:26px auto 0;\n}\n\n.sma-card{\n  padding:21px 10px;\n\n  text-align:center;\n\n  border:\n    1px solid rgba(66,202,215,.19);\n\n  background:#0c1c2c;\n}\n\n.sma-card span{\n  display:block;\n\n  margin-bottom:7px;\n\n  font-size:25px;\n}\n\n.sma-card strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#dff9ff;\n\n  font-size:11px;\n}\n\n.sma-card p{\n  margin:0;\n\n  color:#819aaa;\n\n  font-size:10px;\n}\n\n\n\/* ===============================\n   BLUE SECTION\n================================ *\/\n\n.sma-panel{\n  padding:47px 23px 31px;\n\n  text-align:center;\n\n  border:\n    1px solid rgba(41,218,230,.25);\n\n  background:\n    radial-gradient(circle at 50% 0,rgba(37,173,202,.11),transparent 35%),\n    #0a1828;\n}\n\n.sma-tags{\n  display:flex;\n  justify-content:center;\n\n  flex-wrap:wrap;\n  gap:8px;\n\n  max-width:820px;\n  margin:24px auto 0;\n}\n\n.sma-tag{\n  padding:8px 11px;\n\n  border:\n    1px solid rgba(70,202,214,.25);\n\n  color:#cbe9ef;\n\n  background:#0d2134;\n\n  font-size:10px;\n  font-weight:800;\n}\n\n\n\/* ===============================\n   MISSION TIMELINE\n================================ *\/\n\n.sma-missions{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:12px;\n\n  max-width:850px;\n  margin:29px auto 0;\n}\n\n.sma-mission{\n  padding:19px 10px;\n\n  border:\n    1px solid rgba(63,213,224,.17);\n\n  background:#0c1a29;\n\n  text-align:center;\n}\n\n.sma-mission-num{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:49px;\n  height:49px;\n\n  margin:0 auto 10px;\n\n  border-radius:50%;\n\n  color:#04151e;\n  background:var(--cyan);\n\n  font-size:11px;\n  font-weight:1000;\n\n  box-shadow:\n    0 0 20px rgba(40,220,231,.17);\n}\n\n.sma-mission strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:#e5fbff;\n\n  font-size:10px;\n}\n\n.sma-mission p{\n  margin:0;\n\n  color:#8099aa;\n\n  font-size:9px;\n}\n\n\n\/* ===============================\n   KID EXPERIENCE\n================================ *\/\n\n.sma-experience{\n  padding:46px 23px 31px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      180deg,\n      #10233a,\n      #071521\n    );\n\n  border-top:\n    3px solid var(--cyan);\n}\n\n\n\/* ===============================\n   GIFT\n================================ *\/\n\n.sma-gift{\n  padding:45px 23px;\n\n  text-align:center;\n\n  border:\n    1px solid rgba(40,220,231,.18);\n\n  background:#0b1928;\n}\n\n.sma-audience{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:9px;\n\n  max-width:830px;\n  margin:25px auto 0;\n}\n\n.sma-person{\n  padding:18px 8px;\n\n  background:#102236;\n\n  text-align:center;\n}\n\n.sma-person span{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:23px;\n}\n\n.sma-person strong{\n  display:block;\n\n  color:#d9f8fb;\n\n  font-size:10px;\n}\n\n\n\/* ===============================\n   COMPARISON\n================================ *\/\n\n.sma-compare{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:12px;\n\n  max-width:830px;\n  margin:27px auto 0;\n}\n\n.sma-compare-box{\n  padding:25px 18px;\n\n  border:\n    1px solid rgba(106,139,157,.22);\n\n  background:#0c1825;\n\n  text-align:left;\n}\n\n.sma-compare-box.space{\n  border-color:\n    rgba(40,220,231,.43);\n\n  background:\n    linear-gradient(\n      145deg,\n      #102b40,\n      #092034\n    );\n}\n\n.sma-compare-box h3{\n  margin:0 0 15px;\n\n  color:#dde9ee;\n\n  font-size:18px;\n}\n\n.sma-compare-box.space h3{\n  color:var(--cyan2);\n}\n\n.sma-compare-box p{\n  margin:8px 0;\n\n  color:#98abb8;\n\n  font-size:11px;\n}\n\n\n\/* ===============================\n   BUNDLE\n================================ *\/\n\n.sma-bundles{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:10px;\n\n  max-width:840px;\n  margin:28px auto 0;\n}\n\n.sma-bundle{\n  position:relative;\n\n  padding:21px 8px;\n\n  text-align:center;\n\n  border:\n    1px solid rgba(58,205,217,.17);\n\n  background:#0b1a29;\n}\n\n.sma-bundle.hot{\n  border:\n    2px solid var(--cyan);\n}\n\n.sma-bundle-tag{\n  position:absolute;\n\n  top:-11px;\n  left:50%;\n\n  transform:\n    translateX(-50%);\n\n  padding:4px 9px;\n\n  white-space:nowrap;\n\n  color:#03151d;\n  background:var(--cyan);\n\n  font-size:8px;\n  font-weight:1000;\n}\n\n.sma-bundle strong{\n  display:block;\n\n  color:#dffaff;\n\n  font-size:11px;\n}\n\n.sma-bundle b{\n  display:block;\n\n  margin:6px 0 3px;\n\n  color:#fff;\n\n  font-size:21px;\n}\n\n.sma-bundle small{\n  color:#829aaa;\n\n  font-size:9px;\n}\n\n\n\/* ===============================\n   FAQ\n================================ *\/\n\n.sma-faq{\n  max-width:820px;\n  margin:26px auto 0;\n}\n\n.sma-faq details{\n  margin-bottom:8px;\n\n  border:\n    1px solid rgba(60,199,210,.18);\n\n  background:#0b1928;\n}\n\n.sma-faq summary{\n  position:relative;\n\n  padding:15px 42px 15px 15px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:#dff7fa;\n\n  font-size:12px;\n  font-weight:800;\n}\n\n.sma-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.sma-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n  right:15px;\n  top:50%;\n\n  transform:\n    translateY(-50%);\n\n  color:var(--cyan);\n\n  font-size:22px;\n}\n\n.sma-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.sma-faq p{\n  margin:0;\n\n  padding:0 15px 16px;\n\n  color:#91a6b4;\n\n  font-size:11px;\n}\n\n\n\/* ===============================\n   FINAL CTA\n================================ *\/\n\n.sma-final{\n  position:relative;\n\n  padding:57px 23px;\n\n  overflow:hidden;\n\n  text-align:center;\n\n  border:\n    1px solid var(--cyan);\n\n  background:\n    radial-gradient(circle at 50% 100%,rgba(34,207,219,.13),transparent 42%),\n    linear-gradient(180deg,#102842,#06111e);\n}\n\n.sma-final:before{\n  content:\"T − 00 : 00 : 24\";\n\n  display:block;\n\n  margin-bottom:10px;\n\n  color:var(--cyan);\n\n  font-size:12px;\n  font-weight:950;\n  letter-spacing:.2em;\n}\n\n.sma-final h2{\n  max-width:790px;\n\n  margin:0 auto 14px;\n\n  color:#f3fbff;\n\n  font-size:41px;\n  line-height:1.08;\n  font-weight:950;\n}\n\n.sma-final p{\n  max-width:690px;\n\n  margin:0 auto;\n\n  color:#a8bac6;\n\n  font-size:15px;\n}\n\n\n\/* ===============================\n   REVEAL\n================================ *\/\n\n.sma-reveal{\n  opacity:0;\n\n  transform:\n    translateY(18px);\n\n  transition:\n    opacity .65s ease,\n    transform .65s ease;\n}\n\n.sma-reveal.sma-visible{\n  opacity:1;\n  transform:none;\n}\n\n\n\/* ===============================\n   BUY AREA PULSE\n================================ *\/\n\n.sma-buy-focus{\n  animation:\n    smaFocus 1.2s ease 2;\n}\n\n@keyframes smaFocus{\n\n  0%,100%{\n    box-shadow:\n      0 0 0 0 rgba(40,220,231,0);\n  }\n\n  50%{\n    box-shadow:\n      0 0 0 7px rgba(40,220,231,.20);\n  }\n\n}\n\n\n\/* ===============================\n   MOBILE STICKY\n================================ *\/\n\n.sma-mobile-sticky{\n  display:none;\n}\n\n\n\/* ===============================\n   MOBILE\n================================ *\/\n\n@media(max-width:749px){\n\n  .sma-page{\n    padding-left:7px;\n    padding-right:7px;\n    padding-bottom:88px;\n  }\n\n  .sma-section{\n    margin-top:42px;\n  }\n\n  .sma-hero{\n    padding:31px 13px 22px;\n  }\n\n  .sma-hero h1{\n    font-size:34px;\n  }\n\n  .sma-title{\n    font-size:29px;\n  }\n\n  .sma-lead{\n    font-size:14px;\n  }\n\n  .sma-benefits,\n  .sma-grid4,\n  .sma-missions,\n  .sma-audience,\n  .sma-bundles{\n    grid-template-columns:\n      1fr 1fr;\n  }\n\n  .sma-benefit:nth-child(2):after{\n    display:none;\n  }\n\n  .sma-hook{\n    padding:35px 15px;\n  }\n\n  .sma-hook p{\n    font-size:17px;\n  }\n\n  .sma-panel,\n  .sma-experience,\n  .sma-gift{\n    padding-left:14px;\n    padding-right:14px;\n  }\n\n  .sma-compare{\n    grid-template-columns:1fr;\n  }\n\n  .sma-final{\n    padding:42px 14px;\n  }\n\n  .sma-final h2{\n    font-size:30px;\n  }\n\n  .sma-mobile-sticky{\n    position:fixed;\n\n    z-index:999;\n\n    left:8px;\n    right:8px;\n    bottom:9px;\n\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n\n    gap:8px;\n\n    padding:8px 9px 8px 13px;\n\n    border:\n      1px solid rgba(65,220,231,.46);\n\n    background:\n      rgba(5,17,29,.95);\n\n    backdrop-filter:\n      blur(10px);\n\n    box-shadow:\n      0 8px 28px rgba(0,0,0,.38);\n  }\n\n  .sma-mobile-sticky strong{\n    color:#fff;\n    font-size:15px;\n  }\n\n  .sma-mobile-sticky small{\n    display:block;\n\n    color:#83a3b4;\n\n    font-size:8px;\n  }\n\n  .sma-mobile-sticky button{\n    padding:11px 15px;\n\n    border:0;\n\n    color:#021117;\n    background:var(--cyan);\n\n    font-size:10px;\n    font-weight:1000;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"sma-page\"\u003e\n\n\n  \u003c!-- ===============================\n       HERO\n  ================================ --\u003e\n\n  \u003csection class=\"sma-hero sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-hero-badge\"\u003e\n      🚀 2026 • 24 FUTURISTIC SURPRISES\n    \u003c\/div\u003e\n\n    \u003ch1\u003e\n      24 Days to Build Your Own\n      \u003cspan\u003eLaunch Base.\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp\u003e\n      Open one futuristic miniature every day\n      and watch an entire spaceflight base\n      slowly come to life —\n      with sleek spaceplanes,\n      launch equipment,\n      exploration vehicles,\n      control systems\n      and mission-ready infrastructure.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"sma-price-row\"\u003e\n\n      \u003cdiv class=\"sma-price\"\u003e\n        $34.99\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sma-price-note\"\u003e\n        24 MINIATURE SURPRISES\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cbutton type=\"button\" class=\"sma-btn\" onclick=\"smaGoToBuy()\"\u003e\n      🚀 START THE COUNTDOWN\n    \u003c\/button\u003e\n\n\n    \u003cdiv class=\"sma-image\"\u003e\n\n      \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17878195438598.png?v=1787819593\u0026amp;width=1946\" alt=\"2026 Spaceplane Launch Base Advent Calendar with 24 miniatures\" loading=\"eager\" fetchpriority=\"high\" decoding=\"async\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       QUICK BENEFITS\n  ================================ --\u003e\n\n  \u003csection class=\"sma-benefits sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-benefit\"\u003e\n      \u003cspan\u003e🎁\u003c\/span\u003e\n      \u003cstrong\u003e24 DAILY SURPRISES\u003c\/strong\u003e\n      \u003csmall\u003eOne new mission piece every day\u003c\/small\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sma-benefit\"\u003e\n      \u003cspan\u003e🚀\u003c\/span\u003e\n      \u003cstrong\u003eFUTURISTIC FLIGHT\u003c\/strong\u003e\n      \u003csmall\u003eSpaceplanes \u0026amp; exploration vehicles\u003c\/small\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sma-benefit\"\u003e\n      \u003cspan\u003e🛰️\u003c\/span\u003e\n      \u003cstrong\u003eBUILD A BASE\u003c\/strong\u003e\n      \u003csmall\u003eLaunch, control \u0026amp; support equipment\u003c\/small\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sma-benefit\"\u003e\n      \u003cspan\u003e🌌\u003c\/span\u003e\n      \u003cstrong\u003ePLAY \u0026amp; DISPLAY\u003c\/strong\u003e\n      \u003csmall\u003eCreate your own mission scene\u003c\/small\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       HOOK\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-hook\"\u003e\n\n      \u003cp\u003e\n        Most Advent Calendars are over\n        the moment today's door is opened.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        This one keeps getting bigger.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        One day you discover a spaceplane.\n\n        \u003cbr\u003e\n\n        The next adds a launch platform.\n\n        \u003cbr\u003e\n\n        Then a rover,\n        radar station,\n        control console\n        or research module.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        \u003cstrong\u003e\n          By Day 24,\n          you've built an entire futuristic flight base.\n        \u003c\/strong\u003e\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       24 ITEMS\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-center\"\u003e\n\n      \u003cspan class=\"sma-kicker\"\u003e\n        24 DAYS • 24 DISCOVERIES\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sma-title\"\u003e\n        Not 24 Random Toys —\n        24 Pieces of One Connected Mission.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sma-lead\"\u003e\n        The collection mixes flight vehicles,\n        launch equipment,\n        base infrastructure\n        and exploration technology\n        so each reveal feels different\n        while still contributing\n        to the same futuristic world.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"sma-grid4\"\u003e\n\n      \u003cdiv class=\"sma-card\"\u003e\n        \u003cspan\u003e✈️\u003c\/span\u003e\n        \u003cstrong\u003eFLIGHT VEHICLES\u003c\/strong\u003e\n        \u003cp\u003e\n          Spaceplanes and futuristic aircraft.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sma-card\"\u003e\n        \u003cspan\u003e🏗️\u003c\/span\u003e\n        \u003cstrong\u003eLAUNCH SYSTEMS\u003c\/strong\u003e\n        \u003cp\u003e\n          Platforms, towers and mission equipment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sma-card\"\u003e\n        \u003cspan\u003e🛰️\u003c\/span\u003e\n        \u003cstrong\u003eBASE TECHNOLOGY\u003c\/strong\u003e\n        \u003cp\u003e\n          Radar, control and communications.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sma-card\"\u003e\n        \u003cspan\u003e🤖\u003c\/span\u003e\n        \u003cstrong\u003eEXPLORATION GEAR\u003c\/strong\u003e\n        \u003cp\u003e\n          Rovers, robotics and science modules.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"sma-image\"\u003e\n\n      \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17878198152579.png?v=1787819900\u0026amp;width=1946\" alt=\"24 piece Spaceplane Launch Base Advent Calendar collection\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003cdiv class=\"sma-caption\"\u003e\n        Collect all 24 and build your launch base\n        one mission at a time.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       WORLD BUILDING\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-panel\"\u003e\n\n      \u003cspan class=\"sma-kicker\"\u003e\n        BUILD THE FUTURE\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sma-title\"\u003e\n        From Empty Landing Pad\n        to Full Mission Control.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sma-lead\"\u003e\n        Arrange the aircraft around the launch platform.\n        Place the control station nearby.\n        Add radar,\n        exploration vehicles,\n        solar equipment,\n        research buildings\n        and mechanical systems\n        until your miniature base feels mission-ready.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sma-tags\"\u003e\n\n        \u003cspan class=\"sma-tag\"\u003e🚀 Spaceplanes\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e🛬 Landing Platform\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e🏗 Launch Structure\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e🖥 Control Console\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e📡 Radar Dish\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e🛰 Satellite Rover\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e🚙 Exploration Vehicle\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e📦 Cargo Modules\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e🔧 Tool Station\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e🏠 Research Module\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e🔭 Observatory Dome\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e🤖 Robotic Arm\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e💡 Base Beacon\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e☀️ Solar Array\u003c\/span\u003e\n        \u003cspan class=\"sma-tag\"\u003e🪨 Space Specimen\u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sma-image\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17878198127080.png?v=1787819900\u0026amp;width=1946\" alt=\"Futuristic miniature spaceplane launch base scene\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       MISSION COUNTDOWN\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-center\"\u003e\n\n      \u003cspan class=\"sma-kicker\"\u003e\n        THE COUNTDOWN GETS BETTER EVERY DAY\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sma-title\"\u003e\n        Every Door Unlocks Another Part of the Mission.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sma-lead\"\u003e\n        The fun isn't seeing everything at once.\n        The launch base grows throughout December,\n        making each new piece\n        part of a bigger discovery.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"sma-missions\"\u003e\n\n      \u003cdiv class=\"sma-mission\"\u003e\n\n        \u003cdiv class=\"sma-mission-num\"\u003e\n          DAY 1\n        \u003c\/div\u003e\n\n        \u003cstrong\u003e\n          FIRST DISCOVERY\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Your futuristic mission begins.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sma-mission\"\u003e\n\n        \u003cdiv class=\"sma-mission-num\"\u003e\n          DAY 8\n        \u003c\/div\u003e\n\n        \u003cstrong\u003e\n          BASE ONLINE\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Launch equipment begins to arrive.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sma-mission\"\u003e\n\n        \u003cdiv class=\"sma-mission-num\"\u003e\n          DAY 16\n        \u003c\/div\u003e\n\n        \u003cstrong\u003e\n          MISSION CONTROL\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Vehicles and technology fill the base.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sma-mission\"\u003e\n\n        \u003cdiv class=\"sma-mission-num\"\u003e\n          DAY 24\n        \u003c\/div\u003e\n\n        \u003cstrong\u003e\n          READY FOR LAUNCH\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Your complete futuristic world is revealed.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"sma-image\"\u003e\n\n      \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17878198198317.png?v=1787819900\u0026amp;width=1946\" alt=\"Complete Spaceplane Launch Base miniature collection\" loading=\"lazy\" decoding=\"async\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       CHILD EXPERIENCE 1\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-experience\"\u003e\n\n      \u003cspan class=\"sma-kicker\"\u003e\n        FOR CURIOUS YOUNG EXPLORERS\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sma-title\"\u003e\n        Open It. Place It. Build the Mission.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sma-lead\"\u003e\n        Each daily reveal gives kids\n        something new to add,\n        arrange\n        and imagine —\n        turning the countdown\n        into hands-on play\n        instead of a one-second surprise.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sma-image\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17878205643136.png?v=1787820626\u0026amp;width=1946\" alt=\"Boy playing with Spaceplane Launch Base Advent Calendar miniatures\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       IMAGINATION\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-center\"\u003e\n\n      \u003cspan class=\"sma-kicker\"\u003e\n        IMAGINATION TAKES OVER\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sma-title\"\u003e\n        Today's Miniature Can Become Tomorrow's Mission.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sma-lead\"\u003e\n        Is the spaceplane preparing for launch?\n        Is the rover collecting a mysterious sample?\n        Is Mission Control tracking something beyond the base?\n      \u003c\/p\u003e\n\n      \u003cp style=\"\n          max-width:700px;\n          margin:18px auto 0;\n          color:#83edf4;\n          font-size:17px;\n          font-weight:800;\n        \"\u003e\n        The pieces build the base.\n        Imagination builds the adventure.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"sma-image\"\u003e\n\n      \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17878205706075.png?v=1787820626\u0026amp;width=1946\" alt=\"Boy holding futuristic spaceplane miniature during Christmas\" loading=\"lazy\" decoding=\"async\"\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       ADVENT OPENING EXPERIENCE\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-panel\"\u003e\n\n      \u003cspan class=\"sma-kicker\"\u003e\n        A REAL DAILY REVEAL\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sma-title\"\u003e\n        The Best Part Is Not Knowing\n        What's Waiting Behind Tomorrow's Door.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sma-lead\"\u003e\n        Flight vehicle?\n        Radar system?\n        Rover?\n        Launch equipment?\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Every compartment adds\n        another piece to the growing mission,\n        giving kids a reason\n        to come back tomorrow.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sma-image\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17878205678978.png?v=1787820626\u0026amp;width=1946\" alt=\"Boy with opened Spaceplane Launch Base Advent Calendar\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       GIFT\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-gift\"\u003e\n\n      \u003cspan class=\"sma-kicker\"\u003e\n        FOR KIDS WHO ALWAYS ASK “WHAT IF?”\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sma-title\"\u003e\n        A Christmas Countdown\n        Made for Future Builders \u0026amp; Explorers.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sma-lead\"\u003e\n        A fun gift idea for kids\n        who are fascinated by aircraft,\n        futuristic technology,\n        vehicles,\n        building,\n        exploration\n        and miniature worlds.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sma-audience\"\u003e\n\n        \u003cdiv class=\"sma-person\"\u003e\n          \u003cspan\u003e🚀\u003c\/span\u003e\n          \u003cstrong\u003eSPACE FANS\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sma-person\"\u003e\n          \u003cspan\u003e✈️\u003c\/span\u003e\n          \u003cstrong\u003eAIRCRAFT LOVERS\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sma-person\"\u003e\n          \u003cspan\u003e🤖\u003c\/span\u003e\n          \u003cstrong\u003eTECH-CURIOUS KIDS\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sma-person\"\u003e\n          \u003cspan\u003e🏗️\u003c\/span\u003e\n          \u003cstrong\u003eYOUNG BUILDERS\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sma-image\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17878198377261.png?v=1787819900\u0026amp;width=1946\" alt=\"Spaceplane Launch Base Advent Calendar Christmas gift display\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       AFTER DAY 24\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-panel\"\u003e\n\n      \u003cspan class=\"sma-kicker\"\u003e\n        THE FINAL DOOR IS ONLY THE BEGINNING\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sma-title\"\u003e\n        Christmas Eve Is When the Base\n        Is Finally Mission-Ready.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sma-lead\"\u003e\n        After all 24 surprises are revealed,\n        arrange the pieces together,\n        create new launch layouts,\n        imagine new missions\n        and keep the miniature world on display.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sma-compare\"\u003e\n\n        \u003cdiv class=\"sma-compare-box\"\u003e\n\n          \u003ch3\u003e\n            Typical Advent Calendar\n          \u003c\/h3\u003e\n\n          \u003cp\u003e✕ Surprise ends after opening\u003c\/p\u003e\n          \u003cp\u003e✕ Little remains after December\u003c\/p\u003e\n          \u003cp\u003e✕ Pieces often feel unrelated\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sma-compare-box space\"\u003e\n\n          \u003ch3\u003e\n            Space Mission Advent Calendar\n          \u003c\/h3\u003e\n\n          \u003cp\u003e✓ Add a new mission piece each day\u003c\/p\u003e\n          \u003cp\u003e✓ Build one connected launch-base world\u003c\/p\u003e\n          \u003cp\u003e✓ Keep arranging and playing afterward\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"sma-image\"\u003e\n\n        \u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/17878198103327.png?v=1787819900\u0026amp;width=1946\" alt=\"Full 24 piece Space Mission Advent Calendar display\" loading=\"lazy\" decoding=\"async\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       BUNDLE\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-center\"\u003e\n\n      \u003cspan class=\"sma-kicker\"\u003e\n        MISSION BUNDLE\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sma-title\"\u003e\n        More Than One Future Explorer\n        on Your Christmas List?\n      \u003c\/h2\u003e\n\n      \u003cp class=\"sma-lead\"\u003e\n        Save more when ordering\n        multiple calendars\n        for siblings,\n        grandchildren,\n        friends\n        or young space enthusiasts.\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"sma-bundles\"\u003e\n\n        \u003cdiv class=\"sma-bundle\"\u003e\n\n          \u003cstrong\u003e\n            BUY 1\n          \u003c\/strong\u003e\n\n          \u003cb\u003e\n            $34.99\n          \u003c\/b\u003e\n\n          \u003csmall\u003e\n            1 Calendar\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sma-bundle hot\"\u003e\n\n          \u003cspan class=\"sma-bundle-tag\"\u003e\n            MOST POPULAR\n          \u003c\/span\u003e\n\n          \u003cstrong\u003e\n            BUY 2\n          \u003c\/strong\u003e\n\n          \u003cb\u003e\n            $62.98\n          \u003c\/b\u003e\n\n          \u003csmall\u003e\n            10% OFF\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sma-bundle\"\u003e\n\n          \u003cstrong\u003e\n            BUY 3\n          \u003c\/strong\u003e\n\n          \u003cb\u003e\n            $89.22\n          \u003c\/b\u003e\n\n          \u003csmall\u003e\n            15% OFF\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"sma-bundle\"\u003e\n\n          \u003cstrong\u003e\n            BUY 4\n          \u003c\/strong\u003e\n\n          \u003cb\u003e\n            $111.97\n          \u003c\/b\u003e\n\n          \u003csmall\u003e\n            20% OFF\n          \u003c\/small\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cbutton type=\"button\" class=\"sma-btn\" onclick=\"smaGoToBuy()\"\u003e\n        🛰️ CHOOSE YOUR MISSION\n      \u003c\/button\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       FAQ\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-center\"\u003e\n\n      \u003cspan class=\"sma-kicker\"\u003e\n        MISSION BRIEFING\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"sma-title\"\u003e\n        Frequently Asked Questions\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"sma-faq\"\u003e\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          How many surprises are included?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          The calendar features a 24-day countdown\n          with 24 futuristic miniature surprises\n          designed around one launch-base theme.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Are all 24 pieces spaceplanes?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          No.\n          The collection combines futuristic flight vehicles\n          with launch equipment,\n          control technology,\n          exploration vehicles\n          and base infrastructure.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can the pieces be arranged together?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes.\n          The miniatures share one futuristic mission-base theme,\n          allowing them to be arranged\n          into different launch and exploration scenes.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What happens after Day 24?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          Once the countdown is complete,\n          the collection can continue to be arranged,\n          displayed\n          and used for imaginative play.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Who is this Advent Calendar for?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n          It is designed for people\n          who enjoy futuristic aircraft,\n          space-themed adventures,\n          vehicles,\n          technology\n          and miniature world-building.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- ===============================\n       FINAL CTA\n  ================================ --\u003e\n\n  \u003csection class=\"sma-section sma-reveal\"\u003e\n\n    \u003cdiv class=\"sma-final\"\u003e\n\n      \u003ch2\u003e\n        24 Days.\n        24 Missions.\n        One Futuristic World to Build.\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Open today's compartment.\n\n        Discover the next piece.\n\n        Expand the base.\n\n        Prepare the mission.\n\n        And by Christmas,\n        watch your entire launch world come to life.\n      \u003c\/p\u003e\n\n\n      \u003cbutton type=\"button\" class=\"sma-btn\" onclick=\"smaGoToBuy()\"\u003e\n        🚀 BEGIN THE 24-DAY MISSION\n      \u003c\/button\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- ===============================\n     MOBILE STICKY CTA\n================================ --\u003e\n\n\u003cdiv class=\"sma-mobile-sticky\"\u003e\n\n  \u003cdiv\u003e\n    \u003cstrong\u003e\n      $34.99\n    \u003c\/strong\u003e\n\n    \u003csmall\u003e\n      24-Day Space Mission\n    \u003c\/small\u003e\n  \u003c\/div\u003e\n\n\n  \u003cbutton type=\"button\" onclick=\"smaGoToBuy()\"\u003e\n    🚀 SHOP NOW\n  \u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cscript\u003e\n\/* =========================================================\n   CTA FUNCTION\n   Finds Shopify product form and scrolls to it.\n========================================================= *\/\n\nfunction smaGoToBuy(){\n\n  var selectors = [\n    'form[action*=\"\/cart\/add\"]',\n    '.product-form',\n    '[id*=\"product-form\"]',\n    '.product__info-container',\n    '.product-info'\n  ];\n\n  var target = null;\n\n  for(var i = 0; i \u003c selectors.length; i++){\n\n    target = document.querySelector(selectors[i]);\n\n    if(target){\n      break;\n    }\n\n  }\n\n\n  if(target){\n\n    target.scrollIntoView({\n      behavior:'smooth',\n      block:'center'\n    });\n\n\n    target.classList.add('sma-buy-focus');\n\n\n    setTimeout(function(){\n\n      target.classList.remove('sma-buy-focus');\n\n    },2600);\n\n\n  }else{\n\n    window.scrollTo({\n      top:0,\n      behavior:'smooth'\n    });\n\n  }\n\n}\n\n\n\n\/* =========================================================\n   SCROLL REVEAL\n========================================================= *\/\n\n(function(){\n\n  var items =\n    document.querySelectorAll('.sma-reveal');\n\n\n  if(!('IntersectionObserver' in window)){\n\n    items.forEach(function(el){\n\n      el.classList.add('sma-visible');\n\n    });\n\n    return;\n\n  }\n\n\n  var observer =\n    new IntersectionObserver(\n\n      function(entries){\n\n        entries.forEach(function(entry){\n\n          if(entry.isIntersecting){\n\n            entry.target\n              .classList\n              .add('sma-visible');\n\n            observer\n              .unobserve(entry.target);\n\n          }\n\n        });\n\n      },\n\n      {\n        threshold:0.08\n      }\n\n    );\n\n\n  items.forEach(function(el){\n\n    observer.observe(el);\n\n  });\n\n})();\n\u003c\/script\u003e","brand":"YW","offers":[{"title":"Default Title","offer_id":67429882658861,"sku":"SZ05402608272338-航天盲盒","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/17878195438598.png?v=1787819593","url":"https:\/\/woverssy.com\/products\/2026-space-mission-advent-calendar-%f0%9f%9a%80%f0%9f%9b%b0%ef%b8%8f-24-days-of-miniature-space-adventures","provider":"woverssy","version":"1.0","type":"link"}