{"product_id":"pro-ceiling-soundproofing-system","title":"Pro Ceiling Soundproofing System","description":"\u003cdiv id=\"aac-calc-17\"\u003e\n\n  \u003ch3\u003eYour Soundproofing System Calculator\u003c\/h3\u003e\n\n  \u003cinput type=\"number\" id=\"aac-length-17\" placeholder=\"Enter Ceiling Length (m)\"\u003e\n  \u003cinput type=\"number\" id=\"aac-width-17\" placeholder=\"Enter Ceiling Width (m)\"\u003e\n\n  \u003cbutton id=\"aac-calc-btn-17\"\u003eCalculate\u003c\/button\u003e\n\n  \u003cdiv id=\"aac-results-17\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n#aac-calc-17 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-17 .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    {\n      name: \"Lengths of MuteClip Channel\",\n      id: 39561336750219,\n      calc: (l, w, a) =\u003e\n        Math.ceil(((w \/ 0.6 + 1) * (l \/ 2.4)) * 1.05)\n    },\n\n    {\n      name: \"MuteClip Isolation Clips\",\n      id: 39561061073035,\n      calc: (l, w, a) =\u003e\n        Math.ceil(((w \/ 0.6 + 1) * (l \/ 2.4) * 5) * 1.05)\n    },\n\n    {\n      name: \"Rolls of 5kg MLV Soundproofing Mat\",\n      id: 33733433098379,\n      calc: (l, w, a) =\u003e\n        Math.ceil(((a \/ 3.75) * 2) * 1.05)\n    },\n\n    {\n      name: \"Sheets of 15mm Knauff Acoustic Plasterboard\",\n      id: 56686923514236,\n      calc: (l, w, a) =\u003e\n        Math.ceil(((a \/ 2.88) * 2) * 1.05)\n    },\n\n    {\n      name: \"Tubes of Everbuild AC95 Sealant\",\n      id: 33733310382219,\n      calc: (l, w, a) =\u003e\n        Math.ceil((a \/ 6) * 1.05)\n    },\n\n    {\n      name: \"Boxes of 12x Contact Adhesive\",\n      id: 33733447090315,\n      calc: (l, w, a) =\u003e\n        Math.ceil(((a * 2) \/ 2.5) \/ 12)\n    },\n\n    {\n      name: \"Rolls of PVC Jointing Tape\",\n      id: 33733337153675,\n      calc: (l, w, a) =\u003e\n        Math.ceil(((a \/ 3.75) \/ 8) * 1.05)\n    }\n\n  ];\n\n  let lastItems = [];\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-17\").addEventListener(\"click\", async function () {\n\n    const length = parseFloat(document.getElementById(\"aac-length-17\").value);\n    const width = parseFloat(document.getElementById(\"aac-width-17\").value);\n\n    if (!length || !width) return alert(\"Enter valid dimensions\");\n\n    const area = length * width;\n\n    let html = \"\";\n    let total = 0;\n    lastItems = [];\n\n    for (let p of products) {\n\n      const qty = p.calc(length, width, 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      });\n\n      html += `\n        \u003cdiv style=\"margin-bottom:10px;\"\u003e\n          ${p.name} - Qty: ${qty} (£${line.toFixed(2)})\n          \u003cbutton class=\"aac-small\" onclick=\"addToCart17(${p.id}, ${qty}, this)\"\u003eAdd\u003c\/button\u003e\n        \u003c\/div\u003e\n      `;\n    }\n\n    html += `\u003cdiv\u003e\u003cstrong\u003eTotal: £${total.toFixed(2)}\u003c\/strong\u003e\u003c\/div\u003e`;\n    html += `\u003cbutton id=\"aac-add-all-17\"\u003eAdd All To Cart\u003c\/button\u003e`;\n\n    document.getElementById(\"aac-results-17\").innerHTML = html;\n\n    window.addToCart17 = 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    document.getElementById(\"aac-add-all-17\").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\u003ch2\u003eKey Benefits \u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eHighest performance ceiling option for loud noise and music\u003c\/li\u003e\n\u003cli\u003eDecoupled ceiling system using MuteClip + Channel\u003c\/li\u003e\n\u003cli\u003eHigh mass build-up with 10kg MLV + double acoustic plasterboard\u003c\/li\u003e\n\u003cli\u003eSuitable for timber or concrete ceilings\u003c\/li\u003e\n\u003cli\u003eDIY achievable for competent installers (experienced 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\u003c\/h3\u003e\n\u003ch3\u003eImportant Notes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eThis is an experienced DIY system.\u003c\/li\u003e\n\u003cli\u003eCorrect clip spacing, channel layout, and fixing selection matter for performance.\u003c\/li\u003e\n\u003cli\u003eResults will vary depending on the existing ceiling construction, joist spacing, void depth, and flanking paths (walls, floors, services).\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\u003eIf there are recessed lights, services, or penetrations, these can significantly reduce performance unless treated correctly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003eInstallation Summary \u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSet out battens (if required) and fix to concrete using anchor bolts (concrete ceilings only)\u003c\/li\u003e\n\u003cli\u003eFix MuteClips to joists or battens using 5mm x 60mm coarse thread wood screws\u003c\/li\u003e\n\u003cli\u003eInstall MuteClip Channels and secure overlaps using 20mm steel self-tapping screws\u003c\/li\u003e\n\u003cli\u003eFix the first layer of 15mm acoustic plasterboard to channels using 32mm fine thread drywall screws\u003c\/li\u003e\n\u003cli\u003eInstall 10kg MLV as part of the ceiling build-up \u003c\/li\u003e\n\u003cli\u003eFix the second layer of 15mm acoustic plasterboard using 50mm fine thread drywall screws\u003c\/li\u003e\n\u003cli\u003eTape joints and seal perimeter gaps with AC95 for airtightness\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eFor a more detailed installation guide \u003ca href=\"https:\/\/www.advancedacoustics-uk.com\/pages\/pro-ceiling-soundproofing-system\" title=\"Pro Ceiling Soundproofing System\"\u003eclick here.\u003c\/a\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003eFixings List \u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBattens to Concrete: Anchor Bolt\u003c\/li\u003e\n\u003cli\u003eMuteClip to Battens or Joists: 5mm x 60mm Coarse Thread Wood Screw\u003c\/li\u003e\n\u003cli\u003e1st Plasterboard to Channel: 32mm Fine Thread Drywall Screw\u003c\/li\u003e\n\u003cli\u003e2nd Plasterboard to Channel: 50mm Fine Thread Drywall Screw\u003c\/li\u003e\n\u003cli\u003eMuteClip Channel Overlap: 20mm Steel Self-Tapping Screw\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\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":56665527124348,"sku":"SYS-CEIL-TIMB-PRO","price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0381\/4483\/5723\/files\/Independent_Ceiling_Soundproofing_System.jpg?v=1686136655","url":"https:\/\/www.advancedacoustics-uk.com\/de\/products\/pro-ceiling-soundproofing-system","provider":"Advanced Acoustics","version":"1.0","type":"link"}