{"product_id":"flexible-gooseneck-desk-fan","title":"Flexible Gooseneck Desk Fan","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Personal Cooling \/ Desk Fan\nTarget Audience: Office workers, students, home users needing focused cooling\nVisual Style: Clean, modern, minimalist\nColor Strategy: White\/Cool Grey background to feel fresh, with Deep Slate text for high readability and Soft Blue accents for a \"cooling\" psychological effect.\nShape Strategy: Radius 20px (Friendly, approachable, safe - fitting for a personal fan)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36px+, Body: 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, full block layout with data-labels)\nImage Mapping: Hero=image_1, Gooseneck Feature=image_2, Portable Feature=image_3, Quiet\/Base Feature=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* =========================================\n       1. DESIGN SYSTEM \u0026 VARIABLES\n       ========================================= *\/\n    .product-detail-container {\n        --primary: #3498db; \/* Cool breeze blue *\/\n        --primary-hover: #2980b9;\n        --bg-body: #ffffff;\n        --bg-card: #f8f9fa;\n        --text-main: #2c3e50;\n        --text-sub: #576574;\n        --border-color: #ecf0f1;\n        --radius-md: 12px;\n        --radius-lg: 20px;\n        --shadow-sm: 0 4px 15px rgba(0,0,0,0.05);\n        --shadow-lg: 0 10px 30px rgba(0,0,0,0.08);\n        \n        \/* Spacing system *\/\n        --spacing-section: clamp(3rem, 6vw, 5rem);\n        --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 5%;\n        box-sizing: border-box;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: var(--text-main);\n        background: var(--bg-body);\n        overflow-wrap: break-word;\n        word-break: break-word;\n    }\n\n    .product-detail-container * {\n        box-sizing: border-box;\n    }\n\n    \/* =========================================\n       2. TYPOGRAPHY SYSTEM\n       ========================================= *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n        margin-top: 0;\n        margin-bottom: clamp(1rem, 2vw, 1.5rem);\n        line-height: 1.2;\n        font-weight: 700;\n        color: var(--text-main);\n    }\n\n    .product-detail-container h1 {\n        font-size: clamp(34px, 4vw, 44px);\n    }\n\n    .product-detail-container h2 {\n        font-size: clamp(26px, 3vw, 32px);\n    }\n\n    .product-detail-container h3 {\n        font-size: clamp(20px, 2.5vw, 24px);\n    }\n\n    .product-detail-container p {\n        font-size: clamp(18px, 2vw, 20px);\n        line-height: 1.7;\n        color: var(--text-sub);\n        margin-top: 0;\n        margin-bottom: 1.5rem;\n    }\n\n    \/* =========================================\n       3. MEDIA \u0026 PLACEHOLDER PROTOCOL\n       ========================================= *\/\n    .product-detail-container img {\n        width: 100%;\n        height: auto;\n        display: block;\n        border-radius: var(--radius-lg);\n    }\n\n    .img-placeholder {\n        width: 100%;\n        aspect-ratio: 4\/3;\n        background-color: var(--bg-card);\n        border: 2px dashed var(--border-color);\n        border-radius: var(--radius-lg);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: var(--text-sub);\n        font-size: 18px;\n        font-weight: bold;\n        text-align: center;\n        padding: 2rem;\n    }\n\n    \/* =========================================\n       4. HERO SECTION\n       ========================================= *\/\n    .hero-section {\n        text-align: center;\n        margin-bottom: var(--spacing-section);\n        padding-top: var(--spacing-element);\n    }\n\n    .social-proof {\n        display: inline-block;\n        font-size: 16px;\n        color: var(--primary);\n        font-weight: 600;\n        margin-bottom: 1rem;\n        padding: 0.5rem 1rem;\n        background: rgba(52, 152, 219, 0.1);\n        border-radius: 50px;\n    }\n\n    .hero-badges {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 1rem;\n        margin-top: 2rem;\n    }\n\n    .badge-static {\n        padding: 0.8rem 1.5rem;\n        background: var(--bg-card);\n        border: 1px solid var(--border-color);\n        border-radius: 50px;\n        font-size: 16px;\n        font-weight: 600;\n        color: var(--text-main);\n        \/* Strictly non-interactive *\/\n        pointer-events: none;\n    }\n\n    \/* =========================================\n       5. FEATURE MODULES (MOBILE LOCKED)\n       ========================================= *\/\n    .features-section {\n        margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n        display: flex;\n        flex-direction: column; \/* Mobile locked: Image Top, Text Bottom *\/\n        gap: var(--spacing-element);\n        margin-bottom: var(--spacing-section);\n    }\n\n    .feature-media, .feature-copy {\n        width: 100%;\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n        .feature-item {\n            flex-direction: row;\n            align-items: center;\n        }\n        .feature-item:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        .feature-media, .feature-copy {\n            width: 50%;\n        }\n        .feature-copy {\n            padding: 0 3rem; \/* Breathing room for text *\/\n        }\n    }\n\n    \/* =========================================\n       6. SPECIFICATIONS TABLE (MOBILE CARD)\n       ========================================= *\/\n    .specs-section {\n        margin-bottom: var(--spacing-section);\n        background: var(--bg-card);\n        padding: var(--spacing-element);\n        border-radius: var(--radius-lg);\n    }\n\n    .specs-table-wrapper {\n        width: 100%;\n    }\n\n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: left;\n    }\n\n    .specs-table th, .specs-table td {\n        padding: 1.2rem;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n    }\n\n    .specs-table th {\n        font-weight: 700;\n        color: var(--text-main);\n    }\n\n    .specs-table td {\n        color: var(--text-sub);\n    }\n\n    @media (min-width: 768px) {\n        .specs-table tbody tr:hover {\n            background: #ffffff;\n        }\n    }\n\n    \/* Mobile Card Transformation (Strictly No Horizontal Scroll) *\/\n    @media (max-width: 767px) {\n        .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n            display: block;\n            width: 100%;\n        }\n        .specs-table thead {\n            display: none; \/* Hide native header *\/\n        }\n        .specs-table tr {\n            background: #ffffff;\n            margin-bottom: 1rem;\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            padding: 1rem;\n            box-shadow: var(--shadow-sm);\n        }\n        .specs-table td {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 0.8rem 0;\n            border-bottom: 1px solid var(--border-color);\n        }\n        .specs-table td:last-child {\n            border-bottom: none;\n        }\n        .specs-table td::before {\n            content: attr(data-label);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-right: 1rem;\n            flex-shrink: 0;\n            max-width: 50%;\n        }\n        .specs-table td span {\n            text-align: right;\n        }\n    }\n\n    \/* =========================================\n       7. FAQ SECTION\n       ========================================= *\/\n    .faq-section {\n        margin-bottom: var(--spacing-section);\n    }\n\n    .faq-item {\n        margin-bottom: 1.5rem;\n        padding-bottom: 1.5rem;\n        border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n        border-bottom: none;\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"social-proof\"\u003eTrusted by 10,000+ happy workspaces\u003c\/div\u003e\n\n\u003ch1\u003eYour Personal Cool Breeze, Anywhere.\u003c\/h1\u003e\n\n\u003cp\u003eA compact, quiet, and fully adjustable desktop fan designed for ultimate personalized comfort at home, in the office, or on the go.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260403154248\/dfd76620471fba9e0740823cb01ef1f2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cdiv class=\"badge-static\"\u003eCompact Design\u003c\/div\u003e\n\n\u003cdiv class=\"badge-static\"\u003eWhisper Quiet\u003c\/div\u003e\n\n\u003cdiv class=\"badge-static\"\u003eFlexible Gooseneck\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES SECTION --\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260403154248\/a04a0209c7f2cf1093c475b38ea22379.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\u003ePrecision Airflow, Exactly Where You Need It\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with an advanced adjustable gooseneck, this fan allows you to precisely position the airflow direction. Enjoy personalized cooling without disturbing your colleagues or blowing papers off your desk.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260403154248\/ec38ed30ec9d872cb950167c6f02ea9d.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\u003ePowerful Cooling in a Compact Footprint\u003c\/h2\u003e\n\n\u003cp\u003eDon't let the size fool you. With a total height of just 8.7 inches and lightweight construction, it seamlessly blends into your workspace while delivering a strong, consistent breeze. Ideal for your office desk, bedside table, or travel bag.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260403154248\/b34c828aceac36b9d29c203327d76ce9.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\u003eRock-Solid Stability \u0026amp; Whisper Quiet\u003c\/h2\u003e\n\n\u003cp\u003eThe 2.4-inch solid base provides ultimate stability, eliminating annoying vibrations and wobbles. Combined with a quiet-operation motor, it guarantees minimal disturbance, letting you focus entirely on your work or sleep comfortably.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about your new desktop companion.\u003c\/p\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eMetric (Imperial)\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTotal Height\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric (Imperial)\"\u003e\u003cspan\u003e220 mm (8.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=\"Specification\"\u003eFan Blade Diameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric (Imperial)\"\u003e\u003cspan\u003e135 mm (5.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=\"Specification\"\u003eBase Diameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric (Imperial)\"\u003e\u003cspan\u003e60 mm (2.4 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=\"Specification\"\u003eColor\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric (Imperial)\"\u003e\u003cspan\u003eMinimalist White\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePower Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric (Imperial)\"\u003e\u003cspan\u003eDedicated Power Socket\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eControl\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric (Imperial)\"\u003e\u003cspan\u003eSimple ON\/OFF Switch\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDoes the base take up a lot of desk space?\u003c\/h3\u003e\n\n\u003cp\u003eNot at all! The base has a compact footprint of just 60mm (2.4 inches), designed specifically to sit stably on crowded desks without getting in your way.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs this fan quiet enough for office environments?\u003c\/h3\u003e\n\n\u003cp\u003eYes. The fan features an optimized blade design and a high-quality motor that operates quietly. It provides a comfortable breeze with minimal noise, ensuring no disturbance to you or your coworkers.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I control the fan?\u003c\/h3\u003e\n\n\u003cp\u003eIt comes with a highly convenient and straightforward ON\/OFF switch located on the unit. Simply plug the provided power socket into your power source and flip the switch to start enjoying the cool breeze.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"📦 1-Pack (Standard) \/ US","offer_id":51718665863300,"sku":"0403-16408970","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (Save 15%) - Home \u0026 Office \/ US","offer_id":51718665896068,"sku":"0403-16405835","price":24.95,"currency_code":"USD","in_stock":true},{"title":"🏢 3-Pack (Save 25%) - Best Value! \/ US","offer_id":51718665928836,"sku":"0403-16406750","price":33.95,"currency_code":"USD","in_stock":true},{"title":"📦 1-Pack (Standard) \/ UK","offer_id":51718665961604,"sku":"0403-16407611","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (Save 15%) - Home \u0026 Office \/ UK","offer_id":51718665994372,"sku":"0403-16402088","price":24.95,"currency_code":"USD","in_stock":true},{"title":"🏢 3-Pack (Save 25%) - Best Value! \/ UK","offer_id":51718666027140,"sku":"0403-16400751","price":33.95,"currency_code":"USD","in_stock":true},{"title":"📦 1-Pack (Standard) \/ EU","offer_id":51718666059908,"sku":"0403-16408687","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (Save 15%) - Home \u0026 Office \/ EU","offer_id":51718666092676,"sku":"0403-16401052","price":24.95,"currency_code":"USD","in_stock":true},{"title":"🏢 3-Pack (Save 25%) - Best Value! \/ EU","offer_id":51718666125444,"sku":"0403-16408339","price":33.95,"currency_code":"USD","in_stock":true},{"title":"📦 1-Pack (Standard) \/ AU","offer_id":51718666158212,"sku":"0403-16409877","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (Save 15%) - Home \u0026 Office \/ AU","offer_id":51718666190980,"sku":"0403-16405502","price":24.95,"currency_code":"USD","in_stock":true},{"title":"🏢 3-Pack (Save 25%) - Best Value! \/ AU","offer_id":51718666223748,"sku":"0403-16405224","price":33.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/dfd76620471fba9e0740823cb01ef1f2.jpg?v=1775205814","url":"https:\/\/everyneeding.com\/products\/flexible-gooseneck-desk-fan","provider":"Everyneeding","version":"1.0","type":"link"}