TAPARIA Ring Spanner 30x32mm 15A 18 3032
TAPARIA Ring Spanner 30x32mm 15A 18 3032

TAPARIA Ring Spanner 30x32mm 15A 18 3032

Non-returnable
₹367.00 ₹433.06

The TAPARIA 3032 Ring Spanner is crafted for precision and durability. With dual ends sized at 30mm and 32mm, this chrome-plated tool ensures maximum torque and grip without damaging fasteners. Ideal for automotive, mechanical, and industrial applications.

Choose Quantity
+ Add to Cart
Product Details
  • Brand: TAPARIA

  • Model: 3032

  • Series: 15A

  • Type: Ring Spanner (Offset Double Ended)

  • Sizes: 30mm x 32mm

  • Material: High-grade Chrome Vanadium Steel

  • Finish: Nickel Chrome plated for corrosion resistance

  • Design: Offset ring heads for better access in tight spaces

  • Hardness: Hardened and tempered for extra strength

  • Application: Suitable for loosening and tightening hex bolts and nuts

  • Origin: Made in India

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 }); } });