{"product_id":"cane-line-glaze-dining-table","title":"Cane-line Glaze Dining Table","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 Glaze Dining Table is a round outdoor dining table designed by Cane-line Design. Combining a sculptural aluminium base with a steel core and a separately selected tabletop, Glaze brings a modern and artful expression to terraces, patios and outdoor dining spaces.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Choose the warm character of Teak Geometric or a ceramic tabletop finish to create the look that suits your setting. The ceramic top options include Fossil black ceramic, Fossil grey ceramic, Travertine look ceramic, Multi colour ceramic and Taupe ceramic. The Multi colour ceramic option is described by Cane-line as textured, while the table’s overall design is intended to bring modern elegance to outdoor dining.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cl-intro-box\"\u003e\n    \u003cstrong\u003eConfiguration overview:\u003c\/strong\u003e This table consists of one selected \u003cstrong\u003eBase\u003c\/strong\u003e and one selected \u003cstrong\u003eTop\u003c\/strong\u003e. The Base is the lower aluminium supporting structure with a steel core. The Top is the separate upper dining surface. Select one Base option and one Top option to complete the table.\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\u003eRound outdoor dining table\u003c\/h4\u003e\n      \u003cp\u003e\n        A round dining-table format designed to create a central gathering point in an outdoor dining area.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eCane-line Design\u003c\/h4\u003e\n      \u003cp\u003e\n        Designed by Cane-line Design with a distinctive aluminium base silhouette and a steel core for stability.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eSeparate base and top\u003c\/h4\u003e\n      \u003cp\u003e\n        The lower base and upper tabletop are selected separately, making their roles and finishes clear when configuring the table.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eChoice of tabletop material\u003c\/h4\u003e\n      \u003cp\u003e\n        Choose from Teak Geometric or the listed ceramic tabletop finishes. The material of the tabletop depends on the exact Top option selected.\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 support structure. For this listing, the available Base option is Taupe semi glossy aluminium.\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. Select Teak Geometric or one of the available ceramic options shown below.\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 semi glossy aluminium base and one selected top. The Base is the lower support 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 aluminium support structure with a steel core. It is not the tabletop.\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 semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eTaupe semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium structure with steel core\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eTop options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Top is the separate upper dining surface. Select the desired material or finish from the available Shopify options.\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\/Teak_geometric.jpg?v=1787150457\" alt=\"Teak geometric\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eTeak geometric\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop material — teak tabletop\u003c\/span\u003e\n    \u003c\/div\u003e\n\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\n      \u003cspan class=\"cl-swatch-name\"\u003eFossil black ceramic\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — ceramic tabletop\u003c\/span\u003e\n    \u003c\/div\u003e\n\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\n      \u003cspan class=\"cl-swatch-name\"\u003eFossil grey ceramic\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — ceramic tabletop\u003c\/span\u003e\n    \u003c\/div\u003e\n\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\n      \u003cspan class=\"cl-swatch-name\"\u003eTravertine look ceramic\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — ceramic tabletop\u003c\/span\u003e\n    \u003c\/div\u003e\n\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\n      \u003cspan class=\"cl-swatch-name\"\u003eMulti colour ceramic\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — ceramic tabletop\u003c\/span\u003e\n    \u003c\/div\u003e\n\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\n      \u003cspan class=\"cl-swatch-name\"\u003eTaupe ceramic\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — ceramic tabletop\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eNatural tile variation\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Colour-shade differences may appear across a set of tiles. This variation is part of the character of the tiled tabletop and means the appearance may differ slightly from one tile to another.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cl-note-box\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eMaterial note:\u003c\/strong\u003e On a set of tiles, colour-shade differences may appear on the tiles.\n    \u003c\/p\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\u003eHeight\u003c\/th\u003e\n          \u003cth\u003eDiameter\u003c\/th\u003e\n          \u003cth\u003eWeight\u003c\/th\u003e\n          \u003cth\u003eDetails\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eGlaze Dining Table Base\u003c\/td\u003e\n          \u003ctd\u003e70 cm \/ 27.6 inches\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e41.86 kg \/ 92.3 lbs\u003c\/td\u003e\n          \u003ctd\u003eLower aluminium base with steel core\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eGlaze Dining Table Top\u003c\/td\u003e\n          \u003ctd\u003e4 cm \/ 1.6 inches\u003c\/td\u003e\n          \u003ctd\u003e147 cm \/ 57.9 inches\u003c\/td\u003e\n          \u003ctd\u003e49 kg \/ 109 lbs\u003c\/td\u003e\n          \u003ctd\u003eSeparate upper dining surface; material depends on selected 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      \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 4 is listed as the compatible protective cover for this dining table. It is designed for dining tables up to Ø190 cm 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 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\n  \u003cdiv class=\"cl-intro-box\"\u003e\n    Measurements and weight displayed do not include any selected add-on.\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 semi glossy aluminium Base, then choose one Top option: Teak geometric, Fossil black ceramic, Fossil grey ceramic, Travertine look ceramic, Multi colour ceramic or Taupe ceramic. The selected top determines the tabletop material or finish. Cover 4 is an optional accessory and is sold separately.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Taupe semi glossy aluminium \/ Teak geometric","offer_id":62432089604483,"sku":null,"price":4545.0,"currency_code":"GBP","in_stock":true},{"title":"Taupe semi glossy aluminium \/ Fossil black ceramic","offer_id":62432099467651,"sku":null,"price":5850.0,"currency_code":"GBP","in_stock":true},{"title":"Taupe semi glossy aluminium \/ Fossil grey ceramic","offer_id":62432099500419,"sku":null,"price":5850.0,"currency_code":"GBP","in_stock":true},{"title":"Taupe semi glossy aluminium \/ Travertine look ceramic","offer_id":62432099533187,"sku":null,"price":5850.0,"currency_code":"GBP","in_stock":true},{"title":"Taupe semi glossy aluminium \/ Multi colour ceramic","offer_id":62432099565955,"sku":null,"price":5850.0,"currency_code":"GBP","in_stock":true},{"title":"Taupe semi glossy aluminium \/ Taupe ceramic","offer_id":62432099598723,"sku":null,"price":5850.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Derby_chair_Glaze_dining_table_1_4238_900x_ed63509a-6c0d-4551-9d6f-73664879a232.webp?v=1787307957","url":"https:\/\/themodernfurniturecompany.com\/products\/cane-line-glaze-dining-table","provider":"The Modern Furniture Company","version":"1.0","type":"link"}