{"title":"Cane-line Club Collection","description":null,"products":[{"product_id":"cane-line-club-trays","title":"Cane-line Club Trays","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: #65776b;\n    --cl-note-bg: #f0f5f2;\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: 9px;\n  }\n\n  .cl-intro-box {\n    margin: 0 0 20px;\n    padding: 15px 17px;\n    background: var(--cl-bg-soft);\n    border: 1px solid #e8e8e3;\n    border-radius: 8px;\n    color: var(--cl-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\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-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-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: 14px;\n    margin: 16px 0 24px;\n  }\n\n  .cl-swatch-card {\n    width: 155px;\n    flex: 0 0 155px;\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 7px rgba(0, 0, 0, 0.07);\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 6px 13px rgba(0, 0, 0, 0.12);\n  }\n\n  .cl-swatch-card img {\n    display: block;\n    width: 155px;\n    height: 155px;\n    object-fit: cover;\n    background: #f4f4f4;\n  }\n\n  .cl-swatch-name {\n    display: block;\n    min-height: 35px;\n    padding: 9px 8px 3px;\n    color: var(--cl-text);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .cl-swatch-detail {\n    display: block;\n    min-height: 34px;\n    padding: 0 8px 10px;\n    color: #777;\n    font-size: 10px;\n    line-height: 1.35;\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: 860px;\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  .cl-product-links {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .cl-product-link {\n    display: inline-block;\n    padding: 9px 13px;\n    color: #ffffff !important;\n    background: #596b70;\n    border-radius: 5px;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.3;\n    text-decoration: none;\n    transition: background 0.2s ease;\n  }\n\n  .cl-product-link:hover {\n    background: #3f5257;\n  }\n\n  @media (max-width: 640px) {\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-card {\n      width: 140px;\n      flex-basis: 140px;\n    }\n\n    .cl-swatch-card img {\n      width: 140px;\n      height: 140px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cl-product-description\"\u003e\n  \u003cp\u003e\n    The Cane-line Club Tray collection combines Scandinavian simplicity with practical serving functionality. Designed by Cane-line Design, the collection includes round and rectangular trays in a selection of sizes, making it easy to create a coordinated serving and styling solution for indoor or outdoor spaces.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Club trays feature clean lines, softly rounded corners and integrated handles for comfortable carrying. Use them for serving drinks and snacks, arranging decorative accessories, organising kitchen essentials or creating a stable surface on a pouf. Select aluminium for a modern, durable expression or teak for a warm, natural appearance where available.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cl-intro-box\"\u003e\n    \u003cstrong\u003eCollection overview:\u003c\/strong\u003e Choose from a 44 cm round aluminium tray, 24 × 35 cm Small rectangular tray, 35 × 48 cm Medium rectangular tray or 24 × 85 cm Large rectangular tray. All Club trays are 5 cm high.\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\u003eFlexible serving and styling\u003c\/h4\u003e\n      \u003cp\u003e\n        Suitable for drinks, snacks, kitchen essentials, decorative objects and everyday organisation throughout the home or outdoor area.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eRounded edges and handles\u003c\/h4\u003e\n      \u003cp\u003e\n        The trays have rounded detailing and practical handles to support comfortable, balanced carrying.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eIndoor and outdoor versatility\u003c\/h4\u003e\n      \u003cp\u003e\n        Aluminium Club trays are designed for use indoors and outdoors, including terraces, balconies and garden lounges.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eTwo material expressions\u003c\/h4\u003e\n      \u003cp\u003e\n        Choose aluminium for a clean contemporary look or teak for a warmer, organic surface on the available Small and Medium rectangular formats.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eAvailable materials \u0026amp; colours\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Aluminium Club trays are available in Desert red, Lava grey and Sand. Selected rectangular trays are also available in 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\/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\"\u003eAluminium tray finish\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\"\u003eAluminium tray finish\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\"\u003eAluminium tray finish\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_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\"\u003eAvailable for Small and Medium rectangular trays\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eDimensions \u0026amp; 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\u003eModel\u003c\/th\u003e\n          \u003cth\u003eMaterial options\u003c\/th\u003e\n          \u003cth\u003eWidth\u003c\/th\u003e\n          \u003cth\u003eDepth\u003c\/th\u003e\n          \u003cth\u003eDiameter\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\u003eClub Tray, Round\u003c\/td\u003e\n          \u003ctd\u003eAluminium\u003c\/td\u003e\n          \u003ctd\u003e—\u003c\/td\u003e\n          \u003ctd\u003e—\u003c\/td\u003e\n          \u003ctd\u003e44 cm \/ 17.4 inches\u003c\/td\u003e\n          \u003ctd\u003e5 cm \/ 2 inches\u003c\/td\u003e\n          \u003ctd\u003e1.4 kg \/ 3.1 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eClub Tray, Rectangular Small\u003c\/td\u003e\n          \u003ctd\u003eAluminium or Teak\u003c\/td\u003e\n          \u003ctd\u003e24 cm \/ 9.5 inches\u003c\/td\u003e\n          \u003ctd\u003e35 cm \/ 13.8 inches\u003c\/td\u003e\n          \u003ctd\u003e—\u003c\/td\u003e\n          \u003ctd\u003e5 cm \/ 2 inches\u003c\/td\u003e\n          \u003ctd\u003e0.9 kg \/ 2 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eClub Tray, Rectangular Medium\u003c\/td\u003e\n          \u003ctd\u003eAluminium or Teak\u003c\/td\u003e\n          \u003ctd\u003e35 cm \/ 13.8 inches\u003c\/td\u003e\n          \u003ctd\u003e48 cm \/ 18.9 inches\u003c\/td\u003e\n          \u003ctd\u003e—\u003c\/td\u003e\n          \u003ctd\u003e5 cm \/ 2 inches\u003c\/td\u003e\n          \u003ctd\u003e1.5 kg \/ 3.4 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eClub Tray, Rectangular Large\u003c\/td\u003e\n          \u003ctd\u003eAluminium\u003c\/td\u003e\n          \u003ctd\u003e24 cm \/ 9.5 inches\u003c\/td\u003e\n          \u003ctd\u003e85 cm \/ 33.5 inches\u003c\/td\u003e\n          \u003ctd\u003e—\u003c\/td\u003e\n          \u003ctd\u003e5 cm \/ 2 inches\u003c\/td\u003e\n          \u003ctd\u003e1.8 kg \/ 4 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\u003eChoosing the right Club Tray\u003c\/h3\u003e\n\n  \u003cdiv class=\"cl-feature-grid\"\u003e\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eRound 44 cm\u003c\/h4\u003e\n      \u003cp\u003e\n        A decorative, versatile option for serving snacks and drinks or for placing on a pouf to create a compact side-table surface.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eRectangular Small\u003c\/h4\u003e\n      \u003cp\u003e\n        The compact 24 × 35 cm format suits treats, spices, oils, small accessories and coffee-table styling.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eRectangular Medium\u003c\/h4\u003e\n      \u003cp\u003e\n        The 35 × 48 cm format offers more room for drinks, refreshments and decorative arrangements when hosting.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eRectangular Large\u003c\/h4\u003e\n      \u003cp\u003e\n        The long 24 × 85 cm aluminium tray provides an extended, low serving surface for table settings and larger presentations.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eTeak care\u003c\/h3\u003e\n\n  \u003cdiv class=\"cl-note-box\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eTeak maintenance:\u003c\/strong\u003e Teak is a natural material. To help retain its original golden-brown colour, use suitable teak-care products regularly. Without treatment, teak will naturally develop a silver-grey patina over time.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Small \/ Desert red aluminium","offer_id":62495109054851,"sku":null,"price":75.0,"currency_code":"GBP","in_stock":true},{"title":"Small \/ Sand aluminium","offer_id":62495109087619,"sku":null,"price":75.0,"currency_code":"GBP","in_stock":true},{"title":"Small \/ Lava grey aluminium","offer_id":62495115018627,"sku":null,"price":75.0,"currency_code":"GBP","in_stock":true},{"title":"Small \/ Teak","offer_id":62495109022083,"sku":null,"price":90.0,"currency_code":"GBP","in_stock":true},{"title":"Medium \/ Desert red aluminium","offer_id":62495115051395,"sku":null,"price":105.0,"currency_code":"GBP","in_stock":true},{"title":"Medium \/ Sand aluminium","offer_id":62495115084163,"sku":null,"price":105.0,"currency_code":"GBP","in_stock":true},{"title":"Medium \/ Lava grey aluminium","offer_id":62495115116931,"sku":null,"price":105.0,"currency_code":"GBP","in_stock":true},{"title":"Medium \/ Teak","offer_id":62495115149699,"sku":null,"price":130.0,"currency_code":"GBP","in_stock":true},{"title":"Large \/ Desert red aluminium","offer_id":62495115182467,"sku":null,"price":135.0,"currency_code":"GBP","in_stock":true},{"title":"Large \/ Sand aluminium","offer_id":62495115215235,"sku":null,"price":135.0,"currency_code":"GBP","in_stock":true},{"title":"Large \/ Lava grey aluminium","offer_id":62495115248003,"sku":null,"price":135.0,"currency_code":"GBP","in_stock":true},{"title":"Round \/ Desert red aluminium","offer_id":62495115313539,"sku":null,"price":120.0,"currency_code":"GBP","in_stock":true},{"title":"Round \/ Sand aluminium","offer_id":62495115346307,"sku":null,"price":120.0,"currency_code":"GBP","in_stock":true},{"title":"Round \/ Lava grey aluminium","offer_id":62495115379075,"sku":null,"price":120.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Club_tray_6563_900x_1d4137ad-f71c-4904-9afc-a114bf7bbe54.webp?v=1788183097"},{"product_id":"cane-line-club-storage-boxes","title":"Cane-line Club Storage Boxes","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: #65776b;\n    --cl-note-bg: #f0f5f2;\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-intro-box {\n    margin: 0 0 20px;\n    padding: 15px 17px;\n    background: var(--cl-bg-soft);\n    border: 1px solid #e8e8e3;\n    border-radius: 8px;\n    color: var(--cl-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\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-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-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: 14px;\n    margin: 16px 0 24px;\n  }\n\n  .cl-swatch-card {\n    width: 165px;\n    flex: 0 0 165px;\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 7px rgba(0, 0, 0, 0.07);\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 6px 13px rgba(0, 0, 0, 0.12);\n  }\n\n  .cl-swatch-card img {\n    display: block;\n    width: 165px;\n    height: 165px;\n    object-fit: cover;\n    background: #f4f4f4;\n  }\n\n  .cl-swatch-name {\n    display: block;\n    min-height: 34px;\n    padding: 9px 8px 3px;\n    color: var(--cl-text);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .cl-swatch-detail {\n    display: block;\n    min-height: 37px;\n    padding: 0 8px 10px;\n    color: #777777;\n    font-size: 10px;\n    line-height: 1.35;\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: 860px;\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: #333333;\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  .cl-product-links {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .cl-product-link {\n    display: inline-block;\n    padding: 9px 13px;\n    border-radius: 5px;\n    background: #596b70;\n    color: #ffffff !important;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.3;\n    text-decoration: none;\n    transition: background 0.2s ease;\n  }\n\n  .cl-product-link:hover {\n    background: #3f5257;\n  }\n\n  @media (max-width: 640px) {\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-card {\n      width: 140px;\n      flex-basis: 140px;\n    }\n\n    .cl-swatch-card img {\n      width: 140px;\n      height: 140px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cl-product-description\"\u003e\n  \u003cp\u003e\n    The Cane-line Club Storage Box collection provides a refined way to organise, display and personalise indoor and outdoor spaces. Designed by Cane-line Design, the collection combines clean Scandinavian lines with useful storage functionality, making each box suitable for lounge areas, dining spaces, terraces, balconies, shelving and benches.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The collection includes compact Small and Medium boxes in certified teak as well as the long Sticks Storage Box, available in certified teak or Sand aluminium. Use the boxes to store magazines, textiles, garden essentials, small accessories and decorative objects, or use the long format to create a linear planted display within a Sticks lounge arrangement.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cl-intro-box\"\u003e\n    \u003cstrong\u003eCollection overview:\u003c\/strong\u003e Choose the Small Club Storage Box for compact organisation, the Medium Club Storage Box for larger everyday items, or the long Sticks Storage Box for a Sticks coffee table or platform-module configuration.\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\u003eVersatile storage and styling\u003c\/h4\u003e\n      \u003cp\u003e\n        Store magazines, cushions, textiles, garden accessories and smaller everyday items, or use the boxes to create a considered decorative display.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eIndoor and outdoor placement\u003c\/h4\u003e\n      \u003cp\u003e\n        The understated design makes Club Storage Boxes suitable for indoor rooms as well as terraces, balconies, dining areas and outdoor lounge spaces.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eNatural teak expression\u003c\/h4\u003e\n      \u003cp\u003e\n        The Small and Medium boxes are crafted in certified teak, giving the collection a warm, tactile surface and timeless material character.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eCompatible with Sticks\u003c\/h4\u003e\n      \u003cp\u003e\n        The long Sticks Storage Box is designed to complement the Sticks Coffee Table and Sticks Platform Module, adding practical organisation or a green decorative feature.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eAvailable finishes\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Select the finish according to the product size and the desired look in your setting. Teak is available throughout the collection, while Sand aluminium is available for the long Sticks Storage Box.\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 finish\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eTeak\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003e\n        Available for Small, Medium and Sticks Storage Box\n      \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 finish\"\u003e\n      \u003cspan class=\"cl-swatch-name\"\u003eSand aluminium\u003c\/span\u003e\n      \u003cspan class=\"cl-swatch-detail\"\u003e\n        Available for the Sticks Storage Box\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eFinish availability by model\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\u003eModel\u003c\/th\u003e\n          \u003cth\u003eTeak\u003c\/th\u003e\n          \u003cth\u003eSand aluminium\u003c\/th\u003e\n          \u003cth\u003eRecommended use\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eClub Storage Box, Small\u003c\/td\u003e\n          \u003ctd\u003eAvailable\u003c\/td\u003e\n          \u003ctd\u003eNot available\u003c\/td\u003e\n          \u003ctd\u003eCompact organisation for tables, shelving and benches\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eClub Storage Box, Medium\u003c\/td\u003e\n          \u003ctd\u003eAvailable\u003c\/td\u003e\n          \u003ctd\u003eNot available\u003c\/td\u003e\n          \u003ctd\u003eMagazines, textiles, garden essentials and decorative storage\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSticks Storage Box\u003c\/td\u003e\n          \u003ctd\u003eAvailable\u003c\/td\u003e\n          \u003ctd\u003eAvailable\u003c\/td\u003e\n          \u003ctd\u003eSticks lounge layouts, long-form organisation, décor or planter-style display\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eDimensions \u0026amp; 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\u003eModel\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          \u003cth\u003eAvailable finish \/ finishes\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eClub Storage Box, Small\u003c\/td\u003e\n          \u003ctd\u003e24 cm \/ 9.5 inches\u003c\/td\u003e\n          \u003ctd\u003e35 cm \/ 13.8 inches\u003c\/td\u003e\n          \u003ctd\u003e16 cm \/ 6.3 inches\u003c\/td\u003e\n          \u003ctd\u003e1.65 kg \/ 3.7 lbs\u003c\/td\u003e\n          \u003ctd\u003eTeak\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eClub Storage Box, Medium\u003c\/td\u003e\n          \u003ctd\u003e35 cm \/ 13.8 inches\u003c\/td\u003e\n          \u003ctd\u003e48 cm \/ 18.9 inches\u003c\/td\u003e\n          \u003ctd\u003e16 cm \/ 6.3 inches\u003c\/td\u003e\n          \u003ctd\u003e3.1 kg \/ 6.9 lbs\u003c\/td\u003e\n          \u003ctd\u003eTeak\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSticks Storage Box\u003c\/td\u003e\n          \u003ctd\u003e84 cm \/ 33.1 inches\u003c\/td\u003e\n          \u003ctd\u003e20 cm \/ 7.9 inches\u003c\/td\u003e\n          \u003ctd\u003e10 cm \/ 4 inches\u003c\/td\u003e\n          \u003ctd\u003e3.4 kg \/ 7.5 lbs\u003c\/td\u003e\n          \u003ctd\u003eTeak or Sand aluminium\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\u003eChoosing the right storage box\u003c\/h3\u003e\n\n  \u003cdiv class=\"cl-feature-grid\"\u003e\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eSmall Club Storage Box\u003c\/h4\u003e\n      \u003cp\u003e\n        The 24 × 35 cm Small box is suited to compact surfaces, including side tables, shelves and benches. Use it for small accessories, candles, tableware or decorative styling.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eMedium Club Storage Box\u003c\/h4\u003e\n      \u003cp\u003e\n        The 35 × 48 cm Medium box offers added storage capacity for magazines, folded textiles, cushions or outdoor accessories in a lounge or dining setting.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eSticks Storage Box\u003c\/h4\u003e\n      \u003cp\u003e\n        The long 84 cm Sticks Storage Box works as a functional organiser or as a linear display for plants and decorative pieces alongside Sticks furniture.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eTeak or Sand aluminium\u003c\/h4\u003e\n      \u003cp\u003e\n        Choose Teak for warmth and natural texture. Select Sand aluminium for a simpler, more contemporary expression in a Sticks outdoor configuration.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eTeak care \u0026amp; maintenance\u003c\/h3\u003e\n\n  \u003cdiv class=\"cl-note-box\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eNatural teak ageing:\u003c\/strong\u003e Certified teak is weather-resistant, but untreated teak will gradually develop a silver-grey patina when used outdoors. To help retain the original golden-brown colour, use appropriate premium teak-care products on a regular basis.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Small \/ Teak","offer_id":62495309037955,"sku":null,"price":150.0,"currency_code":"GBP","in_stock":true},{"title":"Medium \/ Teak","offer_id":62495309169027,"sku":null,"price":210.0,"currency_code":"GBP","in_stock":true},{"title":"Large \/ Teak","offer_id":62495321948547,"sku":null,"price":225.0,"currency_code":"GBP","in_stock":true},{"title":"Large \/ Sand aluminium","offer_id":62495321981315,"sku":null,"price":180.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Club_storage_boxes_7476_900x_a8949949-2b02-4b09-9079-45f0fe75a701.webp?v=1788183535"}],"url":"https:\/\/themodernfurniturecompany.com\/collections\/cane-line-club-collection.oembed","provider":"The Modern Furniture Company","version":"1.0","type":"link"}