{"product_id":"cane-line-glaze-coffee-table-rectangular","title":"Cane-line Glaze Coffee Table Rectangular","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 Glaze Coffee Table, Rectangular is an elegant and decorative coffee table for outdoor lounge areas, terraces, balconies and garden reading spaces. Its generous rectangular format provides a broad, low table surface, while its composed materials create a distinctive focal point within an outdoor seating arrangement.\u003c\/p\u003e\n\u003cp\u003eThe Glaze collection is designed to be mixed across different table sizes, colours and materials for a playful and vibrant outdoor setting. This rectangular configuration combines a separately selected aluminium base with a separately selected glazed lava-stone top.\u003c\/p\u003e\n\u003cdiv class=\"cl-intro-box\"\u003e\n\u003cstrong\u003eConfiguration overview:\u003c\/strong\u003e This product is configured in two parts. The \u003cstrong\u003eBase\u003c\/strong\u003e is the lower aluminium support structure. The \u003cstrong\u003eTop\u003c\/strong\u003e is the separate upper glazed lava-stone tabletop. Select one Base option and one Top option to complete the table.\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\u003eRectangular lounge-table format\u003c\/h4\u003e\n\u003cp\u003eA 120 × 70 cm rectangular coffee table format designed for outdoor lounge areas, garden seating arrangements and relaxed reading spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eTwo-part configuration\u003c\/h4\u003e\n\u003cp\u003eThe table is formed from one selected aluminium base and one separately selected glazed lava-stone tabletop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eSand semi-gloss aluminium base\u003c\/h4\u003e\n\u003cp\u003eThe supplied Base option is Sand semi glossy aluminium, which refers specifically to the lower aluminium support structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eSand glazed lava-stone top\u003c\/h4\u003e\n\u003cp\u003eThe supplied Top option is Sand lava stone glazed, a separate glazed lava-stone tabletop with natural material variation.\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. Base\u003c\/h4\u003e\n\u003cp\u003eThe Base is the lower supporting frame of the table. For this configuration, select Sand semi glossy aluminium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-config-card\"\u003e\n\u003ch4\u003e2. Top\u003c\/h4\u003e\n\u003cp\u003eThe Top is the separate upper table surface. For this configuration, select Sand lava stone glazed.\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 Sand semi glossy aluminium base and one Sand lava stone glazed top. The base is the lower support structure; the top is the separate upper tabletop. Measurements and weight displayed do not include any selected add-on.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003eBase option\u003c\/h3\u003e\n\u003cp\u003eThe Base is the lower aluminium support structure of the Glaze Coffee Table, Rectangular.\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand semi glossy aluminium\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eSand semi glossy aluminium\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support frame\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eTop option\u003c\/h3\u003e\n\u003cp\u003eThe Top is the separate upper table surface. This configuration uses Sand lava stone glazed.\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\/LGSA_6c4c3ab9-69ac-4d20-ae34-acf75593281e.jpg?v=1786981492\" alt=\"Sand lava stone glazed\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eSand lava stone glazed\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — glazed lava-stone tabletop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eNatural lavastone characteristics\u003c\/h3\u003e\n\u003cp\u003eLavastone is a natural product formed when lava from a volcano hardens into stone. During a volcanic eruption, flowing lava can absorb materials encountered along its path, including paper, iron and other materials. Once the lavastone is extracted, these materials may not be visible inside the stone.\u003c\/p\u003e\n\u003cp\u003eGreen spots are pieces of iron within the lavastone that turn green during baking at 950°C. These spots are not defects, do not cause problems over time and cannot spread.\u003c\/p\u003e\n\u003cp\u003eBecause the tiles are made from natural materials, every tile is unique. Slight variations in colour and texture can occur and are part of the natural character of the glazed lava stone.\u003c\/p\u003e\n\u003cdiv class=\"cl-note-box\"\u003e\n\u003cp\u003e\u003cstrong\u003eNatural material note:\u003c\/strong\u003e Green spots, minor colour variation and texture variation are natural characteristics of glazed lavastone. They are not considered defects.\u003c\/p\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\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\u003eGlaze Coffee Table Base, Rectangular\u003c\/td\u003e\n\u003ctd\u003e120 cm \/ 47.3 inches\u003c\/td\u003e\n\u003ctd\u003e70 cm \/ 27.6 inches\u003c\/td\u003e\n\u003ctd\u003e24 cm \/ 9.5 inches\u003c\/td\u003e\n\u003ctd\u003e7.22 kg \/ 16 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlaze Coffee Table Top, Rectangular\u003c\/td\u003e\n\u003ctd\u003e120 cm \/ 47.3 inches\u003c\/td\u003e\n\u003ctd\u003e70 cm \/ 27.6 inches\u003c\/td\u003e\n\u003ctd\u003e0.6 cm \/ 0.3 inches\u003c\/td\u003e\n\u003ctd\u003e29.2 kg \/ 49.7 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.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Sand semi glossy aluminium \/ Sand lava stone glazed","offer_id":62432065126787,"sku":null,"price":2760.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Glaze_rect_coffee_table_sand_7503_900x_29932d42-81d8-4b78-bf79-3e2735308978.webp?v=1787307009","url":"https:\/\/themodernfurniturecompany.com\/products\/cane-line-glaze-coffee-table-rectangular","provider":"The Modern Furniture Company","version":"1.0","type":"link"}