{"product_id":"ilg8e18p","title":"ILG8E18P - iLIVING 18 Inch Wall Mount Fan, 4550 CFM High Velocity Metal Fan with 3 Speeds, Sealed Motor \u0026 360° Tilt, Heavy Duty Wall\/Ceiling Mount Fan for Garage, Warehouse, Barn, Greenhouse, Workshop","description":"\u003c!-- Shopify A+ - iLIVING Industrial Wall Mount Fan --\u003e\n\u003cstyle\u003e\n\/* ===== BASE ===== *\/\n.a-plus-container {\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n  max-width: 1000px;\n  margin: auto;\n  color: #1f2937;\n  background: #ffffff;\n  line-height: 1.6;\n  padding: 20px;\n}\n\n.a-plus-section {\n  padding: 30px 0;\n  border-bottom: 1px solid #e5e7eb;\n}\n\n.a-plus-section:last-child {\n  border-bottom: none;\n}\n\n.a-plus-title {\n  font-size: 28px;\n  font-weight: 700;\n  margin-bottom: 15px;\n  color: #111827;\n  text-align: center;\n}\n\n.a-plus-subtitle {\n  font-size: 22px;\n  font-weight: 600;\n  margin-bottom: 20px;\n  color: #111827;\n  text-align: center;\n}\n\n.a-plus-text {\n  font-size: 16px;\n  color: #4b5563;\n  line-height: 1.6;\n  text-align: center;\n}\n\n.a-plus-highlight {\n  color: #1e40af;\n  font-weight: 700;\n}\n\n\/* ===== KEY FEATURES ===== *\/\n.key-features {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 20px;\n  justify-content: center;\n  margin-top: 20px;\n}\n\n.key-text {\n  flex: 1 1 300px;\n}\n\n.key-text h3 {\n  font-size: 22px;\n  font-weight: 700;\n  color: #111827;\n  margin-bottom: 18px;\n}\n\n.key-text p {\n  font-size: 16px;\n  color: #4b5563;\n  margin-bottom: 8px;\n}\n\n.key-text p strong {\n  color: #1e40af;\n  font-weight: 700;\n}\n\n\/* ===== IMAGE CAROUSEL ===== *\/\n.key-image-carousel {\n  position: relative;\n  flex: 1 1 320px;\n  width: 100%;\n  max-width: 480px;\n  min-height: 320px;\n  border-radius: 12px;\n  overflow: hidden;\n}\n\n.key-image-carousel img {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  object-fit: contain;\n  background: #ffffff;\n  opacity: 0;\n  animation: carousel 36s infinite;\n  border-radius: 12px;\n  box-shadow: 0 6px 20px rgba(0,0,0,0.08);\n}\n\n.key-image-carousel img:nth-child(1) { animation-delay: 0s; }\n.key-image-carousel img:nth-child(2) { animation-delay: 6s; }\n.key-image-carousel img:nth-child(3) { animation-delay: 12s; }\n.key-image-carousel img:nth-child(4) { animation-delay: 18s; }\n.key-image-carousel img:nth-child(5) { animation-delay: 24s; }\n.key-image-carousel img:nth-child(6) { animation-delay: 30s; }\n  \n@keyframes carousel {\n  0% { opacity: 0; }\n  5% { opacity: 1; }\n  30% { opacity: 1; }\n  35% { opacity: 0; }\n  100% { opacity: 0; }\n}\n\n\/* ===== SPECIFICATIONS ===== *\/\n.spec-grid {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  justify-content: center;\n  margin-top: 15px;\n}\n\n.spec-bubble {\n  background: #f3f4f6;\n  border-radius: 50px;\n  padding: 10px 20px;\n  font-size: 14px;\n  color: #374151;\n  font-weight: 500;\n  box-shadow: 0 2px 6px rgba(0,0,0,0.03);\n  transition: all 0.2s ease;\n}\n\n.spec-bubble:hover {\n  transform: scale(1.05);\n  box-shadow: 0 6px 15px rgba(0,0,0,0.1);\n  background: #e0e7ff;\n}\n\n\/* ===== AVAILABLE SIZE ===== *\/\n.size-grid {\n  display: flex;\n  justify-content: center;\n  margin-top: 20px;\n}\n\n.size-card {\n  display: block;\n  max-width: 280px;\n  background: #f9fafb;\n  padding: 12px;\n  border-radius: 10px;\n  text-decoration: none;\n  color: #111827;\n  font-weight: 600;\n  transition: all 0.3s ease;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n}\n\n.size-card h4 {\n  font-size: 15px;\n  margin-bottom: 10px;\n}\n\n.size-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 10px 24px rgba(0,0,0,0.12);\n  background: #eef2ff;\n}\n\n.size-card .installation-image {\n  position: relative;\n  overflow: hidden;\n  border-radius: 12px;\n}\n\n.size-card img {\n  width: 100%;\n  border-radius: 12px;\n  transition: transform 0.4s ease;\n}\n\n.size-card:hover img {\n  transform: scale(1.05);\n}\n\n.size-card span {\n  position: absolute;\n  inset: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: rgba(0,0,0,0.45);\n  color: #fff;\n  font-size: 15px;\n  font-weight: 600;\n  opacity: 0;\n  transition: opacity 0.3s ease;\n}\n\n.size-card:hover span {\n  opacity: 1;\n}\n\n\/* ===== APPLICATIONS ===== *\/\n.applications-grid {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 15px;\n  justify-content: center;\n  margin-top: 15px;\n}\n\n.app-card {\n  flex: 1 1 220px;\n  background: #f9fafb;\n  padding: 18px;\n  border-radius: 12px;\n  text-align: center;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  transition: transform 0.2s ease, box-shadow 0.2s ease;\n}\n\n.app-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n}\n\n.app-card h4 {\n  font-size: 16px;\n  font-weight: 600;\n  margin-bottom: 6px;\n}\n\n.app-card p {\n  font-size: 14px;\n  color: #4b5563;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"a-plus-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"a-plus-section\"\u003e\n\u003ch1 class=\"a-plus-title\"\u003eiLIVING 18\" Wall Mount Fan\u003c\/h1\u003e\n\u003cp class=\"a-plus-text\"\u003e\u003cspan class=\"a-plus-highlight\"\u003eIndustrial strength cooling for large indoor spaces.\u003c\/span\u003e Designed for garages, warehouses, workshops, gyms, and commercial environments, this high velocity wall mount fan delivers powerful airflow while maximizing floor space efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003cdiv class=\"a-plus-section\"\u003e\n\u003cdiv class=\"key-features\"\u003e\n\u003cdiv class=\"key-text\"\u003e\n\u003ch3 style=\"text-align: center;\"\u003ePowerful Airflow \u0026amp; Durable Construction\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eIndustrial Strength Cooling\u003c\/strong\u003e — moves massive airflow up to 4550 CFM to cool large garages, warehouses, workshops, and commercial workspaces quickly and efficiently.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEngineered for Durability\u003c\/strong\u003e — built with powder-coated steel housing, aluminum blades, and a sealed ball-bearing motor for long-lasting dependable performance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCustomizable Airflow\u003c\/strong\u003e — 3-speed pull chain operation and adjustable tilt fan head help direct airflow exactly where it’s needed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e360° Adjustable Tilt Head\u003c\/strong\u003e — provides flexible directional cooling for improved circulation throughout indoor spaces.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSafe \u0026amp; Space Saving Design\u003c\/strong\u003e — wall or ceiling mount installation helps keep walkways clear while maximizing usable floor space.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOSHA Compliant Safety Grilles\u003c\/strong\u003e — designed to improve workplace safety during operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"key-image-carousel\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8E18P_01.jpg?v=1780073809\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8E18P_02.jpg?v=1780073812\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8E18P_03.jpg?v=1780073812\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8E18P_04.jpg?v=1780073812\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8E18P_05.jpg?v=1780073812\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8E18P_06.jpg?v=1780073812\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv class=\"a-plus-section\"\u003e\n\u003ch2 class=\"a-plus-subtitle\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-bubble\"\u003e4550 CFM Airflow\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eHorsepower: 0.16HP\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e115W \u0026amp; 120V \u0026amp; 1.0 Amperage\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e3-Speed; 1200\/1350\/1500 RPM\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003ePowder-Coated Steel Housing\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eAluminum Fan Blades\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eSealed Ball-Bearing Motor\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e21.5L x 5.5W x 20.5H\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eWall or Ceiling Mount\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eIndoor Commercial Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- AVAILABLE SIZE --\u003e\n\u003cdiv class=\"a-plus-section\"\u003e\n\u003ch2 class=\"a-plus-subtitle\"\u003eAvailable Size\u003c\/h2\u003e\n\u003cp class=\"a-plus-text\"\u003eChoose the ideal fan size for your cooling and ventilation needs.\u003c\/p\u003e\n\u003cdiv class=\"size-grid\"\u003e\u003ca class=\"size-card\" href=\"https:\/\/ilivingusa.com\/products\/ilg8e20p\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003e20\" Wall Mount Fan - 4750 CPM\u003c\/h4\u003e\n\u003cdiv class=\"installation-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8E20P_01.jpg?v=1780074134\"\u003e \u003cspan\u003eClick to View Product\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003cdiv class=\"a-plus-section\"\u003e\n\u003ch2 class=\"a-plus-subtitle\"\u003eIdeal Applications\u003c\/h2\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003ch4\u003e🛠️ Garages \u0026amp; Workshops\u003c\/h4\u003e\n\u003cp\u003eHelps remove heat, dust, and stale air while improving airflow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003ch4\u003e🏭 Warehouses \u0026amp; Commercial Spaces\u003c\/h4\u003e\n\u003cp\u003eProvides high velocity air circulation for large indoor work areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003ch4\u003e🚗 Auto Shops \u0026amp; Barns\u003c\/h4\u003e\n\u003cp\u003eImproves ventilation and cooling performance in demanding environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003ch4\u003e🏋️ Gyms \u0026amp; Indoor Facilities\u003c\/h4\u003e\n\u003cp\u003eEnhances comfort with powerful adjustable airflow circulation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USER MANUAL \u0026 WHY CHOOSE US --\u003e\n\u003cdiv style=\"background: #fff7f0; border: 1px solid #ffd6a5; border-radius: 12px; padding: 25px; text-align: center;\"\u003e\n\u003ch3 style=\"margin: 0 0 12px; color: #1976d2; font-weight: bold; font-size: 25px;\"\u003eWhy Choose Us?\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 20px; font-size: 15px; color: #444;\"\u003eOur 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.\u003c\/p\u003e\n\u003ch3 style=\"margin: 0 0 12px; color: #ff6f00; font-size: 25px;\"\u003e📖 User Manual\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 15px; font-size: 15px; color: #444;\"\u003eNeed help getting started? Download the full user manual for setup instructions and operating guidance.\u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/User_Manual_ILG8E1xxP.pdf?v=1779999727\" rel=\"noopener\" style=\"background: #1976d2; color: #fff; padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: bold;\" target=\"_blank\"\u003e ⬇ Download User Manual \u003c\/a\u003e\n\u003c\/div\u003e","brand":"iLIVING USA","offers":[{"title":"Default Title","offer_id":48570947666125,"sku":"ILG8E18P","price":64.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8E18P_01.jpg?v=1780073809","url":"https:\/\/ilivingusa.com\/products\/ilg8e18p","provider":"iLiving USA","version":"1.0","type":"link"}