SELECT file from gallery where cartella='P682' and attivo=1 order by posizione,file
Shipments with dedicated courier: Discover more
Possibility of fast delivery
Mobile Romantica
Questa consolle presenta gambe intagliate e decorate in modo unico e ricercato stile '700 che fa apparire questa consolle maestosa ma senza perdere il lato delicato e romantico dell'insieme. La consolle col. bianco invecchiato è accompagnata da una specchiera decorata in foglia oro e intarsiata con motivi vegetali in stile Barocco.
This console table has carved legs and decorated in a unique and refined style '700 that makes this console look majestic but without losing the delicate and romantic side of the whole. The console with aged white. is accompanied by a mirror decorated in gold leaf and inlaid with vegetable motifs in Baroque style.
This console table has carved legs and decorated in a unique and refined style '700 that makes this console look majestic but without losing the delicate and romantic side of the whole. The console with aged white. is accompanied by a mirror decorated in gold leaf and inlaid with vegetable motifs in Baroque style.
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 <> '682'
AND t1.attivo = 1
ORDER BY RAND()
LIMIT 8;