Kinesis Freestyle 2 VIP3 Accessory Pack
/* ========================================================= NMPE - Kinesis Freestyle 2 VIP3 Accessory Pack ========================================================= */ .nmpe-pd { --nmpe-accent: #ADC4C2; --nmpe-dark: #0e3b3b; --nmpe-text: #243838; --nmpe-soft: #f5f8f8; --nmpe-border: rgba(14, 59, 59, 0.12); width: 100%; color: var(--nmpe-text); font-size: 1rem; line-height: 1.65; } .nmpe-pd *, .nmpe-pd *::before, .nmpe-pd *::after { box-sizing: border-box; } .nmpe-pd h2, .nmpe-pd h3, .nmpe-pd h4 { color: var(--nmpe-dark); letter-spacing: -0.015em; } .nmpe-pd h2 { margin: 0 0 14px; font-size: clamp(1.45rem, 3vw, 1.9rem); line-height: 1.2; font-weight: 850; } .nmpe-pd h3 { margin: 0 0 8px; font-size: 1.18rem; line-height: 1.3; font-weight: 800; } .nmpe-pd h4 { margin: 0 0 6px; font-size: 1.04rem; line-height: 1.3; font-weight: 800; } .nmpe-pd p { margin: 0 0 14px; } .nmpe-pd strong { color: var(--nmpe-dark); font-weight: 800; } .nmpe-pd__intro { margin-bottom: 28px; } .nmpe-pd__eyebrow { display: inline-flex; align-items: center; padding: 7px 11px; margin-bottom: 12px; border-radius: 999px; background: rgba(173, 196, 194, 0.3); color: var(--nmpe-dark); font-size: 0.78rem; font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: 0.055em; } .nmpe-pd__lead { margin: 0 0 14px; max-width: 900px; font-size: 1.06rem; } .nmpe-pd__highlight { margin: 22px 0 28px; padding: 20px 22px; border-radius: 16px; background: var(--nmpe-accent); color: #000; } .nmpe-pd__highlight-title { margin: 0 0 6px; color: #000; font-size: 1.08rem; font-weight: 850; } .nmpe-pd__highlight p, .nmpe-pd__highlight strong { color: #000; } .nmpe-pd__highlight p { margin: 0; } .nmpe-pd__section { padding: 28px 0; border-top: 1px solid var(--nmpe-border); } .nmpe-pd__benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; } .nmpe-pd__benefit { padding: 18px; border: 1px solid var(--nmpe-border); border-radius: 14px; background: var(--nmpe-soft); } .nmpe-pd__benefit-icon { display: flex; align-items: center; justify-content: center; width: max-content; min-width: 38px; height: 34px; padding: 0 9px; margin-bottom: 12px; border-radius: 10px; background: var(--nmpe-accent); color: #000; font-size: 0.84rem; font-weight: 900; } .nmpe-pd__benefit p { margin: 0; font-size: 0.95rem; line-height: 1.55; } .nmpe-pd__support-box { padding: 22px; border-radius: 16px; background: var(--nmpe-soft); border: 1px solid var(--nmpe-border); } .nmpe-pd__support-box p:last-child { margin-bottom: 0; } .nmpe-pd__use-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; } .nmpe-pd__use { padding: 15px 10px; border-radius: 12px; background: rgba(173, 196, 194, 0.22); border: 1px solid rgba(14, 59, 59, 0.08); color: var(--nmpe-dark); font-size: 0.9rem; font-weight: 750; line-height: 1.35; text-align: center; } .nmpe-pd__tip { display: flex; align-items: flex-start; gap: 12px; margin-top: 18px; padding: 15px 16px; border-left: 4px solid var(--nmpe-accent); border-radius: 0 12px 12px 0; background: var(--nmpe-soft); } .nmpe-pd__tip-icon { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--nmpe-accent); color: #000; font-size: 0.8rem; font-weight: 900; } .nmpe-pd__tip p { margin: 1px 0 0; } .nmpe-pd__specs { margin-top: 18px; border: 1px solid var(--nmpe-border); border-radius: 14px; overflow: hidden; background: #fff; } .nmpe-pd__spec { display: grid; grid-template-columns: 205px 1fr; gap: 18px; padding: 13px 16px; border-bottom: 1px solid var(--nmpe-border); } .nmpe-pd__spec:last-child { border-bottom: 0; } .nmpe-pd__spec:nth-child(even) { background: rgba(173, 196, 194, 0.08); } .nmpe-pd__spec-label { color: var(--nmpe-dark); font-weight: 800; } .nmpe-pd__warranty { display: flex; align-items: flex-start; gap: 16px; padding: 20px; border-radius: 16px; background: var(--nmpe-accent); color: #000; } .nmpe-pd__warranty-icon { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, 0.35); color: #000; font-weight: 900; } .nmpe-pd__warranty h3, .nmpe-pd__warranty p, .nmpe-pd__warranty strong { color: #000; } .nmpe-pd__warranty p { margin: 0; } .nmpe-pd__final { margin-top: 28px; padding: 24px; border-radius: 18px; background: var(--nmpe-dark); color: #fff; } .nmpe-pd__final h2, .nmpe-pd__final p { color: #fff; } .nmpe-pd__final p { margin: 0; opacity: 0.95; } @media (max-width: 749px) { .nmpe-pd { font-size: 0.97rem; } .nmpe-pd h2 { font-size: 1.4rem; } .nmpe-pd__lead { font-size: 1rem; } .nmpe-pd__highlight { padding: 18px 16px; } .nmpe-pd__section { padding: 24px 0; } .nmpe-pd__benefit-grid { grid-template-columns: 1fr; } .nmpe-pd__use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nmpe-pd__spec { grid-template-columns: 1fr; gap: 3px; padding: 13px 14px; } .nmpe-pd__warranty { padding: 18px 16px; } .nmpe-pd__final { padding: 20px 18px; } } Tenting + padded palm supports for the Freestyle2 Add Adjustable Tenting and Palm Support to Your Kinesis Freestyle2 The Kinesis Freestyle 2 VIP3 Accessory Pack adds adjustable tenting and cushioned palm supports to your existing Freestyle2 keyboard. Choose between 5°, 10° and 15° tenting to raise the inner edges of the keyboard modules and reduce the amount your forearms need to rotate towards a flat, palms-down typing position. Integrated palm supports and removable cushioned palm pads provide a comfortable resting surface for the heel of the hands during pauses in typing. Tenting plus palm support in one Freestyle2 accessory kit. The VIP3 gives you the same 5°, 10° and 15° tenting options as the V3, while adding integrated padded palm supports for users who prefer extra support at the front of the keyboard. Fine-Tune the Freestyle2 Around Your Typing Position 3 ANGLES 5°, 10° or 15° Tenting Move between three repeatable tenting positions to find the keyboard angle that best suits your forearm position and typing preference. PALM Integrated Palm Supports Left and right palm supports extend the front of the keyboard and provide a dedicated resting surface for the hands. PADDED Cushioned Palm Pads Included Removable padded surfaces sit on top of the palm supports for additional comfort when resting between periods of typing. STABLE Stable Typing Platform Kinesis designed the V-Lifters to create a firm typing platform at each of the three tenting angles without unwanted bounce. What Does Tenting Change? A flat keyboard positions the hands approximately parallel with the desk, requiring the forearms to rotate towards a palms-down position. Tenting raises the inner, thumb-side edges of a split keyboard so the hands can work at a more angled position. The VIP3 provides three moderate tenting levels, allowing you to choose how much elevation feels appropriate rather than committing to one fixed angle. Three Quick Tenting Positions The left and right V-Lifters use hinged supports that snap and swivel between the three preset configurations. 5° Tenting 10° Tenting 15° Tenting Tool-Free Adjustment This makes it easy to experiment with the three settings and return to a preferred angle without permanently modifying the keyboard. Integrated Palm Supports for Resting Between Keystrokes The VIP3 includes dedicated left and right palm supports together with cushioned palm pads. These extend the keyboard towards you and provide a comfortable surface for the heel of the hands during pauses in typing. During active typing, aim to keep the hands light and mobile rather than placing continuous pressure through the wrists against the support. Keep the Keyboard Connected or Separate the Two Halves The VIP3 is fully compatible with the Freestyle2's pivot tether. Leave the tether connected when you want the two keyboard modules linked together, or disconnect it when greater separation between the left and right sections suits your workstation better. This lets you combine tented positioning with the Freestyle2's adjustable splay and separation. Everything You Need for the VIP3 Setup Left V-Lifter Right V-Lifter 2 Palm Supports 2 Cushioned Pads Designed for the Kinesis Freestyle2 The VIP3 components attach directly to compatible Kinesis Freestyle2 keyboard modules. The palm supports are an integral part of the VIP3 configuration and must be installed for the V-Lifters to provide their intended stability. i The Freestyle2 keyboard is sold separately. If you want the same 5°, 10° and 15° tenting angles without palm supports, choose the Kinesis Freestyle2 V3 Accessory instead. Product Details Product Kinesis Freestyle 2 VIP3 Accessory Pack Product Type Freestyle2 tenting and palm-support accessory kit Included Components Left and right V-Lifters, left and right palm supports, and left and right cushioned palm pads Tenting Angles 5°, 10° and 15° Maximum Height at 5° Approximately 38mm when attached to the Freestyle2 Maximum Height at 10° Approximately 54mm when attached to the Freestyle2 Maximum Height at 15° Approximately 73mm when attached to the Freestyle2 Depth When Installed Approximately 254mm Accessory Weight Approximately 227g Keyboard Compatibility Kinesis Freestyle2 Pivot Tether Can be used with or without the Freestyle2 pivot tether Palm Supports Included and required for VIP3 V-Lifter use Keyboard Included No Best For Existing Kinesis Freestyle2 users wanting adjustable keyboard tenting together with integrated padded palm supports ✓ 1-Year Warranty The Kinesis Freestyle 2 VIP3 Accessory Pack is covered by a one-year warranty through No More Pain Ergonomics. If a covered fault develops during the warranty period, we'll work with you to arrange repair or replacement in accordance with our warranty terms. Add Tenting and Palm Support to the Freestyle2 You Already Own With 5°, 10° and 15° tenting, integrated palm supports, cushioned palm pads and compatibility with the Freestyle2's pivot tether and split design, the Kinesis Freestyle 2 VIP3 Accessory Pack gives you more control over both keyboard angle and hand support without replacing your existing keyboard.