🛒

Q’Straint | Q8-6325-AP Manual Lap & Shoulder Belt w/ Shoulder Belt Adapter

$180.00

Q8-6325-APCategory:

Description

/* ── Brand tokens ─────────────────────────────────────────── */
:root {
–navy: #003366;
–blue: #0055aa;
–light: #e8f0f9;
–white: #ffffff;
–text: #1a1a2e;
–muted: #5a6a7a;
–green: #1a7a45;
–warn: #7a4a00;
–border:#ccd9ea;
–radius: 8px;
–shadow: 0 2px 8px rgba(0,51,102,.12);
}

/* ── Reset scope ──────────────────────────────────────────── */
.ws-listing * { box-sizing: border-box; margin: 0; padding: 0; }
.ws-listing { font-family: ‘Segoe UI’, Arial, sans-serif; color: var(–text); line-height: 1.6; max-width: 860px; }

/* ── Utility ──────────────────────────────────────────────── */
.ws-listing h2 { font-size: 1.25rem; color: var(–navy); border-left: 4px solid var(–blue); padding-left: 10px; margin-bottom: 14px; }
.ws-listing section { margin-bottom: 36px; }
.ws-listing a { color: var(–blue); text-decoration: none; }
.ws-listing a:hover { text-decoration: underline; }

/* ── 1. Hero ──────────────────────────────────────────────── */
.ws-hero { background: linear-gradient(135deg, var(–navy) 0%, #00509e 100%); border-radius: var(–radius); padding: 28px 24px; color: var(–white); margin-bottom: 28px; }
.ws-hero h1 { font-size: 1.55rem; font-weight: 700; margin-bottom: 8px; line-height: 1.3; }
.ws-hero .sku { font-size: .85rem; opacity: .75; letter-spacing: .05em; margin-bottom: 16px; }
.ws-hero .badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.ws-badge { display: inline-flex; align-items: center; gap: 5px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); border-radius: 20px; padding: 4px 12px; font-size: .8rem; font-weight: 600; white-space: nowrap; }
.ws-badge.green { background: var(–green); border-color: transparent; }
.ws-badge.yellow { background: #b08000; border-color: transparent; }
.ws-hero .summary { font-size: 1rem; opacity: .9; max-width: 640px; }

/* ── 2. What Is It ───────────────────────────────────────── */
.ws-what p { margin-bottom: 10px; }

/* ── 3. Key Features grid ────────────────────────────────── */
.ws-features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }
.ws-feat-card { background: var(–light); border: 1px solid var(–border); border-radius: var(–radius); padding: 16px; }
.ws-feat-card .icon { font-size: 1.5rem; margin-bottom: 8px; }
.ws-feat-card strong { display: block; color: var(–navy); font-size: .9rem; margin-bottom: 4px; }
.ws-feat-card p { font-size: .85rem; color: var(–muted); }

/* ── 4. What’s Included table ────────────────────────────── */
.ws-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.ws-table th { background: var(–navy); color: var(–white); padding: 10px 12px; text-align: left; font-size: .85rem; letter-spacing: .04em; }
.ws-table td { padding: 10px 12px; border-bottom: 1px solid var(–border); vertical-align: top; }
.ws-table tr:last-child td { border-bottom: none; }
.ws-table tr:nth-child(even) td { background: var(–light); }
.ws-table td a { font-weight: 600; }

/* ── not-included callout ────────────────────────────────── */
.ws-callout { background: #fff8e6; border: 1px solid #f0c040; border-left: 4px solid #c89000; border-radius: var(–radius); padding: 14px 16px; font-size: .9rem; margin-top: 14px; }
.ws-callout strong { color: var(–warn); }

/* ── 5. Vehicle Applications ─────────────────────────────── */
.ws-vehicles { display: flex; flex-wrap: wrap; gap: 10px; }
.ws-vehicle { background: var(–light); border: 1px solid var(–border); border-radius: 6px; padding: 7px 16px; font-size: .88rem; font-weight: 600; color: var(–navy); }

/* ── 6. FAQ ──────────────────────────────────────────────── */
.ws-faq details { border: 1px solid var(–border); border-radius: var(–radius); margin-bottom: 8px; overflow: hidden; }
.ws-faq summary { padding: 13px 16px; font-weight: 600; font-size: .92rem; color: var(–navy); cursor: pointer; list-style: none; background: var(–light); display: flex; justify-content: space-between; align-items: center; }
.ws-faq summary::after { content: ‘▸’; font-size: .8rem; color: var(–blue); transition: transform .2s; }
.ws-faq details[open] summary::after { transform: rotate(90deg); }
.ws-faq .faq-body { padding: 14px 16px; font-size: .9rem; color: var(–text); background: var(–white); }
.ws-faq .faq-body p { margin-bottom: 8px; }
.ws-faq .faq-body p:last-child { margin-bottom: 0; }

/* ── 7. Spec table ───────────────────────────────────────── */
.ws-specs { width: 100%; border-collapse: collapse; font-size: .9rem; }
.ws-specs td { padding: 9px 12px; border-bottom: 1px solid var(–border); }
.ws-specs td:first-child { font-weight: 600; color: var(–navy); width: 45%; background: var(–light); }
.ws-specs tr:last-child td { border-bottom: none; }

/* ── PDF docs ────────────────────────────────────────────── */
.ws-docs { display: flex; flex-direction: column; gap: 8px; }
.ws-doc-link { display: inline-flex; align-items: center; gap: 8px; background: var(–light); border: 1px solid var(–border); border-radius: 6px; padding: 10px 14px; font-size: .88rem; font-weight: 600; color: var(–navy); text-decoration: none; }
.ws-doc-link:hover { background: var(–blue); color: var(–white); border-color: var(–blue); }
.ws-doc-link .pdf-icon { font-size: 1.1rem; }

/* ── 8. Related Products ─────────────────────────────────── */
.ws-related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); gap: 14px; }
.ws-related-card { border: 1px solid var(–border); border-radius: var(–radius); padding: 16px; background: var(–white); box-shadow: var(–shadow); }
.ws-related-card .rel-label { font-size: .72rem; font-weight: 700; letter-spacing: .08em; color: var(–blue); text-transform: uppercase; margin-bottom: 6px; }
.ws-related-card .rel-name { font-size: .88rem; font-weight: 700; color: var(–navy); margin-bottom: 4px; line-height: 1.3; }
.ws-related-card .rel-sku { font-size: .78rem; color: var(–muted); margin-bottom: 10px; }
.ws-related-card a.rel-btn { display: block; text-align: center; background: var(–navy); color: var(–white); border-radius: 5px; padding: 7px 10px; font-size: .82rem; font-weight: 600; text-decoration: none; }
.ws-related-card a.rel-btn:hover { background: var(–blue); }

/* ── 9. CTA Footer ───────────────────────────────────────── */
.ws-cta { background: linear-gradient(135deg, var(–navy) 0%, #00509e 100%); border-radius: var(–radius); padding: 24px; color: var(–white); text-align: center; }
.ws-cta h2 { border: none; color: var(–white); font-size: 1.15rem; margin-bottom: 6px; padding: 0; }
.ws-cta p { opacity: .88; font-size: .92rem; margin-bottom: 16px; }
.ws-cta .cta-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.ws-cta a { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.35); color: var(–white); padding: 8px 20px; border-radius: 20px; font-size: .88rem; font-weight: 600; text-decoration: none; }
.ws-cta a:hover { background: rgba(255,255,255,.28); }

/* ── Warranty notice ─────────────────────────────────────── */
.ws-warranty { background: #eaf4ff; border: 1px solid #b3d0f0; border-left: 4px solid var(–blue); border-radius: var(–radius); padding: 14px 16px; font-size: .88rem; }
.ws-warranty strong { color: var(–navy); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 540px) {
.ws-hero h1 { font-size: 1.25rem; }
.ws-features-grid { grid-template-columns: 1fr 1fr; }
.ws-related-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 360px) {
.ws-features-grid { grid-template-columns: 1fr; }
.ws-related-grid { grid-template-columns: 1fr; }
}

Q’Straint  |  SKU: Q8-6325-AP

Manual Lap & Shoulder Belt Kit
with Shoulder Belt Adapter

✓ Free Shipping 🏷 Q’Straint OEM ⚠ Adapter Required — Sold Separately

A complete two-piece manual occupant restraint kit for wheelchair-accessible vehicles. Includes a QRT-compatible lap belt and a shoulder belt with male & female pin connectors. Works with Q’Straint QRT Max, Deluxe, and Standard wheelchair tie-down systems.

What Is This Product?

The Q8-6325-AP is a Q’Straint manual lap and shoulder belt combination kit designed for passengers seated in wheelchairs during vehicle transport. It provides two-point occupant restraint — a lap belt at the lower body and a shoulder belt across the chest — securing the passenger safely for road travel.

The kit is designed to work with existing Q’Straint QRT wheelchair tie-down systems already installed in your van, bus, or paratransit vehicle. The lap belt attaches to the pin connectors built into QRT retractors, while the shoulder belt uses a male-and-female pin connector system for a secure, rattle-free connection.

Important: The shoulder belt in this kit connects to an anchor point using the S5-6410-S Shoulder Belt Adapter. That adapter is not included in this kit and must be purchased separately. If your vehicle already has an existing shoulder belt anchor point in the correct position, you may already have what you need.

This is a non-retractable (manual) system — it does not automatically retract. It is a cost-effective occupant restraint solution compatible with all QRT-generation Q’Straint wheelchair securement systems.

Key Features

🔗

Pin Connector System

Shoulder belt uses male & female pin connectors for a secure, tool-free attachment and detachment.

🧰

2-Piece Combo Kit

Includes both the lap belt and shoulder belt — everything needed for full occupant restraint, minus the anchor adapter.

QRT-Compatible

Designed to work with Q’Straint QRT Max, QRT Deluxe, and QRT Standard wheelchair securement retractors.

🚌

Van-Friendly Install

Adapter mounting keeps existing van belts in place — no removal of factory hardware required.

📐

Adjustable Fit

Lap belt is manually adjustable to accommodate a wide range of passenger sizes and wheelchair heights.

🏭

Q’Straint OEM Quality

Manufactured by Q’Straint, the industry leader in wheelchair passenger securement systems worldwide.

What’s Included

Qty Part # Description Link
1 Q8-6325 Standard QRT Lap Belt — attaches to pin connectors on wheelchair securement retractors behind the wheelchair View Product
1 Q5-6410-BLK-P Standard QRT Shoulder Belt with Male & Female Pin Connector — shoulder belt connects to S5-6410-S adapter at top and to stud on lap belt at bottom View Product
⚠ Shoulder Belt Adapter (S5-6410-S) — NOT Included
The shoulder belt in this kit requires the S5-6410-S Shoulder Belt Adapter to mount to a fixed anchor point in your vehicle. This adapter allows easy mounting without disturbing your vehicle’s existing belts. It must be purchased separately. Add the S5-6410-S →

Vehicle Applications

This occupant restraint kit is suitable for use in any vehicle equipped with a compatible Q’Straint QRT wheelchair securement system, including:

🚐 Wheelchair-Accessible Vans
🚌 Paratransit Buses
🚑 Non-Emergency Medical Transport
🏫 School Buses
🚐 Transit Buses
🛻 Accessible Minivans

Compatible Q’Straint retractor lines: QRT Max, QRT Deluxe, QRT Standard. Vehicle must have an existing or newly installed anchor point for the shoulder belt adapter.

Frequently Asked Questions

Does this kit include the shoulder belt adapter?

No. The S5-6410-S Shoulder Belt Adapter is sold separately. This kit includes the lap belt (Q8-6325) and shoulder belt with pin connector (Q5-6410-BLK-P), but the shoulder belt must connect to the S5-6410-S adapter at the vehicle’s anchor point.

You can add the adapter here: S5-6410-S Shoulder Belt Adapter.

What Q’Straint retractor systems is this compatible with?

This lap and shoulder belt kit is compatible with Q’Straint QRT Max, QRT Deluxe, and QRT Standard wheelchair tie-down retractor systems. These are the most widely used Q’Straint systems found in paratransit vehicles, accessible vans, and buses across North America.

The lap belt attaches to the pin connectors on the rear retractors, while the shoulder belt uses the pin system to connect to the vehicle anchor point via the S5-6410-S adapter.

Is this a retractable or manual (non-retractable) belt?

This is a manual (non-retractable) occupant restraint system. The lap belt and shoulder belt do not automatically retract. They are manually buckled and adjusted each time a passenger boards. This makes it a cost-effective and simple solution for applications where automatic retraction is not required.

If you need a retractable shoulder belt, see our retractable shoulder belt options.

Will this work with my van’s existing belt hardware?

Yes — that’s one of the key benefits of this system. The S5-6410-S shoulder belt adapter (sold separately) is designed to mount at an anchor point without removing or replacing your vehicle’s existing factory seat belts. It adds a new anchor point for the wheelchair passenger’s shoulder belt while leaving the vehicle’s built-in occupant belts fully in place.

What is the warranty on this product?

This product is covered by Q’Straint’s 1-Year Limited Warranty against defects in materials and workmanship. The warranty period runs from the date of shipment. Q’Straint retains the right to determine whether a claimed defect is covered.

Registering your product with Q’Straint is recommended to ensure you can access warranty support. Contact Q’Straint at 800-987-9987 or visit qstraint.com for warranty registration.

Where can I find installation instructions for this kit?

Full installation and user guides for Q’Straint occupant restraint and retractor systems are available on our Installation and User Guide page. The relevant guides for this product are linked in the Documentation section below.

Specifications

Kit Part Number Q8-6325-AP
Manufacturer Q’Straint
Belt Type Manual (Non-Retractable)
Kit Contents Lap Belt (Q8-6325) + Shoulder Belt w/ Pin Connector (Q5-6410-BLK-P)
Shoulder Belt Connector Male & Female Pin Connector
Compatible Retractors QRT Max, QRT Deluxe, QRT Standard
Adapter Required Yes — S5-6410-S (sold separately)
Webbing Color Black
Application Wheelchair Passenger Occupant Restraint
Vehicle Type Vans, Buses, NEMT, Paratransit
Price $180.00
Shipping Free Shipping
Warranty 1 Year Limited (Q’Straint) — registration recommended

🛡 Q’Straint Warranty Notice: This product falls under Q’Straint’s 1-Year Limited Warranty for “All other Products” — covering defects in materials and workmanship from date of shipment. Product registration with Q’Straint is recommended. To register or file a warranty claim, contact Q’Straint at 800-987-9987 or visit qstraint.com.

📄 Installation & User Documentation

Official Q’Straint documentation for this occupant restraint system. Always follow manufacturer instructions for proper installation and use.

View all guides: Installation & User Guide List →

Related Products

Questions? We’re Here to Help.

Not sure if this is the right kit for your vehicle? Our team specializes in wheelchair securement systems and can help you find the perfect fit.

Additional information

Weight 5.0 lbs

Reviews

There are no reviews yet.

Be the first to review “Q’Straint | Q8-6325-AP Manual Lap & Shoulder Belt w/ Shoulder Belt Adapter”

Your email address will not be published. Required fields are marked *