Fellowes Laptop Riser
/* ========================================================= NMPE - Fellowes Laptop Riser ========================================================= */ .nmpe-pd { --nmpe-accent: #AD C4C2; --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.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,.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 desktop laptop riser Raise Your Laptop Screen to a More Comfortable Viewing Height The Fellowes Laptop Riser lifts your laptop away from desk level and gives you six adjustment positions to fine-tune the height and viewing angle. Designed for compatible laptops up to approximately 17 inches and 5kg, it provides a stable platform with a raised front edge to help keep the laptop securely in position. It is a simple way to turn a laptop into a more practical desktop workstation when paired with a separate keyboard and mouse. Get the laptop screen off the desk without replacing your computer setup. Choose from six positions to raise the screen closer to your preferred viewing height while keeping the laptop securely supported on your desk. Simple Adjustment for Everyday Laptop Work 6 LEVELS Six Adjustment Positions Choose from six height and angle settings to position your laptop screen at a level that better suits your desk and seated height. 17" Supports Laptops up to 17" Designed to accommodate a broad range of everyday work laptops, including compatible models up to approximately 17 inches. 5KG Stable Laptop Support Supports laptops weighing up to approximately 5kg, with a stabilising front edge helping keep the computer securely positioned. GRIP Non-Skid Desk Contact Non-skid rubber feet help keep the riser stable on the work surface while also helping protect the desk from scratches. Separate Screen Position from Keyboard Position A laptop combines the screen and keyboard into one device. That is convenient for portability, but it means the screen often sits much lower than a standalone desktop monitor. A laptop riser lets you raise the screen independently while using a separate keyboard and mouse at desk level. This gives you much more freedom to position the screen around your viewing height without also raising your hands and arms. Six Height and Viewing-Angle Positions The Fellowes Office Suites Laptop Riser adjusts through six preset positions, with a manufacturer-listed height range of approximately 14–19cm. The platform angle ranges from approximately 14° to 27.5°, allowing you to fine-tune how the screen sits relative to your viewing position. 6 Positions Approx. 14–19cm Height Approx. 14°–27.5° Up to 17" Laptop Pair It with a Separate Keyboard and Mouse Raising the laptop also raises its built-in keyboard and trackpad. For prolonged desk-based work, pair the riser with an external keyboard and mouse. This lets the laptop screen stay elevated while your hands remain at a comfortable working height on the desk. i Use the laptop as the screen, not the keyboard. Once the laptop is raised to viewing height, a separate keyboard and mouse generally provide a much more practical workstation setup for extended use. Designed to Keep Your Laptop Secure A raised edge at the front of the platform helps prevent the laptop from sliding forwards when the riser is set at a steeper angle. The non-skid feet underneath the riser help keep the overall unit stable on the desk during normal use. Product Details Product Fellowes Laptop Riser Fellowes Model Office Suites Laptop Riser 8032001 Adjustment Positions 6 Height Range Approximately 14–19cm Angle Range Approximately 14°–27.5° Laptop Size Up to approximately 17 inches Weight Capacity Up to approximately 5kg Width Approximately 38.5cm Depth Approximately 27cm Laptop Retention Stabilising front edge Base Non-skid rubber feet Colour Graphite / Black Best For Desk-based laptop users wanting to raise the screen and create a more flexible workstation with an external keyboard and mouse ✓ 1-Year Warranty The Fellowes Laptop Riser 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. A Simple Way to Turn Your Laptop into a Better Desktop Setup With six adjustment positions, support for laptops up to approximately 17 inches and 5kg, a stabilising front edge and non-skid feet, the Fellowes Laptop Riser makes it easy to raise your laptop screen and build a more flexible desk-based workstation around a separate keyboard and mouse.
More you might like
Laptop Riser Fellowes Ispire Laptop Lift
Related
Fellowes Breyta Laptop Riser
Related
Fellowes Hana Laptop Riser
Related