Linus ProAir Aluminum Linear Slot Diffusers - Fully Customizable
/* ===== Linear Slot Diffuser (scoped) ===== */ .collapsible-content__inner.rte.clearfix > div #lsd-specs { all: unset; display: block; } /* Scope every rule to the #lsd-specs name space to prevent CSS leakage */ #lsd-specs { --font-family: "Figtree", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --module-gap: 1.25rem; --card-bg: transparent; /* inherit theme background */ --card-border: 1px solid rgba(0,0,0,0.08); --card-radius: 12px; --card-pad: 1rem; /* Lightbox variables */ --lb-bg: rgba(0,0,0,.8); --lb-z: 9999; --lb-max-w: 92vw; --lb-max-h: 92vh; } #lsd-specs * { box-sizing: border-box; font-family: var(--font-family) !important; } /* Generic utilities (scoped) */ #lsd-specs .lsd-card { background: var(--card-bg); border: var(--card-border); border-radius: var(--card-radius); padding: var(--card-pad); } #lsd-specs .lsd-stack { display: grid; gap: var(--module-gap); } #lsd-specs .lsd-row { display: grid; gap: 1rem; } #lsd-specs .lsd-center { text-align: center; } #lsd-specs .lsd-right { text-align: right; } #lsd-specs .lsd-muted { opacity: .9; } #lsd-specs img { width: 100%; height: auto; display: block; } #lsd-specs img.lsd-pop { cursor: zoom-in; } /* clickable images for lightbox */ /* Module + submodule font sizing (explicit via CSS vars; not shopper-visible) */ #lsd-specs [data-module] { --fs-h1: 24px; --fs-h2: 20px; --fs-body: 16px; --fs-small: 14px; } #lsd-specs [data-submodule] { --fs-h2: 18px; --fs-body: 15px; --fs-small: 13px; } #lsd-specs h2 { font-size: var(--fs-h2); margin: 0 0 .5rem; line-height: 1.25; } #lsd-specs p, #lsd-specs li, #lsd-specs span { font-size: var(--fs-body); line-height: 1.6; } /* Intro / Features */ #lsd-specs .lsd-features ul { padding-left: 1.25rem; margin: .5rem 0 0; } #lsd-specs .lsd-features li { margin: .25rem 0; } /* Header with small right image */ #lsd-specs .lsd-specs-header { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: start; } #lsd-specs .lsd-specs-header .lsd-title h2 { margin-top: .25rem; } #lsd-specs .lsd-specs-header .lsd-thumb { width: min(160px, 30vw); } /* Back-end size controls for header image */ #lsd-specs .lsd-specs-header .lsd-thumb img { max-width: var(--img-specs-thumb-max, 160px); max-height: var(--img-specs-thumb-maxh, 160px); object-fit: contain; margin-left: auto; } /* Measuring - three images horizontal; bullets under Length Considerations */ #lsd-specs .lsd-measuring .lsd-images { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; } #lsd-specs .lsd-measuring figure { margin: 0; } #lsd-specs .lsd-measuring figcaption { font-size: var(--fs-small); margin-top: .35rem; text-align: center; } /* Back-end size controls for measuring images */ #lsd-specs .lsd-measuring img { max-width: var(--img-measure-max, 600px); max-height: var(--img-measure-maxh, 600px); object-fit: contain; margin-inline: auto; } #lsd-specs .lsd-length-notes { margin-top: .5rem; } #lsd-specs .lsd-length-notes ul { padding-left: 1.25rem; } /* Mounting Options: three across, labels centered above image */ #lsd-specs .lsd-mounting .lsd-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; } #lsd-specs .lsd-mounting .lsd-item { text-align: center; } #lsd-specs .lsd-mounting .lsd-item h3 { font-size: var(--fs-h2); font-weight: 700; margin: 0 0 .5rem; } /* Back-end size controls for mounting images */ #lsd-specs .lsd-mounting img { max-width: var(--img-mount-max, 500px); max-height: var(--img-mount-maxh, 500px); object-fit: contain; margin-inline: auto; } /* Field Cutting: bullets left, diagram right */ #lsd-specs .lsd-field { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; } #lsd-specs .lsd-field ul { padding-left: 1.25rem; margin: 0; } /* Back-end size controls for field cutting image */ #lsd-specs .lsd-field img { max-width: var(--img-field-max, 560px); max-height: var(--img-field-maxh, 560px); object-fit: contain; } /* Airflow Patterns: centered images with centered labels */ #lsd-specs .lsd-airflow { text-align: center; } #lsd-specs .lsd-airflow h2, #lsd-specs .lsd-airflow h3 { text-align: center; } #lsd-specs .lsd-airflow .lsd-airflow-stack { display: grid; gap: 1rem; justify-items: center; } /* Back-end size controls for airflow images */ #lsd-specs .lsd-airflow img { max-width: var(--img-airflow-max, 520px); max-height: var(--img-airflow-maxh, 520px); object-fit: contain; } /* Horizontal rule style (scoped) */ #lsd-specs hr { border: 0; border-top: 1px solid rgba(0,0,0,0.08); margin: 1rem 0; } /* Responsive adjustments */ @media (max-width: 1024px) { #lsd-specs .lsd-field { grid-template-columns: 1fr; } } @media (max-width: 900px) { #lsd-specs .lsd-measuring .lsd-images, #lsd-specs .lsd-mounting .lsd-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 640px) { #lsd-specs .lsd-specs-header { grid-template-columns: 1fr; } #lsd-specs .lsd-specs-header .lsd-thumb { width: 100%; } #lsd-specs .lsd-measuring .lsd-images, #lsd-specs .lsd-mounting .lsd-grid { grid-template-columns: 1fr; } } /* ===== Lightbox (scoped, no leaks) ===== */ #lsd-specs .lsd-lightbox { position: fixed; inset: 0; background: var(--lb-bg); display: none; /* toggled by .is-open */ align-items: center; justify-content: center; z-index: var(--lb-z); padding: 2vw; } #lsd-specs .lsd-lightbox.is-open { display: flex; } #lsd-specs .lsd-lightbox__stage { max-width: var(--lb-max-w); max-height: var(--lb-max-h); outline: none; } /* FIXED: use auto sizes with max-bounds so image always renders */ #lsd-specs .lsd-lightbox__img { width: auto; height: auto; max-width: var(--lb-max-w); max-height: var(--lb-max-h); object-fit: contain; display: block; cursor: zoom-out; /* communicates anywhere-click closes */ border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,.35); } /* Prevent orphan characters: overlay contains only the image node; no extra text nodes are styled/visible */ Linear Slot Diffuser Upgrade your HVAC system with the Linus ProAir Linear Slot Diffuser—a fully extruded aluminum supply diffuser engineered for architects, engineers, contractors, and homeowners who demand performance, durability, and a clean modern aesthetic. Available in standard and custom sizes, the Linear Slot Diffuser blends high functionality with architectural design that works across residential, light commercial, and commercial applications. Available in 1 to 4-slot configurations with 1/2", 3/4", and 1" slot widths. Standard and custom sizes available in any length. 100% Extruded Aluminum Construction No steel, no plastic, no stamping, no casting. Pure North American-made extruded aluminum resists rust, corrosion, and moisture—critical for the humidity and airflow demands of any HVAC system. At approximately 15% heavier than standard market alternatives, you can feel the quality difference the moment you handle it. Aerodynamic Ice Tong Louver Controllers Extruded aluminum pattern controllers deliver up to 180° of airflow direction control, allowing one-way, opposed, vertical, horizontal, or fully dampered configurations. Fully adjustable in the field so you can direct airflow exactly where you need it—and because the controllers are aluminum, not plastic, they resist corrosion and operate quietly over the life of the installation. 1 to 4-Slot Configurations Choose the slot count that suits your CFM requirements and aesthetic goals. Available with 1/2", 3/4", and 1" slot widths to match your specification and maintain a consistent look throughout the space. Single-slot units direct airflow in one direction; multi-slot models support broader coverage and higher air capacity. Continuous Run Capability Available in any length. Units over 84" are joined using alignment pins for a seamless, uninterrupted appearance—ideal for long open-ceiling runs in commercial and high-end residential spaces. Maximum pattern controller length is 60"; units over 60" will be supplied with multiple controllers. Supply or Return Design Remove the pattern controllers and the Linear Slot Diffuser transitions seamlessly into a return air grille—compatible with the same alignment pin system, maintaining an uninterrupted architectural finish from end to end. One product. One aesthetic. Zero visual compromise. Field Cuttable Ordered to length from the factory and cuttable on-site using a fine tooth, high speed carbon blade. A maximum of 3" can be trimmed from each end—up to 6" total—giving installers the flexibility they need during fit-out. For adjustments over 2", slide the retaining clip against the support. Remove end caps before cutting and reattach once complete. Multiple Mounting Options Three installation configurations to suit any project requirement: standard screw holes, concealed bracket (+10%), or lay-in with no mounting hardware. Every option delivers a clean finish appropriate for commercial and architectural applications. Faceplate Profile: 0.055" A slim, low-profile faceplate (DASL) that sits flush and clean against any ceiling or wall surface—purpose-built for modern interiors where every detail matters. White Powder Coat Finish (Standard) Clean, professional, and consistent. All Linear Slot Diffusers ship in a durable white powder coat finish. Custom colors, sizes, slot configurations, and mud-in options are available—contact the sales team to discuss your project requirements. Custom Sizing Available Produced to your exact specifications. Contact us directly for custom length, slot configuration, finish, or mounting requirements. Linear Slot Diffuser - Specs Measuring - Dimensions Measurements Measurement Chart Length Considerations Add 1-1/2" to Length for Overall Outside Dimension Subtract 1/2" from Length for Overall Inside Dimension Mounting Options Screw Holes Concealed Bracket (+10%) Lay In / No Mounting Field Cutting DASL are ordered to length from factory but can be cut to size in the field. Use a fine tooth, high speed, carbon blade for cutting aluminum. A maximum of 3" can be cut from each end (X). For adjustments of more than 2" slide the retaining clip against support. Diffusers can be adjusted up to 6" by cutting both ends. Remove end caps before cutting and reattach once cut. Airflow Patterns One Slot Two Slots
More you might like
Related
Linus ProAir Aluminum Linear Slot Returns - Fully Customiza
Related
Linus ProAir Aluminum Linear Slot Diffuser - Quick Ship
Related
Linus ProAir Aluminum Linear Diffuser Vent Cover - Quick Shi
Related