{"product_id":"24-day-vehicle","title":"🎄 24-Day Vehicle Advent Calendar","description":"\u003cstyle\u003e\n\/* ==========================================\n   24-DAY VEHICLE ADVENT CALENDAR\n   CHRISTMAS + CONSTRUCTION + FARM\n   MOBILE-FIRST SHOPIFY CRO\n========================================== *\/\n\n.vehicle-advent{\n  --navy:#19384a;\n  --navy-dark:#102734;\n\n  --xmas-red:#a91e25;\n  --xmas-green:#1f5037;\n\n  --construction:#e2a826;\n  --construction-dark:#9f6c08;\n\n  --farm:#4e7a35;\n  --farm-dark:#2c5526;\n\n  --gold:#d8b15e;\n\n  --cream:#fffaf0;\n  --white:#ffffff;\n\n  --text:#293238;\n  --muted:#687177;\n\n  max-width:820px;\n  margin:0 auto;\n  padding:0 12px 40px;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Arial,\n    sans-serif;\n\n  color:var(--text);\n  line-height:1.6;\n\n  background:\n    radial-gradient(circle at 7% 2%,rgba(216,177,94,.09) 0 2px,transparent 3px),\n    radial-gradient(circle at 93% 3%,rgba(216,177,94,.08) 0 2px,transparent 3px),\n    linear-gradient(\n      180deg,\n      #fffaf0 0%,\n      #ffffff 35%,\n      #fffaf3 100%\n    );\n}\n\n.vehicle-advent *{\n  box-sizing:border-box;\n}\n\n.vehicle-advent img{\n  display:block;\n  width:100%;\n  height:auto;\n\n  margin:18px auto;\n\n  border-radius:17px;\n\n  box-shadow:\n    0 10px 30px rgba(27,54,68,.14);\n}\n\n.vehicle-advent h1,\n.vehicle-advent h2,\n.vehicle-advent h3,\n.vehicle-advent h4,\n.vehicle-advent p{\n  margin-top:0;\n}\n\n.vehicle-advent p{\n  margin-bottom:12px;\n  font-size:16px;\n}\n\n\n\/* =========================\n   HERO\n========================= *\/\n\n.vehicle-hero{\n  position:relative;\n  overflow:hidden;\n\n  margin:0 -12px 24px;\n  padding:38px 20px 34px;\n\n  text-align:center;\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 10% 12%,\n      rgba(255,255,255,.15) 0 2px,\n      transparent 3px\n    ),\n    radial-gradient(\n      circle at 90% 15%,\n      rgba(255,255,255,.12) 0 2px,\n      transparent 3px\n    ),\n    linear-gradient(\n      145deg,\n      #123222,\n      #1f5137 45%,\n      #102b1e\n    );\n\n  border-bottom:5px solid var(--gold);\n}\n\n.vehicle-hero:before{\n  content:\"❄\";\n\n  position:absolute;\n  left:-18px;\n  top:-20px;\n\n  color:rgba(255,255,255,.12);\n\n  font-size:110px;\n  line-height:1;\n}\n\n.vehicle-hero:after{\n  content:\"🎄\";\n\n  position:absolute;\n  right:-4px;\n  bottom:-25px;\n\n  font-size:90px;\n  opacity:.10;\n}\n\n.vehicle-kicker{\n  position:relative;\n  z-index:2;\n\n  display:inline-block;\n\n  margin-bottom:12px;\n  padding:7px 16px;\n\n  color:#ffe19a;\n  background:rgba(255,255,255,.09);\n\n  border:\n    1px solid rgba(255,255,255,.23);\n\n  border-radius:999px;\n\n  font-size:13px;\n  font-weight:800;\n\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.vehicle-hero h1{\n  position:relative;\n  z-index:2;\n\n  max-width:700px;\n  margin:0 auto 9px;\n\n  color:#fff;\n\n  font-size:35px;\n  line-height:1.08;\n\n  font-weight:900;\n}\n\n.vehicle-hero h1 span{\n  color:#ffd879;\n}\n\n.vehicle-hero h3{\n  position:relative;\n  z-index:2;\n\n  margin:0 auto 12px;\n\n  color:#f9e6b5;\n\n  font-size:18px;\n}\n\n.vehicle-hero p{\n  position:relative;\n  z-index:2;\n\n  max-width:650px;\n  margin:0 auto;\n\n  color:#fffaf0;\n\n  font-size:17px;\n}\n\n\n\/* =========================\n   HERO BADGES\n========================= *\/\n\n.vehicle-top-badges{\n  position:relative;\n  z-index:2;\n\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:8px;\n\n  margin-top:20px;\n}\n\n.vehicle-top-badge{\n  padding:12px 5px;\n\n  color:#fff;\n\n  background:\n    rgba(255,255,255,.09);\n\n  border:\n    1px solid rgba(255,255,255,.17);\n\n  border-radius:11px;\n\n  font-size:12px;\n  font-weight:750;\n}\n\n\n\/* =========================\n   SECTION\n========================= *\/\n\n.vehicle-section{\n  margin:25px 0;\n  padding:25px 18px;\n\n  background:#fff;\n\n  border:\n    1px solid rgba(216,177,94,.23);\n\n  border-radius:20px;\n\n  box-shadow:\n    0 8px 27px rgba(54,45,29,.07);\n}\n\n.vehicle-section.gold{\n  background:\n    linear-gradient(\n      145deg,\n      #fff7e6,\n      #fffdf7\n    );\n\n  border-color:#ead5a4;\n}\n\n.vehicle-section.dark{\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(255,255,255,.08),\n      transparent 25%\n    ),\n    linear-gradient(\n      145deg,\n      var(--navy),\n      var(--navy-dark)\n    );\n\n  border-color:\n    rgba(216,177,94,.46);\n}\n\n.vehicle-section.construction{\n  background:\n    linear-gradient(\n      145deg,\n      #fff8dd,\n      #fffdf5\n    );\n\n  border:\n    1px solid #ecd28e;\n}\n\n.vehicle-section.farm{\n  color:#fff;\n\n  background:\n    linear-gradient(\n      145deg,\n      var(--farm),\n      var(--farm-dark)\n    );\n\n  border-color:\n    rgba(216,177,94,.45);\n}\n\n.vehicle-section.christmas{\n  color:#fff;\n\n  background:\n    linear-gradient(\n      145deg,\n      var(--xmas-green),\n      #112f21\n    );\n\n  border-color:\n    rgba(216,177,94,.48);\n}\n\n\n\/* =========================\n   TITLES\n========================= *\/\n\n.vehicle-title{\n  margin-bottom:15px;\n  text-align:center;\n}\n\n.vehicle-title .eyebrow{\n  display:block;\n\n  margin-bottom:5px;\n\n  color:var(--xmas-red);\n\n  font-size:13px;\n  font-weight:850;\n\n  letter-spacing:1px;\n  text-transform:uppercase;\n}\n\n.dark .vehicle-title .eyebrow,\n.farm .vehicle-title .eyebrow,\n.christmas .vehicle-title .eyebrow{\n  color:#ffe09a;\n}\n\n.vehicle-title h2{\n  margin:0;\n\n  color:var(--navy);\n\n  font-size:27px;\n  line-height:1.18;\n\n  font-weight:900;\n}\n\n.dark .vehicle-title h2,\n.farm .vehicle-title h2,\n.christmas .vehicle-title h2{\n  color:#fff;\n}\n\n.vehicle-title h3{\n  margin:7px 0 0;\n\n  color:var(--muted);\n\n  font-size:16px;\n  font-weight:650;\n}\n\n.dark .vehicle-title h3,\n.farm .vehicle-title h3,\n.christmas .vehicle-title h3{\n  color:rgba(255,255,255,.82);\n}\n\n\n\/* =========================\n   COUNTDOWN NUMBERS\n========================= *\/\n\n.vehicle-countdown{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:9px;\n\n  margin:18px 0;\n}\n\n.vehicle-count{\n  padding:16px 5px;\n\n  text-align:center;\n  color:#fff;\n\n  background:\n    linear-gradient(\n      155deg,\n      #21465a,\n      #102b3b\n    );\n\n  border:\n    1px solid var(--gold);\n\n  border-radius:14px;\n}\n\n.vehicle-count strong{\n  display:block;\n\n  color:#ffdd85;\n\n  font-size:29px;\n  line-height:1;\n}\n\n.vehicle-count span{\n  display:block;\n\n  margin-top:6px;\n\n  font-size:11px;\n  font-weight:750;\n}\n\n\n\/* =========================\n   EDITION SELECTOR\n========================= *\/\n\n.vehicle-editions{\n  display:grid;\n  gap:11px;\n\n  margin-top:18px;\n}\n\n.vehicle-edition{\n  padding:18px;\n\n  color:#fff;\n\n  border-radius:15px;\n}\n\n.vehicle-edition.construct{\n  background:\n    linear-gradient(\n      135deg,\n      #d59a16,\n      #99640b\n    );\n}\n\n.vehicle-edition.agriculture{\n  background:\n    linear-gradient(\n      135deg,\n      #4e7a35,\n      #285022\n    );\n}\n\n.vehicle-edition.bundle{\n  background:\n    linear-gradient(\n      135deg,\n      #9d1a21,\n      #651016\n    );\n}\n\n.vehicle-edition .icon{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:28px;\n}\n\n.vehicle-edition strong{\n  display:block;\n\n  font-size:18px;\n}\n\n.vehicle-edition span{\n  display:block;\n\n  margin-top:4px;\n\n  color:\n    rgba(255,255,255,.92);\n\n  font-size:14px;\n}\n\n\n\/* =========================\n   STEPS\n========================= *\/\n\n.vehicle-steps{\n  display:grid;\n  gap:11px;\n\n  margin-top:17px;\n}\n\n.vehicle-step{\n  display:flex;\n  align-items:flex-start;\n  gap:13px;\n}\n\n.vehicle-step-num{\n  flex:0 0 40px;\n\n  width:40px;\n  height:40px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  color:#fff;\n  background:var(--xmas-red);\n\n  border:2px solid var(--gold);\n  border-radius:50%;\n\n  font-weight:900;\n}\n\n.vehicle-step strong{\n  display:block;\n\n  color:#ffe09a;\n\n  font-size:17px;\n}\n\n\n\/* =========================\n   VEHICLE GRID\n========================= *\/\n\n.vehicle-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:9px;\n\n  margin-top:17px;\n}\n\n.vehicle-card{\n  padding:12px 9px;\n\n  background:#fff;\n  border:1px solid #ead9ae;\n  border-radius:11px;\n\n  text-align:center;\n\n  font-size:14px;\n  font-weight:750;\n}\n\n.construction .vehicle-card{\n  color:#75510e;\n}\n\n.farm .vehicle-card{\n  color:#fff;\n\n  background:\n    rgba(255,255,255,.10);\n\n  border-color:\n    rgba(255,255,255,.18);\n}\n\n\n\/* =========================\n   BENEFITS\n========================= *\/\n\n.vehicle-benefits{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:10px;\n\n  margin-top:17px;\n}\n\n.vehicle-benefit{\n  display:flex;\n  align-items:flex-start;\n  gap:12px;\n\n  padding:14px;\n\n  background:#f7fafb;\n\n  border:\n    1px solid #e2eaed;\n\n  border-radius:13px;\n}\n\n.vehicle-benefit-icon{\n  flex:0 0 43px;\n\n  width:43px;\n  height:43px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  color:#fff;\n  background:var(--navy);\n\n  border-radius:50%;\n\n  font-size:20px;\n}\n\n.vehicle-benefit strong{\n  display:block;\n\n  color:var(--navy);\n\n  font-size:16px;\n}\n\n.vehicle-benefit span{\n  display:block;\n\n  margin-top:2px;\n\n  color:#6e777b;\n\n  font-size:14px;\n}\n\n\n\/* =========================\n   CHECKS\n========================= *\/\n\n.vehicle-checks{\n  display:grid;\n  gap:8px;\n\n  margin-top:15px;\n}\n\n.vehicle-check{\n  position:relative;\n\n  padding:\n    11px 12px 11px 40px;\n\n  background:#fffaf0;\n\n  border:\n    1px solid #ebd9b5;\n\n  border-radius:10px;\n\n  font-size:14px;\n}\n\n.vehicle-check:before{\n  content:\"✓\";\n\n  position:absolute;\n  left:12px;\n  top:10px;\n\n  width:21px;\n  height:21px;\n\n  color:#fff;\n  background:var(--xmas-green);\n\n  border-radius:50%;\n\n  text-align:center;\n  line-height:21px;\n\n  font-size:13px;\n  font-weight:900;\n}\n\n\n\/* =========================\n   RIBBON\n========================= *\/\n\n.vehicle-ribbon{\n  margin:22px 0;\n  padding:12px 16px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n    linear-gradient(\n      90deg,\n      #781117,\n      #ae1f27,\n      #781117\n    );\n\n  border-top:\n    2px solid var(--gold);\n\n  border-bottom:\n    2px solid var(--gold);\n\n  border-radius:9px;\n\n  font-size:17px;\n  font-weight:850;\n}\n\n\n\/* =========================\n   VS CHOCOLATE\n========================= *\/\n\n.vehicle-compare{\n  display:grid;\n  gap:12px;\n\n  margin-top:17px;\n}\n\n.vehicle-compare-card{\n  padding:18px;\n\n  border-radius:14px;\n}\n\n.vehicle-compare-card.old{\n  background:#f5f3ef;\n}\n\n.vehicle-compare-card.new{\n  background:#eef7ef;\n\n  border:\n    2px solid #3c704c;\n}\n\n.vehicle-compare-card h3{\n  margin-bottom:8px;\n\n  font-size:18px;\n}\n\n.vehicle-compare-card.new h3{\n  color:var(--xmas-green);\n}\n\n\n\/* =========================\n   BUNDLE\n========================= *\/\n\n.vehicle-bundle{\n  display:grid;\n  gap:10px;\n\n  margin-top:17px;\n}\n\n.bundle-card{\n  padding:17px;\n\n  border-radius:14px;\n\n  text-align:center;\n}\n\n.bundle-card.build{\n  background:#fff4d3;\n\n  border:\n    1px solid #e5c066;\n}\n\n.bundle-card.farm-card{\n  background:#edf6e8;\n\n  border:\n    1px solid #aac594;\n}\n\n.bundle-card strong{\n  display:block;\n\n  margin-bottom:5px;\n\n  font-size:18px;\n}\n\n\n\/* =========================\n   FINAL CTA\n========================= *\/\n\n.vehicle-final{\n  position:relative;\n  overflow:hidden;\n\n  margin:28px 0;\n  padding:30px 18px;\n\n  text-align:center;\n  color:#fff;\n\n  background:\n    radial-gradient(\n      circle at 12% 10%,\n      rgba(255,255,255,.13) 0 3px,\n      transparent 4px\n    ),\n    linear-gradient(\n      145deg,\n      #17432d,\n      #21543a 55%,\n      #102c1e\n    );\n\n  border:\n    2px solid var(--gold);\n\n  border-radius:21px;\n}\n\n.vehicle-final h2{\n  margin-bottom:10px;\n\n  color:#fff;\n\n  font-size:29px;\n  line-height:1.15;\n}\n\n.vehicle-final strong{\n  color:#ffe09a;\n}\n\n\n\/* =========================\n   RESPONSIVE\n========================= *\/\n\n@media(min-width:640px){\n\n  .vehicle-section{\n    padding:30px 28px;\n  }\n\n  .vehicle-editions{\n    grid-template-columns:\n      repeat(3,1fr);\n  }\n\n  .vehicle-grid{\n    grid-template-columns:\n      repeat(3,1fr);\n  }\n\n  .vehicle-benefits{\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n  .vehicle-compare{\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n  .vehicle-bundle{\n    grid-template-columns:\n      repeat(2,1fr);\n  }\n\n}\n\n@media(max-width:420px){\n\n  .vehicle-hero h1{\n    font-size:29px;\n  }\n\n  .vehicle-title h2{\n    font-size:24px;\n  }\n\n  .vehicle-count strong{\n    font-size:25px;\n  }\n\n  .vehicle-top-badge{\n    font-size:11px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"vehicle-advent\"\u003e\n\u003c!-- =================================\n     HERO\n================================= --\u003e\n\u003csection class=\"vehicle-hero\"\u003e\n\u003cdiv class=\"vehicle-kicker\"\u003e🎄 Christmas Advent Calendar\u003c\/div\u003e\n\u003ch1\u003e24-Day \u003cspan\u003eVehicle Advent Calendar\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003ch3\u003e24 Days. 24 Vehicles. A New Adventure Every Morning.\u003c\/h3\u003e\n\u003cp\u003eTurn the Christmas countdown into \u003cstrong\u003e 24 days of discovery, play and excitement. \u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"vehicle-top-badges\"\u003e\n\u003cdiv class=\"vehicle-top-badge\"\u003e🎁\u003cbr\u003e24 Surprises\u003c\/div\u003e\n\u003cdiv class=\"vehicle-top-badge\"\u003e🚜\u003cbr\u003e24 Vehicles\u003c\/div\u003e\n\u003cdiv class=\"vehicle-top-badge\"\u003e✨\u003cbr\u003eCollect \u0026amp; Play\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ORIGINAL IMAGE 1 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0593\/9082\/0434\/files\/3_8f3134bc-831f-4a1a-9f43-317bdfde0499.png?v=1787120223\" alt=\"24 Day Vehicle Advent Calendar\"\u003e \u003c!-- =================================\n     CHOOSE EDITION\n================================= --\u003e\n\u003csection class=\"vehicle-section gold\"\u003e\n\u003cdiv class=\"vehicle-title\"\u003e\n\u003cspan class=\"eyebrow\"\u003e Pick Their Favorite World \u003c\/span\u003e\n\u003ch2\u003e🚧 Build It or 🚜 Farm It\u003c\/h2\u003e\n\u003ch3\u003eTwo vehicle collections. One exciting countdown.\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-editions\"\u003e\n\u003cdiv class=\"vehicle-edition construct\"\u003e\n\u003cspan class=\"icon\"\u003e 🚧 \u003c\/span\u003e \u003cstrong\u003e Construction Edition \u003c\/strong\u003e \u003cspan\u003e Build, dig, lift and haul with a collection inspired by construction-site machines. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-edition agriculture\"\u003e\n\u003cspan class=\"icon\"\u003e 🚜 \u003c\/span\u003e \u003cstrong\u003e Farm Edition \u003c\/strong\u003e \u003cspan\u003e Plant, harvest, transport and explore with their own little farm-machine collection. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-edition bundle\"\u003e\n\u003cspan class=\"icon\"\u003e 🎁 \u003c\/span\u003e \u003cstrong\u003e Get Both \u003c\/strong\u003e \u003cspan\u003e Two worlds and up to 48 vehicle surprises to discover. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-countdown\"\u003e\n\u003cdiv class=\"vehicle-count\"\u003e\n\u003cstrong\u003e24\u003c\/strong\u003e \u003cspan\u003eDAYS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-count\"\u003e\n\u003cstrong\u003e24\u003c\/strong\u003e \u003cspan\u003eVEHICLES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-count\"\u003e\n\u003cstrong\u003e1\u003c\/strong\u003e \u003cspan\u003eNEW ADVENTURE DAILY\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-bottom: 0; font-size: 18px;\"\u003e\u003cstrong\u003e What’s behind today’s door? \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =================================\n     DAILY SURPRISE\n================================= --\u003e\n\u003csection class=\"vehicle-section dark\"\u003e\n\u003cdiv class=\"vehicle-title\"\u003e\n\u003cspan class=\"eyebrow\"\u003e A New Surprise Every Morning \u003c\/span\u003e\n\u003ch2\u003e🎁 24 Days of Discovery\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp\u003eForget a countdown that's over in seconds.\u003c\/p\u003e\n\u003cp\u003eFor \u003cstrong\u003e24 days\u003c\/strong\u003e, kids get to open a new compartment, discover another vehicle and add it to their growing collection.\u003c\/p\u003e\n\u003cdiv class=\"vehicle-steps\"\u003e\n\u003cdiv class=\"vehicle-step\"\u003e\n\u003cdiv class=\"vehicle-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOPEN\u003c\/strong\u003e\n\u003cp\u003eFind today's numbered compartment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-step\"\u003e\n\u003cdiv class=\"vehicle-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDISCOVER\u003c\/strong\u003e\n\u003cp\u003eReveal the vehicle hiding inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-step\"\u003e\n\u003cdiv class=\"vehicle-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePLAY\u003c\/strong\u003e\n\u003cp\u003ePut the newest machine straight to work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-step\"\u003e\n\u003cdiv class=\"vehicle-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCOLLECT\u003c\/strong\u003e\n\u003cp\u003eWatch their vehicle world grow day by day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-ribbon\"\u003eOPEN → DISCOVER → PLAY → COLLECT\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ORIGINAL IMAGE 2 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0593\/9082\/0434\/files\/4_aff11aee-9e1f-48c9-aac7-4a1c7295a957.png?v=1787120223\" alt=\"A New Vehicle Surprise Every Day\" loading=\"lazy\"\u003e \u003c!-- =================================\n     CONSTRUCTION EDITION\n================================= --\u003e\n\u003csection class=\"vehicle-section construction\"\u003e\n\u003cdiv class=\"vehicle-title\"\u003e\n\u003cspan class=\"eyebrow\"\u003e Construction Edition \u003c\/span\u003e\n\u003ch2\u003e🚧 Build Their Own Construction World\u003c\/h2\u003e\n\u003ch3\u003eBuild • Dig • Lift • Haul\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003ePerfect for kids fascinated by \u003cstrong\u003e big machines, construction sites, digging and building. \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eDiscover a variety of construction vehicles inspired by the machines they love.\u003c\/p\u003e\n\u003cdiv class=\"vehicle-grid\"\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🚜 Excavators\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🚧 Bulldozers\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🏗️ Cranes\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🚛 Dump Trucks\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e⚙️ Cement Mixers\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🛞 Road Rollers\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🏗️ Loaders\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🚧 \u0026amp; More\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-ribbon\"\u003e24 VEHICLES • 24 SURPRISES • MORE MISSIONS TO BUILD\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-bottom: 0;\"\u003eEvery new vehicle creates another mission and another reason to keep playing.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ORIGINAL IMAGE 3 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0593\/9082\/0434\/files\/5_35f4601f-37c4-4e04-9684-309623db739c.png?v=1787120223\" alt=\"Construction Vehicle Advent Calendar\" loading=\"lazy\"\u003e \u003c!-- =================================\n     FARM EDITION\n================================= --\u003e\n\u003csection class=\"vehicle-section farm\"\u003e\n\u003cdiv class=\"vehicle-title\"\u003e\n\u003cspan class=\"eyebrow\"\u003e Farm Edition \u003c\/span\u003e\n\u003ch2\u003e🚜 24 Days of Farm Adventures\u003c\/h2\u003e\n\u003ch3\u003ePlant • Harvest • Transport • Explore\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eBring the excitement of the farm to their Christmas countdown.\u003c\/p\u003e\n\u003cp\u003eBehind each compartment is another farm vehicle ready for a new day's adventure — from working the fields to bringing in the harvest.\u003c\/p\u003e\n\u003cdiv class=\"vehicle-grid\"\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🚜 Tractors\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🌾 Harvesters\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e💦 Sprayers\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🌱 Seeders\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🚛 Farm Trucks\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🌾 Balers\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🥛 Tankers\u003c\/div\u003e\n\u003cdiv class=\"vehicle-card\"\u003e🚜 \u0026amp; More\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-ribbon\"\u003eFROM FIELD TO FARM — A NEW MACHINE EVERY DAY\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-bottom: 0;\"\u003ePerfect for little tractor fans and kids who can't get enough of farm machines.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ORIGINAL IMAGE 4 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0593\/9082\/0434\/files\/6_cea82e3b-8a01-4194-b6a5-6abcb50f64a6.png?v=1787120223\" alt=\"Farm Vehicle Advent Calendar\" loading=\"lazy\"\u003e \u003c!-- =================================\n     TWO WORLDS\n================================= --\u003e\n\u003csection class=\"vehicle-section christmas\"\u003e\n\u003cdiv class=\"vehicle-title\"\u003e\n\u003cspan class=\"eyebrow\"\u003e Play Beyond Christmas \u003c\/span\u003e\n\u003ch2\u003e🎄 Two Worlds. Endless Adventures.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-bundle\"\u003e\n\u003cdiv class=\"bundle-card build\"\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003e 🚧 BUILD THE CITY \u003c\/strong\u003e Build construction sites, move materials and create new jobs for every machine.\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"bundle-card farm-card\"\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003e 🚜 RUN THE FARM \u003c\/strong\u003e Work the fields, collect the harvest and build an imaginary farm world.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 18px;\"\u003eThese aren't vehicles they need to forget once the final compartment has been opened.\u003c\/p\u003e\n\u003cp\u003eKids can combine their collection, create new scenes and invent their own missions long after Christmas morning.\u003c\/p\u003e\n\u003cp style=\"text-align: center; font-size: 18px; margin-bottom: 0; color: #ffe09a;\"\u003e\u003cstrong\u003e The countdown ends. The adventures don't. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ORIGINAL IMAGE 5 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0593\/9082\/0434\/files\/7_5a9fa008-75c2-4276-be35-797389ba385b.png?v=1787120223\" alt=\"Construction and Farm Vehicle Collection\" loading=\"lazy\"\u003e \u003c!-- =================================\n     BIG PLAY VALUE\n================================= --\u003e\n\u003csection class=\"vehicle-section\"\u003e\n\u003cdiv class=\"vehicle-title\"\u003e\n\u003cspan class=\"eyebrow\"\u003e More Variety. More Play. \u003c\/span\u003e\n\u003ch2\u003e⭐ Tiny Machines. Big Adventures.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp\u003eEvery calendar is designed around variety.\u003c\/p\u003e\n\u003cp\u003eInstead of filling the countdown with the same idea again and again, kids discover \u003cstrong\u003e different vehicle styles \u003c\/strong\u003e that make each new compartment feel worth opening.\u003c\/p\u003e\n\u003cdiv class=\"vehicle-benefits\"\u003e\n\u003cdiv class=\"vehicle-benefit\"\u003e\n\u003cdiv class=\"vehicle-benefit-icon\"\u003e🎁\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e24 Daily Surprises\u003c\/strong\u003e \u003cspan\u003e A new vehicle discovery throughout the countdown. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-benefit\"\u003e\n\u003cdiv class=\"vehicle-benefit-icon\"\u003e🚜\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eVehicle Variety\u003c\/strong\u003e \u003cspan\u003e Build a collection with different machine styles. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-benefit\"\u003e\n\u003cdiv class=\"vehicle-benefit-icon\"\u003e💭\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eImaginative Play\u003c\/strong\u003e \u003cspan\u003e Create missions, job sites, farms and new adventures. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-benefit\"\u003e\n\u003cdiv class=\"vehicle-benefit-icon\"\u003e🎄\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eA Growing Collection\u003c\/strong\u003e \u003cspan\u003e Watch their vehicle world get bigger as Christmas approaches. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ORIGINAL IMAGE 6 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0593\/9082\/0434\/files\/8_889af938-7022-4176-adc0-af770620107f.png?v=1787120223\" alt=\"Tiny Machines Big Adventures\" loading=\"lazy\"\u003e \u003c!-- =================================\n     VS CHOCOLATE\n================================= --\u003e\n\u003csection class=\"vehicle-section gold\"\u003e\n\u003cdiv class=\"vehicle-title\"\u003e\n\u003cspan class=\"eyebrow\"\u003e More Than a Quick Treat \u003c\/span\u003e\n\u003ch2\u003e🍫 Not Another Ordinary Advent Calendar\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-compare\"\u003e\n\u003cdiv class=\"vehicle-compare-card old\"\u003e\n\u003ch3\u003eOrdinary Treat Countdown\u003c\/h3\u003e\n\u003cp\u003e🍫 Enjoyed quickly\u003cbr\u003e⏱️ The surprise lasts a moment\u003cbr\u003e📦 Little left after the countdown\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-compare-card new\"\u003e\n\u003ch3\u003eVehicle Advent Calendar\u003c\/h3\u003e\n\u003cp\u003e🚜 Build a growing vehicle collection\u003cbr\u003e🎁 Discover something new each day\u003cbr\u003e💭 Continue playing after Christmas\u003cbr\u003e❤️ Create memories throughout December\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-ribbon\"\u003e24 DAYS → 24 VEHICLES → ONE GROWING COLLECTION\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ORIGINAL IMAGE 7 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0593\/9082\/0434\/files\/9_dee0f4fa-9d88-407e-a329-1257646fda56.png?v=1787120223\" alt=\"Vehicle Advent Calendar Versus Ordinary Countdown\" loading=\"lazy\"\u003e \u003c!-- =================================\n     MORNING EXPERIENCE\n================================= --\u003e\n\u003csection class=\"vehicle-section dark\"\u003e\n\u003cdiv class=\"vehicle-title\"\u003e\n\u003cspan class=\"eyebrow\"\u003e Build the Anticipation \u003c\/span\u003e\n\u003ch2\u003e🎁 The Gift They'll Race to Open Every Morning\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center;\"\u003eImagine the excitement:\u003c\/p\u003e\n\u003cdiv class=\"vehicle-checks\"\u003e\n\u003cdiv class=\"vehicle-check\"\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eWake up and run to the calendar\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"vehicle-check\"\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eFind today's number\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"vehicle-check\"\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eOpen the little compartment\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"vehicle-check\"\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eDiscover today's new machine\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-ribbon\"\u003e“Which vehicle did I get today?!” 🤩\u003c\/div\u003e\n\u003cp style=\"text-align: center;\"\u003eIt's not just one Christmas present.\u003c\/p\u003e\n\u003cp style=\"text-align: center; font-size: 19px; color: #ffe09a;\"\u003e\u003cstrong\u003e It's 24 mornings of anticipation. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ORIGINAL IMAGE 8 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0593\/9082\/0434\/files\/91.png?v=1787120223\" alt=\"Christmas Vehicle Advent Calendar Gift\" loading=\"lazy\"\u003e \u003c!-- =================================\n     BOTH EDITIONS\n================================= --\u003e\n\u003csection class=\"vehicle-section gold\"\u003e\n\u003cdiv class=\"vehicle-title\"\u003e\n\u003cspan class=\"eyebrow\"\u003e Double the Adventure \u003c\/span\u003e\n\u003ch2\u003e🚧 + 🚜 Why Choose Just One?\u003c\/h2\u003e\n\u003ch3\u003eGreat for wheel-loving kids and siblings\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eHave a child who loves \u003cstrong\u003eeverything with wheels?\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eOr shopping for siblings?\u003c\/p\u003e\n\u003cp\u003eBring home both worlds.\u003c\/p\u003e\n\u003cdiv class=\"vehicle-bundle\"\u003e\n\u003cdiv class=\"bundle-card build\"\u003e\n\u003cstrong\u003e 🚧 Construction Edition \u003c\/strong\u003e Build • Dig • Lift • Haul\u003c\/div\u003e\n\u003cdiv class=\"bundle-card farm-card\"\u003e\n\u003cstrong\u003e 🚜 Farm Edition \u003c\/strong\u003e Plant • Harvest • Transport • Explore\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-countdown\"\u003e\n\u003cdiv class=\"vehicle-count\"\u003e\n\u003cstrong\u003e48\u003c\/strong\u003e \u003cspan\u003eVEHICLE SURPRISES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-count\"\u003e\n\u003cstrong\u003e2\u003c\/strong\u003e \u003cspan\u003ePLAY WORLDS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-count\"\u003e\n\u003cstrong\u003e1\u003c\/strong\u003e \u003cspan\u003eBIG ADVENTURE\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-bottom: 0;\"\u003e\u003cstrong\u003e Choose one favorite — or collect both. 🎁 \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ORIGINAL IMAGE 9 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0593\/9082\/0434\/files\/92.png?v=1787120223\" alt=\"Construction and Farm Advent Calendar Bundle\" loading=\"lazy\"\u003e \u003c!-- =================================\n     FINAL CTA\n================================= --\u003e\n\u003csection class=\"vehicle-final\"\u003e\n\u003cdiv style=\"font-size: 38px; margin-bottom: 8px;\"\u003e🎄 🚜 🎁\u003c\/div\u003e\n\u003ch2\u003eMake the Countdown Part of Their Christmas Story\u003c\/h2\u003e\n\u003cp\u003eChristmas morning comes once.\u003c\/p\u003e\n\u003cp\u003eBut the excitement leading up to it can last \u003cstrong\u003e24 days.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eGive them something new to discover every morning and a collection they can keep playing with after the decorations come down.\u003c\/p\u003e\n\u003cdiv class=\"vehicle-countdown\"\u003e\n\u003cdiv class=\"vehicle-count\"\u003e\n\u003cstrong\u003e24\u003c\/strong\u003e \u003cspan\u003eDAYS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-count\"\u003e\n\u003cstrong\u003e24\u003c\/strong\u003e \u003cspan\u003eSURPRISES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-count\"\u003e\n\u003cstrong\u003e∞\u003c\/strong\u003e \u003cspan\u003eADVENTURES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vehicle-ribbon\"\u003e🚧 CONSTRUCTION   |   🚜 FARM   |   🎁 GET BOTH\u003c\/div\u003e\n\u003cp style=\"font-size: 19px; margin-bottom: 0;\"\u003e\u003cstrong\u003e Choose Their Adventure Today \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"YJJ","offers":[{"title":"🛻Construction Vehicle","offer_id":51099210285303,"sku":"SZ06172608191380-工程车","price":35.99,"currency_code":"USD","in_stock":true},{"title":"🚜Farm Vehicle","offer_id":51099210318071,"sku":"SZ06172608191380-农用车","price":35.99,"currency_code":"USD","in_stock":true},{"title":"🚒Fire Rescue","offer_id":51099210350839,"sku":"SZ06172608181378-消防车","price":35.99,"currency_code":"USD","in_stock":true},{"title":"🎄Christmas Pikachu Set🛻","offer_id":51099210383607,"sku":"SZ06182608231396-皮卡车","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/7891\/1223\/files\/1_75b04059-5ab9-4f56-aed3-6d5ad512335f.png?v=1788336772","url":"https:\/\/arjwveany.com\/products\/24-day-vehicle","provider":"Arjwveany","version":"1.0","type":"link"}