Diocolle 64 #carsnap 17a FLOWER SHOP, Tomytec Tomica Limited Vintage Neo diorama set 1/64 Scaled Diecast Vehicle Product Details ID PN0007183 Brand Tomytec Model 17a About 【set content】 ① Daihatsu Mira Walk-Thru Van Mobile Sales Vehicle (Tomica Limited Vintage NEO) ②Flower shop clerk ③ Customer (parent) ④ Customer (child) ⑤Rose ⑥ Tulip ⑦ Nemophila ⑧ Sunflower color ⑨ Gerbera hyacinth ⑩ Pistachia ⑪Eucalyptus ⑫ desk ⑬Chair ⑭Sign board ⑮Label stickers Scale 205 x 130 x 48 mm Series Diorama Collection64 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); })();