Product Description Taken from the archive, Zenith has a strong global influence in its design. Produced on cotton velvet, exotic fruits such as cacao beans feature in a beautiful overlapping style. This luxurious printed velvet combines a rich, textural feel with a sophisticated visual narrative. A matching wallpaper is also available to complement this design. Item Specification Item Type: Velvet Collection: Zamora Fabrics Brand: Harlequin Composition: 83% Cotton, 17% Polyester Usable Width: 133.5 cm / 52.56 in Vertical Pattern Repeat: 67 cm / 26.38 in Horizontal Pattern Repeat: 66 cm / 25.98 in Pattern Match: Straight Match Unit of Measure: Metre Technical Information Design Code: 121348 FR Standards: Treatable to BS5852 (1) Match, Treatable to BS5867 P2TB Print Method: Digital Printed Fabric After Care: No Machine Wash - SDC / No Ble / No tumb / No Iron / SDC (Spec) Delivery and Returns Delivery & Custom Orders Dispatch: Please allow up to 7-10 working days for fabric orders to be dispatched. Estimates: For custom FR treatments, please contact our team for updated lead times. 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'; } }); });