AFFINITY - EXCLUSIVE FURNITURE COLLECTION - 10% OFF

Blacks

Stone Wall Entrance with Laurent Dekton Kitchen and Vaulted Ceiling Doran Kitchens

Serene Stone

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

Contemporary Kitchen with High Ceiling with Matte Dark Grey Cabinets Dorans

Linear Living

In this contemporary kitchen renovation, natural light enhances the sleek, super…

Luxury Beachfront Kitchen with Antique Bronze Liquid Metal Island Dorans

Gilded Luxury

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…

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 } }); } });