Unimouse
/* ========================================================= NMPE - Unimouse ========================================================= */ .nmpe-pd { --nmpe-accent: #ADC4C2; --nmpe- dark: #0e3b3b; --nmpe-text: #243838; --nmpe-soft: #f5f8f8; --nmpe-border: rgba(14,59,59,.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.2rem; 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,.3); color: var(--nmpe-dark); font-size: .78rem; font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: .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: .84rem; font-weight: 900; } .nmpe-pd__benefit p { margin: 0; font-size: .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,.22); border: 1px solid rgba(14,59,59,.08); color: var(--nmpe-dark); font-size: .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: .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,.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,.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: .95; } @media (max-width: 749px) { .nmpe-pd { font-size: .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; } } Adjustable right-handed ergonomic mouse One Mouse. A Whole Range of Hand Positions. The Unimouse is designed for people who want more flexibility than a fixed-angle vertical mouse can provide. Its patented articulating body lets you adjust the mouse anywhere from 35° to 70°, while the independently adjustable thumb support lets you fine-tune how your hand sits around the mouse. Rather than committing your hand to one fixed posture all day, you can change the angle as your preference, task or comfort changes. The Unimouse adapts to your hand instead of asking your hand to adapt to the mouse. Adjust the body angle, reposition the thumb support and fine-tune cursor speed to create a setup that feels natural for the way you work. Built Around Adjustment and Posture Variation 35°–70° Adjustable Vertical Angle Set the body anywhere between approximately 35° and 70° rather than being restricted to one fixed vertical angle. THUMB Articulating Thumb Support The adjustable thumb support can be repositioned to better suit the width, shape and preferred position of your hand. 10 SPEEDS Adjustable Cursor Speed Ten cursor-speed settings let you choose between slower precision movement and faster movement across larger displays. CUSTOM Programmable Controls Install Contour's optional software to customise mouse-button functions and create shortcuts that better suit your workflow. Why an Adjustable Mouse Angle Matters Vertical mice generally position the hand more upright than a conventional flat mouse, reducing the amount of forearm rotation required to place the palm towards the desk. The Unimouse takes that concept further by allowing you to choose how vertical you want the mouse to be. You can start at a lower angle while becoming familiar with the design, move towards a more upright position, or simply vary the angle through the day rather than remaining in exactly the same posture. Adjust the Thumb Support Around Your Hand The Unimouse incorporates Contour's Articulating Thumb Support, giving you another layer of adjustment beyond the main body angle. The thumb support can be moved and angled to create a more natural resting position for your thumb and reduce the need to hold the side of the mouse with a strong pinching grip. Combined with the adjustable body, this helps the Unimouse accommodate a broader range of medium-to-large right hands than a rigid one-shape mouse. Change Position Instead of Chasing One “Perfect” Angle Ergonomic comfort does not necessarily mean finding one position and remaining there for every minute of the working day. Because the Unimouse uses a friction-based articulating hinge, you can adjust the body angle without dismantling the mouse or locking it into a preset notch. This makes it easy to experiment with different positions and introduce some variation into the way your hand and forearm are positioned during prolonged computer work. Ten Cursor Speeds for Different Tasks The Unimouse uses a PixArt precision sensor with ten selectable cursor-speed settings. This lets you slow the cursor for detailed work or increase the speed when moving across larger screens and multi-monitor setups. 800 DPI 10 Speed Levels Up to 2800 DPI Precision Tracking Familiar Controls with Customisation Available The Unimouse provides standard left, middle and right mouse controls, forward and back navigation, and a smooth scroll wheel. It works as a normal mouse without additional software. If you want to customise button functions or create workflow shortcuts, Contour's optional driver software provides additional configuration options. Choose Wired or Wireless WIRED Wired Unimouse Connect directly by USB for a simple permanent workstation setup with no battery charging required. WIRELESS Wireless Unimouse Connect using the supplied wireless USB receiver and recharge the integrated battery when required. The wireless model can also be used while charging using its supplied data-and-charge cable, helping minimise downtime when the battery runs low. Rechargeable Wireless Option The wireless Unimouse uses a rechargeable lithium-ion polymer battery and the NMPE-listed version provides up to approximately three months of use per charge, depending on usage. Charging takes approximately two hours, while a smart sleep function helps conserve power when the mouse is not being used. Best Suited to Medium-to-Large Right Hands The current NMPE Unimouse is the right-handed model and is best suited to medium-to-large hand sizes. The adjustable body and thumb support give you more opportunity to fine-tune the fit than a fixed-shell mouse, which is one of the key reasons to consider the Unimouse. i Take a little time to experiment. Rather than immediately setting the mouse to its steepest angle, try several body and thumb-support positions and choose the combination that feels most natural for your hand and workflow. Product Details Product Unimouse Mouse Type Adjustable vertical ergonomic mouse Hand Orientation Right handed Recommended Fit Medium-to-large hands Body Angle Adjustable from approximately 35° to 70° Thumb Support Multi-directional articulating thumb support Connection Options Wired USB or wireless USB receiver depending on model selected Sensor PixArt PMW3330 Cursor Speeds 10 selectable levels from approximately 800 to 2800 DPI Controls Left, middle and right click, scroll wheel, forward and back controls Customisation Optional Contour driver software for supported button and cursor configuration Wireless Battery Rechargeable lithium-ion polymer battery NMPE-Listed Battery Life Up to approximately 3 months depending on usage Charge Time Approximately 2 hours Compatibility Windows and macOS Setup Plug and play for normal mouse functions; optional software for customisation Best For Right-handed users wanting greater control over mouse angle, thumb position and hand-posture variation during prolonged computer work ✓ 1-Year Warranty The Unimouse 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. An Ergonomic Mouse That Gives You More Control Over the Fit With its adjustable 35°–70° body angle, articulating thumb support, ten cursor-speed settings, customisable controls and wired or rechargeable wireless options, the Unimouse is designed for users who want more freedom to fine-tune and vary their hand position than a conventional fixed-angle ergonomic mouse can provide.
More you might like
Related
Unimouse
Related
Unimouse
Related
Contour Unimouse
Related