{"product_id":"audreamy-solvyn-bunk-bed-childrens-bed-white-wooden-single","title":"Audreamy Solvyn Castle-Shaped Wooden Bunk Bed White Single","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .castlebed-detail,\n  .castlebed-detail * {\n    box-sizing: border-box;\n  }\n\n  .castlebed-detail {\n    --castle-primary: #5f72b8;\n    --castle-primary-dark: #44548f;\n    --castle-secondary: #f39a77;\n    --castle-text: #283044;\n    --castle-muted: #667085;\n    --castle-soft-blue: #f1f4ff;\n    --castle-soft-pink: #fff4ef;\n    --castle-soft-yellow: #fff9e8;\n    --castle-border: #e5e9f2;\n    --castle-white: #ffffff;\n\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 42px 18px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--castle-text);\n  }\n\n  .castlebed-header {\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 24px;\n    padding: 48px 30px;\n    border: 1px solid var(--castle-border);\n    border-radius: 28px;\n    background:\n      radial-gradient(\n        circle at 92% 12%,\n        rgba(243, 154, 119, 0.2),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 8% 90%,\n        rgba(95, 114, 184, 0.16),\n        transparent 30%\n      ),\n      linear-gradient(135deg, #f7f8ff 0%, #fff9f6 100%);\n    text-align: center;\n  }\n\n  .castlebed-header::before,\n  .castlebed-header::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .castlebed-header::before {\n    top: -75px;\n    right: -60px;\n    width: 190px;\n    height: 190px;\n    border: 1px solid rgba(95, 114, 184, 0.14);\n  }\n\n  .castlebed-header::after {\n    bottom: -95px;\n    left: -65px;\n    width: 220px;\n    height: 220px;\n    border: 1px solid rgba(243, 154, 119, 0.18);\n  }\n\n  .castlebed-header-content {\n    position: relative;\n    z-index: 1;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .castlebed-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 14px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.9);\n    color: var(--castle-primary-dark);\n    box-shadow: 0 5px 16px rgba(68, 84, 143, 0.08);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    line-height: 1.2;\n    text-transform: uppercase;\n  }\n\n  .castlebed-kicker::before {\n    content: \"\";\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: var(--castle-secondary);\n  }\n\n  .castlebed-header h2 {\n    margin: 0;\n    color: var(--castle-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  .castlebed-header p {\n    max-width: 760px;\n    margin: 16px auto 0;\n    color: var(--castle-muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .castlebed-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 22px;\n  }\n\n  .castlebed-tag {\n    display: inline-flex;\n    align-items: center;\n    min-height: 34px;\n    padding: 7px 13px;\n    border: 1px solid rgba(95, 114, 184, 0.16);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.78);\n    color: #4e5f99;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  .castlebed-section-heading {\n    max-width: 760px;\n    margin: 42px auto 24px;\n    text-align: center;\n  }\n\n  .castlebed-section-heading span {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--castle-secondary);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n  }\n\n  .castlebed-section-heading h3 {\n    margin: 0;\n    color: var(--castle-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  .castlebed-section-heading p {\n    margin: 11px 0 0;\n    color: var(--castle-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .castlebed-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .castlebed-feature {\n    position: relative;\n    overflow: hidden;\n    min-height: 250px;\n    padding: 27px;\n    border: 1px solid var(--castle-border);\n    border-radius: 22px;\n    background: var(--castle-white);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .castlebed-feature:nth-child(4n + 1) {\n    background: var(--castle-soft-blue);\n  }\n\n  .castlebed-feature:nth-child(4n + 2) {\n    background: var(--castle-soft-pink);\n  }\n\n  .castlebed-feature:nth-child(4n + 3) {\n    background: var(--castle-soft-yellow);\n  }\n\n  .castlebed-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 14px 30px rgba(48, 57, 89, 0.08);\n  }\n\n  .castlebed-feature:last-child {\n    grid-column: 1 \/ -1;\n    min-height: auto;\n  }\n\n  .castlebed-feature-top {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n  }\n\n  .castlebed-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(--castle-primary);\n    color: #ffffff;\n    box-shadow: 0 7px 16px rgba(95, 114, 184, 0.2);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .castlebed-feature-title {\n    min-width: 0;\n  }\n\n  .castlebed-feature-label {\n    margin-bottom: 6px;\n    color: var(--castle-secondary);\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  .castlebed-feature h4 {\n    margin: 0;\n    color: var(--castle-text);\n    font-size: 21px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .castlebed-feature p {\n    margin: 18px 0 0;\n    color: #596174;\n    font-size: 15px;\n    line-height: 1.78;\n  }\n\n  .castlebed-feature-line {\n    width: 55px;\n    height: 3px;\n    margin-top: 20px;\n    border-radius: 999px;\n    background: rgba(95, 114, 184, 0.2);\n  }\n\n  .castlebed-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(--castle-primary-dark),\n      var(--castle-primary)\n    );\n    color: #ffffff;\n  }\n\n  .castlebed-safety-icon {\n    display: flex;\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: 20px;\n    font-weight: 700;\n  }\n\n  .castlebed-safety h3 {\n    margin: 0 0 7px;\n    color: #ffffff;\n    font-size: 20px;\n    line-height: 1.35;\n  }\n\n  .castlebed-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  .castlebed-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 #f2dfd6;\n    border-radius: 20px;\n    background: #fff7f3;\n  }\n\n  .castlebed-delivery-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 48px;\n    height: 48px;\n    border-radius: 14px;\n    background: var(--castle-secondary);\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .castlebed-delivery h3 {\n    margin: 0 0 6px;\n    color: #5c4035;\n    font-size: 19px;\n    line-height: 1.35;\n  }\n\n  .castlebed-delivery p {\n    margin: 0;\n    color: #705d55;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .castlebed-spec {\n    overflow: hidden;\n    margin-top: 40px;\n    border: 1px solid var(--castle-border);\n    border-radius: 23px;\n    background: #ffffff;\n  }\n\n  .castlebed-spec-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 23px 25px;\n    background: var(--castle-text);\n    color: #ffffff;\n  }\n\n  .castlebed-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  .castlebed-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  .castlebed-spec table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .castlebed-spec tr:nth-child(even) {\n    background: #fafbfe;\n  }\n\n  .castlebed-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  .castlebed-spec tr:last-child td {\n    border-bottom: none;\n  }\n\n  .castlebed-spec td:first-child {\n    width: 38%;\n    color: var(--castle-text);\n    font-weight: 700;\n  }\n\n  .castlebed-footnote {\n    margin: 0;\n    padding: 16px 20px;\n    border-top: 1px solid var(--castle-border);\n    background: #fbfcff;\n    color: #70778a;\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  @media (max-width: 850px) {\n    .castlebed-features {\n      grid-template-columns: 1fr;\n    }\n\n    .castlebed-feature,\n    .castlebed-feature:last-child {\n      grid-column: auto;\n      min-height: auto;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .castlebed-detail {\n      padding: 26px 13px;\n    }\n\n    .castlebed-header {\n      padding: 36px 17px;\n      border-radius: 21px;\n    }\n\n    .castlebed-header h2 {\n      font-size: 27px;\n    }\n\n    .castlebed-header p {\n      font-size: 15px;\n      line-height: 1.68;\n    }\n\n    .castlebed-tags {\n      gap: 7px;\n      margin-top: 18px;\n    }\n\n    .castlebed-tag {\n      min-height: 31px;\n      padding: 6px 10px;\n      font-size: 12px;\n    }\n\n    .castlebed-section-heading {\n      margin-top: 34px;\n    }\n\n    .castlebed-features {\n      gap: 13px;\n    }\n\n    .castlebed-feature {\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .castlebed-feature-top {\n      gap: 12px;\n    }\n\n    .castlebed-number {\n      width: 40px;\n      height: 40px;\n      border-radius: 12px;\n      font-size: 13px;\n    }\n\n    .castlebed-feature h4 {\n      font-size: 19px;\n    }\n\n    .castlebed-feature p {\n      margin-top: 15px;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .castlebed-safety,\n    .castlebed-delivery {\n      grid-template-columns: 1fr;\n      gap: 13px;\n      padding: 21px 17px;\n      border-radius: 18px;\n    }\n\n    .castlebed-safety-icon,\n    .castlebed-delivery-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 12px;\n    }\n\n    .castlebed-spec {\n      margin-top: 30px;\n      border-radius: 18px;\n    }\n\n    .castlebed-spec-header {\n      display: block;\n      padding: 19px 17px;\n    }\n\n    .castlebed-spec-header h3 {\n      font-size: 21px;\n    }\n\n    .castlebed-spec-header span {\n      display: block;\n      margin-top: 5px;\n      text-align: left;\n    }\n\n    .castlebed-spec,\n    .castlebed-spec tbody,\n    .castlebed-spec tr,\n    .castlebed-spec td {\n      display: block;\n      width: 100%;\n    }\n\n    .castlebed-spec tr {\n      border-bottom: 1px solid var(--castle-border);\n    }\n\n    .castlebed-spec tr:last-child {\n      border-bottom: none;\n    }\n\n    .castlebed-spec td {\n      border-bottom: none;\n    }\n\n    .castlebed-spec td:first-child {\n      width: 100%;\n      padding: 13px 15px 4px;\n      color: var(--castle-primary-dark);\n      font-size: 12px;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n    }\n\n    .castlebed-spec td:last-child {\n      padding: 4px 15px 14px;\n      color: #535b6e;\n    }\n\n    .castlebed-footnote {\n      padding: 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"castlebed-detail\"\u003e\n\u003cdiv class=\"castlebed-header\"\u003e\n\u003cdiv class=\"castlebed-header-content\"\u003e\n\u003cdiv class=\"castlebed-kicker\"\u003eMagical Kids’ Bedroom Collection\u003c\/div\u003e\n\u003ch2\u003eAudreamy Solvyn Bunk Bed Children's Bed White Wooden\u003c\/h2\u003e\n\u003cp\u003eCreate an imaginative sleeping space for children with the Audreamy Solvyn castle-inspired bunk bed, featuring two comfortable sleeping areas, secure guardrails and a strong white wooden structure.\u003c\/p\u003e\n\u003cdiv class=\"castlebed-tags\"\u003e\n\u003cspan class=\"castlebed-tag\"\u003eCastle-Inspired Design\u003c\/span\u003e \u003cspan class=\"castlebed-tag\"\u003eTwo Sleeping Areas\u003c\/span\u003e \u003cspan class=\"castlebed-tag\"\u003eFull-Length Guardrails\u003c\/span\u003e \u003cspan class=\"castlebed-tag\"\u003eBuilt-In Ladder\u003c\/span\u003e \u003cspan class=\"castlebed-tag\"\u003eEN 747 Standard\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"castlebed-section-heading\"\u003e\n\u003cspan\u003eProduct Features\u003c\/span\u003e\n\u003ch3\u003eDesigned for Imaginative Play, Comfortable Sleep and Everyday Safety\u003c\/h3\u003e\n\u003cp\u003eA practical space-saving bunk bed combining a playful castle appearance with secure construction and child-friendly details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"castlebed-features\"\u003e\n\u003carticle class=\"castlebed-feature\"\u003e\n\u003cdiv class=\"castlebed-feature-top\"\u003e\n\u003cdiv class=\"castlebed-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"castlebed-feature-title\"\u003e\n\u003cdiv class=\"castlebed-feature-label\"\u003eImaginative Bedroom Style\u003c\/div\u003e\n\u003ch4\u003eCharming Castle-Inspired Design\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eTurn your child’s bedroom into a magical sleeping space with this charming castle-shaped bunk bed. The open-top design creates a more spacious feel, while smooth rounded details provide a child-friendly finish. A built-in two-step ladder helps children access the upper bunk more easily.\u003c\/p\u003e\n\u003cdiv class=\"castlebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"castlebed-feature\"\u003e\n\u003cdiv class=\"castlebed-feature-top\"\u003e\n\u003cdiv class=\"castlebed-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"castlebed-feature-title\"\u003e\n\u003cdiv class=\"castlebed-feature-label\"\u003eMake Better Use of Space\u003c\/div\u003e\n\u003ch4\u003ePractical Space-Saving Solution\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eDesigned to make excellent use of vertical space, this bunk bed provides two comfortable sleeping areas without requiring additional floor space. It is ideal for siblings sharing a bedroom, overnight guests or homes where space is limited.\u003c\/p\u003e\n\u003cdiv class=\"castlebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"castlebed-feature\"\u003e\n\u003cdiv class=\"castlebed-feature-top\"\u003e\n\u003cdiv class=\"castlebed-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"castlebed-feature-title\"\u003e\n\u003cdiv class=\"castlebed-feature-label\"\u003eSecure Sleeping Environment\u003c\/div\u003e\n\u003ch4\u003eEnhanced Safety Features\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe upper sleeping area is surrounded by full-length guardrails to help provide additional security throughout the night. The sturdy frame and integrated ladder provide reliable support and convenient access to the upper bunk.\u003c\/p\u003e\n\u003cdiv class=\"castlebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"castlebed-feature\"\u003e\n\u003cdiv class=\"castlebed-feature-top\"\u003e\n\u003cdiv class=\"castlebed-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"castlebed-feature-title\"\u003e\n\u003cdiv class=\"castlebed-feature-label\"\u003eReliable Everyday Support\u003c\/div\u003e\n\u003ch4\u003eStrong and Durable Construction\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eConstructed from pine wood and MDF, this bunk bed is designed to provide dependable strength, stability and everyday durability. The included wooden slat system supports the mattresses directly, so no box spring or additional foundation is required.\u003c\/p\u003e\n\u003cdiv class=\"castlebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"castlebed-feature\"\u003e\n\u003cdiv class=\"castlebed-feature-top\"\u003e\n\u003cdiv class=\"castlebed-number\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"castlebed-feature-title\"\u003e\n\u003cdiv class=\"castlebed-feature-label\"\u003eEuropean Safety Requirements\u003c\/div\u003e\n\u003ch4\u003eDesigned in Accordance with EN 747\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis bunk bed is designed in accordance with EN 747-1:2012+A1:2015, the European standard covering the safety, strength and durability requirements applicable to bunk beds and high beds.\u003c\/p\u003e\n\u003cdiv class=\"castlebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"castlebed-feature\"\u003e\n\u003cdiv class=\"castlebed-feature-top\"\u003e\n\u003cdiv class=\"castlebed-number\"\u003e06\u003c\/div\u003e\n\u003cdiv class=\"castlebed-feature-title\"\u003e\n\u003cdiv class=\"castlebed-feature-label\"\u003eMattress Compatibility\u003c\/div\u003e\n\u003ch4\u003eSuitable for Two 190 × 90 cm Mattresses\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe overall bed dimensions are approximately 195 × 98 × 192 cm. Two 190 × 90 cm mattresses are required and are not included. For safe use, each mattress must not exceed 13 cm in thickness. The upper mattress surface must remain at least 16 cm below the top edge of the guardrail.\u003c\/p\u003e\n\u003cdiv class=\"castlebed-feature-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"castlebed-safety\"\u003e\n\u003cdiv class=\"castlebed-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 not suitable for children under six years old. Always use a compatible mattress no thicker than 13 cm and ensure the mattress surface remains at least 16 cm below the upper edge of the guardrail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"castlebed-delivery\"\u003e\n\u003cdiv class=\"castlebed-delivery-icon\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDelivered in Two Separate Packages\u003c\/h3\u003e\n\u003cp\u003eThis product is supplied in two packages. As the parcels may be handled separately by the courier, they may arrive on different dates. Please wait until both packages have arrived before reporting missing parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"castlebed-spec\"\u003e\n\u003cdiv class=\"castlebed-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 Solvyn Bunk Bed Children's Bed White Wooden\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOverall Dimensions\u003c\/td\u003e\n\u003ctd\u003e195 × 98 × 192 cm (L × W × H)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePine 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\u003eCompatible Mattress Size\u003c\/td\u003e\n\u003ctd\u003e190 × 90 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Mattresses Required\u003c\/td\u003e\n\u003ctd\u003e2\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 Mattress Thickness\u003c\/td\u003e\n\u003ctd\u003e13 cm\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\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\u003eBunk bed frame and wooden slats\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Packages\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003eAudreamy Solvyn Castle-Shaped Wooden Bunk Bed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEntrance Width\u003c\/td\u003e\n\u003ctd\u003e40 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Age\u003c\/td\u003e\n\u003ctd\u003eThe upper bunk is not suitable for children under six years old\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRequired Guardrail Clearance\u003c\/td\u003e\n\u003ctd\u003eThe mattress surface must remain at least 16 cm below the upper edge of the guardrail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSafety Standard\u003c\/td\u003e\n\u003ctd\u003eEN 747-1:2012+A1:2015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"castlebed-footnote\"\u003ePlease allow slight measurement variations due to manual measurement. Product colours may appear slightly different depending on lighting conditions and individual screen settings.\u003c\/p\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":50566474924265,"sku":"686970AAW","price":288.45,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9242\/0841\/files\/Children_s_bed_frame_night_scene_202606192117_2.jpg?v=1781875836","url":"https:\/\/audreamy.co.uk\/products\/audreamy-solvyn-bunk-bed-childrens-bed-white-wooden-single","provider":"Audreamy","version":"1.0","type":"link"}