Ease Vertical Ergonomic Mouse
/* ========================================================= NMPE — Ease Vertical Ergonomic Mouse Customer-review aligned product description Brand accent: #ADC4C2 ================ ========================================= */ .nmpe-pd { --nmpe-accent: #ADC4C2; --nmpe-dark: #0e3b3b; --nmpe-text: #243838; --nmpe-soft: #f5f8f8; --nmpe-border: rgba(14, 59, 59, 0.12); --nmpe-warning: #fff8e8; --nmpe-warning-border: rgba(152, 111, 20, 0.22); 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 { font-weight: 800; color: var(--nmpe-dark); } /* INTRO */ .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; line-height: 1.65; } /* HIGHLIGHT */ .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; line-height: 1.3; } .nmpe-pd__highlight p, .nmpe-pd__highlight strong { color: #000; } .nmpe-pd__highlight p { margin: 0; line-height: 1.55; } /* STANDARD SECTIONS */ .nmpe-pd__section { padding: 28px 0; border-top: 1px solid var(--nmpe-border); } /* BENEFITS */ .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: 34px; height: 34px; margin-bottom: 12px; border-radius: 10px; background: var(--nmpe-accent); color: #000; font-size: 1rem; font-weight: 900; } .nmpe-pd__benefit p { margin: 0; font-size: 0.95rem; line-height: 1.55; } /* LIST */ .nmpe-pd__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; margin: 18px 0; padding: 0; list-style: none; } .nmpe-pd__list li { position: relative; margin: 0; padding: 12px 14px 12px 42px; border: 1px solid var(--nmpe-border); border-radius: 12px; background: #fff; line-height: 1.45; } .nmpe-pd__list li::before { content: "✓"; position: absolute; left: 14px; top: 12px; display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: var(--nmpe-accent); color: #000; font-size: 0.72rem; font-weight: 900; } /* SUPPORT BOX */ .nmpe-pd__support-box { padding: 22px; border-radius: 16px; background: var(--nmpe-soft); border: 1px solid var(--nmpe-border); } .nmpe-pd__support-box h2 { margin-bottom: 12px; } .nmpe-pd__support-box p:last-child { margin-bottom: 0; } /* USE GRID */ .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; } /* STEPS */ .nmpe-pd__steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; } .nmpe-pd__step { padding: 18px; border: 1px solid var(--nmpe-border); border-radius: 14px; background: #fff; } .nmpe-pd__step-number { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-bottom: 10px; border-radius: 50%; background: var(--nmpe-accent); color: #000; font-size: 0.9rem; font-weight: 900; } .nmpe-pd__step p { margin: 0; font-size: 0.94rem; line-height: 1.5; } /* TIP */ .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; } /* NOTICE */ .nmpe-pd__notice { padding: 20px; border-radius: 14px; border: 1px solid var(--nmpe-warning-border); background: var(--nmpe-warning); } .nmpe-pd__notice-kicker { display: inline-block; margin-bottom: 8px; font-size: 0.77rem; line-height: 1; font-weight: 850; text-transform: uppercase; letter-spacing: 0.05em; color: var(--nmpe-dark); } .nmpe-pd__notice h3 { margin-bottom: 8px; } .nmpe-pd__notice p:last-child { margin-bottom: 0; } /* SPECS */ .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: 180px 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; } /* WARRANTY */ .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-size: 1.1rem; font-weight: 900; } .nmpe-pd__warranty h3 { margin: 0 0 5px; color: #000; } .nmpe-pd__warranty p, .nmpe-pd__warranty strong { color: #000; } .nmpe-pd__warranty p { margin: 0; } /* FINAL */ .nmpe-pd__final { margin-top: 28px; padding: 24px; border-radius: 18px; background: var(--nmpe-dark); color: #fff; } .nmpe-pd__final h2 { margin-bottom: 10px; color: #fff; } .nmpe-pd__final p { margin: 0; color: #fff; opacity: 0.95; } /* MOBILE */ @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; border-radius: 14px; } .nmpe-pd__section { padding: 24px 0; } .nmpe-pd__benefit-grid, .nmpe-pd__list, .nmpe-pd__steps { grid-template-columns: 1fr; } .nmpe-pd__use-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .nmpe-pd__support-box { padding: 18px 16px; } .nmpe-pd__spec { grid-template-columns: 1fr; gap: 3px; padding: 13px 14px; } .nmpe-pd__warranty { padding: 18px 16px; } .nmpe-pd__final { padding: 20px 18px; border-radius: 16px; } } Designed for medium hands — left or right When Your Wrist or Forearm Is Telling You Your Mouse Isn't Working for You If you spend hours using a computer mouse, a traditional palm-down position can become increasingly uncomfortable — particularly when you're repeating the same movements day after day. The Ease Vertical Ergonomic Mouse changes the position of your hand and forearm, supporting them in a more upright, handshake-style posture during everyday computer work. Designed specifically for medium-sized hands and available in dedicated right- and left-handed models, Ease is a simple, wireless ergonomic mouse for people who want greater comfort without complicating their workstation. A different hand position can make a big difference across a long working day. Ease supports your hand in a more upright position and is shaped to reduce the amount of gripping required to move and control the mouse. A Popular Choice When Conventional Mouse Use Has Become Uncomfortable Ease has become one of our most established ergonomic mice, with customers commonly choosing it because of wrist, hand or forearm discomfort associated with computer work. Customer feedback repeatedly describes the mouse as comfortable and easy to use once familiar with the vertical position. ✓ More Upright Wrist Position The vertical shape reduces the amount your forearm needs to rotate into the palm-down position used with a conventional mouse. ✓ Designed to Reduce Grip Demand The curved body and moulded thumb support give your hand somewhere to rest rather than requiring you to constantly squeeze the sides of the mouse. ✓ Medium-Hand Fit Sized specifically for medium hands so the palm can remain supported while the fingers comfortably reach the controls. ✓ Wireless Everyday Use Simple USB wireless connectivity keeps your desktop uncluttered without requiring Bluetooth setup or driver installation. The Kind of Mouse People Come Back and Buy Again One Ease customer originally received the mouse through their WorkCover insurer and liked it enough to later purchase another themselves. Another customer bought the Ease for her husband because of wrist discomfort. After adapting to the vertical position, he found it comfortable enough that he no longer wanted to return to a traditional mouse. That's a useful way to think about this product: it isn't about adding another gadget to the desk. It's about changing one of the tools you may be using continuously for hours every day. Why Does a Vertical Mouse Feel Different? Place your hand flat on your desk with your palm facing down. That's approximately the position a traditional mouse asks you to maintain. Now turn your hand onto its side as though you're shaking someone's hand. Ease is designed around that more upright position. Instead of rotating your forearm fully towards the desk, your wrist and forearm remain in a more neutral orientation while you click, scroll and move the cursor. Support the Hand Instead of Squeezing the Mouse Mouse discomfort isn't only about wrist angle. How tightly you hold the mouse can matter as well. Ease uses a contoured body with a moulded thumb support so your hand can rest against the mouse while you work. Rather than holding the mouse in a constant pinch grip, aim to keep your hand relaxed and let the shape of the mouse provide support. ✓ Relax your grip. An ergonomic mouse works best when you allow your hand to rest on it rather than tightly squeezing it throughout the day. Designed for Medium Hands Ergonomic mice are not one-size-fits-all. The Ease measures approximately 11.5cm long × 5.7cm wide × 8.7cm high and sits within the medium-hand category of our ergonomic mouse range. Correct sizing helps your palm remain supported while keeping the buttons and scroll wheel within comfortable reach of your fingers. If your hand is distinctly smaller or larger, another mouse in our range may provide a better fit. Available for Both Left- and Right-Handed Users Ease isn't a symmetrical mouse that simply asks left-handed users to make do. Choose the dedicated model designed for the hand you actually mouse with. R Right-Handed Model Contoured specifically to support a medium-sized right hand in the vertical position. L Left-Handed Model A dedicated mirrored design for medium-sized left hands rather than a compromised one-shape-fits-both solution. Particularly Well Suited To Medium Hands Left or Right-Hand Users Long-Hour Computer Work Wrist & Forearm Discomfort The Ease is a particularly practical choice for office and home-office users who want to change their mouse posture without moving to a more specialised pointing device. Never Used a Vertical Mouse Before? It will feel different at first — because it's supposed to. Your hand is sitting at a different angle and the movement pattern you've developed over years of conventional mouse use needs a little time to adapt. Encouragingly, one Ease customer reported needing only around half a day to become comfortable with the new hand position. i Give yourself some time. Don't judge a vertical mouse solely on the first few minutes. Use it for normal work and allow the new movement to become familiar. Using an Ergonomic Mouse Because You're Already in Pain? Ease is frequently selected by people experiencing discomfort through the wrist, hand or forearm during computer work. Its vertical shape may also be useful as part of a workstation strategy for people managing conditions where conventional mouse positioning or gripping aggravates symptoms. Simple Wireless USB — No Complicated Setup Ease connects using the supplied wireless USB receiver. There are no drivers to download and no Bluetooth pairing process to work through. Simply insert the receiver into a compatible USB port, turn the mouse on and begin using it. ! Can't find the USB receiver? Check the underside of the mouse. The receiver is stored neatly inside the mouse for transport and needs to be removed before first use. Powered by Replaceable AAA Batteries The Ease uses 2 × AAA batteries, so there is no charging cable or recharge cycle to manage. When the batteries eventually run low, simply replace them and continue working. Batteries are not included, so have two AAA batteries available when setting up the mouse for the first time. Get More from Your Ergonomic Mouse The mouse itself is only one part of your workstation. How you position it also influences how your arm and shoulder work. 1 Keep It Close Position the mouse immediately beside your keyboard so you don't repeatedly reach your arm away from your body. 2 Let Your Hand Rest Place your hand naturally around the contoured body rather than tightly gripping the mouse. 3 Move More Than Your Wrist For larger cursor movements, guide the mouse with your forearm and shoulder rather than repeatedly pivoting only from the wrist. Simple Ergonomics Without Unnecessary Complexity Vertical ergonomic hand position Designed for medium hands Dedicated left-handed model available Dedicated right-handed model available Moulded thumb support Wireless USB connection Plug-and-play setup No driver installation required Product Details Mouse Style Vertical ergonomic mouse Hand Size Medium Hand Options Dedicated left-handed or right-handed models Length 11.5cm Width 5.7cm Height 8.7cm Connection Wireless USB receiver Setup Plug-and-play — no driver installation required Compatibility Compatible with supported Windows and Mac computers Power 2 × AAA batteries — not included USB Receiver Storage Receiver stores inside the underside of the mouse Choosing Between Our Vertical Mice? Hand size is one of the easiest ways to narrow down the right model. Small hand — consider a smaller vertical mouse Medium hand — Ease is designed specifically for this fit Large hand — consider a larger ergonomic mouse Left-handed — select the dedicated Ease left-hand model ? Not sure about your hand size? Use the Ask a Question option on this page and tell our team your hand measurements, which hand you mouse with and any discomfort you're currently experiencing. ✓ 1-Year Full Replacement Warranty The Ease Vertical Ergonomic Mouse is backed by a one-year full replacement warranty. If your mouse develops a fault within the warranty period, we'll replace it in accordance with our warranty terms. A Simple Change to the Tool Your Hand Uses All Day If conventional mouse use is leaving your wrist, hand or forearm tired or uncomfortable, the Ease gives medium-handed users a straightforward way to change their working position — with dedicated left- and right-handed designs, wireless convenience and a shape made to support a more relaxed grip.
More you might like
Related
Ease Vertical Ergonomic Mouse - Right Hand
Related