Arccaptain MIG205DP Pro Double Pulse MIG Welder For Aluminum
/* Double Pulse MIG 205 DP Pro - Optimized Styles */ #hd-mig250 { padding: 20px 16px; max-width: 1200px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.7; color: #1A1A1A; } @media (min-width: 768px) { #hd-mig250 { padding: 48px 24px; } } /* Product Intro */ #hd-mig250 .prod-intro { margin-bottom: 32px; } #hd-mig250 .prod-intro h1 { font-size: clamp(24px, 5vw, 36px); font-weight: 700; color: #000; margin-bottom: 16px; line-height: 1.3; } #hd-mig250 .prod-intro h1 span { color: #D9232D; } #hd-mig250 .prod-price { font-size: 24px; font-weight: 700; color: #D9232D; margin-bottom: 8px; } #hd-mig250 .prod-price .original-price { font-size: 18px; color: #888; text-decoration: line-through; margin-left: 12px; font-weight: 400; } #hd-mig250 .prod-price .discount { font-size: 14px; background: #28A745; color: white; padding: 2px 8px; border-radius: 4px; margin-left: 8px; font-weight: 600; } #hd-mig250 .prod-intro p { font-size: 16px; color: #444; margin-bottom: 12px; text-align: left; } #hd-mig250 .prod-intro p:last-child { margin-bottom: 0; } /* Features Box */ #hd-mig250 .prod-features { background: #F8F8F8; border-radius: 12px; padding: 24px; margin-bottom: 32px; } @media (min-width: 768px) { #hd-mig250 .prod-features { padding: 32px; } } #hd-mig250 .prod-features h3 { font-size: 20px; font-weight: 700; color: #000; margin-bottom: 20px; } #hd-mig250 .prod-features ul { list-style: none; display: grid; grid-template-columns: 1fr; gap: 14px; margin: 0; padding: 0; } @media (min-width: 480px) { #hd-mig250 .prod-features ul { grid-template-columns: repeat(2, 1fr); } } #hd-mig250 .prod-features li { font-size: 14px; color: #333; padding-left: 24px; position: relative; line-height: 1.5; } #hd-mig250 .prod-features li::before { content: '✓'; position: absolute; left: 0; top: 2px; color: #28A745; font-weight: bold; } /* Specs - Two Columns */ #hd-mig250 .prod-specs { margin-bottom: 32px; } #hd-mig250 .prod-specs h3 { font-size: 22px; font-weight: 700; color: #000; margin-bottom: 20px; text-align: center; } #hd-mig250 .specs-grid { display: grid; grid-template-columns: 1fr; gap: 12px; } @media (min-width: 768px) { #hd-mig250 .specs-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } } #hd-mig250 .spec-item { background: white; border-radius: 8px; padding: 14px 16px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } @media (min-width: 768px) { #hd-mig250 .spec-item { padding: 16px 20px; } } #hd-mig250 .spec-label { font-weight: 600; color: #333; font-size: 14px; } #hd-mig250 .spec-value { color: #555; font-weight: 500; font-size: 14px; text-align: right; } /* What's in the Box */ #hd-mig250 .prod-box { margin-bottom: 32px; } #hd-mig250 .prod-box h3 { font-size: 22px; font-weight: 700; color: #000; margin-bottom: 20px; text-align: center; } #hd-mig250 .box-grid { display: grid; grid-template-columns: 1fr; gap: 10px; } @media (min-width: 480px) { #hd-mig250 .box-grid { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 768px) { #hd-mig250 .box-grid { grid-template-columns: repeat(4, 1fr); } } #hd-mig250 .box-item { background: white; border: 1px solid #E5E5E5; border-radius: 8px; padding: 12px 14px; text-align: center; font-size: 13px; color: #333; font-weight: 500; } /* Compatibility */ #hd-mig250 .prod-compat { margin-bottom: 32px; } #hd-mig250 .prod-compat h3 { font-size: 20px; font-weight: 700; color: #000; margin-bottom: 16px; } #hd-mig250 .prod-compat h4 { font-size: 16px; font-weight: 700; color: #000; margin: 20px 0 12px 0; } #hd-mig250 .prod-compat h4:first-of-type { margin-top: 0; } #hd-mig250 .prod-compat p { font-size: 15px; color: #444; margin-bottom: 10px; text-align: left; } #hd-mig250 .prod-compat p:last-child { margin-bottom: 0; } #hd-mig250 .prod-compat strong { color: #000; } /* Thickness Table */ #hd-mig250 .thickness-table { width: 100%; border-collapse: collapse; margin-top: 12px; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } #hd-mig250 .thickness-table th, #hd-mig250 .thickness-table td { padding: 10px 12px; text-align: left; font-size: 13px; border-bottom: 1px solid #E5E5E5; } #hd-mig250 .thickness-table th { background: #F8F8F8; font-weight: 600; color: #333; } #hd-mig250 .thickness-table tr:last-child td { border-bottom: none; } /* Applications */ #hd-mig250 .prod-apps { margin-bottom: 24px; } #hd-mig250 .prod-apps h3 { font-size: 20px; font-weight: 700; color: #000; margin-bottom: 16px; } #hd-mig250 .app-grid { display: grid; grid-template-columns: 1fr; gap: 12px; } @media (min-width: 480px) { #hd-mig250 .app-grid { grid-template-columns: repeat(2, 1fr); } } #hd-mig250 .app-item { background: #F8F8F8; border-radius: 8px; padding: 16px; } #hd-mig250 .app-item h4 { font-size: 15px; font-weight: 700; color: #000; margin-bottom: 6px; } #hd-mig250 .app-item p { font-size: 13px; color: #555; margin: 0; } /* Warranty */ #hd-mig250 .prod-warranty { background: #F5F5F5; border-radius: 10px; padding: 20px; margin-bottom: 20px; } #hd-mig250 .prod-warranty h4 { font-size: 16px; font-weight: 700; color: #000; margin-bottom: 12px; } #hd-mig250 .prod-warranty p { font-size: 14px; color: #555; margin-bottom: 8px; text-align: left; } #hd-mig250 .prod-warranty p:last-child { margin-bottom: 0; } #hd-mig250 .prod-warranty a { color: #D9232D; text-decoration: none; font-weight: 500; } #hd-mig250 .prod-warranty a:hover { text-decoration: underline; } /* Shipping */ #hd-mig250 .prod-shipping { background: #E8F4FD; border-left: 4px solid #2196F3; padding: 14px 16px; border-radius: 0 8px 8px 0; margin-bottom: 20px; } #hd-mig250 .prod-shipping p { font-size: 14px; color: #0D47A1; margin-bottom: 6px; } #hd-mig250 .prod-shipping p:last-child { margin-bottom: 0; } MIG205DP Pro Double Pulse MIG Welder $599.99 USD $899.99 Save $300 The double pulse MIG welding machine built for high-quality aluminum welding and versatile performance. The MIG205DP Pro delivers TIG-like weld appearance with controlled heat input, features smart synergic programs for faster setup, supports multiple welding processes and materials, and handles everything from thin sheet metal to structural work—making it ideal for automotive repair, fabrication, and daily workshop use. Features: Double Pulse MIG Welding Performance: Expert-tuned synergic settings automatically match wire speed and voltage, delivering smooth fish-scale welds with no weaving needed. A stable arc with low heat input ensures clean, consistent welds, ideal for aluminum and thin materials. Multi-Process Welder with 205A Output: Supports double pulse MIG, single pulse MIG, flux-cored, stick, lift TIG, and spool gun welding. Ready for fabrication, auto body repair, and structural work. Designed for Aluminum Welding: Alternating peak and base current creates smooth fish-scale welds automatically—no weaving needed. Achieve TIG-like results with MIG speed and less heat distortion. Advanced LCD Display Control: Save and recall up to 12 presets for fast setup, with intuitive on-screen controls and real-time adjustment to match your welding needs. APP Remote Control: Adjust and monitor settings remotely, save parameters, and recall them anytime for faster, more efficient welding. Built for Auto Body Repair: Designed for real shop work—from aluminum panels and car doors to exhaust and frame repair. Double pulse MIG ensures clean welds on thin materials, while MIG and stick handle structural and heavy-duty jobs. Warranty 3 Years Safety Over-load/heat/current What's in the Box MIG Welder Machine MIG Torch Ground Clamp Gas Hose Contact Tips Power Adapter 3× Rollers Gas Regulator Graphite Liner Solid Welding Wire Dust Cover Electrode Holder Supported Welding Processes Gas MIG (solid wire), Gasless MIG (flux-cored wire), Single Pulse MIG, Dual Pulse MIG, Spool Gun, Lift TIG (With Foot Pedal), MMA/Stick Welding Welding Thickness Mode Thickness MIG 0.04" – 0.47" Pulse MIG 0.03" – 0.31" Flux MIG 0.06" – 0.47" MMA 0.06" – 0.39" Lift TIG 0.04" – 0.39" Shipping: Currently ships to USA and CA Free Fast Shipping