Skipper II Modular Corner Sofa
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap'); .sk2-desc { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #222222; line-height: 1.7; padding-top: 6px; overflow: visible; } .sk2-desc * { box-sizing: border-box; } .sk2-desc p { margin: 0 0 16px 0; } .sk2-desc strong { color: #222222; } .sk2-desc .sk2-section { margin-bottom: 28px; } .sk2-desc .sk2-label { font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #C2824D; margin-bottom: 14px; } .sk2-desc .sk2-lead { font-size: 16px; color: #2C241B; font-weight: 600; line-height: 1.6; margin: 0 0 18px 0; } /* Two ways to buy — option cards */ .sk2-desc .sk2-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } @media (max-width: 640px) { .sk2-desc .sk2-options { grid-template-columns: 1fr; } } .sk2-desc .sk2-option-card { position: relative; background: #FFFFFF; border: 1px solid #E0D6C8; border-radius: 10px; padding: 18px 18px 16px; } .sk2-desc .sk2-option-card.sk2-option-set { background: #F7EDE3; border-color: #C2824D; } .sk2-desc .sk2-option-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; } .sk2-desc .sk2-option-icon { color: #C2824D; flex-shrink: 0; display: flex; } .sk2-desc .sk2-option-card h3 { font-size: 14px; font-weight: 700; color: #222222; margin: 0; } .sk2-desc .sk2-option-card p { font-size: 13.5px; color: #555555; margin: 0; line-height: 1.6; } .sk2-desc .sk2-option-tag { position: absolute; top: 14px; right: 14px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: #C2824D; border-radius: 20px; padding: 3px 10px; } .sk2-desc .sk2-option-note { background: #F5F5F5; border-radius: 6px; padding: 10px 14px; margin-top: 12px; font-size: 13px; color: #2C241B; line-height: 1.5; } /* Layout configurator */ .sk2-desc .sk2-config-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } @media (max-width: 640px) { .sk2-desc .sk2-config-grid { grid-template-columns: 1fr; } } .sk2-desc .sk2-config-card { background: #F5F5F5; border-radius: 8px; padding: 14px; text-align: center; } .sk2-desc .sk2-config-card svg { width: 100%; max-width: 180px; height: auto; margin: 0 auto 10px auto; display: block; } .sk2-desc .sk2-config-card h3 { font-size: 12px; font-weight: 700; color: #222222; margin: 0 0 4px 0; letter-spacing: 0.05em; text-transform: uppercase; } .sk2-desc .sk2-config-card p { font-size: 12.5px; color: #6B6B6B; margin: 0; line-height: 1.5; } .sk2-desc .sk2-config-note { background: #F7EDE3; border-left: 3px solid #C2824D; border-radius: 0 6px 6px 0; padding: 10px 14px; margin-top: 12px; font-size: 13px; color: #2C241B; line-height: 1.5; } /* Feature grid */ .sk2-desc .sk2-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } @media (max-width: 768px) { .sk2-desc .sk2-features { grid-template-columns: 1fr; } } .sk2-desc .sk2-feature-card { background: #F5F5F5; border-radius: 8px; padding: 16px; } .sk2-desc .sk2-feature-icon { color: #C2824D; margin-bottom: 8px; display: block; } .sk2-desc .sk2-feature-card h3 { font-size: 13px; font-weight: 700; color: #222222; margin: 0 0 4px 0; } .sk2-desc .sk2-feature-card p { font-size: 14px; color: #222222; margin: 0; line-height: 1.6; } /* Spec strip */ .sk2-desc .sk2-spec { background: #F5F5F5; border-radius: 8px; padding: 16px 18px; } .sk2-desc .sk2-spec p { margin: 0; font-size: 13.5px; color: #555555; line-height: 1.6; } .sk2-desc .sk2-confirm { color: #B26B1E; font-weight: 600; } /* Materials callout */ .sk2-desc .sk2-material-callout { border-left: 4px solid #C2824D; background: #F7EDE3; border-radius: 0 8px 8px 0; padding: 16px 20px; margin-bottom: 28px; } .sk2-desc .sk2-material-callout h3 { font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #C2824D; margin: 0 0 8px 0; } .sk2-desc .sk2-material-callout p { font-size: 15px; color: #222222; margin: 0; line-height: 1.7; } /* Care */ .sk2-desc .sk2-care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; } @media (max-width: 768px) { .sk2-desc .sk2-care-grid { grid-template-columns: 1fr; } } .sk2-desc .sk2-care-card { background: #F5F5F5; border-radius: 8px; padding: 16px; } .sk2-desc .sk2-care-card .sk2-care-emoji { font-size: 22px; margin-bottom: 6px; display: block; } .sk2-desc .sk2-care-card h3 { font-size: 13px; font-weight: 700; color: #222222; margin: 0 0 4px 0; } .sk2-desc .sk2-care-card p { font-size: 14px; color: #222222; margin: 0; line-height: 1.6; } /* At a glance */ .sk2-desc .sk2-list { display: flex; flex-direction: column; gap: 10px; } .sk2-desc .sk2-list-item { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #222222; line-height: 1.6; } .sk2-desc .sk2-tick { flex-shrink: 0; width: 20px; height: 20px; background: #C2824D; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 2px; } .sk2-desc .sk2-tick svg { width: 11px; height: 11px; } /* SEO */ .sk2-desc .sk2-seo { border-top: 1px solid #E0E0E0; padding-top: 24px; margin-top: 8px; } .sk2-desc .sk2-seo h2 { font-size: 16px; font-weight: 700; color: #222222; margin: 0 0 14px 0; } .sk2-desc .sk2-seo p { font-size: 13.5px; color: #6B6B6B; line-height: 1.7; margin: 0 0 14px 0; } The Skipper II Modular Corner Sofa is a deep, five-module L-shape corner lounge upholstered in soft corduroy in Grey. Two of its five modules are armless chairs you can move between the legs of the L, so the corner's proportions stay yours to set. Choose the configuration that suits your room and budget — the sofa on its own, or the sofa paired with a matching corduroy ottoman — using the options above. A coordinated set of scatter cushions comes with either choice. Choose Your Option Sofa Only The complete five-module corner sofa with its coordinated scatter cushions. Everything you need to fill the corner of the room. Full Set Sofa + Ottoman The corner sofa plus a matching corduroy ottoman in the same grey finish — a footrest, an extra perch, or a soft centre to the arrangement. Pick your option at the top of the page. Both come with the corner sofa and coordinated scatter cushions; the ottoman is added in the Sofa + Ottoman option. Configure Your Corner The two armless chairs aren't fixed to one side. Shift them between the long and short legs of the L and the same five modules give you three working layouts — so the corner can lean left, sit even, or lean right to suit the wall it lives against. L A A W R Lean Left — 2+0 Both armless chairs on the long side; the short leg stays compact. L A W A R Sit Even — 1+1 One armless chair per side — a balanced, symmetric L. L W A A R Lean Right — 0+2 Both armless chairs swung onto the other leg of the L. Five modules, three configurations. The sofa is built from L (left arm), W (wedge / corner), R (right arm) and A (armless chair × 2). Slide the two armless chairs between the legs of the L whenever the room changes. If you choose the Sofa + Ottoman option, the free-standing ottoman simply parks wherever it works best. Why You'll Love It Five-Module Modular Build One left arm chair, one right arm chair, a wedge corner and two armless chairs. The armless pair moves between the two legs of the L for three working layouts — 2+0, 1+1 or 0+2 — so the corner adapts to whatever room it lands in. Pair It With the Ottoman Choose the Sofa + Ottoman option to add a matching corduroy ottoman in the same grey finish. Drop it in front of the corner, push it to one end as an extension, or float it as a perch when guests are over — your call. Soft Corduroy in Grey A ribbed corduroy weave with a warm, tactile hand and a quiet vertical texture that catches the light. It's a contemporary, on-trend finish, and the structured pile of the rib helps the upholstery keep its look through years of everyday use. Deep, Plump Seating Wide seats with deep proportions and generously filled seat and back cushions, set up for proper sink-in lounging. It's the kind of corner you settle into for a long film and stay put — with room to stretch right out across the L. Corner Footprint A clean 90° L-shape designed to tuck into the corner of a room and open the floor up around it — a generous run of seating that still leaves the centre of the room clear to walk through. Scatter Cushions Included A coordinated run of corduroy scatter cushions comes with the sofa in the same grey finish — already matched, so the look is sorted from day one, whichever option you choose. Size & Structure Skipper II is its own design — a deeper, restructured corner sofa with its own footprint and module proportions. The corner measures 315 × 315 cm with a 40 cm seat height and 90 cm overall height, and the optional matching ottoman is 115 × 115 × 40 cm. For exact measurements and to check the fit for your space, see the specifications below or ask our showroom team. Materials & Make Skipper II wears a plush corduroy in Grey — a structured ribbed weave that's soft underhand, texturally distinctive and warm in a modern room. Underneath, the modules are built on a sturdy timber frame with plump, padded seat and back cushions, and the whole sofa sits low on a plinth base for a grounded, contemporary stance. A coordinated set of scatter cushions is included. The optional matching ottoman shares the same frame and fabric, so the two read as one piece when paired. Caring for Your Skipper II 🧹 Vacuum Along the Ribs Vacuum the corduroy weekly with the upholstery attachment, brushing along the direction of the ribs to lift dust from between the grooves. Pay extra attention around the seat-cushion seams where crumbs collect. 💧 Spot-Clean Spills Promptly Blot spills immediately with a clean white microfibre cloth — never rub. Test cleaners on a hidden area first. Avoid harsh solvents and bleach. Don't over-wet the fabric, especially in QLD humidity. 🐾 Watch Out for Pet Claws Corduroy's ribbed weave can catch on pet claws and sharp objects. Trim claws regularly, and gently snip any pulled threads flush — never pull a snag through, as it can ladder along the rib. 🔄 Plump & Rotate Cushions Plump the seat and back cushions weekly and rotate them periodically to even out wear. This keeps the cushions looking full and prevents one side compressing faster than the other. The Short Version Five-module L-shape modular corner sofa, restructured deeper design. Two options: Sofa Only or Sofa + Matching Ottoman — choose at the top of the page. Includes 1× left arm chair, 1× right arm chair, 1× wedge (corner) and 2× armless chairs. Two armless chairs redistribute between the legs of the L (3 valid configurations). Plush corduroy upholstery in Grey, with coordinated scatter cushions included. Deep, plump seat and back cushions for sink-in comfort. Sturdy timber frame on a low plinth base. Skipper II Modular Corner Sofa — Full Product Details The Skipper II Modular Corner Sofa is a deep, plush five-module L-shape corner lounge with a restructured design and its own footprint. It's offered two ways — as the sofa on its own, or as a full set paired with a matching corduroy ottoman — so you can choose what suits your room and budget at the top of the page. Whichever option you pick, the sofa is made up of five modules: one left arm chair, one right arm chair, one wedge corner and two armless chairs, and it arrives with a coordinated set of corduroy scatter cushions. Because two of those modules are armless chairs, you can redistribute them between the two legs of the L to set the corner three ways — both chairs on the long side (2+0), one on each side for a symmetric L (1+1), or both swung onto the other leg (0+2). Rearrange the modules as the room changes. Upholstered in plush corduroy in Grey, the Skipper II brings warm, tactile texture into a modern living room. The ribbed weave catches the light and feels distinctively soft underhand, while the structured pile helps it hold its look through years of daily use. Deep, plump seat and back cushions are built for genuine sink-in lounging — the sort of corner you settle into for a Sunday film and don't want to leave — and the whole sofa sits low on a plinth base for a grounded, contemporary silhouette. If you add the matching ottoman, it shares the same frame and fabric, reading as one continuous piece. Keep the corduroy looking its best by vacuuming along the rib direction weekly, blotting spills promptly, and trimming pets' claws, since the rib weave can catch on sharp claws. See the Skipper II Modular Corner Sofa in person across our five South-East Queensland showrooms — Rocklea, Virginia, North Ipswich, Beenleigh, and Bundall on the Gold Coast. Sit on the sofa, feel the corduroy, plump the cushions, and try rearranging the modules into different layouts to find the configuration that suits your room. Our team can talk you through the Sofa Only and Sofa + Ottoman options, layout choices, lead times, and delivery to your suburb. Visit any A2Z Furniture showroom or shop online for fast Brisbane and Gold Coast delivery.
More you might like
Related
Hog Heaven III Comfort Modular Corner Tile
Related
Hog Heaven III Drainable Modular Corner Tile
Related
JP983-Hog Heaven III Comfort Modular Corner Tile
Related