Aurora Bed Frame
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap'); .aur-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; } .aur-desc *, .aur-desc *::before, .aur-desc *::after { box-sizing: border-box; } .aur-desc .aur-intro { margin: 0 0 28px; } .aur-desc .aur-intro p { margin: 0; font-size: 15px; line-height: 1.7; color: #222222; } .aur-desc .aur-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #C2824D; margin: 0 0 14px; } .aur-desc .aur-section { margin: 28px 0; } /* Colour swatches */ .aur-desc .aur-swatches { display: flex; flex-wrap: wrap; gap: 22px; justify-content: flex-start; } .aur-desc .aur-swatch { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; } .aur-desc .aur-swatch-circle { width: 64px; height: 64px; border-radius: 50%; border: 2px solid #FFFFFF; box-shadow: 0 0 0 1px rgba(0,0,0,0.12), 0 3px 8px rgba(0,0,0,0.08); } .aur-desc .aur-swatch-oatmeal { background: linear-gradient(135deg, #E5DBC5 0%, #C5B89D 100%); } .aur-desc .aur-swatch-grey { background: linear-gradient(135deg, #B0B4B8 0%, #8E9298 100%); } .aur-desc .aur-swatch span { font-size: 13px; font-weight: 600; color: #2C241B; } .aur-desc .aur-swatch span.aur-swatch-sub { display: block; font-size: 11px; font-weight: 500; color: #6B6B6B; margin-top: 2px; } .aur-desc .aur-disclaimer { display: flex; align-items: flex-start; gap: 8px; margin: 18px 0 0; padding: 12px 14px; background: #FBF6F0; border-radius: 8px; font-size: 12.5px; line-height: 1.55; color: #6B6B6B; font-style: italic; } .aur-desc .aur-disclaimer svg { flex-shrink: 0; width: 14px; height: 14px; stroke: #C2824D; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; margin-top: 2px; } /* Features (4 in 2x2 grid — structural variation from Faith's hero+3) */ .aur-desc .aur-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .aur-desc .aur-feature { background: #F5F5F5; border-radius: 10px; padding: 18px 18px 16px; display: flex; flex-direction: column; gap: 10px; } .aur-desc .aur-feature svg { width: 26px; height: 26px; stroke: #C2824D; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; } .aur-desc .aur-feature h3 { margin: 0; font-size: 13px; font-weight: 700; color: #222222; line-height: 1.3; } .aur-desc .aur-feature p { margin: 0; font-size: 14px; line-height: 1.55; color: #222222; } /* Material callout */ .aur-desc .aur-callout { background: #F7EDE3; border-left: 3px solid #C2824D; border-radius: 6px; padding: 18px 20px; margin: 28px 0; } .aur-desc .aur-callout h3 { margin: 0 0 8px; font-size: 14px; font-weight: 700; color: #2C241B; letter-spacing: 0.02em; } .aur-desc .aur-callout p { margin: 0; font-size: 14.5px; line-height: 1.65; color: #222222; } /* Spec Block */ .aur-desc .aur-spec { background: #FBF6F0; border-radius: 8px; padding: 18px 22px; margin: 24px 0; } .aur-desc .aur-spec .aur-label { margin-bottom: 10px; } .aur-desc .aur-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; } .aur-desc .aur-spec-row:last-child { border-bottom: none; } .aur-desc .aur-spec-row > span:first-child { font-weight: 700; color: #2C241B; } .aur-desc .aur-spec-row > span:last-child { color: #222222; } /* Care cards */ .aur-desc .aur-care { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .aur-desc .aur-care-card { background: #F5F5F5; border-radius: 10px; padding: 16px 18px; display: flex; flex-direction: column; gap: 8px; } .aur-desc .aur-care-emoji { font-size: 22px; line-height: 1; } .aur-desc .aur-care-card h4 { margin: 0; font-size: 13px; font-weight: 700; color: #222222; } .aur-desc .aur-care-card p { margin: 0; font-size: 14px; line-height: 1.55; color: #222222; } /* Care product / mattress pills */ .aur-desc .aur-pills { display: flex; flex-wrap: wrap; gap: 10px; } .aur-desc .aur-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; } .aur-desc .aur-pill:hover { border-color: #C2824D; background: #FBF6F0; transform: translateY(-1px); } .aur-desc .aur-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; } .aur-desc .aur-pill-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; } .aur-desc .aur-pill-name { font-size: 13.5px; font-weight: 700; color: #2C241B; } .aur-desc .aur-pill-sub { font-size: 11.5px; color: #6B6B6B; font-weight: 500; } /* At a Glance */ .aur-desc .aur-glance { display: block; margin: 0; } .aur-desc .aur-glance-item { display: flex; align-items: flex-start; gap: 12px; padding: 8px 0; } .aur-desc .aur-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; } .aur-desc .aur-tick svg { width: 12px; height: 12px; stroke: #FFFFFF; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; } .aur-desc .aur-glance-item span:last-child { font-size: 15px; line-height: 1.55; color: #222222; } /* Inline links */ .aur-desc .mr-link { color: #C2824D; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; font-weight: 600; white-space: nowrap; } .aur-desc .mr-link:hover { color: #A56934; } /* FAQ */ .aur-desc .aur-faq { margin: 0; } .aur-desc .aur-faq-item { border-bottom: 1px solid #E5E5E5; } .aur-desc .aur-faq-item:first-of-type { border-top: 1px solid #E5E5E5; } .aur-desc .aur-faq-item summary { padding: 16px 28px 16px 0; cursor: pointer; font-size: 14.5px; font-weight: 600; color: #2C241B; list-style: none; position: relative; } .aur-desc .aur-faq-item summary::-webkit-details-marker { display: none; } .aur-desc .aur-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; } .aur-desc .aur-faq-item[open] summary::after { content: '−'; } .aur-desc .aur-faq-answer { padding: 0 0 18px; font-size: 14px; line-height: 1.65; color: #222222; } .aur-desc .aur-faq-answer p { margin: 0 0 10px; } .aur-desc .aur-faq-answer p:last-child { margin-bottom: 0; } /* SEO body */ .aur-desc .aur-seo { border-top: 1px solid #E5E5E5; margin-top: 36px; padding-top: 26px; } .aur-desc .aur-seo h2 { margin: 0 0 14px; font-size: 18px; font-weight: 700; color: #2C241B; line-height: 1.35; } .aur-desc .aur-seo p { margin: 0 0 12px; font-size: 13.5px; line-height: 1.7; color: #6B6B6B; } .aur-desc .aur-seo p:last-child { margin-bottom: 0; } /* Mobile */ @media (max-width: 768px) { .aur-desc .aur-features { grid-template-columns: 1fr; } .aur-desc .aur-care { grid-template-columns: 1fr; } .aur-desc .aur-spec-row { grid-template-columns: 1fr; gap: 4px; } .aur-desc .aur-seo h2 { font-size: 17px; } } The Aurora Bed Frame brings velvet-textured upholstery to smaller bedrooms and first homes — a tall vertical channel-tufted headboard with soft curved edges at the top corners, a clean low-profile upholstered base, and dark tapered feet. Available in two soft neutrals: warm Oatmeal for cosy traditional and transitional bedroom schemes, or cool Grey for more contemporary palettes. Comes in Double and Queen sizes — positioned as the velvet bed that fits a guest room, a smaller master, or a starter bedroom without needing the floor space of a King. Choose Your Upholstery OatmealVelvet GreyVelvet Swatches shown are for visualisation only — actual tones can vary with screen, lighting, and velvet pile direction. For the truest colour match, visit one of our five SE QLD showrooms to see the fabric on display before you order. Key Features Vertical Channel-Tufted Headboard Tall channel detail runs the full width of the headboard — adds visual height and depth without dominating the room. The same low-pile velvet finish across every visible surface. Subtle Curved Wing Edges The top corners of the headboard flare gently outward, giving the bed a quietly framed silhouette without the dominant wing-back profile of a heavier statement piece. A softer interpretation of the wing detail. Velvet-Textured Upholstery Soft-touch velvet-textured fabric across the headboard, side rails, and footboard. Velvet’s low-pile finish catches light differently depending on pile direction, giving the bed visible depth that flat-weave fabrics don’t deliver. Double or Queen Size Choose Double for smaller bedrooms, guest rooms, or single sleepers wanting room to spread out; Queen for couples or main bedrooms. Built around a slatted base so the mattress sits directly on the frame. About the Upholstery & Build The Aurora is upholstered in a velvet-textured fabric across every visible surface — headboard, side rails, and footboard. Most modern furniture velvet is a synthetic (polyester) blend rather than silk or cotton velvet, with the visual depth and soft-touch feel typical of velvet but at an accessible price point. The bed is built around a wooden internal frame with straight wooden slats included, and a middle support bar where applicable (varies by size — refer to your size’s instruction manual). Dark-stained tapered legs at each corner finish the bottom edge. Specifications Bed Sizes Double, Queen Colour Options Oatmeal, Grey Upholstery Velvet-textured fabric (typically synthetic polyester velvet; refer to spec sheet for exact composition) Headboard Style Vertical channel-tufted with subtle curved wing edges at top corners Footboard Style Low solid upholstered base in matching velvet Frame Structure Wooden internal frame with upholstered panels Slats Straight wooden slats included Centre Support Middle support bar included where applicable (varies by size — refer to instruction manual) Legs Dark tapered legs at each corner Mattress Not included — sold separately Assembly Flat-packed with instructions; two people recommended for assembly Care Instructions 🌀 Vacuum Lightly Each Week Use a soft-brush vacuum attachment on low suction across the channel detail and side rails. Velvet pile is more delicate than flat fabric — aggressive vacuuming flattens the pile over time. 💧 Address Spills Right Away Blot fabric spills with a clean dry cloth, working from the outside in. Don’t rub — rubbing on velvet smears the pile direction and can leave a permanent mark even after the stain itself clears. ☀️ Position Away from Direct Sun Sustained UV fades velvet visibly over time. Oatmeal shows fading more than Grey, but both colours benefit from being kept out of harsh afternoon sun. ↕️ Brush the Pile in One Direction If the velvet looks uneven after vacuuming or sitting up against the headboard, run a soft brush across the pile in one consistent direction to restore the even finish. Recommended Care Products ✓ Guardsman Fabric Protector Spray-on protection against everyday spills and stains ✓ Guardsman Fabric Care Kit For routine cleaning and stain removal Pair With a Mattress The Aurora is sold as a frame only. Match the bed size, then choose a mattress that suits your sleep preference and budget — the team can help in any showroom. ✓ Mattress-in-a-Box Range Quick-delivery roll-pack mattresses at an accessible price ✓ Bamboo Mattresses Naturally cooling for Queensland summers ✓ Memory Foam Mattresses Contouring pressure relief and motion absorption At a Glance Velvet-upholstered bed frame with a vertical channel-tufted headboard and subtle curved wing edges at the top corners. Two soft neutral velvet tones: warm Oatmeal or cool Grey. Available in Double and Queen sizes — suited to smaller bedrooms, guest rooms, and main bedrooms that don’t need a King. Low-profile upholstered base, dark-stained tapered legs at each corner. Wooden internal frame with straight wooden slats included; middle support bar where applicable (varies by size). Sold as a frame only — mattress not included. Flat-packed for delivery; two-person assembly recommended. Frequently Asked Questions What sizes is the Aurora Bed Frame available in? The Aurora is available in Double and Queen sizes. Single, King Single, and King sizes are not available for this bed. The bed takes a standard mattress of the matching size. The Double size is well-suited to smaller bedrooms and guest rooms; the Queen is the standard main-bedroom size for couples or single sleepers wanting more room. What colours is the Aurora available in? Two colour options: Oatmeal (a warm cream-beige that suits traditional, transitional, and cosy bedroom schemes) and Grey (a cool medium-grey that suits contemporary and minimalist palettes). Both are upholstered in the same velvet-textured fabric across every visible surface — the headboard, side rails, and footboard all match. Is the Aurora upholstered in real (silk) velvet? The Aurora is upholstered in a velvet-textured fabric. Most modern furniture velvet at this price point is a synthetic (polyester) blend rather than silk or cotton velvet — the visual depth and soft-touch feel are typical of velvet, with the same care requirements regardless of fibre composition. If the specific velvet composition matters for your purchase, the showroom team can help clarify what’s on the supplier spec sheet. Does the bed come with a mattress, and are slats included? The Aurora is sold as a frame only — no mattress is included. Straight wooden slats are built into the frame, so you don’t need an ensemble base or a separate slat set; place your mattress directly on the slats. A middle support bar is included where applicable (varies by size — refer to your size’s instruction manual). Is the Aurora flat-packed, and how is it assembled? Yes — the Aurora ships flat-packed for easier delivery and home transport, and includes clear instructions for at-home assembly. We recommend two people for assembly to make handling the upholstered headboard and side rails easier. Can I see the Aurora in a showroom before buying? Yes — the Aurora is on display across our five SE QLD showrooms: Rocklea (flagship), Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh. Floor models and current stock may vary, so we recommend calling ahead if you’d like to see a specific size or compare the Oatmeal and Grey variants side by side. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What sizes is the Aurora Bed Frame available in?", "acceptedAnswer": { "@type": "Answer", "text": "The Aurora is available in Double and Queen sizes. Single, King Single, and King sizes are not available. The Double size is well-suited to smaller bedrooms and guest rooms; the Queen is the standard main-bedroom size." } }, { "@type": "Question", "name": "What colours is the Aurora available in?", "acceptedAnswer": { "@type": "Answer", "text": "Two colour options: Oatmeal (warm cream-beige for traditional and cosy bedroom schemes) and Grey (cool medium-grey for contemporary and minimalist palettes). Both upholstered in the same velvet-textured fabric across headboard, side rails, and footboard." } }, { "@type": "Question", "name": "Is the Aurora upholstered in real silk velvet?", "acceptedAnswer": { "@type": "Answer", "text": "The Aurora is upholstered in a velvet-textured fabric. Most modern furniture velvet at this price point is a synthetic polyester blend rather than silk or cotton velvet. Care requirements are the same regardless of fibre type." } }, { "@type": "Question", "name": "Does the bed come with a mattress, and are slats included?", "acceptedAnswer": { "@type": "Answer", "text": "The Aurora is sold as a frame only — no mattress is included. Straight wooden slats are built into the frame, so you can place a mattress directly on the slats. A middle support bar is included where applicable (varies by size)." } }, { "@type": "Question", "name": "Is the Aurora flat-packed, and how is it assembled?", "acceptedAnswer": { "@type": "Answer", "text": "Yes — the Aurora ships flat-packed for easier delivery and home transport, and includes clear instructions for at-home assembly. Two people for assembly makes handling the upholstered headboard and side rails easier." } }, { "@type": "Question", "name": "Can I see the Aurora in a showroom before buying?", "acceptedAnswer": { "@type": "Answer", "text": "Yes — the Aurora is on display across our five SE QLD showrooms: Rocklea, Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh. Floor models and stock may vary." } } ] } Aurora Bed Frame — Full Product Details Velvet beds used to be reserved for master bedrooms — large headboards, King-sized frames, prices to match. The Aurora Bed Frame brings the velvet look into smaller bedrooms and first homes at a more accessible price point. The headboard is tall enough to read as a statement piece with vertical channel-tufting and subtle curved wing edges at the top corners, but the overall bed sits on a clean low-profile base without the storage benches, drawer mechanisms, or full wing-back silhouettes that drive the price of premium velvet beds higher. The upholstery is a velvet-textured fabric across every visible surface — headboard, side rails, footboard. Most modern furniture velvet is a synthetic polyester blend (silk and cotton velvet exist but are rare in furniture upholstery at this price point); the care requirements are the same regardless of fibre type, with gentle vacuuming and prompt spill response keeping the pile looking even over time. The Oatmeal variant works for traditional, transitional, and cosy bedroom schemes — warm enough to soften a neutral palette without dominating it. The Grey variant suits contemporary and minimalist palettes, pairing comfortably with white walls, timber floors, and modern art. The Aurora comes in Double and Queen sizes — the Double size is genuinely useful for guest rooms, single sleepers, smaller bedrooms, and second bedrooms that double as guest space, where a Queen would be too large. The Queen is the standard couple-friendly main bedroom size. A mattress isn’t included; pair the bed with a Mattress-in-a-Box, Bamboo, or Memory Foam mattress from our ranges to suit your sleep preference and budget. See the Aurora in person at any of our five SE QLD showrooms — Rocklea (flagship), Sandgate, Bundall (Gold Coast), North Ipswich, and Beenleigh — where you can compare Oatmeal and Grey side by side and feel the velvet finish before deciding.
More you might like
Related
Aurora Bed Frame (Frame Only)
Related
Aurora Frame Bed
Related
Aurora Bed Frame
Related