{"product_id":"fan","title":"NantSpider™ Hands-Free Portable Clip-On Fan with 3 Speeds","description":"\u003cstyle type=\"text\/css\"\u003e\n    \/* =========================================================\n       1) DESIGN SYSTEM \u0026 VARIABLES\n       ========================================================= *\/\n    .product-detail-container {\n        --primary: #0ea5e9; \/* Sky Blue representing cooling wind *\/\n        --primary-light: #e0f2fe;\n        --bg-body: #ffffff;\n        --bg-card: #f8fafc;\n        --text-main: #0f172a;\n        --text-sub: #475569;\n        --radius-md: 16px;\n        --radius-lg: 24px;\n        --shadow-sm: 0 4px 6px -1px rgb(0 0 0 \/ 0.05);\n        --border-color: #e2e8f0;\n        \n        \/* Spacing System *\/\n        --spacing-section: clamp(2.5rem, 5vw, 4rem);\n        --spacing-element: clamp(1.2rem, 3vw, 2rem);\n\n        \/* Core Structure Rules (Optimized for single column reading) *\/\n        max-width: 750px; \/* Golden reading width for image-top text-bottom flow *\/\n        margin: 0 auto;\n        padding: 0 4%;\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        \n        \/* Prevent text clipping globally *\/\n        overflow-wrap: break-word;\n        word-break: break-word;\n        -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n        box-sizing: inherit;\n    }\n\n    \/* =========================================================\n       2) TYPOGRAPHY SYSTEM (LARGE TYPE ONLY)\n       ========================================================= *\/\n    .pd-h1 {\n        font-size: clamp(28px, 4.5vw, 36px);\n        line-height: 1.25;\n        font-weight: 800;\n        margin: 0 0 1rem;\n        letter-spacing: -0.02em;\n    }\n    .pd-h2 {\n        font-size: clamp(22px, 3.5vw, 28px);\n        line-height: 1.3;\n        font-weight: 700;\n        margin: 0 0 1rem;\n    }\n    .pd-p {\n        font-size: clamp(16px, 1.8vw, 18px);\n        line-height: 1.65;\n        color: var(--text-sub);\n        margin: 0 0 1.2rem;\n    }\n\n    \/* Visual Badge (Non-interactive) *\/\n    .pd-badge {\n        display: inline-flex;\n        align-items: center;\n        background: var(--primary-light);\n        color: var(--primary);\n        padding: 0.5rem 1rem;\n        border-radius: 50px;\n        font-size: 14px;\n        font-weight: 700;\n        margin-bottom: 1rem;\n        user-select: none;\n    }\n\n    \/* =========================================================\n       3) IMAGE CONTAINER PROTOCOL (SECURE RENDER)\n       ========================================================= *\/\n    .pd-img-container {\n        width: 100%;\n        margin-bottom: var(--spacing-element);\n        background: var(--bg-card);\n        border-radius: var(--radius-lg);\n        overflow: hidden;\n        box-shadow: var(--shadow-sm);\n    }\n\n    .pd-img-fluid {\n        width: 100%;\n        height: auto;\n        display: block;\n        object-fit: cover;\n    }\n\n    \/* =========================================================\n       4) VERTICAL LAYOUT ARCHITECTURE (IMAGE-TOP, TEXT-BOTTOM)\n       ========================================================= *\/\n    .pd-hero {\n        text-align: center;\n        padding: var(--spacing-element) 0 var(--spacing-section);\n    }\n    \n    .pd-hero-copy {\n        margin-bottom: var(--spacing-element);\n    }\n\n    .pd-features {\n        display: flex;\n        flex-direction: column;\n        gap: var(--spacing-section);\n        padding-bottom: var(--spacing-section);\n    }\n\n    \/* Force Vertical Stack Everywhere (Both PC \u0026 Mobile) *\/\n    .pd-feature-item {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .pd-feature-media {\n        width: 100%;\n        order: 1; \/* Always Image First on Top *\/\n    }\n\n    .pd-feature-copy {\n        width: 100%;\n        order: 2; \/* Always Text Second at Bottom *\/\n        padding-top: 0.5rem;\n    }\n\n    \/* =========================================================\n       5) SPECS TABLE (MOBILE CARD LOCK)\n       ========================================================= *\/\n    .pd-section-title {\n        text-align: center;\n        margin-bottom: var(--spacing-element);\n    }\n\n    .pd-table-container {\n        margin-bottom: var(--spacing-section);\n    }\n\n    .pd-table {\n        width: 100%;\n        border-collapse: collapse;\n    }\n\n    .pd-table th, .pd-table td {\n        padding: 1.2rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 16px;\n    }\n\n    .pd-table th {\n        background: var(--bg-card);\n        font-weight: 700;\n        color: var(--text-main);\n    }\n\n    .pd-table td {\n        color: var(--text-sub);\n    }\n\n    \/* Mobile \u0026 Mid-Screen Table -\u003e Card Conversion *\/\n    @media (max-width: 600px) {\n        .pd-table, .pd-table tbody, .pd-table tr, .pd-table td {\n            display: block; \n            width: 100%;\n        }\n        .pd-table thead {\n            display: none;\n        }\n        .pd-table tr {\n            background: var(--bg-card);\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            margin-bottom: 1rem;\n            padding: 0.5rem;\n        }\n        .pd-table td {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border-bottom: 1px solid var(--border-color);\n            padding: 1rem 0.5rem;\n            text-align: right;\n        }\n        .pd-table td:last-child {\n            border-bottom: none;\n        }\n        .pd-table td::before {\n            content: attr(data-label);\n            font-weight: 700;\n            color: var(--text-main);\n            text-align: left;\n            flex-shrink: 0;\n            margin-right: 1rem;\n        }\n    }\n\n    \/* =========================================================\n       6) FAQ SECTION\n       ========================================================= *\/\n    .pd-faq-list {\n        display: flex;\n        flex-direction: column;\n        gap: 1.2rem;\n        margin-bottom: var(--spacing-section);\n    }\n\n    .pd-faq-item {\n        background: var(--bg-card);\n        padding: clamp(1.2rem, 3vw, 1.8rem);\n        border-radius: var(--radius-md);\n    }\n\n    .pd-faq-q {\n        font-size: clamp(16px, 2.2vw, 19px);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.6rem;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e🌟 Trusted by 10,000+ Users\u003c\/div\u003e\n\u003ch1 class=\"pd-h1\"\u003eUltimate Hands-Free Cooling, Anywhere You Go\u003c\/h1\u003e\n\u003cp class=\"pd-p\"\u003eBeat the summer heat instantly. The portable silent bladeless fan delivers a continuous, refreshing breeze whether you are hiking, working, or relaxing at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-img-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/4583\/4830\/files\/gif_5d39d6b3-724b-4d3a-be10-2317648cdb59.gif?v=1779522534\" alt=\"\" width=\"472\" height=\"472\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-container\"\u003e\u003cimg alt=\"Wearable Design Feature\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/e7eb76c48a28859af8d3b9da5efe80fb.jpg\" class=\"pd-img-fluid\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eWearable Design\u003c\/div\u003e\n\u003ch2 class=\"pd-h2\"\u003eFreedom to Move\u003c\/h2\u003e\n\u003cp class=\"pd-p\"\u003eDesigned strictly with your convenience in mind. Clip it securely to your waist, wear it around your neck with the lanyard, or attach it to your shirt collar.\u003c\/p\u003e\n\u003cp class=\"pd-p\"\u003eEnjoy a powerful, cooling breeze while keeping your hands completely free to handle outdoor gear, work tools, or just your morning coffee.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-container\"\u003e\u003cimg alt=\"Bladeless Technology Safety\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/457c6b7281eecedfc4d6764e0762095c.jpg\" class=\"pd-img-fluid\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eBladeless Technology\u003c\/div\u003e\n\u003ch2 class=\"pd-h2\"\u003eWhisper-Quiet \u0026amp; 100% Safe\u003c\/h2\u003e\n\u003cp class=\"pd-p\"\u003eExperience true tranquility. The advanced bladeless motor system delivers smooth, uninterrupted airflow without the distracting buzz of traditional fans.\u003c\/p\u003e\n\u003cp class=\"pd-p\"\u003eThe enclosed turbine design ensures complete safety—no more anxiety about long hair or loose clothing getting tangled during use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-container\"\u003e\u003cimg alt=\"USB Rechargeable Custom Breeze\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260408114330\/2e8cd67607a963804970a34b0ed9d982.jpg\" class=\"pd-img-fluid\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eUSB Rechargeable\u003c\/div\u003e\n\u003ch2 class=\"pd-h2\"\u003eCustomizable Breeze, All-Day Power\u003c\/h2\u003e\n\u003cp class=\"pd-p\"\u003eTake control of your climate. Toggle between 3 distinct adjustable speeds—from a gentle indoor whisper to a strong outdoor gust.\u003c\/p\u003e\n\u003cp class=\"pd-p\"\u003ePowered by a high-capacity built-in battery, it charges easily via USB and provides hours of continuous relief to outlast your longest days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-table-container\"\u003e\n\u003ch2 class=\"pd-h2 pd-section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"pd-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eDesign Type\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003ePortable Wearable \/ Waist Clip \/ Neck Fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eSafety System\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eFully Enclosed Bladeless Turbine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eSpeed Settings\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e3 Adjustable Levels (Low, Medium, High)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eWeight\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e150 g \/ 5.3 oz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003eDimensions\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e7.4 x 6.5 x 5.0 cm \/ 2.9 x 2.6 x 2.0 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Feature\"\u003ePower Source\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eUSB Rechargeable Built-in Battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"pd-h2 pd-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWill my long hair get caught in the fan?\u003c\/div\u003e\n\u003cp style=\"margin-bottom: 0;\" class=\"pd-p\"\u003eNot at all. The innovative bladeless design provides a safe, smooth breeze without any exposed moving blades, ensuring your hair remains completely protected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eHow do I charge the fan while traveling?\u003c\/div\u003e\n\u003cp style=\"margin-bottom: 0;\" class=\"pd-p\"\u003eThe fan features a standard USB charging port. You can conveniently power it up using any power bank, car charger, laptop, or standard wall adapter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs it heavy to wear around the neck all day?\u003c\/div\u003e\n\u003cp style=\"margin-bottom: 0;\" class=\"pd-p\"\u003eIt is incredibly lightweight, weighing only 5.3 oz (150g). The ergonomic design ensures that you will barely notice you are wearing it while enjoying the cooling relief.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Household Supplies","offers":[{"title":"Green","offer_id":43777996226638,"sku":"KY-FANG","price":18.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":43777996259406,"sku":"KY-FANW","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":43777996292174,"sku":"KY-FANP","price":18.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0734\/4583\/4830\/files\/ChatGPTImage2026_5_23_14_03_41.png?v=1779516240","url":"https:\/\/nantucketspiders.com\/products\/fan","provider":"NantSpider","version":"1.0","type":"link"}