A contemporary collection of occasional products that will light up any space within the home. Available in three distinct colours, Ochre, Grey and White
Available as a large round tray Table and a Bedside Locker
(function () {
function handleFirstTab(e) {
if (e.keyCode === 9) { // the "I am a keyboard user" key
document.body.classList.add('user-is-tabbing');
window.removeEventListener('keydown', handleFirstTab);
}
}
window.addEventListener('keydown', handleFirstTab);
})();