{"product_id":"audreamy-phelix-bed-for-kids-white-wood-wooden-single","title":"Audreamy Phelix Wooden House Bed White Single for Kids with Storage Drawers","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .housebed-detail,\n  .housebed-detail * {\n    box-sizing: border-box;\n  }\n\n  .housebed-detail {\n    --hb-primary: #7086c4;\n    --hb-primary-dark: #485b94;\n    --hb-accent: #e79b78;\n    --hb-text: #293247;\n    --hb-muted: #667085;\n    --hb-border: #e6e9f0;\n    --hb-blue: #f2f5ff;\n    --hb-pink: #fff5f0;\n    --hb-yellow: #fff9e9;\n    --hb-white: #ffffff;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 42px 18px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--hb-text);\n  }\n\n  \/* Product introduction *\/\n  .housebed-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 50px 30px;\n    border: 1px solid var(--hb-border);\n    border-radius: 28px;\n    background:\n      radial-gradient(\n        circle at 90% 10%,\n        rgba(231, 155, 120, 0.2),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 8% 92%,\n        rgba(112, 134, 196, 0.16),\n        transparent 32%\n      ),\n      linear-gradient(135deg, #f8f9ff 0%, #fff9f5 100%);\n    text-align: center;\n  }\n\n  .housebed-hero::before,\n  .housebed-hero::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .housebed-hero::before {\n    top: -90px;\n    right: -70px;\n    width: 210px;\n    height: 210px;\n    border: 1px solid rgba(112, 134, 196, 0.15);\n  }\n\n  .housebed-hero::after {\n    bottom: -110px;\n    left: -80px;\n    width: 240px;\n    height: 240px;\n    border: 1px solid rgba(231, 155, 120, 0.16);\n  }\n\n  .housebed-hero-content {\n    position: relative;\n    z-index: 1;\n    max-width: 930px;\n    margin: 0 auto;\n  }\n\n  .housebed-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 15px;\n    padding: 8px 15px;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.9);\n    color: var(--hb-primary-dark);\n    box-shadow: 0 5px 16px rgba(72, 91, 148, 0.08);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .housebed-kicker::before {\n    content: \"\";\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: var(--hb-accent);\n  }\n\n  .housebed-hero h2 {\n    margin: 0;\n    color: var(--hb-text);\n    font-size: clamp(28px, 4vw, 42px);\n    font-weight: 700;\n    letter-spacing: -0.03em;\n    line-height: 1.18;\n  }\n\n  .housebed-hero p {\n    max-width: 820px;\n    margin: 17px auto 0;\n    color: var(--hb-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .housebed-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 23px;\n  }\n\n  .housebed-tag {\n    display: inline-flex;\n    align-items: center;\n    min-height: 34px;\n    padding: 7px 13px;\n    border: 1px solid rgba(112, 134, 196, 0.18);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.76);\n    color: #50629a;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  \/* Section heading *\/\n  .housebed-heading {\n    max-width: 780px;\n    margin: 44px auto 25px;\n    text-align: center;\n  }\n\n  .housebed-heading span {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--hb-accent);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.11em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .housebed-heading h3 {\n    margin: 0;\n    color: var(--hb-text);\n    font-size: clamp(25px, 3vw, 34px);\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .housebed-heading p {\n    margin: 11px 0 0;\n    color: var(--hb-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Feature cards *\/\n  .housebed-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .housebed-feature {\n    position: relative;\n    min-height: 245px;\n    padding: 27px;\n    border: 1px solid var(--hb-border);\n    border-radius: 22px;\n    background: var(--hb-white);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .housebed-feature:nth-child(3n + 1) {\n    background: var(--hb-blue);\n  }\n\n  .housebed-feature:nth-child(3n + 2) {\n    background: var(--hb-pink);\n  }\n\n  .housebed-feature:nth-child(3n) {\n    background: var(--hb-yellow);\n  }\n\n  .housebed-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 14px 30px rgba(44, 55, 88, 0.08);\n  }\n\n  .housebed-feature-top {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n  }\n\n  .housebed-feature-number {\n    display: flex;\n    flex: 0 0 auto;\n    align-items: center;\n    justify-content: center;\n    width: 45px;\n    height: 45px;\n    border-radius: 14px;\n    background: var(--hb-primary);\n    color: #ffffff;\n    box-shadow: 0 7px 16px rgba(112, 134, 196, 0.22);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .housebed-feature-title {\n    min-width: 0;\n  }\n\n  .housebed-feature-label {\n    margin-bottom: 6px;\n    color: var(--hb-accent);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.07em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .housebed-feature h4 {\n    margin: 0;\n    color: var(--hb-text);\n    font-size: 21px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .housebed-feature p {\n    margin: 18px 0 0;\n    color: #596174;\n    font-size: 15px;\n    line-height: 1.78;\n  }\n\n  .housebed-feature-line {\n    width: 55px;\n    height: 3px;\n    margin-top: 20px;\n    border-radius: 999px;\n    background: rgba(112, 134, 196, 0.22);\n  }\n\n  \/* Product highlights *\/\n  .housebed-highlights {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n    margin-top: 28px;\n  }\n\n  .housebed-highlight {\n    padding: 22px;\n    border: 1px solid var(--hb-border);\n    border-radius: 19px;\n    background: #ffffff;\n  }\n\n  .housebed-highlight strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--hb-primary-dark);\n    font-size: 16px;\n    line-height: 1.4;\n  }\n\n  .housebed-highlight p {\n    margin: 0;\n    color: var(--hb-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* Mattress notice *\/\n  .housebed-mattress {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    align-items: center;\n    gap: 18px;\n    margin-top: 28px;\n    padding: 23px 25px;\n    border: 1px solid #eadfbd;\n    border-radius: 20px;\n    background: #fffaf0;\n  }\n\n  .housebed-mattress-icon {\n    display: flex;\n    flex: 0 0 auto;\n    align-items: center;\n    justify-content: center;\n    width: 48px;\n    height: 48px;\n    border-radius: 14px;\n    background: #d6a94f;\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .housebed-mattress h3 {\n    margin: 0 0 6px;\n    color: #5b4822;\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .housebed-mattress p {\n    margin: 0;\n    color: #72613e;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Delivery notice *\/\n  .housebed-delivery {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    align-items: center;\n    gap: 18px;\n    margin-top: 16px;\n    padding: 25px 27px;\n    border-radius: 21px;\n    background: linear-gradient(\n      135deg,\n      var(--hb-primary-dark),\n      var(--hb-primary)\n    );\n    color: #ffffff;\n  }\n\n  .housebed-delivery-icon {\n    display: flex;\n    flex: 0 0 auto;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.14);\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .housebed-delivery h3 {\n    margin: 0 0 7px;\n    color: #ffffff;\n    font-size: 20px;\n    line-height: 1.35;\n  }\n\n  .housebed-delivery p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Specifications *\/\n  .housebed-spec {\n    overflow: hidden;\n    margin-top: 40px;\n    border: 1px solid var(--hb-border);\n    border-radius: 23px;\n    background: #ffffff;\n  }\n\n  .housebed-spec-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 23px 25px;\n    background: var(--hb-text);\n    color: #ffffff;\n  }\n\n  .housebed-spec-header h3 {\n    margin: 0;\n    color: #ffffff;\n    font-size: 23px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .housebed-spec-header span {\n    color: rgba(255, 255, 255, 0.68);\n    font-size: 13px;\n    line-height: 1.4;\n    text-align: right;\n  }\n\n  .housebed-spec table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .housebed-spec tr:nth-child(even) {\n    background: #fafbfe;\n  }\n\n  .housebed-spec td {\n    padding: 16px 20px;\n    border-bottom: 1px solid #eaedf3;\n    color: #596174;\n    font-size: 15px;\n    line-height: 1.6;\n    vertical-align: top;\n    word-break: break-word;\n  }\n\n  .housebed-spec tr:last-child td {\n    border-bottom: none;\n  }\n\n  .housebed-spec td:first-child {\n    width: 38%;\n    color: var(--hb-text);\n    font-weight: 700;\n  }\n\n  \/* Important information *\/\n  .housebed-notes {\n    margin-top: 26px;\n    padding: 25px;\n    border: 1px solid #eee5dc;\n    border-radius: 20px;\n    background: #fffaf6;\n  }\n\n  .housebed-notes h3 {\n    margin: 0 0 15px;\n    color: #59473d;\n    font-size: 19px;\n    line-height: 1.4;\n  }\n\n  .housebed-note-item {\n    position: relative;\n    margin-top: 12px;\n    padding-left: 19px;\n    color: #6d5d54;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .housebed-note-item:first-of-type {\n    margin-top: 0;\n  }\n\n  .housebed-note-item::before {\n    content: \"\";\n    position: absolute;\n    top: 9px;\n    left: 0;\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: var(--hb-accent);\n  }\n\n  .housebed-note-item strong {\n    color: #55453d;\n  }\n\n  @media (max-width: 850px) {\n    .housebed-features {\n      grid-template-columns: 1fr;\n    }\n\n    .housebed-feature {\n      min-height: auto;\n    }\n\n    .housebed-highlights {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .housebed-detail {\n      padding: 26px 13px;\n    }\n\n    .housebed-hero {\n      padding: 36px 17px;\n      border-radius: 21px;\n    }\n\n    .housebed-hero h2 {\n      font-size: 27px;\n    }\n\n    .housebed-hero p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .housebed-tags {\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .housebed-tag {\n      min-height: 31px;\n      padding: 6px 10px;\n      font-size: 12px;\n    }\n\n    .housebed-heading {\n      margin-top: 34px;\n    }\n\n    .housebed-features {\n      gap: 13px;\n    }\n\n    .housebed-feature {\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .housebed-feature-top {\n      gap: 12px;\n    }\n\n    .housebed-feature-number {\n      width: 40px;\n      height: 40px;\n      border-radius: 12px;\n      font-size: 13px;\n    }\n\n    .housebed-feature h4 {\n      font-size: 19px;\n    }\n\n    .housebed-feature p {\n      margin-top: 15px;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .housebed-highlight {\n      padding: 18px;\n      border-radius: 16px;\n    }\n\n    .housebed-mattress,\n    .housebed-delivery {\n      grid-template-columns: 1fr;\n      gap: 13px;\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .housebed-mattress-icon,\n    .housebed-delivery-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 12px;\n    }\n\n    .housebed-spec {\n      margin-top: 30px;\n      border-radius: 18px;\n    }\n\n    .housebed-spec-header {\n      display: block;\n      padding: 19px 17px;\n    }\n\n    .housebed-spec-header h3 {\n      font-size: 21px;\n    }\n\n    .housebed-spec-header span {\n      display: block;\n      margin-top: 5px;\n      text-align: left;\n    }\n\n    .housebed-spec,\n    .housebed-spec tbody,\n    .housebed-spec tr,\n    .housebed-spec td {\n      display: block;\n      width: 100%;\n    }\n\n    .housebed-spec tr {\n      border-bottom: 1px solid var(--hb-border);\n    }\n\n    .housebed-spec tr:last-child {\n      border-bottom: none;\n    }\n\n    .housebed-spec td {\n      border-bottom: none;\n    }\n\n    .housebed-spec td:first-child {\n      width: 100%;\n      padding: 13px 15px 4px;\n      color: var(--hb-primary-dark);\n      font-size: 12px;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    .housebed-spec td:last-child {\n      padding: 4px 15px 14px;\n      color: #535b6e;\n    }\n\n    .housebed-notes {\n      padding: 20px 17px;\n      border-radius: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"housebed-detail\"\u003e\u003c!-- Product overview --\u003e\n\u003cdiv class=\"housebed-hero\"\u003e\n\u003cdiv class=\"housebed-hero-content\"\u003e\n\u003cdiv class=\"housebed-kicker\"\u003eAudreamy Kids’ Bedroom Collection\u003c\/div\u003e\n\u003ch2\u003eAudreamy Phelix Wooden House Bed White Single for Kids with Storage Drawers\u003c\/h2\u003e\n\u003cp\u003eBring imaginative charm, everyday safety and practical organisation to your child’s bedroom with the Audreamy Phelix Wooden House Bed White Single for Kids with Storage Drawers. Designed for a standard UK 3ft single mattress, it combines a playful house-shaped canopy, full-length safety guardrails, two spacious rolling drawers and an elegant white finish with warm natural wood accents.\u003c\/p\u003e\n\u003cdiv class=\"housebed-tags\"\u003e\n\u003cspan class=\"housebed-tag\"\u003eAudreamy Phelix\u003c\/span\u003e \u003cspan class=\"housebed-tag\"\u003eHouse-Shaped Canopy\u003c\/span\u003e \u003cspan class=\"housebed-tag\"\u003eTwo Storage Drawers\u003c\/span\u003e \u003cspan class=\"housebed-tag\"\u003eFull-Length Guardrails\u003c\/span\u003e \u003cspan class=\"housebed-tag\"\u003eUK 3ft Single\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product features heading --\u003e\n\u003cdiv class=\"housebed-heading\"\u003e\n\u003cspan\u003eProduct Features\u003c\/span\u003e\n\u003ch3\u003eA Playful House Bed Designed for Sleep, Storage and Imagination\u003c\/h3\u003e\n\u003cp\u003eThoughtful safety details, generous under-bed storage and a bright two-tone finish make the Audreamy Phelix a charming and practical centrepiece for a child’s bedroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature cards --\u003e\n\u003cdiv class=\"housebed-features\"\u003e\n\u003carticle class=\"housebed-feature\"\u003e\n\u003cdiv class=\"housebed-feature-top\"\u003e\n\u003cdiv class=\"housebed-feature-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"housebed-feature-title\"\u003e\n\u003cdiv class=\"housebed-feature-label\"\u003eImaginative Bedroom Design\u003c\/div\u003e\n\u003ch4\u003eWhimsical House-Shaped Canopy\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe playful house-roof frame creates a charming focal point in your child’s bedroom. Its open canopy structure forms a cosy “home within a home” setting that encourages imagination and helps make bedtime feel more exciting and inviting.\u003c\/p\u003e\n\u003cdiv class=\"housebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"housebed-feature\"\u003e\n\u003cdiv class=\"housebed-feature-top\"\u003e\n\u003cdiv class=\"housebed-feature-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"housebed-feature-title\"\u003e\n\u003cdiv class=\"housebed-feature-label\"\u003ePractical Under-Bed Organisation\u003c\/div\u003e\n\u003ch4\u003eTwo Spacious Rolling Storage Drawers\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eTwo large drawers fit neatly beneath the sleeping platform and move smoothly on built-in wheels. They provide convenient storage for toys, spare bedding, seasonal clothes and other bedroom essentials while helping keep the room neat and organised.\u003c\/p\u003e\n\u003cdiv class=\"housebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"housebed-feature\"\u003e\n\u003cdiv class=\"housebed-feature-top\"\u003e\n\u003cdiv class=\"housebed-feature-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"housebed-feature-title\"\u003e\n\u003cdiv class=\"housebed-feature-label\"\u003eChild-Friendly Protection\u003c\/div\u003e\n\u003ch4\u003eFull-Length Safety Guardrails\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe sleeping platform is surrounded by an integrated vertical-slat guardrail system. The raised sides help provide additional protection against accidental rolling, slips and bumps, creating a more secure sleeping environment throughout the night.\u003c\/p\u003e\n\u003cdiv class=\"housebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"housebed-feature\"\u003e\n\u003cdiv class=\"housebed-feature-top\"\u003e\n\u003cdiv class=\"housebed-feature-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"housebed-feature-title\"\u003e\n\u003cdiv class=\"housebed-feature-label\"\u003eStrong Everyday Support\u003c\/div\u003e\n\u003ch4\u003eDurable Pine Wood and MDF Construction\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eConstructed from solid pine wood, durable MDF panels and supportive plywood slats, the Audreamy Phelix is designed to provide dependable stability for everyday use. The main sleeping platform supports a maximum load of up to 150 kg.\u003c\/p\u003e\n\u003cdiv class=\"housebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"housebed-feature\"\u003e\n\u003cdiv class=\"housebed-feature-top\"\u003e\n\u003cdiv class=\"housebed-feature-number\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"housebed-feature-title\"\u003e\n\u003cdiv class=\"housebed-feature-label\"\u003eBright Neutral Styling\u003c\/div\u003e\n\u003ch4\u003eElegant White and Natural Wood Finish\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe combination of crisp white and warm natural pine tones creates a bright and calming appearance. Its versatile two-tone finish works easily with a wide variety of children’s bedroom themes, colours and decorative styles.\u003c\/p\u003e\n\u003cdiv class=\"housebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"housebed-feature\"\u003e\n\u003cdiv class=\"housebed-feature-top\"\u003e\n\u003cdiv class=\"housebed-feature-number\"\u003e06\u003c\/div\u003e\n\u003cdiv class=\"housebed-feature-title\"\u003e\n\u003cdiv class=\"housebed-feature-label\"\u003eSupportive Slatted Base\u003c\/div\u003e\n\u003ch4\u003eNo Box Spring Required\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe included wooden slat system supports the mattress directly, so no additional box spring or foundation is required. The slatted design provides dependable support while helping air circulate beneath the mattress.\u003c\/p\u003e\n\u003cdiv class=\"housebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"housebed-feature\"\u003e\n\u003cdiv class=\"housebed-feature-top\"\u003e\n\u003cdiv class=\"housebed-feature-number\"\u003e07\u003c\/div\u003e\n\u003cdiv class=\"housebed-feature-title\"\u003e\n\u003cdiv class=\"housebed-feature-label\"\u003eConvenient Self-Assembly\u003c\/div\u003e\n\u003ch4\u003eClearly Labelled Flat-Pack Components\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe bed arrives flat-packed with clearly labelled components, matching hardware and detailed step-by-step assembly instructions. Everything required for installation is included to help make the setup process more straightforward.\u003c\/p\u003e\n\u003cdiv class=\"housebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"housebed-feature\"\u003e\n\u003cdiv class=\"housebed-feature-top\"\u003e\n\u003cdiv class=\"housebed-feature-number\"\u003e08\u003c\/div\u003e\n\u003cdiv class=\"housebed-feature-title\"\u003e\n\u003cdiv class=\"housebed-feature-label\"\u003eDesigned for UK Bedrooms\u003c\/div\u003e\n\u003ch4\u003eSuitable for a Standard 3ft Single Mattress\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe Audreamy Phelix is designed for one standard UK 90 × 190 cm single mattress. Its practical single-bed size makes it suitable for children’s bedrooms, guest spaces and rooms where efficient use of floor space is important.\u003c\/p\u003e\n\u003cdiv class=\"housebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- Product highlights --\u003e\n\u003cdiv class=\"housebed-highlights\"\u003e\n\u003cdiv class=\"housebed-highlight\"\u003e\n\u003cstrong\u003e150 kg Bed Capacity\u003c\/strong\u003e\n\u003cp\u003eThe main sleeping platform is designed to support a maximum load of 150 kg for dependable everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"housebed-highlight\"\u003e\n\u003cstrong\u003eTwo Rolling Storage Drawers\u003c\/strong\u003e\n\u003cp\u003eEach under-bed drawer supports up to 12 kg and provides convenient storage for everyday bedroom essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"housebed-highlight\"\u003e\n\u003cstrong\u003eNo Box Spring Required\u003c\/strong\u003e\n\u003cp\u003eThe mattress rests directly on the included supportive plywood slat system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mattress notice --\u003e\n\u003cdiv class=\"housebed-mattress\"\u003e\n\u003cdiv class=\"housebed-mattress-icon\"\u003e!\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMattress Compatibility\u003c\/h3\u003e\n\u003cp\u003eThis bed is designed for one standard 90 × 190 cm UK 3ft single mattress. For safe use with the raised guardrails, a mattress below 15 cm thick is recommended. The mattress is not included with the bed frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Delivery notice --\u003e\n\u003cdiv class=\"housebed-delivery\"\u003e\n\u003cdiv class=\"housebed-delivery-icon\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDelivered in Two Separate Packages\u003c\/h3\u003e\n\u003cp\u003eThe Audreamy Phelix Wooden House Bed White Single for Kids with Storage Drawers is shipped flat-packed in two separate boxes to help reduce the risk of transit damage. The parcels may be processed separately by the courier and can arrive on different dates. Please wait until both packages have arrived before reporting missing parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product specifications --\u003e\n\u003cdiv class=\"housebed-spec\"\u003e\n\u003cdiv class=\"housebed-spec-header\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cspan\u003ePlease check all measurements before ordering\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eAudreamy Phelix Wooden House Bed White Single for Kids with Storage Drawers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBed Type\u003c\/td\u003e\n\u003ctd\u003eChildren’s wooden house-style single bed with under-bed storage drawers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Mattress Size\u003c\/td\u003e\n\u003ctd\u003e90 × 190 cm \/ Standard UK 3ft Single\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Dimensions\u003c\/td\u003e\n\u003ctd\u003e201.5 × 95 × 212 cm (Length × Width × Total Canopy Height)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColour\u003c\/td\u003e\n\u003ctd\u003eWhite with natural pine accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrame Materials\u003c\/td\u003e\n\u003ctd\u003eSolid pine wood and high-density MDF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSlat Material\u003c\/td\u003e\n\u003ctd\u003ePlywood support slats\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnder-Bed Clearance\u003c\/td\u003e\n\u003ctd\u003e42.5 cm from the floor to the slat base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Bed Capacity\u003c\/td\u003e\n\u003ctd\u003e150 kg \/ 330 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Drawer Capacity\u003c\/td\u003e\n\u003ctd\u003e12 kg \/ 26 lbs per drawer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Mattress Thickness\u003c\/td\u003e\n\u003ctd\u003eBelow 15 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMattress Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Storage Drawers\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDrawer Type\u003c\/td\u003e\n\u003ctd\u003eRolling drawers with built-in wheels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGuardrails\u003c\/td\u003e\n\u003ctd\u003eIntegrated full-length vertical-slat guardrails\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBox Spring Required\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Required\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Contents\u003c\/td\u003e\n\u003ctd\u003eHouse bed frame, plywood slats, two rolling storage drawers, assembly hardware and instructions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Type\u003c\/td\u003e\n\u003ctd\u003eFlat-packed for self-assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Packages\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Important information --\u003e\n\u003cdiv class=\"housebed-notes\"\u003e\n\u003ch3\u003eImportant Purchasing and Delivery Information\u003c\/h3\u003e\n\u003cdiv class=\"housebed-note-item\"\u003e\n\u003cstrong\u003eMeasurements:\u003c\/strong\u003e All dimensions are approximate. Please allow a possible variation of approximately 2–3 cm due to manual measurement.\u003c\/div\u003e\n\u003cdiv class=\"housebed-note-item\"\u003e\n\u003cstrong\u003eColour notice:\u003c\/strong\u003e Product colours may appear slightly different due to lighting, photography conditions and individual screen settings.\u003c\/div\u003e\n\u003cdiv class=\"housebed-note-item\"\u003e\n\u003cstrong\u003eMattress requirement:\u003c\/strong\u003e One 90 × 190 cm mattress is required and is not included. A mattress below 15 cm thick is recommended for safe use with the guardrails.\u003c\/div\u003e\n\u003cdiv class=\"housebed-note-item\"\u003e\n\u003cstrong\u003eDrawer capacity:\u003c\/strong\u003e Each storage drawer has a maximum recommended load capacity of 12 kg. Please distribute stored items evenly.\u003c\/div\u003e\n\u003cdiv class=\"housebed-note-item\"\u003e\n\u003cstrong\u003eTwo-package delivery:\u003c\/strong\u003e The two boxes may arrive separately. Please wait until both packages have been delivered before reporting missing components.\u003c\/div\u003e\n\u003cdiv class=\"housebed-note-item\"\u003e\n\u003cstrong\u003eAssembly support:\u003c\/strong\u003e Instructions and matching hardware are included. Please contact customer service if any components are missing after both packages arrive.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Audreamy","offers":[{"title":"Default Title","offer_id":50566714949865,"sku":"N604D579697W","price":258.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9242\/0841\/files\/audreamykidsbed_10.jpg?v=1781879472","url":"https:\/\/audreamy.co.uk\/products\/audreamy-phelix-bed-for-kids-white-wood-wooden-single","provider":"Audreamy","version":"1.0","type":"link"}