Product Description
Meet the Palazza range - a standout collection known for its exceptional versatility, making it one of our most popular sofa bed choices. Enhanced with convenient features like easy opening pull down mechanisms, our sofa bed seamlessly combines comfort with practicality for everyday living. The clean lines and modern style, characterised by square shapes and soft upholstery, make it an adaptable addition to any living space.With wide, comfortable seats and a well-padded high back featuring integrated lumbar support, the Palazza ensures unparalleled comfort, while adjustable headrests allow for a personalised seating experience. Every detail, including the practical cushion case for easy pillow storage, is thoughtfully included to provide maximum convenience. Plus, with endless choices of fabric colours you can personalise your sofa to perfectly complement your home decor. Each fabric is made from premium materials, providing outstanding durability and aesthetic appeal.Make the Palazza range even more affordable and take advantage of our interest free credit offers, 0% APR representative.var counter = 0; var dyPdpPopularColoursInt = setInterval(function() { var dyData; var dyIsDataFetched = false; var leatherSwatches = [ "GENISIA-LIGHT-AIR-FORCE-BLUE-508", "GENISIA-DARK-BEIGE-005", "GENISIA-MOON-WHITE-009", "GENISIA-OPTICAL-WHITE-000", "GENISIA-DARK-BLUE-541", "GENISIA-COCOA-745", "GENISIA-PEARL-GREY-830", "GENISIA-LAVENDER-453", "GENISIA-DUSTY-PINK-493", "GENISIA-RED-340", "GENISIA-CAMOUFLAGE-GREEN-622", "GENISIA-THYME-GREEN-620", "MACADAMIA-SLATE-GREY-880", "MACADAMIA-LIGHT-BEIGE-030", "MACADAMIA-DARK-BEIGE-005", "MACADAMIA-MOON-WHITE-009", "MACADAMIA-SNOW-WHITE-013", "MACADAMIA-OPTICAL-WHITE-000", "MACADAMIA-BLUE-580", "MACADAMIA-MIDNIGHT-BLUE-540", "MACADAMIA-COCOA-745", "MACADAMIA-COGNAC-AMBER-753", "MACADAMIA-COGNAC-LIGHT-751", "MACADAMIA-DARK-COGNAC-757", "MACADAMIA-DARK-CLAY-873", "MACADAMIA-DENIM-BLUE-510", "MACADAMIA-SUNFLOWER-YELLOW-140", "MACADAMIA-GREY-800", "MACADAMIA-DOLPHIN-GREY-805", "MACADAMIA-PEARL-GREY-830", "MACADAMIA-TARPAULIN-GREY-850", "MACADAMIA-LIGHT-BROWN-711", "MACADAMIA-BLACK-910", "MACADAMIA-GREEN-BOTTLE-635", "MACADAMIA-DEEP-GREEN-605", "MACADAMIA-SAGE-GREEN-660", "MIMOSA-SLATE-GREY-880", "MIMOSA-MOON-WHITE-009", "MIMOSA-SNOW-WHITE-013", "MIMOSA-COCOA-745", "MIMOSA-COGNAC-LIGHT-751", "MIMOSA-DARK-CLAY-873", "MIMOSA-DENIM-BLUE-510", "MIMOSA-GREY-800", "MIMOSA-PEARL-GREY-830", "MIMOSA-LIGHT-BROWN-711", "MIMOSA-SANDYBROWN-713", "MIMOSA-DEEP-GREEN-605", "ARABIS-SLATE-GREY-880", "ARABIS-DARK-BEIGE-005", "ARABIS-MOON-WHITE-009", "ARABIS-SNOW-WHITE-013", "ARABIS-OPTICAL-WHITE-000", "ARABIS-MIDNIGHT-BLUE-540", "ARABIS-COFFEE-740", "ARABIS-PEARL-GREY-830", "ARABIS-TARPAULIN-GREY-850", "ARABIS-BLACK-910", "GIRASOLE-BROWN-700", "GIRASOLE-HAZEL-BROWN-720" ]; function getPesColours(pid) { if (!pid) return Promise.resolve(); if (dyIsDataFetched) return Promise.resolve(); return fetch('/on/demandware.store/Sites-SFRA_SCS-Site/en_GB/DynamicYield-GetPopularColors?' + pid) .then(function(response) { if (!response.ok) { throw new Error('Network response was not ok'); } return response.json(); }) .then(function(data) { dyData = data; dyIsDataFetched = true; }) .catch(function(error) { console.error('Error fetching data:', error); }); } function loadPesColours(pid) { if (!pid) return; getPesColours(pid).then(function() { injectPesColours(dyData, pid); }); } function capitalizeFirstLetter(string) { return string.charAt(0).toUpperCase() + string.slice(1).toLowerCase(); } function injectPesColours(data, pid) { if (!data) return; if (!pid) return; var productConfigCustomise = document.querySelector('.product-detail__product-configurator__customise'); if (productConfigCustomise && data && data.colors) { var coloursAvailable = data.colors; var productAttrColourSection = document.querySelector('[data-attr="color"] .product-attributes-picker__values'); var pdpPagePid = document.querySelector('.product-wrapper.product-detail.js-product-detail[data-pid]'); var initalColour = productAttrColourSection.querySelector('[data-select-url]'); if (initalColour && pdpPagePid.dataset.pid === pid) { var initialColourInList = coloursAvailable.filter(function(colour) { return colour.displayValue === initalColour.dataset.value; }); if (initialColourInList.length > 0) { coloursAvailable = coloursAvailable.filter(function(colour) { return colour.displayValue !== initalColour.dataset.value; }); coloursAvailable.unshift(initialColourInList[0]); } else { var initialColourText = initalColour.dataset.value; var initialColourValue = initalColour.querySelector('[data-attr-value]').dataset.attrValue; var formattedInitLink = initalColour.dataset.selectUrl.replace('&quantity=1', ''); var initDataStrucutre = { "id": initialColourValue, "displayValue": initialColourText, "value": initialColourValue, "selected": false, "isleather": false, "url": formattedInitLink, "swatchImageUrl": "https://www.scs.co.uk/on/demandware.static/-/Sites-mast