Virpil VPC Universal Angled Panel Mount
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap'); .vdm-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .vdm-wrap { fo nt-family: 'Poppins', sans-serif; color: #1a1a2e; line-height: 1.6; width: 100%; } .vdm-section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #0277bd; margin-bottom: 8px; } .vdm-section-title { font-size: 28px !important; font-weight: 500 !important; color: #2d3748 !important; margin-bottom: 12px; line-height: 1.2; } .vdm-intro { font-size: 14px; color: #4a5568; line-height: 1.7; margin-bottom: 24px; } .vdm-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; } .vdm-pill { background: #fff; border: 1px solid #c8e6f8; border-radius: 8px; padding: 6px 16px; font-size: 13px; font-weight: 600; color: #0277bd; } .vdm-note { background: #fffbeb; border: 1px solid #fde68a; border-radius: 12px; padding: 14px 18px; font-size: 13px; color: #78350f; margin-bottom: 28px; } .vdm-note strong { font-weight: 700; } .vdm-compat { background: #fff; border: none; padding: 0; margin-bottom: 40px; } .vdm-compat h4 { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 10px; } .vdm-compat ul { list-style: none; padding: 0; } .vdm-compat li { font-size: 13px; color: #374151; padding: 4px 0; display: flex; align-items: center; gap: 8px; } .vdm-compat li::before { content: '✓'; color: #0277bd; font-weight: 700; flex-shrink: 0; } .vms-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .vms-wrap { font-family: 'Poppins', sans-serif; color: #1a1a2e; line-height: 1.6; width: 100%; } .vms-section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #0277bd; margin-bottom: 8px; } .vms-section-title { font-size: 22px !important; font-weight: 500 !important; color: #2d3748 !important; margin-bottom: 8px; line-height: 1.3; } .vms-section-sub { font-size: 14px; color: #4a5568; margin-bottom: 28px; line-height: 1.6; } .vms-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; } .vms-card { border-radius: 12px; padding: 16px 18px; border: 1px solid #d0e8f8; background: #fff; } .vms-card-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border-radius: 50px; margin-bottom: 10px; } .vms-badge-mount { background: #dbeeff; color: #1565C0; } .vms-badge-adapter { background: #d4f0e5; color: #0f6e56; } .vms-badge-hw { background: #ede9f6; color: #4527a0; } .vms-card h4 { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 6px; } .vms-card p { font-size: 12px; color: #4a5568; line-height: 1.55; } @media (max-width: 640px) { .vms-cards { grid-template-columns: 1fr; } .vms-card { width: 100%; } } @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap'); .pca-wrap * { box-sizing: border-box; margin: 0; padding: 0; } .pca-wrap { font-family: 'Poppins', sans-serif; color: #1a1a2e; line-height: 1.6; width: 100%; } .pca-hero { border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid #d0e8f8; display: flex; align-items: center; } .pca-hero-content { padding: 20px 30px; width: 100%; } .pca-eyebrow { color: #0277bd; font-size: 12px; font-weight: 600; letter-spacing: 0.05em; margin-bottom: 6px; } .pca-hero h1 { font-size: 24px; font-weight: 800; color: #0d1b2a; line-height: 1.25; margin-bottom: 10px; } .pca-hero p { font-size: 14px; color: #4a5568; line-height: 1.55; } .pca-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; } .pca-stat { background: #fff; border: 1px solid #c8e6f8; border-radius: 50px; padding: 5px 14px; display: flex; align-items: baseline; gap: 5px; } .pca-stat-num { font-size: 13px; font-weight: 700; color: #0277bd; } .pca-stat-label { font-size: 13px; color: #4a90c4; } .pca-section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #0277bd; margin-bottom: 8px; } .pca-section-title { font-size: 22px !important; font-weight: 500 !important; color: #2d3748 !important; margin-bottom: 20px; line-height: 1.3; } .pca-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-bottom: 48px; } .pca-feature-card { background: #fff; border: 1px solid #d0e8f8; border-radius: 12px; padding: 16px; } .pca-feature-icon { width: 23px; height: 23px; background: #0277bd; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; } .pca-feature-icon svg { width: 11px; height: 11px; fill: #fff; } .pca-feature-card h4 { font-size: 13px; font-weight: 700; color: #0d1b2a; margin-bottom: 5px; } .pca-feature-card p { font-size: 12px; color: #4a5568; line-height: 1.5; } .pca-virpil-section { margin-bottom: 48px; border: 1px solid #d0e8f8; border-radius: 16px; overflow: hidden; background: #fff; } .pca-virpil-section__img { width: 100%; display: block; background: #fff; } .pca-virpil-section__body { padding: 24px 28px; } .pca-virpil-section__eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #0277bd; margin-bottom: 6px; } .pca-virpil-section__title { font-size: 20px; font-weight: 800; color: #0d1b2a; margin-bottom: 4px; } .pca-virpil-section__subtitle { font-size: 12px; font-weight: 600; color: #4a90c4; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.05em; } .pca-virpil-section__text { font-size: 14px; color: #4a5568; line-height: 1.65; } .pca-split { margin-bottom: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #d0e8f8; border-radius: 16px; overflow: hidden; } .pca-split__img { width: 100%; height: 100%; object-fit: cover; display: block; background: #fff; } .pca-split__body { padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; background: #fff; } .pca-split__eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #0277bd; margin-bottom: 6px; } .pca-split__title { font-size: 18px; font-weight: 800; color: #0d1b2a; margin-bottom: 4px; } .pca-split__subtitle { font-size: 12px; font-weight: 600; color: #4a90c4; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 14px; } .pca-split__text { font-size: 13px; color: #4a5568; line-height: 1.65; } .pca-split__points { list-style: none; padding: 0; margin: 14px 0 0; } .pca-split__points li { display: flex; gap: 10px; font-size: 13px; color: #374151; margin-bottom: 10px; line-height: 1.5; } .pca-split__points li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #0277bd; flex-shrink: 0; margin-top: 6px; } .pca-split__points strong { color: #0d1b2a; } .pca-text-section { margin-bottom: 0; padding: 20px 24px; background: #fff; border: 1px solid #d0e8f8; border-radius: 12px; } .pca-text-section h3 { font-size: 15px; font-weight: 800; color: #0d1b2a; margin-bottom: 6px; } .pca-text-section p { font-size: 13px; color: #4a5568; line-height: 1.65; } /* Input table */ .pca-input-table { width: 100%; border-collapse: collapse; font-size: 13px; margin-bottom: 48px; border-radius: 12px; overflow: hidden; border: 1px solid #d0e8f8; } .pca-input-table thead th { background: #f7fbff; color: #0d1b2a; padding: 12px 16px; text-align: left; font-weight: 700; font-size: 12px; border-bottom: 2px solid #d0e8f8; } .pca-input-table tbody tr:nth-child(even) { background: #f7fbff; } .pca-input-table tbody tr:nth-child(odd) { background: #fff; } .pca-input-table td { padding: 10px 16px; border-bottom: 1px solid #e2edf8; color: #2d3748; } .pca-input-table td:first-child { font-weight: 600; color: #0d1b2a; } .pca-input-table td:last-child { font-weight: 700; color: #0277bd; text-align: center; } .pca-input-table tbody tr:last-child td { border-bottom: none; } .pca-input-table tfoot td { background: #f7fbff; color: #0d1b2a; padding: 10px 16px; font-weight: 700; border-top: 2px solid #d0e8f8; } .pca-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 48px; } .pca-spec-row { display: flex; justify-content: space-between; padding: 9px 12px; background: #fff; border-radius: 8px; font-size: 13px; gap: 12px; border: 1px solid #e2edf8; } .pca-spec-row .sk { color: #718096; } .pca-spec-row .sv { font-weight: 700; color: #0d1b2a; text-align: right; } .pca-inbox { margin-bottom: 48px; padding-left: 18px; } .pca-inbox li { font-size: 14px; color: #2d3748; line-height: 1.8; } .pca-faq { margin-bottom: 48px; } .pca-faq-item { border-bottom: 1px solid #e2edf8; padding: 16px 0; } .pca-faq-q { font-size: 14px; font-weight: 700; color: #0d1b2a; margin-bottom: 6px; } .pca-faq-a { font-size: 13px; color: #4a5568; line-height: 1.6; } @media (max-width: 640px) { .pca-section-title { font-size: 18px !important; } .vms-section-title { font-size: 18px !important; } .pca-specs-grid { grid-template-columns: 1fr; } .pca-hero-grid { grid-template-columns: 1fr !important; } .pca-split { grid-template-columns: 1fr; } .pca-two-col { grid-template-columns: 1fr !important; } .pca-cta-pill { font-size: 12px !important; padding: 11px 14px !important; white-space: normal !important; text-align: center !important; } .pca-games-desktop { display: none !important; } .pca-games-mobile { display: block !important; } } VPCockpit · Throttle Panel Mount · CDT-VMAX & MongoosT-50CM VPC Universal Angled Control Panel Mount The VPC Universal Angled Control Panel Mount attaches directly to the CDT-VMAX or MongoosT-50CM Series Throttle body — holding any VPC Universal Control Panel alongside your throttle for a compact, integrated cockpit setup. All-metal construction. The ideal way to add a full panel of extra inputs to your throttle without cluttering your desk. The VPC Universal Angled Control Panel Mount — sold by Player1 Sim Gear, the official VIRPIL distributor for Australia and New Zealand. All-metal construction CDT-VMAX Throttle compatible MongoosT-50CM series compatible All VIRPIL Control Panels compatible Mounts to throttle body — not desk 2-year VIRPIL warranty Compatibility — throttles & control panels VPC CDT-VMAX Throttle VPC MongoosT-50CM Throttle VPC MongoosT-50CM2 Throttle VPC MongoosT-50CM3 Throttle VPC Universal Control Panel #1 VPC Universal Control Panel #2 VPC Universal Control Panel #3 (SharKa-50) How it all connects The VIRPIL Mount System Every VIRPIL mount setup needs three layers — a mount, an adapter plate, and the hardware. You can't skip the adapter: hardware doesn't bolt directly to the mount arm. The three layers work across all setup types: desk, chair, and collective-mounted panel. Layer 1 — Mount Choose your mount type The Desk Mount (long or short arm) clamps to your desk edge — accommodating desk thicknesses from 9 mm to 65 mm using the included 20/40/60 mm bolt sets. The arm height and angle are adjustable. The Chair Mount bolts to your existing chair base for collective helicopter setups. The Collective Panel Mount Adapter clips to the arm of a Rotor TCS base for panel mounting. Layer 2 — Adapter You must choose an adapter plate Hardware doesn't bolt directly to the mount arm — you need the specific adapter for what you're attaching. The WarBRD/CM3 Base Adapter bolts to the underside of your joystick base. The Control Panel Adapter mounts to the side of the desk mount arm. The Collective Base Chair Adapter has front and rear plates that fasten to your chair base. Layer 3 — Hardware Your joystick base, panel, or collective Once the mount and adapter are in place, your hardware slots in. Joystick bases (WarBRD-D, MongoosT-50CM3), Control Panels (#1, #2, #3), and Rotor TCS collective bases all require their matching adapter plate. The same desk mount arm can hold a joystick base on top and a control panel on the side simultaneously via two separate adapters. What's included In the box VPC Universal Angled Control Panel Mount Mounting bolts Hex keys Common questions Frequently asked questions What does this mount actually do?+ The VPC Universal Angled Control Panel Mount attaches directly to the side of a compatible VIRPIL throttle — the CDT-VMAX or any MongoosT-50CM Series Throttle — and holds a VPC Universal Control Panel alongside it. This lets you add a full panel of buttons, switches, and encoders to your throttle without needing a separate desk mount arm or extra desk space. Is this the same as a desk mount adapter?+ No — this is a throttle-side panel mount, not a desk mount adapter. It bolts directly to the throttle body, not to a VPC Desk Mount arm. If you want to mount a control panel to a desk mount arm, you need the VPC Desk Mount Adapter for Control Panels instead. Which throttles is this compatible with?+ The Universal Angled Panel Mount is compatible with the VPC CDT-VMAX Throttle and the VPC MongoosT-50CM Series Throttles (MongoosT-50CM, CM2, CM3). It is not compatible with the original MongoosT-50 or the VMAX Prime Throttle. Which control panels work with this mount?+ All VIRPIL Universal Control Panels are compatible — Control Panel #1, Control Panel #2, and Control Panel #3 (SharKa-50). Control panels are sold separately. Is this covered by a warranty?+ Yes — all VIRPIL products are backed by a 2-year manufacturer warranty. As the official Australian VIRPIL distributor, Player1 Sim Gear handles warranty claims locally — no international returns required. Call 0488 385 870 if you have an issue. Why buy from Player1 Sim Gear rather than directly from VIRPIL overseas?+ Player1 Sim Gear is the official VIRPIL distributor for Australia and New Zealand. Buying from us means your warranty is honoured locally, you receive a valid Australian GST tax invoice, you're protected under Australian Consumer Law, and you can call a real person on 0488 385 870 if anything goes wrong. Build the full experience Complete your sim cockpit Pair your Control Panel #1 with a VIRPIL flightstick, throttle, pedals, and cockpit frame for the complete flight sim cockpit experience. All Flight Controls Flightsticks, throttles & HOTAS sets Shop Flight Controls → Flight Sim Cockpits Racing & flight cockpit frames Shop Cockpits → VR Headsets Pimax Crystal Super, Crystal Light & more Shop VR → Complete Packages Everything in one bundle View Packages → Not sure which mount or adapter is right for you? Our team flies DCS World and MSFS 2024 on VIRPIL Controls gear. We can help you build the right cockpit panel and HOTAS configuration for your sim and budget. 📞 Call 0488 385 870 ✉️ Send us a message
More you might like
Related
VPC Universal Angled Control Panel Mount Virpil
Related
Virpil VPC Universal Control Panel - #3 | VPC SharKa-50 Pane
Related
Virpil VPC Universal Compact Base Plate
Related