{"title":"Outdoor Ice Maker","description":"\n\u003cstyle\u003e\n :root {\n --brand-dark: #222621;\n --brand-primary: #2d5a27;\n --brand-accent: #b85c38;\n --brand-light: #edf3e8;\n --brand-mid: #cbdcc0;\n --body-font: Inter, sans-serif;\n --heading-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n --max-width: 860px;\n }\n\n .rte {\n max-width: var(--max-width);\n margin: 0 auto;\n padding: 60px 24px 80px;\n font-family: var(--body-font);\n color: var(--brand-dark);\n font-size: 16.5px;\n line-height: 1.8;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n .rte \u003e p:first-child {\n font-size: 1.25rem;\n line-height: 1.85;\n color: #2c332a;\n margin-bottom: 3rem;\n border-left: 5px solid var(--brand-accent);\n padding-left: 1.5rem;\n font-style: italic;\n }\n\n .rte h2 {\n font-family: var(--heading-font);\n font-size: 1.65rem;\n font-weight: 700;\n color: var(--brand-primary);\n margin-top: 3.5rem;\n margin-bottom: 1.2rem;\n line-height: 1.3;\n letter-spacing: -0.02em;\n text-transform: capitalize !important;\n }\n\n .rte h3 {\n font-family: var(--heading-font);\n font-size: 1.2rem;\n font-weight: 600;\n color: var(--brand-accent);\n margin-top: 2rem;\n margin-bottom: 0.6rem;\n letter-spacing: -0.01em;\n text-transform: capitalize !important;\n }\n\n .rte p {\n margin-bottom: 1.2rem;\n color: #2c332a;\n }\n\n .rte ul {\n padding-left: 2;\n margin-bottom: 1.8rem;\n list-style: none;\n }\n\n .rte ul li {\n position: relative;\n padding-left: 2rem;\n margin-bottom: 0.75rem;\n color: #2c332a;\n }\n .rte ul li::before {\n content: \"—\";\n position: absolute;\n left: 0;\n color: var(--brand-accent);\n font-weight: bold;\n }\n\n .rte details {\n border: 1px solid var(--brand-mid);\n border-radius: 8px;\n margin-bottom: 0.85rem;\n background: #ffffff;\n transition: all 0.25s ease;\n overflow: hidden;\n }\n\n .rte details:hover {\n border-color: var(--brand-primary);\n box-shadow: 0 4px 12px rgba(45, 90, 39, 0.05);\n }\n\n .rte details[open] {\n background: var(--brand-light);\n border-color: var(--brand-primary);\n box-shadow: inset 0 2px 4px rgba(45, 90, 39, 0.02);\n }\n\n .rte summary {\n font-family: var(--heading-font);\n font-weight: 600;\n font-size: 1.05rem;\n padding: 1.1rem 1.4rem;\n cursor: pointer;\n list-style: none;\n color: var(--brand-primary);\n display: flex;\n justify-content: space-between;\n align-items: center;\n user-select: none;\n }\n\n .rte summary::-webkit-details-marker { display: none; }\n .rte summary::after {\n content: '+';\n font-size: 1.4rem;\n font-family: monospace;\n color: var(--brand-accent);\n line-height: 1;\n transition: transform 0.2s ease;\n }\n\n .rte details[open] summary {\n border-bottom: 1px solid var(--brand-mid);\n }\n\n .rte details[open] summary::after {\n content: '–';\n transform: rotate(180deg);\n }\n\n .rte details p {\n padding: 1.2rem 1.4rem;\n margin: 0;\n font-size: 1rem;\n color: #2c332a;\n line-height: 1.75;\n }\n\n .rte .collection-nav {\n display: flex;\n flex-wrap: wrap;\n gap: 12px;\n margin-top: 1.8rem;\n margin-bottom: 2rem;\n }\n\n .rte .collection-nav a {\n background: var(--brand-light);\n color: var(--brand-primary);\n padding: 8px 18px;\n border-radius: 30px;\n text-decoration: none;\n font-family: var(--heading-font);\n font-size: 0.9rem;\n font-weight: 500;\n border: 1px solid var(--brand-mid);\n transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);\n }\n\n .rte .collection-nav a:hover {\n background: var(--brand-primary);\n color: #ffffff;\n border-color: var(--brand-primary);\n transform: translateY(-2px);\n box-shadow: 0 4px 8px rgba(45, 90, 39, 0.15);\n }\n\n .rte .section-rule {\n border: none;\n border-top: 1px solid var(--brand-mid);\n margin: 3.5rem 0;\n }\n\n .rte .highlight-box {\n background: var(--brand-light);\n border-left: 5px solid var(--brand-accent);\n padding: 1.5rem 1.75rem;\n margin: 2.5rem 0;\n border-radius: 0 12px 12px 0;\n box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);\n }\n\n .rte .highlight-box p {\n margin: 0;\n font-size: 1.05rem;\n color: #2c332a;\n line-height: 1.75;\n }\n\n .rte a {\n color: var(--brand-primary);\n text-decoration: underline;\n }\n\n .rte a:hover {\n color: var(--brand-accent);\n }\n\n @media (max-width: 600px) {\n .rte {\n font-size: 15.5px;\n padding: 30px 18px 50px;\n }\n .rte h2 {\n font-size: 1.4rem;\n margin-top: 2.5rem;\n }\n .rte h3 {\n font-size: 1.1rem;\n }\n .rte \u003e p:first-child {\n font-size: 1.1rem;\n margin-bottom: 2rem;\n }\n .rte .collection-nav {\n gap: 8px;\n }\n .rte .collection-nav a {\n padding: 6px 14px;\n font-size: 0.82rem;\n }\n .rte details {\n border-radius: 6px;\n }\n .rte summary {\n padding: 0.9rem 1.1rem;\n font-size: 0.95rem;\n }\n .rte details p {\n padding: 0.9rem 1.1rem;\n }\n }\n\u003c\/style\u003e\n\u003cdiv class=\"rte\"\u003e\n\n  \u003cp\u003eAn outdoor ice maker is the ultimate upgrade for any backyard entertaining setup — keeping drinks cold, parties flowing, and trips back inside to a minimum. Whether you're hosting a summer cookout, relaxing poolside, or running a full outdoor kitchen, having a dedicated ice machine within arm's reach makes all the difference. At BetterPatio.com, we carry a curated selection of outdoor-rated ice makers built to perform in the elements and look great doing it.\u003c\/p\u003e\n\n  \u003ch2\u003eThe Best Outdoor Ice Maker Keeps the Party Going All Season Long\u003c\/h2\u003e\n  \u003cp\u003eNobody wants to make a beer run mid-barbecue because the ice ran out. A quality outdoor ice machine produces ice on demand — right where you need it — so you never find yourself scrambling to keep drinks cold. Most residential models can produce anywhere from 12 to 50+ pounds of ice per day, giving you a virtually endless supply for guests no matter how long the gathering runs.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eHigh daily ice output up to 50 lbs\/day on select models\u003c\/li\u003e\n    \u003cli\u003eRapid cycle times with fresh ice ready in as little as 10–15 minutes\u003c\/li\u003e\n    \u003cli\u003eBuilt-in storage bins to hold ice between production cycles\u003c\/li\u003e\n    \u003cli\u003eSelf-cleaning modes for low-maintenance operation all season\u003c\/li\u003e\n    \u003cli\u003eQuiet compressor technology so it never interrupts conversation\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cp\u003eReady to build your dream backyard bar setup? \u003ca href=\"https:\/\/betterpatio.com\/collections\/refrigerator?page=1\"\u003eShop Outdoor Refrigerators →\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"section-rule\"\u003e\n\n  \u003ch2\u003eWeather-Resistant Ice Makers for Year-Round Outdoor Use\u003c\/h2\u003e\n  \u003cp\u003eUnlike standard countertop ice makers designed for indoor kitchens, outdoor-rated units are engineered to handle UV exposure, humidity, rain, and dramatic temperature swings without missing a beat. Look for stainless steel exteriors, sealed components, and models with UL or NSF outdoor ratings to ensure long-term durability in your specific climate. The right unit will hold up through summer heat and cool-season humidity without sacrificing ice production performance.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eMarine-grade or 304 stainless steel exterior construction\u003c\/li\u003e\n    \u003cli\u003eSealed electrical components rated for outdoor installation\u003c\/li\u003e\n    \u003cli\u003eVentilation systems engineered for warm ambient temperatures\u003c\/li\u003e\n    \u003cli\u003eCorrosion-resistant hardware, hinges, and door seals\u003c\/li\u003e\n    \u003cli\u003eStandard cutout dimensions for compatibility with outdoor cabinetry and island builds\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cp\u003ePair your ice machine with a complete outdoor kitchen suite. \u003ca href=\"https:\/\/betterpatio.com\/collections\/outdoor-kitchen-appliances\"\u003eExplore Outdoor Kitchen Appliances →\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"section-rule\"\u003e\n\n  \u003ch2\u003eUndercounter Ice Machines for Any Outdoor Kitchen Layout\u003c\/h2\u003e\n  \u003cp\u003eA built-in undercounter ice maker does more than produce ice — it elevates the entire look of your outdoor entertaining space. Designed to drop into standard outdoor kitchen cabinetry, these units deliver a clean, custom finish that pairs naturally with your grill station, beverage refrigerator, and bar area. Whether you're building a modest patio setup or a fully equipped alfresco kitchen, there's a size and finish to match.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eStandard 15-inch and 18-inch widths fit most cabinetry configurations\u003c\/li\u003e\n    \u003cli\u003ePanel-ready and stainless finish options to match surrounding appliances\u003c\/li\u003e\n    \u003cli\u003eLow-profile toe kicks for a streamlined, built-in appearance\u003c\/li\u003e\n    \u003cli\u003eDesigned to integrate with custom island layouts and bar counters\u003c\/li\u003e\n    \u003cli\u003eFront-venting design required for enclosed installs — available across most models\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cp\u003ePlanning a full build from the ground up? \u003ca href=\"https:\/\/betterpatio.com\/collections\/custom-build-kitchen-cabinets\"\u003eDesign Your Custom Outdoor Kitchen →\u003c\/a\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"section-rule\"\u003e\n\n  \u003ch2\u003eEnergy-Efficient Ice Production That Runs All Summer Long\u003c\/h2\u003e\n  \u003cp\u003eModern outdoor ice makers are smarter and more efficient than earlier generations. Many are Energy Star certified and use only the water and electricity needed to meet actual demand — shutting off automatically when the storage bin reaches capacity. For a backyard appliance that runs all summer long, that kind of efficiency adds up in a meaningful way.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eEnergy Star certified models available across multiple brands\u003c\/li\u003e\n    \u003cli\u003eAuto-shutoff engages when the storage bin reaches capacity\u003c\/li\u003e\n    \u003cli\u003eInsulated storage bins slow the melt rate between production cycles\u003c\/li\u003e\n    \u003cli\u003eLow water consumption on efficient units — typically 1 to 2 gallons per pound of ice\u003c\/li\u003e\n    \u003cli\u003eEco standby modes reduce power draw during periods of low use\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003chr class=\"section-rule\"\u003e\n\n  \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eIs an outdoor ice maker worth it?\u003c\/summary\u003e\n    \u003cp\u003eAbsolutely — especially if you entertain regularly or run a dedicated outdoor kitchen. Having on-demand ice eliminates the hassle of hauling bags from the store and keeps your coolers and drink stations fully stocked throughout the day. For serious outdoor hosts, it's one of the highest-value appliances you can add to a patio or backyard setup.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eCan I put an ice maker outside?\u003c\/summary\u003e\n    \u003cp\u003eYes, but only if the unit is specifically rated for outdoor use. Outdoor ice makers feature weather-resistant components, sealed electrical systems, and materials built to handle heat, moisture, and UV exposure over time. Always check the manufacturer's specifications and installation requirements before placing any appliance in an exterior environment.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eWhat is the best outdoor ice maker?\u003c\/summary\u003e\n    \u003cp\u003eThe best option depends on your ice output needs, installation type, and available space. Top-rated brands for exterior use include Scotsman, Hoshizaki, U-Line, and EdgeStar, each offering models built for residential outdoor kitchens. We recommend comparing daily production capacity, bin storage size, and outdoor ratings to find the right match.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails\u003e\n    \u003csummary\u003eDo ice makers use a lot of water?\u003c\/summary\u003e\n    \u003cp\u003eIce makers use water proportional to how much ice they produce — typically around one to two gallons per pound of ice. Most units connect directly to a water supply line and only draw what is needed per cycle. Models with auto-shutoff features help minimize waste once the storage bin is full.\u003c\/p\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"cal-flame-outdoor-stainless-steel-ice-maker-bbq10700","title":"Cal Flame Outdoor Stainless Steel Ice Maker BBQ10700","description":"\u003cp\u003e\u003cspan itemprop=\"description\"\u003eWith Cal Flame's 1.71 Cu. Ft. Built-In Outdoor Stainless Steel Ice Maker, you'll never have to leave the party to get ice again. This outdoor rated ice maker is great for fueling a gathering or celebration. 1. 71 Cu. Ft. of interior space allows for 25 pounds of ice storage and keeps any occasion properly stocked. Plug this 115V ice maker in and make up to 44 pounds of ice in a day, perfect for larger parties. This fully enclosed and insulated unit features a removable ice storage bin for easy ice transfer and the built-in drain plug makes maintenance quick and hassle-free. The Cal Flame BBQ10700 ice maker is made out of 304 stainless steel and produces cube-shaped ice.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\u003cspan itemprop=\"description\"\u003eFEATURES:\u003c\/span\u003e\u003c\/h4\u003e\n\u003cul class=\"bulletList\"\u003e\n\u003cli\u003eRemovable ice storage bin for easy transfer or cleaning\u003c\/li\u003e\n\u003cli\u003eBuilt-in drain plug for easy maintenance\u003c\/li\u003e\n\u003cli\u003eIce shape: cubes\u003c\/li\u003e\n\u003cli\u003eIce making capacity: 44 lbs\/day\u003c\/li\u003e\n\u003cli\u003eMax ice storage: 25 lbs\u003c\/li\u003e\n\u003cli\u003eFully enclosed\/insulated unit\u003c\/li\u003e\n\u003cli\u003e1.71 cu. ft. of storage space\u003c\/li\u003e\n\u003cli\u003e115-Volt for convenient plug and play\u003c\/li\u003e\n\u003cli\u003eOutdoor rated\u003cbr\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eDIMENSIONS:\u003c\/h4\u003e\n\u003cp\u003eHeight: 33 inches (84 cm)\u003cbr\u003eWidth: 14 1\/2 inches (37 cm)\u003cbr\u003eDepth: 23 inches (58 cm)\u003c\/p\u003e\n\u003ch4\u003eCUT-OUT DIMENSIONS:\u003c\/h4\u003e\n\u003cp\u003eHeight: 34 inches (86 cm)\u003cbr\u003eWidth: 15 1\/4 inches (39 cm)\u003c\/p\u003e\n\u003ch4\u003eWARRANTY:\u003c\/h4\u003e\n\u003cp\u003e\u003cspan\u003eWarranted against \u003c\/span\u003e\u003cspan\u003erust-through and operation failure due to defects in material or workmanship in normal household use.\u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"bulletList\"\u003e\u003c\/ul\u003e","brand":"Cal Flame","offers":[{"title":"Default Title","offer_id":1134863095,"sku":"BBQ10700","price":2904.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/cal-flamecal-flame-outdoor-stainless-steel-ice-maker-bbq10700bbq10700-betterpatiocom-384790.jpg?v=1785082260"},{"product_id":"rcs-stainless-steel-ul-rated-ice-maker","title":"RCS Stainless Steel UL Rated Ice Maker","description":"\u003cp\u003eThe UL Rated Ice Maker\u003cbr\u003e\nKeep a constant supply of Ice with REFR3. The ice maker features 304 stainless steel, a reversible hinge, and adjustable cube sizing. The REFR3 can produce up to 44 lbs. of ice daily and is perfectly paired to the RPUMP drainer. \u003cbr\u003e\nPart Number: REFR3\u003cbr\u003e\nStainless Steel\u003cbr\u003e\nUL Rated for Outdoor Use\u003cbr\u003e\nReversible Hinge\u003cbr\u003e\n26 lb. Storage\u003cbr\u003e\nProduces 44 lb. of Ice Daily\u003cbr\u003e\nAdjustable Cube Size\u003cbr\u003e\nGravity Drain or Optional RPUMP\u003cbr\u003e\n5 Year Warranty\u003cbr\u003e\nCut Out: 15\" wide X 24\" deep X 33 1\/2\" high\u003c\/p\u003e\n\n\u003cp\u003eNOTE: This is not a freezer. The old ice will melt while new ice is being produced.\u003c\/p\u003e","brand":"RCS","offers":[{"title":"Default Title","offer_id":37643909890216,"sku":"REFR3","price":2804.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/RCS_Gas_Grills_-_UL_Rated_Ice_Maker_-_REFR3__7.png?v=1785095478"},{"product_id":"rcs-stainless-trim-kit-for-refr3-ice-maker","title":"RCS Stainless Trim Kit for REFR3 Ice Maker","description":"\u003cp class=\"desc\"\u003eThe R-Series UL Rated Ice Maker Trim Kit offers 304 stainless steel, and a clean finished look to your new ice maker.\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\u003e304 Stainless Steel\u003c\/li\u003e\n\u003cli\u003e18 Gauge\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\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0040\/9233\/0082\/files\/REFR3_Ice_Maker_Owner_s_Manual_-_11.4.2020.pdf?v=1605034511\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eManual\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eFits\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eREFR3 Ice Maker\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eCut Out\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e16 3\/4\" Wide x 34\" High\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eCountry of Origin\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eUSA\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":"RCS","offers":[{"title":"Default Title","offer_id":37643922276520,"sku":"RTR3","price":154.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/RenaissanceCookingSystems-TrimKitforREFR3-RTR3.png?v=1782448337"},{"product_id":"rcs-drain-pump-for-ice-maker-refr3","title":"RCS Drain Pump for Ice Maker(REFR3)","description":"\u003cp class=\"desc\"\u003eThe RPUMP is a condensate drain that helps drain excess water from melted ice. The RPUMP is a perfect match for the RCS REFR3 ice makers.\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\u003e1\/2 Gallon High Impact ABS Tank\u003c\/li\u003e\n\u003cli\u003eAutomatic Start \u0026amp; Stop Operation\u003c\/li\u003e\n\u003cli\u003eRemovable 3\/8\" Check Valve Discharge Adapter\u003c\/li\u003e\n\u003cli\u003eReversible Tank Cover with 3 Inlet Drain Holes\u003c\/li\u003e\n\u003cli\u003e65 GPH @ 1 FT \/ 15 FT Max\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\"\u003eFits\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eREFR3 Ice Maker\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eInput\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e115V\u003cbr\u003e60 HZ\u003cbr\u003e1.0 A\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eCord\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e6 FT\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eCountry of Origin\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eUSA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\t \u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\u003c!--\n* {\n  box-sizing: border-box;\n}\np.desc::first-letter { \n  font-size: 170%; \n  } \n.app-table { \n  display: table; \n  width: 100%; \n  margin: 0; \n  padding: 0; \n  } \n.app-tr { \n  display: table-row; \n  } \n.app-tr:nth-child(odd) { \n  background: #f2f2f2; \n  } \n.app-td { \n  display: table-cell; \n  font-weight: 500 !important; \n  padding: 5px 10px !important; \n  vertical-align: middle;\n  } \n.app-td:nth-child(1) { \n  width: 40%; \n  }\n@media (max-width: 600px) {\n  .app-td {\n    text-align: left;\n    }\n  .app-td:nth-child(1) {\n    width: 50%;\n    text-align: right;\n    background: #f2f2f2;\n    }\n  .app-tr:nth-child(odd) {\n    background: none;\n    }\n  }\n.accordion {\n  margin-top: 50px;\n}\n.accordion .harmonica input { \n  display: none;\n}\n.accordion .harmonica section { \n  display: block;\n  overflow: hidden;\n  max-height: 0;\n  transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;\n  padding: 0 20px;\n  border-bottom: 1px solid #e9eaec;\n}\n.accordion .harmonica label {\n  padding: 15px 10px; \n  display: block; \n  line-height: 1.5em;\n  text-transform: uppercase; \n  font-weight: bold; \n  cursor: pointer; \n  margin-bottom: -2px;\n}\n.accordion .harmonica label:hover {\n  opacity: 0.8;\n}\n.accordion .harmonica:first-of-type label {\n  border-top: 1px solid #e9eaec;\n}\n.accordion .harmonica-title::after {\n  content: '\\002B'; \n  transition: transform .8s ease-in-out;\n  float: right; \n  font-family: Times New Roman;\n  font-size: 1.5em;\n  font-weight: 400;\n}\n.accordion .harmonica input:checked + label::after {\n  transform: rotate(-315deg);\n}\n.accordion .harmonica input:checked ~ section { \n  max-height: 10000px;\n  transition-timing-function: cubic-bezier(0.5, 0, 1, 0); \n  transition-delay: 0s;\n}\n--\u003e\u003c\/style\u003e","brand":"RCS","offers":[{"title":"Default Title","offer_id":41176843878568,"sku":"RPUMP","price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/RenaissanceCookingSystems-CondensatePumpforIceMaker-RPUMP.png?v=1632759211"},{"product_id":"blaze-50-lb-15-inch-outdoor-ice-maker-with-gravity-drain-blz-icemkr-50gr","title":"Blaze 50 LB. 15-Inch Outdoor Ice Maker with Gravity Drain","description":"\u003cp class=\"desc\"\u003eOutdoor entertaining is more enjoyable and convenient when you have everything in your outdoor kitchen. This outdoor ice maker eliminates unnecessary trips inside to get ice for your beverages. The Blaze outdoor ice maker can produce up to 50 pounds of cube ice per day and can hold 25 pounds in its removable bin. Inside the ice maker, a cool blue LED illuminates the contents, making things easy to see. The ice maker also includes a self cleaning mode and convenient one button operation. The Blaze ice machine features an in-line water filter which filters out impurities, ensuring the ice production is free of contaminants. The unit is made from durable stainless steel and features a reversible door to suit your specific needs. The front venting design allows it to be used in a built-in application, or it can be used as a freestanding unit. The bottom of the ice maker is equipped with four leveling legs for a perfect fit. It operates on environmentally friendly R134a refrigerant, carries an Energy Star rating and UL listing for outdoor use. This ice maker includes a stainless steel ice scoop, drain line and water line.\u003c\/p\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-accordion\"\u003e\n\u003cdiv class=\"app-tabbed\"\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\u003eProduces up to 50 pounds of cube shaped ice per day with a 25 pound storage capacity\u003c\/li\u003e\n\u003cli\u003eEnergy Star rating ensures operating efficiency\u003c\/li\u003e\n\u003cli\u003eIn-line water filter \u0026amp; percolating cold plate ensure clean ice production\u003c\/li\u003e\n\u003cli\u003eDigital temperature control concealed behind door for additional protection\u003c\/li\u003e\n\u003cli\u003eInterior light makes things easy to find and features a “cool blue” color lighting option\u003c\/li\u003e\n\u003cli\u003eThe reversible door option allows a left or right door swing\u003c\/li\u003e\n\u003cli\u003eETL approved for outdoor use\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\u003cbr\u003e\n\u003cdiv class=\"msg\"\u003e\n\u003ca href=\"#seeMore\"\u003eWARNING – PROP 65 Notice – CA Residents Only\u003c\/a\u003e\n\u003cdiv id=\"seeMore\" class=\"txt-block\"\u003e\n\u003cp\u003eThis product can expose you to chemicals including Chromium (hexavalent compounds), which are known to the State of California to cause cancer and birth defects or other reproductive harm. For more information go to: www.p65warnings.ca.gov.\u003c\/p\u003e\n\u003ca href=\"#\"\u003eHide Text\u003c\/a\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=\"harmonica2\" name=\"harmonica-group\"\u003e\u003clabel for=\"harmonica2\" class=\"harmonica-title\"\u003eSpecifications\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cdiv class=\"app-table\"\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eDocuments\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e\n\u003ca href=\"https:\/\/www.blazegrills.com\/wp-content\/uploads\/2019\/02\/BLZ-ICEMKR-50G-manual.pdf\" target=\"_blank\"\u003eIce Maker Manual (.pdf)\u003c\/a\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.blazegrills.com\/wp-content\/uploads\/Blaze-2022-Brochure-low-res.pdf\" target=\"_blank\"\u003eBlaze Brochure (.pdf)\u003c\/a\u003e\n\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\"\u003e33\" H X 14 5\/8\" W X 24 7\/8\" 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\"\u003e34\" H X 16 5\/8\" W X 27 5\/8\" D\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\"\u003e1 Year\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=\"harmonica3\" name=\"harmonica-group\"\u003e\u003clabel for=\"harmonica3\" class=\"harmonica-title\"\u003eVideos\u003c\/label\u003e\n\u003csection class=\"harmonica-content\"\u003e\u003cbr\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe width=\"400\" height=\"345\" src=\"https:\/\/www.youtube.com\/embed\/h1Nsqr3eN8g\" frameborder=\"0\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003cbr\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\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-accordion {\n  margin-top: 50px;\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 20px;\n  border-bottom: 1px solid #e9eaec;\n}\n.app-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.app-accordion .harmonica label:hover {\n  opacity: 0.8;\n}\n.app-accordion .harmonica:first-of-type label {\n  border-top: 1px solid #e9eaec;\n}\n.app-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.app-accordion .harmonica input:checked + label::after {\n  transform: rotate(-315deg);\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-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    border-bottom: 3px solid #fff;\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#seeMore {\n  display: none;\n }\n#seeMore:target {\n  display: block;\n  transition: 1s;\n } \n.msg {\n  display: block;\n  margin-top: 35px;\n  color: currentColor;\n }\n.msg::before {\n  content: \"\\26A0\";\n  display: block;\n  float: left;\n  margin-right: 15px;\n  line-height: 20px;\n  font-size: 2em;\n  color: #f57120;\n}\n.msg .txt-block {\n  margin-top: 10px;\n  border: 1px dashed rgb(245,113,32,.5);\n  padding: 20px;\n}\n--\u003e\u003c\/style\u003e","brand":"Blaze","offers":[{"title":"Default Title","offer_id":42520079565041,"sku":"BLZ-ICEMKR-50GR","price":2749.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/products\/blazeblaze-50-lb-15-inch-outdoor-ice-maker-with-gravity-drainblz-icemkr-50gr-betterpatiocom-938677.jpg?v=1707838016"},{"product_id":"select-your-refrigeration-outdoor-ss-ice-maker","title":"Select your refrigeration\/Outdoor SS Ice Maker","description":null,"brand":"BetterPatio.com","offers":[{"title":"Default Title","offer_id":45031179583729,"sku":"","price":2904.0,"currency_code":"USD","in_stock":true}]},{"product_id":"rcs-stainless-steel-nugget-ice-maker-refr3a","title":"RCS Stainless Steel Nugget Ice Maker - REFR3A","description":"\u003cp\u003eThe RCS REFR3A delivers a constant supply of soft, chewable nugget ice — perfect for cocktails, sodas, and outdoor entertaining. Built for outdoor kitchen installation with front ventilation and a sleek stainless exterior.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e304 Stainless Steel Construction\u003c\/li\u003e\n\u003cli\u003eProduces Soft, Chewable Nugget Ice\u003c\/li\u003e\n\u003cli\u003e55 lb. Daily Ice Production\u003c\/li\u003e\n\u003cli\u003e26 lb. Storage Capacity\u003c\/li\u003e\n\u003cli\u003eAuto Shutoff When Bin is Full\u003c\/li\u003e\n\u003cli\u003eDigital Touchpad Controls\u003c\/li\u003e\n\u003cli\u003eReversible Door Hinge\u003c\/li\u003e\n\u003cli\u003eFront Venting — Built-in Ready\u003c\/li\u003e\n\u003cli\u003eUL Outdoor Rated\u003c\/li\u003e\n\u003cli\u003eShovel Included\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cdiv class=\"app-table\"\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eModel\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eREFR3A\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eDaily Production\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e55 lbs.\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\"\u003e26 lbs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003ePower\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003e110V \/ Standard Outlet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-tr\"\u003e\n\u003cdiv class=\"app-td\"\u003eCountry of Origin\u003c\/div\u003e\n\u003cdiv class=\"app-td\"\u003eUSA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003ch4\u003eWarranty\u003c\/h4\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/rcsgasgrills.com\/pages\/warranty\" target=\"_blank\"\u003eView Full RCS Warranty →\u003c\/a\u003e\u003c\/p\u003e","brand":"RCS","offers":[{"title":"Default Title","offer_id":48345241583857,"sku":"REFR3A","price":2989.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0566\/2453\/files\/RCSGasGrills-NuggetIceMaker-REFR3A_6.png?v=1782270968"}],"url":"https:\/\/betterpatio.com\/collections\/outdoor-ice-maker.oembed","provider":"BetterPatio.com","version":"1.0","type":"link"}