Product Description
Meet the Patrica range - the luxurious leather version of the Ripaldina collection, where superior design meets unmatched comfort. The Patrica collection is not only visually striking but also highly functional, with a sleek, rotating base that lifts off the ground, offering both convenience and a modern aesthetic. Each piece in the Patricia range is meticulously crafted using high-quality materials for the internal components, ensuring durability and a premium feel that will stand the test of time.This range features a welcoming and comfortable small armchair, distinctively characterised by the innovative moving seat that provides perfect support against the unique curved backrest. The carefully selected leather adds a touch of elegance, making it an ideal addition to any sophisticated living space. Elevate your home with the Patrica range, where the distinctive design and superior comfort of the Ripaldina collection are enhanced by the richness and elegance of leather.Make Patrica 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-master