{"product_id":"ilg8sf30v-dc","title":"ILG8SF30V-DC - iLIVING 30\" Smart Wall Mounted Shutter Exhaust Fan, 5088 CFM, 12-Speed, WiFi App Control Ventilation for Garages, Warehouse, Barn, Greenhouses, Auto Temperature Humidity Control, BLDC Motor, Hardwired","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 55%;\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 40%;\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 30s 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\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\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:25px;\n\n  justify-content:center;\n\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\u003c!-- HERO --\u003e\n\u003cdiv class=\"a-plus-section\"\u003e\n\u003ch1 class=\"a-plus-title\"\u003eiLIVING 30\" Smart Wall-Mounted Shutter Exhaust Fan\u003c\/h1\u003e\n\u003cp class=\"a-plus-text\"\u003e\u003cspan class=\"a-plus-highlight\"\u003eIndustrial-grade smart ventilation with powerful airflow and intelligent climate control.\u003c\/span\u003e Powered by an energy-efficient Brushless DC motor, this smart shutter exhaust fan delivers up to \u003cstrong\u003e5088 CFM\u003c\/strong\u003e while providing WiFi connectivity, automatic climate control, and reliable ventilation for garages, warehouses, greenhouses, workshops, barns, and commercial spaces.\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;\"\u003eSmart Performance \u0026amp; Intelligent Ventilation\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eEnergy-Efficient BLDC Motor\u003c\/strong\u003e — Advanced Brushless DC motor delivers up to \u003cstrong\u003e5088 CFM\u003c\/strong\u003e while consuming significantly less energy than traditional AC motors. Designed for quieter operation, longer motor life, and dependable industrial performance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSmart WiFi \u0026amp; App Integration\u003c\/strong\u003e— Connect to the \u003cstrong\u003eSmart Living App\u003c\/strong\u003e on iOS and Android to monitor and control your fan remotely. Features include 12 manual speed settings, automatic operating modes, and a programmable 24-hour timer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIntelligent Auto Climate Control\u003c\/strong\u003e — Set custom temperature (50–99°F) and humidity (30–90%) targets. The fan automatically adjusts operation to maintain ideal environmental conditions while maximizing energy efficiency.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHeavy-Duty Industrial Construction\u003c\/strong\u003e — Rugged galvanized steel frame, corrosion-resistant aluminum alloy shutters, and a precision-balanced propeller provide smooth, vibration-free airflow for demanding commercial and agricultural environments.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWeather-Sealed Automatic Shutters\u003c\/strong\u003e — Gravity-operated shutters open during operation and seal tightly when the fan is off to help block rain, dust, debris, and unwanted backdrafts.\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\/ILG8SF30V-DC_1.jpg?v=1783978240\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8SF30V-DC_2.jpg?v=1783978240\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8SF30V-DC_3.jpg?v=1783978241\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8SF30V-DC_4.jpg?v=1783978240\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/motor_1277884d-4d3d-43e8-af31-0ba2bd739052.jpg?v=1783978241\"\u003e\n\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\"\u003e5088 CFM High Airflow\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eBrushless DC Motor\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eWiFi \u0026amp; Smart App\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e12 Speed Control\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e24-Hour Timer\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eSmart Climate Control\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eTemperature Trigger\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eHumidity Trigger\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eGalvanized Steel Frame\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eAluminum Alloy Shutters\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eWeather-Sealed Design\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003eETL Listed\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 Smart Shutter Exhaust Fan model that best fits your ventilation requirements.\u003c\/p\u003e\n\u003cdiv class=\"size-grid\"\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/ilivingusa.com\/products\/ilg8sf24v-dc\" class=\"size-card\" target=\"_blank\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003e24\" Smart Wall Mounted Shutter Exhaust Fan - 4244 CFM\u003c\/h4\u003e\n\u003cdiv class=\"installation-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8SF24V-DC_1.jpg?v=1783976419\"\u003e \u003cspan\u003eClick to View Product\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003ca rel=\"noopener\" href=\"https:\/\/ilivingusa.com\/products\/ilg8sf36v-dc\" class=\"size-card\" target=\"_blank\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003e36\" Smart Wall Mounted Shutter Exhaust Fan - 6128 CFM\u003c\/h4\u003e\n\u003cdiv class=\"installation-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8SF36V-DC_1.jpg?v=1783978631\"\u003e \u003cspan\u003eClick to View Product\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\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🌱 Greenhouses\u003c\/h4\u003e\n\u003cp\u003eAutomatically maintains ideal temperature and humidity to create healthier growing environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003ch4\u003e🏭 Warehouses \u0026amp; Commercial Buildings\u003c\/h4\u003e\n\u003cp\u003eProvides powerful industrial airflow to reduce heat buildup and improve workplace ventilation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003ch4\u003e🛠 Workshops \u0026amp; Garages\u003c\/h4\u003e\n\u003cp\u003eRemoves excess heat, fumes, and humidity while creating a safer and more comfortable workspace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-card\"\u003e\n\u003ch4\u003e🐄 Barns \u0026amp; Agricultural Buildings\u003c\/h4\u003e\n\u003cp\u003eDelivers dependable ventilation for livestock facilities, storage buildings, and agricultural applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 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 style=\"background: #1976d2; color: #fff; padding: 12px 24px; border-radius: 8px; text-decoration: none; font-weight: bold;\" rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/User_Manual_24_30_36_V-DC_260522.pdf?v=1783826991\" target=\"_blank\"\u003e ⬇ Download User Manual \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"iLiving USA","offers":[{"title":"Default Title","offer_id":48600763334861,"sku":null,"price":469.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0557\/0356\/8589\/files\/ILG8SF30V-DC_1.jpg?v=1783978240","url":"https:\/\/ilivingusa.com\/products\/ilg8sf30v-dc","provider":"iLiving USA","version":"1.0","type":"link"}