{"product_id":"🌀-portable-wall-fan-cool-comfort-anywhere","title":"🌀 Portable Wall Fan – Cool Comfort Anywhere","description":"\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #1a1a1a;\n            background: linear-gradient(135deg, #f5f7fa 0%, #e8eef7 100%);\n        }\n\n        \/* Header Navigation *\/\n        header {\n            background: linear-gradient(135deg, #0a3d62 0%, #1a5f7a 100%);\n            color: white;\n            padding: 1.5rem 0;\n            position: sticky;\n            top: 0;\n            z-index: 100;\n            box-shadow: 0 4px 20px rgba(10, 61, 98, 0.3);\n        }\n\n        .header-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .logo {\n            font-size: 1.8rem;\n            font-weight: 700;\n            letter-spacing: -0.5px;\n            text-transform: uppercase;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .logo-icon {\n            font-size: 2rem;\n        }\n\n        nav a {\n            color: white;\n            text-decoration: none;\n            margin-left: 2rem;\n            font-size: 0.95rem;\n            transition: opacity 0.3s ease;\n            opacity: 0.9;\n        }\n\n        nav a:hover {\n            opacity: 1;\n            text-decoration: underline;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #0a3d62 0%, #1a5f7a 50%, #2a7f99 100%);\n            color: white;\n            padding: 80px 20px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -10%;\n            width: 500px;\n            height: 500px;\n            background: rgba(255, 255, 255, 0.05);\n            border-radius: 50%;\n            animation: float 6s ease-in-out infinite;\n        }\n\n        .hero::after {\n            content: '';\n            position: absolute;\n            bottom: -50%;\n            left: -10%;\n            width: 400px;\n            height: 400px;\n            background: rgba(255, 255, 255, 0.03);\n            border-radius: 50%;\n            animation: float 8s ease-in-out infinite reverse;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            max-width: 900px;\n            margin: 0 auto;\n            animation: fadeInDown 0.8s ease;\n        }\n\n        .hero h1 {\n            font-size: 3.5rem;\n            margin-bottom: 1rem;\n            font-weight: 800;\n            line-height: 1.2;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n        }\n\n        .hero .tagline {\n            font-size: 1.4rem;\n            margin-bottom: 2rem;\n            opacity: 0.95;\n            font-weight: 300;\n            letter-spacing: 0.5px;\n        }\n\n        .cta-button {\n            background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);\n            color: white;\n            border: none;\n            padding: 15px 40px;\n            font-size: 1.1rem;\n            border-radius: 50px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4);\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 35px rgba(0, 212, 255, 0.6);\n        }\n\n        \/* Features Section *\/\n        .features {\n            max-width: 1200px;\n            margin: -50px auto 80px;\n            padding: 0 20px;\n            position: relative;\n            z-index: 10;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n        }\n\n        .feature-card {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n        }\n\n        .feature-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n        }\n\n        .feature-card h3 {\n            color: #0a3d62;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n        }\n\n        .feature-card p {\n            color: #666;\n            font-size: 0.95rem;\n        }\n\n        \/* About Section *\/\n        .about {\n            background: white;\n            padding: 80px 20px;\n            margin: 60px 0;\n        }\n\n        .section-container {\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .section-title {\n            font-size: 2.5rem;\n            color: #0a3d62;\n            margin-bottom: 2rem;\n            text-align: center;\n            font-weight: 800;\n            position: relative;\n            display: inline-block;\n            width: 100%;\n        }\n\n        .section-title::after {\n            content: '';\n            display: block;\n            width: 100px;\n            height: 4px;\n            background: linear-gradient(90deg, #00d4ff, #0099cc);\n            margin: 1rem auto 0;\n            border-radius: 2px;\n        }\n\n        .about-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n            margin-top: 3rem;\n        }\n\n        .about-text p {\n            margin-bottom: 1.5rem;\n            color: #444;\n            font-size: 1.05rem;\n            line-height: 1.8;\n        }\n\n        .about-highlights {\n            list-style: none;\n            margin-top: 1.5rem;\n        }\n\n        .about-highlights li {\n            padding: 12px 0;\n            padding-left: 40px;\n            position: relative;\n            color: #333;\n            font-weight: 500;\n        }\n\n        .about-highlights li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #00d4ff;\n            font-weight: 800;\n            font-size: 1.3rem;\n        }\n\n        .about-image {\n            background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);\n            border-radius: 15px;\n            padding: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 400px;\n            font-size: 5rem;\n        }\n\n        \/* Specifications Section *\/\n        .specs {\n            background: linear-gradient(135deg, #f5f7fa 0%, #e8eef7 100%);\n            padding: 80px 20px;\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 30px;\n            margin-top: 3rem;\n        }\n\n        .spec-item {\n            background: white;\n            padding: 25px;\n            border-radius: 10px;\n            text-align: center;\n            border-top: 4px solid #00d4ff;\n        }\n\n        .spec-label {\n            color: #666;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 10px;\n        }\n\n        .spec-value {\n            color: #0a3d62;\n            font-size: 1.8rem;\n            font-weight: 700;\n        }\n\n        \/* Applications Section *\/\n        .applications {\n            background: white;\n            padding: 80px 20px;\n        }\n\n        .apps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 25px;\n            margin-top: 3rem;\n        }\n\n        .app-card {\n            background: linear-gradient(135deg, #0a3d62 0%, #1a5f7a 100%);\n            color: white;\n            padding: 35px;\n            border-radius: 15px;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n\n        .app-card:hover {\n            transform: scale(1.05);\n            box-shadow: 0 10px 40px rgba(10, 61, 98, 0.3);\n        }\n\n        .app-icon {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n        }\n\n        .app-card h3 {\n            font-size: 1.2rem;\n            font-weight: 700;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #0a3d62 0%, #1a5f7a 100%);\n            color: white;\n            padding: 60px 20px;\n            text-align: center;\n        }\n\n        .cta-section h2 {\n            font-size: 2.2rem;\n            margin-bottom: 1.5rem;\n            font-weight: 800;\n        }\n\n        .cta-section p {\n            font-size: 1.1rem;\n            margin-bottom: 2rem;\n            opacity: 0.95;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: #0a2f45;\n            color: white;\n            padding: 40px 20px;\n            text-align: center;\n        }\n\n        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .footer-links {\n            display: flex;\n            justify-content: center;\n            gap: 2rem;\n            margin-bottom: 1.5rem;\n            flex-wrap: wrap;\n        }\n\n        .footer-links a {\n            color: #00d4ff;\n            text-decoration: none;\n            transition: opacity 0.3s;\n        }\n\n        .footer-links a:hover {\n            opacity: 0.8;\n        }\n\n        .footer-bottom {\n            border-top: 1px solid rgba(255, 255, 255, 0.2);\n            padding-top: 1.5rem;\n            font-size: 0.9rem;\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInDown {\n            from {\n                opacity: 0;\n                transform: translateY(-30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes float {\n            0%, 100% {\n                transform: translateY(0px);\n            }\n            50% {\n                transform: translateY(30px);\n            }\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.2rem;\n            }\n\n            .hero .tagline {\n                font-size: 1.1rem;\n            }\n\n            nav {\n                display: none;\n            }\n\n            .about-content {\n                grid-template-columns: 1fr;\n            }\n\n            .about-image {\n                min-height: 300px;\n            }\n\n            .section-title {\n                font-size: 2rem;\n            }\n\n            .hero::before,\n            .hero::after {\n                display: none;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero h1 {\n                font-size: 1.8rem;\n            }\n\n            .cta-button {\n                padding: 12px 30px;\n                font-size: 0.9rem;\n            }\n\n            .feature-card {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Header Navigation --\u003e\u003cheader\u003e\n\u003cdiv class=\"header-content\"\u003e\u003c\/div\u003e\n\u003c\/header\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003e🌀 UltraCool Portable Wall Fan\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eSmart Cooling with Style – Power Meets Elegance\u003c\/p\u003e\n\u003cbutton class=\"cta-button\"\u003eShop Now\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features Section --\u003e\n\u003csection class=\"features\" id=\"features\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💨\u003c\/div\u003e\n\u003ch3\u003eWhisper-Quiet\u003c\/h3\u003e\n\u003cp\u003eStrong, powerful airflow without the noise. Enjoy refreshing cooling whenever you need it.\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/7304\/7382\/files\/imageye___-_imgi_469_Hd901521da93c4c3ab990bb0892c3aff3M.jpg?v=1777271766\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\n\u003ch3\u003e360° Adjustable\u003c\/h3\u003e\n\u003cp\u003eWide oscillation and adjustable head ensure every corner of your space gets a cooling breeze.\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/7304\/7382\/files\/imageye___-_imgi_453_H74a96ed4265245c8b7943969bf6014a8w.jpg?v=1777271767\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💡\u003c\/div\u003e\n\u003ch3\u003eEnergy Efficient\u003c\/h3\u003e\n\u003cp\u003eSmart cooling performance that keeps your energy bills in check without compromising comfort.\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/7304\/7382\/files\/imageye___-_imgi_484_H627a2a3e37ee4c7a9a7cf1cf565b311cs.jpg?v=1777271767\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🖼️\u003c\/div\u003e\n\u003ch3\u003eSpace-Saving Design\u003c\/h3\u003e\n\u003cp\u003eWall-mount installation keeps your area clean and stylish while maximizing floor space.\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/7304\/7382\/files\/imageye___-_imgi_266_b7918487-3b74-4ddc-a3a0-b53b4adc296c.jpg?v=1777271767\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛠️\u003c\/div\u003e\n\u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\u003cp\u003eSimple setup process gets you cooling in minutes. Easy to install, easy to love!\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/7304\/7382\/files\/imageye___-_imgi_265_40bb2dcb-649e-4bee-97a3-042dbcdd3cd6.jpg?v=1777271766\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- About Section --\u003e\n\u003csection class=\"about\" id=\"about\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose UltraCool?\u003c\/h2\u003e\n\u003cdiv class=\"about-content\"\u003e\n\u003cdiv class=\"about-text\"\u003e\n\u003cp\u003eThe UltraCool Portable Wall Fan is engineered for those who demand both performance and style. With its innovative design, it transforms any space into a refreshing cooling zone while maintaining the aesthetic integrity of your environment.\u003c\/p\u003e\n\u003cp\u003eBuilt with premium, durable materials, this fan delivers consistent, reliable cooling that you can count on year after year. Its intelligent engineering ensures optimal airflow distribution while consuming minimal energy.\u003c\/p\u003e\n\u003cul class=\"about-highlights\"\u003e\n\u003cli\u003ePowerful yet quiet operation\u003c\/li\u003e\n\u003cli\u003e360° adjustable head with wide oscillation\u003c\/li\u003e\n\u003cli\u003eDurable construction with modern design\u003c\/li\u003e\n\u003cli\u003eEnergy-efficient performance\u003c\/li\u003e\n\u003cli\u003eWall-mount space-saving solution\u003c\/li\u003e\n\u003cli\u003ePerfect for any room type\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/7304\/7382\/files\/imageye___-_imgi_465_H4edf9b31b1884c8b8ac97ad37c77dee1L.jpg?v=1777271766\"\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\u003csection class=\"specs\" id=\"specs\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMotor Power\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e45W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eAir Flow Range\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e360°\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eNoise Level\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e≤28dB\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCoverage Area\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e200 sq ft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePremium ABS\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Applications Section --\u003e\n\u003csection class=\"applications\" id=\"applications\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For Every Space\u003c\/h2\u003e\n\u003cdiv class=\"apps-grid\"\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e🛏️\u003c\/div\u003e\n\u003ch3\u003eBedrooms\u003c\/h3\u003e\n\u003cp\u003eComfortable cooling for restful sleep\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e🍳\u003c\/div\u003e\n\u003ch3\u003eKitchens\u003c\/h3\u003e\n\u003cp\u003eRemove heat and improve air circulation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e💼\u003c\/div\u003e\n\u003ch3\u003eOffices\u003c\/h3\u003e\n\u003cp\u003eBoost productivity with optimal cooling\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003cdiv class=\"app-icon\"\u003e🏪\u003c\/div\u003e\n\u003ch3\u003eRetail Shops\u003c\/h3\u003e\n\u003cp\u003eCreate inviting, comfortable shopping environment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Call to Action Section --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003ch2\u003eStay Cool. Stay Smart. Stay Stylish.\u003c\/h2\u003e\n\u003cp\u003eExperience the perfect blend of power, efficiency, and elegance with UltraCool\u003c\/p\u003e\n\u003cbutton class=\"cta-button\"\u003eGet Your UltraCool Fan Today\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\u003cfooter\u003e\n\u003cdiv class=\"footer-content\"\u003e\n\u003cdiv class=\"footer-links\"\u003e\n\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e \u003ca href=\"#about\"\u003eAbout\u003c\/a\u003e \u003ca href=\"#specs\"\u003eSpecifications\u003c\/a\u003e \u003ca href=\"#applications\"\u003eApplications\u003c\/a\u003e \u003ca href=\"#\"\u003eContact Us\u003c\/a\u003e \u003ca href=\"#\"\u003eSupport\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer-bottom\"\u003e\n\u003cp\u003e© 2024 UltraCool. All rights reserved. | Premium Cooling Solutions for Modern Living\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"Elite collections","offers":[{"title":"Default Title","offer_id":44628013875286,"sku":null,"price":79.0,"currency_code":"AED","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/7304\/7382\/files\/imageye___-_imgi_476_H4d9651ca10b945378b49d4e580a995ec1.jpg?v=1777271767","url":"https:\/\/salvea.store\/products\/%f0%9f%8c%80-portable-wall-fan-cool-comfort-anywhere","provider":"Salvea","version":"1.0","type":"link"}