Unique 30" Modern Off-Grid Propane Range - Black
/* Author: Kenton Jones Date: March 2026 Location: Theme Editor > Products > Unique 30" Range - Matte Black > Description Block */ @import url('https://fonts.googleapis.com/css2?fa mily=Lato:wght@400;700;900&display=swap'); .cd-product-description { font-family: 'Lato', sans-serif; line-height: 1.5; color: #1e293b; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0; box-sizing: border-box; } .cd-product-description ::selection { background: rgba(0, 0, 0, 0.2); color: #000000; } .cd-product-description h1 { text-align: center; margin-bottom: 5px; font-weight: 700; font-size: 2.2em; } .cd-product-description .cd-origin-badge { text-align: center; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; margin-bottom: 20px; display: block; font-size: 0.85em; color: #1a1a1a; } .cd-product-description h2 { border-bottom: 2px solid #1a1a1a; padding-bottom: 5px; margin-top: 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 1.5em; } .cd-product-description p { margin-bottom: 12px; } .cd-expertise-row { background: white; border: 1px solid #e2e8f0; border-radius: 20px; margin: 30px 0; overflow: hidden; display: flex; flex-wrap: wrap; align-items: stretch; } .cd-expertise-text-container { flex: 1 1 350px; padding: 40px; display: flex; flex-direction: column; justify-content: center; } .cd-expertise-img-container { flex: 1 1 350px; background: #f8fafc; padding: 30px; display: flex; align-items: center; justify-content: center; position: relative; border-left: 1px solid #e2e8f0; } .cd-expertise-img-container img { width: 100%; max-width: 360px; height: auto; mix-blend-mode: multiply; display: block; } .cd-expertise-img-container::after { content: "Off-Grid Optimized"; position: absolute; top: 15px; right: 15px; background: #1a1a1a; color: #ffffff; font-size: 9px; font-weight: 900; padding: 4px 8px; border-radius: 4px; text-transform: uppercase; } .cd-responsive-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 15px; margin: 20px 0; } .cd-feature-card { background: rgba(0, 0, 0, 0.04); padding: 18px; border-radius: 8px; border-left: 4px solid #1a1a1a; } .cd-feature-card strong { display: block; margin-bottom: 4px; text-transform: uppercase; font-size: 0.9em; color: #1a1a1a; } .cd-color-explorer { margin: 25px auto 5px auto; padding: 20px; border: 2px dashed #cbd5e1; border-radius: 16px; text-align: center; max-width: 800px; } .cd-color-explorer h3 { margin-top: 0; margin-bottom: 15px; font-size: 0.9em; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; } .cd-color-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .cd-color-item { text-decoration: none !important; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 15px 5px; background: #ffffff; border: 2px solid #e2e8f0; border-radius: 12px; transition: all 0.2s ease-in-out; color: #1e293b !important; font-size: 10px; font-weight: 800; text-transform: uppercase; text-align: center; } .hover-stainless:hover { border-color: #64748b; transform: translateY(-3px); box-shadow: 0 6px 12px rgba(100, 116, 139, 0.15); } .hover-black:hover { border-color: #1a1a1a; transform: translateY(-3px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); } .hover-white:hover { border-color: #cbd5e1; transform: translateY(-3px); box-shadow: 0 6px 12px rgba(71, 85, 105, 0.1); } .cd-color-item.active { background: #f1f5f9; border-color: #1a1a1a; cursor: default; pointer-events: none; } /* Fixed white background clash with subtle border */ .cd-mini-thumb { width: 56px; height: 56px; object-fit: contain; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 4px; } .cd-spec-container { margin: 20px auto 5px auto; max-width: 800px; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 8px; overflow: hidden; } .cd-spec-header { background-color: #1a1a1a; color: #ffffff; padding: 10px 15px; font-weight: bold; display: flex; justify-content: space-between; font-size: 0.9em; } .cd-spec-row { display: flex; justify-content: space-between; padding: 10px 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.05); font-size: 0.9em; } .cd-spec-row:nth-child(even) { background-color: rgba(0, 0, 0, 0.02); } .cd-spec-row:last-child { border-bottom: none; } .cd-spec-label { font-weight: bold; flex: 1; } .cd-spec-value { flex: 1; text-align: right; } .cd-info-blurb { background: #0f172a; color: #ffffff; padding: 20px; border-radius: 12px; margin: 20px 0; text-align: center; font-style: italic; font-size: 0.95em; } @media screen and (max-width: 768px) { .cd-product-description h1 { font-size: 1.5em; } .cd-product-description h2 { font-size: 1.2em; margin-top: 20px; } .cd-product-description .cd-origin-badge { margin-bottom: 15px; font-size: 0.75em; } .cd-expertise-row { margin: 15px 0; } .cd-expertise-text-container { padding: 25px 20px; } .cd-expertise-img-container { flex: 1 1 100%; border-left: none; border-top: 1px solid #e2e8f0; padding: 20px; } .cd-responsive-grid { gap: 10px; margin: 15px 0; } .cd-feature-card { padding: 15px; } .cd-color-explorer { padding: 15px; } .cd-color-grid { grid-template-columns: repeat(2, 1fr); } .cd-color-item:nth-child(3) { grid-column: span 2; flex-direction: row; justify-content: center; gap: 15px; } .cd-color-item { font-size: 9px; padding: 10px; } .cd-mini-thumb { width: 44px; height: 44px; } .cd-spec-header, .cd-spec-row { padding: 8px 12px; font-size: 0.8em; } .cd-info-blurb { padding: 15px; font-size: 0.85em; } } Unique 30" Off-Grid Propane Range - Matte Black No Electricity Required Combine classic retro styling with total off-grid independence. The Unique 30" Matte Black Propane Range provides full-sized cooking performance for remote cabins and homesteads. With its durable, easy-to-clean finish and pilotless battery ignition, this range serves as the reliable heart of your cottage kitchen. Off-Grid Reliability Battery Powered Performance No hydro? No problem. The Unique Off-Grid series uses a standard 1.5V D-cell battery to power the ignition system. This eliminates the fuel waste of a standing pilot and the need for a grid connection, ensuring you can cook through any power outage. Premium Features Full-Size Capacity A massive 5.1 cu. ft. oven interior allows you to roast meats, bake breads, and prepare full meals with pro-grade space. Continuous Grates Cast-iron grates allow you to slide heavy cookware across burners without lifting, improving safety and ease of use. Easy-Clean Surface Sealed burners and a porcelain-coated cooktop ensure spills stay contained for effortless cleanup after a long day. Versatile Heat Features a high-BTU 18,000 BTU burner for fast boiling and a dedicated simmer burner for delicate tasks. Available Color Options Stainless Steel Matte Black White Technical Details Detail Information Model UGP-R30OC LP B Total Thermal Load 55,000 BTU Oven Capacity 5.1 cu. ft. Dimensions (W x D x H) 30.0" x 27.5" x 38.5" Ignition Type 1.5V DC (D-Cell Battery) Burner Configuration 4 Sealed Burners Fuel Compatibility Propane (NG Convertible) Specialized Gear for Off-Grid Living.The Cabin Depot Ltd.
More you might like
Related
Unique 30" Modern Off-Grid Propane Range - White
Related
Unique 30" Modern Off-Grid Propane Range - White
Related
Unique 30" Modern Off-Grid Propane Range - Black
Related