{"product_id":"audreamy-polara-bunk-bed-with-storage-for-kids-white-wooden","title":"Audreamy Polara Bunk Bed with Storage for Kids White Wooden","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .polara-detail,\n  .polara-detail * {\n    box-sizing: border-box;\n  }\n\n  .polara-detail {\n    --polara-primary: #6c82b9;\n    --polara-primary-dark: #45588a;\n    --polara-accent: #e99b78;\n    --polara-text: #293247;\n    --polara-muted: #687184;\n    --polara-border: #e4e8f1;\n    --polara-blue: #f2f5ff;\n    --polara-pink: #fff5f0;\n    --polara-green: #f2f8f4;\n    --polara-yellow: #fff9e9;\n    --polara-white: #ffffff;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 42px 18px;\n    color: var(--polara-text);\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  \/* Product introduction *\/\n  .polara-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 50px 30px;\n    border: 1px solid var(--polara-border);\n    border-radius: 28px;\n    background:\n      radial-gradient(\n        circle at 92% 10%,\n        rgba(233, 155, 120, 0.2),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 8% 92%,\n        rgba(108, 130, 185, 0.17),\n        transparent 32%\n      ),\n      linear-gradient(135deg, #f7f9ff 0%, #fff9f6 100%);\n    text-align: center;\n  }\n\n  .polara-hero::before,\n  .polara-hero::after {\n    position: absolute;\n    content: \"\";\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .polara-hero::before {\n    top: -90px;\n    right: -65px;\n    width: 210px;\n    height: 210px;\n    border: 1px solid rgba(108, 130, 185, 0.16);\n  }\n\n  .polara-hero::after {\n    bottom: -115px;\n    left: -80px;\n    width: 250px;\n    height: 250px;\n    border: 1px solid rgba(233, 155, 120, 0.18);\n  }\n\n  .polara-hero-content {\n    position: relative;\n    z-index: 1;\n    max-width: 930px;\n    margin: 0 auto;\n  }\n\n  .polara-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(--polara-primary-dark);\n    box-shadow: 0 5px 16px rgba(69, 88, 138, 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  .polara-kicker::before {\n    width: 7px;\n    height: 7px;\n    content: \"\";\n    border-radius: 50%;\n    background: var(--polara-accent);\n  }\n\n  .polara-hero h2 {\n    margin: 0;\n    color: var(--polara-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  .polara-hero p {\n    max-width: 830px;\n    margin: 17px auto 0;\n    color: var(--polara-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .polara-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 23px;\n  }\n\n  .polara-tag {\n    display: inline-flex;\n    align-items: center;\n    min-height: 34px;\n    padding: 7px 13px;\n    border: 1px solid rgba(108, 130, 185, 0.18);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.8);\n    color: #50649d;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  \/* Section heading *\/\n  .polara-heading {\n    max-width: 800px;\n    margin: 44px auto 25px;\n    text-align: center;\n  }\n\n  .polara-heading span {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--polara-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  .polara-heading h3 {\n    margin: 0;\n    color: var(--polara-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  .polara-heading p {\n    margin: 11px 0 0;\n    color: var(--polara-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Feature cards *\/\n  .polara-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .polara-feature {\n    position: relative;\n    min-height: 255px;\n    padding: 27px;\n    overflow: hidden;\n    border: 1px solid var(--polara-border);\n    border-radius: 22px;\n    background: var(--polara-white);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .polara-feature:nth-child(4n + 1) {\n    background: var(--polara-blue);\n  }\n\n  .polara-feature:nth-child(4n + 2) {\n    background: var(--polara-pink);\n  }\n\n  .polara-feature:nth-child(4n + 3) {\n    background: var(--polara-green);\n  }\n\n  .polara-feature:nth-child(4n) {\n    background: var(--polara-yellow);\n  }\n\n  .polara-feature:last-child {\n    grid-column: 1 \/ -1;\n    min-height: auto;\n  }\n\n  .polara-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 14px 30px rgba(44, 55, 88, 0.08);\n  }\n\n  .polara-feature-top {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n  }\n\n  .polara-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(--polara-primary);\n    color: #ffffff;\n    box-shadow: 0 7px 16px rgba(108, 130, 185, 0.22);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .polara-feature-title {\n    min-width: 0;\n  }\n\n  .polara-feature-label {\n    margin-bottom: 6px;\n    color: var(--polara-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  .polara-feature h4 {\n    margin: 0;\n    color: var(--polara-text);\n    font-size: 21px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .polara-feature p {\n    margin: 18px 0 0;\n    color: #596174;\n    font-size: 15px;\n    line-height: 1.78;\n  }\n\n  .polara-feature-line {\n    width: 55px;\n    height: 3px;\n    margin-top: 20px;\n    border-radius: 999px;\n    background: rgba(108, 130, 185, 0.22);\n  }\n\n  \/* Highlights *\/\n  .polara-highlights {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n    margin-top: 28px;\n  }\n\n  .polara-highlight {\n    padding: 22px;\n    border: 1px solid var(--polara-border);\n    border-radius: 19px;\n    background: #ffffff;\n  }\n\n  .polara-highlight strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--polara-primary-dark);\n    font-size: 16px;\n    line-height: 1.4;\n  }\n\n  .polara-highlight p {\n    margin: 0;\n    color: var(--polara-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* Safety notice *\/\n  .polara-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(--polara-primary-dark),\n      var(--polara-primary)\n    );\n    color: #ffffff;\n  }\n\n  .polara-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  .polara-safety h3 {\n    margin: 0 0 7px;\n    color: #ffffff;\n    font-size: 20px;\n    line-height: 1.35;\n  }\n\n  .polara-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  .polara-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  .polara-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  .polara-mattress h3 {\n    margin: 0 0 6px;\n    color: #5b4822;\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .polara-mattress p {\n    margin: 0;\n    color: #72613e;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Delivery notice *\/\n  .polara-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  .polara-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(--polara-accent);\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .polara-delivery h3 {\n    margin: 0 0 6px;\n    color: #5c4035;\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .polara-delivery p {\n    margin: 0;\n    color: #705d55;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Specifications *\/\n  .polara-spec {\n    overflow: hidden;\n    margin-top: 40px;\n    border: 1px solid var(--polara-border);\n    border-radius: 23px;\n    background: #ffffff;\n  }\n\n  .polara-spec-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 23px 25px;\n    background: var(--polara-text);\n    color: #ffffff;\n  }\n\n  .polara-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  .polara-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  .polara-spec table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .polara-spec tr:nth-child(even) {\n    background: #fafbfe;\n  }\n\n  .polara-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  .polara-spec tr:last-child td {\n    border-bottom: none;\n  }\n\n  .polara-spec td:first-child {\n    width: 38%;\n    color: var(--polara-text);\n    font-weight: 700;\n  }\n\n  .polara-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  .polara-notes {\n    margin-top: 26px;\n    padding: 25px;\n    border: 1px solid #eee5dc;\n    border-radius: 20px;\n    background: #fffaf6;\n  }\n\n  .polara-notes h3 {\n    margin: 0 0 15px;\n    color: #59473d;\n    font-size: 19px;\n    line-height: 1.4;\n  }\n\n  .polara-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  .polara-note-item:first-of-type {\n    margin-top: 0;\n  }\n\n  .polara-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(--polara-accent);\n  }\n\n  .polara-note-item strong {\n    color: #55453d;\n  }\n\n  @media (max-width: 850px) {\n    .polara-features {\n      grid-template-columns: 1fr;\n    }\n\n    .polara-feature,\n    .polara-feature:last-child {\n      grid-column: auto;\n      min-height: auto;\n    }\n\n    .polara-highlights {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .polara-detail {\n      padding: 26px 13px;\n    }\n\n    .polara-hero {\n      padding: 36px 17px;\n      border-radius: 21px;\n    }\n\n    .polara-hero h2 {\n      font-size: 27px;\n    }\n\n    .polara-hero p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .polara-tags {\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .polara-tag {\n      min-height: 31px;\n      padding: 6px 10px;\n      font-size: 12px;\n    }\n\n    .polara-heading {\n      margin-top: 34px;\n    }\n\n    .polara-features {\n      gap: 13px;\n    }\n\n    .polara-feature {\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .polara-feature-top {\n      gap: 12px;\n    }\n\n    .polara-number {\n      width: 40px;\n      height: 40px;\n      border-radius: 12px;\n      font-size: 13px;\n    }\n\n    .polara-feature h4 {\n      font-size: 19px;\n    }\n\n    .polara-feature p {\n      margin-top: 15px;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .polara-highlight {\n      padding: 18px;\n      border-radius: 16px;\n    }\n\n    .polara-safety,\n    .polara-mattress,\n    .polara-delivery {\n      grid-template-columns: 1fr;\n      gap: 13px;\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .polara-safety-icon,\n    .polara-mattress-icon,\n    .polara-delivery-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 12px;\n    }\n\n    .polara-spec {\n      margin-top: 30px;\n      border-radius: 18px;\n    }\n\n    .polara-spec-header {\n      display: block;\n      padding: 19px 17px;\n    }\n\n    .polara-spec-header h3 {\n      font-size: 21px;\n    }\n\n    .polara-spec-header span {\n      display: block;\n      margin-top: 5px;\n      text-align: left;\n    }\n\n    .polara-spec,\n    .polara-spec tbody,\n    .polara-spec tr,\n    .polara-spec td {\n      display: block;\n      width: 100%;\n    }\n\n    .polara-spec tr {\n      border-bottom: 1px solid var(--polara-border);\n    }\n\n    .polara-spec tr:last-child {\n      border-bottom: none;\n    }\n\n    .polara-spec td {\n      border-bottom: none;\n    }\n\n    .polara-spec td:first-child {\n      width: 100%;\n      padding: 13px 15px 4px;\n      color: var(--polara-primary-dark);\n      font-size: 12px;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    .polara-spec td:last-child {\n      padding: 4px 15px 14px;\n      color: #535b6e;\n    }\n\n    .polara-notes {\n      padding: 20px 17px;\n      border-radius: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"polara-detail\"\u003e\u003c!-- Product overview --\u003e\n\u003cdiv class=\"polara-hero\"\u003e\n\u003cdiv class=\"polara-hero-content\"\u003e\n\u003cdiv class=\"polara-kicker\"\u003eAudreamy Kids’ Bedroom Collection\u003c\/div\u003e\n\u003ch2\u003eAudreamy Polara Bunk Bed with Storage for Kids White Wooden\u003c\/h2\u003e\n\u003cp\u003eCreate a comfortable and highly organised shared sleeping space with the Audreamy Polara Bunk Bed with Storage for Kids. Combining a single upper bunk, a spacious double lower bed, a storage ladder cabinet and a large rolling drawer, it provides flexible sleeping and practical organisation in one elegant white wooden design.\u003c\/p\u003e\n\u003cdiv class=\"polara-tags\"\u003e\n\u003cspan class=\"polara-tag\"\u003eSingle Over Double\u003c\/span\u003e \u003cspan class=\"polara-tag\"\u003eStorage Ladder Cabinet\u003c\/span\u003e \u003cspan class=\"polara-tag\"\u003eRolling Storage Drawer\u003c\/span\u003e \u003cspan class=\"polara-tag\"\u003eSleigh-Style Curves\u003c\/span\u003e \u003cspan class=\"polara-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=\"polara-heading\"\u003e\n\u003cspan\u003eProduct Features\u003c\/span\u003e\n\u003ch3\u003eFlexible Family Sleeping with Practical Built-In Storage\u003c\/h3\u003e\n\u003cp\u003eThe Audreamy Polara combines a spacious single-over-double sleeping arrangement with child-friendly access and integrated storage for a more functional bedroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature cards --\u003e\n\u003cdiv class=\"polara-features\"\u003e\n\u003carticle class=\"polara-feature\"\u003e\n\u003cdiv class=\"polara-feature-top\"\u003e\n\u003cdiv class=\"polara-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"polara-feature-title\"\u003e\n\u003cdiv class=\"polara-feature-label\"\u003eCharming Bedroom Style\u003c\/div\u003e\n\u003ch4\u003eElegant Sleigh-Inspired Curved Design\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eSmooth sleigh-inspired curves give the bed a charming and child-friendly appearance. The clean white finish creates a bright, welcoming look with a subtle pastoral character that coordinates easily with different children’s bedroom themes.\u003c\/p\u003e\n\u003cdiv class=\"polara-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"polara-feature\"\u003e\n\u003cdiv class=\"polara-feature-top\"\u003e\n\u003cdiv class=\"polara-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"polara-feature-title\"\u003e\n\u003cdiv class=\"polara-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 is designed for one 90 × 190 cm single mattress, while the lower sleeping area accommodates one 135 × 190 cm double mattress. This practical arrangement works well for siblings, overnight guests or a parent supporting a child as they transition to independent sleep.\u003c\/p\u003e\n\u003cdiv class=\"polara-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"polara-feature\"\u003e\n\u003cdiv class=\"polara-feature-top\"\u003e\n\u003cdiv class=\"polara-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"polara-feature-title\"\u003e\n\u003cdiv class=\"polara-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 wheels fits neatly beneath the lower bed. It provides convenient storage for clothes, spare bedding, toys and other bedroom essentials while making effective use of the space beneath the sleeping platform.\u003c\/p\u003e\n\u003cdiv class=\"polara-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"polara-feature\"\u003e\n\u003cdiv class=\"polara-feature-top\"\u003e\n\u003cdiv class=\"polara-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"polara-feature-title\"\u003e\n\u003cdiv class=\"polara-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 a practical storage cabinet for books, toys and lightweight bedding. Round handles and magnetic cabinet panels make the compartments easier to open and close while providing stable access to the upper bunk.\u003c\/p\u003e\n\u003cdiv class=\"polara-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"polara-feature\"\u003e\n\u003cdiv class=\"polara-feature-top\"\u003e\n\u003cdiv class=\"polara-number\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"polara-feature-title\"\u003e\n\u003cdiv class=\"polara-feature-label\"\u003eStrong Everyday Construction\u003c\/div\u003e\n\u003ch4\u003eSolid Wood and MDF Bed Frame\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eConstructed from solid wood and MDF, the Audreamy Polara is designed to provide dependable stability for everyday use. The integrated slatted sleeping bases support the mattresses directly, so no box spring or additional mattress foundation is required.\u003c\/p\u003e\n\u003cdiv class=\"polara-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"polara-feature\"\u003e\n\u003cdiv class=\"polara-feature-top\"\u003e\n\u003cdiv class=\"polara-number\"\u003e06\u003c\/div\u003e\n\u003cdiv class=\"polara-feature-title\"\u003e\n\u003cdiv class=\"polara-feature-label\"\u003eClearly Organised Assembly\u003c\/div\u003e\n\u003ch4\u003eLabelled Parts and Included Instructions\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe bed arrives flat-packed with assembly instructions and clearly labelled components. Follow the supplied steps carefully and ensure all screws, connectors and fittings are securely tightened before the bed is used.\u003c\/p\u003e\n\u003cdiv class=\"polara-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- Highlights --\u003e\n\u003cdiv class=\"polara-highlights\"\u003e\n\u003cdiv class=\"polara-highlight\"\u003e\n\u003cstrong\u003eSingle-Over-Double Layout\u003c\/strong\u003e\n\u003cp\u003eAccommodates one 90 × 190 cm upper mattress and one 135 × 190 cm lower mattress.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"polara-highlight\"\u003e\n\u003cstrong\u003eIntegrated Storage\u003c\/strong\u003e\n\u003cp\u003eIncludes a large rolling drawer and a ladder cabinet with practical storage compartments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"polara-highlight\"\u003e\n\u003cstrong\u003e120 kg Weight Capacity\u003c\/strong\u003e\n\u003cp\u003eThe product information lists a maximum bed-frame capacity of 120 kg \/ 264 lbs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety notice --\u003e\n\u003cdiv class=\"polara-safety\"\u003e\n\u003cdiv class=\"polara-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 intended for children aged six years and above. Always use an appropriately sized mattress no thicker than 12 cm, follow the assembly instructions carefully and check all fittings regularly. Do not exceed the stated weight limit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mattress notice --\u003e\n\u003cdiv class=\"polara-mattress\"\u003e\n\u003cdiv class=\"polara-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 mattresses must not exceed 12 cm in thickness. Mattresses are not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Delivery notice --\u003e\n\u003cdiv class=\"polara-delivery\"\u003e\n\u003cdiv class=\"polara-delivery-icon\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDelivered in Four Separate Packages\u003c\/h3\u003e\n\u003cp\u003eTo help reduce the risk of transit damage, the bed is supplied in four separate packages. 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=\"polara-spec\"\u003e\n\u003cdiv class=\"polara-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 Polara 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 storage ladder cabinet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Dimensions\u003c\/td\u003e\n\u003ctd\u003e246 × 141 × 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=\"polara-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=\"polara-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=\"polara-muted\"\u003e Maximum permitted thickness: 12 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\u003e120 kg \/ 264 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInternal Drawer Dimensions\u003c\/td\u003e\n\u003ctd\u003e89 × 38 × 11.5 cm (L × W × H)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEntrance Width\u003c\/td\u003e\n\u003ctd\u003e37 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage Features\u003c\/td\u003e\n\u003ctd\u003eRolling under-bed drawer and integrated ladder storage cabinet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUnique Design\u003c\/td\u003e\n\u003ctd\u003eSleigh-inspired bunk bed with integrated ladder cabinet\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\u003e118.55 kg \/ 108.45 kg\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=\"polara-notes\"\u003e\n\u003ch3\u003eImportant Purchasing, Safety and Delivery Information\u003c\/h3\u003e\n\u003cdiv class=\"polara-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=\"polara-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=\"polara-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=\"polara-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=\"polara-note-item\"\u003e\n\u003cstrong\u003eWeight limit:\u003c\/strong\u003e Do not exceed the stated maximum weight capacity.\u003c\/div\u003e\n\u003cdiv class=\"polara-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 components.\u003c\/div\u003e\n\u003cdiv class=\"polara-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=\"polara-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":50566484623593,"sku":"TT403646789W","price":427.5,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9242\/0841\/files\/Children_s_bed_frame_colorful_ba__202606212103.jpg?v=1782047631","url":"https:\/\/audreamy.co.uk\/products\/audreamy-polara-bunk-bed-with-storage-for-kids-white-wooden","provider":"Audreamy","version":"1.0","type":"link"}