SELECT file from gallery where cartella='P652' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Consolle Due Gambe
Questa consolle in stile inglese è realizzata con due soli puntali, gambe decorate con forme geometriche che poggiano a terra mentre la parte posteriore poggia direttamente sulla superficie del muro. Il top della consolle realizzato in legno col. Miele è accuratamente inciso e riprende nuovamente le forme geometriche rendendo la consolle armoniosa in ogni parte. I cassetti della consolle sono lavorati con incisioni zigrinate, decorazione che viene riproposta anche sulla cornice della specchiera.
This English style console is made with only two tips, legs decorated with geometric shapes that rest on the ground while the back rests directly on the surface of the wall. The top of the console made of wood col. Miele is carefully engraved and takes again the geometric shapes making the console harmonious in every part. The drawers of the console are worked with knurled engravings, a decoration that is also repeated on the frame of the mirror.
This English style console is made with only two tips, legs decorated with geometric shapes that rest on the ground while the back rests directly on the surface of the wall. The top of the console made of wood col. Miele is carefully engraved and takes again the geometric shapes making the console harmonious in every part. The drawers of the console are worked with knurled engravings, a decoration that is also repeated on the frame of the mirror.
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 <> '652'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;