Product Description The Prestigious Tripura fabric from the Monsoon Collection is a dramatic and luxurious velvet print. Featuring a lush, oversized tropical leaf motif in a rich ‘Spice’ colourway, this 100% polyester velvet creates an opulent and exotic statement. Perfect for bold upholstery, sumptuous curtains, or high-impact soft furnishings, Tripura brings a touch of vibrant, contemporary luxury to any interior. Product Specification
Technical Information
Delivery & Returns
Delivery & Custom Orders
Samples: Delivered in 23 working days (UK) or 710 working days (International).
Final Products: All items are custom-ordered and handmade. Please allow 710 working days (UK) or 1015 working days (International) for manufacturing and delivery.
Returns Policy
Custom-Cut Fabric: Due to its custom-cut nature (off the roll), fabric/cushion/wallpaper or home accessories is non-returnable. We can only process a return or exchange if the item is damaged or faulty upon receipt.
Cushions & Accessories: These items can be returned or exchanged if they are received damaged or faulty. Please contact us immediately so we can arrange a replacement.
// FIX: Aggressively ensures the Description is open and others are closed on load. document.addEventListener(“DOMContentLoaded”, function() { // 1. Force Open the Description (Box 1) const descriptionElement = document.querySelector(‘.description-details’); if (descriptionElement) { descriptionElement.setAttribute(‘open’, ‘open’); } // 2. Force Close the Specification (Box 2) const specElement = document.querySelector(‘.product-spec’); if (specElement) { specElement.removeAttribute(‘open’); } // 3. Force Close the Technical Info (Box 3) const techElement = document.querySelector(‘.product-tech’); if (techElement) { techElement.removeAttribute(‘open’); } // 4. Force Close the Delivery & Returns (Box 4) const deliveryElement = document.querySelector(‘.product-delivery’); if (deliveryElement) { deliveryElement.removeAttribute(‘open’); } // NEW FIX: Hide empty list items that have bold labels but no content. document.querySelectorAll(‘.product-spec ul li, .product-tech ul li’).forEach(item => { // Check if the inner text of the list item (after the bold label) is essentially empty const content = item.textContent.replace(item.querySelector(‘strong’)?.textContent, ”).trim(); // Aggressive check for empty, zero, or “Not Specified” values if (content === ” || content === ‘Not Specified’ || content === ‘0’ || content === ‘0.00’ || content === ‘/’) { item.style.display = ‘none’; } }); });
There are no reviews yet.