{"title":"Cane-line Go Collection","description":null,"products":[{"product_id":"cane-line-go-cafe-table-dia-60-cm","title":"Cane-line Go Café Table Dia 60 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 Go Café Table Ø60 cm is a slim and elegant outdoor café table designed by Cane-line Design. Its minimalist, modern profile makes it an easy addition to a balcony, terrace, garden dining area or compact outdoor café setting, and it can be paired with a wide range of chairs.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Go is designed as a flexible table system: choose a separate base and a separate tabletop to create the combination that suits your space. The powder-coated, all-weather aluminium construction and counterweight base are designed to provide stability and strength for outdoor use.\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 aluminium support structure with a counterweight base. The Top is the separate Ø60 cm upper tabletop. Select one option from each group 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\u003eSlim café-table design\u003c\/h4\u003e\n      \u003cp\u003e\n        A compact Ø60 cm café table designed for spaces where a clean, simple outdoor dining surface is needed.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eMix-and-match configuration\u003c\/h4\u003e\n      \u003cp\u003e\n        Choose a base and a separate tabletop in the available colours and materials to create a combination suited to your outdoor furniture.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eAluminium construction\u003c\/h4\u003e\n      \u003cp\u003e\n        The Go table uses powder-coated, all-weather aluminium. The base includes a counterweight to maximise stability and strength.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eDesigned by Cane-line Design\u003c\/h4\u003e\n      \u003cp\u003e\n        A minimalist and modern table designed by Cane-line Design to complement a broad range of outdoor chairs.\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 a base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower supporting structure. It includes the aluminium column and counterweight base; 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 a top\u003c\/h4\u003e\n      \u003cp\u003e\n        The Top is the separate Ø60 cm upper table surface. Choose a matching aluminium colour or Teak geometric tabletop option.\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 base and one selected Ø60 cm top. The Base is the lower aluminium support structure with counterweight; the Top is the separate upper tabletop. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower powder-coated aluminium support structure with a counterweight base. Select one available Base colour.\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-green-aluminium.png?v=1787218460\" alt=\"Dark green aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDark green aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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 Ø60 cm upper tabletop. Select one available aluminium or teak option.\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-green-aluminium.png?v=1787218460\" alt=\"Dark green aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDark green aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/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  \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\u003eGo Café Table Base\u003c\/td\u003e\n          \u003ctd\u003e73 cm \/ 28.8 inches\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e11.32 kg \/ 25 lbs\u003c\/td\u003e\n          \u003ctd\u003ePowder-coated aluminium support structure with counterweight base\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDrop\/Go Table Top Ø60 cm\u003c\/td\u003e\n          \u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n          \u003ctd\u003e60 cm \/ 23.7 inches\u003c\/td\u003e\n          \u003ctd\u003e4.57 kg \/ 10.1 lbs\u003c\/td\u003e\n          \u003ctd\u003eSeparate upper tabletop; 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        \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 8 is listed as the compatible protective cover for this café table. It measures 65 × 65 × 80 cm and is sold separately. [10]\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 8\u003c\/td\u003e\n          \u003ctd\u003e65 cm \/ 25.6 inches\u003c\/td\u003e\n          \u003ctd\u003e65 cm \/ 25.6 inches\u003c\/td\u003e\n          \u003ctd\u003e80 cm \/ 31.5 inches\u003c\/td\u003e\n          \u003ctd\u003e1.3 kg \/ 2.9 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 one Base colour and one Top option. The Base is the lower aluminium support structure with a counterweight base, while the Top is the separate Ø60 cm tabletop. Cover 8 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":"Dark green aluminium \/ Dark green aluminium","offer_id":62432636207491,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Desert red aluminium","offer_id":62432636240259,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Lava grey aluminium","offer_id":62432636273027,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Sand aluminium","offer_id":62432636305795,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Teak geometric","offer_id":62432636371331,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Dark green aluminium","offer_id":62432648855939,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Desert red aluminium","offer_id":62432648888707,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Lava grey aluminium","offer_id":62432648921475,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Sand aluminium","offer_id":62432648954243,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Teak geometric","offer_id":62432648987011,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Dark green aluminium","offer_id":62432649019779,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Desert red aluminium","offer_id":62432649052547,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Lava grey aluminium","offer_id":62432649085315,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand aluminium","offer_id":62432649118083,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Teak geometric","offer_id":62432649150851,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Dark green aluminium","offer_id":62432649183619,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Desert red aluminium","offer_id":62432649216387,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Lava grey aluminium","offer_id":62432649249155,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand aluminium","offer_id":62432649281923,"sku":null,"price":1125.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Teak geometric","offer_id":62432649314691,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Al_Dente_chair_-_Go_cafe_table_-_Illusion_Glow_lamp_hanging_7422_900x_a48ba478-bb39-4f98-bfc2-175010a3edb5.webp?v=1787311609"},{"product_id":"cane-line-go-cafe-table-dia-45-cm","title":"Cane-line Go Café Table Dia 45 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 Go Café Table Ø45 cm is a compact outdoor café table with a slim, elegant profile. Designed by Cane-line Design, it is suited to balconies, terraces, gardens and smaller outdoor dining spaces where a practical table surface is needed without taking up excess room.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The minimalist Go table can be combined with a wide range of chairs and configured by selecting a separate Base and Top. Its powder-coated, all-weather aluminium construction and counterweight base are designed to maximise stability and strength for outdoor use.\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 aluminium support structure with a counterweight base. The Top is the separate Ø45 cm upper tabletop. Select one option from each group 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\u003eCompact café-table format\u003c\/h4\u003e\n      \u003cp\u003e\n        A Ø45 cm outdoor café table designed for balconies, terraces, gardens and smaller dining or seating areas.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eTwo-part configuration\u003c\/h4\u003e\n      \u003cp\u003e\n        Select one Base and one Top. The lower supporting structure and the upper tabletop are separate components.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eAll-weather aluminium\u003c\/h4\u003e\n      \u003cp\u003e\n        The Go table is made from powder-coated, all-weather aluminium for use in outdoor settings.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eCounterweight base\u003c\/h4\u003e\n      \u003cp\u003e\n        The lower base includes a counterweight, designed to maximise the table’s stability and strength.\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 a base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower aluminium support structure with counterweight. It provides the table height and is not the tabletop.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-config-card\"\u003e\n      \u003ch4\u003e2. Select a top\u003c\/h4\u003e\n      \u003cp\u003e\n        The Top is the separate Ø45 cm upper table surface. Select the desired semi-gloss aluminium tabletop finish from the available Top options.\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 Base and one selected Top. The Base is the lower aluminium support structure with a counterweight; the Top is the separate Ø45 cm tabletop. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower powder-coated aluminium support structure. Select one available Base colour.\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-green-aluminium.png?v=1787218460\" alt=\"Dark green aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDark green aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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 Ø45 cm upper table surface. The available Top options are semi-gloss aluminium finishes.\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\/Olive_green_aluminium.jpg?v=1787220160\" alt=\"Olive green semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eOlive green semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — semi-gloss aluminium 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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — semi-gloss aluminium 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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — semi-gloss aluminium 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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — semi-gloss aluminium 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-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\"\u003eTop finish — semi-gloss aluminium 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\/Burgundy_aluminium.jpg?v=1787220191\" alt=\"Burgundy semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eBurgundy semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — semi-gloss aluminium 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\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\u003eGo Café Table Base\u003c\/td\u003e\n          \u003ctd\u003e73 cm \/ 28.8 inches\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e11.32 kg \/ 25 lbs\u003c\/td\u003e\n          \u003ctd\u003ePowder-coated aluminium support structure with counterweight base\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDrop\/Go Table Top Ø45 cm\u003c\/td\u003e\n          \u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n          \u003ctd\u003e45 cm \/ 17.8 inches\u003c\/td\u003e\n          \u003ctd\u003e1.78 kg \/ 4 lbs\u003c\/td\u003e\n          \u003ctd\u003eSeparate upper tabletop; semi-gloss aluminium finish 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        \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 8, measuring 65 × 65 × 80 cm, is listed as the compatible cover for this café table. It is an optional accessory and is sold separately.\n  \u003c\/p\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 one Base option and one Top option. The Base is the lower aluminium support structure with a counterweight base; the Top is the separate Ø45 cm tabletop. Review the exact selected Base and Top option names before ordering. Cover 8 is sold separately.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Dark green aluminium \/ Olive green semi glossy aluminium","offer_id":62432668877187,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Desert red semi glossy aluminium","offer_id":62432668909955,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Lava grey semi glossy aluminium","offer_id":62432668942723,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Sand semi glossy aluminium","offer_id":62432668975491,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Taupe semi glossy aluminium","offer_id":62432669008259,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Burgundy semi glossy aluminium","offer_id":62432670941571,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Olive green semi glossy aluminium","offer_id":62432669041027,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Desert red semi glossy aluminium","offer_id":62432669073795,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Lava grey semi glossy aluminium","offer_id":62432669106563,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Sand semi glossy aluminium","offer_id":62432669139331,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Taupe semi glossy aluminium","offer_id":62432669172099,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Burgundy semi glossy aluminium","offer_id":62432670974339,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Olive green semi glossy aluminium","offer_id":62432669204867,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Desert red semi glossy aluminium","offer_id":62432669237635,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Lava grey semi glossy aluminium","offer_id":62432669270403,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand semi glossy aluminium","offer_id":62432669303171,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Taupe semi glossy aluminium","offer_id":62432669335939,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Burgundy semi glossy aluminium","offer_id":62432671007107,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Olive green semi glossy aluminium","offer_id":62432669368707,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Desert red semi glossy aluminium","offer_id":62432669401475,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Lava grey semi glossy aluminium","offer_id":62432669434243,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand semi glossy aluminium","offer_id":62432669467011,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Taupe semi glossy aluminium","offer_id":62432669499779,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Burgundy semi glossy aluminium","offer_id":62432671039875,"sku":null,"price":1065.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/5042AL_4714_900x_d4509bd5-1309-4901-b8b3-68a6375e2479.webp?v=1787312098"},{"product_id":"cane-line-go-cafe-table-75-x-75-cm","title":"Cane-line Go Café Table 75 x 75 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 Go Café Table 75 × 75 cm combines a slim, elegant profile with a practical square tabletop for outdoor dining and café-style seating. Designed by Cane-line Design, it is suited to terraces, balconies, gardens and hospitality spaces where a clean, modern table is required.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The Go table is configured from a separate Base and Top, allowing you to mix colours and tabletop materials to suit the surrounding furniture. The lower structure is made from powder-coated, all-weather aluminium and incorporates a counterweight base to maximise stability and strength for outdoor use.\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 aluminium support structure with a counterweight. The Top is the separate 75 × 75 cm upper table surface. Select one option from each group 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\u003eSquare café-table format\u003c\/h4\u003e\n      \u003cp\u003e\n        A 75 × 75 cm table surface suited to outdoor dining, cafés, balconies, terraces and garden seating areas.\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        Configure the table by selecting one lower Base and one separate upper Top. The base is not the tabletop.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eAll-weather aluminium base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Go base is made from powder-coated, all-weather aluminium and includes a counterweight to maximise stability and strength.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eMultiple top materials\u003c\/h4\u003e\n      \u003cp\u003e\n        Select an aluminium tabletop, Sand multi colour HI-Core or Dark grey structure High pressure laminate, according to the exact Shopify Top option.\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 a base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower powder-coated aluminium support structure with counterweight. Choose one available Base colour.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-config-card\"\u003e\n      \u003ch4\u003e2. Select a top\u003c\/h4\u003e\n      \u003cp\u003e\n        The Top is the separate 75 × 75 cm upper table surface. Select the desired aluminium, HI-Core or high-pressure laminate top option.\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 Base and one selected Top. The Base is the lower aluminium support structure with counterweight; the Top is the separate 75 × 75 cm tabletop. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower powder-coated aluminium support structure. Select one available Base option.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/dark-green-aluminium.png?v=1787218460\" alt=\"Dark green aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDark green aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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 table surface. The exact selected option determines its finish or material.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/Sand_multi_colour_HI-Core.jpg?v=1787218129\" alt=\"Sand multi colour HI-Core\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand multi colour HI-Core\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — HI-Core 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\/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\u003eGo Café Table Base\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e73 cm \/ 28.8 inches\u003c\/td\u003e\n          \u003ctd\u003e11.32 kg \/ 25 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDrop\/Go Table Top 75 × 75 cm\u003c\/td\u003e\n          \u003ctd\u003e75 cm \/ 29.6 inches\u003c\/td\u003e\n          \u003ctd\u003e75 cm \/ 29.6 inches\u003c\/td\u003e\n          \u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n          \u003ctd\u003e5.7 kg \/ 12.56622 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 11, measuring 93 × 93 × 93 cm, is listed as the compatible protective cover for this table. It is an optional accessory and is sold separately.\n  \u003c\/p\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 one Base option and one Top option. The Base is the lower aluminium structure with counterweight, while the Top is the separate 75 × 75 cm table surface. The selected Top option determines whether the tabletop is aluminium, HI-Core or high-pressure laminate. Cover 11 is sold separately.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Lava grey aluminium \/ Lava grey aluminium","offer_id":62432694960515,"sku":null,"price":1165.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand aluminium","offer_id":62432694993283,"sku":null,"price":1165.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand multi colour HI-Core","offer_id":62432694894979,"sku":null,"price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Dark grey structure High pressure laminate","offer_id":62432694927747,"sku":null,"price":1410.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Lava grey aluminium","offer_id":62432695157123,"sku":null,"price":1165.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand aluminium","offer_id":62432695189891,"sku":null,"price":1165.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand multi colour HI-Core","offer_id":62432695091587,"sku":null,"price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Dark grey structure High pressure laminate","offer_id":62432695124355,"sku":null,"price":1410.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Lava grey aluminium","offer_id":62432694567299,"sku":null,"price":1165.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Sand aluminium","offer_id":62432694600067,"sku":null,"price":1165.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Sand multi colour HI-Core","offer_id":62432694501763,"sku":null,"price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Dark grey structure High pressure laminate","offer_id":62432694534531,"sku":null,"price":1410.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Lava grey aluminium","offer_id":62432694763907,"sku":null,"price":1165.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Sand aluminium","offer_id":62432694796675,"sku":null,"price":1165.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Sand multi colour HI-Core","offer_id":62432694698371,"sku":null,"price":1320.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Dark grey structure High pressure laminate","offer_id":62432694731139,"sku":null,"price":1410.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Go_cafe_table_top_Hi_Core_7577_900x_77f0994a-eeff-43e7-b0b3-1f1a683a8f54.webp?v=1787312602"},{"product_id":"cane-line-go-cafe-table-72-x-72-cm","title":"Cane-line Go Café Table 72 x 72 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 Go Café Table 72 × 72 cm is a slim and elegant outdoor table designed by Cane-line Design. Its square format makes it suitable for outdoor dining, café-style seating, balconies, terraces and lounge areas, while its minimalist profile allows it to pair easily with a wide range of chairs.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Go is a flexible table system that lets you combine a selected Base with a separate Top. The base is made from powder-coated, all-weather aluminium and includes a counterweight to maximise stability and strength. This version pairs the Go base with a 72 × 72 cm teak tabletop.\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 powder-coated aluminium support structure with a counterweight. The Top is the separate 72 × 72 cm teak table 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\u003eSquare outdoor table\u003c\/h4\u003e\n      \u003cp\u003e\n        A 72 × 72 cm table format that can be used for outdoor dining or as a lower side table in a lounge area.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eTeak tabletop\u003c\/h4\u003e\n      \u003cp\u003e\n        The supplied Top option is Teak, forming the separate upper table surface.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003ePowder-coated aluminium base\u003c\/h4\u003e\n      \u003cp\u003e\n        The selected base is made from powder-coated, all-weather aluminium for outdoor use.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eCounterweight stability\u003c\/h4\u003e\n      \u003cp\u003e\n        The lower base includes a counterweight, designed to maximise the stability and strength of the table.\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 a base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower aluminium support structure with counterweight. It provides the table height and 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 72 × 72 cm teak tabletop. The supplied Shopify Top option for this product is Teak.\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 aluminium base and one selected teak top. The Base is the lower supporting structure; the Top is the separate upper tabletop. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower powder-coated aluminium support structure with a counterweight. Select one available Base colour.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/dark-green-aluminium.png?v=1787218460\" alt=\"Dark green aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDark green aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — 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 upper table surface. The Shopify Top option for this configuration is Teak.\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_upscayl_8x_ultrasharp.png?v=1785933179\" alt=\"Teak\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eTeak\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop material — teak 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\u003eGo Café Table Base\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e73 cm \/ 28.8 inches\u003c\/td\u003e\n          \u003ctd\u003e11.32 kg \/ 25 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDrop\/Go Table Top 72 × 72 cm\u003c\/td\u003e\n          \u003ctd\u003e72 cm \/ 28.4 inches\u003c\/td\u003e\n          \u003ctd\u003e72 cm \/ 28.4 inches\u003c\/td\u003e\n          \u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n          \u003ctd\u003e6.5 kg \/ 14.4 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 11, measuring 93 × 93 × 93 cm, is the compatible cover listed for this table. It is an optional accessory and is sold separately.\n  \u003c\/p\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 one Base colour and the Teak Top. The Base is the lower aluminium support structure with a counterweight, while the Top is the separate 72 × 72 cm teak tabletop. Cover 11 is sold separately.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Teak \/ Lava grey aluminium","offer_id":62432723698051,"sku":null,"price":1305.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Sand aluminium","offer_id":62432723829123,"sku":null,"price":1305.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Dark green aluminium","offer_id":62432723960195,"sku":null,"price":1305.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desert red aluminium","offer_id":62432724091267,"sku":null,"price":1305.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/5042AL_P064T_11430ALDU_4713_900x_976ca630-a537-48d9-987f-0c0bc15bef0b.webp?v=1787312820"},{"product_id":"cane-line-go-cafe-table-dia-80-cm","title":"Cane-line Go Café Table Dia 80 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 Go Café Table Ø80 cm is a slim and elegant outdoor café table designed by Cane-line Design. Its generous round tabletop provides a practical surface for outdoor dining, while the minimalist profile allows it to pair easily with a wide range of chairs on a terrace, balcony, garden or hospitality setting.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Go is a flexible table system that allows you to select a separate Base and Top. The base is made from powder-coated, all-weather aluminium and includes a counterweight to maximise stability and strength. Select a base finish, then choose the separate Ø80 cm tabletop in aluminium, teak or HI-Core, according to the available Shopify options.\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 aluminium support structure with a counterweight. The Top is the separate Ø80 cm upper table surface. Select one option from each group 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 café-table format\u003c\/h4\u003e\n      \u003cp\u003e\n        A Ø80 cm outdoor table surface for café-style dining, terraces, balconies, gardens and outdoor seating areas.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eFlexible base and top system\u003c\/h4\u003e\n      \u003cp\u003e\n        The lower base and upper tabletop are selected separately, allowing you to mix colours, finishes and tabletop materials.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eAll-weather aluminium base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Go base is made from powder-coated, all-weather aluminium and is fitted with a counterweight for stability and strength.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eMultiple tabletop materials\u003c\/h4\u003e\n      \u003cp\u003e\n        The available Top options include aluminium finishes, Teak geometric and Sand multi colour HI-Core. The selected option determines the tabletop material or finish.\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 a base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower powder-coated aluminium support structure. It includes the counterweight base, provides the table height and is not the tabletop.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-config-card\"\u003e\n      \u003ch4\u003e2. Select a top\u003c\/h4\u003e\n      \u003cp\u003e\n        The Top is the separate Ø80 cm upper table surface. Choose an aluminium finish, Teak geometric or Sand multi colour HI-Core from the Shopify Top options.\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 Base and one selected Top. The Base is the lower aluminium support structure with counterweight; the Top is the separate Ø80 cm tabletop. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower powder-coated aluminium support structure with a counterweight. Select one available Base finish.\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-green-aluminium.png?v=1787218460\" alt=\"Dark green aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDark green aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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 Ø80 cm upper table surface. The exact selected option determines its material or finish.\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-green-aluminium.png?v=1787218460\" alt=\"Dark green aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDark green aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/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\/Sand_multi_colour_HI-Core.jpg?v=1787218129\" alt=\"Sand multi colour HI-Core\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand multi colour HI-Core\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — HI-Core 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\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\u003eGo Café Table Base\u003c\/td\u003e\n          \u003ctd\u003e73 cm \/ 28.8 inches\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e11.32 kg \/ 25 lbs\u003c\/td\u003e\n          \u003ctd\u003ePowder-coated aluminium support structure with counterweight base\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDrop\/Go Table Top Ø80 cm\u003c\/td\u003e\n          \u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n          \u003ctd\u003e80 cm \/ 31.5 inches\u003c\/td\u003e\n          \u003ctd\u003e5.9 kg \/ 13.1 lbs\u003c\/td\u003e\n          \u003ctd\u003eSeparate upper tabletop; 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        \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 11, measuring 93 × 93 × 93 cm, is listed as the compatible protective cover for this café table. It is an optional accessory and is sold separately.\n  \u003c\/p\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 one Base option and one Top option. The Base is the lower aluminium structure with counterweight, while the Top is the separate Ø80 cm table surface. The selected Top option determines whether the tabletop is aluminium, teak or HI-Core. Cover 11 is sold separately.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Dark green aluminium \/ Dark green aluminium","offer_id":62432736477571,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Desert red aluminium","offer_id":62432736510339,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Lava grey aluminium","offer_id":62432736543107,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Sand aluminium","offer_id":62432736575875,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Teak geometric","offer_id":62432734511491,"sku":null,"price":1350.0,"currency_code":"GBP","in_stock":true},{"title":"Dark green aluminium \/ Sand multi colour HI-Core","offer_id":62432736608643,"sku":null,"price":1425.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Dark green aluminium","offer_id":62432736641411,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Desert red aluminium","offer_id":62432736674179,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Lava grey aluminium","offer_id":62432736706947,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Sand aluminium","offer_id":62432736739715,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Teak geometric","offer_id":62432734544259,"sku":null,"price":1350.0,"currency_code":"GBP","in_stock":true},{"title":"Desert red aluminium \/ Sand multi colour HI-Core","offer_id":62432736772483,"sku":null,"price":1425.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Dark green aluminium","offer_id":62432736805251,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Desert red aluminium","offer_id":62432736838019,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Lava grey aluminium","offer_id":62432736870787,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand aluminium","offer_id":62432736903555,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Teak geometric","offer_id":62432734445955,"sku":null,"price":1350.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand multi colour HI-Core","offer_id":62432736936323,"sku":null,"price":1425.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Dark green aluminium","offer_id":62432736969091,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Desert red aluminium","offer_id":62432737001859,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Lava grey aluminium","offer_id":62432737034627,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand aluminium","offer_id":62432737067395,"sku":null,"price":1200.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Teak geometric","offer_id":62432734478723,"sku":null,"price":1350.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand multi colour HI-Core","offer_id":62432737100163,"sku":null,"price":1425.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Al_Dente_chair_with_cushion_-_Go_cafe_table_dark_green_-_Illusion_Glow_7434_900x_3839b1e6-8812-4bc5-96ce-a06ccea85258.webp?v=1787316439"},{"product_id":"cane-line-go-bar-table-dia-45-cm","title":"Cane-line Go Bar Table Dia 45 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 Go Bar Table Ø45 cm brings a slim, elegant and understated design to outdoor bar areas, balconies, terraces and hospitality settings. Its compact round table surface makes it ideal where a bar-height table is required, while its minimalist form allows it to coordinate easily with a wide range of chairs.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Go is configured from a separate Base and Top, allowing you to mix colours and styles. The powder-coated, all-weather aluminium base incorporates a counterweight to maximise stability and strength. Select one Base colour and one separate Ø45 cm Top finish to complete the table.\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 aluminium support structure with a counterweight. The Top is the separate Ø45 cm upper bar-table 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\u003eCompact bar-table format\u003c\/h4\u003e\n      \u003cp\u003e\n        A Ø45 cm bar-height table surface designed for outdoor bar areas, terraces, balconies and compact hospitality spaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eModern and timeless design\u003c\/h4\u003e\n      \u003cp\u003e\n        The Go Bar Table uses a minimal, understated design that can be combined with a wide variety of outdoor chairs.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003ePowder-coated aluminium structure\u003c\/h4\u003e\n      \u003cp\u003e\n        The base is made from powder-coated, all-weather aluminium and includes a counterweight to maximise stability and strength.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eLow-maintenance tabletop options\u003c\/h4\u003e\n      \u003cp\u003e\n        The supplied product information describes the tabletop surface as high lightfastness, scratch-resistant, long-lasting and requiring 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 a base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower aluminium support structure with counterweight. It provides the 102 cm bar-table height and is not the tabletop.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-config-card\"\u003e\n      \u003ch4\u003e2. Select a top\u003c\/h4\u003e\n      \u003cp\u003e\n        The Top is the separate Ø45 cm upper table surface. Select one available semi-gloss aluminium Top option.\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 Base and one selected Top. The Base is the lower aluminium support structure with counterweight; the Top is the separate Ø45 cm tabletop. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower powder-coated aluminium support structure with a counterweight. Select one available Base colour.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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 Ø45 cm upper table surface. The available Top options are semi-gloss aluminium finishes.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — semi-gloss aluminium 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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — semi-gloss aluminium 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\/Olive_green_aluminium.jpg?v=1787220160\" alt=\"Olive green semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eOlive green semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — semi-gloss aluminium 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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — semi-gloss aluminium 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-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\"\u003eTop finish — semi-gloss aluminium 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\/Burgundy_aluminium.jpg?v=1787220191\" alt=\"Burgundy semi glossy aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eBurgundy semi glossy aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — semi-gloss aluminium 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\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\u003eGo Bar Table Base\u003c\/td\u003e\n          \u003ctd\u003e102 cm \/ 40.2 inches\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e11.78 kg \/ 26 lbs\u003c\/td\u003e\n          \u003ctd\u003ePowder-coated aluminium support structure with counterweight base\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDrop\/Go Table Top Ø45 cm\u003c\/td\u003e\n          \u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n          \u003ctd\u003e45 cm \/ 17.8 inches\u003c\/td\u003e\n          \u003ctd\u003e1.78 kg \/ 4 lbs\u003c\/td\u003e\n          \u003ctd\u003eSeparate upper tabletop; semi-gloss aluminium finish depends on selected Top option\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 one Base colour and one Top finish. The Base is the lower aluminium support structure with a counterweight, while the Top is the separate Ø45 cm upper bar-table surface. Please confirm the selected Base and Top option names before ordering.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Lava grey aluminium \/ Lava grey semi glossy aluminium","offer_id":62432794050947,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand semi glossy aluminium","offer_id":62432794083715,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Olive green semi glossy aluminium","offer_id":62432793985411,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Taupe semi glossy aluminium","offer_id":62432794116483,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Desert red semi glossy aluminium","offer_id":62432794018179,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Burgundy semi glossy aluminium","offer_id":62432794149251,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Lava grey semi glossy aluminium","offer_id":62432794247555,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand semi glossy aluminium","offer_id":62432794280323,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Olive green semi glossy aluminium","offer_id":62432794182019,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Taupe semi glossy aluminium","offer_id":62432794313091,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Desert red semi glossy aluminium","offer_id":62432794214787,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Burgundy semi glossy aluminium","offer_id":62432794345859,"sku":null,"price":1335.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/5045AL_P45GAL_4670_900x_880030a1-9ddb-4a49-9bda-66d8811031f4.webp?v=1787314839"},{"product_id":"cane-line-go-bar-table-dia-80-cm","title":"Cane-line Go Bar Table Dia 80 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 Go Bar Table Ø80 cm is a refined outdoor bar table with a slim, understated profile and a generous round table surface. Its clean design makes it suitable for outdoor bar areas, terraces, balconies, garden entertaining and hospitality settings, where it can be paired with a wide range of bar chairs.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The Go table is configured from a separate Base and Top, allowing you to mix colours and tabletop materials. The lower structure is made from powder-coated, all-weather aluminium and includes a counterweight base to maximise stability and strength. Select one Base finish and one separate Ø80 cm Top to complete the table.\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 powder-coated aluminium support structure with counterweight. The Top is the separate Ø80 cm upper bar-table 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\u003eGenerous bar-table surface\u003c\/h4\u003e\n      \u003cp\u003e\n        A Ø80 cm round tabletop designed for outdoor bar-height dining, drinks and social seating.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eModern and timeless design\u003c\/h4\u003e\n      \u003cp\u003e\n        The minimalist and understated Go design pairs easily with a broad range of outdoor chairs and bar chairs.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eAll-weather aluminium base\u003c\/h4\u003e\n      \u003cp\u003e\n        The base is made from powder-coated, all-weather aluminium and includes a counterweight to maximise stability and strength.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eDurable tabletop selection\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 a base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower aluminium support structure with counterweight. It provides the 102 cm bar-table height and is not the tabletop.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-config-card\"\u003e\n      \u003ch4\u003e2. Select a top\u003c\/h4\u003e\n      \u003cp\u003e\n        The Top is the separate Ø80 cm upper table surface. The selected Top option determines whether the tabletop is aluminium, teak or HI-Core.\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 Base and one selected Top. The Base is the lower aluminium support structure with counterweight; the Top is the separate Ø80 cm tabletop. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower powder-coated aluminium support structure with counterweight. Select one available Base finish.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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 Ø80 cm upper bar-table surface. The exact selected option determines its material or finish.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/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\/Sand_multi_colour_HI-Core.jpg?v=1787218129\" alt=\"Sand multi colour HI-Core\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand multi colour HI-Core\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — HI-Core 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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/dark-green-aluminium.png?v=1787218460\" alt=\"Dark green aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDark green aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\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\u003eGo Bar Table Base\u003c\/td\u003e\n          \u003ctd\u003e102 cm \/ 40.2 inches\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e11.78 kg \/ 26 lbs\u003c\/td\u003e\n          \u003ctd\u003ePowder-coated aluminium support structure with counterweight base\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDrop\/Go Table Top Ø80 cm\u003c\/td\u003e\n          \u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n          \u003ctd\u003e80 cm \/ 31.5 inches\u003c\/td\u003e\n          \u003ctd\u003e5.9 kg \/ 13.1 lbs\u003c\/td\u003e\n          \u003ctd\u003eSeparate upper tabletop; material depends on selected Top option\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 one Base option and one Top option. The Base is the lower aluminium support structure with counterweight, while the Top is the separate Ø80 cm bar-table surface. The selected Top option determines whether the tabletop is aluminium, teak or HI-Core. Please confirm the selected options before ordering.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Lava grey aluminium \/ Lava grey aluminium","offer_id":62432838975875,"sku":null,"price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand aluminium","offer_id":62432839008643,"sku":null,"price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Desert red aluminium","offer_id":62432839106947,"sku":null,"price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Dark green aluminium","offer_id":62432839139715,"sku":null,"price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Teak geometric","offer_id":62432839041411,"sku":null,"price":1620.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand multi colour HI-Core","offer_id":62432839074179,"sku":null,"price":1695.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Lava grey aluminium","offer_id":62432839172483,"sku":null,"price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand aluminium","offer_id":62432839205251,"sku":null,"price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Desert red aluminium","offer_id":62432839303555,"sku":null,"price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Dark green aluminium","offer_id":62432839336323,"sku":null,"price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Teak geometric","offer_id":62432839238019,"sku":null,"price":1620.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand multi colour HI-Core","offer_id":62432839270787,"sku":null,"price":1695.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Go_bar_table_Choice_bar_4706_900x_975bbaa9-bfd7-457a-9a44-420650b8e92e.webp?v=1787315424"},{"product_id":"cane-line-go-bar-table-dia-60-cm","title":"Cane-line Go Bar Table Dia 60 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 Go Bar Table Ø60 cm combines a slim, understated profile with a practical bar-height table surface for outdoor spaces. Its modern and timeless design makes it suitable for terraces, balconies, garden entertaining and hospitality environments, where it can be paired easily with a wide variety of bar chairs.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Go is configured from a separate Base and Top, allowing you to mix colours, finishes and tabletop materials. The lower structure is made from powder-coated, all-weather aluminium and incorporates a counterweight base to maximise stability and strength. Select one Base option and one separate Ø60 cm Top option to complete the table.\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 aluminium support structure with a counterweight. The Top is the separate Ø60 cm upper bar-table 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\u003eRound bar-table format\u003c\/h4\u003e\n      \u003cp\u003e\n        A Ø60 cm table surface designed for bar-height outdoor dining, drinks and social seating.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eModern and timeless design\u003c\/h4\u003e\n      \u003cp\u003e\n        The minimal and understated Go design can be paired with a wide range of outdoor bar chairs.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eAll-weather aluminium base\u003c\/h4\u003e\n      \u003cp\u003e\n        The lower structure is made from powder-coated, all-weather aluminium with a counterweight base for stability and strength.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eDurable surface qualities\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 a base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower aluminium support structure with counterweight. It provides the 102 cm bar-table height and is not the tabletop.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-config-card\"\u003e\n      \u003ch4\u003e2. Select a top\u003c\/h4\u003e\n      \u003cp\u003e\n        The Top is the separate Ø60 cm upper table surface. The exact selected Top option determines whether the tabletop is aluminium or teak.\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 Base and one selected Top. The Base is the lower aluminium support structure with counterweight; the Top is the separate Ø60 cm tabletop. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower powder-coated aluminium support structure with a counterweight. Select one available Base colour.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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 Ø60 cm upper bar-table surface. The selected option determines the tabletop material or finish.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/desert-red-aluminium.png?v=1787218519\" alt=\"Desert red aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDesert red aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/dark-green-aluminium.png?v=1787218460\" alt=\"Dark green aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eDark green aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/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  \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\u003eGo Bar Table Base\u003c\/td\u003e\n          \u003ctd\u003e102 cm \/ 40.2 inches\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e11.78 kg \/ 26 lbs\u003c\/td\u003e\n          \u003ctd\u003ePowder-coated aluminium support structure with counterweight base\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDrop\/Go Table Top Ø60 cm\u003c\/td\u003e\n          \u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n          \u003ctd\u003e60 cm \/ 23.7 inches\u003c\/td\u003e\n          \u003ctd\u003e4.57 kg \/ 10.1 lbs\u003c\/td\u003e\n          \u003ctd\u003eSeparate upper tabletop; 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        \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  \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 one Base colour and one Top option. The Base is the lower aluminium support structure with a counterweight, while the Top is the separate Ø60 cm bar-table surface. The selected Top option determines whether the tabletop is aluminium or teak. Please confirm the selected options before ordering.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Lava grey aluminium \/ Lava grey aluminium","offer_id":62432853033347,"sku":null,"price":1395.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand aluminium","offer_id":62432853066115,"sku":null,"price":1395.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Desert red aluminium","offer_id":62432853098883,"sku":null,"price":1395.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Dark green aluminium","offer_id":62432853131651,"sku":null,"price":1395.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Teak geometric","offer_id":62432853164419,"sku":null,"price":1470.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Lava grey aluminium","offer_id":62432853229955,"sku":null,"price":1395.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand aluminium","offer_id":62432853262723,"sku":null,"price":1395.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Desert red aluminium","offer_id":62432853295491,"sku":null,"price":1395.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Dark green aluminium","offer_id":62432853328259,"sku":null,"price":1395.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Teak geometric","offer_id":62432853361027,"sku":null,"price":1470.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/5045AW_P061AW_5465LW_5703TAL_4709_900x_47dc017b-8d19-4499-a0f7-9a1eae2f90f9.webp?v=1787315639"},{"product_id":"cane-line-go-bar-table-72-x-72-cm","title":"Cane-line Go Bar Table 72 x 72 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 Go Bar Table 72 × 72 cm combines a clean, minimalist silhouette with a generously proportioned square teak tabletop. Designed for outdoor bar-height seating, it suits terraces, balconies, garden entertaining areas and hospitality environments, and can be paired with a wide range of bar chairs.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Go is configured from a separate Base and Top, allowing you to select the aluminium base finish independently from the tabletop. The lower structure is made from powder-coated, all-weather aluminium and incorporates a counterweight base to maximise stability and strength. This configuration uses a separate 72 × 72 cm teak tabletop.\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 powder-coated aluminium support structure with counterweight. The Top is the separate 72 × 72 cm teak upper table 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\u003eSquare bar-table format\u003c\/h4\u003e\n      \u003cp\u003e\n        A 72 × 72 cm bar-height table surface suited to outdoor dining, drinks and social seating.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eTeak tabletop\u003c\/h4\u003e\n      \u003cp\u003e\n        The supplied Top option is Teak, creating a separate upper teak table surface.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eCertified teak\u003c\/h4\u003e\n      \u003cp\u003e\n        The supplied product information identifies the Teak tabletop as certified teak.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eStable aluminium base\u003c\/h4\u003e\n      \u003cp\u003e\n        The base is made from powder-coated, all-weather aluminium and includes a counterweight to maximise stability and strength.\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 a base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower aluminium support structure with counterweight. It provides the 102 cm bar-table height and 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 72 × 72 cm upper table surface. The supplied Shopify Top option for this product is Teak.\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 aluminium Base and one selected Teak Top. The Base is the lower support structure with counterweight; the Top is the separate 72 × 72 cm teak tabletop. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower powder-coated aluminium support structure with a counterweight. Select one available Base colour.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — 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 upper table surface. The Shopify Top option for this configuration is Teak.\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_upscayl_8x_ultrasharp.png?v=1785933179\" alt=\"Teak\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eTeak\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop material — certified teak 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\u003eGo Bar Table Base\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e102 cm \/ 40.2 inches\u003c\/td\u003e\n          \u003ctd\u003e11.78 kg \/ 26 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDrop\/Go Table Top 72 × 72 cm\u003c\/td\u003e\n          \u003ctd\u003e72 cm \/ 28.4 inches\u003c\/td\u003e\n          \u003ctd\u003e72 cm \/ 28.4 inches\u003c\/td\u003e\n          \u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n          \u003ctd\u003e6.5 kg \/ 14.4 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      \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 one Base colour and the Teak Top. The Base is the lower powder-coated aluminium support structure with counterweight, while the Top is the separate 72 × 72 cm certified teak tabletop. Please confirm the selected option names before ordering.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Teak \/ Lava grey aluminium","offer_id":62432860275075,"sku":null,"price":1575.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Sand aluminium","offer_id":62432860438915,"sku":null,"price":1575.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/5042AL_P72X72RT_Go_cafe_teak_4712_900x_054d2fa5-efb2-42a1-8842-fd19289921af.webp?v=1787315855"},{"product_id":"cane-line-go-bar-table-75-x-75-cm","title":"Cane-line Go Bar Table 75 x 75 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 Go Bar Table 75 × 75 cm is an elegant outdoor bar table with a clean, understated design and a generously proportioned square table surface. It is suited to terraces, balconies, garden entertaining areas and hospitality settings where a durable bar-height table is required.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Go is designed as a flexible table system, allowing you to select a separate Base and Top. The lower structure is made from powder-coated, all-weather aluminium and includes a counterweight base to maximise stability and strength. Select one Base colour and one separate 75 × 75 cm Top option to complete the 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 aluminium support structure with a counterweight. The Top is the separate 75 × 75 cm upper bar-table 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\u003eSquare bar-table format\u003c\/h4\u003e\n      \u003cp\u003e\n        A 75 × 75 cm bar-height table surface for outdoor dining, drinks and social seating.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eModern and timeless design\u003c\/h4\u003e\n      \u003cp\u003e\n        The minimalist Go design pairs easily with a wide variety of outdoor bar chairs.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eAll-weather aluminium base\u003c\/h4\u003e\n      \u003cp\u003e\n        The lower structure is made from powder-coated, all-weather aluminium and incorporates a counterweight to maximise stability and strength.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eMultiple tabletop materials\u003c\/h4\u003e\n      \u003cp\u003e\n        Select an aluminium tabletop, Sand multi colour HI-Core or Dark grey structure High pressure laminate according to the exact Shopify Top option.\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 a base\u003c\/h4\u003e\n      \u003cp\u003e\n        The Base is the lower aluminium support structure with counterweight. It provides the 102 cm bar-table height and is not the tabletop.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-config-card\"\u003e\n      \u003ch4\u003e2. Select a top\u003c\/h4\u003e\n      \u003cp\u003e\n        The Top is the separate 75 × 75 cm upper table surface. The exact selected option determines the material or finish of the tabletop.\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 Base and one selected Top. The Base is the lower aluminium support structure with counterweight; the Top is the separate 75 × 75 cm tabletop. Measurements and weight displayed do not include any selected add-on.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eBase options\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Base is the lower powder-coated aluminium support structure with a counterweight. Select one available Base finish.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eBase colour — aluminium support structure\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 75 × 75 cm upper bar-table surface. The exact selected option determines the tabletop material or finish.\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\/Lava_grey_aluminium.jpg?v=1787218201\" alt=\"Lava grey aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eLava grey aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/sand-aluminium_1__upscayl_8x_ultrasharp.png?v=1785933178\" alt=\"Sand aluminium\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — aluminium 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\/Sand_multi_colour_HI-Core.jpg?v=1787218129\" alt=\"Sand multi colour HI-Core\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand multi colour HI-Core\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003eTop finish — HI-Core 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\/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\u003eGo Bar Table Base\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003eNot specified\u003c\/td\u003e\n          \u003ctd\u003e102 cm \/ 40.2 inches\u003c\/td\u003e\n          \u003ctd\u003e11.78 kg \/ 26 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eDrop\/Go Table Top 75 × 75 cm\u003c\/td\u003e\n          \u003ctd\u003e75 cm \/ 29.6 inches\u003c\/td\u003e\n          \u003ctd\u003e75 cm \/ 29.6 inches\u003c\/td\u003e\n          \u003ctd\u003e2 cm \/ 0.8 inches\u003c\/td\u003e\n          \u003ctd\u003e5.7 kg \/ 12.56622 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 one Base option and one Top option. The Base is the lower aluminium structure with counterweight, while the Top is the separate 75 × 75 cm bar-table surface. The selected Top option determines whether the tabletop is aluminium, HI-Core or high-pressure laminate. Please confirm the selected options before ordering.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Lava grey aluminium \/ Lava grey aluminium","offer_id":62432871186819,"sku":null,"price":1435.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand aluminium","offer_id":62432871219587,"sku":null,"price":1435.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Sand multi colour HI-Core","offer_id":62432871252355,"sku":null,"price":1590.0,"currency_code":"GBP","in_stock":true},{"title":"Lava grey aluminium \/ Dark grey structure High pressure laminate","offer_id":62432871285123,"sku":null,"price":1680.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Lava grey aluminium","offer_id":62432871350659,"sku":null,"price":1435.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand aluminium","offer_id":62432871383427,"sku":null,"price":1435.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Sand multi colour HI-Core","offer_id":62432871416195,"sku":null,"price":1590.0,"currency_code":"GBP","in_stock":true},{"title":"Sand aluminium \/ Dark grey structure High pressure laminate","offer_id":62432871448963,"sku":null,"price":1680.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/5045AL_P75X75AL_4680_900x_25d429ac-fdbb-417e-b0f6-1d4daf851d9f.webp?v=1787316168"}],"url":"https:\/\/themodernfurniturecompany.com\/collections\/cane-line-go-collection.oembed","provider":"The Modern Furniture Company","version":"1.0","type":"link"}