INEOS Grenadier: Versatile Mounting Clamps – 2‑Pack (2" or 3" Versions Available)
: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: Versatile Mounting Clamps – 2‑Pack 2" or 3" Versions Available · M8 Screw Fastening · Multi-Use Application 2 Pack Clamps included M8 Screw fastening 2" / 3" Size options Multi Use application Unlock the full potential of your INEOS Grenadier with versatile mounting clamps now available as standalone products! Specially designed for seamless integration with the Grenadier's rugged build, these high-strength clamps can be used on the roof mount, or positioned horizontally or vertically on the rear ladder, providing endless mounting options for your gear. Custom Grenadier fit · Rugged build integration Multi-use application · Roof, horizontal, vertical M8 secure fastening · Rock-solid hold High-strength materials · Harsh condition tested Perfect for Any Accessory Mounting Need Perfect for attaching any accessory—Jerry cans, MOLLE panels, or recovery tools—these clamps allow you to securely bolt your equipment with M8 screws for ultimate stability and durability. Whether you're overlanding, off-roading, or prepping for the next adventure, these versatile clamps ensure your gear is safely mounted and ready for the journey. Choose Your Size 2" Version Aligns perfectly with the side gutter and perfect for attaching accessories to the horizontal rails of the rear ladder. Ideal for side-mounted applications. 3" Version Aligns perfectly to clear the top of the Grenadier's roof and perfect for attaching accessories to the vertical rails of the rear ladder. Optimal roof clearance. Both Versions Both feature the same 1.5" width and M8 mounting holes spaced 1" apart. Built from the same high-strength materials for consistent performance. Key Features Custom Fit for INEOS Grenadier Designed specifically to match the contours and toughness of your vehicle. Engineered for the Grenadier enthusiast who demands precision. Multi-Use Application Works with roof mounts, and can be mounted horizontally or vertically on the rear ladder for flexible positioning. Endless mounting options. Secure Fastening Easily attach accessories with M8 screws for a rock-solid hold. Ultimate stability and durability for your mounted equipment. Durable Construction Made from high-strength materials to withstand harsh outdoor conditions. Built to match the toughness of your Grenadier. Precision Engineering Engineered for flexibility, strength, and reliability from mounting solutions. Whether securing heavy-duty gear or adjusting setups on the fly. Versatile Mounting Provides endless mounting options for your gear with seamless integration into the Grenadier's rugged build and design philosophy. Technical Specifications Specification Details Vehicle INEOS Grenadier (all models) Available Sizes 2" version (side gutter/horizontal ladder), 3" version (roof clearance/vertical ladder) Mounting Face Dimensions 2" x 1.5" (2" version), 3" x 1.5" (3" version) Fastening M8 screws, holes spaced 1" apart Material High-strength construction Applications Roof mount, horizontal ladder rails, vertical ladder rails Quantity 2-pack (2 clamps per order) Fitment & Compatibility Designed specifically for the INEOS Grenadier's contours and mounting points. Both versions provide secure attachment for Jerry cans, MOLLE panels, recovery tools, and other overlanding accessories. Choose the 2" version for side and horizontal ladder applications, or the 3" version for roof clearance and vertical ladder mounting. What's Included 2× Versatile mounting clamps (2" or 3" version based on selection) Mounting hardware Installation instructions Not Included L-Track rail (sold separately if needed) Accessories to be mounted (Jerry cans, MOLLE panels, etc.) M8 screws for accessory attachment Installation Secure bolt-on installation designed for seamless integration with the Grenadier's rugged build. Can be positioned horizontally or vertically on the rear ladder, or used with roof mounting applications. The precision-engineered design ensures proper fit and alignment with your vehicle's mounting points. Why Choose DVA Versatile Mounting Clamps? Flexibility, strength, and reliability for all your mounting needs. These clamps offer the customization you need, whether it's securing heavy-duty gear or adjusting your setup on the fly. Built for the INEOS Grenadier enthusiast who demands the best. Note: Choose 2" version for side gutter and horizontal ladder rails, or 3" version for roof clearance and vertical ladder rails. L-Track rail sold separately if needed.
More you might like
Related
INEOS Grenadier: Versatile Mounting Clamps – 2‑Pack (2" or 3
Related
INEOS Grenadier 2022-2026 Mounting Base
Related
INEOS GRENADIER MAXTRAX SPARE TIRE MOUNTING KIT
Related