AFFINITY - EXCLUSIVE FURNITURE COLLECTION - 10% OFF

BESPOKE

Contemporary Kitchen with Farrow & Ball Railings Cabinetry and Areti Bianco Quartz Worktop Doran Kitchens

Urban Upgrade

We designed, manufactured, and installed multiple areas of this beautiful newly…

Contemporary Handleless Island with Calacatta Quartz and Tall Black Bank Units Dorans

Streamlined Style

We designed, manufactured, and installed multiple areas of this beautiful newly…

Contemporary Kitchen with Off-Black Tall Units and Oak Framing Bespoke Design Dorans

Contemporary Vogue

We designed, manufactured, and installed multiple areas of this beautiful newly…

Contemporary Kitchen with Smoked Oak Cabinets and Calacatta G Quartz Worktop Dorans

Recessed Style

We designed, manufactured, and installed multiple areas of this beautiful newly…

Classic Kitchen with Library Ladder and Farrow & Ball Pavilion Gray Cabinets Doran Kitchens

Vintage Vibe

The client came to us seeking a cosy and clean scheme with a compact…

Scroll to Top

COOKIES POLICY

We use cookies to enhance your browsing experience, analyse site traffic, and personalise content.
By clicking “Accept” you agree to our use of cookies. For more details, see our Cookies Policy.

document.addEventListener("DOMContentLoaded", function() { const scrollContainer = document.querySelector(".scroll-buttons-container"); if (scrollContainer) { const firstButton = scrollContainer.querySelector("button"); if (firstButton) { const containerWidth = scrollContainer.offsetWidth; scrollContainer.scrollLeft = firstButton.offsetLeft - (containerWidth / 2) + (firstButton.offsetWidth / 2); } // Enable smooth horizontal scrolling with mouse wheel scrollContainer.addEventListener("wheel", function(event) { if (event.deltaY !== 0) { event.preventDefault(); scrollContainer.scrollLeft += event.deltaY; // Enables smooth sideways scroll } }); } });