TAPARIA T Socket Wrench 13mm 6P TSW 13
TAPARIA T Socket Wrench 13mm 6P TSW 13
TAPARIA T Socket Wrench 13mm 6P TSW 13
TAPARIA T Socket Wrench 13mm 6P TSW 13

TAPARIA T Socket Wrench 13mm 6P TSW 13

Non-returnable
₹200.00 ₹236.00

Product Name: Taparia T Socket Wrench – Model TSW 13 | 13 mm | Chrome Vanadium Steel | Blue & Silver


Overview:

The TAPARIA T Socket Wrench 13mm (TSW 13) is a precision-engineered tool built for reliable torque application. Designed with a T-shaped handle, it offers enhanced control and leverage for loosening or tightening 13mm fasteners. Whether you're a mechanic, electrician, or DIY enthusiast, this chrome-plated wrench ensures both durability and comfort during extended use. Ideal for working in confined spaces where traditional wrenches may not reach effectively.

Key Features:

  • Chrome Vanadium Steel Construction: Provides superior strength, high impact resistance, and wear resistance.

  • Ergonomic TPR Handle: Specially moulded for a comfortable and firm grip during use.

  • Differentially Heat-Treated Components: The handle, stem, and socket are precision machine-welded for high torque applications, maximizing tool life.

  • Corrosion-Resistant Finish: The chrome finish resists rust and is easy to maintain.

  • Multi-Purpose Use: Ideal for automotive, industrial, professional, construction, and home maintenance.



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

  • Model: TSW 13

  • Type: T Socket Wrench

  • Socket Size: 13 mm

  • Design: T-handle for maximum torque

  • Material: High-grade alloy steel

  • Finish: Chrome plated for rust resistance

  • Application: Mechanical, automotive, and service work

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