Garrett Ace 300 Metal Detector
#mds-ace300-page { max-width: 1200px; margin: 0 auto; color: #222; font-family: inherit; line-height: 1.6; overflow-x: hidden; } #mds-ace300-page * { box-sizing: border-box; } #mds -ace300-page img { display: block; max-width: 100%; height: auto; } #mds-ace300-page .mds-ace-section { margin: 0 0 56px; } #mds-ace300-page .mds-ace-hero { background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%); border: 1px solid #e5e7eb; border-radius: 24px; padding: 34px 28px; text-align: center; overflow: hidden; } #mds-ace300-page .mds-ace-logo { max-width: 500px; margin: 0 auto 24px; } #mds-ace300-page .mds-ace-eyebrow { display: inline-block; margin: 0 0 10px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #2f5294; } #mds-ace300-page h1 { margin: 0 0 16px; font-size: 42px; line-height: 1.1; color: #111827; } #mds-ace300-page h2 { margin: 0 0 16px; font-size: 33px; line-height: 1.15; color: #111827; } #mds-ace300-page h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.2; color: #2f5294; } #mds-ace300-page p { margin: 0 0 14px; color: #4b5563; } #mds-ace300-page .mds-ace-lead { max-width: 930px; margin: 0 auto; font-size: 18px; text-align: left; } #mds-ace300-page .mds-ace-stat-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 28px; } #mds-ace300-page .mds-ace-stat { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 18px 12px; box-shadow: 0 6px 20px rgba(0,0,0,.04); text-align: center; } #mds-ace300-page .mds-ace-stat strong { display: block; margin-bottom: 6px; font-size: 28px; line-height: 1.05; color: #2f5294; } #mds-ace300-page .mds-ace-stat span { display: block; font-size: 13px; line-height: 1.35; font-weight: 700; color: #4b5563; } #mds-ace300-page .mds-ace-card-wrap { background: #f8f9fb; border: 1px solid #e5e7eb; border-radius: 24px; padding: 30px 24px; } #mds-ace300-page .mds-ace-two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; align-items: stretch; margin-top: 28px; } #mds-ace300-page .mds-ace-text-box { background: #fff; border: 1px solid #e5e7eb; border-radius: 22px; padding: 28px; height: 100%; } #mds-ace300-page .mds-ace-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 24px; align-items: stretch; } #mds-ace300-page .mds-ace-feature { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 16px; height: 100%; transition: .2s ease; display: flex; flex-direction: column; justify-content: flex-start; } #mds-ace300-page .mds-ace-feature:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,.08); } #mds-ace300-page .mds-ace-feature h3 { font-size: 18px; margin-bottom: 6px; } #mds-ace300-page .mds-ace-feature p { font-size: 14px; line-height: 1.45; margin-bottom: 10px; } #mds-ace300-page .mds-ace-feature-img { width: 100%; height: 125px; margin-top: auto; border-radius: 12px; background: #f8f9fb; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 8px; } #mds-ace300-page .mds-ace-feature-img img { width: 100%; height: 100%; object-fit: contain; object-position: center center; border-radius: 8px; } #mds-ace300-page .mds-ace-includes-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 22px; align-items: stretch; } #mds-ace300-page .mds-ace-include { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; padding: 20px 16px; text-align: center; height: 100%; min-height: 128px; display: flex; flex-direction: column; justify-content: flex-start; } #mds-ace300-page .mds-ace-include strong { display: block; margin-bottom: 7px; font-size: 18px; line-height: 1.2; color: #2f5294; } #mds-ace300-page .mds-ace-include span { display: block; font-size: 14px; line-height: 1.45; color: #4b5563; } #mds-ace300-page ul { margin: 0; padding-left: 20px; color: #4b5563; } #mds-ace300-page li { margin-bottom: 8px; } #mds-ace300-page .mds-ace-spec-table { width: 100%; border-collapse: collapse; margin-top: 22px; background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; overflow: hidden; } #mds-ace300-page .mds-ace-spec-table th, #mds-ace300-page .mds-ace-spec-table td { padding: 14px 16px; border-bottom: 1px solid #e5e7eb; text-align: left; vertical-align: top; } #mds-ace300-page .mds-ace-spec-table th { width: 34%; background: #f8f9fb; color: #111827; font-weight: 700; } #mds-ace300-page .mds-ace-spec-table tr:last-child th, #mds-ace300-page .mds-ace-spec-table tr:last-child td { border-bottom: 0; } @media (max-width: 1024px) { #mds-ace300-page .mds-ace-stat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } #mds-ace300-page .mds-ace-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 860px) { #mds-ace300-page .mds-ace-two-col, #mds-ace300-page .mds-ace-includes-grid { grid-template-columns: 1fr; } } @media (max-width: 767px) { #mds-ace300-page .mds-ace-hero, #mds-ace300-page .mds-ace-card-wrap, #mds-ace300-page .mds-ace-text-box { padding: 22px; } #mds-ace300-page h1 { font-size: 34px; } #mds-ace300-page h2 { font-size: 28px; } #mds-ace300-page .mds-ace-stat-grid, #mds-ace300-page .mds-ace-feature-grid { grid-template-columns: 1fr; } #mds-ace300-page .mds-ace-include { min-height: auto; } #mds-ace300-page .mds-ace-feature-img { height: auto; } #mds-ace300-page .mds-ace-feature-img img { height: auto; } #mds-ace300-page .mds-ace-spec-table, #mds-ace300-page .mds-ace-spec-table tbody, #mds-ace300-page .mds-ace-spec-table tr, #mds-ace300-page .mds-ace-spec-table th, #mds-ace300-page .mds-ace-spec-table td { display: block; width: 100%; } #mds-ace300-page .mds-ace-spec-table th { border-bottom: 0; } } 5 Search Modes • 7" x 10" Coil • 2.8 lbs Garrett ACE 300 Metal Detector The Garrett ACE 300 is a highly effective metal detector at an economical cost. Compared to the ACE 200, the ACE 300 adds more search modes and additional features to help improve success when locating coins, relics, jewelry, and other hidden objects. 5 Search Modes 7" x 10" Concentric Coil 0-99 Digital Target ID 2.8 lbs Lightweight Design 3 Year Factory Warranty What’s Included Garrett ACE 300 Detector Economical ACE series detector with Digital Target ID and 5 search modes. 7" x 10" Concentric PROformance Coil Large coil for good coverage and finding deeper targets. Coil Cover and Manual Includes coil cover and user manual. Easy Detecting with More Control The ACE 300 gives you useful controls without making the detector complicated. Adjustable Notch Discrimination lets you eliminate certain types of metal so the detector does not sound off on unwanted targets. Adjustable Frequency can help reduce interference from nearby power lines or other detectors. Lightweight and Ready to Hunt At only 2.8 lbs, the ACE 300 is light enough to swing for long hunts with less fatigue. 5 search modes Electronic pinpointing Adjustable notch discrimination Adjustable frequency to help with interference 3-year factory warranty, limited parts and labor ACE 300 Additional Features Digital Target ID Numeric identification scale from 0 to 99 helps identify a target metal’s conductivity. Electronic Pinpointing Non-motion All-Metal Mode function helps precisely locate a detected target’s position. Iron Check Increased resolution gives more precise control over how much iron discrimination to apply in trashy areas. Graphic Target Analyzing Simultaneously shows a treasure target’s conductivity and the detector’s discrimination pattern. Why Choose the Garrett ACE 300? The ACE 300 is a strong choice for users who want a simple, affordable detector with more features than the ACE 200. It gives you 5 search modes, Digital Target ID, adjustable notch discrimination, pinpointing, and a large 7" x 10" coil for better coverage. Great Starter and Upgrade Detector The ACE 300 is easy enough for newer users while still offering extra target information and adjustment options for more experienced hunters. Its lightweight design makes it comfortable for parks, yards, fields, and general treasure hunting. Garrett ACE 300 Specifications Product Garrett ACE 300 Metal Detector Included Searchcoil 7" x 10" concentric PROformance coil Included Accessories Coil cover and manual Search Modes 5 search modes Target ID Digital Target ID, 0 - 99 Discrimination Adjustable notch discrimination Pinpoint Yes, electronic pinpointing Frequency Adjustment Adjustable frequency to help with interference Weight 2.8 lbs Warranty 3-year factory warranty, limited parts and labor
More you might like
Related
Garrett ACE 300i metaldetektor
Related
Garrett ACE 300 Metal Detector
Related
GARRETT ACE 300I METAL DETECTOR
Related