{"product_id":"floating-target-shooting-game","title":"Floating Target Shooting Game","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #ff6600;\n      --primary-hover: #e05500;\n      --text-main: #111111;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f0f0f0;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #dddddd;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 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 * {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 800;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-value,\n    .product-detail-container .badge-text {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    \/* Section Wrapper spacing *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Trust Badge System *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 20px;\n    }\n\n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      background-color: var(--bg-soft);\n      padding: 6px 14px;\n      border-radius: 20px;\n      border: 1px solid var(--border-color);\n    }\n\n    .badge-text {\n      font-weight: 600;\n      color: var(--text-main) !important;\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed #999999;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      aspect-ratio: 16 \/ 9;\n      margin-bottom: 20px;\n      padding: 20px;\n      text-align: center;\n      color: var(--text-sub);\n      font-weight: 600;\n    }\n\n    \/* Hero Layout *\/\n    .hero-content {\n      text-align: center;\n      padding: 30px 0;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Sections Layout *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: 40px;\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    }\n\n    \/* Specifications Table Styling *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 30px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\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 0;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 700;\n      color: var(--text-main);\n      width: 35%;\n      padding-right: 20px;\n    }\n\n    .spec-table td:last-child {\n      width: 65%;\n    }\n\n    \/* FAQ Section Styles *\/\n    .faq-section {\n      padding: 30px 0;\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      color: var(--text-main);\n      font-weight: 700;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Responsive Mobile Overrides *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important; \/* Enforces Mobile Image-First, Text-Second Layout *\/\n        gap: 20px;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: column !important;\n      }\n\n      \/* Responsive Table Fixes to Prevent Overlapping, Clipped Rows, or Horizontal Scroll *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n      }\n\n      .spec-table tr {\n        padding: 10px 0;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(120px, 35%) minmax(0, 1fr);\n        gap: 12px;\n        width: 100%;\n        padding: 10px 0;\n        border: none;\n        align-items: start;\n      }\n\n      .spec-table td:first-child {\n        width: 100%;\n        padding-right: 0;\n      }\n\n      .spec-table td:last-child {\n        width: 100%;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        font-weight: 700;\n        color: var(--text-main);\n        font-size: 18px;\n        line-height: 1.5;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      \/* Hide standard cell display inside table cell on mobile *\/\n      .spec-table td:first-child {\n        display: none;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        font-size: 18px;\n        line-height: 1.5;\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: 4px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Hovering Target Shooting Game\nTarget Audience: Kids, Teenagers, and Families\nVisual Style: Energetic, modern gaming vibe with clean high-contrast elements (Dark grey, neon orange accents)\nColor Strategy: Orange accents (--primary) to match physical product styling, white background, light gray card backs\nModule Order: Hero\/Intro -\u003e Feature 1 -\u003e Feature 2 -\u003e Feature 3 -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_4, Feature2=detail_3, Feature3=detail_2\nSpecification Data Source: spec_1 (extracted from SKU image: base dimensions 31.5cm x 29cm x 7cm, ball diameter 2.5cm, 10 soft darts, 10 balls, 1 gun, 1 USB cable)\nCompare Section: Not included (no reliable comparative data provided)\nInformation Boundary: Strictly relies on provided product data sheet, detail screenshots, and specs diagrams. No unverified material types, medical claims, or extreme load capacities mentioned.\n--\u003e\u003c!-- Hero block section --\u003e\n\u003csection class=\"product-detail-section hero-content\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e\u003cspan class=\"badge-text\"\u003e⚡ Interactive Floating Target System\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eUp Your Target Game with Air-Suspended Action\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eTake your shooting practice to new heights. Use stable, powered streams of air to float target spheres directly in mid-air, creating a dynamic, gravity-defying practice arena right inside your home.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914133647\/58d1bebb18625efc31aaaed15afd3c6a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914133647\/cbdbb7c29764dfbc5efa1d25d93e834e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFive Hovering Targets for Nonstop Action\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with individual wind channels, this base generates continuous upward air streams to keep five lightweight target spheres hovering suspended in mid-air. It turns stationary target practice into an active, moving coordinate challenge.\u003c\/p\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914133647\/cf0d82e8f3fe7b141fd3132b566af1d2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eAdjustable Airflow, Customizable Difficulty\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eTake full control of your practice arena. Five individual airflow adjustment dials situated directly on the target horizontal beam let you fine-tune the suspension height of each ball. Easily switch between beginner heights and higher-level, shifting targets.\u003c\/p\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914133647\/3e08a01dddf024922446a5c34938f37b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDual Power Output for Play Anywhere\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEngineered with multiple convenient power configurations, this unit can run straight off any standard USB port connection or using four AA batteries. Setup seamlessly in the bedroom, family room, or take the challenge to outdoor gathering spaces without restricting wire lengths.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications section --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\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\u003eTarget Station Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Target Station Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003e31.5 cm x 29 cm x 7 cm (approx. 12.4\" x 11.4\" x 2.8\")\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eTarget Spheres Diameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Target Spheres Diameter\"\u003e\u003cspan class=\"spec-value\"\u003e2.5 cm (approx. 1.0\")\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAir Channel Outlets\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Air Channel Outlets\"\u003e\u003cspan class=\"spec-value\"\u003e5 Individual adjustable wind pipes\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003ePower Supply Input\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Power Supply Input\"\u003e\u003cspan class=\"spec-value\"\u003eUSB DC Cord (Included) or 4 AA Batteries (Not Included)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eShooting Range Range\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Shooting Range Range\"\u003e\u003cspan class=\"spec-value\"\u003eUp to 25 Feet (approx. 7.6 meters)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003ePack Contents Included\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Pack Contents Included\"\u003e\u003cspan class=\"spec-value\"\u003e1 x Target Base Unit, 1 x Soft Dart Toy Gun, 10 x Foam Balls, 10 x Soft Darts, 1 x USB Cable, 5 x Detachable Funnel Nozzles\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!-- FAQ section --\u003e\n\n\u003csection class=\"product-detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do the targets float in the air?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe internal fan system routes continuous, stable air currents up through the five adjustable nozzles. Placing the lightweight target spheres on top allows the upward aerodynamic pressure to float them steadily in position without any physical supports.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eCan I alter the level of difficulty of the target coordinates?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. You can rotate each of the five control knobs located on the front panel of the main support horizontal bar. This increases or decreases the air volume going to each specific nozzle, making individual spheres hover at variable heights.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDoes it run on battery power or outlet power?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt supports both options. For stationary, plug-and-play sessions, you can connect the target using the included USB cable to any standard power adapter. For cordless setups and portable games outdoors, you can load four AA batteries into the battery compartment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🔥 Blaze Orange (Complete Game Set) – Most Popular","offer_id":49077353775353,"sku":"20260916-152033-7158","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Storm Blue (Complete Game Set)","offer_id":49077353808121,"sku":"20260916-152033-1061","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/6796\/0057\/files\/58d1bebb18625efc31aaaed15afd3c6a.jpg?v=1789543359","url":"https:\/\/funluluu.com\/products\/floating-target-shooting-game","provider":"Funluluu","version":"1.0","type":"link"}