SunStar Solar DC Freezer 8CU ST-8CF
/* --- Scoped Global & Responsive Fixes --- */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap'); .ovs-font { font-family: 'M ontserrat', sans-serif; } .ovs-font *, .ovs-font *::before, .ovs-font *::after { box-sizing: border-box; } .ovs-font img, .ovs-font video, .ovs-font iframe { max-width: 100%; height: auto; } .ovs-font h1, .ovs-font h2, .ovs-font h3, .ovs-font p, .ovs-font a { overflow-wrap: break-word; word-wrap: break-word; } /* 1. Desktop Sticky Setup */ @media (min-width: 800px) { .native-sticky-row { display: flex; align-items: flex-start !important; gap: 40px; margin-bottom: 40px; margin-top: 20px; } .native-sticky-text { flex: 1 1 55%; } .native-sticky-media { flex: 1 1 45%; position: -webkit-sticky !important; position: sticky !important; top: 20px !important; height: fit-content !important; } } /* 2. Mobile Setup */ @media (max-width: 799px) { .native-sticky-row { display: flex; flex-direction: column; } .native-sticky-media { order: -1; margin-bottom: 20px; position: relative; top: auto; } .native-sticky-text { order: 2; } } /* --- SunStar Specific Styling --- */ .clearance-block { clear: both; display: block; width: 100%; margin-bottom: 40px; } /* Promo Banner */ .ovs-promo-banner { background-color: #29b473; color: #fff; text-align: center; border-radius: 8px; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.15); } .ovs-banner-btn { border: 2px solid #29b473; background-color: #29b473; color: #fff; padding: 8px 20px; border-radius: 4px; display: inline-block; margin-top: 15px; font-weight: 700; font-size: 18px; transition: 0.2s; } .ovs-promo-banner:hover .ovs-banner-btn { background-color: #1e9a5e; border-color: #1e9a5e; } /* Metrics Bar */ .ovs-metrics-bar { display: flex; justify-content: space-around; align-items: center; background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 25px 10px; text-align: center; } .ovs-metric-item { flex: 1; position: relative; display: flex; flex-direction: column; align-items: center; } .ovs-metric-item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 15%; height: 70%; width: 1px; background-color: #dee2e6; } .ovs-metric-value { font-size: 24px; font-weight: 800; color: #29b473; display: block; line-height: 1.2; text-transform: uppercase; } .ovs-metric-label { font-size: 14px; font-weight: 600; color: #495057; display: block; margin-top: 5px; line-height: 1.3; } /* HTML Readable Graphics Section */ .html-graphics-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 40px; } .html-graphic-card { flex: 1 1 300px; background: #fff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 30px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.04); } .html-graphic-icon { width: 60px; height: 60px; fill: #29b473; margin-bottom: 15px; } /* Feature Grids */ .ovs-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; } .ovs-feature-card { background: #f8f9fa; border-left: 4px solid #29b473; padding: 20px; border-radius: 4px; } .ovs-feature-card h4 { margin: 0 0 8px 0; font-size: 18px; color: #111; font-weight: 700; } .ovs-feature-card p { margin: 0; font-size: 14px; color: #444; line-height: 1.5; } /* Highlight List */ .ovs-highlight-list { list-style: none; padding: 0; margin: 0; } .ovs-highlight-list li { display: flex; align-items: flex-start; margin-bottom: 10px; font-size: 15px; color: #333; line-height: 1.5; } .ovs-highlight-list li::before { content: "β"; color: #29b473; font-weight: 800; font-size: 16px; margin-right: 10px; flex-shrink: 0; margin-top: 1px; } /* Specs Table */ .ovs-spec-table { width: 100%; border-collapse: collapse; border: 1px solid #dee2e6; font-size: 15px; } .ovs-spec-table th { background-color: #222; color: #fff; padding: 12px 15px; text-align: left; } .ovs-spec-table td { padding: 12px 15px; border-bottom: 1px solid #dee2e6; } .ovs-spec-table tr:nth-child(even) { background-color: #f8f9fa; } /* FAQ Accordion */ .ovs-faq-container details { border: 1px solid #dee2e6; border-radius: 6px; margin-bottom: 10px; background-color: #fff; overflow: hidden; } .ovs-faq-container summary { font-weight: 700; cursor: pointer; color: #111; padding: 18px; outline: none; list-style: none; display: flex; align-items: center; gap: 15px; font-size: 16px; } .ovs-faq-container summary::-webkit-details-marker { display: none; } .ovs-faq-container summary::before { content: '+'; background-color: #222; color: #fff; width: 22px; height: 22px; min-width: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1; font-weight: bold; transition: 0.3s; } .ovs-faq-container details[open] summary::before { content: 'β'; background-color: #29b473; } .ovs-faq-container p { padding: 0 18px 18px 55px; margin: 0; font-size: 15px; color: #444; line-height: 1.6; } /* Contact Popup Box */ .berkey-contact-wrapper { max-width: 100%; margin: 40px 0; } .martin-safe-box { border: 2px solid #29b473; border-radius: 12px; background-color: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px; width: 100%; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.06); text-align: center; } .martin-safe-box:hover { background-color: #f4fbf7; border-color: #1e9a5e; transform: translateY(-1px); box-shadow: 0 6px 15px rgba(41,180,115,0.15); } .martin-safe-question { font-size: 24px; font-weight: 800; color: #222; margin-bottom: 10px; } .martin-safe-action-group { display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; text-transform: uppercase; color: #29b473; letter-spacing: 0.5px; margin-bottom: 15px; } .martin-safe-icon { width: 32px; height: 32px; margin-right: 12px; fill: #29b473; } .martin-price-guarantee { font-size: 16px; color: #333; border-top: 1px dashed #c1e6d2; padding-top: 18px; width: 100%; line-height: 1.5; } .martin-phone-number { display: block; font-size: 32px; font-weight: 800; color: #29b473; margin-top: 10px; letter-spacing: 1px; text-decoration: none; } .martin-safe-box:hover .martin-safe-action-group, .martin-safe-box:hover .martin-phone-number { text-decoration: underline; } /* Hidden Modal */ .martin-modal-overlay { display: none; position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); align-items: center; justify-content: center; backdrop-filter: blur(4px); } .martin-modal-content { background-color: #fff; padding: 35px 25px; border-radius: 15px; width: 90%; max-width: 450px; text-align: center; position: relative; box-shadow: 0 10px 40px rgba(0,0,0,0.3); font-family: 'Montserrat', sans-serif; } .martin-modal-close { position: absolute; right: 15px; top: 10px; font-size: 24px; cursor: pointer; color: #aaa; } .martin-modal-btn { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; padding: 14px; margin: 12px 0; border-radius: 8px; font-weight: bold; text-decoration: none; font-size: 18px; transition: 0.2s; cursor: pointer; font-family: inherit; } .btn-call { background: #29b473; color: #fff !important; border: 2px solid #29b473; } .btn-chat { background: #fff; color: #29b473 !important; border: 2px solid #29b473; } .btn-text { background: #fff; color: #29b473 !important; border: 2px solid #29b473; } .martin-modal-btn:hover { opacity: 0.9; transform: scale(1.01); } @media (max-width: 768px) { .ovs-metrics-bar { flex-wrap: wrap; gap: 15px; } .ovs-metric-item { flex: 1 1 40%; } .ovs-metric-item:nth-child(2)::after { display: none; } .ovs-feature-grid { grid-template-columns: 1fr; } } π Standard Freight Shipping β $235 Shipping to AK, CO, HI, or MT β or ordering more than one unit? Call us for a custom shipping quote. 1-844-945-3625 SunStar Solar DC 8CU Chest Freezer Compact, Powerful & Built for Off-Grid DC Solar The SunStar Solar 8CU Chest Freezer is a compact yet powerful off-grid freezing solution β made in the USA and engineered exclusively for DC solar systems. Whether you're at a remote cabin, in an RV, or living off the grid, this freezer delivers dependable performance with minimal power draw. With a typical draw of just 55 watts, ultra-thick 4.5" polyurethane insulation, and a solar-optimized compressor, the ST-8CF keeps your food frozen reliably β even during low-sun periods β while putting the least possible strain on your solar bank. β Made in the USA β 8 Cu Ft / 227 Liter Capacity β Multi-Function Thermostat: Freeze or Refrigerate β 4.5" Polyurethane Wall Insulation β DC Solar Powered β 12V or 24V 8 Cu Ft 227 Liter Capacity 55W Typical Power Draw 4.5" Wall Insulation USA Made Quality Built Engineered for True Off-Grid Performance Pure DC Solar Operation Connects directly to 12V or 24V DC solar systems β no inverter required. Designed specifically for off-grid independence in RVs, remote cabins, boats, and homesteads without grid access. Ultra-Efficient Insulation 4.5" polyurethane wall insulation locks in cold temperatures and minimizes compressor run time, reducing power draw to as low as 55 watts and extending your solar battery life significantly. Built for the Way You Live Off-Grid Dual-Mode: Freeze or Refrigerate The multi-function thermostat gives you precise control over storage temperatures, letting you switch between deep-freeze and refrigeration modes to suit your storage needs at any time. Built-In Lid Light & Status Indicators A built-in lid light makes accessing frozen goods easy in low-light conditions. Dedicated operating indicator lights allow fast, intuitive troubleshooting, even far from the nearest service center. Durable, Corrosion-Resistant Build Engineered with a tough, corrosion-resistant exterior that stands up to the elements. Built for low-maintenance, long-term performance in the demanding conditions of off-grid living. Mobile & Easy to Reposition Pre-installed heavy-duty castors let you move and reposition the freezer with ease β whether it's in a barn, garage, RV bay, or outbuilding. No need to wrestle with a heavy appliance. Compact Size. Serious Storage. The ST-8CF's interior β measuring 32.25" W Γ 18.5" D Γ 26" H β is intelligently sized for cabins, RVs, and off-grid kitchens where space is at a premium but storage capacity can't be compromised. Ideal for game meat, bulk groceries, and garden harvests. Sun Star's commitment to quality shines through in every detail β from premium materials and rigorous testing to reliable, long-lasting performance that customers can count on for years. Technical Specifications Origin Made in the USA Power Source DC Solar Rated Operating Voltage 12V: 9.6 β 17V | 24V: 21.3 β 31.5V Fuse Rating 20A @ 12VDC | 10A @ 24VDC Typical Power Draw 55W | 4A @ 12V / 2A @ 24V Total Volume 227 Liters / 8 Cu Ft Cooling System Direct Cooling Refrigerant R134A Wall Insulation 4.5" Polyurethane Temperature Control Multi-Function Thermostat (Freeze / Refrigerate) Interior Dimensions (in) W 32.25 / H 26 / D 18.5 Exterior Dimensions (in) W 41.25 / H 36.25 / D 29 Additional Features Built-In Lid Light, Operating Indicator Lights, Pre-Installed Heavy-Duty Castors Questions About the SunStar 8CU Freezer? Chat, Call, or Text us We offer exclusive pricing on SunStar Solar products! Call for the best deal. 1-844-945-3625 SunStar Solar 8CU Chest Freezer FAQs Is this freezer DC-only, or does it also run on AC power? This model is DC-only. It runs directly off 12V or 24V DC solar systems without requiring an inverter. If you need a model that can also run on standard 115V AC grid power or solar AC, please see the SunStar Solar 15CU ST-15CF which is available in both AC and DC configurations. How much capacity does the 8CU chest freezer have? The freezer holds 227 liters (8 cubic feet). The interior measures 32.25" wide Γ 18.5" deep Γ 26" high β a practical size for RVs, remote cabins, and off-grid homes where space matters but you still need meaningful storage for game meat, groceries, or garden produce. Can it be used as a refrigerator as well as a freezer? Yes. The multi-function thermostat lets you switch between deep-freeze and refrigeration modes, giving you full flexibility over how you store your food depending on what you need at any given time. Does it work with both 12V and 24V solar systems? Yes. The unit operates across both 12V (9.6β17V) and 24V (21.3β31.5V) DC ranges. At 12V it draws approximately 4 amps, and at 24V approximately 2 amps, for a typical power draw of 55 watts β keeping your solar battery draw to a minimum. How thick is the insulation, and why does it matter? The walls feature 4.5" of polyurethane insulation. Thicker insulation means the compressor runs less frequently to maintain temperature β which directly reduces power consumption and extends the life of your solar battery bank, especially important during cloudy periods. Is this freezer difficult to move? No. Heavy-duty castors come pre-installed, making it straightforward to roll and reposition the freezer in a barn, garage, RV bay, or between outbuildings without needing to lift or drag it. What refrigerant does it use? The ST-8CF uses R134A refrigerant β a widely available, reliable refrigerant that performs consistently across a broad range of ambient temperatures suitable for off-grid environments. Γ Connect With Us Get expert guidance and exclusive pricing! 1-844-945-3625 π Call Now π¬ Chat with Us βοΈ Text Us Mon-Fri: 10am-5pm CSTAfter hours? Chat with Oaky, our 24-hour AI concierge! function toggleStandaloneModal(action) { var modal = document.getElementById('standaloneContactModal'); if (action === 'open') { var productName = document.querySelector('h2') ? document.querySelector('h2').innerText.trim() : "the SunStar Solar 8CU Chest Freezer"; var textLink = document.getElementById('standaloneTextLink'); if (textLink) { textLink.href = "sms:+18449453625?body=" + encodeURIComponent("Hi Wild Oak Trail, I have a question about " + productName + "..."); } modal.style.display = "flex"; document.body.style.overflow = "hidden"; } else { modal.style.display = "none"; document.body.style.overflow = ""; } } function triggerTawkChat() { toggleStandaloneModal('close'); if (typeof Tawk_API !== 'undefined' && Tawk_API.maximize) { Tawk_API.maximize(); } else { alert("Chat is loading... Please look for the icon in the bottom right corner."); } } @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap'); .ovs-clean-policy-wrapper { font-family: 'Montserrat', sans-serif !important; line-height: 1.5 !important; max-width: 100%; margin: 15px 0; clear: both; display: block !important; } .ovs-clean-policy-wrapper h6 { color: #222 !important; font-size: 18px !important; font-weight: 700 !important; margin: 0 0 15px 0 !important; padding: 0 !important; border: none !important; background: transparent !important; text-transform: none !important; } .ovs-clean-list { list-style: none !important; padding: 0 !important; margin: 0 !important; } .ovs-clean-list li { display: flex !important; align-items: flex-start !important; margin-bottom: 12px !important; font-size: 14.5px !important; color: #333 !important; background: transparent !important; border: none !important; } .policy-text-block { flex: 1; } .policy-icon-svg { width: 22px !important; height: 22px !important; min-width: 22px !important; max-width: 22px !important; margin-right: 12px !important; margin-top: 3px !important; fill: #3e566b !important; flex-shrink: 0 !important; display: inline-block !important; } @media (max-width: 480px) { .ovs-clean-policy-wrapper h6 { font-size: 16px !important; } .ovs-clean-list li { font-size: 13.5px !important; } } Shipping, Returns & Warranty Standard Freight Shipping β $235: Shipping to AK, CO, HI, or MT, or ordering more than one unit? Call us at 1-844-945-3625 for a custom shipping quote. Hassle-Free Returns: Not what you expected? Return any unopened item within 30 days β you just cover the return shipping. Built to Last: Every SunStar Solar Chest Freezer is backed by a manufacturer's warranty. Contact us for full warranty details. The SunStar Guarantee β We know you're going to LOVE your SunStar! If things aren't perfect, here is our promise to you: Arrives Perfect: If your item arrives defective or incorrect, let us know within 14 days and we will gladly work with SunStar to replace it. Final Sale: Because SunStar is so confident in their product, they do not accept returns for buyer's remorse. Refused Deliveries: Packages refused at the door will incur a 15% restocking fee plus applicable shipping costs.