{"product_id":"pro-concrete-floor-soundproofing-system-carpet","title":"Pro Concrete Floor Soundproofing System – Carpet","description":"\u003cdiv id=\"aac-calc-13\"\u003e\n\n  \u003ch3\u003eYour Soundproofing System Calculator\u003c\/h3\u003e\n\n  \u003cinput type=\"number\" id=\"aac-length-13\" placeholder=\"Enter Floor Length (m)\"\u003e\n  \u003cinput type=\"number\" id=\"aac-width-13\" placeholder=\"Enter Floor Width (m)\"\u003e\n\n  \u003cbutton id=\"aac-calc-btn-13\"\u003eCalculate\u003c\/button\u003e\n\n  \u003cdiv id=\"aac-results-13\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n#aac-calc-13 button {\n  background:#ff7a00;\n  color:#fff;\n  border:none;\n  padding:10px;\n  cursor:pointer;\n  margin-top:10px;\n  width:100%;\n}\n\n#aac-calc-13 .aac-small {\n  padding:6px 10px;\n  font-size:12px;\n  margin-left:10px;\n  width:auto;\n}\n\n.aac-success {\n  color:#2e7d32;\n  font-size:12px;\n  margin-left:8px;\n  font-weight:bold;\n}\n\u003c\/style\u003e\n\n\u003cscript\u003e\n(function () {\n\n  const products = [\n         {\n      name: \"Rolls of 10kg MLV Soundproofing Mat\",\n      id: 56529161027964,\n      calc: (a) =\u003e Math.ceil((a \/ 2.4) * 1.05)\n    },\n        {\n      name: \"Rolls of 10mm Terrac Rubber Underlay\",\n      id: 54888676721020,\n      calc: (a) =\u003e Math.ceil((a \/ 5) * 1.05)\n    },\n{\n      name: \"Sheets of 22mm STS TG4 Floorboard\",\n      id: 39790918303883,\n      calc: (a) =\u003e Math.ceil((a \/ 0.72) * 1.05)\n    },\n              {\n      name: \"Tubes of STS Slow Set PU Adhesive\",\n      id: 39962945650827,\n      calc: (a) =\u003e Math.ceil(((a \/ 0.72) \/ 12) * 1.05)\n    },\n                  {\n      name: \"Packs of Silent Floor Ultra Underlay\",\n      id: 33733406589067,\n      calc: (a) =\u003e Math.ceil((a \/ 3.6) * 1.05)\n    },\n{\n      name: \"Tubes of Everbuild AC95 Sealant\",\n      id: 33733310382219,\n      calc: (a) =\u003e Math.ceil((a \/ 6) * 1.05)\n    },\n    {\n      name: \"Boxes of 12x Contact Adhesive\",\n      id: 33733447090315,\n      calc: (a) =\u003e Math.ceil(((a * 3) \/ 2.5) \/ 12)\n    },\n    {\n      name: \"Rolls of PVC Jointing Tape\",\n      id: 33733337153675,\n      calc: (a) =\u003e Math.ceil((((a \/ 3.75)\/8) + ((a \/ 3.6)\/2)) * 1.05)\n    }\n  ];\n\n  let lastItems = [];\n  let lastLength = 0;\n  let lastWidth = 0;\n  let lastTotal = 0;\n\n  async function getPrice(id) {\n    const res = await fetch('\/variants\/' + id + '.js');\n    const data = await res.json();\n    return data.price \/ 100;\n  }\n\n  function success(btn){\n    const msg = document.createElement(\"span\");\n    msg.className = \"aac-success\";\n    msg.innerText = \"Added ✓\";\n    btn.parentNode.appendChild(msg);\n    setTimeout(()=\u003emsg.remove(),1500);\n  }\n\n  document.getElementById(\"aac-calc-btn-13\").addEventListener(\"click\", async function () {\n\n    const length = parseFloat(document.getElementById(\"aac-length-13\").value);\n    const width = parseFloat(document.getElementById(\"aac-width-13\").value);\n\n    if (!length || !width) return alert(\"Enter valid dimensions\");\n\n    const area = length * width;\n\n    lastLength = length;\n    lastWidth = width;\n\n    let html = \"\";\n    let total = 0;\n    lastItems = [];\n\n    for (let p of products) {\n\n      const qty = p.calc(area);\n      const price = await getPrice(p.id);\n      const line = qty * price;\n\n      total += line;\n\n      lastItems.push({\n        id: p.id,\n        quantity: qty,\n        name: p.name\n      });\n\n      html += `\n        \u003cdiv style=\"margin-bottom:10px;\"\u003e\n          ${p.name} - Qty Rqd: ${qty} (£${line.toFixed(2)})\n          \u003cbutton class=\"aac-small\" onclick=\"addToCart(${p.id}, ${qty}, this)\"\u003eAdd\u003c\/button\u003e\n        \u003c\/div\u003e\n      `;\n    }\n\n    lastTotal = total;\n\n    html += `\u003cdiv\u003e\u003cstrong\u003eTotal: £${total.toFixed(2)}\u003c\/strong\u003e\u003c\/div\u003e`;\n    html += `\u003cbutton id=\"aac-add-all-13\"\u003eAdd All To Cart\u003c\/button\u003e`;\n\n    document.getElementById(\"aac-results-13\").innerHTML = html;\n\n    \/\/ single add\n    window.addToCart = function(id, qty, btn){\n      fetch('\/cart\/add.js', {\n        method:'POST',\n        headers:{'Content-Type':'application\/json'},\n        body:JSON.stringify({id, quantity:qty})\n      }).then(()=\u003esuccess(btn));\n    };\n\n    \/\/ add all\n    document.getElementById(\"aac-add-all-13\").addEventListener(\"click\", function () {\n\n      fetch('\/cart\/add.js', {\n        method:'POST',\n        headers:{'Content-Type':'application\/json'},\n        body:JSON.stringify({items:lastItems})\n      }).then(()=\u003e{\n        this.innerText = \"Added ✓\";\n      });\n\n    });\n\n  });\n\n})();\n\u003c\/script\u003e\n\u003chr\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\n\u003ch2\u003eKey Benefits \u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eMaximum impact noise reduction option for concrete floors\u003c\/li\u003e\n\u003cli\u003eImproved airborne performance vs thinner systems\u003c\/li\u003e\n\u003cli\u003eHeavy-duty overlay using 22mm STS TG4\u003c\/li\u003e\n\u003cli\u003eDIY achievable for competent installers (moderate DIY)\u003c\/li\u003e\n\u003cli\u003eCalculator provides a quick material estimate\u003c\/li\u003e\n\u003cli\u003eIncludes a 5% waste allowance in the calculated quantities\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3\u003eImportant Notes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eThis system is designed for concrete floors intended to be finished with carpet\u003c\/li\u003e\n\u003cli\u003eSealant quantities are an approximation only and should be treated as a guide\u003c\/li\u003e\n\u003cli\u003eThe calculator is provided as a guide only, and final quantities should always be checked before ordering\u003c\/li\u003e\n\u003cli\u003eAlways check floor height\/threshold clearances before ordering (this system adds approx. 48mm)\u003c\/li\u003e\n\u003cli\u003eIf doors\/thresholds are tight, check clearances before committing to the Pro build-up\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cbr\u003e\u003c\/h2\u003e\n\u003ch2\u003eInstallation Summary \u003c\/h2\u003e\n\u003col\u003e\n\u003cli\u003eEnsure the concrete floor is clean, dry, and reasonably level\u003c\/li\u003e\n\u003cli\u003eInstall 10kg MLV\u003c\/li\u003e\n\u003cli\u003eInstall 10mm Terrac\u003c\/li\u003e\n\u003cli\u003eInstall 22mm STS TG4 overlay boards\u003c\/li\u003e\n\u003cli\u003eTape joints and seal perimeter gaps with AC95 where required\u003c\/li\u003e\n\u003cli\u003eInstall Silent Floor Ultra Underlay\u003c\/li\u003e\n\u003cli\u003eFit carpet finish as normal\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp\u003eFor a more detailed installation guide \u003ca href=\"https:\/\/www.advancedacoustics-uk.com\/pages\/pro-concrete-floor-soundproofing-system\" title=\"Pro Concrete Floor Soundproofing System\"\u003eclick here.\u003c\/a\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3\u003eCalculator Disclaimer \u003c\/h3\u003e\n\u003cp\u003eThis calculator is intended as a guide only. Advanced Acoustics will not be held responsible for any decisions made as a result of using this calculator.\u003c\/p\u003e","brand":"Advanced Acoustics","offers":[{"title":"Default Title","offer_id":56662143795580,"sku":"SYS-FLOOR-CONC-PRO-CARP","price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0381\/4483\/5723\/files\/Basic_Concrete_Floor_Soundproofing_System.jpg?v=1686143221","url":"https:\/\/www.advancedacoustics-uk.com\/fr\/products\/pro-concrete-floor-soundproofing-system-carpet","provider":"Advanced Acoustics","version":"1.0","type":"link"}