{"product_id":"audreamy-nimby-bunk-bed-with-storage-for-kids-white-wooden","title":"Audreamy Nimby Bunk Bed with Chalkboard for Kids White Wooden","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .nimby-detail,\n  .nimby-detail * {\n    box-sizing: border-box;\n  }\n\n  .nimby-detail {\n    --nimby-primary: #667db7;\n    --nimby-primary-dark: #435486;\n    --nimby-accent: #ee9b78;\n    --nimby-text: #293247;\n    --nimby-muted: #687184;\n    --nimby-border: #e5e9f1;\n    --nimby-blue: #f2f5ff;\n    --nimby-pink: #fff5f0;\n    --nimby-green: #f2f8f4;\n    --nimby-yellow: #fff9e9;\n    --nimby-white: #ffffff;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 42px 18px;\n    color: var(--nimby-text);\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  \/* Product introduction *\/\n  .nimby-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 50px 30px;\n    border: 1px solid var(--nimby-border);\n    border-radius: 28px;\n    background:\n      radial-gradient(\n        circle at 92% 10%,\n        rgba(238, 155, 120, 0.2),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 8% 92%,\n        rgba(102, 125, 183, 0.17),\n        transparent 32%\n      ),\n      linear-gradient(135deg, #f7f9ff 0%, #fff9f6 100%);\n    text-align: center;\n  }\n\n  .nimby-hero::before,\n  .nimby-hero::after {\n    position: absolute;\n    content: \"\";\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .nimby-hero::before {\n    top: -90px;\n    right: -65px;\n    width: 210px;\n    height: 210px;\n    border: 1px solid rgba(102, 125, 183, 0.16);\n  }\n\n  .nimby-hero::after {\n    bottom: -115px;\n    left: -80px;\n    width: 250px;\n    height: 250px;\n    border: 1px solid rgba(238, 155, 120, 0.18);\n  }\n\n  .nimby-hero-content {\n    position: relative;\n    z-index: 1;\n    max-width: 930px;\n    margin: 0 auto;\n  }\n\n  .nimby-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(--nimby-primary-dark);\n    box-shadow: 0 5px 16px rgba(67, 84, 134, 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  .nimby-kicker::before {\n    width: 7px;\n    height: 7px;\n    content: \"\";\n    border-radius: 50%;\n    background: var(--nimby-accent);\n  }\n\n  .nimby-hero h2 {\n    margin: 0;\n    color: var(--nimby-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  .nimby-hero p {\n    max-width: 830px;\n    margin: 17px auto 0;\n    color: var(--nimby-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .nimby-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 23px;\n  }\n\n  .nimby-tag {\n    display: inline-flex;\n    align-items: center;\n    min-height: 34px;\n    padding: 7px 13px;\n    border: 1px solid rgba(102, 125, 183, 0.18);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.8);\n    color: #50639c;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  \/* Section heading *\/\n  .nimby-heading {\n    max-width: 800px;\n    margin: 44px auto 25px;\n    text-align: center;\n  }\n\n  .nimby-heading span {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--nimby-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  .nimby-heading h3 {\n    margin: 0;\n    color: var(--nimby-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  .nimby-heading p {\n    margin: 11px 0 0;\n    color: var(--nimby-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Feature cards *\/\n  .nimby-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .nimby-feature {\n    position: relative;\n    min-height: 260px;\n    padding: 27px;\n    overflow: hidden;\n    border: 1px solid var(--nimby-border);\n    border-radius: 22px;\n    background: var(--nimby-white);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .nimby-feature:nth-child(4n + 1) {\n    background: var(--nimby-blue);\n  }\n\n  .nimby-feature:nth-child(4n + 2) {\n    background: var(--nimby-pink);\n  }\n\n  .nimby-feature:nth-child(4n + 3) {\n    background: var(--nimby-green);\n  }\n\n  .nimby-feature:nth-child(4n) {\n    background: var(--nimby-yellow);\n  }\n\n  .nimby-feature:last-child {\n    grid-column: 1 \/ -1;\n    min-height: auto;\n  }\n\n  .nimby-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 14px 30px rgba(44, 55, 88, 0.08);\n  }\n\n  .nimby-feature-top {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n  }\n\n  .nimby-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(--nimby-primary);\n    color: #ffffff;\n    box-shadow: 0 7px 16px rgba(102, 125, 183, 0.22);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .nimby-feature-title {\n    min-width: 0;\n  }\n\n  .nimby-feature-label {\n    margin-bottom: 6px;\n    color: var(--nimby-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  .nimby-feature h4 {\n    margin: 0;\n    color: var(--nimby-text);\n    font-size: 21px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .nimby-feature p {\n    margin: 18px 0 0;\n    color: #596174;\n    font-size: 15px;\n    line-height: 1.78;\n  }\n\n  .nimby-feature-line {\n    width: 55px;\n    height: 3px;\n    margin-top: 20px;\n    border-radius: 999px;\n    background: rgba(102, 125, 183, 0.22);\n  }\n\n  \/* Highlights *\/\n  .nimby-highlights {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n    margin-top: 28px;\n  }\n\n  .nimby-highlight {\n    padding: 22px;\n    border: 1px solid var(--nimby-border);\n    border-radius: 19px;\n    background: #ffffff;\n  }\n\n  .nimby-highlight strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--nimby-primary-dark);\n    font-size: 16px;\n    line-height: 1.4;\n  }\n\n  .nimby-highlight p {\n    margin: 0;\n    color: var(--nimby-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* Safety notice *\/\n  .nimby-safety {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    align-items: center;\n    gap: 18px;\n    margin-top: 28px;\n    padding: 25px 27px;\n    border-radius: 21px;\n    background: linear-gradient(\n      135deg,\n      var(--nimby-primary-dark),\n      var(--nimby-primary)\n    );\n    color: #ffffff;\n  }\n\n  .nimby-safety-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: 19px;\n    font-weight: 700;\n  }\n\n  .nimby-safety h3 {\n    margin: 0 0 7px;\n    color: #ffffff;\n    font-size: 20px;\n    line-height: 1.35;\n  }\n\n  .nimby-safety p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.84);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Mattress notice *\/\n  .nimby-mattress {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    align-items: center;\n    gap: 18px;\n    margin-top: 16px;\n    padding: 23px 25px;\n    border: 1px solid #eadfbd;\n    border-radius: 20px;\n    background: #fffaf0;\n  }\n\n  .nimby-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  .nimby-mattress h3 {\n    margin: 0 0 6px;\n    color: #5b4822;\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .nimby-mattress p {\n    margin: 0;\n    color: #72613e;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Delivery notice *\/\n  .nimby-delivery {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    align-items: center;\n    gap: 18px;\n    margin-top: 16px;\n    padding: 23px 25px;\n    border: 1px solid #f0dfd7;\n    border-radius: 20px;\n    background: #fff7f3;\n  }\n\n  .nimby-delivery-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(--nimby-accent);\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .nimby-delivery h3 {\n    margin: 0 0 6px;\n    color: #5c4035;\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .nimby-delivery p {\n    margin: 0;\n    color: #705d55;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Specifications *\/\n  .nimby-spec {\n    overflow: hidden;\n    margin-top: 40px;\n    border: 1px solid var(--nimby-border);\n    border-radius: 23px;\n    background: #ffffff;\n  }\n\n  .nimby-spec-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 23px 25px;\n    background: var(--nimby-text);\n    color: #ffffff;\n  }\n\n  .nimby-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  .nimby-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  .nimby-spec table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .nimby-spec tr:nth-child(even) {\n    background: #fafbfe;\n  }\n\n  .nimby-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  .nimby-spec tr:last-child td {\n    border-bottom: none;\n  }\n\n  .nimby-spec td:first-child {\n    width: 38%;\n    color: var(--nimby-text);\n    font-weight: 700;\n  }\n\n  .nimby-muted {\n    display: block;\n    margin-top: 4px;\n    color: #8a8f99;\n    font-size: 13px;\n    font-weight: 400;\n  }\n\n  \/* Important notes *\/\n  .nimby-notes {\n    margin-top: 26px;\n    padding: 25px;\n    border: 1px solid #eee5dc;\n    border-radius: 20px;\n    background: #fffaf6;\n  }\n\n  .nimby-notes h3 {\n    margin: 0 0 15px;\n    color: #59473d;\n    font-size: 19px;\n    line-height: 1.4;\n  }\n\n  .nimby-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  .nimby-note-item:first-of-type {\n    margin-top: 0;\n  }\n\n  .nimby-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(--nimby-accent);\n  }\n\n  .nimby-note-item strong {\n    color: #55453d;\n  }\n\n  @media (max-width: 850px) {\n    .nimby-features {\n      grid-template-columns: 1fr;\n    }\n\n    .nimby-feature,\n    .nimby-feature:last-child {\n      grid-column: auto;\n      min-height: auto;\n    }\n\n    .nimby-highlights {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .nimby-detail {\n      padding: 26px 13px;\n    }\n\n    .nimby-hero {\n      padding: 36px 17px;\n      border-radius: 21px;\n    }\n\n    .nimby-hero h2 {\n      font-size: 27px;\n    }\n\n    .nimby-hero p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .nimby-tags {\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .nimby-tag {\n      min-height: 31px;\n      padding: 6px 10px;\n      font-size: 12px;\n    }\n\n    .nimby-heading {\n      margin-top: 34px;\n    }\n\n    .nimby-features {\n      gap: 13px;\n    }\n\n    .nimby-feature {\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .nimby-feature-top {\n      gap: 12px;\n    }\n\n    .nimby-number {\n      width: 40px;\n      height: 40px;\n      border-radius: 12px;\n      font-size: 13px;\n    }\n\n    .nimby-feature h4 {\n      font-size: 19px;\n    }\n\n    .nimby-feature p {\n      margin-top: 15px;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .nimby-highlight {\n      padding: 18px;\n      border-radius: 16px;\n    }\n\n    .nimby-safety,\n    .nimby-mattress,\n    .nimby-delivery {\n      grid-template-columns: 1fr;\n      gap: 13px;\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .nimby-safety-icon,\n    .nimby-mattress-icon,\n    .nimby-delivery-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 12px;\n    }\n\n    .nimby-spec {\n      margin-top: 30px;\n      border-radius: 18px;\n    }\n\n    .nimby-spec-header {\n      display: block;\n      padding: 19px 17px;\n    }\n\n    .nimby-spec-header h3 {\n      font-size: 21px;\n    }\n\n    .nimby-spec-header span {\n      display: block;\n      margin-top: 5px;\n      text-align: left;\n    }\n\n    .nimby-spec,\n    .nimby-spec tbody,\n    .nimby-spec tr,\n    .nimby-spec td {\n      display: block;\n      width: 100%;\n    }\n\n    .nimby-spec tr {\n      border-bottom: 1px solid var(--nimby-border);\n    }\n\n    .nimby-spec tr:last-child {\n      border-bottom: none;\n    }\n\n    .nimby-spec td {\n      border-bottom: none;\n    }\n\n    .nimby-spec td:first-child {\n      width: 100%;\n      padding: 13px 15px 4px;\n      color: var(--nimby-primary-dark);\n      font-size: 12px;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    .nimby-spec td:last-child {\n      padding: 4px 15px 14px;\n      color: #535b6e;\n    }\n\n    .nimby-notes {\n      padding: 20px 17px;\n      border-radius: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"nimby-detail\"\u003e\u003c!-- Product overview --\u003e\n\u003cdiv class=\"nimby-hero\"\u003e\n\u003cdiv class=\"nimby-hero-content\"\u003e\n\u003cdiv class=\"nimby-kicker\"\u003eAudreamy Kids’ Bedroom Collection\u003c\/div\u003e\n\u003ch2\u003eAudreamy Nimby Bunk Bed with Storage for Kids White Wooden\u003c\/h2\u003e\n\u003cp\u003eCreate a playful, comfortable and highly organised sleeping area with the Audreamy Nimby Bunk Bed with Storage for Kids. Combining a single upper bunk, a spacious double lower bed, an integrated chalkboard, ladder-cabinet storage, open shelving and a large rolling drawer, it offers an imaginative and practical solution for shared bedrooms.\u003c\/p\u003e\n\u003cdiv class=\"nimby-tags\"\u003e\n\u003cspan class=\"nimby-tag\"\u003eSingle Over Double\u003c\/span\u003e \u003cspan class=\"nimby-tag\"\u003eIntegrated Chalkboard\u003c\/span\u003e \u003cspan class=\"nimby-tag\"\u003eStorage Ladder Cabinet\u003c\/span\u003e \u003cspan class=\"nimby-tag\"\u003eRolling Storage Drawer\u003c\/span\u003e \u003cspan class=\"nimby-tag\"\u003eWhite Wooden Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature heading --\u003e\n\u003cdiv class=\"nimby-heading\"\u003e\n\u003cspan\u003eProduct Features\u003c\/span\u003e\n\u003ch3\u003eImaginative Play, Flexible Sleeping and Practical Storage\u003c\/h3\u003e\n\u003cp\u003eThe Audreamy Nimby combines two sleeping areas with creative and organisational features, helping make better use of space in a child’s bedroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature cards --\u003e\n\u003cdiv class=\"nimby-features\"\u003e\n\u003carticle class=\"nimby-feature\"\u003e\n\u003cdiv class=\"nimby-feature-top\"\u003e\n\u003cdiv class=\"nimby-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"nimby-feature-title\"\u003e\n\u003cdiv class=\"nimby-feature-label\"\u003eCreative Bedroom Feature\u003c\/div\u003e\n\u003ch4\u003eIntegrated Chalkboard for Drawing\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eA chalkboard is creatively integrated into the upper-bunk railing, giving children a dedicated space for drawing, writing and imaginative play. The clean white exterior creates a bright, cheerful appearance that coordinates easily with different bedroom themes.\u003c\/p\u003e\n\u003cdiv class=\"nimby-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"nimby-feature\"\u003e\n\u003cdiv class=\"nimby-feature-top\"\u003e\n\u003cdiv class=\"nimby-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"nimby-feature-title\"\u003e\n\u003cdiv class=\"nimby-feature-label\"\u003eFlexible Family Sleeping\u003c\/div\u003e\n\u003ch4\u003eSingle Upper Bunk and Double Lower Bed\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe upper bunk accommodates one 90 × 190 cm single mattress, while the lower bed accommodates one 135 × 190 cm double mattress. This versatile arrangement is suitable for siblings, overnight guests or a parent helping a child transition towards independent sleeping.\u003c\/p\u003e\n\u003cdiv class=\"nimby-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"nimby-feature\"\u003e\n\u003cdiv class=\"nimby-feature-top\"\u003e\n\u003cdiv class=\"nimby-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"nimby-feature-title\"\u003e\n\u003cdiv class=\"nimby-feature-label\"\u003eConvenient Under-Bed Organisation\u003c\/div\u003e\n\u003ch4\u003eLarge Rolling Storage Drawer\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eA spacious drawer on smooth-moving casters fits beneath the lower bed and provides convenient storage for clothes, spare bedding, toys and other bedroom essentials. Its low-profile design helps use the space beneath the bed efficiently.\u003c\/p\u003e\n\u003cdiv class=\"nimby-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"nimby-feature\"\u003e\n\u003cdiv class=\"nimby-feature-top\"\u003e\n\u003cdiv class=\"nimby-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"nimby-feature-title\"\u003e\n\u003cdiv class=\"nimby-feature-label\"\u003eDual-Purpose Access and Storage\u003c\/div\u003e\n\u003ch4\u003eIntegrated Ladder Storage Cabinet\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe right-hand ladder also functions as practical cabinet storage for books, toys and everyday items. Magnetic cabinet panels make the compartments easier to open and close while providing convenient access to the upper sleeping area.\u003c\/p\u003e\n\u003cdiv class=\"nimby-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"nimby-feature\"\u003e\n\u003cdiv class=\"nimby-feature-top\"\u003e\n\u003cdiv class=\"nimby-number\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"nimby-feature-title\"\u003e\n\u003cdiv class=\"nimby-feature-label\"\u003eDisplay and Bedside Storage\u003c\/div\u003e\n\u003ch4\u003eThree-Compartment Open Shelf\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eA three-compartment open storage area above the lower bed provides convenient space for books, crafts, decorations and family photographs. Frequently used items can remain organised and within easy reach.\u003c\/p\u003e\n\u003cdiv class=\"nimby-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"nimby-feature\"\u003e\n\u003cdiv class=\"nimby-feature-top\"\u003e\n\u003cdiv class=\"nimby-number\"\u003e06\u003c\/div\u003e\n\u003cdiv class=\"nimby-feature-title\"\u003e\n\u003cdiv class=\"nimby-feature-label\"\u003eStrong Wooden Construction\u003c\/div\u003e\n\u003ch4\u003eSolid Wood and MDF Structure\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe bed frame is constructed from solid wood and MDF to provide dependable support and stability for everyday use. The integrated slatted sleeping bases support the mattresses directly, so no box spring is required.\u003c\/p\u003e\n\u003cdiv class=\"nimby-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"nimby-feature\"\u003e\n\u003cdiv class=\"nimby-feature-top\"\u003e\n\u003cdiv class=\"nimby-number\"\u003e07\u003c\/div\u003e\n\u003cdiv class=\"nimby-feature-title\"\u003e\n\u003cdiv class=\"nimby-feature-label\"\u003eSafety, Strength and Durability\u003c\/div\u003e\n\u003ch4\u003eEN 747-1:2024 Listed Certification\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe product information lists certification to EN 747-1:2024, a European standard covering safety, strength and durability requirements for bunk beds and high beds. Always follow the assembly instructions and do not exceed the specified weight limit.\u003c\/p\u003e\n\u003cdiv class=\"nimby-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- Highlights --\u003e\n\u003cdiv class=\"nimby-highlights\"\u003e\n\u003cdiv class=\"nimby-highlight\"\u003e\n\u003cstrong\u003eSingle Over Double Layout\u003c\/strong\u003e\n\u003cp\u003eSuitable for one 90 × 190 cm upper mattress and one 135 × 190 cm lower mattress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimby-highlight\"\u003e\n\u003cstrong\u003eMultiple Storage Areas\u003c\/strong\u003e\n\u003cp\u003eIncludes a rolling drawer, ladder cabinet and three-compartment open shelving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nimby-highlight\"\u003e\n\u003cstrong\u003e150 kg Weight Capacity\u003c\/strong\u003e\n\u003cp\u003eThe product information lists a maximum weight capacity of 150 kg.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety information --\u003e\n\u003cdiv class=\"nimby-safety\"\u003e\n\u003cdiv class=\"nimby-safety-icon\"\u003e!\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eImportant Upper-Bunk Safety Information\u003c\/h3\u003e\n\u003cp\u003eThe upper bunk is recommended for children aged six years and above. Use a compatible upper mattress no thicker than 12 cm, follow the assembly instructions carefully and check all fittings regularly. Never exceed the specified maximum weight capacity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mattress information --\u003e\n\u003cdiv class=\"nimby-mattress\"\u003e\n\u003cdiv class=\"nimby-mattress-icon\"\u003e10\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMattress Compatibility\u003c\/h3\u003e\n\u003cp\u003eThe upper bunk requires one 90 × 190 cm mattress and the lower bed requires one 135 × 190 cm mattress. A thickness of approximately 10 cm is recommended, and the mattress must not exceed 12 cm. Mattresses are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Delivery information --\u003e\n\u003cdiv class=\"nimby-delivery\"\u003e\n\u003cdiv class=\"nimby-delivery-icon\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDelivered in Four Separate Packages\u003c\/h3\u003e\n\u003cp\u003eThis bed is shipped in four separate packages to help reduce the risk of transit damage. The cartons may be processed independently by the courier and can arrive on different days. Please wait until all four packages 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=\"nimby-spec\"\u003e\n\u003cdiv class=\"nimby-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 Nimby Bunk Bed with Storage for Kids White Wooden\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBed Type\u003c\/td\u003e\n\u003ctd\u003eSingle-over-double bunk bed with chalkboard and integrated storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Dimensions\u003c\/td\u003e\n\u003ctd\u003e243 × 140 × 150 cm (L × W × H)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid wood and MDF\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\u003eUpper Mattress Size\u003c\/td\u003e\n\u003ctd\u003e90 × 190 cm \u003cspan class=\"nimby-muted\"\u003eMattress not included\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLower Mattress Size\u003c\/td\u003e\n\u003ctd\u003e135 × 190 cm \u003cspan class=\"nimby-muted\"\u003eMattress not included\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Mattress Thickness\u003c\/td\u003e\n\u003ctd\u003eApproximately 10 cm \u003cspan class=\"nimby-muted\"\u003eMaximum permitted thickness: 15 cm\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Weight Capacity\u003c\/td\u003e\n\u003ctd\u003e150 kg \/ 330 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInternal Drawer Dimensions\u003c\/td\u003e\n\u003ctd\u003e86 × 38 × 11.5 cm (W × D × 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\u003eStorage Features\u003c\/td\u003e\n\u003ctd\u003eRolling under-bed drawer, ladder cabinet and three-compartment open shelving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnique Design\u003c\/td\u003e\n\u003ctd\u003eBunk bed with integrated ladder cabinet and chalkboard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Age\u003c\/td\u003e\n\u003ctd\u003eUpper bunk: 6 years and above\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, rolling drawer, ladder cabinet, assembly hardware and instructions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Packages\u003c\/td\u003e\n\u003ctd\u003e4\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGross \/ Net Weight\u003c\/td\u003e\n\u003ctd\u003e112.9 kg \/ 104.4 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eListed Certification\u003c\/td\u003e\n\u003ctd\u003eEN 747-1:2024\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=\"nimby-notes\"\u003e\n\u003ch3\u003eImportant Purchasing, Safety and Delivery Information\u003c\/h3\u003e\n\u003cdiv class=\"nimby-note-item\"\u003e\n\u003cstrong\u003eMattresses:\u003c\/strong\u003e One 90 × 190 cm upper mattress and one 135 × 190 cm lower mattress are required. Mattresses are not included.\u003c\/div\u003e\n\u003cdiv class=\"nimby-note-item\"\u003e\n\u003cstrong\u003eMattress thickness:\u003c\/strong\u003e A thickness of approximately 10 cm is recommended. Do not use a mattress thicker than 12 cm.\u003c\/div\u003e\n\u003cdiv class=\"nimby-note-item\"\u003e\n\u003cstrong\u003eAge guidance:\u003c\/strong\u003e The upper bunk is intended for children aged six years and above.\u003c\/div\u003e\n\u003cdiv class=\"nimby-note-item\"\u003e\n\u003cstrong\u003eAssembly:\u003c\/strong\u003e Follow the supplied instructions carefully and ensure all connectors and fittings are securely tightened before use. Check them periodically.\u003c\/div\u003e\n\u003cdiv class=\"nimby-note-item\"\u003e\n\u003cstrong\u003eWeight limit:\u003c\/strong\u003e Do not exceed the stated maximum weight capacity.\u003c\/div\u003e\n\u003cdiv class=\"nimby-note-item\"\u003e\n\u003cstrong\u003eFour-package delivery:\u003c\/strong\u003e The packages may arrive separately. Please wait until all four cartons have been delivered before reporting missing parts.\u003c\/div\u003e\n\u003cdiv class=\"nimby-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=\"nimby-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\u003cbr\u003e\u003c\/p\u003e","brand":"Audreamy","offers":[{"title":"Default Title","offer_id":50566475907305,"sku":"TT402476789W","price":434.25,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9242\/0841\/files\/aaaaaaaaaaaaaaa.jpg?v=1782040042","url":"https:\/\/audreamy.co.uk\/products\/audreamy-nimby-bunk-bed-with-storage-for-kids-white-wooden","provider":"Audreamy","version":"1.0","type":"link"}