INEOS Grenadier: Side Accessory Carrier
:root { --font-display: 'Oswald', sans-serif; --text-heading: #1c1d1d; --text-body: #4a4a4a; --text-secondary: #3a3a3a; --text-muted: #7a7a78; --accent: #2d6a4f; --accent-light: rg ba(45,106,79,0.10); --accent-glow: rgba(45,106,79,0.14); --bg-card: #f9f8f6; --bg-page: #fafaf8; --bg-section-alt: #ffffff; --border-subtle: #e5e4e0; --border-hover: #c8c7c2; --color-info-bg: #f0f4ff; --color-info-border: #c0d0f0; } body { background: #fff; font-family: 'DM Sans', -apple-system, system-ui, sans-serif; font-size: 16px; line-height: 1.65; color: var(--text-body); margin: 0; -webkit-font-smoothing: antialiased; } .dva-desc__inner { max-width: 900px; margin: 0 auto; padding: 32px 24px; } @media (max-width: 767px) { .dva-desc__inner { padding: 24px 20px; } } @media (max-width: 479px) { .dva-desc__inner { padding: 20px 16px; } } .dva-desc h1 { font-family: var(--font-display); font-size: clamp(26px,6vw,42px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 8px; color: var(--text-heading); } .dva-desc h2 { font-family: var(--font-display); font-size: clamp(18px,4vw,28px); font-weight: 700; letter-spacing: -0.02em; margin: 28px 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--border-subtle); color: var(--text-heading); } @media (max-width: 479px) { .dva-desc h2 { margin: 22px 0 12px; font-size: 18px; } } .dva-desc h3 { font-size: clamp(15px,3vw,17px); font-weight: 700; color: var(--accent); margin-bottom: 8px; } .dva-desc p { color: var(--text-body); margin-bottom: 16px; font-size: clamp(14px,2.5vw,16px); } .dva-desc strong { color: var(--text-heading); font-weight: 600; } .dva-desc__tagline { font-size: clamp(14px,3vw,18px); color: var(--text-secondary); font-weight: 500; margin-bottom: 16px; } .dva-desc__intro { background: var(--accent-light); border: 1px solid var(--accent-glow); border-radius: 12px; padding: 24px; margin: 20px 0 24px; } @media (max-width: 479px) { .dva-desc__intro { padding: 20px 16px; } } .dva-desc__intro p { color: var(--text-body); margin: 0; font-size: clamp(14px,2.5vw,16px); } .dva-desc__intro strong { color: var(--accent); } .dva-desc__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; margin: 16px 0 20px; } @media (max-width: 767px) { .dva-desc__grid { grid-template-columns: 1fr; gap: 10px; } } .dva-desc__grid-item { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 12px; padding: 20px; transition: border-color 0.2s, transform 0.2s; } @media (hover: hover) { .dva-desc__grid-item:hover { border-color: var(--border-hover); transform: translateY(-2px); } } .dva-desc__grid-item p { margin: 0; font-size: clamp(13px,2.5vw,14px); } .dva-desc__checklist { list-style: none; margin: 16px 0; padding: 0; } .dva-desc__checklist li { position: relative; padding-left: 32px; margin-bottom: 12px; color: var(--text-body); font-size: clamp(13px,2.5vw,15px); min-height: 24px; } .dva-desc__checklist li::before { content: ''; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; background: var(--accent-light); border-radius: 50%; border: 2px solid var(--accent); } .dva-desc__checklist li::after { content: ''; position: absolute; left: 5px; top: 7px; width: 8px; height: 4px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(-45deg); } .dva-desc__box { background: var(--bg-section-alt); border: 1px solid var(--border-subtle); border-radius: 12px; padding: 22px; margin: 16px 0; } .dva-desc__box h4 { font-size: clamp(14px,2.5vw,15px); font-weight: 700; color: var(--text-heading); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; } .dva-desc__box h4::before { content: ''; width: 4px; height: 18px; background: var(--accent); border-radius: 2px; flex-shrink: 0; } .dva-desc__box ul { list-style: none; padding: 0; margin: 0; } .dva-desc__box li { position: relative; padding-left: 20px; margin-bottom: 10px; color: var(--text-body); font-size: clamp(13px,2.5vw,14px); } .dva-desc__box li:last-child { margin-bottom: 0; } .dva-desc__box li::before { content: ''; position: absolute; left: 6px; top: 8px; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); } .dva-desc__table-wrap { overflow-x: auto; margin: 16px 0; border-radius: 10px; border: 1px solid var(--border-subtle); } .dva-desc__table { width: 100%; min-width: 400px; border-collapse: collapse; font-size: 14px; } .dva-desc__table th, .dva-desc__table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border-subtle); } .dva-desc__table th { background: var(--bg-card); font-weight: 600; color: var(--text-muted); text-transform: uppercase; font-size: 11px; letter-spacing: 0.05em; } .dva-desc__table td { color: var(--text-body); background: var(--bg-page); } .dva-desc__table td strong { color: var(--text-heading); } .dva-desc__table tr:last-child td { border-bottom: none; } @media (hover: hover) { .dva-desc__table tr:hover td { background: var(--bg-card); } } .dva-desc__highlight { background: var(--bg-card); border-left: 4px solid var(--accent); border-radius: 0 12px 12px 0; padding: 22px 28px; margin: 16px 0; } .dva-desc__highlight p { margin: 0; color: var(--text-body); font-size: clamp(13px,2.5vw,15px); } .dva-desc__highlight p:first-child { color: var(--text-heading); font-size: clamp(15px,3vw,17px); font-weight: 600; margin-bottom: 8px; } .dva-desc__footer { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 10px; padding: 16px 20px; margin-top: 20px; font-size: clamp(12px,2.5vw,13px); color: var(--text-muted); } .dva-desc__footer strong { color: var(--text-secondary); } @media (prefers-reduced-motion: reduce) { .dva-desc *, .dva-desc *::before, .dva-desc *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } .dva-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; margin: 20px 0; } @media (max-width: 600px) { .dva-stats { grid-template-columns: repeat(2,1fr); } } .dva-stat { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 12px; padding: 14px 16px; } .dva-stat__num { font-family: var(--font-display); font-size: 26px; font-weight: 500; color: var(--text-heading); line-height: 1; letter-spacing: -0.4px; } .dva-stat__unit { font-size: 14px; font-weight: 400; color: var(--text-muted); } .dva-stat__label { font-size: 11px; color: var(--text-muted); margin-top: 4px; } .dva-trust { background: #f6f5f2; border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); padding: 11px 24px; } .dva-trust__inner { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; max-width: 900px; margin: 0 auto; } .dva-trust__item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--text-muted); } .dva-trust__item svg { color: var(--accent); flex-shrink: 0; } .dva-trust__item strong { color: var(--text-body); font-weight: 600; } INEOS Grenadier: Side Accessory Carrier – Gen 2 The Strongest, Cleanest, Most Aerodynamic Side Rail · 6061 Aluminum · 25 lb Load Rating From $99 · Ships free to U.S. · Full-length mounting bridge for your Grenadier Station Wagon Fits 2021–2026 INEOS Grenadier Station Wagon · All trims · NOT Quartermaster 25 lbs Per rail load rating Gen 2 Complete redesign 6061 Aluminum construction 30 min Bolt-on installation Gen 2 is a complete redesign: lower profile, reinforced structure, tighter body fit, and 100% bolt-on using only factory mounting points. Zero drilling, zero rattle, zero compromises. Machined from black anodized 6061 aluminum, the Side Accessory Carrier — our Overland Rail design — creates a seamless full-length mounting bridge from your roof rails down to the L-Track utility belt. This is for you if You overland or work your Grenadier Station Wagon and need heavy gear side-mounted You need heavy-duty, high-mount gear within arm's reach — Jerry cans, recovery boards, fire extinguishers You want zero-drill install that preserves factory mounting points and warranty Not what you need? If you just need a simple rear Jerry can or recovery board mount, look at the Ladder-Mounted Accessory Carrier. If you're after a full roof rack system, see the DualTrack Roof Crossbar System. 100% bolt-on · No drilling or modifications 25 lb load rating · Per rail 6061 aluminum · Black anodized 30-minute install · Factory mounting points Mount Everything You Need Within Arm's Reach Mount Jerry cans, MaxTrax boards, Hi-Lift jacks, fire extinguishers, tool boards — anything you need within arm's reach on the trail. The Side Accessory Carrier transforms your Grenadier's sides into organized, accessible gear storage that moves with you wherever adventure calls. Why Grenadier Owners Choose the Side Accessory Carrier 25 lb Per Rail Load Rating Rock-solid even with heavy or offset loads. Engineered for real-world overlanding where gear weight and trail forces matter. Improved Aerodynamics Sits tighter to the body for better aerodynamics and factory-integrated look. Lower profile design reduces wind noise and fuel impact. 6061 Aluminum Construction Black anodized 6061 aluminum — lightweight, corrosion-proof, trail-proven. Built to withstand harsh off-road conditions and weather. 100% Bolt-On Installation Under 30-minute install with no drilling or modifications. Uses only factory mounting points to preserve your Grenadier's integrity. Station Wagon Compatibility Fits 2021–2026 INEOS Grenadier Station Wagon — all trims. Not compatible with Quartermaster pickup. Fully compatible with all DVA Mechanics side accessories for the Station Wagon. Gen 2 Redesign Lower profile, reinforced structure, tighter body fit — everything improved based on real-world feedback from Grenadier owners. For U.S. Customers · Compatible Accessories Rotopax Fuel & Water Carriers DVA-selected Rotopax cans, mounts, and accessories — tested for use with this carrier. Shop Rotopax → Technical Specifications Specification Details Vehicle INEOS Grenadier Station Wagon (2021–2026, all trims) · Not compatible with Quartermaster Load Rating 25 lb per rail Material Black anodized 6061 aluminum Design Generation Gen 2 - Complete redesign Installation 100% bolt-on, under 30 minutes Mounting Points Factory roof rails and L-Track utility belt Vehicle Modification None - uses factory mounting points only Fitment & Compatibility Designed, tested, and proven on real Grenadier Station Wagons in the Rockies, Mojave, and beyond. Built by overlanders who actually use their trucks — not a universal bracket that "sort of" works. Creates a seamless mounting bridge from your roof rails down to the L-Track utility belt. Fitment note: Station Wagon only (2021–2026, all trims). Not compatible with the Grenadier Quartermaster pickup. What's Included (Per Side) Gen 2 Side Accessory Carrier rail Custom roof bracket Integrated L-Track mounting bolt All stainless steel hardware Step-by-step installation instructions Not Included Jerry cans (sold separately) MaxTrax recovery boards (sold separately) Fire extinguishers and tool boards (sold separately) Installation 100% bolt-on installation in under 30 minutes with no drilling or modifications required. Uses only factory mounting points to preserve your Grenadier's structural integrity and warranty coverage. All stainless steel hardware included with step-by-step instructions. Built by Overlanders, For Overlanders The strongest, cleanest, most aerodynamic side rail ever made. Every detail is engineered with real-world usage in mind. Not a universal bracket that "sort of" works, but a purpose-built system designed specifically for the INEOS Grenadier. Compatibility: INEOS Grenadier Station Wagon (2021–2026, all trims) — NOT Quartermaster. Choose 1-Rail, 2-Rail, or 4-Rail kit based on your needs. Accessories shown sold separately.
More you might like
Related
INEOS Grenadier: Side Accessory Carrier
Related
INEOS GRENADIER SIDE KICK ACCESSORY PANEL
Related
INEOS GRENADIER SIDE KICK ACCESSORY PANEL
Related