INGCO Spray Gun SPG3508 (450W)

Non-returnable
₹2,050.00 ₹3,500.00
  • Brand : Ingco
  • Ingco Item No : SPG3508
  • Voltage : 220-240V~50/60Hz
  • Input power : 350W
  • Spraying Pressure : 0.1-0.2Bar
  • Max flow : 380ml/min
  • Max. viscosity : 50 DIN-s
  • Container capacity : 800ml
  • Accessories : 1x viscosity measuring cup, 1x nozzle cleaning needle
  • Packed by color box
Choose Quantity
+ Add to Cart
Product Details

Product Details: INGCO Spray Gun SPG3508

Transform your painting and finishing projects with the INGCO Spray Gun SPG3508, a versatile and efficient tool designed to provide precision and ease of use.

Key Features:

  • ·Adjustable Spray Patterns: Achieve the perfect finish with the SPG3508's adjustable spray patterns. Whether you need a focused jet or a wide mist, this spray gun offers versatility to suit various applications.
  • High Paint Transfer Efficiency: With high paint transfer efficiency, this spray gun minimizes wastage and ensures a more economical use of your paint, making it a cost-effective choice for both professionals and DIY enthusiasts.
  • Durable Construction: The SPG3508 is built with durability in mind, featuring a sturdy construction that withstands regular use. This ensures a long lifespan for your spray gun, providing reliable performance over time.
  • Easy to Clean: Cleaning up after your projects is a breeze with the SPG3508. The disassembly and cleaning process is straightforward, allowing you to maintain your spray gun with minimal effort.
Items have been added to cart.
One or more items could not be added to cart due to certain restrictions.
Added to cart
- There was an error adding to cart. Please try again.
Quantity updated
- An error occurred. Please try again later.
Deleted from cart
- Can't delete this product from the cart at the moment. Please try again later.
const items = [ { src: "", text: "Guaranteed Replacements if Damaged" }, { src: "", text: "Free Shipping above ₹499" }, { src: "", text: "Loved by 2 Lakh+ Happy Customers" } ]; const cartActionContainer = document.querySelector("[data-zs-product-primary-details] .theme-product-quantity-cart-container"); if (!cartActionContainer) return; function addIcons() { if (cartActionContainer.querySelector(".zs-icon-container")) return; const iconContainer = document.createElement("div"); iconContainer.className = "zs-icon-container"; items.forEach(item => { const iconDiv = document.createElement("div"); iconDiv.className = "zs-icon"; if (item.src) { const iconImg = document.createElement("img"); iconImg.src = item.src; iconImg.alt = item.text; iconDiv.appendChild(iconImg); } const iconText = document.createElement("span"); iconText.className = "zs-icon-title"; iconText.textContent = item.text; iconDiv.appendChild(iconText); iconContainer.appendChild(iconDiv); }); cartActionContainer.appendChild(iconContainer); } const buyNowButton = document.getElementById("buy-now-button"); if (buyNowButton) { addIcons(); } else { const observer = new MutationObserver((mutationsList, obs) => { const button = document.getElementById("buy-now-button"); if (button) { addIcons(); obs.disconnect(); } }); observer.observe(cartActionContainer, { childList: true, subtree: true }); } });