✦ Verified product
Tungsten Carbide Burr Set
USD 12.95
Select Set
Varitino
Verified independent store
→
.product-detail-container { --primary: #FF9F1C; --primary-hover: #E68A00; --text-main: #2C2C2C; --text-sub: #555555; --bg-body: #FFFFFF; --bg-card: #F8F9FA; --bg-soft: #E9ECEF; --r
adius-md: 8px; --radius-lg: 16px; --shadow-sm: 0 2px 4px rgba(0,0,0,0.05); --shadow-lg: 0 8px 16px rgba(0,0,0,0.1); --border-color: #DEE2E6; --spacing-section: clamp(2.5rem, 6vw, 4.5rem); --spacing-item: clamp(1rem, 3vw, 2rem); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--text-main); line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 0 5%; box-sizing: border-box; } /* Typography */ .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); font-weight: 700; line-height: 1.2; margin: 0 0 1rem; } .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; line-height: 1.3; margin: 0 0 1rem; } .product-detail-container h3 { font-size: 20px; font-weight: 600; margin: 0 0 0.75rem; } .product-detail-container p { font-size: 18px; color: var(--text-sub); margin: 0 0 1.5rem; } .product-detail-container .text-sm { font-size: 16px; } /* Components */ .badge { display: inline-block; padding: 0.4rem 1rem; background: var(--bg-soft); color: var(--text-main); border-radius: var(--radius-md); font-size: 14px; font-weight: 600; } .tag-group { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; } .tag { background: var(--bg-card); border: 1px solid var(--border-color); padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 14px; color: var(--text-sub); } /* Images */ .img-fluid { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); } /* Layout */ .section-spacing { margin-bottom: var(--spacing-section); } .grid-2 { display: grid; grid-template-columns: 1fr; gap: var(--spacing-item); align-items: center; } @media (min-width: 768px) { .grid-2 { grid-template-columns: 1fr 1fr; } .feature-section.reversed .grid-2 { direction: rtl; } .feature-section.reversed .feature-copy { direction: ltr; } } /* Specs */ .spec-table { width: 100%; border-collapse: collapse; margin-top: 1rem; } .spec-table th, .spec-table td { padding: 1rem; text-align: left; border-bottom: 1px solid var(--border-color); } .spec-table th { background: var(--bg-card); font-weight: 600; color: var(--text-main); } .spec-table td { color: var(--text-sub); } @media (max-width: 767px) { .spec-table thead { display: none; } .spec-table tr { display: block; border-bottom: 2px solid var(--border-color); margin-bottom: 1rem; } .spec-table td { display: flex; justify-content: space-between; padding: 0.75rem 0; border-bottom: 1px solid var(--bg-soft); } .spec-table td::before { content: attr(data-label); font-weight: 600; color: var(--text-main); } .spec-table td:last-child { border-bottom: none; } } /* FAQ */ .faq-item { border-bottom: 1px solid var(--border-color); padding: 1rem 0; } .faq-question { cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 18px; font-weight: 600; } .faq-answer { margin-top: 0.75rem; color: var(--text-sub); display: none; } .faq-item.active .faq-answer { display: block; } .faq-icon { transition: transform 0.3s; } .faq-item.active .faq-icon { transform: rotate(180deg); } Optimized for Hardwood Master Your Craft with Precision Carving A professional-grade 5-piece tungsten alloy rotary file set, specifically engineered for durable and detailed woodworking on dense hardwoods, shaping, and engraving. Engineered for the Toughest Hardwoods Crafted from high-hardness tungsten alloy steel with an aggressive double-cut texture. These sharp, blackened heads easily power through dense hardwoods, cutting faster, running cooler, and lasting significantly longer than standard steel bits. Tungsten Alloy Steel Hardwood Specialist Ultra-Sharp Edge A Complete 5-Piece Sculpting Toolkit Featuring a comprehensive selection of 5 essential shapes, giving you the versatility to handle everything from rapid material removal to fine, intricate detailing on wood and soft metals. The large 1/2" (12mm) head diameter ensures efficient carving over larger surface areas. 5-Piece Essential Set 1/2" Head Versatile Carving Fits Your Favorite Tools Securely Features a standard 1/4" (6.25mm) round shank that provides a secure, non-slip grip in most hand drills, electric grinders, and benchtop rotary tools equipped to handle this specific size, ensuring stable and safe high-speed operation. 1/4" Shank Anti-Slip Grip High Stability Technical Specifications Feature Detail Tungsten Alloy Steel High-hardness, wear-resistant 5-Piece Set Optimized for Hardwood 1/4 inch 6.25 mm 1/2 inch 12 mm *Measurements are standard industry sizing. Frequently Asked Questions What materials are these best suited for? ▼ While they can cut plastics and soft metals, this specific 5-piece set is highly optimized for carving, shaping, and engraving dense hardwoods. Will these fit my rotary tool or drill? ▼ Yes, as long as your tool's chuck or collet can accept a standard 1/4" (6.25mm) shank. Please verify your tool's collet size before use to ensure a secure and safe fit. What are the different shapes used for? ▼ The 5 different shapes allow for various tasks. Cylindrical bits are good for flat surfaces and edge cleanup, while tapered and round shapes are perfect for enlarging holes, hollowing, and detailed contouring. // Simple script for FAQ accordion functionality document.querySelectorAll('.faq-question').forEach(item => { item.addEventListener('click', event => { const parent = item.parentElement; parent.classList.toggle('active'); }); });