FirestoreShop

1 item

Walnut Headphone Stand

accessories

Walnut Headphone Stand

Walnut Headphone Stand with Controller Holder — Fire-store.shop body{margin:0;background:#0E1116;} @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500&display=swap'); /* Everything is scoped under #pdp so nothing leaks into your Shopify theme */ #pdp{ --bg:#0E1116; --panel:#161A21; --panel2:#1B212A; --line:#262C36; --line2:#374050; --ink:#EAEDF2; --mut:#8B94A1; --dim:#5E6672; --amber:#FF2D00; --amber-soft:rgba(227,154,74,.10); background:var(--bg); color:var(--ink); font-family:'Inter',system-ui,-apple-system,sans-serif; line-height:1.6; font-size:16px; max-width:1040px; margin:0 auto; padding:0 20px 72px; box-sizing:border-box; -webkit-font-smoothing:antialiased; } #pdp *{box-sizing:border-box;} #pdp .mono{font-family:'IBM Plex Mono',ui-monospace,monospace;} /* ---- Datasheet header bar ---- */ #pdp .rail{ display:flex; flex-wrap:wrap; gap:12px 28px; align-items:baseline; padding:18px 2px 16px; border-bottom:1px solid var(--line); font-family:'IBM Plex Mono',monospace; font-size:12px; letter-spacing:.04em; color:var(--dim); text-transform:uppercase; } #pdp .rail b{color:var(--amber); font-weight:600;} #pdp .rail .spacer{flex:1;} /* ---- Hero ---- */ #pdp .hero{padding:44px 0 8px;} #pdp .eyebrow{font-family:'IBM Plex Mono',monospace; font-size:12.5px; letter-spacing:.22em; text-transform:uppercase; color:var(--amber); margin:0 0 18px;} #pdp h1{font-family:'Space Grotesk',sans-serif; font-weight:600; font-size:clamp(30px,5vw,50px); line-height:1.05; letter-spacing:-.02em; margin:0 0 18px;} #pdp .lede{font-size:clamp(16px,2.1vw,19px); color:var(--mut); max-width:64ch; margin:0;} /* ---- Image frame (hero) ---- */ #pdp .demo{position:relative; margin:34px 0 8px;} #pdp .demo-label{position:absolute; top:14px; left:14px; z-index:2; font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--ink); background:rgba(14,17,22,.72); border:1px solid var(--line2); padding:6px 10px; border-radius:2px; backdrop-filter:blur(4px); display:flex; align-items:center; gap:8px;} #pdp .demo-label .dot{width:6px; height:6px; border-radius:50%; background:var(--amber); box-shadow:0 0 0 0 rgba(227,154,74,.6); animation:pulse 2s ease-out infinite;} @keyframes pulse{0%{box-shadow:0 0 0 0 rgba(227,154,74,.55);}70%{box-shadow:0 0 0 8px rgba(227,154,74,0);}100%{box-shadow:0 0 0 0 rgba(227,154,74,0);}} #pdp .frame{position:relative; border:1px solid var(--line2); background:#0b0d11; border-radius:4px; overflow:hidden; display:flex; justify-content:center;} #pdp .frame::before,#pdp .frame::after{content:""; position:absolute; width:14px; height:14px; z-index:2; pointer-events:none; border-color:var(--amber); border-style:solid; opacity:.9;} #pdp .frame::before{top:8px; right:8px; border-width:1px 1px 0 0;} #pdp .frame::after{bottom:8px; left:8px; border-width:0 0 1px 1px;} #pdp .frame img{display:block; width:auto; max-width:100%; max-height:640px; height:auto;} /* ---- Section scaffolding ---- */ #pdp section{padding:52px 0; border-top:1px solid var(--line);} #pdp .sec-head{display:flex; align-items:baseline; gap:16px; margin:0 0 20px;} #pdp .idx{font-family:'IBM Plex Mono',monospace; font-size:13px; color:var(--amber); letter-spacing:.05em; padding-top:6px;} #pdp h2{font-family:'Space Grotesk',sans-serif; font-weight:600; letter-spacing:-.01em; font-size:clamp(22px,3.2vw,30px); margin:0; line-height:1.1;} #pdp .sec-sub{color:var(--mut); max-width:60ch; margin:0 0 26px; font-size:16px;} /* ---- Feature row: text + image ---- */ #pdp .row{display:grid; grid-template-columns:1fr 1fr; gap:34px; align-items:center;} #pdp .row.flip .txt{order:2;} #pdp ul{list-style:none; margin:0; padding:0;} #pdp li{position:relative; padding:14px 0 14px 26px; border-bottom:1px solid var(--line);} #pdp li:first-child{border-top:1px solid var(--line);} #pdp li::before{content:""; position:absolute; left:2px; top:22px; width:8px; height:1px; background:var(--amber);} #pdp li b{font-weight:600; color:var(--ink);} #pdp li span{color:var(--mut);} /* ---- Figure / image blocks ---- */ #pdp figure{margin:0;} #pdp .shot{position:relative; border:1px solid var(--line); border-radius:4px; overflow:hidden; background:var(--panel);} #pdp .shot img{display:block; width:100%; height:auto;} #pdp figcaption{font-family:'IBM Plex Mono',monospace; font-size:11.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--dim); margin-top:10px; display:flex; justify-content:space-between; gap:12px;} #pdp figcaption .tag{color:var(--amber);} /* ---- Full-bleed / paired showcase images ---- */ #pdp .showcase{margin:8px 0 0;} #pdp .pair{display:grid; grid-template-columns:1fr 1fr; gap:22px;} /* ---- Spec datasheet ---- */ #pdp .specs{border:1px solid var(--line2); border-radius:4px; overflow:hidden; background:var(--panel);} #pdp .spec{display:grid; grid-template-columns:200px 1fr; gap:0; border-bottom:1px solid var(--line); font-family:'IBM Plex Mono',monospace; font-size:14px;} #pdp .spec:last-child{border-bottom:0;} #pdp .spec dt{padding:15px 20px; color:var(--dim); text-transform:uppercase; letter-spacing:.06em; font-size:12px; background:var(--panel2);} #pdp .spec dd{padding:15px 20px; margin:0; color:var(--ink);} #pdp .fill{color:var(--amber); background:var(--amber-soft); padding:1px 7px; border-radius:2px;} /* ---- Care note ---- */ #pdp .care{background:var(--panel); border:1px solid var(--line); border-radius:4px; padding:26px 28px;} #pdp .care p{margin:0; color:var(--mut);} #pdp .care p+p{margin-top:12px;} #pdp .care strong{color:var(--ink);} /* ---- CTA ---- */ #pdp .cta{text-align:center; padding:64px 0 8px; border-top:1px solid var(--line);} #pdp .cta h2{font-size:clamp(24px,3.8vw,36px); margin:0 0 14px;} #pdp .cta p{color:var(--mut); max-width:52ch; margin:0 auto 30px;} #pdp .btn{display:inline-block; font-family:'IBM Plex Mono',monospace; font-weight:600; letter-spacing:.06em; text-transform:uppercase; font-size:14px; color:#12151A; background:var(--amber); text-decoration:none; padding:16px 40px; border-radius:3px; transition:transform .15s ease, box-shadow .15s ease;} #pdp .btn:hover{transform:translateY(-2px); box-shadow:0 10px 30px -12px rgba(227,154,74,.6);} /* ---- Responsive ---- */ @media (max-width:720px){ #pdp .row{grid-template-columns:1fr; gap:22px;} #pdp .row.flip .txt{order:0;} #pdp .pair{grid-template-columns:1fr;} #pdp .spec{grid-template-columns:1fr;} #pdp .spec dt{border-bottom:1px solid var(--line);} } @media (prefers-reduced-motion:reduce){ #pdp .demo-label .dot{animation:none;} #pdp .btn{transition:none;} } Ref HPS-01 Headphone Stand Solid Walnut Controller Dock Storage Base Over-Ear · PS5 / Xbox / Switch Desk · Gaming Organization Walnut Headphone Stand with Controller Holder & Storage Base One solid-walnut stand for your whole setup — over-ear headphones up top, controller docked below, and a hollow base that swallows cables, earpads and small gear. Weighted, anti-slip, and tool-free to build. On the Desk 01 Two holders, one footprint Headphones and a controller, docked together instead of scattered across the desk. Curved walnut cradle — a natural, contoured rest that supports the headband and helps your headphones keep their shape. Dedicated controller dock — shaped to cradle a PS5, Xbox or Switch pad in a stable, wobble-free hold. Universal headphone fit — works with most over-ear sets: AirPods Max, Sony, Bose, Beats, HyperX and Razer. Clears the clutter — lifts both your headset and gamepad off the desk in a single, compact footprint. Curved cradle · headband support Fit 02 Controller, docked and steady A dedicated seat for your gamepad, not just a hook. Contoured dock — shaped to the body of the controller for a snug, wobble-free seat. Wide compatibility — fits PS5, Xbox Elite/standard, Switch Pro and most mainstream pads. Grab-and-go — sits at arm's reach on the base, ready the moment you sit down. Off the desk — keeps the controller from sliding around or gathering dust flat on the surface. Controller dock detail Dock 03 Hidden storage base A hollow base and open tray that keep the small stuff out of sight. Hollow base — stash charging cables, USB receivers and spare earpads inside, out of view. Open tray — keep daily-use accessories within reach on top of the base. Cable tidy — corrals the wires that usually pool around a gaming setup. One home for your gear — everything lives in one spot instead of three drawers. Hollow base storage Storage 04 Solid walnut, real metal Genuine materials you can feel — not veneer, not plastic. Solid walnut wood — natural grain means no two stands look exactly alike. Metal upright — a rigid spine that carries heavy gaming headsets without flexing. Weighted, anti-slip base — silicone pads grip the desk and stop the stand tipping under a heavy headset. Looks the part — a handcrafted, premium finish that suits a battlestation or a home office alike. Walnut grain · metal upright Build 05 In your space A stand that earns its spot on a gaming desk or a home office alike. Gaming desk setup Desk Full stand, front view Detail 06 Tool-free setup Three parts, snapped together by hand. 3-part snap design — base, upright and cradle click together with no screws or glue. Under 10 minutes — no tools and no hardware to lose. Take it apart — break it down flat to move desks or store it away. Ready to load — dock your headset and controller the moment it's built. 3-part snap assembly Setup 07 Specifications Material Solid walnut wood, metal upright, silicone anti-slip pads Colour Natural walnut — wood grain varies by piece Dimensions to be supplied Weight to be supplied Holds 1 over-ear headset + 1 controller Headphone fit Most over-ear sets — AirPods Max, Sony, Bose, Beats, HyperX, Razer Controllers PS5, Xbox, Switch and most mainstream pads Storage Hollow base + open tray for cables, earpads & accessories Assembly 3-part snap-together, no tools (under 10 min) In the box Headset stand (base, upright, cradle) + anti-slip pads 08 Care & use Assemble on a flat surface: seat the upright into the base, then press the curved cradle onto the top until it clicks. Keep heavy headsets centered so the weighted base stays balanced. Wipe the walnut with a dry or lightly damp cloth. Avoid solvents and standing water to protect the wood grain and finish. Dock it all. Clear the desk. Headphones up, controller down, cables hidden — a setup that finally looks as good as it plays.

$59.00