{"title":"Buses","description":"","products":[{"product_id":"4895183679671","title":"LAND ROVER Defender 110 Royal Mail Post Bus, MINI GT No.152 diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eLAND ROVER Defender 110 Royal Mail Post Bus, MINI GT No.152 diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0003114\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eMINI GT\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eMGT00152-R\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eAbout \u003c\/strong\u003e\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eMINI GT\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"MINI GT","offers":[{"title":"Default Title","offer_id":39514532348065,"sku":"4895183679671","price":23.8,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC00072-GINZAT1000.jpg?v=1616913141"},{"product_id":"ginzat-standard-shipping-2-8-business-days","title":"GINZAT  - Standard Shipping (2 -8 Business Days)","description":"Parcel will be sent out from GINZAT's Brisbane Warehouse\u003cbr\u003eTracking will be provided upon dispatch.\u003cbr\u003e\u003cbr\u003e","brand":"GINZAT","offers":[{"title":"Default Title","offer_id":42585880363169,"sku":"","price":13.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/ShippingBoxPNG.png?v=1664801934"},{"product_id":"ginzat-express-shipping-1-4-business-days","title":"GINZAT  - Express Shipping (1 - 4 Business Days)","description":"Parcel will be sent out from GINZAT's Brisbane Warehouse\u003cbr\u003eTracking will be provided upon dispatch.\u003cbr\u003e\u003cbr\u003e","brand":"GINZAT","offers":[{"title":"Default Title","offer_id":42585884459169,"sku":"","price":13.51,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/ShippingBoxPNG_526bb542-34fe-4806-aa52-9a58017ad53f.png?v=1664801997"},{"product_id":"4894826013384","title":"Coca-Cola Bus, TINY diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eCoca-Cola Bus, TINY diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007006\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTINY\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e\"\"\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eScale 1:110\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e155 x 72 x 53 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"TINY","offers":[{"title":"Default Title","offer_id":42925043548321,"sku":"4894826013384","price":28.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4894826013384-01-w1250.jpg?v=1678287256"},{"product_id":"4897099932895","title":"Nissan NV350 Japan Mini School Bus, Era Car No. 21 diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNissan NV350 Japan Mini School Bus, Era Car No. 21 diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001044\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eERA CAR\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e -\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e93 x 40 x 40 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003e -\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"ERA CAR","offers":[{"title":"Default Title","offer_id":42935114825889,"sku":"4897099932895","price":23.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/IMG_0011-w1250_beebc5ef-4227-43a5-88af-fd5217f74a52.jpg?v=1678812868"},{"product_id":"4897099933380","title":"NISSAN NV350 Caravan Hong Kong Mini School Bus, ERA CAR No.04 diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNISSAN NV350 Caravan Hong Kong Mini School Bus, ERA CAR No.04 diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001038\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eERA CAR\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e -\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eScale 1\/64\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eNA\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003e -\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"ERA CAR","offers":[{"title":"Default Title","offer_id":42997856501921,"sku":"4897099933380","price":26.55,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4897099933380-01-w1250.jpg?v=1682171799"},{"product_id":"4904810859420","title":"Hato Bus, Tomica No.42 diecast model bus","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTomica No.042 Hato Bus \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005467\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Classic No.042\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eClassic Tomica Series\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW78×H39×D27mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eClassic Tomica Current\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43029948661921,"sku":"4904810859420","price":6.2,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810859420_240210_1-20240210-web-ginzat-W900_f56f0fb5-9016-4c1e-a428-ea34648c7deb.jpg?v=1707578222"},{"product_id":"4904810799207","title":"Toyota Coaster Kindergarten Bus, Tomica No.49 diecast model bus","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTomica No.049 Toyota Coaster Kindergarten Bus \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0006054\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Classic No.049\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eClassic Tomica Series\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW78×H39×D27mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eClassic Tomica Current\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43029948989601,"sku":"4904810799207","price":6.2,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810799207_240210_1-20240210-web-ginzat-W900_7db1ea28-281b-458c-8904-87ff08dfb22a.jpg?v=1707578216"},{"product_id":"4904810562597","title":"London Bus, Tomica No.95 diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTomica No.095 London Bus \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005628\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Classic No.095\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eClassic Tomica Series\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW39×H78×D27mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eClassic Tomica Current\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43029950267553,"sku":"4904810562597","price":6.2,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4904810562597-01-w1250_3c54d617-2d80-44f7-bd40-cd97f9769340.jpg?v=1684858139"},{"product_id":"4904810160977","title":"Isuzu Giga Sumikkogurashi X Rinko Bus, Tomica No.112 diecast model","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eIsuzu Giga Sumikkogurashi X Rinko Bus, Tomica No.112 diecast model \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005547\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica No.112\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eClassic Tomica\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43029950955681,"sku":"4904810160977","price":6.2,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810160977_e7ec1c4d-6c8c-49ea-af33-6c51e141a3c9.jpg?v=1684324591"},{"product_id":"4904810880431","title":"Mitsubishi Fuso Super Great Shinkaen Series H5 Hiyabusa Transporter, Tomica No.122 diecast model","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eLong Type Tomica No.122 Mitsubishi Fuso Super Great H5 Series Shinkansen Transport Vehicle \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005697\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Classic No.122\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eClassic Tomica\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW156×H39×D27mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Long Series\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43029951086753,"sku":"4904810880431","price":12.42,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810880431_efdf541d-a473-4999-8474-1401ffd0ec2a.jpg?v=1684324595"},{"product_id":"4904810395720","title":"Mercedes-Benz Citaro Keisei Articulated Bus, Tomica No.134 diecast model bus","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eLong Type Tomica No.134 Mercedes-Benz Citaro Keisei Articulated Bus \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005679\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Classic No.134\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eClassic Tomica\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW56×H39×D27mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Long Series\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43030024487073,"sku":"4904810395720","price":12.42,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810395720.jpg?v=1684324622"},{"product_id":"4904810111610","title":"Hong Kong Vintage Bus (KMB), Tomica diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eHong Kong Vintage Bus (KMB), Tomica diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005527\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e -\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eScale 1\/130\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e78 x 39 x 27 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Special Edition \u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43036206989473,"sku":"4904810111610","price":15.98,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810111610-01-w1250.jpg?v=1684857297"},{"product_id":"4904810619680","title":"KMB TRAINING BUS, Tomica diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eKMB TRAINING BUS, Tomica diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005566\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e -\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eScale 1\/130\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e78 x 39 x 27 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Special Edition \u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43036207349921,"sku":"4904810619680","price":15.98,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810619680-01-w1250.jpg?v=1684857299"},{"product_id":"4543736313960","title":"Iwate Kotsu BYD K9, Tomytec The Bus Collection 1\/150 diecast model bus","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eIwate Kotsu BYD K9, Tomytec The Bus Collection 1\/150 diecast model bus \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007233\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eBus\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eAbout \u003c\/strong\u003e\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eThe Bus Collection\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tomytec","offers":[{"title":"Default Title","offer_id":43037045162145,"sku":"4543736313960","price":24.15,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4543736313960-1-web-W600_a00e1a8f-97cf-4f97-bd5d-26f6612c91b1.jpg?v=1685183278"},{"product_id":"4543736327578","title":"Fujikyu Bus BYD K9, Tomytec The Bus Collection 1\/150 diecat model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eFujikyu Bus BYD K9, Tomytec The Bus Collection 1\/150 diecat model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007196\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eBus\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomytec The Bus Collection\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tomytec","offers":[{"title":"Default Title","offer_id":43037045227681,"sku":"4543736327578","price":24.15,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4543736327578-2-web-W600.jpg?v=1685183487"},{"product_id":"4904810804512","title":"Peanuts Girls Bus, Dream Tomica diecast vehicle","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003ePeanuts Girls Bus, Dream Tomica diecast vehicle \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005822\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eDream Tomica\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eDream Tomica\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43114126082209,"sku":"4904810804512","price":10.58,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810804512-1-web-W600.jpg?v=1689392477"},{"product_id":"4904810826200","title":"NERV Official Business Coupe (Mazda Cosmo Sport), Dream Tomica diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNERV Official Business Coupe (Mazda Cosmo Sport), Dream Tomica diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005735\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eDream Tomica\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eDream Tomica\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43114126311585,"sku":"4904810826200","price":10.99,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810826200-1-web-W600.jpg?v=1689392487"},{"product_id":"4904810466413","title":"Snoopy School Bus, Dream Tomica No.154 diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eSnoopy School Bus, Dream Tomica No.154 diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005847\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eDream Tomica No.154\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eAbout \u003c\/strong\u003e\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eDream Tomica\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43136238157985,"sku":"4904810466413","price":6.83,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810466413_240210_1-20240210-web-ginzat-W900_eb07c030-f4b9-4904-a32e-76ecfef232bc.jpg?v=1707578200"},{"product_id":"4894826008540","title":"Coca-Cola Toyota Coaster Bus, TINY diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eCoca-Cola Toyota Coaster Bus, TINY diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007010\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTINY\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#N\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eScale 1:76\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e155 x 71 x 51 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"TINY","offers":[{"title":"Default Title","offer_id":43150031650977,"sku":"4894826008540","price":24.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4894826008540-1-Web0.jpg?v=1691950477"},{"product_id":"4894826012684","title":"LWB ADL Enviro500 Hong Kong Airbus, TINY diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eLWB ADL Enviro500 Hong Kong Airbus, TINY diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007038\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTINY\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#N\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eRoute: Sha Tin Bok Hong E42\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e103 x 48 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"TINY","offers":[{"title":"Default Title","offer_id":43150031683745,"sku":"4894826012684","price":22.78,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4894826012684-1-W800.jpg?v=1691950479"},{"product_id":"4894826011090","title":"Toyota Coaster Red Minibus Hong Kong (Chai Wan), TINY diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eToyota Coaster Red Minibus Hong Kong (Chai Wan), TINY diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007100\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTINY\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eATC65594\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e110 X 46 x 27 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"TINY","offers":[{"title":"Default Title","offer_id":43200760053921,"sku":"4894826011090","price":22.52,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4894826011090-1-w800.jpg?v=1693933311"},{"product_id":"4905802220068","title":"Kaisai Airport (KIX) Limousine, Faithfull Bus 1\/80 diecast model car No.6","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eKaisai Airport (KIX) Limousine, Faithfull Bus 1\/80 diecast model car No.6 \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001129\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eFAITHFUL BUS\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e\"\"\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e195 x 62 x 50 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"FAITHFUL BUS","offers":[{"title":"Default Title","offer_id":43200771850401,"sku":"4905802220068","price":24.38,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4905802220068-1-w800.jpg?v=1693933394"},{"product_id":"4905802220105","title":"[Damaged Box ] Kyoto-Osaka Keihan Bus, Faithfull Bus 1\/80 diecast model car No.10","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eKyoto-Osaka Keihan Bus, Faithfull Bus 1\/80 diecast model car No.10 \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001131\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eFAITHFUL BUS\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e\"\"\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e195 x 62 x 50 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"FAITHFUL BUS","offers":[{"title":"Default Title","offer_id":43200771915937,"sku":"4905802220105","price":19.98,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4905802220105-1-w800.jpg?v=1693933396"},{"product_id":"4905802220129","title":"Nishitetsu Bus, Faithfull Bus 1\/80 diecast model car No.12","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNishitetsu Bus, Faithfull Bus 1\/80 diecast model car No.12 \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001132\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eFAITHFUL BUS\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e\"\"\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e195 x 62 x 50 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"FAITHFUL BUS","offers":[{"title":"Default Title","offer_id":43200771981473,"sku":"4905802220129","price":24.38,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4905802220129-1-w800.jpg?v=1693933398"},{"product_id":"4905802220150","title":"Kyoto Bus, Faithfull Bus 1\/80 diecast model car No.15","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eKyoto Bus, Faithfull Bus 1\/80 diecast model car No.15 \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001130\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eFAITHFUL BUS\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e\"\"\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e195 x 62 x 50 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"FAITHFUL BUS","offers":[{"title":"Default Title","offer_id":43200772014241,"sku":"4905802220150","price":24.38,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4905802220150-1-w800.jpg?v=1693933401"},{"product_id":"495034499212226","title":"Yoshimura Hayabusa X-1, Tamiya Motorcycle Plastic Model Kit (Scale 1\/12)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eYoshimura Hayabusa X-1, Tamiya Motorcycle Plastic Model Kit (Scale 1\/12) \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003ePlastic Model Kits \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0006348\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e14093\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eStatic display model kit, assembly required.\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eScale 1\/12\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTamiya 1\/12 Motocycle Series\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tamiya","offers":[{"title":"Default Title","offer_id":43548801237153,"sku":"4950344992126","price":61.2,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344992126-web-W600_320c64ab-833d-4f85-8d74-717a03e33a26.jpg?v=1702393664"},{"product_id":"495034499502280","title":"Suzuki GSX1300R Hayabusa, Tamiya Motorcycle Plastic Model Kit (Scale 1\/12)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eSuzuki GSX1300R Hayabusa, Tamiya Motorcycle Plastic Model Kit (Scale 1\/12) \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003ePlastic Model Kits \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0006304\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e14090\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eStatic display model kit, assembly required.\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eScale 1\/12\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTamiya 1\/12 Motocycle Series\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tamiya","offers":[{"title":"Default Title","offer_id":43548801269921,"sku":"4950344995080","price":55.65,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344995080-web-W600_c22de289-191f-4725-a3a9-2f42047f2b93.jpg?v=1702393667"},{"product_id":"490481096042278","title":"Tomica Thomas \u0026Friends Bus and Railway Set, Tomica die cast model car set","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTomica Thomas \u0026amp;Friends Bus and Railway Set, Tomica die cast model car set \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0006017\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e -\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eN\/A\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Box Set\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43558598312097,"sku":"4904810960478","price":29.65,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810960478-web-W600.jpg?v=1702521112"},{"product_id":"490481087972218","title":"Isuzu Eruga Toei Bus, Tomica No.020 diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTomica No.020 Isuzu Erga Toei Bus \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005542\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Classic No.020\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eClassic Tomica Series\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW78×H39×D27mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eClassic Tomica Current\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43558599327905,"sku":"4904810879718","price":6.2,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810879718_240210_1-20240210-web-ginzat-W900_3ef21935-a374-41dc-a43d-be570dded889.jpg?v=1707578228"},{"product_id":"497038149812260","title":"My Neighbor Totoro Bonnet Bus, Studio Ghibli work pullback collection PBC-02B","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eMy Neighbor Totoro Bonnet Bus, Studio Ghibli Work Collection PBC-02B \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003e \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0000918\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eEnsky\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e -\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e140 x 75 x 100mm (Box)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Ensky","offers":[{"title":"Default Title","offer_id":43558772867233,"sku":"4970381498160","price":36.42,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4970381498160-1-20240215-web-ginzat-W1200.jpg?v=1707997911"},{"product_id":"400786406252253","title":"Volkswagen Type II (T2) Hello Kitty Capsule School Bus, Tarmac Works diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eVolkswagen Type II (T2) Hello Kitty Capsule School Bus, Tarmac Works diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0006926\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTarmac Works\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eT64S-010-HK\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eScale 1\/64\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eGlobal64\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tarmac Works","offers":[{"title":"Default Title","offer_id":43649590231201,"sku":"4007864062553","price":36.4,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4007864062553-01-web-W900.jpg?v=1704260077"},{"product_id":"454373631232269","title":"Diocolle 64 #carsnap 05a Bus Stop, Tomytec Tomica Limited Vintage Neo Diorama set 1\/64","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eDiocolle 64 #carsnap 05a Bus Stop, Tomytec Tomica Limited Vintage Neo Diorama set 1\/64 \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007182\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e05a\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eThe set include \n1 Bus stop \n2 Information display board \n3 Mother \n4 Children \n5 Stroller\n6 Male student\n7 Bench\n8 Female student\n9 Pigeon A\n10 Pigeon B \n11 Pigeon C\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eScale 1\/64\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eDiorama Collection64\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tomytec","offers":[{"title":"Default Title","offer_id":43649593802913,"sku":"4543736312369","price":37.59,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4543736312369-01-web-W900.jpg?v=1704260139"},{"product_id":"490481022862260","title":"Isuzu ERGA Osaka City Bus, Tomica No.129 diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eLong Type Tomica No.129 Isuzu Erga Osaka City Bus \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005541\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Classic No.129\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eClassic Tomica\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW156×H41×D39mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Long Series\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43706286801057,"sku":"4904810228660","price":12.42,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810228660-1-202401-web--ginzat-W1200.jpg?v=1705587614"},{"product_id":"490481048642273","title":"Thomas Bus, Dream Tomica No.156 diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eThomas Bus, Dream Tomica No.156 diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0005968\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eDream Tomica No.156\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eAbout \u003c\/strong\u003e\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e82 x 42 x 40 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eDream Tomica\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43706793951393,"sku":"4904810486473","price":6.83,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810486473-1_1_-full-ginzat-web-202401-W0.jpg?v=1705590324"},{"product_id":"454373632734501","title":"Tomica Limited Vintage NEO: LV-N245f Isuzu ERGA Meitetsu Bus","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTomica Limited Vintage NEO: LV-N245f Isuzu ERGA Meitetsu Bus \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007169\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eLV-N245f\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003e1\/64 Scale\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Limited Vintage Neo\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tomytec","offers":[{"title":"Default Title","offer_id":43760950837409,"sku":"4543736327301","price":145.98,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4543736327301_4-20240203-web-ginzat-W1200_0b45e6e6-c43a-4a68-9ec7-3b1647939cde.jpg?v=1707012235"},{"product_id":"454373632954534","title":"Tomica Limited Vintage NEO: LV-N245g Isuzu ERGA Odakyu Bus","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTomica Limited Vintage NEO: LV-N245g Isuzu ERGA Odakyu Bus \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007941\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eLV-N245g\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003e1\/64 Scale\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW200mm×H66mm×D46mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Limited Vintage Neo\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tomytec","offers":[{"title":"Default Title","offer_id":43760950870177,"sku":"4543736329534","price":159.81,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4543736329534_4-20240203-web-ginzat-W1200_9d5e1794-6182-4319-a426-c1e8012b4b6f.jpg?v=1707012241"},{"product_id":"454373632504555","title":"Mitsubishi Fuso Aerobus (Ishizuka Kanko Jidosha), Tomica Limited Vintage NEO: LV-N300a","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eMitsubishi Fuso Aerobus (Ishizuka Kanko Jidosha), Tomica Limited Vintage NEO: LV-N300a \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007951\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eLV-N300a\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003e1\/64 Scale\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW243mm×H82mm×D45㎜\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Limited Vintage Neo\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tomytec","offers":[{"title":"Default Title","offer_id":43760951918753,"sku":"4543736325055","price":209.71,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4543736325055_6-20240203-web-ginzat-W1200.jpg?v=1707012402"},{"product_id":"496783421112200","title":"Hasegawa 1\/24 Plastic Model Kit - VOLKSWAGEN TYPE 2 MICRO BUS (1963) â23-WINDOWâ","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eHasegawa 1\/24 Plastic Model Kit - VOLKSWAGEN TYPE 2 MICRO BUS (1963) “23-WINDOW” \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003ePlastic Model Kits \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001344\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHasegawa\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eHC10\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eStatic display model kit, assembly required.\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eScale 1\/24\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHasegawa 1:24 Scale Vehicles\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Hasegawa","offers":[{"title":"Default Title","offer_id":43814073237665,"sku":"4967834211100","price":49.04,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4967834211100_1-web-202402-W0.jpg?v=1708474265"},{"product_id":"489482601152295","title":"Toyota Coaster Red Minibus Hong Kong (Yuen Long), TINY diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eToyota Coaster Red Minibus Hong Kong (Yuen Long), TINY diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0007128\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTINY\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eATC65497\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eN\/A\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"TINY","offers":[{"title":"Default Title","offer_id":44293330501793,"sku":"4894826011595","price":21.43,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4894826011595-WEB_c87ce0a5-14bb-405e-9322-912fadf5f662.jpg?v=1714467660"},{"product_id":"497038114562237","title":"[Ensky Jigsaw Puzzle] Studio Ghibli My Neighbor Totoro - Cat bus arrival 1000 pcs","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003e[Ensky Jigsaw Puzzle] Studio Ghibli My Neighbor Totoro - Cat bus arrival 1000 pcs \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eJigsaw Puzzles \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0010079\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eEnsky\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e1000-227\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003e1000\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e50 x 75 cm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eStudio Ghibli\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Ensky","offers":[{"title":"Default Title","offer_id":44598300672161,"sku":"4970381145637","price":38.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4970381145637-WEB_78085c0b-8e61-4fd0-b3a9-e2fc1f1dec9f.jpg?v=1725422614"},{"product_id":"810152143438","title":"Lamborghini Urus Performante Grigio Nimbus, MINI GT No.747 diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eLamborghini Urus Performante Grigio Nimbus, MINI GT No.747 diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0010968\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eMINI GT\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eMGT00747-R\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eRHD\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e1\/64\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eMINI GT\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"MINI GT","offers":[{"title":"Default Title","offer_id":44727937532065,"sku":"810152143438","price":21.38,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/810152143438-WEB_b2c31f77-7de3-4025-8d8e-54c1a62cc102.jpg?v=1732179403"},{"product_id":"454373632722219","title":"Mitsubishi Fuso Aeri Bus (Teisan Bus), Tomytec Tomica Limited Vintage NEO diecast model car TLV-N300b","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eMitsubishi Fuso Aeri Bus (Teisan Bus), Tomytec Tomica Limited Vintage NEO diecast model car TLV-N300b \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0011683\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTLV-N300b\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eAbout \u003c\/strong\u003e\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003e -\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tomytec","offers":[{"title":"Default Title","offer_id":44746342498465,"sku":"4543736327219","price":193.2,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4543736327219_01-WEB_b32d06fa-c662-4c08-a059-4731aacab424.jpg?v=1733283364"},{"product_id":"454373632792298","title":"Isuzu BU04 Bus (Kokusai Kogyo) Revival Edition, Tomytec Tomica Limited Vintage Neo diecast model car TLV-N09g","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTomica Limited Vintage Neo LV-N09g Isuzu BU04 Bus (Kokusai Kogyo) Revival Version \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0015655\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e -\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eTomica Limited Vintage\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e1\/64\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Limited Vintage\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tomytec","offers":[{"title":"Default Title","offer_id":44746345775265,"sku":"4543736327998","price":149.5,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4543736327998_01-WEB_d89bf775-ef96-4e0f-870f-af65ccd133bf.jpg?v=1733283382"},{"product_id":"454373633252265","title":"Mitsubishi Fuso Aerobus (Nihon Kotsu), Tomytec Tomica Limited Vintage Neo diecast model car TLV-N300c","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eMitsubishi Fuso Aerobus (Nihon Kotsu), Tomytec Tomica Limited Vintage Neo diecast model car TLV-N300c  \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0012817\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTLV-N300c\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Limited Vintage\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tomytec","offers":[{"title":"Default Title","offer_id":44746358685857,"sku":"4543736332565","price":195.5,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4543736332565_01-WEB_ad5899b3-5e92-466c-905f-c26a87afc1e6.jpg?v=1733283592"},{"product_id":"490481093412203","title":"Curious George Friend Bus, Dream Tomica SP diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eCurious George Friend Bus, Dream Tomica SP diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0013706\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eDream Tomica SP\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eAbout \u003c\/strong\u003e\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eDream Tomica\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":44746370777249,"sku":"4904810934103","price":9.2,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4904810934103_01-WEB_019eb880-ac10-40bb-a285-1753ef240d03.jpg?v=1733283761"},{"product_id":"495034406152232","title":"Tamiya 1\/32 Full Cowl Mini 4WD Series BUSTER-SONIC","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/32 Full Cowl Mini 4WD Series BUSTER-SONIC \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003ePlastic Model Kits \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0013878\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 19423\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e1\/32\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003e1\/32 Full Cowl Mini 4WD Series\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tamiya","offers":[{"title":"Default Title","offer_id":44775580401825,"sku":"4950344061532","price":12.48,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4950344061532-01-WEB_b70b6f8e-2ae9-4207-90b2-f04dffb1e692.jpg?v=1734928757"},{"product_id":"495034406412244","title":"Tamiya 1\/32 Full Cowl Mini 4WD Series BUSTER-SONIC PREMIUM (AR CHASSIS)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/32 Full Cowl Mini 4WD Series BUSTER-SONIC PREMIUM (AR CHASSIS) \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003ePlastic Model Kits \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0013902\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 19445\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e1\/32\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003e1\/32 Full Cowl Mini 4WD Series\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tamiya","offers":[{"title":"Default Title","offer_id":44775581155489,"sku":"4950344064144","price":17.6,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4950344064144-01-WEB_6405c9b9-dab8-485b-85ec-f66815335385.jpg?v=1734928807"},{"product_id":"495034495312296","title":"Tamiya Mini 4WD Special Project Items (Parts) HG THREADED BEARING BUSHING SET","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya Mini 4WD Special Project Items (Parts) HG THREADED BEARING BUSHING SET \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003ePlastic Model Kits \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0014506\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 95319\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eAbout \u003c\/strong\u003e\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eMini 4WD Special Project Items (Parts)\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Tamiya","offers":[{"title":"Default Title","offer_id":44775593935009,"sku":"4950344953196","price":4.48,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4950344953196-01-WEB_24221e5f-ab45-4462-98c9-451ea9092822.jpg?v=1734929743"},{"product_id":"490481091722236","title":"Daihatsu Move Canbus (Special First Edition), Tomica No. 86 diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eDaihatsu Move Canbus (Special First Edition), Tomica No. 86 diecast model car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0015573\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e -\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e1\/57\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Series No.1 to No.120\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      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.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Takara Tomy","offers":[{"title":"Default Title","offer_id":44876663128225,"sku":"4904810917236","price":9.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/4904810917236-1_202503_web_8a36d3e9-8909-4fb4-a07c-0786da757f00.jpg?v=1742253057"}],"url":"https:\/\/www.ginzat.com\/collections\/buses.oembed?page=4","provider":"GINZAT","version":"1.0","type":"link"}