We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
CODE : 60005-1 Introduce sophistication with this impactful side table, featuring refined lines and a single hand-carved oval base. Finished in a mirror-gloss black, it stands as a statement piece in any setting.
SELECT `idvariant`, `namavariant`, `image`, `typevariant`, `price`
FROM `sub_variant`
Event: dbquery
Events
0.03 ms
Query
Database
0.33 ms
SELECT `idvariant`, `namavariant`, `image`, `typevariant`, `price`
FROM `sub_variant`
WHERE `typevariant` = '1'
Event: dbquery
Events
0.02 ms
Query
Database
0.26 ms
SELECT `idvariant`, `namavariant`, `image`, `typevariant`, `price`
FROM `sub_variant`
WHERE `typevariant` = '2'
Event: dbquery
Events
0.02 ms
Query
Database
0.19 ms
SELECT `idvariant`, `namavariant`, `image`, `typevariant`, `price`
FROM `sub_variant`
WHERE `typevariant` = '3'
Event: dbquery
Events
0.02 ms
Query
Database
0.28 ms
SELECT `idvariant`, `namavariant`, `image`, `typevariant`, `price`
FROM `sub_variant`
WHERE `typevariant` = '4'
Event: dbquery
Events
0.02 ms
Query
Database
0.78 ms
SELECT `name` as `namelang`, `spesification` as `spesificationlang`, `product`.*
FROM `product`
WHERE `slug` = '54178450'
LIMIT 1
Event: dbquery
Events
0.02 ms
Query
Database
0.74 ms
SELECT *
FROM `product`
JOIN `sub_categories` ON `product`.`id_categories` = `sub_categories`.`id`
WHERE `product`.`slug` LIKE '%54178450%' ESCAPE '!'
AND `product`.`views` LIKE '%1%' ESCAPE '!'
AND `product`.`is_delete` LIKE '%0%' ESCAPE '!'
LIMIT 1
Event: dbquery
Events
0.02 ms
Query
Database
3.84 ms
SELECT `linkaddress`.`recid`, `linkaddress`.`id_prod` as `id_prodlink`, `product`.*
FROM `product`
LEFTJOIN `sub_categories` ON `product`.`id_categories` = `sub_categories`.`id`
LEFTJOIN `linkaddress` ON `product`.`slug`=`linkaddress`.`id_prodlink`
WHERE `linkaddress`.`id_prod` = '363'
AND `product`.`views` = 1
AND `product`.`is_delete` = 0
Event: dbquery
Events
0.02 ms
Query
Database
1.79 ms
SELECT `name` as `namelang`, `spesification` as `spesificationlang`, `product`.*
FROM `product`
JOIN `sub_categories` ON `product`.`id_categories` = `sub_categories`.`id`
WHERE `product`.`sku` LIKE '%60005%' ESCAPE '!'
AND `id_prod` != '363'
AND `product`.`views` = 1
AND `product`.`is_delete` = 0
AND `id_prod` NOTIN ('362','363')
Event: dbquery
Events
0.03 ms
Query
Database
0.37 ms
SELECTCOUNT(`id_prod`) AS `id_prod`
FROM `wishlist`
WHERE `id_customer` ISNULLAND `id_prod` = '363'
LIMIT 1
Event: dbquery
Events
0.02 ms
Query
Database
1.64 ms
SELECT *
FROM `product`
JOIN `sub_categories` ON `product`.`id_categories` = `sub_categories`.`id`
WHERE `sub_categories`.`sub_slug` LIKE '%side-tables%' ESCAPE '!'
AND `product`.`views` LIKE '%1%' ESCAPE '!'
AND `product`.`is_delete` LIKE '%0%' ESCAPE '!'
Event: dbquery
Events
0.02 ms
Query
Database
0.27 ms
SELECT *
FROM `settings`
LIMIT 1
Event: dbquery
Events
0.02 ms
Query
Database
0.35 ms
SELECT *
FROM `pricing`
WHERE `seeprice` = 1
ORDERBY `urutseeprice` ASC
Event: dbquery
Events
0.02 ms
Query
Database
30.48 ms
SELECT `name` as `namelang`, `spesification` as `spesificationlang`, `product`.*
FROM `product`
JOIN `sub_categories` ON `product`.`id_categories` = `sub_categories`.`id`
WHERE `product`.`sku` NOTIN (SELECT `product`.`sku` FROM `linkaddress` JOIN `product` ON `linkaddress`.`idprodto` = `product`.`id_prod` WHERE `product`.`sku` LIKE '%60005%' GROUPBY `linkaddress`.`idprodto`)
AND `product`.`id_categories` = '2'
AND `product`.`views` = 1
AND `product`.`is_delete` = 0
Event: dbquery
Events
0.07 ms
Query
Database
0.48 ms
SELECT *
FROM `categories`
ORDERBY `urut`
LIMIT 6
Event: dbquery
Events
0.15 ms
Query
Database
2.34 ms
SELECT `sub_slug`, `slug`, `sub_category` as `sub_category`, `parent_slug`, `parent_category` as `parent_category`, `details`, `sub_categories`.`id_categories`, `sub_categories`.`id`, COUNT(product.id_prod) totalItem, SUM(stock) as Stockcat
FROM `sub_categories`
JOIN `categories` ON `categories`.`id_categories` = `sub_categories`.`id_categories`
JOIN `product` ON `product`.`id_categories` = `sub_categories`.`id`
WHERE `product`.`views` = 1
AND `product`.`is_delete` = 0
GROUPBY `sub_slug`, `sub_category`, `parent_slug`, `parent_category`, `details`, `sub_categories`.`id_categories`, `sub_categories`.`id`
ORDERBY `sub_categories`.`urut` ASC
Event: dbquery
Events
0.03 ms
Query
Database
1.80 ms
SELECT `sub_categories`.`id_categories`, `sub_slug`, `sub_category` as `sub_category`, `parent_slug`, `parent_category` as `parent_category`, `details`, COUNT(product.id_prod) totalItem
FROM `categories`
JOIN `sub_categories` ON `categories`.`id_categories` = `sub_categories`.`id_categories`
JOIN `product` ON `product`.`id_categories` = `sub_categories`.`id`
WHERE `product`.`views` = 1
GROUPBY `sub_categories`.`id_categories`
ORDERBY `categories`.`urut`
Event: dbquery
Events
0.05 ms
Query
Database
1.79 ms
SELECT *
FROM `product`
LEFTJOIN `product_variant` ON `product`.`id_prod` = `product_variant`.`id_product`
WHERE `product`.`slug` LIKE '%54178450%' ESCAPE '!'
Event: dbquery
Events
0.03 ms
Query
Database
0.30 ms
SELECTCOUNT(*) AS `numrows`
FROM `cart`
WHERE `id_account` ISNULL
Event: dbquery
Events
0.02 ms
Query
Database
0.20 ms
SELECTSUM(`total_price`) AS `total_price`
FROM `cart`
WHERE `id_account` ISNULL
Event: dbquery
Events
0.02 ms
Query
Database
0.43 ms
SELECT `product`.`name`, `cart`.`id_cart`, `cart`.`Qty`, `cart`.`unit_price`, `cart`.`total_price`, `product`.`picture`, `v1`.`namavariant` as `gtc`, `v2`.`namavariant` as `gc`, `v3`.`namavariant` as `cc`, `v4`.`namavariant` as `irc`
FROM `cart`
LEFTJOIN `product` ON `cart`.`id_prod` = `product`.`id_prod`
LEFTJOIN `sub_variant` `v1` ON `cart`.`gtc`=`v1`.`idvariant`
LEFTJOIN `sub_variant` `v2` ON `cart`.`gc`=`v2`.`idvariant`
LEFTJOIN `sub_variant` `v3` ON `cart`.`cc`=`v3`.`idvariant`
LEFTJOIN `sub_variant` `v4` ON `cart`.`irc`=`v4`.`idvariant`
WHERE `cart`.`id_account` ISNULLORDERBY `cart`.`id_cart`
Event: dbquery
Events
0.02 ms
View: furniture/detail_product.php
Views
2.51 ms
View: template/user_main.php
Views
0.80 ms
After Filters
Timer
0.51 ms
Database (22 total Queries, 22 of them unique across 1 Connection)
SELECT *
FROM `product`
JOIN `sub_categories` ON `product`.`id_categories` = `sub_categories`.`id`
WHERE `product`.`slug` LIKE '%54178450%' ESCAPE '!'
AND `product`.`views` LIKE '%1%' ESCAPE '!'
AND `product`.`is_delete` LIKE '%0%' ESCAPE '!'
LIMIT 1
SELECT `linkaddress`.`recid`, `linkaddress`.`id_prod` as `id_prodlink`, `product`.*
FROM `product`
LEFTJOIN `sub_categories` ON `product`.`id_categories` = `sub_categories`.`id`
LEFTJOIN `linkaddress` ON `product`.`slug`=`linkaddress`.`id_prodlink`
WHERE `linkaddress`.`id_prod` = '363'
AND `product`.`views` = 1
AND `product`.`is_delete` = 0
SELECT `name` as `namelang`, `spesification` as `spesificationlang`, `product`.*
FROM `product`
JOIN `sub_categories` ON `product`.`id_categories` = `sub_categories`.`id`
WHERE `product`.`sku` LIKE '%60005%' ESCAPE '!'
AND `id_prod` != '363'
AND `product`.`views` = 1
AND `product`.`is_delete` = 0
AND `id_prod` NOTIN ('362','363')
SELECT *
FROM `product`
JOIN `sub_categories` ON `product`.`id_categories` = `sub_categories`.`id`
WHERE `sub_categories`.`sub_slug` LIKE '%side-tables%' ESCAPE '!'
AND `product`.`views` LIKE '%1%' ESCAPE '!'
AND `product`.`is_delete` LIKE '%0%' ESCAPE '!'
SELECT `name` as `namelang`, `spesification` as `spesificationlang`, `product`.*
FROM `product`
JOIN `sub_categories` ON `product`.`id_categories` = `sub_categories`.`id`
WHERE `product`.`sku` NOTIN (SELECT `product`.`sku` FROM `linkaddress` JOIN `product` ON `linkaddress`.`idprodto` = `product`.`id_prod` WHERE `product`.`sku` LIKE '%60005%' GROUPBY `linkaddress`.`idprodto`)
AND `product`.`id_categories` = '2'
AND `product`.`views` = 1
AND `product`.`is_delete` = 0
SELECT *
FROM `product`
LEFTJOIN `product_variant` ON `product`.`id_prod` = `product_variant`.`id_product`
WHERE `product`.`slug` LIKE '%54178450%' ESCAPE '!'
SELECT `product`.`name`, `cart`.`id_cart`, `cart`.`Qty`, `cart`.`unit_price`, `cart`.`total_price`, `product`.`picture`, `v1`.`namavariant` as `gtc`, `v2`.`namavariant` as `gc`, `v3`.`namavariant` as `cc`, `v4`.`namavariant` as `irc`
FROM `cart`
LEFTJOIN `product` ON `cart`.`id_prod` = `product`.`id_prod`
LEFTJOIN `sub_variant` `v1` ON `cart`.`gtc`=`v1`.`idvariant`
LEFTJOIN `sub_variant` `v2` ON `cart`.`gc`=`v2`.`idvariant`
LEFTJOIN `sub_variant` `v3` ON `cart`.`cc`=`v3`.`idvariant`
LEFTJOIN `sub_variant` `v4` ON `cart`.`irc`=`v4`.`idvariant`
WHERE `cart`.`id_account` ISNULLORDERBY `cart`.`id_cart`
⇄namelang => UTF-8 string (28) "BRIZO SIDE TABLE – LACQUER"
$value['namelang']
⇄⧉spesificationlang => string (199) "Introduce sophistication with this impactful side table, featuring refined l...
$value['spesificationlang']
Introduce sophistication with this impactful side table, featuring refined lines and a single hand-carved oval base. Finished in a mirror-gloss black, it stands as a statement piece in any setting.
⇄id_prod => string (3) "363"
$value['id_prod']
⇄item_code => string (1) "1"
$value['item_code']
⇄slug => string (8) "54178450"
$value['slug']
⇄name => UTF-8 string (28) "BRIZO SIDE TABLE – LACQUER"
$value['name']
⇄n_zh => UTF-8 string (28) "BRIZO SIDE TABLE – LACQUER"
$value['n_zh']
⇄n_ar => UTF-8 string (28) "BRIZO SIDE TABLE – LACQUER"
$value['n_ar']
⇄n_it => UTF-8 string (28) "BRIZO SIDE TABLE – LACQUER"
$value['n_it']
⇄n_fr => UTF-8 string (28) "BRIZO SIDE TABLE – LACQUER"
$value['n_fr']
⇄n_sp => UTF-8 string (28) "BRIZO SIDE TABLE – LACQUER"
⇄⧉spesification => string (199) "Introduce sophistication with this impactful side table, featuring refined l...
$value['spesification']
Introduce sophistication with this impactful side table, featuring refined lines and a single hand-carved oval base. Finished in a mirror-gloss black, it stands as a statement piece in any setting.
⇄⧉s_ar => UTF-8 string (339) "أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطو...
$value['s_ar']
أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطوط أنيقة وقاعدة بيضاوية واحدة منحوتة يدويًا. تتميز هذه الطاولة باللون الأسود اللامع، وهي قطعة مميزة في أي مكان.
⇄⧉s_it => string (222) "Introduci raffinatezza con questo tavolino d'impatto, caratterizzato da line...
$value['s_it']
Introduci raffinatezza con questo tavolino d'impatto, caratterizzato da linee raffinate e una base ovale intagliata a mano. Rifinito in un nero lucido a specchio, si distingue come un pezzo di spicco in qualsiasi ambiente.
⇄⧉s_fr => UTF-8 string (248) "Introduisez une touche de sophistication avec cette table d'appoint percutan...
$value['s_fr']
Introduisez une touche de sophistication avec cette table d'appoint percutante, dotée de lignes raffinées et d'une seule base ovale sculptée à la main. Fini en noir brillant miroir, il constitue une pièce maîtresse dans n'importe quel décor.
⇄⧉s_sp => UTF-8 string (214) "Incorpore sofisticación con esta impactante mesa auxiliar, que presenta líne...
$value['s_sp']
Incorpore sofisticación con esta impactante mesa auxiliar, que presenta líneas refinadas y una base ovalada tallada a mano. Con un acabado en negro brillante, se destaca como pieza destacada en cualquier entorno.
⇄⧉spesification => string (232) "This ingeniously designed table features a polished brass base accompanied b...
$value[0]['spesification']
This ingeniously designed table features a polished brass base accompanied by a champagne-colored fractured resin top. The result is a harmonious blend of sophistication and artistry, making it a captivating addition to any setting.
⇄⧉s_zh => UTF-8 string (298) "This ingeniously designed table features a polished brass base accompanied b...
$value[0]['s_zh']
This ingeniously designed table features a polished brass base accompanied by a champagne-colored fractured resin top.
232 / 5.000
这款设计精巧的桌子采用抛光黄铜底座,搭配香槟色裂纹树脂桌面。精致与艺术的完美融合,让其成为任何场合的迷人点缀。
⇄⧉s_ar => UTF-8 string (339) "تتميز هذه الطاولة المصممة ببراعة بقاعدة من النحاس المصقول مصحوبة بجزء علوي م...
$value[0]['s_ar']
تتميز هذه الطاولة المصممة ببراعة بقاعدة من النحاس المصقول مصحوبة بجزء علوي من الراتينج المكسور بلون الشمبانيا. والنتيجة هي مزيج متناغم من الرقي والبراعة، مما يجعلها إضافة آسرة لأي مكان.
⇄⧉s_it => UTF-8 string (257) "Questo tavolo dal design ingegnoso è caratterizzato da una base in ottone lu...
$value[0]['s_it']
Questo tavolo dal design ingegnoso è caratterizzato da una base in ottone lucido accompagnata da un piano in resina fratturata color champagne. Il risultato è un'armoniosa miscela di raffinatezza e arte, che lo rende un'aggiunta accattivante a qualsiasi a
⇄⧉s_fr => UTF-8 string (257) "Cette table au design ingénieux est dotée d'une base en laiton poli accompag...
$value[0]['s_fr']
Cette table au design ingénieux est dotée d'une base en laiton poli accompagnée d'un plateau en résine fracturée de couleur champagne. Le résultat est un mélange harmonieux de sophistication et d'art, ce qui en fait un ajout captivant à tout décor.
⇄⧉s_sp => UTF-8 string (261) "Esta mesa de ingenioso diseño cuenta con una base de latón pulido acompañada...
$value[0]['s_sp']
Esta mesa de ingenioso diseño cuenta con una base de latón pulido acompañada de una superficie de resina fracturada de color champán. El resultado es una combinación armoniosa de sofisticación y arte, que la convierte en un complemento cautivador para cua
⇄⧉spesification => string (242) "Experience exceptional design with entangled brass strips supporting a fract...
$value[1]['spesification']
Experience exceptional design with entangled brass strips supporting a fractured resin top. This unique piece captures attention, merging the beauty of craftsmanship with avant-garde materials, creating a statement of artistic sophistication.
⇄⧉s_ar => UTF-8 string (332) "تمتع بتصميم استثنائي مع شرائط نحاسية متشابكة تدعم سطحًا من الراتينج المكسور....
$value[1]['s_ar']
تمتع بتصميم استثنائي مع شرائط نحاسية متشابكة تدعم سطحًا من الراتينج المكسور. تجذب هذه القطعة الفريدة الانتباه، حيث تدمج جمال الحرفية مع المواد الطليعية، مما يخلق بيانًا للرقي الفني.
⇄⧉s_it => string (255) "Scopri un design eccezionale con strisce di ottone intrecciate che sostengon...
$value[1]['s_it']
Scopri un design eccezionale con strisce di ottone intrecciate che sostengono un piano in resina fratturata. Questo pezzo unico cattura l'attenzione, fondendo la bellezza dell'artigianato con materiali d'avanguardia, creando una dichiarazione di raffinate
⇄⧉s_fr => UTF-8 string (265) "Découvrez un design exceptionnel avec des bandes de laiton entrelacées soute...
$value[1]['s_fr']
Découvrez un design exceptionnel avec des bandes de laiton entrelacées soutenant un plateau en résine fracturée. Cette pièce unique attire l'attention, alliant la beauté de l'artisanat à des matériaux d'avant-garde, créant une déclaration de sophisticatio
⇄⧉s_sp => UTF-8 string (261) "Disfrute de un diseño excepcional con tiras de latón entrelazadas que sostie...
$value[1]['s_sp']
Disfrute de un diseño excepcional con tiras de latón entrelazadas que sostienen una superficie de resina fracturada. Esta pieza única capta la atención, fusionando la belleza de la artesanía con materiales de vanguardia, creando una declaración de sofisti
⇄⧉spesification => string (253) "Discover a side table with an organic-shaped top crafted from Noir-Gold Resi...
$value[2]['spesification']
Discover a side table with an organic-shaped top crafted from Noir-Gold Resin, meticulously handcrafted and mirror-polished. Supported by brass legs, this unique piece seamlessly blends elegance with modern craftsmanship for luxurious interior settings.
⇄⧉s_ar => UTF-8 string (406) "اكتشف طاولة جانبية ذات سطح على شكل عضوي مصنوع من راتنج نوير جولد، مصنوع يدوي...
$value[2]['s_ar']
اكتشف طاولة جانبية ذات سطح على شكل عضوي مصنوع من راتنج نوير جولد، مصنوع يدويًا بعناية وصقله كالمرآة. مدعومة بأرجل من النحاس، تمزج هذه القطعة الفريدة بسلاسة بين الأناقة والحرفية الحديثة لإضفاء لمسة فاخرة على ديكورات داخلية.
⇄⧉s_it => string (255) "Scopri un tavolino con un piano dalla forma organica realizzato in resina No...
$value[2]['s_it']
Scopri un tavolino con un piano dalla forma organica realizzato in resina Noir-Gold, meticolosamente lavorato a mano e lucidato a specchio. Sostenuto da gambe in ottone, questo pezzo unico fonde perfettamente eleganza e artigianato moderno per lussuosi am
⇄⧉s_fr => UTF-8 string (263) "Découvrez une table d'appoint au plateau de forme organique en résine Noir-G...
$value[2]['s_fr']
Découvrez une table d'appoint au plateau de forme organique en résine Noir-Gold, minutieusement fabriquée à la main et polie miroir. Soutenue par des pieds en laiton, cette pièce unique allie harmonieusement élégance et savoir-faire moderne pour des intér
⇄⧉s_sp => UTF-8 string (260) "Descubra una mesa auxiliar con un tablero de formas orgánicas elaborado a pa...
$value[2]['s_sp']
Descubra una mesa auxiliar con un tablero de formas orgánicas elaborado a partir de resina Noir-Gold, meticulosamente elaborada a mano y pulida a espejo. Esta pieza única, sostenida por patas de latón, combina a la perfección la elegancia con la artesanía
⇄⧉spesification => string (229) "Make a distinctive statement with this drinks table, its unique design leavi...
$value[3]['spesification']
Make a distinctive statement with this drinks table, its unique design leaving an indelible impression. Finished in a mirror-gloss black lacquer, it exudes modern sophistication, becoming a captivating focal point in any setting.
⇄⧉s_ar => UTF-8 string (335) "أضف لمسة مميزة إلى طاولة المشروبات هذه، حيث يترك تصميمها الفريد انطباعًا لا ...
$value[3]['s_ar']
أضف لمسة مميزة إلى طاولة المشروبات هذه، حيث يترك تصميمها الفريد انطباعًا لا يُمحى. تتميز هذه الطاولة بطلاء أسود لامع، مما يجعلها تتميز بالرقي الحديث، لتصبح نقطة محورية آسرة في أي مكان.
⇄⧉s_it => string (255) "Fai una dichiarazione distintiva con questo tavolo da cocktail, il suo desig...
$value[3]['s_it']
Fai una dichiarazione distintiva con questo tavolo da cocktail, il suo design unico lascia un'impressione indelebile. Rifinito in una lacca nera lucida a specchio, trasuda una sofisticatezza moderna, diventando un punto focale accattivante in qualsiasi am
⇄⧉s_fr => UTF-8 string (260) "Faites une déclaration distinctive avec cette table à boissons, son design u...
$value[3]['s_fr']
Faites une déclaration distinctive avec cette table à boissons, son design unique laissant une impression indélébile. Fini dans une finition laquée noire brillante miroir, il respire la sophistication moderne, devenant un point focal captivant dans n'impo
⇄⧉s_sp => UTF-8 string (238) "Marque la diferencia con esta mesa de bebidas, cuyo diseño único deja una im...
$value[3]['s_sp']
Marque la diferencia con esta mesa de bebidas, cuyo diseño único deja una impresión indeleble. Acabada en laca negra con brillo de espejo, irradia sofisticación moderna y se convierte en un punto focal cautivador en cualquier entorno.
⇄⧉spesification => string (284) "Explore this artistically shaped side table, handcrafted from hammered brass...
$value[4]['spesification']
Explore this artistically shaped side table, handcrafted from hammered brass with no visible seams or welding, featuring an Angola granite top. This impressive piece seamlessly blends craftsmanship with a luxurious aesthetic, enhancing interior settings with sophistication and style.
⇄⧉s_ar => UTF-8 string (436) "استكشف هذه الطاولة الجانبية ذات الشكل الفني، المصنوعة يدويًا من النحاس المطر...
$value[4]['s_ar']
استكشف هذه الطاولة الجانبية ذات الشكل الفني، المصنوعة يدويًا من النحاس المطروق بدون درزات مرئية أو لحام، وتتميز بسطح من الجرانيت الأنجولي. تمزج هذه القطعة الرائعة بين الحرفية والجماليات الفاخرة، وتعزز الإعدادات الداخلية بالرقي والأناقة.
⇄⧉s_it => UTF-8 string (254) "284 / 5.000 Esplora questo tavolino dalla forma artistica, realizzato a mano...
$value[4]['s_it']
284 / 5.000
Esplora questo tavolino dalla forma artistica, realizzato a mano in ottone martellato senza cuciture o saldature visibili, con un piano in granito Angola. Questo pezzo impressionante fonde perfettamente l'artigianalità con un'estetica lussu
⇄⧉s_fr => UTF-8 string (262) "Découvrez cette table d'appoint aux formes artistiques, fabriquée à la main ...
$value[4]['s_fr']
Découvrez cette table d'appoint aux formes artistiques, fabriquée à la main en laiton martelé sans coutures ni soudures visibles, avec un plateau en granit Angola. Cette pièce impressionnante allie harmonieusement l'artisanat à une esthétique luxueuse, me
⇄⧉s_sp => UTF-8 string (258) "284 / 5.000 Explore esta mesa auxiliar de forma artística, hecha a mano con ...
$value[4]['s_sp']
284 / 5.000
Explore esta mesa auxiliar de forma artística, hecha a mano con latón martillado sin costuras ni soldaduras visibles, con una superficie de granito de Angola. Esta impresionante pieza combina a la perfección la artesanía con una estética lu
⇄⧉spesification => string (218) "Ingeniously designed, this table features a nickel-polished organic round ba...
$value[5]['spesification']
Ingeniously designed, this table features a nickel-polished organic round base complemented by a smooth, round fractured resin top inlaid with gold leaf. The result is a harmonious blend of sophistication and artistry.
⇄⧉spesification => string (242) "Experience exceptional design with entangled brass strips supporting a fract...
$value[6]['spesification']
Experience exceptional design with entangled brass strips supporting a fractured resin top. This unique piece captures attention, merging the beauty of craftsmanship with avant-garde materials, creating a statement of artistic sophistication.
⇄⧉spesification => string (243) "Introduce sophistication with this impactful side table, boasting refined li...
$value[7]['spesification']
Introduce sophistication with this impactful side table, boasting refined lines and a single hand-carved oval base. Embellished with seamless brass cladding and crowned by an Angola granite top, it becomes a stylish centerpiece in any space.
⇄⧉s_ar => UTF-8 string (407) "أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطو...
$value[7]['s_ar']
أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطوط أنيقة وقاعدة بيضاوية واحدة منحوتة يدويًا. مزينة بطبقة من النحاس بدون درزات ومتوجة بسطح من الجرانيت الأنجولي، لتصبح قطعة مركزية أنيقة في أي مساحة.
⇄⧉s_it => UTF-8 string (256) "Introduci la raffinatezza con questo tavolino d'impatto, che vanta linee raf...
$value[7]['s_it']
Introduci la raffinatezza con questo tavolino d'impatto, che vanta linee raffinate e una base ovale intagliata a mano. Impreziosito da un rivestimento in ottone senza soluzione di continuità e sormontato da un piano in granito Angola, diventa un elegante
⇄⧉s_fr => UTF-8 string (262) "Introduisez une touche de sophistication avec cette table d'appoint percutan...
$value[7]['s_fr']
Introduisez une touche de sophistication avec cette table d'appoint percutante, dotée de lignes raffinées et d'une seule base ovale sculptée à la main. Ornée d'un revêtement en laiton sans couture et couronnée d'un plateau en granit Angola, elle devient u
⇄⧉s_sp => UTF-8 string (258) "Incorpore sofisticación con esta impactante mesa auxiliar, que cuenta con lí...
$value[7]['s_sp']
Incorpore sofisticación con esta impactante mesa auxiliar, que cuenta con líneas refinadas y una base ovalada tallada a mano. Adornada con revestimiento de latón sin costuras y coronada por una tapa de granito de Angola, se convierte en una elegante pieza
⇄⧉spesification => string (199) "Introduce sophistication with this impactful side table, featuring refined l...
$value[8]['spesification']
Introduce sophistication with this impactful side table, featuring refined lines and a single hand-carved oval base. Finished in a mirror-gloss black, it stands as a statement piece in any setting.
⇄⧉s_ar => UTF-8 string (339) "أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطو...
$value[8]['s_ar']
أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطوط أنيقة وقاعدة بيضاوية واحدة منحوتة يدويًا. تتميز هذه الطاولة باللون الأسود اللامع، وهي قطعة مميزة في أي مكان.
⇄⧉s_it => string (222) "Introduci raffinatezza con questo tavolino d'impatto, caratterizzato da line...
$value[8]['s_it']
Introduci raffinatezza con questo tavolino d'impatto, caratterizzato da linee raffinate e una base ovale intagliata a mano. Rifinito in un nero lucido a specchio, si distingue come un pezzo di spicco in qualsiasi ambiente.
⇄⧉s_fr => UTF-8 string (248) "Introduisez une touche de sophistication avec cette table d'appoint percutan...
$value[8]['s_fr']
Introduisez une touche de sophistication avec cette table d'appoint percutante, dotée de lignes raffinées et d'une seule base ovale sculptée à la main. Fini en noir brillant miroir, il constitue une pièce maîtresse dans n'importe quel décor.
⇄⧉s_sp => UTF-8 string (214) "Incorpore sofisticación con esta impactante mesa auxiliar, que presenta líne...
$value[8]['s_sp']
Incorpore sofisticación con esta impactante mesa auxiliar, que presenta líneas refinadas y una base ovalada tallada a mano. Con un acabado en negro brillante, se destaca como pieza destacada en cualquier entorno.
⇄⧉spesification => string (221) "Embrace the understated elegance of this occasional side table, a design-dri...
$value[9]['spesification']
Embrace the understated elegance of this occasional side table, a design-driven piece radiating sophistication. Finished in a mirror-gloss black, it stands as a timeless addition, seamlessly blending style and refinement.
⇄⧉s_ar => UTF-8 string (305) "استمتع بالأناقة البسيطة لهذه الطاولة الجانبية، وهي قطعة مصممة بشكل يعكس الرق...
$value[9]['s_ar']
استمتع بالأناقة البسيطة لهذه الطاولة الجانبية، وهي قطعة مصممة بشكل يعكس الرقي. تتميز هذه الطاولة باللون الأسود اللامع، وهي إضافة خالدة تمزج بسلاسة بين الأناقة والرقي.
⇄⧉s_it => string (229) "Abbraccia l'eleganza discreta di questo tavolino occasionale, un pezzo di de...
$value[9]['s_it']
Abbraccia l'eleganza discreta di questo tavolino occasionale, un pezzo di design che irradia raffinatezza. Rifinito in un nero lucido a specchio, si erge come un'aggiunta senza tempo, che fonde perfettamente stile e raffinatezza.
⇄⧉s_fr => UTF-8 string (208) "Adoptez l'élégance discrète de cette table d'appoint, une pièce au design ra...
$value[9]['s_fr']
Adoptez l'élégance discrète de cette table d'appoint, une pièce au design raffiné. Dotée d'une finition noire brillante, elle constitue un ajout intemporel, alliant harmonieusement style et raffinement.
⇄⧉s_sp => UTF-8 string (223) "Adopte la elegancia discreta de esta mesa auxiliar, una pieza de diseño que ...
$value[9]['s_sp']
Adopte la elegancia discreta de esta mesa auxiliar, una pieza de diseño que irradia sofisticación. Acabada en un acabado negro brillante, es una incorporación atemporal que combina estilo y refinamiento a la perfección.
⇄⧉spesification => string (241) "Indulge in sophistication with the geometric base design of this side table,...
$value[10]['spesification']
Indulge in sophistication with the geometric base design of this side table, cladded in brass, supporting a charcoal color parchment top. Meticulous craftsmanship and strong design lines make it a captivating addition to luxurious interiors.
⇄⧉s_ar => UTF-8 string (383) "استمتع بالرقي مع تصميم القاعدة الهندسية لهذه الطاولة الجانبية، المكسوة بالنح...
$value[10]['s_ar']
استمتع بالرقي مع تصميم القاعدة الهندسية لهذه الطاولة الجانبية، المكسوة بالنحاس، والتي تدعم سطحًا من ورق البرشمان بلون الفحم. تجعلها الحرفية الدقيقة وخطوط التصميم القوية إضافة آسرة للديكورات الداخلية الفاخرة.
⇄⧉s_it => string (255) "Abbandonatevi alla raffinatezza con il design geometrico della base di quest...
$value[10]['s_it']
Abbandonatevi alla raffinatezza con il design geometrico della base di questo tavolino, rivestito in ottone, che sorregge un piano in pergamena color carbone. La meticolosa lavorazione artigianale e le linee di design decise lo rendono un'aggiunta accatti
⇄⧉s_fr => UTF-8 string (260) "Laissez-vous séduire par la sophistication de cette table d'appoint au desig...
$value[10]['s_fr']
Laissez-vous séduire par la sophistication de cette table d'appoint au design géométrique, habillée de laiton et supportant un plateau en parchemin couleur anthracite. Un savoir-faire méticuleux et des lignes de design fortes en font un ajout captivant au
⇄⧉s_sp => UTF-8 string (265) "Disfrute de la sofisticación con el diseño geométrico de la base de esta mes...
$value[10]['s_sp']
Disfrute de la sofisticación con el diseño geométrico de la base de esta mesa auxiliar, revestida en latón, que sostiene una superficie de pergamino de color carbón. Su meticulosa artesanía y sus líneas de diseño sólidas la convierten en una incorporación
⇄⧉spesification => UTF-8 string (238) "Immerse your space in sophistication with this side table’s elegant design, ...
$value[11]['spesification']
Immerse your space in sophistication with this side table’s elegant design, complemented by a parchment top. The seamless brass cladding on the base adds a refined touch, creating a harmonious and timeless addition to your interior.
⇄⧉s_ar => UTF-8 string (380) "أضف لمسة من الرقي إلى مساحتك بفضل تصميم هذه الطاولة الجانبية الأنيقة، التي ي...
$value[11]['s_ar']
أضف لمسة من الرقي إلى مساحتك بفضل تصميم هذه الطاولة الجانبية الأنيقة، التي يكملها سطح من ورق البرشمان. كما يضيف الكسوة النحاسية السلسة على القاعدة لمسة راقية، مما يخلق إضافة متناغمة وخالدة إلى ديكورك الداخلي.
⇄⧉s_it => UTF-8 string (256) "Immergi il tuo spazio nella raffinatezza con l'elegante design di questo tav...
$value[11]['s_it']
Immergi il tuo spazio nella raffinatezza con l'elegante design di questo tavolino, completato da un piano in pergamena. Il rivestimento in ottone senza soluzione di continuità sulla base aggiunge un tocco raffinato, creando un'aggiunta armoniosa e senza t
⇄⧉s_fr => UTF-8 string (263) "Plongez votre espace dans la sophistication avec le design élégant de cette ...
$value[11]['s_fr']
Plongez votre espace dans la sophistication avec le design élégant de cette table d'appoint, complété par un plateau en parchemin. Le revêtement en laiton sans couture sur la base ajoute une touche raffinée, créant un ajout harmonieux et intemporel à votr
⇄⧉s_sp => UTF-8 string (258) "Sumerja su espacio en sofisticación con el elegante diseño de esta mesa auxi...
$value[11]['s_sp']
Sumerja su espacio en sofisticación con el elegante diseño de esta mesa auxiliar, complementada con una tapa de pergamino. El revestimiento de latón sin costuras en la base agrega un toque refinado, creando un complemento armonioso y atemporal para su int
⇄⧉spesification => string (299) "Transform your interior with this hand-molded, hand-carved drinks table, a t...
$value[12]['spesification']
Transform your interior with this hand-molded, hand-carved drinks table, a testament to artisanal craftsmanship. The base, layered with hammered brass, showcases seamless construction with no visible seams. Topped with Angola granite, it becomes an impressive centerpiece for luxurious settings.
⇄⧉s_ar => UTF-8 string (450) "قم بتغيير ديكور منزلك بهذه الطاولة المصنوعة يدويًا والمنحوتة يدويًا، وهي شها...
$value[12]['s_ar']
قم بتغيير ديكور منزلك بهذه الطاولة المصنوعة يدويًا والمنحوتة يدويًا، وهي شهادة على الحرفية اليدوية. تتميز القاعدة، المغطاة بالنحاس المطروق، بتصميم سلس بدون درزات مرئية. تُعَد هذه الطاولة المغطاة بجرانيت أنجولا قطعة مركزية رائعة للأماكن الفاخرة.
⇄⧉s_it => UTF-8 string (256) "Trasforma i tuoi interni con questo tavolino da bar modellato e intagliato a...
$value[12]['s_it']
Trasforma i tuoi interni con questo tavolino da bar modellato e intagliato a mano, una testimonianza di maestria artigianale. La base, rivestita in ottone martellato, mostra una costruzione senza soluzione di continuità, senza cuciture visibili. Ricoperta
⇄⧉s_fr => UTF-8 string (263) "Transformez votre intérieur avec cette table basse moulée et sculptée à la m...
$value[12]['s_fr']
Transformez votre intérieur avec cette table basse moulée et sculptée à la main, témoignage du savoir-faire artisanal. La base, recouverte de laiton martelé, présente une construction sans coutures visibles. Surmontée de granit Angola, elle devient une pi
⇄⧉s_sp => UTF-8 string (258) "Transforme su interior con esta mesa de bebidas tallada y moldeada a mano, u...
$value[12]['s_sp']
Transforme su interior con esta mesa de bebidas tallada y moldeada a mano, un testimonio de la artesanía. La base, revestida con latón martillado, muestra una construcción sin costuras visibles. Recubierta con granito de Angola, se convierte en una impres
⇄⧉spesification => string (271) "Experience the pinnacle of craftsmanship with this hand-molded, hand-carved ...
$value[13]['spesification']
Experience the pinnacle of craftsmanship with this hand-molded, hand-carved drinks table, adorned in high-gloss black lacquer. Refined by skilled artisans, it stands as the ideal addition to luxurious interior settings, embodying timeless elegance and sophistication.
استمتع بقمة الحرفية مع طاولة المشروبات المصنوعة يدويًا والمنحوتة يدويًا والمزينة بالورنيش الأسود اللامع. تم صقلها على يد حرفيين مهرة، وهي تمثل الإضافة المثالية للديكورات الداخلية الفاخرة، وتجسد الأناقة والرقي الخالدين.
⇄⧉s_it => UTF-8 string (251) "Provate l'apice dell'artigianato con questo tavolino da bar modellato e inta...
$value[13]['s_it']
Provate l'apice dell'artigianato con questo tavolino da bar modellato e intagliato a mano, decorato con lacca nera lucida. Rifinito da abili artigiani, è l'aggiunta ideale per lussuosi ambienti interni, incarnando eleganza e raffinatezza senza tempo.
⇄⧉s_fr => UTF-8 string (268) "Découvrez le summum de l'artisanat avec cette table à boissons moulée et scu...
$value[13]['s_fr']
Découvrez le summum de l'artisanat avec cette table à boissons moulée et sculptée à la main, ornée d'une laque noire brillante. Raffinée par des artisans qualifiés, elle constitue le complément idéal aux intérieurs luxueux, incarnant une élégance et une s
⇄⧉s_sp => UTF-8 string (257) "Experimente lo máximo de la artesanía con esta mesa de bebidas moldeada y ta...
$value[13]['s_sp']
Experimente lo máximo de la artesanía con esta mesa de bebidas moldeada y tallada a mano, adornada con laca negra de alto brillo. Refinada por artesanos expertos, es el complemento ideal para ambientes interiores lujosos, ya que encarna la elegancia y la
⇄⧉spesification => string (274) "Introduce contemporary elegance with this stylish drinks table featuring a b...
$value[14]['spesification']
Introduce contemporary elegance with this stylish drinks table featuring a bezel-shaped top, meticulously finished in mirrored polished black lacquer. A beautiful addition to luxurious interior settings, it seamlessly combines modern design with timeless sophistication.
⇄⧉s_ar => UTF-8 string (428) "أضف لمسة من الأناقة المعاصرة إلى طاولة المشروبات الأنيقة هذه التي تتميز بجزء...
$value[14]['s_ar']
أضف لمسة من الأناقة المعاصرة إلى طاولة المشروبات الأنيقة هذه التي تتميز بجزء علوي على شكل إطار، ومطلية بعناية بالورنيش الأسود المصقول. إنها إضافة جميلة إلى الإعدادات الداخلية الفاخرة، فهي تجمع بسلاسة بين التصميم الحديث والرقي الخالد.
⇄⧉s_it => string (255) "Introduci l'eleganza contemporanea con questo elegante tavolino da bar con p...
$value[14]['s_it']
Introduci l'eleganza contemporanea con questo elegante tavolino da bar con piano a forma di lunetta, meticolosamente rifinito in lacca nera lucida a specchio. Una splendida aggiunta a lussuosi ambienti interni, combina perfettamente un design moderno con
⇄⧉s_fr => UTF-8 string (263) "Introduisez une élégance contemporaine avec cette table à boissons élégante ...
$value[14]['s_fr']
Introduisez une élégance contemporaine avec cette table à boissons élégante dotée d'un plateau en forme de lunette, méticuleusement fini en laque noire polie miroir. Un bel ajout aux intérieurs luxueux, il allie harmonieusement design moderne et sophistic
⇄⧉s_sp => UTF-8 string (257) "Incorpore una elegancia contemporánea con esta elegante mesa de bebidas con ...
$value[14]['s_sp']
Incorpore una elegancia contemporánea con esta elegante mesa de bebidas con una superficie en forma de bisel, meticulosamente acabada en laca negra pulida con efecto espejo. Una hermosa incorporación a los ambientes interiores lujosos, que combina a la pe
⇄⧉spesification => string (285) "Discover elegance with our side table featuring an artistically shaped fract...
$value[15]['spesification']
Discover elegance with our side table featuring an artistically shaped fractured resin top adorned with silver leaf inlays. Supported by three stainless legs, this piece seamlessly blends artistic design with contemporary sophistication, creating a unique focal point in any space.
⇄⧉s_ar => UTF-8 string (467) "اكتشف الأناقة مع طاولتنا الجانبية التي تتميز بسطح من الراتينج المكسور المصمم...
$value[15]['s_ar']
اكتشف الأناقة مع طاولتنا الجانبية التي تتميز بسطح من الراتينج المكسور المصمم بشكل فني والمزين بتطعيمات من أوراق الفضة. مدعومة بثلاثة أرجل من الفولاذ المقاوم للصدأ، تمزج هذه القطعة بسلاسة بين التصميم الفني والرقي المعاصر، مما يخلق نقطة محورية فريدة في أي م
⇄⧉s_it => string (255) "Scopri l'eleganza con il nostro tavolino con un piano in resina fratturata d...
$value[15]['s_it']
Scopri l'eleganza con il nostro tavolino con un piano in resina fratturata dalla forma artistica, decorato con intarsi in foglia d'argento. Sostenuto da tre gambe in acciaio inossidabile, questo pezzo fonde perfettamente il design artistico con la raffina
⇄⧉s_fr => UTF-8 string (263) "Découvrez l'élégance avec notre table d'appoint dotée d'un plateau en résine...
$value[15]['s_fr']
Découvrez l'élégance avec notre table d'appoint dotée d'un plateau en résine fracturée de forme artistique orné d'incrustations de feuilles d'argent. Soutenue par trois pieds en acier inoxydable, cette pièce allie harmonieusement design artistique et soph
⇄⧉s_sp => UTF-8 string (259) "Descubra la elegancia de nuestra mesa auxiliar con una superficie de resina ...
$value[15]['s_sp']
Descubra la elegancia de nuestra mesa auxiliar con una superficie de resina fracturada de forma artística adornada con incrustaciones de hojas de plata. Esta pieza, sostenida por tres patas de acero inoxidable, combina a la perfección el diseño artístico
⇄⧉spesification => string (210) "Accentuate elegance with this side table featuring a parchment top. The glos...
$value[16]['spesification']
Accentuate elegance with this side table featuring a parchment top. The gloss lacquered base, polished to perfection, enhances the sophistication of this piece, creating a refined addition to your interior.
⇄⧉s_ar => UTF-8 string (398) "أضف لمسة من الأناقة إلى ديكور منزلك مع هذه الطاولة الجانبية ذات السطح المصنو...
$value[16]['s_ar']
أضف لمسة من الأناقة إلى ديكور منزلك مع هذه الطاولة الجانبية ذات السطح المصنوع من ورق البرشمان. تعمل القاعدة المطلية بالورنيش اللامع والمصقولة بشكل مثالي على تعزيز أناقة هذه القطعة، مما يخلق إضافة راقية إلى ديكور منزلك.
⇄⧉s_it => string (199) "Accentua l'eleganza con questo tavolino con piano in pergamena. La base lacc...
$value[16]['s_it']
Accentua l'eleganza con questo tavolino con piano in pergamena. La base laccata lucida, lucidata alla perfezione, esalta la raffinatezza di questo pezzo, creando un'aggiunta raffinata al tuo interno.
⇄⧉s_fr => UTF-8 string (225) "Accentuez l'élégance avec cette table d'appoint dotée d'un plateau en parche...
$value[16]['s_fr']
Accentuez l'élégance avec cette table d'appoint dotée d'un plateau en parchemin. La base laquée brillante, polie à la perfection, rehausse la sophistication de cette pièce, créant un ajout raffiné à votre intérieur.
⇄⧉s_sp => UTF-8 string (209) "Acentúe la elegancia con esta mesa auxiliar con tablero de pergamino. La bas...
$value[16]['s_sp']
Acentúe la elegancia con esta mesa auxiliar con tablero de pergamino. La base lacada brillante, pulida a la perfección, realza la sofisticación de esta pieza y crea un complemento refinado para su interior.
⇄⧉spesification => string (220) "Introduce modern style with this stylish drinks table featuring a fractured ...
$value[17]['spesification']
Introduce modern style with this stylish drinks table featuring a fractured resin top, exuding a glossy sheen. The cone-shaped brass base elevates its aesthetic, making it a perfect fit for upscale interior settings.
⇄⧉s_ar => UTF-8 string (423) "أضف لمسة عصرية إلى طاولة المشروبات الأنيقة هذه التي تتميز بجزء علوي من الرات...
$value[17]['s_ar']
أضف لمسة عصرية إلى طاولة المشروبات الأنيقة هذه التي تتميز بجزء علوي من الراتينج المكسور، مما يضفي عليها لمعانًا لامعًا. كما تعمل القاعدة النحاسية المخروطية الشكل على رفع جمالها، مما يجعلها مناسبة تمامًا للإعدادات الداخلية الراقية.
⇄⧉s_it => string (238) "Introduci uno stile moderno con questo elegante tavolino da bar con piano in...
$value[17]['s_it']
Introduci uno stile moderno con questo elegante tavolino da bar con piano in resina fratturata, che emana una lucentezza brillante. La base in ottone a forma di cono ne esalta l'estetica, rendendolo perfetto per ambienti interni di lusso.
⇄⧉s_fr => UTF-8 string (266) "Adoptez un style moderne avec cette élégante table à boissons dotée d'un pla...
$value[17]['s_fr']
Adoptez un style moderne avec cette élégante table à boissons dotée d'un plateau en résine fracturée, dégageant un éclat brillant. La base en laiton en forme de cône rehausse son esthétique, ce qui en fait un choix parfait pour les intérieurs haut de gamm
⇄⧉s_sp => UTF-8 string (258) "Presenta un estilo moderno con esta elegante mesa de bebidas que cuenta con ...
$value[17]['s_sp']
Presenta un estilo moderno con esta elegante mesa de bebidas que cuenta con una superficie de resina fracturada que irradia un brillo brillante. La base de latón en forma de cono realza su estética, lo que la convierte en una opción perfecta para ambiente
⇄⧉spesification => string (258) "Immerse your space in modern sophistication with this ingeniously designed t...
$value[18]['spesification']
Immerse your space in modern sophistication with this ingeniously designed table. The nickel-polished base, paired with a smooth fractured resin top, creates a harmonious blend of refined elegance, making it a captivating addition to luxurious interiors.
⇄⧉s_ar => UTF-8 string (430) "أضف لمسة من الرقي والحداثة إلى مساحتك مع هذه الطاولة المصممة ببراعة. القاعدة...
$value[18]['s_ar']
أضف لمسة من الرقي والحداثة إلى مساحتك مع هذه الطاولة المصممة ببراعة. القاعدة المصقولة بالنيكل، جنبًا إلى جنب مع سطح من الراتينج الناعم المكسور، تخلق مزيجًا متناغمًا من الأناقة الراقية، مما يجعلها إضافة آسرة للديكورات الداخلية الفاخرة.
⇄⧉s_it => string (255) "Immergi il tuo spazio nella sofisticatezza moderna con questo tavolo dal des...
$value[18]['s_it']
Immergi il tuo spazio nella sofisticatezza moderna con questo tavolo dal design ingegnoso. La base lucidata in nichel, abbinata a un piano liscio in resina fratturata, crea un'armoniosa miscela di raffinata eleganza, rendendolo un'aggiunta accattivante pe
⇄⧉s_fr => UTF-8 string (266) "Plongez votre espace dans une sophistication moderne avec cette table au des...
$value[18]['s_fr']
Plongez votre espace dans une sophistication moderne avec cette table au design ingénieux. La base en nickel poli, associée à un plateau en résine fracturée lisse, crée un mélange harmonieux d'élégance raffinée, ce qui en fait un ajout captivant aux intér
⇄⧉s_sp => UTF-8 string (259) "Sumerja su espacio en una sofisticación moderna con esta mesa de diseño inge...
$value[18]['s_sp']
Sumerja su espacio en una sofisticación moderna con esta mesa de diseño ingenioso. La base pulida en níquel, combinada con una superficie de resina fracturada y suave, crea una combinación armoniosa de elegancia refinada, lo que la convierte en una incorp
⇄⧉spesification => string (261) "Introduce occasional luxury with this side table, featuring colorful accents...
$value[19]['spesification']
Introduce occasional luxury with this side table, featuring colorful accents and inlaid gold leaf in its resin top. The polished-to-perfection tripod-shaped brass base adds refinement to this occasional piece, creating a distinctive addition to any setting.
⇄⧉s_ar => UTF-8 string (439) "أضف لمسة من الفخامة إلى طاولة جانبية تتميز بلمسات ملونة ورقائق ذهبية مطعمة ف...
$value[19]['s_ar']
أضف لمسة من الفخامة إلى طاولة جانبية تتميز بلمسات ملونة ورقائق ذهبية مطعمة في سطحها المصنوع من الراتينج. تضيف القاعدة النحاسية المصقولة بشكل مثالي على شكل حامل ثلاثي الأرجل لمسة من الرقي إلى هذه القطعة العرضية، مما يخلق إضافة مميزة لأي مكان.
⇄⧉s_it => string (255) "Introduci il lusso occasionale con questo tavolino laterale, caratterizzato ...
$value[19]['s_it']
Introduci il lusso occasionale con questo tavolino laterale, caratterizzato da accenti colorati e foglia d'oro intarsiata nel suo piano in resina. La base in ottone a forma di treppiede lucidata alla perfezione aggiunge raffinatezza a questo pezzo occasio
⇄⧉s_fr => UTF-8 string (262) "Introduisez une touche de luxe occasionnelle avec cette table d'appoint, aux...
$value[19]['s_fr']
Introduisez une touche de luxe occasionnelle avec cette table d'appoint, aux accents colorés et aux feuilles d'or incrustées dans son plateau en résine. La base en laiton polie à la perfection en forme de trépied ajoute du raffinement à cette pièce d'appo
⇄⧉s_sp => UTF-8 string (258) "Incorpore un toque de lujo ocasional con esta mesa auxiliar, que presenta de...
$value[19]['s_sp']
Incorpore un toque de lujo ocasional con esta mesa auxiliar, que presenta detalles coloridos y hojas de oro incrustadas en su tablero de resina. La base de latón en forma de trípode, pulida a la perfección, agrega refinamiento a esta pieza ocasional y cre
⇄⧉spesification => string (201) "Delight in the elegance of this tripod drinks table, finished in a mirror-gl...
$value[20]['spesification']
Delight in the elegance of this tripod drinks table, finished in a mirror-gloss black. Its delightful design adds a touch of sophistication to any space, creating a striking and modern focal point.
استمتع بأناقة طاولة المشروبات ثلاثية القوائم هذه، المطلية باللون الأسود اللامع. يضيف تصميمها الرائع لمسة من الرقي إلى أي مساحة، مما يخلق نقطة محورية مذهلة وحديثة.
⇄⧉s_it => string (227) "Deliziatevi con l'eleganza di questo tavolino da bar a treppiede, rifinito i...
$value[20]['s_it']
Deliziatevi con l'eleganza di questo tavolino da bar a treppiede, rifinito in nero lucido a specchio. Il suo delizioso design aggiunge un tocco di raffinatezza a qualsiasi spazio, creando un punto focale sorprendente e moderno.
⇄⧉s_fr => UTF-8 string (254) "Laissez-vous séduire par l'élégance de cette table à boissons à trépied, ave...
$value[20]['s_fr']
Laissez-vous séduire par l'élégance de cette table à boissons à trépied, avec sa finition noire brillante effet miroir. Son design ravissant ajoute une touche de sophistication à n'importe quel espace, créant un point focal saisissant et moderne.
⇄⧉s_sp => UTF-8 string (220) "Deléitese con la elegancia de esta mesa de cócteles con trípode, con acabado...
$value[20]['s_sp']
Deléitese con la elegancia de esta mesa de cócteles con trípode, con acabado en negro brillante. Su diseño encantador agrega un toque de sofisticación a cualquier espacio, creando un punto focal llamativo y moderno.
⇄⧉spesification => string (208) "Evoke feelings of style and luxury with the elegant Tri-Urn black lacquer si...
$value[21]['spesification']
Evoke feelings of style and luxury with the elegant Tri-Urn black lacquer side table featuring parchment tops. This sophisticated piece harmoniously blends refined design with a touch of timeless appeal.
⇄⧉s_ar => UTF-8 string (376) "استحضر مشاعر الأناقة والفخامة مع الطاولة الجانبية الأنيقة ذات الطلاء الأسود ...
$value[21]['s_ar']
استحضر مشاعر الأناقة والفخامة مع الطاولة الجانبية الأنيقة ذات الطلاء الأسود من Tri-Urn ذات الأسطح المصنوعة من ورق البرشمان. تمزج هذه القطعة المتطورة بشكل متناغم بين التصميم الأنيق واللمسة من الجاذبية الخالدة.
⇄⧉s_it => string (205) "Evoca sensazioni di stile e lusso con l'elegante tavolino Tri-Urn laccato ne...
$value[21]['s_it']
Evoca sensazioni di stile e lusso con l'elegante tavolino Tri-Urn laccato nero con piani in pergamena. Questo sofisticato pezzo fonde armoniosamente un design raffinato con un tocco di fascino senza tempo.
⇄⧉s_fr => UTF-8 string (235) "Évoquez des sentiments de style et de luxe avec l'élégante table d'appoint l...
$value[21]['s_fr']
Évoquez des sentiments de style et de luxe avec l'élégante table d'appoint laquée noire Tri-Urn avec ses plateaux en parchemin. Cette pièce sophistiquée allie harmonieusement un design raffiné à une touche d'attrait intemporel.
⇄⧉s_sp => UTF-8 string (215) "Evoca sensaciones de estilo y lujo con la elegante mesa auxiliar Tri-Urn lac...
$value[21]['s_sp']
Evoca sensaciones de estilo y lujo con la elegante mesa auxiliar Tri-Urn lacada en negro con tapas de pergamino. Esta sofisticada pieza combina armoniosamente un diseño refinado con un toque de atractivo atemporal.
⇄⧉spesification => string (262) "Discover the artistry of this table where five spheres merge into an organic...
$value[22]['spesification']
Discover the artistry of this table where five spheres merge into an organic formation, adorned with natural color parchment. The brass base is artistically finished in a monochrome transition from black to brass metal, creating a captivating visual composition.
⇄⧉s_ar => UTF-8 string (350) "اكتشف براعة هذه الطاولة حيث تندمج خمس كرات في تشكيل عضوي مزين بورق ملون طبيع...
$value[22]['s_ar']
اكتشف براعة هذه الطاولة حيث تندمج خمس كرات في تشكيل عضوي مزين بورق ملون طبيعي. تم تشطيب القاعدة النحاسية بشكل فني في انتقال أحادي اللون من الأسود إلى المعدن النحاسي، مما يخلق تركيبة بصرية آسرة.
⇄⧉s_it => UTF-8 string (256) "Scopri l'arte di questo tavolo in cui cinque sfere si fondono in una formazi...
$value[22]['s_it']
Scopri l'arte di questo tavolo in cui cinque sfere si fondono in una formazione organica, adornata con pergamena di colore naturale. La base in ottone è rifinita artisticamente in una transizione monocromatica dal nero al metallo ottone, creando una compo
⇄⧉s_fr => UTF-8 string (261) "Découvrez l'art de cette table où cinq sphères se fondent dans une formation...
$value[22]['s_fr']
Découvrez l'art de cette table où cinq sphères se fondent dans une formation organique, ornée de parchemin de couleur naturelle. La base en laiton est artistiquement finie dans une transition monochrome du noir au métal laiton, créant une composition visu
⇄⧉s_sp => UTF-8 string (262) "Descubra el arte de esta mesa en la que cinco esferas se fusionan en una for...
$value[22]['s_sp']
Descubra el arte de esta mesa en la que cinco esferas se fusionan en una formación orgánica, adornada con pergamino de color natural. La base de latón tiene un acabado artístico en una transición monocromática del negro al metal de latón, lo que crea una
⇄⧉spesification => string (231) "Immerse your space in refined luxury with this side table, featuring a parch...
$value[23]['spesification']
Immerse your space in refined luxury with this side table, featuring a parchment top. The mirror-gloss black lacquer base adds a touch of contemporary sophistication, establishing a stunning focal point in your interior design.
⇄⧉s_ar => UTF-8 string (365) "أضف لمسة من الفخامة إلى مساحتك مع هذه الطاولة الجانبية ذات السطح المصنوع من ...
$value[23]['s_ar']
أضف لمسة من الفخامة إلى مساحتك مع هذه الطاولة الجانبية ذات السطح المصنوع من ورق البرشمان. تضيف القاعدة المطلية باللون الأسود اللامع لمسة من الرقي المعاصر، مما يشكل نقطة محورية مذهلة في تصميمك الداخلي.
⇄⧉s_it => string (255) "Immergi il tuo spazio in un lusso raffinato con questo tavolino laterale, ca...
$value[23]['s_it']
Immergi il tuo spazio in un lusso raffinato con questo tavolino laterale, caratterizzato da un piano in pergamena. La base laccata nera lucida a specchio aggiunge un tocco di raffinatezza contemporanea, stabilendo uno straordinario punto focale nel tuo de
⇄⧉s_fr => UTF-8 string (257) "229 / 5.000 Plongez votre espace dans un luxe raffiné avec cette table d'app...
$value[23]['s_fr']
229 / 5.000
Plongez votre espace dans un luxe raffiné avec cette table d'appoint dotée d'un plateau en parchemin. La base en laque noire brillante miroir ajoute une touche de sophistication contemporaine, établissant un point focal époustouflant dans v
⇄⧉s_sp => UTF-8 string (258) "Sumerja su espacio en un lujo refinado con esta mesa auxiliar, que cuenta co...
$value[23]['s_sp']
Sumerja su espacio en un lujo refinado con esta mesa auxiliar, que cuenta con una superficie de pergamino. La base de laca negra con brillo de espejo agrega un toque de sofisticación contemporánea y establece un punto focal sorprendente en su diseño inter
⇄⧉spesification => string (227) "Elevate your interior with this stylish modern side table, featuring a star-...
$value[24]['spesification']
Elevate your interior with this stylish modern side table, featuring a star-shaped cylinder clad entirely in brass. The perfect addition to luxurious settings, it combines contemporary design with a touch of sophistication.
⇄⧉s_ar => UTF-8 string (398) "أضف لمسة من الرقي إلى ديكور منزلك بهذه الطاولة الجانبية العصرية الأنيقة، وال...
$value[24]['s_ar']
أضف لمسة من الرقي إلى ديكور منزلك بهذه الطاولة الجانبية العصرية الأنيقة، والتي تتميز بأسطوانة على شكل نجمة مغطاة بالكامل بالنحاس. إنها الإضافة المثالية للديكورات الفاخرة، فهي تجمع بين التصميم المعاصر مع لمسة من الرقي.
⇄⧉s_it => string (245) "Esalta i tuoi interni con questo elegante tavolino moderno, caratterizzato d...
$value[24]['s_it']
Esalta i tuoi interni con questo elegante tavolino moderno, caratterizzato da un cilindro a forma di stella rivestito interamente in ottone. L'aggiunta perfetta per ambienti lussuosi, combina un design contemporaneo con un tocco di raffinatezza.
⇄⧉s_fr => UTF-8 string (254) "Rehaussez votre intérieur avec cette élégante table d'appoint moderne, dotée...
$value[24]['s_fr']
Rehaussez votre intérieur avec cette élégante table d'appoint moderne, dotée d'un cylindre en forme d'étoile entièrement recouvert de laiton. Complément idéal des décors luxueux, elle allie un design contemporain à une touche de sophistication.
⇄⧉s_sp => UTF-8 string (255) "Realce su interior con esta elegante mesa auxiliar moderna, que cuenta con u...
$value[24]['s_sp']
Realce su interior con esta elegante mesa auxiliar moderna, que cuenta con un cilindro en forma de estrella revestido completamente de latón. El complemento perfecto para entornos lujosos, combina un diseño contemporáneo con un toque de sofisticación.
⇄⧉spesification => string (220) "Revel in the charm of this luxurious table, crafted from four spheres and ad...
$value[25]['spesification']
Revel in the charm of this luxurious table, crafted from four spheres and adorned with parchment. As a side piece, it introduces a touch of refinement to interior settings, making a bold statement of modern elegance.
⇄⧉s_ar => UTF-8 string (324) "استمتع بسحر هذه الطاولة الفاخرة المصنوعة من أربع كرات والمزينة بورق البرشمان...
$value[25]['s_ar']
استمتع بسحر هذه الطاولة الفاخرة المصنوعة من أربع كرات والمزينة بورق البرشمان. كقطعة جانبية، تضفي لمسة من الرقي على الديكورات الداخلية، مما يجعلها بيانًا جريئًا للأناقة الحديثة.
⇄⧉s_it => string (245) "Deliziatevi con il fascino di questo lussuoso tavolo, realizzato con quattro...
$value[25]['s_it']
Deliziatevi con il fascino di questo lussuoso tavolo, realizzato con quattro sfere e decorato con pergamena. Come elemento laterale, introduce un tocco di raffinatezza negli ambienti interni, facendo una dichiarazione audace di eleganza moderna.
⇄⧉s_fr => UTF-8 string (257) "Laissez-vous séduire par le charme de cette table luxueuse, composée de quat...
$value[25]['s_fr']
Laissez-vous séduire par le charme de cette table luxueuse, composée de quatre sphères et ornée de parchemin. En guise de pièce d'appoint, elle apporte une touche de raffinement aux intérieurs, faisant une déclaration audacieuse d'élégance moderne.
⇄⧉s_sp => UTF-8 string (247) "Deléitese con el encanto de esta lujosa mesa, elaborada a partir de cuatro e...
$value[25]['s_sp']
Deléitese con el encanto de esta lujosa mesa, elaborada a partir de cuatro esferas y adornada con pergamino. Como pieza auxiliar, aporta un toque de refinamiento a los ambientes interiores y constituye una declaración audaz de elegancia moderna.
⇄⧉spesification => UTF-8 string (255) "Elevate your space with a uniquely designed side table featuring high-gloss ...
$value[26]['spesification']
Elevate your space with a uniquely designed side table featuring high-gloss polished black lacquer leg and a natural parchment top. This exceptional piece blends modern elegance with timeless materials, creating a striking focal point for your décor.
⇄⧉s_ar => UTF-8 string (414) "ارتقِ بمساحتك بطاولة جانبية ذات تصميم فريد تتميز بساق مطلية باللون الأسود ال...
$value[26]['s_ar']
ارتقِ بمساحتك بطاولة جانبية ذات تصميم فريد تتميز بساق مطلية باللون الأسود المصقول عالي اللمعان وسطح من ورق البرشمان الطبيعي. تمزج هذه القطعة الاستثنائية بين الأناقة العصرية والمواد الخالدة، مما يخلق نقطة محورية مذهلة لديكورك.
⇄⧉s_it => string (251) "Esalta il tuo spazio con un tavolino dal design unico, con gamba laccata ner...
$value[26]['s_it']
Esalta il tuo spazio con un tavolino dal design unico, con gamba laccata nera lucida e piano in pergamena naturale. Questo pezzo eccezionale fonde eleganza moderna con materiali senza tempo, creando un punto focale sorprendente per il tuo arredamento.
⇄⧉s_fr => UTF-8 string (261) "Rehaussez votre espace avec une table d'appoint au design unique, dotée d'un...
$value[26]['s_fr']
Rehaussez votre espace avec une table d'appoint au design unique, dotée d'un pied en laque noire polie brillante et d'un plateau en parchemin naturel. Cette pièce exceptionnelle allie élégance moderne et matériaux intemporels, créant un point focal saisis
⇄⧉s_sp => UTF-8 string (256) "Realce su espacio con una mesa auxiliar de diseño exclusivo que cuenta con p...
$value[26]['s_sp']
Realce su espacio con una mesa auxiliar de diseño exclusivo que cuenta con patas de laca negra pulida de alto brillo y una superficie de pergamino natural. Esta pieza excepcional combina la elegancia moderna con materiales atemporales, creando un llamativ
⇄⧉spesification => string (253) "Discover a side table with an organic-shaped top crafted from Noir-Gold Resi...
$value[27]['spesification']
Discover a side table with an organic-shaped top crafted from Noir-Gold Resin, meticulously handcrafted and mirror-polished. Supported by brass legs, this unique piece seamlessly blends elegance with modern craftsmanship for luxurious interior settings.
⇄⧉s_ar => UTF-8 string (406) "اكتشف طاولة جانبية ذات سطح على شكل عضوي مصنوع من راتنج نوير جولد، مصنوع يدوي...
$value[27]['s_ar']
اكتشف طاولة جانبية ذات سطح على شكل عضوي مصنوع من راتنج نوير جولد، مصنوع يدويًا بعناية وصقله كالمرآة. مدعومة بأرجل من النحاس، تمزج هذه القطعة الفريدة بسلاسة بين الأناقة والحرفية الحديثة لإضفاء لمسة فاخرة على ديكورات داخلية.
⇄⧉s_it => string (255) "Scopri un tavolino con un piano dalla forma organica realizzato in resina No...
$value[27]['s_it']
Scopri un tavolino con un piano dalla forma organica realizzato in resina Noir-Gold, meticolosamente lavorato a mano e lucidato a specchio. Sostenuto da gambe in ottone, questo pezzo unico fonde perfettamente eleganza e artigianato moderno per lussuosi am
⇄⧉s_fr => UTF-8 string (263) "Découvrez une table d'appoint au plateau de forme organique en résine Noir-G...
$value[27]['s_fr']
Découvrez une table d'appoint au plateau de forme organique en résine Noir-Gold, minutieusement fabriquée à la main et polie miroir. Soutenue par des pieds en laiton, cette pièce unique allie harmonieusement élégance et savoir-faire moderne pour des intér
⇄⧉s_sp => UTF-8 string (260) "Descubra una mesa auxiliar con un tablero de formas orgánicas elaborado a pa...
$value[27]['s_sp']
Descubra una mesa auxiliar con un tablero de formas orgánicas elaborado a partir de resina Noir-Gold, meticulosamente elaborada a mano y pulida a espejo. Esta pieza única, sostenida por patas de latón, combina a la perfección la elegancia con la artesanía
⇄⧉spesification => string (243) "Introduce sophistication with this impactful side table, boasting refined li...
$value[0]['spesification']
Introduce sophistication with this impactful side table, boasting refined lines and a single hand-carved oval base. Embellished with seamless brass cladding and crowned by an Angola granite top, it becomes a stylish centerpiece in any space.
⇄⧉s_ar => UTF-8 string (407) "أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطو...
$value[0]['s_ar']
أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطوط أنيقة وقاعدة بيضاوية واحدة منحوتة يدويًا. مزينة بطبقة من النحاس بدون درزات ومتوجة بسطح من الجرانيت الأنجولي، لتصبح قطعة مركزية أنيقة في أي مساحة.
⇄⧉s_it => UTF-8 string (256) "Introduci la raffinatezza con questo tavolino d'impatto, che vanta linee raf...
$value[0]['s_it']
Introduci la raffinatezza con questo tavolino d'impatto, che vanta linee raffinate e una base ovale intagliata a mano. Impreziosito da un rivestimento in ottone senza soluzione di continuità e sormontato da un piano in granito Angola, diventa un elegante
⇄⧉s_fr => UTF-8 string (262) "Introduisez une touche de sophistication avec cette table d'appoint percutan...
$value[0]['s_fr']
Introduisez une touche de sophistication avec cette table d'appoint percutante, dotée de lignes raffinées et d'une seule base ovale sculptée à la main. Ornée d'un revêtement en laiton sans couture et couronnée d'un plateau en granit Angola, elle devient u
⇄⧉s_sp => UTF-8 string (258) "Incorpore sofisticación con esta impactante mesa auxiliar, que cuenta con lí...
$value[0]['s_sp']
Incorpore sofisticación con esta impactante mesa auxiliar, que cuenta con líneas refinadas y una base ovalada tallada a mano. Adornada con revestimiento de latón sin costuras y coronada por una tapa de granito de Angola, se convierte en una elegante pieza
⇄⧉spesification => string (199) "Introduce sophistication with this impactful side table, featuring refined l...
$value[1]['spesification']
Introduce sophistication with this impactful side table, featuring refined lines and a single hand-carved oval base. Finished in a mirror-gloss black, it stands as a statement piece in any setting.
⇄⧉s_ar => UTF-8 string (339) "أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطو...
$value[1]['s_ar']
أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطوط أنيقة وقاعدة بيضاوية واحدة منحوتة يدويًا. تتميز هذه الطاولة باللون الأسود اللامع، وهي قطعة مميزة في أي مكان.
⇄⧉s_it => string (222) "Introduci raffinatezza con questo tavolino d'impatto, caratterizzato da line...
$value[1]['s_it']
Introduci raffinatezza con questo tavolino d'impatto, caratterizzato da linee raffinate e una base ovale intagliata a mano. Rifinito in un nero lucido a specchio, si distingue come un pezzo di spicco in qualsiasi ambiente.
⇄⧉s_fr => UTF-8 string (248) "Introduisez une touche de sophistication avec cette table d'appoint percutan...
$value[1]['s_fr']
Introduisez une touche de sophistication avec cette table d'appoint percutante, dotée de lignes raffinées et d'une seule base ovale sculptée à la main. Fini en noir brillant miroir, il constitue une pièce maîtresse dans n'importe quel décor.
⇄⧉s_sp => UTF-8 string (214) "Incorpore sofisticación con esta impactante mesa auxiliar, que presenta líne...
$value[1]['s_sp']
Incorpore sofisticación con esta impactante mesa auxiliar, que presenta líneas refinadas y una base ovalada tallada a mano. Con un acabado en negro brillante, se destaca como pieza destacada en cualquier entorno.
⇄namelang => UTF-8 string (29) "ABORE’ SIDE TABLE – BRASS"
$value[0]['namelang']
⇄⧉spesificationlang => string (232) "This ingeniously designed table features a polished brass base accompanied b...
$value[0]['spesificationlang']
This ingeniously designed table features a polished brass base accompanied by a champagne-colored fractured resin top. The result is a harmonious blend of sophistication and artistry, making it a captivating addition to any setting.
⇄id_prod => string (3) "301"
$value[0]['id_prod']
⇄item_code => string (1) "1"
$value[0]['item_code']
⇄slug => string (8) "17313722"
$value[0]['slug']
⇄name => UTF-8 string (29) "ABORE’ SIDE TABLE – BRASS"
$value[0]['name']
⇄n_zh => UTF-8 string (29) "ABORE’ SIDE TABLE – BRASS"
$value[0]['n_zh']
⇄n_ar => UTF-8 string (29) "ABORE’ SIDE TABLE – BRASS"
$value[0]['n_ar']
⇄n_it => UTF-8 string (29) "ABORE’ SIDE TABLE – BRASS"
$value[0]['n_it']
⇄n_fr => UTF-8 string (29) "ABORE’ SIDE TABLE – BRASS"
$value[0]['n_fr']
⇄n_sp => UTF-8 string (29) "ABORE’ SIDE TABLE – BRASS"
⇄⧉spesification => string (232) "This ingeniously designed table features a polished brass base accompanied b...
$value[0]['spesification']
This ingeniously designed table features a polished brass base accompanied by a champagne-colored fractured resin top. The result is a harmonious blend of sophistication and artistry, making it a captivating addition to any setting.
⇄⧉s_zh => UTF-8 string (298) "This ingeniously designed table features a polished brass base accompanied b...
$value[0]['s_zh']
This ingeniously designed table features a polished brass base accompanied by a champagne-colored fractured resin top.
232 / 5.000
这款设计精巧的桌子采用抛光黄铜底座,搭配香槟色裂纹树脂桌面。精致与艺术的完美融合,让其成为任何场合的迷人点缀。
⇄⧉s_ar => UTF-8 string (339) "تتميز هذه الطاولة المصممة ببراعة بقاعدة من النحاس المصقول مصحوبة بجزء علوي م...
$value[0]['s_ar']
تتميز هذه الطاولة المصممة ببراعة بقاعدة من النحاس المصقول مصحوبة بجزء علوي من الراتينج المكسور بلون الشمبانيا. والنتيجة هي مزيج متناغم من الرقي والبراعة، مما يجعلها إضافة آسرة لأي مكان.
⇄⧉s_it => UTF-8 string (257) "Questo tavolo dal design ingegnoso è caratterizzato da una base in ottone lu...
$value[0]['s_it']
Questo tavolo dal design ingegnoso è caratterizzato da una base in ottone lucido accompagnata da un piano in resina fratturata color champagne. Il risultato è un'armoniosa miscela di raffinatezza e arte, che lo rende un'aggiunta accattivante a qualsiasi a
⇄⧉s_fr => UTF-8 string (257) "Cette table au design ingénieux est dotée d'une base en laiton poli accompag...
$value[0]['s_fr']
Cette table au design ingénieux est dotée d'une base en laiton poli accompagnée d'un plateau en résine fracturée de couleur champagne. Le résultat est un mélange harmonieux de sophistication et d'art, ce qui en fait un ajout captivant à tout décor.
⇄⧉s_sp => UTF-8 string (261) "Esta mesa de ingenioso diseño cuenta con una base de latón pulido acompañada...
$value[0]['s_sp']
Esta mesa de ingenioso diseño cuenta con una base de latón pulido acompañada de una superficie de resina fracturada de color champán. El resultado es una combinación armoniosa de sofisticación y arte, que la convierte en un complemento cautivador para cua
⇄namelang => UTF-8 string (31) "BOTEGA SIDE TABLE – CHAMPAGNE"
$value[1]['namelang']
⇄⧉spesificationlang => string (242) "Experience exceptional design with entangled brass strips supporting a fract...
$value[1]['spesificationlang']
Experience exceptional design with entangled brass strips supporting a fractured resin top. This unique piece captures attention, merging the beauty of craftsmanship with avant-garde materials, creating a statement of artistic sophistication.
⇄id_prod => string (3) "302"
$value[1]['id_prod']
⇄item_code => string (1) "1"
$value[1]['item_code']
⇄slug => string (8) "68514389"
$value[1]['slug']
⇄name => UTF-8 string (31) "BOTEGA SIDE TABLE – CHAMPAGNE"
$value[1]['name']
⇄n_zh => UTF-8 string (31) "BOTEGA SIDE TABLE – CHAMPAGNE"
$value[1]['n_zh']
⇄n_ar => UTF-8 string (31) "BOTEGA SIDE TABLE – CHAMPAGNE"
$value[1]['n_ar']
⇄n_it => UTF-8 string (31) "BOTEGA SIDE TABLE – CHAMPAGNE"
$value[1]['n_it']
⇄n_fr => UTF-8 string (31) "BOTEGA SIDE TABLE – CHAMPAGNE"
$value[1]['n_fr']
⇄n_sp => UTF-8 string (31) "BOTEGA SIDE TABLE – CHAMPAGNE"
⇄⧉spesification => string (242) "Experience exceptional design with entangled brass strips supporting a fract...
$value[1]['spesification']
Experience exceptional design with entangled brass strips supporting a fractured resin top. This unique piece captures attention, merging the beauty of craftsmanship with avant-garde materials, creating a statement of artistic sophistication.
⇄⧉s_ar => UTF-8 string (332) "تمتع بتصميم استثنائي مع شرائط نحاسية متشابكة تدعم سطحًا من الراتينج المكسور....
$value[1]['s_ar']
تمتع بتصميم استثنائي مع شرائط نحاسية متشابكة تدعم سطحًا من الراتينج المكسور. تجذب هذه القطعة الفريدة الانتباه، حيث تدمج جمال الحرفية مع المواد الطليعية، مما يخلق بيانًا للرقي الفني.
⇄⧉s_it => string (255) "Scopri un design eccezionale con strisce di ottone intrecciate che sostengon...
$value[1]['s_it']
Scopri un design eccezionale con strisce di ottone intrecciate che sostengono un piano in resina fratturata. Questo pezzo unico cattura l'attenzione, fondendo la bellezza dell'artigianato con materiali d'avanguardia, creando una dichiarazione di raffinate
⇄⧉s_fr => UTF-8 string (265) "Découvrez un design exceptionnel avec des bandes de laiton entrelacées soute...
$value[1]['s_fr']
Découvrez un design exceptionnel avec des bandes de laiton entrelacées soutenant un plateau en résine fracturée. Cette pièce unique attire l'attention, alliant la beauté de l'artisanat à des matériaux d'avant-garde, créant une déclaration de sophisticatio
⇄⧉s_sp => UTF-8 string (261) "Disfrute de un diseño excepcional con tiras de latón entrelazadas que sostie...
$value[1]['s_sp']
Disfrute de un diseño excepcional con tiras de latón entrelazadas que sostienen una superficie de resina fracturada. Esta pieza única capta la atención, fusionando la belleza de la artesanía con materiales de vanguardia, creando una declaración de sofisti
⇄namelang => UTF-8 string (26) "DIAMO SIDE TABLE – BRASS"
$value[2]['namelang']
⇄⧉spesificationlang => string (253) "Discover a side table with an organic-shaped top crafted from Noir-Gold Resi...
$value[2]['spesificationlang']
Discover a side table with an organic-shaped top crafted from Noir-Gold Resin, meticulously handcrafted and mirror-polished. Supported by brass legs, this unique piece seamlessly blends elegance with modern craftsmanship for luxurious interior settings.
⇄id_prod => string (3) "303"
$value[2]['id_prod']
⇄item_code => string (1) "1"
$value[2]['item_code']
⇄slug => string (8) "95558045"
$value[2]['slug']
⇄name => UTF-8 string (26) "DIAMO SIDE TABLE – BRASS"
$value[2]['name']
⇄n_zh => UTF-8 string (26) "DIAMO SIDE TABLE – BRASS"
$value[2]['n_zh']
⇄n_ar => UTF-8 string (26) "DIAMO SIDE TABLE – BRASS"
$value[2]['n_ar']
⇄n_it => UTF-8 string (26) "DIAMO SIDE TABLE – BRASS"
$value[2]['n_it']
⇄n_fr => UTF-8 string (26) "DIAMO SIDE TABLE – BRASS"
$value[2]['n_fr']
⇄n_sp => UTF-8 string (26) "DIAMO SIDE TABLE – BRASS"
⇄⧉spesification => string (253) "Discover a side table with an organic-shaped top crafted from Noir-Gold Resi...
$value[2]['spesification']
Discover a side table with an organic-shaped top crafted from Noir-Gold Resin, meticulously handcrafted and mirror-polished. Supported by brass legs, this unique piece seamlessly blends elegance with modern craftsmanship for luxurious interior settings.
⇄⧉s_ar => UTF-8 string (406) "اكتشف طاولة جانبية ذات سطح على شكل عضوي مصنوع من راتنج نوير جولد، مصنوع يدوي...
$value[2]['s_ar']
اكتشف طاولة جانبية ذات سطح على شكل عضوي مصنوع من راتنج نوير جولد، مصنوع يدويًا بعناية وصقله كالمرآة. مدعومة بأرجل من النحاس، تمزج هذه القطعة الفريدة بسلاسة بين الأناقة والحرفية الحديثة لإضفاء لمسة فاخرة على ديكورات داخلية.
⇄⧉s_it => string (255) "Scopri un tavolino con un piano dalla forma organica realizzato in resina No...
$value[2]['s_it']
Scopri un tavolino con un piano dalla forma organica realizzato in resina Noir-Gold, meticolosamente lavorato a mano e lucidato a specchio. Sostenuto da gambe in ottone, questo pezzo unico fonde perfettamente eleganza e artigianato moderno per lussuosi am
⇄⧉s_fr => UTF-8 string (263) "Découvrez une table d'appoint au plateau de forme organique en résine Noir-G...
$value[2]['s_fr']
Découvrez une table d'appoint au plateau de forme organique en résine Noir-Gold, minutieusement fabriquée à la main et polie miroir. Soutenue par des pieds en laiton, cette pièce unique allie harmonieusement élégance et savoir-faire moderne pour des intér
⇄⧉s_sp => UTF-8 string (260) "Descubra una mesa auxiliar con un tablero de formas orgánicas elaborado a pa...
$value[2]['s_sp']
Descubra una mesa auxiliar con un tablero de formas orgánicas elaborado a partir de resina Noir-Gold, meticulosamente elaborada a mano y pulida a espejo. Esta pieza única, sostenida por patas de latón, combina a la perfección la elegancia con la artesanía
⇄⧉spesificationlang => string (229) "Make a distinctive statement with this drinks table, its unique design leavi...
$value[3]['spesificationlang']
Make a distinctive statement with this drinks table, its unique design leaving an indelible impression. Finished in a mirror-gloss black lacquer, it exudes modern sophistication, becoming a captivating focal point in any setting.
⇄⧉spesification => string (229) "Make a distinctive statement with this drinks table, its unique design leavi...
$value[3]['spesification']
Make a distinctive statement with this drinks table, its unique design leaving an indelible impression. Finished in a mirror-gloss black lacquer, it exudes modern sophistication, becoming a captivating focal point in any setting.
⇄⧉s_ar => UTF-8 string (335) "أضف لمسة مميزة إلى طاولة المشروبات هذه، حيث يترك تصميمها الفريد انطباعًا لا ...
$value[3]['s_ar']
أضف لمسة مميزة إلى طاولة المشروبات هذه، حيث يترك تصميمها الفريد انطباعًا لا يُمحى. تتميز هذه الطاولة بطلاء أسود لامع، مما يجعلها تتميز بالرقي الحديث، لتصبح نقطة محورية آسرة في أي مكان.
⇄⧉s_it => string (255) "Fai una dichiarazione distintiva con questo tavolo da cocktail, il suo desig...
$value[3]['s_it']
Fai una dichiarazione distintiva con questo tavolo da cocktail, il suo design unico lascia un'impressione indelebile. Rifinito in una lacca nera lucida a specchio, trasuda una sofisticatezza moderna, diventando un punto focale accattivante in qualsiasi am
⇄⧉s_fr => UTF-8 string (260) "Faites une déclaration distinctive avec cette table à boissons, son design u...
$value[3]['s_fr']
Faites une déclaration distinctive avec cette table à boissons, son design unique laissant une impression indélébile. Fini dans une finition laquée noire brillante miroir, il respire la sophistication moderne, devenant un point focal captivant dans n'impo
⇄⧉s_sp => UTF-8 string (238) "Marque la diferencia con esta mesa de bebidas, cuyo diseño único deja una im...
$value[3]['s_sp']
Marque la diferencia con esta mesa de bebidas, cuyo diseño único deja una impresión indeleble. Acabada en laca negra con brillo de espejo, irradia sofisticación moderna y se convierte en un punto focal cautivador en cualquier entorno.
⇄⧉spesificationlang => string (284) "Explore this artistically shaped side table, handcrafted from hammered brass...
$value[4]['spesificationlang']
Explore this artistically shaped side table, handcrafted from hammered brass with no visible seams or welding, featuring an Angola granite top. This impressive piece seamlessly blends craftsmanship with a luxurious aesthetic, enhancing interior settings with sophistication and style.
⇄⧉spesification => string (284) "Explore this artistically shaped side table, handcrafted from hammered brass...
$value[4]['spesification']
Explore this artistically shaped side table, handcrafted from hammered brass with no visible seams or welding, featuring an Angola granite top. This impressive piece seamlessly blends craftsmanship with a luxurious aesthetic, enhancing interior settings with sophistication and style.
⇄⧉s_ar => UTF-8 string (436) "استكشف هذه الطاولة الجانبية ذات الشكل الفني، المصنوعة يدويًا من النحاس المطر...
$value[4]['s_ar']
استكشف هذه الطاولة الجانبية ذات الشكل الفني، المصنوعة يدويًا من النحاس المطروق بدون درزات مرئية أو لحام، وتتميز بسطح من الجرانيت الأنجولي. تمزج هذه القطعة الرائعة بين الحرفية والجماليات الفاخرة، وتعزز الإعدادات الداخلية بالرقي والأناقة.
⇄⧉s_it => UTF-8 string (254) "284 / 5.000 Esplora questo tavolino dalla forma artistica, realizzato a mano...
$value[4]['s_it']
284 / 5.000
Esplora questo tavolino dalla forma artistica, realizzato a mano in ottone martellato senza cuciture o saldature visibili, con un piano in granito Angola. Questo pezzo impressionante fonde perfettamente l'artigianalità con un'estetica lussu
⇄⧉s_fr => UTF-8 string (262) "Découvrez cette table d'appoint aux formes artistiques, fabriquée à la main ...
$value[4]['s_fr']
Découvrez cette table d'appoint aux formes artistiques, fabriquée à la main en laiton martelé sans coutures ni soudures visibles, avec un plateau en granit Angola. Cette pièce impressionnante allie harmonieusement l'artisanat à une esthétique luxueuse, me
⇄⧉s_sp => UTF-8 string (258) "284 / 5.000 Explore esta mesa auxiliar de forma artística, hecha a mano con ...
$value[4]['s_sp']
284 / 5.000
Explore esta mesa auxiliar de forma artística, hecha a mano con latón martillado sin costuras ni soldaduras visibles, con una superficie de granito de Angola. Esta impresionante pieza combina a la perfección la artesanía con una estética lu
⇄namelang => UTF-8 string (30) "ABORE’ SIDE TABLE – NICKEL"
$value[5]['namelang']
⇄⧉spesificationlang => string (218) "Ingeniously designed, this table features a nickel-polished organic round ba...
$value[5]['spesificationlang']
Ingeniously designed, this table features a nickel-polished organic round base complemented by a smooth, round fractured resin top inlaid with gold leaf. The result is a harmonious blend of sophistication and artistry.
⇄id_prod => string (3) "360"
$value[5]['id_prod']
⇄item_code => string (1) "1"
$value[5]['item_code']
⇄slug => string (8) "59389532"
$value[5]['slug']
⇄name => UTF-8 string (30) "ABORE’ SIDE TABLE – NICKEL"
⇄⧉spesification => string (218) "Ingeniously designed, this table features a nickel-polished organic round ba...
$value[5]['spesification']
Ingeniously designed, this table features a nickel-polished organic round base complemented by a smooth, round fractured resin top inlaid with gold leaf. The result is a harmonious blend of sophistication and artistry.
⇄namelang => UTF-8 string (26) "BOTEGA SIDE TABLE – GRAY"
$value[6]['namelang']
⇄⧉spesificationlang => string (242) "Experience exceptional design with entangled brass strips supporting a fract...
$value[6]['spesificationlang']
Experience exceptional design with entangled brass strips supporting a fractured resin top. This unique piece captures attention, merging the beauty of craftsmanship with avant-garde materials, creating a statement of artistic sophistication.
⇄id_prod => string (3) "361"
$value[6]['id_prod']
⇄item_code => string (1) "1"
$value[6]['item_code']
⇄slug => string (8) "81087850"
$value[6]['slug']
⇄name => UTF-8 string (26) "BOTEGA SIDE TABLE – GRAY"
⇄⧉spesification => string (242) "Experience exceptional design with entangled brass strips supporting a fract...
$value[6]['spesification']
Experience exceptional design with entangled brass strips supporting a fractured resin top. This unique piece captures attention, merging the beauty of craftsmanship with avant-garde materials, creating a statement of artistic sophistication.
⇄⧉spesificationlang => string (221) "Embrace the understated elegance of this occasional side table, a design-dri...
$value[7]['spesificationlang']
Embrace the understated elegance of this occasional side table, a design-driven piece radiating sophistication. Finished in a mirror-gloss black, it stands as a timeless addition, seamlessly blending style and refinement.
⇄⧉spesification => string (221) "Embrace the understated elegance of this occasional side table, a design-dri...
$value[7]['spesification']
Embrace the understated elegance of this occasional side table, a design-driven piece radiating sophistication. Finished in a mirror-gloss black, it stands as a timeless addition, seamlessly blending style and refinement.
⇄⧉s_ar => UTF-8 string (305) "استمتع بالأناقة البسيطة لهذه الطاولة الجانبية، وهي قطعة مصممة بشكل يعكس الرق...
$value[7]['s_ar']
استمتع بالأناقة البسيطة لهذه الطاولة الجانبية، وهي قطعة مصممة بشكل يعكس الرقي. تتميز هذه الطاولة باللون الأسود اللامع، وهي إضافة خالدة تمزج بسلاسة بين الأناقة والرقي.
⇄⧉s_it => string (229) "Abbraccia l'eleganza discreta di questo tavolino occasionale, un pezzo di de...
$value[7]['s_it']
Abbraccia l'eleganza discreta di questo tavolino occasionale, un pezzo di design che irradia raffinatezza. Rifinito in un nero lucido a specchio, si erge come un'aggiunta senza tempo, che fonde perfettamente stile e raffinatezza.
⇄⧉s_fr => UTF-8 string (208) "Adoptez l'élégance discrète de cette table d'appoint, une pièce au design ra...
$value[7]['s_fr']
Adoptez l'élégance discrète de cette table d'appoint, une pièce au design raffiné. Dotée d'une finition noire brillante, elle constitue un ajout intemporel, alliant harmonieusement style et raffinement.
⇄⧉s_sp => UTF-8 string (223) "Adopte la elegancia discreta de esta mesa auxiliar, una pieza de diseño que ...
$value[7]['s_sp']
Adopte la elegancia discreta de esta mesa auxiliar, una pieza de diseño que irradia sofisticación. Acabada en un acabado negro brillante, es una incorporación atemporal que combina estilo y refinamiento a la perfección.
⇄⧉spesificationlang => string (241) "Indulge in sophistication with the geometric base design of this side table,...
$value[8]['spesificationlang']
Indulge in sophistication with the geometric base design of this side table, cladded in brass, supporting a charcoal color parchment top. Meticulous craftsmanship and strong design lines make it a captivating addition to luxurious interiors.
⇄⧉spesification => string (241) "Indulge in sophistication with the geometric base design of this side table,...
$value[8]['spesification']
Indulge in sophistication with the geometric base design of this side table, cladded in brass, supporting a charcoal color parchment top. Meticulous craftsmanship and strong design lines make it a captivating addition to luxurious interiors.
⇄⧉s_ar => UTF-8 string (383) "استمتع بالرقي مع تصميم القاعدة الهندسية لهذه الطاولة الجانبية، المكسوة بالنح...
$value[8]['s_ar']
استمتع بالرقي مع تصميم القاعدة الهندسية لهذه الطاولة الجانبية، المكسوة بالنحاس، والتي تدعم سطحًا من ورق البرشمان بلون الفحم. تجعلها الحرفية الدقيقة وخطوط التصميم القوية إضافة آسرة للديكورات الداخلية الفاخرة.
⇄⧉s_it => string (255) "Abbandonatevi alla raffinatezza con il design geometrico della base di quest...
$value[8]['s_it']
Abbandonatevi alla raffinatezza con il design geometrico della base di questo tavolino, rivestito in ottone, che sorregge un piano in pergamena color carbone. La meticolosa lavorazione artigianale e le linee di design decise lo rendono un'aggiunta accatti
⇄⧉s_fr => UTF-8 string (260) "Laissez-vous séduire par la sophistication de cette table d'appoint au desig...
$value[8]['s_fr']
Laissez-vous séduire par la sophistication de cette table d'appoint au design géométrique, habillée de laiton et supportant un plateau en parchemin couleur anthracite. Un savoir-faire méticuleux et des lignes de design fortes en font un ajout captivant au
⇄⧉s_sp => UTF-8 string (265) "Disfrute de la sofisticación con el diseño geométrico de la base de esta mes...
$value[8]['s_sp']
Disfrute de la sofisticación con el diseño geométrico de la base de esta mesa auxiliar, revestida en latón, que sostiene una superficie de pergamino de color carbón. Su meticulosa artesanía y sus líneas de diseño sólidas la convierten en una incorporación
⇄⧉spesificationlang => UTF-8 string (238) "Immerse your space in sophistication with this side table’s elegant design, ...
$value[9]['spesificationlang']
Immerse your space in sophistication with this side table’s elegant design, complemented by a parchment top. The seamless brass cladding on the base adds a refined touch, creating a harmonious and timeless addition to your interior.
⇄⧉spesification => UTF-8 string (238) "Immerse your space in sophistication with this side table’s elegant design, ...
$value[9]['spesification']
Immerse your space in sophistication with this side table’s elegant design, complemented by a parchment top. The seamless brass cladding on the base adds a refined touch, creating a harmonious and timeless addition to your interior.
⇄⧉s_ar => UTF-8 string (380) "أضف لمسة من الرقي إلى مساحتك بفضل تصميم هذه الطاولة الجانبية الأنيقة، التي ي...
$value[9]['s_ar']
أضف لمسة من الرقي إلى مساحتك بفضل تصميم هذه الطاولة الجانبية الأنيقة، التي يكملها سطح من ورق البرشمان. كما يضيف الكسوة النحاسية السلسة على القاعدة لمسة راقية، مما يخلق إضافة متناغمة وخالدة إلى ديكورك الداخلي.
⇄⧉s_it => UTF-8 string (256) "Immergi il tuo spazio nella raffinatezza con l'elegante design di questo tav...
$value[9]['s_it']
Immergi il tuo spazio nella raffinatezza con l'elegante design di questo tavolino, completato da un piano in pergamena. Il rivestimento in ottone senza soluzione di continuità sulla base aggiunge un tocco raffinato, creando un'aggiunta armoniosa e senza t
⇄⧉s_fr => UTF-8 string (263) "Plongez votre espace dans la sophistication avec le design élégant de cette ...
$value[9]['s_fr']
Plongez votre espace dans la sophistication avec le design élégant de cette table d'appoint, complété par un plateau en parchemin. Le revêtement en laiton sans couture sur la base ajoute une touche raffinée, créant un ajout harmonieux et intemporel à votr
⇄⧉s_sp => UTF-8 string (258) "Sumerja su espacio en sofisticación con el elegante diseño de esta mesa auxi...
$value[9]['s_sp']
Sumerja su espacio en sofisticación con el elegante diseño de esta mesa auxiliar, complementada con una tapa de pergamino. El revestimiento de latón sin costuras en la base agrega un toque refinado, creando un complemento armonioso y atemporal para su int
⇄namelang => UTF-8 string (27) "CHELIN SIDE TABLE – BRASS"
$value[10]['namelang']
⇄⧉spesificationlang => string (299) "Transform your interior with this hand-molded, hand-carved drinks table, a t...
$value[10]['spesificationlang']
Transform your interior with this hand-molded, hand-carved drinks table, a testament to artisanal craftsmanship. The base, layered with hammered brass, showcases seamless construction with no visible seams. Topped with Angola granite, it becomes an impressive centerpiece for luxurious settings.
⇄id_prod => string (3) "367"
$value[10]['id_prod']
⇄item_code => string (1) "1"
$value[10]['item_code']
⇄slug => string (8) "26717015"
$value[10]['slug']
⇄name => UTF-8 string (27) "CHELIN SIDE TABLE – BRASS"
$value[10]['name']
⇄n_zh => UTF-8 string (27) "CHELIN SIDE TABLE – BRASS"
$value[10]['n_zh']
⇄n_ar => UTF-8 string (27) "CHELIN SIDE TABLE – BRASS"
$value[10]['n_ar']
⇄n_it => UTF-8 string (27) "CHELIN SIDE TABLE – BRASS"
$value[10]['n_it']
⇄n_fr => UTF-8 string (27) "CHELIN SIDE TABLE – BRASS"
$value[10]['n_fr']
⇄n_sp => UTF-8 string (27) "CHELIN SIDE TABLE – BRASS"
⇄⧉spesification => string (299) "Transform your interior with this hand-molded, hand-carved drinks table, a t...
$value[10]['spesification']
Transform your interior with this hand-molded, hand-carved drinks table, a testament to artisanal craftsmanship. The base, layered with hammered brass, showcases seamless construction with no visible seams. Topped with Angola granite, it becomes an impressive centerpiece for luxurious settings.
⇄⧉s_ar => UTF-8 string (450) "قم بتغيير ديكور منزلك بهذه الطاولة المصنوعة يدويًا والمنحوتة يدويًا، وهي شها...
$value[10]['s_ar']
قم بتغيير ديكور منزلك بهذه الطاولة المصنوعة يدويًا والمنحوتة يدويًا، وهي شهادة على الحرفية اليدوية. تتميز القاعدة، المغطاة بالنحاس المطروق، بتصميم سلس بدون درزات مرئية. تُعَد هذه الطاولة المغطاة بجرانيت أنجولا قطعة مركزية رائعة للأماكن الفاخرة.
⇄⧉s_it => UTF-8 string (256) "Trasforma i tuoi interni con questo tavolino da bar modellato e intagliato a...
$value[10]['s_it']
Trasforma i tuoi interni con questo tavolino da bar modellato e intagliato a mano, una testimonianza di maestria artigianale. La base, rivestita in ottone martellato, mostra una costruzione senza soluzione di continuità, senza cuciture visibili. Ricoperta
⇄⧉s_fr => UTF-8 string (263) "Transformez votre intérieur avec cette table basse moulée et sculptée à la m...
$value[10]['s_fr']
Transformez votre intérieur avec cette table basse moulée et sculptée à la main, témoignage du savoir-faire artisanal. La base, recouverte de laiton martelé, présente une construction sans coutures visibles. Surmontée de granit Angola, elle devient une pi
⇄⧉s_sp => UTF-8 string (258) "Transforme su interior con esta mesa de bebidas tallada y moldeada a mano, u...
$value[10]['s_sp']
Transforme su interior con esta mesa de bebidas tallada y moldeada a mano, un testimonio de la artesanía. La base, revestida con latón martillado, muestra una construcción sin costuras visibles. Recubierta con granito de Angola, se convierte en una impres
⇄namelang => UTF-8 string (29) "CHELIN SIDE TABLE – LACQUER"
$value[11]['namelang']
⇄⧉spesificationlang => string (271) "Experience the pinnacle of craftsmanship with this hand-molded, hand-carved ...
$value[11]['spesificationlang']
Experience the pinnacle of craftsmanship with this hand-molded, hand-carved drinks table, adorned in high-gloss black lacquer. Refined by skilled artisans, it stands as the ideal addition to luxurious interior settings, embodying timeless elegance and sophistication.
⇄id_prod => string (3) "368"
$value[11]['id_prod']
⇄item_code => string (1) "1"
$value[11]['item_code']
⇄slug => string (8) "39816254"
$value[11]['slug']
⇄name => UTF-8 string (29) "CHELIN SIDE TABLE – LACQUER"
$value[11]['name']
⇄n_zh => UTF-8 string (29) "CHELIN SIDE TABLE – LACQUER"
$value[11]['n_zh']
⇄n_ar => UTF-8 string (29) "CHELIN SIDE TABLE – LACQUER"
$value[11]['n_ar']
⇄n_it => UTF-8 string (29) "CHELIN SIDE TABLE – LACQUER"
$value[11]['n_it']
⇄n_fr => UTF-8 string (29) "CHELIN SIDE TABLE – LACQUER"
$value[11]['n_fr']
⇄n_sp => UTF-8 string (29) "CHELIN SIDE TABLE – LACQUER"
⇄⧉spesification => string (271) "Experience the pinnacle of craftsmanship with this hand-molded, hand-carved ...
$value[11]['spesification']
Experience the pinnacle of craftsmanship with this hand-molded, hand-carved drinks table, adorned in high-gloss black lacquer. Refined by skilled artisans, it stands as the ideal addition to luxurious interior settings, embodying timeless elegance and sophistication.
استمتع بقمة الحرفية مع طاولة المشروبات المصنوعة يدويًا والمنحوتة يدويًا والمزينة بالورنيش الأسود اللامع. تم صقلها على يد حرفيين مهرة، وهي تمثل الإضافة المثالية للديكورات الداخلية الفاخرة، وتجسد الأناقة والرقي الخالدين.
⇄⧉s_it => UTF-8 string (251) "Provate l'apice dell'artigianato con questo tavolino da bar modellato e inta...
$value[11]['s_it']
Provate l'apice dell'artigianato con questo tavolino da bar modellato e intagliato a mano, decorato con lacca nera lucida. Rifinito da abili artigiani, è l'aggiunta ideale per lussuosi ambienti interni, incarnando eleganza e raffinatezza senza tempo.
⇄⧉s_fr => UTF-8 string (268) "Découvrez le summum de l'artisanat avec cette table à boissons moulée et scu...
$value[11]['s_fr']
Découvrez le summum de l'artisanat avec cette table à boissons moulée et sculptée à la main, ornée d'une laque noire brillante. Raffinée par des artisans qualifiés, elle constitue le complément idéal aux intérieurs luxueux, incarnant une élégance et une s
⇄⧉s_sp => UTF-8 string (257) "Experimente lo máximo de la artesanía con esta mesa de bebidas moldeada y ta...
$value[11]['s_sp']
Experimente lo máximo de la artesanía con esta mesa de bebidas moldeada y tallada a mano, adornada con laca negra de alto brillo. Refinada por artesanos expertos, es el complemento ideal para ambientes interiores lujosos, ya que encarna la elegancia y la
⇄⧉spesificationlang => string (274) "Introduce contemporary elegance with this stylish drinks table featuring a b...
$value[12]['spesificationlang']
Introduce contemporary elegance with this stylish drinks table featuring a bezel-shaped top, meticulously finished in mirrored polished black lacquer. A beautiful addition to luxurious interior settings, it seamlessly combines modern design with timeless sophistication.
⇄⧉spesification => string (274) "Introduce contemporary elegance with this stylish drinks table featuring a b...
$value[12]['spesification']
Introduce contemporary elegance with this stylish drinks table featuring a bezel-shaped top, meticulously finished in mirrored polished black lacquer. A beautiful addition to luxurious interior settings, it seamlessly combines modern design with timeless sophistication.
⇄⧉s_ar => UTF-8 string (428) "أضف لمسة من الأناقة المعاصرة إلى طاولة المشروبات الأنيقة هذه التي تتميز بجزء...
$value[12]['s_ar']
أضف لمسة من الأناقة المعاصرة إلى طاولة المشروبات الأنيقة هذه التي تتميز بجزء علوي على شكل إطار، ومطلية بعناية بالورنيش الأسود المصقول. إنها إضافة جميلة إلى الإعدادات الداخلية الفاخرة، فهي تجمع بسلاسة بين التصميم الحديث والرقي الخالد.
⇄⧉s_it => string (255) "Introduci l'eleganza contemporanea con questo elegante tavolino da bar con p...
$value[12]['s_it']
Introduci l'eleganza contemporanea con questo elegante tavolino da bar con piano a forma di lunetta, meticolosamente rifinito in lacca nera lucida a specchio. Una splendida aggiunta a lussuosi ambienti interni, combina perfettamente un design moderno con
⇄⧉s_fr => UTF-8 string (263) "Introduisez une élégance contemporaine avec cette table à boissons élégante ...
$value[12]['s_fr']
Introduisez une élégance contemporaine avec cette table à boissons élégante dotée d'un plateau en forme de lunette, méticuleusement fini en laque noire polie miroir. Un bel ajout aux intérieurs luxueux, il allie harmonieusement design moderne et sophistic
⇄⧉s_sp => UTF-8 string (257) "Incorpore una elegancia contemporánea con esta elegante mesa de bebidas con ...
$value[12]['s_sp']
Incorpore una elegancia contemporánea con esta elegante mesa de bebidas con una superficie en forma de bisel, meticulosamente acabada en laca negra pulida con efecto espejo. Una hermosa incorporación a los ambientes interiores lujosos, que combina a la pe
⇄namelang => UTF-8 string (30) "DIAMO SIDE TABLE – STAINLESS"
$value[13]['namelang']
⇄⧉spesificationlang => string (285) "Discover elegance with our side table featuring an artistically shaped fract...
$value[13]['spesificationlang']
Discover elegance with our side table featuring an artistically shaped fractured resin top adorned with silver leaf inlays. Supported by three stainless legs, this piece seamlessly blends artistic design with contemporary sophistication, creating a unique focal point in any space.
⇄id_prod => string (3) "370"
$value[13]['id_prod']
⇄item_code => string (1) "1"
$value[13]['item_code']
⇄slug => string (8) "82646176"
$value[13]['slug']
⇄name => UTF-8 string (30) "DIAMO SIDE TABLE – STAINLESS"
$value[13]['name']
⇄n_zh => UTF-8 string (30) "DIAMO SIDE TABLE – STAINLESS"
$value[13]['n_zh']
⇄n_ar => UTF-8 string (30) "DIAMO SIDE TABLE – STAINLESS"
$value[13]['n_ar']
⇄n_it => UTF-8 string (30) "DIAMO SIDE TABLE – STAINLESS"
$value[13]['n_it']
⇄n_fr => UTF-8 string (30) "DIAMO SIDE TABLE – STAINLESS"
$value[13]['n_fr']
⇄n_sp => UTF-8 string (30) "DIAMO SIDE TABLE – STAINLESS"
⇄⧉spesification => string (285) "Discover elegance with our side table featuring an artistically shaped fract...
$value[13]['spesification']
Discover elegance with our side table featuring an artistically shaped fractured resin top adorned with silver leaf inlays. Supported by three stainless legs, this piece seamlessly blends artistic design with contemporary sophistication, creating a unique focal point in any space.
⇄⧉s_ar => UTF-8 string (467) "اكتشف الأناقة مع طاولتنا الجانبية التي تتميز بسطح من الراتينج المكسور المصمم...
$value[13]['s_ar']
اكتشف الأناقة مع طاولتنا الجانبية التي تتميز بسطح من الراتينج المكسور المصمم بشكل فني والمزين بتطعيمات من أوراق الفضة. مدعومة بثلاثة أرجل من الفولاذ المقاوم للصدأ، تمزج هذه القطعة بسلاسة بين التصميم الفني والرقي المعاصر، مما يخلق نقطة محورية فريدة في أي م
⇄⧉s_it => string (255) "Scopri l'eleganza con il nostro tavolino con un piano in resina fratturata d...
$value[13]['s_it']
Scopri l'eleganza con il nostro tavolino con un piano in resina fratturata dalla forma artistica, decorato con intarsi in foglia d'argento. Sostenuto da tre gambe in acciaio inossidabile, questo pezzo fonde perfettamente il design artistico con la raffina
⇄⧉s_fr => UTF-8 string (263) "Découvrez l'élégance avec notre table d'appoint dotée d'un plateau en résine...
$value[13]['s_fr']
Découvrez l'élégance avec notre table d'appoint dotée d'un plateau en résine fracturée de forme artistique orné d'incrustations de feuilles d'argent. Soutenue par trois pieds en acier inoxydable, cette pièce allie harmonieusement design artistique et soph
⇄⧉s_sp => UTF-8 string (259) "Descubra la elegancia de nuestra mesa auxiliar con una superficie de resina ...
$value[13]['s_sp']
Descubra la elegancia de nuestra mesa auxiliar con una superficie de resina fracturada de forma artística adornada con incrustaciones de hojas de plata. Esta pieza, sostenida por tres patas de acero inoxidable, combina a la perfección el diseño artístico
⇄⧉spesificationlang => string (210) "Accentuate elegance with this side table featuring a parchment top. The glos...
$value[14]['spesificationlang']
Accentuate elegance with this side table featuring a parchment top. The gloss lacquered base, polished to perfection, enhances the sophistication of this piece, creating a refined addition to your interior.
⇄⧉spesification => string (210) "Accentuate elegance with this side table featuring a parchment top. The glos...
$value[14]['spesification']
Accentuate elegance with this side table featuring a parchment top. The gloss lacquered base, polished to perfection, enhances the sophistication of this piece, creating a refined addition to your interior.
⇄⧉s_ar => UTF-8 string (398) "أضف لمسة من الأناقة إلى ديكور منزلك مع هذه الطاولة الجانبية ذات السطح المصنو...
$value[14]['s_ar']
أضف لمسة من الأناقة إلى ديكور منزلك مع هذه الطاولة الجانبية ذات السطح المصنوع من ورق البرشمان. تعمل القاعدة المطلية بالورنيش اللامع والمصقولة بشكل مثالي على تعزيز أناقة هذه القطعة، مما يخلق إضافة راقية إلى ديكور منزلك.
⇄⧉s_it => string (199) "Accentua l'eleganza con questo tavolino con piano in pergamena. La base lacc...
$value[14]['s_it']
Accentua l'eleganza con questo tavolino con piano in pergamena. La base laccata lucida, lucidata alla perfezione, esalta la raffinatezza di questo pezzo, creando un'aggiunta raffinata al tuo interno.
⇄⧉s_fr => UTF-8 string (225) "Accentuez l'élégance avec cette table d'appoint dotée d'un plateau en parche...
$value[14]['s_fr']
Accentuez l'élégance avec cette table d'appoint dotée d'un plateau en parchemin. La base laquée brillante, polie à la perfection, rehausse la sophistication de cette pièce, créant un ajout raffiné à votre intérieur.
⇄⧉s_sp => UTF-8 string (209) "Acentúe la elegancia con esta mesa auxiliar con tablero de pergamino. La bas...
$value[14]['s_sp']
Acentúe la elegancia con esta mesa auxiliar con tablero de pergamino. La base lacada brillante, pulida a la perfección, realza la sofisticación de esta pieza y crea un complemento refinado para su interior.
⇄namelang => UTF-8 string (25) "NESO SIDE TABLE – BRASS"
$value[15]['namelang']
⇄⧉spesificationlang => string (220) "Introduce modern style with this stylish drinks table featuring a fractured ...
$value[15]['spesificationlang']
Introduce modern style with this stylish drinks table featuring a fractured resin top, exuding a glossy sheen. The cone-shaped brass base elevates its aesthetic, making it a perfect fit for upscale interior settings.
⇄id_prod => string (3) "372"
$value[15]['id_prod']
⇄item_code => string (1) "1"
$value[15]['item_code']
⇄slug => string (8) "28788728"
$value[15]['slug']
⇄name => UTF-8 string (25) "NESO SIDE TABLE – BRASS"
$value[15]['name']
⇄n_zh => UTF-8 string (25) "NESO SIDE TABLE – BRASS"
$value[15]['n_zh']
⇄n_ar => UTF-8 string (25) "NESO SIDE TABLE – BRASS"
$value[15]['n_ar']
⇄n_it => UTF-8 string (25) "NESO SIDE TABLE – BRASS"
$value[15]['n_it']
⇄n_fr => UTF-8 string (25) "NESO SIDE TABLE – BRASS"
$value[15]['n_fr']
⇄n_sp => UTF-8 string (25) "NESO SIDE TABLE – BRASS"
⇄⧉spesification => string (220) "Introduce modern style with this stylish drinks table featuring a fractured ...
$value[15]['spesification']
Introduce modern style with this stylish drinks table featuring a fractured resin top, exuding a glossy sheen. The cone-shaped brass base elevates its aesthetic, making it a perfect fit for upscale interior settings.
⇄⧉s_ar => UTF-8 string (423) "أضف لمسة عصرية إلى طاولة المشروبات الأنيقة هذه التي تتميز بجزء علوي من الرات...
$value[15]['s_ar']
أضف لمسة عصرية إلى طاولة المشروبات الأنيقة هذه التي تتميز بجزء علوي من الراتينج المكسور، مما يضفي عليها لمعانًا لامعًا. كما تعمل القاعدة النحاسية المخروطية الشكل على رفع جمالها، مما يجعلها مناسبة تمامًا للإعدادات الداخلية الراقية.
⇄⧉s_it => string (238) "Introduci uno stile moderno con questo elegante tavolino da bar con piano in...
$value[15]['s_it']
Introduci uno stile moderno con questo elegante tavolino da bar con piano in resina fratturata, che emana una lucentezza brillante. La base in ottone a forma di cono ne esalta l'estetica, rendendolo perfetto per ambienti interni di lusso.
⇄⧉s_fr => UTF-8 string (266) "Adoptez un style moderne avec cette élégante table à boissons dotée d'un pla...
$value[15]['s_fr']
Adoptez un style moderne avec cette élégante table à boissons dotée d'un plateau en résine fracturée, dégageant un éclat brillant. La base en laiton en forme de cône rehausse son esthétique, ce qui en fait un choix parfait pour les intérieurs haut de gamm
⇄⧉s_sp => UTF-8 string (258) "Presenta un estilo moderno con esta elegante mesa de bebidas que cuenta con ...
$value[15]['s_sp']
Presenta un estilo moderno con esta elegante mesa de bebidas que cuenta con una superficie de resina fracturada que irradia un brillo brillante. La base de latón en forma de cono realza su estética, lo que la convierte en una opción perfecta para ambiente
⇄namelang => UTF-8 string (26) "NESO SIDE TABLE – NICKEL"
$value[16]['namelang']
⇄⧉spesificationlang => string (258) "Immerse your space in modern sophistication with this ingeniously designed t...
$value[16]['spesificationlang']
Immerse your space in modern sophistication with this ingeniously designed table. The nickel-polished base, paired with a smooth fractured resin top, creates a harmonious blend of refined elegance, making it a captivating addition to luxurious interiors.
⇄id_prod => string (3) "373"
$value[16]['id_prod']
⇄item_code => string (1) "1"
$value[16]['item_code']
⇄slug => string (8) "54012700"
$value[16]['slug']
⇄name => UTF-8 string (26) "NESO SIDE TABLE – NICKEL"
$value[16]['name']
⇄n_zh => UTF-8 string (26) "NESO SIDE TABLE – NICKEL"
$value[16]['n_zh']
⇄n_ar => UTF-8 string (26) "NESO SIDE TABLE – NICKEL"
$value[16]['n_ar']
⇄n_it => UTF-8 string (26) "NESO SIDE TABLE – NICKEL"
$value[16]['n_it']
⇄n_fr => UTF-8 string (26) "NESO SIDE TABLE – NICKEL"
$value[16]['n_fr']
⇄n_sp => UTF-8 string (26) "NESO SIDE TABLE – NICKEL"
⇄⧉spesification => string (258) "Immerse your space in modern sophistication with this ingeniously designed t...
$value[16]['spesification']
Immerse your space in modern sophistication with this ingeniously designed table. The nickel-polished base, paired with a smooth fractured resin top, creates a harmonious blend of refined elegance, making it a captivating addition to luxurious interiors.
⇄⧉s_ar => UTF-8 string (430) "أضف لمسة من الرقي والحداثة إلى مساحتك مع هذه الطاولة المصممة ببراعة. القاعدة...
$value[16]['s_ar']
أضف لمسة من الرقي والحداثة إلى مساحتك مع هذه الطاولة المصممة ببراعة. القاعدة المصقولة بالنيكل، جنبًا إلى جنب مع سطح من الراتينج الناعم المكسور، تخلق مزيجًا متناغمًا من الأناقة الراقية، مما يجعلها إضافة آسرة للديكورات الداخلية الفاخرة.
⇄⧉s_it => string (255) "Immergi il tuo spazio nella sofisticatezza moderna con questo tavolo dal des...
$value[16]['s_it']
Immergi il tuo spazio nella sofisticatezza moderna con questo tavolo dal design ingegnoso. La base lucidata in nichel, abbinata a un piano liscio in resina fratturata, crea un'armoniosa miscela di raffinata eleganza, rendendolo un'aggiunta accattivante pe
⇄⧉s_fr => UTF-8 string (266) "Plongez votre espace dans une sophistication moderne avec cette table au des...
$value[16]['s_fr']
Plongez votre espace dans une sophistication moderne avec cette table au design ingénieux. La base en nickel poli, associée à un plateau en résine fracturée lisse, crée un mélange harmonieux d'élégance raffinée, ce qui en fait un ajout captivant aux intér
⇄⧉s_sp => UTF-8 string (259) "Sumerja su espacio en una sofisticación moderna con esta mesa de diseño inge...
$value[16]['s_sp']
Sumerja su espacio en una sofisticación moderna con esta mesa de diseño ingenioso. La base pulida en níquel, combinada con una superficie de resina fracturada y suave, crea una combinación armoniosa de elegancia refinada, lo que la convierte en una incorp
⇄⧉spesificationlang => string (261) "Introduce occasional luxury with this side table, featuring colorful accents...
$value[17]['spesificationlang']
Introduce occasional luxury with this side table, featuring colorful accents and inlaid gold leaf in its resin top. The polished-to-perfection tripod-shaped brass base adds refinement to this occasional piece, creating a distinctive addition to any setting.
⇄⧉spesification => string (261) "Introduce occasional luxury with this side table, featuring colorful accents...
$value[17]['spesification']
Introduce occasional luxury with this side table, featuring colorful accents and inlaid gold leaf in its resin top. The polished-to-perfection tripod-shaped brass base adds refinement to this occasional piece, creating a distinctive addition to any setting.
⇄⧉s_ar => UTF-8 string (439) "أضف لمسة من الفخامة إلى طاولة جانبية تتميز بلمسات ملونة ورقائق ذهبية مطعمة ف...
$value[17]['s_ar']
أضف لمسة من الفخامة إلى طاولة جانبية تتميز بلمسات ملونة ورقائق ذهبية مطعمة في سطحها المصنوع من الراتينج. تضيف القاعدة النحاسية المصقولة بشكل مثالي على شكل حامل ثلاثي الأرجل لمسة من الرقي إلى هذه القطعة العرضية، مما يخلق إضافة مميزة لأي مكان.
⇄⧉s_it => string (255) "Introduci il lusso occasionale con questo tavolino laterale, caratterizzato ...
$value[17]['s_it']
Introduci il lusso occasionale con questo tavolino laterale, caratterizzato da accenti colorati e foglia d'oro intarsiata nel suo piano in resina. La base in ottone a forma di treppiede lucidata alla perfezione aggiunge raffinatezza a questo pezzo occasio
⇄⧉s_fr => UTF-8 string (262) "Introduisez une touche de luxe occasionnelle avec cette table d'appoint, aux...
$value[17]['s_fr']
Introduisez une touche de luxe occasionnelle avec cette table d'appoint, aux accents colorés et aux feuilles d'or incrustées dans son plateau en résine. La base en laiton polie à la perfection en forme de trépied ajoute du raffinement à cette pièce d'appo
⇄⧉s_sp => UTF-8 string (258) "Incorpore un toque de lujo ocasional con esta mesa auxiliar, que presenta de...
$value[17]['s_sp']
Incorpore un toque de lujo ocasional con esta mesa auxiliar, que presenta detalles coloridos y hojas de oro incrustadas en su tablero de resina. La base de latón en forma de trípode, pulida a la perfección, agrega refinamiento a esta pieza ocasional y cre
⇄namelang => UTF-8 string (32) "TRI-URN SIDE TABLE – LACQUERED"
$value[18]['namelang']
⇄⧉spesificationlang => string (201) "Delight in the elegance of this tripod drinks table, finished in a mirror-gl...
$value[18]['spesificationlang']
Delight in the elegance of this tripod drinks table, finished in a mirror-gloss black. Its delightful design adds a touch of sophistication to any space, creating a striking and modern focal point.
⇄id_prod => string (3) "375"
$value[18]['id_prod']
⇄item_code => string (1) "1"
$value[18]['item_code']
⇄slug => string (8) "42254105"
$value[18]['slug']
⇄name => UTF-8 string (32) "TRI-URN SIDE TABLE – LACQUERED"
$value[18]['name']
⇄n_zh => UTF-8 string (32) "TRI-URN SIDE TABLE – LACQUERED"
$value[18]['n_zh']
⇄n_ar => UTF-8 string (32) "TRI-URN SIDE TABLE – LACQUERED"
$value[18]['n_ar']
⇄n_it => UTF-8 string (32) "TRI-URN SIDE TABLE – LACQUERED"
$value[18]['n_it']
⇄n_fr => UTF-8 string (32) "TRI-URN SIDE TABLE – LACQUERED"
$value[18]['n_fr']
⇄n_sp => UTF-8 string (32) "TRI-URN SIDE TABLE – LACQUERED"
⇄⧉spesification => string (201) "Delight in the elegance of this tripod drinks table, finished in a mirror-gl...
$value[18]['spesification']
Delight in the elegance of this tripod drinks table, finished in a mirror-gloss black. Its delightful design adds a touch of sophistication to any space, creating a striking and modern focal point.
استمتع بأناقة طاولة المشروبات ثلاثية القوائم هذه، المطلية باللون الأسود اللامع. يضيف تصميمها الرائع لمسة من الرقي إلى أي مساحة، مما يخلق نقطة محورية مذهلة وحديثة.
⇄⧉s_it => string (227) "Deliziatevi con l'eleganza di questo tavolino da bar a treppiede, rifinito i...
$value[18]['s_it']
Deliziatevi con l'eleganza di questo tavolino da bar a treppiede, rifinito in nero lucido a specchio. Il suo delizioso design aggiunge un tocco di raffinatezza a qualsiasi spazio, creando un punto focale sorprendente e moderno.
⇄⧉s_fr => UTF-8 string (254) "Laissez-vous séduire par l'élégance de cette table à boissons à trépied, ave...
$value[18]['s_fr']
Laissez-vous séduire par l'élégance de cette table à boissons à trépied, avec sa finition noire brillante effet miroir. Son design ravissant ajoute une touche de sophistication à n'importe quel espace, créant un point focal saisissant et moderne.
⇄⧉s_sp => UTF-8 string (220) "Deléitese con la elegancia de esta mesa de cócteles con trípode, con acabado...
$value[18]['s_sp']
Deléitese con la elegancia de esta mesa de cócteles con trípode, con acabado en negro brillante. Su diseño encantador agrega un toque de sofisticación a cualquier espacio, creando un punto focal llamativo y moderno.
⇄namelang => UTF-8 string (32) "TRI-URN SIDE TABLE – PARCHMENT"
$value[19]['namelang']
⇄⧉spesificationlang => string (208) "Evoke feelings of style and luxury with the elegant Tri-Urn black lacquer si...
$value[19]['spesificationlang']
Evoke feelings of style and luxury with the elegant Tri-Urn black lacquer side table featuring parchment tops. This sophisticated piece harmoniously blends refined design with a touch of timeless appeal.
⇄id_prod => string (3) "376"
$value[19]['id_prod']
⇄item_code => string (1) "1"
$value[19]['item_code']
⇄slug => string (8) "77140648"
$value[19]['slug']
⇄name => UTF-8 string (32) "TRI-URN SIDE TABLE – PARCHMENT"
$value[19]['name']
⇄n_zh => UTF-8 string (32) "TRI-URN SIDE TABLE – PARCHMENT"
$value[19]['n_zh']
⇄n_ar => UTF-8 string (32) "TRI-URN SIDE TABLE – PARCHMENT"
$value[19]['n_ar']
⇄n_it => UTF-8 string (32) "TRI-URN SIDE TABLE – PARCHMENT"
$value[19]['n_it']
⇄n_fr => UTF-8 string (32) "TRI-URN SIDE TABLE – PARCHMENT"
$value[19]['n_fr']
⇄n_sp => UTF-8 string (32) "TRI-URN SIDE TABLE – PARCHMENT"
⇄⧉spesification => string (208) "Evoke feelings of style and luxury with the elegant Tri-Urn black lacquer si...
$value[19]['spesification']
Evoke feelings of style and luxury with the elegant Tri-Urn black lacquer side table featuring parchment tops. This sophisticated piece harmoniously blends refined design with a touch of timeless appeal.
⇄⧉s_ar => UTF-8 string (376) "استحضر مشاعر الأناقة والفخامة مع الطاولة الجانبية الأنيقة ذات الطلاء الأسود ...
$value[19]['s_ar']
استحضر مشاعر الأناقة والفخامة مع الطاولة الجانبية الأنيقة ذات الطلاء الأسود من Tri-Urn ذات الأسطح المصنوعة من ورق البرشمان. تمزج هذه القطعة المتطورة بشكل متناغم بين التصميم الأنيق واللمسة من الجاذبية الخالدة.
⇄⧉s_it => string (205) "Evoca sensazioni di stile e lusso con l'elegante tavolino Tri-Urn laccato ne...
$value[19]['s_it']
Evoca sensazioni di stile e lusso con l'elegante tavolino Tri-Urn laccato nero con piani in pergamena. Questo sofisticato pezzo fonde armoniosamente un design raffinato con un tocco di fascino senza tempo.
⇄⧉s_fr => UTF-8 string (235) "Évoquez des sentiments de style et de luxe avec l'élégante table d'appoint l...
$value[19]['s_fr']
Évoquez des sentiments de style et de luxe avec l'élégante table d'appoint laquée noire Tri-Urn avec ses plateaux en parchemin. Cette pièce sophistiquée allie harmonieusement un design raffiné à une touche d'attrait intemporel.
⇄⧉s_sp => UTF-8 string (215) "Evoca sensaciones de estilo y lujo con la elegante mesa auxiliar Tri-Urn lac...
$value[19]['s_sp']
Evoca sensaciones de estilo y lujo con la elegante mesa auxiliar Tri-Urn lacada en negro con tapas de pergamino. Esta sofisticada pieza combina armoniosamente un diseño refinado con un toque de atractivo atemporal.
⇄⧉spesificationlang => string (262) "Discover the artistry of this table where five spheres merge into an organic...
$value[20]['spesificationlang']
Discover the artistry of this table where five spheres merge into an organic formation, adorned with natural color parchment. The brass base is artistically finished in a monochrome transition from black to brass metal, creating a captivating visual composition.
⇄⧉spesification => string (262) "Discover the artistry of this table where five spheres merge into an organic...
$value[20]['spesification']
Discover the artistry of this table where five spheres merge into an organic formation, adorned with natural color parchment. The brass base is artistically finished in a monochrome transition from black to brass metal, creating a captivating visual composition.
⇄⧉s_ar => UTF-8 string (350) "اكتشف براعة هذه الطاولة حيث تندمج خمس كرات في تشكيل عضوي مزين بورق ملون طبيع...
$value[20]['s_ar']
اكتشف براعة هذه الطاولة حيث تندمج خمس كرات في تشكيل عضوي مزين بورق ملون طبيعي. تم تشطيب القاعدة النحاسية بشكل فني في انتقال أحادي اللون من الأسود إلى المعدن النحاسي، مما يخلق تركيبة بصرية آسرة.
⇄⧉s_it => UTF-8 string (256) "Scopri l'arte di questo tavolo in cui cinque sfere si fondono in una formazi...
$value[20]['s_it']
Scopri l'arte di questo tavolo in cui cinque sfere si fondono in una formazione organica, adornata con pergamena di colore naturale. La base in ottone è rifinita artisticamente in una transizione monocromatica dal nero al metallo ottone, creando una compo
⇄⧉s_fr => UTF-8 string (261) "Découvrez l'art de cette table où cinq sphères se fondent dans une formation...
$value[20]['s_fr']
Découvrez l'art de cette table où cinq sphères se fondent dans une formation organique, ornée de parchemin de couleur naturelle. La base en laiton est artistiquement finie dans une transition monochrome du noir au métal laiton, créant une composition visu
⇄⧉s_sp => UTF-8 string (262) "Descubra el arte de esta mesa en la que cinco esferas se fusionan en una for...
$value[20]['s_sp']
Descubra el arte de esta mesa en la que cinco esferas se fusionan en una formación orgánica, adornada con pergamino de color natural. La base de latón tiene un acabado artístico en una transición monocromática del negro al metal de latón, lo que crea una
⇄⧉spesificationlang => string (231) "Immerse your space in refined luxury with this side table, featuring a parch...
$value[21]['spesificationlang']
Immerse your space in refined luxury with this side table, featuring a parchment top. The mirror-gloss black lacquer base adds a touch of contemporary sophistication, establishing a stunning focal point in your interior design.
⇄⧉spesification => string (231) "Immerse your space in refined luxury with this side table, featuring a parch...
$value[21]['spesification']
Immerse your space in refined luxury with this side table, featuring a parchment top. The mirror-gloss black lacquer base adds a touch of contemporary sophistication, establishing a stunning focal point in your interior design.
⇄⧉s_ar => UTF-8 string (365) "أضف لمسة من الفخامة إلى مساحتك مع هذه الطاولة الجانبية ذات السطح المصنوع من ...
$value[21]['s_ar']
أضف لمسة من الفخامة إلى مساحتك مع هذه الطاولة الجانبية ذات السطح المصنوع من ورق البرشمان. تضيف القاعدة المطلية باللون الأسود اللامع لمسة من الرقي المعاصر، مما يشكل نقطة محورية مذهلة في تصميمك الداخلي.
⇄⧉s_it => string (255) "Immergi il tuo spazio in un lusso raffinato con questo tavolino laterale, ca...
$value[21]['s_it']
Immergi il tuo spazio in un lusso raffinato con questo tavolino laterale, caratterizzato da un piano in pergamena. La base laccata nera lucida a specchio aggiunge un tocco di raffinatezza contemporanea, stabilendo uno straordinario punto focale nel tuo de
⇄⧉s_fr => UTF-8 string (257) "229 / 5.000 Plongez votre espace dans un luxe raffiné avec cette table d'app...
$value[21]['s_fr']
229 / 5.000
Plongez votre espace dans un luxe raffiné avec cette table d'appoint dotée d'un plateau en parchemin. La base en laque noire brillante miroir ajoute une touche de sophistication contemporaine, établissant un point focal époustouflant dans v
⇄⧉s_sp => UTF-8 string (258) "Sumerja su espacio en un lujo refinado con esta mesa auxiliar, que cuenta co...
$value[21]['s_sp']
Sumerja su espacio en un lujo refinado con esta mesa auxiliar, que cuenta con una superficie de pergamino. La base de laca negra con brillo de espejo agrega un toque de sofisticación contemporánea y establece un punto focal sorprendente en su diseño inter
⇄⧉spesificationlang => string (227) "Elevate your interior with this stylish modern side table, featuring a star-...
$value[22]['spesificationlang']
Elevate your interior with this stylish modern side table, featuring a star-shaped cylinder clad entirely in brass. The perfect addition to luxurious settings, it combines contemporary design with a touch of sophistication.
⇄⧉spesification => string (227) "Elevate your interior with this stylish modern side table, featuring a star-...
$value[22]['spesification']
Elevate your interior with this stylish modern side table, featuring a star-shaped cylinder clad entirely in brass. The perfect addition to luxurious settings, it combines contemporary design with a touch of sophistication.
⇄⧉s_ar => UTF-8 string (398) "أضف لمسة من الرقي إلى ديكور منزلك بهذه الطاولة الجانبية العصرية الأنيقة، وال...
$value[22]['s_ar']
أضف لمسة من الرقي إلى ديكور منزلك بهذه الطاولة الجانبية العصرية الأنيقة، والتي تتميز بأسطوانة على شكل نجمة مغطاة بالكامل بالنحاس. إنها الإضافة المثالية للديكورات الفاخرة، فهي تجمع بين التصميم المعاصر مع لمسة من الرقي.
⇄⧉s_it => string (245) "Esalta i tuoi interni con questo elegante tavolino moderno, caratterizzato d...
$value[22]['s_it']
Esalta i tuoi interni con questo elegante tavolino moderno, caratterizzato da un cilindro a forma di stella rivestito interamente in ottone. L'aggiunta perfetta per ambienti lussuosi, combina un design contemporaneo con un tocco di raffinatezza.
⇄⧉s_fr => UTF-8 string (254) "Rehaussez votre intérieur avec cette élégante table d'appoint moderne, dotée...
$value[22]['s_fr']
Rehaussez votre intérieur avec cette élégante table d'appoint moderne, dotée d'un cylindre en forme d'étoile entièrement recouvert de laiton. Complément idéal des décors luxueux, elle allie un design contemporain à une touche de sophistication.
⇄⧉s_sp => UTF-8 string (255) "Realce su interior con esta elegante mesa auxiliar moderna, que cuenta con u...
$value[22]['s_sp']
Realce su interior con esta elegante mesa auxiliar moderna, que cuenta con un cilindro en forma de estrella revestido completamente de latón. El complemento perfecto para entornos lujosos, combina un diseño contemporáneo con un toque de sofisticación.
⇄⧉spesificationlang => string (220) "Revel in the charm of this luxurious table, crafted from four spheres and ad...
$value[23]['spesificationlang']
Revel in the charm of this luxurious table, crafted from four spheres and adorned with parchment. As a side piece, it introduces a touch of refinement to interior settings, making a bold statement of modern elegance.
⇄⧉spesification => string (220) "Revel in the charm of this luxurious table, crafted from four spheres and ad...
$value[23]['spesification']
Revel in the charm of this luxurious table, crafted from four spheres and adorned with parchment. As a side piece, it introduces a touch of refinement to interior settings, making a bold statement of modern elegance.
⇄⧉s_ar => UTF-8 string (324) "استمتع بسحر هذه الطاولة الفاخرة المصنوعة من أربع كرات والمزينة بورق البرشمان...
$value[23]['s_ar']
استمتع بسحر هذه الطاولة الفاخرة المصنوعة من أربع كرات والمزينة بورق البرشمان. كقطعة جانبية، تضفي لمسة من الرقي على الديكورات الداخلية، مما يجعلها بيانًا جريئًا للأناقة الحديثة.
⇄⧉s_it => string (245) "Deliziatevi con il fascino di questo lussuoso tavolo, realizzato con quattro...
$value[23]['s_it']
Deliziatevi con il fascino di questo lussuoso tavolo, realizzato con quattro sfere e decorato con pergamena. Come elemento laterale, introduce un tocco di raffinatezza negli ambienti interni, facendo una dichiarazione audace di eleganza moderna.
⇄⧉s_fr => UTF-8 string (257) "Laissez-vous séduire par le charme de cette table luxueuse, composée de quat...
$value[23]['s_fr']
Laissez-vous séduire par le charme de cette table luxueuse, composée de quatre sphères et ornée de parchemin. En guise de pièce d'appoint, elle apporte une touche de raffinement aux intérieurs, faisant une déclaration audacieuse d'élégance moderne.
⇄⧉s_sp => UTF-8 string (247) "Deléitese con el encanto de esta lujosa mesa, elaborada a partir de cuatro e...
$value[23]['s_sp']
Deléitese con el encanto de esta lujosa mesa, elaborada a partir de cuatro esferas y adornada con pergamino. Como pieza auxiliar, aporta un toque de refinamiento a los ambientes interiores y constituye una declaración audaz de elegancia moderna.
⇄⧉spesificationlang => UTF-8 string (255) "Elevate your space with a uniquely designed side table featuring high-gloss ...
$value[24]['spesificationlang']
Elevate your space with a uniquely designed side table featuring high-gloss polished black lacquer leg and a natural parchment top. This exceptional piece blends modern elegance with timeless materials, creating a striking focal point for your décor.
⇄⧉spesification => UTF-8 string (255) "Elevate your space with a uniquely designed side table featuring high-gloss ...
$value[24]['spesification']
Elevate your space with a uniquely designed side table featuring high-gloss polished black lacquer leg and a natural parchment top. This exceptional piece blends modern elegance with timeless materials, creating a striking focal point for your décor.
⇄⧉s_ar => UTF-8 string (414) "ارتقِ بمساحتك بطاولة جانبية ذات تصميم فريد تتميز بساق مطلية باللون الأسود ال...
$value[24]['s_ar']
ارتقِ بمساحتك بطاولة جانبية ذات تصميم فريد تتميز بساق مطلية باللون الأسود المصقول عالي اللمعان وسطح من ورق البرشمان الطبيعي. تمزج هذه القطعة الاستثنائية بين الأناقة العصرية والمواد الخالدة، مما يخلق نقطة محورية مذهلة لديكورك.
⇄⧉s_it => string (251) "Esalta il tuo spazio con un tavolino dal design unico, con gamba laccata ner...
$value[24]['s_it']
Esalta il tuo spazio con un tavolino dal design unico, con gamba laccata nera lucida e piano in pergamena naturale. Questo pezzo eccezionale fonde eleganza moderna con materiali senza tempo, creando un punto focale sorprendente per il tuo arredamento.
⇄⧉s_fr => UTF-8 string (261) "Rehaussez votre espace avec une table d'appoint au design unique, dotée d'un...
$value[24]['s_fr']
Rehaussez votre espace avec une table d'appoint au design unique, dotée d'un pied en laque noire polie brillante et d'un plateau en parchemin naturel. Cette pièce exceptionnelle allie élégance moderne et matériaux intemporels, créant un point focal saisis
⇄⧉s_sp => UTF-8 string (256) "Realce su espacio con una mesa auxiliar de diseño exclusivo que cuenta con p...
$value[24]['s_sp']
Realce su espacio con una mesa auxiliar de diseño exclusivo que cuenta con patas de laca negra pulida de alto brillo y una superficie de pergamino natural. Esta pieza excepcional combina la elegancia moderna con materiales atemporales, creando un llamativ
⇄⧉spesificationlang => string (253) "Discover a side table with an organic-shaped top crafted from Noir-Gold Resi...
$value[25]['spesificationlang']
Discover a side table with an organic-shaped top crafted from Noir-Gold Resin, meticulously handcrafted and mirror-polished. Supported by brass legs, this unique piece seamlessly blends elegance with modern craftsmanship for luxurious interior settings.
⇄⧉spesification => string (253) "Discover a side table with an organic-shaped top crafted from Noir-Gold Resi...
$value[25]['spesification']
Discover a side table with an organic-shaped top crafted from Noir-Gold Resin, meticulously handcrafted and mirror-polished. Supported by brass legs, this unique piece seamlessly blends elegance with modern craftsmanship for luxurious interior settings.
⇄⧉s_ar => UTF-8 string (406) "اكتشف طاولة جانبية ذات سطح على شكل عضوي مصنوع من راتنج نوير جولد، مصنوع يدوي...
$value[25]['s_ar']
اكتشف طاولة جانبية ذات سطح على شكل عضوي مصنوع من راتنج نوير جولد، مصنوع يدويًا بعناية وصقله كالمرآة. مدعومة بأرجل من النحاس، تمزج هذه القطعة الفريدة بسلاسة بين الأناقة والحرفية الحديثة لإضفاء لمسة فاخرة على ديكورات داخلية.
⇄⧉s_it => string (255) "Scopri un tavolino con un piano dalla forma organica realizzato in resina No...
$value[25]['s_it']
Scopri un tavolino con un piano dalla forma organica realizzato in resina Noir-Gold, meticolosamente lavorato a mano e lucidato a specchio. Sostenuto da gambe in ottone, questo pezzo unico fonde perfettamente eleganza e artigianato moderno per lussuosi am
⇄⧉s_fr => UTF-8 string (263) "Découvrez une table d'appoint au plateau de forme organique en résine Noir-G...
$value[25]['s_fr']
Découvrez une table d'appoint au plateau de forme organique en résine Noir-Gold, minutieusement fabriquée à la main et polie miroir. Soutenue par des pieds en laiton, cette pièce unique allie harmonieusement élégance et savoir-faire moderne pour des intér
⇄⧉s_sp => UTF-8 string (260) "Descubra una mesa auxiliar con un tablero de formas orgánicas elaborado a pa...
$value[25]['s_sp']
Descubra una mesa auxiliar con un tablero de formas orgánicas elaborado a partir de resina Noir-Gold, meticulosamente elaborada a mano y pulida a espejo. Esta pieza única, sostenida por patas de latón, combina a la perfección la elegancia con la artesanía
⇄⧉spesification => string (199) "Introduce sophistication with this impactful side table, featuring refined l...
$value[0]['spesification']
Introduce sophistication with this impactful side table, featuring refined lines and a single hand-carved oval base. Finished in a mirror-gloss black, it stands as a statement piece in any setting.
⇄⧉s_ar => UTF-8 string (339) "أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطو...
$value[0]['s_ar']
أضف لمسة من الرقي إلى منزلك مع هذه الطاولة الجانبية الرائعة، التي تتميز بخطوط أنيقة وقاعدة بيضاوية واحدة منحوتة يدويًا. تتميز هذه الطاولة باللون الأسود اللامع، وهي قطعة مميزة في أي مكان.
⇄⧉s_it => string (222) "Introduci raffinatezza con questo tavolino d'impatto, caratterizzato da line...
$value[0]['s_it']
Introduci raffinatezza con questo tavolino d'impatto, caratterizzato da linee raffinate e una base ovale intagliata a mano. Rifinito in un nero lucido a specchio, si distingue come un pezzo di spicco in qualsiasi ambiente.
⇄⧉s_fr => UTF-8 string (248) "Introduisez une touche de sophistication avec cette table d'appoint percutan...
$value[0]['s_fr']
Introduisez une touche de sophistication avec cette table d'appoint percutante, dotée de lignes raffinées et d'une seule base ovale sculptée à la main. Fini en noir brillant miroir, il constitue une pièce maîtresse dans n'importe quel décor.
⇄⧉s_sp => UTF-8 string (214) "Incorpore sofisticación con esta impactante mesa auxiliar, que presenta líne...
$value[0]['s_sp']
Incorpore sofisticación con esta impactante mesa auxiliar, que presenta líneas refinadas y una base ovalada tallada a mano. Con un acabado en negro brillante, se destaca como pieza destacada en cualquier entorno.
Array
(
[Home] => Home
[About Us] => About Us
[Look Book] => Look Book
[Contact Us] => Contact Us
[Koleksi] => All Collection
[Login] => Login
[Register] => Register
[Archives] => Archives
[Search for product] => Search for product
[sortbydefault] => SORT BY DEFAULT
[sortbylowtohigh] => SORT BY PRICE LOW TO HIGH
[sortbyhightolow] => SORT BY PRICE HIGH TO LOW
[sortbypopularity] => SORT BY POPULARITY
[sortbylatest] => SORT BY LATEST
[sortbyvolume] => SORT BY VOLUME
[IN STOCK] => IN STOCK
[Out of stock] => Out of stock
[Accountku] => Account
[aboutustitle1] => ABOUT US
[aboutusp1] => <p>For over 21 years Filthy Healthy has been supplying interior designers, architects and discerning private clients with a unique collection of stylised and design furniture, lighting and works of art. </p><p>Established as 'couturiers' in the field of furniture and lighting design Filthy Healthy is proud to count among their clientele established and the highest profile design and architectural firms, as well as discerning private clients, internationally. Filthy Healthy is delighted to supply both commercial and residential clients.</p><p>Filthy Healthy's stylised and evolving collection is an amalgamation of high profile designers and manufacturers - British and Continental -. The ethos of our collection is Highly Stylised Design, Excellent Cabinet Making, the use of Outstanding Materials, Rare and Conversational pieces and a union between contemporary design with reference to the classical past. </p><p>Our aim is to offer you pieces with a unique presence and stylisation within a space. The range selected is intended to be eclectic and each piece has been carefully selected for their own design merit and high profile manufacturing. It is our aim to constantly search the contemporary design field for the 'unique, rare and exceptional.'</p>
[aboutustitle2] => DIRECTORES PROFILES
[aboutusp2] => <p>The main directors at Filthy Healthy, Riccardo Llorente and Alistair Taylor, will be delighted to assist you and share their expertise knowledge in the field of design and high profile furniture, lighting and works of art, contributing and assisting the client in their selection of any of our pieces or collections, aiming and ensuring that the pieces selected are in keeping with the aesthetics, stylisation and design ethos of the particular scheme, be residential or commercial.</p><p>If in need and required by the client, we will always be delighted to assist the client in all aspects related to the project: selection of pieces from our collection which will compliment, enhance and further stylise the aesthetics of their interior and scheme; selection of fabrics for upholstery and wood finishes in keeping with the nature and the design ethos and functionality of the furniture piece selected, complimenting the other existent furniture pieces and design scheme of the client.</p>
[aboutusp31] => <p>Having graduated from European Studies and Art History at University College London (UCL) Riccardo LLorente pursued his interest in interior design graduating from the internationally renowned The Inchbald School of Design in London. </p><p>His professional career as an interior designer and his keen interest and passion in art history and antiques led Riccardo LLorente to further enhance his academic background by graduating from Christie’s London in “Fine and Decorative arts”, specialising in furniture. His diverse, complex and comprehensive academic background and his professional working career in both fields of the business, the auction house at Christie’s London and the antiques trade working for a period of over six years with a leading antique dealer Alistair Sampson Antiques in Mayfair, London, specialising in 17th and 18th century English antiques with emphasis on English furniture, as well as dealing in Fine and Decorative arts of this period, are all contributing factors to his cultural background and professional knowledge and connoisseurship of the art market working as a specialist and dealer.</p><p>Riccardo LLorente’s influences and background are cross referenced on the nature, design ethos and stylisation of Filthy Healthy’s unique collection of classically referenced and couture pieces.</p>
[aboutusp32] => <p>Founder and creator of the brand name Filthy Healthy website in 1995 at the pioneering stages of the ‘internet’ as a marketing medium. </p><p>After graduating in fashion and textiles from the internationally renowned Central Saint Martins and The Royal College of Art in London Alistair Taylor worked in the field of fashion in both London and New York. </p><p>His professional and working life in the field of fashion led Alistair Taylor to his interest in the development of the possibilities of marketing, interiors and the accessibility and the challenges of the internet at the pioneering stages. </p><p>The development and high profile status of the company Filthy Healthy in the field of interiors and furniture is the input and emphasis of Alistair Taylor. </p><p>The unique design ethos, stylisation and couture essence of Filthy Healthy’s collection is the work of both directors, Alistair Taylor and Riccardo LLorente, searching and pursuing the field of high profile and status furniture, lighting and design for unique and conversational pieces with emphasis on high profile design, manufacturing methods and the use of outstanding materials. </p>
[contacttitle] => CONTACT
[contactp1] => We kindly request that you provide and or confirm the nature of your enquiry in relation to each and all furniture pieces of interest and we kindly request that you forward your full contact details below.<br><br>All 'trade' enquiries are kindly requested to forward their full company details to also include their company website. Thank you for your kind assistance and we look forward to being of assistance to you.<br><br>Thank you for using the Filthy Healthy enquiry form. Please be assured of the fact that anyinformation you provide to Filthy Healthy is strictly for internal use only. Filthy Healthy is a private company and does not share any information provided with any third parties.
[contactholdername] => Name
[contactholdercompanyname] => Company Name
[contactholdertelepon] => Telephone
[contactholderemail] => Email
[contactholderenquiry] => Enquiry
[contactasterix] => All Fields with asterix must be completed. Thank You
[contactbuttonsubmit] => Send Your Message
[submit] => Submit
[detailavailability] => Availability
[detailweight] => Weight
[detaildimension] => Dimension
[LBS] => LBS
[KG] => KG
[INCH] => INCH
[CM] => CM
[MM] => MM
[addtowishlist] => Add to Wishlist
[addtocart] => ADD TO CART
[requestcustomquote] => REQUEST CUSTOM QUOTE
[back] => BACK
[makeenquiry] => MAKE ENQUIRY
[tearsheet] => TEAR-SHEETS
[downloadtearsheet] => DOWNLOAD TEARSHEET
[emailtearsheet] => EMAIL TEARSHEET
[relatedproduct] => Related Products
[allright] => All rights reserved
[SalesPrice] => Sales Price
[addvariant] => ADD VARIANTS
[welcomeback1] => Welcome Back
[welcomeback2] => Welcome back, please enter your detail
[usernameemail] => Username or Email address
[password] => Password
[forgotpassword] => Forgot Password
[Donthaveaccount] => Don't have an account?
[sku] => CODE
[personaldetail] => Personal Detail
[youraddress] => Your Address
[credential] => Your Credential
[firstname] => First Name
[middlename] => Middle Name
[lastname] => Last Name
[position] => Position
[business] => Business
[website] => Website
[referral] => Referral
[salesteritory] => Sales Terirory
[emailaddress] => Email Address
[phone] => Phone#
[fax] => Fax#
[country] => Country
[state] => State
[city] => City
[address] => Address
[kodepos] => ZIP
[confirmpassword] => Confirm Password
[myaccount] => My Account
[items] => Items
[myorder] => My Order
[adminpage] => Admin Page
[logout] => Logout
[termcondition] => Terms & Condition | Privacy Policy
[hometitle1] => Art and Luxury Furniture
[homecontent1] => Qoqet is a premier art and luxury furniture company renowned for designing and manufacturing exquisite art furniture. Combining masterful craftsmanship with artistic flair, Qoqet creates furniture pieces that are timeless works of art. Each item is meticulously crafted from the finest materials, ensuring unparalleled quality and luxurious elegance. From opulent bar cabinets to intricately hand-crafted side tables, Qoqet's Furniture Collections are designed to elevate luxurious interior spaces, blending functionality with unparalleled beauty.
[kondisi] => TERMS AND CONDITIONS
[condtermconditioncontent] => <p>The following terms & conditions and all terms incorporated herein ('Terms') apply to your access to and use of the website qoqet.com, mobile applications and online services (individually and collectively referred to herein as 'Qoqet', 'QOQET', 'we' or 'us') and your purchase of products and services from us. By accessing or using the Services or making a purchase from us, you hereby agree to be bound by these Terms.</p><p>These Terms do not alter the terms or conditions of any other agreement you may have with us. If you are using the Services on behalf of any entity, you represent and warrant that you are authorized to bind the entity on whose behalf you are contracting, and such entity agrees to be bound by these Terms. By placing an order for products or services from QOQET-Online, you accept and are bound by these Terms</p><p>If you do not accept these Terms, please discontinue access or use of the website and the Services and please do not purchase products or services from us. Your access and/or use of the Services shall be deemed to be an acceptance of these Terms.</p><p>We may, from time to time, and at our sole discretion, vary or amend these Terms without notice to you by posting the amended Terms on this Site. If we make changes to these Terms, we will provide notice of such changes by updating the 'Last Updated' date at the beginning of these Terms. Any use of the Services after the amendment of these Terms will be deemed to be acceptance of the amended Terms by you. We encourage you to review these Terms frequently to ensure that you understand the terms and conditions that apply when you access and use the Services and purchase products or services from us. If you do not agree to the amended Terms, you should discontinue using the Services.</p><p>If you have any questions, comments or concerns about these Terms, please contact us</p>
[usage1] => 1. USAGE OF SERVICES
[usage1content] => <p>The Services are not targeted toward or intended for use by anyone under the age of 18. By using the Services, you represent and warrant that you (a) are 18 years of age or older; (b) have not engaged in any activity that could result in suspension or removal from the Services or have not been previously suspended from the same; and (c) you have the necessary legal capacity, right, power and authority to agree to these Terms and that doing so will not violate any other agreement to which you are a party.(Review)</p>
[registration1] => 2. REGISTRATION
[registration1content] => <p>To access and use certain areas or features of the Services, you will need to register for a QOQET-Online account. When registering as a member, you agree to provide accurate, current and complete account information, maintain and promptly update your account information as may be necessary, and maintain the security of your account credentials and the information you provide to us. You agree that you shall not share your account credentials with others and you shall notify us immediately if you discover or otherwise suspect any security breaches relating to the Services or your account.(Review)</p>
[privacy1] => 3. PRIVACY
[privacy1content] => <p>Please refer to our Privacy Policy for further information about how we collect, use and disclose information about you. The terms of the Privacy Policy are deemed incorporated into these Terms.(Review)</p>
[termsale1] => 4. TERMS OF SALE
[termsale1content] => <p>These Terms govern the purchase and sale of products and services from and by QOQET through this website.(Review)</p>
[pricing1] => 5. PRICING AND AVAILABILITY
[pricing1content] => <p>By providing a credit card or other payment method that we accept, you represent and warrant that you are authorized to use the designated payment method and that you authorize us (or our third-party payment processor) to charge such card or other payment method for the total amount of your purchase (including any applicable taxes and other charges). If the payment method cannot be verified, is invalid or otherwise not accepted, we will notify you and your order may be suspended or cancelled. In the event that you wish to change or update payment information associated with your QOQET-Online account, you may do so at any time by logging into your account. (Review)</p>
[payment1] => 6. PRICING PAYMENT AND BILLING INFORMATION
[payment1content] => <p>By providing a credit card or other payment method that we accept, you represent and warrant that you are authorized to use the designated payment method and that you authorize us (or our third-party payment processor) to charge such card or other payment method for the total amount of your purchase (including any applicable taxes and other charges). If the payment method cannot be verified, is invalid or otherwise not accepted, we will notify you and your order may be suspended or cancelled. In the event that you wish to change or update payment information associated with your QOQET-Online account, you may do so at any time by logging into your account.(Review)</p>
[canceling1] => 7. CANCELING ORDERS
[canceling1content] => <p>Order cancellations will not be accepted and deposits are not refundable. Once your payment is processed, the processing of your order will take place immediately. (Review)</p>
[governing1] => 8. GOVERNING LAW
[governing1content] => <p>The terms and conditions of sale herein described shall be enforced in accordance with, and governed by the laws of the State of California. Customer acknowledges and agrees that the courts of the State of California shall have exclusive jurisdiction over any dispute(s). The Customer (in person, by agent or representative, telephone, Internet or by other means) agrees that any dispute arising shall be litigated exclusively in the courts of the State of California. Further, venue shall be in the Superior Court of Los Angeles County, in the state of California. (Review)</p>
[cookietitle] => This website uses cookies
[cookiecontent] => We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
[cookiereadmore] => Privacy Policy
[cookieaccept] => Accept
[cookiedecline] => Decline
)