Long Type Tomica No.150 Enoden 300 Series Scaled Diecast Vehicle Product Details ID PN0013730 Brand Takara Tomy Model Tomica Classic No.142 About Classic Tomica Scale W156×H39×D27mm Series Tomica Long Series Delivery Options Express Delivery As fast as next business day for metro areas (arrives by ) Orders ship within 1 business day with tracking. Delivery times are estimates and may vary for regional areas, weekends, and public holidays. Returns For returns—please see our return policy for full details. Secure Shopping Use Apple Pay for a quick and easy checkout experience with just a touch or glance. Enjoy secure payments without having to enter card details. (function() { function formatDate(d) { return d.toLocaleDateString('en-AU', { weekday: 'short', day: 'numeric', month: 'short' }); } function addBusinessDays(date, days) { var result = new Date(date); var added = 0; while (added < days) { result.setDate(result.getDate() + 1); if (result.getDay() !== 0 && result.getDay() !== 6) { added++; } } return result; } function updateCountdown() { var now = new Date(); var cutoff = new Date(); cutoff.setHours(14, 0, 0, 0); if (now > cutoff) { cutoff.setDate(cutoff.getDate() + 1); cutoff.setHours(14, 0, 0, 0); } var diff = cutoff - now; if (diff < 0) diff = 0; var hours = Math.floor(diff / (1000 * 60 * 60)); var mins = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60)); var el = document.getElementById("countdownTimer"); if (el) { el.innerText = hours + "h " + mins + "m"; } } var today = new Date(); // Express delivery (cutoff-aware) var expressOffset = (new Date().getHours() >= 14) ? 2 : 1; var expressDate = formatDate(addBusinessDays(today, expressOffset)); // Regional delivery var NSW1 = formatDate(addBusinessDays(today, 3)); var NSW2 = formatDate(addBusinessDays(today, 6)); var VIC1 = formatDate(addBusinessDays(today, 4)); var VIC2 = formatDate(addBusinessDays(today, 7)); var QLD1 = formatDate(addBusinessDays(today, 2)); var QLD2 = formatDate(addBusinessDays(today, 5)); // Render regional block var el = document.getElementById("GROUPresult"); if (el) { el.innerHTML = ` Standard Delivery Sydney: ${NSW1} – ${NSW2} Melbourne: ${VIC1} – ${VIC2} Brisbane: ${QLD1} – ${QLD2} `; } // Express date var expressEl = document.getElementById("expressDate"); if (expressEl) { expressEl.innerText = expressDate; } updateCountdown(); setInterval(updateCountdown, 60000); })();