✦ Verified product
Apollo Electric Adjustable Bed Frame
GBP 579.99
Size
Headboard Height
Mattress
Beds Online Store
Verified independent store
→
.bdf-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .bdf-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #f5f5f5; color: #1a1a
1a; max-width: 860px; margin: 0 auto; border-radius: 10px; overflow: hidden; } /* HERO */ .bdf-hero { background: linear-gradient(135deg, #1e3d30 0%, #2d5a4e 55%, #3a6b5a 100%); color: #fff; padding: 40px 36px 36px; position: relative; overflow: hidden; } .bdf-hero::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,0.05); } .bdf-hero::after { content: ''; position: absolute; bottom: -70px; left: 25%; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,0.03); } .bdf-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #a8d5c2; margin-bottom: 10px; } .bdf-hero h2 { font-size: clamp(22px, 4vw, 34px); font-weight: 700; line-height: 1.2; margin-bottom: 12px; color: #fff; } .bdf-hero p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 500px; } /* SPEC BAR */ .bdf-specs { display: grid; grid-template-columns: repeat(4, 1fr); background: #1e3d30; border-bottom: 3px solid #a8d5c2; } .bdf-spec { padding: 16px 18px; border-right: 1px solid rgba(255,255,255,0.08); } .bdf-spec:last-child { border-right: none; } .bdf-spec-label { font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #a8d5c2; margin-bottom: 5px; } .bdf-spec-val { font-size: 20px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 3px; } .bdf-spec-sub { font-size: 10px; color: rgba(255,255,255,0.45); line-height: 1.3; } /* SECTION HEADER */ .bdf-sec-head { padding: 28px 28px 16px; background: #f5f5f5; } .bdf-sec-title { font-size: 16px; font-weight: 700; color: #1e3d30; text-transform: uppercase; letter-spacing: 1.5px; display: flex; align-items: center; gap: 12px; } .bdf-sec-title::after { content: ''; flex: 1; height: 2px; background: linear-gradient(90deg, #a8d5c2, transparent); } /* TABLE */ .bdf-table-wrap { padding: 0 28px 28px; background: #f5f5f5; overflow-x: auto; -webkit-overflow-scrolling: touch; } .bdf-table { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 560px; } .bdf-table thead tr { background: #2d5a4e; color: #fff; } .bdf-table thead th { font-size: 9px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; padding: 13px 14px; text-align: left; color: #c8e8dc; line-height: 1.4; } .bdf-table tbody tr { border-bottom: 1px solid #dde5e2; transition: background 0.15s; } .bdf-table tbody tr:nth-child(even) { background: #edf3f0; } .bdf-table tbody tr:hover { background: #d5e8e0; } .bdf-table tbody td { padding: 13px 14px; color: #1a1a1a; vertical-align: middle; } .bdf-table tbody td:first-child { font-weight: 700; font-size: 14px; color: #1e3d30; } .bdf-optional { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; background: #e8f5f0; color: #2d5a4e; border: 1px solid #a8d5c2; } /* VISUAL BARS */ .bdf-bars-wrap { background: #fff; padding: 0 28px 28px; } .bdf-bars-wrap .bdf-sec-head { background: #fff; padding-left: 0; padding-right: 0; } .bdf-bar-list { display: flex; flex-direction: column; gap: 12px; } .bdf-bar-row { display: grid; grid-template-columns: 145px 1fr; align-items: center; gap: 14px; } .bdf-bar-label { line-height: 1.3; } .bdf-bar-name { font-size: 13px; font-weight: 700; color: #1e3d30; } .bdf-bar-sub { font-size: 11px; color: #6b8c80; margin-top: 2px; } .bdf-track { background: #edf3f0; border-radius: 4px; height: 32px; overflow: hidden; border: 1px solid #c8ddd6; } .bdf-fill { height: 100%; border-radius: 4px; display: flex; align-items: center; justify-content: flex-end; padding-right: 10px; font-size: 11px; font-weight: 600; color: #fff; white-space: nowrap; } /* Widths: 3ft=97, 4ft=127, 4ft6=143, 5ft=158, 6ft=188 — relative to 188 max */ .bdf-w1 { width: 52%; background: linear-gradient(90deg, #3a6b5a, #a8d5c2); } .bdf-w2 { width: 68%; background: linear-gradient(90deg, #2d5a4e, #74b49e); } .bdf-w3 { width: 76%; background: linear-gradient(90deg, #285044, #5ea48c); } .bdf-w4 { width: 84%; background: linear-gradient(90deg, #22443a, #4a9478); } .bdf-w5 { width: 100%; background: linear-gradient(90deg, #1e3d30, #2d5a4e); } /* HANDMADE NOTE */ .bdf-note { background: #fff; margin: 0 28px 28px; border-radius: 8px; border: 1px solid #c8ddd6; border-left: 4px solid #2d5a4e; padding: 16px 18px; display: flex; align-items: flex-start; gap: 12px; } .bdf-note-icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; } .bdf-note-title { font-size: 13px; font-weight: 700; color: #1e3d30; margin-bottom: 4px; } .bdf-note-body { font-size: 12.5px; color: #4a6860; line-height: 1.6; } /* INFO CARDS */ .bdf-cards-wrap { background: #f5f5f5; padding: 0 28px 28px; } .bdf-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 4px; } .bdf-card { border: 1px solid #c8ddd6; border-radius: 8px; padding: 18px; background: #fff; border-top: 3px solid #2d5a4e; text-align: center; } .bdf-card-icon { font-size: 22px; margin-bottom: 8px; } .bdf-card-title { font-size: 13px; font-weight: 700; color: #1e3d30; margin-bottom: 5px; } .bdf-card-val { font-size: 22px; font-weight: 700; color: #2d5a4e; line-height: 1; margin-bottom: 4px; } .bdf-card-body { font-size: 11.5px; color: #6b8c80; line-height: 1.5; } /* FOOTER */ .bdf-footer { background: #1e3d30; color: rgba(255,255,255,0.6); padding: 16px 28px; font-size: 12px; line-height: 1.6; display: flex; align-items: flex-start; gap: 10px; } .bdf-footer-icon { color: #a8d5c2; font-size: 14px; flex-shrink: 0; margin-top: 1px; } /* MOBILE */ @media (max-width: 600px) { .bdf-hero { padding: 28px 18px; } .bdf-specs { grid-template-columns: 1fr 1fr; } .bdf-spec:nth-child(3), .bdf-spec:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.08); } .bdf-spec:nth-child(2), .bdf-spec:nth-child(4) { border-right: none; } .bdf-sec-head, .bdf-table-wrap, .bdf-bars-wrap, .bdf-cards-wrap, .bdf-footer, .bdf-note { padding-left: 16px; padding-right: 16px; } .bdf-note { margin-left: 16px; margin-right: 16px; } .bdf-bar-row { grid-template-columns: 115px 1fr; gap: 10px; } .bdf-cards { grid-template-columns: 1fr 1fr; } .bdf-cards .bdf-card:last-child { grid-column: span 2; } .bdf-bar-name { font-size: 12px; } .bdf-fill { font-size: 10px; padding-right: 6px; } } Bed frame Collection Bed Frame Size & Dimensions Guide All beds share a 215cm overall length including footboard. Choose your width below — headboard is optional on every size. Overall Length 215cm Inc. footboard — all sizes Footboard Height 66cm All sizes Side Rail Height 35cm All sizes Headboard Optional All sizes Full Dimensions Bed Size Headboard Height Footboard Height Side Rail Height Width Overall Length 3FT Single Optional 66cm 35cm 97cm 215cm 4FT Small Double Optional 66cm 35cm 127cm 215cm 4FT6 Double Optional 66cm 35cm 143cm 215cm 5FT Kingsize Optional 66cm 35cm 158cm 215cm 6FT Super King Optional 66cm 35cm 188cm 215cm Visual Width Comparison 3FT Single 97cm wide 97cm 4FT Small Double 127cm wide 127cm 4FT6 Double 143cm wide 143cm 5FT Kingsize 158cm wide 158cm 6FT Super King 188cm wide 188cm 🪵 Handmade Product — Size Variance Notice This product is handmade in the UK. Please allow 1–2 inches variance across all dimensions. Each bed is crafted individually, so minor variations are a natural characteristic of the handmade process. Key Measurements 📏 Footboard Height 66cm Consistent across all sizes ↕️ Side Rail Height 35cm Consistent across all sizes 📐 Overall Length 215cm Including footboard — all sizes ⚠ Please check your room space before ordering. Allow extra clearance for walking space and bedside tables. All dimensions are approximate — handmade products may vary by 1–2 inches.