L-Track Tie Down O-Ring Fitting, Silver, 4-Pack
: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; } 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__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-faq { margin: 16px 0; } .dva-faq__item { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 12px; margin-bottom: 8px; overflow: hidden; transition: border-color 0.25s, box-shadow 0.25s; } @media (hover: hover) { .dva-faq__item:hover { border-color: var(--border-hover); } } .dva-faq__item[open] { border-color: var(--accent); box-shadow: 0 0 20px var(--accent-glow); } .dva-faq__question { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; min-height: 44px; cursor: pointer; font-size: clamp(14px,2.5vw,15px); font-weight: 600; color: var(--text-heading); transition: color 0.2s; list-style: none; } .dva-faq__question::-webkit-details-marker { display: none; } .dva-faq__question::marker { display: none; content: ''; } @media (hover: hover) { .dva-faq__question:hover { color: var(--accent); } } .dva-faq__question span:first-child { flex: 1; } .dva-faq__icon { width: 30px; height: 30px; min-width: 30px; border-radius: 50%; background: var(--accent-light); display: flex; align-items: center; justify-content: center; transition: all 0.3s; } .dva-faq__icon svg { width: 14px; height: 14px; stroke: var(--accent); stroke-width: 2.5; fill: none; transition: transform 0.3s; } .dva-faq__item[open] .dva-faq__icon { background: var(--accent); } .dva-faq__item[open] .dva-faq__icon svg { stroke: #fff; transform: rotate(180deg); } .dva-faq__answer-inner { padding: 14px 22px 20px; color: var(--text-body); font-size: clamp(13px,2.5vw,14px); line-height: 1.75; border-top: 1px solid var(--border-subtle); } .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); } .dva-crosslinks { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; margin: 4px 0 0; } @media (max-width: 680px) { .dva-crosslinks { grid-template-columns: 1fr; } } .dva-crosslink { background: var(--bg-section-alt); border: 1px solid var(--border-subtle); border-radius: 12px; padding: 18px 20px; text-decoration: none; display: flex; flex-direction: column; gap: 5px; transition: border-color 0.18s, box-shadow 0.18s; } @media (hover: hover) { .dva-crosslink:hover { border-color: var(--border-hover); box-shadow: 0 2px 12px rgba(0,0,0,0.05); } } .dva-crosslink__tag { font-size: 11px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); } .dva-crosslink__title { font-family: var(--font-display); font-size: 16px; font-weight: 500; color: var(--text-heading); letter-spacing: -0.2px; line-height: 1.2; } .dva-crosslink__desc { font-size: 12.5px; color: var(--text-muted); line-height: 1.6; flex: 1; margin-top: 2px; } .dva-crosslink__cta { font-size: 13px; font-weight: 500; color: var(--accent); margin-top: 6px; } @media (prefers-reduced-motion: reduce) { .dva-desc *, .dva-desc *::before, .dva-desc *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } L-Track Tie Down O-Ring Fitting, Silver, 4-Pack Quick-Lock L-Track Anchor Points · Silver Finish · 4 O-Ring Studs per Pack Add anchor points exactly where you need them. These O-ring fittings let you configure tie-downs per trip instead of living with fixed anchor locations. Perfect for straps, soft bags, and secured cargo on standard L-Track systems. Key Features & Specifications What's Included 4× L-Track O-ring stud fittings Silver finish Quick-lock L-Track stud interface Not Included L-Track rails, straps, ratchets, and vehicle mounting hardware Fitment & Compatibility Fits standard L-Track rails with airline-style slot geometry, including common Grenadier cargo L-Track layouts and trailer wall/floor L-Track. Exclusions: not compatible with E-Track or non-standard rail profiles. If rail brand/spec is unknown, verify before order. Installation Inspect rail for damage or loose fasteners. Insert stud into L-Track slot and lock. Confirm full engagement before applying strap tension. Load-test with moderate pull before road use. Frequently Asked Questions Do these include tie-down straps? No. This listing is for the O-ring fittings only. Can they stay installed full-time? Yes, but inspect lock engagement and corrosion condition periodically. Will they fit recessed L-Track? Usually yes if slot geometry is standard; verify before order when using non-DVA rails. Are they suitable for roof loads? Use only if your rail and mounting structure are rated for that load case. Compatible Products L-Track · Rails L-Track Rail – 58.5" x 1.5" (Set of 2) Standard L-Track rails for mounting these O-ring fittings. View Product → L-Track · Hooks L-Track Adjustable Gear Hook, 4-Pack Alternative L-Track mounting solution for gear attachment. View Product → Cargo · NATO 20L NATO Jerry Can Carrier Use with L-Track mounting for secure jerry can storage. View Product → Compatibility: Standard L-Track rails with airline-style slot geometry. Verify rail compatibility before order if using non-DVA L-Track systems. Working load limits depend on rail and strap specifications.
More you might like
Related
Labwork 4PC 5' E-Track Tie-Down Rail Powder-Coated Steel E-T
Related
E Track Ratchet Straps Cargo Tie-Downs, (Pack of 8) 2 x 7 He
Related
E-Track 2" Tie Down
Related