Canyon Bed Frame
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap'); .cny-desc { padding-top: 6px; overflow: visible; font-family: 'Open Sans', sans-ser if; color: #222222; font-size: 15px; line-height: 1.7; max-width: 100%; box-sizing: border-box; } .cny-desc *, .cny-desc *::before, .cny-desc *::after { box-sizing: border-box; } .cny-desc .cny-intro { margin: 0 0 28px; } .cny-desc .cny-intro p { margin: 0; font-size: 15px; line-height: 1.7; color: #222222; } .cny-desc .cny-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #C2824D; margin: 0 0 14px; } .cny-desc .cny-section { margin: 28px 0; } .cny-desc .cny-hero { background: #FBF6F0; border-radius: 12px; padding: 24px 26px; margin: 24px 0; display: flex; gap: 22px; align-items: flex-start; } .cny-desc .cny-hero-icon { flex-shrink: 0; width: 56px; height: 56px; background: #C2824D; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; } .cny-desc .cny-hero-icon svg { width: 32px; height: 32px; stroke: #FFFFFF; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; } .cny-desc .cny-hero-content { flex: 1; } .cny-desc .cny-hero-content h3 { margin: 0 0 8px; font-size: 16px; font-weight: 700; color: #2C241B; line-height: 1.35; } .cny-desc .cny-hero-content p { margin: 0; font-size: 14.5px; line-height: 1.6; color: #222222; } .cny-desc .cny-features { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; } .cny-desc .cny-feature { background: #F5F5F5; border-radius: 10px; padding: 18px 18px 16px; display: flex; flex-direction: column; gap: 10px; } .cny-desc .cny-feature h3 { margin: 0; font-size: 13px; font-weight: 700; color: #222222; line-height: 1.3; } .cny-desc .cny-feature p { margin: 0; font-size: 13.5px; line-height: 1.55; color: #222222; } .cny-desc .cny-swatches { background: #FBF6F0; border-radius: 10px; padding: 20px 22px; margin: 24px 0; } .cny-desc .cny-swatches .cny-label { margin-bottom: 14px; } .cny-desc .cny-swatch-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .cny-desc .cny-swatch-card { display: flex; gap: 14px; align-items: flex-start; padding: 12px 14px; background: #FFFFFF; border-radius: 8px; border: 1px solid #E5E5E5; } .cny-desc .cny-swatch-chip { flex-shrink: 0; width: 48px; height: 48px; border-radius: 8px; border: 1px solid rgba(0,0,0,0.1); } .cny-desc .cny-swatch-chip.cny-black { background: linear-gradient(135deg, #1A1612 0%, #2C241B 70%, #1A1612 100%); } .cny-desc .cny-swatch-chip.cny-grey { background: linear-gradient(135deg, #8E8B85 0%, #A29D95 50%, #8E8B85 100%); } .cny-desc .cny-swatch-info h4 { margin: 0 0 4px; font-size: 13.5px; font-weight: 700; color: #2C241B; } .cny-desc .cny-swatch-info p { margin: 0; font-size: 13px; line-height: 1.5; color: #4A4A4A; } .cny-desc .cny-swatch-disclaimer { margin: 14px 0 0; font-size: 11.5px; font-style: italic; color: #6B6B6B; line-height: 1.5; } .cny-desc .cny-callout { background: #F7EDE3; border-left: 3px solid #C2824D; border-radius: 6px; padding: 18px 20px; margin: 28px 0; } .cny-desc .cny-callout h3 { margin: 0 0 8px; font-size: 14px; font-weight: 700; color: #2C241B; letter-spacing: 0.02em; } .cny-desc .cny-callout p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #222222; } .cny-desc .cny-spec { background: #FBF6F0; border-radius: 8px; padding: 18px 22px; margin: 24px 0; } .cny-desc .cny-spec .cny-label { margin-bottom: 10px; } .cny-desc .cny-spec-row { display: grid; grid-template-columns: 38% 62%; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(194,130,77,0.15); font-size: 13.5px; line-height: 1.5; } .cny-desc .cny-spec-row:last-child { border-bottom: none; } .cny-desc .cny-spec-row > span:first-child { font-weight: 700; color: #2C241B; } .cny-desc .cny-spec-row > span:last-child { color: #222222; } .cny-desc .cny-care { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .cny-desc .cny-care-card { background: #F5F5F5; border-radius: 10px; padding: 16px 18px; display: flex; flex-direction: column; gap: 8px; } .cny-desc .cny-care-emoji { font-size: 22px; line-height: 1; } .cny-desc .cny-care-card h4 { margin: 0; font-size: 13px; font-weight: 700; color: #222222; } .cny-desc .cny-care-card p { margin: 0; font-size: 14px; line-height: 1.55; color: #222222; } .cny-desc .cny-pills { display: flex; flex-wrap: wrap; gap: 10px; } .cny-desc .cny-pill { display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px; background: #FFFFFF; border: 1px solid #E8C9AA; border-radius: 10px; text-decoration: none !important; transition: all 0.25s ease; min-width: 0; flex: 1 1 240px; } .cny-desc .cny-pill:hover { border-color: #C2824D; background: #FBF6F0; transform: translateY(-1px); } .cny-desc .cny-pill-icon { flex-shrink: 0; width: 20px; height: 20px; background: #C2824D; color: #FFFFFF; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; } .cny-desc .cny-pill-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; } .cny-desc .cny-pill-name { font-size: 13.5px; font-weight: 700; color: #2C241B; } .cny-desc .cny-pill-sub { font-size: 11.5px; color: #6B6B6B; font-weight: 500; } .cny-desc .cny-glance { display: block; margin: 0; } .cny-desc .cny-glance-item { display: flex; align-items: flex-start; gap: 12px; padding: 8px 0; } .cny-desc .cny-tick { flex-shrink: 0; width: 22px; height: 22px; background: #C2824D; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 2px; } .cny-desc .cny-tick svg { width: 12px; height: 12px; stroke: #FFFFFF; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; } .cny-desc .cny-glance-item span:last-child { font-size: 15px; line-height: 1.55; color: #222222; } .cny-desc .cny-range { background: #2C241B; border-radius: 10px; padding: 22px 22px 20px; margin: 28px 0; } .cny-desc .cny-range .cny-label { color: #E5C8A5; margin-bottom: 14px; } .cny-desc .cny-range-items { display: flex; flex-wrap: wrap; gap: 8px; } .cny-desc .cny-range-items a, .cny-desc .cny-range-items > div { display: inline-block; padding: 9px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; text-decoration: none !important; transition: all 0.3s ease; } .cny-desc .cny-range-items a { color: #FFFFFF !important; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); } .cny-desc .cny-range-items a:hover { background: rgba(194,130,77,0.25); border-color: #C2824D; color: #FFFFFF !important; } .cny-desc .cny-range-items > div[aria-current="page"] { color: #2C241B; background: #E5C8A5; border: 1px solid #E5C8A5; } .cny-desc .cny-range-note { margin: 12px 0 0; font-size: 11.5px; font-style: italic; color: rgba(229,200,165,0.75); } .cny-desc .mr-link { color: #C2824D; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; font-weight: 600; white-space: nowrap; } .cny-desc .mr-link:hover { color: #A56934; } .cny-desc .cny-faq { margin: 0; } .cny-desc .cny-faq-item { border-bottom: 1px solid #E5E5E5; } .cny-desc .cny-faq-item:first-of-type { border-top: 1px solid #E5E5E5; } .cny-desc .cny-faq-item summary { padding: 16px 28px 16px 0; cursor: pointer; font-size: 14.5px; font-weight: 600; color: #2C241B; list-style: none; position: relative; } .cny-desc .cny-faq-item summary::-webkit-details-marker { display: none; } .cny-desc .cny-faq-item summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; color: #C2824D; line-height: 1; } .cny-desc .cny-faq-item[open] summary::after { content: '−'; } .cny-desc .cny-faq-answer { padding: 0 0 18px; font-size: 14px; line-height: 1.65; color: #222222; } .cny-desc .cny-faq-answer p { margin: 0; } @media (max-width: 768px) { .cny-desc .cny-features { grid-template-columns: 1fr; } .cny-desc .cny-care { grid-template-columns: 1fr; } .cny-desc .cny-swatch-row { grid-template-columns: 1fr; } .cny-desc .cny-spec-row { grid-template-columns: 1fr; gap: 4px; } .cny-desc .cny-hero { flex-direction: column; gap: 14px; } .cny-desc .cny-hero-icon { width: 48px; height: 48px; } .cny-desc .cny-hero-icon svg { width: 26px; height: 26px; } } The Canyon Bed Frame is a clean contemporary bed with footboard storage, available in two finish options — sleek Black or modern Grey — so you can match the bed to your existing palette. The flat panel headboard keeps the silhouette quiet and architectural, while two pull-out drawers in the footboard add practical hidden capacity for bedding, off-season clothing, or anything you’d rather keep out of sight. Available in Queen and King sizes across both colours. Part of the coordinated 4-piece Canyon range — matching Bedside Table, Tallboy, and Dresser with Mirror sold separately. Two Colour Choices: Black or Grey The Canyon comes in two finish options. Black is the bolder choice — deep dark stain with subtle wood grain still visible, paired with matching black drawer handles for a confident all-dark look. Grey is calmer and more neutral — a soft mid-grey wash with grain showing through, paired with chrome handles for a lighter modern feel. Choose whichever suits your existing palette, or mix and match across the range. Colour Options Black Deep dark stain with subtle wood grain visible. Black drawer handles match the finish. Grey Mid-grey wash with grain showing through. Chrome drawer handles for contrast. Swatch colours are approximate — on-screen tones can vary by device. We recommend viewing the Canyon in person at any of our SE QLD showrooms before final selection. More Reasons to Choose the Canyon Two Footboard Storage Drawers Pull-out drawers for bedding, off-season clothing, blankets, or anything you’d rather keep out of sight. Handle finish matches the variant. Clean Flat Panel Headboard Single rectangular panel with subtle inset edge — quiet, architectural, no decorative ornament. Lets the finish and grain do the work. Part of the 4-Piece Canyon Range Matching Bedside Table, Tallboy, and Dresser with Mirror sold separately, available in both Black and Grey to match your bed. About the Materials The Canyon uses hybrid construction. Structural elements (frame, footboard structure, side rails, drawer carcases) are solid acacia wood; the decorative surfaces (headboard panel, drawer fronts) are MDF with timber veneer. Both stained the same colour (Black or Grey, depending on variant) so the bed reads as one continuous piece. MDF stays flat and dimensionally stable across the wide panel surfaces, keeping the clean architectural look crisp where solid timber would expand and contract with humidity. Specifications SizesQueen, King ColoursBlack or Grey ConstructionSolid acacia wood (structural) + MDF with timber veneer (decorative panels) FinishStained finish across all surfaces (matches the variant) HeadboardSingle flat rectangular panel with subtle inset edge Footboard StorageTwo pull-out drawers with horizontal bar handles Handle FinishBlack on the Black variant; chrome on the Grey variant SlatsStraight wooden slats included MattressNot included — sold separately AssemblyFlat-packed; two people recommended Care Instructions 🧹 Dust Weekly with a Soft Cloth Wipe the headboard, footboard, and drawer fronts with a dry soft cloth. The clean flat surfaces are easy to maintain — no decorative grooves to work around. 💧 Damp, Never Wet on the Veneer Dry spills immediately with a soft cloth. Standing water can damage the stained finish on both the solid timber and veneered surfaces over time. 🗄️ Operate the Drawers Smoothly Open and close the footboard drawers with a steady motion. Avoid overloading, which can stress the runner mechanism over time. Pair With a Mattress ✓ Pocket Spring Mattresses Individually wrapped springs for couples ✓ Memory Foam Mattresses Contouring pressure relief ✓ Bamboo Mattresses Naturally cooling for Queensland summers At a Glance Two colour options: Black (with matching black handles) or Grey (with chrome handles). Two pull-out footboard storage drawers for bedding and off-season items. Clean flat panel headboard — quiet architectural design, no ornament. Queen and King sizes; 4-piece Canyon range — Bedside, Tallboy, Dresser with Mirror sold separately. Frequently Asked Questions What sizes is the Canyon available in? Queen and King only, in both Black and Grey. Single, King Single, and Double are not available. No mattress included. What's the difference between the Black and Grey variants? Both variants share the same design — flat panel headboard, two footboard drawers, block feet — just in different stains. Black is the bolder, more dramatic choice; pairs well with concrete-look walls, lighter bedding, and metallic accents. Grey is calmer and more neutral; pairs naturally with warm cream or taupe palettes, soft greens, and organic textures. The handle finish also differs: black on the Black variant, chrome on the Grey variant. How does the footboard storage work? Two pull-out drawers built into the footboard with horizontal bar handles. Each drawer fits standard items like spare bedding, off-season clothing, blankets, pillows, or seasonal items. They open and close on standard drawer runners. Is the Canyon solid wood or veneer? Hybrid construction. The structural elements (frame, footboard structure, side rails, drawer carcases) are solid acacia wood. The decorative surfaces (headboard panel, drawer fronts) are MDF with timber veneer. Both finished in the same stain so the bed reads as one continuous piece — MDF stays dimensionally stable across the wide panels where solid timber would expand and contract. What other pieces are in the Canyon range? The Canyon Bedside Table, Canyon Tallboy, and Canyon Dresser with Mirror — all sold separately, all available in both Black and Grey to match your bed. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What sizes is the Canyon available in?", "acceptedAnswer": { "@type": "Answer", "text": "Queen and King only, in both Black and Grey. Single, King Single, and Double are not available. No mattress included." } }, { "@type": "Question", "name": "What's the difference between the Black and Grey variants?", "acceptedAnswer": { "@type": "Answer", "text": "Both variants share the same design — flat panel headboard, two footboard drawers, block feet — just in different stains. Black is the bolder, more dramatic choice; pairs with concrete-look walls, lighter bedding, and metallic accents. Grey is calmer and more neutral; pairs with warm cream or taupe palettes, soft greens, and organic textures. The handle finish also differs: black on the Black variant, chrome on the Grey variant." } }, { "@type": "Question", "name": "How does the footboard storage work?", "acceptedAnswer": { "@type": "Answer", "text": "Two pull-out drawers built into the footboard with horizontal bar handles. Each drawer fits standard items like spare bedding, off-season clothing, blankets, pillows, or seasonal items. They open and close on standard drawer runners." } }, { "@type": "Question", "name": "Is the Canyon solid wood or veneer?", "acceptedAnswer": { "@type": "Answer", "text": "Hybrid construction. The structural elements (frame, footboard structure, side rails, drawer carcases) are solid acacia wood. The decorative surfaces (headboard panel, drawer fronts) are MDF with timber veneer. Both finished in the same stain so the bed reads as one continuous piece — MDF stays dimensionally stable across wide panels where solid timber would expand and contract." } }, { "@type": "Question", "name": "What other pieces are in the Canyon range?", "acceptedAnswer": { "@type": "Answer", "text": "The Canyon Bedside Table, Canyon Tallboy, and Canyon Dresser with Mirror — all sold separately, all available in both Black and Grey to match your bed." } } ] } Complete the Canyon Range Canyon Bed Frame Canyon Bedside Table Canyon Tallboy Canyon Dresser with Mirror All Canyon range pieces sold separately. Each piece available in both Black and Grey.
More you might like
Related
Canyon Bed Frame
Related
Copper Canyon Mansion King Size Bed Frame – Solid Pine
Related
Canyon Bloom - Cactus Framed Wall Art for Living Room, Bedro
Related