Capri Outdoor Corner Lounge
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap'); .cap-desc { padding-top: 6px; overflow: visible; font-family: 'Open Sans', sans-ser if; font-size: 15px; color: #222222; line-height: 1.7; } /* ── Intro ── */ .cap-desc .cap-intro { margin-bottom: 28px; } /* ── Section Labels ── */ .cap-desc .cap-label { font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #6B6B6B; margin-bottom: 14px; } /* ── What's Included ── */ .cap-desc .cap-included { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 28px; } @media (max-width: 640px) { .cap-desc .cap-included { grid-template-columns: 1fr 1fr; } } .cap-desc .cap-piece { background: #F5F5F5; border-radius: 8px; padding: 14px 12px; text-align: center; } .cap-desc .cap-piece h4 { font-size: 12px; font-weight: 700; color: #222222; margin: 0 0 3px; line-height: 1.3; } .cap-desc .cap-piece p { font-size: 12px; color: #6B6B6B; margin: 0; line-height: 1.4; } /* ── Specs Row ── */ .cap-desc .cap-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 28px; } @media (max-width: 560px) { .cap-desc .cap-specs { grid-template-columns: 1fr 1fr; } } .cap-desc .cap-spec { background: #F5F5F5; border-radius: 8px; padding: 14px 16px; } .cap-desc .cap-spec-key { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #6B6B6B; margin-bottom: 4px; } .cap-desc .cap-spec-val { font-size: 14px; font-weight: 600; color: #222222; } /* ── Feature Grid ── */ .cap-desc .cap-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; } @media (max-width: 768px) { .cap-desc .cap-features { grid-template-columns: 1fr; } } .cap-desc .cap-card { background: #F5F5F5; border-radius: 8px; padding: 18px 16px; display: flex; gap: 14px; align-items: flex-start; } .cap-desc .cap-card-icon { flex-shrink: 0; width: 36px; height: 36px; background: #F7EDE3; border-radius: 8px; display: flex; align-items: center; justify-content: center; } .cap-desc .cap-card-icon svg { width: 18px; height: 18px; stroke: #C2824D; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; } .cap-desc .cap-card h3 { font-size: 13px; font-weight: 700; color: #222222; margin: 0 0 4px; } .cap-desc .cap-card p { font-size: 14px; color: #444444; margin: 0; line-height: 1.6; } /* ── Callout Box ── */ .cap-desc .cap-callout { border-left: 4px solid #C2824D; background: #F7EDE3; border-radius: 0 8px 8px 0; padding: 18px 20px; margin-bottom: 28px; } .cap-desc .cap-callout h3 { font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #C2824D; margin: 0 0 8px; } .cap-desc .cap-callout p { margin: 0 0 10px; font-size: 14px; color: #444444; line-height: 1.7; } .cap-desc .cap-callout p:last-child { margin-bottom: 0; } /* ── Care Steps ── */ .cap-desc .cap-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; } @media (max-width: 768px) { .cap-desc .cap-steps { grid-template-columns: 1fr; } } .cap-desc .cap-step { background: #F5F5F5; border-radius: 8px; padding: 16px; display: flex; gap: 12px; align-items: flex-start; } .cap-desc .cap-step-emoji { font-size: 22px; line-height: 1; flex-shrink: 0; } .cap-desc .cap-step h4 { font-size: 13px; font-weight: 700; color: #222222; margin: 0 0 4px; } .cap-desc .cap-step p { font-size: 14px; color: #444444; margin: 0; line-height: 1.6; } /* ── Related Products Pill Row ── */ .cap-desc .cap-pills { background: #F7EDE3; border: 1px solid #E8C9AA; border-radius: 8px; padding: 16px 18px; margin-bottom: 28px; } .cap-desc .cap-pills-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; } .cap-desc .cap-pill { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid #E8C9AA; border-radius: 100px; padding: 7px 14px; font-size: 13px; font-weight: 600; color: #C2824D; text-decoration: none; transition: background 0.2s ease; white-space: nowrap; } .cap-desc .cap-pill:hover { background: #F0D9C4; } /* ── At a Glance ── */ .cap-desc .cap-glance { margin-bottom: 28px; } .cap-desc .cap-glance-list { display: flex; flex-direction: column; gap: 10px; } .cap-desc .cap-glance-item { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #222222; } .cap-desc .cap-tick { flex-shrink: 0; width: 20px; height: 20px; background: #C2824D; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; } .cap-desc .cap-tick svg { width: 11px; height: 11px; stroke: #fff; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; } /* ── SEO Copy ── */ .cap-desc .cap-seo { border-top: 1px solid #E5E5E5; padding-top: 24px; margin-top: 4px; } .cap-desc .cap-seo h2 { font-size: 15px; font-weight: 700; color: #222222; margin: 0 0 14px; } .cap-desc .cap-seo p { font-size: 13.5px; color: #6B6B6B; line-height: 1.75; margin: 0 0 12px; } /* ── Inline Links ── */ .cap-desc .mr-link { color: #C2824D; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; font-weight: 600; white-space: nowrap; } The Capri Outdoor Corner Lounge Suite is a wicker-wrapped outdoor lounge setting consisting of a corner lounge, a mid-height glass-top table, and two matching cushioned stools. The aluminium frame is wrapped in PE wicker throughout — frame, table base, and stools — giving the suite a consistent woven appearance in grey. The mid-height table provides a practical surface height for both lounging and casual dining, and the two stools tuck neatly under the table when not in use. Suited to patios, decks, poolside areas, and alfresco entertaining spaces. What's Included Corner Lounge × 1 Mid-Height Table Glass Top × 1 Cushioned Stool × 2 Full Suite 4 pieces total Specifications Frame Aluminium with PE Wicker Table Top Glass Colour Grey Key Features PE Wicker over Aluminium Frame The aluminium frame is wrapped in PE wicker on the lounge, table base, and stools — UV-stable, moisture-resistant, and consistent in finish across all pieces. Rust-Resistant Aluminium Core The internal aluminium frame across all four pieces is rust-resistant and lightweight — providing structural stability while the wicker wrap handles the external aesthetic. Glass-Top Mid-Height Table The table features a glass tabletop on a wicker-wrapped aluminium base — mid-height to work for both relaxed drinks from a lounge position and casual dining. Stools Tuck Under the Table The two cushioned stools are sized to store neatly under the mid-height table — keeping the footprint compact and providing extra seating when needed. PE Wicker & Glass Tabletop The Capri suite uses PE (polyethylene) wicker — a synthetic weaving material that replicates the appearance of natural rattan while offering significantly better outdoor durability. Natural rattan degrades under UV exposure and moisture, becoming brittle and fading over time. PE wicker is UV-stabilised and moisture-resistant, holding its colour and structure through year-round outdoor exposure without requiring any treatment or seasonal care. It can be cleaned with a damp cloth and mild soap, and is not affected by mould or mildew the way natural fibres can be. The glass tabletop should be handled with care during assembly and when the table is being moved. Tempered glass, if used, is more impact-resistant than standard glass but should still be protected from direct sharp impacts. Wipe down with a glass cleaner or damp cloth — avoid abrasive cloths that may scratch the surface. Care Instructions 🧽 PE Wicker & Frame Wipe down the wicker surface with a damp cloth and mild soap. Use a soft brush to clear debris from the weave if needed. Rinse and allow to air dry. 🪟 Glass Tabletop Clean with a glass cleaner or a damp, lint-free cloth. Avoid abrasive cloths or cleaners that may scratch the glass surface. Handle with care when moving. 💺 Cushions Spot clean with a mild soap solution and a soft cloth. Allow to air dry fully before restoring to position or stacking. Do not machine wash. ☂️ Extended Storage Store cushions indoors or under a breathable cover during extended non-use periods. The PE wicker and aluminium can remain outdoors year-round. Shop the Outdoor Range 🌿 All Outdoor Furniture → 🛋 Outdoor Lounges → 🍽 Outdoor Dining → At a Glance 4-piece wicker outdoor lounge suite — corner lounge, glass-top mid-height table, and 2 cushioned stools — all in grey. PE wicker wrap over an aluminium frame — UV-stable, moisture-resistant, and consistent in finish across all four pieces. Two cushioned stools tuck under the table — compact footprint when not in use, extra seating when needed. Mid-height glass-top table is usable from a lounge position for drinks and from a more upright position for casual dining. Suited to patios, decks, poolside areas, courtyards, and alfresco spaces. View the full outdoor range. Capri Outdoor Corner Lounge Suite — Full Product Details The Capri Outdoor Corner Lounge Suite is a four-piece outdoor lounge setting with PE wicker-wrapped aluminium frames, a glass-top mid-height table, and two cushioned stools. The suite includes a corner lounge sofa, the mid-height table, and the two stools — all finished in grey and using the same wicker wrap for a consistent appearance across all pieces. The aluminium core provides structural integrity and rust resistance, while the PE wicker outer layer is UV-stabilised and moisture-resistant, requiring only a damp cloth to clean. The mid-height glass tabletop sits at a height accessible from both a lounging and a more upright position, bridging drinks-table and casual dining functionality in a single piece. The two stools are sized to tuck under the table when not in use, keeping the suite's footprint compact. Cushions are included on the corner lounge and both stools and should be stored or covered during extended non-use periods to maintain their condition. The Capri Outdoor Corner Lounge Suite is available online and in store as part of the A2Z Furniture outdoor furniture range — Rocklea, Virginia, Bundall (Gold Coast), North Ipswich, and Beenleigh.
More you might like
Related
Capri - Outdoor Lounge Chair
Related
Capri Outdoor Lounge Chair
Related
Capri Outdoor Chaise Lounge
Related