{"product_id":"surgefx-nimbus-cloud-maker","title":"SurgeFX Nimbus Cloud Maker","description":"\u003cstyle\u003e\n\/* ============================================\n   SURGEFX RESPONSIVE TABS\/ACCORDION HYBRID\n   - Desktop: Horizontal tabs\n   - Mobile: Accordion\n   ============================================ *\/\n\n.surgefx-product-info {\n  margin: 24px 0;\n  font-family: inherit;\n}\n\n.surgefx-intro {\n  margin-bottom: 24px;\n  line-height: 1.7;\n}\n\n.surgefx-tagline {\n  font-size: 1.15em;\n  font-weight: 700;\n  color: #000000;\n  margin-bottom: 16px;\n  letter-spacing: 0.5px;\n}\n\n.surgefx-product-info h4 {\n  color: #1a1a1a !important;\n  margin: 24px 0 12px 0;\n  font-size: 1.05em;\n  font-weight: 700;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #00d1b2;\n  display: inline-block;\n}\n\n.surgefx-product-info h4:first-child {\n  margin-top: 0;\n}\n\n.surgefx-product-info table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 16px 0;\n  border-radius: 8px;\n  overflow: hidden;\n  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);\n}\n\n.surgefx-product-info th,\n.surgefx-product-info td {\n  text-align: left;\n  padding: 12px 16px;\n  border-bottom: 1px solid #eee;\n}\n\n.surgefx-product-info tr:last-child td {\n  border-bottom: none;\n}\n\n.surgefx-product-info th {\n  font-weight: 600;\n  background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);\n  color: #00d1b2;\n}\n\n.surgefx-product-info tbody tr:nth-child(even) {\n  background: rgba(0, 0, 0, 0.02);\n}\n\n.surgefx-product-info ul {\n  padding-left: 20px;\n  margin: 12px 0;\n}\n\n.surgefx-product-info li {\n  margin-bottom: 8px;\n}\n\n.surgefx-product-info .highlight {\n  background: linear-gradient(135deg, rgba(0, 209, 178, 0.08) 0%, rgba(0, 209, 178, 0.15) 100%);\n  border-left: 4px solid #00d1b2;\n  padding: 16px 20px;\n  margin: 20px 0;\n  border-radius: 0 8px 8px 0;\n  box-shadow: 0 2px 8px rgba(0, 209, 178, 0.1);\n}\n\n.surgefx-product-info .warning {\n  background: linear-gradient(135deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 193, 7, 0.15) 100%);\n  border-left: 4px solid #ffc107;\n  padding: 16px 20px;\n  margin: 20px 0;\n  border-radius: 0 8px 8px 0;\n  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1);\n}\n\n.surgefx-product-info a {\n  color: #000000;\n  text-decoration: underline;\n}\n\n.surgefx-product-info a:hover {\n  color: #00d1b2;\n}\n\n.surgefx-footer {\n  text-align: center;\n  margin-top: 28px;\n  padding: 16px;\n  color: #666;\n  font-style: italic;\n  font-size: 0.95em;\n  background: linear-gradient(180deg, transparent 0%, rgba(0, 209, 178, 0.05) 100%);\n  border-radius: 8px;\n}\n\n\/* ============================================\n   DESKTOP: HORIZONTAL TABS\n   ============================================ *\/\n.surgefx-tabs {\n  display: block;\n}\n\n.surgefx-tabs input[type=\"radio\"] {\n  display: none !important;\n  position: absolute;\n  opacity: 0;\n  pointer-events: none;\n}\n\n.surgefx-tabs-nav {\n  display: flex !important;\n  flex-direction: row !important;\n  flex-wrap: nowrap !important;\n  gap: 0;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n  background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);\n  border-radius: 10px 10px 0 0;\n  overflow: hidden;\n}\n\n.surgefx-tabs-nav label {\n  flex: 1;\n  display: block !important;\n  padding: 16px 10px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 0.85em;\n  color: #999;\n  background: transparent;\n  border: none;\n  border-right: 1px solid #3a3a3a;\n  margin: 0;\n  transition: all 0.25s ease;\n  white-space: nowrap;\n  text-align: center;\n  position: relative;\n}\n\n.surgefx-tabs-nav label:last-child {\n  border-right: none;\n}\n\n.surgefx-tabs-nav label:hover {\n  color: #00d1b2;\n  background: rgba(0, 209, 178, 0.1);\n}\n\n#tab1:checked ~ .surgefx-tabs-nav label[for=\"tab1\"],\n#tab2:checked ~ .surgefx-tabs-nav label[for=\"tab2\"],\n#tab3:checked ~ .surgefx-tabs-nav label[for=\"tab3\"],\n#tab4:checked ~ .surgefx-tabs-nav label[for=\"tab4\"],\n#tab5:checked ~ .surgefx-tabs-nav label[for=\"tab5\"] {\n  color: #00d1b2;\n  background: linear-gradient(180deg, rgba(0, 209, 178, 0.2) 0%, rgba(0, 209, 178, 0.05) 100%);\n}\n\n#tab1:checked ~ .surgefx-tabs-nav label[for=\"tab1\"]::after,\n#tab2:checked ~ .surgefx-tabs-nav label[for=\"tab2\"]::after,\n#tab3:checked ~ .surgefx-tabs-nav label[for=\"tab3\"]::after,\n#tab4:checked ~ .surgefx-tabs-nav label[for=\"tab4\"]::after,\n#tab5:checked ~ .surgefx-tabs-nav label[for=\"tab5\"]::after {\n  content: \"\";\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  right: 0;\n  height: 3px;\n  background: #00d1b2;\n}\n\n.surgefx-tabs-panels {\n  position: relative;\n}\n\n.surgefx-tabs-content {\n  display: none;\n  padding: 28px;\n  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);\n  border: 1px solid #e0e0e0;\n  border-top: none;\n  border-radius: 0 0 10px 10px;\n  line-height: 1.7;\n  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\n}\n\n#tab1:checked ~ .surgefx-tabs-panels .content-1,\n#tab2:checked ~ .surgefx-tabs-panels .content-2,\n#tab3:checked ~ .surgefx-tabs-panels .content-3,\n#tab4:checked ~ .surgefx-tabs-panels .content-4,\n#tab5:checked ~ .surgefx-tabs-panels .content-5 {\n  display: block;\n}\n\n\/* ============================================\n   MOBILE: ACCORDION\n   ============================================ *\/\n.surgefx-accordion {\n  display: none;\n}\n\n.surgefx-accordion details {\n  background: transparent;\n  border: none;\n  border-radius: 10px;\n  margin-bottom: 8px;\n  overflow: hidden;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.surgefx-accordion summary {\n  padding: 16px 20px;\n  font-weight: 700;\n  font-size: 1em;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  list-style: none;\n  background: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);\n  color: #ffffff;\n  border-bottom: 1px solid transparent;\n  transition: all 0.25s ease;\n}\n\n.surgefx-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\n.surgefx-accordion summary::after {\n  content: \"+\";\n  font-size: 1.4em;\n  color: #00d1b2;\n  font-weight: 400;\n}\n\n.surgefx-accordion details[open] summary::after {\n  content: \"−\";\n}\n\n.surgefx-accordion details[open] summary {\n  background: linear-gradient(180deg, #1a1a1a 0%, #252525 100%);\n  border-bottom: 3px solid #00d1b2;\n}\n\n.surgefx-accordion summary:hover {\n  background: linear-gradient(180deg, #252525 0%, #333333 100%);\n}\n\n.surgefx-accordion .accordion-content {\n  padding: 24px;\n  line-height: 1.7;\n  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);\n  border: 1px solid #e0e0e0;\n  border-top: none;\n  border-radius: 0 0 10px 10px;\n}\n\n\/* ============================================\n   RESPONSIVE BREAKPOINT\n   ============================================ *\/\n@media (max-width: 768px) {\n  .surgefx-tabs {\n    display: none;\n  }\n  \n  .surgefx-accordion {\n    display: block;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"surgefx-product-info\"\u003e\n\n  \u003cdiv class=\"surgefx-intro\"\u003e\n    \u003cp class=\"surgefx-tagline\"\u003eFloating Cloud Shapes. Heart-Shaped Outlet. Built for Unforgettable Moments.\u003c\/p\u003e\n\n    \u003cp\u003eThe \u003cstrong\u003eSurgeFX Nimbus Cloud Maker\u003c\/strong\u003e creates lightweight floating cloud shapes for weddings, reveals, grand entrances, brand activations, photo moments, and special-event scenes that need something softer than confetti and more memorable than standard bubbles.\u003c\/p\u003e\n\n    \u003cp\u003eThe signature \u003cstrong\u003eheart-shaped outlet\u003c\/strong\u003e gives Nimbus its distinctive look. Load the approved cloud\/foam consumable, connect the required gas source, place the pattern mold, and the machine creates cloud forms that rise and drift upward for a whimsical visual effect.\u003c\/p\u003e\n\n    \u003cp\u003eNimbus is built into a portable road-case style body with protective aluminum edging, durable latches, and an integrated carry handle. It is designed for operators who need a specialty effect that looks clean on-site, packs down quickly, and travels without a fragile shell.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"highlight\"\u003e\n    \u003cstrong\u003eBest use:\u003c\/strong\u003e Nimbus is made for slow, eye-catching floating cloud moments, not high-volume room filling. Use it for reveals, wedding photos, send-offs, product moments, and guest-interaction effects where the shape itself is the feature.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"surgefx-tabs\"\u003e\n    \u003cinput type=\"radio\" name=\"surgefx-tabs\" id=\"tab1\" checked\u003e\n    \u003cinput type=\"radio\" name=\"surgefx-tabs\" id=\"tab2\"\u003e\n    \u003cinput type=\"radio\" name=\"surgefx-tabs\" id=\"tab3\"\u003e\n    \u003cinput type=\"radio\" name=\"surgefx-tabs\" id=\"tab4\"\u003e\n    \u003cinput type=\"radio\" name=\"surgefx-tabs\" id=\"tab5\"\u003e\n\n    \u003cdiv class=\"surgefx-tabs-nav\"\u003e\n      \u003clabel for=\"tab1\"\u003e☁️ Features\u003c\/label\u003e\n      \u003clabel for=\"tab2\"\u003e📐 Specs\u003c\/label\u003e\n      \u003clabel for=\"tab3\"\u003e🎛️ Operation\u003c\/label\u003e\n      \u003clabel for=\"tab4\"\u003e❓ FAQ\u003c\/label\u003e\n      \u003clabel for=\"tab5\"\u003e💡 Tips\u003c\/label\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"surgefx-tabs-panels\"\u003e\n      \u003cdiv class=\"surgefx-tabs-content content-1\"\u003e\n        \u003ch4\u003eFloating Cloud Effect\u003c\/h4\u003e\n        \u003cp\u003eNimbus creates lightweight cloud forms that rise and drift upward, giving events a floating visual effect that feels playful, polished, and camera-friendly.\u003c\/p\u003e\n\n        \u003ch4\u003eSignature Heart-Shaped Outlet\u003c\/h4\u003e\n        \u003cp\u003eThe top outlet gives the machine its recognizable look and helps create eye-catching floating cloud shapes. It is especially strong for wedding, reveal, and photo\/video moments.\u003c\/p\u003e\n\n        \u003ch4\u003ePattern Mold Support\u003c\/h4\u003e\n        \u003cp\u003eThe reference product includes pattern molds and supports custom template shapes. Use the included molds for standard effects or explore custom mold options for branded activations and themed events.\u003c\/p\u003e\n\n        \u003ch4\u003eRoad-Ready Case Design\u003c\/h4\u003e\n        \u003cp\u003eThe protective case-style body includes aluminum edging, durable latches, and an integrated carry handle. It is built to move between venues without looking like a fragile novelty prop.\u003c\/p\u003e\n\n        \u003ch4\u003ePerfect For\u003c\/h4\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eApplication\u003c\/th\u003e\n\u003cth\u003eWhy Nimbus Works\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeddings\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFloating hearts and clouds for photos, entrances, first dances, and send-offs\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReveals\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSlow rising cloud shapes create a clear focal point for product, gender, or stage reveals\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCorporate events\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCustomizable shape concept works well for brand moments and guest interaction\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePhoto \u0026amp; video\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCloud shapes add a soft visual element that reads well on camera\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eParties \u0026amp; celebrations\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eA unique effect guests can see, film, and remember\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eVenue activations\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePortable case design makes it easier to set up, move, and store\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"surgefx-tabs-content content-2\"\u003e\n        \u003ch4\u003eKnown Specifications\u003c\/h4\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProduct\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSurgeFX Nimbus Cloud Maker\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReference Platform\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMOKA MK-B11 Stage Cloud Maker\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEffect Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFloating cloud \/ foam-bubble shape effect\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAvailable Reference Sizes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e40 × 40 cm, 60 × 60 cm, 80 × 80 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControl Mode\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eManual control\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eElectrical Power\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNo electric power required by the reference platform\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFireproof material listed by reference manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConsumables\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eManufacturer-approved cloud\/foam consumables\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGas Source\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRequires an external helium or nitrogen source\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIncluded Reference Accessories\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 m hose, intake connector, 3 pattern molds\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTemplate Patterns\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCustomizable mold\/pattern support\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1-Year Limited Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003cdiv class=\"warning\"\u003e\n          \u003cstrong\u003eGas and consumable note:\u003c\/strong\u003e Nimbus requires the correct gas source and manufacturer-approved consumables. Do not use unapproved mixtures or substitute materials.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"surgefx-tabs-content content-3\"\u003e\n        \u003ch4\u003eManual Operation\u003c\/h4\u003e\n        \u003cp\u003eNimbus is a manual-control specialty effect. It does not run like a standard fog machine or DMX bubble machine. The operator prepares the approved solution\/consumable setup, connects the external gas source, places the pattern mold, and releases the cloud form.\u003c\/p\u003e\n\n        \u003ch4\u003ePattern Molds\u003c\/h4\u003e\n        \u003cp\u003eThe reference product includes three pattern molds. Custom mold\/pattern options are possible, making Nimbus a strong fit for weddings, brand activations, and themed events.\u003c\/p\u003e\n\n        \u003ch4\u003eGas Source Required\u003c\/h4\u003e\n        \u003cp\u003eThe effect relies on an external helium or nitrogen source. Confirm gas selection, fittings, transport, and operating procedure before booking the effect for an event.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"surgefx-tabs-content content-4\"\u003e\n        \u003ch4\u003eIs Nimbus a fog machine?\u003c\/h4\u003e\n        \u003cp\u003eNo. Nimbus is a floating cloud\/foam-bubble shape effect. It is designed to create rising cloud forms, not fill a room with fog.\u003c\/p\u003e\n\n        \u003ch4\u003eDoes it need electricity?\u003c\/h4\u003e\n        \u003cp\u003eThe reference platform lists no electric power requirement. It uses an external gas source instead.\u003c\/p\u003e\n\n        \u003ch4\u003eWhat gas does it use?\u003c\/h4\u003e\n        \u003cp\u003eThe reference product is designed for use with helium or nitrogen. Always follow the manufacturer instructions and local handling requirements for compressed gas.\u003c\/p\u003e\n\n        \u003ch4\u003eCan it make custom shapes?\u003c\/h4\u003e\n        \u003cp\u003eThe platform supports pattern molds, and custom template patterns are listed by the reference manufacturer. Shape quality depends on mold design, setup, consumables, and environment.\u003c\/p\u003e\n\n        \u003ch4\u003eIs it for outdoor use?\u003c\/h4\u003e\n        \u003cp\u003eIt can be used in the right outdoor setting, but wind affects floating cloud shapes. Calm indoor or sheltered spaces usually give the operator more control.\u003c\/p\u003e\n\n        \u003ch4\u003eWhat consumables should I use?\u003c\/h4\u003e\n        \u003cp\u003eUse only approved consumables recommended for this style of cloud maker. Do not substitute homemade mixtures or unapproved materials.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"surgefx-tabs-content content-5\"\u003e\n        \u003ch4\u003eUse Calm Air When Possible\u003c\/h4\u003e\n        \u003cp\u003eNimbus looks best when the cloud shape can rise and drift. Heavy wind or strong HVAC airflow can break up the shape quickly.\u003c\/p\u003e\n\n        \u003ch4\u003ePlan the Moment\u003c\/h4\u003e\n        \u003cp\u003eThis effect works best as a featured cue. Use it for a reveal, photo moment, entrance, or guest-facing activation where people have time to see the shape form and float.\u003c\/p\u003e\n\n        \u003ch4\u003eConfirm Gas Logistics\u003c\/h4\u003e\n        \u003cp\u003eMake sure the correct gas source, connector, transport plan, and operator procedure are ready before the event. Do not leave compressed-gas planning until load-in.\u003c\/p\u003e\n\n        \u003ch4\u003eKeep the Case Clean\u003c\/h4\u003e\n        \u003cp\u003eWipe down the top surface and inside area after use. Cloud\/foam residue can build up if the machine is packed away dirty.\u003c\/p\u003e\n\n        \u003ch4\u003ePair With\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003e\u003ca href=\"\/collections\/surgefx-bubble-products\"\u003eBubble FX\u003c\/a\u003e\u003c\/strong\u003e — Add standard bubbles around Nimbus for a fuller party look\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e\u003ca href=\"\/collections\/surgefx-lighting-products\"\u003eStage Lighting\u003c\/a\u003e\u003c\/strong\u003e — Light the floating shapes for photo and video moments\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e\u003ca href=\"\/collections\/surgefx-haze-machines\"\u003eHaze FX\u003c\/a\u003e\u003c\/strong\u003e — Add light atmosphere to make beams visible around the effect\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003e\u003ca href=\"\/collections\/surgefx-confetti-machines\"\u003eConfetti FX\u003c\/a\u003e\u003c\/strong\u003e — Pair cloud shapes with celebration cues and finales\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"surgefx-accordion\"\u003e\n    \u003cdetails open\u003e\n      \u003csummary\u003e☁️ Features\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003ch4\u003eFloating Cloud Shapes\u003c\/h4\u003e\n\u003cp\u003eCreates lightweight cloud forms that rise and drift upward.\u003c\/p\u003e\n        \u003ch4\u003eHeart-Shaped Outlet\u003c\/h4\u003e\n\u003cp\u003eSignature top opening for eye-catching floating shapes.\u003c\/p\u003e\n        \u003ch4\u003eRoad-Ready Case\u003c\/h4\u003e\n\u003cp\u003eProtective edging, latches, and integrated carry handle.\u003c\/p\u003e\n        \u003ch4\u003ePerfect For\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eWeddings\u003c\/li\u003e\n\u003cli\u003eReveals\u003c\/li\u003e\n\u003cli\u003eCorporate events\u003c\/li\u003e\n\u003cli\u003ePhoto\/video moments\u003c\/li\u003e\n\u003cli\u003eParties and celebrations\u003c\/li\u003e\n\u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003e📐 Specs\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003ctable\u003e\u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFloating cloud \/ foam-bubble shape effect\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReference Sizes\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e40×40, 60×60, 80×80 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControl\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eManual\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eNo electric power required by reference platform\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGas\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eExternal helium or nitrogen source required\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIncluded\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3 m hose, intake connector, 3 pattern molds\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003e🎛️ Operation\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\u003cp\u003eManual specialty effect. Prepare approved consumables, connect the gas source, place the mold, then release the cloud form.\u003c\/p\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003e❓ FAQ\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\n        \u003ch4\u003eIs it a fog machine?\u003c\/h4\u003e\n\u003cp\u003eNo. It makes floating cloud\/foam-bubble shapes.\u003c\/p\u003e\n        \u003ch4\u003eDoes it need gas?\u003c\/h4\u003e\n\u003cp\u003eYes. The reference platform uses helium or nitrogen.\u003c\/p\u003e\n        \u003ch4\u003eCan it make custom shapes?\u003c\/h4\u003e\n\u003cp\u003eYes, the platform supports pattern molds and custom template concepts.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003e💡 Tips\u003c\/summary\u003e\n      \u003cdiv class=\"accordion-content\"\u003e\u003cul\u003e\n\u003cli\u003eUse calm air when possible\u003c\/li\u003e\n\u003cli\u003eFeature it as a planned moment\u003c\/li\u003e\n\u003cli\u003eConfirm gas logistics before the event\u003c\/li\u003e\n\u003cli\u003eClean the top surface after use\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"surgefx-footer\"\u003e\n    SurgeFX Nimbus Cloud Maker — Floating Cloud Shapes. Heart-Shaped Outlet. Built for Special Events.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SurgeFX","offers":[{"title":"Default Title","offer_id":52110347338026,"sku":"SFX-BUB-006","price":1899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0891\/1516\/4970\/files\/01-surgefx-nimbus-cloud-maker-clean-hero.webp?v=1784685606","url":"https:\/\/surgefx.com\/products\/surgefx-nimbus-cloud-maker","provider":"SurgeFX","version":"1.0","type":"link"}