Canada Bed Frame
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap'); .cnd-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; } .cnd-desc *, .cnd-desc *::before, .cnd-desc *::after { box-sizing: border-box; } .cnd-desc .cnd-intro { margin: 0 0 28px; } .cnd-desc .cnd-intro p { margin: 0; font-size: 15px; line-height: 1.7; color: #222222; } .cnd-desc .cnd-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #C2824D; margin: 0 0 14px; } .cnd-desc .cnd-section { margin: 28px 0; } .cnd-desc .cnd-hero { background: #FBF6F0; border-radius: 12px; padding: 24px 26px; margin: 24px 0; display: flex; gap: 22px; align-items: flex-start; } .cnd-desc .cnd-hero-icon { flex-shrink: 0; width: 56px; height: 56px; background: #C2824D; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; } .cnd-desc .cnd-hero-icon svg { width: 32px; height: 32px; stroke: #FFFFFF; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; } .cnd-desc .cnd-hero-content { flex: 1; } .cnd-desc .cnd-hero-content h3 { margin: 0 0 8px; font-size: 16px; font-weight: 700; color: #2C241B; line-height: 1.35; } .cnd-desc .cnd-hero-content p { margin: 0; font-size: 14.5px; line-height: 1.6; color: #222222; } .cnd-desc .cnd-swatches { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; } .cnd-desc .cnd-swatch { background: #FBF6F0; border-radius: 10px; padding: 16px; display: flex; align-items: center; gap: 14px; } .cnd-desc .cnd-swatch-chip { flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.08); } .cnd-desc .cnd-swatch-chip.grey { background: linear-gradient(135deg, #898987 0%, #5C5C5A 100%); } .cnd-desc .cnd-swatch-chip.offwhite { background: linear-gradient(135deg, #F0EBE0 0%, #DAD2C2 100%); } .cnd-desc .cnd-swatch-info { flex: 1; } .cnd-desc .cnd-swatch-name { font-size: 14px; font-weight: 700; color: #2C241B; margin: 0 0 3px; } .cnd-desc .cnd-swatch-sub { font-size: 12.5px; color: #6B6B6B; margin: 0; } .cnd-desc .cnd-features { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; } .cnd-desc .cnd-feature { background: #F5F5F5; border-radius: 10px; padding: 18px 18px 16px; display: flex; flex-direction: column; gap: 10px; } .cnd-desc .cnd-feature h3 { margin: 0; font-size: 13px; font-weight: 700; color: #222222; line-height: 1.3; } .cnd-desc .cnd-feature p { margin: 0; font-size: 13.5px; line-height: 1.55; color: #222222; } .cnd-desc .cnd-callout { background: #F7EDE3; border-left: 3px solid #C2824D; border-radius: 6px; padding: 18px 20px; margin: 28px 0; } .cnd-desc .cnd-callout h3 { margin: 0 0 8px; font-size: 14px; font-weight: 700; color: #2C241B; letter-spacing: 0.02em; } .cnd-desc .cnd-callout p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #222222; } .cnd-desc .cnd-spec { background: #FBF6F0; border-radius: 8px; padding: 18px 22px; margin: 24px 0; } .cnd-desc .cnd-spec .cnd-label { margin-bottom: 10px; } .cnd-desc .cnd-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; } .cnd-desc .cnd-spec-row:last-child { border-bottom: none; } .cnd-desc .cnd-spec-row > span:first-child { font-weight: 700; color: #2C241B; } .cnd-desc .cnd-spec-row > span:last-child { color: #222222; } .cnd-desc .cnd-care { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .cnd-desc .cnd-care-card { background: #F5F5F5; border-radius: 10px; padding: 16px 18px; display: flex; flex-direction: column; gap: 8px; } .cnd-desc .cnd-care-emoji { font-size: 22px; line-height: 1; } .cnd-desc .cnd-care-card h4 { margin: 0; font-size: 13px; font-weight: 700; color: #222222; } .cnd-desc .cnd-care-card p { margin: 0; font-size: 14px; line-height: 1.55; color: #222222; } .cnd-desc .cnd-pills { display: flex; flex-wrap: wrap; gap: 10px; } .cnd-desc .cnd-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; } .cnd-desc .cnd-pill:hover { border-color: #C2824D; background: #FBF6F0; transform: translateY(-1px); } .cnd-desc .cnd-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; } .cnd-desc .cnd-pill-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; } .cnd-desc .cnd-pill-name { font-size: 13.5px; font-weight: 700; color: #2C241B; } .cnd-desc .cnd-pill-sub { font-size: 11.5px; color: #6B6B6B; font-weight: 500; } .cnd-desc .cnd-glance { display: block; margin: 0; } .cnd-desc .cnd-glance-item { display: flex; align-items: flex-start; gap: 12px; padding: 8px 0; } .cnd-desc .cnd-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; } .cnd-desc .cnd-tick svg { width: 12px; height: 12px; stroke: #FFFFFF; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; } .cnd-desc .cnd-glance-item span:last-child { font-size: 15px; line-height: 1.55; color: #222222; } .cnd-desc .cnd-range { background: #2C241B; border-radius: 10px; padding: 22px 22px 20px; margin: 28px 0; } .cnd-desc .cnd-range .cnd-label { color: #E5C8A5; margin-bottom: 14px; } .cnd-desc .cnd-range-items { display: flex; flex-wrap: wrap; gap: 8px; } .cnd-desc .cnd-range-items a, .cnd-desc .cnd-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; } .cnd-desc .cnd-range-items a { color: #FFFFFF !important; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); } .cnd-desc .cnd-range-items a:hover { background: rgba(194,130,77,0.25); border-color: #C2824D; color: #FFFFFF !important; } .cnd-desc .cnd-range-items > div[aria-current="page"] { color: #2C241B; background: #E5C8A5; border: 1px solid #E5C8A5; } .cnd-desc .cnd-range-note { margin: 12px 0 0; font-size: 11.5px; font-style: italic; color: rgba(229,200,165,0.75); } .cnd-desc .mr-link { color: #C2824D; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; font-weight: 600; white-space: nowrap; } .cnd-desc .mr-link:hover { color: #A56934; } .cnd-desc .cnd-faq { margin: 0; } .cnd-desc .cnd-faq-item { border-bottom: 1px solid #E5E5E5; } .cnd-desc .cnd-faq-item:first-of-type { border-top: 1px solid #E5E5E5; } .cnd-desc .cnd-faq-item summary { padding: 16px 28px 16px 0; cursor: pointer; font-size: 14.5px; font-weight: 600; color: #2C241B; list-style: none; position: relative; } .cnd-desc .cnd-faq-item summary::-webkit-details-marker { display: none; } .cnd-desc .cnd-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; } .cnd-desc .cnd-faq-item[open] summary::after { content: '−'; } .cnd-desc .cnd-faq-answer { padding: 0 0 18px; font-size: 14px; line-height: 1.65; color: #222222; } .cnd-desc .cnd-faq-answer p { margin: 0; } @media (max-width: 768px) { .cnd-desc .cnd-features { grid-template-columns: 1fr; } .cnd-desc .cnd-care { grid-template-columns: 1fr; } .cnd-desc .cnd-swatches { grid-template-columns: 1fr; } .cnd-desc .cnd-spec-row { grid-template-columns: 1fr; gap: 4px; } .cnd-desc .cnd-hero { flex-direction: column; gap: 14px; } .cnd-desc .cnd-hero-icon { width: 48px; height: 48px; } .cnd-desc .cnd-hero-icon svg { width: 26px; height: 26px; } } The Canada Bed Frame is a classic sleigh-style bed with a three-panel headboard and a softly curved top, and a matching footboard holding two pull-out storage drawers behind raised-panel fronts with antique-style hardware. Crafted in acacia wood and MDF, available in Grey or Off-White, in Queen and King sizes. Part of the coordinated 4-piece Canada range — matching Bedside Table, Tallboy, and Dresser with Mirror sold separately. Classic Sleigh Headboard + Built-In Footboard Storage The Canada’s defining design is the gently curved sleigh-style headboard with three vertical raised panels — a traditional silhouette that reads classic rather than contemporary. At the foot of the bed, two pull-out drawers behind raised-panel fronts add hidden storage for spare bedding, off-season clothing, or anything you’d rather keep out of sight, without breaking the bed’s traditional aesthetic. Choose Your Colour Grey Medium-dark grey with a slight warm undertone Off-White Soft creamy off-white — not pure white Colour swatches above are for reference only — actual finish can read differently in person. We recommend visiting one of our five SE QLD showrooms before ordering. More Reasons to Choose the Canada Three-Panel Sleigh Headboard Traditional sleigh-bed silhouette with three vertical raised panels and a softly curved top — reads classic in both colourways. Two Footboard Storage Drawers Pull-out drawers with raised-panel fronts and antique-style round knobs — hidden storage for everyday essentials. Part of the 4-Piece Canada Range Matching Bedside Table, Tallboy, and Dresser with Mirror sold separately; same finish and detailing across the range. About the Materials The Canada uses hybrid construction. Structural elements (side rails, frame, drawer carcases) are solid acacia wood; the wider decorative panels (headboard panels, footboard panels, drawer fronts) are MDF finished to match the acacia. This approach is deliberate — solid acacia where structural strength matters, MDF where flat-panel stability matters (MDF stays flat across wide panels where solid timber can warp). Both materials carry the same finish so the bed reads as one continuous piece. Specifications SizesQueen, King ColoursGrey or Off-White (off-white reads as soft cream, not pure white) Structural MaterialSolid acacia wood (side rails, frame, drawer carcases) Decorative PanelsMDF finished to match the solid acacia HeadboardThree-panel sleigh design with softly curved top Footboard StorageTwo pull-out drawers with raised-panel fronts and antique-style round knobs FeetTurned bun feet at the corners SlatsStraight wooden slats included MattressNot included — sold separately AssemblyFlat-packed; two people recommended Care Instructions 🧹 Dust Weekly with a Soft Cloth Pay attention to the raised-panel grooves on the headboard and footboard where dust collects faster than on flat surfaces. 💧 Damp, Never Wet on the Timber Dry spills immediately with a soft cloth. Standing water can damage the finish and dull the colour over time. 🗄️ Operate the Drawers Smoothly Pull and close the footboard drawers with a steady motion. Avoid forcing them or overloading, which can stress the runner mechanism. Pair With a Mattress ✓ Pocket Spring Mattresses Individually wrapped springs for couples ✓ Bonnell Spring Mattresses Traditional sprung mattress feel ✓ Bamboo Mattresses Naturally cooling for Queensland summers At a Glance Classic sleigh-style headboard with three vertical raised panels and a softly curved top. Two built-in footboard storage drawers with raised-panel fronts and antique-style knobs. Hybrid construction: solid acacia wood on structural elements, MDF on decorative panels. Queen and King sizes; Grey or soft Off-White (not pure white); 4-piece Canada range available. Frequently Asked Questions What sizes is the Canada available in? Queen and King only. Single, King Single, and Double are not available. No mattress included. Is the Canada solid wood or MDF? Hybrid construction: solid acacia wood on the structural elements (side rails, frame, drawer carcases) and MDF on the decorative panels (headboard panels, footboard panels, drawer fronts). Both finished to match so the bed reads as one continuous piece. What does the "Off-White" colour actually look like? It’s a soft creamy off-white — not pure white. Reads warmer than a bright clean white in person, which makes it easier to pair with cream walls and natural-tone bedding. We’d recommend visiting a showroom to see it in person if a specific shade of white matters for your bedroom palette. What other pieces are in the Canada range? The Canada Bedside Table, Canada Tallboy, and Canada Dresser with Mirror — all sold separately, all with matching finish and detailing. Does the bed come with a mattress, and are slats included? Frame only — no mattress included. Straight wooden slats are included. Pocket spring, memory foam, latex, bamboo, and mattress-in-a-box options all suit the Canada. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What sizes is the Canada available in?", "acceptedAnswer": { "@type": "Answer", "text": "Queen and King only. Single, King Single, and Double are not available. No mattress included." } }, { "@type": "Question", "name": "Is the Canada solid wood or MDF?", "acceptedAnswer": { "@type": "Answer", "text": "Hybrid construction: solid acacia wood on the structural elements (side rails, frame, drawer carcases) and MDF on the decorative panels (headboard panels, footboard panels, drawer fronts). Both finished to match so the bed reads as one continuous piece." } }, { "@type": "Question", "name": "What does the Off-White colour actually look like?", "acceptedAnswer": { "@type": "Answer", "text": "Soft creamy off-white, not pure white. Reads warmer than a bright clean white in person — easier to pair with cream walls and natural-tone bedding. Visit a showroom if a specific shade of white matters." } }, { "@type": "Question", "name": "What other pieces are in the Canada range?", "acceptedAnswer": { "@type": "Answer", "text": "The Canada Bedside Table, Canada Tallboy, and Canada Dresser with Mirror — all sold separately, all with matching finish and detailing." } }, { "@type": "Question", "name": "Does the bed come with a mattress, and are slats included?", "acceptedAnswer": { "@type": "Answer", "text": "Frame only — no mattress included. Straight wooden slats are included. Pocket spring, memory foam, latex, bamboo, and mattress-in-a-box options all suit the Canada." } } ] } Complete the Canada Range Canada Bed Frame Canada Bedside Table Canada Tallboy Canada Dresser with Mirror All Canada pieces sold separately.
More you might like
Related
Lucas Upholstered Queen Bed Frame Canada
Related
Connor Bedard 20x29 Framed Canvas Canada World Juniors-V
Related
Connor Bedard 20x29 Framed Canvas Canada White Action-H
Related