{"product_id":"audreamy-oakley-mid-sleeper-bed-frame-for-kids-black-single","title":"Audreamy Oakley Mid Sleeper Bed Black for Kids Single with Storage","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .oakley-detail,\n  .oakley-detail * {\n    box-sizing: border-box;\n  }\n\n  .oakley-detail {\n    --oakley-dark: #202124;\n    --oakley-black: #2d2f33;\n    --oakley-text: #30333a;\n    --oakley-muted: #69707c;\n    --oakley-accent: #c38c67;\n    --oakley-border: #e6e7e9;\n    --oakley-soft: #f6f6f5;\n    --oakley-warm: #faf6f2;\n    --oakley-white: #ffffff;\n\n    width: 100%;\n    max-width: 1160px;\n    margin: 0 auto;\n    padding: 42px 18px;\n    color: var(--oakley-text);\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  \/* Product introduction *\/\n  .oakley-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 50px 30px;\n    border: 1px solid var(--oakley-border);\n    border-radius: 28px;\n    background:\n      radial-gradient(\n        circle at 92% 12%,\n        rgba(195, 140, 103, 0.16),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 8% 90%,\n        rgba(45, 47, 51, 0.1),\n        transparent 32%\n      ),\n      linear-gradient(135deg, #f7f7f6 0%, #fbf7f3 100%);\n    text-align: center;\n  }\n\n  .oakley-hero::before,\n  .oakley-hero::after {\n    position: absolute;\n    content: \"\";\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .oakley-hero::before {\n    top: -90px;\n    right: -65px;\n    width: 210px;\n    height: 210px;\n    border: 1px solid rgba(45, 47, 51, 0.11);\n  }\n\n  .oakley-hero::after {\n    bottom: -115px;\n    left: -85px;\n    width: 250px;\n    height: 250px;\n    border: 1px solid rgba(195, 140, 103, 0.16);\n  }\n\n  .oakley-hero-content {\n    position: relative;\n    z-index: 1;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .oakley-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(--oakley-black);\n    box-shadow: 0 5px 16px rgba(32, 33, 36, 0.07);\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  .oakley-kicker::before {\n    width: 7px;\n    height: 7px;\n    content: \"\";\n    border-radius: 50%;\n    background: var(--oakley-accent);\n  }\n\n  .oakley-hero h2 {\n    margin: 0;\n    color: var(--oakley-dark);\n    font-size: clamp(28px, 4vw, 42px);\n    font-weight: 700;\n    letter-spacing: -0.03em;\n    line-height: 1.18;\n  }\n\n  .oakley-hero p {\n    max-width: 810px;\n    margin: 17px auto 0;\n    color: var(--oakley-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .oakley-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 23px;\n  }\n\n  .oakley-tag {\n    display: inline-flex;\n    align-items: center;\n    min-height: 34px;\n    padding: 7px 13px;\n    border: 1px solid rgba(45, 47, 51, 0.13);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.8);\n    color: #45484e;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  \/* Section heading *\/\n  .oakley-heading {\n    max-width: 780px;\n    margin: 44px auto 25px;\n    text-align: center;\n  }\n\n  .oakley-heading span {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--oakley-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  .oakley-heading h3 {\n    margin: 0;\n    color: var(--oakley-dark);\n    font-size: clamp(25px, 3vw, 34px);\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    line-height: 1.25;\n  }\n\n  .oakley-heading p {\n    margin: 11px 0 0;\n    color: var(--oakley-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Feature cards *\/\n  .oakley-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .oakley-feature {\n    position: relative;\n    min-height: 240px;\n    padding: 27px;\n    overflow: hidden;\n    border: 1px solid var(--oakley-border);\n    border-radius: 22px;\n    background: var(--oakley-white);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .oakley-feature:nth-child(odd) {\n    background: var(--oakley-soft);\n  }\n\n  .oakley-feature:nth-child(even) {\n    background: var(--oakley-warm);\n  }\n\n  .oakley-feature:last-child {\n    grid-column: 1 \/ -1;\n    min-height: auto;\n  }\n\n  .oakley-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 14px 30px rgba(32, 33, 36, 0.08);\n  }\n\n  .oakley-feature-top {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n  }\n\n  .oakley-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(--oakley-black);\n    color: #ffffff;\n    box-shadow: 0 7px 16px rgba(32, 33, 36, 0.18);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .oakley-feature-title {\n    min-width: 0;\n  }\n\n  .oakley-feature-label {\n    margin-bottom: 6px;\n    color: var(--oakley-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  .oakley-feature h4 {\n    margin: 0;\n    color: var(--oakley-dark);\n    font-size: 21px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .oakley-feature p {\n    margin: 18px 0 0;\n    color: #5e636c;\n    font-size: 15px;\n    line-height: 1.78;\n  }\n\n  .oakley-feature-line {\n    width: 55px;\n    height: 3px;\n    margin-top: 20px;\n    border-radius: 999px;\n    background: rgba(195, 140, 103, 0.27);\n  }\n\n  \/* Highlights *\/\n  .oakley-highlights {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n    margin-top: 28px;\n  }\n\n  .oakley-highlight {\n    padding: 22px;\n    border: 1px solid var(--oakley-border);\n    border-radius: 19px;\n    background: #ffffff;\n  }\n\n  .oakley-highlight strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--oakley-black);\n    font-size: 16px;\n    line-height: 1.4;\n  }\n\n  .oakley-highlight p {\n    margin: 0;\n    color: var(--oakley-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* Mattress notice *\/\n  .oakley-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 #eadfce;\n    border-radius: 20px;\n    background: #fffaf4;\n  }\n\n  .oakley-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: var(--oakley-accent);\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .oakley-mattress h3 {\n    margin: 0 0 6px;\n    color: #594638;\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .oakley-mattress p {\n    margin: 0;\n    color: #716154;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Delivery notice *\/\n  .oakley-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(135deg, #202124, #3b3d42);\n    color: #ffffff;\n  }\n\n  .oakley-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.12);\n    color: #ffffff;\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .oakley-delivery h3 {\n    margin: 0 0 7px;\n    color: #ffffff;\n    font-size: 20px;\n    line-height: 1.35;\n  }\n\n  .oakley-delivery p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Specifications *\/\n  .oakley-spec {\n    overflow: hidden;\n    margin-top: 40px;\n    border: 1px solid var(--oakley-border);\n    border-radius: 23px;\n    background: #ffffff;\n  }\n\n  .oakley-spec-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 23px 25px;\n    background: var(--oakley-black);\n    color: #ffffff;\n  }\n\n  .oakley-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  .oakley-spec-header span {\n    color: rgba(255, 255, 255, 0.66);\n    font-size: 13px;\n    line-height: 1.4;\n    text-align: right;\n  }\n\n  .oakley-spec table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .oakley-spec tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .oakley-spec td {\n    padding: 16px 20px;\n    border-bottom: 1px solid #ebebeb;\n    color: #5c6169;\n    font-size: 15px;\n    line-height: 1.65;\n    vertical-align: top;\n    word-break: break-word;\n  }\n\n  .oakley-spec tr:last-child td {\n    border-bottom: none;\n  }\n\n  .oakley-spec td:first-child {\n    width: 38%;\n    color: var(--oakley-dark);\n    font-weight: 700;\n  }\n\n  .oakley-muted {\n    display: block;\n    margin-top: 4px;\n    color: #888d94;\n    font-size: 13px;\n    font-weight: 400;\n  }\n\n  \/* Important notes *\/\n  .oakley-notes {\n    margin-top: 26px;\n    padding: 25px;\n    border: 1px solid #ebe4dc;\n    border-radius: 20px;\n    background: #fffaf6;\n  }\n\n  .oakley-notes h3 {\n    margin: 0 0 15px;\n    color: #57463b;\n    font-size: 19px;\n    line-height: 1.4;\n  }\n\n  .oakley-note-item {\n    position: relative;\n    margin-top: 12px;\n    padding-left: 19px;\n    color: #6c5c52;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .oakley-note-item:first-of-type {\n    margin-top: 0;\n  }\n\n  .oakley-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(--oakley-accent);\n  }\n\n  .oakley-note-item strong {\n    color: #54453c;\n  }\n\n  @media (max-width: 850px) {\n    .oakley-features {\n      grid-template-columns: 1fr;\n    }\n\n    .oakley-feature,\n    .oakley-feature:last-child {\n      grid-column: auto;\n      min-height: auto;\n    }\n\n    .oakley-highlights {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .oakley-detail {\n      padding: 26px 13px;\n    }\n\n    .oakley-hero {\n      padding: 36px 17px;\n      border-radius: 21px;\n    }\n\n    .oakley-hero h2 {\n      font-size: 27px;\n    }\n\n    .oakley-hero p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .oakley-tags {\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .oakley-tag {\n      min-height: 31px;\n      padding: 6px 10px;\n      font-size: 12px;\n    }\n\n    .oakley-heading {\n      margin-top: 34px;\n    }\n\n    .oakley-features {\n      gap: 13px;\n    }\n\n    .oakley-feature {\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .oakley-feature-top {\n      gap: 12px;\n    }\n\n    .oakley-number {\n      width: 40px;\n      height: 40px;\n      border-radius: 12px;\n      font-size: 13px;\n    }\n\n    .oakley-feature h4 {\n      font-size: 19px;\n    }\n\n    .oakley-feature p {\n      margin-top: 15px;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .oakley-highlight {\n      padding: 18px;\n      border-radius: 16px;\n    }\n\n    .oakley-mattress,\n    .oakley-delivery {\n      grid-template-columns: 1fr;\n      gap: 13px;\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .oakley-mattress-icon,\n    .oakley-delivery-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 12px;\n    }\n\n    .oakley-spec {\n      margin-top: 30px;\n      border-radius: 18px;\n    }\n\n    .oakley-spec-header {\n      display: block;\n      padding: 19px 17px;\n    }\n\n    .oakley-spec-header h3 {\n      font-size: 21px;\n    }\n\n    .oakley-spec-header span {\n      display: block;\n      margin-top: 5px;\n      text-align: left;\n    }\n\n    .oakley-spec,\n    .oakley-spec tbody,\n    .oakley-spec tr,\n    .oakley-spec td {\n      display: block;\n      width: 100%;\n    }\n\n    .oakley-spec tr {\n      border-bottom: 1px solid var(--oakley-border);\n    }\n\n    .oakley-spec tr:last-child {\n      border-bottom: none;\n    }\n\n    .oakley-spec td {\n      border-bottom: none;\n    }\n\n    .oakley-spec td:first-child {\n      width: 100%;\n      padding: 13px 15px 4px;\n      color: var(--oakley-black);\n      font-size: 12px;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    .oakley-spec td:last-child {\n      padding: 4px 15px 14px;\n      color: #565b63;\n    }\n\n    .oakley-notes {\n      padding: 20px 17px;\n      border-radius: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"oakley-detail\"\u003e\u003c!-- Product overview --\u003e\n\u003cdiv class=\"oakley-hero\"\u003e\n\u003cdiv class=\"oakley-hero-content\"\u003e\n\u003cdiv class=\"oakley-kicker\"\u003eAudreamy Kids’ Bedroom Collection\u003c\/div\u003e\n\u003ch2\u003eAudreamy Oakley Black Wooden Mid Sleeper Cabin Bed with Storage\u003c\/h2\u003e\n\u003cp\u003eMake better use of your child’s bedroom with the Audreamy Oakley Black Wooden Mid Sleeper Cabin Bed with Storage. Combining an elevated sleeping platform, four open shelves, two pull-out drawers, a sturdy ladder and raised safety borders, it offers a practical all-in-one solution for sleeping and organisation.\u003c\/p\u003e\n\u003cdiv class=\"oakley-tags\"\u003e\n\u003cspan class=\"oakley-tag\"\u003eFour Open Shelves\u003c\/span\u003e \u003cspan class=\"oakley-tag\"\u003eTwo Storage Drawers\u003c\/span\u003e \u003cspan class=\"oakley-tag\"\u003eRaised Safety Borders\u003c\/span\u003e \u003cspan class=\"oakley-tag\"\u003eStrong Slatted Base\u003c\/span\u003e \u003cspan class=\"oakley-tag\"\u003eUK Single Size\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product features heading --\u003e\n\u003cdiv class=\"oakley-heading\"\u003e\n\u003cspan\u003eProduct Features\u003c\/span\u003e\n\u003ch3\u003eSmart Storage, Secure Access and Contemporary Bedroom Style\u003c\/h3\u003e\n\u003cp\u003eThe Audreamy Oakley combines practical storage with a compact mid-sleeper design, helping keep children’s bedrooms organised without taking up unnecessary floor space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature cards --\u003e\n\u003cdiv class=\"oakley-features\"\u003e\n\u003carticle class=\"oakley-feature\"\u003e\n\u003cdiv class=\"oakley-feature-top\"\u003e\n\u003cdiv class=\"oakley-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"oakley-feature-title\"\u003e\n\u003cdiv class=\"oakley-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 open 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 tidy and organised.\u003c\/p\u003e\n\u003cdiv class=\"oakley-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"oakley-feature\"\u003e\n\u003cdiv class=\"oakley-feature-top\"\u003e\n\u003cdiv class=\"oakley-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"oakley-feature-title\"\u003e\n\u003cdiv class=\"oakley-feature-label\"\u003eBold Contemporary Appearance\u003c\/div\u003e\n\u003ch4\u003eModern Black Wooden Finish\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe clean black finish gives the Audreamy Oakley a bold and contemporary appearance that coordinates easily with a variety of children’s bedroom styles. Its smooth surface can be wiped with a slightly damp cloth to remove everyday marks.\u003c\/p\u003e\n\u003cdiv class=\"oakley-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"oakley-feature\"\u003e\n\u003cdiv class=\"oakley-feature-top\"\u003e\n\u003cdiv class=\"oakley-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"oakley-feature-title\"\u003e\n\u003cdiv class=\"oakley-feature-label\"\u003eChild-Friendly Protection\u003c\/div\u003e\n\u003ch4\u003eRounded Edges and Raised Safety Borders\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eRounded edges and raised bedside borders help create a more child-friendly sleeping environment. The sturdy integrated ladder provides secure access, while the wide, chunky steps help children climb into and out of the bed with greater confidence.\u003c\/p\u003e\n\u003cdiv class=\"oakley-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"oakley-feature\"\u003e\n\u003cdiv class=\"oakley-feature-top\"\u003e\n\u003cdiv class=\"oakley-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"oakley-feature-title\"\u003e\n\u003cdiv class=\"oakley-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 supports the mattress directly, 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=\"oakley-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"oakley-feature\"\u003e\n\u003cdiv class=\"oakley-feature-top\"\u003e\n\u003cdiv class=\"oakley-number\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"oakley-feature-title\"\u003e\n\u003cdiv class=\"oakley-feature-label\"\u003eEfficient Use of Floor Space\u003c\/div\u003e\n\u003ch4\u003ePractical Mid-Sleeper Cabin Bed Design\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eBy raising the sleeping platform, the Audreamy Oakley creates valuable storage space beneath the bed. Its compact all-in-one design reduces the need for additional freestanding shelving or drawer units, making it especially useful in smaller bedrooms.\u003c\/p\u003e\n\u003cdiv class=\"oakley-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- Highlights --\u003e\n\u003cdiv class=\"oakley-highlights\"\u003e\n\u003cdiv class=\"oakley-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 support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oakley-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=\"oakley-highlight\"\u003e\n\u003cstrong\u003eNo Box Spring Required\u003c\/strong\u003e\n\u003cp\u003eThe compatible mattress rests directly on the included supportive slatted base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mattress information --\u003e\n\u003cdiv class=\"oakley-mattress\"\u003e\n\u003cdiv class=\"oakley-mattress-icon\"\u003e90\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMattress Compatibility\u003c\/h3\u003e\n\u003cp\u003eThe Audreamy Oakley 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 raised safety borders.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Delivery notice --\u003e\n\u003cdiv class=\"oakley-delivery\"\u003e\n\u003cdiv class=\"oakley-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 processed 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!-- Product specifications --\u003e\n\u003cdiv class=\"oakley-spec\"\u003e\n\u003cdiv class=\"oakley-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 Oakley Black Wooden Mid Sleeper Cabin Bed with Storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBed Type\u003c\/td\u003e\n\u003ctd\u003eWooden 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\u003eBlack\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=\"oakley-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\u003eSafety Features\u003c\/td\u003e\n\u003ctd\u003eRounded edges, raised safety borders and integrated ladder\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\u003eBlack wooden storage 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=\"oakley-notes\"\u003e\n\u003ch3\u003eImportant Purchasing, Safety and Delivery Information\u003c\/h3\u003e\n\u003cdiv class=\"oakley-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=\"oakley-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=\"oakley-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=\"oakley-note-item\"\u003e\n\u003cstrong\u003eAssembly:\u003c\/strong\u003e Follow the supplied instructions carefully and ensure all fittings are securely tightened before use. Check the fittings periodically.\u003c\/div\u003e\n\u003cdiv class=\"oakley-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=\"oakley-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=\"oakley-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","brand":"Audreamy","offers":[{"title":"Default Title","offer_id":50566474760425,"sku":"TT30902901G","price":272.25,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9242\/0841\/files\/main1_dd5fcea0-a873-4491-bb6f-6740ac19271f.jpg?v=1781235336","url":"https:\/\/audreamy.co.uk\/products\/audreamy-oakley-mid-sleeper-bed-frame-for-kids-black-single","provider":"Audreamy","version":"1.0","type":"link"}