Delux Mini Vertical Ergonomic Mouse
/* ========================================================= NMPE - Delux Mini Vertical Ergonomic Mouse 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; } /* SECTIONS */ .nmpe-pd__section { padding: 28px 0; border-top: 1px solid var(--nmpe-border); } /* BENEFIT GRID */ .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; } /* 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: 190px 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; } } Compact vertical mouse designed for smaller right hands Tried an Ergonomic Mouse but Found It Too Big for Your Hand? Mouse shape matters, but so does mouse size. If your hand is small, an oversized vertical mouse can leave you stretching for the buttons, overreaching with your fingers or gripping harder simply to control it. The Delux Mini Vertical Ergonomic Mouse is specifically designed for smaller right hands, with a compact 10.3cm body, sculpted thumb area and vertical shape that changes the position of the hand and forearm compared with a traditional flat mouse. Add Bluetooth, wireless USB connectivity, quiet clicks and a built-in rechargeable battery, and you have a compact everyday mouse designed around both hand fit and practical office use. Small hands need a mouse they can actually control without stretching. The Delux Mini combines a compact right-handed shape with a vertical hand position, allowing the fingers and thumb to sit around a mouse designed specifically for a smaller hand. Built Around Small-Hand Fit MINI Compact 10.3cm Length Designed for smaller hands so the buttons and scroll wheel remain within practical finger reach. VERT Vertical Hand Position Rotates the hand away from the fully palm-down position used with a traditional flat mouse. BT Bluetooth or Wireless USB Choose the connection method that best suits your computer and workstation. QUIET Quiet Main Buttons Soft, quiet left and right clicks help reduce repetitive clicking noise in shared offices and home workspaces. Why Is Hand Size So Important When Choosing an Ergonomic Mouse? A vertical mouse is not automatically a good fit simply because it changes the angle of your hand. If the body is too long, your fingertips may struggle to reach the main buttons comfortably. If it is too large around the grip, you may need to hold the mouse more firmly than necessary just to maintain control. The Delux Mini is intentionally designed around a smaller hand so the hand can sit around the mouse without trying to adapt to a larger shell. Compact Dimensions for Smaller Hands The Delux Mini measures approximately: 10.3cm long 8.9cm wide 6.9cm high Right-handed design The short body length is particularly relevant when comparing mouse fit, as it helps keep the primary buttons within reach of shorter fingers. Check your hand size first This Mouse Is Specifically Intended for Small Hands If you have a medium or large hand, the Delux Mini may feel too short or compact and may not adequately support your hand. In that case, one of our medium or larger vertical mice may provide a better fit. Choosing the correct size is generally more important than choosing a particular mouse simply because it has more features. Right-handed model The Delux Mini Is Not an Ambidextrous Mouse The sculpted body, thumb position and button layout are designed specifically for the right hand. If you mouse with your left hand, choose a dedicated left-handed model rather than attempting to use this mouse on the opposite side. What Changes When You Move from a Flat Mouse to a Vertical Mouse? A traditional mouse generally places the palm towards the desk and the forearm in a more rotated position. A vertical mouse turns the hand onto its side, closer to a handshake-style position. This changes the position of the wrist and forearm while you point, click and scroll. It does not guarantee relief from pain or injury, but it gives you a substantially different hand and forearm position from a conventional mouse. Sculpted Thumb Position for More Secure Control The Delux Mini includes a shaped thumb area designed to give the thumb somewhere to sit against the side of the mouse. This can make the mouse feel more secure in the hand without relying entirely on pinching the body between the thumb and fingers. i Avoid gripping harder than necessary. Let your hand rest around the mouse and guide it using relaxed movements rather than squeezing the body throughout the day. Soft-Touch Finish for Everyday Office Use The outer surface has a smooth soft-touch finish designed to feel comfortable against the hand during regular computer work. Combined with the sculpted vertical shape, this gives the Delux Mini a softer, more enclosed hand feel than many basic plastic computer mice. Quieter Clicking for Shared Workspaces The main left and right buttons are designed for quieter operation than a conventional loud-click mouse. That can be useful in shared offices, open-plan workspaces, home offices and other environments where repeated mouse clicking becomes distracting. Choose Bluetooth or Wireless USB The Delux Mini gives you two wireless connection options. BT Bluetooth Connect directly to a compatible Bluetooth-enabled computer without occupying a USB port. USB Wireless USB Receiver Use the supplied wireless receiver for a straightforward connection to a compatible USB-equipped computer. Rechargeable Instead of Disposable Batteries The Delux Mini contains a built-in rechargeable battery rather than requiring AA or AAA batteries. A micro USB charging cable is included so the battery can be recharged when required. i Note the charging connection: this model uses micro USB rather than USB-C. Particularly Well Suited To Small Right Hands Office Work Home Offices Laptop Users It is particularly relevant if you have previously tried a vertical mouse but found the body too long, too bulky or difficult to grip comfortably. New to vertical mice? Expect the Hand Position to Feel Different at First Moving from a traditional flat mouse to a vertical design changes the way your hand grips, moves and controls the pointer. Some users adapt quickly, while others prefer to introduce the new mouse progressively over several work sessions. Give yourself time to become familiar with the shape before deciding whether the different hand position suits you. Set It Up So You Don't Replace One Reach with Another 1 Keep the Mouse Close Position the mouse immediately beside your keyboard rather than far out to the side of the desk. 2 Relax Your Grip Let your hand rest around the mouse instead of squeezing it tightly between your thumb and fingers. 3 Move from the Arm as Well Allow some movement to come from the forearm and shoulder rather than relying entirely on repeated small wrist movements. Delux Mini or Ergo Comfi? Both are compact ergonomic mice designed with smaller hands in mind, but there are several useful differences. DELUX Choose the Delux Mini If... You are right-handed and particularly value Bluetooth connectivity, wireless USB, quiet clicking and a built-in rechargeable battery. COMFI Consider the Ergo Comfi If... You want another small-hand option, particularly if you require a dedicated left-handed model. Small, Medium or Large Mouse? Our vertical mice are available in different shapes and sizes because there is no single mouse body that suits every hand. Delux Mini: small right hands Ergo Comfi: small hands, left or right options Ease Vertical Mouse: medium hands Delux Medium X: medium right hands ErgoFeel Pro: medium to larger right hands Other specialised designs available for different workflows If you are between sizes or unsure which shape will suit you, use the Ask a Question option before ordering. Considering a Vertical Mouse Because Your Wrist or Forearm Is Uncomfortable? Changing mouse shape can change the position of your hand, wrist and forearm during computer work. That may make mousing more comfortable for some people, particularly when their existing mouse shape or size does not suit them. However, an ergonomic mouse is not a guaranteed treatment for wrist, forearm, thumb or hand pain. Mouse position, keyboard width, desk height, workload and individual health factors can all influence symptoms. Persistent or significant symptoms should be assessed by an appropriate health professional. Product Details Product Type Compact vertical ergonomic mouse Hand Fit Small hands Handedness Right-handed Length Approximately 10.3cm Width Approximately 8.9cm Height Approximately 6.9cm Connection Bluetooth or wireless USB receiver Power Built-in rechargeable battery Charging Micro USB charging cable included Main Buttons Quiet left and right click buttons Surface Soft-touch finish with sculpted thumb area Compatibility Compatible Mac and Windows computer environments Best For Right-handed users with small hands wanting a compact rechargeable vertical mouse Is the Delux Mini Right for You? ✓ A Strong Choice If... You are right-handed, have a smaller hand and want a compact vertical mouse with Bluetooth, wireless USB, quiet clicks and rechargeable power. ! Consider Another Mouse If... You have a medium or large hand, mouse with your left hand, or prefer a larger mouse that provides more contact beneath the hand and fingers. Not Sure Which Mouse Size Will Suit Your Hand? Use the Ask a Question option on this page and tell us your hand size, which hand you mouse with, how many hours you use a mouse each day and what you dislike about your current mouse. If you're considering a new mouse because of discomfort, tell us where you're experiencing symptoms so our team can help you compare the Delux Mini with the other ergonomic mice in our range. ✓ 1-Year Warranty The Delux Mini Vertical Ergonomic Mouse is covered by a one-year warranty. If a fault develops during the warranty period, we'll work with you to arrange repair or replacement in accordance with our warranty terms. A Vertical Mouse Should Fit Your Hand, Not Make Your Hand Fit the Mouse If larger ergonomic mice feel bulky or leave your fingers stretching for the controls, the Delux Mini gives smaller right hands a compact vertical option with quiet clicks, dual wireless connectivity and rechargeable power for everyday computer work.
More you might like
Related
Delux Mini Vertical Ergonomic Mouse V633-DELUX-MOUSE-MINI
Related
DELUX M618 Mini 2.4G Wireless 2400DPI USB Rechargeable Ergon
Related
DELUX M618 Mini 2.4G Wireless 2400DPI USB Rechargeable Ergon
Related