64oz Foam Solution – Pour & Go
/* ============================================ SURGEFX RESPONSIVE TABS/ACCORDION HYBRID - Desktop: Horizontal tabs - Mobile: Accordion ============================================ */ .surgefx-product-info { margin: 24px 0; font-family: inherit; } .surgefx-intro { margin-bottom: 24px; line-height: 1.7; } .surgefx-tagline { font-size: 1.15em; font-weight: 700; color: #00d1b2; margin-bottom: 16px; letter-spacing: 0.5px; } /* Shared content styles */ .surgefx-product-info h4 { color: #1a1a1a !important; margin: 24px 0 12px 0; font-size: 1.05em; font-weight: 700; padding-bottom: 8px; border-bottom: 2px solid #00d1b2; display: inline-block; } .surgefx-product-info h4:first-child { margin-top: 0; } .surgefx-product-info table { width: 100%; border-collapse: collapse; margin: 16px 0; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); } .surgefx-product-info th, .surgefx-product-info td { text-align: left; padding: 12px 16px; border-bottom: 1px solid #eee; } .surgefx-product-info tr:last-child td { border-bottom: none; } .surgefx-product-info th { color: #00d1b2; font-weight: 600; background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%); color: #00d1b2; } .surgefx-product-info tbody tr:nth-child(even) { background: rgba(0, 0, 0, 0.02); } .surgefx-product-info ul { padding-left: 20px; margin: 12px 0; } .surgefx-product-info li { margin-bottom: 8px; } .surgefx-product-info .highlight { background: linear-gradient(135deg, rgba(0, 209, 178, 0.08) 0%, rgba(0, 209, 178, 0.15) 100%); border-left: 4px solid #00d1b2; padding: 16px 20px; margin: 20px 0; border-radius: 0 8px 8px 0; box-shadow: 0 2px 8px rgba(0, 209, 178, 0.1); } .surgefx-product-info .warning { background: linear-gradient(135deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0.15) 100%); border-left: 4px solid #ffc107; padding: 16px 20px; margin: 20px 0; border-radius: 0 8px 8px 0; box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1); } .surgefx-product-info a { color: #000000; text-decoration: underline; } .surgefx-product-info a:hover { color: #00d1b2; } .surgefx-footer { text-align: center; margin-top: 28px; padding: 16px; color: #666; font-style: italic; font-size: 0.95em; background: linear-gradient(180deg, transparent 0%, rgba(0, 209, 178, 0.05) 100%); border-radius: 8px; } /* ============================================ DESKTOP: HORIZONTAL TABS ============================================ */ .surgefx-tabs { display: block; } .surgefx-tabs input[type="radio"] { display: none !important; position: absolute; opacity: 0; pointer-events: none; } .surgefx-tabs-nav { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 0; margin: 0; padding: 0; list-style: none; background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%); border-radius: 10px 10px 0 0; overflow: hidden; } .surgefx-tabs-nav label { flex: 1; display: block !important; padding: 16px 12px; cursor: pointer; font-weight: 600; font-size: 0.85em; color: #999; background: transparent; border: none; border-right: 1px solid #3a3a3a; margin: 0; transition: all 0.25s ease; white-space: nowrap; text-align: center; position: relative; } .surgefx-tabs-nav label:last-child { border-right: none; } .surgefx-tabs-nav label:hover { color: #00d1b2; background: rgba(0, 209, 178, 0.1); } /* Active tab states */ #tab1:checked ~ .surgefx-tabs-nav label[for="tab1"], #tab2:checked ~ .surgefx-tabs-nav label[for="tab2"], #tab3:checked ~ .surgefx-tabs-nav label[for="tab3"], #tab4:checked ~ .surgefx-tabs-nav label[for="tab4"], #tab5:checked ~ .surgefx-tabs-nav label[for="tab5"], #tab6:checked ~ .surgefx-tabs-nav label[for="tab6"], #tab7:checked ~ .surgefx-tabs-nav label[for="tab7"] { color: #00d1b2; background: linear-gradient(180deg, rgba(0, 209, 178, 0.2) 0%, rgba(0, 209, 178, 0.05) 100%); } #tab1:checked ~ .surgefx-tabs-nav label[for="tab1"]::after, #tab2:checked ~ .surgefx-tabs-nav label[for="tab2"]::after, #tab3:checked ~ .surgefx-tabs-nav label[for="tab3"]::after, #tab4:checked ~ .surgefx-tabs-nav label[for="tab4"]::after, #tab5:checked ~ .surgefx-tabs-nav label[for="tab5"]::after, #tab6:checked ~ .surgefx-tabs-nav label[for="tab6"]::after, #tab7:checked ~ .surgefx-tabs-nav label[for="tab7"]::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #00d1b2; } .surgefx-tabs-panels { position: relative; } .surgefx-tabs-content { display: none; padding: 28px; background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%); border: 1px solid #e0e0e0; border-top: none; border-radius: 0 0 10px 10px; line-height: 1.7; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); } /* Show content when corresponding radio is checked */ #tab1:checked ~ .surgefx-tabs-panels .content-1, #tab2:checked ~ .surgefx-tabs-panels .content-2, #tab3:checked ~ .surgefx-tabs-panels .content-3, #tab4:checked ~ .surgefx-tabs-panels .content-4, #tab5:checked ~ .surgefx-tabs-panels .content-5, #tab6:checked ~ .surgefx-tabs-panels .content-6, #tab7:checked ~ .surgefx-tabs-panels .content-7 { display: block; } /* ============================================ MOBILE: ACCORDION ============================================ */ .surgefx-accordion { display: none; } .surgefx-accordion details { background: transparent; border: none; border-radius: 10px; margin-bottom: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } .surgefx-accordion summary { padding: 16px 20px; font-weight: 700; font-size: 1em; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%); color: #ffffff; border-bottom: 1px solid transparent; transition: all 0.25s ease; } .surgefx-accordion summary::-webkit-details-marker { display: none; } .surgefx-accordion summary::after { content: "+"; font-size: 1.4em; color: #00d1b2; font-weight: 400; } .surgefx-accordion details[open] summary::after { content: "−"; } .surgefx-accordion details[open] summary { background: linear-gradient(180deg, #1a1a1a 0%, #252525 100%); border-bottom: 3px solid #00d1b2; } .surgefx-accordion summary:hover { background: linear-gradient(180deg, #252525 0%, #333333 100%); } .surgefx-accordion .accordion-content { padding: 24px; line-height: 1.7; background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%); border: 1px solid #e0e0e0; border-top: none; border-radius: 0 0 10px 10px; } /* ============================================ RESPONSIVE BREAKPOINT ============================================ */ @media (max-width: 768px) { .surgefx-tabs { display: none; } .surgefx-accordion { display: block; } } Skip the Breakdown. Mix and Go. Our 64oz Pour & Go Foam Solution is a ready-to-run liquid concentrate — no gel breakdown required. Just mix 75:1 with water in your barrel or container, and your foam machine's pump does the rest. Skip the extra step that gel concentrates require and get to the party faster. Made in-house by SurgeFX using a biodegradable, hypoallergenic formula that's safe for skin, grass, and good times. No dyes, no fragrance — just pure, fluffy foam. 🎯 Perfect For ✨ Features 📋 Details 📦 Included 🔗 Compatible ❓ FAQ 💡 Tips Foam Party Operators — Hassle-free solution for backyard parties to large events Event Rental Companies — Consistent results every time, no mixing errors Mobile DJs & Entertainers — Quick setup, just pour and go Schools & Community Events — Safe, hypoallergenic formula for all ages First-Time Foam Machine Users — No guessing on ratios or concentrations Best Use Cases: Backyard foam parties, birthday parties, school events, community festivals, smaller venue events, and anyone who wants zero prep time. Running a high-volume operation? Check out our Foam Gel Concentrate for better per-gallon value, or the 55-gallon bulk option. Feature What It Means For You Ready-to-Run Liquid No gel breakdown required — just mix 75:1 with water and you're set 75:1 Mix Ratio One 64oz bottle mixed with water goes a long way Biodegradable Safe for lawns, drains, and the environment — rinses away clean Hypoallergenic Gentle formula safe for all skin types, including kids Non-Staining Won't leave marks on clothing, surfaces, or equipment Colorless & Scentless Pure white foam with no artificial dyes or fragrances Made in the USA Formulated and produced by SurgeFX for consistent quality Size 64 oz (half gallon) Formula Type Ready-to-run liquid (no gel breakdown required) Mix Ratio 75:1 with water Color Colorless (produces white foam) Scent Unscented Safety Biodegradable, hypoallergenic, non-toxic, non-staining 1x 64oz Bottle of Premixed Foam Solution Not included: Foam machine (sold separately) This foam solution works with all SurgeFX foam machines and most standard foam machines on the market. Mix in a barrel or large container, then connect your machine's pump intake. SurgeFX Foam Machines Foam Blaster Maxx v2 Professional foam cannon for large events and high-volume output Foam Blaster Pro-X Versatile pro-grade foam machine for mid-size events Foam Blaster Maxx DIY Kit Build-your-own foam cannon kit Mixing Equipment 53 Gallon Collapsible Barrel Portable mixing container — folds flat for easy transport Other Ready-to-Run Sizes 32oz Pour & Go Smaller size for lighter use — $16 1 Gallon Ready to Run Larger bottle for bigger events — $49 55 Gallon Bulk High-volume operations and rental companies — $1,650 Concentrate Options (More Foam Per Dollar) Foam Gel Concentrate Requires 4:1 breakdown, then 75:1 mix — best value for high-volume use Foam Powder Lightweight powder concentrate — great for shipping and storage Want to Customize? Foam Color Additive Add vibrant color to your foam — works with this solution 64oz UV Pour & Glow Premixed UV-reactive foam for glow parties — $67 How much foam does one bottle make? One 64oz bottle mixed at 75:1 with water produces enough foam solution for a typical backyard party or smaller event. Actual foam output depends on your machine's settings and nozzle configuration. How do I use it? Mix 75:1 with water in a barrel or large container. Your foam machine's pump draws the solution from the container. One 64oz bottle makes a substantial amount of foam solution when mixed. What's the difference between this and Foam Gel? Foam Gel is a concentrate that requires a 4:1 breakdown before mixing 75:1 with water. This Pour & Go solution skips that step — it's already in liquid form, so you just mix it directly with water at 75:1. Same great foam, less prep work. Is it safe for kids? Yes. Our formula is hypoallergenic, non-toxic, and gentle on skin. It's designed to be safe for all ages. As with any foam party, supervise children and avoid eye contact with foam. Will it stain my clothes or lawn? No. The formula is colorless, non-staining, and biodegradable. It rinses away clean from clothing, skin, grass, and surfaces. Can I add color or scent? Yes! Our Foam Color Additive works perfectly with this solution. For scented foam, check out our Scented Foam Gel products. How should I store unused solution? Store in a cool, dry place away from direct sunlight. Keep the cap sealed tightly. Solution remains effective for up to 2 years when stored properly. For Best Foam Quality Shake the bottle gently before pouring. Make sure your foam machine's netting is clean and free of debris — dirty netting produces weaker foam. Use clean water for mixing. Getting the Mix Right 75:1 ratio means 75 parts water to 1 part solution. One 64oz bottle mixes with approximately 37 gallons of water. Don't overthink it — the formula is forgiving. For Event Operators Stock up before events — running out of solution mid-party is a buzzkill. For high-volume or frequent events, consider Foam Gel Concentrate for better per-gallon value. For Rental Companies Include Pour & Go solution with every foam machine rental. It's an easy upsell and ensures customers get great results — no confusion about mixing gel concentrates or getting ratios wrong. After the Party The foam rinses away easily with water. For faster cleanup, a garden hose makes quick work of any remaining foam on grass or hard surfaces. 🎯 Perfect For Foam Party Operators — Hassle-free solution for backyard parties to large events Event Rental Companies — Consistent results every time, no mixing errors Mobile DJs & Entertainers — Quick setup, just pour and go Schools & Community Events — Safe, hypoallergenic formula for all ages First-Time Foam Machine Users — No guessing on ratios or concentrations Best Use Cases: Backyard foam parties, birthday parties, school events, community festivals, smaller venue events, and anyone who wants zero prep time. Running a high-volume operation? Check out our Foam Gel Concentrate for better per-gallon value, or the 55-gallon bulk option. ✨ Key Features Feature What It Means For You Ready-to-Run Liquid No gel breakdown required — just mix 75:1 with water and you're set 75:1 Mix Ratio One 64oz bottle mixed with water goes a long way Biodegradable Safe for lawns, drains, and the environment — rinses away clean Hypoallergenic Gentle formula safe for all skin types, including kids Non-Staining Won't leave marks on clothing, surfaces, or equipment Colorless & Scentless Pure white foam with no artificial dyes or fragrances Made in the USA Formulated and produced by SurgeFX for consistent quality 📋 Product Details Size 64 oz (half gallon) Formula Type Ready-to-run liquid (no gel breakdown required) Mix Ratio 75:1 with water Color Colorless (produces white foam) Scent Unscented Safety Biodegradable, hypoallergenic, non-toxic, non-staining 📦 What's Included 1x 64oz Bottle of Premixed Foam Solution Not included: Foam machine (sold separately) 🔗 Compatible Machines This foam solution works with all SurgeFX foam machines and most standard foam machines on the market. Mix in a barrel or large container, then connect your machine's pump intake. SurgeFX Foam Machines Foam Blaster Maxx v2 Professional foam cannon for large events and high-volume output Foam Blaster Pro-X Versatile pro-grade foam machine for mid-size events Foam Blaster Maxx DIY Kit Build-your-own foam cannon kit Mixing Equipment 53 Gallon Collapsible Barrel Portable mixing container — folds flat for easy transport Other Ready-to-Run Sizes 32oz Pour & Go Smaller size for lighter use — $16 1 Gallon Ready to Run Larger bottle for bigger events — $49 55 Gallon Bulk High-volume operations and rental companies — $1,650 Concentrate Options (More Foam Per Dollar) Foam Gel Concentrate Requires 4:1 breakdown, then 75:1 mix — best value for high-volume use Foam Powder Lightweight powder concentrate — great for shipping and storage Want to Customize? Foam Color Additive Add vibrant color to your foam — works with this solution 64oz UV Pour & Glow Premixed UV-reactive foam for glow parties — $67 ❓ FAQ How much foam does one bottle make? One 64oz bottle mixed at 75:1 with water produces enough foam solution for a typical backyard party or smaller event. Actual foam output depends on your machine's settings and nozzle configuration. How do I use it? Mix 75:1 with water in a barrel or large container. Your foam machine's pump draws the solution from the container. One 64oz bottle makes a substantial amount of foam solution when mixed. What's the difference between this and Foam Gel? Foam Gel is a concentrate that requires a 4:1 breakdown before mixing 75:1 with water. This Pour & Go solution skips that step — it's already in liquid form, so you just mix it directly with water at 75:1. Same great foam, less prep work. Is it safe for kids? Yes. Our formula is hypoallergenic, non-toxic, and gentle on skin. It's designed to be safe for all ages. As with any foam party, supervise children and avoid eye contact with foam. Will it stain my clothes or lawn? No. The formula is colorless, non-staining, and biodegradable. It rinses away clean from clothing, skin, grass, and surfaces. Can I add color or scent? Yes! Our Foam Color Additive works perfectly with this solution. For scented foam, check out our Scented Foam Gel products. How should I store unused solution? Store in a cool, dry place away from direct sunlight. Keep the cap sealed tightly. Solution remains effective for up to 2 years when stored properly. 💡 Pro Tips For Best Foam Quality Shake the bottle gently before pouring. Make sure your foam machine's netting is clean and free of debris — dirty netting produces weaker foam. Use clean water for mixing. Getting the Mix Right 75:1 ratio means 75 parts water to 1 part solution. One 64oz bottle mixes with approximately 37 gallons of water. Don't overthink it — the formula is forgiving. For Event Operators Stock up before events — running out of solution mid-party is a buzzkill. For high-volume or frequent events, consider Foam Gel Concentrate for better per-gallon value. For Rental Companies Include Pour & Go solution with every foam machine rental. It's an easy upsell and ensures customers get great results — no confusion about mixing gel concentrates or getting ratios wrong. After the Party The foam rinses away easily with water. For faster cleanup, a garden hose makes quick work of any remaining foam on grass or hard surfaces. Ready-to-run. Biodegradable. Party-ready.
More you might like
Related
64oz UV Foam Solution – Pour & Glow Packs
Related
64oz UV Foam Solution – Pour & Glow Packs
Related
32oz Foam Solution – Pour & Go
Related