ILG8F20 - iLIVING 20 Inch Heavy Duty Floor & Wall Mount Fan - 5750 CFM High Velocity, 120-Watt, 3-Speed, Industrial Cooling for Garage, Workshop, Office, Home - UL Listed, Black
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto; margin: 0; color: #1f2937; line-height: 1.7; } /* ===== HERO TEXT ONLY ===== */ .product-intro { max-widt h: 1000px; margin: 60px auto; padding: 0 24px; } .product-intro h1 { font-size: 36px; font-weight: 700; text-align: center; color: #111827; line-height: 1.2; margin-bottom: 30px; } .product-intro p { font-size: 20px; text-align: center; color: #1f2937; margin-bottom: 24px; } /* ===== KEY FEATURES ===== */ .key-features { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: flex-start; margin: 60px 0; } .key-text { flex: 1 1 400px; min-width: 320px; position: relative; padding: 20px; border-radius: 16px; background: #fff; overflow: visible; box-sizing: border-box; } .key-text::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 16px; border: 1px solid rgba(0,0,0,0.4); opacity: 0; transform: scale(0.8); animation: windFrame 4s ease-in-out infinite; pointer-events: none; } @keyframes windFrame { 0% { opacity:0; transform: scale(0.8) rotate(0deg); } 20% { opacity:1; transform: scale(1) rotate(-1deg); } 40% { transform: scale(1) rotate(1deg); } 60% { transform: scale(1) rotate(-1deg); } 80% { opacity:0.7; transform: scale(1.05) rotate(0deg); } 100% { opacity:0; transform: scale(1.1) rotate(0deg); } } .key-text h3 { font-size: 22px; font-weight: 700; color: #111827; margin-bottom: 16px; text-align: center; position: relative; z-index: 1; } .key-text p { font-size: 16px; color: #4b5563; margin-bottom: 8px; position: relative; z-index: 1; } .key-text p strong { color: #1e40af; font-weight: 700; } .key-image-carousel { flex: 0 1 480px; min-height: 320px; border-radius: 12px; overflow: hidden; position: relative; } .key-image-carousel img { position: absolute; width: 100%; height: 100%; object-fit: contain; opacity: 0; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); animation: carousel 24s infinite; } .key-image-carousel img:nth-child(1) { animation-delay:0s; } .key-image-carousel img:nth-child(2) { animation-delay:6s; } .key-image-carousel img:nth-child(3) { animation-delay:12s; } .key-image-carousel img:nth-child(4) { animation-delay:18s; } .key-image-carousel img:nth-child(5) { animation-delay:24s; } @keyframes carousel { 0% { opacity:0; } 5% { opacity:1; } 30% { opacity:1; } 35% { opacity:0; } 100% { opacity:0; } } /* ===== SPECIFICATIONS 浮动效果 ===== */ .spec-grid { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin:60px 0 20px; } .spec-bubble { background:#f9fafb; border-radius:30px; padding:10px 20px; font-size:14px; position:relative; animation: float 4s ease-in-out infinite; box-shadow:0 2px 6px rgba(0,0,0,0.05); } .spec-bubble:nth-child(2){animation-delay:0.3s;} .spec-bubble:nth-child(3){animation-delay:0.6s;} .spec-bubble:nth-child(4){animation-delay:0.9s;} .spec-bubble:nth-child(5){animation-delay:1.2s;} .spec-bubble:nth-child(6){animation-delay:1.5s;} .spec-bubble:nth-child(7){animation-delay:1.8s;} @keyframes float { 0% { transform: translate(0,0); } 25% { transform: translate(4px,-4px); } 50% { transform: translate(-3px,3px); } 75% { transform: translate(2px,-2px); } 100% { transform: translate(0,0); } } .size-21-link { display:inline-block; position:relative; cursor:pointer; } .size-21-link img { display:block; border-radius:12px; width:220px; /* 默认桌面尺寸 */ max-width:90vw; /* 小屏幕自适应 */ height:auto; } .size-21-link .hover-overlay { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:bold; font-size:18px; background:rgba(0,0,0,0.4); border-radius:12px; opacity:0; transition: opacity 0.3s; } .size-21-link:hover .hover-overlay { opacity:1; } /* 移动端优化 */ @media screen and (max-width: 600px) { .size-21-link img { width:180px; /* 手机上更小 */ } .size-21-link .hover-overlay { font-size:16px; } } /* ===== APPLICATIONS ===== */ .a-plus-section { margin:60px 0; } .a-plus-subtitle { font-size:28px; font-weight:700; margin-bottom:30px; color:#111827; } .applications-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; } .app-card { flex: 1 1 200px; background: #f9fafb; padding: 18px; border-radius: 12px; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: transform 0.2s ease, box-shadow 0.2s ease; } .app-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.12); } .app-card h4 { font-size:16px; font-weight:600; margin-bottom:6px; } .app-card p { font-size:14px; color:#4b5563; } /* ===== RESPONSIVE ===== */ @media screen and (max-width: 1000px) { .key-features { flex-direction: column; align-items:center; } .key-text, .key-image-carousel { flex:1 1 90%; max-width:90%; } .key-image-carousel { min-height:250px; margin-top:20px; } .feature-cards { flex-direction: column; } } @media screen and (max-width: 600px) { .product-intro h1 { font-size:28px; } .product-intro p, .feature-card p { font-size:16px; } .feature-card h2 { font-size:20px; } .app-card h4 { font-size:15px; } .app-card p { font-size:13px; } } Beat the Heat Where It Hits Hardest The iLIVING 20-Inch High-Velocity Fan delivers 5750 CFM of airflow, transforming sweltering garages, attics, and busy workshops into cool, breathable spaces. Its 120W industrial-grade motor works hard without loud noise, ensuring dependable performance for demanding environments. Powerful Airflow & Total Control MOVE MASSIVE AIR: 5750 CFM airflow cools large spaces quickly – garages, shops, greenhouses, attics, or stuffy offices. TOTAL AIR CONTROL: 3 speeds & 360° tilt head allow targeted airflow exactly where you need it. INSTALL ANYWHERE: Use freestanding or wall-mounted to save space – perfect for crowded shops or tight corners. BUILT TOUGH: Heavy-duty metal and permanently lubricated 120W motor deliver strong, reliable cooling. SAFETY FIRST: Reinforced grilles and UL certification ensure safe, worry-free operation. 5750 CFM 120W Motor 3 Speeds 360° Tilt Metal Build Fan Dia: 20" Size: 24"x22.4"x10.6" Available Size: 20"-7500 CFM Click to View Ideal Applications 🏠 Homes & Attics Lightweight yet durable, keeps living spaces and attics comfortable. Industrial-grade motor delivers massive airflow and precise 360° control. 🛠️ Garages & Workshops High-performance cooling for garages and workshops. Freestanding or wall-mounted, provides strong airflow where it’s needed most. 📦 Sheds & Utility Spaces Compact yet rugged, perfect for sheds and utility rooms. Moves air powerfully and precisely, keeping enclosed spaces ventilated and fresh. 🏢 Job Sites & Studios Built for professional environments, delivering dependable cooling, massive airflow, and versatile 360° control wherever heat slows you down. Why Choose Us? Our commitment to excellence ensures that every product meets the highest standards of quality and performance. We combine innovative design, premium materials, and rigorous quality control to deliver products that exceed expectations. Trust, reliability, and customer satisfaction are at the core of our mission — ensuring you receive lasting value with every purchase. 📖 User Manual Need help getting started? Download the full user manual for setup instructions and tips. ⬇ Download User Manual
More you might like
Related
iLiving ILG8F20 20 In. 3 Speed Heavy Duty Floor & Wall Mount
Related
iLiving 20 inch Variable Speed Wall Mounted Shutter Exhaust
Related
iLiving 20-Inch Corrosion Resistance Shutter Exhaust Fan, Si
Related