{"product_id":"grey-acoustic-wood-wall-panel-thin-slat-series-1-240-300x60cm","title":"Grey Acoustic Wood Wall Panel Thin Slat Series 1 - 240x60cm","description":"\u003c!-- ✅ Google FAQ Rich Snippet Schema --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What size is the Grey Acoustic Wood Wall Panel Thin Slat Series 1?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Each panel measures 2400 mm × 600 mm (240 × 60 cm) and is sold individually, giving 1.44 m² of coverage per panel. Use the coverage calculator on this page to work out how many panels your wall requires.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much does the Grey Acoustic Wood Wall Panel Thin Slat Series 1 cost?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Each panel is priced at £59.99. Use the coverage calculator on this page to enter your wall dimensions and see an instant total cost for your project.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between Thin Slat Series 1 and standard acoustic wall panels?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The Thin Slat Series 1 panels feature a finer, more densely spaced slat profile than our standard acoustic wall panels, creating a more refined and contemporary visual texture. Each panel measures 2400 × 600 mm and is sold individually. Standard acoustic wall panels measure 2600 × 300 mm and are sold as a 2-pack. Both share the same WPC construction, acoustic felt backing, fire retardant rating, and colour options.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do Thin Slat acoustic wall panels actually reduce noise?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. The fine slatted WPC construction diffuses incoming sound waves while the integrated acoustic felt backing absorbs mid and high-frequency reflections, significantly reducing echo, reverberation, and ambient noise. They are ideal for home offices, recording studios, gaming rooms, living rooms, and open-plan spaces.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do you fit Thin Slat acoustic wood wall panels?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Panels fix directly onto any flat, dry wall surface using construction adhesive or screws. No specialist tools are required. Full step-by-step fitting instructions are available in our free Acoustic Wall Panel Installation Guide at pavingandslabs.co.uk\/pages\/acoustic-wall-panel-installation.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What colours are the Thin Slat Series 1 acoustic wall panels available in?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The Thin Slat Series 1 acoustic wall panels are available in four colours: Black, Teak, Oak, and Grey. The Grey finish delivers a cool, contemporary neutral tone ideal for modern, industrial, minimalist, and monochrome interior styles.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can Thin Slat acoustic wood wall panels be cut to size?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. The panels can be cleanly cut using a fine-tooth hand saw or circular saw to fit around sockets, corners, or irregular wall shapes. Always cut from the back face for a clean finish.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much coverage does one Thin Slat Series 1 panel provide?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Each panel measures 2400 mm × 600 mm, giving 1.44 m² of coverage per panel. To calculate how many panels you need, divide your total wall area in m² by 1.44, then round up and add 10% for cuts and wastage.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are the Thin Slat acoustic wall panels fire retardant?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. The composite WPC material is fire retardant and fully suitable for residential interior wall applications.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are Thin Slat panels suitable for a home recording studio?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. The fine slatted WPC surface and acoustic felt backing make these panels highly effective at controlling sound reflections in home studios, podcast booths, music practice rooms, gaming rooms, and home cinemas.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n  .psl-wrap *, .psl-wrap *::before, .psl-wrap *::after {\n    box-sizing: border-box; margin: 0; padding: 0;\n  }\n  .psl-wrap {\n    --green:      #1a7a4a;\n    --green-dark: #145e39;\n    --green-lt:   #eaf5ef;\n    --blue:       #1a4fa8;\n    --blue-lt:    #eef4ff;\n    --border:     #d8e0db;\n    --text:       #1c1c1c;\n    --muted:      #5a6b62;\n    --bg:         #ffffff;\n    --radius:     8px;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    font-size: 15px;\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  \/* ── Header ─────────────────────────────────── *\/\n  .psl-h1 {\n    font-size: clamp(22px, 4vw, 30px);\n    font-weight: 800;\n    color: var(--text);\n    letter-spacing: -.02em;\n    margin-bottom: 6px;\n    line-height: 1.2;\n  }\n  .psl-subtitle {\n    font-size: 14px;\n    color: var(--muted);\n    margin-bottom: 16px;\n  }\n\n  \/* ── Warranty bar ───────────────────────────── *\/\n  .psl-warranty {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--green-lt);\n    border: 1.5px solid #a8d4b8;\n    border-radius: var(--radius);\n    padding: 11px 14px;\n    font-size: 13.5px;\n    font-weight: 600;\n    color: var(--green-dark);\n    margin-bottom: 16px;\n  }\n  .psl-warranty svg { flex-shrink: 0; }\n\n  \/* ── Price bar ──────────────────────────────── *\/\n  .psl-price-bar {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    flex-wrap: wrap;\n    background: #fff;\n    border: 2px solid var(--green);\n    border-radius: var(--radius);\n    padding: 13px 16px;\n    margin-bottom: 16px;\n  }\n  .psl-price-amount {\n    font-size: 28px;\n    font-weight: 800;\n    color: var(--green);\n    letter-spacing: -.02em;\n    line-height: 1;\n  }\n  .psl-price-label {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.4;\n  }\n  .psl-price-label strong {\n    display: block;\n    color: var(--text);\n    font-size: 14px;\n  }\n\n  \/* ── Badges ─────────────────────────────────── *\/\n  .psl-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin-bottom: 18px;\n  }\n  .psl-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 5px;\n    padding: 5px 11px;\n    background: #fff;\n    border: 1.5px solid var(--border);\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 600;\n    color: var(--muted);\n  }\n\n  \/* ── Series \/ format tag ────────────────────── *\/\n  .psl-series-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: #f2f2f2;\n    border: 1.5px solid #b0b0b0;\n    border-radius: 50px;\n    padding: 5px 13px;\n    font-size: 12px;\n    font-weight: 700;\n    color: #4a4a4a;\n    margin-bottom: 14px;\n  }\n\n  \/* ── Colour variants ────────────────────────── *\/\n  .psl-colours {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    flex-wrap: wrap;\n    padding: 12px 14px;\n    background: #f8f8f8;\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    margin-bottom: 22px;\n  }\n  .psl-colours-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    color: var(--muted);\n    flex-shrink: 0;\n  }\n  .psl-colour-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 5px 13px;\n    border-radius: 50px;\n    font-size: 12.5px;\n    font-weight: 600;\n    border: 1.5px solid var(--border);\n    background: #fff;\n    color: var(--text);\n    text-decoration: none;\n    transition: border-color .15s;\n  }\n  .psl-colour-btn:hover { border-color: var(--green); color: var(--green); text-decoration: none; }\n  .psl-colour-btn.active { background: #6b6b6b; border-color: #6b6b6b; color: #fff; }\n  .psl-swatch {\n    width: 13px; height: 13px; border-radius: 50%;\n    border: 1.5px solid rgba(0,0,0,.18); flex-shrink: 0;\n  }\n\n  \/* ── Guide info box ─────────────────────────── *\/\n  .psl-guide-box {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    background: var(--blue-lt);\n    border: 1.5px solid #b8d0f0;\n    border-radius: var(--radius);\n    padding: 13px 15px;\n    margin: 18px 0;\n  }\n  .psl-guide-box svg { flex-shrink: 0; margin-top: 1px; }\n  .psl-guide-box-text { font-size: 13.5px; line-height: 1.5; color: #1a3560; }\n  .psl-guide-box-text strong { display: block; font-weight: 700; margin-bottom: 3px; }\n  .psl-guide-box-text a { color: var(--blue); font-weight: 600; text-decoration: underline; }\n\n  \/* ── Thin Slat vs other series comparison ───── *\/\n  .psl-compare {\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    overflow: hidden;\n    margin: 18px 0;\n  }\n  .psl-compare-head {\n    background: #f4faf7;\n    padding: 10px 16px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    color: var(--muted);\n    border-bottom: 1.5px solid var(--border);\n  }\n  .psl-compare-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n  }\n  @media (max-width: 520px) {\n    .psl-compare-grid { grid-template-columns: 1fr; }\n    .psl-compare-col { border-right: none !important; border-bottom: 1.5px solid var(--border); }\n    .psl-compare-col:last-child { border-bottom: none; }\n  }\n  .psl-compare-col {\n    padding: 14px 16px;\n  }\n  .psl-compare-col:not(:last-child) {\n    border-right: 1.5px solid var(--border);\n  }\n  .psl-compare-col-title {\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    margin-bottom: 8px;\n  }\n  .psl-compare-col-title.active { color: var(--green); }\n  .psl-compare-col-title.alt { color: var(--muted); }\n  .psl-compare-item {\n    font-size: 12.5px;\n    color: #444;\n    padding: 3px 0;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .psl-compare-item:last-child { border-bottom: none; }\n  .psl-compare-item strong { color: var(--text); }\n\n  \/* ── Coverage Calculator ─────────────────────── *\/\n  .calc-card {\n    border: 2px solid var(--green);\n    border-radius: var(--radius);\n    overflow: hidden;\n    margin-bottom: 22px;\n    box-shadow: 0 2px 14px rgba(26,122,74,.12);\n  }\n  .calc-header {\n    background: var(--green);\n    color: #fff;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    padding: 14px 18px;\n  }\n  .calc-header svg { flex-shrink: 0; }\n  .calc-header-text strong { display: block; font-size: 15px; letter-spacing: .02em; }\n  .calc-header-text span   { font-size: 13px; opacity: .85; }\n  .calc-body { background: var(--bg); padding: 18px; }\n\n  .calc-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 14px;\n  }\n  @media (max-width: 480px) { .calc-grid { grid-template-columns: 1fr; } }\n\n  .calc-field label {\n    display: block;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-bottom: 5px;\n  }\n  .calc-input-wrap {\n    display: flex;\n    align-items: center;\n    border: 1.5px solid var(--border);\n    border-radius: 6px;\n    overflow: hidden;\n    transition: border-color .15s;\n  }\n  .calc-input-wrap:focus-within { border-color: var(--green); }\n  .calc-input-wrap input {\n    flex: 1; border: none; outline: none;\n    padding: 9px 10px; font-size: 15px; font-weight: 600;\n    color: var(--text); background: transparent; width: 100%; min-width: 0;\n  }\n  .calc-input-wrap .unit {\n    padding: 0 10px; font-size: 13px; font-weight: 600;\n    color: var(--muted); background: #f6f9f7;\n    border-left: 1.5px solid var(--border);\n    align-self: stretch; display: flex; align-items: center; white-space: nowrap;\n  }\n\n  .calc-options { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }\n  .calc-check {\n    display: flex; align-items: flex-start; gap: 9px;\n    background: var(--green-lt); border: 1.5px solid #b8d9c7;\n    border-radius: 6px; padding: 9px 12px; cursor: pointer;\n    flex: 1; min-width: 200px; transition: border-color .15s;\n  }\n  .calc-check:hover { border-color: var(--green); }\n  .calc-check input[type=\"checkbox\"] { margin-top: 2px; accent-color: var(--green); flex-shrink: 0; }\n  .calc-check-label { font-size: 13px; line-height: 1.4; }\n  .calc-check-label strong { display: block; font-size: 13px; color: var(--text); }\n  .calc-check-label span { color: var(--muted); font-size: 12px; }\n\n  .calc-prompt {\n    text-align: center; color: var(--muted);\n    font-size: 13.5px; padding: 10px 0 4px; font-style: italic;\n  }\n\n  .calc-results {\n    background: #f4faf7; border: 1.5px solid #b8d9c7;\n    border-radius: 6px; padding: 14px 16px; display: none;\n  }\n  .calc-results.visible { display: block; }\n  .calc-results-row {\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 6px 0; border-bottom: 1px solid #d3ead9; font-size: 14px;\n  }\n  .calc-results-row:last-child { border-bottom: none; }\n  .calc-results-row .label { color: var(--muted); }\n  .calc-results-row .val   { font-weight: 700; color: var(--text); }\n  .calc-big {\n    font-size: 28px; font-weight: 800; color: var(--green);\n    letter-spacing: -.02em; line-height: 1;\n  }\n  .calc-total-row {\n    display: flex; justify-content: space-between; align-items: center;\n    padding-top: 10px; margin-top: 6px; border-top: 2px solid #a8d4b8;\n    flex-wrap: wrap; gap: 6px;\n  }\n  .calc-total-row .tl { font-weight: 700; font-size: 14px; }\n  .calc-total-row .tp { font-weight: 800; font-size: 20px; color: var(--green); }\n\n  \/* ── Description ─────────────────────────────── *\/\n  .psl-desc { margin-top: 8px; }\n  .psl-desc h2 {\n    font-size: 17px; font-weight: 700; color: var(--text);\n    margin: 24px 0 8px; padding-bottom: 6px;\n    border-bottom: 2px solid var(--green-lt);\n  }\n  .psl-desc p  { font-size: 14px; color: #333; margin-bottom: 11px; }\n  .psl-desc ul { padding-left: 18px; margin-bottom: 11px; }\n  .psl-desc li { font-size: 14px; color: #333; margin-bottom: 6px; }\n  .psl-desc a  { color: var(--green); text-decoration: underline; }\n  .psl-desc a:hover { color: var(--green-dark); }\n\n  .psl-links { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 6px; }\n  .psl-links li a {\n    display: inline-flex; align-items: center; gap: 6px;\n    font-size: 13.5px; color: var(--green); font-weight: 500; text-decoration: none;\n  }\n  .psl-links li a:hover { text-decoration: underline; }\n  .psl-links li a::before { content: \"→\"; }\n\n  \/* ── Specs table ─────────────────────────────── *\/\n  .psl-specs { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 13.5px; }\n  .psl-specs tr { border-bottom: 1px solid #eaeaea; }\n  .psl-specs tr:last-child { border-bottom: none; }\n  .psl-specs td { padding: 9px 10px; vertical-align: top; }\n  .psl-specs td:first-child { font-weight: 700; color: var(--muted); background: #f8f8f8; width: 42%; }\n\n  \/* ── FAQ ─────────────────────────────────────── *\/\n  .psl-faq { margin-top: 4px; }\n  .psl-faq details { border-bottom: 1px solid #eaeaea; padding: 4px 0; }\n  .psl-faq summary {\n    font-size: 14px; font-weight: 600; color: var(--text);\n    cursor: pointer; padding: 10px 4px; list-style: none;\n    display: flex; justify-content: space-between; align-items: center;\n    user-select: none;\n  }\n  .psl-faq summary::-webkit-details-marker { display: none; }\n  .psl-faq summary::after { content: \"+\"; font-size: 18px; color: var(--green); line-height: 1; }\n  .psl-faq details[open] summary::after { content: \"−\"; }\n  .psl-faq .faq-ans { font-size: 13.5px; color: #444; padding: 4px 4px 13px; line-height: 1.6; }\n\u003c\/style\u003e\n\n\u003c!-- ═══════════════════ CONTENT ═══════════════════ --\u003e\n\u003cdiv class=\"psl-wrap\"\u003e\n\n  \u003ch1 class=\"psl-h1\"\u003eGrey Acoustic Wood Wall Panel — Thin Slat Series 1\u003c\/h1\u003e\n  \u003cp class=\"psl-subtitle\"\u003eWPC Thin Slat Acoustic Panel · 240 × 60 cm · Sold Per Panel · Sound-Absorbing Felt Backing · 4 Colours\u003c\/p\u003e\n\n  \u003cdiv class=\"psl-series-tag\"\u003e\n    \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"14\" x2=\"21\" y2=\"14\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n    Thin Slat Series 1 — Fine-Profile Slats · 240 × 60 cm · Per Panel\n  \u003c\/div\u003e\n\n  \u003c!-- Price bar --\u003e\n  \u003cdiv class=\"psl-price-bar\"\u003e\n    \u003cdiv class=\"psl-price-amount\"\u003e£59.99\u003c\/div\u003e\n    \u003cdiv class=\"psl-price-label\"\u003e\n      \u003cstrong\u003ePer Panel — 1.44 m² coverage\u003c\/strong\u003e\n      Use the calculator below to find your total panel count and project cost\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"psl-warranty\"\u003e\n    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n    Free Acoustic Wall Panel Installation Guide included — full step-by-step fitting instructions with every order.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"psl-badges\"\u003e\n    \u003cspan class=\"psl-badge\"\u003e✓ Fine thin-slat profile\u003c\/span\u003e\n    \u003cspan class=\"psl-badge\"\u003e✓ Sound-absorbing felt backing\u003c\/span\u003e\n    \u003cspan class=\"psl-badge\"\u003e✓ Reduces echo \u0026amp; reverberation\u003c\/span\u003e\n    \u003cspan class=\"psl-badge\"\u003e✓ Easy DIY installation\u003c\/span\u003e\n    \u003cspan class=\"psl-badge\"\u003e✓ Fire retardant\u003c\/span\u003e\n    \u003cspan class=\"psl-badge\"\u003e✓ Cuttable to size\u003c\/span\u003e\n    \u003cspan class=\"psl-badge\"\u003e✓ 4 colour options\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Colour Selector --\u003e\n  \u003cdiv class=\"psl-colours\"\u003e\n    \u003cspan class=\"psl-colours-label\"\u003eAlso available in:\u003c\/span\u003e\n    \u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-black\" class=\"psl-colour-btn\" title=\"Black Acoustic Wood Wall Panel Thin Slat Series 1\"\u003e\n      \u003cspan class=\"psl-swatch\" style=\"background:#1c1c1c;\"\u003e\u003c\/span\u003eBlack\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-teak\" class=\"psl-colour-btn\" title=\"Teak Acoustic Wood Wall Panel Thin Slat Series 1\"\u003e\n      \u003cspan class=\"psl-swatch\" style=\"background:#8B5E3C;\"\u003e\u003c\/span\u003eTeak\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-oak\" class=\"psl-colour-btn\" title=\"Oak Acoustic Wood Wall Panel Thin Slat Series 1\"\u003e\n      \u003cspan class=\"psl-swatch\" style=\"background:#C9A96E;\"\u003e\u003c\/span\u003eOak\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-grey\" class=\"psl-colour-btn active\" title=\"Grey Acoustic Wood Wall Panel Thin Slat Series 1\"\u003e\n      \u003cspan class=\"psl-swatch\" style=\"background:#9E9E9E;\"\u003e\u003c\/span\u003eGrey\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Coverage \u0026 Cost Calculator --\u003e\n  \u003cdiv class=\"calc-card\"\u003e\n    \u003cdiv class=\"calc-header\"\u003e\n      \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003crect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\n        \u003cline x1=\"8\" y1=\"6\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"8\" y1=\"10\" x2=\"10\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"14\" y1=\"10\" x2=\"16\" y2=\"10\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"8\" y1=\"14\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003cline x1=\"14\" y1=\"14\" x2=\"16\" y2=\"14\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"8\" y1=\"18\" x2=\"10\" y2=\"18\"\u003e\u003c\/line\u003e\u003cline x1=\"14\" y1=\"18\" x2=\"16\" y2=\"18\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"calc-header-text\"\u003e\n        \u003cstrong\u003ePANEL \u0026amp; COST CALCULATOR\u003c\/strong\u003e\n        \u003cspan\u003eEnter your wall size — see exactly how many panels you need and your total cost\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"calc-body\"\u003e\n      \u003cdiv class=\"calc-grid\"\u003e\n        \u003cdiv class=\"calc-field\"\u003e\n          \u003clabel for=\"ts-height\"\u003eWall Height\u003c\/label\u003e\n          \u003cdiv class=\"calc-input-wrap\"\u003e\n            \u003cinput type=\"number\" id=\"ts-height\" min=\"0.1\" step=\"0.1\" placeholder=\"0.00\" inputmode=\"decimal\"\u003e\n            \u003cspan class=\"unit\"\u003em\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"calc-field\"\u003e\n          \u003clabel for=\"ts-width\"\u003eWall Width\u003c\/label\u003e\n          \u003cdiv class=\"calc-input-wrap\"\u003e\n            \u003cinput type=\"number\" id=\"ts-width\" min=\"0.1\" step=\"0.1\" placeholder=\"0.00\" inputmode=\"decimal\"\u003e\n            \u003cspan class=\"unit\"\u003em\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"calc-options\"\u003e\n        \u003clabel class=\"calc-check\"\u003e\n          \u003cinput type=\"checkbox\" id=\"ts-wastage\" checked\u003e\n          \u003cspan class=\"calc-check-label\"\u003e\n            \u003cstrong\u003eAdd 10% for cuts \u0026amp; wastage\u003c\/strong\u003e\n            \u003cspan\u003eRecommended — covers sockets, corners \u0026amp; trims\u003c\/span\u003e\n          \u003c\/span\u003e\n        \u003c\/label\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"calc-prompt\" id=\"ts-prompt\"\u003e↑ Enter your wall height and width above to see your results\u003c\/p\u003e\n\n      \u003cdiv class=\"calc-results\" id=\"ts-results\"\u003e\n        \u003cdiv class=\"calc-results-row\"\u003e\n          \u003cspan class=\"label\"\u003eWall area\u003c\/span\u003e\n          \u003cspan class=\"val\" id=\"ts-area\"\u003e—\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"calc-results-row\"\u003e\n          \u003cspan class=\"label\"\u003ePanels required\u003c\/span\u003e\n          \u003cspan class=\"val\"\u003e\n            \u003cspan class=\"calc-big\" id=\"ts-panel-count\"\u003e0\u003c\/span\u003e\n            \u003cspan style=\"font-size:13px;color:#5a6b62;margin-left:4px;\"\u003epanels\u003c\/span\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"calc-results-row\"\u003e\n          \u003cspan class=\"label\"\u003eTotal cost (£59.99 per panel)\u003c\/span\u003e\n          \u003cspan class=\"val\" id=\"ts-cost\"\u003e—\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"calc-total-row\"\u003e\n          \u003cspan class=\"tl\"\u003eCOVERAGE PER PANEL\u003c\/span\u003e\n          \u003cspan class=\"tp\"\u003e1.44 m²\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Installation Guide Callout --\u003e\n  \u003cdiv class=\"psl-guide-box\"\u003e\n    \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1a4fa8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\n      \u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\n      \u003cline x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\u003e\u003c\/line\u003e\n    \u003c\/svg\u003e\n    \u003cdiv class=\"psl-guide-box-text\"\u003e\n      \u003cstrong\u003eFree Step-by-Step Installation Guide\u003c\/strong\u003e\n      Fitting your panels for the first time? Our complete guide covers wall preparation, adhesive application, alignment, cutting around sockets, and professional finishing — included free with every order.\n      \u003cbr\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/pages\/acoustic-wall-panel-installation\" title=\"Acoustic Wall Panel Installation Guide\"\u003eRead the Acoustic Wall Panel Installation Guide →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Description --\u003e\n  \u003cdiv class=\"psl-desc\"\u003e\n\n    \u003cp\u003eBring refined, contemporary depth and premium acoustic performance to any room with the \u003cstrong\u003eGrey Acoustic Wood Wall Panel — Thin Slat Series 1\u003c\/strong\u003e from \u003cstrong\u003ePaving and Slabs Ltd\u003c\/strong\u003e. Featuring a signature fine-profile thin-slat WPC construction, this panel delivers a more densely textured, sophisticated visual finish than standard acoustic panels — pairing effortlessly with modern, industrial, minimalist, and monochrome interiors. Each panel measures \u003cstrong\u003e2400 × 600 mm (240 × 60 cm)\u003c\/strong\u003e and is sold individually at \u003cstrong\u003e£59.99 per panel\u003c\/strong\u003e, giving \u003cstrong\u003e1.44 m² of coverage\u003c\/strong\u003e. The integrated sound-absorbing felt backing provides genuine mid and high-frequency noise reduction, making this an outstanding acoustic and aesthetic solution for home offices, living rooms, bedrooms, recording studios, gaming rooms, home cinemas, and commercial spaces.\u003c\/p\u003e\n\n    \u003cdiv style=\"background-color:#fcfcfc;padding:18px 20px;border-radius:8px;margin:18px 0;border:1px solid #e5e5e5;\"\u003e\n      \u003ch3 style=\"margin-top:0;color:#111;font-size:15px;margin-bottom:10px;\"\u003eThin Slat Series 1 — Grey At a Glance\u003c\/h3\u003e\n      \u003cul style=\"column-count:2;list-style-position:inside;margin-bottom:0;font-size:14px;color:#333;gap:6px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePanel Size:\u003c\/strong\u003e 2400 × 600 mm (240 × 60 cm).\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSold:\u003c\/strong\u003e Individually — £59.99 per panel.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1.44 m² per panel.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSlat Profile:\u003c\/strong\u003e Fine thin-slat WPC construction.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAcoustic Core:\u003c\/strong\u003e Integrated sound-absorbing felt backing.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSurface:\u003c\/strong\u003e Cool grey contemporary thin-slat finish.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFire Rating:\u003c\/strong\u003e Fire-retardant — suitable for residential interiors.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFixing Method:\u003c\/strong\u003e Construction adhesive or screw to flat wall.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColours Available:\u003c\/strong\u003e Grey (this page), Black, Teak, Oak.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eThin Slat Series 1 — A Finer, More Refined Slat Profile\u003c\/h2\u003e\n    \u003cp\u003eThe \u003cstrong\u003eThin Slat Series 1\u003c\/strong\u003e is a distinct evolution of our acoustic wall panel range. Where our standard panels feature a classic slatted profile, the Thin Slat Series uses a finer, more closely spaced slat construction — delivering a richer surface texture, a more refined architectural finish, and the same proven acoustic performance. The result is a panel that reads as premium and considered, particularly at close range, bringing a designer-quality finish to any feature wall.\u003c\/p\u003e\n    \u003cp\u003eAt \u003cstrong\u003e2400 × 600 mm\u003c\/strong\u003e, each panel is wide enough to cover significant wall area in fewer pieces while remaining practical to handle and install solo. Sold individually rather than as a pack, you buy exactly the coverage you need — no excess, no waste.\u003c\/p\u003e\n\n    \u003c!-- Series comparison table --\u003e\n    \u003cdiv class=\"psl-compare\"\u003e\n      \u003cdiv class=\"psl-compare-head\"\u003eThin Slat Series 1 vs Other Acoustic Panel Formats — Quick Comparison\u003c\/div\u003e\n      \u003cdiv class=\"psl-compare-grid\"\u003e\n        \u003cdiv class=\"psl-compare-col\"\u003e\n          \u003cdiv class=\"psl-compare-col-title active\"\u003e✓ Thin Slat Series 1 (this product)\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eFormat:\u003c\/strong\u003e 2400 × 600 mm panel\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eSold:\u003c\/strong\u003e Individually — £59.99\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1.44 m² per panel\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eSlat:\u003c\/strong\u003e Fine thin-slat profile\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eBest for:\u003c\/strong\u003e Refined, designer-quality feature walls; premium interiors\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"psl-compare-col\"\u003e\n          \u003cdiv class=\"psl-compare-col-title alt\"\u003eStandard Acoustic Wall Panels\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eFormat:\u003c\/strong\u003e 2600 × 300 mm panel\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eSold:\u003c\/strong\u003e 2-pack\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1.56 m² per 2-pack\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eSlat:\u003c\/strong\u003e Classic slatted profile\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eBest for:\u003c\/strong\u003e Full-wall coverage; large rooms; floor-to-ceiling installations\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"psl-compare-col\"\u003e\n          \u003cdiv class=\"psl-compare-col-title alt\"\u003eTiles Series 1\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eFormat:\u003c\/strong\u003e 600 × 600 mm tile\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eSold:\u003c\/strong\u003e 4-pack\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eCoverage:\u003c\/strong\u003e 1.44 m² per 4-pack\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eSlat:\u003c\/strong\u003e Classic slatted profile\u003c\/div\u003e\n          \u003cdiv class=\"psl-compare-item\"\u003e\n\u003cstrong\u003eBest for:\u003c\/strong\u003e Flexible layouts; feature clusters; targeted acoustic zones\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eAcoustic Performance — Reduce Echo, Reverberation \u0026amp; Ambient Noise\u003c\/h2\u003e\n    \u003cp\u003eHard, flat wall surfaces are highly sound-reflective — they bounce audio energy back into the room, creating echo, harsh reverberation, and a fatiguing acoustic environment. The \u003cstrong\u003eGrey Thin Slat Series 1 panels\u003c\/strong\u003e tackle this at the design level. The fine slatted WPC face diffuses incoming sound waves across a greater number of surfaces, breaking up flat reflections with exceptional efficiency, while the \u003cstrong\u003eintegrated high-density acoustic felt backing\u003c\/strong\u003e absorbs mid and high-frequency energy before it can reflect back into the space.\u003c\/p\u003e\n    \u003cp\u003eThe result is a measurably quieter, more controlled acoustic environment — improving speech clarity, audio quality, and concentration in any room. Whether you are building a \u003cstrong\u003ehome recording studio\u003c\/strong\u003e, fitting a dedicated \u003cstrong\u003ehome office\u003c\/strong\u003e, designing a \u003cstrong\u003egaming room\u003c\/strong\u003e, or simply reducing echo in a living space, these panels deliver real acoustic improvement without foam treatment or structural work. For optimal placement guidance, see our \u003ca href=\"https:\/\/pavingandslabs.co.uk\/blogs\/latest-news\/how-to-fit-acoustic-wall-panels-the-ultimate-guide\" title=\"How to Fit Acoustic Wall Panels — The Ultimate Guide\"\u003eacoustic panel fitting guide\u003c\/a\u003e.\u003c\/p\u003e\n\n    \u003ch2\u003eCool Grey Finish — A Refined Contemporary Feature Wall\u003c\/h2\u003e\n    \u003cp\u003eThe \u003cstrong\u003ecool grey thin-slat finish\u003c\/strong\u003e is among the most versatile and design-forward options in the range. The finer slat spacing amplifies the sense of texture and depth compared to classic panels, making the surface richer and more architectural — a quality that is especially apparent in spaces with directional or accent lighting, where the thin slats cast subtle, rhythmic shadows across the wall.\u003c\/p\u003e\n    \u003cp\u003eThe grey tone integrates beautifully with modern, minimalist, industrial, Scandi-monochrome, and urban contemporary interiors. Pair with white, off-white, or charcoal walls, brushed steel or black metal accents, polished concrete floors, and warm or cool LED lighting to create a curated, high-quality finish. Equally at home in residential living spaces and commercial environments including offices, restaurants, and hospitality settings.\u003c\/p\u003e\n\n    \u003ch2\u003eEasy DIY Installation — No Specialist Tools Required\u003c\/h2\u003e\n    \u003cp\u003eDespite their premium appearance, Thin Slat Series 1 panels are straightforward to install. The lightweight WPC composite fixes directly onto any flat, dry wall surface using standard construction adhesive or screws. The wide 600 mm panel format allows fast, even coverage with fewer panel joins than narrower formats. For a perfectly professional result, follow our free step-by-step fitting guide:\u003c\/p\u003e\n\n    \u003cdiv class=\"psl-guide-box\"\u003e\n      \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1a4fa8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n        \u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n        \u003cline x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"psl-guide-box-text\"\u003e\n        \u003cstrong\u003eHow to Fit Acoustic Wall Panels — Full Installation Guide\u003c\/strong\u003e\n        Covers wall preparation, adhesive selection, panel alignment, cutting around sockets and switches, corner finishing, and professional edge trims.\n        \u003ca href=\"https:\/\/pavingandslabs.co.uk\/pages\/acoustic-wall-panel-installation\" title=\"Acoustic Wall Panel Installation Guide — Paving and Slabs Ltd\"\u003eAcoustic Wall Panel Installation Guide →\u003c\/a\u003e\n         | \n        \u003ca href=\"https:\/\/pavingandslabs.co.uk\/blogs\/latest-news\/acoustic-panels-installation-guide-how-to-fit-them-correctly-first-time\" title=\"How to Fit Acoustic Panels Correctly First Time\"\u003eHow to Fit Them Correctly First Time →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eFour Colour Options\u003c\/h2\u003e\n    \u003cp\u003eThe Thin Slat Series 1 range is available in four carefully considered colourways. All panels share identical dimensions, acoustic performance, and installation method — only the aesthetic finish differs:\u003c\/p\u003e\n    \u003cul class=\"psl-links\"\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-black\" title=\"Black Acoustic Wood Wall Panel Thin Slat Series 1\"\u003eBlack Thin Slat Series 1 — bold, dramatic, ultra-modern\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-teak\" title=\"Teak Acoustic Wood Wall Panel Thin Slat Series 1\"\u003eTeak Thin Slat Series 1 — warm golden-brown natural timber tone\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-oak\" title=\"Oak Acoustic Wood Wall Panel Thin Slat Series 1\"\u003eOak Thin Slat Series 1 — light, airy Scandinavian-inspired finish\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-grey\" title=\"Grey Acoustic Wood Wall Panel Thin Slat Series 1\"\u003eGrey Thin Slat Series 1 — cool, contemporary neutral tone (this product)\u003c\/a\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eWhere to Use Grey Thin Slat Series 1 Panels\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHome Office:\u003c\/strong\u003e Install behind a desk or along the primary reflection wall for cleaner audio, reduced echo, and a premium, focused working environment.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBedroom Feature Wall:\u003c\/strong\u003e Create a sophisticated, textured headboard wall in cool grey — the fine slat profile adds depth and interest that photographs exceptionally well.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLiving Room:\u003c\/strong\u003e Frame a TV unit, media wall, or sofa backdrop — the grey thin-slat finish pairs powerfully with both dark and light colour palettes.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHome Recording Studio \/ Podcast Booth:\u003c\/strong\u003e Control sound reflections for cleaner, more professional recordings without foam treatment or specialist acoustic products.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGaming Room \/ Home Cinema:\u003c\/strong\u003e Improve audio performance and deliver a premium, immersive aesthetic — grey works particularly well against dark ambient lighting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eRestaurant \/ Bar \/ Office:\u003c\/strong\u003e Add texture, acoustic comfort, and a refined finish to commercial spaces — the thin-slat profile is well suited to hospitality and corporate interiors.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eComplete Your Interior \u0026amp; Outdoor Spaces\u003c\/h2\u003e\n    \u003cp\u003ePair these panels with our complementary products for a cohesive property transformation inside and out:\u003c\/p\u003e\n    \u003cul class=\"psl-links\"\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/collections\/wall-panels\" title=\"All Wall Panels — Paving and Slabs Ltd\"\u003eAll Wall Panels — browse the full acoustic panel range\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-grey\" title=\"Grey Acoustic Wood Wall Panels — Standard 2-Pack\"\u003eGrey Standard Acoustic Wall Panels (260 × 30 cm, 2-pack) — classic slat profile\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-tiles-grey\" title=\"Grey Acoustic Wall Panel Tiles Series 1 — 4 Pack\"\u003eGrey Acoustic Wall Panel Tiles Series 1 (60 × 60 cm, 4-pack) — square tile format\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/composite-decking-board-grey\" title=\"Grey Composite Decking Boards\"\u003eGrey Composite Decking Boards — continue the cool contemporary tone outdoors\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/collections\/porcelain-paving\" title=\"Porcelain Paving Slabs\"\u003ePorcelain Paving Slabs — premium outdoor flooring for gardens and patios\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/blogs\/latest-news\/how-to-fit-acoustic-wall-panels-the-ultimate-guide\" title=\"How to Fit Acoustic Wall Panels — The Ultimate Guide\"\u003eHow to Fit Acoustic Wall Panels — The Ultimate Guide\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/blogs\/latest-news\/acoustic-panels-installation-guide-how-to-fit-them-correctly-first-time\" title=\"Acoustic Panels Installation Guide\"\u003eAcoustic Panels Installation Guide — How to Fit Them Correctly First Time\u003c\/a\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003ctable class=\"psl-specs\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePanel Dimensions\u003c\/td\u003e\n\u003ctd\u003e2400 mm × 600 mm (240 × 60 cm) per panel\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSold As\u003c\/td\u003e\n\u003ctd\u003eIndividually — 1 panel per unit\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd\u003e£59.99 per panel\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCoverage Per Panel\u003c\/td\u003e\n\u003ctd\u003e1.44 m² (2400 × 600 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSeries\u003c\/td\u003e\n\u003ctd\u003eThin Slat Series 1 — fine-profile slat construction\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eWPC (Wood Plastic Composite) thin-slat face with acoustic felt backing\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eColour \/ Finish\u003c\/td\u003e\n\u003ctd\u003eGrey — cool contemporary thin-slat woodgrain texture\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAlso Available In\u003c\/td\u003e\n\u003ctd\u003eBlack, Teak, Oak (see colour selector above)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAcoustic Performance\u003c\/td\u003e\n\u003ctd\u003eMid \u0026amp; high-frequency sound absorption via integrated felt backing\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFire Rating\u003c\/td\u003e\n\u003ctd\u003eFire-retardant composite — suitable for residential interiors\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFixing Method\u003c\/td\u003e\n\u003ctd\u003eConstruction adhesive or screw-fixed to flat dry wall surface\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eCan Be Cut\u003c\/td\u003e\n\u003ctd\u003eYes — fine-tooth saw or circular saw; cut from back face\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eWipe clean with dry or lightly damp cloth; no treatments required\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAlso Available As\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-tiles-grey\"\u003eGrey Tiles Series 1 — 60 × 60 cm (4-pack)\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eInstallation Guide\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/pages\/acoustic-wall-panel-installation\"\u003eFull guide at pavingandslabs.co.uk\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"psl-faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size is the Grey Thin Slat Series 1 panel?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eEach panel measures \u003cstrong\u003e2400 mm × 600 mm (240 × 60 cm)\u003c\/strong\u003e, giving \u003cstrong\u003e1.44 m² of coverage per panel\u003c\/strong\u003e. Use the panel and cost calculator above to work out exactly how many panels your wall requires.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow much does it cost?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eEach panel is priced at \u003cstrong\u003e£59.99\u003c\/strong\u003e. Panels are sold individually so you can order exactly the quantity you need. Use the \u003cstrong\u003epanel and cost calculator\u003c\/strong\u003e at the top of this page to get an instant total for your project.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is Thin Slat Series 1?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eThin Slat Series 1 is our fine-profile acoustic panel range. The panels feature a more densely spaced, narrower slat construction than our standard acoustic wall panels, delivering a richer surface texture and a more refined, premium visual finish. Each panel measures 2400 × 600 mm and is sold individually.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the difference between Thin Slat Series 1 and the standard acoustic wall panels?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eThe \u003cstrong\u003eThin Slat Series 1\u003c\/strong\u003e uses a finer, more closely spaced slat profile and measures \u003cstrong\u003e2400 × 600 mm, sold individually at £59.99\u003c\/strong\u003e. Standard acoustic wall panels measure \u003cstrong\u003e2600 × 300 mm and are sold as a 2-pack\u003c\/strong\u003e. Both share the same WPC construction, acoustic felt backing, and fire retardant rating. The thin-slat format offers a more refined, premium finish; the standard panels are ideal for fast, seamless floor-to-ceiling coverage at a different price point.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDo Thin Slat acoustic wall panels actually reduce noise?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eYes. The fine slatted WPC surface diffuses sound waves across a greater number of surfaces and the \u003cstrong\u003eintegrated acoustic felt backing\u003c\/strong\u003e absorbs mid and high-frequency reflections, noticeably reducing echo and reverberation. For placement guidance, see our \u003ca href=\"https:\/\/pavingandslabs.co.uk\/blogs\/latest-news\/how-to-fit-acoustic-wall-panels-the-ultimate-guide\"\u003eacoustic panel fitting guide\u003c\/a\u003e.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do you fit Thin Slat acoustic wall panels?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eFix directly to any flat, dry wall surface using construction adhesive or screws. No specialist tools are needed. Read our complete \u003ca href=\"https:\/\/pavingandslabs.co.uk\/pages\/acoustic-wall-panel-installation\"\u003eAcoustic Wall Panel Installation Guide\u003c\/a\u003e for full step-by-step instructions.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the panels be cut to size?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eYes. Use a fine-tooth hand saw or circular saw. Always cut from the \u003cstrong\u003eback face\u003c\/strong\u003e for a clean finish — this makes it straightforward to fit around sockets, light switches, door frames, and corners.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat colours are the Thin Slat Series 1 panels available in?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eFour colours: \u003cstrong\u003eGrey\u003c\/strong\u003e (this page), \u003cstrong\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-black\"\u003eBlack\u003c\/a\u003e\u003c\/strong\u003e, \u003cstrong\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-teak\"\u003eTeak\u003c\/a\u003e\u003c\/strong\u003e, and \u003cstrong\u003e\u003ca href=\"https:\/\/pavingandslabs.co.uk\/products\/acoustic-wall-panel-thin-slat-oak\"\u003eOak\u003c\/a\u003e\u003c\/strong\u003e. All share the same dimensions, price, and acoustic performance — use the colour selector above to switch.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre the panels fire retardant?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eYes. The WPC composite material is \u003cstrong\u003efire retardant\u003c\/strong\u003e and suitable for use in residential interior applications.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre they suitable for a home recording studio?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eAbsolutely. The fine slatted face and acoustic felt backing make these panels highly effective for controlling reflections in \u003cstrong\u003ehome studios, podcast booths, music rooms\u003c\/strong\u003e, and \u003cstrong\u003ehome cinemas\u003c\/strong\u003e. For placement tips, see our \u003ca href=\"https:\/\/pavingandslabs.co.uk\/blogs\/latest-news\/acoustic-panels-installation-guide-how-to-fit-them-correctly-first-time\"\u003eacoustic panel installation guide\u003c\/a\u003e.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many panels do I need for my wall?\u003c\/summary\u003e\n        \u003cdiv class=\"faq-ans\"\u003eMultiply your wall height by its width to get the area in m². Add 10% for cuts and wastage, then divide by 1.44 (coverage per panel) and round up. Or use the \u003cstrong\u003epanel and cost calculator\u003c\/strong\u003e at the top of this page for an instant panel count and total project cost.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- PANEL \u0026 COST CALCULATOR SCRIPT --\u003e\n\u003cscript\u003e\ndocument.addEventListener('DOMContentLoaded', function () {\n\n  \/* Each panel: 2.4m × 0.60m = 1.44 m². Sold individually. *\/\n  var PANEL_COVERAGE = 2.4 * 0.60;   \/* 1.44 m² *\/\n  var PRICE_PER_PANEL = 59.99;\n\n  var inpH     = document.getElementById('ts-height');\n  var inpW     = document.getElementById('ts-width');\n  var chkWa    = document.getElementById('ts-wastage');\n  var elPrompt = document.getElementById('ts-prompt');\n  var elRes    = document.getElementById('ts-results');\n  var elArea   = document.getElementById('ts-area');\n  var elPanels = document.getElementById('ts-panel-count');\n  var elCost   = document.getElementById('ts-cost');\n\n  function calc() {\n    var H = parseFloat(inpH.value) || 0;\n    var W = parseFloat(inpW.value) || 0;\n\n    if (H \u003c= 0 || W \u003c= 0) {\n      elRes.classList.remove('visible');\n      elPrompt.style.display = 'block';\n      return;\n    }\n\n    var area       = H * W;\n    var areaNeeded = chkWa.checked ? area * 1.10 : area;\n    var panels     = Math.ceil(areaNeeded \/ PANEL_COVERAGE);\n    var totalCost  = (panels * PRICE_PER_PANEL).toFixed(2);\n\n    elArea.textContent   = area.toFixed(2) + ' m\\u00B2';\n    elPanels.textContent = panels;\n    elCost.textContent   = '\\u00A3' + totalCost;\n\n    elPrompt.style.display = 'none';\n    elRes.classList.add('visible');\n  }\n\n  [inpH, inpW, chkWa].forEach(function (el) {\n    el.addEventListener('input', calc);\n    el.addEventListener('change', calc);\n  });\n\n});\n\u003c\/script\u003e","brand":"Paving and Slabs","offers":[{"title":"Default Title","offer_id":48288319275262,"sku":null,"price":59.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0752\/3647\/5134\/files\/grey_acoustic.png?v=1780060345","url":"https:\/\/pavingandslabs.co.uk\/products\/grey-acoustic-wood-wall-panel-thin-slat-series-1-240-300x60cm","provider":"Paving and Slabs","version":"1.0","type":"link"}