{"title":"Outdoor Kitchen Hood","description":"\u003cstyle\u003e\n\/* BetterPatio-aligned premium design tokens *\/\n:root {\n--brand-dark: #222621;\n--brand-primary: #2d5a27;\n--brand-accent: #b85c38;\n--brand-light: #edf3e8;\n--brand-mid: #cbdcc0;\n--body-font: Inter, sans-serif;\n--heading-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n--max-width: 860px;\n}\n\n.rte {\nmax-width: var(--max-width);\nmargin: 0 auto;\npadding: 60px 24px 80px;\nfont-family: var(--body-font);\ncolor: var(--brand-dark);\nfont-size: 16.5px;\nline-height: 1.8;\n-webkit-font-smoothing: antialiased;\n-moz-osx-font-smoothing: grayscale;\n}\n\n.rte \u003e p:first-child {\nfont-size: 1.25rem;\nline-height: 1.85;\ncolor: #2c332a;\nmargin-bottom: 3rem;\nborder-left: 5px solid var(--brand-accent);\npadding-left: 1.5rem;\nfont-style: italic;\n}\n\n.rte h2 {\nfont-family: var(--heading-font);\nfont-size: 1.65rem;\nfont-weight: 700;\ncolor: var(--brand-primary);\nmargin-top: 3.5rem;\nmargin-bottom: 1.2rem;\nline-height: 1.3;\nletter-spacing: -0.02em;\n}\n\n.rte h3 {\nfont-family: var(--heading-font);\nfont-size: 1.2rem;\nfont-weight: 600;\ncolor: var(--brand-accent);\nmargin-top: 2rem;\nmargin-bottom: 0.6rem;\nletter-spacing: -0.01em;\n}\n\n.rte p {\nmargin-bottom: 1.2rem;\ncolor: #2c332a;\n}\n\n.rte ul {\npadding-left: 2;\nmargin-bottom: 1.8rem;\nlist-style: none;\n}\n\n.rte ul li {\nposition: relative;\npadding-left: 2rem;\nmargin-bottom: 0.75rem;\ncolor: #2c332a;\n}\n.rte ul li::before {\ncontent: \"\\2014\";\nposition: absolute;\nleft: 0;\ncolor: var(--brand-accent);\nfont-weight: bold;\n}\n\n.rte details {\nborder: 1px solid var(--brand-mid);\nborder-radius: 8px;\nmargin-bottom: 0.85rem;\nbackground: #ffffff;\ntransition: all 0.25s ease;\noverflow: hidden;\n}\n\n.rte details:hover {\nborder-color: var(--brand-primary);\nbox-shadow: 0 4px 12px rgba(45, 90, 39, 0.05);\n}\n\n.rte details[open] {\nbackground: var(--brand-light);\nborder-color: var(--brand-primary);\nbox-shadow: inset 0 2px 4px rgba(45, 90, 39, 0.02);\n}\n\n.rte summary {\nfont-family: var(--heading-font);\nfont-weight: 600;\nfont-size: 1.05rem;\npadding: 1.1rem 1.4rem;\ncursor: pointer;\nlist-style: none;\ncolor: var(--brand-primary);\ndisplay: flex;\njustify-content: space-between;\nalign-items: center;\nuser-select: none;\n}\n\n.rte summary::-webkit-details-marker { display: none; }\n.rte summary::after {\ncontent: '+';\nfont-size: 1.4rem;\nfont-family: monospace;\ncolor: var(--brand-accent);\nline-height: 1;\ntransition: transform 0.2s ease;\n}\n\n.rte details[open] summary {\nborder-bottom: 1px solid var(--brand-mid);\n}\n\n.rte details[open] summary::after {\ncontent: '\\2013';\ntransform: rotate(180deg);\n}\n\n.rte details p {\npadding: 1.2rem 1.4rem;\nmargin: 0;\nfont-size: 1rem;\ncolor: #2c332a;\nline-height: 1.75;\n}\n\n.rte .collection-nav {\ndisplay: flex;\nflex-wrap: wrap;\ngap: 12px;\nmargin-top: 1.8rem;\nmargin-bottom: 2rem;\n}\n\n.rte .collection-nav a {\nbackground: var(--brand-light);\ncolor: var(--brand-primary);\npadding: 8px 18px;\nborder-radius: 30px;\ntext-decoration: none;\nfont-family: var(--heading-font);\nfont-size: 0.9rem;\nfont-weight: 500;\nborder: 1px solid var(--brand-mid);\ntransition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);\n}\n\n.rte .collection-nav a:hover {\nbackground: var(--brand-primary);\ncolor: #ffffff;\nborder-color: var(--brand-primary);\ntransform: translateY(-2px);\nbox-shadow: 0 4px 8px rgba(45, 90, 39, 0.15);\n}\n\n.rte .section-rule {\nborder: none;\nborder-top: 1px solid var(--brand-mid);\nmargin: 3.5rem 0;\n}\n\n.rte .highlight-box {\nbackground: var(--brand-light);\nborder-left: 5px solid var(--brand-accent);\npadding: 1.5rem 1.75rem;\nmargin: 2.5rem 0;\nborder-radius: 0 12px 12px 0;\nbox-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);\n}\n\n.rte .highlight-box p {\nmargin: 0;\nfont-size: 1.05rem;\ncolor: #2c332a;\nline-height: 1.75;\n}\n\n.rte a {\ncolor: var(--brand-primary);\ntext-decoration: underline;\n}\n\n.rte a:hover {\ncolor: var(--brand-accent);\n}\n\n\/* Mobile-friendly table: scrolls horizontally instead of breaking layout *\/\n.rte .table-scroll-wrap {\nwidth: 100%;\noverflow-x: auto;\n-webkit-overflow-scrolling: touch;\nmargin: 0 0 1.8rem;\nborder-radius: 8px;\n}\n\n.rte .spec-table {\nwidth: 100%;\nmin-width: 460px;\nborder-collapse: collapse;\nmargin: 0;\nfont-size: 0.95rem;\nbackground: #ffffff;\nborder: 1px solid var(--brand-mid);\nborder-radius: 8px;\noverflow: hidden;\n}\n\n.rte .spec-table th,\n.rte .spec-table td {\npadding: 0.85rem 1.1rem;\ntext-align: left;\nborder-bottom: 1px solid var(--brand-mid);\ncolor: #2c332a;\nvertical-align: top;\nwhite-space: normal;\n}\n\n.rte .spec-table th {\nbackground: var(--brand-light);\ncolor: var(--brand-primary);\nfont-family: var(--heading-font);\nfont-weight: 700;\nletter-spacing: -0.01em;\n}\n\n.rte .spec-table tr:last-child td {\nborder-bottom: none;\n}\n\n@media (max-width: 600px) {\n.rte {\nfont-size: 15.5px;\npadding: 30px 18px 50px;\n}\n.rte h2 {\nfont-size: 1.4rem;\nmargin-top: 2.5rem;\n}\n.rte h3 {\nfont-size: 1.1rem;\n}\n.rte \u003e p:first-child {\nfont-size: 1.1rem;\nmargin-bottom: 2rem;\n}\n.rte .collection-nav {\ngap: 8px;\n}\n.rte .collection-nav a {\npadding: 6px 14px;\nfont-size: 0.82rem;\n}\n.rte details {\nborder-radius: 6px;\n}\n.rte summary {\npadding: 0.9rem 1.1rem;\nfont-size: 0.95rem;\n}\n.rte details p {\npadding: 0.9rem 1.1rem;\n}\n.rte .spec-table th,\n.rte .spec-table td {\npadding: 0.6rem 0.7rem;\nfont-size: 0.82rem;\n}\n.rte .spec-table {\nmin-width: 400px;\n}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"rte\" bis_size='{\"x\":11,\"y\":9,\"w\":394,\"h\":7659,\"abs_x\":11,\"abs_y\":9}'\u003e\n\u003cp bis_size='{\"x\":29,\"y\":39,\"w\":358,\"h\":390,\"abs_x\":29,\"abs_y\":39}'\u003eAn outdoor kitchen hood is the difference between a covered patio that stays clean and one that ends up with smoke stains creeping across the ceiling within a season. BetterPatio carries outdoor range hoods from Summerset and Bull built specifically for exterior use, along with the vent panels every gas-fed island needs, so your outdoor kitchen vent hood actually does the job instead of just looking the part. Every order ships free, backed by our price match guarantee.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":470,\"w\":358,\"h\":29,\"abs_x\":29,\"abs_y\":470}'\u003eWhat Is an Outdoor Kitchen Hood?\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":518,\"w\":358,\"h\":251,\"abs_x\":29,\"abs_y\":518}'\u003eThe term \"outdoor grill hood\" gets used two different ways, so it is worth clearing up before shopping. Sometimes it refers to the lid on a built-in grill itself, the stainless steel cover that closes over the cooking grates. This page is about the other meaning: a ventilation hood mounted above or behind the cooking area that pulls smoke, grease, and heat up and away from your patio, pergola, or covered structure.\u003c\/p\u003e\n\u003cp bis_size='{\"x\":29,\"y\":788,\"w\":358,\"h\":223,\"abs_x\":29,\"abs_y\":788}'\u003eAn outdoor kitchen vent hood matters most the moment your grill sits under any kind of roof. In a fully open backyard, smoke simply drifts away on its own. Add a pergola, a covered patio, or a solid-roof structure, and that same smoke has nowhere to go. Over time it stains ceilings, peels paint, and causes stainless steel to pit and corrode as grease residue breaks down its protective layer.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":1051,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":1051}'\u003eTypes of Outdoor Kitchen Vent Hoods\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":1129,\"w\":358,\"h\":55,\"abs_x\":29,\"abs_y\":1129}'\u003eWhich mounting style you need depends on how your grill is installed.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":1204,\"w\":358,\"h\":470,\"abs_x\":29,\"abs_y\":1204}'\u003e\n\u003cli bis_size='{\"x\":69,\"y\":1204,\"w\":318,\"h\":167,\"abs_x\":69,\"abs_y\":1204}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":1209,\"w\":156,\"h\":17,\"abs_x\":101,\"abs_y\":1209}'\u003eWall-mounted hoods.\u003c\/strong\u003e Installed above a grill positioned against a wall or the back of an island. These should be wide and deep enough to fully cover the grill, since most units vent heat and gas upward from the back.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":1383,\"w\":318,\"h\":139,\"abs_x\":69,\"abs_y\":1383}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":1388,\"w\":170,\"h\":17,\"abs_x\":101,\"abs_y\":1388}'\u003eIsland-mounted hoods.\u003c\/strong\u003e Hung from a ceiling or pergola structure directly over the grill or island, typically with a flared shape and thinner ducting designed to vent straight up.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":1535,\"w\":318,\"h\":139,\"abs_x\":69,\"abs_y\":1535}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":1540,\"w\":163,\"h\":17,\"abs_x\":101,\"abs_y\":1540}'\u003eUnder-cabinet inserts.\u003c\/strong\u003e More common indoors, but can move enough air for an outdoor grill if properly ducted, provided the appliance's BTU output stays within the insert's rated capacity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":1714,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":1714}'\u003eWhich BetterPatio Vent Hoods Fit Your Grill?\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":1791,\"w\":358,\"h\":334,\"abs_x\":29,\"abs_y\":1791}'\u003eBetterPatio stocks purpose-built outdoor range hoods rather than repurposed indoor units. \u003ca href=\"https:\/\/betterpatio.com\/collections\/summerset-professional-grills\" bis_size='{\"x\":29,\"y\":1852,\"w\":79,\"h\":17,\"abs_x\":29,\"abs_y\":1852}'\u003eSummerset\u003c\/a\u003e vent hoods are available in 36, 42, 48, and 60-inch widths, all built from double-lined 304 stainless steel with rear and top venting and a mounting bracket included, so you can match the hood to your grill size rather than the other way around. For higher-output setups, a twin-fan option built on 304 stainless with commercial baffle filters delivers 1,250 CFM through two sealed motors with top or rear discharge, enough airflow for larger cooking surfaces.\u003c\/p\u003e\n\u003cp bis_size='{\"x\":29,\"y\":2145,\"w\":358,\"h\":251,\"abs_x\":29,\"abs_y\":2145}'\u003eEvery gas-fed island also needs separate ventilation panels, not just an overhead hood. \u003ca href=\"https:\/\/betterpatio.com\/collections\/rcs-grills\" bis_size='{\"x\":272,\"y\":2178,\"w\":32,\"h\":17,\"abs_x\":272,\"abs_y\":2178}'\u003eRCS\u003c\/a\u003e stainless steel ventilation panels are required roughly every 4 feet along the island to release trapped gas, vent excess heat, and let condensation evaporate safely. If you are still comparing grill brands and outputs before choosing a hood, browse the full \u003ca href=\"https:\/\/betterpatio.com\/collections\/bbq-grills\" bis_size='{\"x\":304,\"y\":2318,\"w\":72,\"h\":17,\"abs_x\":304,\"abs_y\":2318}'\u003eBBQ Grills\u003c\/a\u003e collection to confirm your appliance's BTU rating first.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":2436,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":2436}'\u003eHow to Size an Outdoor Range Hood\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":2514,\"w\":358,\"h\":55,\"abs_x\":29,\"abs_y\":2514}'\u003eTwo numbers matter most when picking a hood: CFM and physical width.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":2589,\"w\":358,\"h\":430,\"abs_x\":29,\"abs_y\":2589}'\u003e\n\u003cli bis_size='{\"x\":69,\"y\":2589,\"w\":318,\"h\":251,\"abs_x\":69,\"abs_y\":2589}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":2594,\"w\":208,\"h\":17,\"abs_x\":101,\"abs_y\":2594}'\u003eCFM (cubic feet per minute).\u003c\/strong\u003e This measures how much air the hood's fan can move. The standard rule is at least 1 CFM for every 100 BTUs of your grill's maximum output, but outdoor applications should never go below 1,200 CFM regardless of how the math works out, since open-air cooking needs more airflow than an enclosed indoor kitchen.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":2852,\"w\":318,\"h\":167,\"abs_x\":69,\"abs_y\":2852}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":2857,\"w\":125,\"h\":17,\"abs_x\":101,\"abs_y\":2857}'\u003eWidth and depth.\u003c\/strong\u003e A hood should extend at least 3 inches beyond each side of your grill and reach as deep as the cooking surface itself. Bigger is better here, especially if the hood needs to cover more than one appliance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":3059,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":3059}'\u003eOutdoor Vent Hood CFM Sizing Guide\u003c\/h2\u003e\n\u003cdiv class=\"table-scroll-wrap\" bis_size='{\"x\":29,\"y\":3137,\"w\":358,\"h\":262,\"abs_x\":29,\"abs_y\":3137}'\u003e\n\u003ctable class=\"spec-table\" bis_size='{\"x\":29,\"y\":3137,\"w\":399,\"h\":245,\"abs_x\":29,\"abs_y\":3137}'\u003e\n\u003ctbody bis_size='{\"x\":30,\"y\":3137,\"w\":399,\"h\":245,\"abs_x\":30,\"abs_y\":3137}'\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":3137,\"w\":399,\"h\":67,\"abs_x\":30,\"abs_y\":3137}'\u003e\n\u003cth bis_size='{\"x\":30,\"y\":3137,\"w\":207,\"h\":67,\"abs_x\":30,\"abs_y\":3137}'\u003eGrill Output\u003c\/th\u003e\n\u003cth bis_size='{\"x\":237,\"y\":3137,\"w\":191,\"h\":67,\"abs_x\":237,\"abs_y\":3137}'\u003eMinimum Recommended CFM\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":3204,\"w\":399,\"h\":67,\"abs_x\":30,\"abs_y\":3204}'\u003e\n\u003ctd bis_size='{\"x\":30,\"y\":3204,\"w\":207,\"h\":67,\"abs_x\":30,\"abs_y\":3204}'\u003eUp to 60,000 BTU\u003c\/td\u003e\n\u003ctd bis_size='{\"x\":237,\"y\":3204,\"w\":191,\"h\":67,\"abs_x\":237,\"abs_y\":3204}'\u003e1,200 CFM (outdoor minimum)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":3271,\"w\":399,\"h\":43,\"abs_x\":30,\"abs_y\":3271}'\u003e\n\u003ctd bis_size='{\"x\":30,\"y\":3271,\"w\":207,\"h\":43,\"abs_x\":30,\"abs_y\":3271}'\u003e60,000 to 90,000 BTU\u003c\/td\u003e\n\u003ctd bis_size='{\"x\":237,\"y\":3271,\"w\":191,\"h\":43,\"abs_x\":237,\"abs_y\":3271}'\u003e1,200 to 1,500 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":3315,\"w\":399,\"h\":67,\"abs_x\":30,\"abs_y\":3315}'\u003e\n\u003ctd bis_size='{\"x\":30,\"y\":3315,\"w\":207,\"h\":67,\"abs_x\":30,\"abs_y\":3315}'\u003e90,000+ BTU or multiple appliances\u003c\/td\u003e\n\u003ctd bis_size='{\"x\":237,\"y\":3315,\"w\":191,\"h\":67,\"abs_x\":237,\"abs_y\":3315}'\u003e1,500 CFM or higher\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp bis_size='{\"x\":29,\"y\":3428,\"w\":358,\"h\":111,\"abs_x\":29,\"abs_y\":3428}'\u003eAlways confirm your grill's exact BTU rating against the hood manufacturer's specifications, since combined outputs on islands with a grill, side burner, and griddle add up quickly.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":3580,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":3580}'\u003eDo You Need a Vent Hood? Vent Panels vs. Vent Hoods\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":3657,\"w\":358,\"h\":195,\"abs_x\":29,\"abs_y\":3657}'\u003eThese are two separate safety features, and most outdoor kitchens need both. A vent hood clears smoke and grease from the air above the cooking surface. Vent panels are smaller cutouts built into the island cabinetry itself that release trapped gas so propane or natural gas cannot build up to dangerous levels inside an enclosed structure.\u003c\/p\u003e\n\u003cp bis_size='{\"x\":29,\"y\":3872,\"w\":358,\"h\":251,\"abs_x\":29,\"abs_y\":3872}'\u003ePlacement depends on the gas type: propane is heavier than air, so panels should sit as low as possible, while natural gas is lighter than air, so panels should sit as high as possible, generally spaced every 4 to 6 feet. Always confirm exact spacing and clearance against your grill's manual and local building code, since covered or partially enclosed kitchens in some regions face stricter ventilation requirements than a fully open patio.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":4163,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":4163}'\u003eBuyer's Guide: Choosing the Right Hood for Your Layout\u003c\/h2\u003e\n\u003cul bis_size='{\"x\":29,\"y\":4240,\"w\":358,\"h\":510,\"abs_x\":29,\"abs_y\":4240}'\u003e\n\u003cli bis_size='{\"x\":69,\"y\":4240,\"w\":318,\"h\":139,\"abs_x\":69,\"abs_y\":4240}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":4245,\"w\":229,\"h\":17,\"abs_x\":101,\"abs_y\":4245}'\u003eCovered patio or pergola build.\u003c\/strong\u003e If your island sits under any kind of roof, an \u003ca href=\"https:\/\/betterpatio.com\/collections\/l-shaped-outdoor-kitchen-islands\" bis_size='{\"x\":101,\"y\":4273,\"w\":266,\"h\":44,\"abs_x\":101,\"abs_y\":4273}'\u003eL-Shaped Outdoor Kitchen Island\u003c\/a\u003e layout gives you room to plan hood placement around the full cooking run from the start.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":4392,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":4392}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":4397,\"w\":275,\"h\":17,\"abs_x\":101,\"abs_y\":4397}'\u003eAdding a hood to an existing kitchen.\u003c\/strong\u003e Browse \u003ca href=\"https:\/\/betterpatio.com\/collections\/modular-outdoor-kitchen-components\" bis_size='{\"x\":101,\"y\":4425,\"w\":228,\"h\":44,\"abs_x\":101,\"abs_y\":4425}'\u003eModular Outdoor Kitchen Components\u003c\/a\u003e to add ventilation to a layout you already own.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":4515,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":4515}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":4520,\"w\":268,\"h\":17,\"abs_x\":101,\"abs_y\":4520}'\u003eReady to ship with venting included.\u003c\/strong\u003e Many \u003ca href=\"https:\/\/betterpatio.com\/collections\/prebuilt-bbq-islands\" bis_size='{\"x\":144,\"y\":4548,\"w\":182,\"h\":17,\"abs_x\":144,\"abs_y\":4548}'\u003ePrefabricated BBQ Islands\u003c\/a\u003e come with required venting already factory-installed for every gas appliance module.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":4639,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":4639}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":4644,\"w\":266,\"h\":17,\"abs_x\":101,\"abs_y\":4644}'\u003eCustom island and hood placement.\u003c\/strong\u003e For a fully tailored layout, our \u003ca href=\"https:\/\/betterpatio.com\/collections\/designer-outdoor-kitchens-by-betterpatio\" bis_size='{\"x\":101,\"y\":4672,\"w\":252,\"h\":44,\"abs_x\":101,\"abs_y\":4672}'\u003eDesign Your Outdoor Kitchen\u003c\/a\u003e service includes a free 3D rendering before you order.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp bis_size='{\"x\":29,\"y\":4779,\"w\":358,\"h\":139,\"abs_x\":29,\"abs_y\":4779}'\u003eFor a sense of where a vent hood fits into an overall project budget, BetterPatio's own cost data puts a vent hood at roughly $2,000 to $6,000 as part of a full \u003ca href=\"https:\/\/betterpatio.com\/blogs\/outdoor-kitchen-101\/how-much-should-an-outdoor-kitchen-cost-in-2025\" bis_size='{\"x\":54,\"y\":4868,\"w\":143,\"h\":17,\"abs_x\":54,\"abs_y\":4868}'\u003eoutdoor kitchen build\u003c\/a\u003e, depending on width, CFM, and finish.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":4959,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":4959}'\u003eCaring for Your Outdoor Kitchen Vent Hood\u003c\/h2\u003e\n\u003cul bis_size='{\"x\":29,\"y\":5036,\"w\":358,\"h\":482,\"abs_x\":29,\"abs_y\":5036}'\u003e\n\u003cli bis_size='{\"x\":69,\"y\":5036,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":5036}'\u003eClean stainless steel baffle filters regularly. Grease buildup on the filters reduces airflow and makes the fan work harder over time.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":5160,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":5160}'\u003eWipe down the exterior with a dedicated stainless steel cleaner to prevent fingerprints and light surface staining from smoke exposure.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":5283,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":5283}'\u003eInspect the ducting and mounting bracket each season for corrosion or loose connections, especially on rear-discharge units routed through a wall or ceiling.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":5407,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":5407}'\u003eRun the hood any time the grill is in use, including during rotisserie or high-heat searing, when smoke and grease output is highest.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp bis_size='{\"x\":29,\"y\":5547,\"w\":358,\"h\":111,\"abs_x\":29,\"abs_y\":5547}'\u003eFor more on protecting stainless steel components from smoke, moisture, and seasonal wear across the rest of your kitchen, see BetterPatio's guide to \u003ca href=\"https:\/\/betterpatio.com\/blogs\/posts\/weatherproofing-an-outdoor-kitchen\" bis_size='{\"x\":29,\"y\":5636,\"w\":242,\"h\":17,\"abs_x\":29,\"abs_y\":5636}'\u003eweatherproofing an outdoor kitchen\u003c\/a\u003e.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":5699,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":5699}'\u003eWhy Buy Your Outdoor Kitchen Hood From BetterPatio\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":5776,\"w\":358,\"h\":167,\"abs_x\":29,\"abs_y\":5776}'\u003eBetterPatio sells vent hoods built specifically for outdoor exposure, not indoor range hoods with a weatherproof label slapped on. Every hood ships free and is backed by our price match guarantee, so you know exactly what CFM, width, and construction grade you are getting before it arrives.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\" bis_size='{\"x\":29,\"y\":5983,\"w\":358,\"h\":165,\"abs_x\":29,\"abs_y\":5983}'\u003e\n\u003cp bis_size='{\"x\":62,\"y\":6007,\"w\":298,\"h\":117,\"abs_x\":62,\"abs_y\":6007}'\u003e\u003cstrong bis_size='{\"x\":62,\"y\":6012,\"w\":269,\"h\":48,\"abs_x\":62,\"abs_y\":6012}'\u003eNot sure what size hood your grill needs?\u003c\/strong\u003e Call our design team at \u003ca href=\"tel:8664121555\" bis_size='{\"x\":62,\"y\":6041,\"w\":274,\"h\":48,\"abs_x\":62,\"abs_y\":6041}'\u003e866-412-1555\u003c\/a\u003e for a free consultation and 3D rendering before you order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"section-rule\" bis_size='{\"x\":29,\"y\":6205,\"w\":358,\"h\":0,\"abs_x\":29,\"abs_y\":6205}'\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":6262,\"w\":358,\"h\":31,\"abs_x\":29,\"abs_y\":6262}'\u003eExplore More Outdoor Kitchen Collections\u003c\/h3\u003e\n\u003cdiv class=\"collection-nav\" bis_size='{\"x\":29,\"y\":6322,\"w\":358,\"h\":172,\"abs_x\":29,\"abs_y\":6322}'\u003e\n\u003ca href=\"https:\/\/betterpatio.com\/collections\/outdoor-kitchen\" bis_size='{\"x\":29,\"y\":6322,\"w\":153,\"h\":37,\"abs_x\":29,\"abs_y\":6322}'\u003eAll Outdoor Kitchens\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/betterpatio-mountain-series-outdoor-kitchens\" bis_size='{\"x\":29,\"y\":6367,\"w\":234,\"h\":37,\"abs_x\":29,\"abs_y\":6367}'\u003eMountain Series Outdoor Kitchens\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/california-series-outdoor-kitchens\" bis_size='{\"x\":29,\"y\":6412,\"w\":125,\"h\":37,\"abs_x\":29,\"abs_y\":6412}'\u003eCalifornia Series\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/cal-flame-bbq-islands\" bis_size='{\"x\":163,\"y\":6412,\"w\":160,\"h\":37,\"abs_x\":163,\"abs_y\":6412}'\u003eCal Flame BBQ Islands\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/fire-magic\" bis_size='{\"x\":29,\"y\":6457,\"w\":91,\"h\":37,\"abs_x\":29,\"abs_y\":6457}'\u003eFire Magic\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/peachtree-islands-coki-2-0\" bis_size='{\"x\":129,\"y\":6457,\"w\":126,\"h\":37,\"abs_x\":129,\"abs_y\":6457}'\u003ePeachtree Series\u003c\/a\u003e\n\u003c\/div\u003e\n\u003chr class=\"section-rule\" bis_size='{\"x\":29,\"y\":6551,\"w\":358,\"h\":0,\"abs_x\":29,\"abs_y\":6551}'\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":6607,\"w\":358,\"h\":31,\"abs_x\":29,\"abs_y\":6607}'\u003eRelated Articles\u003c\/h3\u003e\n\u003cdiv class=\"collection-nav\" bis_size='{\"x\":29,\"y\":6668,\"w\":358,\"h\":127,\"abs_x\":29,\"abs_y\":6668}'\u003e\n\u003ca href=\"https:\/\/betterpatio.com\/blogs\/posts\/outdoor-kitchen-cabinet-materials\" bis_size='{\"x\":29,\"y\":6668,\"w\":264,\"h\":37,\"abs_x\":29,\"abs_y\":6668}'\u003eBest Outdoor Kitchen Cabinet Materials\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/blogs\/posts\/common-outdoor-kitchen-repairs\" bis_size='{\"x\":29,\"y\":6713,\"w\":233,\"h\":37,\"abs_x\":29,\"abs_y\":6713}'\u003eCommon Outdoor Kitchen Repairs\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/blogs\/posts\/choose-outdoor-kitchen-contractor\" bis_size='{\"x\":29,\"y\":6758,\"w\":308,\"h\":37,\"abs_x\":29,\"abs_y\":6758}'\u003eHow to Choose an Outdoor Kitchen Contractor\u003c\/a\u003e\n\u003c\/div\u003e\n\u003chr class=\"section-rule\" bis_size='{\"x\":29,\"y\":6851,\"w\":358,\"h\":0,\"abs_x\":29,\"abs_y\":6851}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":6908,\"w\":358,\"h\":29,\"abs_x\":29,\"abs_y\":6908}'\u003eOutdoor Kitchen Hood FAQ\u003c\/h2\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":6956,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":6956}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":6957,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":6957}'\u003eDo I need a vent hood for my outdoor kitchen?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7040,\"w\":357,\"h\":252,\"abs_x\":30,\"abs_y\":7040}'\u003eIf your grill is fully out in the open, you may be able to skip a vent hood, though it still protects nearby surfaces and your grill's components from smoke and grease. If your kitchen sits under a pergola, covered patio, or any solid roof structure, a vent hood is strongly recommended and may be required by local code in some areas.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":7055,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":7055}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":7055,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":7055}'\u003eWhat is the difference between a grill hood and a vent hood?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7139,\"w\":357,\"h\":196,\"abs_x\":30,\"abs_y\":7139}'\u003eA grill hood usually refers to the lid on the grill itself, the cover that closes over the cooking grates. A vent hood is a separate ventilation appliance mounted above or behind the cooking area that exhausts smoke, heat, and grease away from the space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":7153,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":7153}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":7154,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":7154}'\u003eWhat CFM do I need for an outdoor range hood?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7237,\"w\":357,\"h\":196,\"abs_x\":30,\"abs_y\":7237}'\u003eAim for at least 1 CFM per 100 BTUs of your grill's maximum output, with a hard minimum of 1,200 CFM for any outdoor application. Larger islands with multiple appliances, such as a grill plus a side burner or griddle, should size up accordingly.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":7252,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":7252}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":7253,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":7253}'\u003eHow wide should my outdoor kitchen vent hood be?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7336,\"w\":357,\"h\":196,\"abs_x\":30,\"abs_y\":7336}'\u003eThe hood should extend at least 3 inches beyond each side of your grill and be as deep as the cooking surface itself. When in doubt, size up, since a wider hood captures smoke more effectively, especially over multiple adjacent appliances.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":7350,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":7350}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":7351,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":7351}'\u003eWhere should vent panels be placed on a propane vs. natural gas island?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7435,\"w\":357,\"h\":224,\"abs_x\":30,\"abs_y\":7435}'\u003ePropane is heavier than air, so vent panels should sit as low as possible on the island. Natural gas is lighter than air, so panels should sit as high as possible. Both are typically spaced every 4 to 6 feet, though exact spacing should follow your grill's manual and local building code.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":7449,\"w\":358,\"h\":57,\"abs_x\":29,\"abs_y\":7449}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":7450,\"w\":357,\"h\":56,\"abs_x\":30,\"abs_y\":7450}'\u003eWhich BetterPatio vent hoods fit my grill?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7506,\"w\":357,\"h\":224,\"abs_x\":30,\"abs_y\":7506}'\u003eSummerset vent hoods are available in 36, 42, 48, and 60-inch widths in double-lined 304 stainless steel, and a twin-fan 1,250 CFM option is available for larger cooking setups. Match the hood width to your grill's dimensions, adding at least 3 inches of clearance on each side.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":7520,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":7520}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":7521,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":7521}'\u003eDo outdoor vent hoods need regular cleaning?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7604,\"w\":357,\"h\":224,\"abs_x\":30,\"abs_y\":7604}'\u003eYes. Stainless steel baffle filters should be cleaned regularly to remove grease buildup, which otherwise reduces airflow and forces the fan to work harder. The exterior should also be wiped down periodically with a stainless steel cleaner to prevent staining from smoke exposure.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","products":[{"product_id":"blaze-vent-hood-blz-hood","title":"Blaze Vent Hood BLZ-HOOD","description":"\u003cp\u003e\u003cspan\u003eVentilating an outdoor cooking space can be challenging due to the increased amount of smoke produced by outdoor cooking equipment. The Blaze Outdoor Vent Hood pairs a deeper hood canopy with a powerful twin motor system to effectively clean the air from the grilling area. The industry leading 36” depth of the Blaze Hood protrudes further over the cooking space capturing more smoke when the grill lid is opened. The twin 1000 cfm motors create roughly 2000 CFMs of pull which averages 60% greater suction when compared to stronger outside hoods on the market today. The Blaze Outdoor Vent Hood’s powerful suction and increased depth allows an installation further away from the cooking surface. This offers both an easier view of the cooking area along with increased comfort for the chef.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures: \u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e36” canopy depth maximizes the capture range of the vent hood\u003c\/li\u003e\n\u003cli\u003eTwo independent and individually controlled 1000 CFM 4 speed motors (2000 CFMs total) provide exceptional smoke removal\u003c\/li\u003e\n\u003cli\u003eHigher allowable install height creates a more comfortable work area\u003c\/li\u003e\n\u003cli\u003e4 adjustable halogen lights illuminate your cooking surface any time of day or night\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eSpecifications\u003c\/h5\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions: \u003c\/strong\u003e\u003cspan\u003e18″ H x 42″ W x 36″ D\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWeight: \u003c\/strong\u003e136 lbs\u003c\/p\u003e","brand":"Blaze","offers":[{"title":"Default Title","offer_id":3553920323,"sku":"BLZ-42-VHOOD","price":2199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/blazeblaze-vent-hood-blz-hoodblz-42-vhood-betterpatiocom-694450.jpg?v=1785082592"},{"product_id":"bull-twin-fan-vent-hood-36w-x-32-d-x-24-h-66009","title":"Bull Twin Fan Vent Hood (36\"W x 32\"D x 24\"H) 66009","description":"\u003cul\u003e\n\u003cli\u003e304 Stainless Steel Construction\u003c\/li\u003e\n\u003cli\u003eStainless Steel Commercial Baffle Filters\u003c\/li\u003e\n\u003cli\u003e1250 CFM\u003c\/li\u003e\n\u003cli\u003eTwo Internal Sealed Motors\u003c\/li\u003e\n\u003cli\u003eTwin Halogen Lighting System\u003c\/li\u003e\n\u003cli\u003eTop or Rear Dischage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eSpecifications\u003c\/h5\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions: \u003c\/strong\u003e24\"H X 36\"W X 32\" D\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWeight:\u003c\/strong\u003e 130 lbs.\u003c\/p\u003e","brand":"Bull","offers":[{"title":"Default Title","offer_id":2985291459,"sku":"66009","price":4378.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/bullbull-twin-fan-vent-hood-36w-x-32d-x-24h-6600966009-betterpatiocom-790819.jpg?v=1785082704"},{"product_id":"copy-of-blaze-beverage-center","title":"Blaze Outdoor 42 Inch Vent Hood","description":"\u003cp\u003e\u003cspan\u003eVentilating an outdoor cooking space can be challenging due to the increased amount of smoke produced by outdoor cooking equipment. The Blaze Outdoor Vent Hood pairs a deeper hood canopy with a powerful twin motor system to effectively clean the air from the grilling area. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eThe industry leading 36” depth of the Blaze Hood protrudes further over the cooking space capturing more smoke when the grill lid is opened. The twin 1000 cfm motors create roughly 2000 CFMs of pull which averages 60 percent greater suction when compared to stronger outside hoods on the market today. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eThe Blaze Outdoor Vent Hood’s powerful suction and increased depth allows an installation further away from the cooking surface. This offers both an easier view of the cooking area along with increased comfort for the chef.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003eVent Hood Overview\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e36inch canopy depth maximizes the capture range of the vent hood\u003c\/li\u003e\n\u003cli\u003eTwo independent and individually controlled 1000 CFM 4 speed motors (2000 CFMs total) provide exceptional smoke removal\u003c\/li\u003e\n\u003cli\u003eHigher allowable install height creates a more comfortable work area\u003c\/li\u003e\n\u003cli\u003e4 LED lights illuminate your cooking surface any time of day or night\u003c\/li\u003e\n\u003cli\u003eInnovative grease free retractable controls with lighted facing\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"dimensions\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"dimensions\"\u003e\u003cb\u003eSpecs\u003c\/b\u003e\u003c\/h3\u003e\n\u003cdiv class=\"dimensions\"\u003e\u003cb\u003e\u003c\/b\u003e\u003c\/div\u003e\n\u003cdiv class=\"dimensions\"\u003e\n\u003ctable width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e \u003cb data-mce-fragment=\"1\"\u003eDimensions: \u003c\/b\u003e18\" H x 42\" W x 36\" D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cmeta charset=\"UTF-8\"\u003e \u003cstrong\u003eSKU:\u003c\/strong\u003e\u003cspan\u003e BLZ-42-VHOOD\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cb\u003e\u003c\/b\u003e\n\u003c\/div\u003e","brand":"Blaze","offers":[{"title":"Default Title","offer_id":37830609469608,"sku":"BLZ-42-VHOOD","price":2199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/blazeblaze-outdoor-42-inch-vent-hoodblz-42-vhood-betterpatiocom-704920.jpg?v=1785084435"},{"product_id":"summerset-36-inch-outdoor-vent-hood-ssvh-36","title":"Summerset 36 Inch Outdoor Vent Hood SSVH-36","description":"\u003cp class=\"desc\"\u003eProtect your outdoor kitchen with Summerset Grills commercial-grade vent hoods. Many BBQ Islands and outdoor kitchens are made under a pergola or porch. A vent hood provides the protection you need to ensure a safe and reliable entertaining space for years to come. Custom made to fit Summerset Grills, each vent hood features durable double-lined #304 stainless steel construction for maximum strength and protection, stainless steel top\/side mounting ducting, and a matching sleek design. The vent hood not only protects your outdoor kitchen but also protects the chassis of your built-in grill from corrosion, adding to the longevity of your grill. Use Summerset vent hoods to make your outdoor kitchen a safe and entertaining space for your family and friends to enjoy.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eIncludes mounting bracket (Spacer Template SSVH-36-SPT)\u003c\/p\u003e\n\u003cdiv class=\"accordion\"\u003e \n\u003cdiv class=\"harmonica\"\u003e\n    \u003cinput type=\"checkbox\" id=\"harmonica2\" name=\"harmonica-group\"\u003e\n    \u003clabel for=\"harmonica2\" class=\"harmonica-title\"\u003eSpecifications\u003c\/label\u003e\n    \u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cdiv class=\"app-table\"\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eDocuments\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e\n\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/2021-Manual-Vent-Hood.pdf\" target=\"_blank\"\u003eVent Hood Manual (.pdf)\u003c\/a\u003e\u003cbr\u003e\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/Specs-Island-Components-SSVH-36-Vent-Hood.pdf\" target=\"_blank\"\u003e Spec Sheet (.pdf)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003econstruction\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eHigh quality components, including 304 stainless steel, ensure a quality product\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003elighting\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eHalogen Lights, Improved low-light visibility for evening grilling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eoverall_dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e36\"(W) x 18\"(H) x 30\"(D)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\t \u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e \u003c\/div\u003e\t\u003c\/div\u003e\n\u003cstyle\u003e\u003c!--\n* {\n  box-sizing: border-box;\n}\np.desc::first-letter { \n  font-size: 170%; \n  } \n.app-table { \n  display: table; \n  width: 100%; \n  margin: 0; \n  padding: 0; \n  } \n.app-tr { \n  display: table-row; \n  } \n.app-tr:nth-child(odd) { \n  background: #f2f2f2; \n  } \n.app-td { \n  display: table-cell; \n  font-weight: 500 !important; \n  padding: 5px 10px !important; \n  vertical-align: middle;\n  } \n.app-td:nth-child(1) { \n  width: 40%; \n  }\n@media (max-width: 600px) {\n  .app-td {\n    text-align: left;\n    }\n  .app-td:nth-child(1) {\n    width: 50%;\n    text-align: right;\n    background: #f2f2f2;\n    }\n  .app-tr:nth-child(odd) {\n    background: none;\n    }\n  }\n.accordion {\n  margin-top: 50px;\n}\n.accordion .harmonica input { \n  display: none;\n}\n.accordion .harmonica section { \n  display: block;\n  overflow: hidden;\n  max-height: 0;\n  transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;\n  padding: 0 20px;\n  border-bottom: 1px solid #e9eaec;\n}\n.accordion .harmonica label {\n  padding: 15px 10px; \n  display: block; \n  line-height: 1.5em;\n  text-transform: uppercase; \n  font-weight: bold; \n  cursor: pointer; \n  margin-bottom: -2px;\n}\n.accordion .harmonica label:hover {\n  opacity: 0.8;\n}\n.accordion .harmonica:first-of-type label {\n  border-top: 1px solid #e9eaec;\n}\n.accordion .harmonica-title::after {\n  content: '\\002B'; \n  transition: transform .8s ease-in-out;\n  float: right; \n  font-family: Times New Roman;\n  font-size: 1.5em;\n  font-weight: 400;\n}\n.accordion .harmonica input:checked + label::after {\n  transform: rotate(-315deg);\n}\n.accordion .harmonica input:checked ~ section { \n  max-height: 10000px;\n  transition-timing-function: cubic-bezier(0.5, 0, 1, 0); \n  transition-delay: 0s;\n}\n--\u003e\u003c\/style\u003e","brand":"Summerset Professional Grills","offers":[{"title":"Default Title","offer_id":42175707873521,"sku":"SSVH-36","price":2875.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/36-in-vent-hood-outdoor.jpg?v=1737487243"},{"product_id":"summerset-48-inch-outdoor-vent-hood-ssvh-48","title":"Summerset 48 Inch Outdoor Vent Hood SSVH-48","description":"\u003cp class=\"desc\"\u003eProtect your outdoor kitchen with Summerset Grills commercial-grade vent hoods. Many BBQ Islands and outdoor kitchens are made under a pergola or porch. A vent hood provides the protection you need to ensure a safe and reliable entertaining space for years to come. Custom made to fit Summerset Grills, each vent hood features durable double-lined #304 stainless steel construction for maximum strength and protection, stainless steel top\/side mounting ducting, and a matching sleek design. The vent hood not only protects your outdoor kitchen but also protects the chassis of your built-in grill from corrosion, adding to the longevity of your grill. Use Summerset vent hoods to make your outdoor kitchen a safe and entertaining space for your family and friends to enjoy.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eIncludes mounting bracket (Spacer Template SSVH-48-SPT)\u003c\/p\u003e\n\u003cdiv class=\"accordion\"\u003e \n\u003cdiv class=\"harmonica\"\u003e\n    \u003cinput type=\"checkbox\" id=\"harmonica2\" name=\"harmonica-group\"\u003e\n    \u003clabel for=\"harmonica2\" class=\"harmonica-title\"\u003eSpecifications\u003c\/label\u003e\n    \u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cdiv class=\"app-table\"\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eDocuments\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e\n\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/2021-Manual-Vent-Hood.pdf\" target=\"_blank\"\u003eVent Hood Manual (.pdf)\u003c\/a\u003e\u003cbr\u003e \u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/Specs-Island-Components-SSVH-48-Vent-Hood.pdf\" target=\"_blank\"\u003eSpec Sheet (.pdf)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003econstruction\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eHigh quality components, including 304 stainless steel, ensure a quality product\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003elighting\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eHalogen Lights, Improved low-light visibility for evening grilling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eoverall_dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e48\"(W) x 18\"(H) x 30\"(D);\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\t \u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e \u003c\/div\u003e\t\u003c\/div\u003e\n\u003cstyle\u003e\u003c!--\n* {\n  box-sizing: border-box;\n}\np.desc::first-letter { \n  font-size: 170%; \n  } \n.app-table { \n  display: table; \n  width: 100%; \n  margin: 0; \n  padding: 0; \n  } \n.app-tr { \n  display: table-row; \n  } \n.app-tr:nth-child(odd) { \n  background: #f2f2f2; \n  } \n.app-td { \n  display: table-cell; \n  font-weight: 500 !important; \n  padding: 5px 10px !important; \n  vertical-align: middle;\n  } \n.app-td:nth-child(1) { \n  width: 40%; \n  }\n@media (max-width: 600px) {\n  .app-td {\n    text-align: left;\n    }\n  .app-td:nth-child(1) {\n    width: 50%;\n    text-align: right;\n    background: #f2f2f2;\n    }\n  .app-tr:nth-child(odd) {\n    background: none;\n    }\n  }\n.accordion {\n  margin-top: 50px;\n}\n.accordion .harmonica input { \n  display: none;\n}\n.accordion .harmonica section { \n  display: block;\n  overflow: hidden;\n  max-height: 0;\n  transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;\n  padding: 0 20px;\n  border-bottom: 1px solid #e9eaec;\n}\n.accordion .harmonica label {\n  padding: 15px 10px; \n  display: block; \n  line-height: 1.5em;\n  text-transform: uppercase; \n  font-weight: bold; \n  cursor: pointer; \n  margin-bottom: -2px;\n}\n.accordion .harmonica label:hover {\n  opacity: 0.8;\n}\n.accordion .harmonica:first-of-type label {\n  border-top: 1px solid #e9eaec;\n}\n.accordion .harmonica-title::after {\n  content: '\\002B'; \n  transition: transform .8s ease-in-out;\n  float: right; \n  font-family: Times New Roman;\n  font-size: 1.5em;\n  font-weight: 400;\n}\n.accordion .harmonica input:checked + label::after {\n  transform: rotate(-315deg);\n}\n.accordion .harmonica input:checked ~ section { \n  max-height: 10000px;\n  transition-timing-function: cubic-bezier(0.5, 0, 1, 0); \n  transition-delay: 0s;\n}\n--\u003e\u003c\/style\u003e","brand":"Summerset Professional Grills","offers":[{"title":"Default Title","offer_id":42175707971825,"sku":"SSVH-48","price":3245.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/48-in-vent-hood-outdoor.jpg?v=1638906093"},{"product_id":"summerset-60-inch-outdoor-vent-hood-ssvh-60","title":"Summerset 60 Inch Outdoor Vent Hood SSVH-60","description":"\u003cp class=\"desc\"\u003eProtect your outdoor kitchen with Summerset Grills commercial-grade vent hoods. Many BBQ Islands and outdoor kitchens are made under a pergola or porch. A vent hood provides the protection you need to ensure a safe and reliable entertaining space for years to come. Custom made to fit Summerset Grills, each vent hood features durable double-lined #304 stainless steel construction for maximum strength and protection, stainless steel top\/side mounting ducting, and a matching sleek design. The vent hood not only protects your outdoor kitchen, but also protects the chassis of your built-in grill from corrosion, adding to the longevity of your grill. Use Summerset vent hoods to make your outdoor kitchen a safe and entertaining space for your family and friends to enjoy.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eIncludes mounting bracket (Spacer Template SSVH-60-SPT)\u003c\/p\u003e\n\u003cdiv class=\"accordion\"\u003e \n\u003cdiv class=\"harmonica\"\u003e\n    \u003cinput type=\"checkbox\" id=\"harmonica2\" name=\"harmonica-group\"\u003e\n    \u003clabel for=\"harmonica2\" class=\"harmonica-title\"\u003eSpecifications\u003c\/label\u003e\n    \u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cdiv class=\"app-table\"\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eDocuments\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e\n\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/2021-Manual-Vent-Hood.pdf\" target=\"_blank\"\u003eVent Hood Manual (.pdf)\u003c\/a\u003e\u003cbr\u003e\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/Specs-Island-Components-SSVH-60-Vent-Hood.pdf\" target=\"_blank\"\u003e Spec Sheet (.pdf)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003econstruction\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eHigh quality components, including 304 stainless steel, ensure a quality product\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003elighting\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eHalogen Lights, Improved low-light visibility for evening grilling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eoverall_dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e60\"(W) x 18\"(H) x 30\"(D);\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\t \u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\u003c!--\n* {\n  box-sizing: border-box;\n}\np.desc::first-letter { \n  font-size: 170%; \n  } \n.app-table { \n  display: table; \n  width: 100%; \n  margin: 0; \n  padding: 0; \n  } \n.app-tr { \n  display: table-row; \n  } \n.app-tr:nth-child(odd) { \n  background: #f2f2f2; \n  } \n.app-td { \n  display: table-cell; \n  font-weight: 500 !important; \n  padding: 5px 10px !important; \n  vertical-align: middle;\n  } \n.app-td:nth-child(1) { \n  width: 40%; \n  }\n@media (max-width: 600px) {\n  .app-td {\n    text-align: left;\n    }\n  .app-td:nth-child(1) {\n    width: 50%;\n    text-align: right;\n    background: #f2f2f2;\n    }\n  .app-tr:nth-child(odd) {\n    background: none;\n    }\n  }\n.accordion {\n  margin-top: 50px;\n}\n.accordion .harmonica input { \n  display: none;\n}\n.accordion .harmonica section { \n  display: block;\n  overflow: hidden;\n  max-height: 0;\n  transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;\n  padding: 0 20px;\n  border-bottom: 1px solid #e9eaec;\n}\n.accordion .harmonica label {\n  padding: 15px 10px; \n  display: block; \n  line-height: 1.5em;\n  text-transform: uppercase; \n  font-weight: bold; \n  cursor: pointer; \n  margin-bottom: -2px;\n}\n.accordion .harmonica label:hover {\n  opacity: 0.8;\n}\n.accordion .harmonica:first-of-type label {\n  border-top: 1px solid #e9eaec;\n}\n.accordion .harmonica-title::after {\n  content: '\\002B'; \n  transition: transform .8s ease-in-out;\n  float: right; \n  font-family: Times New Roman;\n  font-size: 1.5em;\n  font-weight: 400;\n}\n.accordion .harmonica input:checked + label::after {\n  transform: rotate(-315deg);\n}\n.accordion .harmonica input:checked ~ section { \n  max-height: 10000px;\n  transition-timing-function: cubic-bezier(0.5, 0, 1, 0); \n  transition-delay: 0s;\n}\n--\u003e\u003c\/style\u003e","brand":"Summerset Professional Grills","offers":[{"title":"Default Title","offer_id":42175708332273,"sku":"SSVH-60","price":3745.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/60-in-vent-hood-outdoor.jpg?v=1638906114"},{"product_id":"summerset-42-inch-outdoor-vent-hood-vh42-2","title":"Summerset 36 Inch Outdoor Vent Hood VH36-2","description":"\u003cp class=\"desc\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eBring safety, longevity, and high-end style to your covered grill island with a vented hood from Summerset Grills. Excessive smoke and heat can gradually stain or damage pergolas, porches, custom pavilions, or any other kind of covering when there is not enough moving air making this rear and top venting hood a must-have. Achieve added protection while elevating your outdoor space's aesthetic with this single addition, common to gourmet kitchens. Sleek and streamlined, each hood is constructed of double-lined #304 stainless steel to match the full line of Summerset products. Available in 36, 42, 48, and 60 inches, the Summerset Grills Vent Hood will add the perfect ambiance and scale to your outdoor kitchen.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group\" id=\"harmonica2\" type=\"checkbox\"\u003e \u003clabel class=\"harmonica-title\" for=\"harmonica2\"\u003eSpecifications\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cdiv class=\"app-table\"\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eDocuments\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e\n\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/2021-Manual-Vent-Hood.pdf\" target=\"_blank\"\u003eVent Hood Manual (.pdf)\u003c\/a\u003e\u003cbr\u003e\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/Specs-Island-Components-SSVH-36-Vent-Hood.pdf\" target=\"_blank\"\u003e Spec Sheet (.pdf)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003econstruction\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eHigh quality components, including 304 stainless steel, ensure a quality product\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003elighting\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eHalogen Lights, Improved low-light visibility for evening grilling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eoverall_dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e36\"(W) x 18\"(H) x 30\"(D)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\u003c!--\n* {\n  box-sizing: border-box;\n}\np.desc::first-letter { \n  font-size: 170%; \n  } \n.app-table { \n  display: table; \n  width: 100%; \n  margin: 0; \n  padding: 0; \n  } \n.app-tr { \n  display: table-row; \n  } \n.app-tr:nth-child(odd) { \n  background: #f2f2f2; \n  } \n.app-td { \n  display: table-cell; \n  font-weight: 500 !important; \n  padding: 5px 10px !important; \n  vertical-align: middle;\n  } \n.app-td:nth-child(1) { \n  width: 40%; \n  }\n@media (max-width: 600px) {\n  .app-td {\n    text-align: left;\n    }\n  .app-td:nth-child(1) {\n    width: 50%;\n    text-align: right;\n    background: #f2f2f2;\n    }\n  .app-tr:nth-child(odd) {\n    background: none;\n    }\n  }\n.accordion {\n  margin-top: 50px;\n}\n.accordion .harmonica input { \n  display: none;\n}\n.accordion .harmonica section { \n  display: block;\n  overflow: hidden;\n  max-height: 0;\n  transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;\n  padding: 0 20px;\n  border-bottom: 1px solid #e9eaec;\n}\n.accordion .harmonica label {\n  padding: 15px 10px; \n  display: block; \n  line-height: 1.5em;\n  text-transform: uppercase; \n  font-weight: bold; \n  cursor: pointer; \n  margin-bottom: -2px;\n}\n.accordion .harmonica label:hover {\n  opacity: 0.8;\n}\n.accordion .harmonica:first-of-type label {\n  border-top: 1px solid #e9eaec;\n}\n.accordion .harmonica-title::after {\n  content: '\\002B'; \n  transition: transform .8s ease-in-out;\n  float: right; \n  font-family: Times New Roman;\n  font-size: 1.5em;\n  font-weight: 400;\n}\n.accordion .harmonica input:checked + label::after {\n  transform: rotate(-315deg);\n}\n.accordion .harmonica input:checked ~ section { \n  max-height: 10000px;\n  transition-timing-function: cubic-bezier(0.5, 0, 1, 0); \n  transition-delay: 0s;\n}\n--\u003e\u003c\/style\u003e","brand":"Summerset Professional Grills","offers":[{"title":"Default Title","offer_id":45885198565617,"sku":"VH-36-2","price":1949.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/36-in-vent-hood-outdoor.jpg?v=1737487243"},{"product_id":"summerset-42-inch-outdoor-vent-hood","title":"Summerset 42 Inch Outdoor Vent Hood VH42-2","description":"\u003cp class=\"desc\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eBring safety, longevity, and high-end style to your covered grill island with a vented hood from Summerset Grills. Excessive smoke and heat can gradually stain or damage pergolas, porches, custom pavilions, or any other kind of covering when there is not enough moving air making this rear and top venting hood a must-have. Achieve added protection while elevating your outdoor space's aesthetic with this single addition, common to gourmet kitchens. Sleek and streamlined, each hood is constructed of double-lined #304 stainless steel to match the full line of Summerset products. Available in 36, 42, 48, and 60 inches, the Summerset Grills Vent Hood will add the perfect ambiance and scale to your outdoor kitchen.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica2\" name=\"harmonica-group\"\u003e \u003clabel for=\"harmonica2\" class=\"harmonica-title\"\u003eSpecifications\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cdiv class=\"app-table\"\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eDocuments\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e\n\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/2021-Manual-Vent-Hood.pdf\" target=\"_blank\"\u003eVent Hood Manual (.pdf)\u003c\/a\u003e\u003cbr\u003e\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/Specs-Island-Components-SSVH-36-Vent-Hood.pdf\" target=\"_blank\"\u003e Spec Sheet (.pdf)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003econstruction\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eHigh quality components, including 304 stainless steel, ensure a quality product\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003elighting\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eHalogen Lights, Improved low-light visibility for evening grilling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eoverall_dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e42\"(W) x 18\"(H) x 30\"(D)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\u003c!--\n* {\n  box-sizing: border-box;\n}\np.desc::first-letter { \n  font-size: 170%; \n  } \n.app-table { \n  display: table; \n  width: 100%; \n  margin: 0; \n  padding: 0; \n  } \n.app-tr { \n  display: table-row; \n  } \n.app-tr:nth-child(odd) { \n  background: #f2f2f2; \n  } \n.app-td { \n  display: table-cell; \n  font-weight: 500 !important; \n  padding: 5px 10px !important; \n  vertical-align: middle;\n  } \n.app-td:nth-child(1) { \n  width: 40%; \n  }\n@media (max-width: 600px) {\n  .app-td {\n    text-align: left;\n    }\n  .app-td:nth-child(1) {\n    width: 50%;\n    text-align: right;\n    background: #f2f2f2;\n    }\n  .app-tr:nth-child(odd) {\n    background: none;\n    }\n  }\n.accordion {\n  margin-top: 50px;\n}\n.accordion .harmonica input { \n  display: none;\n}\n.accordion .harmonica section { \n  display: block;\n  overflow: hidden;\n  max-height: 0;\n  transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;\n  padding: 0 20px;\n  border-bottom: 1px solid #e9eaec;\n}\n.accordion .harmonica label {\n  padding: 15px 10px; \n  display: block; \n  line-height: 1.5em;\n  text-transform: uppercase; \n  font-weight: bold; \n  cursor: pointer; \n  margin-bottom: -2px;\n}\n.accordion .harmonica label:hover {\n  opacity: 0.8;\n}\n.accordion .harmonica:first-of-type label {\n  border-top: 1px solid #e9eaec;\n}\n.accordion .harmonica-title::after {\n  content: '\\002B'; \n  transition: transform .8s ease-in-out;\n  float: right; \n  font-family: Times New Roman;\n  font-size: 1.5em;\n  font-weight: 400;\n}\n.accordion .harmonica input:checked + label::after {\n  transform: rotate(-315deg);\n}\n.accordion .harmonica input:checked ~ section { \n  max-height: 10000px;\n  transition-timing-function: cubic-bezier(0.5, 0, 1, 0); \n  transition-delay: 0s;\n}\n--\u003e\u003c\/style\u003e","brand":"Summerset Professional Grills","offers":[{"title":"Default Title","offer_id":45885209805041,"sku":"VH42-2","price":2399.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/vh42-2-hood_1200x1200_crop_center_869e5d7d-4d0c-426f-a1ef-74099df3b924.jpg?v=1737487243"},{"product_id":"trueflame-36-inch-outdoor-vent-hood-1200-cfm-304-stainless-steel-bbq-exhaust-system","title":"TrueFlame 36-Inch Outdoor Vent Hood – 1200 CFM 304 Stainless Steel BBQ Exhaust System","description":"\u003cp data-start=\"343\" data-end=\"643\"\u003eEnsure a cleaner, safer, and more enjoyable outdoor cooking experience with the \u003cstrong data-start=\"423\" data-end=\"462\"\u003eTrueFlame 36-Inch Outdoor Vent Hood\u003c\/strong\u003e. Engineered for performance and durability, this high-powered ventilation system removes smoke, heat, and grease from your outdoor kitchen while maintaining a sleek, modern look.\u003c\/p\u003e\n\u003cp data-start=\"645\" data-end=\"988\"\u003eBuilt from \u003cstrong data-start=\"656\" data-end=\"687\"\u003epremium 304 stainless steel\u003c\/strong\u003e, this vent hood is designed to endure harsh weather conditions without corrosion or discoloration. Its powerful \u003cstrong data-start=\"800\" data-end=\"826\"\u003e1200 CFM blower system\u003c\/strong\u003e effectively pulls away unwanted smoke and odors, keeping your cooking area clear and comfortable — perfect for patios, covered decks, and semi-enclosed spaces.\u003c\/p\u003e\n\u003cp data-start=\"990\" data-end=\"1287\"\u003eThe \u003cstrong data-start=\"994\" data-end=\"1017\"\u003eTrueFlame Vent Hood\u003c\/strong\u003e is both functional and stylish, featuring a polished stainless steel finish that complements any outdoor kitchen design. It can \u003cstrong data-start=\"1146\" data-end=\"1175\"\u003event from the top or rear\u003c\/strong\u003e, allowing flexible installation options. With a built-in \u003cstrong data-start=\"1233\" data-end=\"1256\"\u003e½\" mounting bracket\u003c\/strong\u003e, setup is simple and secure.\u003c\/p\u003e\n\u003cp data-start=\"1289\" data-end=\"1507\"\u003eProtect your investment and keep your outdoor environment fresh and breathable. With professional-grade power and TrueFlame craftsmanship, this vent hood is the perfect finishing touch to any premium outdoor kitchen.\u003c\/p\u003e\n\u003cp data-start=\"1514\" data-end=\"1542\"\u003e\u003cstrong data-start=\"1520\" data-end=\"1542\"\u003eOverall Dimensions\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"1545\" data-end=\"1555\"\u003eWidth:\u003c\/strong\u003e 36 inches\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"1570\" data-end=\"1581\"\u003eHeight:\u003c\/strong\u003e 18 inches\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"1596\" data-end=\"1606\"\u003eDepth:\u003c\/strong\u003e 30 inches\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"1625\" data-end=\"1647\"\u003e\u003cstrong data-start=\"1631\" data-end=\"1647\"\u003eKey Features\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"1650\" data-end=\"1678\"\u003ePowerful 1200 CFM Blower\u003c\/strong\u003e – Quickly removes smoke, fumes, and heat for a cleaner cooking area\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"1751\" data-end=\"1787\"\u003e304 Stainless Steel Construction\u003c\/strong\u003e – Rust-resistant and built to handle outdoor conditions\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"1848\" data-end=\"1877\"\u003eVersatile Venting Options\u003c\/strong\u003e – Can vent from the \u003cstrong data-start=\"1898\" data-end=\"1913\"\u003erear or top\u003c\/strong\u003e for flexible installation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"1944\" data-end=\"1976\"\u003e½\" Mounting Bracket Included\u003c\/strong\u003e – Makes installation simple and secure\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2020\" data-end=\"2048\"\u003eProtects Your Grill Head\u003c\/strong\u003e – Shields your cooking station from adverse weather exposure\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2114\" data-end=\"2138\"\u003eSleek, Modern Design\u003c\/strong\u003e – Blends seamlessly into any outdoor kitchen setup\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2194\" data-end=\"2222\"\u003eWeather-Resistant Finish\u003c\/strong\u003e – Maintains its polished look in all climates\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2273\" data-end=\"2307\"\u003eIdeal for Semi-Enclosed Spaces\u003c\/strong\u003e – Ensures proper ventilation for patios and covered areas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"2374\" data-end=\"2398\"\u003e\u003cstrong data-start=\"2380\" data-end=\"2398\"\u003eSpecifications\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2401\" data-end=\"2418\"\u003eManufacturer:\u003c\/strong\u003e TrueFlame\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2433\" data-end=\"2443\"\u003eModel:\u003c\/strong\u003e TF-VH36-2\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2458\" data-end=\"2471\"\u003eMaterial:\u003c\/strong\u003e 304 Stainless Steel\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2496\" data-end=\"2507\"\u003eFinish:\u003c\/strong\u003e Polished Stainless Steel\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2537\" data-end=\"2547\"\u003eWidth:\u003c\/strong\u003e 36\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2556\" data-end=\"2567\"\u003eHeight:\u003c\/strong\u003e 18\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2576\" data-end=\"2586\"\u003eDepth:\u003c\/strong\u003e 30\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2595\" data-end=\"2603\"\u003eCFM:\u003c\/strong\u003e 1200\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2613\" data-end=\"2633\"\u003eVenting Options:\u003c\/strong\u003e Top or Rear\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2650\" data-end=\"2671\"\u003eMounting Bracket:\u003c\/strong\u003e Included (½\")\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2690\" data-end=\"2713\"\u003eWeather Resistance:\u003c\/strong\u003e Yes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong data-start=\"2722\" data-end=\"2732\"\u003eUsage:\u003c\/strong\u003e Outdoor \/ Semi-Enclosed Kitchens\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"BetterPatio.com","offers":[{"title":"Default Title","offer_id":47067220410609,"sku":"VH36-2","price":1949.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/TrueFlame36-InchOutdoorVentHood_1200CFM304StainlessSteelBBQExhaustSystem_1.png?v=1782448302"}],"url":"https:\/\/betterpatio.com\/collections\/outdoor-kitchen-hood.oembed","provider":"BetterPatio.com","version":"1.0","type":"link"}