SunStar Solar Freezer 15CU ST-15CF
/* --- 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; } /* 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; } .ovs-spec-table .spec-col-header { background-color: #29b473; color: #fff; font-weight: 700; text-align: center; } /* 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); } /* Model Comparison Cards */ .model-compare-grid { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 40px; } .model-compare-card { flex: 1 1 300px; background: #fff; border: 2px solid #e0e0e0; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: 0.2s; } .model-compare-card:hover { border-color: #29b473; box-shadow: 0 4px 16px rgba(41,180,115,0.12); } .model-compare-card img { width: 100%; max-width: 100%; height: auto; margin-bottom: 15px; display: block; } .model-compare-card h3 { font-size: 20px; font-weight: 800; color: #111; margin: 0 0 10px; } .model-badge { display: inline-block; background-color: #29b473; color: #fff; padding: 4px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; } .model-compare-card summary::-webkit-details-marker { display: none; } @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 Chest Freezer 15CU ST-15CF Available in AC & DC β Built for Off-Grid Living Power your off-grid lifestyle with the SunStar Solar Chest Freezer β an American-made, high-efficiency 15 cubic-foot freezer engineered for homesteads, remote cabins, RVs, and anywhere you need dependable solar-powered cold storage. Whether you choose the AC model for flexible grid-or-solar operation or the DC model for pure solar independence, both deliver the same massive 445-liter capacity with ultra-thick insulation and solar-optimized compressor technology. β Made in the USA β 15.7 Cu Ft / 445 Liter Capacity β Multi-Function Thermostat: Freeze or Refrigerate β 4.6" Polyurethane Wall Insulation β Available in AC (115V) or DC (12V/24V Auto) 15.7 Cu Ft 445 Liter Capacity AC & DC Available Models 4.6" Wall Insulation USA Made Quality Built Engineered for True Off-Grid Performance Solar-Ready Design The DC model runs directly off 12V or 24V solar systems with automatic voltage detection. The AC model supports both grid power and solar-sourced AC power for maximum flexibility. Superior Insulation A massive 4.6" polyurethane wall insulation keeps temperatures stable and dramatically reduces compressor run time β maximizing energy efficiency and minimizing draw on your solar bank. Built for the Way You Live Off-Grid Dual-Mode: Freeze or Refrigerate The multi-function thermostat lets you switch between deep-freeze and refrigeration modes, giving you complete control over how you store your food, produce, or game meat. Built-In Lid Light & Status Indicators A convenient built-in lid light illuminates the interior for easy access in low light. Dedicated operating indicator lights make troubleshooting fast and intuitive, even in remote settings. High Efficiency, Low Power Draw The super-high-efficiency compressor is optimized for solar operation. The AC model draws just 80W at 0.69A; the DC model draws 90W β both designed to run reliably even during low-sun periods. Mobile & Heavy-Duty Pre-installed heavy-duty castors let you move this large-capacity freezer with ease β indoors, in a barn, or between outbuildings. Built with a corrosion-resistant exterior that withstands the elements. Choose Your Model AC Model 15CU AC Chest FreezerβΌ Click to view details Runs on 115V AC / 60Hz. Ideal for homesteads, cabins, and homes looking to slash electricity bills by integrating solar AC power while maintaining grid backup. Rated at 80W typical draw. DC Model 15CU DC Chest FreezerβΌ Click to view details Powered directly by 12V or 24V DC solar systems β no inverter required. Built for full off-grid independence in RVs, remote cabins, and locations with no grid access. Rated at 90W typical draw. Massive Capacity. Precision Cold. The ST-15CF opens wide for easy loading of bulk groceries, garden harvest, large game, or emergency food supplies. The interior is sized at 54.25" W Γ 19.5" D Γ 27.375" H β spacious enough for serious long-term storage. Consistent temperature is maintained even during power fluctuations thanks to the reinforced insulation and solar-optimized compressor, ensuring your food stays safe no matter what the weather does. Technical Specifications Specification AC Model (ST-15CF-AC) DC Model (ST-15CF-DC) Origin Made in the USA Made in the USA Power Source 115V AC / 60 Hz Automatic 12V or 24V DC Fuse Rating 15 Amp 15 Amp Typical Power Draw 80W / 0.69A 90W Total Volume 445 Liters / 15.7 Cu Ft Cooling System Direct Cooling Refrigerant R134A Wall Insulation 4.6" Polyurethane Temperature Control Multi-Function Thermostat (Freeze / Refrigerate) Interior Dimensions (in) W 54.25 / H 27.375 / D 19.5 Exterior Dimensions (in) W 63.75 / H 37.75 / D 30.75 Additional Features Built-In Lid Light, Operating Indicator Lights, Pre-Installed Heavy-Duty Castors Questions About the SunStar Solar Freezer? Chat, Call, or Text us We can help you choose between the AC and DC models! Call for the best deal. 1-844-945-3625 SunStar Solar Chest Freezer FAQs What is the difference between the AC and DC models? The AC model (ST-15CF-AC) runs on 115V AC / 60 Hz power, making it compatible with both standard grid electricity and solar-sourced AC power through an inverter. The DC model (ST-15CF-DC) connects directly to 12V or 24V DC solar systems β no inverter required β making it ideal for fully off-grid setups like remote cabins, RVs, or boats. How much capacity does the ST-15CF have? Both the AC and DC models offer 445 liters (15.7 cubic feet) of storage space. The interior measures 54.25" wide Γ 19.5" deep Γ 27.375" high, giving you plenty of room for bulk groceries, large game, garden produce, or emergency food supplies. Can the SunStar Chest Freezer also be used as a refrigerator? Yes. The multi-function thermostat lets you switch between deep-freeze and refrigeration modes, giving you flexibility to store either frozen goods or fresh produce depending on your needs at any time. How energy-efficient is it on a solar system? Both models are engineered for super-high efficiency. The AC model draws approximately 80 watts (0.69A) and the DC model draws approximately 90 watts under typical operating conditions. The 4.6" polyurethane wall insulation dramatically reduces compressor run time, minimizing the draw on your solar battery bank. Does the DC model work with both 12V and 24V systems? Yes. The DC model features automatic 12V or 24V operation β it detects your system voltage automatically, so there is no manual switching required. This makes it compatible with the majority of solar setups. Is this freezer difficult to move or reposition? No. The ST-15CF comes with heavy-duty castors pre-installed at the factory, making it easy to roll and reposition despite its large size. This is especially useful in barn, garage, or outbuilding installations where you may occasionally need to move it. What refrigerant does the ST-15CF use? Both models use R134A refrigerant, a widely available and well-understood refrigerant that supports reliable operation across a broad range of ambient temperatures. Γ Connect With Us Get expert guidance on AC vs DC 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 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.