Product Description Taken from a wallpaper panel design inspired by the 20th-century Fauvism art movement, this fabric interpretation highlights three primary colours with intricate embroidery. The bold, expressive style captures the spirit of the original artwork, creating a striking visual statement for contemporary interior spaces. Item Specification Colour: Majorelle/Spice/Forest Fabric Type: Weave Collection: Zamora Fabrics Brand: Harlequin Composition: 89% Polyester, 11% Acrylic Usable Width: 146 cm / 57.48 in Vertical Pattern Repeat: 106 cm / 41.73 in Horizontal Pattern Repeat: 132 cm / 51.97 in Pattern Match: Straight Match Unit of Measure: Metre Technical Information Design Code: 134794 FR Standards: This fabric does not meet FR standards and is not treatable. After Care: No Machine Wash - SDC / No Ble / No tumb / W Iron / SDC Delivery and Returns Delivery & Custom Orders Dispatch: Please allow up to 7-10 working days for fabric orders to be dispatched. Estimates: If you have questions regarding bespoke lead times, please contact our team. Returns Policy Made-to-Order: All custom-cut fabrics are non-returnable unless faulty or damaged. We recommend ordering a sample before placing a full order. /* Restricted CSS for modern, sleek dropdown markers */ .product-info-details > summary { list-style: none; /* Hide default triangle/arrow */ } .product-info-details > summary::after { content: '+'; /* Default state: thin plus sign */ font-weight: 300; font-size: 1.2rem; margin-left: 10px; color: #888; } .product-info-details[open] > summary::after { content: '−'; /* Open state: thin minus sign */ } details > summary { list-style-type: none; } document.addEventListener("DOMContentLoaded", function() { // Force Open the Description (Box 1) const descriptionElement = document.querySelector('.description-details'); if (descriptionElement) { descriptionElement.setAttribute('open', 'open'); } // Hide empty list items in Spec and Tech Info document.querySelectorAll('.product-spec ul li, .product-tech ul li').forEach(item => { const label = item.querySelector('strong')?.textContent || ''; const content = item.textContent.replace(label, '').trim(); if (content === '' || content === 'Not Specified' || content === '0' || content === '0.00' || content === '/') { item.style.display = 'none'; } }); });