{"product_id":"build-the-fleet-collection-24-day-vehicle-advent-calendar-series-✨a-new-adventure-every-morning-p","title":"🚜Build the Fleet Collection 24-Day Vehicle Advent Calendar Series | ✨A New Adventure Every Morning","description":"\u003cstyle\u003e\n  #fleet-calendar,\n  #fleet-calendar * { box-sizing: border-box; }\n  #fleet-calendar {\n    --ink-bright: #ffffff;\n    --muted-text: #c0cbcf;\n    --steel-gray: #8899a6;\n    --charcoal-bg: #0f1418;\n    --card-bg: rgba(255, 255, 255, 0.06);\n    --card-border: rgba(255, 255, 255, 0.14);\n    --gold-accent: #f5b027;\n    --amber-deep: #e07b12;\n    --blue-glow: #1da1f2;\n    position: relative;\n    isolation: isolate;\n    overflow: hidden;\n    width: 100%;\n    max-width: 1060px;\n    margin: 0 auto;\n    color: var(--ink-bright);\n    background: linear-gradient(145deg, #0c1014 0%, #161e24 50%, #0e1216 100%);\n    border-radius: 28px;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.55;\n    -webkit-font-smoothing: antialiased;\n    container-name: fleetpage;\n    container-type: inline-size;\n  }\n  \n  #fleet-calendar::before,\n  #fleet-calendar::after {\n    content: '';\n    position: absolute;\n    z-index: -1;\n    width: 450px;\n    height: 450px;\n    border-radius: 50%;\n    pointer-events: none;\n    filter: blur(14px);\n    animation: fleet-glow 7s ease-in-out infinite alternate;\n  }\n  #fleet-calendar::before {\n    top: -180px;\n    right: -150px;\n    background: radial-gradient(circle, rgba(245, 176, 39, 0.22), rgba(245, 176, 39, 0) 70%);\n  }\n  #fleet-calendar::after {\n    top: 45%;\n    left: -200px;\n    background: radial-gradient(circle, rgba(29, 161, 242, 0.16), rgba(29, 161, 242, 0) 70%);\n    animation-delay: -3s;\n  }\n  @keyframes fleet-glow {\n    from { transform: scale(.9) translate3d(0,0,0); opacity: .5; }\n    to { transform: scale(1.1) translate3d(15px,8px,0); opacity: .9; }\n  }\n\n  #fleet-calendar h1,\n  #fleet-calendar h2,\n  #fleet-calendar h3,\n  #fleet-calendar p { margin-top: 0; }\n  #fleet-calendar h1 {\n    max-width: 820px;\n    margin-bottom: 16px;\n    font-size: clamp(36px, 6vw, 64px);\n    line-height: 1.05;\n    letter-spacing: -.035em;\n    color: #ffffff;\n  }\n  #fleet-calendar h2 {\n    margin-bottom: 12px;\n    font-size: clamp(26px, 4.2vw, 44px);\n    line-height: 1.1;\n    letter-spacing: -.025em;\n    color: #ffffff;\n  }\n  #fleet-calendar h3 { margin-bottom: 6px; font-size: 18px; line-height: 1.25; color: #ffffff; }\n\n  .fleet-shell { padding: clamp(20px, 4.5vw, 56px); }\n  .fleet-hero { padding: clamp(28px, 5.5vw, 64px) 0 clamp(40px, 6vw, 70px); text-align: center; }\n  .fleet-hero h1 { margin-left: auto; margin-right: auto; }\n  .fleet-hero p { max-width: 760px; margin: 0 auto; color: var(--muted-text); font-size: clamp(16px, 2vw, 19px); }\n\n  .fleet-section { padding: clamp(40px, 6vw, 76px) 0; }\n  .fleet-section + .fleet-section { border-top: 1px solid rgba(255, 255, 255, 0.1); }\n\n  .fleet-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    color: var(--gold-accent);\n    font-size: 12px;\n    font-weight: 850;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n  }\n  .fleet-kicker::before {\n    content: '';\n    width: 24px;\n    height: 2px;\n    background: currentColor;\n    border-radius: 9px;\n    box-shadow: 0 0 10px rgba(245, 176, 39, .6);\n  }\n\n  .fleet-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 22px; }\n  .fleet-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 38px;\n    padding: 8px 16px;\n    color: #ffffff;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.16);\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 750;\n  }\n\n  .fleet-media-wrapper {\n    position: relative;\n    overflow: hidden;\n    width: 100%;\n    margin: 0;\n    background: #192127;\n    border: 6px solid rgba(255, 255, 255, 0.12);\n    border-radius: 24px;\n    box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 35px rgba(245, 176, 39, 0.08);\n  }\n  .fleet-media-wrapper img { display: block; width: 100% !important; height: auto !important; margin: 0; }\n\n  \/* Left-Right Split *\/\n  .fleet-split {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n    gap: 24px;\n    align-items: center;\n    margin-top: 16px;\n  }\n  .fleet-split--reverse .fleet-split-media { order: 2; }\n  .fleet-split--reverse .fleet-split-content { order: 1; }\n  .fleet-split-content p { color: var(--muted-text); font-size: 15px; margin-bottom: 16px; }\n\n  \/* Highlight Lists *\/\n  .fleet-list { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }\n  .fleet-list li {\n    position: relative;\n    padding-left: 28px;\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 600;\n  }\n  .fleet-list li::before {\n    content: \"🚗\";\n    position: absolute;\n    left: 0;\n    top: -1px;\n    font-size: 14px;\n  }\n\n  \/* Grid Features *\/\n  .fleet-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .fleet-feature-card {\n    padding: 20px;\n    background: var(--card-bg);\n    border: 1px solid var(--card-border);\n    border-radius: 18px;\n  }\n  .fleet-feature-card strong { display: block; margin-bottom: 4px; color: #ffffff; font-size: 15px; }\n  .fleet-feature-card span { color: var(--muted-text); font-size: 13px; }\n\n  \/* Full Width Banner *\/\n  .fleet-full-banner { text-align: center; }\n  .fleet-full-banner .fleet-copy { max-width: 760px; margin: 0 auto 20px; }\n\n  \/* Specifications Grid *\/\n  .fleet-specs {\n    display: grid;\n    gap: 0;\n    overflow: hidden;\n    border: 1px solid var(--card-border);\n    border-radius: 18px;\n    background: var(--card-bg);\n    margin-top: 20px;\n  }\n  .fleet-spec-row {\n    display: grid;\n    grid-template-columns: 180px 1fr;\n    gap: 12px;\n    padding: 14px 18px;\n    border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n    align-items: center;\n  }\n  .fleet-spec-row:last-child { border-bottom: 0; }\n  .fleet-spec-row strong { color: var(--gold-accent); font-size: 13px; font-weight: 800; }\n  .fleet-spec-row span { color: var(--muted-text); font-size: 14px; }\n\n  \/* FAQ Accordion *\/\n  .fleet-faq-container { max-width: 840px; margin: 24px auto 0; }\n  .fleet-faq-container details {\n    margin-bottom: 10px;\n    padding: 0 18px;\n    background: var(--card-bg);\n    border: 1px solid var(--card-border);\n    border-radius: 16px;\n  }\n  .fleet-faq-container summary {\n    position: relative;\n    padding: 18px 32px 18px 0;\n    cursor: pointer;\n    list-style: none;\n    color: #ffffff;\n    font-weight: 750;\n    font-size: 15px;\n  }\n  .fleet-faq-container summary::-webkit-details-marker { display: none; }\n  .fleet-faq-container summary::after {\n    content: '+';\n    position: absolute;\n    top: 12px;\n    right: 0;\n    color: var(--gold-accent);\n    font-size: 26px;\n    font-weight: 400;\n  }\n  .fleet-faq-container details[open] summary::after { content: '–'; }\n  .fleet-faq-container details p { margin: 0; padding: 0 0 18px; color: var(--muted-text); font-size: 14px; }\n\n  \/* Final CTA *\/\n  .fleet-final {\n    padding: clamp(32px, 6vw, 60px);\n    text-align: center;\n    background: linear-gradient(145deg, #222b32, #141a1e);\n    border: 1px solid rgba(245, 176, 39, 0.25);\n    border-radius: 26px;\n    box-shadow: 0 20px 50px rgba(0,0,0,0.4);\n  }\n  .fleet-final h2 { max-width: 760px; margin: 0 auto 12px; }\n  .fleet-final p { max-width: 660px; margin: 0 auto 24px; color: var(--muted-text); font-size: 16px; }\n  .fleet-cta {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 56px;\n    padding: 14px 32px;\n    color: #120e06 !important;\n    background: linear-gradient(135deg, #f5b027, #e07b12);\n    border-radius: 999px;\n    box-shadow: 0 14px 32px rgba(245, 176, 39, 0.3);\n    font-size: 16px;\n    font-weight: 900;\n    text-decoration: none !important;\n    transition: transform .2s ease, box-shadow .2s ease;\n  }\n  .fleet-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(245, 176, 39, 0.4); }\n\n  @media (max-width: 768px) {\n    #fleet-calendar { border-radius: 20px; }\n    .fleet-shell { padding: 14px; }\n    .fleet-split { grid-template-columns: 1fr; gap: 16px; }\n    .fleet-split--reverse .fleet-split-media { order: 1; }\n    .fleet-split--reverse .fleet-split-content { order: 2; }\n    .fleet-features { grid-template-columns: 1fr; }\n    .fleet-spec-row { grid-template-columns: 1fr; gap: 4px; }\n    .fleet-pill { flex: 1 1 calc(50% - 8px); }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"fleet-calendar\"\u003e\n\u003cdiv class=\"fleet-shell\"\u003e\n\u003csection class=\"fleet-hero\"\u003e\u003cspan class=\"fleet-kicker\"\u003e✨ 24-Day Vehicle Advent Calendar Series\u003c\/span\u003e\n\u003ch1\u003eBuild The Fleet Collection\u003c\/h1\u003e\n\u003cp\u003eUnbox a new die-cast vehicle adventure every single morning. 24 days of non-stop excitement for vehicle collectors, kids, and racing enthusiasts.\u003c\/p\u003e\n\u003cdiv class=\"fleet-pills\"\u003e\n\u003cspan class=\"fleet-pill\"\u003e🎁 24 Daily Surprises\u003c\/span\u003e \u003cspan class=\"fleet-pill\"\u003e🏎️ Premium Die-Cast Vehicles\u003c\/span\u003e \u003cspan class=\"fleet-pill\"\u003e✨ Limited Collector's Edition\u003c\/span\u003e \u003cspan class=\"fleet-pill\"\u003e🏆 Highly Detailed Craftsmanship\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fleet-section\"\u003e\n\u003cdiv class=\"fleet-media-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/27010d7ed18bf54130feb4a85af6bf6640a65c0f.jpg?v=1787367133\" alt=\"24 Day Vehicle Advent Calendar Build The Fleet Collection\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fleet-features\"\u003e\n\u003cdiv class=\"fleet-feature-card\"\u003e\n\u003cstrong\u003e24 Unique Models\u003c\/strong\u003e \u003cspan\u003eIncludes sports cars, construction trucks, off-roaders, and classic vehicles.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-feature-card\"\u003e\n\u003cstrong\u003eCountdown Experience\u003c\/strong\u003e \u003cspan\u003eCount down the days to Christmas or any special occasion with daily mystery doors.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-feature-card\"\u003e\n\u003cstrong\u003eDurable Alloy Build\u003c\/strong\u003e \u003cspan\u003eCrafted with durable die-cast metal and high-impact ABS details for long-lasting play.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fleet-section\"\u003e\n\u003cdiv class=\"fleet-split\"\u003e\n\u003cdiv class=\"fleet-split-media\"\u003e\n\u003cdiv class=\"fleet-media-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/4ccb7c0816f0dff7383fb794969513dda823cb9e.jpg?v=1787367133\" alt=\"Vehicle Advent Calendar collection\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-split-content\"\u003e\n\u003cspan class=\"fleet-kicker\"\u003eDaily Anticipation\u003c\/span\u003e\n\u003ch2\u003eA New Mystery Vehicle Every Morning\u003c\/h2\u003e\n\u003cp\u003eMake every day leading up to the holiday feel like a major celebration. Each numbered door conceals a uniquely styled vehicle ready to race right out of the box.\u003c\/p\u003e\n\u003cul class=\"fleet-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e24 Perforated Secret Doors:\u003c\/strong\u003e Designed for easy opening by little hands without tearing the box.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNo Duplicate Vehicles:\u003c\/strong\u003e 24 distinct designs ensuring every day brings a fresh surprise.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmooth-Rolling Wheels:\u003c\/strong\u003e Fully functional wheels for instant tabletop racing and display.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fleet-section fleet-full-banner\"\u003e\n\u003cdiv class=\"fleet-copy\"\u003e\n\u003cspan class=\"fleet-kicker\"\u003eCollector Showcase\u003c\/span\u003e\n\u003ch2\u003eFrom Daily Unboxing to an Epic Garage Collection\u003c\/h2\u003e\n\u003cp\u003eWatch the collection grow day by day until you have a complete 24-piece miniature vehicle fleet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-media-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/1af704bc5dbe2f2bd075eaf3fcadc29d1d68998a.jpg?v=1787367133\" alt=\"Build The Fleet Vehicle Advent Calendar details\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fleet-section\"\u003e\n\u003cdiv class=\"fleet-split fleet-split--reverse\"\u003e\n\u003cdiv class=\"fleet-split-media\"\u003e\n\u003cdiv class=\"fleet-media-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/a0bad497fbc6eb9e7f1482571f480f0f7c2ba317.jpg?v=1787367133\" alt=\"Vehicle advent calendar Christmas gift experience\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-split-content\"\u003e\n\u003cspan class=\"fleet-kicker\"\u003eSuperior Quality\u003c\/span\u003e\n\u003ch2\u003eAuthentic Paint \u0026amp; Realistic Details\u003c\/h2\u003e\n\u003cp\u003eEvery vehicle in the collection features realistic proportions, vibrant metallic finishes, and intricate exterior sculpting that collectors and kids will appreciate.\u003c\/p\u003e\n\u003cul class=\"fleet-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eNon-Toxic Eco Materials:\u003c\/strong\u003e Safe, smooth edges with child-safe paint coatings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompact 1:64 Scale Design:\u003c\/strong\u003e Perfectly sized for play tracks, display shelves, or travel storage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCollector-Grade Presentation:\u003c\/strong\u003e Vivid box artwork makes it an ideal gift centerpiece.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fleet-section fleet-full-banner\"\u003e\n\u003cdiv class=\"fleet-copy\"\u003e\n\u003cspan class=\"fleet-kicker\"\u003eThe Perfect Gift\u003c\/span\u003e\n\u003ch2\u003eCreate Unforgettable Morning Moments\u003c\/h2\u003e\n\u003cp\u003eIdeal for kids, car enthusiasts, and collectors. Perfect for Christmas Advent, birthday countdowns, or reward charts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-media-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/af4df743da3b5e96ac0365b44c784b796ed551a4.jpg?v=1787367133\" alt=\"24 day vehicle collection advent calendar\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fleet-section\"\u003e\n\u003cdiv class=\"fleet-split\"\u003e\n\u003cdiv class=\"fleet-split-media\"\u003e\n\u003cdiv class=\"fleet-media-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/2bd85f0ef896821fa39db531e186c5ae3ef208a3.jpg?v=1787367133\" alt=\"Build The Fleet Christmas Advent Calendar\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-split-content\"\u003e\n\u003cspan class=\"fleet-kicker\"\u003eProduct Specifications\u003c\/span\u003e\n\u003ch2\u003eCollection Breakdown\u003c\/h2\u003e\n\u003cdiv class=\"fleet-specs\"\u003e\n\u003cdiv class=\"fleet-spec-row\"\u003e\n\u003cstrong\u003eProduct Name\u003c\/strong\u003e \u003cspan\u003eBuild The Fleet Collection – 24-Day Vehicle Advent Calendar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-spec-row\"\u003e\n\u003cstrong\u003eVehicle Quantity\u003c\/strong\u003e \u003cspan\u003e24 Unique Die-Cast \/ Alloy Vehicles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-spec-row\"\u003e\n\u003cstrong\u003eMaterials\u003c\/strong\u003e \u003cspan\u003eDie-Cast Zinc Alloy + Eco-Friendly ABS Plastic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-spec-row\"\u003e\n\u003cstrong\u003eVehicle Scale\u003c\/strong\u003e \u003cspan\u003e1:64 Miniature Scale (approx. 6-7cm per car)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-spec-row\"\u003e\n\u003cstrong\u003eRecommended Age\u003c\/strong\u003e \u003cspan\u003eAges 3+ (Adult Collector Approved)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-spec-row\"\u003e\n\u003cstrong\u003ePackage Dimensions\u003c\/strong\u003e \u003cspan\u003eApprox. 38cm × 26cm × 5cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fleet-section\"\u003e\n\u003cdiv class=\"fleet-full-banner\"\u003e\n\u003cspan class=\"fleet-kicker\"\u003eGot Questions?\u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fleet-faq-container\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eAre the 24 vehicles all different?\u003c\/summary\u003e\n\u003cp\u003eYes! Every door contains a distinct model car design. There are no duplicate vehicles within the 24-day advent box.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these cars compatible with standard toy race tracks?\u003c\/summary\u003e\n\u003cp\u003eYes! The vehicles are built in standard 1:64 scale, making them compatible with most standard gravity ramps and toy vehicle track sets.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat materials are the vehicles made of?\u003c\/summary\u003e\n\u003cp\u003eThe car bodies are crafted from solid die-cast zinc alloy with durable ABS plastic chassis components and smooth-rolling wheels.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this be used for countdowns other than Christmas?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely! While popular for Christmas countdowns, it makes a fantastic 24-day countdown for birthdays, vacation trips, or behavior reward charts.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"fleet-section\" style=\"border-top: 0; padding-bottom: 0;\"\u003e\n\u003cdiv class=\"fleet-final\"\u003e\n\u003cspan class=\"fleet-kicker\"\u003eREADY TO UNBOX THE FUN\u003c\/span\u003e\n\u003ch2\u003eStart Your 24-Day Fleet Adventure Today\u003c\/h2\u003e\n\u003cp\u003eSurprise your loved ones with a daily vehicle discovery they will look forward to every morning.\u003c\/p\u003e\n\u003ca class=\"fleet-cta\" href=\"#product-form\"\u003eGET YOUR ADVENT CALENDAR NOW →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function () {\n      var root = document.querySelector(\"[data-fleet-container]\");\n      if (!root || root.getAttribute(\"data-fleet-ready\") === \"true\") return;\n      root.setAttribute(\"data-fleet-ready\", \"true\");\n\n      var slots = Array.prototype.slice.call(root.querySelectorAll(\"img[data-zvr-media]\"));\n\n      function uniqueImages(items) {\n        var seen = {};\n        return (items || []).map(function (item) {\n          return typeof item === \"string\" ? item : (item \u0026\u0026 (item.src || item.url || item.currentSrc));\n        }).filter(function (src) {\n          if (!src || seen[src]) return false;\n          seen[src] = true;\n          return true;\n        });\n      }\n\n      function getThemeImages() {\n        var imgs = document.querySelectorAll('.product__media img, [data-product-media] img, .product-single__photos img, [class*=\"product\"] img');\n        return uniqueImages(Array.prototype.slice.call(imgs));\n      }\n\n      function applyImages(images) {\n        if (!images || !images.length) return;\n        slots.forEach(function (img, i) {\n          var src = images[i] || images[0];\n          if (src) {\n            img.src = src;\n          }\n        });\n      }\n\n      var instantImages = getThemeImages();\n      if (instantImages.length) {\n        applyImages(instantImages);\n      }\n\n      var match = location.pathname.match(\/\\\/products\\\/([^\\\/?#]+)\/i);\n      if (match) {\n        fetch(\"\/products\/\" + match[1] + \".js\", { headers: { Accept: \"application\/json\" } })\n          .then(function (r) { return r.ok ? r.json() : null; })\n          .then(function (prod) {\n            if (prod \u0026\u0026 prod.images \u0026\u0026 prod.images.length) {\n              applyImages(prod.images);\n            }\n          })\n          .catch(function () {});\n      }\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"top: 5253.74px; left: 35.5451px; display: none;\"\u003e\u003csvg class=\"\" focusable=\"false\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e","brand":"ZH728","offers":[{"title":"🚜 Farm Fleet","offer_id":53805790069030,"sku":"NC01922608261190-拖拉机图鉴盲盒","price":42.98,"currency_code":"USD","in_stock":true},{"title":"🚒Fire Rescue","offer_id":53805790101798,"sku":"NC01922608261190- 救援车辆盲盒","price":42.98,"currency_code":"USD","in_stock":true},{"title":"🚑 Emergency Rescue Team","offer_id":53805790134566,"sku":"NC01922608261190- 救援车辆盲盒","price":42.98,"currency_code":"USD","in_stock":true},{"title":"🚧 Construction Crew","offer_id":53805790167334,"sku":"NC01922608261190-建筑车辆盲盒","price":42.98,"currency_code":"USD","in_stock":true},{"title":"🏙 City Service Fleet","offer_id":53805790200102,"sku":"NC01922608261190-交通工具盲盒","price":42.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/c6a6dc59f5d7db66c9886a2611cfd1be5765822a_d17ca4ac-3f03-4261-a4bb-7beecd0bb895.jpg?v=1788330355","url":"https:\/\/zavrlyshop.com\/es\/products\/build-the-fleet-collection-24-day-vehicle-advent-calendar-series-%e2%9c%a8a-new-adventure-every-morning-p","provider":"zavrlyshop","version":"1.0","type":"link"}