{"title":"U-Shaped Outdoor Kitchen","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 {\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 a {\n    color: var(--brand-primary);\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .rte ul {\n    padding-left: 0;\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\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 .table-wrap {\n    margin: 2rem 0 2.4rem;\n    border: 1px solid var(--brand-mid);\n    border-radius: 12px;\n    overflow: hidden;\n    background: #ffffff;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.025);\n  }\n\n  .rte table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 0.96rem;\n  }\n\n  .rte th,\n  .rte td {\n    padding: 1rem 1.1rem;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid var(--brand-mid);\n    color: #2c332a;\n  }\n\n  .rte th {\n    background: var(--brand-light);\n    color: var(--brand-primary);\n    font-family: var(--heading-font);\n    font-weight: 700;\n  }\n\n  .rte tr:last-child td {\n    border-bottom: none;\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\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 .rule,\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  @media (max-width: 700px) {\n    .rte .table-wrap {\n      border: none;\n      box-shadow: none;\n      background: transparent;\n      overflow: visible;\n    }\n\n    .rte table,\n    .rte thead,\n    .rte tbody,\n    .rte th,\n    .rte td,\n    .rte tr {\n      display: block;\n      width: 100%;\n    }\n\n    .rte thead {\n      position: absolute;\n      width: 1px;\n      height: 1px;\n      padding: 0;\n      margin: -1px;\n      overflow: hidden;\n      clip: rect(0, 0, 0, 0);\n      white-space: nowrap;\n      border: 0;\n    }\n\n    .rte tr {\n      background: #ffffff;\n      border: 1px solid var(--brand-mid);\n      border-radius: 10px;\n      margin-bottom: 1rem;\n      overflow: hidden;\n      box-shadow: 0 4px 12px rgba(45, 90, 39, 0.04);\n    }\n\n    .rte td {\n      border-bottom: 1px solid var(--brand-mid);\n      padding: 0.85rem 1rem 0.85rem 43%;\n      position: relative;\n      min-height: 52px;\n    }\n\n    .rte td:last-child {\n      border-bottom: none;\n    }\n\n    .rte td::before {\n      content: attr(data-label);\n      position: absolute;\n      top: 0.85rem;\n      left: 1rem;\n      width: 35%;\n      color: var(--brand-primary);\n      font-family: var(--heading-font);\n      font-weight: 700;\n      line-height: 1.35;\n    }\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\" bis_size='{\"x\":11,\"y\":9,\"w\":558,\"h\":10117,\"abs_x\":11,\"abs_y\":9}'\u003e\n\u003c!-- ============================================================\n     COLLECTION PAGE: U-Shaped Outdoor Kitchen — BetterPatio.com\n     TARGET KEYWORD: U-shaped outdoor kitchen\n     ============================================================ --\u003e\n\u003cp bis_size='{\"x\":29,\"y\":39,\"w\":522,\"h\":162,\"abs_x\":29,\"abs_y\":39}'\u003eA U-shaped outdoor kitchen is for the backyard that deserves more than a grill against the wall. It wraps the cooking, prep, storage, and serving zones around the cook, creating a true open-air kitchen where everything has a place and guests can gather without crowding the grill.\u003c\/p\u003e\n\u003cp bis_size='{\"x\":29,\"y\":234,\"w\":522,\"h\":167,\"abs_x\":29,\"abs_y\":234}'\u003eAt BetterPatio, a U-shaped layout is usually part of a custom outdoor kitchen plan, especially when you want exact appliance placement, bar seating, refrigeration, a sink, burners, storage, and a finish that belongs with the rest of the patio. You get free US shipping, no sales tax outside California, price match support, and design help when the layout needs to be built around the real space.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":441,\"w\":522,\"h\":58,\"abs_x\":29,\"abs_y\":441}'\u003eWhy a U-Shaped Outdoor Kitchen Works for Serious Backyard Entertaining\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":519,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":519}'\u003eThe U shape is the closest outdoor version of a full indoor kitchen. Instead of pushing every appliance into one straight line, it gives you three connected runs: one for grilling, one for prep or cleanup, and one for serving, seating, refrigeration, or storage.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":662,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":662}'\u003eIt creates a real outdoor work triangle\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":703,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":703}'\u003eA good U-shaped outdoor kitchen keeps the grill, sink, refrigerator, and prep surface close enough to use without feeling cramped. The cook can turn from one task to the next while the outer side of the kitchen still feels open to guests.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":847,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":847}'\u003eIt gives guests a place to gather without blocking the cook\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":888,\"w\":522,\"h\":83,\"abs_x\":29,\"abs_y\":888}'\u003eThe outside run can become a bar counter, buffet surface, or drink station. That separation matters. Guests can sit, talk, and grab drinks while the cooking side stays clear for hot tools, open grill lids, pans, and trays.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":991,\"w\":522,\"h\":283,\"abs_x\":29,\"abs_y\":991}'\u003e\n\u003cli bis_size='{\"x\":29,\"y\":991,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":991}'\u003eCreates three useful zones for cooking, prep, storage, and serving\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":1031,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":1031}'\u003eWorks well for larger patios, pool areas, and full outdoor living spaces\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":1071,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":1071}'\u003eGives the cook more counter space than most straight or L-shaped layouts\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":1139,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":1139}'\u003eCan support bar seating, refrigeration, sinks, side burners, drawers, and trash storage\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":1206,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":1206}'\u003eHelps separate the hot grill zone from the guest-facing side\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":1246,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":1246}'\u003eFeels more like a complete outdoor room than a single grill island\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"rule\" bis_size='{\"x\":29,\"y\":1330,\"w\":522,\"h\":0,\"abs_x\":29,\"abs_y\":1330}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":1387,\"w\":522,\"h\":58,\"abs_x\":29,\"abs_y\":1387}'\u003eU-Shaped Outdoor Kitchen vs L-Shaped vs Straight Island\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":1464,\"w\":522,\"h\":83,\"abs_x\":29,\"abs_y\":1464}'\u003eLayout is the first big decision. A U-shaped kitchen is powerful, but it is not automatically right for every backyard. It needs enough room for three runs, an open center, appliance doors, walking paths, and guests.\u003c\/p\u003e\n\u003cdiv class=\"table-wrap\" bis_size='{\"x\":29,\"y\":1580,\"w\":522,\"h\":1017,\"abs_x\":29,\"abs_y\":1580}'\u003e\n\u003ctable bis_size='{\"x\":29,\"y\":1580,\"w\":522,\"h\":1017,\"abs_x\":29,\"abs_y\":1580}'\u003e\n\u003cthead bis_size='{\"x\":29,\"y\":1580,\"w\":0,\"h\":0,\"abs_x\":29,\"abs_y\":1580}'\u003e\n\u003ctr bis_size='{\"x\":29,\"y\":1580,\"w\":2,\"h\":245,\"abs_x\":29,\"abs_y\":1580}'\u003e\n\u003cth bis_size='{\"x\":30,\"y\":1581,\"w\":37,\"h\":61,\"abs_x\":30,\"abs_y\":1581}'\u003eLayout\u003c\/th\u003e\n\u003cth bis_size='{\"x\":30,\"y\":1642,\"w\":37,\"h\":61,\"abs_x\":30,\"abs_y\":1642}'\u003eBest For\u003c\/th\u003e\n\u003cth bis_size='{\"x\":30,\"y\":1703,\"w\":37,\"h\":61,\"abs_x\":30,\"abs_y\":1703}'\u003eMain Advantage\u003c\/th\u003e\n\u003cth bis_size='{\"x\":30,\"y\":1764,\"w\":37,\"h\":61,\"abs_x\":30,\"abs_y\":1764}'\u003ePlan Carefully\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody bis_size='{\"x\":30,\"y\":1581,\"w\":521,\"h\":1000,\"abs_x\":30,\"abs_y\":1581}'\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":1581,\"w\":522,\"h\":323,\"abs_x\":30,\"abs_y\":1581}'\u003e\n\u003ctd data-label=\"Layout\" bis_size='{\"x\":31,\"y\":1582,\"w\":763,\"h\":80,\"abs_x\":31,\"abs_y\":1582}'\u003eStraight outdoor kitchen island\u003c\/td\u003e\n\u003ctd data-label=\"Best For\" bis_size='{\"x\":31,\"y\":1662,\"w\":763,\"h\":80,\"abs_x\":31,\"abs_y\":1662}'\u003eSmall patios, side yards, simple grill stations\u003c\/td\u003e\n\u003ctd data-label=\"Main Advantage\" bis_size='{\"x\":31,\"y\":1743,\"w\":763,\"h\":80,\"abs_x\":31,\"abs_y\":1743}'\u003eCompact footprint and easiest placement\u003c\/td\u003e\n\u003ctd data-label=\"Plan Carefully\" bis_size='{\"x\":31,\"y\":1824,\"w\":763,\"h\":79,\"abs_x\":31,\"abs_y\":1824}'\u003eLimited counter separation and less guest-facing space\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":1920,\"w\":522,\"h\":323,\"abs_x\":30,\"abs_y\":1920}'\u003e\n\u003ctd data-label=\"Layout\" bis_size='{\"x\":31,\"y\":1921,\"w\":763,\"h\":80,\"abs_x\":31,\"abs_y\":1921}'\u003eL-shaped outdoor kitchen\u003c\/td\u003e\n\u003ctd data-label=\"Best For\" bis_size='{\"x\":31,\"y\":2002,\"w\":763,\"h\":80,\"abs_x\":31,\"abs_y\":2002}'\u003eEntertaining, corner layouts, bar seating, poolside cooking\u003c\/td\u003e\n\u003ctd data-label=\"Main Advantage\" bis_size='{\"x\":31,\"y\":2082,\"w\":763,\"h\":80,\"abs_x\":31,\"abs_y\":2082}'\u003eAdds a second counter run without fully enclosing the cook\u003c\/td\u003e\n\u003ctd data-label=\"Plan Carefully\" bis_size='{\"x\":31,\"y\":2163,\"w\":763,\"h\":79,\"abs_x\":31,\"abs_y\":2163}'\u003eNeeds clearance around the inside corner and seating side\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":2260,\"w\":522,\"h\":321,\"abs_x\":30,\"abs_y\":2260}'\u003e\n\u003ctd data-label=\"Layout\" bis_size='{\"x\":31,\"y\":2260,\"w\":763,\"h\":79,\"abs_x\":31,\"abs_y\":2260}'\u003eU-shaped outdoor kitchen\u003c\/td\u003e\n\u003ctd data-label=\"Best For\" bis_size='{\"x\":31,\"y\":2340,\"w\":763,\"h\":79,\"abs_x\":31,\"abs_y\":2340}'\u003eLarge patios, serious hosts, full outdoor rooms\u003c\/td\u003e\n\u003ctd data-label=\"Main Advantage\" bis_size='{\"x\":31,\"y\":2420,\"w\":763,\"h\":79,\"abs_x\":31,\"abs_y\":2420}'\u003eMaximum counter space, storage, appliance zones, and serving flow\u003c\/td\u003e\n\u003ctd data-label=\"Plan Carefully\" bis_size='{\"x\":31,\"y\":2500,\"w\":763,\"h\":79,\"abs_x\":31,\"abs_y\":2500}'\u003eRequires the most space and the most thoughtful utility planning\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\":2636,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":2636}'\u003eIf you are not sure whether the U shape is too much for your patio, start with BetterPatio’s \u003ca href=\"https:\/\/betterpatio.com\/pages\/design-your-outdoor-kitchen\" bis_size='{\"x\":121,\"y\":2669,\"w\":209,\"h\":17,\"abs_x\":121,\"abs_y\":2669}'\u003eoutdoor kitchen design service\u003c\/a\u003e. If the space feels better with two runs instead of three, compare \u003ca href=\"https:\/\/betterpatio.com\/collections\/l-shaped-outdoor-kitchen-islands\" bis_size='{\"x\":272,\"y\":2697,\"w\":227,\"h\":17,\"abs_x\":272,\"abs_y\":2697}'\u003eL-shaped outdoor kitchen islands\u003c\/a\u003e before committing to a larger footprint.\u003c\/p\u003e\n\u003chr class=\"rule\" bis_size='{\"x\":29,\"y\":2804,\"w\":522,\"h\":0,\"abs_x\":29,\"abs_y\":2804}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":2860,\"w\":522,\"h\":58,\"abs_x\":29,\"abs_y\":2860}'\u003eHow Much Space You Need for a U-Shaped Outdoor Kitchen\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":2938,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":2938}'\u003eA U-shaped kitchen can be the best layout in a large backyard and the worst layout in a tight one. The goal is to create a working kitchen, not a maze. You need enough room inside the U for the cook to move comfortably and enough room outside it for guests, chairs, and walkways.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":3081,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":3081}'\u003eMeasure the inside of the U first\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":3123,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":3123}'\u003eThe open center should let you turn, carry trays, open drawers, and move between appliances without bumping into cabinets or another person. If the inside space is too narrow, the layout will feel boxed in no matter how beautiful it looks on paper.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":3266,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":3266}'\u003eThen measure the outside traffic flow\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":3307,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":3307}'\u003eGuests need a path around the kitchen, especially if one side has bar stools. Appliance doors, refrigerator drawers, trash pullouts, sink cabinet doors, and grill lids all need room to operate without interrupting the walkway.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":3438,\"w\":522,\"h\":310,\"abs_x\":29,\"abs_y\":3438}'\u003e\n\u003cli bis_size='{\"x\":29,\"y\":3438,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":3438}'\u003eMeasure all three cabinet runs, not just the longest side\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":3478,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":3478}'\u003eLeave enough open center space for cooking, turning, and carrying trays\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":3546,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":3546}'\u003ePlan clearance for bar stools if one side becomes a seating counter\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":3586,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":3586}'\u003eCheck grill lid clearance near walls, posts, pergolas, railings, and overhangs\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":3653,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":3653}'\u003eAllow refrigerators, drawers, doors, and trash pullouts to open fully\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":3693,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":3693}'\u003eConfirm delivery access before ordering large built sections or heavy appliances\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"highlight-box\" bis_size='{\"x\":29,\"y\":3789,\"w\":522,\"h\":195,\"abs_x\":29,\"abs_y\":3789}'\u003e\n\u003cp bis_size='{\"x\":62,\"y\":3813,\"w\":462,\"h\":147,\"abs_x\":62,\"abs_y\":3813}'\u003e\u003cstrong bis_size='{\"x\":62,\"y\":3818,\"w\":77,\"h\":19,\"abs_x\":62,\"abs_y\":3818}'\u003eQuick tip:\u003c\/strong\u003e Tape the U shape on your patio before you buy anything. Mark the grill, sink, refrigerator, burners, bar seats, and open cabinet doors. If two people cannot move through the center comfortably, shrink the plan or switch to an L-shaped layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"rule\" bis_size='{\"x\":29,\"y\":4040,\"w\":522,\"h\":0,\"abs_x\":29,\"abs_y\":4040}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":4097,\"w\":522,\"h\":58,\"abs_x\":29,\"abs_y\":4097}'\u003eBest Appliance Zones for a U-Shaped Outdoor Kitchen\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":4174,\"w\":522,\"h\":83,\"abs_x\":29,\"abs_y\":4174}'\u003eThe advantage of a U-shaped outdoor kitchen is not just size. It is separation. Each run can have a job, which makes the kitchen easier to use when multiple people are outside at once.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":4290,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":4290}'\u003ePut the grill on the strongest cooking run\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":4331,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":4331}'\u003eThe grill side needs ventilation, heat clearance, room for the lid to open, and landing space for raw and cooked food. If you are choosing appliances from scratch, browse \u003ca href=\"https:\/\/betterpatio.com\/collections\/built-in-grills\" bis_size='{\"x\":142,\"y\":4392,\"w\":81,\"h\":17,\"abs_x\":142,\"abs_y\":4392}'\u003ebuilt-in grills\u003c\/a\u003e first so the cabinet layout can be sized around the cooking centerpiece.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":4475,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":4475}'\u003eUse the guest-facing run for drinks and serving\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":4516,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":4516}'\u003eA U-shaped layout is perfect for separating the host side from the guest side. Place \u003ca href=\"https:\/\/betterpatio.com\/collections\/outdoor-refrigeration\" bis_size='{\"x\":110,\"y\":4549,\"w\":139,\"h\":17,\"abs_x\":110,\"abs_y\":4549}'\u003eoutdoor refrigeration\u003c\/a\u003e or a beverage center where guests can reach it without crossing behind the grill. That one decision keeps traffic calmer during parties.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":4647,\"w\":522,\"h\":338,\"abs_x\":29,\"abs_y\":4647}'\u003e\n\u003cli bis_size='{\"x\":29,\"y\":4647,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":4647}'\u003e\n\u003cstrong bis_size='{\"x\":61,\"y\":4652,\"w\":96,\"h\":17,\"abs_x\":61,\"abs_y\":4652}'\u003eCooking run:\u003c\/strong\u003e built-in grill, access doors, side burner, landing counter, and ventilation\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":4715,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":4715}'\u003e\n\u003cstrong bis_size='{\"x\":61,\"y\":4720,\"w\":163,\"h\":17,\"abs_x\":61,\"abs_y\":4720}'\u003ePrep and cleanup run:\u003c\/strong\u003e sink, drawers, trash pullout, cutting surface, and storage\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":4782,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":4782}'\u003e\n\u003cstrong bis_size='{\"x\":61,\"y\":4788,\"w\":129,\"h\":17,\"abs_x\":61,\"abs_y\":4788}'\u003eGuest-facing run:\u003c\/strong\u003e bar seating, beverage refrigerator, serving counter, and buffet space\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":4850,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":4850}'\u003eKeep hot cooking appliances away from the main guest walkway\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":4890,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":4890}'\u003ePut trash and towels near prep so cleanup does not interrupt cooking\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":4930,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":4930}'\u003eUse drawers for tools and doors for utility access or larger storage items\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"rule\" bis_size='{\"x\":29,\"y\":5042,\"w\":522,\"h\":0,\"abs_x\":29,\"abs_y\":5042}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":5098,\"w\":522,\"h\":58,\"abs_x\":29,\"abs_y\":5098}'\u003eSide Burners, Sinks, Refrigeration, and Storage That Make the Layout Work\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":5176,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":5176}'\u003eA U-shaped kitchen has enough room for more than a grill, but every add-on should earn its place. The best appliance package depends on whether you mostly grill burgers, host full dinners, make pizza, serve drinks, or use the backyard as a second kitchen all summer.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":5319,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":5319}'\u003eBurners help you cook full meals outdoors\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":5361,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":5361}'\u003eA \u003ca href=\"https:\/\/betterpatio.com\/collections\/bbq-accessory-power-burner\" bis_size='{\"x\":43,\"y\":5366,\"w\":142,\"h\":17,\"abs_x\":43,\"abs_y\":5366}'\u003eside or power burner\u003c\/a\u003e lets you handle sauces, vegetables, boiling water, seafood, and skillet dishes without leaving the patio. In a U-shaped layout, it usually belongs near the grill but with enough counter space between hot zones.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":5504,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":5504}'\u003eStorage keeps the kitchen from becoming cluttered\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":5546,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":5546}'\u003eThree cabinet runs can hold a lot, but only if storage is planned intentionally. Drawers should hold small tools, doors should protect larger items and utility access, and trash should sit near the prep area where waste actually happens.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":5676,\"w\":522,\"h\":283,\"abs_x\":29,\"abs_y\":5676}'\u003e\n\u003cli bis_size='{\"x\":29,\"y\":5676,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":5676}'\u003eSide burner or power burner for sauces, pots, pans, and seafood boils\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":5716,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":5716}'\u003eOutdoor refrigerator or beverage center for drinks and ingredients\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":5756,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":5756}'\u003eSink and faucet for prep and cleanup when utilities are available\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":5796,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":5796}'\u003eTrash pullout near the cutting and serving area\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":5836,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":5836}'\u003eDrawers for tools, gloves, foil, towels, thermometers, and grill accessories\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":5904,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":5904}'\u003eAccess doors for gas shutoff, under-grill access, plumbing, and service points\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"rule\" bis_size='{\"x\":29,\"y\":6015,\"w\":522,\"h\":0,\"abs_x\":29,\"abs_y\":6015}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":6072,\"w\":522,\"h\":58,\"abs_x\":29,\"abs_y\":6072}'\u003eMaterials and Finishes for a Built-In Outdoor Room\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":6150,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":6150}'\u003eA U-shaped outdoor kitchen becomes a major visual feature in the backyard. The finish should match the scale of the space and the style of the home, because three cabinet runs will define the patio more than a small grill cart ever could.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":6293,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":6293}'\u003eReady-to-finish and custom paths are often the best fit\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":6334,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":6334}'\u003eFor U-shaped layouts, \u003ca href=\"https:\/\/betterpatio.com\/collections\/ready-to-finish-outdoor-kitchens\" bis_size='{\"x\":186,\"y\":6340,\"w\":216,\"h\":17,\"abs_x\":186,\"abs_y\":6340}'\u003eready-to-finish outdoor kitchens\u003c\/a\u003e can make sense when you want the structure but plan to match stone, stucco, tile, or porcelain locally. Custom work is often the cleaner route when the island needs to follow a patio edge, pool shape, or exact appliance plan.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":6478,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":6478}'\u003ePrefab and modular options still have a role\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":6519,\"w\":522,\"h\":83,\"abs_x\":29,\"abs_y\":6519}'\u003eNot every U-shaped kitchen has to start from scratch. \u003ca href=\"https:\/\/betterpatio.com\/collections\/modular-outdoor-kitchens\" bis_size='{\"x\":29,\"y\":6524,\"w\":483,\"h\":44,\"abs_x\":29,\"abs_y\":6524}'\u003eModular outdoor kitchens\u003c\/a\u003e can help you build with standard sections, and \u003ca href=\"https:\/\/betterpatio.com\/collections\/prebuilt-bbq-islands\" bis_size='{\"x\":29,\"y\":6552,\"w\":475,\"h\":44,\"abs_x\":29,\"abs_y\":6552}'\u003epre-built BBQ islands\u003c\/a\u003e can be useful if one finished section already matches your needs.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":6622,\"w\":522,\"h\":338,\"abs_x\":29,\"abs_y\":6622}'\u003e\n\u003cli bis_size='{\"x\":29,\"y\":6622,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":6622}'\u003e\n\u003cstrong bis_size='{\"x\":61,\"y\":6627,\"w\":142,\"h\":17,\"abs_x\":61,\"abs_y\":6627}'\u003eStucco-style finish:\u003c\/strong\u003e clean, architectural, and strong for California or Mediterranean patios\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":6690,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":6690}'\u003e\n\u003cstrong bis_size='{\"x\":61,\"y\":6695,\"w\":110,\"h\":17,\"abs_x\":61,\"abs_y\":6695}'\u003eStacked stone:\u003c\/strong\u003e textured and substantial, especially near pools and pavers\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":6758,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":6758}'\u003e\n\u003cstrong bis_size='{\"x\":61,\"y\":6763,\"w\":121,\"h\":17,\"abs_x\":61,\"abs_y\":6763}'\u003ePorcelain or tile:\u003c\/strong\u003e broad design flexibility with outdoor-rated installation\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":6798,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":6798}'\u003e\n\u003cstrong bis_size='{\"x\":61,\"y\":6803,\"w\":144,\"h\":17,\"abs_x\":61,\"abs_y\":6803}'\u003eGranite countertop:\u003c\/strong\u003e durable prep surface with a premium finished look\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":6837,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":6837}'\u003e\n\u003cstrong bis_size='{\"x\":61,\"y\":6843,\"w\":112,\"h\":17,\"abs_x\":61,\"abs_y\":6843}'\u003eStainless steel:\u003c\/strong\u003e modern, appliance-forward, and easy to pair with grills and refrigeration\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":6905,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":6905}'\u003eFor coastal or high-moisture areas, prioritize corrosion-resistant hardware and outdoor-rated components\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"rule\" bis_size='{\"x\":29,\"y\":7017,\"w\":522,\"h\":0,\"abs_x\":29,\"abs_y\":7017}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":7074,\"w\":522,\"h\":29,\"abs_x\":29,\"abs_y\":7074}'\u003eWhen a U-Shaped Kitchen Should Be Custom\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":7122,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":7122}'\u003eA U-shaped outdoor kitchen usually has more moving parts than a straight or L-shaped island. That means custom planning can be worth it when the layout needs exact dimensions, utility planning, appliance placement, seating orientation, or finish matching.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":7266,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":7266}'\u003eCustom is better when the patio shape drives the kitchen\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":7307,\"w\":522,\"h\":139,\"abs_x\":29,\"abs_y\":7307}'\u003eIf the kitchen needs to wrap around a corner, align with a pool edge, face a view, avoid posts, or leave a specific walkway, a standard island may not be enough. BetterPatio can custom build any size or layout you envision, including U-shaped outdoor kitchens, with the grill, appliances, components, and storage of your choice.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":7478,\"w\":522,\"h\":63,\"abs_x\":29,\"abs_y\":7478}'\u003eIt also helps when the kitchen is part of a full outdoor living plan\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":7551,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":7551}'\u003eA U-shaped kitchen often sits near dining, lounge furniture, fire features, pergolas, or pool areas. If those pieces need to work together, the cabinet footprint should be planned with the whole backyard in mind, not treated as a separate product purchase.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":7682,\"w\":522,\"h\":394,\"abs_x\":29,\"abs_y\":7682}'\u003e\n\u003cli bis_size='{\"x\":29,\"y\":7682,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":7682}'\u003eChoose custom if the U shape needs exact run lengths or a specific opening width\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":7750,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":7750}'\u003eChoose custom if the grill, sink, refrigeration, and burner placement must be precise\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":7818,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":7818}'\u003eChoose custom if the finish needs to match existing stone, tile, stucco, or pavers\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":7885,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":7885}'\u003eChoose custom if bar seating, views, and traffic flow need to be oriented carefully\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":7953,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":7953}'\u003eChoose custom when the kitchen connects to a full outdoor room or remodel\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":8021,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":8021}'\u003eChoose modular if standard sections can create the layout without overcomplicating the project\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"rule\" bis_size='{\"x\":29,\"y\":8133,\"w\":522,\"h\":0,\"abs_x\":29,\"abs_y\":8133}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":8189,\"w\":522,\"h\":29,\"abs_x\":29,\"abs_y\":8189}'\u003eShop a U-Shaped Outdoor Kitchen at BetterPatio\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":8238,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":8238}'\u003eBuying a U-shaped outdoor kitchen is not just choosing cabinets and a grill. It is a space plan, an appliance plan, a delivery plan, and a long-term backyard decision. BetterPatio helps you compare the right path before you commit to a layout that will define the patio for years.\u003c\/p\u003e\n\u003cp bis_size='{\"x\":29,\"y\":8369,\"w\":522,\"h\":139,\"abs_x\":29,\"abs_y\":8369}'\u003eBetterPatio’s broader \u003ca href=\"https:\/\/betterpatio.com\/collections\/all-bbq-islands\" bis_size='{\"x\":179,\"y\":8374,\"w\":233,\"h\":17,\"abs_x\":179,\"abs_y\":8374}'\u003eoutdoor kitchens and BBQ islands\u003c\/a\u003e collection includes prefab BBQ grill islands, DIY ready-to-finish framing kits, and truly custom outdoor solutions. For U-shaped projects, the \u003ca href=\"https:\/\/betterpatio.com\/collections\/designer-outdoor-kitchens-by-betterpatio\" bis_size='{\"x\":344,\"y\":8429,\"w\":186,\"h\":17,\"abs_x\":344,\"abs_y\":8429}'\u003eDesigner Outdoor Kitchens\u003c\/a\u003e path is often the best place to start because the shape, finishes, and appliances usually need to work together from the beginning.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":8540,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":8540}'\u003eSupport from design to delivery\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":8581,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":8581}'\u003eLarge outdoor kitchens can be heavy, detailed, and difficult to adjust once they arrive. BetterPatio highlights free design services, free US shipping, no sales tax outside California, and a price match guarantee on qualifying outdoor kitchen purchases.\u003c\/p\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":8725,\"w\":522,\"h\":31,\"abs_x\":29,\"abs_y\":8725}'\u003eProject help for homeowners and professionals\u003c\/h3\u003e\n\u003cp bis_size='{\"x\":29,\"y\":8766,\"w\":522,\"h\":111,\"abs_x\":29,\"abs_y\":8766}'\u003eIf you are planning a remodel, working with a designer, or sourcing products for a client, BetterPatio can help with outdoor kitchen direction, product sourcing, and project support. For professional projects, the \u003ca href=\"https:\/\/betterpatio.com\/collections\/betterpatio-for-professionals-and-contractors\" bis_size='{\"x\":29,\"y\":8827,\"w\":498,\"h\":44,\"abs_x\":29,\"abs_y\":8827}'\u003eBetterPatio+ professional program\u003c\/a\u003e is a helpful next step.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":8897,\"w\":522,\"h\":338,\"abs_x\":29,\"abs_y\":8897}'\u003e\n\u003cli bis_size='{\"x\":29,\"y\":8897,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":8897}'\u003eFree US shipping with no sales tax outside California\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":8937,\"w\":522,\"h\":27,\"abs_x\":29,\"abs_y\":8937}'\u003ePrice match guarantee on qualifying outdoor kitchen purchases\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":8977,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":8977}'\u003eFree outdoor kitchen design help for layout, sizing, and appliance planning\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":9044,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":9044}'\u003ePreferred delivery options for large and oversized outdoor living products\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":9112,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":9112}'\u003eBrand and build paths for prefab, modular, ready-to-finish, and custom outdoor kitchens\u003c\/li\u003e\n\u003cli bis_size='{\"x\":29,\"y\":9180,\"w\":522,\"h\":55,\"abs_x\":29,\"abs_y\":9180}'\u003eSupport from people who understand grills, patios, utilities, delivery, and outdoor living layouts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr class=\"rule\" bis_size='{\"x\":29,\"y\":9292,\"w\":522,\"h\":0,\"abs_x\":29,\"abs_y\":9292}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":9348,\"w\":522,\"h\":29,\"abs_x\":29,\"abs_y\":9348}'\u003eKeep Exploring at BetterPatio\u003c\/h2\u003e\n\u003cdiv class=\"collection-nav\" bis_size='{\"x\":29,\"y\":9406,\"w\":522,\"h\":82,\"abs_x\":29,\"abs_y\":9406}'\u003e\n\u003ca href=\"https:\/\/betterpatio.com\/collections\/cal-flame-bbq-islands\" bis_size='{\"x\":29,\"y\":9406,\"w\":160,\"h\":37,\"abs_x\":29,\"abs_y\":9406}'\u003eCal Flame BBQ Islands\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/mont-alpi-1\" bis_size='{\"x\":198,\"y\":9406,\"w\":196,\"h\":37,\"abs_x\":198,\"abs_y\":9406}'\u003eMont Alpi Outdoor Kitchens\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/outdoor-living-packages\" bis_size='{\"x\":29,\"y\":9451,\"w\":177,\"h\":37,\"abs_x\":29,\"abs_y\":9451}'\u003eOutdoor Living Packages\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/pages\/cal-flame-bbq-island-finishes-and-photo-gallery\" bis_size='{\"x\":215,\"y\":9451,\"w\":170,\"h\":37,\"abs_x\":215,\"abs_y\":9451}'\u003eCal Flame Finish Gallery\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/pages\/betterpatio-bbq-island-and-outdoor-fireplace-delivery\" bis_size='{\"x\":393,\"y\":9451,\"w\":137,\"h\":37,\"abs_x\":393,\"abs_y\":9451}'\u003ePreferred Delivery\u003c\/a\u003e\n\u003c\/div\u003e\n\u003chr class=\"rule\" bis_size='{\"x\":29,\"y\":9545,\"w\":522,\"h\":0,\"abs_x\":29,\"abs_y\":9545}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":9601,\"w\":522,\"h\":29,\"abs_x\":29,\"abs_y\":9601}'\u003eQuestions About U-Shaped Outdoor Kitchens\u003c\/h2\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":9650,\"w\":522,\"h\":57,\"abs_x\":29,\"abs_y\":9650}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":9650,\"w\":521,\"h\":56,\"abs_x\":30,\"abs_y\":9650}'\u003eWhat is a U-shaped outdoor kitchen?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":9706,\"w\":521,\"h\":140,\"abs_x\":30,\"abs_y\":9706}'\u003eA U-shaped outdoor kitchen uses three connected cabinet or counter runs to create a full outdoor cooking space. One side usually handles grilling, another handles prep or cleanup, and the third can support bar seating, refrigeration, serving, or storage.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":9721,\"w\":522,\"h\":57,\"abs_x\":29,\"abs_y\":9721}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":9722,\"w\":521,\"h\":56,\"abs_x\":30,\"abs_y\":9722}'\u003eIs a U-shaped outdoor kitchen better than an L-shaped layout?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":9778,\"w\":521,\"h\":168,\"abs_x\":30,\"abs_y\":9778}'\u003eA U-shaped outdoor kitchen is better when you have a large patio and want maximum counter space, appliance separation, storage, and guest-facing serving space. An L-shaped outdoor kitchen is usually better for mid-size patios or when you want an entertaining layout without enclosing the cook as much.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":9792,\"w\":522,\"h\":57,\"abs_x\":29,\"abs_y\":9792}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":9793,\"w\":521,\"h\":56,\"abs_x\":30,\"abs_y\":9793}'\u003eHow much space do I need for a U-shaped outdoor kitchen?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":9849,\"w\":521,\"h\":168,\"abs_x\":30,\"abs_y\":9849}'\u003eYou need enough room for all three cabinet runs, the open center, appliance doors, grill lid clearance, bar seating, and walking paths around the outside. The exact size depends on your appliances and layout, but U-shaped kitchens generally need more open patio space than straight or L-shaped islands.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":9863,\"w\":522,\"h\":57,\"abs_x\":29,\"abs_y\":9863}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":9864,\"w\":521,\"h\":56,\"abs_x\":30,\"abs_y\":9864}'\u003eCan a U-shaped outdoor kitchen include bar seating?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":9920,\"w\":521,\"h\":112,\"abs_x\":30,\"abs_y\":9920}'\u003eYes. Bar seating is one of the best uses for the outside run of a U-shaped layout. It lets guests sit near the cooking area while keeping the hot grill side and prep side clear for the cook.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":9934,\"w\":522,\"h\":57,\"abs_x\":29,\"abs_y\":9934}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":9935,\"w\":521,\"h\":56,\"abs_x\":30,\"abs_y\":9935}'\u003eWhat appliances should I include in a U-shaped outdoor kitchen?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":9991,\"w\":521,\"h\":168,\"abs_x\":30,\"abs_y\":9991}'\u003eUseful appliances include a built-in grill, outdoor refrigerator, side burner or power burner, sink, trash pullout, access doors, drawers, and dry storage. The right mix depends on whether you mostly grill, host full dinners, serve drinks, or use the space as a complete outdoor kitchen.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":10006,\"w\":522,\"h\":57,\"abs_x\":29,\"abs_y\":10006}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":10006,\"w\":521,\"h\":56,\"abs_x\":30,\"abs_y\":10006}'\u003eDoes BetterPatio help design U-shaped outdoor kitchens?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":10063,\"w\":521,\"h\":140,\"abs_x\":30,\"abs_y\":10063}'\u003eYes. BetterPatio offers outdoor kitchen design help and can support custom outdoor kitchen layouts, including U-shaped outdoor kitchens with the grill, components, appliances, storage, and finishes of your choice.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- end .rte --\u003e","products":[{"product_id":"mont-alpi-805-deluxe-island-with-two-45-degree-corners-6-burner-grill-2-infrared-burners-stainless-steel-mai805-d45","title":"Mont Alpi 805 U-Shaped Deluxe Island with 6-Burner Grill, 2 Infrared Burners, Stainless Steel - MAi805-D45","description":"\u003cp class=\"desc\"\u003eGet serious about your grilling with this 6-burner 38x18” grill and its 2 additional infrared burners, that will have you crafting impressive meals in no time. Grill enthusiasts will appreciate the even heat distribution and extra burners for searing and boiling that the Mont Alpi delivers. After grilling, meals stay hot and ready for guests with the handy warming rack. When the sun goes down, the interior halogen grill lights and color-changing LED lights on control knobs make grilling effortless.\u003cbr\u003e\u003c\/p\u003e\u003cp\u003eMont Alpi is the only grill to have the all new “Heat Wave” double layer sear plates to enhance your cooking experience. This helps reduce grease flair-ups, retain heat, and encourage smoke, smells and flavors that are essential from your BBQ.\u003cbr\u003e\u003c\/p\u003e\u003cp\u003eAll 304 Stainless Steel cooking components ensure durability and endurance for years of enjoyment. Mont Alpi’s solid construction with quality materials impresses even the most demanding barbeque masters. The grill is propane equipped, but quickly \u0026amp; easily converts to natural gas.\u003cbr\u003e\u003c\/p\u003e\u003cp\u003eStylish white granite-composite countertops and waterfall side cabinets, one on each end, provide ample prep surface. The left cabinet stores a propane tank while the right cabinet has shelves for stocking your favorite seasonings. Two large easy-glide drawers below the grill keep cooking utensils at hand.\u003cbr\u003e\u003c\/p\u003e\u003cp\u003eTwo 45 Degree Corner Modules create triangle shaped counter extensions between the grill and both cabinets, providing extra counter space and a curve to your island.\u003cbr\u003eA heavy-duty electric rotisserie kit, chopping board, and weather resistant island cover are all standard for this Deluxe model.\u003cbr\u003e\u003c\/p\u003e\u003cp\u003eEntertaining just got better with this feature-rich outdoor kitchen island that enhances every outdoor living space, large or small!\u003cbr\u003e\u003c\/p\u003e\u003cp\u003eAdditional Mont Alpi add-on modules are available when you’re ready to increase the size and functionality of your outdoor dream kitchen!\u003c\/p\u003e\u003cdiv class=\"app-accordion\"\u003e\u003cdiv class=\"app-accordion-tabbed\"\u003e   \n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica1\" name=\"harmonica-group\"\u003e\u003clabel for=\"harmonica1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\u003cstrong\u003eGrill Features:\u003c\/strong\u003e\u003cbr\u003e\u003cul\u003e\n\u003cli\u003e All 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003e 6 Stainless Steel burners\u003c\/li\u003e\n\u003cli\u003e All new “Heat Wave” double layer sear plates\u003c\/li\u003e\n\u003cli\u003e 8mm stainless steel cooking grids\u003c\/li\u003e\n\u003cli\u003e Heavy duty tubular high-efficiency burners \u003c\/li\u003e\n\u003cli\u003e Height adjustable ceramic infrared rear and side burners\u003c\/li\u003e\n\u003cli\u003e Stainless steel warming rack \u003c\/li\u003e\n\u003cli\u003e Double-lined grill hood for heat retention\u003c\/li\u003e\n\u003cli\u003e Easy access full front pull-out grease trays\u003c\/li\u003e\n\u003cli\u003e Rotisserie Kit with electric motor\u003c\/li\u003e\n\u003cli\u003e 2 grilling surface Halogen lights\u003c\/li\u003e\n\u003cli\u003e Control knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003e Temperature gauge\u003c\/li\u003e\n\u003cli\u003e Electronic ignition\u003c\/li\u003e\n\u003cli\u003e Bottle opener\u003c\/li\u003e\n\u003cli\u003e Easy-glide drawers\u003c\/li\u003e\n\u003cli\u003e Gliding rubber castor wheels (2 with brakes)\u003c\/li\u003e\n\u003cli\u003e Leveling feet under grill\u003c\/li\u003e\n\u003cli\u003e Propane tank pull-out \u003c\/li\u003e\n\u003cli\u003e Propane hose and regulator included\u003c\/li\u003e\n\u003cli\u003e Natural gas conversion (hose and regulator not included)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eIsland + 45 Degree Corner Features:\u003c\/strong\u003e\u003cbr\u003e\u003cul\u003e\n\u003cli\u003e All 304 Stainless Steel\u003c\/li\u003e\n\u003cli\u003e Stain\/Fade resistant Composite-Granite surfaces (white)\u003c\/li\u003e\n\u003cli\u003e Versatile storage areas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eDeluxe Features:\u003c\/strong\u003e\u003cbr\u003e\u003cul\u003e\n\u003cli\u003e Composite-Granite waterfall sides (white)\u003c\/li\u003e\n\u003cli\u003e Chopping board\u003c\/li\u003e\n\u003cli\u003e Rotisserie kit with electric motor\u003c\/li\u003e\n\u003cli\u003e Durable weather resistant island cover\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e \u003c\/div\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica2\" name=\"harmonica-group\"\u003e\u003clabel for=\"harmonica2\" class=\"harmonica-title\"\u003eSPECIFICATIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eAssembly\u003cspan class=\"value\"\u003eModules Arrive Fully Assembled (connect To Each Other Easily With Screwdriver)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFuel\u003cspan class=\"value\"\u003ePropane Equipped Or Natural Gas Conversion\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMaterial\u003cspan class=\"value\"\u003eAll 304 Stainless Steel Components\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eWeather and stain resistant\u003cspan class=\"value\"\u003eIn All Climates\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBTU\u003cspan class=\"value\"\u003e115, 000 BTU Heat Output\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25”Lx23”Dx35”H\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side 45 Degree Corner\u003cspan class=\"value\"\u003e20”x21”x35”\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43”Lx23”Dx47”H\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side 45 Degree Corner\u003cspan class=\"value\"\u003e20”x21”x35”\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side cabinet unit\u003cspan class=\"value\"\u003e25”Lx23”Dx35”H\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain grill surface\u003cspan class=\"value\"\u003e38”x18”, Excluding Warming Rack\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eWarranty\u003cspan class=\"value\"\u003eLimited Lifetime Warranty\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e \u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003cbr\u003e\n\u003cstyle\u003e\n* {\n  box-sizing: border-box;\n}\n.rte a:not(.btn) {\n  border: none !important;\n}\np.desc::first-letter { \n  font-size: 170%; \n  }\n.app-accordion {\n  margin: 20px auto 0;    \n  max-width: 1800px\n}\n.app-accordion-tabbed {    \n  width: 100%;   \n}\n.app-accordion .harmonica input { \n  display: none;\n}\n.app-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;\n  border-bottom: 1px solid #e9eaec;\n}\n.app-accordion .harmonica label {\n  position: relative;\n  padding: 1em 0;\n  display: block; \n  font-weight: bold; \n  font-family: Open Sans, sans-serif;\n  letter-spacing: .3em;\n  cursor: pointer;\n  user-select: none;\n  -moz-user-select: none;\n  -webkit-user-select: none;\n  -ms-user-select: none \n}\n.app-accordion .harmonica label:hover {\n  opacity: 0.8;\n}\n.app-accordion .harmonica:first-of-type \u003e label {\n  border-top: 1px solid #e9eaec;\n}\n.app-accordion .harmonica input:checked ~ section { \n  max-height: 30000px;\n  transition-timing-function: cubic-bezier(0.5, 0, 1, 0); \n  transition-delay: 0s;\n}\n.app-accordion .harmonica-title span.harmonica-plus {\n  position: absolute;\n  right: 0;\n  transform: translate(-1em, 0);\n  top: calc(50% - .5em);\n  height: 1em;\n  width: 1em;\n    }\n.app-accordion .harmonica-title span::before {\n  height: 1em;\n  width: 2px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 2px;\n  width: 1em;\n  }\n.app-accordion .harmonica-title span::before,\n.app-accordion .harmonica-title span::after {\n  position: absolute;\n  content: \"\";\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%,-50%) rotate(-90deg);\n  background-color: currentColor;\n  opacity: .8;\n  transition: transform .8s ease-in-out,opacity .8s ease-in-out;\n}\n.app-accordion input:checked + .harmonica-title span::before {\n  transform: translate(-50%,-50%) rotate(315deg);\n}\n.app-accordion input:checked + .harmonica-title span::after {\n  transform: translate(-50%,-50%) rotate(315deg);\n}      \n.app-specs {\n  width: 100%;\n  padding: 0;  margin: 0 !important;\n  overflow: hidden;\n  }\n.app-specs li {\n  width: 49%;\n  min-width: 180px;\n  display: flex;\n  align-items: center;  padding: 7px 10px;  \n  float: left;\n}\n.app-specs li:nth-child(even) {\n  float: right;\n}\n.app-specs li::before {\n  content: ''; \n  flex-grow: 1;\n  order: 2;\n  -webkit-order: 2;\n  margin: 0 5px;\n  }.app-specs .value {\n  order: 3;\n  -webkit-order: 3;  font-weight: normal;\n    display: inline-block;  flex: 0 0 50%;\n  max-width: 50%;\n  }\n@media screen and (max-width: 5000px) {\n  .app-specs li  {\n    width: 100%;\n      }  \n  .app-specs li:nth-child(odd) {\n    background-color: #f5f5f5;\n  }\n \n   \n  }\n\u003c\/style\u003e\n","brand":"Mont Alpi","offers":[{"title":"Default Title","offer_id":43262158012657,"sku":"MAi805-D45","price":6289.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/mont-alpi-islands-mont-alpi-805-deluxe-island-with-two-45-degree-corners-6-burner-grill-2-infrared-burners-stainless-steel-mai805-d45-36760584225009_2048x_e9b5ebb4-ad8b-4acb-9169-6e1a_d3a7930a-7f2d-4d2c-a5cc-84d653377f53.jpg?v=1704903057"},{"product_id":"mont-alpi-400-deluxe-island-with-two-45-degree-corners-4-burner-grill-2-infrared-burners-stainless-steel-cover-mai400-d45","title":"Mont Alpi 400 U-Shaped Deluxe Island with 4-Burner Grill, 2 Infrared Burners, Stainless Steel - MAi400-D45","description":"\u003cp class=\"desc\"\u003eGet serious about your grilling with this 4-burner 30x18” grill and its 2 additional infrared burners, that will have you crafting impressive meals in no time. Grill enthusiasts will appreciate the even heat distribution and extra burners for searing and boiling that the Mont Alpi delivers. After grilling, meals stay hot and ready for guests with the handy warming rack. When the sun goes down, the interior halogen grill lights and color-changing LED lights on control knobs make grilling effortless.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eMont Alpi is the only grill to have the all new “Heat Wave” double layer sear plates to enhance your cooking experience. This helps reduce grease flair-ups, retain heat, and encourage smoke, smells and flavors that are essential from your BBQ.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAll 304 Stainless Steel cooking components ensure durability and endurance for years of enjoyment. Mont Alpi’s solid construction with quality materials impresses even the most demanding barbecue masters. The grill is propane equipped, but quickly \u0026amp; easily converts to natural gas.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eStylish white granite-composite countertops and waterfall side cabinets, one on each end, provide ample prep surface. The left cabinet stores a propane tank while the right cabinet has shelves for stocking your favorite seasonings. Two large easy-glide drawers below the grill keep cooking utensils at hand.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eTwo 45 Degree Corner Modules create triangle shaped counter extensions between the grill and both cabinets, providing extra counter space and a curve to your island.\u003cbr\u003eA heavy-duty electric rotisserie kit, chopping board, and weather resistant island cover are all standard for this Deluxe model.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eEntertaining just got better with this feature-rich outdoor kitchen island that enhances every outdoor living space, large or small!\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eAdditional Mont Alpi add-on modules are available when you’re ready to increase the size and functionality of your outdoor dream kitchen! \u003c\/p\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group\" id=\"harmonica1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\u003cstrong\u003eGrill Features:\u003c\/strong\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003e4 Stainless Steel burners\u003c\/li\u003e\n\u003cli\u003eAll new “Heat Wave” double layer sear plates\u003c\/li\u003e\n\u003cli\u003e8mm stainless steel cooking grids\u003c\/li\u003e\n\u003cli\u003eHeavy duty tubular high-efficiency burners\u003c\/li\u003e\n\u003cli\u003eHeight adjustable ceramic infrared rear and side burners\u003c\/li\u003e\n\u003cli\u003eStainless steel warming rack\u003c\/li\u003e\n\u003cli\u003eDouble-lined grill hood for heat retention\u003c\/li\u003e\n\u003cli\u003eEasy access full front pull-out grease trays\u003c\/li\u003e\n\u003cli\u003eRotisserie Kit with electric motor\u003c\/li\u003e\n\u003cli\u003e2 grilling surface Halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eBottle opener\u003c\/li\u003e\n\u003cli\u003eEasy-glide drawers\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels (2 with brakes)\u003c\/li\u003e\n\u003cli\u003eLeveling feet under grill\u003c\/li\u003e\n\u003cli\u003ePropane tank pull-out\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003eNatural gas conversion (hose and regulator not included)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eIsland + 45 Degree Corner Features:\u003c\/strong\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eAll 304 Stainless Steel\u003c\/li\u003e\n\u003cli\u003eStain\/Fade resistant Composite-Granite surfaces (white)\u003c\/li\u003e\n\u003cli\u003eVersatile storage areas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eDeluxe Features:\u003c\/strong\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eComposite-Granite waterfall sides (white)\u003c\/li\u003e\n\u003cli\u003eChopping board\u003c\/li\u003e\n\u003cli\u003eRotisserie kit with electric motor\u003c\/li\u003e\n\u003cli\u003eDurable weather resistant island cover\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=\"harmonica2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica2\"\u003eSPECIFICATIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eAssembly\u003cspan class=\"value\"\u003eModules Arrive Fully Assembled (connect To Each Other Easily With Screwdriver)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFuel\u003cspan class=\"value\"\u003ePropane Equipped Or Natural Gas Conversion\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMaterial\u003cspan class=\"value\"\u003eAll 304 Stainless Steel Components\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eWeather and stain resistant\u003cspan class=\"value\"\u003eIn All Climates\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBTU\u003cspan class=\"value\"\u003e78, 000 BTU Heat Output\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25”Lx23”Dx35”H\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side 45 Degree Corner\u003cspan class=\"value\"\u003e20”x21”x35”\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e32”Lx23”Dx47”H\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side 45 Degree Corner\u003cspan class=\"value\"\u003e20”x21”x35”\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side cabinet unit\u003cspan class=\"value\"\u003e25”Lx23”Dx35”H\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain grill surface\u003cspan class=\"value\"\u003e30”x18”, Excluding Warming Rack\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eWarranty\u003cspan class=\"value\"\u003eLimited Lifetime Warranty\u003c\/span\u003e\n\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\n\u003cbr\u003e\n\u003cstyle\u003e\u003c!--\n* {\n  box-sizing: border-box;\n}\n.rte a:not(.btn) {\n  border: none !important;\n}\np.desc::first-letter { \n  font-size: 170%; \n  }\n.app-accordion {\n  margin: 20px auto 0;    \n  max-width: 1800px\n}\n.app-accordion-tabbed {    \n  width: 100%;   \n}\n.app-accordion .harmonica input { \n  display: none;\n}\n.app-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;\n  border-bottom: 1px solid #e9eaec;\n}\n.app-accordion .harmonica label {\n  position: relative;\n  padding: 1em 0;\n  display: block; \n  font-weight: bold; \n  font-family: Open Sans, sans-serif;\n  letter-spacing: .3em;\n  cursor: pointer;\n  user-select: none;\n  -moz-user-select: none;\n  -webkit-user-select: none;\n  -ms-user-select: none \n}\n.app-accordion .harmonica label:hover {\n  opacity: 0.8;\n}\n.app-accordion .harmonica:first-of-type \u003e label {\n  border-top: 1px solid #e9eaec;\n}\n.app-accordion .harmonica input:checked ~ section { \n  max-height: 30000px;\n  transition-timing-function: cubic-bezier(0.5, 0, 1, 0); \n  transition-delay: 0s;\n}\n.app-accordion .harmonica-title span.harmonica-plus {\n  position: absolute;\n  right: 0;\n  transform: translate(-1em, 0);\n  top: calc(50% - .5em);\n  height: 1em;\n  width: 1em;\n    }\n.app-accordion .harmonica-title span::before {\n  height: 1em;\n  width: 2px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 2px;\n  width: 1em;\n  }\n.app-accordion .harmonica-title span::before,\n.app-accordion .harmonica-title span::after {\n  position: absolute;\n  content: \"\";\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%,-50%) rotate(-90deg);\n  background-color: currentColor;\n  opacity: .8;\n  transition: transform .8s ease-in-out,opacity .8s ease-in-out;\n}\n.app-accordion input:checked + .harmonica-title span::before {\n  transform: translate(-50%,-50%) rotate(315deg);\n}\n.app-accordion input:checked + .harmonica-title span::after {\n  transform: translate(-50%,-50%) rotate(315deg);\n}      \n.app-specs {\n  width: 100%;\n  padding: 0;  margin: 0 !important;\n  overflow: hidden;\n  }\n.app-specs li {\n  width: 49%;\n  min-width: 180px;\n  display: flex;\n  align-items: center;  padding: 7px 10px;  \n  float: left;\n}\n.app-specs li:nth-child(even) {\n  float: right;\n}\n.app-specs li::before {\n  content: ''; \n  flex-grow: 1;\n  order: 2;\n  -webkit-order: 2;\n  margin: 0 5px;\n  }.app-specs .value {\n  order: 3;\n  -webkit-order: 3;  font-weight: normal;\n    display: inline-block;  flex: 0 0 50%;\n  max-width: 50%;\n  }\n@media screen and (max-width: 5000px) {\n  .app-specs li  {\n    width: 100%;\n      }  \n  .app-specs li:nth-child(odd) {\n    background-color: #f5f5f5;\n  }\n \n   \n  }\n.video-container {\n  position: relative;\n  padding-bottom: 56.25%;\n  height: 0;\n  overflow: hidden;\n}\n.video-container iframe,\n.video-container object,\n.video-container embed,  \n.video-container video {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background-color: rgb(34, 34, 34);\n}\n--\u003e\u003c\/style\u003e","brand":"Mont Alpi","offers":[{"title":"Default Title","offer_id":43262161092849,"sku":"MAi400-D45","price":5789.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/mont-alpi-islands-mont-alpi-400-deluxe-island-with-two-45-degree-corners-4-burner-grill-2-infrared-burners-stainless-steel-cover-mai400-d45-36760375591153_2048x_db12c846-c4cd-4372-acf_965ea649-78f1-4877-8ee0-d3f005deb958.jpg?v=1663086724"}],"url":"https:\/\/betterpatio.com\/collections\/u-shaped-outdoor-kitchen.oembed","provider":"BetterPatio.com","version":"1.0","type":"link"}