{"title":"New To Our Range","description":"\u003ch1\u003eFind Your Lip Splitter Kit\u003c\/h1\u003e\n\u003cselect id=\"cars-select\" onchange=\"updateModels()\" style=\"margin-right: 10px; padding: 10px; width: 45%; border: solid 1px #222; border-radius: 0; color: #222; font-family: 'Open Sans', sans-serif; font-weight: bold; font-size: 1em;\"\u003e\n\u003coption value=\"\" disabled selected\u003eSelect Make\u003c\/option\u003e\n\u003c\/select\u003e\u003cselect id=\"models-select\" onchange=\"updateLink()\" style=\"width: 45%; padding: 10px; border: solid 1px #222; border-radius: 0; color: #222; font-family: 'Open Sans', sans-serif; font-weight: bold; font-size: 1em;\"\u003e\n\u003coption value=\"\" disabled selected\u003eSelect Model\u003c\/option\u003e\n\u003c\/select\u003e\n\u003cscript\u003e\/\/ \u003c![CDATA[\n\/**\n * Helper function for creating car\n **\/\nfunction createCar(name, id) {\n  return {\n    name: name,\n    id: id,\n  };\n}\n\n\/**\n * Helper function for creating model\n **\/\nfunction createModel(name, id, car, link) {\n  return {\n    name: name,\n    id: id,\n    car: car,\n    link: link\n  };\n}\n\n\/**\n * Helper function for creating configuration\n **\/\nfunction createConfiguration(name, id, model) {\n  return {\n    name: name,\n    id: id,\n    model: model,\n  };\n}\n\n\/**\n * Removes all options but the first value in a given select\n * and than selects the only remaining option\n **\/\nfunction removeOptions(select) {\n  while (select.options.length \u003e 1) {                \n    select.remove(1);\n  }\n  \n  select.value = \"\";\n}\n\n\/**\n * Adds given options to a given select\n **\/\nfunction addOptions(select, options) {\n  console.log(select, options)\n  options.forEach(function(option) {\n    let opt = new Option(option.name, option.id);\n    opt.setAttribute(\"data-link\", option.link);\n    select.options.add(opt);\n  });\n}\n\n\/**\n * Select elements references\n **\/\nvar carsSelect = document.getElementById('cars-select');\nvar modelsSelect = document.getElementById('models-select');\nvar finalLink = document.getElementById('final-link');\n\n\/**\n * Available cars\n **\/\nvar cars = [\n  createCar('Volkswagen', 'vw'),\n  createCar('Audi', 'audi'),\n  createCar('BMW', 'bmw'),\n  createCar('Ford', 'ford'),\n  createCar('Honda', 'honda'),\n  createCar('Hyundai', 'hyundai'),\n  createCar('Lamborghini', 'lambo'),\n  createCar('Kia', 'kia'),\n  createCar('Mazda', 'mazda'),\n  createCar('Mitsubishi', 'mitsu'),\n  createCar('Nissan', 'nissan'),\n  createCar('Renault', 'renault'),\n  createCar('Subaru', 'subaru'),\n  createCar('Toyota', 'toyota'),\n];\n\n\/**\n * Available models\n **\/\nvar models = [\n  createModel('MK7.5 Golf R', 'mk75r', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk7-5-golf-r'),\n  createModel('MK7.5 Golf GTI', 'mk75gti', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk7-5-golf-gti'),\n  createModel('MK7 Golf R', 'mk7r', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk7-golf-r'),\n  createModel('MK7 Golf GTI', 'mk7gti', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk7-golf-gti'),\n  createModel('MK6 Golf R', 'mk6r', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk6-golf-r'),\n  createModel('MK6 Golf GTI', 'mk6gti', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk6-golf-gti'),\n  createModel('MK5 Golf R32', 'mk5r32', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk5-golf-r32'),\n  createModel('MK5 Golf GTI', 'mk5gti', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk5-golf-gti'),\n  createModel('MK4 Golf GTI', 'mk4r32', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk4-golf-r32'),\n  createModel('Scirocco R', 'sciroccor', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/scirocco'),\n  createModel('6R Polo GTI', '6rpolo', 'vw', 'https:\/\/flowdesignsaustralia.shop\/collections\/6r-polo-gti'),\n  createModel('RS3 8V Pre-Facelift', 'rs3pfl', 'audi', 'https:\/\/flowdesignsaustralia.shop\/collections\/rs3-sportback-prefacelift'),\n  createModel('S3 8V Sportback Pre-Facelift', 's3pflsb', 'audi', 'https:\/\/flowdesignsaustralia.shop\/collections\/audi-s3-8v-sportback-pre-facelift'),\n  createModel('S3 8V Sedan Pre-Facelift', 's3pfls', 'audi', 'https:\/\/flowdesignsaustralia.shop\/collections\/audi\/s3-8v'),\n  createModel('S3 8P Sportback Pre-Facelift', 's38p', 'audi', 'https:\/\/flowdesignsaustralia.shop\/collections\/audi\/s3-8p'),\n  createModel('E46 3 Series', 'e46', 'bmw', 'https:\/\/flowdesignsaustralia.shop\/collections\/bmw\/e46-3-series'),\n  createModel('E46 M3', 'e46m3', 'bmw', 'https:\/\/flowdesignsaustralia.shop\/collections\/special-order-only\/e46-m3'),\n  createModel('E60 5 Series', 'e60', 'bmw', 'https:\/\/flowdesignsaustralia.shop\/collections\/bmw\/e60-5-series'),\n  createModel('E82 1 Series', 'e82', 'bmw', 'https:\/\/flowdesignsaustralia.shop\/collections\/bmw\/e82-1-series'),\n  createModel('E92 3 Series', 'e92', 'bmw', 'https:\/\/flowdesignsaustralia.shop\/collections\/bmw\/e92-3-series'),\n  createModel('F20 1 Series', 'f20', 'bmw', 'https:\/\/flowdesignsaustralia.shop\/collections\/bmw\/f20-1-series'),\n  createModel('Mustang S550 FM', 'mustangs550fm', 'ford', 'https:\/\/flowdesignsaustralia.shop\/collections\/mustang-s550-fm'),\n  createModel('Focus RS MK3', 'mk3rs', 'ford', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk3-focus-rs'),\n  createModel('Focus ST MK3.5', 'mk35st', 'ford', 'https:\/\/flowdesignsaustralia.shop\/collections\/mk35-focus-st-facelift'),\n  createModel('Focus XR5', 'xr5', 'ford', 'https:\/\/flowdesignsaustralia.shop\/collections\/ford\/focus-xr5'),\n  createModel('Fiesta ST180', 'st180', 'ford', 'https:\/\/flowdesignsaustralia.shop\/collections\/ford\/Fiesta-ST180'),\n  createModel('CL Accord Euro', 'accordcl', 'honda', 'https:\/\/flowdesignsaustralia.shop\/collections\/honda\/accord-euro-cl'),\n  createModel('AP1\/AP2 S2000', 's2k', 'honda', 'https:\/\/flowdesignsaustralia.shop\/collections\/honda\/ap-s2000'),\n  createModel('FN2 Civic Type R', 'fn2r', 'honda', 'https:\/\/flowdesignsaustralia.shop\/collections\/fn2-civic-type-r'),\n  createModel('EP3 Civic Type R', 'ep3', 'honda', 'https:\/\/flowdesignsaustralia.shop\/collections\/honda\/ep3-civic'),\n  createModel('EK4\/9 Civic', 'ekcivic', 'honda', 'https:\/\/flowdesignsaustralia.shop\/collections\/special-order-only\/ek-civic'),\n  createModel('GD3 Jazz\/Fit', 'gd3', 'honda', 'https:\/\/flowdesignsaustralia.shop\/collections\/honda\/gd3-jazz'),\n  createModel('Mugen', 'mugen', 'honda', 'https:\/\/flowdesignsaustralia.shop\/collections\/honda-mugen'),\n  createModel('i30N PD Hatch', 'i30n', 'hyundai', 'https:\/\/flowdesignsaustralia.shop\/collections\/i30n-hatch'),\n  createModel('i30N PD Fastback', 'i30nfb', 'hyundai', 'https:\/\/flowdesignsaustralia.shop\/collections\/i30n-pd-fastback'),\n  createModel('Veloster SR Turbo', 'veloster', 'hyundai', 'https:\/\/flowdesignsaustralia.shop\/collections\/hyundai\/veloster-sr-turbo'),\n  createModel('Gallardo LP550-560', 'gallardo', 'lambo', 'https:\/\/flowdesignsaustralia.shop\/collections\/lamborghini'),\n  createModel('NB MX-5', 'mx5nb', 'mazda', 'https:\/\/flowdesignsaustralia.shop\/collections\/mazda\/mx-5-nb'),\n  createModel('CJ Ralliart Lancer', 'cjralliart', 'mitsu', 'https:\/\/flowdesignsaustralia.shop\/collections\/mitsubishi\/lancer-cj-ralliart'),\n  createModel('Lancer Evolution X', 'evox', 'mitsu', 'https:\/\/flowdesignsaustralia.shop\/collections\/mitsubishi\/lancer-evolution-x'),\n  createModel('Lancer Evolution CT9A', 'ct9a', 'mitsu', 'https:\/\/flowdesignsaustralia.shop\/collections\/mitsubishi\/lancer-evolution-ct9a'),\n  createModel('Silvia S15\/200SX', 's15', 'nissan', 'https:\/\/flowdesignsaustralia.shop\/collections\/s15-200sx'),\n  createModel('Megane RS', 'meganers', 'renault', 'https:\/\/flowdesignsaustralia.shop\/collections\/renault\/megane-rs'),\n  createModel('VA WRX\/STI', 'vawrx', 'subaru', 'https:\/\/flowdesignsaustralia.shop\/collections\/va-wrx-sti'),\n  createModel('G3 WRX \/ STI Hatch (Facelift)', 'g3hatch', 'subaru', 'https:\/\/flowdesignsaustralia.shop\/collections\/g3-wrx-sti-hatch'),\n  createModel('G3 WRX \/ STI Sedan (Facelift)', 'g3sedan', 'subaru', 'https:\/\/flowdesignsaustralia.shop\/collections\/g3-wrx-sti-sedan'),\n  createModel('Toyota 86 (GT86\/FT86)', '86', 'toyota', 'https:\/\/flowdesignsaustralia.shop\/collections\/toyota\/ft-86'),\n  createModel('TRD Corolla ZRE182R', 'zre182', 'toyota', 'https:\/\/flowdesignsaustralia.shop\/collections\/special-order-only\/trd-zre182r-corolla'),\n  createModel('Kia Stinger GT', 'stinger', 'kia', 'https:\/\/flowdesignsaustralia.shop\/collections\/stinger-gt'),\n  createModel('i30 N Line \u0026 N Line Premium', 'i30nline', 'hyundai', 'https:\/\/flowdesignsaustralia.shop\/collections\/i30-n-line-hatch'),\n];\n\n\/**\n * Updates models\n **\/\nfunction updateModels() {\n  var selectedCar = carsSelect.value;\n  var options = models.filter(function(model) {\n    return model.car === selectedCar;\n  });\n  \n  removeOptions(modelsSelect);\n  addOptions(modelsSelect, options);\n}\n\n\n\/**\n * Updates link\n **\/\nfunction updateLink(e) {\n  let opt = modelsSelect.options[modelsSelect.selectedIndex];\n \n  \n  window.location.href = opt.getAttribute('data-link');\n\n}\n\n\/**\n * Adds options to car select\n **\/\naddOptions(carsSelect, cars);\n\/\/ ]]\u003e\u003c\/script\u003e","products":[{"product_id":"mk7-golf-r-wagon-rear-spoiler-extension","title":"MK7 Golf R Wagon Rear Spoiler Extension","description":"\u003cp style=\"color: #f7941d;\"\u003e\u003cstrong\u003eSuits MK7 Golf R Wagon models\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eINSTALL DOES NOT REQUIRE OEM SPOILER REMOVAL\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/-A245wS4RDc?si=zIXrTB4xZQUikBAf\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/o8l6siKxZmI?si=GJARsk8FxDNXRkfS\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003ciframe title=\"VW MK7 Golf R Wagon Highlight Reel\" src=\"https:\/\/www.youtube.com\/embed\/V0mW4N_BFx0\" height=\"415\" width=\"737\"\u003e\u003c\/iframe\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003chr\u003e\n\u003ch2\u003eDetails\u003c\/h2\u003e\n\u003cp\u003eComplete the aero aesthetic of your MK7 Golf R Wagon with our newly developed spoiler extension! The rear spoiler extension has been designed and developed in-house at our Bayswater factory in Australia, with our team focused on providing another customisation option for your VW Golf!\u003c\/p\u003e\n\u003cp\u003eThe rear spoiler extension is suitable for MK7 Golf R Wagon OEM rear spoilers. The optional matte logo is also included.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch3\u003eKit Includes:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eMK7 Golf R Wagon rear spoiler extension\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e2x Fitting kit sets (Tape, primer and cleaning wipes)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eMaterial \u0026amp; Finish:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eSpoiler: 4.5mm Gloss black acrylic\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Volkswagen","offers":[{"title":"Default Title","offer_id":42953316663513,"sku":"MK7RWSPOILER","price":329.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0019\/9858\/5926\/files\/DSC00333.jpg?v=1741224918"},{"product_id":"fl5-civic-type-r-rear-window-vents-pair","title":"FL5 Civic Type R Rear Window Vents (Pair)","description":"\u003ch2\u003eWindow Vents Compatible For Honda FL5 Civic Type R\u003c\/h2\u003e\n\u003cp style=\"color: #f7941d; font-size: 1.2em;\"\u003e\u003cstrong\u003eFlow Designs window vents are tested for solid construction and are superior to basic plastic window vents on the market!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"color: #f7941d; font-size: 1.2em;\"\u003e\u003cstrong\u003ePLEASE NOTE: Flow Designs window vents are compatible with any existing air defectors, snap shades and window visors.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"color: #f7941d; font-size: 1.2em;\"\u003e\u003cstrong\u003eTWO rubber trims are included:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ex1 \u003cstrong\u003ePerformance Rubber Trim\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efor track use and regular driving which are secure.\u003c\/li\u003e\n\u003cli\u003ex1 \u003cstrong\u003eDisplay Rubber Trim\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efor quick install and removal, suitable for car shows and car meets - only for stationary visual applications.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/LBT87eKa080\" height=\"664\" width=\"1180\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003chr\u003e\n\u003ch2\u003eDetails\u003c\/h2\u003e\n\u003cp\u003eKeep your car cabin cool during track days with the Flowdesignsaustralia window vents! These window vents provide much needed air circulation during warmer weather, and are a much more solid construction and safer than any standard window vents available. \u003c\/p\u003e\n\u003cp\u003eIncluded are rubber seals to prevent any vibrations and grips tight to your FL5 Civic Type R window so it is secure to drive with at speed. \u003cstrong\u003eOur team has ensured the window vents do not allow for any baffling wind noise during driving.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eWhether you want to keep your cabin cool during track days, or improve the aesthetic of your FL5 Civic Type R, the Flow Designs window vents are the best option currently on the market!\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: #f7941d;\"\u003eRubber seals: please note the rubber seals are a very tight fit.\u003c\/span\u003e\u003c\/strong\u003e To make the install process easier, soak the seals in warm water to create more flexibility. Once installed the rubber will shrink back for tight fitment. We have developed this tight fitment for the following benefits:\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eless vibrations at speed and idle.\u003c\/li\u003e\n\u003cli\u003eeliminate baffling noises.\u003c\/li\u003e\n\u003cli\u003eto protect your windows and tint from scratching\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr\u003e\n\u003ch3\u003eFL5 Civic Type R Window Vent Kit Includes:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan\u003eHonda FL5 Civic Type R Window Vents\u003c\/span\u003e (pair)\u003c\/li\u003e\n\u003cli\u003ex1 \u003cstrong\u003ePerformance Rubber Trim\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efor track use and regular driving and is secure. 2m in length and will need to be cut during install for perfect fitment.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ex1 \u003cstrong\u003eDisplay Rubber Trim\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003efor quick install and removal, suitable for car shows and car meets - only for stationary visual applications. 2m in length and will need to be cut during install for perfect fitment.\u003c\/li\u003e\n\u003cli\u003eInstructions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eHonda FL5 Civic Type R Window Vent Material \u0026amp; Finish:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e4.5mm scratch resistant textured ABS plastic\u003c\/li\u003e\n\u003cli\u003eCNC engraved logo and features\u003cbr\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Honda","offers":[{"title":"Default Title","offer_id":46850701557977,"sku":"FL5WV","price":193.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0019\/9858\/5926\/files\/DSC00327.jpg?v=1753764254"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0019\/9858\/5926\/collections\/side-3.jpg?v=1567142142","url":"https:\/\/flowdesignsaustralia.shop\/collections\/new.oembed","provider":"Flowdesignsaustralia","version":"1.0","type":"link"}