{"title":"Hot Wheels","description":"","products":[{"product_id":"morris-mini-hot-wheels-premium-diecast-vehicle","title":"Morris Mini, Hot Wheels Premium diecast vehicle","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003e'98 SUBARU Impresza 22B STi-Version, Hot Wheels Premium diecast vehicle \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001698\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":39406385692833,"sku":"887961619805","price":7.48,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC09963-GINZAT_W600.jpg?v=1615822025"},{"product_id":"mclaren-f1-gtr-hot-wheels-premium-diecast-vehicle","title":"McLaren F1 GTR, Hot Wheels Premium diecast vehicle","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003e'98 SUBARU Impresza 22B STi-Version, Hot Wheels Premium diecast vehicle \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001698\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":39406436352161,"sku":"887961619805","price":7.72,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC09961-GINZAT_w800.jpg?v=1615822542"},{"product_id":"forza-7-motosport-volkswagen-classic-bug-hot-wheels-premium-diecast-vehicle","title":"FORZA 7 Motosport Volkswagen \"Classic Bug\", Hot Wheels Premium diecast vehicle","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003e‘68 Corvette - Gas Monkey Garage, Hot Wheels Premium 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\u003ePN0001703\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":40343191847073,"sku":"887961274547","price":10.88,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/SDIM0015-900.jpg?v=1626048779"},{"product_id":"14-corvette-singray-hot-wheels-diecast-vehicle","title":"'14 Corvette Singray, Hot Wheels diecast vehicle","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003e'14 Corvette Singray, Hot Wheels diecast vehicle \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001690\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41146086523041,"sku":"6947731034390","price":5.99,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/IMG_8708-900.jpg?v=1635303977"},{"product_id":"98-subaru-impresza-22b-sti-version-hot-wheels-premium-diecast-vehicle","title":"'98 SUBARU Impresza 22B STi-Version, Hot Wheels Premium diecast vehicle","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003e'98 SUBARU Impresza 22B STi-Version, Hot Wheels Premium diecast vehicle \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001698\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41146093469857,"sku":"887961619805","price":7.86,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/IMG_8709-900.jpg?v=1635304141"},{"product_id":"887961811889b","title":"STAR WARS The Mandalorian, Hot Wheels Character Cars diecast car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eSTAR WARS The Mandalorian, Hot Wheels Character Cars diecast 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\u003ePN0001876\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41532788539553,"sku":"887961811889b","price":0.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC08885-1100.jpg?v=1643533650"},{"product_id":"887961811889a","title":"STAR WARS Chewbacca, Hot Wheels Character Cars diecast car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eSTAR WARS Chewbacca, Hot Wheels Character Cars diecast 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\u003ePN0001872\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41532792963233,"sku":"887961811889a","price":0.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC08884-1100.jpg?v=1643533310"},{"product_id":"68-corvette-gas-monkey-garage-hot-wheels-premium-diecast-model-car","title":"â68 Corvette - Gas Monkey Garage, Hot Wheels Premium 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;\"\u003e‘68 Corvette - Gas Monkey Garage, Hot Wheels Premium 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\u003ePN0001703\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41532804038817,"sku":"887961274547","price":10.88,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC08883-1100.jpg?v=1643531221"},{"product_id":"back-to-the-future-iii-1955-hot-wheels-premium-diecast-model-car","title":"Back to the Future III 1955, Hot Wheels Premium 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;\"\u003e‘68 Corvette - Gas Monkey Garage, Hot Wheels Premium 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\u003ePN0001703\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41532808757409,"sku":"887961274547","price":10.88,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC08882-1100.jpg?v=1643533068"},{"product_id":"back-to-the-future-ford-super-de-luxe-hot-wheels-premium-diecast-model-car","title":"Back to the Future Ford Super De Luxe, Hot Wheels Premium 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;\"\u003e‘68 Corvette - Gas Monkey Garage, Hot Wheels Premium 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\u003ePN0001703\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41532810068129,"sku":"887961274547","price":10.88,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC08881-1100_01.jpg?v=1643532598"},{"product_id":"scooby-doo-the-mystery-machine-hot-wheels-premium-diecast-model-car","title":"Scooby-Doo â The Mystery Machine, Hot Wheels Premium 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;\"\u003e‘68 Corvette - Gas Monkey Garage, Hot Wheels Premium 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\u003ePN0001703\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41532812787873,"sku":"887961274547","price":7.86,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC08886-1100.jpg?v=1643534528"},{"product_id":"marvel-doctor-strange-lamborghini-huracan-coupe-hot-wheels-premium-diecast-model-car","title":"MARVEL Doctor Strange Lamborghini Huracan Coupe, Hot Wheels Premium 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;\"\u003e‘68 Corvette - Gas Monkey Garage, Hot Wheels Premium 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\u003ePN0001703\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41532814885025,"sku":"887961274547","price":10.88,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC08880-1100.jpg?v=1643531993"},{"product_id":"85-honda-city-turbo-ii-japan-historics-hot-wheels-premium-diecast-model-car","title":"â85 Honda City Turbo II JAPAN HISTORICS, Hot Wheels Premium 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;\"\u003e'98 SUBARU Impresza 22B STi-Version, Hot Wheels Premium diecast vehicle \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003eScaled Diecast Vehicle \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001698\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41532974760097,"sku":"887961619805","price":7.86,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/DSC08879-1100_01.jpg?v=1643532284"},{"product_id":"887961742664e","title":"'69 FORD Torino Talladega, Hot Wheels 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;\"\u003e'69 FORD Torino Talladega Fast \u0026amp; Furious, Hot Wheels 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\u003ePN0001695\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41795230695585,"sku":"887961742664E","price":6.86,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/SDIM0037-GINZAT1100.jpg?v=1649341657"},{"product_id":"887961742664a","title":"'15 MERCEDES-AMG GT, Hot Wheels 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;\"\u003e'15 MERCEDES-AMG GT Fast \u0026amp; Furious, Hot Wheels 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\u003ePN0001691\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41795251568801,"sku":"887961742664A","price":6.86,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/SDIM0036-GINZAT1100.jpg?v=1649341984"},{"product_id":"887961742664g","title":"'18 Dodge Challenger SRT Demon, Hot Wheels 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;\"\u003e'18 Dodge Challenger SRT Demon, Hot Wheels 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\u003ePN0001692\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41870489616545,"sku":"887961742664G","price":6.86,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/IMG_8945-GINZAT1100.jpg?v=1650892547"},{"product_id":"887961742664j","title":"BUGATTI Veyron 16.4, Hot Wheels 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;\"\u003eBUGATTI Veyron 16.4, Hot Wheels 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\u003ePN0001753\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":41870509932705,"sku":"887961742664J","price":6.86,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/IMG_8947-GINZAT1100.jpg?v=1650892938"},{"product_id":"6947731000227-01","title":"MITSUBISHI Advan Lancer Evolution 2008, Hot Wheels Speed Graphics diecast car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eMITSUBISHI Advan Lancer Evolution 2008, Hot Wheels Speed Graphics diecast car \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003e \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001840\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42623646466209,"sku":"6947731000227-01","price":5.85,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/6947731000227-W900.jpg?v=1665542263"},{"product_id":"27084120134-hcv30-r7c5","title":"Ford Escort Rs1600 â70, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eFord Escort Rs1600 ‘70, Hot Wheels diecast vehicle (2023) \u003c\/h2\u003e   \u003cp style=\"color:#666; margin-top:0;\"\u003e \u003c\/p\u003e    \u003c!-- PRODUCT DETAILS --\u003e   \u003cdiv style=\"margin-top:20px;\"\u003e     \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eProduct Details\u003c\/h3\u003e     \u003cul style=\"padding-left:18px;\"\u003e       \u003cli\u003e\n\u003cstrong\u003eID \u003c\/strong\u003ePN0001765\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#244\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42785151811745,"sku":"27084120134-HCV30-R7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HCV30-R7C5-2-ginzat-web-W600.jpg?v=1688922009"},{"product_id":"27084120134-hcx60-r7c5","title":"Audi Sport Quattro â84, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eAudi Sport Quattro ‘84, Hot Wheels diecast vehicle (2023) \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\u003ePN0001744\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#180\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42785151877281,"sku":"27084120134-HCX60-R7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HCX60-R7C5-2-ginzat-web-W600.jpg?v=1688922014"},{"product_id":"27084120134-hkh02-m7c5","title":"Mercedes-Benz 300 SL, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eMercedes-Benz 300 SL, Hot Wheels diecast vehicle (2023) \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\u003ePN0001832\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#027\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42785152008353,"sku":"27084120134-HKH02-M7C5","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKH02-M7C5-2-ginzat-web-W600_01.jpg?v=1688922041"},{"product_id":"27084120134-hcx71-r7c5","title":"Aston Martin V12 Speedster, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eAston Martin V12 Speedster, Hot Wheels diecast vehicle (2023) \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\u003ePN0001736\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#183\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42785152073889,"sku":"27084120134-HCX71-R7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HCX71-R7C5-2-ginzat-web-W600.jpg?v=1688922016"},{"product_id":"27084120134-hkg23-m7c5","title":"Nissan Patrol Custom, Hot Wheels HW J-Imports Series 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 Patrol Custom, Hot Wheels HW J-Imports Series 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\u003ePN0001850\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e\"\"\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eBlister Pack\u003c\/li\u003e       \u003cli\u003e\u003cstrong\u003eScale \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHW J-Imports 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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42785152139425,"sku":"27084120134-05","price":2.25,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/027084120134-05-2-W900_01.jpg?v=1671631707"},{"product_id":"27084120134-hcx78-r7c5","title":"Honda Civic Custom, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eHonda Civic Custom, Hot Wheels diecast vehicle (2023) \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\u003ePN0001774\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#204\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42785152204961,"sku":"27084120134-HCX78-R7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HCX78-R7C5-2-ginzat-web-W600.jpg?v=1688922018"},{"product_id":"27084120134-hcx39-r7c5","title":"Audi RS E-Tron GT, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eAudi RS E-Tron GT, Hot Wheels diecast vehicle (2023) \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\u003ePN0001741\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#176\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42785152237729,"sku":"27084120134-HCX39-R7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HCX39-R7C5-2-ginzat-web-W600.jpg?v=1688922012"},{"product_id":"887961619805-01","title":"TOYOTA AE86 Sprinter Trueno, Hot Wheels diecast model car","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eTOYOTA AE86 Sprinter Trueno, Hot Wheels 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\u003ePN0001884\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\u003e165 x 134 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eMountain Drifters\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42830843773089,"sku":"887961619805-01","price":10.58,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/887961619805-02-01-W1200_45457bc1-de09-4fb4-94ac-84a8fe58e93d.jpg?v=1673933942"},{"product_id":"887961619805-02","title":"03ï¿½ HONDA NSX Type-R, Hot Wheels 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;\"\u003e03’ HONDA NSX Type-R, Hot Wheels 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\u003ePN0001710\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\u003e165 x 134 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eMountain Drifters\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42830843936929,"sku":"887961619805-02","price":10.58,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/887961619805-041-W1200_c82e5b67-0094-4199-a139-c34f34bdc9af.jpg?v=1673933944"},{"product_id":"887961619805-03","title":"MITSUBISHI 3000GT VR-4, Hot Wheels 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;\"\u003eMITSUBISHI 3000GT VR-4, Hot Wheels 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\u003ePN0001839\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\u003e165 x 134 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eMountain Drifters\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42830843969697,"sku":"887961619805-03","price":10.58,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/887961619805-01_9a60f9ad-040e-46b1-b9c3-64700a0251fd.jpg?v=1673933946"},{"product_id":"887961619805-04","title":"95ï¿½ TOYOTA Celica GT-Four, Hot Wheels 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;\"\u003e95’ TOYOTA Celica GT-Four, Hot Wheels 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\u003ePN0001731\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\u003e165 x 134 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eMountain Drifters\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42830844035233,"sku":"887961619805-04","price":10.58,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/887961619805-03-01-W1200.jpg?v=1673933948"},{"product_id":"194735066001","title":"1995 Mazda RX-7, Hotwheels 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;\"\u003e1995 Mazda RX-7, Hotwheels 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\u003ePN0001717\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\u003e164 x 108 x 38 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHW Drift\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42872186306721,"sku":"194735066001","price":4.99,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/194735066001-01-W1200.jpg?v=1675781838"},{"product_id":"6947731034390-01","title":"1998 Honda Prelude, Hot Wheels 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;\"\u003e1998 Honda Prelude, Hot Wheels 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\u003ePN0001718\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\u003e165 x 108 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      Use Apple Pay for a quick and easy checkout experience with just a touch or glance. Enjoy secure payments without having to enter card details.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42997857288353,"sku":"6947731034390-01","price":8.98,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/6947731034390-01-02-w1250_1024x1024_2x_5fac546f-0265-4937-8365-e2c0aa4e0bad.jpg?v=1688636936"},{"product_id":"6947731034390-02","title":"1990 Acura NSX, Hot Wheels 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;\"\u003e1990 Acura NSX, Hot Wheels 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\u003ePN0001715\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\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\u003e165 x 108 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eN\/A\u003c\/li\u003e     \u003c\/ul\u003e   \u003c\/div\u003e  \u003c!-- DELIVERY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eDelivery Options\u003c\/h3\u003e\n\n    \u003c!-- REGIONAL DELIVERY --\u003e\n    \u003cdiv id=\"GROUPresult\" style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-bottom:10px;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- EXPRESS DELIVERY --\u003e\n    \u003cdiv style=\"background:#f7f7f7; padding:10px; border-radius:6px; margin-top:10px;\"\u003e\n      \u003cp style=\"margin:0;\"\u003e\n        \u003cstrong\u003eExpress Delivery\u003c\/strong\u003e\u003cbr\u003e\n        As fast as next business day for metro areas (arrives by \u003cspan id=\"expressDate\"\u003e\u003c\/span\u003e)\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp style=\"font-size:0.9em; color:#666; margin-top:10px;\"\u003e\n      Orders ship within 1 business day with tracking.\u003cbr\u003e\n      Delivery times are estimates and may vary for regional areas, weekends, and public holidays.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- RETURNS --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eReturns\u003c\/h3\u003e\n    \u003cp\u003eFor returns—please see our return policy for full details.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SECURITY --\u003e\n  \u003cdiv style=\"margin-top:20px;\"\u003e\n    \u003ch3 style=\"border-bottom:1px solid #ddd; padding-bottom:5px;\"\u003eSecure Shopping\u003c\/h3\u003e\n    \u003cp\u003e\n      Use Apple Pay for a quick and easy checkout experience with just a touch or glance. Enjoy secure payments without having to enter card details.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- DELIVERY + COUNTDOWN SCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n\n  function formatDate(d) {\n    return d.toLocaleDateString('en-AU', {\n      weekday: 'short',\n      day: 'numeric',\n      month: 'short'\n    });\n  }\n\n  function addBusinessDays(date, days) {\n    var result = new Date(date);\n    var added = 0;\n\n    while (added \u003c days) {\n      result.setDate(result.getDate() + 1);\n      if (result.getDay() !== 0 \u0026\u0026 result.getDay() !== 6) {\n        added++;\n      }\n    }\n    return result;\n  }\n\n  function updateCountdown() {\n    var now = new Date();\n    var cutoff = new Date();\n    cutoff.setHours(14, 0, 0, 0);\n\n    if (now \u003e cutoff) {\n      cutoff.setDate(cutoff.getDate() + 1);\n      cutoff.setHours(14, 0, 0, 0);\n    }\n\n    var diff = cutoff - now;\n    if (diff \u003c 0) diff = 0;\n\n    var hours = Math.floor(diff \/ (1000 * 60 * 60));\n    var mins = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n\n    var el = document.getElementById(\"countdownTimer\");\n    if (el) {\n      el.innerText = hours + \"h \" + mins + \"m\";\n    }\n  }\n\n  var today = new Date();\n\n  \/\/ Express delivery (cutoff-aware)\n  var expressOffset = (new Date().getHours() \u003e= 14) ? 2 : 1;\n  var expressDate = formatDate(addBusinessDays(today, expressOffset));\n\n  \/\/ Regional delivery\n  var NSW1 = formatDate(addBusinessDays(today, 3));\n  var NSW2 = formatDate(addBusinessDays(today, 6));\n\n  var VIC1 = formatDate(addBusinessDays(today, 4));\n  var VIC2 = formatDate(addBusinessDays(today, 7));\n\n  var QLD1 = formatDate(addBusinessDays(today, 2));\n  var QLD2 = formatDate(addBusinessDays(today, 5));\n\n  \/\/ Render regional block\n  var el = document.getElementById(\"GROUPresult\");\n  if (el) {\n   el.innerHTML = `\n  \u003cdiv style=\"margin-bottom:6px;\"\u003e\n    \u003cstrong\u003eStandard Delivery\u003c\/strong\u003e\n  \u003c\/div\u003e\n  \u003cul style=\"margin:0; padding-left:18px;\"\u003e\n    \u003cli\u003e\u003cstrong\u003eSydney:\u003c\/strong\u003e ${NSW1} – ${NSW2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eMelbourne:\u003c\/strong\u003e ${VIC1} – ${VIC2}\u003c\/li\u003e\n    \u003cli\u003e\u003cstrong\u003eBrisbane:\u003c\/strong\u003e ${QLD1} – ${QLD2}\u003c\/li\u003e\n  \u003c\/ul\u003e\n    `;\n  }\n\n  \/\/ Express date\n  var expressEl = document.getElementById(\"expressDate\");\n  if (expressEl) {\n    expressEl.innerText = expressDate;\n  }\n\n  updateCountdown();\n  setInterval(updateCountdown, 60000);\n\n})();\n\u003c\/script\u003e","brand":"Hot Wheels","offers":[{"title":"Default Title","offer_id":42997857321121,"sku":"6947731034390-02","price":8.98,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/6947731034390-02-01-w1250_1024x1024_2x_04a66711-f744-4cf2-b6eb-cb81326c4785.jpg?v=1688636892"},{"product_id":"27084120134-hkg30-m7c5","title":"BMW 507, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eBMW 507, Hot Wheels diecast vehicle (2023) \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\u003ePN0001749\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#120\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907198625,"sku":"27084120134-HKG30-M7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKG30-M7C5-2-ginzat-web-W600.jpg?v=1688922020"},{"product_id":"27084120134-hkg35-m7c5","title":"Audi â90 Quattro, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eAudi ‘90 Quattro, Hot Wheels diecast vehicle (2023) \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\u003ePN0001739\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#077\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907362465,"sku":"27084120134-HKG35-M7C5","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKG35-M7C5-11-ginzat-web-W600.jpg?v=1688922022"},{"product_id":"27084120134-hkg40-m7c5","title":"Honda Civic Custom â73, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eHonda Civic Custom ‘73, Hot Wheels diecast vehicle (2023) \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\u003ePN0001773\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#117\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907460769,"sku":"27084120134-HKG40-M7C5","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKG40-M7C5-2-ginzat-web-W600.jpg?v=1688922024"},{"product_id":"27084120134-hkg43-n7c5","title":"Honda Super Cub Custom, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eHonda Super Cub Custom, Hot Wheels diecast vehicle (2023) \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\u003ePN0001777\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#160\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907493537,"sku":"27084120134-HKG43-N7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKG43-N7C5-1-ginzat-web-W600.jpg?v=1688922026"},{"product_id":"27084120134-hkg47-n7c5","title":"Mitsubishi Pajero Evolution, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eMitsubishi Pajero Evolution, Hot Wheels diecast vehicle (2023) \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\u003ePN0001841\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#175\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907526305,"sku":"27084120134-HKG47-N7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKG47-N7C5-2-ginzat-web-W600.jpg?v=1688922028"},{"product_id":"27084120134-hkg48-n7c5","title":"Alfa Romeo GTV6 3.0, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eAlfa Romeo GTV6 3.0, Hot Wheels diecast vehicle (2023) \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\u003ePN0001735\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#185\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907559073,"sku":"27084120134-HKG48-N7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKG48-N7C5-2-ginzat-web-W600.jpg?v=1688922031"},{"product_id":"27084120134-hkg49-m7c5","title":"Honda CB750 Cafe, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eHonda CB750 Cafe, Hot Wheels diecast vehicle (2023) \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\u003ePN0001772\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#141\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907591841,"sku":"27084120134-HKG49-M7C5","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKG49-M7C5-2-ginzat-web-W600.jpg?v=1688922033"},{"product_id":"27084120134-hkg51-n7c5","title":"Volkswagen ID. Buzz, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eVolkswagen ID. Buzz, Hot Wheels diecast vehicle (2023) \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\u003ePN0001887\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#173\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907624609,"sku":"27084120134-HKG51-N7C5","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKG51-N7C5-2-ginzat-web-W600.jpg?v=1688922035"},{"product_id":"27084120134-hkg76-m7c6","title":"X-34 Landspeeder, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eX-34 Landspeeder, Hot Wheels diecast vehicle (2023) \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\u003ePN0001890\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#138\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907657377,"sku":"27084120134-HKG76-M7C6","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKG76-M7C6-1-ginzat-web-W600.jpg?v=1688922037"},{"product_id":"27084120134-hkg88-n7c5","title":"Audi Sport Quattro â84, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eAudi Sport Quattro ‘84, Hot Wheels diecast vehicle (2023) \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\u003ePN0001745\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#152\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907690145,"sku":"27084120134-HKG88-N7C5","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKG88-N7C5-2-ginzat-web-W600.jpg?v=1688922039"},{"product_id":"27084120134-hkh06-m7c5","title":"Porsche 911 â71, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003ePorsche 911 ‘71, Hot Wheels diecast vehicle (2023) \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\u003ePN0001859\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#126\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907722913,"sku":"27084120134-HKH06-M7C5","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKH06-M7C5-2-ginzat-web-W600.jpg?v=1688922043"},{"product_id":"27084120134-hkh43-m7c5","title":"Dodge Viper RT\/10, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eDodge Viper RT\/10, Hot Wheels diecast vehicle (2023) \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\u003ePN0001762\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#131\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907755681,"sku":"27084120134-HKH43-M7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKH43-M7C5-2-ginzat-web-W600.jpg?v=1688922045"},{"product_id":"27084120134-hkh44-n7c5","title":"BMW i8 Roadster, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eBMW i8 Roadster, Hot Wheels diecast vehicle (2023) \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\u003ePN0001751\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#156\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907788449,"sku":"27084120134-HKH44-N7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKH44-N7C5-2-ginzat-web-W600.jpg?v=1688922047"},{"product_id":"27084120134-hkh58-m7c5","title":"Audi RS E-Tron GT, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eAudi RS E-Tron GT, Hot Wheels diecast vehicle (2023) \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\u003ePN0001742\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#109\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907821217,"sku":"27084120134-HKH58-M7C5","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKH58-M7C5-2-ginzat-web-W600.jpg?v=1688922049"},{"product_id":"27084120134-hkh60-n7c5","title":"Jaguar I-Pace eTrophy, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eJaguar I-Pace eTrophy, Hot Wheels diecast vehicle (2023) \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\u003ePN0001805\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#158\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907853985,"sku":"27084120134-HKH60-N7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKH60-N7C5-2-ginzat-web-W600.jpg?v=1688922051"},{"product_id":"27084120134-hkh64-n7c5","title":"â62 Corvette Gasser, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003e‘62 Corvette Gasser, Hot Wheels diecast vehicle (2023) \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\u003ePN0001702\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#174\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907886753,"sku":"27084120134-HKH64-N7C5","price":2.28,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKH64-N7C5-1-ginzat-web-W600.jpg?v=1688922053"},{"product_id":"27084120134-hkh69-n7c5","title":"Audi RS 6 Avant â17, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eAudi RS 6 Avant ‘17, Hot Wheels diecast vehicle (2023) \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\u003ePN0001740\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#187\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907919521,"sku":"27084120134-HKH69-N7C5","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKH69-N7C5-2-ginzat-web-W600.jpg?v=1688922055"},{"product_id":"27084120134-hkh86-m7c5","title":"Nissan Leaf Nismo RC_02, Hot Wheels diecast vehicle (2023)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003eNissan Leaf Nismo RC_02, Hot Wheels diecast vehicle (2023) \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\u003ePN0001846\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003eHot Wheels\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003e#091\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eNA\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e165 x 110 x 35 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSeries \u003c\/strong\u003eHot Wheels Main Line\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":"Hot Wheels","offers":[{"title":"Default Title","offer_id":43104907952289,"sku":"27084120134-HKH86-M7C5","price":2.28,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/products\/27084120134-HKH86-M7C5-1-ginzat-web-W600.jpg?v=1688922057"}],"url":"https:\/\/www.ginzat.com\/collections\/hot-wheels.oembed?page=4","provider":"GINZAT","version":"1.0","type":"link"}