{"title":"Nissan","description":"","products":[{"product_id":"4904810114178","title":"NISSAN Fairlady Z, Tomica Premium No.9 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 Premium 09 Nissan Fairlady Z \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\u003ePN0005759\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\u003eTomica Premium\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW78×H41×D39mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Premium\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":35960965169313,"sku":"4904810114178","price":8.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC09142-GINZAT_W800.jpg?v=1603885775"},{"product_id":"4904810149392","title":"NISSAN Skyline GT-R, Tomica Premium No.34 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 Premium 34 Nissan Skyline GT-R (KPGC10) \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\u003ePN0005811\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\u003eTomica Premium\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW78×H41×D39mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Premium\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":36829015638177,"sku":"4904810149392","price":8.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810149392-02-ginzat-web-W650.jpg?v=1688497115"},{"product_id":"4904810866305","title":"Nissan Skyline HT 2000 Turbo RS, Tomica Premium No.20 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 Skyline HT 2000 Turbo RS, Tomica Premium No.20 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\u003ePN0005813\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Premium No.20\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e78 x 41 x 39 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Premium\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":"Tomica","offers":[{"title":"Default Title","offer_id":37208289771681,"sku":"4904810866305","price":19.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC00055-GINZAT1000.jpg?v=1616428452"},{"product_id":"4904810143536","title":"Nissan Ariya Tomica No.64 diecast model","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNissan Ariya Tomica No.64 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\u003ePN0005740\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica No.064\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":40325706121377,"sku":"4904810143536","price":6.38,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810143536-1-web-W600.jpg?v=1689392348"},{"product_id":"4904810149408","title":"NISSAN Skyline 2000 Turbo GT-E S, Tomica Premium No.8 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 Skyline 2000 Turbo GT-E S, Tomica Premium No.8 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\u003ePN0005801\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Premium No.08 (2021)\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e78 x 41 x 39 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Premium\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":40477431300257,"sku":"4904810149408","price":8.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/SDIM0023-900_02.jpg?v=1627608166"},{"product_id":"4904810179207","title":"NISSAN Skyline 2000 Turbo GT-E S (Tomica Premium Anniversary Edition) Tomica Premium No.08 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 Skyline 2000 Turbo GT-E S (Tomica Premium Anniversary Edition) Tomica Premium No.08 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\u003ePN0005800\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Premium No.08\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e78 x 41 x 39 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Premium\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":40477510566049,"sku":"4904810179207","price":8.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/SDIM0019-900_02_666ed7f5-0ae3-49ae-9e09-b9f65c177fc9.jpg?v=1627608124"},{"product_id":"4904810859963","title":"NISSAN Fairlady Z Nismo Police Car Tomica No.61 diecast model","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTomica No.061 Nissan Fairlady Z NISMO Patrol 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\u003ePN0005752\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.061\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eClassic Tomica Series\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW78×H41×D39mm\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":40626563842209,"sku":"4904810859963","price":9.8,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810859963-02-ginzat-web-W650.jpg?v=1688497135"},{"product_id":"4904810173052","title":"NISSAN GT-R50 by ITALDESIGN, Tomica Premium No.23 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 GT-R50 by ITALDESIGN, Tomica Premium No.23 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\u003ePN0005776\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Premium No.23\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e78 x 41 x 39 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Premium\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":40780357828769,"sku":"4904810173052","price":8.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC00185-900_01.jpg?v=1630988348"},{"product_id":"4543736315179","title":"NISSAN Atlas Hanamidai Auto Safety Loader Big Wide, Tomytec Tomica Limited Vintage Neo diecast model car LV-N221b","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNISSAN Atlas Hanamidai Auto Safety Loader Big Wide, Tomytec Tomica Limited Vintage Neo diecast model car LV-N221b \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\u003ePN0007880\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eLV-N221b\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\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":41529483264161,"sku":"4543736315179","price":100.38,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC08867-900_60b8f798-853a-48d3-87a8-ac78eb7322c2.jpg?v=1643438916"},{"product_id":"nissan-skyline-tomica-no-76-diecast-model-car-r2202","title":"NISSAN Skyline, Tomica No.76 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 Skyline, Tomica No.76 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\u003ePN0005815\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica No.076\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\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":41579062558881,"sku":"4904810158271","price":8.86,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC09144-GINZAT_W800_0929d23d-f3bf-463c-aa37-6a7396ce9845.jpg?v=1644478614"},{"product_id":"4543736316930","title":"NISSAN Safari Extra Van DX 85', Tomica Limited Vintage Neo diecast model car LV-N109c","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNISSAN Safari Extra Van DX 85', Tomica Limited Vintage Neo diecast model car LV-N109c \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\u003ePN0007900\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eLV-N109c\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\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":41713814798497,"sku":"4543736316930","price":34.69,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/SDIM8975-900.jpg?v=1647500757"},{"product_id":"4543736320005","title":"NISSAN GT-R Nismo Special edition 2022 model, Tomica Limited Vintage Neo diecast model car (LV-N254a)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNISSAN GT-R Nismo Special edition 2022 model, Tomica Limited Vintage Neo diecast model car (LV-N254a) \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\u003ePN0007894\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eLV-N254a\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\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":41891134308513,"sku":"4543736320005","price":36.41,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/IMG_8992-GINZAT1100.jpg?v=1651413797"},{"product_id":"9588826263744","title":"NISSAN Skyline GTS-R (R31) #23 Ricoh JTC 1988, INNO64 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;\"\u003eINNO Models 1\/64 Skyline GTS-R (R31) #23 `RICOH` JTCC 1988 \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\u003ePN0011917\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eINNO Models\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e -\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\u003eINNO64\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":"INNO Models","offers":[{"title":"Default Title","offer_id":42648438931617,"sku":"9588826263744","price":34.68,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/9588826263744-00001-w1250.jpg?v=1666442884"},{"product_id":"4543736316848","title":"NISSAN 180SX Type II \u0026 figures diorama set, Tomica Limited Vintage Neo #carsnap 08a Urban Street","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNISSAN 180SX Type II \u0026amp; figures diorama set, Tomica Limited Vintage Neo #carsnap 08a Urban Street \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\u003ePN0007877\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e08a\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eDiorama set with 10 delicate pieces\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e205 x 130 x 45 mm\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":42803020071073,"sku":"4543736316848","price":57.3,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4543736316848-1-web-W800.jpg?v=1689525051"},{"product_id":"4897099932420","title":"NISSAN NV100 Clipper Sapporo Mini Fire Van, ERA Car 93 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 NV100 Clipper Sapporo Mini Fire Van, ERA Car 93 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\u003ePN0001035\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\u003e90 x 42 x 42 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":42810016497825,"sku":"4897099932420","price":23.55,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4897099932420-01-W1200_e1257853-33e1-41b6-9f70-5153ab3db22a.webp?v=1672907306"},{"product_id":"4897099932345","title":"NISSAN NV350 Japan Police Van, Era Car No.85 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 Police Van, Era Car No.85 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\u003ePN0001045\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 90 x 43 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":42830846525601,"sku":"4897099932345","price":26.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4897099932345-01-W1200_79c94395-2b3a-408a-998a-84a8a9cf8190.jpg?v=1673934018"},{"product_id":"4904810175582","title":"Nissan Fairlady Z (Z34), Tomica No.59 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 Fairlady Z (Z34), Tomica No.59 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\u003ePN0005747\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica No.059 (2022)\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e78 x 41 x 39 mm\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":42841052512417,"sku":"4904810175582","price":6.2,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/SDIM8974-900_641d0990-18f6-4fcd-a43b-58dd6cd3a3f7.jpg?v=1674237690"},{"product_id":"4897099932352","title":"NISSAN NV350 Japan Police Van, Era Car 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;\"\u003eNISSAN NV350 Japan Police Van, Era Car 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\u003ePN0001046\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 90 x 45 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":42872185061537,"sku":"4897099932352","price":26.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4897099932352-01-w1250.jpg?v=1675781802"},{"product_id":"9588826264420","title":"NISSAN Fairlady Z (Z32) Kanagawa-Kenkei Japanese Police Car,  INNO64 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;\"\u003eINNO Models 1\/64 Nissan Fairlady Z (Z32) Kanagawa Prefecture Police \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\u003ePN0011843\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eINNO Models\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\u003e120 x 55 x 48 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eINNO64\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":"INNO Models","offers":[{"title":"Default Title","offer_id":42880847052961,"sku":"9588826264420","price":37.06,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/9588826264420-01-w1250.jpg?v=1676163680"},{"product_id":"9588826264406","title":"NISSAN Fairlady Z (Z32) Yellow Pearlglow w\/ Extra Wheels, INNO64 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;\"\u003eINNO Models 1\/64 Nissan Fairlady Z (Z32) Yellow Pearl w\/Extra Wheel 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\u003ePN0011845\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eINNO Models\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\u003e120 x 55 x 48 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eINNO64\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":"INNO Models","offers":[{"title":"Default Title","offer_id":42880848232609,"sku":"9588826264406","price":37.06,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/9588826264406-01-w1250.jpg?v=1676163732"},{"product_id":"4895183698818","title":"LB-Silhouette WORKS GT NISSAN 35GT-RR Wonderful Indonesia, MINI GT No.384 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;\"\u003eLB-Silhouette WORKS GT NISSAN 35GT-RR Wonderful Indonesia, MINI GT No.384 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\u003ePN0003286\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eMINI GT\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eMGT00384-R\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eBlisster Pack \u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e195 x 140 x 45 mm\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":42925043581089,"sku":"4895183698818","price":32.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4895183698818-01-w1250.jpg?v=1678287258"},{"product_id":"4897099932840","title":"NISSAN NV350 Tokyo Fire Services Van, Era Car 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 Tokyo Fire Services Van, Era Car 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\u003ePN0001050\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":42935114793121,"sku":"4897099932840","price":23.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4897099932840-01-w1250.jpg?v=1678812866"},{"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":"4950344995288","title":"Nissan Skyline GT-R V-spec (R34), Tamiya Plastic Model Car Kit (Scale 1\/24)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/24 NISSAN SKYLINE GT-R V-spec (R34) \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\u003ePN0006281\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 24210\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\u003e1\/24 Sport Car 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":42955101438113,"sku":"4950344995288","price":27.42,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344995288-01-product-image-W1200.jpg?v=1686764694"},{"product_id":"4582138604238","title":"Nissan Fairlady Z, Road Car Evolution Series, F-Toys Plastic Models 1\/64","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNissan Fairlady Z, Road Car Evolution Series, F-Toys Plastic Models 1\/64 \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003ePlastic Models \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\u003ePN0001122\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eF-Toys\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003e1\/64 Scale Plastic Model | Blind Box – Each box will contain one vehicle ony. Please see back of box for list of plastic models. | Random draw.\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e125 x 75 x 50 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eBlind Box – randomly packed – each box contains one from the 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":"F-Toys","offers":[{"title":"Default Title","offer_id":42958830764193,"sku":"4582138604238","price":9.58,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4582138604238-01-product-image-W800.jpg?v=1680076120"},{"product_id":"4582138607413","title":"Nissan Skyline GT-R V Spec (1997) or Skyline Hardtop 2000 Turbo Intercooler RS-X (1984), Nissanâs Famous Car Legend Series, F-Toys Plastic Vehicle Models 1\/64","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNissan Skyline GT-R V Spec (1997) or Skyline Hardtop 2000 Turbo Intercooler RS-X (1984), Nissan’s Famous Car Legend Series, F-Toys Plastic Vehicle Models 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\u003ePN0001124\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eF-Toys\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003e1\/64 Scale Plastic Model | Blind Box – Each box will contain one random model, see back of box for list of models. Random draw.\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e125 x 75 x 50 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eBlind Box – randomly packed – each box contains one from the 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":"F-Toys","offers":[{"title":"Default Title","offer_id":42997494513825,"sku":"4582138607413","price":9.58,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4582138607413-1-ginzat-web-W650.jpg?v=1688497095"},{"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":"9588826265083","title":"NISSAN Skyline GT-R R33 SAITAMA PREFECTURAL POLICE CAR, INNO64 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;\"\u003eINNO Models 1\/64 Nissan Skyline GT-R R33 Saitama Prefecture Police \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\u003ePN0011910\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eINNO Models\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\u003e120 x 60 x 49 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eINNO64\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":"INNO Models","offers":[{"title":"Default Title","offer_id":42997856796833,"sku":"9588826265083","price":34.35,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/9588826265083-01-web-W800.jpg?v=1701225368"},{"product_id":"4904810162063","title":"NISSAN Sileighty Tomica Premium No.39 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 Premium 39 SilEighty (RPS13 Modified) \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\u003ePN0005792\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\u003eTomica Premium\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003eW78×H41×D39mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Premium\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":43011213295777,"sku":"4904810162063","price":11.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810162063-01-ginzat-web-W650.jpg?v=1688497117"},{"product_id":"4523231034317","title":"Initial D Car Set Vol.11 MAZDA Roadster (NA6CE) \u0026 NISSAN Skyline ER34, Modelerâs 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;\"\u003eInitial D Car Set Vol.11 MAZDA Roadster (NA6CE) \u0026amp; NISSAN Skyline ER34, Modeler’s 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\u003ePN0003735\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eModelers\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e\"\"\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eThe 11th Modeler's Initial D diecast model is a two-car set of Suetsugu Toru Roadster (NA6CE) \u0026amp; Kawai Atsuro Skyline (ER34).\n\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e168 x 70 x 60 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":"Modelers","offers":[{"title":"Default Title","offer_id":43015271710881,"sku":"4523231034317","price":78.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4523231034317-01-w1250.jpg?v=1683222379"},{"product_id":"4904810174622","title":"Nissan Kicks, Tomica No.6 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 Kicks, Tomica No.6 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\u003ePN0005777\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica No.006 (2021)\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e78 x 41 x 39 mm\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":43029947842721,"sku":"4904810174622","price":6.2,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810174622-01-web-w600.jpg?v=1693933336"},{"product_id":"4950344996513","title":"(Nissan) Nismo R34GT-R Z tune, Tamiya Plastic Model Kit (Scale 1\/24)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/24 NISMO R34 GT-R Z-Tune \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\u003ePN0006182\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 24282\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\u003e1\/24 Sport Car 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":43038864310433,"sku":"4950344996513","price":36.55,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344996513-web-W850_9dab9f87-2719-47b2-82d9-753416a87077.jpg?v=1690611783"},{"product_id":"4950344995219","title":"Nissan Skyline GT-R V-Spec, Tamiya Plastic Model Kit (Scale 1\/24)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/24 NISSAN SKYLINE GT-R V-SPEC \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\u003ePN0006282\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 24145\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\u003e1\/24 Sport Car 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":43038865424545,"sku":"4950344995219","price":26.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344995219-2-web.jpg?v=1686980120"},{"product_id":"4950344995165","title":"Nissan Skyline GT-R (R32), Tamiya Plastic Model Kit (Scale 1\/24)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/24 NISSAN SKYLINE GT-R \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\u003ePN0006280\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 24090\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\u003e1\/24 Sport Car 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":43038865817761,"sku":"4950344995165","price":29.77,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344995165-1-web.jpg?v=1685016713"},{"product_id":"4950344243631","title":"Nissan Fairlady Z (RZ34), Tamiya Plastic Model Kit (Scale 1\/24)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/24 NISSAN Z \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\u003ePN0006271\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 24363\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\u003e1\/24 Sport Car 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":43038873616545,"sku":"4950344243631","price":32.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344243631-2-web_01f72cfb-6128-482b-8aa1-c79046fb22ab.jpg?v=1686764748"},{"product_id":"4950344243488","title":"Nissan Fairlady Z Heritage edition, Tamiya Plastic Model Kit (Scale 1\/24)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/24 NISSAN 370Z Heritage edition \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\u003ePN0006273\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 24348\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\u003e1\/24 Sport Car 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":43038874927265,"sku":"4950344243488","price":32.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344243488-2-web_56107682-0fca-4932-9652-4da969b513f1.jpg?v=1686764725"},{"product_id":"4950344243358","title":"Nissan Skyline 2000GT-R STREET CUSTOM, Tamiya Plastic Model Kit (Scale 1\/24)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/24 NISSAN SKYLINE 2000 GT-R STREET-CUSTOM \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\u003ePN0006278\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 24335\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\u003e1\/24 Sport Car 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":43038876270753,"sku":"4950344243358","price":41.98,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344243358-2-web.jpg?v=1685016824"},{"product_id":"4950344243006","title":"Nissan GT-R, Tamiya Plastic Model Kit (Scale 1\/24)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/24 NISSAN GT-R \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\u003ePN0006274\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 24300\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\u003e1\/24 Sport Car 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":43038876860577,"sku":"4950344243006","price":58.35,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344243006-2-web.jpg?v=1685016845"},{"product_id":"4950344995158","title":"Nissan Fairlady 300ZX Turbo, Tamiya Plastic Model Kit (Scale 1\/24)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/24 NISSAN FAIRLADY 300 ZX TURBO \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\u003ePN0006270\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 24087\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\u003e1\/24 Sport Car 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":43038877122721,"sku":"4950344995158","price":28.27,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344995158-1-web.jpg?v=1685016853"},{"product_id":"4950344995301","title":"Calsonic Skyline GT-R (R34), Tamiya Plastic Model Kit (Scale 1\/24)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTamiya 1\/24 CALSONIC SKYLINE GT-R R34 \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\u003ePN0006189\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTamiya\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eITEM 24219\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\u003e1\/24 Sport Car 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":43038877515937,"sku":"4950344995301","price":32.63,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4950344995301-web_a49c9af6-1501-4b36-bdf5-3d40022b90d1.jpg?v=1686764703"},{"product_id":"9588826264826","title":"NISSAN Skyline 2000 RS-X TURBO (DR30) #26 \"Advan\" JTC 1987, INNO64 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;\"\u003eINNO Models 1\/64 NISSAN Skyline 2000 Turbo RS-X (DR30) #26 `ADVAN`JTCC 1987 Kenji Takahashi \/ Takao Wada \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\u003ePN0011869\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eINNO Models\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\u003e120 x 60 x 49 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eINNO64\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":"INNO Models","offers":[{"title":"Default Title","offer_id":43091757236385,"sku":"9588826264826","price":33.25,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/9588826264826-1-web-w750.jpg?v=1688143146"},{"product_id":"9588826264833","title":"NISSAN Skyline 2000 RS-X TURBO (DR30) #6 \"LEYTON HOUSE\" JTC 1987, INNO64 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;\"\u003eINNO Models 1\/64 NISSAN Skyline 2000 Turbo RS-X (DR30) #6 `LEYTON HOUSE`JTCC 1987 Kitano \/ Kageyama \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\u003ePN0011870\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eINNO Models\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\u003e120 x 60 x 49 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eINNO64\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":"INNO Models","offers":[{"title":"Default Title","offer_id":43091757269153,"sku":"9588826264833","price":32.69,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/9588826264833-1-web-w750.jpg?v=1688143148"},{"product_id":"9588826265205","title":"Nissan Skyline GT-R (R34) \"5Zigen Falken\" Super Taikyu 2008 N1 Class Winner, INNO64 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;\"\u003eINNO Models 1\/64 Nissan Skyline GT-R (R34) #50 `5Zigen Falken` Super Taikyu 2000 N1 Winner \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\u003ePN0011890\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eINNO Models\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\u003eN\/A\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eINNO64\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":"INNO Models","offers":[{"title":"Default Title","offer_id":43091757301921,"sku":"9588826265205","price":37.21,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/9588826265205-1-web-w750.jpg?v=1688143150"},{"product_id":"9588826265199","title":"Nissan Skyline GT-R (R34) \"Prince Chiba Falken\" Super Taikyu 1999 Class 1 Overall Winner, INNO64 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;\"\u003eINNO Models 1\/64 Nissan Skyline GT-R (R34) #32 `Prince Chiba Falken` Super Taikyu 1999 Class 1 Winner \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\u003ePN0011891\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eINNO Models\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\u003eN\/A\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eINNO64\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":"INNO Models","offers":[{"title":"Default Title","offer_id":43091757334689,"sku":"9588826265199","price":37.21,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/9588826265199-1-web-w750.jpg?v=1688143152"},{"product_id":"4904810887126","title":"Nissan Leopard, Tomica Premium 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 Leopard, Tomica Premium 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\u003ePN0005782\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Premium No.04 (2018)\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\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\u003eTomica Premium\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":43091758645409,"sku":"4904810887126","price":15.24,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810887126-01-web-W800.jpg?v=1701225293"},{"product_id":"4904810158349","title":"NISSAN Skyline GT-R (KPGC10) (Special First Edition), Tomica Premium 34 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 Skyline GT-R (KPGC10) (Special First Edition), Tomica Premium 34 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\u003ePN0005806\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eTomica Premium No.34\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eSpecial First Edition\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e78 x 41 x 39 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eTomica Premium\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":43091758743713,"sku":"4904810158349","price":13.37,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4904810158349-1-ginzat-web-W750_a38ddb19-9b53-4692-b249-ebe118f65e2f.jpg?v=1691950515"},{"product_id":"9588826264475","title":"Nissan Skyline GTS-R HR31 #2 \"Nissan Motorsport Australia, INNO64 diecast model","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eINNO Models 1\/64 Nissan Skyline GTS-R (HR31) #2 `Nissan Motorsport Australia`Bathurst 1000 Toheys 1989 J.Richards \/ M.Skafe Australia Exclusive \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\u003ePN0011920\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eINNO Models\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\u003eN\/A\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eINNO64\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":"INNO Models","offers":[{"title":"Default Title","offer_id":43091761561761,"sku":"9588826264475","price":37.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/9588826264475-1-web-w600.jpg?v=1688143356"},{"product_id":"9588826265212","title":"Nissan Skyline GT-R (R32) #1 \"UNISIA JECS\" JTC 1993, Inno64 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;\"\u003eINNO Models 1\/64 Nissan Skyline GT-R (R32) #1 `Unisia Jecs` JTC 1993 M.Hasemi \/ H.Fukuyama \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\u003ePN0011872\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eINNO Models\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\u003eN\/A\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eINNO64\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":"INNO Models","offers":[{"title":"Default Title","offer_id":43091761725601,"sku":"9588826265212","price":37.7,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/9588826265212-1-web-w600_01.jpg?v=1688143364"},{"product_id":"4543736324799","title":"Nissan Cedric 200E GL Unmarked Police Car - Seibu Keisatsu Vol.26, Tomytec Tomica Limited Vintage 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 Cedric 200E GL Unmarked Police Car - Seibu Keisatsu Vol.26, Tomytec Tomica Limited Vintage 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\u003ePN0005741\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTakara Tomy\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eSeibu Keisatsu\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\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":"Takara Tomy","offers":[{"title":"Default Title","offer_id":43096013078689,"sku":"4543736324799","price":45.33,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4543736324799_3-20240203-web-ginzat-W1200.jpg?v=1706966052"},{"product_id":"4543736324263","title":"Tomica Limited Vintage: LV-202a NISSAN SKYLINE 2000GT (Yellow\/Black) 1970","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: LV-202a NISSAN SKYLINE 2000GT (Yellow\/Black) 1970 \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\u003ePN0007961\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eTomytec\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eLV-202a\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\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":43096013144225,"sku":"4543736324263","price":34.55,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/4543736324263-01-ginzat-web-W650.jpg?v=1688497163"}],"url":"https:\/\/www.ginzat.com\/collections\/nissan.oembed?page=6","provider":"GINZAT","version":"1.0","type":"link"}