Our Brand Partners

From modern statement pieces to timeless classics, our selection of fireplace brands covers every style and preference. We stock and can source a wide range of options to suit your design vision, whether you value innovation, craftsmanship, or sustainability. Browse our collection and explore the brands that are inspiring spaces this season—you’re sure to find something that speaks to your style.

document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('.enquiry-btn').forEach(function(btn) { btn.addEventListener('click', function() { const productURL = this.getAttribute('data-product-url') || window.location.href; const productTitle = this.getAttribute('data-product-title') || document.title; const urlField = document.querySelector('input[name="product_url"]'); const titleField = document.querySelector('input[name="product_title"]'); if (urlField) urlField.value = productURL; if (titleField) titleField.value = productTitle; }); }); });