XP Xtreme Hunter Metal Detector
.mds-xtrem-hunter { max-width: 1200px; margin: 0 auto; font-family: inherit; color: #222; line-height: 1.6; overflow-x: hidden; } .mds-xtrem-hunter * { box-sizing: border-box; } .m ds-xtrem-hunter img { max-width: 100%; height: auto; display: block; } .mds-xh-hero { background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 100%); border: 1px solid #e5e5e5; border-radius: 24px; padding: 36px; margin-bottom: 50px; text-align: center; } .mds-xh-eyebrow { display: inline-block; color: #2f5294; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 10px; font-size: 14px; } .mds-xtrem-hunter h1 { font-size: 46px; line-height: 1.1; margin: 0 0 18px; } .mds-xtrem-hunter h2 { font-size: 36px; line-height: 1.15; margin: 0 0 20px; } .mds-xtrem-hunter h3 { font-size: 22px; margin: 0 0 12px; color: #2f5294; } .mds-xh-lead { font-size: 19px; color: #444; max-width: 950px; margin: 0 auto; text-align: left; } .mds-xh-section { margin: 60px 0; } .mds-xh-stat-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 30px; } .mds-xh-stat { background: #fff; border: 1px solid #ddd; border-radius: 18px; padding: 18px 12px; text-align: center; box-shadow: 0 6px 18px rgba(0,0,0,.04); min-width: 0; } .mds-xh-stat strong { display: block; font-size: 28px; line-height: 1.05; color: #2f5294; margin-bottom: 8px; font-weight: 900; } .mds-xh-stat span { display: block; font-size: 13px; line-height: 1.3; color: #444; font-weight: 700; } .mds-xh-included { background: #f7f7f7; border-radius: 24px; padding: 34px; text-align: center; } .mds-xh-included-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin-top: 24px; } .mds-xh-included-item { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: 24px 18px; min-width: 0; height: 100%; } .mds-xh-included-item strong { display: block; color: #2f5294; font-size: 20px; line-height: 1.2; margin-bottom: 8px; } .mds-xh-included-item span { display: block; color: #555; font-size: 15px; line-height: 1.4; } .mds-xh-feature-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px; align-items: stretch; margin: 55px 0; } .mds-xh-feature-row.reverse { direction: rtl; } .mds-xh-feature-row.reverse > * { direction: ltr; } .mds-xh-feature-text { background: #fff; border: 1px solid #e5e5e5; border-radius: 22px; padding: 30px; min-width: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; } .mds-xh-feature-text p, .mds-xh-feature-text ul { margin-top: 0; color: #555; } .mds-xh-feature-text ul { padding-left: 22px; margin-bottom: 0; } .mds-xh-feature-image { background: #f7f7f7; border-radius: 22px; padding: 18px; min-width: 0; height: 100%; display: flex; align-items: center; } .mds-xh-feature-image img { width: 100%; border-radius: 18px; object-fit: contain; } .mds-xh-equal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 55px 0; align-items: stretch; } .mds-xh-equal-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 22px; padding: 30px; min-width: 0; height: 100%; display: flex; flex-direction: column; } .mds-xh-equal-card h2 { margin-bottom: 14px; } .mds-xh-equal-card p { margin: 0; color: #555; } .mds-xh-equal-card ul { color: #555; padding-left: 22px; margin: 12px 0 0; } .mds-xh-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 30px; align-items: stretch; } .mds-xh-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 22px; padding: 26px; transition: .2s ease; min-width: 0; height: 100%; } .mds-xh-card:hover { transform: translateY(-4px); box-shadow: 0 12px 35px rgba(0,0,0,.08); } .mds-xh-card p { margin: 0; color: #555; } .mds-xh-specs { width: 100%; border-collapse: collapse; margin-top: 24px; } .mds-xh-specs th, .mds-xh-specs td { border: 1px solid #e5e5e5; padding: 15px; text-align: left; vertical-align: top; } .mds-xh-specs th { background: #f7f7f7; width: 35%; font-weight: 700; } @media (max-width: 1100px) { .mds-xh-included-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } } @media (max-width: 1000px) { .mds-xh-stat-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); } } @media (max-width: 950px) { .mds-xh-feature-row, .mds-xh-feature-row.reverse, .mds-xh-equal-grid { grid-template-columns: 1fr; direction: ltr; } .mds-xh-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 768px) { .mds-xh-hero { padding: 24px; } .mds-xtrem-hunter h1 { font-size: 34px; } .mds-xtrem-hunter h2 { font-size: 28px; } .mds-xh-grid, .mds-xh-stat-strip, .mds-xh-included-grid { grid-template-columns: 1fr; } .mds-xh-feature-text, .mds-xh-equal-card, .mds-xh-included { padding: 24px; } .mds-xh-feature-image { padding: 10px; } .mds-xh-specs th, .mds-xh-specs td { display: block; width: 100%; } .mds-xh-specs th { border-bottom: 0; } } Deep Seeking 2-Box Detector for DEUS II XP XTREM HUNTER Metal Detector The XP XTREM HUNTER expands the DEUS II platform into a powerful deep-seeking “2 Box” detector designed for large and deeply buried metal targets. Built on XP’s Fast Multi Frequency FMF technology, the XTREM HUNTER is made for serious deep target detection while helping reduce ground effects and improve stability. It is ideal for locating large relics, pipes, tanks, underground metal objects, and other deep targets where standard search coils may not reach. FMF Fast Multi Frequency 5 m Up to 16 ft Depth 2.9 kg 6.4 lb with Remote 1 User Single-Person Operation 5 yr XP Warranty Package Includes XTR115-TX & RX Coils Transmit and receive XTREM HUNTER coils for deep large-target detection. XTR-STEM S-Telescopic Stem Specific telescopic stem designed for XTREM HUNTER setup and balance. DEUS II Remote Control Pairs with the XTREM HUNTER and displays its dedicated menus and settings. WSAII-XL Wireless Headphones Wireless XP headphones for clear DEUS II ecosystem audio feedback. XTR-CASE115 Specific XP case included for transport and protection. Unleash the Power The XTREM HUNTER uses XP’s Fast Multi Frequency FMF technology to deliver deep-seeking performance with improved stability and reduced ground noise. It is built to detect large and deeply buried metal objects that standard search coils may miss. FMF technology for advanced deep target detection. Designed to reach extreme depths up to 5 meters / 16 feet on large targets. Built for large relics, underground metal objects, tanks, and metal pipes. Discrimination Capability Thanks to the FMF multiple frequency platform, the XTREM HUNTER brings improved iron discrimination to deep-seeking detection. It is naturally less sensitive to very small targets such as nails, while still offering the ability to identify some moderate-sized ferrous objects. Easy to Use and Easy to Transport The XTREM HUNTER is designed for single-person operation, giving users a practical deep-seeking setup without needing a second operator. At only 2.9 kg / 6.4 lb with the remote control, it is lightweight for its class and designed for longer detecting sessions. Single-person operation. Lightweight 2.9 kg / 6.4 lb setup with remote control. Adjustable handle and support for better balance. XP case included; XP 280 backpack optional. Weatherproof Construction The XTREM HUNTER is built with weatherproof construction so it can withstand rain and adverse weather conditions during demanding field use. Wireless DEUS II Compatibility The XTREM HUNTER works within the DEUS II wireless ecosystem. Pair it as a new coil and the DEUS II remote control presents dedicated XTREM HUNTER menus and display options. You can also switch back to standard DEUS II wireless coils for precise pinpointing when needed. Built to Last XP backs the XTREM HUNTER with a full 5-year warranty for parts and labor, giving users confidence in long-term field performance. Batteries and connectors may have separate coverage terms. Why Choose the XP XTREM HUNTER? Deep-Seeking 2-Box Design Designed for locating large, deeply buried metal targets beyond the typical range of standard coils. FMF Technology Fast Multi Frequency operation helps improve performance and stability in difficult ground. Large Target Detection Built for large relics, underground objects, tanks, pipes, and other substantial metal targets. Improved Iron Handling Offers discrimination capability for some moderate-sized ferrous objects while ignoring many small targets. Single-Person Use Designed to be operated by one person with good maneuverability and balance. DEUS II Ecosystem Works with the DEUS II remote, headphones, and standard wireless coil ecosystem. Adjustable Controls Dedicated settings include sensitivity, reactivity, autotune, threshold, IAR, audio response, and ground balance. Weatherproof Build Designed to withstand rain and adverse weather conditions during field use. XP Case Included Includes the specific XTR-CASE115 for transport and protection. XTREM HUNTER Settings and Specifications Detector Type Deep-seeking 2-box detector accessory for DEUS II Technology Fast Multi Frequency FMF Primary Use Large relics, deep targets, tanks, metal pipes, underground metal objects, archaeological and professional use Maximum Depth Up to 5 m / 16 ft on large targets, depending on target size and ground conditions Included Coils XTR115-TX and RX coils Included Stem XTR-STEM S-Telescopic Stem Included Remote DEUS II Remote Control Included Headphones WSAII-XL Wireless Headphones Included Case XTR-CASE115 XP case Operating Style Single-person operation Weight 2.9 kg / 6.4 lb with remote control Weather Protection Weatherproof construction for rain and adverse weather conditions Compatibility DEUS II wireless ecosystem, including remote control, headphones, and standard coils Settings When Paired Sensitivity, Reactivity, Adjustable Autotune, Audio Threshold, Iron Rejection IAR, Audio Response, Frequency Scan, Ground Balance, Recording Frequency Scan Auto / Manual EMI noise cancel with 14 channels Ground Balance Auto or Manual Recording 4-second recording with Play / Pause option Warranty 5 years parts and labor; batteries and connectors may vary by XP warranty terms