Ergoapt Perch Tablet Stand
/* ========================================================= NMPE - Ergoapt Perch Tablet Stand ========================================================= */ .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__mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; } .nmpe-pd__mode { padding: 20px; border-radius: 16px; border: 1px solid var(--nmpe-border); background: #fff; } .nmpe-pd__mode-tag { display: inline-block; margin-bottom: 10px; padding: 6px 9px; border-radius: 999px; background: var(--nmpe-accent); color: #000; font-size: 0.78rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.04em; } .nmpe-pd__mode 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: 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, 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, .nmpe-pd__mode-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; } } Two-mode ergonomic tablet stand Use Your Tablet for Typing, Viewing and Video Calls Without Holding It in Your Hands The Ergoapt Perch Tablet Stand is a lightweight, fold-flat stand that adapts to two very different ways of using a tablet. Use Typing Mode when you want to interact directly with the touchscreen, with a 22° angled platform and built-in palm support. Switch to Viewing Mode when you want the screen higher, with two height settings and five viewing angles. At just 200g and approximately 10mm thick when folded, it is also exceptionally easy to carry between home, work, meetings and travel. One tablet stand for hands-on typing and raised hands-free viewing. Change the configuration depending on what you're doing instead of using one fixed tablet angle for every task. Designed Around the Different Ways You Actually Use a Tablet TYPE Dedicated Typing Position Position the tablet at approximately 22° with integrated support for the palms while interacting directly with the touchscreen. VIEW Raised Viewing Mode Reconfigure the stand to raise the tablet for reading, video calls, watching content or use with an external keyboard. 10MM Folds Almost Completely Flat The Perch collapses to approximately 10mm thick, making it extremely easy to store in a bag, drawer or included carry case. 200G Lightweight for Travel At approximately 200g, it adds very little weight to a mobile tablet setup. Two Configurations for Two Different Types of Work Typing Mode For Direct Touchscreen Interaction Typing Mode positions the tablet at approximately 22° and creates an integrated palm-support area in front of the device. This setup is useful for touchscreen typing, handwriting, annotation, browsing and other tasks where you are interacting directly with the tablet. Viewing Mode For Hands-Free Screen Use Viewing Mode raises the tablet significantly higher and gives you two height positions and five angle settings. This configuration is ideal for video conferencing, reading, watching content or pairing the tablet with an external keyboard. Typing Mode Gives Your Hands Somewhere to Rest Tablets are often used flat on a desk or held unsupported while typing. In Typing Mode, the Perch creates a 22° angled working surface with an integrated palm support in front of the tablet. This gives you a more structured surface for touchscreen interaction while still keeping the tablet close enough to reach comfortably. Raise the Tablet When You Don't Need to Touch the Screen Constantly Viewing Mode changes the Perch into a taller tablet stand, raising the screen to approximately 18–19cm above the desk. Choose between Upper and Lower height positions, then select from five available viewing angles within the chosen configuration. This gives you much more freedom to position the screen for hands-free activities than a simple fixed tablet case or low-profile stand. Five Viewing Angles at Each Height The exact angle range changes slightly depending on whether the tablet is placed in the upper or lower position. Lower: 56°–75° Upper: 54°–73° Portrait Mode Landscape Mode Adjust the height and angle together to create the screen position that works best for the task and your workstation. Turn Your Tablet into a More Flexible Desktop Setup Viewing Mode works particularly well when the tablet is being used with an external keyboard. Raising the tablet lets you position the screen independently while the keyboard remains down on the desk within comfortable reach. i For extended keyboard work, use Viewing Mode with an external keyboard rather than repeatedly reaching up to type directly on a highly raised tablet screen. A Better Position for Video Calls and Hands-Free Viewing Raising the tablet can be particularly useful when the device is being used as a video-conferencing screen or for longer periods of hands-free viewing. Video Calls Reading Documents Video Content Viewing Mode Can Also Support Two Devices The two-tier viewing configuration provides the option of positioning two compatible mobile devices within the stand. This can be useful when you want a tablet and phone visible together, or when referring between two mobile screens during work or study. Use Your Tablet in Portrait or Landscape The Perch supports compatible tablets in either portrait or landscape orientation. Rotate the device according to the task, whether you're reading a document vertically, working with a widescreen application or joining a video call. Fold It Flat and Take It with You Portability is one of the Perch's strongest features. The entire stand measures approximately 241 × 210mm and folds down to only around 10mm thick. At just 200g, it can remain in a laptop or tablet bag without adding significant weight. A carry case is included for storage and travel. Lightweight Polypropylene with an Interlocking Structure The Ergoapt Perch is manufactured from lightweight polypropylene. Its interlocking pieces form the support structure required for the typing and viewing configurations while allowing the stand to collapse almost completely flat when packed away. This combination of rigid geometry and lightweight material is what gives the Perch its unusual balance of portability and adjustability. Suitable for a Wide Range of Tablets The stand is designed for compatible tablets up to approximately 13mm thick. Because protective cases can significantly increase overall device thickness, check the combined tablet-and-case thickness when assessing fit. One Stand for Work, Meetings, Study and Travel Mobile Work Video Conferencing Study Travel The combination of very low weight, two working modes and compact folded size makes the Perch particularly useful for people who regularly use a tablet in different locations. Product Details Product Ergoapt Perch Tablet Stand Product Type Foldable two-mode ergonomic tablet stand Working Modes Typing Mode and Viewing Mode Folded Dimensions Approximately 241 × 210 × 10mm Typing Mode Height Approximately 53mm Typing Angle Approximately 22° Viewing Height Approximately 180–190mm Viewing Heights Upper and Lower positions Lower Angle Range Five settings from approximately 56° to 75° Upper Angle Range Five settings from approximately 54° to 73° Tablet Thickness Suitable for compatible devices up to approximately 13mm thick Orientation Portrait or landscape Material Polypropylene Product Weight Approximately 200g Carry Case Included Best For Tablet users wanting one lightweight stand for touchscreen typing, raised viewing, external-keyboard work and travel ✓ 1-Year Warranty The Ergoapt Perch Tablet Stand 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. Type on It. Raise It. View It. Then Fold It Flat. With dedicated typing and viewing modes, integrated palm support, two viewing heights, five angle settings, portrait and landscape support and a 200g design that folds to around 10mm thick, the Ergoapt Perch gives tablet users a remarkably flexible workstation that is easy to take almost anywhere.
More you might like
Related
Ergoapt Perching Table Stand
Related
kathson Bird Training Stand Parakeet Playground Bird Perch S
Related
kathson Bird Training Stand, Parakeet Playground Bird Perch
Related