{"product_id":"audreamy-oakley-mid-sleeper-bed-frame-for-kids-white-single","title":"Audreamy Oakley Wooden Cabin Bed Frame Mid Sleeper White with Storage for Kids Single","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .white-cabin-detail,\n  .white-cabin-detail * {\n    box-sizing: border-box;\n  }\n\n  .white-cabin-detail {\n    --wc-primary: #6f84bd;\n    --wc-primary-dark: #46598f;\n    --wc-accent: #e89b79;\n    --wc-text: #293247;\n    --wc-muted: #687184;\n    --wc-border: #e4e8f0;\n    --wc-blue: #f2f5ff;\n    --wc-pink: #fff5f0;\n    --wc-green: #f2f8f4;\n    --wc-yellow: #fff9ea;\n    --wc-white: #ffffff;\n\n    width: 100%;\n    max-width: 1160px;\n    margin: 0 auto;\n    padding: 42px 18px;\n    color: var(--wc-text);\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  \/* Product introduction *\/\n  .white-cabin-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 50px 30px;\n    border: 1px solid var(--wc-border);\n    border-radius: 28px;\n    background:\n      radial-gradient(\n        circle at 92% 10%,\n        rgba(232, 155, 121, 0.2),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 7% 92%,\n        rgba(111, 132, 189, 0.16),\n        transparent 32%\n      ),\n      linear-gradient(135deg, #f7f9ff 0%, #fff9f6 100%);\n    text-align: center;\n  }\n\n  .white-cabin-hero::before,\n  .white-cabin-hero::after {\n    position: absolute;\n    content: \"\";\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .white-cabin-hero::before {\n    top: -90px;\n    right: -65px;\n    width: 210px;\n    height: 210px;\n    border: 1px solid rgba(111, 132, 189, 0.15);\n  }\n\n  .white-cabin-hero::after {\n    bottom: -115px;\n    left: -80px;\n    width: 250px;\n    height: 250px;\n    border: 1px solid rgba(232, 155, 121, 0.17);\n  }\n\n  .white-cabin-hero-content {\n    position: relative;\n    z-index: 1;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .white-cabin-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(--wc-primary-dark);\n    box-shadow: 0 5px 16px rgba(70, 89, 143, 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  .white-cabin-kicker::before {\n    width: 7px;\n    height: 7px;\n    content: \"\";\n    border-radius: 50%;\n    background: var(--wc-accent);\n  }\n\n  .white-cabin-hero h2 {\n    margin: 0;\n    color: var(--wc-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  .white-cabin-hero p {\n    max-width: 800px;\n    margin: 17px auto 0;\n    color: var(--wc-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .white-cabin-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 23px;\n  }\n\n  .white-cabin-tag {\n    display: inline-flex;\n    align-items: center;\n    min-height: 34px;\n    padding: 7px 13px;\n    border: 1px solid rgba(111, 132, 189, 0.18);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.8);\n    color: #50639b;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  \/* Section heading *\/\n  .white-cabin-heading {\n    max-width: 780px;\n    margin: 44px auto 25px;\n    text-align: center;\n  }\n\n  .white-cabin-heading span {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--wc-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  .white-cabin-heading h3 {\n    margin: 0;\n    color: var(--wc-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  .white-cabin-heading p {\n    margin: 11px 0 0;\n    color: var(--wc-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Feature cards *\/\n  .white-cabin-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .white-cabin-feature {\n    position: relative;\n    min-height: 245px;\n    padding: 27px;\n    overflow: hidden;\n    border: 1px solid var(--wc-border);\n    border-radius: 22px;\n    background: var(--wc-white);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .white-cabin-feature:nth-child(4n + 1) {\n    background: var(--wc-blue);\n  }\n\n  .white-cabin-feature:nth-child(4n + 2) {\n    background: var(--wc-pink);\n  }\n\n  .white-cabin-feature:nth-child(4n + 3) {\n    background: var(--wc-green);\n  }\n\n  .white-cabin-feature:nth-child(4n) {\n    background: var(--wc-yellow);\n  }\n\n  .white-cabin-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 14px 30px rgba(44, 55, 88, 0.08);\n  }\n\n  .white-cabin-feature-top {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n  }\n\n  .white-cabin-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(--wc-primary);\n    color: #ffffff;\n    box-shadow: 0 7px 16px rgba(111, 132, 189, 0.22);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .white-cabin-feature-title {\n    min-width: 0;\n  }\n\n  .white-cabin-feature-label {\n    margin-bottom: 6px;\n    color: var(--wc-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  .white-cabin-feature h4 {\n    margin: 0;\n    color: var(--wc-text);\n    font-size: 21px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .white-cabin-feature p {\n    margin: 18px 0 0;\n    color: #596174;\n    font-size: 15px;\n    line-height: 1.78;\n  }\n\n  .white-cabin-feature-line {\n    width: 55px;\n    height: 3px;\n    margin-top: 20px;\n    border-radius: 999px;\n    background: rgba(111, 132, 189, 0.22);\n  }\n\n  \/* Highlights *\/\n  .white-cabin-highlights {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n    margin-top: 28px;\n  }\n\n  .white-cabin-highlight {\n    padding: 22px;\n    border: 1px solid var(--wc-border);\n    border-radius: 19px;\n    background: #ffffff;\n  }\n\n  .white-cabin-highlight strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--wc-primary-dark);\n    font-size: 16px;\n    line-height: 1.4;\n  }\n\n  .white-cabin-highlight p {\n    margin: 0;\n    color: var(--wc-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* Mattress information *\/\n  .white-cabin-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  .white-cabin-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: #d3a24a;\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .white-cabin-mattress h3 {\n    margin: 0 0 6px;\n    color: #5b4822;\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .white-cabin-mattress p {\n    margin: 0;\n    color: #72613e;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Delivery notice *\/\n  .white-cabin-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(--wc-primary-dark),\n      var(--wc-primary)\n    );\n    color: #ffffff;\n  }\n\n  .white-cabin-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  .white-cabin-delivery h3 {\n    margin: 0 0 7px;\n    color: #ffffff;\n    font-size: 20px;\n    line-height: 1.35;\n  }\n\n  .white-cabin-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  .white-cabin-spec {\n    overflow: hidden;\n    margin-top: 40px;\n    border: 1px solid var(--wc-border);\n    border-radius: 23px;\n    background: #ffffff;\n  }\n\n  .white-cabin-spec-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 23px 25px;\n    background: var(--wc-text);\n    color: #ffffff;\n  }\n\n  .white-cabin-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  .white-cabin-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  .white-cabin-spec table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .white-cabin-spec tr:nth-child(even) {\n    background: #fafbfe;\n  }\n\n  .white-cabin-spec td {\n    padding: 16px 20px;\n    border-bottom: 1px solid #e9edf3;\n    color: #596174;\n    font-size: 15px;\n    line-height: 1.65;\n    vertical-align: top;\n    word-break: break-word;\n  }\n\n  .white-cabin-spec tr:last-child td {\n    border-bottom: none;\n  }\n\n  .white-cabin-spec td:first-child {\n    width: 38%;\n    color: var(--wc-text);\n    font-weight: 700;\n  }\n\n  .white-cabin-muted {\n    display: block;\n    margin-top: 4px;\n    color: #8a8f99;\n    font-size: 13px;\n    font-weight: 400;\n  }\n\n  \/* Important information *\/\n  .white-cabin-notes {\n    margin-top: 26px;\n    padding: 25px;\n    border: 1px solid #eee5dc;\n    border-radius: 20px;\n    background: #fffaf6;\n  }\n\n  .white-cabin-notes h3 {\n    margin: 0 0 15px;\n    color: #59473d;\n    font-size: 19px;\n    line-height: 1.4;\n  }\n\n  .white-cabin-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  .white-cabin-note-item:first-of-type {\n    margin-top: 0;\n  }\n\n  .white-cabin-note-item::before {\n    position: absolute;\n    top: 9px;\n    left: 0;\n    width: 7px;\n    height: 7px;\n    content: \"\";\n    border-radius: 50%;\n    background: var(--wc-accent);\n  }\n\n  .white-cabin-note-item strong {\n    color: #55453d;\n  }\n\n  @media (max-width: 850px) {\n    .white-cabin-features {\n      grid-template-columns: 1fr;\n    }\n\n    .white-cabin-feature {\n      min-height: auto;\n    }\n\n    .white-cabin-highlights {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .white-cabin-detail {\n      padding: 26px 13px;\n    }\n\n    .white-cabin-hero {\n      padding: 36px 17px;\n      border-radius: 21px;\n    }\n\n    .white-cabin-hero h2 {\n      font-size: 27px;\n    }\n\n    .white-cabin-hero p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .white-cabin-tags {\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .white-cabin-tag {\n      min-height: 31px;\n      padding: 6px 10px;\n      font-size: 12px;\n    }\n\n    .white-cabin-heading {\n      margin-top: 34px;\n    }\n\n    .white-cabin-features {\n      gap: 13px;\n    }\n\n    .white-cabin-feature {\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .white-cabin-feature-top {\n      gap: 12px;\n    }\n\n    .white-cabin-number {\n      width: 40px;\n      height: 40px;\n      border-radius: 12px;\n      font-size: 13px;\n    }\n\n    .white-cabin-feature h4 {\n      font-size: 19px;\n    }\n\n    .white-cabin-feature p {\n      margin-top: 15px;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .white-cabin-highlight {\n      padding: 18px;\n      border-radius: 16px;\n    }\n\n    .white-cabin-mattress,\n    .white-cabin-delivery {\n      grid-template-columns: 1fr;\n      gap: 13px;\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .white-cabin-mattress-icon,\n    .white-cabin-delivery-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 12px;\n    }\n\n    .white-cabin-spec {\n      margin-top: 30px;\n      border-radius: 18px;\n    }\n\n    .white-cabin-spec-header {\n      display: block;\n      padding: 19px 17px;\n    }\n\n    .white-cabin-spec-header h3 {\n      font-size: 21px;\n    }\n\n    .white-cabin-spec-header span {\n      display: block;\n      margin-top: 5px;\n      text-align: left;\n    }\n\n    .white-cabin-spec,\n    .white-cabin-spec tbody,\n    .white-cabin-spec tr,\n    .white-cabin-spec td {\n      display: block;\n      width: 100%;\n    }\n\n    .white-cabin-spec tr {\n      border-bottom: 1px solid var(--wc-border);\n    }\n\n    .white-cabin-spec tr:last-child {\n      border-bottom: none;\n    }\n\n    .white-cabin-spec td {\n      border-bottom: none;\n    }\n\n    .white-cabin-spec td:first-child {\n      width: 100%;\n      padding: 13px 15px 4px;\n      color: var(--wc-primary-dark);\n      font-size: 12px;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    .white-cabin-spec td:last-child {\n      padding: 4px 15px 14px;\n      color: #535b6e;\n    }\n\n    .white-cabin-notes {\n      padding: 20px 17px;\n      border-radius: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"white-cabin-detail\"\u003e\u003c!-- Product overview --\u003e\n\u003cdiv class=\"white-cabin-hero\"\u003e\n\u003cdiv class=\"white-cabin-hero-content\"\u003e\n\u003cdiv class=\"white-cabin-kicker\"\u003eChildren’s Storage Bed Collection\u003c\/div\u003e\n\u003ch2\u003eWhite Wooden Mid-Sleeper Cabin Bed with Storage\u003c\/h2\u003e\n\u003cp\u003eMake better use of your child’s bedroom with this practical white wooden mid-sleeper cabin bed. Combining an elevated sleeping platform, four open shelves, two pull-out drawers, secure safety borders and a sturdy ladder, it provides a smart all-in-one solution for sleeping and storage.\u003c\/p\u003e\n\u003cdiv class=\"white-cabin-tags\"\u003e\n\u003cspan class=\"white-cabin-tag\"\u003eFour Open Shelves\u003c\/span\u003e \u003cspan class=\"white-cabin-tag\"\u003eTwo Storage Drawers\u003c\/span\u003e \u003cspan class=\"white-cabin-tag\"\u003eRaised Safety Borders\u003c\/span\u003e \u003cspan class=\"white-cabin-tag\"\u003eVentilated Slatted Base\u003c\/span\u003e \u003cspan class=\"white-cabin-tag\"\u003eUK Single Size\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature heading --\u003e\n\u003cdiv class=\"white-cabin-heading\"\u003e\n\u003cspan\u003eProduct Features\u003c\/span\u003e\n\u003ch3\u003ePractical Storage, Child-Friendly Safety and Modern White Styling\u003c\/h3\u003e\n\u003cp\u003eA compact mid-sleeper design that combines comfortable sleeping space with convenient bedroom organisation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature cards --\u003e\n\u003cdiv class=\"white-cabin-features\"\u003e\n\u003carticle class=\"white-cabin-feature\"\u003e\n\u003cdiv class=\"white-cabin-feature-top\"\u003e\n\u003cdiv class=\"white-cabin-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-feature-title\"\u003e\n\u003cdiv class=\"white-cabin-feature-label\"\u003eIntegrated Bedroom Organisation\u003c\/div\u003e\n\u003ch4\u003eFour Shelves and Two Pull-Out Drawers\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eFour external shelves provide convenient space for books, toys, decorations and frequently used items. Two pull-out drawers offer additional enclosed storage for clothes, bedding and everyday essentials, helping keep the bedroom neat and organised.\u003c\/p\u003e\n\u003cdiv class=\"white-cabin-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"white-cabin-feature\"\u003e\n\u003cdiv class=\"white-cabin-feature-top\"\u003e\n\u003cdiv class=\"white-cabin-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-feature-title\"\u003e\n\u003cdiv class=\"white-cabin-feature-label\"\u003eFresh Contemporary Appearance\u003c\/div\u003e\n\u003ch4\u003eClean and Versatile White Finish\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe bright white finish gives this wooden mid-sleeper a fresh, contemporary appearance that blends easily with different children’s bedroom styles. Its smooth surface is simple to maintain and can be wiped with a slightly damp cloth to remove everyday marks.\u003c\/p\u003e\n\u003cdiv class=\"white-cabin-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"white-cabin-feature\"\u003e\n\u003cdiv class=\"white-cabin-feature-top\"\u003e\n\u003cdiv class=\"white-cabin-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-feature-title\"\u003e\n\u003cdiv class=\"white-cabin-feature-label\"\u003eChild-Friendly Protection\u003c\/div\u003e\n\u003ch4\u003eCurved Edges and Raised Safety Borders\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eChild-friendly curved edges and secure raised borders help create a safer elevated sleeping environment. The sturdy integrated ladder features two practical steps, allowing children to climb into and out of bed more comfortably and confidently.\u003c\/p\u003e\n\u003cdiv class=\"white-cabin-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"white-cabin-feature\"\u003e\n\u003cdiv class=\"white-cabin-feature-top\"\u003e\n\u003cdiv class=\"white-cabin-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-feature-title\"\u003e\n\u003cdiv class=\"white-cabin-feature-label\"\u003eReliable Mattress Support\u003c\/div\u003e\n\u003ch4\u003eStrong and Ventilated Slatted Base\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe integrated slatted base provides stable support for the mattress, so no box spring is required. The spacing between the slats also allows air to circulate beneath the mattress, helping maintain a fresher and better-ventilated sleeping surface.\u003c\/p\u003e\n\u003cdiv class=\"white-cabin-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"white-cabin-feature\"\u003e\n\u003cdiv class=\"white-cabin-feature-top\"\u003e\n\u003cdiv class=\"white-cabin-number\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-feature-title\"\u003e\n\u003cdiv class=\"white-cabin-feature-label\"\u003eEfficient Use of Floor Space\u003c\/div\u003e\n\u003ch4\u003eCompact Mid-Sleeper Storage Design\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eBy raising the sleeping platform, this cabin bed creates valuable storage space beneath the mattress. Its practical all-in-one layout reduces the need for additional freestanding shelving and drawer units, making it particularly suitable for smaller bedrooms.\u003c\/p\u003e\n\u003cdiv class=\"white-cabin-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- Highlights --\u003e\n\u003cdiv class=\"white-cabin-highlights\"\u003e\n\u003cdiv class=\"white-cabin-highlight\"\u003e\n\u003cstrong\u003e120 kg Weight Capacity\u003c\/strong\u003e\n\u003cp\u003eThe bed frame has a stated maximum load capacity of 120 kg for reliable everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-highlight\"\u003e\n\u003cstrong\u003eSix Storage Areas\u003c\/strong\u003e\n\u003cp\u003eFour open shelves and two pull-out drawers provide practical storage within the main bed structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-highlight\"\u003e\n\u003cstrong\u003eNo Box Spring Required\u003c\/strong\u003e\n\u003cp\u003eThe compatible mattress rests directly on the included supportive wooden slat system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mattress information --\u003e\n\u003cdiv class=\"white-cabin-mattress\"\u003e\n\u003cdiv class=\"white-cabin-mattress-icon\"\u003e90\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMattress Compatibility\u003c\/h3\u003e\n\u003cp\u003eThis bed is designed for one standard UK 190 × 90 cm single mattress. The mattress is not included. Please use an appropriately sized mattress that maintains sufficient clearance beneath the upper edge of the raised safety borders.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Delivery notice --\u003e\n\u003cdiv class=\"white-cabin-delivery\"\u003e\n\u003cdiv class=\"white-cabin-delivery-icon\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDelivered in Three Separate Cartons\u003c\/h3\u003e\n\u003cp\u003eTo help reduce the risk of transit damage, this bed is supplied in three separate cartons. The boxes may be handled independently by the courier and can arrive on different days. Please wait until all three cartons have been delivered before reporting missing components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"white-cabin-spec\"\u003e\n\u003cdiv class=\"white-cabin-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\u003eBed Type\u003c\/td\u003e\n\u003ctd\u003eWhite wooden storage mid-sleeper cabin bed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Dimensions\u003c\/td\u003e\n\u003ctd\u003e196 × 94 × 92 cm (L × W × H)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInternal Drawer Dimensions\u003c\/td\u003e\n\u003ctd\u003e56 × 23 × 11 cm (L × W × H)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEntrance Width\u003c\/td\u003e\n\u003ctd\u003e35 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColour\u003c\/td\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eParticle board and MDF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Mattress Size\u003c\/td\u003e\n\u003ctd\u003e190 × 90 cm \/ Standard UK Single \u003cspan class=\"white-cabin-muted\"\u003eMattress not included\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Weight Capacity\u003c\/td\u003e\n\u003ctd\u003e120 kg \/ 264 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Open Shelves\u003c\/td\u003e\n\u003ctd\u003e4\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\u003eLadder Design\u003c\/td\u003e\n\u003ctd\u003eIntegrated ladder with two wide steps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety Features\u003c\/td\u003e\n\u003ctd\u003eChild-friendly curved edges and raised safety borders\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\u003eBed frame, slats, ladder, shelves, drawers, assembly hardware and instructions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Packages\u003c\/td\u003e\n\u003ctd\u003e3 cartons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Type\u003c\/td\u003e\n\u003ctd\u003eStorage mid-sleeper cabin bed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Important notes --\u003e\n\u003cdiv class=\"white-cabin-notes\"\u003e\n\u003ch3\u003eImportant Purchasing, Safety and Delivery Information\u003c\/h3\u003e\n\u003cdiv class=\"white-cabin-note-item\"\u003e\n\u003cstrong\u003eMeasurements:\u003c\/strong\u003e All dimensions are approximate. Please allow slight variations due to manual measurement.\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-note-item\"\u003e\n\u003cstrong\u003eMattress:\u003c\/strong\u003e One standard UK 190 × 90 cm single mattress is required and is not included.\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-note-item\"\u003e\n\u003cstrong\u003eMattress height:\u003c\/strong\u003e Use a suitable mattress that maintains sufficient clearance beneath the upper edge of the safety borders.\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-note-item\"\u003e\n\u003cstrong\u003eAssembly:\u003c\/strong\u003e Follow the supplied instructions carefully and ensure all screws and fittings are securely tightened before use. Check them periodically.\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-note-item\"\u003e\n\u003cstrong\u003eCleaning:\u003c\/strong\u003e Wipe the surface with a soft, slightly damp cloth. Avoid abrasive chemicals, bleach and excessive moisture.\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-note-item\"\u003e\n\u003cstrong\u003eThree-carton delivery:\u003c\/strong\u003e The cartons may arrive separately. Please wait until all three cartons have been delivered before reporting missing components.\u003c\/div\u003e\n\u003cdiv class=\"white-cabin-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\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"Audreamy","offers":[{"title":"Default Title","offer_id":50566475743465,"sku":"TT30902901W","price":272.25,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9242\/0841\/files\/main3.jpg?v=1781236156","url":"https:\/\/audreamy.co.uk\/products\/audreamy-oakley-mid-sleeper-bed-frame-for-kids-white-single","provider":"Audreamy","version":"1.0","type":"link"}