{"product_id":"camper-van-expandable-elevator-bed","title":"Camper Van Expandable Elevator Bed","description":"\u003cstyle\u003e\n  .rlx-bed-safe {\n    --black: #0b0b0b;\n    --cream: #f6f3ee;\n    --line: #e3ded5;\n    --gold: #b28a48;\n    --text: #171717;\n    font-family: inherit;\n    color: var(--text);\n    line-height: 1.55;\n    max-width: 100%;\n    overflow: hidden;\n  }\n\n  .rlx-bed-safe * {\n    box-sizing: border-box;\n  }\n\n  .rlx-bed-safe img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 16px;\n  }\n\n  .rlx-bed-safe section {\n    width: 100%;\n    max-width: 100%;\n    margin: 28px 0;\n  }\n\n  .rlx-kicker {\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n\n  .rlx-title {\n    font-size: clamp(28px, 4vw, 44px);\n    line-height: 0.98;\n    letter-spacing: -0.04em;\n    text-transform: uppercase;\n    font-weight: 950;\n    margin: 0 0 14px;\n  }\n\n  .rlx-h2 {\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1;\n    letter-spacing: -0.035em;\n    text-transform: uppercase;\n    font-weight: 950;\n    margin: 0 0 14px;\n  }\n\n  .rlx-bed-safe p {\n    margin: 0 0 13px;\n  }\n\n  .rlx-panel {\n    background: var(--cream);\n    border: 1px solid var(--line);\n    border-radius: 18px;\n    padding: 22px;\n  }\n\n  .rlx-dark {\n    background: var(--black);\n    color: #fff;\n    border-radius: 18px;\n    padding: 24px;\n  }\n\n  .rlx-dark .rlx-h2 {\n    color: #fff;\n  }\n\n  .rlx-top-grid,\n  .rlx-grid-2,\n  .rlx-grid-3 {\n    display: grid;\n    gap: 12px;\n  }\n\n  .rlx-top-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .rlx-grid-2 {\n    grid-template-columns: 1fr;\n  }\n\n  .rlx-grid-3 {\n    grid-template-columns: 1fr;\n  }\n\n  .rlx-card {\n    background: #fff;\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    padding: 16px;\n  }\n\n  .rlx-card strong,\n  .rlx-mini strong {\n    display: block;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.07em;\n    margin-bottom: 6px;\n  }\n\n  .rlx-mini {\n    background: #fff;\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    padding: 15px;\n    font-size: 14px;\n  }\n\n  .rlx-btn {\n    display: inline-block;\n    background: var(--black);\n    color: #fff !important;\n    text-decoration: none !important;\n    border-radius: 999px;\n    padding: 9px 14px;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-top: 6px;\n  }\n\n  .rlx-badge {\n    display: inline-block;\n    background: var(--black);\n    color: #fff;\n    border-radius: 999px;\n    padding: 7px 12px;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n\n  .rlx-list {\n    list-style: none;\n    padding: 0;\n    margin: 16px 0 0;\n  }\n\n  .rlx-list li {\n    position: relative;\n    padding-left: 23px;\n    margin-bottom: 9px;\n  }\n\n  .rlx-list li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: var(--gold);\n    font-weight: 900;\n  }\n\n  .rlx-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 12px;\n    font-size: 14px;\n  }\n\n  .rlx-table td {\n    padding: 11px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.16);\n    vertical-align: top;\n  }\n\n  .rlx-table td:first-child {\n    width: 42%;\n    color: #aaa;\n    font-weight: 700;\n    padding-right: 12px;\n  }\n\n  .rlx-light-table td {\n    border-bottom: 1px solid var(--line);\n  }\n\n  .rlx-light-table td:first-child {\n    color: #666;\n  }\n\n  .rlx-accordion {\n    display: grid;\n    gap: 10px;\n  }\n\n  .rlx-accordion details {\n    background: #fff;\n    border: 1px solid var(--line);\n    border-radius: 14px;\n    overflow: hidden;\n  }\n\n  .rlx-accordion summary {\n    cursor: pointer;\n    padding: 16px 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 0.035em;\n    list-style: none;\n  }\n\n  .rlx-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .rlx-accordion summary:after {\n    content: \"+\";\n    float: right;\n    font-size: 20px;\n  }\n\n  .rlx-accordion details[open] summary:after {\n    content: \"–\";\n  }\n\n  .rlx-acc-body {\n    padding: 0 18px 18px;\n  }\n\n  @media (min-width: 760px) {\n    .rlx-top-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n\n    .rlx-grid-2 {\n      grid-template-columns: 1fr 1fr;\n      align-items: center;\n    }\n\n    .rlx-grid-3 {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rlx-bed-safe\"\u003e\n\n  \u003csection class=\"rlx-panel\"\u003e\n    \u003cdiv class=\"rlx-kicker\"\u003eRoamLabX Expandable Elevator Bed System\u003c\/div\u003e\n    \u003ch2 class=\"rlx-title\"\u003eExpandable. Elevating. Built for Real Van Life.\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Revolutionary expandable elevator bed system engineered for Sprinter, Transit, and Promaster camper vans. Sleep comfortably north-south even in short wheelbase vans with an ultra-low profile design that eliminates daily bed setup.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The ultimate space-saving sleep solution for van life — compact when not in use, full-size comfort when sleeping, and designed to maximize living space without sacrificing comfort.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rlx-top-grid\"\u003e\n      \u003cdiv class=\"rlx-mini\"\u003e\n        \u003cstrong\u003eShipping\u003c\/strong\u003e\n        Complimentary · U.S. Lower 48 \u0026amp; Canada\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlx-mini\"\u003e\n        \u003cstrong\u003eInstall Guide\u003c\/strong\u003e\n        \u003ca class=\"rlx-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0594\/7690\/2053\/files\/Elevator_Bed_installation_Guide.pdf?v=1773365470\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eDownload PDF\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlx-mini\"\u003e\n        \u003cstrong\u003eRetracted Size\u003c\/strong\u003e\n        63” x 55”\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlx-mini\"\u003e\n        \u003cstrong\u003eExpanded Size\u003c\/strong\u003e\n        77” x 55”\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rlx-panel\"\u003e\n    \u003cdiv class=\"rlx-kicker\"\u003eKey Features\u003c\/div\u003e\n    \u003ch3 class=\"rlx-h2\"\u003eSpace, Comfort, and Daily Use.\u003c\/h3\u003e\n\n    \u003cdiv class=\"rlx-grid-3\"\u003e\n      \u003cdiv class=\"rlx-card\"\u003e\n        \u003cstrong\u003eExpandable Design\u003c\/strong\u003e\n        Extends to full sleeping length for north-south sleeping in short wheelbase vans.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlx-card\"\u003e\n        \u003cstrong\u003eElevator Mechanism\u003c\/strong\u003e\n        Smooth, easy height adjustment for optimal comfort and storage access.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlx-card\"\u003e\n        \u003cstrong\u003eUltra-Low Profile\u003c\/strong\u003e\n        Maximizes headroom when lowered, with no daily bed setup required.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlx-card\"\u003e\n        \u003cstrong\u003eSpace-Saving Engineering\u003c\/strong\u003e\n        Compact when not in use, full-size comfort when sleeping.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlx-card\"\u003e\n        \u003cstrong\u003eUniversal Fitment\u003c\/strong\u003e\n        Compatible with Sprinter, Transit, Promaster, and other van platforms.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlx-card\"\u003e\n        \u003cstrong\u003e600 lb Static Load\u003c\/strong\u003e\n        Rated for 600 lb static load when properly installed and supported.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rlx-panel\"\u003e\n    \u003cdiv class=\"rlx-grid-2\"\u003e\n      \u003cdiv\u003e\n        \u003cimg src=\"https:\/\/roamlabx.com\/cdn\/shop\/files\/IMG_4650.heic?v=1782514071\u0026amp;width=1600\" alt=\"RoamLabX Elevator Bed automotive-grade felt liner bottom panel upgrade\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"rlx-badge\"\u003eProduct Update — June 15\u003c\/span\u003e\n        \u003ch3 class=\"rlx-h2\"\u003eAutomotive-Grade Felt Liner Bottom Panel Upgrade\u003c\/h3\u003e\n\n        \u003cp\u003e\n          As of June 15, the bottom panel of the RoamLabX Elevator Bed has been upgraded to automotive-grade liner felt. This new material is more environmentally friendly, lighter weight, and delivers improved acoustic performance while giving the underside of the bed a cleaner, premium automotive finish.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The upgraded liner felt helps absorb road noise, reduce panel vibrations, and minimize echo inside the van, creating a quieter and more refined interior experience.\n        \u003c\/p\u003e\n\n        \u003cul class=\"rlx-list\"\u003e\n          \u003cli\u003eMore environmentally friendly material\u003c\/li\u003e\n          \u003cli\u003eLightweight upgrade\u003c\/li\u003e\n          \u003cli\u003eAbsorbs road noise\u003c\/li\u003e\n          \u003cli\u003eReduces panel vibrations\u003c\/li\u003e\n          \u003cli\u003eMinimizes echo inside the van\u003c\/li\u003e\n          \u003cli\u003eWon’t rot over time\u003c\/li\u003e\n          \u003cli\u003eWon’t absorb moisture\u003c\/li\u003e\n          \u003cli\u003eMold resistant\u003c\/li\u003e\n          \u003cli\u003eDoesn’t fray when cut\u003c\/li\u003e\n          \u003cli\u003eUV stable for long-term durability\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rlx-dark\"\u003e\n    \u003cdiv class=\"rlx-kicker\"\u003eTEC Specs\u003c\/div\u003e\n    \u003ch3 class=\"rlx-h2\"\u003eTechnical Specifications\u003c\/h3\u003e\n\n    \u003ctable class=\"rlx-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRetracted Dimensions\u003c\/td\u003e\n\u003ctd\u003e63” x 55”\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eExpanded Dimensions\u003c\/td\u003e\n\u003ctd\u003e77” x 55”\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFrame Thickness\u003c\/td\u003e\n\u003ctd\u003e80mm \/ approx. 3.1\" without slats or mattress\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFrame Material\u003c\/td\u003e\n\u003ctd\u003e3” powder-coated aluminum\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003ctd\u003e2” bi-fold mattress\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eLift System\u003c\/td\u003e\n\u003ctd\u003eElectric motor with manual backup release\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eSprinter 144\/170, Transit, Promaster, and other van platforms\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e30kg \/ 66 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eStatic Load Rating\u003c\/td\u003e\n\u003ctd\u003e600 lbs static load\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eBottom Panel Upgrade\u003c\/td\u003e\n\u003ctd\u003eAutomotive-grade felt liner, updated June 15\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rlx-panel\"\u003e\n    \u003cdiv class=\"rlx-kicker\"\u003e2026 Q2 Upgraded Control System\u003c\/div\u003e\n    \u003ch3 class=\"rlx-h2\"\u003eSimpler, Smarter, More Flexible.\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Our latest version of the Expandable Elevator Bed System introduces a redesigned control experience focused on simplicity and convenience.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"rlx-grid-3\"\u003e\n      \u003cdiv class=\"rlx-card\"\u003e\n        \u003cstrong\u003eRemote Control Included\u003c\/strong\u003e\n        The system now comes standard with a wireless remote, allowing you to effortlessly raise and lower the bed, as well as control the integrated lighting.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlx-card\"\u003e\n        \u003cstrong\u003eOptional Physical Switch\u003c\/strong\u003e\n        A physical control switch is still included for those who prefer a hardwired option — but it is now completely optional.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rlx-card\"\u003e\n        \u003cstrong\u003eSimplified Wiring\u003c\/strong\u003e\n        Simply connect the positive (+) and negative (–) wires to your power supply, and the system is ready to operate.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"rlx-kicker\"\u003ePerfect for Short Wheelbase Van Conversions\u003c\/div\u003e\n    \u003ch3 class=\"rlx-h2\"\u003eFull Comfort. Zero Compromise.\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The Expandable Elevator Bed solves the biggest challenge in short wheelbase van conversions: how to sleep comfortably without sacrificing living space. Traditional east-west beds force you to sleep diagonally or with bent knees, while fixed north-south beds consume valuable floor space.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This innovative system expands when you need it and retracts when you don’t, giving you the best of both worlds. The ultra-low profile means you can leave it set up permanently without losing headroom, eliminating the hassle of daily bed assembly.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rlx-panel\"\u003e\n    \u003cdiv class=\"rlx-kicker\"\u003eProduct Details\u003c\/div\u003e\n    \u003ch3 class=\"rlx-h2\"\u003eEverything Included. Cleaner Details.\u003c\/h3\u003e\n\n    \u003cdiv class=\"rlx-accordion\"\u003e\n\n      \u003cdetails open\u003e\n        \u003csummary\u003eWhat’s Included\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cul class=\"rlx-list\"\u003e\n            \u003cli\u003eExpandable elevator bed system\u003c\/li\u003e\n            \u003cli\u003e2” bi-fold mattress\u003c\/li\u003e\n            \u003cli\u003eWireless remote control\u003c\/li\u003e\n            \u003cli\u003eOptional physical control switch\u003c\/li\u003e\n            \u003cli\u003eGuide rails included in the package\u003c\/li\u003e\n            \u003cli\u003eMounting hardware\u003c\/li\u003e\n            \u003cli\u003eInstallation instructions\u003c\/li\u003e\n            \u003cli\u003eElectric motor system with manual backup release\u003c\/li\u003e\n            \u003cli\u003eControl module and wiring harness\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eQuick Install Tip\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003e\n            Connect all red wires to the positive power supply line and all black wires to the negative power supply line. The bed raise and lower wires should be connected to the switch accordingly. Press the switch twice to raise or lower the bed.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            On the 2026 Q2 upgraded control system, simply connect the positive (+) and negative (–) wires to your power supply, then operate the bed using the included wireless remote.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eLatest Manual Extension Update\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003e\n            We have made the bed lighter and more reliable by changing the expandable section to a manual extension design. This update saves approximately 10 lbs of weight.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            To deploy, press the two yellow handles and pull the extension out. To close, press the button and push it back in — it locks automatically in place.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eGuide Rail Stabilization System\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003e\n            Guide rails, included in the package, help stabilize the bed platform during operation and keep the elevator bed aligned as it raises and lowers.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            Many customers choose not to install guide rails and instead allow the bed to rest on cabinets or furniture when it reaches the sleeping position. However, if your build includes vertical wardrobes, cabinets, or a shower wall near the elevator bed, installing the guide rails is strongly recommended.\n          \u003c\/p\u003e\n          \u003cul class=\"rlx-list\"\u003e\n            \u003cli\u003eMaintains smooth and stable bed movement\u003c\/li\u003e\n            \u003cli\u003ePrevents lateral movement of the bed frame\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eControl System Safety Features\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003e\n            The elevator bed system uses a smart motor control module that continuously monitors torque load on the lift motors.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            The bed can raise with the included mattress, bedding, pillows, and other soft items on the platform. When the system senses increased resistance, such as when the bed gently clamps against the ceiling, the controller automatically stops the motor.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            All stored items must always be secured so they cannot fall during sudden braking, sharp maneuvers, or an accident.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eEmergency Manual Release\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003e\n            Each motor is equipped with an emergency release handle. The release can be accessed from the top side through the bed frame ribs or from the bottom side by removing the bed panels.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            When engaged, the motor drive is mechanically disengaged, allowing the bed to be manually lowered in a controlled manner. Some downward force must be applied, helping prevent sudden dropping.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rlx-panel\"\u003e\n    \u003cdiv class=\"rlx-kicker\"\u003eFAQ\u003c\/div\u003e\n    \u003ch3 class=\"rlx-h2\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdiv class=\"rlx-accordion\"\u003e\n\n      \u003cdetails open\u003e\n        \u003csummary\u003eDoes the bed include the motor, remote, wiring, and control box?\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003eYes. The elevator bed includes the electric lift motors, smart control module, wiring harness, wireless remote, and optional physical switch.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the bed include a mattress?\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003eYes. The bed includes a 2” bi-fold mattress designed to work with the expandable platform.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the load rating?\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003eThe bed is rated for 600 lbs static load when properly installed and supported.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the bed raise with bedding and the mattress on it?\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003eYes. The system can raise with the mattress, bedding, pillows, and other soft bedding items on the platform. The smart motor controller automatically stops when it senses increased resistance, such as when the bed gently clamps against the ceiling.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the bed shake when raised?\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003eNo. When raised, the bed pulls tight against the roof area and remains secure. It is designed to stay tight even during serious off-road driving when properly installed and when cargo or bedding is secured correctly.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the expandable section electric or manual?\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003eThe newest version uses a manual pull-out expandable section. This makes the system lighter and more reliable while saving approximately 10 lbs.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat vans does it fit?\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003eThe bed is designed for Sprinter 144\/170, Ford Transit, Ram Promaster, and other van platforms. Final fitment depends on wall panels, cabinetry, L-track placement, interior layout, and mounting method.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat changed on June 15?\u003c\/summary\u003e\n        \u003cdiv class=\"rlx-acc-body\"\u003e\n          \u003cp\u003eThe bottom panel was upgraded to automotive-grade liner felt. This material is lighter, more environmentally friendly, moisture resistant, mold resistant, rot resistant, non-fraying, UV stable, and helps absorb road noise, panel vibration, and echo inside the van.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"RoamLabX","offers":[{"title":"Default Title","offer_id":53940543684719,"sku":"I-FX-T-ELB-R","price":2459.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0741\/9150\/3471\/files\/1995.jpg?v=1785896035","url":"https:\/\/elementalvanco.com\/products\/camper-van-expandable-elevator-bed","provider":"Elemental Van Co.","version":"1.0","type":"link"}