Stream Deck MK2 Case + Mount
{ "@context": "https://schema.org", "@type": "Product", "name": "NCRD 7.8\" Widescreen DDU – Sim Racing Digital Display Unit", "description": "A 7.8-inch widescreen VoCore touchscr een digital display unit for sim racing rigs. SimHub compatible with a custom NCRD dash file, height/angle/depth adjustable mount, and available in multiple case colours.", "image": "https://cdn.shopify.com/s/files/1/0581/2391/1241/files/NCRD_Stream_Deck_Mount___Player1_Sim_Gear__3.webp?v=1777698902", "brand": { "@type": "Brand", "name": "NCRD – No Content Racing Division" }, "offers": { "@type": "Offer", "availability": "https://schema.org/InStock", "priceCurrency": "AUD", "seller": { "@type": "Organization", "name": "Player1 Sim Gear" } } } :root { --blue: #1a56db; --blue-dark: #1341aa; --blue-light: #eaf0fd; --blue-mid: #c2d4f8; --text: #111111; --text-soft: #444444; --muted: #888888; --border: #e5e9f5; --card-bg: #f4f7fe; --white: #ffffff; --accent: #f0a500; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { background: var(--white); color: var(--text); font-family: 'Source Sans 3', sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; } /* ── HERO TEXT BAND ── */ .hero { background: var(--white); border-bottom: 1px solid #eeeeee; text-align: left; padding: 0 16px 24px; } .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; } .hero-eyebrow::before { content: ''; display: inline-block; width: 24px; height: 2px; background: var(--blue); flex-shrink: 0; } .hero h1 { font-family: 'Rajdhani', sans-serif; font-size: clamp(28px, 5vw, 52px); font-weight: 700; line-height: 1.0; text-transform: uppercase; letter-spacing: .02em; color: var(--text); margin-bottom: 12px; } .hero h1 em { font-style: normal; color: var(--blue); } .hero-sub { font-size: 15px; color: #666; } /* ── HERO IMAGE ── */ .hero-image-wrap { width: 100%; max-height: 420px; overflow: hidden; line-height: 0; } .hero-image-wrap img { width: 100%; max-height: 420px; height: auto; object-fit: cover; object-position: center; display: block; } .img-caption { background: var(--blue); padding: 10px 16px; font-family: 'Rajdhani', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #ffffff; } /* ── LAYOUT ── */ .container { max-width: 100%; padding: 28px 16px 60px; } /* ── INTRO ── */ .intro { font-size: 17px; line-height: 1.8; color: var(--text-soft); padding-left: 20px; border-left: 3px solid var(--blue); margin-bottom: 44px; } /* ── SECTION TITLES ── */ .sec-title { font-family: 'Rajdhani', sans-serif; font-size: 25px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--text); display: flex; align-items: center; gap: 12px; margin-bottom: 18px; } .sec-title::after { content: ''; flex: 1; height: 1px; background: #e5e5e5; } /* ── SECTION TEXT ── */ .sec-body { font-size: 15px; color: var(--text-soft); margin-bottom: 28px; line-height: 1.75; } .sec-body strong { color: var(--text); font-weight: 500; } /* ── FEATURE GRID ── */ .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-bottom: 44px; } .feature-card { background: var(--card-bg); padding: 20px; position: relative; overflow: hidden; transition: transform .2s; } .feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--blue); } .feature-card:hover { transform: translateY(-2px); } .feature-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--text); margin-bottom: 6px; } .feature-card p { font-size: 13px; color: #555; line-height: 1.6; margin: 0; } /* ── DIVIDER ── */ .divider { height: 1px; background: var(--border); margin: 40px 0; } /* ── COMPATIBILITY BADGES ── */ .compat-label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; } .badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; } .badge { background: var(--blue-light); border: 1px solid var(--blue-mid); padding: 6px 16px; font-family: 'Rajdhani', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--blue-dark); } /* ── WHAT'S IN THE BOX ── */ .box-contents { background: #f9fafc; border: 1px solid var(--border); padding: 20px 24px; margin-bottom: 10px; } .box-contents ul { list-style: none; margin: 0; padding: 0; } .box-contents li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eaedf5; font-size: 14px; color: var(--text-soft); } .box-contents li:last-child { border-bottom: none; } .box-contents li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; margin-top: 8px; } .note { font-size: 12px; color: var(--muted); font-style: italic; } /* ── SUPPORT STRIP ── */ .support-strip { background: var(--blue); display: flex; align-items: center; gap: 20px; padding: 24px 30px; margin: 40px 0; } .support-strip-title { font-family: 'Rajdhani', sans-serif; font-size: 25px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #ffffff; margin-bottom: 3px; } .support-strip-text { font-size: 14px; color: rgba(255,255,255,.8); } /* ── ABOUT ── */ .about { border: 1px solid var(--border); padding: 28px 32px; } .about p { font-size: 15px; color: var(--text-soft); line-height: 1.75; margin-bottom: 14px; } .about p:last-of-type { margin-bottom: 0; } .distributor-badge { display: inline-flex; align-items: center; gap: 6px; background: #fffbf0; border: 1px solid #f0d070; padding: 7px 16px; font-family: 'Rajdhani', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #8a6000; margin-top: 16px; } /* ── MOBILE ── */ @media (max-width: 600px) { .hero-image-wrap { max-height: none; } .hero-image-wrap img { max-height: none; height: auto; } .features { grid-template-columns: 1fr; } .support-strip { padding: 20px 16px; } .about { padding: 20px 16px; } .box-contents { padding: 16px; } .divider { margin: 28px 0; } } Sim Racing · Digital Display Unit MOUNT · Australia & NZ NCRD Stream Deck MK2 Case + Mount for PROFILE COCKPITS Suitable for Elgato Streamdeck Mk2 (Sold Separately) · Fully adjustable mount NCRD 7.8″ Widescreen DDU — Player1 Sim Gear Upgrade your sim racing cockpit with a custom-built stream deck case for the Elgato Stream Deck Mk2. Unlock a new level of customisation and control over your sim racing experience. Elgato Stream Deck - Mounted YOUR WAY Case and Mount for Elgato Stream Deck MK2 for 40 Series Aluminum profile sim rigs The mount is adjustable horizontally. It is fixed on a 15 degree upward facing angle. Comes with all the necessary bolts / hardware to assemble and mount. Note: Stream Deck Not Included Dedicated Customer Support Got questions about installation, setup, or which mount to choose? Our team is on standby to help you get the most out of your NCRD DDU. About NCRD & Player1 Sim Gear No Content Racing Division (NCRD) is a Toronto-based boutique creator of custom sim racing accessories, born from a genuine passion for bringing VoCore-based digital dashboards to the sim racing community at an accessible price point. Founders Joe and the NCRD team take a quality-first approach to everything they build. Player1 Sim Gear is proud to be an Official Distributor for NCRD, bringing their full line-up of sim racing accessories to racers across Australia and New Zealand. ★ Official Australian & NZ Distributor for NCRD
More you might like
Related
Versatile Mounting Case for Elgato Stream Deck Mk2 15 key
Related
Stream Deck MK1, Mk2, Scissor Keys Enclosure Mount for Alumi
Related
Vertical and Asymmetric StreamDeck Enclosure MK2 Mount for A
Related