{"title":"Outdoor Kitchen with Flat Top and Grill","description":"\n\u003cstyle\u003e\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 {\n max-width: var(--max-width);\n margin: 0 auto;\n padding: 60px 24px 80px;\n font-family: var(--body-font);\n color: var(--brand-dark);\n font-size: 16.5px;\n line-height: 1.8;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n .rte \u003e p:first-child {\n font-size: 1.25rem;\n line-height: 1.85;\n color: #2c332a;\n margin-bottom: 3rem;\n border-left: 5px solid var(--brand-accent);\n padding-left: 1.5rem;\n font-style: italic;\n }\n\n .rte h2 {\n font-family: var(--heading-font);\n font-size: 1.65rem;\n font-weight: 700;\n color: var(--brand-primary);\n margin-top: 3.5rem;\n margin-bottom: 1.2rem;\n line-height: 1.3;\n letter-spacing: -0.02em;\n text-transform: capitalize !important;\n }\n\n .rte h3 {\n font-family: var(--heading-font);\n font-size: 1.2rem;\n font-weight: 600;\n color: var(--brand-accent);\n margin-top: 2rem;\n margin-bottom: 0.6rem;\n letter-spacing: -0.01em;\n text-transform: capitalize !important;\n }\n\n .rte p {\n margin-bottom: 1.2rem;\n color: #2c332a;\n }\n\n .rte ul {\n padding-left: 2;\n margin-bottom: 1.8rem;\n list-style: none;\n }\n\n .rte ul li {\n position: relative;\n padding-left: 2rem;\n margin-bottom: 0.75rem;\n color: #2c332a;\n }\n .rte ul li::before {\n content: \"—\";\n position: absolute;\n left: 0;\n color: var(--brand-accent);\n font-weight: bold;\n }\n\n .rte details {\n border: 1px solid var(--brand-mid);\n border-radius: 8px;\n margin-bottom: 0.85rem;\n background: #ffffff;\n transition: all 0.25s ease;\n overflow: hidden;\n }\n\n .rte details:hover {\n border-color: var(--brand-primary);\n box-shadow: 0 4px 12px rgba(45, 90, 39, 0.05);\n }\n\n .rte details[open] {\n background: var(--brand-light);\n border-color: var(--brand-primary);\n box-shadow: inset 0 2px 4px rgba(45, 90, 39, 0.02);\n }\n\n .rte summary {\n font-family: var(--heading-font);\n font-weight: 600;\n font-size: 1.05rem;\n padding: 1.1rem 1.4rem;\n cursor: pointer;\n list-style: none;\n color: var(--brand-primary);\n display: flex;\n justify-content: space-between;\n align-items: center;\n user-select: none;\n }\n\n .rte summary::-webkit-details-marker { display: none; }\n .rte summary::after {\n content: '+';\n font-size: 1.4rem;\n font-family: monospace;\n color: var(--brand-accent);\n line-height: 1;\n transition: transform 0.2s ease;\n }\n\n .rte details[open] summary {\n border-bottom: 1px solid var(--brand-mid);\n }\n\n .rte details[open] summary::after {\n content: '–';\n transform: rotate(180deg);\n }\n\n .rte details p {\n padding: 1.2rem 1.4rem;\n margin: 0;\n font-size: 1rem;\n color: #2c332a;\n line-height: 1.75;\n }\n\n .rte .collection-nav {\n display: flex;\n flex-wrap: wrap;\n gap: 12px;\n margin-top: 1.8rem;\n margin-bottom: 2rem;\n }\n\n .rte .collection-nav a {\n background: var(--brand-light);\n color: var(--brand-primary);\n padding: 8px 18px;\n border-radius: 30px;\n text-decoration: none;\n font-family: var(--heading-font);\n font-size: 0.9rem;\n font-weight: 500;\n border: 1px solid var(--brand-mid);\n transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);\n }\n\n .rte .collection-nav a:hover {\n background: var(--brand-primary);\n color: #ffffff;\n border-color: var(--brand-primary);\n transform: translateY(-2px);\n box-shadow: 0 4px 8px rgba(45, 90, 39, 0.15);\n }\n\n .rte .section-rule {\n border: none;\n border-top: 1px solid var(--brand-mid);\n margin: 3.5rem 0;\n }\n\n .rte .highlight-box {\n background: var(--brand-light);\n border-left: 5px solid var(--brand-accent);\n padding: 1.5rem 1.75rem;\n margin: 2.5rem 0;\n border-radius: 0 12px 12px 0;\n box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);\n }\n\n .rte .highlight-box p {\n margin: 0;\n font-size: 1.05rem;\n color: #2c332a;\n line-height: 1.75;\n }\n\n .rte a {\n color: var(--brand-primary);\n text-decoration: underline;\n }\n\n .rte a:hover {\n color: var(--brand-accent);\n }\n\n @media (max-width: 600px) {\n .rte {\n font-size: 15.5px;\n padding: 30px 18px 50px;\n }\n .rte h2 {\n font-size: 1.4rem;\n margin-top: 2.5rem;\n }\n .rte h3 {\n font-size: 1.1rem;\n }\n .rte \u003e p:first-child {\n font-size: 1.1rem;\n margin-bottom: 2rem;\n }\n .rte .collection-nav {\n gap: 8px;\n }\n .rte .collection-nav a {\n padding: 6px 14px;\n font-size: 0.82rem;\n }\n .rte details {\n border-radius: 6px;\n }\n .rte summary {\n padding: 0.9rem 1.1rem;\n font-size: 0.95rem;\n }\n .rte details p {\n padding: 0.9rem 1.1rem;\n }\n }\n\u003c\/style\u003e\n\u003cdiv class=\"rte\"\u003e\n\n  \u003cp\u003eAn outdoor kitchen with flat top and grill gives you the most versatile cooking setup a backyard can offer — combining the high-heat searing power of a traditional grill with the broad, even cooking surface of a flat top griddle. Whether you're flipping smash burgers, searing fish fillets, or running a full breakfast spread while bacon cooks on the griddle and chicken finishes over the flame, this dual-station approach puts serious cooking capability right in your outdoor space. At BetterPatio.com, we carry everything you need to build a combined griddle and grill outdoor kitchen that performs as good as it looks.\u003c\/p\u003e\n\n  \u003ch2\u003eAn Outdoor Kitchen with Flat Top and Grill Gives You Two Kitchens in One\u003c\/h2\u003e\n  \u003cp\u003eThe biggest advantage of combining a griddle station with a traditional gas or charcoal grill is the sheer range of cooking techniques available to you at any given moment. A flat top griddle excels at foods that need full surface contact — eggs, pancakes, smash burgers, stir fry, and sautéed vegetables — while the grill handles anything that benefits from open flame and smoke. Together, they cover virtually every cooking method short of baking, making your outdoor kitchen a genuine full-service cooking environment.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eCook multiple food types simultaneously without compromising technique\u003c\/li\u003e\n    \u003cli\u003eFlat top surface delivers consistent, edge-to-edge heat for even cooking\u003c\/li\u003e\n    \u003cli\u003eGrill station provides open flame for charring, smoking, and caramelizing\u003c\/li\u003e\n    \u003cli\u003eReduce indoor cooking entirely during spring, summer, and fall seasons\u003c\/li\u003e\n    \u003cli\u003eIdeal for entertaining large groups with varied menu preferences\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cp\u003eStart with the appliances that anchor your outdoor cooking island. \u003ca href=\"https:\/\/betterpatio.com\/collections\/outdoor-kitchen-appliances\"\u003eShop Outdoor Kitchen Appliances →\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"section-rule\"\u003e\n\n  \u003ch2\u003eBuilt-In Griddle and Grill Combos for Permanent Outdoor Kitchens\u003c\/h2\u003e\n  \u003cp\u003eA professionally built outdoor cooking island goes well beyond a freestanding grill cart parked on the patio. Drop-in flat top griddles and built-in gas grills are engineered to install flush into outdoor kitchen countertops, creating a seamless alfresco cooking station that looks custom and functions like a commercial kitchen. The result is a permanent outdoor cooking setup that adds lasting value to your home and your outdoor lifestyle.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eDrop-in griddle inserts available in 17-inch to 36-inch cooking surface widths\u003c\/li\u003e\n    \u003cli\u003eBuilt-in grill units designed for standard outdoor island cutout dimensions\u003c\/li\u003e\n    \u003cli\u003eStainless steel construction throughout for a cohesive, weather-resistant finish\u003c\/li\u003e\n    \u003cli\u003eNatural gas and liquid propane options to match your existing fuel setup\u003c\/li\u003e\n    \u003cli\u003eModular configurations allow you to customize the layout around your space\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cp\u003eFind the right natural gas grill to anchor your outdoor cooking island. \u003ca href=\"https:\/\/betterpatio.com\/collections\/natural-gas-grills\"\u003eShop Natural Gas Grills →\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"section-rule\"\u003e\n\n  \u003ch2\u003eHigh-Output Cooking Performance for Serious Backyard Chefs\u003c\/h2\u003e\n  \u003cp\u003eWhether you're running a weekend brunch for the neighborhood or managing a multi-course dinner party outside, a combined flat top and grill outdoor kitchen needs to deliver consistent, reliable heat across every cooking zone. The best outdoor griddles and built-in grills are rated for high BTU output and engineered to maintain target temperatures even in variable outdoor conditions like wind and cold ambient air. That level of performance is what separates a purpose-built outdoor cooking station from a portable setup thrown together on the fly.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eFlat top griddles ranging from 15,000 to 45,000 BTUs for rapid preheating\u003c\/li\u003e\n    \u003cli\u003eBuilt-in grills with multi-zone burner control for precise heat management\u003c\/li\u003e\n    \u003cli\u003eHeavy-gauge steel or cast iron griddle plates for superior heat retention\u003c\/li\u003e\n    \u003cli\u003eGrill burners engineered to perform in wind, cold, and high-humidity environments\u003c\/li\u003e\n    \u003cli\u003eGrease management systems on both griddle and grill for safe, easy operation\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003chr class=\"section-rule\"\u003e\n\n  \u003ch2\u003eCountertops and Cabinetry for Flat Top and Grill Setups\u003c\/h2\u003e\n  \u003cp\u003eThe cooking appliances are only part of the picture — a truly functional outdoor kitchen needs durable countertops, smart storage, and a layout that supports the way you cook. Outdoor kitchen countertops surrounding your griddle and grill stations need to handle heat, moisture, and regular use without cracking, staining, or fading. The right combination of surface materials and cabinetry turns a basic appliance installation into a complete alfresco cooking environment.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003ePorcelain, granite, and concrete countertop options rated for outdoor use\u003c\/li\u003e\n    \u003cli\u003eAmple prep surface on both sides of the griddle and grill stations\u003c\/li\u003e\n    \u003cli\u003eWeather-resistant cabinetry with stainless or powder-coated aluminum framing\u003c\/li\u003e\n    \u003cli\u003eUnder-counter storage for cookware, fuel, and grilling accessories\u003c\/li\u003e\n    \u003cli\u003eIntegrated side burner and refrigerator zones available for expanded functionality\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cp\u003eComplete the look with countertops built to handle outdoor cooking. \u003ca href=\"https:\/\/betterpatio.com\/collections\/outdoor-kitchen-countertops\"\u003eBrowse Outdoor Kitchen Countertops →\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"section-rule\"\u003e\n\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eWhat is a flat outdoor grill called?\u003c\/summary\u003e\n    \u003cp\u003eA flat outdoor grill is most commonly called a griddle or flat top grill, and in some cases a plancha depending on the design origin. Griddles feature a solid, flat cooking surface rather than open grates, allowing grease and juices to stay in contact with the food as it cooks. Brands like Blackstone, Arteflame, and Camp Chef have made the outdoor flat top griddle a mainstream staple in backyard kitchens.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eCan you put a Blackstone griddle in an outdoor kitchen?\u003c\/summary\u003e\n    \u003cp\u003eBlackstone makes freestanding griddle units that work well on a patio surface, but they are not designed for drop-in installation into an outdoor kitchen island. For a built-in outdoor kitchen, you would want a drop-in griddle insert from brands like Lion, Bull, or Blaze that are engineered specifically for countertop integration. These units provide the same flat top cooking experience as a Blackstone while fitting seamlessly into a permanent outdoor kitchen layout.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eIs it worth getting a flat top grill?\u003c\/summary\u003e\n    \u003cp\u003eFor anyone who enjoys cooking a wide variety of foods outdoors, a flat top grill is absolutely worth it. The solid cooking surface gives you capabilities the grill grates simply cannot match — from breakfast foods and stir fry to smash burgers and delicate fish — without the risk of food falling through or flare-ups. Once you experience how much more you can cook outside with a griddle station, it becomes an indispensable part of the outdoor kitchen.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eWhat is the best outdoor flat top grill?\u003c\/summary\u003e\n    \u003cp\u003eThe best outdoor flat top grill depends on whether you need a freestanding unit or a built-in drop-in griddle for a permanent kitchen island. For freestanding use, Blackstone and Camp Chef are consistently top-rated for value and performance. For built-in outdoor kitchen applications, Lion, Blaze, and Bull offer high-quality drop-in griddle inserts built from commercial-grade stainless steel with BTU output designed for serious outdoor cooking.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"coyote-outdoor-living-30-inch-flat-top-grill-c1ftg30","title":"Coyote Outdoor Living 30 Inch Flat Top Grill","description":"\u003cp class=\"desc\"\u003eAt Coyote Outdoor Living believes you're at your best - preparing food with your family, celebrating, entertaining, or just relaxing – in the great outdoors.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eCoyote Outdoor Living’s products are designed with precision, power and durability to give you and your loved ones the space and freedom to pursue your outdoor passion to the utmost.\u003c\/p\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/we_9Jrhn8sU\" height=\"345\" width=\"400\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp style=\"display: inline; border-bottom: 1px solid currentColor;\"\u003eMODEL NO. C3FTG30\u003c\/p\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group\" id=\"harmonica1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica1\"\u003eFeatures\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\n\u003cp\u003eNewly redesigned end cap and handle for cover\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eNewly redesigned knob and bezel with gradient light\u003c\/li\u003e\n\u003cli\u003eKnob color inserts available\u003c\/li\u003e\n\u003cli\u003eUp to 17K BTU per burner (2 burners total)\u003c\/li\u003e\n\u003cli\u003eComplete 304 stainless-steel construction\u003c\/li\u003e\n\u003cli\u003eIncludes stainless-steel cover for cooking surface\u003c\/li\u003e\n\u003cli\u003eRemovable grease trap easily accessible\u003c\/li\u003e\n\u003cli\u003eAvailable as a built-in or free-standing\u003c\/li\u003e\n\u003cli\u003eVinyl weather cover included\u003c\/li\u003e\n\u003cli\u003eFree-standing cart available\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group\" id=\"harmonica3\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica3\"\u003eSpecifications\u003c\/label\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003csection class=\"harmonica-content\"\u003e\n\u003cul\u003e\n\u003cli\u003eGas Burner Qty: 2\u003c\/li\u003e\n\u003cli\u003eGas Burner Total BTU's: 34000\u003c\/li\u003e\n\u003cli\u003ePower (V): 120\u003c\/li\u003e\n\u003cli\u003eNumber of Hamburgers at One Time: 15\u003c\/li\u003e\n\u003cli\u003eMain Grilling Area (Sq. In,): 400\u003c\/li\u003e\n\u003cli\u003eExterior Material: stainless-steel\u003c\/li\u003e\n\u003cli\u003eExterior Material Grade: 304\u003c\/li\u003e\n\u003cli\u003eCooking Grate Material: stainless-steel\u003c\/li\u003e\n\u003cli\u003eHezt Zone Separators: No\u003c\/li\u003e\n\u003cli\u003eIgnition Type: Flame Thrower\u003c\/li\u003e\n\u003cli\u003eSafety Valve \/ Thermocouple: Yes\u003c\/li\u003e\n\u003cli\u003eGrill Lights: Exterior\u003c\/li\u003e\n\u003cli\u003eIncludes Smoker Box: Available\u003c\/li\u003e\n\u003c\/ul\u003e\n\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:\/\/cdn.shopify.com\/s\/files\/1\/0226\/6388\/8970\/files\/C3FTG30-Install-Guide.pdf\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eC3FTG30-Install Guide\u003c\/a\u003e\u003cbr\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0226\/6388\/8970\/files\/C3FTG30-Manual.pdf\" rel=\"noopener noreferrer\" target=\"_blank\"\u003e\u003ci class=\"fa-solid fa-file-pdf\" aria-hidden=\"true\"\u003e\u003c\/i\u003eC3FTG30-Manual\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp style=\"text-decoration: underline;\"\u003eBuilt-In:\u003c\/p\u003e\n\u003cdiv class=\"app-table\"\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eCutout Dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e(H) 10 1\/4″ X (W) 27 1\/4″ X (D) 20 1\/2″\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\"\u003e(H) 13 1\/2″ X (W) 30″ X (D) 25 1\/2″\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp style=\"text-decoration: underline;\"\u003eCart Model:\u003c\/p\u003e\n\u003cdiv class=\"app-table\"\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eShelves Up Dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e(H) 36 1\/2″ X (W) 58 1\/2″ X (D) 25 1\/2″\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eShelves Down Dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e(H) 36 1\/2″ X (W) 36″ X (D) 25 1\/2″\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group\" id=\"harmonica2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica2\"\u003eProduct Options \u0026amp; Accessories\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eFree-standing Cart (sold separately):\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eModel No: C3FTCART\u003cspanopen data-sheets-root=\"1\"\u003eC3FTCART\u003c\/spanopen\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eCustom fit, weather resistant cover available (sold separately):\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eModel Nos: CCVRFT-BI for built-in installs and CCVRFT-CT for freestanding on cart\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Coyote Outdoor Living","offers":[{"title":"Liquid Propane \/ Built-In","offer_id":42539659722993,"sku":"C3FTG30LP","price":2399.0,"currency_code":"USD","in_stock":true},{"title":"Liquid Propane \/ Freestanding","offer_id":43935488573681,"sku":"C3FTCART-LP","price":2199.0,"currency_code":"USD","in_stock":true},{"title":"Natural Gas \/ Built-In","offer_id":42539659755761,"sku":"C3FTG30NG","price":2399.0,"currency_code":"USD","in_stock":true},{"title":"Natural Gas \/ Freestanding","offer_id":43935488606449,"sku":"C3FTCART-NG","price":2199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/coyote-outdoor-livingcoyote-outdoor-living-30-inch-flat-top-grillc1ftg30-lp-betterpatiocom-673316.jpg?v=1705369935"},{"product_id":"coyote-outdoor-living-30-inch-flat-top-grill-liquid-propane-freestanding","title":"Coyote Outdoor Living 30 Inch Flat Top Grill\/Liquid Propane \/ Freestanding","description":null,"brand":"BetterPatio.com","offers":[{"title":"Default Title","offer_id":45031179157745,"sku":"","price":3098.0,"currency_code":"USD","in_stock":true}]}],"url":"https:\/\/betterpatio.com\/collections\/outdoor-kitchen-with-flat-top-and-grill.oembed","provider":"BetterPatio.com","version":"1.0","type":"link"}