Delux Medium X Vertical Ergonomic Mouse
/* ========================================================= NMPE - Delux Medium X Vertical Ergonomic Mouse ========================================================= */ .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.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, 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; } .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; } .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; min-width: 38px; width: max-content; 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: 195px 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-size: 1.1rem; 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; } } Right-handed vertical mouse for medium hands A Simple Vertical Mouse for Everyday Computer Work The Delux Medium X Vertical Ergonomic Mouse positions your right hand in a more upright, handshake-style orientation while giving you the familiar cursor control, scrolling and shortcut buttons you need for everyday computer work. Its 11.5cm long sculpted body is designed around medium-sized hands, providing a supportive shape for the palm, thumb and fingers without adding unnecessary complexity. Simply insert one AA battery, plug the supplied wireless USB receiver into your computer and start using it. An easy first step into vertical mouse design. No software setup, Bluetooth pairing or complicated controls. Just a comfortable right-handed shape, wireless USB connection and familiar everyday mouse functions. Designed for Comfortable Everyday Mousing VERTICAL More Upright Hand Position The vertical body supports a handshake-style orientation, reducing the amount of forearm rotation required compared with a traditional flat mouse. MEDIUM Shaped for Medium Hands The 11.5cm long body is designed to give medium-sized right hands a comfortable fit across the palm, fingers and thumb. USB Plug-and-Play Wireless Connect through the supplied USB receiver with no driver installation required for normal mouse use. 2 BTN Handy Shortcut Buttons Two additional side buttons provide convenient navigation alongside the standard left click, right click and scroll wheel. Why Use a Vertical Mouse? A conventional flat mouse usually places the palm towards the desk, requiring the forearm to rotate into that position. The Delux Medium X rotates the mouse body upright so the hand can sit in a more handshake-like orientation while still moving the cursor in the familiar way. For people who spend a large part of the day using a computer, that change in hand and forearm position can provide a useful alternative to a traditional mouse setup. Designed Specifically for Medium Hands Ergonomic mouse fit matters because your fingers, thumb and palm should naturally reach the areas of the mouse designed to support them. The Delux Medium X measures approximately 11.5cm long × 7.5cm wide × 8cm high, giving it a medium-sized vertical profile. It is best suited to right-handed users whose hands sit comfortably over a medium mouse body. i Mouse size is worth checking. If your hand is particularly small or large, another model in our ergonomic mouse range may provide a better match than choosing solely on appearance or features. Familiar Controls with Useful Extra Navigation The Delux Medium X keeps the control layout straightforward, making the transition from a conventional mouse relatively simple. Left Click Right Click Scroll Wheel 2 Shortcut Buttons The two side shortcut buttons are fixed-function controls rather than programmable buttons. Wireless Without the Pairing Process Connection is handled through a dedicated wireless USB receiver. Plug the receiver into a compatible USB port and the mouse is ready for normal use without downloading additional drivers or working through a Bluetooth pairing process. Power is supplied by one AA battery, which is not included. A Practical Choice for Everyday Computer Users Office Work Home Offices Right-Handed Users Medium Hands The combination of a supportive vertical shape and simple USB wireless connection makes the Medium X particularly suitable for users who want a straightforward ergonomic mouse for daily work. Product Details Product Delux Medium X Vertical Ergonomic Mouse Mouse Type Wireless vertical ergonomic mouse Hand Orientation Right handed Recommended Fit Medium-sized hands Dimensions Approximately 7.5cm wide × 11.5cm long × 8cm high Connection Wireless USB receiver Setup Plug and play for normal use Controls Standard mouse buttons, scroll wheel and 2 fixed-function shortcut buttons Power 1 × AA battery Battery Included No Compatibility Compatible Windows and macOS computers with a suitable USB port Best For Right-handed users with medium hands wanting a straightforward wireless vertical mouse for everyday computer work ✓ 1-Year Warranty The Delux Medium X Vertical Ergonomic Mouse 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. Simple, Comfortable Vertical Mousing for Medium Hands With its right-handed vertical shape, medium-hand fit, wireless USB connection, familiar controls and two additional navigation buttons, the Delux Medium X is a straightforward way to move away from a traditional flat mouse without adding complicated setup or unnecessary features.