SELECT file from gallery where cartella='P663' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Mobiletto a giorno con cassetto
Mobiletto a giorno con cassetto e ripiano in vetro, realizzato con due diverse colorazioni del legno Bianco e Miele. Caratterizzata da gambe semplici e priva di decorazioni la consolle trova la sua particolarità nell'uso della laccatura che ci appare vissuta e antica pur rimanendo del tutto un arredo classico capace di inserirsi in qualsiasi tipo di contesto abitativo.
Open cabinet with drawer and glass shelf, made with two different colors of wood White and Honey. Characterized by simple legs and without decorations, the console finds its peculiarity in the use of lacquering that appears lived and ancient while remaining a classic furniture able to fit into any type of living environment.
Open cabinet with drawer and glass shelf, made with two different colors of wood White and Honey. Characterized by simple legs and without decorations, the console finds its peculiarity in the use of lacquering that appears lived and ancient while remaining a classic furniture able to fit into any type of living environment.
Related products
SELECT
t1.*,
t2.url_rw AS urlSC,
t2.url_rw_i AS urlSC_i,
t3.url_rw AS urlC,
t3.url_rw_i AS urlC_i
FROM prodotti AS t1
LEFT JOIN articoli AS t2 ON t2.id_art = t1.id_prec
LEFT JOIN articoli AS t3 ON t3.id_art = t2.id_prec
WHERE t1.tipo = '108'
AND t1.id_art <> '663'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;