stores.guitarcenter.com Open in urlscan Pro
54.197.63.86  Public Scan

Submitted URL: http://stores.guitarcenter.com/
Effective URL: https://stores.guitarcenter.com/
Submission: On April 02 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

GET https://www.guitarcenter.com/search

<form id="header-search" class="header-search" action="https://www.guitarcenter.com/search" method="get" aria-label="Search Form">
  <input type="hidden" name="typeAheadSuggestion" value="true">
  <input type="hidden" name="fromRecentHistory" value="false" id="fromRecentHistoryBox">
  <!--typeahesd category dropdown -->
  <!--typeahead search input and submit content-->
  <div class="typeahead-search-wrapper">
    <!-- <label for="typeAheadSearchInput" class="inlineLabel screen-reader-only"></label> -->
    <!-- <label for="typeAheadSearchInput" class="inlineLabel screen-reader-only"></label> -->
    <input id="typeAheadSearchInput" name="Ntt" type="text" class="typeAheadSearchInput typeAheadEnabled default-value" data-default-value="" title="Find your sound" placeholder="Find your sound" autocomplete="off" aria-label="Find your sound">
    <button type="button" class="search-icon" id="typeaheadSearchSubmit" aria-label="search">
      <svg id="Group_14" data-name="Group 14" xmlns="http://www.w3.org/2000/svg" width="23.759" height="26.06" viewBox="0 0 23.759 26.06" role="presentation" aria-hidden="true">
        <g id="Ellipse_2" data-name="Ellipse 2" transform="translate(0)" fill="#fff" stroke="#333" stroke-width="3">
          <circle cx="9" cy="9" r="9" stroke="none"></circle>
          <circle cx="9" cy="9" r="7.5" fill="none"></circle>
        </g>
        <line id="Line_10" data-name="Line 10" x2="9.42" y2="9.42" transform="translate(13.278 15.579)" fill="none" stroke="#333" stroke-width="3"></line>
      </svg>
    </button>
  </div>
  <!--typeahead input empty focus-->
  <div class="typeAheadEmptyFocusWrapper" id="typeAheadEmptyFocusWrapper" style="display: none;">
    <div class="typeahead-content-wrapper">
      <div class="typeahead-empty-focus">
        <div class="typeAheadEmptyFocusContent"></div>
      </div>
    </div>
    <script id="recently-search-top-left-temp" type="text/html">
      <div class="recent-category recent-category-top">
        <div class="left-search-fields">
          <div class="fieldsBox">
            <h3>Your Recents Searches</h3>
            <ul class="recently-search-list">
              {{each $data}}
              {{if $index < 10 }}
              <li class="recently-search-list-item">
                {{$value}}
              </li>
              {{/if}}
              {{/each}}
              <li id="clearHistory" class="recently-search-list-item">Clear all recent searches</li>
            </ul>
          </div>
        </div>
      </div>
    </script>
    <script id="recently-search-top-right-temp" type="text/html">
      <div class="right-product-list">
        {{if $data.recently && $data.recently.length > 0}}
        <h3>Recently Viewed</h3>
        <div class="recentlyViedProducts">
          {{each $data.recently}}
          {{if $index < 4 }}
          {{set truncateLen = 28}}
          {{if $value.linkUrl.indexOf('?') > -1 }}
          {{set prodURL = $value.linkUrl + '&pdptypeAheadSearchInput=' + $imports.typeAheadLastTopTerm + '&tNtt=' + $imports.searchBoxTerm + '&tAt=item' + '&tAv=' + $value.name }}
          {{else}}
            {{set prodURL = $value.linkUrl + '?pdptypeAheadSearchInput=' + $imports.typeAheadLastTopTerm + '&tNtt=' + $imports.searchBoxTerm + '&tAt=item' + '&tAv=' + $value.name }}
            {{/if}}
            {{if $value.name.length + 1 > truncateLen }}
            {{set prodName =  $value.name.substr(0, truncateLen ) + '...'}}
            {{else}}
              {{set prodName = $value.name}}
              {{/if}}
              <a data-name='{{@ prodName.replace(/"/g, "\\\"") }}' class="imgLink" href="{{@ prodURL }}">
<img src="{{@ $value.imgUrl }}"  alt="search image" />
</a>
              {{/if}}
              {{/each}}
        </div>
        {{/if}}
      </div>
    </script>
    <script id="recently-search-bottom-temp" type="text/html">
      <div class="recent-category">
        <div class="left-search-fields">
          {{if $data.terms.length > 0 }}
          <div class="fieldsBox">
            <h3>Trending Searches</h3>
            <ul>
              {{each $data.terms}}
              {{set prevURLT ='https://www.guitarcenter.com/search?typeAheadSuggestion=true&typeAheadRedirect=true&isTypeAheadSearch=true&Ns=r&tAt=term&tNtt='}}
              <li class="typeAheadSearchItem Trending-Searches">
                <a data-name='{{@ $value.replace(/"/g, "\\\"") }}'
href="{{@ prevURLT + $imports.searchBoxTerm + '&tAv=' + $value + '&Ntt=' + $value.replace(/%20/g, '+') }}">
                {{@ $value }}
                </a>
              </li>
              {{/each}}
            </ul>
          </div>
          {{/if}}
          {{if $data.dimensions && $data.dimensions.length > 0}}
          {{each $data.dimensions}}
          {{set dd = {value: $value, pretitle: 'Trending'} }}
          {{include "search-result-dimensions-temp" dd}}
          {{/each}}
          {{/if}}
        </div>
        <div class="right-product-list">
          {{if $data.products && $data.products.length > 0}}
          <h3>Trending Products</h3>
          {{set productsData = {value: $data.products, classname: 'Trending-products'} }}
          {{include "search-result-products-temp" productsData}}
          {{/if}}
        </div>
      </div>
    </script>
  </div>
  <!--typeahead search result-->
  <div class="typeAheadSearchResultWrapper" id="typeAheadSearchResultWrapper" style="display: none;">
    <div class="typeahead-content-wrapper">
      <div class="typeAheadSearchResultContent"></div>
    </div>
    <script id="search-result-temp" type="text/html">
      <div class="recent-category">
        <div class="left-search-fields">
          {{if $data.terms.length > 0 }}
          <div class="fieldsBox">
            <h3>Top Searches</h3>
            <ul>
              {{each $data.terms}}
              {{set prevURLT ='https://www.guitarcenter.com/search?typeAheadSuggestion=true&typeAheadRedirect=true&isTypeAheadSearch=true&Ns=r&tAt=term&tNtt='}}
              <li class="typeAheadSearchItem Top-Searches">
                <a data-name='{{@ $value.replace(/"/g, "\\\"") }}'
href="{{@ prevURLT + $imports.searchBoxTerm + '&tAv=' + $value + '&Ntt=' + $value.replace(/%20/g, '+') }}">
                {{@ $value }}
                </a>
              </li>
              {{/each}}
            </ul>
          </div>
          {{/if}}
          {{if $data.dimensions && $data.dimensions.length > 0}}
          {{each $data.dimensions}}
          {{set dd = {value: $value, pretitle: 'Top'} }}
          {{include "search-result-dimensions-temp" dd}}
          {{/each}}
          {{/if}}
        </div>
        <div class="right-product-list">
          {{if $data.products && $data.products.length > 0}}
          <h3>Recommended Products</h3>
          {{set productsData = {value: $data.products, classname: 'Recommended-products'} }}
          {{include "search-result-products-temp" productsData}}
          {{/if}}
        </div>
      </div>
    </script>
    <script id="search-result-dimensions-temp" type="text/html">
      <div class="fieldsBox">
        {{set vdata = $data.value }}
        {{if vdata.name == 'brands' || vdata.name == 'Brands' }}
        {{set isTypeAheadSearch = true}}
        {{else}}
          {{set isTypeAheadSearch = false}}
          {{/if}}
          {{if vdata.values && vdata.values.length > 0 }}
          <h3>{{@ $data.pretitle }} {{@ vdata.name}}</h3>
          <ul>
            {{each vdata.values}}
            {{set count = $value.count || '' }}
            {{set prevURLD ='https://www.guitarcenter.com/search?typeAheadSuggestion=true&typeAheadRedirect=true&isTypeAheadSearch=' }}
            {{if $value.seoURl }}
            {{set URL = $value.seoURl + '?tNtt=' + $imports.searchBoxTerm + '&tAt=' + vdata.name + '&tAv=' + $value.name }}
            {{else}}
              {{set URL = prevURLD + isTypeAheadSearch + '&tNtt=' + $imports.searchBoxTerm + '&tAt=' + vdata.name + '&tAv=' + $value.name + '&Ntt=' + $imports.typeAheadLastTopTerm.replace(/%20/g, '+') + '&N=' + $value.id }}
              {{/if}}
              <li class="typeAheadSearchItem {{@ $data.pretitle + '-' + vdata.name }}">
                <a data-name='{{@ $value.name.replace(/"/g, "\\\"") }}' href="{{@ URL}}">{{@ $value.name + count }} </a>
              </li>
              {{/each}}
          </ul>
          {{/if}}
      </div>
    </script>
    <script id="search-result-products-temp" type="text/html">
      <div class="productItem-grid-gc-jsp">
        {{set vdata = $data.value }}
        {{each vdata}}
        {{set truncateLen = 40}}
        {{if $value.linkUrl.indexOf('?') > -1 }}
        {{set prodURL = $value.linkUrl + '&pdptypeAheadSearchInput=' + $imports.typeAheadLastTopTerm + '&tNtt=' + $imports.searchBoxTerm + '&tAt=item' + '&tAv=' + $value.name }}
        {{else}}
          {{set prodURL = $value.linkUrl + '?pdptypeAheadSearchInput=' + $imports.typeAheadLastTopTerm + '&tNtt=' + $imports.searchBoxTerm + '&tAt=item' + '&tAv=' + $value.name }}
          {{/if}}
          {{if $value.name.length + 1 > truncateLen }}
          {{set prodName =  $value.name.substr(0, truncateLen ) + '...'}}
          {{else}}
            {{set prodName = $value.name}}
            {{/if}}
            <div class="productItem {{@ $data.classname }}">
              <div class="image-box">
                <a data-name='{{@ prodName.replace(/"/g, "\\\"") }}' class="imgLink hidden-arrow" href="{{@ prodURL }}">
<img src="{{@ $value.imgUrl }}"  alt="search image" />
</a>
              </div>
              <div class="product-detail">
                <p class="product-title">
                  <a data-name='{{@ prodName.replace(/"/g, "\\\"") }}' class="titleLink hidden-arrow" href="{{@ prodURL}}"> {{@ prodName}} </a>
                </p>
                <a href="#" class="rate hidden-arrow">
                {{if $value.rating }}
                <span class="stars small rate-{{@ $imports.parseInt($value.rating) }}">
                  {{@ $imports.mathRound($imports.parseInt($value.rating) / 2) + '.0' }}
                </span>
                {{else}}
                  <span class="stars small rate-0">0.0</span>
                  {{/if}}
                </a>
                {{if $value.price }}
                <p class="product-price"><span>{{@ $imports.currencySymbol + $imports.formatPrice($value.price) }}</span></p>
                {{else}}
                  <p class="product-price">
                  <h4>Contact for Price</h4>
                  </p>
                  {{/if}}
              </div>
            </div>
            {{/each}}
      </div>
    </script>
  </div>
</form>

<form id="searchZipCode-form">
  <div class="header-store-searchCode-form">
    <span class="header-store-zipCode-input">
      <input id="search-ZipCode" placeholder="Zip Code" aria-label="Zip Code" autocomplete="postal-code">
    </span>
    <span>
      <button class="header-store-zipCode-search" htmltype="submit"> Search </button>
    </span>
  </div>
</form>

Name: header-delivery-zipCodePOST

<form method="post" id="header-delivery-form" name="header-delivery-zipCode">
  <div class="zipCode-form">
    <fieldset class="select-zipcode">
      <input aria-required="true" class="required text" id="header-delivery-zipCode" name="Enter_Zip_Code" placeholder="Enter Zip Code" title="Enter Zip Code" value="" aria-label="Enter Zip Code">
    </fieldset>
    <button class="select-zipCode-Btn"> Go <span style="display:none;" class="ae-compliance-indent ae-reader-visible"> - submit zipcode </span></button>
  </div>
  <div class="error-massage"></div>
  <div class="use-current-location">
    <img width="11px" height="15px" src="https://static.guitarcenter.com/img/brand/gc/cmn/svg-icon/location-grey-icon.svg?vId=2024.03.12.dev.gc7.5.20.atg.b&amp;cb=18" role="presentation"><span class="header-delivery-location">Use My Current
      Location</span>
  </div>
  <div class="delivery-info">
    <span class="ship-icon">
      <img width="40px" height="40px" src="https://static.guitarcenter.com/img/brand/gc/cmn/svg-icon/delivery-truck-black.svg?vId=2024.03.12.dev.gc7.5.20.atg.b&amp;cb=18" role="presentation">
    </span>
    <span class="info">Your ZIP Code helps us to provide <span class="up-to-date"> the most up-to-date </span> product and delivery information.</span>
  </div>
</form>

Name: map-search-formGET //stores.guitarcenter.com/

<form id="map-search-form" name="map-search-form" class="map-search-form" method="GET" role="form" action="//stores.guitarcenter.com/">
  <input type="radio" data-value="location" value="location" name="searchType" checked="" style="display: none;" aria-labelledby="ae-formFieldLabelOptIn_mnxvw3zdq1_0">
  <a href="#" id="search-near-me" title="Search locations near you" aria-label="Click to search locations near you">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.1" data-icon="location" viewBox="0 0 16 16" x="0px" y="0px" role="presentation" aria-hidden="true">
                            <path class="svg" d="M16 0l-16 8 6 2 2 6 8-16z"></path>
                        </svg>
                    </a>
  <label for="q" class="sr-only" id="ae-formFieldLabelOptIn_mnxvw3zdq1_0">Please enter address, city, or zip</label>
  <input id="q" type="text" name="locator-search-value" aria-autocomplete="list" value="" placeholder="Enter address, city, or zip" class="ui-autocomplete-input" autocomplete="off" aria-label="Enter address, city, or zip">
  <a id="search-button" type="submit" title="Search Nearby Locations" aria-label="Click to submit search form" role="button" tabindex="0">
                        <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 100 125" style="enable-background:new 0 0 100 100;" xml:space="preserve" role="presentation" aria-hidden="true">
                            <path d="M44.7,23.2c11.8,0,21.5,9.6,21.5,21.5c0,4.5-1.4,8.7-4,12.4l-2.1,3l-3,2.1c-3.7,2.6-7.9,4-12.4,4  c-11.8,0-21.5-9.6-21.5-21.5S32.9,23.2,44.7,23.2 M44.7,12.5c-17.8,0-32.2,14.4-32.2,32.2s14.4,32.2,32.2,32.2  c6.9,0,13.3-2.2,18.6-6L78.4,86c1,1,2.4,1.6,3.8,1.6S85,87.1,86,86l0.1-0.1c2.1-2.1,2.4-5.6,0-7.6L71,63.3c3.7-5.3,6-11.7,6-18.6  C76.9,26.9,62.5,12.5,44.7,12.5L44.7,12.5z"></path>
                        </svg>
                    </a>
</form>

GET

<form id="gcNewsletterForm" method="GET" action="" class="newsletter-form">
  <h3 role="heading" aria-level="2">Be the first to know about exclusive offers, tips and more.</h3>
  <fieldset class="newsletter-fields">
    <label for="NewsLetterEmail">Email Address (Required)</label>
    <input aria-required="true" type="email" id="NewsLetterEmail" name="NewsLetterEmail" value="" placeholder="Enter Email Address" title="Guitar Center Email News Signup">
    <input type="submit" id="btnJoinNow" class="button primary" value="Sign Up">
  </fieldset>
  <div id="clarip-consent-33"><input type="checkbox" data-role="none" id="consentCap-33" name="consentCap-33" required="" aria-required="true"><label for="consentCap-33">Yes, I would like to receive emails with news and offers from Guitar
      Center.</label></div>
  <script type="text/javascript">
    var pid = 33;
  </script>
  <script type="text/javascript" src="https://cdn.clarip.com/gci/clarip_consent.js" async=""></script>
  <div id="gc-newsletter-consent-errors"></div>
</form>

Text Content

Skip to main content

This website is AudioEye enabled and is being optimized for accessibility. To
open the AudioEye Toolbar, press "shift + =". Some assistive technologies may
require the use of a passthrough function before this keystroke. For more
information, activate the button labeled “Explore your accessibility options”.

Cookie Policy
We use cookies and similar tracking technologies to enhance your browsing
experience, analyze traffic to our site, customize content and advertising, and
the website performance. Privacy Policy Manage Cookies
Deny CookiesAccept All Cookies
https://www.guitarcenter.com/myaccount/overview


MY ACCOUNT

 * Track Order
 * Account Overview
 * Student Portal
 * Level Up (Digital Practice Support)
 * Wish List
 * Alerts
 * Address Book
 * Payment Methods
 * Gift Card Balances
 * Need Help?
 * Pay Gear Card & Manage
 * Pay Essential Card


 * Sign in Close
 * Track Order
 * Recently Viewed
   Recently Viewed
   
      Accessible Menu - Shop
    * Shop With An Expert
    * Best Sellers
    * Daily Pick
    * Deals
      Deals Shop All Deals >
       * Guitars
       * Basses
       * Amps & Effects
       * Recording
       * Drums
       * Software
       * Keyboards & MIDI
       * Mics & Wireless
       * Live Sound
       * DJ
       * Lighting
       * Outlet
       * Accessories
   
    * New Arrivals
    * Used & Vintage
      Used Shop All Used & Vintage >
       * Guitars
       * Basses
       * Amps & Effects
       * Keyboards & MIDI
       * Recording
       * Drums
       * Mics & Wireless
       * DJ
       * Live Sound
       * Lighting
       * Vintage
       * Sell Your Gear

   --------------------------------------------------------------------------------

   Shop By Category

      Accessible Menu - Shop By Category
    * Guitars
      Guitars Shop All Guitars >
       * Electric Guitars
         * Solid Body
         * Hollow & Semi-Hollow Body
         * Left Handed
         * Travel & Mini
      
       * Acoustic Guitars
         * Left Handed
         * Acoustic Electric
         * 6-string
         * 12-string
      
       * Guitar Accessories
         * Guitar Strings
         * Guitar Picks
         * Guitar Pickups
         * Cases & Gig Bags
         * Guitar Stands
         * Wall Hangers
         * Instrument Cables
         * Guitar Amps
         * Effects
      
       * Classical & Nylon
       * Ukuleles, Banjos & More
       * Guitar Value Packs
      
       * Popular Brands
         * Taylor
         * Fender
         * Epiphone
         * Gibson
         * Martin
         * Ibanez
         * Fender Custom Shop
         * Gibson Custom
         * D'Angelico
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Basses
      Basses Shop All Basses >
       * Electric Basses
         * 4-String
         * 5-String
         * 6+ String
         * Electric Bass Value Packs
         * Fretless
         * Left-Handed
      
       * Acoustic Basses
         * Double Basses
         * Fretted
      
       * Bass Accessories
         * Bass Effects
         * Fretted Instrument Accessories & Parts
         * Instrument Cables
         * Bass Guitar Strings
         * Cases & Gig Bags
         * Bass Pickups
         * Bass Amps
      
       * Popular Brands
         * Fender
         * Spector
         * Ibanez
         * Squier
         * Dean
         * Rogue
         * Music Man
         * Schecter
         * Epiphone
         * Rickenbacker
         * Sterling
         * Yamaha
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Amps & Effects
      Amps & Effects Shop All Amplifiers & Effects >
       * Guitar Amps
         * Combo Amps
         * Heads
         * Cabinets
         * Guitar Amp Stacks
         * Mini Amps
         * Headphone Guitar Amps
         * Acoustic Combo Guitar Amps
      
       * Bass Amps
         * Combo Amps
         * Heads
         * Cabinets
         * Amp Stacks
         * Mini Amps
         * Preamps
         * Pedals
      
       * Amplifier Accessories
         * Amp Parts
         * Amp Stands
         * Covers & Cases
      
       * Effects
         * Effects Pedals
         * Multi-Effects Pedals
         * Delay & Reverb
         * Distortion & Overdrive
         * Effects Pedal Accessories
         * Pedalboards
         * Power Supplies
      
       * Popular Brands
         * Fender
         * Line 6
         * Marshall
         * BOSS
         * Vox
         * Orange
         * Mesa Boogie
         * EHX
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Drums
      Drums Shop All Drums >
       * Acoustic Drums
         * Drum Sets
         * Floor Toms
         * Mounted Toms
         * Snare Drums
         * Bass Drums
      
       * Electronic Drums
         * Electronic Drum Sets
         * Electronic Drum MIDI Controllers
         * Electronic Drum Modules
         * Drum Amps
         * Drum Machines
         * Trigger Pads
         * Acoustic Drum Triggers
      
       * Cymbals
         * Crash Cymbals
         * Cymbal Packs
         * Cymbal Stands & Boom Arms
         * Electronic Cymbals
         * Hi-Hat Cymbals
      
       * Accessories
       * Pedals
       * Thrones
       * Drum Sticks & Mallets
       * Drum Heads
       * Drum Hardware & Stands
       * Concert Percussion
       * World Percussion
      
       * Popular Brands
         * Alesis
         * DW
         * Ludwig
         * Meinl
         * Pearl
         * Remo
         * Roland
         * Sabian
         * Simmons
         * TAMA
         * Yamaha
         * Zildjian
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Recording
      Recording Shop All Recording >
       * Audio Interfaces
       * Studio Monitors
       * Studio Subwoofers
       * 500 Series
       * Audio Recorders
       * Recording Packages
       * Headphones
       * Microphones
       * Software
       * Mixers
       * Podcasting Gear
      
       * Popular Brands
         * Focusrite
         * Universal Audio
         * KRK
         * Tascam
         * Apple
         * PreSonus
         * JBL
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Keyboards & MIDI
      Keyboards & MIDI Shop All Keyboards & MIDI >
       * Digital Pianos
         * Home Digital Pianos
         * Stage Digital Pianos
         * Stands & Racks
         * Benches & Stools
         * Sustain, Volume & Expression Pedals
         * Cases, Gig Bags & Covers
      
       * MIDI
         * MIDI Controllers
         * MIDI Interfaces
      
       * Synthesizers & Sound Modules
         * Synthesizers
         * Modular Synthesizer Systems
         * Synthesizer Modules
         * Sound Modules
         * Synthesizer & Eurorack Accessories
      
       * Keyboard Workstations
       * Organs
       * Portable & Arranger Keyboards
       * Keyboard Accessories & Parts
       * Keyboard Amplifiers & Monitors
       * Keyboard & MIDI Packages
       * Production & Groove
      
       * Popular Brands
         * Yamaha
         * Yamaha Clavinovas
         * Williams
         * Akai
         * Casio
         * Korg
         * Roland
         * Native Instruments
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Live Sound
      Live Sound Shop All Live Sound >
       * PA Systems
       * PA Speakers
       * PA Subwoofers
       * PA Monitors
       * Power Amps
       * Signal Processors
       * Mixers
       * Microphone & Wireless Systems
       * Headphones
       * Power Conditioners & Surge Protectors
      
       * Popular Brands
         * JBL
         * Harbinger
         * QSC
         * Electro-Voice
         * Yamaha
         * Bose
         * Kustom PA
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * DJ Equipment
      DJ Equipment Shop All DJ Gear >
       * Controllers & Interfaces
       * DJ CD & Media Players
       * DJ Mixers
       * DJ Software
       * Production & Groove
       * Turntables
       * DJ Vinyl
       * DJ Headphones
       * Karaoke
       * Needles & Cartridges
       * DJ Accessories
      
       * Popular Brands
         * Pioneer DJ
         * Numark
         * Denon
         * Native Instruments
         * Gemini
         * Rane
         * Reloop
         * Ortofon
         * New Arrivals
         * Top Sellers
         * On Sale
         * Price Drop
         * Used
   
    * Lighting
      Lighting Shop All Lighting >
       * Lighting & Effects Packages
       * Intelligent Lighting
       * Color Changers & Wash Lights
       * Par Cans
       * Lasers & Strobes
       * Fog & Bubble Machines
       * Lighting Controllers & Dimmer Packs
       * Mirror Balls
       * Gels, Gobos & Lenses
       * Spotlights
       * Lamps & Bulbs
      
       * Popular Brands
         * Chauvet DJ
         * American DJ
         * Venue
         * Elation
         * Proline
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Accessories
      Accessories Shop All Accessories >
       * Strings
       * Tuners & Metronomes
       * Stands & Racks
       * Cables & Snakes
       * Cases & Gig Bags
       * Drum Accessories
       * Care & Cleaning
       * Brass Accessories
       * Woodwind Accessories
       * Clothing & Collectibles
       * Books, Sheet Music & Media
      
       * Popular Brands
         * Musician's Gear
         * Fender
         * Gator
         * On-Stage
         * Livewire
         * Road Runner
         * DW
         * Remo
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Band & Orchestra
      Band & Orchestra Shop All Band & Orchestra >
       * Woodwind Instruments
       * Brass Instruments
       * Orchestral Strings
       * Marching Percussion
       * Concert Percussion
       * Classroom & Kids
      
       * Popular Brands
         * Allora
         * Yamaha
         * Rico Reeds
         * Buffet Crampon
         * Bach
         * Selmer Paris
         * Jo-Ral
         * Jupiter
         * Getzen
         * P. Mauriat
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
   
    * Mics & Wireless
      Mics & Wireless Shop All Mics & Wireless >
       * Microphones
       * Wireless Systems
       * Tube Microphones
       * Condenser Microphones
       * Dynamic Microphones
       * Ribbon Microphones
       * USB Microphones
       * Drum Microphones
       * Microphone Packs & Kits
      
       * Popular Brands
         * Shure
         * Sennheiser
         * MXL
         * Audio-Technica
         * AKG
         * Blue
         * Rode
         * VocoPro
         * Line 6
         * CAD
         * Neumann
         * Gemini
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Music Software
      Music Software Shop All Music Software >
       * DAW
       * Virtual Instruments
       * Effects Plugins
       * Mixing & Mastering
       * Sound Libraries
       * Signal Processors
       * Software Bundles
       * Software Downloads
      
       * Popular Brands
         * Native Instruments
         * Avid
         * Image Line
         * Spectrasonics
         * Toontrack
         * Steinberg
         * Antares
         * Propellerhead
         * iZotope
         * PreSonus
         * Celemony
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
   
    * Platinum Gear
      Platinum Gear Shop All Platinum >
       * Platinum Electric Guitars
       * Platinum Acoustic Guitars
       * Platinum Basses
      
       * Popular Brands
         * Gretsch
         * Fender
         * Fender Custom Shop
         * Gibson
         * Gibson Custom
         * Martin
         * PRS Guitars
         * Rickenbacker
         * Taylor
         * ESP
         * Ernie Ball Music Man
         * Ibanez
         * Jackson
      
       * New Arrivals
       * Top Sellers
       * On Sale
   
    * Outlet
      Outlet Shop All Outlet >
       * Outlet Guitars
       * Outlet Amps & Effects
       * Outlet Basses
       * Outlet Folk & Traditional
       * Outlet Drums
       * Outlet Keyboards & MIDI
       * Outlet DJ & Lighting
       * Outlet Recording
       * Outlet Accessories
      
      

    * Financing
    * Buy a Gift Card
    * Lessons
    * Repairs
    * Rentals
    * GC Pro
    * Riffs Blog
      Blog
       * Buying Guides
       * Product Demos
       * Gear Tips
       * Interviews
       * Gear News
       * All Articles
      
       * The Gibson Theodore Standard | A “Lost” McCarty Classic Joins the
         Gibson Lineup
       * Luke Holland Drum Workshop at Guitar Center Hollywood
       * The Best Studio Monitors of 2024
       * Line 6 Catalyst CX Amps | Helix Onboard
   
    * Newsletter
    * Support
    * Stores
    * About Us
    * Download IOS App
    * Download Android App

Call 866‑388‑4445 or chat to save on orders of $199+
 
Hey there.
How can we help you out?
We're here for your gear needs.
Give us a call
866-498-7882 Request a Callback Español 877-687-5402
Live Chat
Live Chat
Hours:
MON - FRI 5 AM - 8 PM PT
SAT 6 AM - 6 PM PT
SUN 6 AM - 5 PM PT
 * Track Order
 * Returns
 * FAQs
 * Store Locator
 * Guitar Center Lessons

Guitar Center Find your sound

SHOP
 * Sign in
 * Track Order
 * Recently Viewed
   Recently Viewed
   
    * Shop With An Expert
    * Best Sellers
    * Daily Pick
    * Deals
      Deals Shop All Deals >
       * Guitars
       * Basses
       * Amps & Effects
       * Recording
       * Drums
       * Software
       * Keyboards & MIDI
       * Mics & Wireless
       * Live Sound
       * DJ
       * Lighting
       * Outlet
       * Accessories
   
    * New Arrivals
    * Used & Vintage
      Used Shop All Used & Vintage >
       * Guitars
       * Basses
       * Amps & Effects
       * Keyboards & MIDI
       * Recording
       * Drums
       * Mics & Wireless
       * DJ
       * Live Sound
       * Lighting
       * Vintage
       * Sell Your Gear

   --------------------------------------------------------------------------------

   Shop By Category

    * Guitars
      Guitars Shop All Guitars >
       * Electric Guitars
         * Solid Body
         * Hollow & Semi-Hollow Body
         * Left Handed
         * Travel & Mini
      
       * Acoustic Guitars
         * Left Handed
         * Acoustic Electric
         * 6-string
         * 12-string
      
       * Guitar Accessories
         * Guitar Strings
         * Guitar Picks
         * Guitar Pickups
         * Cases & Gig Bags
         * Guitar Stands
         * Wall Hangers
         * Instrument Cables
         * Guitar Amps
         * Effects
      
       * Classical & Nylon
       * Ukuleles, Banjos & More
       * Guitar Value Packs
      
       * Popular Brands
         * Taylor
         * Fender
         * Epiphone
         * Gibson
         * Martin
         * Ibanez
         * Fender Custom Shop
         * Gibson Custom
         * D'Angelico
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Basses
      Basses Shop All Basses >
       * Electric Basses
         * 4-String
         * 5-String
         * 6+ String
         * Electric Bass Value Packs
         * Fretless
         * Left-Handed
      
       * Acoustic Basses
         * Double Basses
         * Fretted
      
       * Bass Accessories
         * Bass Effects
         * Fretted Instrument Accessories & Parts
         * Instrument Cables
         * Bass Guitar Strings
         * Cases & Gig Bags
         * Bass Pickups
         * Bass Amps
      
       * Popular Brands
         * Fender
         * Spector
         * Ibanez
         * Squier
         * Dean
         * Rogue
         * Music Man
         * Schecter
         * Epiphone
         * Rickenbacker
         * Sterling
         * Yamaha
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Amps & Effects
      Amps & Effects Shop All Amplifiers & Effects >
       * Guitar Amps
         * Combo Amps
         * Heads
         * Cabinets
         * Guitar Amp Stacks
         * Mini Amps
         * Headphone Guitar Amps
         * Acoustic Combo Guitar Amps
      
       * Bass Amps
         * Combo Amps
         * Heads
         * Cabinets
         * Amp Stacks
         * Mini Amps
         * Preamps
         * Pedals
      
       * Amplifier Accessories
         * Amp Parts
         * Amp Stands
         * Covers & Cases
      
       * Effects
         * Effects Pedals
         * Multi-Effects Pedals
         * Delay & Reverb
         * Distortion & Overdrive
         * Effects Pedal Accessories
         * Pedalboards
         * Power Supplies
      
       * Popular Brands
         * Fender
         * Line 6
         * Marshall
         * BOSS
         * Vox
         * Orange
         * Mesa Boogie
         * EHX
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Drums
      Drums Shop All Drums >
       * Acoustic Drums
         * Drum Sets
         * Floor Toms
         * Mounted Toms
         * Snare Drums
         * Bass Drums
      
       * Electronic Drums
         * Electronic Drum Sets
         * Electronic Drum MIDI Controllers
         * Electronic Drum Modules
         * Drum Amps
         * Drum Machines
         * Trigger Pads
         * Acoustic Drum Triggers
      
       * Cymbals
         * Crash Cymbals
         * Cymbal Packs
         * Cymbal Stands & Boom Arms
         * Electronic Cymbals
         * Hi-Hat Cymbals
      
       * Accessories
       * Pedals
       * Thrones
       * Drum Sticks & Mallets
       * Drum Heads
       * Drum Hardware & Stands
       * Concert Percussion
       * World Percussion
      
       * Popular Brands
         * Alesis
         * DW
         * Ludwig
         * Meinl
         * Pearl
         * Remo
         * Roland
         * Sabian
         * Simmons
         * TAMA
         * Yamaha
         * Zildjian
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Recording
      Recording Shop All Recording >
       * Audio Interfaces
       * Studio Monitors
       * Studio Subwoofers
       * 500 Series
       * Audio Recorders
       * Recording Packages
       * Headphones
       * Microphones
       * Software
       * Mixers
       * Podcasting Gear
      
       * Popular Brands
         * Focusrite
         * Universal Audio
         * KRK
         * Tascam
         * Apple
         * PreSonus
         * JBL
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Keyboards & MIDI
      Keyboards & MIDI Shop All Keyboards & MIDI >
       * Digital Pianos
         * Home Digital Pianos
         * Stage Digital Pianos
         * Stands & Racks
         * Benches & Stools
         * Sustain, Volume & Expression Pedals
         * Cases, Gig Bags & Covers
      
       * MIDI
         * MIDI Controllers
         * MIDI Interfaces
      
       * Synthesizers & Sound Modules
         * Synthesizers
         * Modular Synthesizer Systems
         * Synthesizer Modules
         * Sound Modules
         * Synthesizer & Eurorack Accessories
      
       * Keyboard Workstations
       * Organs
       * Portable & Arranger Keyboards
       * Keyboard Accessories & Parts
       * Keyboard Amplifiers & Monitors
       * Keyboard & MIDI Packages
       * Production & Groove
      
       * Popular Brands
         * Yamaha
         * Yamaha Clavinovas
         * Williams
         * Akai
         * Casio
         * Korg
         * Roland
         * Native Instruments
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Live Sound
      Live Sound Shop All Live Sound >
       * PA Systems
       * PA Speakers
       * PA Subwoofers
       * PA Monitors
       * Power Amps
       * Signal Processors
       * Mixers
       * Microphone & Wireless Systems
       * Headphones
       * Power Conditioners & Surge Protectors
      
       * Popular Brands
         * JBL
         * Harbinger
         * QSC
         * Electro-Voice
         * Yamaha
         * Bose
         * Kustom PA
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * DJ Equipment
      DJ Equipment Shop All DJ Gear >
       * Controllers & Interfaces
       * DJ CD & Media Players
       * DJ Mixers
       * DJ Software
       * Production & Groove
       * Turntables
       * DJ Vinyl
       * DJ Headphones
       * Karaoke
       * Needles & Cartridges
       * DJ Accessories
      
       * Popular Brands
         * Pioneer DJ
         * Numark
         * Denon
         * Native Instruments
         * Gemini
         * Rane
         * Reloop
         * Ortofon
         * New Arrivals
         * Top Sellers
         * On Sale
         * Price Drop
         * Used
   
    * Lighting
      Lighting Shop All Lighting >
       * Lighting & Effects Packages
       * Intelligent Lighting
       * Color Changers & Wash Lights
       * Par Cans
       * Lasers & Strobes
       * Fog & Bubble Machines
       * Lighting Controllers & Dimmer Packs
       * Mirror Balls
       * Gels, Gobos & Lenses
       * Spotlights
       * Lamps & Bulbs
      
       * Popular Brands
         * Chauvet DJ
         * American DJ
         * Venue
         * Elation
         * Proline
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Accessories
      Accessories Shop All Accessories >
       * Strings
       * Tuners & Metronomes
       * Stands & Racks
       * Cables & Snakes
       * Cases & Gig Bags
       * Drum Accessories
       * Care & Cleaning
       * Brass Accessories
       * Woodwind Accessories
       * Clothing & Collectibles
       * Books, Sheet Music & Media
      
       * Popular Brands
         * Musician's Gear
         * Fender
         * Gator
         * On-Stage
         * Livewire
         * Road Runner
         * DW
         * Remo
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Band & Orchestra
      Band & Orchestra Shop All Band & Orchestra >
       * Woodwind Instruments
       * Brass Instruments
       * Orchestral Strings
       * Marching Percussion
       * Concert Percussion
       * Classroom & Kids
      
       * Popular Brands
         * Allora
         * Yamaha
         * Rico Reeds
         * Buffet Crampon
         * Bach
         * Selmer Paris
         * Jo-Ral
         * Jupiter
         * Getzen
         * P. Mauriat
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
   
    * Mics & Wireless
      Mics & Wireless Shop All Mics & Wireless >
       * Microphones
       * Wireless Systems
       * Tube Microphones
       * Condenser Microphones
       * Dynamic Microphones
       * Ribbon Microphones
       * USB Microphones
       * Drum Microphones
       * Microphone Packs & Kits
      
       * Popular Brands
         * Shure
         * Sennheiser
         * MXL
         * Audio-Technica
         * AKG
         * Blue
         * Rode
         * VocoPro
         * Line 6
         * CAD
         * Neumann
         * Gemini
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
       * Used
   
    * Music Software
      Music Software Shop All Music Software >
       * DAW
       * Virtual Instruments
       * Effects Plugins
       * Mixing & Mastering
       * Sound Libraries
       * Signal Processors
       * Software Bundles
       * Software Downloads
      
       * Popular Brands
         * Native Instruments
         * Avid
         * Image Line
         * Spectrasonics
         * Toontrack
         * Steinberg
         * Antares
         * Propellerhead
         * iZotope
         * PreSonus
         * Celemony
      
       * New Arrivals
       * Top Sellers
       * On Sale
       * Price Drop
   
    * Platinum Gear
      Platinum Gear Shop All Platinum >
       * Platinum Electric Guitars
       * Platinum Acoustic Guitars
       * Platinum Basses
      
       * Popular Brands
         * Gretsch
         * Fender
         * Fender Custom Shop
         * Gibson
         * Gibson Custom
         * Martin
         * PRS Guitars
         * Rickenbacker
         * Taylor
         * ESP
         * Ernie Ball Music Man
         * Ibanez
         * Jackson
      
       * New Arrivals
       * Top Sellers
       * On Sale
   
    * Outlet
      Outlet Shop All Outlet >
       * Outlet Guitars
       * Outlet Amps & Effects
       * Outlet Basses
       * Outlet Folk & Traditional
       * Outlet Drums
       * Outlet Keyboards & MIDI
       * Outlet DJ & Lighting
       * Outlet Recording
       * Outlet Accessories
      
      

    * Financing
    * Buy a Gift Card
    * Lessons
    * Repairs
    * Rentals
    * GC Pro
    * Riffs Blog
      Blog
       * Buying Guides
       * Product Demos
       * Gear Tips
       * Interviews
       * Gear News
       * All Articles
      
       * The Gibson Theodore Standard | A “Lost” McCarty Classic Joins the
         Gibson Lineup
       * Luke Holland Drum Workshop at Guitar Center Hollywood
       * The Best Studio Monitors of 2024
       * Line 6 Catalyst CX Amps | Helix Onboard
   
    * Newsletter
    * Support
    * Stores
    * About Us
    * Download IOS App
    * Download Android App

false { "sourceCodeId" : "7700001", "sourceName" : "GCDIRECTSOURCECODE1",
"sourceSegment" : "Direct", "profileZipcode" : "", "profileStoreId" : "",
"profileStoreName" : "", "profileID" : "6561197757", "isInternational": "false",
"isWarrantyShippable": "true", "isInternationalCommerceEnabled": "true",
"currencySymbol": "$", "cookieLoggedIn" : false, "richRelevanceMode":"render",
"richRelevanceApiKey":"9ed4604c5beebd43", "richRelevanceUserId":"",
"richRelevanceSessionId":"c021abacb04ca63d4d29506098182779",
"rrBaseUrl":"//recs.richrelevance.com/rrserver/", "rrChannelId":"-",
"rrMobileChannelId":"fc5eedc2f1f5f7c9", "hashedUserIdForCriteo":"",
"rrTimeout":"10000", "isEducatorAccount": "false", "sessionIsDC": "false",
"fullyLoggedIn" : false, "isMobile":"false", "isProp65User":"false",
"JSESSIONID":"", "enableTwoDayShipMessage":"true",
"enableAskUserLocation":"true", "showEloyalty": "true",
"gcProExperience":"false", "enableStoreFinderService":true,
"enableSiteForCurbside":true, "storePickUpMode":"both",
"applePayEnabled":"false", "gcProApproved":"false", "gcProCheckout" : "false",
"gcProStatus" : "NeverApplied", "gcProSplitCart" : "true", "callCenterNumber" :
"866-498-7882", "liveChat" : "false", "doNotSell":"",
"dbIpRespLatitude":"39.0438", "dbIpRespLongitude":"-77.4874" }


Search

View Cart

 * Live Help
   866-498-7882
   >
    
   Hey there.
   How can we help you out?
   We're here for your gear needs.
   Give us a call
   866-498-7882 Request a Callback Español 877-687-5402
   Live Chat
   Live Chat
   Hours:
   MON - FRI 5 AM - 8 PM PT
   SAT 6 AM - 6 PM PT
   SUN 6 AM - 5 PM PT
    * Track Order
    * Returns
    * FAQs
    * Store Locator
    * Guitar Center Lessons

 * Sign In
   
   Sign In
 * 0 Cart
   My Cart
   Your Cart is Empty
   Continue Shopping
   Go to Cart

 
Order Pickup Locations
Search
Use My Current Location

    
 1. My Store Select store
    
 2. Delivery to United States
    Go - submit zipcode
    
    Use My Current Location
    Your ZIP Code helps us to provide the most up-to-date product and delivery
    information.

Accessible Menu - Main
 1. Try Lessons
 2. Used & Vintage
     1.  UsedShop All >
     2.  Guitars
     3.  Basses
     4.  Amps & Effects
     5.  Keyboards & MIDI
     6.  Recording
     7.  Drums
     8.  Mics & Wireless
     9.  DJ
     10. Live Sound
     11. Lighting
     12. Vintage
     13. Sell Your Gear

 3. Deals
     1.  DealsShop All >
     2.  Guitars
     3.  Basses
     4.  Amps & Effects
     5.  Recording
     6.  Drums
     7.  Software
     8.  Keyboards & MIDI
     9.  Mics & Wireless
     10. Live Sound
     11. DJ
     12. Lighting
     13. Outlet
     14. Accessories
    
     1. Daily Pick 15:39:49
        
        FenderLimited-Edition Zuma Concert Ukulele Surf Green
        
        $139.99
        
        $199.99
    
        

 4. Financing
 5. Riffs Blog
 6. More - menu options
     1. 
     2. Repairs
     3. Rentals
     4. GC Pro

Find a Store
All locations
Please enter address, city, or zip
Filter Stores by
 * Repairs
 * Lessons
 * Rentals
 * GC Pro
 * Platinum Room
 * Vintage
 * Destination Drum Shop
 * Lighting
 * Content Creator

 * Alaska ()
 * Alabama ()
 * Arkansas ()
 * Arizona ()
 * California ()
 * Colorado ()
 * Connecticut ()
 * Delaware ()
 * Florida ()
 * Georgia ()
 * Hawaii ()
 * Iowa ()
 * Idaho ()
 * Illinois ()
 * Indiana ()
 * Kansas ()
 * Kentucky ()
 * Louisiana ()
 * Massachusetts ()
 * Maryland ()
 * Maine ()
 * Michigan ()
 * Minnesota ()
 * Missouri ()
 * Mississippi ()
 * North Carolina ()
 * North Dakota ()
 * Nebraska ()
 * New Hampshire ()
 * New Jersey ()
 * New Mexico ()
 * Nevada ()
 * New York ()
 * Ohio ()
 * Oklahoma ()
 * Oregon ()
 * Pennsylvania ()
 * Rhode Island ()
 * South Carolina ()
 * South Dakota ()
 * Tennessee ()
 * Texas ()
 * Utah ()
 * Virginia ()
 * Vermont ()
 * Washington ()
 * Wisconsin ()

There are no stores in your search area. Please try a different search or browse
our stores by state.

Load More Results
+−
Zum Verschieben drückst du die Pfeiltasten entsprechend.

















Kurzbefehle
KartendatenKartendaten ©2024 Google, INEGI
Kartendaten ©2024 Google, INEGI

500 km 

Klicken, um zwischen metrischen und angloamerikanischen Maßeinheiten zu wechseln
Nutzungsbedingungen
Fehler bei Google Maps melden




 * View List
 * View Map


BE THE FIRST TO KNOW ABOUT EXCLUSIVE OFFERS, TIPS AND MORE.

Email Address (Required)
Yes, I would like to receive emails with news and offers from Guitar Center.



OTHER WAYS TO SHOP

 * Financing
 * App
 * Gift Cards
 * 866-498-7882


CONNECT WITH US

 * FacebookOpens in new window
 * TwitterOpens in new window
 * YouTubeOpens in new window
 * InstagramOpens in new window


CHOOSE COUNTRY

United States 


YOUR ACCOUNT

 * Order History
 * Returns
 * Wish List
 * Email Preferences
 * Business Accounts


FEATURES

 * Rebates
   
 * Apply for Leasing
 * Pro Coverage
 * Affiliate Program
 * Press Room


SUPPORT

 * Service & Support
 * About
 * Careers
 * Site Map
 * Locations
 * Accessibility Statement


HOW ARE WE DOING?

Contact Us
Better Business Bureau (opens in new window)
Copyright © Guitar Center, Inc. All Rights Reserved. California Transparency Act
Purchase Terms & Conditions Your Privacy Rights Terms of Use Do Not Sell or
Share My Info Data Rights Request Cookie Preferences
https://guitarcenter.egain.net/system/templates/chat/guitarcenter/chat.html?entryPointId=1001&templateName=guitarcenter&languageCode=en&countryCode=US&ver=v11
/common/chatPopup.jsp?entryPointId=1001&brandId=GCChat&sourceId=GCChat
866-498-7882 English
877-687-5402 Español
Chat Now
 * Gift Card
 * Customer Service
 * Financing
 * Mobile App

 * Facebook
 * Twitter
 * YouTube
 * Instagram

Give Feedback
 * Terms of Use
 * Terms & Conditions
 * Privacy Policy
 * Accessibility Statement

 * CA Transparency Act
 * Do Not Sell or Share My Info
 * Data Rights Request
 * Cookie Preferences

Better Business Bureau (opens in new window)

Copyright © Guitar Center Inc.





Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download
Explore your accessibility options


close carousel