{"product_id":"pr640260","title":"POP Race Mazda RX7 FC3S RE-AMEMIYA (White)","description":"\u003cdiv style=\"font-family: Arial, sans-serif; line-height:1.5;\"\u003e    \u003c!-- PRODUCT TITLE --\u003e   \u003ch2 style=\"margin-bottom:5px;\"\u003ePOP Race Mazda RX7 FC3S RE-AMEMIYA (White) \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\u003ePN0018275\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eBrand \u003c\/strong\u003ePOP Race\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eModel \u003c\/strong\u003ePR640260\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eAbout \u003c\/strong\u003eN\/A\u003c\/li\u003e       \u003cli\u003e\n\u003cstrong\u003eScale \u003c\/strong\u003e1\/64\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":"POP Race","offers":[{"title":"Default Title","offer_id":45920871514273,"sku":"PR640260","price":33.21,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0474\/1729\/5009\/files\/PR640260_202604_web.jpg?v=1776088211","url":"https:\/\/www.ginzat.com\/products\/pr640260","provider":"GINZAT","version":"1.0","type":"link"}