{"product_id":"christmas-airplane-bubble-gun-rjc","title":"Christmas Airplane Bubble Gun","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Christmas Airplane Bubble Machine\nTarget Audience: Children aged 3 and above, Parents, Party Hosts\nVisual Style: Festive, clean, warm modern layout with clear typographic hierarchy\nColor Strategy: Primary is Christmas Red (#D32F2F), Accent is Christmas Green (#2E7D32), Soft light green backgrounds for sections.\nModule Order: Intro\/Hero, Features (1, 2, 3, 4), Scenario Section, Specifications, FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_6, Feature2=detail_7, Feature3=detail_2, Feature4=detail_4, Scenario=detail_3\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no comparative data provided)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D32F2F;\n      --primary-hover: #B71C1C;\n      --secondary: #2E7D32;\n      --text-main: #1A1A1A;\n      --text-sub: #555555;\n      --bg-body: #FAFAFA;\n      --bg-card: #FFFFFF;\n      --bg-soft: #F4F7F5;\n      --border-color: #E2E8F0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 10px 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      color: var(--secondary);\n      margin: 0 0 20px 0;\n      border-left: 4px solid var(--primary);\n      padding-left: 10px;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 10px 0;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 15px 0;\n    }\n\n    \/* Trust Badges \/ Tags *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .badge {\n      font-size: 18px;\n      line-height: 1.6;\n      background-color: var(--bg-soft);\n      color: var(--secondary);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      border: 1px solid rgba(46, 125, 50, 0.2);\n    }\n\n    \/* Images *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed #CBD5E1;\n      border-radius: var(--radius-md);\n      padding: 50px 20px;\n      text-align: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      box-sizing: border-box;\n      margin-bottom: 20px;\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      text-align: center;\n      padding: 30px 20px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .hero-block .badge-container {\n      justify-content: center;\n    }\n\n    \/* Features Grid *\/\n    .features-grid {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 3rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: row;\n      align-items: center;\n      gap: clamp(1.5rem, 3vw, 3rem);\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    .feature-copy {\n      flex: 1;\n      width: 100%;\n    }\n\n    \/* Scenario Section *\/\n    .scenario-section {\n      background-color: var(--bg-soft);\n      padding: 30px 24px;\n      border-radius: var(--radius-lg);\n    }\n\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 30px 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 15px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 10px;\n      font-size: 18px;\n      line-height: 1.6;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-table .spec-value {\n      color: var(--text-sub);\n      display: inline-block;\n    }\n\n    \/* FAQ Accordion Style *\/\n    .faq-section {\n      background-color: var(--bg-card);\n      padding: 30px 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-weight: 600;\n      color: var(--secondary);\n      margin-bottom: 8px;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Mobile Responsive Lock *\/\n    @media (max-width: 767px) {\n      .product-detail-container h1 {\n        font-size: 22px !important;\n      }\n\n      .product-detail-container h2,\n      .product-detail-container h3,\n      .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container span,\n      .product-detail-container td,\n      .badge,\n      .faq-answer {\n        font-size: 18px !important;\n      }\n\n      .feature-item {\n        flex-direction: column !important;\n        padding: 16px;\n      }\n\n      .feature-media {\n        order: 1 !important;\n      }\n\n      .feature-copy {\n        order: 2 !important;\n        margin-top: 15px;\n      }\n\n      \/* Responsive Table rules to prevent overlap\/overflow *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003ch1\u003eChristmas Airplane Bubble Machine\u003c\/h1\u003e\n\n\u003cp\u003eBring holiday celebrations to life with an instant cascade of beautiful bubbles, designed specifically for magical festive play.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eElectric 10-Hole Bubble Design\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260904182708\/04c6598a3f51eb52d886d7a3da3ef5df.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003ch2\u003eCore Features\u003c\/h2\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260904182708\/3cd77c6749691ce99bae53de2f85e820.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePorous High-Output Bubbling\u003c\/h3\u003e\n\n\u003cp\u003eEnjoy continuous bubble-blasting excitement with a 10-hole nozzle configuration. The built-in electric motor starts working with a single trigger pull, releasing a rich wave of countless bubbles instantly.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eRich bubbles\u003c\/span\u003e \u003cspan class=\"badge\"\u003eOne-button start\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260904182708\/736cc10db4d8000e5763d0c6e2de0097.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eDreamy Atmospheric Lights\u003c\/h3\u003e\n\n\u003cp\u003eEquipped with colorful built-in lights, the bubble outlet illuminates each bubble as it escapes. Perfect for twilight and nighttime play, creating a glowing festive effect for holiday gatherings.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eBrilliant lights\u003c\/span\u003e \u003cspan class=\"badge\"\u003eNighttime play\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260904182708\/84df9d314ed2cfd15929b9b3df672b99.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e360° Leak-Proof Play\u003c\/h3\u003e\n\n\u003cp\u003eExperience worry-free bubble fun with an auto water-filling and highly secure double-sealed design. The bubble solution bottle attaches vertically beneath the nozzle, preventing messy leaks or spills even when tilted or flipped.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eLeak-proof seal\u003c\/span\u003e \u003cspan class=\"badge\"\u003eWorry-free motion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260904182708\/ae1191a0161a57efd480bd5c5419a491.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSafe, Rounded Craftsmanship\u003c\/h3\u003e\n\n\u003cp\u003eDesigned specifically for young holiday explorers, the body features fully rounded, smooth edges and high-gloss material. A cute 3D Santa Claus figure rides along on the top deck to complete the festive theme.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eSmooth edges\u003c\/span\u003e \u003cspan class=\"badge\"\u003eKid-friendly hold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. USE SCENARIO (OPTIONAL - SUPPORTED BY detail_3) --\u003e\n\n\u003csection class=\"scenario-section\"\u003e\n\u003ch2\u003eFestive Use Scenes\u003c\/h2\u003e\n\n\u003cp\u003eAdd a magical atmosphere to your winter holidays. This interactive airplane bubble toy brings joy across a variety of traditional settings.\u003c\/p\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260904182708\/bb53de9e1892aa4385296803b39da403.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Item Number\"\u003e\u003cspan class=\"spec-value\"\u003eP133\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Size\"\u003e\u003cspan class=\"spec-value\"\u003e16.2 x 12.2 x 21 cm (6.4 x 4.8 x 8.3 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Size\"\u003e\u003cspan class=\"spec-value\"\u003e18 x 11.5 x 17 cm (7.1 x 4.5 x 6.7 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Age Range\"\u003e\u003cspan class=\"spec-value\"\u003eAges 3 and above\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Liquid Volume\"\u003e\u003cspan class=\"spec-value\"\u003e90mL\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Inclusions\"\u003e\u003cspan class=\"spec-value\"\u003e1 x Christmas Bubble Machine, 1 x 90mL Bubble Solution Bottle\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003e\u003cspan class=\"spec-value\"\u003eBattery Powered (Batteries not included)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- E. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: How do I install the bubble solution?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Thread the included 90mL bubble bottle into the designated vertical connection point directly under the front of the airplane body. Spin it to tighten and secure the seal.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Is the body of the bubble machine safe for children to hold?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes, the exterior structure features fully rounded, smooth edges and glossy surfaces to ensure there are no sharp parts, protecting your child's hands during active play.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQ: Can it be played with indoors?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes. Because of its 360-degree leak-proof design and tightly sealed connection point, the bubble machine prevents solution leaks, making it suitable for indoor Christmas parties as well as outdoor play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Omurio","offers":[{"title":"1-Pack (Holiday Essential)","offer_id":48617622143188,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Double the Joy)","offer_id":48617622175956,"sku":null,"price":35.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/04c6598a3f51eb52d886d7a3da3ef5df.jpg?v=1788518632","url":"https:\/\/omurio.com\/products\/christmas-airplane-bubble-gun-rjc","provider":"Omurio","version":"1.0","type":"link"}