{"title":"Outdoor Kegerator","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.8rem;\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\":7364,\"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 kegerator turns any patio, bar cart, or built-in island into a real draft beer station, no more ice chests, warm cans, or trips back inside for a fresh drink. BetterPatio carries outdoor built-in kegerator modules from Mont Alpi and Cal Flame, engineered specifically for outdoor use rather than an indoor mini fridge with a tap bolted on. Every kegerator ships free, backed by our price match guarantee and no sales tax outside California.\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 Kegerator?\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":518,\"w\":358,\"h\":223,\"abs_x\":29,\"abs_y\":518}'\u003eA kegerator is a refrigerated cabinet built to hold a beer keg under CO2 pressure, with a tap and tower that dispense a properly poured pint on demand. An outdoor-rated kegerator goes a step further: it is durability-tested to keep working through both freezing temperatures and heat waves well above 100°F, unlike an indoor refrigeration unit that assumes a climate-controlled room.\u003c\/p\u003e\n\u003cp bis_size='{\"x\":29,\"y\":760,\"w\":358,\"h\":195,\"abs_x\":29,\"abs_y\":760}'\u003eMost outdoor kegerators use a CO2 tank and regulator to push beer through the line at consistent pressure, and many outdoor patio kegerator models include a second ball valve so you can also pour soft drinks, spiked seltzer, or cold brew coffee from the same tower. If it comes in a barrel, a properly equipped kegerator can usually pour it.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":996,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":996}'\u003eBuilt-In vs. Freestanding Outdoor Kegerators\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":1073,\"w\":358,\"h\":55,\"abs_x\":29,\"abs_y\":1073}'\u003eThe two basic configurations solve different layout problems.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":1148,\"w\":358,\"h\":458,\"abs_x\":29,\"abs_y\":1148}'\u003e\n\u003cli bis_size='{\"x\":69,\"y\":1148,\"w\":318,\"h\":251,\"abs_x\":69,\"abs_y\":1148}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":1153,\"w\":255,\"h\":17,\"abs_x\":101,\"abs_y\":1153}'\u003eBuilt-in (undercounter) kegerators.\u003c\/strong\u003e These install directly into an island or bar cabinet with only the tap and tower showing above the countertop. Built-in units must be front-venting so they can exhaust heat properly in an enclosed cabinet, and they are generally sized smaller than freestanding units, most hold one half-barrel keg at most.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":1411,\"w\":318,\"h\":195,\"abs_x\":69,\"abs_y\":1411}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":1416,\"w\":185,\"h\":17,\"abs_x\":101,\"abs_y\":1416}'\u003eFreestanding kegerators.\u003c\/strong\u003e These stand on their own, often on casters, and can vent from the front or rear depending on available clearance. Freestanding models typically offer more capacity and are easier to relocate around a patio or pool area.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp bis_size='{\"x\":29,\"y\":1635,\"w\":358,\"h\":111,\"abs_x\":29,\"abs_y\":1635}'\u003eAn outdoor kitchen kegerator built into a bar island gives you the cleanest look and keeps the tap within arm's reach of the grill, while a freestanding unit offers more flexibility if your layout is still evolving.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":1787,\"w\":358,\"h\":87,\"abs_x\":29,\"abs_y\":1787}'\u003eWhich BetterPatio Outdoor Kitchens Include a Built-In Kegerator?\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":1893,\"w\":358,\"h\":362,\"abs_x\":29,\"abs_y\":1893}'\u003eKegerators are a standard feature on several BetterPatio islands rather than an aftermarket add-on. \u003ca href=\"https:\/\/betterpatio.com\/collections\/mont-alpi-1\" bis_size='{\"x\":55,\"y\":1954,\"w\":63,\"h\":17,\"abs_x\":55,\"abs_y\":1954}'\u003eMont Alpi\u003c\/a\u003e offers a dedicated beverage center and kegerator module with a triple-tap digital kegerator that holds up to three kegs at once, paired with an outdoor-rated refrigerator, sink and faucet, and a granite top with a built-in drip tray for foam and spills. The same triple-tap kegerator module is also available built into a 90-degree corner configuration on Mont Alpi's L-shaped islands, so the beverage station wraps neatly around a corner instead of taking up a straight run of counter space.\u003c\/p\u003e\n\u003cp bis_size='{\"x\":29,\"y\":2275,\"w\":358,\"h\":223,\"abs_x\":29,\"abs_y\":2275}'\u003eIf you want a smaller, single-keg option built into your own layout, Cal Flame's built-in beer tap refrigerator is sized for a standard pony keg and includes the CO2 tank, regulator, and pumping hardware needed to get pouring right away. For a full island already built around bar-height seating and a beverage station, browse \u003ca href=\"https:\/\/betterpatio.com\/collections\/outdoor-kitchen-bar-islands\" bis_size='{\"x\":29,\"y\":2448,\"w\":332,\"h\":44,\"abs_x\":29,\"abs_y\":2448}'\u003eOutdoor Kitchen Bar Islands\u003c\/a\u003e.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":2538,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":2538}'\u003eChoosing the Right Keg Size for Your Patio Kegerator\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":2616,\"w\":358,\"h\":55,\"abs_x\":29,\"abs_y\":2616}'\u003eKegerator sizing comes down to matching the unit to the keg sizes you actually plan to serve.\u003c\/p\u003e\n\u003cul bis_size='{\"x\":29,\"y\":2691,\"w\":358,\"h\":330,\"abs_x\":29,\"abs_y\":2691}'\u003e\n\u003cli bis_size='{\"x\":69,\"y\":2691,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":2691}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":2696,\"w\":149,\"h\":17,\"abs_x\":101,\"abs_y\":2696}'\u003eHalf barrel (full keg).\u003c\/strong\u003e The most common size from American breweries. A half barrel keg takes up the same space as 2 quarter barrels or 4 sixth barrels.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":2814,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":2814}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":2819,\"w\":190,\"h\":17,\"abs_x\":101,\"abs_y\":2819}'\u003eQuarter barrel (pony keg).\u003c\/strong\u003e A popular mid-size option that also comes in a taller, slimmer shape depending on the brewery.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":2938,\"w\":318,\"h\":83,\"abs_x\":69,\"abs_y\":2938}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":2943,\"w\":192,\"h\":17,\"abs_x\":101,\"abs_y\":2943}'\u003eSixth barrel (torpedo keg).\u003c\/strong\u003e The size most commonly used by craft breweries, and a good fit for a compact built-in unit.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":3061,\"w\":358,\"h\":29,\"abs_x\":29,\"abs_y\":3061}'\u003eKeg Size Comparison\u003c\/h2\u003e\n\u003cdiv class=\"table-scroll-wrap\" bis_size='{\"x\":29,\"y\":3110,\"w\":358,\"h\":258,\"abs_x\":29,\"abs_y\":3110}'\u003e\n\u003ctable class=\"spec-table\" bis_size='{\"x\":29,\"y\":3110,\"w\":399,\"h\":241,\"abs_x\":29,\"abs_y\":3110}'\u003e\n\u003ctbody bis_size='{\"x\":30,\"y\":3110,\"w\":399,\"h\":240,\"abs_x\":30,\"abs_y\":3110}'\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":3110,\"w\":399,\"h\":42,\"abs_x\":30,\"abs_y\":3110}'\u003e\n\u003cth bis_size='{\"x\":30,\"y\":3110,\"w\":111,\"h\":42,\"abs_x\":30,\"abs_y\":3110}'\u003eKeg Size\u003c\/th\u003e\n\u003cth bis_size='{\"x\":142,\"y\":3110,\"w\":128,\"h\":42,\"abs_x\":142,\"abs_y\":3110}'\u003eApprox. Servings\u003c\/th\u003e\n\u003cth bis_size='{\"x\":270,\"y\":3110,\"w\":158,\"h\":42,\"abs_x\":270,\"abs_y\":3110}'\u003eBest For\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":3153,\"w\":399,\"h\":65,\"abs_x\":30,\"abs_y\":3153}'\u003e\n\u003ctd bis_size='{\"x\":30,\"y\":3153,\"w\":111,\"h\":65,\"abs_x\":30,\"abs_y\":3153}'\u003eHalf Barrel\u003c\/td\u003e\n\u003ctd bis_size='{\"x\":142,\"y\":3153,\"w\":128,\"h\":65,\"abs_x\":142,\"abs_y\":3153}'\u003e~165 (12 oz) or ~105 (16 oz)\u003c\/td\u003e\n\u003ctd bis_size='{\"x\":270,\"y\":3153,\"w\":158,\"h\":65,\"abs_x\":270,\"abs_y\":3153}'\u003eLarge gatherings, freestanding units\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":3219,\"w\":399,\"h\":65,\"abs_x\":30,\"abs_y\":3219}'\u003e\n\u003ctd bis_size='{\"x\":30,\"y\":3219,\"w\":111,\"h\":65,\"abs_x\":30,\"abs_y\":3219}'\u003eQuarter Barrel (Pony)\u003c\/td\u003e\n\u003ctd bis_size='{\"x\":142,\"y\":3219,\"w\":128,\"h\":65,\"abs_x\":142,\"abs_y\":3219}'\u003e~82 (12 oz) or ~62 (16 oz)\u003c\/td\u003e\n\u003ctd bis_size='{\"x\":270,\"y\":3219,\"w\":158,\"h\":65,\"abs_x\":270,\"abs_y\":3219}'\u003eCompact built-in kegerators\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr bis_size='{\"x\":30,\"y\":3285,\"w\":399,\"h\":65,\"abs_x\":30,\"abs_y\":3285}'\u003e\n\u003ctd bis_size='{\"x\":30,\"y\":3285,\"w\":111,\"h\":65,\"abs_x\":30,\"abs_y\":3285}'\u003eSixth Barrel (Torpedo)\u003c\/td\u003e\n\u003ctd bis_size='{\"x\":142,\"y\":3285,\"w\":128,\"h\":65,\"abs_x\":142,\"abs_y\":3285}'\u003e~56 (12 oz) or ~42 (16 oz)\u003c\/td\u003e\n\u003ctd bis_size='{\"x\":270,\"y\":3285,\"w\":158,\"h\":65,\"abs_x\":270,\"abs_y\":3285}'\u003eCraft beer, tight bar cabinet space\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":3408,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":3408}'\u003eBuyer's Guide: Which Outdoor Kegerator Fits Your Space?\u003c\/h2\u003e\n\u003cul bis_size='{\"x\":29,\"y\":3486,\"w\":358,\"h\":565,\"abs_x\":29,\"abs_y\":3486}'\u003e\n\u003cli bis_size='{\"x\":69,\"y\":3486,\"w\":318,\"h\":195,\"abs_x\":69,\"abs_y\":3486}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":3491,\"w\":170,\"h\":17,\"abs_x\":101,\"abs_y\":3491}'\u003eFull entertaining setup.\u003c\/strong\u003e The Mont Alpi beverage center and kegerator gives you a triple-tap module, sink, and refrigeration in one standalone or connectable unit, and pairs naturally with \u003ca href=\"https:\/\/betterpatio.com\/collections\/l-shaped-outdoor-kitchen-islands\" bis_size='{\"x\":101,\"y\":3602,\"w\":230,\"h\":44,\"abs_x\":101,\"abs_y\":3602}'\u003eL-Shaped Outdoor Kitchen Islands\u003c\/a\u003e for a dedicated bar-height run.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":3693,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":3693}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":3698,\"w\":210,\"h\":17,\"abs_x\":101,\"abs_y\":3698}'\u003eAdding to an existing island.\u003c\/strong\u003e Browse \u003ca href=\"https:\/\/betterpatio.com\/collections\/modular-outdoor-kitchen-components\" bis_size='{\"x\":101,\"y\":3726,\"w\":264,\"h\":17,\"abs_x\":101,\"abs_y\":3726}'\u003eModular Outdoor Kitchen Components\u003c\/a\u003e to slot a beverage or kegerator module into a layout you already own.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":3817,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":3817}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":3822,\"w\":140,\"h\":17,\"abs_x\":101,\"abs_y\":3822}'\u003eReady to ship now.\u003c\/strong\u003e Several \u003ca href=\"https:\/\/betterpatio.com\/collections\/prebuilt-bbq-islands\" bis_size='{\"x\":101,\"y\":3850,\"w\":182,\"h\":17,\"abs_x\":101,\"abs_y\":3850}'\u003ePrefabricated BBQ Islands\u003c\/a\u003e come standard with a built-in kegerator or beer tap refrigerator as part of the package.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":3940,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":3940}'\u003e\n\u003cstrong bis_size='{\"x\":101,\"y\":3945,\"w\":111,\"h\":17,\"abs_x\":101,\"abs_y\":3945}'\u003eCustom layout.\u003c\/strong\u003e If you want a specific keg count, corner configuration, or finish, our \u003ca href=\"https:\/\/betterpatio.com\/collections\/designer-outdoor-kitchens-by-betterpatio\" bis_size='{\"x\":128,\"y\":4001,\"w\":199,\"h\":17,\"abs_x\":128,\"abs_y\":4001}'\u003eDesign Your Outdoor Kitchen\u003c\/a\u003e service includes a free 3D rendering.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp bis_size='{\"x\":29,\"y\":4080,\"w\":358,\"h\":111,\"abs_x\":29,\"abs_y\":4080}'\u003ePair any kegerator with a separate unit from our \u003ca href=\"https:\/\/betterpatio.com\/collections\/outdoor-refrigeration\" bis_size='{\"x\":29,\"y\":4114,\"w\":139,\"h\":17,\"abs_x\":29,\"abs_y\":4114}'\u003eoutdoor refrigeration\u003c\/a\u003e collection if you also want dedicated cold storage for food and mixers alongside the tap.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":4232,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":4232}'\u003eCaring for and Maintaining Your Outdoor Kegerator\u003c\/h2\u003e\n\u003cul bis_size='{\"x\":29,\"y\":4309,\"w\":358,\"h\":717,\"abs_x\":29,\"abs_y\":4309}'\u003e\n\u003cli bis_size='{\"x\":69,\"y\":4309,\"w\":318,\"h\":139,\"abs_x\":69,\"abs_y\":4309}'\u003ePlace the unit in a shaded spot when possible. Direct sun forces the compressor to work harder to hold a consistent temperature, even on units rated for outdoor heat.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":4461,\"w\":318,\"h\":111,\"abs_x\":69,\"abs_y\":4461}'\u003eKeep CO2 pressure steady using the built-in regulator, and check the tank level before hosting so the pour does not go flat mid-party.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":4584,\"w\":318,\"h\":83,\"abs_x\":69,\"abs_y\":4584}'\u003eClean the beer line and tap regularly to prevent buildup that can affect taste and pour quality.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":4680,\"w\":318,\"h\":195,\"abs_x\":69,\"abs_y\":4680}'\u003eKnow your keg's shelf life: non-pasteurized beer under CO2 pressure generally stays fresh for up to about 60 days, while pasteurized beer can last roughly 90 to 120 days, far longer than a party-pump tap, which is only good for about 8 to 12 hours.\u003c\/li\u003e\n\u003cli bis_size='{\"x\":69,\"y\":4887,\"w\":318,\"h\":139,\"abs_x\":69,\"abs_y\":4887}'\u003eFollow the manufacturer's clearance and ventilation specs exactly on built-in units, since improper venting is the most common cause of a kegerator struggling to stay cold.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp bis_size='{\"x\":29,\"y\":5056,\"w\":358,\"h\":223,\"abs_x\":29,\"abs_y\":5056}'\u003eFor broader guidance on protecting seams, appliances, and cabinetry from moisture and heat exposure, see BetterPatio's guide to \u003ca href=\"https:\/\/betterpatio.com\/blogs\/posts\/weatherproofing-an-outdoor-kitchen\" bis_size='{\"x\":29,\"y\":5145,\"w\":242,\"h\":17,\"abs_x\":29,\"abs_y\":5145}'\u003eweatherproofing an outdoor kitchen\u003c\/a\u003e. If you are planning a full build around your beverage station, \u003ca href=\"https:\/\/betterpatio.com\/blogs\/outdoor-kitchen-101\/how-much-should-an-outdoor-kitchen-cost-in-2025\" bis_size='{\"x\":29,\"y\":5200,\"w\":299,\"h\":17,\"abs_x\":29,\"abs_y\":5200}'\u003eHow Much Should an Outdoor Kitchen Cost\u003c\/a\u003e breaks down where a kegerator or beverage center fits into the overall budget.\u003c\/p\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":5319,\"w\":358,\"h\":58,\"abs_x\":29,\"abs_y\":5319}'\u003eWhy Buy Your Outdoor Kegerator From BetterPatio\u003c\/h2\u003e\n\u003cp bis_size='{\"x\":29,\"y\":5396,\"w\":358,\"h\":195,\"abs_x\":29,\"abs_y\":5396}'\u003eBetterPatio sources kegerator modules from established outdoor kitchen brands built specifically for exterior use, not household mini fridges retrofitted with a tap. Every order ships free and is backed by our price match guarantee, so you know exactly what refrigeration and tap hardware you are getting before it arrives.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\" bis_size='{\"x\":29,\"y\":5631,\"w\":358,\"h\":195,\"abs_x\":29,\"abs_y\":5631}'\u003e\n\u003cp bis_size='{\"x\":62,\"y\":5655,\"w\":298,\"h\":147,\"abs_x\":62,\"abs_y\":5655}'\u003e\u003cstrong bis_size='{\"x\":62,\"y\":5660,\"w\":241,\"h\":48,\"abs_x\":62,\"abs_y\":5660}'\u003eNot sure which kegerator configuration fits your island?\u003c\/strong\u003e Call our design team at \u003ca href=\"tel:8664121555\" bis_size='{\"x\":206,\"y\":5719,\"w\":104,\"h\":19,\"abs_x\":206,\"abs_y\":5719}'\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\":5882,\"w\":358,\"h\":0,\"abs_x\":29,\"abs_y\":5882}'\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":5939,\"w\":358,\"h\":31,\"abs_x\":29,\"abs_y\":5939}'\u003eExplore More Outdoor Kitchen Collections\u003c\/h3\u003e\n\u003cdiv class=\"collection-nav\" bis_size='{\"x\":29,\"y\":6000,\"w\":358,\"h\":172,\"abs_x\":29,\"abs_y\":6000}'\u003e\n\u003ca href=\"https:\/\/betterpatio.com\/collections\/outdoor-kitchen\" bis_size='{\"x\":29,\"y\":6000,\"w\":153,\"h\":37,\"abs_x\":29,\"abs_y\":6000}'\u003eAll Outdoor Kitchens\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/betterpatio-mountain-series-outdoor-kitchens\" bis_size='{\"x\":29,\"y\":6045,\"w\":234,\"h\":37,\"abs_x\":29,\"abs_y\":6045}'\u003eMountain Series Outdoor Kitchens\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/california-series-outdoor-kitchens\" bis_size='{\"x\":29,\"y\":6090,\"w\":125,\"h\":37,\"abs_x\":29,\"abs_y\":6090}'\u003eCalifornia Series\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/cal-flame-bbq-islands\" bis_size='{\"x\":163,\"y\":6090,\"w\":160,\"h\":37,\"abs_x\":163,\"abs_y\":6090}'\u003eCal Flame BBQ Islands\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/bbq-grills\" bis_size='{\"x\":29,\"y\":6135,\"w\":88,\"h\":37,\"abs_x\":29,\"abs_y\":6135}'\u003eBBQ Grills\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/collections\/peachtree-islands-coki-2-0\" bis_size='{\"x\":126,\"y\":6135,\"w\":126,\"h\":37,\"abs_x\":126,\"abs_y\":6135}'\u003ePeachtree Series\u003c\/a\u003e\n\u003c\/div\u003e\n\u003chr class=\"section-rule\" bis_size='{\"x\":29,\"y\":6228,\"w\":358,\"h\":0,\"abs_x\":29,\"abs_y\":6228}'\u003e\n\u003ch3 bis_size='{\"x\":29,\"y\":6285,\"w\":358,\"h\":31,\"abs_x\":29,\"abs_y\":6285}'\u003eRelated Articles\u003c\/h3\u003e\n\u003cdiv class=\"collection-nav\" bis_size='{\"x\":29,\"y\":6345,\"w\":358,\"h\":127,\"abs_x\":29,\"abs_y\":6345}'\u003e\n\u003ca href=\"https:\/\/betterpatio.com\/blogs\/posts\/outdoor-kitchen-cabinet-materials\" bis_size='{\"x\":29,\"y\":6345,\"w\":264,\"h\":37,\"abs_x\":29,\"abs_y\":6345}'\u003eBest Outdoor Kitchen Cabinet Materials\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/blogs\/posts\/common-outdoor-kitchen-repairs\" bis_size='{\"x\":29,\"y\":6390,\"w\":233,\"h\":37,\"abs_x\":29,\"abs_y\":6390}'\u003eCommon Outdoor Kitchen Repairs\u003c\/a\u003e \u003ca href=\"https:\/\/betterpatio.com\/blogs\/posts\/choose-outdoor-kitchen-contractor\" bis_size='{\"x\":29,\"y\":6435,\"w\":308,\"h\":37,\"abs_x\":29,\"abs_y\":6435}'\u003eHow to Choose an Outdoor Kitchen Contractor\u003c\/a\u003e\n\u003c\/div\u003e\n\u003chr class=\"section-rule\" bis_size='{\"x\":29,\"y\":6529,\"w\":358,\"h\":0,\"abs_x\":29,\"abs_y\":6529}'\u003e\n\u003ch2 bis_size='{\"x\":29,\"y\":6585,\"w\":358,\"h\":29,\"abs_x\":29,\"abs_y\":6585}'\u003eOutdoor Kegerator FAQ\u003c\/h2\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":6634,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":6634}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":6634,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":6634}'\u003eWhat is the difference between a built-in and freestanding outdoor kegerator?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":6718,\"w\":357,\"h\":252,\"abs_x\":30,\"abs_y\":6718}'\u003eA built-in kegerator installs directly into an island or bar cabinet with only the tap and tower visible above the countertop, and it must be front-venting to exhaust heat properly. A freestanding kegerator stands on its own, often on casters, and can vent from the front or rear, generally offering more capacity and easier relocation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":6732,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":6732}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":6733,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":6733}'\u003eWhat size keg fits a built-in outdoor kegerator?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":6816,\"w\":357,\"h\":196,\"abs_x\":30,\"abs_y\":6816}'\u003eMost built-in, undercounter kegerators are sized for one half-barrel keg at most, and many compact built-in units are designed specifically around a quarter-barrel (pony keg) or sixth-barrel (torpedo keg) to fit a standard cabinet cutout.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":6831,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":6831}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":6831,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":6831}'\u003eHow long does beer stay fresh in an outdoor kegerator?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":6915,\"w\":357,\"h\":224,\"abs_x\":30,\"abs_y\":6915}'\u003eNon-pasteurized beer kept under CO2 pressure in a kegerator generally stays fresh for up to about 60 days, while pasteurized beer can last roughly 90 to 120 days. Both last far longer than beer tapped with a standard party-pump, which should be finished within about 8 to 12 hours.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":6929,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":6929}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":6930,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":6930}'\u003eDoes an outdoor kegerator need to be in the shade?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7014,\"w\":357,\"h\":196,\"abs_x\":30,\"abs_y\":7014}'\u003eIt does not have to be, since outdoor-rated kegerators are built to handle direct sun and heat, but placing the unit in a shaded spot reduces the workload on the compressor and helps it maintain a consistent temperature more efficiently.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":7028,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":7028}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":7029,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":7029}'\u003eCan an outdoor kegerator handle freezing temperatures?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7112,\"w\":357,\"h\":196,\"abs_x\":30,\"abs_y\":7112}'\u003eYes. Outdoor-rated kegerators are specifically durability-tested to function in freezing conditions as well as extreme heat, which is the main difference between an outdoor-rated unit and an indoor refrigeration appliance not built for temperature swings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":7126,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":7126}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":7127,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":7127}'\u003eWhich BetterPatio outdoor kitchens include a built-in kegerator?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7211,\"w\":357,\"h\":224,\"abs_x\":30,\"abs_y\":7211}'\u003eMont Alpi's beverage center and kegerator module, including the 90-degree corner configuration, comes standard with a triple-tap kegerator. Cal Flame's built-in beer tap refrigerator offers a smaller, single-keg option sized for a pony keg for kitchens with less available counter space.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails bis_size='{\"x\":29,\"y\":7225,\"w\":358,\"h\":84,\"abs_x\":29,\"abs_y\":7225}'\u003e\n\u003csummary bis_size='{\"x\":30,\"y\":7226,\"w\":357,\"h\":83,\"abs_x\":30,\"abs_y\":7226}'\u003eCan a kegerator dispense drinks other than beer?\u003c\/summary\u003e\n\u003cp bis_size='{\"x\":30,\"y\":7309,\"w\":357,\"h\":224,\"abs_x\":30,\"abs_y\":7309}'\u003eMany outdoor kegerators, including Mont Alpi's beverage center module, include a ball valve option that allows the same tower to pour soft drinks, spiked seltzer, or other beverages in addition to beer, as long as the drink is packaged in a compatible keg or barrel.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","products":[{"product_id":"rcs-dual-tap-stainless-kegerator-ul-rated-for-outdoors-refr6","title":"RCS Dual Tap Stainless Kegerator-UL Rated for Outdoors","description":"\u003cp class=\"desc\"\u003eThe RCS Dual Keg Tap Outdoor Kegerator.\u003c\/p\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica1\" name=\"harmonica-group\"\u003e \u003clabel for=\"harmonica1\" class=\"harmonica-title\"\u003eFeatures\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003e6.6 Cubic feet of storage\u003c\/li\u003e\n\u003cli\u003eUL Certified for Outdoor Use\u003c\/li\u003e\n\u003cli\u003eDigital Temperature Controller Unit\u003c\/li\u003e\n\u003cli\u003eDoor Lock\u003c\/li\u003e\n\u003cli\u003eInterior Halogen Light\u003c\/li\u003e\n\u003cli\u003eDual Keg Taps\u003c\/li\u003e\n\u003cli\u003eKegs not included\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 type=\"checkbox\" id=\"harmonica4\" name=\"harmonica-group\"\u003e \u003clabel for=\"harmonica4\" 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:\/\/cdn.shopify.com\/s\/files\/1\/0040\/9233\/0082\/files\/RCS_Gas_Grills_-_REFR6_Kegerator_-_Owner_s_Manual.pdf\" target=\"_blank\"\u003eOwner's Manual (.pdf)\u003c\/a\u003e\u003cbr\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/9233\/0082\/files\/RCS_Gas_Grills_-_REFR6_Kegerator_Assembly_Guide_-_5.3.2021.pdf\" target=\"_blank\"\u003eAssembly Guide (.pdf)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eTemperature ranges\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e32°F - 50°F\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e5 year\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\"\u003e25\"(W) x 35\"(H) x 26\"(D)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eCut out dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e24 1\/8\" W x 34 1\/4\"H x 25\"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\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica7\" name=\"harmonica-group\"\u003e \u003clabel for=\"harmonica7\" class=\"harmonica-title\"\u003eAssembly\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe width=\"400\" height=\"345\" src=\"https:\/\/www.youtube.com\/embed\/Id0VZ1By8U0\" frameborder=\"0\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\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.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.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":"RCS","offers":[{"title":"Default Title","offer_id":41349002133672,"sku":"REFR6","price":3199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/REFR6_201.jpg?v=1785086214"},{"product_id":"summerset-24-inch-6-6c-deluxe-outdoor-rated-kegerator-single-tower-ssrfr-24dk1","title":"Summerset 24 Inch 6.6c Deluxe Outdoor Rated Kegerator Single Tower SSRFR-24DK1","description":"\u003cp class=\"desc\"\u003eTake your outdoor space to the next level with the Summerset UL Kegerator w\/Single Tap, bringing cold refreshment on tap for the next big game, celebration, or just for your own enjoyment. With #304 stainless steel construction and UL-Rated for outdoor use, you can have peace of mind that your investment will weather the seasons. Offering a robust 6.6 cubic feet of cold storage to keep your keg hidden, ice-cold, and refreshing, the single tap brings high-end utility to your outdoor kitchen. The locking door, sealed back, and temperature control keeps your cold storage energy efficient, protected from pests or children, and safe from the elements. Bringing the same pristine form and style of other Summerset components, this appliance is sleek and understated to fit seamlessly into the current design. With adjustable legs for leveling, front side venting, limited lifetime warranty, and commercial-grade features, the Summerset UL Kegerator w\/Single Tap will make your backyard the talk of the neighborhood.\u003c\/p\u003e\n\u003cdiv class=\"accordion\"\u003e \n   \u003cdiv class=\"harmonica\"\u003e\n    \u003cinput type=\"checkbox\" id=\"harmonica1\" name=\"harmonica-group\"\u003e\n    \u003clabel for=\"harmonica1\" class=\"harmonica-title\"\u003eFeatures\u003c\/label\u003e \n    \u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e \n\u003cul\u003e\n\u003cli\u003eManufactured with high quality 304 stainless steel for long lasting use\u003c\/li\u003e\n\u003cli\u003e6.6 Cubic Feet Capacity with glass shelving, crisping drawers, and door shelves for versatile cold storage\u003c\/li\u003e\n\u003cli\u003eDigital Thermostat - Easy, consistent temperature management\u003c\/li\u003e\n\u003cli\u003eAudible Alarm notifies if drawer is ajar or when temperature is too warm\u003c\/li\u003e\n\u003cli\u003eFactory installed security lock to keep fridge secured when not in use\u003c\/li\u003e\n\u003cli\u003eFront Venting allows flush, built-in installation as part of your outdoor kitchen\u003c\/li\u003e\n\u003cli\u003eAdjustable Leveling Legs for placement on any patio surface\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\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:\/\/cdn.shopify.com\/s\/files\/1\/0029\/0796\/3501\/files\/MANUAL_2019_SSRFR-24DK1DK2_cce9aa44-f5ca-4ca0-b75c-f89cb4501ac4.pdf\" target=\"_blank\"\u003eInstallation and Operation Manual (.pdf)\u003c\/a\u003e\u003cbr\u003e\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/Specs-Refrigeration-SSRFR-DK1-and-SSRFR-DK2-%20Kegerator.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\"\u003eTemperature Range\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e32˚F - 50˚F\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003efinish\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e#304 Stainless Steel Construction\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003estorage capacity\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e6.6 Cubic Feet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eul certified\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eUL Certified for Outdoor Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003etemperature control type\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eAdjustable Digital Thermostat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003elocking feature\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eFactory Installed Security Lock\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eVentilation\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eFront Venting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eDesign\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eBuilt-In Design, Auto-Defrost\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eCompliant\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eCommercial \u0026amp; Residential Compliance\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\"\u003e23.8189\"(W) x 34.252\"(H) x 23.0709\"(D)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003ecutout dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e25\" (W) x 34-1\/2\"(H) x 24\"(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\n   \u003cdiv class=\"harmonica\"\u003e\n    \u003cinput type=\"checkbox\" id=\"harmonica4\" name=\"harmonica-group\"\u003e\n    \u003clabel for=\"harmonica4\" class=\"harmonica-title\"\u003eAssembly\u003c\/label\u003e \n    \u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e \n\u003cdiv class=\"video-container\"\u003e\u003ciframe width=\"400\" height=\"345\" src=\"https:\/\/www.youtube.com\/embed\/pWVUA310Mds\" frameborder=\"0\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n    \u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e \u003c\/div\u003e\t\n\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.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.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":42175705612529,"sku":"SSRFR-24DK1","price":3360.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/SSRFR-DK1-Single-Tap-Kegerator.jpg?v=1638905989"},{"product_id":"summerset-24-inch-6-6c-deluxe-outdoor-rated-kegerator-double-tower-ssrfr-24dk2","title":"Summerset 24 Inch 6.6c Deluxe Outdoor Rated Kegerator Double Tower SSRFR-24DK2","description":"\u003cp class=\"desc\"\u003eBring the party to your outdoor space with the Summerset UL Kegerator w\/Double Tap, and win the bragging rights in your neighborhood. With a stout 6.6 cubic feet of cold storage and ample space for multiple options of drinks servable over two separate taps, this is not your grandpa’s wet bar. Built and engineered to last, it offers commercial features like durable #304 stainless steel construction, UL-Rated for outdoor use, front side venting, adjustable legs for leveling, and limited lifetime warranty. Also designed to look great with pristine lines and form, this appliance seamlessly integrates with other Summerset components for a sleek, built-in appearance. The locking door, sealed back, and temperature control keeps your cold storage energy efficient and your kegs hidden, chilled, secure from pests and children, and safe from the elements. Whether it is for a Super Bowl party, New Year’s Eve bash or any other get together, the Summerset UL  Kegerator w\/Double Tap delivers ice-cold refreshment with high-end style.\u003c\/p\u003e\n\u003cdiv class=\"accordion\"\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\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eManufactured with high quality 304 stainless steel for long lasting use\u003c\/li\u003e\n\u003cli\u003e6.6 Cubic Feet Capacity with glass shelving, crisping drawers, and door shelves for versatile cold storage\u003c\/li\u003e\n\u003cli\u003eDigital Thermostat - Easy, consistent temperature management\u003c\/li\u003e\n\u003cli\u003eAudible Alarm notifies if drawer is ajar or when temperature is too warm\u003c\/li\u003e\n\u003cli\u003eFactory installed security lock to keep fridge secured when not in use\u003c\/li\u003e\n\u003cli\u003eFront Venting allows flush, built-in installation as part of your outdoor kitchen\u003c\/li\u003e\n\u003cli\u003eAdjustable Leveling Legs for placement on any patio surface\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\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\"\u003eInstallation and Operation Manual\u003cbr\u003e\u003ca href=\"https:\/\/d3lqrypvficofj.cloudfront.net\/manuals\/Summerset\/Specs-Refrigeration-SSRFR-DK1-and-SSRFR-DK2-%20Kegerator.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\"\u003eTemperature Range\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e32˚F - 50˚F\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003efinish\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e#304 Stainless Steel Construction\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003estorage capacity\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e6.6 Cubic Feet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eul certified\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eUL Certified for Outdoor Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003etemperature control type\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eAdjustable Digital Thermostat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003elocking feature\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eFactory Installed Security Lock\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eVentilation\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eFront Venting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eDesign\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eBuilt-In Design, Auto-Frost\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eCompliant\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eCommercial \u0026amp; Residential Compliance\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\"\u003e25\"(W) x 35\"(H) x 26\"(D)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003ecutout dimensions\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e25\" (W) x 34-1\/2\"(H) x 24\"(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":42175705710833,"sku":"SSRFR-24DK2","price":3595.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/SSRFR-24DK2-Double-Tap-Kegerator.jpg?v=1638905997"},{"product_id":"mont-alpi-outdoor-keg-center-kegerator-beer-cooler-3-taps-ma-keg","title":"Mont Alpi Outdoor Keg-Center, Kegerator, Beer Cooler with 3 Taps \/ MA-KEG","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi Triple tap Kegerator with digital display can contain up to three kegs at a time. The tiered top surface is finished in white granite for easy clean and extra class, a pour tray is also included for handling spills and over-foam. The digital temperature control offers extra precision no matter what environment you enjoy your beer.\u003c\/p\u003e\n\u003cp class=\"desc\"\u003eThe kegerator is designed to pour all forms of beer, included is a ball cock that makes soft drinks, spiked seltzer and other drinks a possibility also. If it's in a barrel, the keg can pour it. The four castor wheels make moving the unit easy, however, the kegerator feels permanent and classy.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003e3 taps that work independently\u003c\/li\u003e\n\u003cli\u003eHolds up to 3 slim kegs\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces\u003c\/li\u003e\n\u003cli\u003eOutdoor rated fridge\u003c\/li\u003e\n\u003cli\u003eFits Mont Alpi Island grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/6uOHI22.jpg\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/6uOHI22.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e400 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eOverall Dimensions\u003cspan class=\"value\"\u003e35\"x38\"x23\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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--\u003e\u003c\/style\u003e","brand":"Mont Alpi","offers":[{"title":"Default Title","offer_id":43262163353841,"sku":"MA-KEG","price":3999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/r7FjUj5_b0115628-0a3f-4a83-b12d-6075a616e29d.jpg?v=1707499968"},{"product_id":"mont-alpi-beverage-center-and-kegerator","title":"Mont Alpi Beverage Center and Kegerator","description":"\u003cp class=\"desc\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThe beverage center and kegerator module come standard with 3 barrel kegerator, outdoor refrigerator and sink + faucet.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eAn outdoor rated refrigerator with multiple shelf settings, multiple cold settings and an LED light, the beverage center looks permanent and substantial and yet is very easy to move on the heavy duty castor wheels. The white granite counter top is great for preparation and adds class to the yard or patio. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eThe beverage center also includes a sink and faucet which is simply linked to the yard hose although can be linked to a permanent water source if desired. The prep area is ideal for serving, food prep or a drinks station for guests. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eThe triple tap Kegerator with digital display can contain up to three kegs at a time. The tiered top surface is finished in white granite for easy clean and extra class, a pour tray is also included for handling spills and over-foam. The digital temperature control offers extra precision no matter what environment you enjoy your beer. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eThe kegerator is designed to pour all forms of beer, included is a ball cock that makes soft drinks, spiked seltzer and other drinks a possibility. If it's in a barrel, the keg can pour it. The four castor wheels make moving the unit easy, however, the kegerator feels permanent and classy.\u003c\/span\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica-1\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003e304 Stainless steel\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces\u003c\/li\u003e\n\u003cli\u003eBeverage Center Included\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 type=\"checkbox\" id=\"harmonica-2\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-2\" class=\"harmonica-title\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/BH3c51R.jpg\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/BH3c51R.jpg\" alt=\"Dimensions\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e620 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage Center\u003cspan class=\"value\"\u003e3\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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--\u003e\u003c\/style\u003e","brand":"Mont Alpi","offers":[{"title":"Default Title","offer_id":43586960916721,"sku":"MA-BEVKEG","price":6198.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/Rpg58Kq.jpg?v=1707795558"},{"product_id":"mont-alpi-beverage-center-with-90-degree-corner-and-kegerator","title":"Mont Alpi L-Shaped Beverage Center with Kegerator","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi Beverage center with corner, kegerator and fridge, a versatile addition to any patio or yard, all of the equipment is outdoor rated. The unit has a 90 degree corner which is ideal for patios or yards with a corner.\u003c\/p\u003e\n\u003cp\u003eThis is a standalone unit for non Mont Alpi grill owners, or a connectable module for those with a Mont Alpi Grill, the Beverage center provides a stunning solution for the alfresco entertainer.\u003c\/p\u003e\n\u003cp\u003eAn outdoor rated refrigerator with multiple shelf settings, multiple cold settings and an LED light, the beverage center looks permanent and substantial and yet is very easy to move on the heavy duty castor wheels. The white granite counter top is great for preparation and adds class to the yard or patio.\u003c\/p\u003e\n\u003cp\u003eThe beverage center also includes a sink and faucet which is simply linked to the yard hose although can be linked to a permanent water source if desired. The prep area is ideal for serving, food prep or a drinks station for guests.\u003c\/p\u003e\n\u003cp\u003eThe triple tap Kegerator with digital display can contain up to three kegs at a time. The tiered top surface is finished in white granite for easy clean and extra class, a pour tray is also included for handling spills and over-foam. The digital temperature control offers extra precision no matter what environment you enjoy your beer. The kegerator is designed to pour all forms of beer, included is a ball cock that makes soft drinks, spiked seltzer and other drinks a possibility. If it's in a barrel, the keg can pour it. The four castor wheels make moving the unit easy, however, the kegerator feels permanent and classy.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica-1\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003e304 Stainless steel Components\u003c\/li\u003e\n\u003cli\u003eLockable Kegerator\u003c\/li\u003e\n\u003cli\u003e90\"-degree corner included\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces\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 type=\"checkbox\" id=\"harmonica-2\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-2\" class=\"harmonica-title\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/O30Wezj.jpg\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/O30Wezj.jpg\" alt=\"Dimensions\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1110 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90\" Degree corner\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage Center\u003cspan class=\"value\"\u003e38\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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--\u003e\u003c\/style\u003e","brand":"Mont Alpi","offers":[{"title":"Default Title","offer_id":43586960982257,"sku":"MA-BEV90KEG","price":6887.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/LsW9m70.jpg?v=1707795513"},{"product_id":"mont-alpi-400-deluxe-island-with-a-kegerator-beverage-center-and-fridge-cabinet","title":"Mont Alpi 400 Deluxe Island with Kegerator, Beverage Center and Fridge Cabinet","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI400-DKEGBEVFC. This grill combines four burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience. The 3 pour kegerator module with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice-cold pint. The two outdoor refrigerators work in all temps and are fitted with multi-layer shelves, LED lights and desired cold settings. The large clean prepare is fitted with sink and faucet.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy-duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica-1\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi400 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi400.jpg?v=1673423217\" width=\"100%\" height=\"auto\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/327a56fde265460c888cbf815e56cc90.mp4\" controls=\"controls\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" alt=\"Key Features\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" alt=\"Infra-Red Side Burner\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eFour 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eOutdoor rated, lockable fridges included\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eOutdoor lockable fridge included\u003c\/li\u003e\n\u003cli\u003eBeverage center included\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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 type=\"checkbox\" id=\"harmonica-2\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-2\" class=\"harmonica-title\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/cCaLBF7.jpg\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/cCaLBF7.jpg\" alt=\"Dimensions\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1300 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e78, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e30\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e32\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side fridge cabinet\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586961080561,"sku":"MAi400-DKEGBEVFC","price":12897.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/Nmcuh85.jpg?v=1707795501"},{"product_id":"mont-alpi-400-deluxe-island-with-a-90-degree-corner-kegerator-and-beverage-center","title":"Mont Alpi 400 L-Shaped Deluxe Island with Kegerator and Beverage Center","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI400-D90KEGBEV. This grill combines four burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience. The 90-degree kegerator module and beverage center is the perfect fit for right angles and tighter spaces, who doesn't want a kegerator and beverage center outside, the ultimate alfresco experience.\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy-duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi400 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/327a56fde265460c888cbf815e56cc90.mp4\" height=\"auto\" width=\"100%\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi400.jpg?v=1673423217\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Key Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" alt=\"Infra-Red Side Burner\" title=\"Click to Enlarge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eFour 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003e90-degree corner carts included\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003eBeverage Center Included\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/DjdmSxD.jpg\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/DjdmSxD.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1370 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e78, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e30\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e32\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90 degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage Center\u003cspan class=\"value\"\u003e38\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586961342705,"sku":"MAi400-D90KEGBEV","price":12186.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/9nlh7nX.jpg?v=1707795572"},{"product_id":"mont-alpi-805-deluxe-island-with-a-kegerator-beverage-center-and-fridge-cabinet","title":"Mont Alpi 805 15-Foot Deluxe Island with a Kegerator, Beverage Center and Fridge Cabinet","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI805-DKEGBEVFC. This grill combines six burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 3 pour kegerator module with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice-cold pint.\u003cbr\u003eThe two outdoor refrigerators work in all temps and are fitted with multi-layer shelves, LED lights and desired cold settings. The large clean prepare is fitted with sink and faucet.\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy-duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi805 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd3a416b48a14507a56f38b1cd8a2410.mp4\" height=\"auto\" width=\"100%\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi805.jpg?v=1673358347\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Key Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" alt=\"Infra-Red Side Burner\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSix 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eWheel leveler Kegerator included\u003c\/li\u003e\n\u003cli\u003eFridge Cabinet included\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/xtcAHU8.jpg\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/xtcAHU8.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1330 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e115, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e38\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side fridge cabinet unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage Center\u003cspan class=\"value\"\u003e38\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586965045489,"sku":"MAi805-DKEGBEVFC","price":13197.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/GeAAMWn.jpg?v=1707795583"},{"product_id":"mont-alpi-400-deluxe-island-with-a-90-degree-corner-kegerator-beverage-center-and-fridge-cabinet","title":"Mont Alpi 400 L-Shaped Deluxe Island with Kegerator, Beverage Center and Fridge Cabinet","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI400-DKEGFC. This grill combines four burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 90 degree 3 pour kegerator module with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice cold pint.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe double outdoor refrigerator set works in all temps and is fitted with multi-layer shelves, LED lights and desired cold settings.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi400 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/327a56fde265460c888cbf815e56cc90.mp4\" height=\"auto\" width=\"100%\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi400.jpg?v=1673423217\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Key Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" alt=\"Infra-Red Side Burner\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eFour 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003e90 degree corner carts included\u003c\/li\u003e\n\u003cli\u003eOutdoor rated, lockable fridge included\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003eBeverage center included\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/CbtHTmE.jpg\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/CbtHTmE.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1380 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e78, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e30\" x 18\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e32\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90 degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side fridge cabinet\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage Center\u003cspan class=\"value\"\u003e38\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586966388977,"sku":"MAi400-D90KEGBEVFC","price":13586.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/LfDiQBt.jpg?v=1785086690"},{"product_id":"mont-alpi-805-island-with-a-90-degree-corner-and-kegerator","title":"Mont Alpi 805 L-Shaped Island with Kegerator","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi original series is tried and tested, strong and stunning. This grill combines six burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003c\/p\u003e\n\u003cp\u003eThe 90 degree keg module incorporates a corner and houses 3 ice cold kegs and extra storage space. The Mont Alpi original series comes with counter granite for easy cleaning and extra class.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the heavy-duty \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiRotisserieKit.jpg?v=1673430209\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eRotisserie Kit\u003c\/strong\u003e\u003c\/span\u003e\u003c\/a\u003e, \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eGrill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica-1\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi805 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi805.jpg?v=1673358347\" width=\"100%\" height=\"auto\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd3a416b48a14507a56f38b1cd8a2410.mp4\" controls=\"controls\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" alt=\"Key Features\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" alt=\"Infra-Red Side Burner\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSix 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces\u003c\/li\u003e\n\u003cli\u003e90\"degree corner cart included\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eWheel levelers\u003c\/li\u003e\n\u003cli\u003eKegerator Included\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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 type=\"checkbox\" id=\"harmonica-2\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-2\" class=\"harmonica-title\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/LGcEHM4.jpg\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/LGcEHM4.jpg\" alt=\"Dimensions\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1100 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e115, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e38\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90-degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586966585585,"sku":"MAi805-90KEG","price":9587.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/GOgSGnB_06170218-ed3b-4cdf-8277-ac9699b5e46c.jpg?v=1707795524"},{"product_id":"mont-alpi-805-deluxe-island-with-a-kegerator-and-a-beverage-center","title":"Mont Alpi 805 15-Foot Deluxe Island with a Kegerator and a Beverage Center","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI805-DKEGBEV. This grill combines six burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003c\/p\u003e\n\u003cp\u003eThe 3 pour kegerator with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice cold pint. The well-appointed beverage center comes standard with outdoor rated refrigerator and sink with faucet.\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi805 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd3a416b48a14507a56f38b1cd8a2410.mp4\" height=\"auto\" width=\"100%\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi805.jpg?v=1673358347\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Key Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" alt=\"Infra-Red Side Burner\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSix 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eBeverage center included\u003c\/li\u003e\n\u003cli\u003eOutdoor lockable rated Fridge included\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/XPdiu5z.jpg\" target=\"_blank\"\u003e\u003cimg style=\"width: 100%; height: auto;\" class=\"imgs\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/XPdiu5z.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1290 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e115, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e38\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90 degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage Center\u003cspan class=\"value\"\u003e38\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586968158449,"sku":"MAi805-DKEGBEV","price":11997.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/axAsvOF.jpg?v=1707795508"},{"product_id":"mont-alpi-400-deluxe-island-with-a-kegerator-and-a-beverage-center","title":"Mont Alpi 400 Deluxe Island with a Kegerator and a Beverage Center","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI400-DKEGBEV. This grill combines four burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 3 pour kegerator with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice cold pint. The well-appointed beverage center comes standard with outdoor rated refrigerator and sink with faucet.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica-1\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi400 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi400.jpg?v=1673423217\" width=\"100%\" height=\"auto\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/327a56fde265460c888cbf815e56cc90.mp4\" controls=\"controls\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" alt=\"Key Features\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" alt=\"Infra-Red Side Burner\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eFour 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eKegerator included Beverage Center included\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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 type=\"checkbox\" id=\"harmonica-2\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-2\" class=\"harmonica-title\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/AeHExet.jpg\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/AeHExet.jpg\" alt=\"Dimensions\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1260 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e78, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e30\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e32\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side cabinet\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage Center\u003cspan class=\"value\"\u003e38\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586968223985,"sku":"MAi400-DKEGBEV","price":11497.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/ukkBcZw_1a4ec7ae-f09f-4956-b87c-94fffbbc715b.jpg?v=1707795527"},{"product_id":"mont-alpi-400-deluxe-island-with-a-90-degree-corner-and-kegerator","title":"Mont Alpi 400 L-Shaped Deluxe Island with a 90 Degree Corner and Kegerator","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI400-D90KEG. This grill combines four burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 90 degree kegerator module is the perfect fit for right angles and tighter spaces and adds a beautiful outdoor rated kegerator, fit for any party animal.\u003cbr\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi400 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/327a56fde265460c888cbf815e56cc90.mp4\" height=\"auto\" width=\"100%\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi400.jpg?v=1673423217\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Key Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" alt=\"Infra-Red Side Burner\" style=\"width: 100%; height: auto;\" title=\"Click to Images\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eFour 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003e90 degree corner carts included\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/aU7jOWt.jpg\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/aU7jOWt.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1120 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e78, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e30\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e32\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90 degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586968387825,"sku":"MAi400-D90KEG","price":9987.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/HYYYtnQ_84417af4-eec5-4e06-9fac-aaa9c01ed449.jpg?v=1707795569"},{"product_id":"mont-alpi-805-island-with-a-kegerator-and-a-beverage-center","title":"Mont Alpi 805 Island with a Kegerator and a Beverage Center","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi original series is tried and tested, strong and stunning. This grill combines six burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe beverage center and kegerator module come standard with 3 barrel kegerator, outdoor refrigerator and sink + faucet.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi original series comes with counter granite for easy cleaning and extra class. Be sure to check out the useful optional accessories such as the heavy-duty \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiRotisserieKit.jpg\" target=\"_blank\"\u003eRotisserie Kit\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e, \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi805 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd3a416b48a14507a56f38b1cd8a2410.mp4\" height=\"auto\" width=\"100%\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi805.jpg?v=1673358347\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Key Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" alt=\"Infra-Red Side Burner\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSix 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with blue LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eLockable outdoor rated refrigerator included and Beverage center unit\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/K6uVQyC.jpg\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/K6uVQyC.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1250 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e115, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e38\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage Center\u003cspan class=\"value\"\u003e38\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586970616049,"sku":"MAi805-KEGBEV","price":11097.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/b7cmeT9.jpg?v=1707795537"},{"product_id":"mont-alpi-400-deluxe-island-with-a-kegerator-and-fridge-cabinet","title":"Mont Alpi 400 Deluxe Island with a Kegerator and Fridge Cabinet","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI400-DKEGFC. This grill combines four burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 3 pour kegerator module with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice-cold pint. The outdoor refrigerator works in all temps and is fitted with multi-layer shelves, LED lights and desired cold settings.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy-duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica-1\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi400 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi400.jpg?v=1673423217\" width=\"100%\" height=\"auto\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/327a56fde265460c888cbf815e56cc90.mp4\" controls=\"controls\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" alt=\"Key Features\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" alt=\"Infra-Red Side Burner\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eFour 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eOutdoor rated, lockable fridges included\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eOutdoor lockable fridge included\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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 type=\"checkbox\" id=\"harmonica-2\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-2\" class=\"harmonica-title\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/2xZyiVc.jpg\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/2xZyiVc.jpg\" alt=\"Dimensions\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1050 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e78, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e30\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e32\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side fridge cabinet\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586971009265,"sku":"MAi400-DKEGFC","price":10698.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/Quj7D5U.jpg?v=1707795552"},{"product_id":"mont-alpi-400-deluxe-island-with-a-kegerator","title":"Mont Alpi 400 Deluxe Island with Kegerator","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI400-DKEG. This grill combines four burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 3 pour kegerator with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice cold pint.\u003cbr\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi400 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/327a56fde265460c888cbf815e56cc90.mp4\" height=\"auto\" width=\"100%\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi400.jpg?v=1673423217\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Key Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" alt=\"Infra-Red Side Burner\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eFour 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/0O7Hea6.jpg\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/0O7Hea6.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1010 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e78, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e30\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e32\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side cabinet\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586972385521,"sku":"MAi400-DKEG","price":9298.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/p9gENSI_9d0d9b9c-d8fe-4187-80b5-1327b319227f.jpg?v=1707795544"},{"product_id":"mont-alpi-805-deluxe-island-with-a-kegerator","title":"Mont Alpi 805 11-Foot Deluxe Island with Six-Burner Grill and Kegerator","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI805-DKEG. This grill combines six burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 3 pour kegerator with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice cold pint.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi805 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd3a416b48a14507a56f38b1cd8a2410.mp4\" height=\"auto\" width=\"100%\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi805.jpg?v=1673358347\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Key Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" alt=\"Infra-Red Side Burner\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSix 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/L83JRG0.jpg\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/L83JRG0.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1040 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e115, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e38\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90 degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586974515441,"sku":"MAi805-DKEG","price":9798.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/f64Z8Rq_3ba31a40-f498-4465-8a6a-2033ebc48283.jpg?v=1707795540"},{"product_id":"mont-alpi-805-island-with-a-90-degree-corner-kegerator-and-beverage-center","title":"Mont Alpi 805 L-Shaped Island with Kegerator and Beverage Center","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi original series is tried and tested, strong and stunning. This grill combines six burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 90-degree module includes a 3-barrel kegerator, outdoor refrigerator and sink and faucet. The Mont Alpi original series comes with counter granite for easy cleaning and extra class.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the heavy-duty \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiRotisserieKit.jpg\" target=\"_blank\"\u003eRotisserie Kit\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e, \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica-1\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi805 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi805.jpg?v=1673358347\" width=\"100%\" height=\"auto\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd3a416b48a14507a56f38b1cd8a2410.mp4\" controls=\"controls\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" alt=\"Key Features\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" alt=\"Infra-Red Side Burner\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSix 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces\u003c\/li\u003e\n\u003cli\u003e90\"degree corner cart included\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eWheel levelers\u003c\/li\u003e\n\u003cli\u003eBeverage Center Included\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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 type=\"checkbox\" id=\"harmonica-2\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-2\" class=\"harmonica-title\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/Q0i0tPo.jpg\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/Q0i0tPo.jpg\" alt=\"Dimensions\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1350 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e115, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e38\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90 degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage center\u003cspan class=\"value\"\u003e38\" x 23\"x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586974777585,"sku":"MAi805-90KEGBEV","price":11786.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/sbgmPIm.jpg?v=1707795515"},{"product_id":"mont-alpi-400-deluxe-island-with-a-90-degree-corner-kegerator-and-fridge-cabinet","title":"Mont Alpi 400 L-Shaped Deluxe Island with Kegerator and Fridge Cabinet","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI400-DKEGFC. This grill combines four burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003c\/p\u003e\n\u003cp\u003eThe 90 degree 3 pour kegerator module with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice-cold pint. The outdoor refrigerator works in all temps and is fitted with multi-layer shelves, LED lights and desired cold settings.\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy-duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput name=\"harmonica-group-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi400 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/327a56fde265460c888cbf815e56cc90.mp4\" height=\"auto\" width=\"100%\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi400.jpg?v=1673423217\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Key Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" alt=\"Infra-Red Side Burner\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eFour 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003e90-degree corner carts included\u003c\/li\u003e\n\u003cli\u003eOutdoor rated, lockable fridge included\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eKegerator included\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/r0RkrDl.jpg\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/r0RkrDl.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1130 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e78, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e30\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e32\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90 degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side fridge cabinet\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43586975170801,"sku":"MAi400-D90KEGFC","price":11387.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/oP23sa4_5d096066-09a9-47d9-bc14-2434f41b7d86.jpg?v=1707795588"},{"product_id":"mont-alpi-805-deluxe-island-with-a-90-degree-corner-and-kegerator","title":"Mont Alpi 805 L-Shaped Deluxe Island with Kegerator","description":"\u003cp class=\"desc\"\u003e \u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI805-D90KEG. This grill combines six burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 90-degree kegerator module is the perfect fit for right angles and tighter spaces and adds a beautiful outdoor rated kegerator, fit for any party animal.\u003cbr\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy-duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg?v=1673376847\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg?v=1673376846\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\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-1\" id=\"harmonica-1\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-1\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi805 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\u003cvideo controls=\"controls\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd3a416b48a14507a56f38b1cd8a2410.mp4\" height=\"auto\" width=\"100%\" poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi805.jpg?v=1673358347\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Key Features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" alt=\"Infra-Red Side Burner\" title=\"Click to Enlarge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSix 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003e90-degree corner carts included\u003c\/li\u003e\n\u003cli\u003eLockable Kegerator included\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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-1\" id=\"harmonica-2\" type=\"checkbox\"\u003e\u003clabel class=\"harmonica-title\" for=\"harmonica-2\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/c3RvjYx.jpg\" target=\"_blank\"\u003e\u003cimg class=\"imgs\" style=\"width: 100%; height: auto;\" title=\"Click to Enlarge\" alt=\"Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/c3RvjYx.jpg\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1000 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e115, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e38\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90-degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43587086614769,"sku":"MAi805-D90KEG","price":10487.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/k1NjCVG_19aa4a80-9169-4ab0-a292-9573fcd8bb77.jpg?v=1783914632"},{"product_id":"mont-alpi-805-deluxe-island-with-a-90-degree-corner-kegerator-and-fridge-cabinet","title":"Mont Alpi 805 L-Shaped Deluxe Island with Kegerator and Fridge Cabinet","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI805-DKEGFC. This grill combines six burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 90 degree 3 pour kegerator module with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice-cold pint. The outdoor refrigerator works in all temps and is fitted with multi-layer shelves, LED lights and desired cold settings.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy-duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica-1\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi805 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi805.jpg?v=1673358347\" width=\"100%\" height=\"auto\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd3a416b48a14507a56f38b1cd8a2410.mp4\" controls=\"controls\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" alt=\"Key Features\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" alt=\"Infra-Red Side Burner\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSix 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eA 90 degree corner cart is included\u003c\/li\u003e\n\u003cli\u003eLockable, outdoor rated fridges included\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eKegerator Included\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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 type=\"checkbox\" id=\"harmonica-2\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-2\" class=\"harmonica-title\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/JsGhXI1.jpg\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/JsGhXI1.jpg\" alt=\"Dimensions\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1322 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e115, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e38\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side fridge cabinet unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90 degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFridge cabinet\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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--\u003e\u003c\/style\u003e","brand":"Mont Alpi","offers":[{"title":"Default Title","offer_id":43587087335665,"sku":"MAi805-D90KEGFC","price":11687.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/c1EouNS.jpg?v=1783912618"},{"product_id":"mont-alpi-805-deluxe-island-with-a-90-degree-corner-kegerator-and-beverage-center","title":"Mont Alpi 805 L-Shaped Deluxe Island with Kegerator and Beverage Center","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI805-D90KEGBEV. This grill combines six burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 90-degree kegerator module and beverage center is the perfect fit for right angles and tighter spaces, who doesn't want a kegerator and beverage center outside, the ultimate alfresco experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy-duty rotisserie kit, full size weather cover and a granite matching chopping board.\u003cbr\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica-1\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi805 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi805.jpg?v=1673358347\" width=\"100%\" height=\"auto\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd3a416b48a14507a56f38b1cd8a2410.mp4\" controls=\"controls\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" alt=\"Key Features\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" alt=\"Infra-Red Side Burner\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSix 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003e90-degree corner carts included\u003c\/li\u003e\n\u003cli\u003eLockable, outdoor rated fridge included\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels \u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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 type=\"checkbox\" id=\"harmonica-2\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-2\" class=\"harmonica-title\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/hQC2hD8.jpg\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/hQC2hD8.jpg\" alt=\"Dimensions\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1400 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e115, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e38\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage center\u003cspan class=\"value\"\u003e38\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90-degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43587089662193,"sku":"MAi805-D90KEGBEV","price":12686.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/OKzitx5.jpg?v=1707795578"},{"product_id":"mont-alpi-805-deluxe-island-with-a-90-degree-corner-kegerator-beverage-center-and-fridge-cabinet","title":"Mont Alpi 805 L-Shaped Deluxe Island with Kegerator, Beverage Center and Fridge Cabinet","description":"\u003cp class=\"desc\"\u003eThe Mont Alpi D series stands for deluxe and that is exactly what you get from the MAI805-DKEGFC. This grill combines six burners of standard cooking size along with an extremely useful infrared side burner suitable for searing, pan frying and boiling and an infrared rear burner for the ultimate rotisserie experience.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe 90 degree 3 pour kegerator module with granite top and drip tray is perfect for 3 barrels of beer (or other) and is cooled in an outdoor rated fridge for that perfect ice-cold pint.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe double outdoor refrigerator set works in all temps and is fitted with multi-layer shelves, LED lights and desired cold settings.\u003cbr\u003eThe Mont Alpi D series comes with waterfall granite which extends down the sides of the grill for easy cleaning and extra class, the unit also includes a heavy-duty rotisserie kit, full size weather cover and a granite matching chopping board. The grill comes standard with LED knob lights that are blue when off and red when on and bright internal cooking lights for perfect vision and precision control.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eBe sure to check out the useful optional accessories such as the \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiCharcoalTray.jpg\" target=\"_blank\"\u003eCharcoal Tray\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e and \u003cstrong\u003e\u003cu\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiGriddlePlate.jpg\" target=\"_blank\"\u003eGriddle\u003c\/a\u003e\u003c\/u\u003e\u003c\/strong\u003e. Grill comes as propane ready but can be converted to Nat gas within minutes, simply buy the additional Mont Alpi Natural gas conversion kit.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion-tabbed\"\u003e\n\u003cdiv class=\"harmonica\"\u003e\n\u003cinput type=\"checkbox\" id=\"harmonica-1\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-1\" class=\"harmonica-title\"\u003eFEATURES\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003eMAi805 Series Deluxe Island Grill\u003c\/p\u003e\n\u003cdiv class=\"video-container\"\u003e\n\u003cvideo poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpi805.jpg?v=1673358347\" width=\"100%\" height=\"auto\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd3a416b48a14507a56f38b1cd8a2410.mp4\" controls=\"controls\"\u003e\u003c\/video\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiKeyFeatures.jpg?v=1673600691\" alt=\"Key Features\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/MontAlpiSideBurner.jpg?v=1673600692\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" alt=\"Infra-Red Side Burner\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSix 304 stainless steel burners\u003c\/li\u003e\n\u003cli\u003eCeramic infra-red rear and side burners\u003c\/li\u003e\n\u003cli\u003eWhite granite surfaces and waterfall sides\u003c\/li\u003e\n\u003cli\u003eA 90-degree corner cart is included\u003c\/li\u003e\n\u003cli\u003eLockable, outdoor rated fridges included\u003c\/li\u003e\n\u003cli\u003eAll 304 Stainless Steel components\u003c\/li\u003e\n\u003cli\u003eArrives fully assembled\u003c\/li\u003e\n\u003cli\u003eTemperature gauge\u003c\/li\u003e\n\u003cli\u003eTwo cooking surface halogen lights\u003c\/li\u003e\n\u003cli\u003eControl knobs with on\/off color changing LED lights\u003c\/li\u003e\n\u003cli\u003eElectronic ignition\u003c\/li\u003e\n\u003cli\u003eGliding rubber castor wheels .\u003c\/li\u003e\n\u003cli\u003eNatural gas and propane ready\u003c\/li\u003e\n\u003cli\u003ePropane hose and regulator included\u003c\/li\u003e\n\u003cli\u003ePropane tank pull out for easy access\u003c\/li\u003e\n\u003cli\u003eEasy access grease trays for cleaning\u003c\/li\u003e\n\u003cli\u003eLarge roller ball drawers\u003c\/li\u003e\n\u003cli\u003eWheel leveler\u003c\/li\u003e\n\u003cli\u003eKegerator Included\u003c\/li\u003e\n\u003cli\u003eBeverage Center included with Fridge\u003c\/li\u003e\n\u003cli\u003e8mm 304 stainless steel cooking grills\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 type=\"checkbox\" id=\"harmonica-2\" name=\"harmonica-group-1\"\u003e\u003clabel for=\"harmonica-2\" class=\"harmonica-title\"\u003eWEIGHT \u0026amp; DIMENSIONS\u003cspan class=\"harmonica-plus\"\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/hQtmPSZ.jpg\" target=\"_blank\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/hQtmPSZ.jpg\" alt=\"Dimensions\" title=\"Click to Enlarge\" style=\"width: 100%; height: auto;\" class=\"imgs\"\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cul class=\"app-specs\"\u003e\n\u003cli\u003eWeight\u003cspan class=\"value\"\u003e1572 Lbs\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eHeat output\u003cspan class=\"value\"\u003e115, 000 BTU\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eMain cooking surface excluding warming rack\u003cspan class=\"value\"\u003e38\" x 18\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eGrill unit\u003cspan class=\"value\"\u003e43\" x 23\" x 47\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eLeft side burner unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRight side fridge cabinet unit\u003cspan class=\"value\"\u003e25\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e90 degree corner cart\u003cspan class=\"value\"\u003e23\" x 25\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBeverage Center\u003cspan class=\"value\"\u003e38\" x 23\" x 35\"\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eKegerator\u003cspan class=\"value\"\u003e48\" x 23\" x 35\"\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: 150%;\n  padding-right: .03em;\n  }\n.app-accordion {\n  margin: 50px 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: inherit;\n  letter-spacing: .1em;\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: 1px;\n  }\n.app-accordion .harmonica-title span::after {\n  height: 1px;\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;\n  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;\n  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  }\n.app-specs .value {\n  order: 3;\n  -webkit-order: 3;\n  font-weight: normal;\n   display: inline-block;\n  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":43587090841841,"sku":"MAi805-D90KEGBEVFC","price":13886.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/RdWt783_c1c3921e-416d-4919-9505-7771c4e50ac2.jpg?v=1707795549"},{"product_id":"mont-alpi-805-11-foot-deluxe-island-with-a-kegerator-and-fridge-cabinet","title":"Mont Alpi 805 11-Foot Deluxe Island with a Kegerator and Fridge Cabinet","description":null,"brand":"BetterPatio.com","offers":[{"title":"Default Title","offer_id":45031197507825,"sku":"","price":9849.0,"currency_code":"USD","in_stock":true}]},{"product_id":"mont-alpi-400-deluxe-island-with-kegerator-beverage-center-and-fridge-cabinet","title":"Mont Alpi 400 Deluxe Island with Kegerator, Beverage Center and Fridge Cabinet","description":null,"brand":"BetterPatio.com","offers":[{"title":"Default Title","offer_id":45031199080689,"sku":"","price":11099.0,"currency_code":"USD","in_stock":true}]},{"product_id":"mont-alpi-805-l-shaped-deluxe-island-with-kegerator-and-fridge-cabinet","title":"Mont Alpi 805 L-Shaped Deluxe Island with Kegerator and Fridge Cabinet","description":null,"brand":"BetterPatio.com","offers":[{"title":"Default Title","offer_id":45031199244529,"sku":"","price":10449.0,"currency_code":"USD","in_stock":true}]},{"product_id":"mont-alpi-400-l-shaped-deluxe-island-with-kegerator-and-beverage-center","title":"Mont Alpi 400 L-Shaped Deluxe Island with Kegerator and Beverage Center","description":null,"brand":"BetterPatio.com","offers":[{"title":"Default Title","offer_id":45031200456945,"sku":"","price":10299.0,"currency_code":"USD","in_stock":true}]},{"product_id":"mont-alpi-805-15-foot-deluxe-island-with-a-kegerator-and-a-beverage-center","title":"Mont Alpi 805 15-Foot Deluxe Island with a Kegerator and a Beverage Center","description":null,"brand":"BetterPatio.com","offers":[{"title":"Default Title","offer_id":45031200817393,"sku":"","price":10099.0,"currency_code":"USD","in_stock":true}]},{"product_id":"mont-alpi-805-l-shaped-island-with-kegerator-and-beverage-center","title":"Mont Alpi 805 L-Shaped Island with Kegerator and Beverage Center","description":null,"brand":"BetterPatio.com","offers":[{"title":"Default Title","offer_id":45031200948465,"sku":"","price":10249.0,"currency_code":"USD","in_stock":true}]},{"product_id":"mont-alpi-400-l-shaped-deluxe-island-with-kegerator-and-fridge-cabinet","title":"Mont Alpi 400 L-Shaped Deluxe Island with Kegerator and Fridge Cabinet","description":null,"brand":"BetterPatio.com","offers":[{"title":"Default Title","offer_id":45031201014001,"sku":"","price":9899.0,"currency_code":"USD","in_stock":true}]}],"url":"https:\/\/betterpatio.com\/collections\/outdoor-kegerator.oembed","provider":"BetterPatio.com","version":"1.0","type":"link"}