{"product_id":"audreamy-eryndor-high-sleepers-white-wood-single","title":"Audreamy Eryndor Bunk Bed High Sleepers White Wood Single","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .eryndor-detail,\n  .eryndor-detail * {\n    box-sizing: border-box;\n  }\n\n  .eryndor-detail {\n    --ery-primary: #5f78b8;\n    --ery-primary-dark: #3f5185;\n    --ery-accent: #e99a78;\n    --ery-text: #293246;\n    --ery-muted: #687184;\n    --ery-border: #e4e8f1;\n    --ery-blue: #f1f5ff;\n    --ery-orange: #fff5ef;\n    --ery-green: #f2f8f4;\n    --ery-yellow: #fff9e9;\n    --ery-white: #ffffff;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 42px 18px;\n    color: var(--ery-text);\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  \/* Product introduction *\/\n  .eryndor-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 50px 30px;\n    border: 1px solid var(--ery-border);\n    border-radius: 28px;\n    background:\n      radial-gradient(\n        circle at 92% 10%,\n        rgba(233, 154, 120, 0.2),\n        transparent 29%\n      ),\n      radial-gradient(\n        circle at 7% 92%,\n        rgba(95, 120, 184, 0.17),\n        transparent 32%\n      ),\n      linear-gradient(135deg, #f7f9ff 0%, #fff9f6 100%);\n    text-align: center;\n  }\n\n  .eryndor-hero::before,\n  .eryndor-hero::after {\n    position: absolute;\n    content: \"\";\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .eryndor-hero::before {\n    top: -85px;\n    right: -65px;\n    width: 205px;\n    height: 205px;\n    border: 1px solid rgba(95, 120, 184, 0.16);\n  }\n\n  .eryndor-hero::after {\n    bottom: -110px;\n    left: -80px;\n    width: 245px;\n    height: 245px;\n    border: 1px solid rgba(233, 154, 120, 0.18);\n  }\n\n  .eryndor-hero-content {\n    position: relative;\n    z-index: 1;\n    max-width: 920px;\n    margin: 0 auto;\n  }\n\n  .eryndor-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(--ery-primary-dark);\n    box-shadow: 0 5px 16px rgba(63, 81, 133, 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  .eryndor-kicker::before {\n    width: 7px;\n    height: 7px;\n    content: \"\";\n    border-radius: 50%;\n    background: var(--ery-accent);\n  }\n\n  .eryndor-hero h2 {\n    margin: 0;\n    color: var(--ery-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  .eryndor-hero p {\n    max-width: 820px;\n    margin: 17px auto 0;\n    color: var(--ery-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .eryndor-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 23px;\n  }\n\n  .eryndor-tag {\n    display: inline-flex;\n    align-items: center;\n    min-height: 34px;\n    padding: 7px 13px;\n    border: 1px solid rgba(95, 120, 184, 0.18);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.78);\n    color: #4e639d;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  \/* Section heading *\/\n  .eryndor-heading {\n    max-width: 790px;\n    margin: 44px auto 25px;\n    text-align: center;\n  }\n\n  .eryndor-heading span {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--ery-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  .eryndor-heading h3 {\n    margin: 0;\n    color: var(--ery-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  .eryndor-heading p {\n    margin: 11px 0 0;\n    color: var(--ery-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Feature cards *\/\n  .eryndor-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .eryndor-feature {\n    position: relative;\n    min-height: 255px;\n    padding: 27px;\n    overflow: hidden;\n    border: 1px solid var(--ery-border);\n    border-radius: 22px;\n    background: var(--ery-white);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .eryndor-feature:nth-child(4n + 1) {\n    background: var(--ery-blue);\n  }\n\n  .eryndor-feature:nth-child(4n + 2) {\n    background: var(--ery-orange);\n  }\n\n  .eryndor-feature:nth-child(4n + 3) {\n    background: var(--ery-green);\n  }\n\n  .eryndor-feature:nth-child(4n) {\n    background: var(--ery-yellow);\n  }\n\n  .eryndor-feature:last-child {\n    grid-column: 1 \/ -1;\n    min-height: auto;\n  }\n\n  .eryndor-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 14px 30px rgba(44, 55, 88, 0.08);\n  }\n\n  .eryndor-feature-top {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n  }\n\n  .eryndor-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(--ery-primary);\n    color: #ffffff;\n    box-shadow: 0 7px 16px rgba(95, 120, 184, 0.22);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .eryndor-feature-title {\n    min-width: 0;\n  }\n\n  .eryndor-feature-label {\n    margin-bottom: 6px;\n    color: var(--ery-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  .eryndor-feature h4 {\n    margin: 0;\n    color: var(--ery-text);\n    font-size: 21px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .eryndor-feature p {\n    margin: 18px 0 0;\n    color: #596174;\n    font-size: 15px;\n    line-height: 1.78;\n  }\n\n  .eryndor-feature-line {\n    width: 55px;\n    height: 3px;\n    margin-top: 20px;\n    border-radius: 999px;\n    background: rgba(95, 120, 184, 0.22);\n  }\n\n  \/* Highlights *\/\n  .eryndor-highlights {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 15px;\n    margin-top: 28px;\n  }\n\n  .eryndor-highlight {\n    padding: 22px;\n    border: 1px solid var(--ery-border);\n    border-radius: 19px;\n    background: #ffffff;\n  }\n\n  .eryndor-highlight strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--ery-primary-dark);\n    font-size: 16px;\n    line-height: 1.4;\n  }\n\n  .eryndor-highlight p {\n    margin: 0;\n    color: var(--ery-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* Safety notice *\/\n  .eryndor-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(--ery-primary-dark),\n      var(--ery-primary)\n    );\n    color: #ffffff;\n  }\n\n  .eryndor-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    color: #ffffff;\n    font-size: 19px;\n    font-weight: 700;\n  }\n\n  .eryndor-safety h3 {\n    margin: 0 0 7px;\n    color: #ffffff;\n    font-size: 20px;\n    line-height: 1.35;\n  }\n\n  .eryndor-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  .eryndor-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  .eryndor-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: 16px;\n    font-weight: 700;\n  }\n\n  .eryndor-mattress h3 {\n    margin: 0 0 6px;\n    color: #5b4822;\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .eryndor-mattress p {\n    margin: 0;\n    color: #72613e;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Specification section *\/\n  .eryndor-spec {\n    overflow: hidden;\n    margin-top: 40px;\n    border: 1px solid var(--ery-border);\n    border-radius: 23px;\n    background: #ffffff;\n  }\n\n  .eryndor-spec-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 23px 25px;\n    background: var(--ery-text);\n    color: #ffffff;\n  }\n\n  .eryndor-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  .eryndor-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  .eryndor-spec-group {\n    padding: 18px 20px 8px;\n    border-bottom: 1px solid var(--ery-border);\n    background: #f6f8fc;\n    color: var(--ery-primary-dark);\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    line-height: 1.4;\n    text-transform: uppercase;\n  }\n\n  .eryndor-spec table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .eryndor-spec tr:nth-child(even) {\n    background: #fafbfe;\n  }\n\n  .eryndor-spec td {\n    padding: 16px 20px;\n    border-bottom: 1px solid #eaedf3;\n    color: #596174;\n    font-size: 15px;\n    line-height: 1.6;\n    vertical-align: top;\n    word-break: break-word;\n  }\n\n  .eryndor-spec table:last-child tr:last-child td {\n    border-bottom: none;\n  }\n\n  .eryndor-spec td:first-child {\n    width: 38%;\n    color: var(--ery-text);\n    font-weight: 700;\n  }\n\n  \/* Important information *\/\n  .eryndor-notes {\n    margin-top: 26px;\n    padding: 25px;\n    border: 1px solid #eee5dc;\n    border-radius: 20px;\n    background: #fffaf6;\n  }\n\n  .eryndor-notes h3 {\n    margin: 0 0 15px;\n    color: #59473d;\n    font-size: 19px;\n    line-height: 1.4;\n  }\n\n  .eryndor-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  .eryndor-note-item:first-of-type {\n    margin-top: 0;\n  }\n\n  .eryndor-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(--ery-accent);\n  }\n\n  .eryndor-note-item strong {\n    color: #55453d;\n  }\n\n  @media (max-width: 850px) {\n    .eryndor-features {\n      grid-template-columns: 1fr;\n    }\n\n    .eryndor-feature,\n    .eryndor-feature:last-child {\n      grid-column: auto;\n      min-height: auto;\n    }\n\n    .eryndor-highlights {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .eryndor-detail {\n      padding: 26px 13px;\n    }\n\n    .eryndor-hero {\n      padding: 36px 17px;\n      border-radius: 21px;\n    }\n\n    .eryndor-hero h2 {\n      font-size: 27px;\n    }\n\n    .eryndor-hero p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .eryndor-tags {\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .eryndor-tag {\n      min-height: 31px;\n      padding: 6px 10px;\n      font-size: 12px;\n    }\n\n    .eryndor-heading {\n      margin-top: 34px;\n    }\n\n    .eryndor-features {\n      gap: 13px;\n    }\n\n    .eryndor-feature {\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .eryndor-feature-top {\n      gap: 12px;\n    }\n\n    .eryndor-number {\n      width: 40px;\n      height: 40px;\n      border-radius: 12px;\n      font-size: 13px;\n    }\n\n    .eryndor-feature h4 {\n      font-size: 19px;\n    }\n\n    .eryndor-feature p {\n      margin-top: 15px;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .eryndor-highlight {\n      padding: 18px;\n      border-radius: 16px;\n    }\n\n    .eryndor-safety,\n    .eryndor-mattress {\n      grid-template-columns: 1fr;\n      gap: 13px;\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .eryndor-safety-icon,\n    .eryndor-mattress-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 12px;\n    }\n\n    .eryndor-spec {\n      margin-top: 30px;\n      border-radius: 18px;\n    }\n\n    .eryndor-spec-header {\n      display: block;\n      padding: 19px 17px;\n    }\n\n    .eryndor-spec-header h3 {\n      font-size: 21px;\n    }\n\n    .eryndor-spec-header span {\n      display: block;\n      margin-top: 5px;\n      text-align: left;\n    }\n\n    .eryndor-spec-group {\n      padding: 16px 15px 8px;\n    }\n\n    .eryndor-spec,\n    .eryndor-spec tbody,\n    .eryndor-spec tr,\n    .eryndor-spec td {\n      display: block;\n      width: 100%;\n    }\n\n    .eryndor-spec tr {\n      border-bottom: 1px solid var(--ery-border);\n    }\n\n    .eryndor-spec tr:last-child {\n      border-bottom: none;\n    }\n\n    .eryndor-spec td {\n      border-bottom: none;\n    }\n\n    .eryndor-spec td:first-child {\n      width: 100%;\n      padding: 13px 15px 4px;\n      color: var(--ery-primary-dark);\n      font-size: 12px;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    .eryndor-spec td:last-child {\n      padding: 4px 15px 14px;\n      color: #535b6e;\n    }\n\n    .eryndor-notes {\n      padding: 20px 17px;\n      border-radius: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"eryndor-detail\"\u003e\u003c!-- Product introduction --\u003e\n\u003cdiv class=\"eryndor-hero\"\u003e\n\u003cdiv class=\"eryndor-hero-content\"\u003e\n\u003cdiv class=\"eryndor-kicker\"\u003eAudreamy Kids’ Bedroom Collection\u003c\/div\u003e\n\u003ch2\u003eAudreamy Eryndor Bunk Bed High Sleepers White Wood Single\u003c\/h2\u003e\n\u003cp\u003eCreate a complete sleeping, studying and storage area in one practical design with the Audreamy Eryndor Bunk Bed High Sleepers White Wood Single. Combining an elevated sleeping platform, integrated desk, shelving, wardrobe-style storage and storage steps, it helps make efficient use of floor space in a child’s bedroom.\u003c\/p\u003e\n\u003cdiv class=\"eryndor-tags\"\u003e\n\u003cspan class=\"eryndor-tag\"\u003eSingle High Sleeper\u003c\/span\u003e \u003cspan class=\"eryndor-tag\"\u003eIntegrated Study Desk\u003c\/span\u003e \u003cspan class=\"eryndor-tag\"\u003eBuilt-In Shelving\u003c\/span\u003e \u003cspan class=\"eryndor-tag\"\u003eStorage Steps\u003c\/span\u003e \u003cspan class=\"eryndor-tag\"\u003eWhite Pine Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature heading --\u003e\n\u003cdiv class=\"eryndor-heading\"\u003e\n\u003cspan\u003eProduct Features\u003c\/span\u003e\n\u003ch3\u003eSleep, Study and Storage Combined in One Space-Saving Bed\u003c\/h3\u003e\n\u003cp\u003eThe Audreamy Eryndor combines a raised sleeping area with practical furniture below, helping create a more organised and functional children’s bedroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Product feature cards --\u003e\n\u003cdiv class=\"eryndor-features\"\u003e\n\u003carticle class=\"eryndor-feature\"\u003e\n\u003cdiv class=\"eryndor-feature-top\"\u003e\n\u003cdiv class=\"eryndor-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"eryndor-feature-title\"\u003e\n\u003cdiv class=\"eryndor-feature-label\"\u003eContemporary Children’s Furniture\u003c\/div\u003e\n\u003ch4\u003eBeautiful and Versatile White Design\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe clean white finish and simple contemporary lines create a bright, stylish appearance that coordinates easily with a wide variety of children’s bedroom themes. Its multifunctional design combines a high sleeper, study area and storage furniture in one coordinated unit.\u003c\/p\u003e\n\u003cdiv class=\"eryndor-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"eryndor-feature\"\u003e\n\u003cdiv class=\"eryndor-feature-top\"\u003e\n\u003cdiv class=\"eryndor-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"eryndor-feature-title\"\u003e\n\u003cdiv class=\"eryndor-feature-label\"\u003eSecure Elevated Sleeping\u003c\/div\u003e\n\u003ch4\u003eSafety Guardrails and Integrated Access Steps\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe elevated sleeping platform is surrounded by raised safety guardrails to help provide additional security during the night. Integrated steps offer convenient access to the upper sleeping area, while the sturdy pinewood construction provides reliable everyday support.\u003c\/p\u003e\n\u003cdiv class=\"eryndor-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"eryndor-feature\"\u003e\n\u003cdiv class=\"eryndor-feature-top\"\u003e\n\u003cdiv class=\"eryndor-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"eryndor-feature-title\"\u003e\n\u003cdiv class=\"eryndor-feature-label\"\u003eEfficient Use of Bedroom Space\u003c\/div\u003e\n\u003ch4\u003eMultifunctional High-Sleeper Layout\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eBy raising the sleeping platform above the floor, the Audreamy Eryndor creates useful space underneath for studying and storage. The integrated desk, shelves, cupboards and storage steps reduce the need for multiple separate pieces of furniture.\u003c\/p\u003e\n\u003cdiv class=\"eryndor-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"eryndor-feature\"\u003e\n\u003cdiv class=\"eryndor-feature-top\"\u003e\n\u003cdiv class=\"eryndor-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"eryndor-feature-title\"\u003e\n\u003cdiv class=\"eryndor-feature-label\"\u003eDedicated Study Area\u003c\/div\u003e\n\u003ch4\u003eSpacious Desk with Drawers and Compartments\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe built-in desk provides a dedicated area for homework, reading, drawing and creative activities. Integrated drawers and storage compartments keep books, stationery and learning materials close at hand while helping maintain a tidy workspace.\u003c\/p\u003e\n\u003cdiv class=\"eryndor-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"eryndor-feature\"\u003e\n\u003cdiv class=\"eryndor-feature-top\"\u003e\n\u003cdiv class=\"eryndor-number\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"eryndor-feature-title\"\u003e\n\u003cdiv class=\"eryndor-feature-label\"\u003eIntegrated Bedroom Organisation\u003c\/div\u003e\n\u003ch4\u003eGenerous Shelving and Cupboard Storage\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eShelving around the sleeping and study areas provides convenient space for books, decorations and frequently used items. The integrated cupboards offer additional storage for clothing, toys and bedroom essentials, helping keep the room organised.\u003c\/p\u003e\n\u003cdiv class=\"eryndor-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"eryndor-feature\"\u003e\n\u003cdiv class=\"eryndor-feature-top\"\u003e\n\u003cdiv class=\"eryndor-number\"\u003e06\u003c\/div\u003e\n\u003cdiv class=\"eryndor-feature-title\"\u003e\n\u003cdiv class=\"eryndor-feature-label\"\u003ePractical Dual-Purpose Design\u003c\/div\u003e\n\u003ch4\u003eSteps That Double as Storage\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe access steps on the side of the bed also function as practical storage compartments. This dual-purpose design provides safer, more comfortable access to the raised bed while making better use of space that might otherwise be unused.\u003c\/p\u003e\n\u003cdiv class=\"eryndor-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"eryndor-feature\"\u003e\n\u003cdiv class=\"eryndor-feature-top\"\u003e\n\u003cdiv class=\"eryndor-number\"\u003e07\u003c\/div\u003e\n\u003cdiv class=\"eryndor-feature-title\"\u003e\n\u003cdiv class=\"eryndor-feature-label\"\u003eStrong Everyday Construction\u003c\/div\u003e\n\u003ch4\u003ePinewood Frame with Wooden Slat Support\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe main bed frame is constructed from pinewood and includes wooden mattress-support slats. The robust structure is designed to provide dependable support for everyday sleeping, studying and bedroom storage.\u003c\/p\u003e\n\u003cdiv class=\"eryndor-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c!-- Key highlights --\u003e\n\u003cdiv class=\"eryndor-highlights\"\u003e\n\u003cdiv class=\"eryndor-highlight\"\u003e\n\u003cstrong\u003e90 × 190 cm Single Mattress\u003c\/strong\u003e\n\u003cp\u003eDesigned for a standard UK 3ft single mattress. The mattress is not included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eryndor-highlight\"\u003e\n\u003cstrong\u003e100 kg Bed Capacity\u003c\/strong\u003e\n\u003cp\u003eThe sleeping platform has a stated maximum load capacity of 100 kg.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eryndor-highlight\"\u003e\n\u003cstrong\u003eIntegrated Bedroom Furniture\u003c\/strong\u003e\n\u003cp\u003eA desk, shelves, cupboards and storage steps are incorporated into the main bed structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Safety notice --\u003e\n\u003cdiv class=\"eryndor-safety\"\u003e\n\u003cdiv class=\"eryndor-safety-icon\"\u003e!\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eImportant High-Sleeper Safety Information\u003c\/h3\u003e\n\u003cp\u003eAlways ensure that the bed is fully assembled according to the supplied instructions before use. Check all fittings regularly and use an appropriately sized mattress that maintains sufficient guardrail height. Elevated beds are generally not suitable for children under six years old.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mattress notice --\u003e\n\u003cdiv class=\"eryndor-mattress\"\u003e\n\u003cdiv class=\"eryndor-mattress-icon\"\u003e90\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMattress Compatibility\u003c\/h3\u003e\n\u003cp\u003eThe Audreamy Eryndor requires one 190 × 90 cm standard UK single mattress. The mattress is not included. Please check the recommended maximum mattress thickness in the supplied assembly instructions before use to maintain the required guardrail clearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product specifications --\u003e\n\u003cdiv class=\"eryndor-spec\"\u003e\n\u003cdiv class=\"eryndor-spec-header\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\u003cspan\u003ePlease review the product information before ordering\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"eryndor-spec-group\"\u003eProduct and Dimensions\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eAudreamy Eryndor Bunk Bed High Sleepers White Wood Single\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBed Type\u003c\/td\u003e\n\u003ctd\u003eChildren’s single high sleeper with integrated desk and storage\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 3ft Single\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMattress Included\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaximum Bed Load\u003c\/td\u003e\n\u003ctd\u003e100 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"eryndor-spec-group\"\u003eMaterials and Features\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\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\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003ePinewood\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSlat Material\u003c\/td\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntegrated Desk\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntegrated Shelving\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIntegrated Cupboard Storage\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStorage Steps\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety Guardrails\u003c\/td\u003e\n\u003ctd\u003eYes\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\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"eryndor-spec-group\"\u003eAssembly\u003c\/div\u003e\n\u003ctable\u003e\n\u003ctbody\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\u003eRecommended Number of People\u003c\/td\u003e\n\u003ctd\u003e2 people\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEstimated Assembly Time\u003c\/td\u003e\n\u003ctd\u003eApproximately 60 minutes\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=\"eryndor-notes\"\u003e\n\u003ch3\u003eImportant Purchasing and Assembly Information\u003c\/h3\u003e\n\u003cdiv class=\"eryndor-note-item\"\u003e\n\u003cstrong\u003eMattress requirement:\u003c\/strong\u003e One 190 × 90 cm UK single mattress is required and is not included.\u003c\/div\u003e\n\u003cdiv class=\"eryndor-note-item\"\u003e\n\u003cstrong\u003eMattress thickness:\u003c\/strong\u003e Check the assembly instructions for the permitted maximum mattress thickness to ensure sufficient guardrail clearance.\u003c\/div\u003e\n\u003cdiv class=\"eryndor-note-item\"\u003e\n\u003cstrong\u003eAssembly:\u003c\/strong\u003e Two adults are recommended for installation. The estimated assembly time is approximately 60 minutes and may vary depending on experience.\u003c\/div\u003e\n\u003cdiv class=\"eryndor-note-item\"\u003e\n\u003cstrong\u003eSafety checks:\u003c\/strong\u003e Ensure all screws, connectors and fittings are securely tightened before use and inspect them periodically.\u003c\/div\u003e\n\u003cdiv class=\"eryndor-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":50566726516969,"sku":"N606P182209012W-1","price":490.5,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9242\/0841\/files\/95_26_9038cb7e-8512-44f8-8ff8-e5eaa2b2307b.jpg?v=1781967092","url":"https:\/\/audreamy.co.uk\/products\/audreamy-eryndor-high-sleepers-white-wood-single","provider":"Audreamy","version":"1.0","type":"link"}