{"product_id":"manutti-alune-lounge-chair","title":"Manutti Alune Lounge Chair","description":"\u003cstyle\u003e\n  .scrollable-table-wrapper {\n    overflow-x: auto;\n    width: 100%;\n    border-radius: 12px;\n  }\n  .styled-table {\n    min-width: 800px;\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 0 10px rgba(0,0,0,0.05);\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  }\n  .styled-table thead {\n    background-color: #f4f4f4;\n    font-weight: 600;\n  }\n  .styled-table th, .styled-table td {\n    padding: 14px 16px;\n    border-bottom: 1px solid #e0e0e0;\n    text-align: left;\n    font-size: 14px;\n    white-space: nowrap;\n  }\n  .styled-table tbody tr:nth-child(even) { background-color: #fafafa; }\n  .styled-table tbody tr:hover { background-color: #f1f1f1; }\n\n  .upholstery-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin: 20px 0;\n  }\n  .upholstery-category {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 8px;\n    border-left: 4px solid #007bff;\n  }\n  .upholstery-category h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; }\n  .upholstery-category p { margin: 0; font-size: 14px; color: #666; }\n\n  .frame-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 20px;\n    margin: 20px 0;\n  }\n  .frame-category {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 8px;\n    border-left: 4px solid #28a745;\n  }\n  .frame-category h4 { margin: 0 0 10px 0; color: #333; font-size: 16px; }\n  .frame-category p { margin: 0; font-size: 14px; color: #666; }\n\n  .fabric-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\n    gap: 12px;\n    margin: 20px 0;\n  }\n  .fabric-sample {\n    background: #fff;\n    border: 2px solid #e0e0e0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 6px rgba(0,0,0,0.1);\n    transition: transform 0.3s ease;\n    text-align: center;\n    position: relative;\n  }\n  .fabric-sample:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n  }\n  .fabric-sample img {\n    width: 100%;\n    display: block;\n  }\n  .fabric-sample .fabric-name {\n    display: block;\n    padding: 6px 4px 2px 4px;\n    font-size: 11px;\n    line-height: 1.2;\n    color: #333;\n    font-weight: 600;\n  }\n  .fabric-sample .fabric-badge {\n    display: block;\n    padding: 2px 4px 6px 4px;\n    font-size: 9px;\n    line-height: 1.2;\n    color: #666;\n    font-weight: 500;\n  }\n  .fabric-sample .fabric-badge .fr-text {\n    color: #ff0000;\n    font-weight: 600;\n  }\n  .fabric-sample.best-choice {\n    max-width: 220px;\n    margin: 0 auto;\n    border-color: #ffa500;\n    border-width: 3px;\n  }\n  .fabric-sample.best-choice img {\n    width: 100%;\n    max-width: 220px;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n  .fabric-sample.recommended {\n    border-color: #ff6b35;\n    border-width: 3px;\n  }\n\n  \/* Frame Finish Preview Grid *\/\n  .weave-preview-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 20px;\n    margin: 20px auto;\n    max-width: 500px;\n  }\n  .weave-preview-box {\n    background: #fff;\n    border: 2px solid #ccc;\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.07);\n  }\n  .weave-preview-box img {\n    width: 100%;\n    display: block;\n  }\n  .weave-preview-box .caption {\n    background: #f8f8f8;\n    padding: 8px 0 6px 0;\n    font-size: 13px;\n    color: #555;\n    border-top: 1.5px solid #eee;\n    text-align: center;\n    font-weight: 500;\n  }\n\n  \/* Dimensions Container *\/\n  .dimensions-image-wrapper {\n    overflow-x: auto;\n    width: 100%;\n    margin: 20px 0;\n    padding: 10px 0;\n  }\n  .dimensions-image-container {\n    display: flex;\n    gap: 20px;\n    min-width: max-content;\n    padding: 0 10px;\n  }\n  .dimension-image-box {\n    flex: 0 0 auto;\n    width: 450px;\n    background: #fff;\n    border: 2px solid #ccc;\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.07);\n  }\n  .dimension-image-box img {\n    width: 100%;\n    display: block;\n  }\n  .dimension-image-box .caption {\n    background: #f8f8f8;\n    padding: 8px 0 6px 0;\n    font-size: 13px;\n    color: #555;\n    border-top: 1.5px solid #eee;\n    text-align: center;\n    font-weight: 500;\n  }\n\n  .other-sizes-block {\n    margin: 24px auto 0 auto;\n    max-width: 900px;\n    border: 1px solid #e0e0e0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 0 10px rgba(0,0,0,0.05);\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  }\n  .other-sizes-header {\n    background: #f4f4f4;\n    padding: 20px 24px;\n    font-weight: 600;\n    font-size: 20px;\n    color: #333;\n  }\n  .other-sizes-links {\n    background: #fff;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    justify-content: center;\n    padding: 20px 24px;\n    border-bottom: 1px solid #e0e0e0;\n  }\n  .other-sizes-link {\n    background: #fff;\n    border: 2px solid #cbd5e1;\n    border-radius: 8px;\n    padding: 12px 24px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #333;\n    text-decoration: none;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    white-space: nowrap;\n  }\n  .other-sizes-link:hover {\n    background: #f1f1f1;\n    border-color: #999;\n    color: #000;\n    transform: translateY(-2px);\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n  }\n  .other-sizes-footer {\n    background: #f4f4f4;\n    padding: 15px 24px;\n    text-align: center;\n    font-size: 14px;\n    color: #666;\n    font-weight: 500;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n\u003cp\u003eThe \u003cstrong\u003eAlune Outdoor Lounge Chair\u003c\/strong\u003e by Manutti is a masterclass in understated contemporary outdoor design — a deeply relaxed, armless lounge chair built with a precision powder-coated aluminium frame in your choice of Lava or Flint PCA finish, combining a robust textylene seat frame with generously cushioned lounging comfort across a refined 83 × 88 cm footprint. Featuring an ultra-low 20 cm seat frame height complemented by a luxuriously deep 40 cm cushion stack, the Alune Lounge Chair envelops the sitter in a distinctly sunken, cocoon-like relaxation posture — perfect for villa terrace lounge areas, resort pool decks, boutique hotel outdoor spaces, and superyacht sundeck seating environments where a low-slung, architecturally calm contemporary aesthetic defines the space. Available in 58 premium cushion fabric options across Categories A, B, and C — including fire-retardant and Quick Ship variants — the Alune Lounge Chair combines exceptional build quality, MED certification capability, and refined minimalist design into one enduringly versatile outdoor lounge statement.\u003c\/p\u003e\n\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eArmless Low-Slung Lounge Design:\u003c\/strong\u003e The Alune's distinctive armless silhouette and ultra-low 20 cm seat frame height — topped with a generous 40 cm cushion — create an immersive sunken-lounge posture that sets it apart from conventional outdoor seating, delivering a hotel-pool and resort-terrace aesthetic of quietly confident contemporary luxury.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eChoice of Two PCA Frame Finishes:\u003c\/strong\u003e Available in Lava (a warm, deep volcanic dark tone) or Flint (a cool, composed grey-tone) — both precision powder-coated aluminium finishes offering exceptional UV resistance, corrosion protection, and colour stability in all outdoor environments including coastal and marine settings.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eTextylene Seat Frame:\u003c\/strong\u003e The integrated textylene base beneath the cushion provides a breathable, UV-stable, and structurally supportive seating surface — preventing cushion sag, maintaining airflow, and ensuring long-term comfort and resilience in all outdoor climates.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003e58 Premium Cushion Fabric Options:\u003c\/strong\u003e Choose from an extensive selection across Categories A, B, and C — including fire-retardant FR fabrics for commercial and marine environments, and the Quick Ship Salty White FR option for accelerated 2–3 week delivery — all featuring UV-resistant outdoor performance materials with removable, washable covers.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eVelcro Cushion Security:\u003c\/strong\u003e Discreet Velcro fastenings on all seat cushions prevent movement and maintain hotel-quality presentation throughout extended outdoor lounging sessions — in every fabric selection.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eAdjustable Leveling Feet:\u003c\/strong\u003e Precision adjustable feet ensure stable, level positioning on any outdoor surface type — stone, tile, decking, or composite — while protecting flooring from scratching.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eMED Certification on Demand:\u003c\/strong\u003e Marine Equipment Directive certification available upon request for superyacht sundeck and commercial marine installations meeting maritime safety standards.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eOptional Protective Cover:\u003c\/strong\u003e A tailored weather-resistant cover is available for the Alune Lounge Chair to shield the frame, textylene, and cushions from rain, UV, and seasonal debris during off-season storage periods.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 20px; margin-top: 24px;\"\u003eFrame Finish Options\u003c\/h3\u003e\n\u003cdiv class=\"weave-preview-grid\"\u003e\n  \u003cdiv class=\"weave-preview-box\"\u003e\n    \u003cimg alt=\"Manutti Alune Lounge Chair Lava Frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/AF10_lava.webp?v=1773383042\"\u003e\n    \u003cdiv class=\"caption\"\u003e\u003cem\u003eLava – PCA Frame Finish\u003c\/em\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"weave-preview-box\"\u003e\n    \u003cimg alt=\"Manutti Alune Lounge Chair Flint Frame\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/AF13_flint.webp?v=1770303783\"\u003e\n    \u003cdiv class=\"caption\"\u003e\u003cem\u003eFlint – PCA Frame Finish\u003c\/em\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003eCushion Fabric Options\u003c\/h3\u003e\n\u003cp style=\"font-size: 14px; color: #666; margin-bottom: 8px; text-align: center;\"\u003e\u003cstrong\u003eChoose from our extensive range of premium outdoor fabrics in Categories A, B, and C.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"font-size: 13px; color: #888; margin-bottom: 12px; text-align: center;\"\u003e\u003cem\u003eLead Time: 4–5 weeks for standard fabrics | 2–3 weeks for Quick Ship fabric | Chair can also be ordered without cushion\u003c\/em\u003e\u003c\/p\u003e\n\n\u003ch3 style=\"font-size: 20px; font-weight: 600; margin-bottom: 16px; margin-top: 28px;\"\u003eBest Choice Fabric\u003c\/h3\u003e\n\u003cdiv class=\"fabric-grid\"\u003e\n  \u003cdiv class=\"fabric-sample best-choice\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C145_salty_white_FR_3b4ad279.webp?v=1769585843\" alt=\"Salty White Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eSalty White Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e★ BEST CHOICE | ⚡ QUICK SHIP | \u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category B\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 20px; font-weight: 600; margin-bottom: 16px; margin-top: 28px;\"\u003eCategory A Fabrics\u003c\/h3\u003e\n\u003cdiv class=\"fabric-grid\"\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C208_Linen_Leaf_3b4ad279.webp?v=1769585842\" alt=\"Linen Leaf\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eLinen Leaf\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory A\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C209_Pebble_Fern_3b4ad279.webp?v=1769585842\" alt=\"Pebble Fern\"\u003e\n    \u003cspan class=\"fabric-name\"\u003ePebble Fern\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory A\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C211_Soft_Flax_3b4ad279.webp?v=1769585842\" alt=\"Soft Flax\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eSoft Flax\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory A\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 20px; font-weight: 600; margin-bottom: 16px; margin-top: 28px;\"\u003eCategory B Fabrics\u003c\/h3\u003e\n\u003cdiv class=\"fabric-grid\"\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C153_chalky_brown_3b4ad279.webp?v=1769585844\" alt=\"Chalky Brown\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eChalky Brown\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C027_lotus_smokey_3b4ad279.webp?v=1769585843\" alt=\"Lotus Smokey\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eLotus Smokey\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C028_lotus_sparrow_3b4ad279.webp?v=1769585843\" alt=\"Lotus Sparrow\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eLotus Sparrow\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C058_lotus_vanilla_3b4ad279.webp?v=1769585843\" alt=\"Lotus Vanilla\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eLotus Vanilla\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C059_linen_3b4ad279.webp?v=1769585843\" alt=\"Linen\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eLinen\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C075_havanna_3b4ad279.webp?v=1769585844\" alt=\"Havanna\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eHavanna\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C137_dolce_terra_3b4ad279.webp?v=1769585844\" alt=\"Dolce Terra\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eDolce Terra\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C138_emerald_FR_3b4ad279.webp?v=1769585842\" alt=\"Emerald Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eEmerald Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C140_nebbia_FR_3b4ad279.webp?v=1769585844\" alt=\"Nebbia Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eNebbia Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C175__tulum_3b4ad279.webp?v=1769585844\" alt=\"Tulum\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eTulum\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C199_desert_charm_3b4ad279.webp?v=1769585844\" alt=\"Desert Charm\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eDesert Charm\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C203_copper_clay_3b4ad279.webp?v=1769585844\" alt=\"Copper Clay\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eCopper Clay\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C204_ecru_3b4ad279.webp?v=1769585843\" alt=\"Ecru Elegance\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eEcru Elegance\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C210_Tundra_Clay_3b4ad279.webp?v=1769585844\" alt=\"Tundra Clay\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eTundra Clay\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory B\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 20px; font-weight: 600; margin-bottom: 16px; margin-top: 28px;\"\u003eCategory C Fabrics\u003c\/h3\u003e\n\u003cdiv class=\"fabric-grid\"\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C003_pearl_grey_FR_3b4ad279.webp?v=1769585843\" alt=\"Pearl Grey Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003ePearl Grey Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C004_sepia_FR_3b4ad279.webp?v=1769585842\" alt=\"Sepia Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eSepia Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/CF008_abyss_FR_3b4ad279.webp?v=1769585842\" alt=\"Abyss Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eAbyss Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C049_graphite_3b4ad279.webp?v=1769588127\" alt=\"Graphite\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eGraphite\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C057_dune_3b4ad279.webp?v=1769585843\" alt=\"Dune\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eDune\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C135_cottage_terra_3b4ad279.webp?v=1769585844\" alt=\"Cottage Terra\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eCottage Terra\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C136_cottage_indigo_3b4ad279.webp?v=1769585844\" alt=\"Cottage Indigo\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eCottage Indigo\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C148_tender_earth_3b4ad279.webp?v=1769585844\" alt=\"Tender Earth\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eTender Earth\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C149_Tender-Grey_3b4ad279.webp?v=1769585842\" alt=\"Tender Grey\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eTender Grey\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/CF134_Aruba_FR_3b4ad279.webp?v=1769585844\" alt=\"Aruba Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eAruba Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/CF155_chine_FR_3b4ad279.webp?v=1769585844\" alt=\"Chine Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eChine Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/CF157_Savane_FR_3b4ad279.webp?v=1769585844\" alt=\"Savane Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eSavane Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C162_soft_seal_3b4ad279.webp?v=1769585844\" alt=\"Soft Seal\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eSoft Seal\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C163_soft_fawn_3b4ad279.webp?v=1769585843\" alt=\"Soft Fawn\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eSoft Fawn\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/CF165_toscana_FR_3b4ad279.webp?v=1769585844\" alt=\"Toscana Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eToscana Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/CF166_kalahari_FR_3b4ad279.webp?v=1769585842\" alt=\"Kalahari Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eKalahari Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/CF167_mellow_mango_FR_3b4ad279.webp?v=1769585844\" alt=\"Mellow Mango Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eMellow Mango Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/CF169_moon_white_FR_3b4ad279.webp?v=1769585844\" alt=\"Moon White Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eMoon White Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/CF170_laguna_FR_3b4ad279.webp?v=1769585843\" alt=\"Laguna Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eLaguna Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C172_sultan_stone_3b4ad279.webp?v=1769585843\" alt=\"Sultan Stone\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eSultan Stone\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C173_Sultan_Dune_3b4ad279.webp?v=1769585842\" alt=\"Sultan Dune\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eSultan Dune\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C174_mink_ragdoll_3b4ad279.webp?v=1769585844\" alt=\"Mink Ragdoll\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eMink Ragdoll\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C176_soft_sage_3b4ad279.webp?v=1769585844\" alt=\"Soft Sage\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eSoft Sage\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C179_dark_grotto_3b4ad279.webp?v=1769585843\" alt=\"Dark Grotto\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eDark Grotto\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C180_chinchilla_grey_3b4ad279.webp?v=1769585842\" alt=\"Chinchilla Grey\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eChinchilla Grey\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C183_persian_blue_3b4ad279.webp?v=1769585843\" alt=\"Persian Blue\"\u003e\n    \u003cspan class=\"fabric-name\"\u003ePersian Blue\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C192_ginger_sand_3b4ad279.webp?v=1769585844\" alt=\"Ginger Sand\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eGinger Sand\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C193_copper_dust_3b4ad279.webp?v=1769585843\" alt=\"Copper Dust\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eCopper Dust\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C194_Tuscan_Terra_3b4ad279.webp?v=1769585843\" alt=\"Tuscan Terra\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eTuscan Terra\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C195_burgundy_truffle_FR_3b4ad279.webp?v=1769585843\" alt=\"Burgundy Truffle Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eBurgundy Truffle Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C196_almond_3b4ad279.webp?v=1769585842\" alt=\"Almond\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eAlmond\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C197_moonstone_3b4ad279.webp?v=1769585842\" alt=\"Moonstone\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eMoonstone\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C200_twisted_honey_3b4ad279.webp?v=1769585843\" alt=\"Twisted Honey\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eTwisted Honey\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C201_mintstone_3b4ad279.webp?v=1769585843\" alt=\"Mintstone\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eMintstone\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C206_Canyon_Clay_3b4ad279.webp?v=1769585844\" alt=\"Canyon Clay\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eCanyon Clay\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C207_Sage_Sand_3b4ad279.webp?v=1769585844\" alt=\"Sage Sand\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eSage Sand\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C213_Olive_Haze_3b4ad279.webp?v=1769585843\" alt=\"Olive Haze Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eOlive Haze Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C214_Terra_Calma_3b4ad279.webp?v=1769585844\" alt=\"Terra Calma Fr\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eTerra Calma Fr\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003e\u003cspan class=\"fr-text\"\u003eFire Retardant\u003c\/span\u003e | Category C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C217_Olive_Sand_3b4ad279.webp?v=1769585845\" alt=\"Olive Sand\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eOlive Sand\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"fabric-sample\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/C218_Olive_dust_3b4ad279.webp?v=1769585843\" alt=\"Olive Dust\"\u003e\n    \u003cspan class=\"fabric-name\"\u003eOlive Dust\u003c\/span\u003e\n    \u003cspan class=\"fabric-badge\"\u003eCategory C\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"font-size: 13px; color: #888; margin: 20px 0; text-align: center;\"\u003e\u003cem\u003eAll 58 fabric options from our complete collection are displayed above. The Alune Lounge Chair can also be ordered without cushions for a streamlined, minimalist aesthetic. Simply select your preference during checkout.\u003c\/em\u003e\u003c\/p\u003e\n\n\u003ch3\u003eMaterials \u0026amp; Comfort\u003c\/h3\u003e\n\u003cdiv class=\"upholstery-grid\"\u003e\n  \u003cdiv class=\"upholstery-category\"\u003e\n    \u003ch4\u003eLounge Chair Construction\u003c\/h4\u003e\n    \u003cp\u003e\u003cstrong\u003eArmless Low-Profile Design:\u003c\/strong\u003e 32.7\" width, 34.6\" depth, 28.3\" overall height with a notably low 7.9\" seat frame height and 15.7\" cushion height deliver an immersive sunken-lounge posture with a clean, uninterrupted contemporary silhouette ideal for resort, villa, and superyacht environments.\u003c\/p\u003e\n    \u003cp style=\"margin-top: 8px;\"\u003e\u003cem\u003eThe textylene seat frame provides a breathable, UV-stable structural base beneath the cushion — ensuring consistent support, airflow, and long-term resilience in all outdoor climates and environments.\u003c\/em\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"upholstery-category\"\u003e\n    \u003ch4\u003ePremium Frame \u0026amp; Fabric Performance\u003c\/h4\u003e\n    \u003cp\u003e\u003cstrong\u003ePowder-Coated Aluminium:\u003c\/strong\u003e Available in Lava or Flint PCA finish — both precision powder-coated for exceptional UV resistance, corrosion protection, and colour stability in all outdoor environments, including coastal and high-humidity settings.\u003c\/p\u003e\n    \u003cp style=\"margin-top: 8px;\"\u003e\u003cstrong\u003eAll-Weather Cushion Fabrics:\u003c\/strong\u003e All 58 fabric options feature UV-resistant outdoor performance materials with quick-dry foam and removable, machine-washable covers at 30°C. FR (fire-retardant) options available throughout Categories B and C for commercial and marine applications.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch3\u003eUsage \u0026amp; Care\u003c\/h3\u003e\n\u003cdiv class=\"frame-grid\"\u003e\n  \u003cdiv class=\"frame-category\"\u003e\n    \u003ch4\u003eVersatile Applications\u003c\/h4\u003e\n    \u003cp\u003e\u003cstrong\u003eResort \u0026amp; Residential Lounging:\u003c\/strong\u003e The Alune's armless, low-slung profile and generous 40 cm cushion depth make it ideal for villa terrace lounge areas, resort and hotel pool decks, boutique hospitality outdoor spaces, rooftop lounge environments, and superyacht sundeck seating installations requiring a distinguished, architecturally calm contemporary lounge statement.\u003c\/p\u003e\n    \u003cp style=\"margin-top: 8px;\"\u003e\u003cstrong\u003eAdjustable Stability:\u003c\/strong\u003e Precision adjustable feet provide reliable stability on stone, tile, wood decking, and composite outdoor surfaces — protecting floors from scratching and ensuring level positioning on all terrace types.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"frame-category\"\u003e\n    \u003ch4\u003eMaintenance \u0026amp; Protection\u003c\/h4\u003e\n    \u003cp\u003e\u003cstrong\u003eEasy Frame Care:\u003c\/strong\u003e Powder-coated aluminium in Lava or Flint finish requires minimal maintenance — occasional cleaning with mild soap and water maintains the frame's pristine appearance. The textylene seat base is similarly easy to clean and resistant to mould, UV, and moisture long-term.\u003c\/p\u003e\n    \u003cp style=\"margin-top: 8px;\"\u003e\u003cstrong\u003eCushion \u0026amp; Cover Care:\u003c\/strong\u003e All cushion covers are removable and machine-washable at 30°C. Velcro fastenings keep cushions neatly positioned at all times. Optional tailored protective cover available for full year-round protection of the frame, textylene, and cushions during off-season periods.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 16px; margin-top: 24px;\"\u003eWhy Choose Manutti\u003c\/h3\u003e\n\u003cp style=\"font-size: 14px; color: #666; background: #f9f9f9; padding: 12px 16px; border-radius: 8px; margin-top: 0; margin-bottom: 8px;\"\u003e\u003cstrong\u003eDesign Excellence:\u003c\/strong\u003e The Alune Lounge Chair exemplifies Manutti's commitment to precision Belgian craftsmanship, material innovation, and enduringly considered outdoor design. Its armless low-profile form in Lava or Flint powder-coated aluminium with textylene seat frame and 58-option cushion programme delivers a versatile, beautifully resolved lounge seating solution for the world's most demanding residential and commercial outdoor environments — from grand villa terraces and flagship resort pool decks to luxury superyacht sundecks requiring MED-certified outdoor furniture of the highest standard.\u003c\/p\u003e\n\n\u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 16px; margin-top: 24px;\"\u003eWarranty\u003c\/h3\u003e\n\u003cp style=\"font-size: 14px; color: #666; background: #f9f9f9; padding: 12px 16px; border-radius: 8px; margin-top: 0; margin-bottom: 8px;\"\u003eThe Alune Lounge Chair is covered by Manutti's comprehensive warranty, supporting long-term structural integrity of the powder-coated aluminium frame, textylene seat base, and cushion performance for demanding outdoor use. Optional protective cover available for year-round protection against outdoor elements.\u003c\/p\u003e\n\n\u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 20px; margin-top: 24px;\"\u003eDimensions \u0026amp; Specifications\u003c\/h3\u003e\n\u003cp style=\"font-size: 14px; color: #666; background: #f9f9f9; padding: 12px 16px; border-radius: 8px; margin-top: 0; margin-bottom: 16px;\"\u003eThe Alune Lounge Chair features a compact yet generous 32.7\" × 34.6\" footprint at 28.3\" overall height, with a distinctively low 7.9\" seat frame height complemented by a deep 15.7\" cushion stack — delivering a relaxed, sunken-lounge posture in a clean armless contemporary silhouette suited to villa terraces, resort pool decks, and superyacht outdoor lounging environments.\u003c\/p\u003e\n\n\u003cdiv class=\"scrollable-table-wrapper\"\u003e\n  \u003ctable class=\"styled-table\"\u003e\n    \u003cthead\u003e\n      \u003ctr\u003e\n        \u003cth\u003eDimension\u003c\/th\u003e\n        \u003cth\u003eSize (cm)\u003c\/th\u003e\n        \u003cth\u003eSize (in)\u003c\/th\u003e\n      \u003c\/tr\u003e\n    \u003c\/thead\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eWidth\u003c\/td\u003e\n        \u003ctd\u003e83\u003c\/td\u003e\n        \u003ctd\u003e32.7\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eDepth\u003c\/td\u003e\n        \u003ctd\u003e88\u003c\/td\u003e\n        \u003ctd\u003e34.6\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eHeight\u003c\/td\u003e\n        \u003ctd\u003e72\u003c\/td\u003e\n        \u003ctd\u003e28.3\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSeat Height\u003c\/td\u003e\n        \u003ctd\u003e20\u003c\/td\u003e\n        \u003ctd\u003e7.9\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eCushion Height\u003c\/td\u003e\n        \u003ctd\u003e40\u003c\/td\u003e\n        \u003ctd\u003e15.7\"\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 24px; font-weight: 600; margin-bottom: 20px; margin-top: 28px;\"\u003eDimensions Overview\u003c\/h3\u003e\n\u003cdiv class=\"dimensions-image-wrapper\"\u003e\n  \u003cdiv class=\"dimensions-image-container\"\u003e\n    \u003cdiv class=\"dimension-image-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Alune_Lounge_Chair_Dimensions_CM.png?v=1774352946\" alt=\"Manutti Alune Lounge Chair Dimensions in Centimeters\"\u003e\n      \u003cdiv class=\"caption\"\u003e\u003cem\u003eDimensions (cm) – Manutti Alune Lounge Chair\u003c\/em\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dimension-image-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/Alune_Lounge_Chair_Dimensions_INCH.png?v=1774352945\" alt=\"Manutti Alune Lounge Chair Dimensions in Inches\"\u003e\n      \u003cdiv class=\"caption\"\u003e\u003cem\u003eDimensions (in) – Manutti Alune Lounge Chair\u003c\/em\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"max-width: 920px; margin: 20px auto; background: #fff5f5; border: 1px solid #f87171; border-radius: 10px; padding: 12px 16px; font-size: 14px; color: #b91c1c; font-weight: 500; box-shadow: 0 2px 6px rgba(0,0,0,0.05);\"\u003e\n  \u003cstrong\u003eDelivery Information:\u003c\/strong\u003e Standard lead time of 4–5 weeks for most fabric selections. Quick Ship fabric (Salty White Fr) available in 2–3 weeks. Chair can be ordered with or without cushions. Optional protective cover available for year-round protection. Contact our team for expedited delivery options and customisation assistance.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n","brand":"Manutti","offers":[{"title":"PCA Lava \/ Linen Leaf \/ No","offer_id":57664587596163,"sku":null,"price":1545.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Linen Leaf \/ Yes","offer_id":57664587891075,"sku":null,"price":1850.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Pebble Fern \/ No","offer_id":57665347879299,"sku":null,"price":1545.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Pebble Fern \/ Yes","offer_id":57665347912067,"sku":null,"price":1850.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Soft Flax \/ No","offer_id":57665347944835,"sku":null,"price":1545.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Soft Flax \/ Yes","offer_id":57665347977603,"sku":null,"price":1850.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Chalky Brown \/ No","offer_id":57665348010371,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Chalky Brown \/ Yes","offer_id":57665348043139,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Lotus Smokey \/ No","offer_id":57665348075907,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Lotus Smokey \/ Yes","offer_id":57665348108675,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Lotus Sparrow \/ No","offer_id":57665348141443,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Lotus Sparrow \/ Yes","offer_id":57665348174211,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Lotus Vanilla \/ No","offer_id":57665348206979,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Lotus Vanilla \/ Yes","offer_id":57665348239747,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Linen \/ No","offer_id":57665348272515,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Linen \/ Yes","offer_id":57665348305283,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Havanna \/ No","offer_id":57665348338051,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Havanna \/ Yes","offer_id":57665348370819,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Dolce Terra \/ No","offer_id":57665348403587,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Dolce Terra \/ Yes","offer_id":57665348436355,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Emerald FR \/ No","offer_id":57665348469123,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Emerald FR \/ Yes","offer_id":57665348501891,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Nebbia FR \/ No","offer_id":57665348534659,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Nebbia FR \/ Yes","offer_id":57665348567427,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Salty White FR \/ No","offer_id":57665348600195,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Salty White FR \/ Yes","offer_id":57665348632963,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Tulum \/ No","offer_id":57665348665731,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Tulum \/ Yes","offer_id":57665348698499,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Desert Charm \/ No","offer_id":57665348731267,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Desert Charm \/ Yes","offer_id":57665348764035,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Copper Clay \/ No","offer_id":57665348796803,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Copper Clay \/ Yes","offer_id":57665348829571,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Ecru Elegance \/ No","offer_id":57665348862339,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Ecru Elegance \/ Yes","offer_id":57665348895107,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Tundra Clay \/ No","offer_id":57665348927875,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Tundra Clay \/ Yes","offer_id":57665348960643,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Pearl Grey FR \/ No","offer_id":57665348993411,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Pearl Grey FR \/ Yes","offer_id":57665349026179,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Sepia FR \/ No","offer_id":57665349058947,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Sepia FR \/ Yes","offer_id":57665349091715,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Abyss FR \/ No","offer_id":57665349124483,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Abyss FR \/ Yes","offer_id":57665349157251,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Graphite.. \/ No","offer_id":57665349190019,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Graphite.. \/ Yes","offer_id":57665349222787,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Dune \/ No","offer_id":57665349255555,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Dune \/ Yes","offer_id":57665349288323,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Cottage Terra \/ No","offer_id":57665349321091,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Cottage Terra \/ Yes","offer_id":57665349353859,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Cottage Indigo \/ No","offer_id":57665349386627,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Cottage Indigo \/ Yes","offer_id":57665349419395,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Tender Earth \/ No","offer_id":57665349452163,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Tender Earth \/ Yes","offer_id":57665349484931,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Tender Grey \/ No","offer_id":57665349517699,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Tender Grey \/ Yes","offer_id":57665349550467,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Aruba FR \/ No","offer_id":57665349583235,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Aruba FR \/ Yes","offer_id":57665349616003,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Chine FR \/ No","offer_id":57665349648771,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Chine FR \/ Yes","offer_id":57665349681539,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Savane FR \/ No","offer_id":57665349714307,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Savane FR \/ Yes","offer_id":57665349747075,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Soft Seal \/ No","offer_id":57665349779843,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Soft Seal \/ Yes","offer_id":57665349812611,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Soft Fawn \/ No","offer_id":57665349845379,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Soft Fawn \/ Yes","offer_id":57665349878147,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Toscana FR \/ No","offer_id":57665349910915,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Toscana FR \/ Yes","offer_id":57665349943683,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Kalahari FR \/ No","offer_id":57665349976451,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Kalahari FR \/ Yes","offer_id":57665350009219,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Mellow Mango FR \/ No","offer_id":57665350041987,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Mellow Mango FR \/ Yes","offer_id":57665350074755,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Moon White FR \/ No","offer_id":57665350107523,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Moon White FR \/ Yes","offer_id":57665350140291,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Laguna FR \/ No","offer_id":57665350173059,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Laguna FR \/ Yes","offer_id":57665350205827,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Sultan Stone \/ No","offer_id":57665350238595,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Sultan Stone \/ Yes","offer_id":57665350271363,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Sultan Dune \/ No","offer_id":57665350304131,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Sultan Dune \/ Yes","offer_id":57665350336899,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Mink Ragdoll \/ No","offer_id":57665350369667,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Mink Ragdoll \/ Yes","offer_id":57665350402435,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Soft Sage \/ No","offer_id":57665350435203,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Soft Sage \/ Yes","offer_id":57665350467971,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Dark Grotto \/ No","offer_id":57665350500739,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Dark Grotto \/ Yes","offer_id":57665350533507,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Chinchilla Grey \/ No","offer_id":57665350566275,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Chinchilla Grey \/ Yes","offer_id":57665350599043,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Persian Blue \/ No","offer_id":57665350631811,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Persian Blue \/ Yes","offer_id":57665350664579,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Ginger Sand \/ No","offer_id":57665350697347,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Ginger Sand \/ Yes","offer_id":57665350730115,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Copper Dust \/ No","offer_id":57665350762883,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Copper Dust \/ Yes","offer_id":57665350795651,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Tuscan Terra \/ No","offer_id":57665350828419,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Tuscan Terra \/ Yes","offer_id":57665350861187,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Burgundy Truffle FR \/ No","offer_id":57665350893955,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Burgundy Truffle FR \/ Yes","offer_id":57665350926723,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Almond \/ No","offer_id":57665350959491,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Almond \/ Yes","offer_id":57665350992259,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Moonstone \/ No","offer_id":57665351025027,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Moonstone \/ Yes","offer_id":57665351057795,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Twisted Honey \/ No","offer_id":57665351090563,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Twisted Honey \/ Yes","offer_id":57665351123331,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Mintstone \/ No","offer_id":57665351156099,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Mintstone \/ Yes","offer_id":57665351188867,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Canyon Clay \/ No","offer_id":57665351221635,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Canyon Clay \/ Yes","offer_id":57665351254403,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Sage Sand \/ No","offer_id":57665351287171,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Sage Sand \/ Yes","offer_id":57665351319939,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Olive Haze FR \/ No","offer_id":57665351352707,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Olive Haze FR \/ Yes","offer_id":57665351385475,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Terra Calma FR \/ No","offer_id":57665351418243,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Terra Calma FR \/ Yes","offer_id":57665351451011,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Olive Sand \/ No","offer_id":57665351483779,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Olive Sand \/ Yes","offer_id":57665351516547,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Olive Dust \/ No","offer_id":57665351549315,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Lava \/ Olive Dust \/ Yes","offer_id":57665351582083,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Linen Leaf \/ No","offer_id":57665351614851,"sku":null,"price":1545.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Linen Leaf \/ Yes","offer_id":57665351647619,"sku":null,"price":1850.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Pebble Fern \/ No","offer_id":57665351680387,"sku":null,"price":1545.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Pebble Fern \/ Yes","offer_id":57665351713155,"sku":null,"price":1850.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Soft Flax \/ No","offer_id":57665351745923,"sku":null,"price":1545.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Soft Flax \/ Yes","offer_id":57665351778691,"sku":null,"price":1850.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Chalky Brown \/ No","offer_id":57665351811459,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Chalky Brown \/ Yes","offer_id":57665351844227,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Lotus Smokey \/ No","offer_id":57665351876995,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Lotus Smokey \/ Yes","offer_id":57665351909763,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Lotus Sparrow \/ No","offer_id":57665351942531,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Lotus Sparrow \/ Yes","offer_id":57665351975299,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Lotus Vanilla \/ No","offer_id":57665352008067,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Lotus Vanilla \/ Yes","offer_id":57665352040835,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Linen \/ No","offer_id":57665352073603,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Linen \/ Yes","offer_id":57665352106371,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Havanna \/ No","offer_id":57665352139139,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Havanna \/ Yes","offer_id":57665352171907,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Dolce Terra \/ No","offer_id":57665352204675,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Dolce Terra \/ Yes","offer_id":57665352237443,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Emerald FR \/ No","offer_id":57665352270211,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Emerald FR \/ Yes","offer_id":57665352302979,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Nebbia FR \/ No","offer_id":57665352335747,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Nebbia FR \/ Yes","offer_id":57665352368515,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Salty White FR \/ No","offer_id":57665352401283,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Salty White FR \/ Yes","offer_id":57665352434051,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Tulum \/ No","offer_id":57665352466819,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Tulum \/ Yes","offer_id":57665352499587,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Desert Charm \/ No","offer_id":57665352532355,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Desert Charm \/ Yes","offer_id":57665352565123,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Copper Clay \/ No","offer_id":57665352597891,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Copper Clay \/ Yes","offer_id":57665352630659,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Ecru Elegance \/ No","offer_id":57665352663427,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Ecru Elegance \/ Yes","offer_id":57665352696195,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Tundra Clay \/ No","offer_id":57665352728963,"sku":null,"price":1600.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Tundra Clay \/ Yes","offer_id":57665352761731,"sku":null,"price":1905.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Pearl Grey FR \/ No","offer_id":57665359053187,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Pearl Grey FR \/ Yes","offer_id":57665359085955,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Sepia FR \/ No","offer_id":57665359118723,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Sepia FR \/ Yes","offer_id":57665359151491,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Abyss FR \/ No","offer_id":57665359184259,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Abyss FR \/ Yes","offer_id":57665359217027,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Graphite.. \/ No","offer_id":57665359249795,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Graphite.. \/ Yes","offer_id":57665359282563,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Dune \/ No","offer_id":57665359315331,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Dune \/ Yes","offer_id":57665359348099,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Cottage Terra \/ No","offer_id":57665359380867,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Cottage Terra \/ Yes","offer_id":57665359413635,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Cottage Indigo \/ No","offer_id":57665359446403,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Cottage Indigo \/ Yes","offer_id":57665359479171,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Tender Earth \/ No","offer_id":57665359511939,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Tender Earth \/ Yes","offer_id":57665359544707,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Tender Grey \/ No","offer_id":57665359577475,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Tender Grey \/ Yes","offer_id":57665359610243,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Aruba FR \/ No","offer_id":57665359643011,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Aruba FR \/ Yes","offer_id":57665359675779,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Chine FR \/ No","offer_id":57665359708547,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Chine FR \/ Yes","offer_id":57665359741315,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Savane FR \/ No","offer_id":57665359774083,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Savane FR \/ Yes","offer_id":57665359806851,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Soft Seal \/ No","offer_id":57665359839619,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Soft Seal \/ Yes","offer_id":57665359872387,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Soft Fawn \/ No","offer_id":57665359905155,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Soft Fawn \/ Yes","offer_id":57665359937923,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Toscana FR \/ No","offer_id":57665359970691,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Toscana FR \/ Yes","offer_id":57665360003459,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Kalahari FR \/ No","offer_id":57665360036227,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Kalahari FR \/ Yes","offer_id":57665360068995,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Mellow Mango FR \/ No","offer_id":57665360101763,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Mellow Mango FR \/ Yes","offer_id":57665360134531,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Moon White FR \/ No","offer_id":57665360167299,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Moon White FR \/ Yes","offer_id":57665360200067,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Laguna FR \/ No","offer_id":57665360232835,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Laguna FR \/ Yes","offer_id":57665360265603,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Sultan Stone \/ No","offer_id":57665360298371,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Sultan Stone \/ Yes","offer_id":57665360331139,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Sultan Dune \/ No","offer_id":57665360363907,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Sultan Dune \/ Yes","offer_id":57665360396675,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Mink Ragdoll \/ No","offer_id":57665360429443,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Mink Ragdoll \/ Yes","offer_id":57665360462211,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Soft Sage \/ No","offer_id":57665360494979,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Soft Sage \/ Yes","offer_id":57665360527747,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Dark Grotto \/ No","offer_id":57665360560515,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Dark Grotto \/ Yes","offer_id":57665360593283,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Chinchilla Grey \/ No","offer_id":57665360626051,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Chinchilla Grey \/ Yes","offer_id":57665360658819,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Persian Blue \/ No","offer_id":57665360691587,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Persian Blue \/ Yes","offer_id":57665360724355,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Ginger Sand \/ No","offer_id":57665360757123,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Ginger Sand \/ Yes","offer_id":57665360789891,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Copper Dust \/ No","offer_id":57665360822659,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Copper Dust \/ Yes","offer_id":57665360855427,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Tuscan Terra \/ No","offer_id":57665360888195,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Tuscan Terra \/ Yes","offer_id":57665360920963,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Burgundy Truffle FR \/ No","offer_id":57665360953731,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Burgundy Truffle FR \/ Yes","offer_id":57665360986499,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Almond \/ No","offer_id":57665361019267,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Almond \/ Yes","offer_id":57665361052035,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Moonstone \/ No","offer_id":57665361084803,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Moonstone \/ Yes","offer_id":57665361117571,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Twisted Honey \/ No","offer_id":57665361150339,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Twisted Honey \/ Yes","offer_id":57665361183107,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Mintstone \/ No","offer_id":57665361215875,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Mintstone \/ Yes","offer_id":57665361248643,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Canyon Clay \/ No","offer_id":57665361281411,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Canyon Clay \/ Yes","offer_id":57665361314179,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Sage Sand \/ No","offer_id":57665361346947,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Sage Sand \/ Yes","offer_id":57665361379715,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Olive Haze FR \/ No","offer_id":57665361412483,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Olive Haze FR \/ Yes","offer_id":57665361445251,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Terra Calma FR \/ No","offer_id":57665361478019,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Terra Calma FR \/ Yes","offer_id":57665361510787,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Olive Sand \/ No","offer_id":57665361543555,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Olive Sand \/ Yes","offer_id":57665361576323,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Olive Dust \/ No","offer_id":57665361609091,"sku":null,"price":1685.0,"currency_code":"GBP","in_stock":true},{"title":"PCA Flint \/ Olive Dust \/ Yes","offer_id":57665361641859,"sku":null,"price":1990.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0600\/8979\/4789\/files\/ManuttiAluneLoungeChairschalkybrown-Kobo-Solae_3761d7ce-7875-47c5-8548-a199669919c6.webp?v=1774354270","url":"https:\/\/themodernfurniturecompany.com\/products\/manutti-alune-lounge-chair","provider":"The Modern Furniture Company","version":"1.0","type":"link"}