{"product_id":"ultrasonic-mist-maker-fogger-with-led-lights-waterproof-submersible-ultrasonic-fog-generator-for-ponds-fountains-halloween-decor","title":"🎃🔥Mist Maker Ultrasonic Fogger-Indoor\/outdoor Landscaping \u0026 Halloween Decoration","description":"\u003cstyle\u003e  .hl-page,  .hl-page * {    box-sizing: border-box;  }  .hl-page {    \/* Halloween \u0026 Spooky Outdoor\/Mist Theme Palette *\/    --hl-primary: #EA580C;    --hl-primary-hover: #C2410C;    --hl-vibrant: #8B5CF6;    --hl-dark-bg: #0F172A;    --hl-card-bg: #1E293B;    --hl-card-light: #273549;    --hl-text-main: #F8FAFC;    --hl-text-muted: #94A3B8;    --hl-border-line: #334155;    --hl-tag-bg: rgba(234, 88, 12, 0.15);    --hl-tag-border: rgba(234, 88, 12, 0.4);    --hl-tag-text: #FB923C;    --hl-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);    width: 100%;    max-width: 1120px;    margin: 0 auto;    padding: 16px 12px;    overflow: hidden;    color: var(--hl-text-main);    background: var(--hl-dark-bg);    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    font-size: 16px;    line-height: 1.6;    text-rendering: optimizeLegibility;    -webkit-font-smoothing: antialiased;    container-name: hlpage;    container-type: inline-size;  }  .hl-page img {    display: block;    width: 100% !important;    max-width: 100% !important;    height: auto !important;    border: 0;    border-radius: 12px;    object-fit: cover;  }  .hl-shell {    width: 100%;    max-width: 1040px;    margin: 0 auto;  }  .hl-card {    position: relative;    margin: 0 0 20px;    padding: 24px;    overflow: hidden;    border: 1px solid var(--hl-border-line);    border-radius: 20px;    background: var(--hl-card-bg);    box-shadow: var(--hl-shadow);  }  \/* Hero Section *\/  .hl-hero {    padding: 48px 24px 36px;    text-align: center;    background: linear-gradient(180deg, #1E293B 0%, #0F172A 100%);    border-color: rgba(234, 88, 12, 0.3);  }  .hl-eyebrow {    display: inline-flex;    align-items: center;    justify-content: center;    min-height: 32px;    margin: 0 0 14px;    padding: 6px 18px;    border: 1px solid var(--hl-tag-border);    border-radius: 999px;    color: var(--hl-tag-text);    background: var(--hl-tag-bg);    font-size: 13px;    font-weight: 800;    letter-spacing: .08em;    line-height: 1.2;    text-transform: uppercase;  }  .hl-title {    max-width: 900px;    margin: 0 auto;    color: #FFFFFF;    font-size: clamp(28px, 5.5cqi, 48px);    font-weight: 900;    letter-spacing: -.02em;    line-height: 1.2;    text-transform: uppercase;  }  .hl-title span {    color: var(--hl-primary);    background: linear-gradient(135deg, #FB923C 0%, #EA580C 100%);    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;  }  .hl-subtitle {    max-width: 760px;    margin: 16px auto 0;    color: var(--hl-text-muted);    font-size: clamp(15px, 2.2cqi, 18px);    line-height: 1.6;  }  \/* Hero Image Component *\/  .hl-image-wrap {    padding: 12px;    background: var(--hl-card-light);  }  \/* Core 4-Column Feature Scan Grid *\/  .hl-scan {    display: grid;    grid-template-columns: repeat(4, minmax(0, 1fr));    gap: 14px;    padding: 0;  }  .hl-scan__item {    min-width: 0;    padding: 20px 16px;    border: 1px solid var(--hl-border-line);    border-top: 3px solid var(--hl-primary);    border-radius: 14px;    text-align: center;    background: var(--hl-card-light);    transition: transform 0.2s ease, border-color 0.2s ease;  }  .hl-scan__item:hover {    transform: translateY(-3px);    border-color: var(--hl-primary);  }  .hl-scan__icon {    display: block;    margin-bottom: 10px;    font-size: 32px;    line-height: 1;  }  .hl-scan__item strong {    display: block;    color: #FFFFFF;    font-size: 15px;    font-weight: 800;    line-height: 1.3;  }  .hl-scan__item span {    display: block;    margin-top: 6px;    color: var(--hl-text-muted);    font-size: 13px;    line-height: 1.45;  }  \/* Split Content Feature Sections *\/  .hl-split {    display: grid;    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);    align-items: center;    gap: 32px;    padding: 36px 28px;  }  .hl-split--reverse {    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);  }  .hl-split \u003e * {    min-width: 0;  }  .hl-heading {    margin: 0;    color: #FFFFFF;    font-size: clamp(22px, 4cqi, 34px);    font-weight: 800;    letter-spacing: -.01em;    line-height: 1.25;  }  .hl-copy {    margin: 14px 0 0;    color: var(--hl-text-muted);    font-size: 15px;    line-height: 1.65;  }  .hl-feature-list {    display: grid;    gap: 12px;    margin: 20px 0 0;    padding: 0;    list-style: none;  }  .hl-feature-list li {    position: relative;    padding-left: 28px;    color: #E2E8F0;    font-size: 14px;    font-weight: 600;    line-height: 1.5;  }  .hl-feature-list li::before {    content: \"✓\";    position: absolute;    top: 1px;    left: 0;    display: grid;    width: 20px;    height: 20px;    place-items: center;    border-radius: 50%;    color: #FFFFFF;    background: var(--hl-primary);    font-size: 11px;    font-weight: 900;  }  \/* Specifications Table *\/  .hl-specs-head {    margin-bottom: 20px;    text-align: center;  }  .hl-specs {    display: grid;    gap: 0;    overflow: hidden;    border: 1px solid var(--hl-border-line);    border-radius: 14px;    background: var(--hl-card-light);  }  .hl-spec-row {    display: grid;    grid-template-columns: minmax(140px, 0.8fr) minmax(0, 1.2fr);    gap: 16px;    padding: 14px 20px;    border-bottom: 1px solid var(--hl-border-line);  }  .hl-spec-row:last-child {    border-bottom: 0;  }  .hl-spec-row strong {    color: var(--hl-tag-text);    font-size: 14px;    font-weight: 700;  }  .hl-spec-row span {    color: #F1F5F9;    font-size: 14px;  }  .hl-note {    margin-top: 16px;    padding: 12px 18px;    border-left: 4px solid var(--hl-vibrant);    border-radius: 6px;    color: var(--hl-text-muted);    background: rgba(139, 92, 246, 0.1);    font-size: 13px;    line-height: 1.5;  }  \/* FAQ Section *\/  .hl-faq-head {    margin-bottom: 24px;    text-align: center;  }  .hl-faq-list details {    margin-bottom: 12px;    overflow: hidden;    border: 1px solid var(--hl-border-line);    border-radius: 12px;    background: var(--hl-card-light);    transition: border-color 0.2s ease;  }  .hl-faq-list details[open] {    border-color: var(--hl-primary);  }  .hl-faq-list summary {    position: relative;    padding: 16px 48px 16px 20px;    color: #FFFFFF;    cursor: pointer;    list-style: none;    font-size: 15px;    font-weight: 700;  }  .hl-faq-list summary::-webkit-details-marker {    display: none;  }  .hl-faq-list summary::after {    content: \"+\";    position: absolute;    top: 50%;    right: 18px;    display: grid;    width: 26px;    height: 26px;    place-items: center;    transform: translateY(-50%);    border-radius: 50%;    color: #FFFFFF;    background: var(--hl-primary);    font-size: 16px;    font-weight: 800;  }  .hl-faq-list details[open] summary::after {    content: \"−\";  }  .hl-faq-answer {    padding: 0 20px 18px;    color: var(--hl-text-muted);    font-size: 14px;    line-height: 1.6;  }  \/* Final CTA Banner *\/  .hl-final {    padding: 44px 24px;    text-align: center;    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);    border-color: var(--hl-primary);  }  .hl-btn {    display: inline-flex;    align-items: center;    justify-content: center;    margin-top: 24px;    padding: 14px 32px;    border-radius: 999px;    color: #FFFFFF;    background: linear-gradient(135deg, #FB923C 0%, #EA580C 100%);    font-size: 16px;    font-weight: 800;    letter-spacing: .03em;    text-decoration: none;    box-shadow: 0 4px 20px rgba(234, 88, 12, 0.4);    transition: transform 0.2s ease, box-shadow 0.2s ease;  }  .hl-btn:hover {    transform: translateY(-2px);    box-shadow: 0 6px 25px rgba(234, 88, 12, 0.6);  }  \/* Container Queries \u0026 Responsive Overrides *\/  @container hlpage (max-width: 820px) {    .hl-scan {      grid-template-columns: repeat(2, minmax(0, 1fr));    }        .hl-split, .hl-split--reverse {      grid-template-columns: minmax(0, 1fr);      gap: 24px;      padding: 24px 18px;    }    .hl-split--reverse \u003e *:first-child {      order: 2;    }    .hl-split--reverse \u003e *:last-child {      order: 1;    }  }  @container hlpage (max-width: 480px) {    .hl-scan {      grid-template-columns: minmax(0, 1fr);    }    .hl-card {      padding: 18px 14px;    }    .hl-spec-row {      grid-template-columns: minmax(0, 1fr);      gap: 4px;    }    .hl-hero {      padding: 32px 14px 24px;    }  }\u003c\/style\u003e\n\u003cdiv class=\"hl-page\"\u003e\n\u003cdiv class=\"hl-shell\"\u003e\n\u003c!-- 1. HERO BANNER MODULE --\u003e\n\u003csection class=\"hl-card hl-hero\"\u003e\u003cspan class=\"hl-eyebrow\"\u003e🎃 Early Halloween Special Deal 🔥\u003c\/span\u003e\n\u003ch1 class=\"hl-title\"\u003eUltrasonic \u003cspan\u003eMist Maker Fogger\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hl-subtitle\"\u003eTransform your garden, water features, and Halloween setups into an enchanting, fog-covered wonderland with instant dense mist and vibrant rotating lights.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 2. HERO IMAGE SECTION --\u003e\n\u003csection class=\"hl-card hl-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/1_a4867331-0297-41b6-8e50-fd62d9c9f314.webp?v=1786608706\" alt=\"\"\u003e\u003c\/section\u003e\n\u003c!-- 3. QUICK FEATURE SCAN 4-COLUMN GRID --\u003e\n\u003csection class=\"hl-card\"\u003e\n\u003cdiv class=\"hl-scan\"\u003e\n\u003cdiv class=\"hl-scan__item\"\u003e\n\u003cspan class=\"hl-scan__icon\"\u003e🌫️\u003c\/span\u003e \u003cstrong\u003eThick \u0026amp; Instant Fog\u003c\/strong\u003e \u003cspan\u003eHigh-frequency ultrasonic vaporization creates rich mist instantly without chemicals or heat.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-scan__item\"\u003e\n\u003cspan class=\"hl-scan__icon\"\u003e🧠\u003c\/span\u003e \u003cstrong\u003eSmart Auto Shut-Off\u003c\/strong\u003e \u003cspan\u003eBuilt-in water sensor automatically turns off the fogger when water levels drop too low.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-scan__item\"\u003e\n\u003cspan class=\"hl-scan__icon\"\u003e🛡️\u003c\/span\u003e \u003cstrong\u003eStainless Steel Alloy\u003c\/strong\u003e \u003cspan\u003eDurable, anti-corrosion housing engineered for prolonged indoor and outdoor underwater use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-scan__item\"\u003e\n\u003cspan class=\"hl-scan__icon\"\u003e🌈\u003c\/span\u003e \u003cstrong\u003eMulti-Color LED Lights\u003c\/strong\u003e \u003cspan\u003eOptional rotating colorful lights elevate night landscaping and spooky Halloween decor.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4. SPLIT FEATURE 1: WATER DEPTH \u0026 SMART SENSOR --\u003e\n\u003csection class=\"hl-card hl-split\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"hl-eyebrow\"\u003eIntelligent Design\u003c\/span\u003e\n\u003ch2 class=\"hl-heading\"\u003eOptimal Fogging with Smart Protection\u003c\/h2\u003e\n\u003cp class=\"hl-copy\"\u003eEquipped with a sensitive water-level detection probe, our mist maker ensures smooth operation while protecting the internal components from dry burning. Simply submerge it to the ideal depth for maximum fog output.\u003c\/p\u003e\n\u003cul class=\"hl-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003ePerfect Submersion:\u003c\/strong\u003e Best performance at 0.4 – 1.2 inches below the water surface.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAuto Cut-Off:\u003c\/strong\u003e Shuts down automatically when water drops, guaranteeing total safety.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSafe Touch Operation:\u003c\/strong\u003e Low-voltage design emits minimal heat, making it completely touch-safe.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/2_338ec2fa-f87a-4fd3-99eb-6f94fdf3f14f.webp?v=1786608728\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5. SPLIT FEATURE 2 (REVERSED): VERSATILE HALLOWEEN \u0026 LANDSCAPE USE --\u003e\n\u003csection class=\"hl-card hl-split hl-split--reverse\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/3_5e658c37-29dd-4db3-873e-1e37bfe58320.webp?v=1786608747\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"hl-eyebrow\"\u003eMulti-Scene Decor\u003c\/span\u003e\n\u003ch2 class=\"hl-heading\"\u003eCreate Spooky Atmospheres \u0026amp; Serene Landscapes\u003c\/h2\u003e\n\u003cp class=\"hl-copy\"\u003eWhether you are building a chilling Halloween jack-o'-lantern cauldron effect or adding a soothing mist layer to your outdoor garden pond, this fogger handles both indoor and outdoor setups effortlessly.\u003c\/p\u003e\n\u003cul class=\"hl-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eAir Humidification:\u003c\/strong\u003e Naturally adds moisture to dry environments and helps eliminate odors.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Setup:\u003c\/strong\u003e Extra-long power cord allows effortless installation anywhere.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniversal Fit:\u003c\/strong\u003e Ideal for jack-o'-lanterns, rockeries, birdbaths, fountains, and aquariums.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 6. ADDITIONAL VISUAL DISPLAY --\u003e\n\u003csection class=\"hl-card hl-split\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"hl-eyebrow\"\u003eHalloween Ready\u003c\/span\u003e\n\u003ch2 class=\"hl-heading\"\u003eInstant Spooky Aerosol Effect\u003c\/h2\u003e\n\u003cp class=\"hl-copy\"\u003eBring your Halloween party prop ideas to life! Simply place the mister inside a bowl, witch cauldron, or pumpkin to generate thick flowing fog across the floor.\u003c\/p\u003e\n\u003cul class=\"hl-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Chemical Free:\u003c\/strong\u003e Pure water vaporization—safe for pets, fish, and plants.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePlug \u0026amp; Play:\u003c\/strong\u003e No complex assembly required; mist appears within seconds.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/4_212f3133-eb2b-4494-a32f-5f530c57bc6b.webp?v=1786608762\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 7. TECHNICAL SPECIFICATIONS SECTION --\u003e\n\u003csection class=\"hl-card\"\u003e\n\u003cdiv class=\"hl-specs-head\"\u003e\n\u003cspan class=\"hl-eyebrow\"\u003eTechnical Parameters\u003c\/span\u003e\n\u003ch2 class=\"hl-heading\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-specs\"\u003e\n\u003cdiv class=\"hl-spec-row\"\u003e\n\u003cstrong\u003eProduct Name\u003c\/strong\u003e \u003cspan\u003eUltrasonic Mist Maker Fogger\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-spec-row\"\u003e\n\u003cstrong\u003eCasing Material\u003c\/strong\u003e \u003cspan\u003eStainless Steel \/ Premium Alloy Shell\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-spec-row\"\u003e\n\u003cstrong\u003eInput Voltage\u003c\/strong\u003e \u003cspan\u003eAC 110–240V, 50\/60Hz (Universal Adapter)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-spec-row\"\u003e\n\u003cstrong\u003eWorking Power\u003c\/strong\u003e \u003cspan\u003e24W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-spec-row\"\u003e\n\u003cstrong\u003eRecommended Water Depth\u003c\/strong\u003e \u003cspan\u003e0.4 to 1.2 inches (10 to 30 mm) above the sensor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-spec-row\"\u003e\n\u003cstrong\u003eSafety Feature\u003c\/strong\u003e \u003cspan\u003eSmart Water-Level Auto Shut-off Sensor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-spec-row\"\u003e\n\u003cstrong\u003eLighting Effects\u003c\/strong\u003e \u003cspan\u003eOptional Colorful Rotating LED Illumination\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-note\"\u003e\n\u003cstrong\u003e💡 Pro Tip for Maximum Fog:\u003c\/strong\u003e Keep the fogger submerged approximately 0.4 to 1.2 inches below the surface of clean water. If submerged too deep, fog output will decrease.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 8. FREQUENTLY ASKED QUESTIONS (FAQ) --\u003e\n\u003csection class=\"hl-card\"\u003e\n\u003cdiv class=\"hl-faq-head\"\u003e\n\u003cspan class=\"hl-eyebrow\"\u003eGot Questions?\u003c\/span\u003e\n\u003ch2 class=\"hl-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this fogger use heat or chemicals to create mist?\u003c\/summary\u003e\n\u003cdiv class=\"hl-faq-answer\"\u003eNo! It utilizes high-frequency ultrasonic vibrations to instantly turn water into cool, dense mist. It is 100% chemical-free, low heat, and completely safe to touch during operation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the auto shut-off function work?\u003c\/summary\u003e\n\u003cdiv class=\"hl-faq-answer\"\u003eThe device features an intelligent water-level sensor pin. When the water level drops below the sensor pin, the power automatically cuts off to prevent dry burning and protect the unit.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this outdoors in my garden pond or fountain?\u003c\/summary\u003e\n\u003cdiv class=\"hl-faq-answer\"\u003eYes! The stainless steel alloy casing is built for durability both indoors and outdoors. It is ideal for birdbaths, outdoor ponds, rockeries, indoor aquariums, and Halloween displays.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat adapter plugs are supported?\u003c\/summary\u003e\n\u003cdiv class=\"hl-faq-answer\"\u003eOur fogger supports wide input voltages (110V–240V) and comes with power adapter options tailored for US, UK, EU, and AU outlets.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 9. FINAL CTA SECTION --\u003e\n\u003csection class=\"hl-card hl-final\"\u003e\u003cspan class=\"hl-eyebrow\"\u003eLimited Time Halloween Deal\u003c\/span\u003e\n\u003ch2 class=\"hl-heading\"\u003eGet Ready for Halloween \u0026amp; Elevate Your Decor!\u003c\/h2\u003e\n\u003cp class=\"hl-subtitle\"\u003eDon't wait until the last minute. Create stunning fog effects for your home, pond, and holiday props today!\u003c\/p\u003e\n\u003cbr\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"US","offer_id":48157587931372,"sku":"美规带灯","price":32.99,"currency_code":"USD","in_stock":true},{"title":"EU","offer_id":48157587964140,"sku":"欧规带灯","price":32.99,"currency_code":"USD","in_stock":true},{"title":"UK","offer_id":48157587996908,"sku":"英规带灯","price":32.99,"currency_code":"USD","in_stock":true},{"title":"AU","offer_id":48157588029676,"sku":"澳规带灯","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/6386\/2764\/files\/01768c4877a166651aa285023a7a03a086026d55-700.webp?v=1786608568","url":"https:\/\/orvyla.com\/products\/ultrasonic-mist-maker-fogger-with-led-lights-waterproof-submersible-ultrasonic-fog-generator-for-ponds-fountains-halloween-decor","provider":"Orvyla","version":"1.0","type":"link"}