{"title":"Cane-line Rest Collection","description":null,"products":[{"product_id":"cane-line-rest-sunbeds","title":"Cane-line Rest Sunbeds","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: 820px;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n\n  .cl-spec-table th,\n  .cl-spec-table td {\n    padding: 13px 15px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid #e8e8e8;\n  }\n\n  .cl-spec-table th {\n    background: #f3f3f1;\n    color: #333;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .cl-spec-table tbody tr:nth-child(even) {\n    background: #fbfbfb;\n  }\n\n  .cl-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .cl-note-box {\n    margin: 22px 0 0;\n    padding: 16px 18px;\n    background: var(--cl-note-bg);\n    border: 1px solid #d8e2dc;\n    border-radius: 8px;\n    color: #435249;\n  }\n\n  .cl-note-box p {\n    margin: 0;\n  }\n\n  @media (max-width: 640px) {\n    .cl-config-grid,\n    .cl-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .cl-product-description h3 {\n      font-size: 21px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .cl-swatch-grid {\n      gap: 10px;\n    }\n\n    .cl-swatch-card {\n      width: 110px;\n      flex-basis: 110px;\n    }\n\n    .cl-swatch-card img,\n    .cl-swatch-no-image {\n      width: 110px;\n      height: 110px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"cl-product-description\"\u003e\n\u003cp\u003eThe Cane-line Rest Sunbed is a classic, elegant outdoor lounger designed for long, comfortable days in the sun. Available as a single or double sunbed, Rest combines a natural large flat peel Weave frame with an adjustable backrest, integrated wheels and the option to add a Taupe Natté cushion.\u003c\/p\u003e\n\u003cp\u003eThe backrest adjusts through four positions, so you can lie flat or sit up as preferred. Two small wheels make the sunbed easier to move around a terrace, garden or poolside area, while the optional cushion uses Cane-line QuickDry \u0026amp; Airflow for faster drying after rainfall.\u003c\/p\u003e\n\u003cdiv class=\"cl-intro-box\"\u003e\n\u003cstrong\u003eConfiguration overview:\u003c\/strong\u003e Select one Rest size—Single or Double—then select the \u003cstrong\u003eFrame\u003c\/strong\u003e and \u003cstrong\u003eCushion\u003c\/strong\u003e options. The Frame is the complete woven sunbed structure. The Cushion is a separate optional padded accessory. Selecting \u003cstrong\u003eNone\u003c\/strong\u003e means the selected sunbed is supplied frame-only, without a cushion.\u003c\/div\u003e\n\u003ch3\u003eKey features\u003c\/h3\u003e\n\u003cdiv class=\"cl-feature-grid\"\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eSingle or double relaxation\u003c\/h4\u003e\n\u003cp\u003eChoose the single sunbed for one person or the double sunbed for a shared space for relaxation and outdoor lounging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eFour backrest positions\u003c\/h4\u003e\n\u003cp\u003eAdjust the backrest into four positions, allowing you to lie flat or sit up comfortably.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eEasy to move\u003c\/h4\u003e\n\u003cp\u003eTwo small wheels make it easier to move the Rest sunbed across a terrace, patio or garden area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-feature-card\"\u003e\n\u003ch4\u003eQuickDry cushion option\u003c\/h4\u003e\n\u003cp\u003eThe optional Taupe Natté cushion uses Cane-line QuickDry \u0026amp; Airflow, designed to dry faster than traditional cushions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eHow to configure\u003c\/h3\u003e\n\u003cdiv class=\"cl-config-grid\"\u003e\n\u003cdiv class=\"cl-config-card\"\u003e\n\u003ch4\u003e1. Select the size and frame\u003c\/h4\u003e\n\u003cp\u003eChoose the Single or Double Rest sunbed. The Frame is the complete natural large flat peel Weave sunbed structure with an adjustable backrest and wheels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-config-card\"\u003e\n\u003ch4\u003e2. Select the cushion\u003c\/h4\u003e\n\u003cp\u003eChoose None for a frame-only sunbed, or select Taupe Natté to add the separate cushion for the selected Single or Double sunbed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cl-note-box\"\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you receive:\u003c\/strong\u003e one selected Rest Sunbed Frame in the selected size, plus the selected Cushion option. If \u003cstrong\u003eNone\u003c\/strong\u003e is selected, no cushion is included. If \u003cstrong\u003eTaupe Natté\u003c\/strong\u003e is selected, the corresponding Single or Double cushion is included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003eFrame option\u003c\/h3\u003e\n\u003cp\u003eThe Frame is the complete woven Rest Sunbed structure. This option applies to both the Single and Double versions.\u003c\/p\u003e\n\u003cdiv class=\"cl-swatch-grid\"\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/natural-large-flat-peel-weave_upscayl_8x_ultrasharp.png?v=1786429569\" alt=\"Natural large flat peel Weave\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eNatural large flat peel Weave\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eFrame finish — woven sunbed structure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCushion options\u003c\/h3\u003e\n\u003cp\u003eSelect \u003cstrong\u003eNone\u003c\/strong\u003e for the frame-only sunbed, or choose \u003cstrong\u003eTaupe Natté\u003c\/strong\u003e for the optional padded cushion in the selected sunbed size.\u003c\/p\u003e\n\u003cdiv class=\"cl-swatch-grid\"\u003e\n\u003cdiv class=\"cl-swatch-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/taupe-natte_upscayl_5x_upscayl-standard-4x.png?v=1786427073\" alt=\"Taupe Natté\"\u003e \u003cspan class=\"cl-swatch-name\"\u003eTaupe Natté\u003c\/span\u003e \u003cspan class=\"cl-swatch-detail\"\u003eCushion finish — optional sunbed cushion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eSize comparison\u003c\/h3\u003e\n\u003cdiv class=\"cl-table-wrap\"\u003e\n\u003ctable class=\"cl-spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eComponent\u003c\/th\u003e\n\u003cth\u003eWidth\u003c\/th\u003e\n\u003cth\u003eDepth\u003c\/th\u003e\n\u003cth\u003eHeight\u003c\/th\u003e\n\u003cth\u003eSeat height\u003c\/th\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003cth\u003eCompatible cover\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eRest Sunbed, Single\u003c\/td\u003e\n\u003ctd\u003e82 cm \/ 32.3 inches\u003c\/td\u003e\n\u003ctd\u003e197 cm \/ 77.6 inches\u003c\/td\u003e\n\u003ctd\u003e82 cm \/ 32.3 inches\u003c\/td\u003e\n\u003ctd\u003e34 cm \/ 13.4 inches\u003c\/td\u003e\n\u003ctd\u003e16.9 kg \/ 37.3 lbs\u003c\/td\u003e\n\u003ctd\u003eCover 1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRest Sunbed Cushion, Single\u003c\/td\u003e\n\u003ctd\u003e68 cm \/ 26.8 inches\u003c\/td\u003e\n\u003ctd\u003e197 cm \/ 77.6 inches\u003c\/td\u003e\n\u003ctd\u003e5 cm \/ 2 inches\u003c\/td\u003e\n\u003ctd\u003eNot applicable\u003c\/td\u003e\n\u003ctd\u003e2.8 kg \/ 6.2 lbs\u003c\/td\u003e\n\u003ctd\u003eFor Single version\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRest Sunbed, Double\u003c\/td\u003e\n\u003ctd\u003e121 cm \/ 47.7 inches\u003c\/td\u003e\n\u003ctd\u003e197 cm \/ 77.6 inches\u003c\/td\u003e\n\u003ctd\u003e82 cm \/ 32.3 inches\u003c\/td\u003e\n\u003ctd\u003e34 cm \/ 13.4 inches\u003c\/td\u003e\n\u003ctd\u003e27.4 kg \/ 60.5 lbs\u003c\/td\u003e\n\u003ctd\u003eCover 3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRest Sunbed Cushion, Double\u003c\/td\u003e\n\u003ctd\u003e121 cm \/ 47.7 inches\u003c\/td\u003e\n\u003ctd\u003e197 cm \/ 77.6 inches\u003c\/td\u003e\n\u003ctd\u003e5 cm \/ 2 inches\u003c\/td\u003e\n\u003ctd\u003eNot applicable\u003c\/td\u003e\n\u003ctd\u003e2 kg \/ 4.4092 lbs\u003c\/td\u003e\n\u003ctd\u003eFor Double version\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStackable\u003c\/td\u003e\n\u003ctd colspan=\"6\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuickDry\u003c\/td\u003e\n\u003ctd colspan=\"6\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3\u003eCompatible covers\u003c\/h3\u003e\n\u003cp\u003eCover 1 is the compatible cover for the Rest Single Sunbed and measures 218 × 85 × 35 cm. Cover 3 is the compatible cover for the Rest Double Sunbed and measures 215 × 145 × 100 cm. Covers are optional accessories and are sold separately.\u003c\/p\u003e\n\u003cdiv class=\"cl-intro-box\"\u003eMeasurements and weight displayed do not include any selected add-on. Cover 1 and Cover 3 are optional accessories and are sold separately.\u003c\/div\u003e\n\u003ch3\u003eOrdering guide\u003c\/h3\u003e\n\u003cdiv class=\"cl-note-box\"\u003e\n\u003cp\u003eSelect the required sunbed size first: Single or Double. The Frame option is Natural large flat peel Weave. Then select None for a frame-only sunbed or Taupe Natté to include the corresponding cushion. Select Cover 1 for the Single version or Cover 3 for the Double version, if required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Single \/ Natural large flat peel Weave \/ None","offer_id":62458741719427,"sku":null,"price":1650.0,"currency_code":"GBP","in_stock":true},{"title":"Single \/ Natural large flat peel Weave \/ Taupe Natté","offer_id":62458741752195,"sku":null,"price":4140.0,"currency_code":"GBP","in_stock":true},{"title":"Double \/ Natural large flat peel Weave \/ None","offer_id":62458743914883,"sku":null,"price":2475.0,"currency_code":"GBP","in_stock":true},{"title":"Double \/ Natural large flat peel Weave \/ Taupe Natté","offer_id":62458743947651,"sku":null,"price":5970.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Rest_sunbed_4_3314_900x_06f9fd62-63b0-4998-8df4-70d156dccaa9.webp?v=1787734507"},{"product_id":"cane-line-rest-tex-sunbeds","title":"Cane-line Rest Tex Sunbeds","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-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-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-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .cl-product-description h3 {\n      font-size: 21px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cl-product-description\"\u003e\n  \u003cp\u003e\n    The Cane-line Rest Sunbed Tex is a classic and elegant outdoor lounger for relaxed days in the sun. Available in Single and Double sizes, the Tex version offers a practical, cushion-free sunbed construction with an adjustable backrest and wheels for easy repositioning around the terrace, patio, garden or poolside area.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Rest Sunbed Tex is designed to support both quiet solo relaxation and shared outdoor lounging. The backrest adjusts through four positions, allowing you to lie flat or sit up as preferred. Two small wheels help you move the sunbed when the layout of your outdoor space changes.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cl-intro-box\"\u003e\n    \u003cstrong\u003eSize guide:\u003c\/strong\u003e Choose the Single Rest Sunbed Tex for one person, or choose the Double Rest Sunbed Tex for a wider shared sunbed. These Tex versions are listed as complete sunbeds; no separate cushion option has been supplied for this product request.\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\u003eSingle or double format\u003c\/h4\u003e\n      \u003cp\u003e\n        Select the Single size for one person or the Double size for two-person relaxation and shared outdoor lounging.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eFour adjustable positions\u003c\/h4\u003e\n      \u003cp\u003e\n        The adjustable backrest can be set in four positions so you can lie flat or sit up comfortably.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eEasy to reposition\u003c\/h4\u003e\n      \u003cp\u003e\n        Two small wheels make the Rest Sunbed Tex easier to move around the terrace, garden or poolside area.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cl-feature-card\"\u003e\n      \u003ch4\u003eQuickDry listed\u003c\/h4\u003e\n      \u003cp\u003e\n        The Rest Sunbed Tex is listed with QuickDry status and is designed for outdoor use with minimal maintenance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eDesign \u0026amp; functionality\u003c\/h3\u003e\n\n  \u003cp\u003e\n    The Rest Sunbed Tex has a classic, elegant expression designed to complement outdoor relaxation areas. Its weather-resistant Cane-line materials are intended for outdoor use and minimal maintenance, while the adjustable form helps the sunbed adapt to reading, reclining and lying flat in the sun.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"cl-note-box\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eWhat is included:\u003c\/strong\u003e one complete Rest Sunbed Tex in the selected size. The supplied specifications do not include a separate cushion component for the Tex Single or Tex Double versions.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eSize comparison\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\u003eSeat height\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\u003eRest Sunbed Tex, Single\u003c\/td\u003e\n          \u003ctd\u003e82 cm \/ 32.3 inches\u003c\/td\u003e\n          \u003ctd\u003e197 cm \/ 77.6 inches\u003c\/td\u003e\n          \u003ctd\u003e82 cm \/ 32.3 inches\u003c\/td\u003e\n          \u003ctd\u003e34 cm \/ 13.4 inches\u003c\/td\u003e\n          \u003ctd\u003e12 kg \/ 26.5 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRest Sunbed Tex, Double\u003c\/td\u003e\n          \u003ctd\u003e121 cm \/ 47.7 inches\u003c\/td\u003e\n          \u003ctd\u003e197 cm \/ 77.6 inches\u003c\/td\u003e\n          \u003ctd\u003e82 cm \/ 32.3 inches\u003c\/td\u003e\n          \u003ctd\u003e34 cm \/ 13.4 inches\u003c\/td\u003e\n          \u003ctd\u003e24 kg \/ 53 lbs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStackable\u003c\/td\u003e\n          \u003ctd colspan=\"5\"\u003eNo\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuickDry\u003c\/td\u003e\n          \u003ctd colspan=\"5\"\u003eYes\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\u003eSelection guide\u003c\/h3\u003e\n\n  \u003cdiv class=\"cl-note-box\"\u003e\n    \u003cp\u003e\n      Choose the Rest Sunbed Tex Single for an individual lounge setting, or select the Rest Sunbed Tex Double for a wider shared relaxation space. Both versions include four adjustable backrest positions, two wheels and QuickDry status.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cane-line","offers":[{"title":"Single \/ Grey","offer_id":62458775142787,"sku":null,"price":1950.0,"currency_code":"GBP","in_stock":true},{"title":"Double \/ Grey","offer_id":62458775208323,"sku":null,"price":3150.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/8510TXG_8310TXG_5775AS_3306_900x_d9ba2f8d-3f1b-465b-85c0-a26af8c7b955.webp?v=1787735867"}],"url":"https:\/\/themodernfurniturecompany.com\/collections\/cane-line-rest-collection.oembed","provider":"The Modern Furniture Company","version":"1.0","type":"link"}