Kawazaki GPZ900E, Vintage Bike Kit Vol.9, F-Toys Plastic Model Kit 1/24 Plastic Models Product Details ID PN0001121 Brand F-Toys Model NA About Painted Plastic Model Kit | Assembly is required. | Reasonable quality & details | Blind Box – Each box will contain one motorcycle only. Please see back of box for list of plastic models. | Random lucky draw. Scale 150 x 100 x 35 mm Series Blind Box – randomly packed – each box contains one from the 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); })();