{"title":"Cane-line Joy Collection","description":null,"products":[{"product_id":"cane-line-joy-dining-table-180-x-90-cm","title":"Cane-line Joy Dining Table 180 x 90 cm","description":"\u003cstyle\u003e\n  .cl-product-description {\n    --cl-text: #252525;\n    --cl-muted: #626262;\n    --cl-border: #dedede;\n    --cl-bg-soft: #f7f7f5;\n    --cl-accent: #596b70;\n    --cl-note-bg: #f1f5f3;\n    --cl-card-bg: #ffffff;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--cl-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .cl-product-description *,\n  .cl-product-description *::before,\n  .cl-product-description *::after {\n    box-sizing: border-box;\n  }\n\n  .cl-product-description h3 {\n    margin: 32px 0 14px;\n    color: var(--cl-text);\n    font-size: 23px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  .cl-product-description h4 {\n    margin: 0 0 8px;\n    color: var(--cl-text);\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .cl-product-description p {\n    margin: 0 0 16px;\n  }\n\n  .cl-product-description ul {\n    margin: 0 0 20px 20px;\n    padding: 0;\n  }\n\n  .cl-product-description li {\n    margin-bottom: 10px;\n  }\n\n  .cl-intro-box {\n    margin: 0 0 18px;\n    padding: 14px 16px;\n    background: var(--cl-bg-soft);\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    color: var(--cl-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .cl-config-grid,\n  .cl-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin: 20px 0;\n  }\n\n  .cl-config-card,\n  .cl-feature-card {\n    min-width: 0;\n    padding: 18px;\n    background: var(--cl-bg-soft);\n    border-left: 4px solid var(--cl-accent);\n    border-radius: 8px;\n  }\n\n  .cl-config-card p,\n  .cl-feature-card p {\n    margin: 0;\n    color: var(--cl-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .cl-swatch-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin: 16px 0 24px;\n  }\n\n  .cl-swatch-card {\n    width: 120px;\n    flex: 0 0 120px;\n    overflow: hidden;\n    text-align: center;\n    background: var(--cl-card-bg);\n    border: 1px solid var(--cl-border);\n    border-radius: 8px;\n    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .cl-swatch-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);\n  }\n\n  .cl-swatch-card img,\n  .cl-swatch-no-image {\n    display: block;\n    width: 120px;\n    height: 120px;\n    object-fit: cover;\n  }\n\n  .cl-swatch-no-image {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 12px;\n    background: #eeeeec;\n    color: #666;\n    font-size: 11px;\n    line-height: 1.35;\n    text-align: center;\n  }\n\n  .cl-swatch-name {\n    display: block;\n    min-height: 34px;\n    padding: 8px 6px 2px;\n    color: var(--cl-text);\n    font-size: 11px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .cl-swatch-detail {\n    display: block;\n    min-height: 32px;\n    padding: 0 6px 8px;\n    color: #777;\n    font-size: 9px;\n    line-height: 1.3;\n  }\n\n  .cl-table-wrap {\n    width: 100%;\n    margin-top: 12px;\n    overflow-x: auto;\n    border: 1px solid var(--cl-border);\n    border-radius: 10px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .cl-spec-table {\n    width: 100%;\n    min-width: 760px;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n\n  .cl-spec-table th,\n  .cl-spec-table td {\n    padding: 13px 15px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e8e8e8;\n  }\n\n  .cl-spec-table th {\n    background: #f3f3f1;\n    color: #333;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .cl-spec-table tbody tr:nth-child(even) {\n    background: #fbfbfb;\n  }\n\n  .cl-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .cl-note-box {\n    margin: 22px 0 0;\n    padding: 16px 18px;\n    background: var(--cl-note-bg);\n    border: 1px solid #d8e2dc;\n    border-radius: 8px;\n    color: #435249;\n  }\n\n  .cl-note-box p {\n    margin: 0;\n  }\n\n  @media (max-width: 640px) {\n    .cl-config-grid,\n    .cl-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .cl-product-description h3 {\n      font-size: 21px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .cl-swatch-grid {\n      gap: 10px;\n    }\n\n    .cl-swatch-card {\n      width: 110px;\n      flex-basis: 110px;\n    }\n\n    .cl-swatch-card img,\n    .cl-swatch-no-image {\n      width: 110px;\n      height: 110px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cl-product-description\"\u003e\n  \u003cp\u003e\n    The Cane-line Joy Dining Table 180 × 90 cm combines elegant clean lines with a refined, minimalist silhouette for outdoor and indoor dining spaces. The distinctive oval base features conical aluminium legs and a curved profile, creating the defining expression of the Joy dining-table series.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Joy is designed for a clean, coordinated dining setting. This rectangular 180 × 90 cm version combines a separate oval aluminium base with a separate High Pressure Laminate tabletop. Select the Taupe aluminium base and Dark grey structure High pressure laminate top to complete this configuration.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cl-intro-box\"\u003e\n    \u003cstrong\u003eConfiguration overview:\u003c\/strong\u003e This product consists of one selected \u003cstrong\u003eBase\u003c\/strong\u003e and one selected \u003cstrong\u003eTop\u003c\/strong\u003e. The Base is the lower oval aluminium support structure with conical legs. The Top is the separate 180 × 90 cm High Pressure Laminate dining surface.\n  \u003c\/div\u003e\n\n  \u003ch3\u003eKey features\u003c\/h3\u003e\n\n  \u003cdiv class=\"cl-feature-grid\"\u003e\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eIndoor and outdoor dining table\u003c\/h4\u003e\n      \u003cp\u003e\n        A 180 × 90 cm dining-table format designed for both indoor and outdoor spaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eDistinctive oval base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Joy base combines conical aluminium table legs with a curved shape for a minimal, aesthetic expression.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eHPL tabletop\u003c\/h4\u003e\n      \u003cp\u003e\n        The separate tabletop is made from High Pressure Laminate and has a Dark grey structure finish in this configuration.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eDesigned for everyday use\u003c\/h4\u003e\n      \u003cp\u003e\n        The supplied product information highlights high lightfastness, scratch resistance, long lifespan, and minimal maintenance and cleaning.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eHow to configure\u003c\/h3\u003e\n\n  \u003cdiv class=\"cl-config-grid\"\u003e\n    \u003cdiv class=\"cl-config-card\"\u003e\n      \u003ch4\u003e1. Select the base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower oval aluminium support structure with conical legs. It is not the tabletop.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-config-card\"\u003e\n      \u003ch4\u003e2. Select the top\u003c\/h4\u003e\n      \u003cp\u003e\n        The Top is the separate upper dining surface. The supplied configuration uses Dark grey structure High pressure laminate.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cl-note-box\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eWhat you receive:\u003c\/strong\u003e one selected Taupe aluminium base and one selected Dark grey structure High pressure laminate top. The Base is the lower supporting structure; the Top is the separate upper dining surface. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase option\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower oval aluminium support structure. It includes the characteristic curved profile and conical aluminium legs.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cl-swatch-grid\"\u003e\n    \u003cdiv class=\"cl-swatch-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/taupe-aluminium_upscayl_8x_ultrasharp.png?v=1786605276\" alt=\"Taupe aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eTaupe aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — oval aluminium support structure\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eTop option\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Top is the separate 180 × 90 cm upper dining surface. This configuration uses Dark grey structure High pressure laminate.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cl-swatch-grid\"\u003e\n    \u003cdiv class=\"cl-swatch-card\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Dark_grey_structure_High_pressure_laminate.jpg?v=1787222735\" alt=\"Dark grey structure High pressure laminate\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDark grey structure High pressure laminate\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — High Pressure Laminate tabletop\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eDimensions \u0026amp; technical specifications\u003c\/h3\u003e\n\n  \u003cdiv class=\"cl-table-wrap\"\u003e\n    \u003ctable class=\"cl-spec-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eComponent\u003c\/th\u003e\n          \u003cth\u003eWidth\u003c\/th\u003e\n          \u003cth\u003eDepth\u003c\/th\u003e\n          \u003cth\u003eHeight\u003c\/th\u003e\n          \u003cth\u003eWeight\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eJoy Dining Table Base, Oval\u003c\/td\u003e\n          \u003ctd\u003e180 cm \/ 70.9 inches\u003c\/td\u003e\n          \u003ctd\u003e90 cm \/ 35.5 inches\u003c\/td\u003e\n          \u003ctd\u003e71 cm \/ 28 inches\u003c\/td\u003e\n          \u003ctd\u003e8.66 kg \/ 19.1 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eJoy Table Top, 180 × 90 cm\u003c\/td\u003e\n          \u003ctd\u003e180 cm \/ 70.9 inches\u003c\/td\u003e\n          \u003ctd\u003e90 cm \/ 35.5 inches\u003c\/td\u003e\n          \u003ctd\u003e1.2 cm \/ 0.5 inches\u003c\/td\u003e\n          \u003ctd\u003e35.64 kg \/ 78.6 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStackable\u003c\/td\u003e\n          \u003ctd colspan=\"4\"\u003eNo\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuickDry\u003c\/td\u003e\n          \u003ctd colspan=\"4\"\u003eNo\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eCompatible cover\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Cover 3 is listed as the compatible protective cover for the Joy Dining Table 180 × 90 cm. It is suitable for a dining table up to 215 cm long, including six chairs, and is sold separately.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cl-table-wrap\"\u003e\n    \u003ctable class=\"cl-spec-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eAccessory\u003c\/th\u003e\n          \u003cth\u003eWidth\u003c\/th\u003e\n          \u003cth\u003eDepth\u003c\/th\u003e\n          \u003cth\u003eHeight\u003c\/th\u003e\n          \u003cth\u003eWeight\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCover 3\u003c\/td\u003e\n          \u003ctd\u003e215 cm \/ 84.7 inches\u003c\/td\u003e\n          \u003ctd\u003e145 cm \/ 57.1 inches\u003c\/td\u003e\n          \u003ctd\u003e100 cm \/ 39.4 inches\u003c\/td\u003e\n          \u003ctd\u003e5 kg \/ 11.1 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cl-intro-box\"\u003e\n    Measurements and weight displayed do not include any selected add-on. Cover 3 is an optional accessory and is sold separately.\n  \u003c\/div\u003e\n\n  \u003ch3\u003eOrdering guide\u003c\/h3\u003e\n\n  \u003cdiv class=\"cl-note-box\"\u003e\n    \u003cp\u003e\n      Select the Taupe aluminium Base and the Dark grey structure High pressure laminate Top. The Base is the lower oval support structure, while the Top is the separate 180 × 90 cm HPL dining surface. Cover 3 is compatible with this table and is sold separately.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Taupe aluminium \/ Dark grey structure High pressure laminate","offer_id":62450049515907,"sku":null,"price":4005.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/50204AL_5065AIIBRDR_8468TXSL_8563TXSL_8564TXSL_P180X90HPSDG_1_1557_900x_e732df28-3ac5-405b-b3e3-e14a1ea2c584.jpg?v=1787587334"},{"product_id":"cane-line-joy-round-dining-tables","title":"Cane-line Joy Round Dining Tables","description":"\u003cstyle\u003e\n  .cl-product-description {\n    --cl-text: #252525;\n    --cl-muted: #626262;\n    --cl-border: #dedede;\n    --cl-bg-soft: #f7f7f5;\n    --cl-accent: #596b70;\n    --cl-note-bg: #f1f5f3;\n    --cl-card-bg: #ffffff;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--cl-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .cl-product-description *,\n  .cl-product-description *::before,\n  .cl-product-description *::after {\n    box-sizing: border-box;\n  }\n\n  .cl-product-description h3 {\n    margin: 32px 0 14px;\n    color: var(--cl-text);\n    font-size: 23px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  .cl-product-description h4 {\n    margin: 0 0 8px;\n    color: var(--cl-text);\n    font-size: 16px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .cl-product-description p {\n    margin: 0 0 16px;\n  }\n\n  .cl-product-description ul {\n    margin: 0 0 20px 20px;\n    padding: 0;\n  }\n\n  .cl-product-description li {\n    margin-bottom: 10px;\n  }\n\n  .cl-intro-box {\n    margin: 0 0 18px;\n    padding: 14px 16px;\n    background: var(--cl-bg-soft);\n    border: 1px solid #ecece8;\n    border-radius: 8px;\n    color: var(--cl-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .cl-config-grid,\n  .cl-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin: 20px 0;\n  }\n\n  .cl-config-card,\n  .cl-feature-card {\n    min-width: 0;\n    padding: 18px;\n    background: var(--cl-bg-soft);\n    border-left: 4px solid var(--cl-accent);\n    border-radius: 8px;\n  }\n\n  .cl-config-card p,\n  .cl-feature-card p {\n    margin: 0;\n    color: var(--cl-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .cl-swatch-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin: 16px 0 24px;\n  }\n\n  .cl-swatch-card {\n    width: 120px;\n    flex: 0 0 120px;\n    overflow: hidden;\n    text-align: center;\n    background: var(--cl-card-bg);\n    border: 1px solid var(--cl-border);\n    border-radius: 8px;\n    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .cl-swatch-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);\n  }\n\n  .cl-swatch-card img,\n  .cl-swatch-no-image {\n    display: block;\n    width: 120px;\n    height: 120px;\n    object-fit: cover;\n  }\n\n  .cl-swatch-no-image {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 12px;\n    background: #eeeeec;\n    color: #666;\n    font-size: 11px;\n    line-height: 1.35;\n    text-align: center;\n  }\n\n  .cl-swatch-name {\n    display: block;\n    min-height: 34px;\n    padding: 8px 6px 2px;\n    color: var(--cl-text);\n    font-size: 11px;\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .cl-swatch-detail {\n    display: block;\n    min-height: 32px;\n    padding: 0 6px 8px;\n    color: #777;\n    font-size: 9px;\n    line-height: 1.3;\n  }\n\n  .cl-table-wrap {\n    width: 100%;\n    margin-top: 12px;\n    overflow-x: auto;\n    border: 1px solid var(--cl-border);\n    border-radius: 10px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .cl-spec-table {\n    width: 100%;\n    min-width: 760px;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n\n  .cl-spec-table th,\n  .cl-spec-table td {\n    padding: 13px 15px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e8e8e8;\n  }\n\n  .cl-spec-table th {\n    background: #f3f3f1;\n    color: #333;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .cl-spec-table tbody tr:nth-child(even) {\n    background: #fbfbfb;\n  }\n\n  .cl-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .cl-note-box {\n    margin: 22px 0 0;\n    padding: 16px 18px;\n    background: var(--cl-note-bg);\n    border: 1px solid #d8e2dc;\n    border-radius: 8px;\n    color: #435249;\n  }\n\n  .cl-note-box p {\n    margin: 0;\n  }\n\n  @media (max-width: 640px) {\n    .cl-config-grid,\n    .cl-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .cl-product-description h3 {\n      font-size: 21px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .cl-swatch-grid {\n      gap: 10px;\n    }\n\n    .cl-swatch-card {\n      width: 110px;\n      flex-basis: 110px;\n    }\n\n    .cl-swatch-card img,\n    .cl-swatch-no-image {\n      width: 110px;\n      height: 110px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"cl-product-description\"\u003e\n\u003cp\u003eThe Cane-line Joy Dining Table is a round outdoor and indoor dining table that combines elegant clean lines with a refined, minimalist expression. The distinctive Joy base features conical aluminium legs and a curved supporting form, creating a sculptural centrepiece for terraces, patios, garden dining spaces and indoor dining areas.\u003c\/p\u003e\n\u003cp\u003eThe Joy series is available in round and rectangular formats, with darker and lighter aluminium finishes. This listing covers the round Ø120 cm and Ø144 cm sizes, both using the same round aluminium base and Base options. The Top options differ by diameter, so it is important to select the correct table size before choosing the tabletop.\u003c\/p\u003e\n\u003cdiv class=\"cl-intro-box\"\u003e\n\u003cstrong\u003eImportant size and top guide:\u003c\/strong\u003e Both Ø120 cm and Ø144 cm tables use the same round Base. The \u003cstrong\u003eØ120 cm version has only one Top option: Teak geometric.\u003c\/strong\u003e The ceramic Top options shown below apply to the \u003cstrong\u003eØ144 cm version\u003c\/strong\u003e. The Base is the lower support structure; the Top is the separate upper dining surface.\u003c\/div\u003e\n\u003ch3\u003eKey features\u003c\/h3\u003e\n\u003cdiv class=\"cl-feature-grid\"\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eRound dining-table formats\u003c\/h4\u003e\n\u003cp\u003eChoose between Ø120 cm and Ø144 cm round dining-table formats for indoor or outdoor dining areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eDistinctive Joy base\u003c\/h4\u003e\n\u003cp\u003eThe round base combines conical aluminium table legs and a curved form for a clean, aesthetic and minimal expression.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eSeparate base and tabletop\u003c\/h4\u003e\n\u003cp\u003eThe lower Base and upper Top are separate components. Select a Base finish and a compatible Top for the selected table diameter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eMaterial depends on size\u003c\/h4\u003e\n\u003cp\u003eØ120 cm is supplied with the Teak geometric top only. Ø144 cm uses the listed ceramic tabletop options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eHow to configure\u003c\/h3\u003e\n\u003cdiv class=\"cl-config-grid\"\u003e\n\u003cdiv class=\"cl-config-card\"\u003e\n\u003ch4\u003e1. Select the table diameter\u003c\/h4\u003e\n\u003cp\u003eChoose the Ø120 cm or Ø144 cm version. Each size has its own dimensions, tabletop thickness and tabletop weight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-config-card\"\u003e\n\u003ch4\u003e2. Select base and top\u003c\/h4\u003e\n\u003cp\u003eChoose a Lava grey aluminium or Sand aluminium Base. Then select the Top available for the chosen diameter: Teak geometric only for Ø120 cm, or a ceramic option for Ø144 cm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-note-box\"\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you receive:\u003c\/strong\u003e one selected Base and one selected Top. The Base is the lower round aluminium support structure; the Top is the separate upper dining surface. Do not select a ceramic Top for the Ø120 cm version, as Ø120 cm is supplied with the Teak geometric top only.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003eBase options\u003c\/h3\u003e\n\u003cp\u003eThe Base is the lower round aluminium support structure. The same two Base options apply to both the Ø120 cm and Ø144 cm Joy dining tables.\u003c\/p\u003e\n\u003cdiv class=\"cl-swatch-grid\"\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — round aluminium support structure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — round aluminium support structure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eØ120 cm top option\u003c\/h3\u003e\n\u003cp\u003eFor the Joy Dining Table Ø120 cm, the only available Top option is Teak geometric. This is the separate upper dining surface for the Ø120 cm configuration.\u003c\/p\u003e\n\u003cdiv class=\"cl-swatch-grid\"\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Teak_geometric.jpg?v=1787150457\" alt=\"Teak geometric\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eTeak geometric\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eØ120 cm top — teak tabletop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eØ144 cm top options\u003c\/h3\u003e\n\u003cp\u003eFor the Joy Dining Table Ø144 cm, select one ceramic Top option. These are separate upper dining surfaces for the Ø144 cm configuration only.\u003c\/p\u003e\n\u003cdiv class=\"cl-swatch-grid\"\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/fossil-black-ceramic_upscayl_8x_ultrasharp.png?v=1786540798\" alt=\"Fossil black ceramic\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eFossil black ceramic\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eØ144 cm top — ceramic tabletop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/fossil-grey-ceramic_upscayl_8x_ultrasharp.png?v=1786962539\" alt=\"Fossil grey ceramic\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eFossil grey ceramic\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eØ144 cm top — ceramic tabletop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/multi-colour-ceramic_upscayl_8x_ultrasharp.png?v=1786616242\" alt=\"Multi colour ceramic\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eMulti colour ceramic\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eØ144 cm top — ceramic tabletop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Teak_geometric.jpg?v=1787150457\" alt=\"Teak geometric\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eTeak geometric\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eØ144 cm top — teak tabletop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/travertine-look-ceramic-w-rounded-corners_upscayl_8x_ultrasharp.png?v=1786102766\" alt=\"Travertine look ceramic\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eTravertine look ceramic\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eØ144 cm top — ceramic tabletop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/taupe-ceramic-w-rounded-corners_upscayl_8x_ultrasharp.png?v=1786102764\" alt=\"Taupe ceramic\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eTaupe ceramic\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eØ144 cm top — ceramic tabletop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eDimensions \u0026amp; technical specifications\u003c\/h3\u003e\n\u003cdiv class=\"cl-table-wrap\"\u003e\n\u003ctable class=\"cl-spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eComponent\u003c\/th\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003cth\u003eDiameter\u003c\/th\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003cth\u003eConfiguration notes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eJoy Dining Table Base, Round\u003c\/td\u003e\n\u003ctd\u003e72 cm \/ 28.4 inches\u003c\/td\u003e\n\u003ctd\u003e110 cm \/ 43.4 inches\u003c\/td\u003e\n\u003ctd\u003e8.78 kg \/ 19.4 lbs\u003c\/td\u003e\n\u003ctd\u003eSame Base specification for both Ø120 cm and Ø144 cm versions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eJoy Table Top Ø120 cm\u003c\/td\u003e\n\u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n\u003ctd\u003e120 cm \/ 47.3 inches\u003c\/td\u003e\n\u003ctd\u003e18 kg \/ 39.7 lbs\u003c\/td\u003e\n\u003ctd\u003eTeak geometric top only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eJoy Table Top Ø144 cm\u003c\/td\u003e\n\u003ctd\u003e1.2 cm \/ 0.5 inches\u003c\/td\u003e\n\u003ctd\u003e144 cm \/ 56.7 inches\u003c\/td\u003e\n\u003ctd\u003e59 kg \/ 130.1 lbs\u003c\/td\u003e\n\u003ctd\u003eChoose one listed ceramic Top option\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStackable\u003c\/td\u003e\n\u003ctd colspan=\"4\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuickDry\u003c\/td\u003e\n\u003ctd colspan=\"4\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCompatible cover\u003c\/h3\u003e\n\u003cp\u003eCover 4 is the compatible protective cover listed for the Joy round dining tables. It is suitable for round dining tables up to Ø190 cm and is sold separately.\u003c\/p\u003e\n\u003cdiv class=\"cl-table-wrap\"\u003e\n\u003ctable class=\"cl-spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eAccessory\u003c\/th\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003cth\u003eDepth\u003c\/th\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCover 4\u003c\/td\u003e\n\u003ctd\u003e190 cm \/ 74.9 inches\u003c\/td\u003e\n\u003ctd\u003e190 cm \/ 74.9 inches\u003c\/td\u003e\n\u003ctd\u003e100 cm \/ 39.4 inches\u003c\/td\u003e\n\u003ctd\u003e4.4 kg \/ 9.8 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-intro-box\"\u003eMeasurements and weight displayed do not include any selected add-on. Cover 4 is an optional accessory and is sold separately.\u003c\/div\u003e\n\u003ch3\u003eOrdering guide\u003c\/h3\u003e\n\u003cdiv class=\"cl-note-box\"\u003e\n\u003cp\u003eFirst select the required dining-table diameter. Choose a Lava grey aluminium or Sand aluminium Base for either size. For Ø120 cm, select Teak geometric only. For Ø144 cm, select one ceramic Top option: Fossil black ceramic, Fossil grey ceramic, Multi colour ceramic, Travertine look ceramic or Taupe ceramic. Cover 4 is sold separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"dia. 144 cm \/ Lava grey aluminium \/ Teak geometric","offer_id":62450073108867,"sku":null,"price":4005.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Lava grey aluminium \/ Fossil black ceramic","offer_id":62450073010563,"sku":null,"price":4860.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Lava grey aluminium \/ Fossil grey ceramic","offer_id":62450073043331,"sku":null,"price":4860.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Lava grey aluminium \/ Multi colour ceramic","offer_id":62450073076099,"sku":null,"price":4860.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Lava grey aluminium \/ Travertine look ceramic","offer_id":62450073141635,"sku":null,"price":4860.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Lava grey aluminium \/ Taupe ceramic","offer_id":62450073174403,"sku":null,"price":4860.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Sand aluminium \/ Teak geometric","offer_id":62450067177859,"sku":null,"price":4005.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Sand aluminium \/ Fossil black ceramic","offer_id":62450067079555,"sku":null,"price":4860.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Sand aluminium \/ Fossil grey ceramic","offer_id":62450067112323,"sku":null,"price":4860.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Sand aluminium \/ Multi colour ceramic","offer_id":62450067145091,"sku":null,"price":4860.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Sand aluminium \/ Travertine look ceramic","offer_id":62450067210627,"sku":null,"price":4860.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 144 cm \/ Sand aluminium \/ Taupe ceramic","offer_id":62450067243395,"sku":null,"price":4860.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 120 cm \/ Lava grey aluminium \/ Teak geometric","offer_id":62450073305475,"sku":null,"price":3540.0,"currency_code":"GBP","in_stock":true},{"title":"dia. 120 cm \/ Sand aluminium \/ Teak geometric","offer_id":62450073502083,"sku":null,"price":3540.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/50202AI_P144COB_5406AIIGT_5406YSN96_1579_900x_9f6ca124-a035-4629-bd18-c70b8911a90b.jpg?v=1787588391"}],"url":"https:\/\/themodernfurniturecompany.com\/collections\/cane-line-joy-collection.oembed","provider":"The Modern Furniture Company","version":"1.0","type":"link"}