www.guitarcenter.com Open in urlscan Pro
104.64.213.125  Public Scan

Submitted URL: https://music.sharepointonline1.com/
Effective URL: https://www.guitarcenter.com/
Submission: On October 11 via api from US — Scanned from US

Form analysis 12 forms found in the DOM

Name: returningCustFlyoutPOST

<form method="post" id="returningCustFlyout" name="returningCustFlyout" iclass="omnitureFormTrack">
  <fieldset>
    <label for="email" role="presentation">Email address (Required):</label>
    <input aria-required="true" class="required text" type="email" id="returningCustFlyout_Email" name="returningCustFlyout_Email" placeholder="Enter Email" title="Enter Login Email" value="">
    <label for="password" role="presentation">Password (Required):</label>
    <input aria-required="true" class="required text" type="password" name="returningCustFlyout_Password" id="returningCustFlyout_Password" value="" placeholder="Password" title="Enter Password">
  </fieldset>
  <fieldset>
    <p data-js-ajax-error="" id="ajaxError" class="hidden"></p>
    <input id="signIn" class="submit styleBtn returningCustFlyout-signInBtn" type="submit" value="Sign In">
  </fieldset>
  <input type="hidden" name="SAMLRequest" value="">
  <div class="forgotPW clearfix">
    <a id="signinForgotPW" href="/account/profilePasswordForgot.jsp" role="button" tabindex="0">Forgot Password? <span class="screen-reader-only">(Opens Forgot Password Dialog)</span></a>
  </div>
</form>

GET /search

<form id="header-search" class="header-search" action="/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"><span class="ae-compliance-indent" style="display:none;" id="ae_search_instructions">To navigate through search suggestions, begin typing then use down and up arrow keys.</span>
    <!-- <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-describedby="ae_search_instructions">
    <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">
        <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 = '/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 = '/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 = '/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">
    </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="">
    </fieldset>
    <button class="select-zipCode-Btn"> Go </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=2023.09.18.checkout.a&amp;cb=18" alt=""><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=2023.09.18.checkout.a&amp;cb=18" alt="">
    </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>

<form itemprop="potentialAction" itemscope="" itemtype="//schema.org/SearchAction">
  <meta itemprop="target" content="//www.guitarcenter.com/search?Ntt={search_string}"><label for="search_string_query" role="presentation"><span class="screen-reader-only">Search String Query (Required):</span><input itemprop="query-input"
      type="text" id="search_string_query" name="search_string" required=""></label><input type="submit" role="presentation" aria-hidden="true" tabindex="-1">
</form>

POST /cart?_DARGS=/cartridges/dailyPick.jsp

<form method="post" action="/cart?_DARGS=/cartridges/dailyPick.jsp" class="addItemToOrderForm">
  <div style="display:none"><input name="_dyncharset" type="hidden" value="UTF-8"> </div>
  <div style="display:none"><input name="_dynSessConf" type="hidden" value="115034484008122987"> </div><input name="/atg/commerce/order/purchase/CartModifierFormHandler.addItemCount" type="hidden" value="1"><input
    name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.addItemCount" type="hidden" value=" "><input type="hidden" id="promoEndDate" value="Thursday 10/12">
  <input type="hidden" id="promoEndTime" value="00:00:00">
  <input name="/atg/commerce/order/purchase/CartModifierFormHandler.items[0].catalogRefId" type="hidden" value="site51500000353552"><input name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.items[0].catalogRefId" type="hidden"
    value=" "><input name="/atg/commerce/order/purchase/CartModifierFormHandler.items[0].quantity" type="hidden" value="1"><input name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.items[0].quantity" type="hidden" value=" "><input
    name="/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrderSuccessURL" type="hidden" value="/cart"><input name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrderSuccessURL" type="hidden" value=" "><input
    name="/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrderErrorURL" type="hidden" value="/cart"><input name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrderErrorURL" type="hidden" value=" ">
  <div class="addtocartbutton">
    <input src="https://static.guitarcenter.com/img/cmn/c.gif" name="/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrder" type="submit" value="Add to Cart" class="buyNow"><input
      name="_D:/atg/commerce/order/purchase/CartModifierFormHandler.addItemToOrder" type="hidden" value=" ">
  </div>
  <div style="display:none"><input name="_DARGS" type="hidden" value="/cartridges/dailyPick.jsp"> </div>
</form>

POST

<form method="post" action="" tabindex="0" id="sweepstakesForm" novalidate="novalidate">
  <div class="field-container col-wrap">
    <div class="col">
      <label for="firstName" class="required">First Name</label>
      <input aria-required="true" id="firstName" name="firstName" type="text" data-role="none">
    </div>
    <div class="col">
      <label for="lastName" class="required">Last Name</label>
      <input aria-required="true" id="lastName" name="lastName" type="text" data-role="none">
    </div>
  </div>
  <div class="field-container col-wrap">
    <div class="col">
      <label for="emailAddress" class="required">Email</label>
      <input aria-required="true" id="emailAddress" name="emailAddress" type="email" data-role="none" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$" autocomplete="email">
    </div>
    <div class="col">
      <label for="state" class="required">State</label>
      <select id="state" name="state" type="text" data-role="none">
        <option disabled="" selected="">State</option>
        <option value="AL">Alabama</option>
        <option value="AK">Alaska</option>
        <option value="AZ">Arizona</option>
        <option value="AR">Arkansas</option>
        <option value="CA">California</option>
        <option value="CO">Colorado</option>
        <option value="CT">Connecticut</option>
        <option value="DE">Delaware</option>
        <option value="DC">District Of Columbia</option>
        <option value="FL">Florida</option>
        <option value="GA">Georgia</option>
        <option value="HI">Hawaii</option>
        <option value="ID">Idaho</option>
        <option value="IL">Illinois</option>
        <option value="IN">Indiana</option>
        <option value="IA">Iowa</option>
        <option value="KS">Kansas</option>
        <option value="KY">Kentucky</option>
        <option value="LA">Louisiana</option>
        <option value="ME">Maine</option>
        <option value="MD">Maryland</option>
        <option value="MA">Massachusetts</option>
        <option value="MI">Michigan</option>
        <option value="MN">Minnesota</option>
        <option value="MS">Mississippi</option>
        <option value="MO">Missouri</option>
        <option value="MT">Montana</option>
        <option value="NE">Nebraska</option>
        <option value="NV">Nevada</option>
        <option value="NH">New Hampshire</option>
        <option value="NJ">New Jersey</option>
        <option value="NM">New Mexico</option>
        <option value="NY">New York</option>
        <option value="NC">North Carolina</option>
        <option value="ND">North Dakota</option>
        <option value="OH">Ohio</option>
        <option value="OK">Oklahoma</option>
        <option value="OR">Oregon</option>
        <option value="PA">Pennsylvania</option>
        <option value="RI">Rhode Island</option>
        <option value="SC">South Carolina</option>
        <option value="SD">South Dakota</option>
        <option value="TN">Tennessee</option>
        <option value="TX">Texas</option>
        <option value="UT">Utah</option>
        <option value="VT">Vermont</option>
        <option value="VA">Virginia</option>
        <option value="WA">Washington</option>
        <option value="WV">West Virginia</option>
        <option value="WI">Wisconsin</option>
        <option value="WY">Wyoming</option>
      </select>
    </div>
  </div>
  <div class="field-container col-wrap">
    <div class="col">
      <label for="phoneNumber" class="required">Phone Number</label>
      <input aria-required="true" id="phoneNumber" type="tel" name="phoneNumber" data-role="none" autocomplete="tel">
    </div>
    <div class="col">
    </div>
  </div>
  <div class="field-container" id="consent">
    <div id="clarip-consent-102"><input type="checkbox" data-role="none" id="consentCap-102" name="consentCap-102"><label for="consentCap-102">Yes, I would like to receive emails from Guitar Center.</label></div>
  </div>
  <div class="field-container">
    <input type="submit" name="submit" value="Enter Now" data-role="none" class="button primary">
  </div>
</form>

GET

<form id="gcNewsletterForm" method="GET" action="" class="newsletter-form" novalidate="novalidate">
  <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=""><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>

POST

<form id="contact" class="form" method="post" action="" tabindex="0" novalidate="">
  <div class="form-control">
    <label for="fullName">Name</label>
    <input aria-required="true" type="text" name="fullName" id="fullName" data-role="none" tabindex="0" autofocus="" required="" autocomplete="new-password">
  </div>
  <div class="form-control">
    <label for="phoneNumber">Phone Number</label>
    <input name="phoneNumber" id="phoneNumber" type="tel" maxlength="12" pattern=".{9,}" title="Please enter a valid phone number" data-role="none" tabindex="0" aria-required="true" required="" autocomplete="tel">
  </div>
  <div class="form-control">
    <label for="emailAddress">Email Address (optional)</label>
    <input name="emailAddress" id="emailAddress" type="email" title="Please enter a valid email address" data-role="none" tabindex="0" aria-required="false" autocomplete="email">
  </div>
  <div class="form-control">
    <h5 role="presentation">What is the best time to reach you?</h5>
    <label for="date">Date</label>
    <input type="date" id="date" name="date" value="03/23/2021" placeholder="03/23/2021" tabindex="0">
  </div>
  <div class="form-control">
    <label for="time" role="presentation">Timeframe (All times PT)</label>
    <span class="limit">MON - FRI 6 AM - 9 PM &nbsp; | &nbsp; SAT - SUN 7 AM - 7 PM </span>
    <div class="row">
      <div class="col">
        <select id="startTime" tabindex="0" aria-label="Start time">
          <option value="6:00 am">6:00 am</option>
          <option value="6:30 am">6:30 am</option>
          <option value="7:00 am">7:00 am</option>
          <option value="7:30 am">7:30 am</option>
          <option value="8:00 am">8:00 am</option>
          <option value="8:30 am">8:30 am</option>
          <option value="9:00 am">9:00 am</option>
          <option value="9:30 am">9:30 am</option>
          <option value="10:00 am">10:00 am</option>
          <option value="10:30 am">10:30 am</option>
          <option value="11:00 am">11:00 am</option>
          <option value="11:30 am">11:30 am</option>
          <option value="12:00 pm">12:00 pm</option>
          <option value="12:30 pm">12:30 pm</option>
          <option value="1:00 pm">1:00 pm</option>
          <option value="1:30 pm">1:30 pm</option>
          <option value="2:00 pm">2:00 pm</option>
          <option value="2:30 pm">2:30 pm</option>
          <option value="3:00 pm">3:00 pm</option>
          <option value="3:30 pm">3:30 pm</option>
          <option value="4:00 pm">4:00 pm</option>
          <option value="4:30 pm">4:30 pm</option>
          <option value="5:00 pm">5:00 pm</option>
          <option value="5:30 pm">5:30 pm</option>
          <option value="6:00 pm">6:00 pm</option>
          <option value="6:30 pm">6:30 pm</option>
          <option value="7:00 pm">7:00 pm</option>
          <option value="7:30 pm">7:30 pm</option>
          <option value="8:00 pm">8:00 pm</option>
          <option value="8:30 pm">8:30 pm</option>
          <option value="9:00 pm">9:00 pm</option>
        </select>
      </div>
      <div class="col">
        <select id="endTime" tabindex="0" aria-label="End time">
          <option value="6:00 am">6:00 am</option>
          <option value="6:30 am">6:30 am</option>
          <option value="7:00 am">7:00 am</option>
          <option value="7:30 am">7:30 am</option>
          <option value="8:00 am">8:00 am</option>
          <option value="8:30 am">8:30 am</option>
          <option value="9:00 am">9:00 am</option>
          <option value="9:30 am">9:30 am</option>
          <option value="10:00 am">10:00 am</option>
          <option value="10:30 am">10:30 am</option>
          <option value="11:00 am">11:00 am</option>
          <option value="11:30 am">11:30 am</option>
          <option value="12:00 pm">12:00 pm</option>
          <option value="12:30 pm">12:30 pm</option>
          <option value="1:00 pm">1:00 pm</option>
          <option value="1:30 pm">1:30 pm</option>
          <option value="2:00 pm">2:00 pm</option>
          <option value="2:30 pm">2:30 pm</option>
          <option value="3:00 pm">3:00 pm</option>
          <option value="3:30 pm">3:30 pm</option>
          <option value="4:00 pm">4:00 pm</option>
          <option value="4:30 pm">4:30 pm</option>
          <option value="5:00 pm">5:00 pm</option>
          <option value="5:30 pm">5:30 pm</option>
          <option value="6:00 pm">6:00 pm</option>
          <option value="6:30 pm">6:30 pm</option>
          <option value="7:00 pm">7:00 pm</option>
          <option value="7:30 pm">7:30 pm</option>
          <option value="8:00 pm">8:00 pm</option>
          <option value="9:00 pm">9:00 pm</option>
        </select>
      </div>
    </div>
  </div>
  <div class="form-control">
    <label for="message">Message</label>
    <textarea placeholder="" autocomplete="new-password" tabindex="0" aria-required="false" id="message" pattern="^(?:\b\w+\b[\s\r\n]*){1,300}$" spellcheck="true" maxlength="300"></textarea>
    <span class="limit">300 characters</span>
  </div>
  <div class="form-control">
    <button tabindex="0" name="submit" type="submit" id="contact-submit" data-submit="...Sending"> Send Request </button>
  </div>
</form>

POST

<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe" aria-hidden="true" aria-live="off"><input type="file" id="fileSelector" name="file" style="display: none;" aria-label="Select file"><input name="filename"
    type="hidden"></form>

POST https://api.bounceexchange.com/capture/submit

<form id="bx-form-2336407-step-1" bx-novalidate="true" method="post" action="https://api.bounceexchange.com/capture/submit" onsubmit="return bouncex.submitCampaignStep(2336407); return false" onreset="bouncex.close_ad(2336407); return false"
  aria-labelledby="bx-campaign-ally-title-2336407" class="bx-ally-no-focus"><input type="hidden" name="campaign_id" value="2336407">
  <div class="bx-group bx-group-secondary bx-group-2336407-o1pxE8C bx-group-o1pxE8C" id="bx-group-2336407-o1pxE8C">
    <div class="bx-row bx-row-image bx-row-image-default  bx-row-XJ0raFN bx-element-2336407-XJ0raFN" id="bx-element-2336407-XJ0raFN"><img src="//assets.bounceexchange.com/assets/uploads/clients/6378/creatives/facdefd05a5af50492e7614ab4fc45ee.jpg"
        alt="Guitar Center Product Imagery "></div>
  </div>
  <div class="bx-group bx-group-default bx-group-2336407-fAcNDkV bx-group-fAcNDkV" id="bx-group-2336407-fAcNDkV">
    <div class="bx-row bx-row-image bx-row-image-logo  bx-row-I2JjejH bx-element-2336407-I2JjejH" id="bx-element-2336407-I2JjejH"><img src="//assets.bounceexchange.com/assets/uploads/clients/6378/creatives/ba497c95c7b2e7ffb269f34bf12ff8e3.png"
        alt="Guitar Center"></div>
  </div>
  <div class="bx-group bx-group-default bx-group-2336407-2qsGf5Y bx-group-2qsGf5Y" id="bx-group-2336407-2qsGf5Y">
    <div class="bx-2-heading wknd-ally-focus" id="bx-group-2336407-2qsGf5Y-h2" tabindex="-1" role="heading" aria-level="2">
      <div class="bx-row bx-row-text bx-row-text-subheadline  bx-row-oiS3FI9 bx-element-2336407-oiS3FI9" id="bx-element-2336407-oiS3FI9">
        <div>Guitar-A-Thon</div>
      </div>
      <div class="bx-row bx-row-text bx-row-text-headline  bx-row-y9j3PV4 bx-element-2336407-y9j3PV4" id="bx-element-2336407-y9j3PV4">
        <div>Up To 35%&nbsp;Off<sup><span style="font-size: .8em  ; vertical-align: -3px"></span></sup></div>
      </div>
      <div class="bx-row bx-row-text bx-row-text-default  bx-row-XDhZgfD bx-element-2336407-XDhZgfD" id="bx-element-2336407-XDhZgfD">
        <div>Now thru Oct. 11<br>Plus, a $5 reward when you sign up for email</div>
      </div>
    </div>
  </div>
  <div class="bx-group bx-group-default bx-group-2336407-OD8UaDd bx-group-OD8UaDd" id="bx-group-2336407-OD8UaDd">
    <div class="bx-row bx-row-input bx-row-input-default  bx-row-JKgTcLK bx-element-2336407-JKgTcLK" id="bx-element-2336407-JKgTcLK">
      <div class="bx-inputwrap"><input class="bx-el bx-input" id="bx-element-2336407-JKgTcLK-input" type="email" name="email" placeholder="Email address" aria-required="true"></div>
      <div class="bx-component  bx-component-validation bx-vtext bx-error-2336407-email" id="bx-error-2336407-email">Please enter above</div>
    </div>
    <div class="bx-row bx-row-submit bx-row-submit-default  bx-row-CjcBiLb bx-element-2336407-CjcBiLb" id="bx-element-2336407-CjcBiLb"><button type="submit" class="bx-button" data-click="submit" data-step-delay="0" data-submit-jump="0"
        data-submit-force="0">Sign Up for Email</button></div>
    <div class="bx-row bx-row-submit bx-row-submit-no  bx-row-O1QBddf bx-element-2336407-O1QBddf" id="bx-element-2336407-O1QBddf"><button type="reset" class="bx-button" data-click="close" aria-label="No Thanks; close the dialog">No Thanks</button>
    </div>
    <div class="bx-row bx-row-text bx-row-text-default  bx-row-JOztxV1 bx-element-2336407-JOztxV1" id="bx-element-2336407-JOztxV1">
      <div>*Subject to exclusions and limitations: You must be a new email subscriber to be eligible for this offer. Not to be used in conjunction with other coupons. No cash value. Excludes tax/shipping charges, gift cards, gift certificates and
        musicians services (Pro Coverage, Repairs, Rentals and Lessons). See <a href="https://www.guitarcenter.com/Exclusions.gc" target="_blank" style="text-decoration:underline">terms &amp; conditions. </a></div>
    </div>
  </div><input autocomplete="carb-trap" type="input" name="carb-trap" tabindex="-1" aria-hidden="true" class="bx-input bx-carb-trap">
</form>

POST https://api.bounceexchange.com/capture/submit

<form id="bx-form-2336407-step-2" bx-novalidate="true" method="post" action="https://api.bounceexchange.com/capture/submit" onsubmit="return bouncex.submitCampaignStep(2336407); return false" onreset="bouncex.close_ad(2336407); return false"
  aria-labelledby="bx-campaign-ally-title-2336407" class="bx-ally-no-focus"><input type="hidden" name="campaign_id" value="2336407">
  <div class="bx-group bx-group-secondary bx-group-2336407-4LOC2Nn bx-group-4LOC2Nn" id="bx-group-2336407-4LOC2Nn">
    <div class="bx-row bx-row-image bx-row-image-default  bx-row-AyaSNis bx-element-2336407-AyaSNis" id="bx-element-2336407-AyaSNis"><img src="//assets.bounceexchange.com/assets/uploads/clients/6378/creatives/facdefd05a5af50492e7614ab4fc45ee.jpg"
        alt="Guitar Center Product Imagery "></div>
  </div>
  <div class="bx-group bx-group-default bx-group-2336407-abhpPdG bx-group-abhpPdG" id="bx-group-2336407-abhpPdG">
    <div class="bx-row bx-row-image bx-row-image-logo  bx-row-IrZP1kM bx-element-2336407-IrZP1kM" id="bx-element-2336407-IrZP1kM"><img src="//assets.bounceexchange.com/assets/uploads/clients/6378/creatives/ba497c95c7b2e7ffb269f34bf12ff8e3.png"
        alt="Guitar Center"></div>
  </div>
  <div class="bx-group bx-group-default bx-group-2336407-XIjXj6b bx-group-XIjXj6b" id="bx-group-2336407-XIjXj6b">
    <div class="bx-2-heading wknd-ally-focus" id="bx-group-2336407-XIjXj6b-h2" tabindex="-1" role="heading" aria-level="2">
      <div class="bx-row bx-row-text bx-row-text-subheadline  bx-row-KIqn01a bx-element-2336407-KIqn01a" id="bx-element-2336407-KIqn01a">
        <div>Make some noise!</div>
      </div>
      <div class="bx-row bx-row-text bx-row-text-subheadline  bx-row-JWaDvdK bx-element-2336407-JWaDvdK" id="bx-element-2336407-JWaDvdK">
        <div>Use code</div>
      </div>
      <div class="bx-row bx-row-coupon bx-row-coupon-default  bx-row-5Aw9v2w bx-element-2336407-5Aw9v2w" id="bx-element-2336407-5Aw9v2w">
        <div class="bx-click-to-copy"><span class="coupon bx-cpn-not-loaded" id="" name="5off" data-cpn-default="" data-cpn-set="5off"></span></div>
      </div>
      <div class="bx-row bx-row-text bx-row-text-subheadline  bx-row-TWn8uOd bx-element-2336407-TWn8uOd" id="bx-element-2336407-TWn8uOd">
        <div>for a $5 reward</div>
      </div>
      <div class="bx-row bx-row-text bx-row-text-default  bx-row-fLHcdgP bx-element-2336407-fLHcdgP" id="bx-element-2336407-fLHcdgP">
        <div>on your total qualifying purchase*</div>
      </div>
    </div>
  </div>
  <div class="bx-group bx-group-default bx-group-2336407-lYW4O3O bx-group-lYW4O3O" id="bx-group-2336407-lYW4O3O">
    <div class="bx-row bx-row-submit bx-row-submit-default  bx-row-DbWOrpY bx-element-2336407-DbWOrpY" id="bx-element-2336407-DbWOrpY">
      <a href="https://www.guitarcenter.com/Guitar-A-Thon-Deals.gc" target="" class="bx-button" data-click="hyperlink">Shop Guitar-A-Thon Deals</a></div>
    <div class="bx-row bx-row-submit bx-row-submit-default  bx-row-s2JFUl7 bx-element-2336407-s2JFUl7" id="bx-element-2336407-s2JFUl7"><button type="reset" class="bx-button" data-click="close" aria-label="Continue Shopping; close the dialog">Continue
        Shopping</button></div>
    <div class="bx-row bx-row-text bx-row-text-default  bx-row-O2NJFZY bx-element-2336407-O2NJFZY" id="bx-element-2336407-O2NJFZY">
      <div>*Subject to exclusions and limitations: You must be a new email subscriber to be eligible for this offer. Not to be used in conjunction with other coupons. No cash value. Excludes tax/shipping charges, gift cards, gift certificates and
        musicians services (Pro Coverage, Repairs, Rentals and Lessons). See <a href="https://www.guitarcenter.com/Exclusions.gc" target="_blank" style="text-decoration:underline">terms &amp; conditions. </a></div>
    </div>
  </div>
</form>

Text Content

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

{ "siteName" : "/gc", "mobileAppSrcCode" : "4SOSWXXA", "GCNav" : "newGCNav1",
"segmentCookie" : "", "mobileAppItunesBanner" : "true", "enableClarip": true,
"claripConsentJSUrl": "https://cdn.clarip.com/gci/clarip_consent.js",
"claripDomain": "https://gci.clarip.com/", "sourceCodeId" : "6715390",
"sourceName" : "4SOSWXXA", "sourceSegment" : "OrgSearch", "profileZipcode" : "",
"jsonLdEnabled" : "true", "profileStoreId" : "", "onlineOnlyLessons" : "false",
"defaultLessonsStoreId" : "101", "profileStoreName" : "", "contextPath" : "",
"imageResizeEnabled" : "true", "unicaEnv" : "site-prod", "staticContentUrl" :
"https://static.guitarcenter.com", "styleStaticContentUrl" :
"https://static.guitarcenter.com", "catalogAssetStaticContentUrl" :
"https://static.guitarcenter.com", "scene7StaticContentUrl" :
"https://media.guitarcenter.com/is/image/", "scene7BasePath" : "MMGS7/",
"staticVersion" : "2023.09.18.checkout.a&cb=18", "versionParam" :
"?vId=2023.09.18.checkout.a&cb=18", "customerService" : "855-770-3373­",
"profileID" : "5778452103", "contentKey": "", "isInternational": "false",
"isWarrantyShippable": "true", "isInternationalCommerceEnabled": "true",
"currencySymbol": "$", "profileCountryCode": "US", "profileCurrencyCode": "USD",
"audioEyeEnabled" : "true", "applePayEnabled":"false", "oLOnExitNumber": "0",
"liveChat" : "false", "cookieLoggedIn" : false, "richRelevanceMode":"render",
"richRelevanceApiKey":"9ed4604c5beebd43", "richRelevanceUserId":"",
"richRelevanceSessionId":"c91f06fc52d85135d5f28386e623f449",
"rrBaseUrl":"//recs.richrelevance.com/rrserver/", "rrChannelId":"-",
"hashedUserIdForCriteo":"", "rrTimeout":"10000", "isEducatorAccount": "false",
"sessionIsDC": "false", "fullyLoggedIn" : false, "welcomeMat" : "false",
"powerReviewsUrl" : "//static.guitarcenter.com/", "prodEnvEnabled" : true,
"isMobile":"false", "madMobileEnabled" : false, "rrLoadAtgRecs":"false",
"janrainAppDomain":"https://login.guitarcenter.com",
"janrainAppId":"fpfceefgnphmdjjkhnio",
"janrainAppName":"login.guitarcenter.com", "endecaCookieSortEnabled":"true",
"enableInstoreOnlyAddToCart":"false",
"JSESSIONID":"5cUSdHD5ZTOeHmvB9CsxGu3YnL2BoIpVNGwg6XBV.atgc14", "isHum" :
"true", "showEloyalty": "true" , "fortivaCardName":"Essentials Card" ,
"enableSiteForCurbside":true, "storePickUpMode":"both" ,
"gcProExperience":"false", "enableSingleLessonsPurchase":"false",
"gcProApproved":"false", "gcProCheckout" : "false", "gcProStatus" :
"NeverApplied", "gcProSplitCart" : "true"
,"rioBaseUrl":"https://rqw9jvf3hj.execute-api.us-west-2.amazonaws.com/prod/v1/search",
"riokey":"" } { "pageData":
{"urls":{"powerReviewsUrl":"//static.guitarcenter.com/","catalogAssetStaticContentUrl":"static.guitarcenter.com","staticContentUrl":"//static.guitarcenter.com"},"site":{"deviceType":"d","isAudioEyeEnabled":true,"contentKey":"","endecaCookieSortEnabled":true,"prodEnvEnabled":true,"siteName":"gc","isInternationalCommerceEnabled":true,"isHum":true,"claripDomain":"https://gci.clarip.com/","enableClarip":true,"imageResizeEnabled":"","claripConsentJSUrl":"https://cdn.clarip.com/gci/clarip_consent.js","applePayEnabled":"","JSONLDEnabled":"","staticVersion":"2023.09.18.checkout.a&cb=18","fortivaCardName":"Essentials
Card","welcomeMat":true,"unicaEnv":"site-prod","versionParam":"?vId=2023.09.18.checkout.a&cb=18","isTypeAheadEnabled":true,"isRichRelevanceEnabled":true,"audioEyeEnabled":true,"ELoyaltyEnabled":""},"product":{},"scene7":{"scene7BasePath":"MMGS7/","scene7StaticContentUrl":"media.guitarcenter.com/is/image/"},"janrain":{"appDomain":"https://login.guitarcenter.com","appName":"login.guitarcenter.com","appId":"fpfceefgnphmdjjkhnio"},"mobileApp":{"srcCode":"4SOSWXXA","itunesBanner":true},"richRelevance":{"mode":"render","loadAtgRecs":false,"baseUrl":"//recs.richrelevance.com/rrserver/","apiKey":"9ed4604c5beebd43","channelId":"-","timeout":"10000"}}
} Skip to main content Skip to footer   false

Guitar-A-Thon is ON! Dial 866-498-7882 phone number or chat for expert advice

Guitar Center Find your sound Home page

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
         * 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 Lightness of Being | CHAUVET DJ ILS Command Makes Light Shows Easy
       * A Guide to the Gibson J-45
       * From Classic Rock to Desktop | Allen & Heath CQ Series Digital Mixers
       * Scarlett Generations | Discover the New Focusrite 4th Gen Upgrades
   
    * Newsletter
    * Support
    * Stores
    * About Us
    * Download IOS App
    * Download Android App

false { "sourceCodeId" : "6715390", "sourceName" : "4SOSWXXA", "sourceSegment" :
"OrgSearch", "profileZipcode" : "", "profileStoreId" : "", "profileStoreName" :
"", "profileID" : "5778452103", "isInternational": "false",
"isWarrantyShippable": "true", "isInternationalCommerceEnabled": "true",
"currencySymbol": "$", "cookieLoggedIn" : false, "richRelevanceMode":"render",
"richRelevanceApiKey":"9ed4604c5beebd43", "richRelevanceUserId":"",
"richRelevanceSessionId":"c91f06fc52d85135d5f28386e623f449",
"rrBaseUrl":"//recs.richrelevance.com/rrserver/", "rrChannelId":"-",
"rrMobileChannelId":"fc5eedc2f1f5f7c9", "hashedUserIdForCriteo":"",
"rrTimeout":"10000", "isEducatorAccount": "false", "sessionIsDC": "false",
"fullyLoggedIn" : false, "isMobile":"false", "isProp65User":"false",
"JSESSIONID":"5cUSdHD5ZTOeHmvB9CsxGu3YnL2BoIpVNGwg6XBV.atgc14",
"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" : "855-770-3373", "liveChat" : "false",
"doNotSell":"false", "dbIpRespLatitude":"40.7128", "dbIpRespLongitude":"-74.006"
}


Search
Sign in
Email address (Required): Password (Required):



Forgot Password? (Opens Forgot Password Dialog)

Sign up or sign in for faster checkout, order tracking, custom alerts and more.

Create Account


MY ACCOUNT

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

0
View Cart 0

To navigate through search suggestions, begin typing then use down and up arrow
keys.


 * 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
 * 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 , Search Stores
    
 2. Delivery to United States , Deliver To
    Go
    
    Use My Current Location
    Your ZIP Code helps us to provide the most up-to-date product and delivery
    information.

 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
        
        JacksonLimited-Edition X Series CDX22 Electric Guitar Ivory
        
        $649.99
        
        $899.99
    
        

 4. Beginner Gear
 5. Financing
 6. Riffs Blog
 7. More
     1. 
     2. Repairs
     3. Rentals
     4. GC Pro


Search String Query (Required):
Play On With Guitar-A-Thon Deals and More    Shop Now

Shop All Deals


SHOP DEALS OF UP TO 35% OFF

Electrics

Acoustics

Basses

Amps

Effects

Pro Audio

Ukes & Folk

Accessories

Featured Articles


 * SAVE ON 40TH ANNIVERSARY SQUIER® MODELS WHILE SUPPLIES LAST
   
   
   SHOP ALL


 * NEW FENDER® TONE MASTER® PRO
   
   
   SHOP NOW


 * IN STOCK: IBANEZ TIM HENSON, AN ULTRASLEEK NYLON-ELECTRIC THAT PACKS A PUNCH
   
   
   SHOP NOW


Save $250.00


JACKSON LIMITED-EDITION X SERIES CDX22 ELECTRIC GUITAR IVORY

The Limited-Edition X Series CDX22 electric guitar offers Jackson's most iconic
shape in the affordable X Series form with design elements reminiscent of its
original predecessor. The X Series CDX22 features an offset V-shape body crafted
out of mahogany paired with a through-body maple neck with a newly designed
scalloped shredder’s heel to allow for comfortable access to the upper frets.
The laurel fingerboard includes 22 jumbo frets and pearloid sharkfin inlays.

Designed for highly technical lightspeed playing, the CDX22 X Series is more
curved by the nut for comfortable chording and flattens out as you move up the
neck for increased playing speed and wide bends without fretting out. The CDX22
is powered by dual Jackson high-output humbucking pickups that have been
painstakingly voiced for full rich tone while providing maximum overdrive and
sustain. This metal beast also features single volume and tone controls,
three-way blade switch, an old-school synchronized fulcrum tremolo bridge,
sealed die-cast locking tuners and Jackson’s pointed 6-in-line headstock.
Price $649.99
Regular Price:  $899.99



USED & VINTAGE

Discover hidden treasures and savings 
from 300+ stores nationwide

Shop Now


RECENTLY VIEWED AND MORE

❮
 * Pioneer DJ DDJ-FLX4 2-Channel DJ Controller Black
   (2)
   $299.00
   Save
 * Yamaha F335 Acoustic Guitar Black
   (390)
   $189.99$149.99
   Save $40.00
 * Ibanez TOD10N Tim Henson Signature Nylon Acoustic-Electric Guitar Black Flat
   (9)
   $699.99
   Save
 * Fender FA-135CE Concert Acoustic-Electric Guitar Natural
   (78)
   $249.99$159.99
   Save $90.00
 * "Harbinger VARI V2312 12"" 2,000W Powered Speaker With Bluetooth Black"
   (125)
   $349.99$249.97
   Save $100.02
 * Harbinger VARI V2315 15" Powered Speaker With Bluetooth Black
   (98)
   $399.99$299.97
   Save $100.02
 * Squier 40th Anniversary Stratocaster Vintage Edition Electric Guitar Satin
   Seafoam Green
   (6)
   $389.99$299.99
   Save $90.00
 * Epiphone Les Paul Custom Blackback Limited-Edition Electric Guitar Antique
   Ivory
   (23)
   $799.00$599.00
   Save $200.00
 * Simmons Titan 70 Electronic Drum Kit With Mesh Pads and Bluetooth
   (8)
   $799.99
   Save
 * Roland FP-30X 88-Key Digital Piano Black
   (8)
   $699.99
   Save

 * 1
 * 7

❯


PRIZES INCLUDE

 * Fender® Tom DeLonge Stratocaster®
 * Tone King Royalist MKIII Combo
 * D'Addario Accessories
 * Walrus Audio Reverb, Chorus, Delay and Distortion Pedals







THANK YOU FOR ENTERING!




First Name
Last Name
Email
State
StateAlabamaAlaskaArizonaArkansasCaliforniaColoradoConnecticutDelawareDistrict
Of
ColumbiaFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth
DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUtahVermontVirginiaWashingtonWest VirginiaWisconsinWyoming
Phone Number

Yes, I would like to receive emails from Guitar Center.


By submitting my entry, I acknowledge that I have read and agree to abide by the
Official Rules. I also agree to receive emails about events, deals and
promotions from Guitar Center. View the Guitar Center Privacy Policy.

No purchase necessary. Void where prohibited. Open to legal residents, age 18
and older, of the 50 United States and the District of Columbia. See Official
Rules. and how to play for free. Sponsor: Guitar Center Stores, Inc., 5795
Lindero Canyon Rd., Westlake Village, CA 91362.




DIAL 866-498-7882 OR CHAT FOR EXPERT ADVICE

Featured Articles


 * 48-MONTH FINANCING* ON QUALIFYING BRAND† PURCHASES THRU OCT. 11, 2023—MINIMUM
   PURCHASE AMOUNT MAY VARY BY BRAND
   
   
   GET DETAILS


 * NEW FENDER® HIGHWAY SERIES
   
   
   SHOP NOW


 * NEW FROM PRS | SE ELECTRICS IN FRESH FINISHES
   
   
   SHOP NOW

New Arrivals
 * 
 * Fender Tone Master Pro Multi-Effects Guitar Pedal Black
   Now: Your Price $1,699.99
   Shop Now
   Starts Tomorrow
 * 
 * PRS SE CE24 Electric Guitar Turquoise
   Now: Your Price $699.00
   Shop Now
   Starts Tomorrow
 * 
 * Fender Highway Dreadnought Acoustic-Electric Guitar Natural
   Now: Your Price $999.99
   Shop Now
   Starts Tomorrow
 * 
 * Yamaha MONTAGE M8x 88-Key Flagship Synthesizer With Polyphonic Aftertouch
   Now: Your Price $4,499.99
   Shop Now
   Starts Tomorrow
 * 
 * Alesis Nitro Max 8-Piece Electronic Drum Set With Bluetooth and BFD Sounds
   Black
   Now: Your Price $399.00
   Shop Now
   Starts Tomorrow
 * 
 * PRS SE Custom 24 Quilted Carved Top With Ebony Fingerboard Electric Guitar
   Violet
   Now: Your Price $999.00
   Shop Now
   Starts Tomorrow
 * 
 * Shure SM7dB Dynamic Vocal Microphone With +28dB Built-in Active Preamp
   Now: Your Price $499.00
   Shop Now
   Starts Tomorrow
 * 
 * Akai Professional APC64 Ableton Live Pad Controller and Standalone Sequencer
   Now: Your Price $399.00
   Shop Now
   Starts Tomorrow
 * 
 * Yamaha P-143 88-Key Digital Piano Black
   Now: Your Price $599.99
   Preorder Now
   Starts Tomorrow
 * 
 * Roland GAIA 2 Advanced Virtual Analog Synthesizer
   Now: Your Price $899.99
   Shop Now
   Starts Tomorrow
 * 
 * Gibson '70s Flying V Electric Guitar Antique Natural
   Now: Your Price $2,499.00
   Shop Now
   Starts Tomorrow
 * 
 * Gibson J-45 Studio Walnut Acoustic-Electric Guitar Walnut Burst
   Now: Your Price $2,399.00
   Shop Now
   Starts Tomorrow
 * 
 * Gibson Hummingbird Studio Walnut Acoustic-Electric Guitar Natural
   Now: Your Price $2,699.00
   Shop Now
   Starts Tomorrow
 * 
 * Fender Highway Parlor All-Mahogany Acoustic-Electric Guitar Natural
   Now: Your Price $999.99
   Shop Now
   Starts Tomorrow
 * 
 * MXR Wylde Audio Phase Effects Pedal Orange
   Now: Your Price $119.99
   Preorder Now
   Starts Tomorrow
 * 
 * Yamaha P-525 88-Key Flagship Digital Piano Black
   Now: Your Price $1,599.99
   Shop Now
   Starts Tomorrow
 * 
 * CHAUVET DJ Intimidator Spot 60 ILS Moving Head Spotlight
   Now: Your Price $699.99
   Preorder Now
   Starts Tomorrow
 * 
 * HeadRush Core Multi-Effects Processor Pedal Black
   Now: Your Price $999.00
   Shop Now
   Starts Tomorrow
 * 
 * Line 6 Limited-Edition Helix Multi-Effects Guitar Pedal Purple
   Now: Your Price $1,699.99
   Shop Now
   Starts Tomorrow
 * 
 * Fender Tone Master FR-12 1,000W 1x12 FRFR Powered Speaker Cab Black
   Now: Your Price $549.99
   Shop Now
   Starts Tomorrow
 * 
 * Gibson Les Paul Supreme Electric Guitar Fireburst
   Now: Your Price $3,999.00
   Preorder Now
   Starts Tomorrow
 * 
 * Fender Tone Master FR-10 1,000W 1x10 FRFR Powered Speaker Cab Black
   Now: Your Price $499.99
   Shop Now
   Starts Tomorrow
 * 
 * Epiphone Joe Bonamassa 1963 SG Custom Electric Guitar Dark Wine Red
   Now: Your Price $1,399.00
   Shop Now
   Starts Tomorrow
 * 
 * PRS SE Swamp Ash Special Electric Guitar Charcoal
   Now: Your Price $849.00
   Shop Now
   Starts Tomorrow
 * 
 * Martin Special GPC Road Series Etimoe Fine Veneer Acoustic-Electric Guitar
   Natural
   Now: Your Price $1,499.00
   Shop Now
   Starts Tomorrow
 * 
 * Taylor 814ce Honduran Special Edition Grand Auditorium Acoustic-Electric
   Guitar Shaded Edge Burst
   Now: Your Price $4,799.00
   Shop Now
   Starts Tomorrow
 * 
 * MXR Wylde Audio Chorus Effects Pedal Blue
   Now: Your Price $149.99
   Preorder Now
   Starts Tomorrow
 * 
 * Pigtronix Cosmosis Stereo Morphing Reverb Guitar Effects Pedal Blue
   Now: Your Price $219.00
   Shop Now
   Starts Tomorrow
 * 
 * Warm Audio WA-8000G Large-Diaphragm Tube Condenser Microphone Gold
   Now: Your Price $1,299.00
   Preorder Now
   Starts Tomorrow
 * 
 * Yamaha MONTAGE M7 76-Key Flagship Synthesizer
   Now: Your Price $3,999.99
   Shop Now
   Starts Tomorrow
 * 
 * Ludwig BackBeat Elite 5-Piece Complete Drum Set With 22" Bass Drum, Hardware
   and Cymbals Ruby Grain
   Now: Your Price $799.00
   Shop Now
   Starts Tomorrow
 * 
 * Ludwig BackBeat Elite Steel Snare Drum 14 x 6.5 in.
   Now: Your Price $149.00
   Preorder Now
   Starts Tomorrow
 * 
 * Gibson Les Paul Supreme Electric Guitar Wine Red
   Now: Your Price $3,999.00
   Shop Now
   Starts Tomorrow
 * 
 * Gibson Les Paul Supreme Electric Guitar Transparent Ebony Burst
   Now: Your Price $3,999.00
   Shop Now
   Starts Tomorrow
 * 
 * Martin Limited-Edition Eric Clapton D-28 Signature Acoustic Guitar Aged Toner
   Now: Your Price $4,499.00
   Preorder Now
   Starts Tomorrow
 * 
 * Martin Limited-Edition Eric Clapton D-45 Madagascar Rosewood Acoustic Guitar
   Natural
   Now: Your Price $15,499.00
   Preorder Now
   Starts Tomorrow
 * 
 * Blackstar HT Club 40 MKIII 40W 1x12 Tube Guitar Combo Amp Black
   Now: Your Price $999.99
   Shop Now
   Starts Tomorrow
 * 
 * MXR Wylde Audio Overdrive Effects Pedal Silver/Gray
   Now: Your Price $129.99
   Preorder Now
   Starts Tomorrow
 * 
 * Friedman IR-X Dual-Tube Preamp DI+IR Dual-Channel 12AX7 Tubes Effects Pedal
   Black
   Now: Your Price $499.99
   Preorder Now
   Starts Tomorrow
 * 
 * Gibson '70s Explorer Electric Guitar Antique Natural
   Now: Your Price $2,499.00
   Shop Now
   Starts Tomorrow
 * 
 * Gibson SJ-200 Studio Walnut Acoustic-Electric Guitar Natural
   Now: Your Price $3,699.00
   Shop Now
   Starts Tomorrow
 * 
 * Gibson L-00 Rosewood 12-Fret Acoustic-Electric Guitar Rosewood Burst
   Now: Your Price $3,499.00
   Shop Now
   Starts Tomorrow
 * 
 * Save: $250.00
   Fender Player Stratocaster Roasted Maple Fingerboard With Fat '50s Pickups
   Limited-Edition Electric Guitar Black
   Regular: Regular Price $1,049.99
   Now: Your Price $799.99
   Savings: Your Savings Price $250.00
   Shop Now
   Starts Tomorrow
 * 
 * Squier Sonic Telecaster Laurel Fingerboard Limited-Edition Electric Guitar
   Surf Green
   Now: Your Price $199.99
   Preorder Now
   Starts Tomorrow
 * 
 * BOSS NS-1X Noise Suppressor Effects Pedal White
   Now: Your Price $199.99
   Shop Now
   Starts Tomorrow
 * 
 * Save: $20.00
   BOSS RC-1 Ultimate Looper Kit With Effects Pedal and Two 6" Patch Cables Red
   Regular: Regular Price $119.99
   Now: Your Price $99.99
   Savings: Your Savings Price $20.00
   Shop Now
   Starts Tomorrow
 * 
 * Ampeg Venture V3 Bass Amp Head
   Now: Your Price $499.99
   Shop Now
   Starts Tomorrow
 * 
 * Ampeg Venture VB-112 Bass Cabinet
   Now: Your Price $749.99
   Shop Now
   Starts Tomorrow
 * 
 * Gibson SG Standard Ebony Limited-Edition Electric Guitar Silver Burst
   Now: Your Price $1,999.00
   Shop Now
   Starts Tomorrow
 * 
 * Fender Limited-Edition Player Stratocaster Roasted Pau Ferro Fingerboard With
   FCS Fat '50s Pickups Electric Guitar 3-Color Sunburst
   Now: Your Price $1,049.99
   Shop Now
   Starts Tomorrow
 * 
 * Ampeg Venture VB-410 Bass Cabinet
   Now: Your Price $1,249.99
   Shop Now
   Starts Tomorrow
 * 
 * Marshall Studio JTM Tube Guitar Combo Amp Black
   Now: Your Price $1,949.99
   Shop Now
   Starts Tomorrow
 * 
 * Ernie Ball Limited-Edition VPJR Roadrunner Tuner and Volume Pedal Blue
   Now: Your Price $249.99
   Shop Now
   Starts Tomorrow
 * 
 * Taylor GS Mini-e Walnut Special Edition Acoustic-Electric Guitar Shaded Edge
   Burst
   Now: Your Price $799.00
   Shop Now
   Starts Tomorrow
 * 
 * Taylor 124ce Walnut Special Edition Grand Auditorium Acoustic-Electric Guitar
   Shaded Edge Burst
   Now: Your Price $1,199.00
   Shop Now
   Starts Tomorrow
 * 
 * Yamaha MONTAGE M6 61-Key Flagship Synthesizer
   Now: Your Price $3,499.99
   Shop Now
   Starts Tomorrow
 * 
 * Focusrite Scarlett 4i4 USB-C Audio Interface (Gen 4)
   Now: Your Price $279.99
   Preorder Now
   Starts Tomorrow
 * 
 * Focusrite Scarlett 2i2 USB-C Audio Interface (Gen 4)
   Now: Your Price $199.99
   Shop Now
   Starts Tomorrow
 * 
 * Fender Vintera II '50s Stratocaster Electric Guitar 2-Color Sunburst
   Now: Your Price $1,149.99
   Shop Now
   Starts Tomorrow
 * 
 * Fender Vintera II '60s Stratocaster Electric Guitar Lake Placid Blue
   Now: Your Price $1,149.99
   Shop Now
   Starts Tomorrow



View All GAT New Arrivals View All New Arrivals


MAKE ’EM SCREAM

Deals and special offers to give your audience a thrill
Now thru Nov. 1

Shop Now

TOP BRANDS




GUITAR CENTER PRESENTS
DW FACTORY DAY

One-day-only factory pricing,
facility tours, artist clinics, special
events and giveaways
Saturday, Oct. 21

Get Details


WE’RE GIVING AWAY
$500 GIFT CARDS

Create or edit an online
wish list for a chance to win
one of these prizes
Now thru Dec. 24

Get Details

FREE LESSON, PLUS 30% OFF

select Mitchell electrics when you sign up for your first month—now thru Oct. 11

Let's Go >

TREAT YOUR GUITAR TO A PLATINUM SETUP

and get a free upgrade to D’Addario XS strings—now thru Oct. 11

Get Details >

EASY RENTALS FOR EVERY EVENT

Gear up for any gig with lighting, amps, instruments and more

View Packages >


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


LEARN MORE, PLAY MORE

From product demos and interviews to in-depth guides and tips, Riffs has the
know-how and inspiration you need





View More >

Featured Articles


 * A GUIDE TO THE GIBSON J-45
   
   Buying Guides 04 Oct 2023


 * HOW TO CHOOSE THE BEST LES PAUL
   
   guitarcenter.com 03 Oct 2023


 * HOW TO CHOOSE THE BEST GUITAR PEDALS
   
   Buying Guides 26 Sep 2023

View More >



{"siteSection":"home","reportSuiteIds":"guitarcenterprod","countryName":"default:
united states","pageType":"home","pageName":"home"}


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
 * Catalog
 * 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  Change Country



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.



You are changing the Ship-To country.

Our product catalog varies by country due to manufacturer restrictions. If you
change the Ship-To country, some or all of the items in your cart may not ship
to the new destination.

Cancel
{"l":[ {"n":"Find a
Store","u":"https://stores.guitarcenter.com/search.html","l":[]}, {"n":"Shop By
Department","u":"#","l":[ {"n":"Guitars","u":"/Guitar.gc","l":[ {"n":"Electric
Guitars","u":"/Electric-Guitars.gc","l":[ {"n":"Solid
Body","u":"/Solid-Body-Electric-Guitars.gc","l":[]}, {"n":"Semi-Hollow/Hollow
Body","u":"/Semi-Hollow-and-Hollow-Body-Electric-Guitars.gc","l":[]},
{"n":"Signature","u":"/Signature-Model-Electric-Guitars.gc","l":[]}, {"n":"Value
Packs","u":"/Electric-Guitar-Value-Packages.gc","l":[]}, {"n":"Extended
Range","u":"/Extended-Range-Electric-Guitars.gc","l":[]}, {"n":"Left
Handed","u":"/Left-Handed-Electric-Guitars.gc","l":[]},
{"n":"Travel/Mini","u":"/Travel-Mini-Electric-Guitars.gc","l":[]} ]},
{"n":"Acoustic Guitars","u":"/Acoustic-Guitars.gc","l":[ {"n":"6
String","u":"/6-String-Acoustic-Guitars.gc","l":[]}, {"n":"12
String","u":"/12-String-Acoustic-Guitars.gc","l":[]},
{"n":"Travel/Mini","u":"/Travel-Mini-Acoustic-Guitars.gc","l":[]}, {"n":"Left
Handed","u":"/Left-Handed-Acoustic-Guitars.gc","l":[]},
{"n":"Signature","u":"/Signature-Model-Acoustic-Guitars.gc","l":[]},
{"n":"Extended Range","u":"/Extended-Range-Acoustic-Guitars.gc","l":[]},
{"n":"Value Packs","u":"/Acoustic-Guitar-Value-Packages.gc","l":[]} ]},
{"n":"Guitar Value Packages","u":"/Guitar-Value-Packages.gc","l":[
{"n":"Electric","u":"/Electric-Guitar-Value-Packages.gc","l":[]},
{"n":"Acoustic","u":"/Acoustic-Guitar-Value-Packages.gc","l":[]},
{"n":"Classical & Nylon
","u":"/Classical-Nylon-Guitar-Value-Packages.gc","l":[]} ]},
{"n":"Classical/Nylon Guitars","u":"/Classical-Nylon-Guitars.gc","l":[
{"n":"Acoustic","u":"/Acoustic-Classical-Nylon-Guitars.gc","l":[]},
{"n":"Flamenco","u":"/Flamenco-Guitars.gc","l":[]}, {"n":"Left
Handed","u":"/Left-Handed-Classical-Nylon-Guitars.gc","l":[]} ]},
{"n":"Accessories & Related
Products","u":"/Fretted-Instrument-Accessories-Parts.gc","l":[
{"n":"Capos","u":"/Capos.gc","l":[]},
{"n":"Picks","u":"/Picks-Pick-Holders.gc","l":[]},
{"n":"Straps","u":"/Straps-Strap-Locks.gc","l":[]}, {"n":"Cases & Gig
Bags","u":"/Guitar-Cases-and-Gig-Bags.gc","l":[]},
{"n":"Strings","u":"/Guitar-Strings.gc","l":[]},
{"n":"Pickups","u":"/Guitar-Pickups.gc","l":[]}, {"n":"Parts &
Hardware","u":"/Fretted-Instrument-Parts.gc","l":[]}, {"n":"Stands, Racks &
Hangers","u":"/Guitar-Stands-Wall-Hangers.gc","l":[]},
{"n":"Cables","u":"/Instrument-Cables.gc","l":[]}, {"n":"Tuners &
Metronomes","u":"/Tuners-Metronomes.gc","l":[]},
{"n":"Slides","u":"/Slides.gc","l":[]},
{"n":"Amps","u":"/Guitar-Amplifiers.gc","l":[]},
{"n":"Effects","u":"/Effects.gc","l":[]}, {"n":"Care &
Cleaning","u":"/Care-Cleaning.gc","l":[]}, {"n":"Tools","u":"/Tools.gc","l":[]},
{"n":"iOS Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Books, Sheet Music &
Media","u":"/Books-Sheet-Music-Media.gc","l":[]} ]} ]}, {"n":"Bass
Guitars","u":"/Bass.gc","l":[ {"n":"Electric Bass","u":"/Electric-Bass.gc","l":[
{"n":"4-String","u":"/4-String-Electric-Bass.gc","l":[]},
{"n":"5-String","u":"/5-String-Electric-Bass.gc","l":[]},
{"n":"6-String","u":"/6-String-Electric-Bass.gc","l":[]}, {"n":"Value
Packs","u":"/Value-Package-Electric-Bass.gc","l":[]},
{"n":"Fretless","u":"/Fretless-Electric-Bass.gc","l":[]},
{"n":"Left-Handed","u":"/Left-Handed-Electric-Bass.gc","l":[]},
{"n":"Signature","u":"/Signature-Model-Electric-Bass.gc","l":[]} ]},
{"n":"Acoustic Bass","u":"/Acoustic-Bass.gc","l":[
{"n":"Fretted","u":"/Fretted-Acoustic-Bass.gc","l":[]},
{"n":"Fretless","u":"/Fretless-Acoustic-Bass.gc","l":[]} ]}, {"n":"Electric
Upright Bass","u":"/Electric-Upright-Bass.gc","l":[]}, {"n":"Accessories &
Related
Products","u":"/Fretted-Instrument-Accessories-Parts.gc","l":[ {"n":"Tuners &
Metronomes","u":"/Tuners-Metronomes.gc","l":[]}, {"n":"Cases & Gig
Bags","u":"/Bass-Guitar-Cases-Gig-Bags.gc","l":[]},
{"n":"Cables","u":"/Instrument-Cables.gc","l":[]},
{"n":"Strings","u":"/Bass-Guitar-Strings.gc","l":[]},
{"n":"Picks","u":"/Picks-Pick-Holders.gc","l":[]},
{"n":"Pickups","u":"/Bass-Pickups.gc","l":[]},
{"n":"Straps","u":"/Straps-Strap-Locks.gc","l":[]}, {"n":"Stands, Racks &
Hangers","u":"/Guitar-Stands-Wall-Hangers.gc","l":[]}, {"n":"Bass
Amps","u":"/Bass-Amplifiers.gc","l":[]},
{"n":"Effects","u":"/Bass-Effects-Pedals.gc","l":[]}, {"n":"Parts &
Hardware","u":"/Fretted-Instrument-Parts.gc","l":[]}, {"n":"Care &
Cleaning","u":"/Care-Cleaning.gc","l":[]}, {"n":"Tools","u":"/Tools.gc","l":[]},
{"n":"iOS Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Books, Sheet Music &
Media","u":"/Books-Sheet-Music-Media.gc","l":[]} ]} ]}, {"n":"Amplifiers &
Effects","u":"/Amplifiers-Effects.gc","l":[ {"n":"Guitar
Amplifiers","u":"/Guitar-Amplifiers.gc","l":[
{"n":"Combos","u":"/Combo-Guitar-Amplifiers.gc","l":[]},
{"n":"Tubes","u":"/Tube-Combo-Guitar-Amplifiers.gc","l":[]},
{"n":"Heads","u":"/Guitar-Amplifier-Heads.gc","l":[]},
{"n":"Cabinets","u":"/Guitar-Amplifier-Cabinets.gc","l":[]},
{"n":"Stacks","u":"/Guitar-Amplifier-Stacks.gc","l":[]}, {"n":"Mini &
Headphone","u":"/Mini-Guitar-Amplifiers.gc","l":[]},
{"n":"Preamps","u":"/Guitar-Preamps.gc","l":[]} ]},
{"n":"Effects","u":"/Effects.gc","l":[ {"n":"Effects
Pedals","u":"/Effects-Pedals.gc","l":[]}, {"n":"Multi-Effects
Pedals","u":"/Multi-Effects-Pedals.gc","l":[]},
{"n":"Pedalboards","u":"/Pedalboards.gc","l":[]}, {"n":"Effects Pedal
Accessories","u":"/Effects-Pedal-Accessories.gc","l":[]}, {"n":"Effects Pedal
Packages","u":"/Effects-Pedal-Packages.gc","l":[]} ]}, {"n":"Bass
Amplifiers","u":"/Bass-Amplifiers.gc","l":[
{"n":"Combos","u":"/Bass-Combo-Amplifiers.gc","l":[]},
{"n":"Tubes","u":"/Tube-Combo-Bass-Amplifiers.gc","l":[]},
{"n":"Cabinets","u":"/Bass-Amplifier-Cabinets.gc","l":[]},
{"n":"Heads","u":"/Bass-Amplifier-Heads.gc","l":[]},
{"n":"Stacks","u":"/Bass-Amplifier-Stacks.gc","l":[]},
{"n":"Preamps","u":"/Bass-Preamps.gc","l":[]} ]}, {"n":"Amplifier
Footswitches","u":"/Amplifier-Footswitches.gc","l":[
{"n":"Guitar","u":"/Guitar-Amplifier-Footswitches.gc","l":[]},
{"n":"Multi-Use","u":"/Multi-Use-Amplifier-Footswitches.gc","l":[]},
{"n":"Bass","u":"/Bass-Amplifier-Footswitches.gc","l":[]},
{"n":"Vocal","u":"/Vocal-Footswitches.gc","l":[]} ]}, {"n":"Keyboard Amplifiers
& Monitors","u":"/Keyboard-Amplifiers-Monitors.gc","l":[]}, {"n":"Accessories &
Related
Products","u":"/Amplifiers-Effects.gc","l":[ {"n":"Power
Supplies","u":"/Amplifiers-Effects-Power-Supplies.gc","l":[]}, {"n":"Amplifier
Parts","u":"/Amplifier-Parts.gc","l":[]}, {"n":"Amplifier
Stands","u":"/Amplifier-Stands.gc","l":[]}, {"n":"Amplifier Covers &
Cases","u":"/Amplifier-Covers-Cases.gc","l":[]}, {"n":"Amplifier
Footswitches","u":"/Amplifier-Footswitches.gc","l":[]}, {"n":"Effects Pedal
Accessories","u":"/Effects-Pedal-Accessories.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Headphone
Amplifiers/Mixers","u":"/Headphone-Amplifiers-Mixers.gc","l":[]}, {"n":"Mic
Preamps","u":"/Microphone-Preamps.gc","l":[]}, {"n":"Live Power
Amps","u":"/Live-Power-Amplifiers.gc","l":[]}, {"n":"Studio Power
Amps","u":"/Studio-Power-Amplifiers.gc","l":[]}, {"n":"Vocal
Processors","u":"/Vocal-Processors.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]} ]}, {"n":"Pro
Audio","u":"/Pro-Audio.gc","l":[ {"n":"Live Sound","u":"/Live-Sound.gc","l":[
{"n":"Powered PA Speakers","u":"/Powered-PA-Speakers.gc","l":[]},
{"n":"Unpowered PA Speakers","u":"/Unpowered-PA-Speakers.gc","l":[]}, {"n":"Live
Sound Packages","u":"/Live-Sound-Packages.gc","l":[]}, {"n":"Stage
Subwoofers","u":"/Stage-Subwoofers.gc","l":[]}, {"n":"Live Power
Amplifiers","u":"/Live-Power-Amplifiers.gc","l":[]}, {"n":"Stage
Monitors","u":"/Stage-Monitors.gc","l":[]}, {"n":"Installed
Sound","u":"/Installed-Sound.gc","l":[]}, {"n":"PA Speaker
Parts","u":"/PA-Speaker-Parts.gc","l":[]},
{"n":"Microphones","u":"/Microphones-Wireless-Systems.gc","l":[]},
{"n":"Mixers","u":"/Mixers.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Cases, Gig Bags &
Covers","u":"/Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]},
{"n":"Microphones","u":"/Microphones.gc","l":[ {"n":"Condenser
(Recording)","u":"/Condenser-Microphones.gc","l":[]}, {"n":"Dynamic
(Live)","u":"/Dynamic-Microphones.gc","l":[]}, {"n":"Microphone &
Accessories","u":"/Microphone-Accessories.gc","l":[]},
{"n":"Packages","u":"/Microphone-Packages.gc","l":[]},
{"n":"USB","u":"/USB-Microphones.gc","l":[]},
{"n":"Drum","u":"/Drum-Microphones.gc","l":[]},
{"n":"Ribbon","u":"/Ribbon-Microphones.gc","l":[]},
{"n":"Tube","u":"/Tube-Microphones.gc","l":[]}, {"n":"iOS
Microphones","u":"/iOS-Microphones.gc","l":[]}, {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Microphone Cases &
Bags","u":"/Microphone-Cases-Bags.gc","l":[]}, {"n":"Microphone
Cables","u":"/Microphone-Cables.gc","l":[]}, {"n":"Microphone
Preamps","u":"/Microphone-Preamps.gc","l":[]}, {"n":"Vocal
Processors","u":"/Vocal-Processors.gc","l":[]} ]}, {"n":"Wireless
Systems","u":"/Wireless-Systems.gc","l":[
{"n":"Handheld","u":"/Handheld-Microphone-Wireless-Systems.gc","l":[]},
{"n":"Headset","u":"/Headset-Microphone-Wireless-Systems.gc","l":[]},
{"n":"Instrument","u":"/Instrument-Wireless-Systems.gc","l":[]},
{"n":"Lavalier","u":"/Lavalier-Microphone-Wireless-Systems.gc","l":[]},
{"n":"In-Ear","u":"/In-Ear-Wireless-Systems.gc","l":[]},
{"n":"Combination","u":"/Combo-Wireless-Systems.gc","l":[]},
{"n":"Components","u":"/Wireless-System-Components.gc","l":[]}, {"n":"Wireless
Speakers","u":"/Consumer-Speakers.gc","l":[]}, {"n":"Microphone
Accessories","u":"/Microphone-Accessories.gc","l":[]}, {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Microphone Cases &
Bags","u":"/Microphone-Cases-Bags.gc","l":[]}, {"n":"Microphone
Cables","u":"/Microphone-Cables.gc","l":[]}, {"n":"Microphone
Preamps","u":"/Microphone-Preamps.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]} ]},
{"n":"Recording","u":"/Recording-Gear.gc","l":[ {"n":"Audio
Interfaces","u":"/Audio-Interfaces.gc","l":[]}, {"n":"Studio
Monitors","u":"/Studio-Monitors.gc","l":[]}, {"n":"Recording
Packages","u":"/Recording-Packages.gc","l":[]}, {"n":"Audio
Recorders","u":"/Audio-Recorders.gc","l":[]}, {"n":"Studio
Subwoofers","u":"/Studio-Subwoofers.gc","l":[]}, {"n":"Mixing
Consoles","u":"/Mixing-Consoles.gc","l":[]}, {"n":"Video
Equipment","u":"/Video-Production-Equipment.gc","l":[]}, {"n":"Audio
Converters","u":"/Audio-Converters.gc","l":[]}, {"n":"Studio Power
Amplifiers","u":"/Studio-Power-Amplifiers.gc","l":[]}, {"n":"Audio
Playback","u":"/Audio-Playback.gc","l":[]},
{"n":"Duplication","u":"/Duplication.gc","l":[]}, {"n":"Controllers &
Expansions","u":"/Remotes-Controllers-Expansions.gc","l":[]}, {"n":"Music
Software","u":"/Music-Software.gc","l":[]},
{"n":"Microphones","u":"/Microphones-Wireless-Systems.gc","l":[]},
{"n":"Mixers","u":"/Mixers.gc","l":[]}, {"n":"iOS Audio
Interfaces","u":"/iOS-Audio-MIDI-Interfaces.gc","l":[]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Monitor Stands &
Brackets","u":"/Monitor-Speaker-Stands-Brackets.gc","l":[]}, {"n":"Cases, Gig
Bags & Covers","u":"/Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Desks, Tables &
Workstations","u":"/Desks-Tables-Workstations.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]}, {"n":"Bluetooth & Wireless
Speakers","u":"/Consumer-Speakers.gc","l":[]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]}, {"n":"DJ
Gear","u":"/DJ-Gear.gc","l":[ {"n":"DJ Controllers &
Interfaces","u":"/DJ-Controllers-Interfaces.gc","l":[]}, {"n":"DJ
Mixers","u":"/DJ-Mixers.gc","l":[]},
{"n":"Turntables","u":"/Turntables.gc","l":[]}, {"n":"DJ CD & Media
Players","u":"/DJ-CD-Media-Players.gc","l":[]},
{"n":"Karaoke","u":"/Karaoke.gc","l":[]}, {"n":"DJ
Headphones","u":"/DJ-Headphones.gc","l":[]}, {"n":"DJ
Packages","u":"/DJ-Packages.gc","l":[]}, {"n":"Needles &
Cartridges","u":"/Needles-Cartridges.gc","l":[]}, {"n":"DJ
Accessories","u":"/DJ-Accessories.gc","l":[]}, {"n":"DJ
Vinyl","u":"/DJ-Vinyl.gc","l":[]}, {"n":"iOS DJ
Gear","u":"/iOS-DJ-Gear.gc","l":[]}, {"n":"DJ & Remix
Software","u":"/DJ-Remix-Software.gc","l":[]}, {"n":"Record
Players","u":"/Record-Players.gc","l":[]}, {"n":"DJ
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"DJ Cases & Gig
Bags","u":"/DJ-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"DJ Stands &
Racks","u":"/DJ-Stands-Racks.gc","l":[]}, {"n":"DJ
Instruction","u":"/DJ-Instruction.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]} ]},
{"n":"Mixers","u":"/Mixers.gc","l":[ {"n":"Unpowered
Mixers","u":"/Unpowered-Mixers.gc","l":[]}, {"n":"DJ
Mixers","u":"/DJ-Mixers.gc","l":[]}, {"n":"Digital
Mixers","u":"/Digital-Mixers.gc","l":[]}, {"n":"Powered
Mixers","u":"/Powered-Mixers.gc","l":[]}, {"n":"Line
Mixers","u":"/Line-Mixers.gc","l":[]}, {"n":"Summing
Mixers","u":"/Summing-Mixers.gc","l":[]}, {"n":"iOS
Mixers","u":"/iOS-Mixers.gc","l":[]}, {"n":"Mixing
Consoles","u":"/Mixing-Consoles.gc","l":[]}, {"n":"Headphone
Mixers","u":"/Headphone-Amplifiers-Mixers.gc","l":[]}, {"n":"Mixer
Stands","u":"/Mixer-Stands.gc","l":[]}, {"n":"Mixer
Lights","u":"/Mixer-Gig-Lights.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Cases, Gig Bags &
Covers","u":"/Mixer-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]}, {"n":"Lighting & Stage
Effects","u":"/Lighting-Stage-Effects.gc","l":[ {"n":"Color Changers & Wash
Lights","u":"/Color-Changers-Wash-Lights.gc","l":[]}, {"n":"Lasers &
Strobes","u":"/Lasers-Strobes.gc","l":[]}, {"n":"Fog, Bubble & Snow
Effects","u":"/Fog-Bubble-Snow-Effects.gc","l":[]}, {"n":"Lighting & Effects
Packages","u":"/Lighting-Effects-Packages.gc","l":[]}, {"n":"Intelligent
Lighting","u":"/Intelligent-Lighting.gc","l":[]}, {"n":"Par
Cans","u":"/Par-Cans.gc","l":[]}, {"n":"Lighting Controllers
& Dimmer Packs","u":"/Lighting-Controllers-Dimmer-Packs.gc","l":[]},
{"n":"Lighting Software","u":"/DJ-Lighting-Software.gc","l":[]},
{"n":"Spotlights","u":"/Spotlights.gc","l":[]}, {"n":"Lighting Stands, Truss &
Hardware","u":"/Lighting-Stands-Truss-Hardware.gc","l":[]}, {"n":"Black & UV
Lights","u":"/Black-UV-Lights.gc","l":[]}, {"n":"Gels, Gobos &
Lenses","u":"/Gels-Gobos-Lenses.gc","l":[]}, {"n":"Lamps &
Bulbs","u":"/Lamps-Bulbs.gc","l":[]}, {"n":"Mirror
Balls","u":"/Mirror-Balls.gc","l":[]}, {"n":"Lighting Cases &
Bags","u":"/Lighting-Cases-Bags.gc","l":[]}, {"n":"Lighting Stands &
Truss","u":"/Lighting-Stands-Truss.gc","l":[]}, {"n":"Lighting
Cables","u":"/Lighting-Cables.gc","l":[]}, {"n":"Mixer & Gig
Lights","u":"/Mixer-Gig-Lights.gc","l":[]}, {"n":"Flashlights &
Headlamps","u":"/Flashlights-Headlamps.gc","l":[]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]},
{"n":"Headphones","u":"/Headphones.gc","l":[ {"n":"Studio
Headphones","u":"/Studio-Headphones.gc","l":[]},
{"n":"Earphones","u":"/Earphones.gc","l":[]}, {"n":"DJ
Headphones","u":"/DJ-Headphones.gc","l":[]}, {"n":"Headphone
Amplifiers/Mixers","u":"/Headphone-Amplifiers-Mixers.gc","l":[]}, {"n":"Noise
Canceling Headphones","u":"/Noise-Canceling-Headphones.gc","l":[]},
{"n":"Consumer Headphones","u":"/Consumer-Headphones.gc","l":[]},
{"n":"Headphone Packages","u":"/Headphone-Packages.gc","l":[]}, {"n":"Headphone
Cables","u":"/Headphone-Cables.gc","l":[]},
{"n":"Adapters","u":"/Cable-Adapters.gc","l":[]}, {"n":"Headphone Guitar
Amplifiers","u":"/Headphone-Guitar-Amplifiers.gc","l":[]}, {"n":"Headphone Bass
Amplifiers","u":"/Headphone-Bass-Amplifiers.gc","l":[]} ]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[ {"n":"Microphone
Preamps","u":"/Microphone-Preamps.gc","l":[]}, {"n":"Vocal
Processors","u":"/Vocal-Processors.gc","l":[]}, {"n":"Direct
Boxes","u":"/Direct-Boxes.gc","l":[]}, {"n":"Compressors &
Limiters","u":"/Compressors-Limiters.gc","l":[]},
{"n":"Equalizers","u":"/Equalizers.gc","l":[]}, {"n":"Multi Effects
Processors","u":"/Multi-Effects-Processors.gc","l":[]},
{"n":"Crossovers","u":"/Crossovers.gc","l":[]}, {"n":"Channel
Strips","u":"/Channel-Strips.gc","l":[]}, {"n":"Sound Enhancers &
Exciters","u":"/Sound-Enhancers-Exciters.gc","l":[]}, {"n":"Signal
Routing","u":"/Signal-Routing.gc","l":[]}, {"n":"500 Series
Gear","u":"/500-Series-Gear.gc","l":[]}, {"n":"Reverb &
Delay","u":"/Reverb-Delay.gc","l":[]}, {"n":"Test
Equipment","u":"/Test-Equipment.gc","l":[]}, {"n":"Patch
Bays","u":"/Patch-Bays.gc","l":[]}, {"n":"Noise
Gates","u":"/Noise-Gates.gc","l":[]}, {"n":"Feedback
Suppression","u":"/Feedback-Suppression.gc","l":[]}, {"n":"Signal Processors
Software","u":"/Signal-Processors-Software.gc","l":[]},
{"n":"Digital/Word/Master Clocks","u":"/Digital-Clocks.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]},
{"n":"Software","u":"/Music-Software.gc","l":[ {"n":"DAW
Software","u":"/DAW-Software.gc","l":[]}, {"n":"Virtual Instruments
Software","u":"/Virtual-Instruments-Software.gc","l":[]}, {"n":"Effects
Pluggins","u":"/Effects-Plugins.gc","l":[]}, {"n":"Mixing & Mastering
Software","u":"/Mixing-Mastering-Software.gc","l":[]}, {"n":"DJ & Lighting
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"Vocal
Software","u":"/Vocal-Software.gc","l":[]}, {"n":"Sound Libraries, Loops &
Refills","u":"/Sound-Libraries-Loops-Refills.gc","l":[]}, {"n":"Signal
Processors Software","u":"/Signal-Processors-Software.gc","l":[]},
{"n":"Notation Software","u":"/Notation-Software.gc","l":[]}, {"n":"Software
Bundles","u":"/Software-Bundles.gc","l":[]}, {"n":"Reverb & Delay
Software","u":"/Reverb-Delay-Software.gc","l":[]}, {"n":"Video
Software","u":"/Video-Software.gc","l":[]}, {"n":"Restoration & Noise
Reduction Software","u":"/Restoration-Noise-Reduction-Software.gc","l":[]},
{"n":"Media, Storage & Memory","u":"/Media-Storage-Memory.gc","l":[]},
{"n":"Software Instruction","u":"/Software-Instruction.gc","l":[]} ]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[ {"n":"iOS Audio/MIDI
Interfaces","u":"/iOS-Audio-MIDI-Interfaces.gc","l":[]}, {"n":"iOS
Accessories","u":"/iOS-Accessories.gc","l":[]}, {"n":"iOS
Microphones","u":"/iOS-Microphones.gc","l":[]}, {"n":"iOS
Keyboards","u":"/iOS-Keyboards.gc","l":[]}, {"n":"iOS DJ
Gear","u":"/iOS-DJ-Gear.gc","l":[]}, {"n":"iOS Docks &
Speakers","u":"/iOS-Docks-Speaker-Systems.gc","l":[]}, {"n":"iPods/MP3
Players","u":"/iPods-MP3-Players.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]}, {"n":"Computers &
Peripherals","u":"/Computers-Peripherals.gc","l":[ {"n":"Control
Surfaces","u":"/Control-Surfaces.gc","l":[]}, {"n":"Mac
Computers","u":"/Mac-Computers.gc","l":[]}, {"n":"Laptop Bags &
Stands","u":"/Laptop-Bags-Stands.gc","l":[]}, {"n":"Computer
Components","u":"/Computer-Components.gc","l":[]}, {"n":"Hard
Drives","u":"/Hard-Drives.gc","l":[]}, {"n":"Tablets","u":"/Tablets.gc","l":[]},
{"n":"Keyboards, Controllers &
Mice","u":"/Keyboards-Controllers-Mice.gc","l":[]}, {"n":"LCD
Monitors","u":"/LCD-Monitors.gc","l":[]}, {"n":"Media, Storage &
Memory","u":"/Media-Storage-Memory.gc","l":[]}, {"n":"Desks, Tables &
Workstations","u":"/Desks-Tables-Workstations.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]} ]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[ {"n":"Record
Players","u":"/Record-Players.gc","l":[]}, {"n":"Consumer
Headphones","u":"/Consumer-Audio-Headphones.gc","l":[]}, {"n":"Consumer
Speakers","u":"/Consumer-Speakers.gc","l":[]}, {"n":"Consumer Electronics
Accessories","u":"/Consumer-Electronics-Accessories.gc","l":[]}, {"n":"Portable
Audio Players","u":"/Portable-Audio-Players.gc","l":[]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]}, {"n":"Accessories & Related
Products","u":"/Accessories.gc","l":[ {"n":"Cables &
Snakes","u":"/Cables-Snakes.gc","l":[]}, {"n":"Stands &
Racks","u":"/Stands-Racks.gc","l":[]}, {"n":"Cases, Gig Bags &
Covers","u":"/Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"PA Speaker
Parts","u":"/PA-Speaker-Parts.gc","l":[]}, {"n":"Microphone
Accessories","u":"/Microphone-Accessories.gc","l":[]}, {"n":"DJ
Accessories","u":"/DJ-Accessories.gc","l":[]}, {"n":"iOS
Accessories","u":"/iOS-Accessories.gc","l":[]}, {"n":"Stage
Accessories","u":"/Stage-Accessories.gc","l":[]}, {"n":"Lighting Stands,
Truss & Hardware","u":"/Lighting-Stands-Truss-Hardware.gc","l":[]}, {"n":"Power
& Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Rackmount Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[]},
{"n":"Media, Storage & Memory","u":"/Media-Storage-Memory.gc","l":[]},
{"n":"Consumer Electronics","u":"/Consumer-Electronics.gc","l":[]} ]}, {"n":"Pro
Audio Stands","u":"/Stands-Racks.gc","l":[ {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Monitor & Speaker
Stands & Brackets","u":"/Monitor-Speaker-Stands-Brackets.gc","l":[]},
{"n":"Lighting Stands & Truss","u":"/Lighting-Stands-Truss.gc","l":[]},
{"n":"Rackmount Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[]}, {"n":"DJ
Stands & Racks","u":"/DJ-Stands-Racks.gc","l":[]}, {"n":"Stand Accessories &
Parts","u":"/Stand-Accessories-Parts.gc","l":[]}, {"n":"Mixer
Stands","u":"/Mixer-Stands.gc","l":[]}, {"n":"Utility & Equipment
Stands","u":"/Utility-Equipment-Stands.gc","l":[]}, {"n":"Laptop
Stands","u":"/Laptop-Bags-Stands.gc","l":[]} ]}, {"n":"Pro Audio Cases,
Gig Bags & Covers","u":"/Cases-Gig-Bags-Covers.gc","l":[ {"n":"DJ Cases, Gig
Bags & Covers","u":"/DJ-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Rackmount
Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[]},
{"n":"Speaker Cases, Gig Bags &
Cover","u":"/Speaker-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Utility & Gear
Cases,
Bags & Covers","u":"/Utility-Gear-Cases-Bags-Covers.gc","l":[]},
{"n":"Microphone Cases & Bags","u":"/Microphone-Cases-Bags.gc","l":[]},
{"n":"Mixer Cases, Gig Bags &
Covers","u":"/Mixer-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Lighting Cases &
Bags","u":"/Lighting-Cases-Bags.gc","l":[]}, {"n":"Laptop
Bags","u":"/Laptop-Bags-Stands.gc","l":[]} ]} ]},
{"n":"Accessories","u":"/Accessories.gc","l":[ {"n":"Fretted Instrument
Accessories & Parts","u":"/Fretted-Instrument-Accessories-Parts.gc","l":[
{"n":"Accessories","u":"/Fretted-Instrument-Accessories.gc","l":[]},
{"n":"Pickups","u":"/Fretted-Instrument-Pickups.gc","l":[]},
{"n":"Parts","u":"/Fretted-Instrument-Parts.gc","l":[]} ]}, {"n":"Drum &
Percussion","u":"/Drum-Accessories.gc","l":[ {"n":"Drum
Heads","u":"/Drum-Heads.gc","l":[]}, {"n":"Drum Sticks &
Mallets","u":"/Drum-Sticks-Mallets.gc","l":[]}, {"n":"Drum & Percussion Stands &
Racks","u":"/Drum-Percussion-Stands-Racks.gc","l":[]}, {"n":"Drum Cases & Gig
Bags","u":"/Drum-Percussion-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Drum
Practice Pads","u":"/Drum-Practice-Pads.gc","l":[]}, {"n":"Drum Replacement
Parts","u":"/Drum-Replacement-Parts.gc","l":[]}, {"n":"Dampening
Parts","u":"/Impact-Badges-Dampening-Devices.gc","l":[]}, {"n":"Drum Keys &
Tuning Tool","u":"/Drum-Keys-Tuning-Tools.gc","l":[]}, {"n":"Drum
Rugs","u":"/Drum-Rugs.gc","l":[]}, {"n":"Drum
Shields","u":"/Drum-Shields.gc","l":[]}, {"n":"Cajon
Accessories","u":"/Cajon-Accessories.gc","l":[]}, {"n":"Drum Care &
Cleaning","u":"/Drum-Care-Cleaning.gc","l":[]}, {"n":"Drum
Gloves","u":"/Drum-Gloves.gc","l":[]}, {"n":"Percussion Practice
Tools","u":"Percussion-Practice-Tools.gc","l":[]}, {"n":"Concert Percussion
Accessories","u":"/Concert-Percussion-Accessories.gc","l":[]}, {"n":"Cymbal
Parts","u":"/Cymbal-Parts.gc","l":[]}, {"n":"Cymbal Stands &
Arms","u":"/Cymbal-Stands-Arms.gc","l":[]}, {"n":"Hi-Hat
Stands","u":"/Hi-Hat-Stands.gc","l":[]}, {"n":"Cymbal Cases, Gig Bags &
Covers","u":"/Cymbal-Cases-Gig-Bags-Covers.gc","l":[]} ]}, {"n":"Cases & Gig
Bags","u":"/Cases-Gig-Bags-Covers.gc","l":[ {"n":"Stringed
Instrument","u":"/Stringed-Instrument-Cases-Gig-Bags-Covers.gc","l":[]},
{"n":"Drum &
Percussion","u":"/Drum-Percussion-Cases-Gig-Bags-Covers.gc","l":[]},
{"n":"DJ","u":"/DJ-Cases-Gig-Bags.gc","l":[]},
{"n":"Keyboard","u":"/Keyboard-Cases-Gig-Bags.gc","l":[]},
{"n":"Woodwind","u":"/Woodwind-Cases-Gig-Bags.gc","l":[]},
{"n":"Speaker","u":"/Speaker-Cases-Gig-Bags.gc","l":[]},
{"n":"Microphone","u":"/Microphone-Cases-Bags.gc","l":[]},
{"n":"Mixer","u":"/Mixer-Cases-Gig-Bags.gc","l":[]}, {"n":"Orchestral
Strings","u":"/Orchestral-Strings-Cases-Gig-Bags.gc","l":[]}, {"n":"Brass
Instruments","u":"/Brass-Cases-Gig-Bags.gc","l":[]}, {"n":"Marching
Percussion","u":"/Marching-Percussion-Cases-Gig-Bags.gc","l":[]}, {"n":"Concert
Percussion","u":"/Concert-Percussion-Cases-Gig-Bags.gc","l":[]} ]}, {"n":"Stands
& Racks","u":"/Stands-Racks.gc","l":[ {"n":"Guitar
Stands","u":"/Guitar-Stands-Wall-Hangers.gc","l":[]}, {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Keyboard
Stands","u":"/Keyboard-Stands-Racks.gc","l":[]}, {"n":"Speaker & Monitor
Stands","u":"/Monitor-Stands-Brackets.gc","l":[]}, {"n":"Music
Stands","u":"/Music-Stands.gc","l":[]}, {"n":"Lighting
Stands","u":"/Lighting-Stands-Truss.gc","l":[]}, {"n":"Stand
Accessories","u":"/Stand-Accessories-Parts.gc","l":[]}, {"n":"Woodwinds
Stands","u":"/Woodwind-Instrument-Stands.gc","l":[]}, {"n":"Orchestral Strings
Stands","u":"/Stands-for-Orchestral-Strings.gc","l":[]}, {"n":"Brass
Stands","u":"/Brass-Instrument-Stands.gc","l":[]}, {"n":"Marching Percussion
Stands","u":"/Marching-Percussion-Stands.gc","l":[]}, {"n":"Concert Percussion
Stands","u":"/Concert-Percussion-Hardware.gc","l":[]} ]}, {"n":"Cables &
Snakes","u":"/Cables-Snakes.gc","l":[ {"n":"Instrument
Cables","u":"/Instrument-Cables.gc","l":[]}, {"n":"Microphone
Cables","u":"/Microphone-Cables.gc","l":[]}, {"n":"Speaker
Cables","u":"/Speaker-Cables.gc","l":[]}, {"n":"Audio
Snakes","u":"/Audio-Snakes.gc","l":[]}, {"n":"Digital
Cables","u":"/Digital-Cables.gc","l":[]}, {"n":"TRS
Cables","u":"/TRS-Cables.gc","l":[]}, {"n":"RCA
Cables","u":"/RCA-Cables.gc","l":[]}, {"n":"Cable
Adapters","u":"/Cable-Adapters.gc","l":[]}, {"n":"Cable
Connectors","u":"/Cable-Connectors.gc","l":[]}, {"n":"Daisy
Chains","u":"/Daisy-Chain-Cables.gc","l":[]}, {"n":"Extension Cords &
IEC","u":"/Extension-Cords-IEC-Power-Cables.gc","l":[]} ]},
{"n":"Strings","u":"/Strings.gc","l":[ {"n":"Electric Guitar
Strings","u":"/Electric-Guitar-Strings.gc","l":[]}, {"n":"Acoustic Guitar
Strings","u":"/Acoustic-Guitar-Strings.gc","l":[]}, {"n":"Bass
Strings","u":"/Bass-Guitar-Strings.gc","l":[]}, {"n":"Ukulele
Strings","u":"/Ukulele-Strings.gc","l":[]}, {"n":"Mandolin
Strings","u":"/Mandolin-Strings.gc","l":[]}, {"n":"Banjo
Strings","u":"/Banjo-Strings.gc","l":[]} ]}, {"n":"Tuners &
Metronomes","u":"/Tuners-Metronomes.gc","l":[
{"n":"Tuners","u":"/Tuners.gc","l":[]},
{"n":"Metronomes","u":"/Metronomes.gc","l":[]}, {"n":"Tuner/Metronome
Combos","u":"/Tuner-Metronome-Combos.gc","l":[]}, {"n":"Tuning
Forks","u":"/Tuning-Forks.gc","l":[]}, {"n":"Pitch
Pipes","u":"/Pitch-Pipes-Tone-Generators.gc","l":[]} ]}, {"n":"Amplifier
Parts","u":"/Amplifier-Parts.gc","l":[
{"n":"Speakers","u":"/Speakers-for-Instrument-Amps.gc","l":[]},
{"n":"Tubes","u":"/Tubes-for-Instrument-Amps.gc","l":[]}, {"n":"Frames, Casters,
Legs &
Corners","u":"/Frames-Casters-Legs-Corners-for-Instrument-Amps.gc","l":[]},
{"n":"Handles & Straps","u":"/Handles-Straps-for-Instrument-Amps.gc","l":[]},
{"n":"Knobs & Logos","u":"/Knobs-Logos-for-Instrument-Amps.gc","l":[]},
{"n":"Rack Kits","u":"/Rack-Kits-for-Instrument-Amps.gc","l":[]}, {"n":"Power
Supplies","u":"/Amplifiers-Effects-Power-Supplies.gc","l":[]} ]}, {"n":"Studio
Furniture","u":"/Studio-Furniture.gc","l":[ {"n":"Desks, Tables &
Workstations","u":"/Desks-Tables-Workstations.gc","l":[]},
{"n":"Soundproofing","u":"/Acoustic-Treatments.gc","l":[]}, {"n":"Foot
Stools","u":"/Foot-Stools.gc","l":[]}, {"n":"Chairs","u":"/Chairs.gc","l":[]}
]}, {"n":"Microphone Accessories","u":"/Microphone-Accessories.gc","l":[
{"n":"Microphone Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Microphone
Cables","u":"/Microphone-Cables.gc","l":[]},
{"n":"Shockmounts","u":"/Microphone-Shockmounts.gc","l":[]}, {"n":"Clips &
Clamps","u":"/Microphone-Clips-Clamps.gc","l":[]}, {"n":"Windscreens &
Grilles","u":"/Microphone-Windscreens-Grilles.gc","l":[]}, {"n":"Microphone
Capsules","u":"/Microphone-Capsules.gc","l":[]}, {"n":"Pop
Filters","u":"/Pop-Filters.gc","l":[]}, {"n":"Sound Shields &
Reflectors","u":"/Sound-Shields-Reflectors.gc","l":[]}, {"n":"Microphone
Accessory Packages","u":"/Microphone-Accessory-Packages.gc","l":[]},
{"n":"Microphone Cases & Bags","u":"/Microphone-Cases-Bags.gc","l":[]},
{"n":"Vocal Processors","u":"/Vocal-Processors.gc","l":[]}, {"n":"Microphone
Preamps","u":"/Microphone-Preamps.gc","l":[]} ]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[ {"n":"Power
Supplies","u":"/Power-Supplies.gc","l":[]}, {"n":"Power Conditioners
& Surge Protectors","u":"/Power-Conditioners-Surge-Protectors.gc","l":[]},
{"n":"Batteries","u":"/Batteries.gc","l":[]},
{"n":"Generators","u":"/Generators.gc","l":[]} ]}, {"n":"Rackmount Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[
{"n":"Cases","u":"/Rackmount-Cases.gc","l":[]}, {"n":"Ears, Brackets &
Panels","u":"/Rackmount-Ears-Brackets-Panels.gc","l":[]}, {"n":"Shelves &
Drawers","u":"/Rackmount-Shelves-Drawers.gc","l":[]}, {"n":"Rackmount
Accessories","u":"/Rackmount-Accessories.gc","l":[]}, {"n":"Handles &
Straps","u":"/Handles-Straps-for-Instrument-Amps.gc","l":[]}, {"n":"Rackmount
Studio Furniture","u":"/Rackmount-Studio-Furniture.gc","l":[]} ]},
{"n":"Keyboard Accessories
& Parts","u":"/Keyboard-Accessories-Parts.gc","l":[ {"n":"Benches &
Stools","u":"/Benches-Stools.gc","l":[]}, {"n":"Keyboard
Pedals","u":"/Keyboard-Sustain-Volume-Expression-Pedals.gc","l":[]},
{"n":"Accessory Packages","u":"/Keyboard-Accessory-Packages.gc","l":[]},
{"n":"Expansion Boards","u":"/Keyboard-Expansion-Boards.gc","l":[]},
{"n":"Replacement Parts","u":"/Keyboard-Replacement-Parts.gc","l":[]} ]},
{"n":"Stage Accessories","u":"/Stage-Accessories.gc","l":[ {"n":"Hearing
Protection","u":"/Hearing-Protection.gc","l":[]}, {"n":"Carts, Casters &
Dollies","u":"/Carts-Casters-Dollies.gc","l":[]}, {"n":"Gaffers & Stage
Tape","u":"/Gaffers-Stage-Tape.gc","l":[]}, {"n":"Mixer & Gig
Lights","u":"/Mixer-Gig-Lights.gc","l":[]} ]}, {"n":"Band & Orchestra
Accessories","u":"/Band-Orchestra-Accessories.gc","l":[
{"n":"Woodwind","u":"/Woodwind-Accessories.gc","l":[]}, {"n":"Orchestral
Strings","u":"/Accessories-for-Orchestral-Strings.gc","l":[]}, {"n":"Brass
Instruments","u":"/Accessories-for-Brass-Instruments.gc","l":[]}, {"n":"Concert
Percussion","u":"/Concert-Percussion-Accessories.gc","l":[]}, {"n":"Marching
Band","u":"/Marching-Band-Accessories.gc","l":[]} ]}, {"n":"iOS
Accessories","u":"/iOS-Accessories.gc","l":[]}, {"n":"Care &
Cleaning","u":"/Care-Cleaning.gc","l":[ {"n":"Fretted
Instruments","u":"/Fretted-Instrument-Care-Cleaning.gc","l":[]}, {"n":"General
Care & Cleaning","u":"/General-Care-Cleaning.gc","l":[]},
{"n":"Keyboard","u":"/Keyboard-Care-Cleaning.gc","l":[]} ]}, {"n":"Practice &
Performance Aides","u":"/Practice-Performance-Aids.gc","l":[]},
{"n":"Tools","u":"/Tools.gc","l":[ {"n":"Fretted Instrument
Tools","u":"/Fretted-Instrument-Tools.gc","l":[]}, {"n":"Percussion Practice
Tools","u":"/Percussion-Practice-Tools.gc","l":[]}, {"n":"General Purpose
Tools","u":"/General-Purpose-Tools.gc","l":[]} ]}, {"n":"DJ Accessories &
Related
Products","u":"/DJ-Accessories.gc","l":[ {"n":"DJ
Accessories","u":"/DJ-Accessories.gc","l":[]}, {"n":"DJ
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"DJ Cases & Gig
Bags","u":"/DJ-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"DJ Stands &
Racks","u":"/DJ-Stands-Racks.gc","l":[]}, {"n":"DJ
Instruction","u":"/DJ-Instruction.gc","l":[]}, {"n":"iOS DJ
Gear","u":"/iOS-DJ-Gear.gc","l":[]} ]}, {"n":"PA Speaker
Parts","u":"/PA-Speaker-Parts.gc","l":[]}, {"n":"Media, Storage &
Memory","u":"/Media-Storage-Memory.gc","l":[]}, {"n":"Effects Pedal
Accessories","u":"/Effects-Pedal-Accessories.gc","l":[ {"n":"General
Accessories","u":"/Effects-Pedal-Accessories.gc","l":[]}, {"n":"Power
Supplies","u":"/Power-Supplies.gc","l":[]} ]},
{"n":"Headphones","u":"/Headphones.gc","l":[ {"n":"Studio
Headphones","u":"/Studio-Headphones.gc","l":[]}, {"n":"Headphone
Amplifiers/Mixers","u":"/Headphone-Amplifiers-Mixers.gc","l":[]},
{"n":"Earphones","u":"/Earphones.gc","l":[]}, {"n":"DJ
Headphones","u":"/DJ-Headphones.gc","l":[]}, {"n":"Noise Canceling
Headphones","u":"/Noise-Canceling-Headphones.gc","l":[]}, {"n":"Consumer
Headphones","u":"/Consumer-Headphones.gc","l":[]}, {"n":"Headphone
Packages","u":"/Headphone-Packages.gc","l":[]}, {"n":"Headphone
Cables","u":"/Headphone-Cables.gc","l":[]},
{"n":"Adapters","u":"/Cable-Adapters.gc","l":[]}, {"n":"Headphone Guitar
Amplifiers","u":"/Headphone-Guitar-Amplifiers.gc","l":[]}, {"n":"Headphone Bass
Amplifiers","u":"/Headphone-Bass-Amplifiers.gc","l":[]} ]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]}, {"n":"Drums &
Percussion","u":"/Drums-Percussion.gc","l":[ {"n":"Acoustic
Drums","u":"/Acoustic-Drums.gc","l":[
{"n":"Sets","u":"/Acoustic-Drum-Sets.gc","l":[]}, {"n":"Snare
Drums","u":"/Snare-Drums.gc","l":[]}, {"n":"Mounted
Toms","u":"/Mounted-Toms.gc","l":[]}, {"n":"Bass
Drums","u":"/Bass-Drums.gc","l":[]}, {"n":"Floor
Toms","u":"/Floor-Toms.gc","l":[]}, {"n":"Electronic Drum Acoustic
Triggers","u":"/Acoustic-Triggers.gc","l":[]}, {"n":"Add-On
Packs","u":"/Add-On-Packs-for-Acoustic-Drums.gc","l":[]}, {"n":"Acoustic to
Electric
Conversion Kits","u":"/Acoustic-to-Electric-Conversion-Kits.gc","l":[]},
{"n":"Drum Accessories","u":"/Drum-Accessories.gc","l":[]}, {"n":"Drum &
Percussion Stands &
Racks","u":"/Accessories-Drum-Percussion-Stands-Racks.gc","l":[]}, {"n":"Drum
Cases & Gig Bags","u":"/Drum-Percussion-Cases-Gig-Bags-Covers.gc","l":[]},
{"n":"Drum Amplifiers","u":"/Drum-Amplifiers.gc","l":[]} ]},
{"n":"Cymbals","u":"/Cymbals.gc","l":[ {"n":"Crash
Cymbals","u":"/Crash-Cymbals.gc","l":[]}, {"n":"Cymbal
Packs","u":"/Cymbal-Packs.gc","l":[]}, {"n":"Ride
Cymbals","u":"/Ride-Cymbals.gc","l":[]}, {"n":"Hi-Hat
Cymbals","u":"/Hi-Hat-Cymbals.gc","l":[]}, {"n":"China
Cymbals","u":"/China-Cymbals.gc","l":[]}, {"n":"Splash
Cymbals","u":"/Splash-Cymbals.gc","l":[]}, {"n":"Effect
Cymbals","u":"/Effect-Cymbals.gc","l":[]}, {"n":"Electronic
Cymbals","u":"/Electronic-Cymbals.gc","l":[]}, {"n":"Marching
Cymbals","u":"/Marching-Cymbals.gc","l":[]}, {"n":"Concert
Cymbals","u":"/Concert-Cymbals.gc","l":[]}, {"n":"Classroom
Cymbals","u":"/Classroom-Tambourines-Cymbals.gc","l":[]}, {"n":"Finger
Cymbals","u":"/Finger-Cymbals.gc","l":[]}, {"n":"Cymbal
Parts","u":"/Cymbal-Parts.gc","l":[]}, {"n":"Cymbal Holders &
Hardware","u":"/Cymbal-Holders-Hardware.gc","l":[]}, {"n":"Cymbal Stands & Boom
Arms","u":"/Cymbal-Stands-Boom-Arms.gc","l":[]}, {"n":"Hi-Hat
Stands","u":"/Accessories-Hi-Hat-Stands.gc","l":[]}, {"n":"Cymbal Cases, Gig
Bags & Covers","u":"/Cymbal-Cases-Gig-Bags-Covers.gc","l":[]} ]},
{"n":"Electronic Drums","u":"/Electronic-Drums.gc","l":[ {"n":"Drum
Sets","u":"/Electronic-Drum-Sets.gc","l":[]}, {"n":"Drum
Machines","u":"/Drum-Machines.gc","l":[]}, {"n":"Trigger
Pads","u":"/Trigger-Pads.gc","l":[]}, {"n":"Drum
Amplifiers","u":"/Drum-Amplifiers.gc","l":[]}, {"n":"Drum MIDI
Controllers","u":"/Electronic-Drum-MIDI-Controllers.gc","l":[]},
{"n":"Modules","u":"/Electronic-Drum-Modules.gc","l":[]}, {"n":"Electronic
Cymbals","u":"/Electronic-Cymbals.gc","l":[]}, {"n":"Acoustic
Triggers","u":"/Acoustic-Triggers.gc","l":[]}, {"n":"Acoustic to Electric
Conversion Kits","u":"/Acoustic-to-Electric-Conversion-Kits.gc","l":[]},
{"n":"Percussion Stomp Boxes","u":"/Percussion-Stomp-Boxes.gc","l":[]},
{"n":"Drum Accessories","u":"/Drum-Accessories.gc","l":[]} ]}, {"n":"World
Percussion","u":"/World-Percussion.gc","l":[ {"n":"Hand
Drums","u":"/Hand-Drums.gc","l":[]},
{"n":"Tambourines","u":"/Tambourines.gc","l":[]}, {"n":"Hand
Percussion","u":"/Hand-Percussion.gc","l":[]},
{"n":"Timbales","u":"/Timbales.gc","l":[]},
{"n":"Cowbells","u":"/Cowbells.gc","l":[]}, {"n":"Brazilian &
Samba","u":"/Brazilian-Samba-Percussion.gc","l":[]}, {"n":"Jam
Blocks","u":"/Jam-Blocks.gc","l":[]}, {"n":"Bar Chimes & Mark
Trees","u":"/Bar-Chimes-Mark-Trees.gc","l":[]},
{"n":"Sets","u":"/World-Percussion-Sets.gc","l":[]}, {"n":"Drum
Accessories","u":"/Drum-Accessories.gc","l":[]} ]}, {"n":"Accessories & Related
Products","u":"/Drum-Accessories.gc","l":[ {"n":"Drum Sticks &
Mallets","u":"/Drum-Sticks-Mallets.gc","l":[]}, {"n":"Drum
Heads","u":"/Drum-Heads.gc","l":[]}, {"n":"Drum Replacement
Parts","u":"/Drum-Replacement-Parts.gc","l":[]}, {"n":"Drum Practice
Pads","u":"/Drum-Practice-Pads.gc","l":[]}, {"n":"Dampening
Parts","u":"/Impact-Badges-Dampening-Devices.gc","l":[]}, {"n":"Drum Keys &
Tuning Tool","u":"/Drum-Keys-Tuning-Tools.gc","l":[]}, {"n":"Drum
Rugs","u":"/Drum-Rugs.gc","l":[]}, {"n":"Drum
Shields","u":"/Drum-Shields.gc","l":[]}, {"n":"Cajon
Accessories","u":"/Cajon-Accessories.gc","l":[]}, {"n":"Drum Care &
Cleaning","u":"/Drum-Care-Cleaning.gc","l":[]}, {"n":"Percussion Practice
Tools","u":"Percussion-Practice-Tools.gc","l":[]}, {"n":"Drum
Gloves","u":"/Drum-Gloves.gc","l":[]}, {"n":"Drum & Percussion Stands &
Racks","u":"/Accessories-Drum-Percussion-Stands-Racks.gc","l":[]}, {"n":"Drum
Cases & Gig Bags","u":"/Drum-Percussion-Cases-Gig-Bags-Covers.gc","l":[]},
{"n":"Drum Amplifiers","u":"/Drum-Amplifiers.gc","l":[]}, {"n":"Concert
Percussion Accessories","u":"/Concert-Percussion-Accessories.gc","l":[]},
{"n":"Cymbal Parts","u":"/Cymbal-Parts.gc","l":[]}, {"n":"Cymbal Holders &
Hardware","u":"/Cymbal-Holders-Hardware.gc","l":[]}, {"n":"Cymbal Stands & Boom
Arms","u":"/Cymbal-Stands-Boom-Arms.gc","l":[]}, {"n":"Hi-Hat
Stands","u":"/Accessories-Hi-Hat-Stands.gc","l":[]}, {"n":"Cymbal Cases, Gig
Bags & Covers","u":"/Cymbal-Cases-Gig-Bags-Covers.gc","l":[]},
{"n":"Metronomes","u":"/Tuners-Metronomes.gc","l":[]}, {"n":"Books, Sheet Music
& Media","u":"/Books-Sheet-Music-Media.gc","l":[]} ]}, {"n":"Drum
Hardware","u":"/Drum-Hardware.gc","l":[ {"n":"Drum
Pedals","u":"/Drum-Pedals.gc","l":[]}, {"n":"Clamps, Mounts &
Holders","u":"/Drum-Percussion-Clamps-Mounts-Holders.gc","l":[]}, {"n":"Drum
Thrones","u":"/Drum-Thrones.gc","l":[]}, {"n":"Drum Hardware
Packs","u":"/Drum-Hardware-Packs.gc","l":[]}, {"n":"Drum
Accessories","u":"/Drum-Accessories.gc","l":[]} ]}, {"n":"Concert
Percussion","u":"/Concert-Percussion.gc","l":[ {"n":"Mallet
Percussion","u":"/Concert-Mallet-Percussion.gc","l":[]},
{"n":"Drums","u":"/Concert-Drums.gc","l":[]}, {"n":"Hand & Mounted
Percussion","u":"/Concert-Hand-Mounted-Percussion.gc","l":[]}, {"n":"Percussion
Hardware","u":"/Concert-Percussion-Hardware.gc","l":[]},
{"n":"Gongs","u":"/Gongs.gc","l":[]}, {"n":"Concert Percussion
Accessories","u":"/Concert-Percussion-Accessories.gc","l":[]}, {"n":"Concert
Percussion Hardware","u":"/Concert-Percussion-Hardware.gc","l":[]} ]},
{"n":"Marching Percussion","u":"/Marching-Percussion.gc","l":[ {"n":"Marching
Tenor Drums","u":"/Marching-Tenor-Drums.gc","l":[]}, {"n":"Marching Bass
Drums","u":"/Marching-Bass-Drums.gc","l":[]}, {"n":"Marching Snare
Drums","u":"/Marching-Snare-Drums.gc","l":[]}, {"n":"Marching Mallet
Percussion","u":"/Marching-Mallet-Percussion.gc","l":[]}, {"n":"Marching
Cymbals","u":"/Marching-Cymbals.gc","l":[]} ]} ]}, {"n":"Keyboards &
MIDI","u":"/Keyboards-MIDI.gc","l":[ {"n":"Digital
Pianos","u":"/Digital-Pianos.gc","l":[ {"n":"Home Digitial
Pianos","u":"/Home-Digital-Pianos.gc","l":[]}, {"n":"Stage Digital
Pianos","u":"/Stage-Digital-Pianos.gc","l":[]} ]}, {"n":"MIDI Controllers,
Interfaces & Utilities","u":"/MIDI.gc","l":[ {"n":"MIDI
Controllers","u":"/MIDI-Controllers.gc","l":[]}, {"n":"MIDI
Interfaces","u":"/MIDI-Interfaces.gc","l":[]},
{"n":"Utilities","u":"/MIDI-Utilities.gc","l":[]}, {"n":"iOS MIDI
Interfaces","u":"/iOS-Audio-MIDI-Interfaces.gc","l":[]} ]},
{"n":"Synthesizers","u":"/Synthesizers.gc","l":[]}, {"n":"Keyboard
Workstations","u":"/Keyboard-Workstations.gc","l":[]}, {"n":"Portable &
Arranger","u":"/Portable-Arranger-Keyboards.gc","l":[ {"n":"Portable
Keyboards","u":"/Portable-Keyboards.gc","l":[]}, {"n":"Arranger
Keyboards","u":"/Arranger-Keyboards.gc","l":[]} ]}, {"n":"Production &
Groove","u":"/Production-Groove.gc","l":[]}, {"n":"Keyboard & MIDI
Packages","u":"/Keyboard-MIDI-Packages.gc","l":[ {"n":"Keyboard
Packages","u":"/Keyboard-Packages.gc","l":[]}, {"n":"MIDI Controller
Packages","u":"/MIDI-Controller-Packages.gc","l":[]} ]},
{"n":"Organs","u":"/Organs.gc","l":[]}, {"n":"Sound
Modules","u":"/Sound-Modules.gc","l":[]},
{"n":"Theremins","u":"/Theremins.gc","l":[]}, {"n":"iOS
Keyboards","u":"/iOS-Keyboards.gc","l":[]}, {"n":"Accessories & Related
Products","u":"/Keyboard-Accessories-Parts.gc","l":[ {"n":"Stands &
Racks","u":"/Keyboard-Stands-Racks.gc","l":[]}, {"n":"Cases, Covers & Gig
Bags","u":"/Keyboard-Instrument-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Benches
& Stools","u":"/Benches-Stools.gc","l":[]}, {"n":"Keyboard
Pedals","u":"/Keyboard-Sustain-Volume-Expression-Pedals.gc","l":[]},
{"n":"Keyboard Accessory
Packages","u":"/Keyboard-Accessory-Packages.gc","l":[]}, {"n":"Synthesizer &
Eurorack Accessories","u":"/Synthesizer-Eurorack-Accessories.gc","l":[]},
{"n":"Keyboard Expansion Boards","u":"/Keyboard-Expansion-Boards.gc","l":[]},
{"n":"Keyboard Care & Cleaning","u":"/Keyboard-Care-Cleaning.gc","l":[]},
{"n":"Keyboard Amplifiers &
Monitors","u":"/Keyboard-Amplifiers-Monitors.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"Power
Supplies","u":"/Keyboard-Power-Supplies.gc","l":[]}, {"n":"Accordians &
More","u":"/Folk-Traditional-Wind-Keyboard-Instruments.gc","l":[]},
{"n":"Virtual Instruments
Software","u":"/Virtual-Instruments-Software.gc","l":[]}, {"n":"Books, Sheet
Music & Media","u":"/Books-Sheet-Music-Media.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]} ]} ]}, {"n":"Ukuleles, Banjos &
More","u":"/Folk-Traditional-Instruments.gc","l":[
{"n":"Ukuleles","u":"/Ukuleles.gc","l":[]},
{"n":"Banjos","u":"/Banjos.gc","l":[]},
{"n":"Mandolins","u":"/Mandolins.gc","l":[]},
{"n":"Resonators","u":"/Resonators.gc","l":[]}, {"n":"Lap
Steels","u":"/Lap-Steels.gc","l":[]},
{"n":"Harmonicas","u":"/Harmonicas.gc","l":[]},
{"n":"Accordions","u":"/Accordions.gc","l":[]} ]},
{"n":"Microphones","u":"/Microphones.gc","l":[ {"n":"Dynamic
(Live)","u":"/Dynamic-Microphones.gc","l":[]}, {"n":"Condenser
(Recording)","u":"/Condenser-Microphones.gc","l":[]},
{"n":"Packages","u":"/Microphone-Packages.gc","l":[]},
{"n":"USB","u":"/USB-Microphones.gc","l":[]},
{"n":"Drum","u":"/Drum-Microphones.gc","l":[]},
{"n":"Tube","u":"/Tube-Microphones.gc","l":[]},
{"n":"Ribbon","u":"/Ribbon-Microphones.gc","l":[]},
{"n":"Wireless","u":"/Wireless-Systems.gc","l":[]}, {"n":"iOS
Microphones","u":"/iOS-Microphones.gc","l":[]}, {"n":"Accessories & Related
Products","u":"/Microphone-Accessories.gc","l":[ {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Microphone
Cables","u":"/Microphone-Cables.gc","l":[]}, {"n":"Sound Shields &
Reflectors","u":"/Sound-Shields-Reflectors.gc","l":[]}, {"n":"Pop
Filters","u":"/Pop-Filters.gc","l":[]}, {"n":"Clips &
Clamps","u":"/Microphone-Clips-Clamps.gc","l":[]},
{"n":"Shockmounts","u":"/Microphone-Shockmounts.gc","l":[]}, {"n":"Microphone
Cases & Bags","u":"/Microphone-Cases-Bags.gc","l":[]}, {"n":"Windscreens &
Grilles","u":"/Microphone-Windscreens-Grilles.gc","l":[]}, {"n":"Microphone
Capsules","u":"/Microphone-Capsules.gc","l":[]}, {"n":"Microphone Accessory
Packages","u":"/Microphone-Accessory-Packages.gc","l":[]}, {"n":"Microphone
Preamps","u":"/Microphone-Preamps.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Vocal
Processors","u":"/Vocal-Processors.gc","l":[]},
{"n":"Mixers","u":"/Mixers.gc","l":[]}, {"n":"Recording
Gear","u":"/Recording-Gear.gc","l":[]}, {"n":"Live
Sound","u":"/Live-Sound.gc","l":[]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[]},
{"n":"Headphones","u":"/Headphones.gc","l":[]}, {"n":"Utility & Equipment
Stands","u":"/Utility-Equipment-Stands.gc","l":[]}, {"n":"Utility & Gear Cases,
Bags & Covers","u":"/Utility-Gear-Cases-Bags-Covers.gc","l":[]} ]} ]},
{"n":"Live Sound","u":"/Live-Sound.gc","l":[ {"n":"Wireless
Systems","u":"/Wireless-Systems.gc","l":[]}, {"n":"Powered PA
Speakers","u":"/Powered-PA-Speakers.gc","l":[]}, {"n":"Stage
Subwoofers","u":"/Stage-Subwoofers.gc","l":[]}, {"n":"Live Sound
Packages","u":"/Live-Sound-Packages.gc","l":[]}, {"n":"Unpowered PA
Speakers","u":"/Unpowered-PA-Speakers.gc","l":[]}, {"n":"Live Power
Amplifiers","u":"/Live-Power-Amplifiers.gc","l":[]}, {"n":"Stage
Monitors","u":"/Stage-Monitors.gc","l":[]}, {"n":"Installed
Sound","u":"/Installed-Sound.gc","l":[]}, {"n":"Accessories & Related
Products","u":"/Accessories.gc","l":[ {"n":"Cables &
Snakes","u":"/Cables-Snakes.gc","l":[]}, {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Monitor & Speaker
Stands & Brackets","u":"/Monitor-Speaker-Stands-Brackets.gc","l":[]},
{"n":"Rackmount Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[]},
{"n":"Speaker Cases, Gig Bags &
Covers","u":"/Speaker-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Mixer Cases, Gig
Bags & Covers","u":"/Mixer-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Utility &
Equipment Stands","u":"/Utility-Equipment-Stands.gc","l":[]}, {"n":"Microphone
Cases & Bags","u":"/Microphone-Cases-Bags.gc","l":[]}, {"n":"PA Speaker
Parts","u":"/PA-Speaker-Parts.gc","l":[]}, {"n":"Mixer
Stands","u":"/Mixer-Stands.gc","l":[]},
{"n":"Microphones","u":"/Microphones-Wireless-Systems.gc","l":[]},
{"n":"Microphone Accessories","u":"/Microphone-Accessories.gc","l":[]},
{"n":"Mixers","u":"/Mixers.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[]}, {"n":"Utility & Gear Cases,
Bags & Covers","u":"/Utility-Gear-Cases-Bags-Covers.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]} ]},
{"n":"Recording","u":"/Recording-Gear.gc","l":[ {"n":"Audio
Interfaces","u":"/Audio-Interfaces.gc","l":[]}, {"n":"Studio
Monitors","u":"/Studio-Monitors.gc","l":[]}, {"n":"Recording
Packages","u":"/Recording-Packages.gc","l":[]}, {"n":"Audio
Recorders","u":"/Audio-Recorders.gc","l":[]}, {"n":"Studio
Subwoofers","u":"/Studio-Subwoofers.gc","l":[]}, {"n":"Mixing
Consoles","u":"/Mixing-Consoles.gc","l":[]}, {"n":"Controllers &
Expansions","u":"/Remotes-Controllers-Expansions.gc","l":[]}, {"n":"Studio Power
Amplifiers","u":"/Studio-Power-Amplifiers.gc","l":[]}, {"n":"Audio
Converters","u":"/Audio-Converters.gc","l":[]},
{"n":"Duplication","u":"/Duplication.gc","l":[]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[]}, {"n":"Audio
Playback","u":"/Audio-Playback.gc","l":[]}, {"n":"Accessories & Related
Products","u":"/Accessories.gc","l":[ {"n":"Cables &
Snakes","u":"/Cables-Snakes.gc","l":[]}, {"n":"Microphone
Stands","u":"/Microphone-Stands.gc","l":[]}, {"n":"Microphone Cases &
Bags","u":"/Microphone-Cases-Bags.gc","l":[]}, {"n":"Microphone
Accessories","u":"/Microphone-Accessories.gc","l":[]}, {"n":"Power &
Batteries","u":"/Power-Batteries.gc","l":[]}, {"n":"Desks, Tables &
Workstations","u":"/Desks-Tables-Workstations.gc","l":[]}, {"n":"Monitor &
Speaker
Stands & Brackets","u":"/Monitor-Speaker-Stands-Brackets.gc","l":[]},
{"n":"Rackmount Cases,
Stands & Furniture","u":"/Rackmount-Cases-Stands-Furniture.gc","l":[]},
{"n":"Speaker Cases, Gig Bags
& Covers","u":"/Speaker-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Mixer Cases,
Gig Bags & Covers","u":"/Mixer-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Mixer
Stands","u":"/Mixer-Stands.gc","l":[]}, {"n":"Mixers","u":"/Mixers.gc","l":[]},
{"n":"Media, Storage & Memory","u":"/Media-Storage-Memory.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]}, {"n":"Computers &
Peripherals","u":"/Computers-Peripherals.gc","l":[]},
{"n":"Software","u":"/Music-Software.gc","l":[]},
{"n":"Headphones","u":"/Headphones.gc","l":[]}, {"n":"Signal
Processors","u":"/Signal-Processors.gc","l":[]}, {"n":"MIDI
Interfaces","u":"/MIDI-Interfaces.gc","l":[]}, {"n":"Utility & Equipment
Stands","u":"/Utility-Equipment-Stands.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]}, {"n":"Bluetooth & Wireless
Speakers","u":"/Consumer-Speakers.gc","l":[]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]} ]}, {"n":"DJ
Gear","u":"/DJ-Gear.gc","l":[ {"n":"DJ Controllers &
Interfaces","u":"/DJ-Controllers-Interfaces.gc","l":[]}, {"n":"DJ
Headphones","u":"/DJ-Headphones.gc","l":[]}, {"n":"DJ
Vinyl","u":"/DJ-Vinyl.gc","l":[]}, {"n":"DJ & Remix
Software","u":"/DJ-Remix-Software.gc","l":[]}, {"n":"DJ
Mixers","u":"/DJ-Mixers.gc","l":[]},
{"n":"Turntables","u":"/Turntables.gc","l":[]}, {"n":"Needles &
Cartridges","u":"/Needles-Cartridges.gc","l":[]}, {"n":"DJ CD & Media
Players","u":"/DJ-CD-Media-Players.gc","l":[]},
{"n":"Karaoke","u":"/Karaoke.gc","l":[]}, {"n":"DJ
Packages","u":"/DJ-Packages.gc","l":[]}, {"n":"Record
Players","u":"/Record-Players.gc","l":[]}, {"n":"DJ Accessories & Related
Products","u":"/DJ-Accessories.gc","l":[ {"n":"DJ
Accessories","u":"/DJ-Accessories.gc","l":[]}, {"n":"DJ
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"DJ Cases & Gig
Bags","u":"/DJ-Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"DJ Stands &
Racks","u":"/DJ-Stands-Racks.gc","l":[]},
{"n":"Cables","u":"/Cables-Snakes.gc","l":[]}, {"n":"DJ
Instruction","u":"/DJ-Instruction.gc","l":[]}, {"n":"iOS DJ
Gear","u":"/iOS-DJ-Gear.gc","l":[]}, {"n":"Record
Player","u":"/Record-Players.gc","l":[]} ]} ]},
{"n":"Software","u":"/Music-Software.gc","l":[ {"n":"Virtual Instruments
Software","u":"/Virtual-Instruments-Software.gc","l":[]}, {"n":"Effects
Pluggins","u":"/Effects-Plugins.gc","l":[]}, {"n":"Signal Processors
Software","u":"/Signal-Processors-Software.gc","l":[]}, {"n":"DAW
Software","u":"/DAW-Software.gc","l":[]}, {"n":"Mixing & Mastering
Software","u":"/Mixing-Mastering-Software.gc","l":[]}, {"n":"Sound Libraries,
Loops & Refills","u":"/Sound-Libraries-Loops-Refills.gc","l":[]}, {"n":"Reverb &
Delay Software","u":"/Reverb-Delay-Software.gc","l":[]}, {"n":"Vocal
Software","u":"/Vocal-Software.gc","l":[]}, {"n":"DJ & Lighting
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"Notation
Software","u":"/Notation-Software.gc","l":[]}, {"n":"Restoration & Noise
Reduction Software","u":"/Restoration-Noise-Reduction-Software.gc","l":[]},
{"n":"Video Software","u":"/Video-Software.gc","l":[]}, {"n":"Educational
Software","u":"/Educational-Software.gc","l":[]}, {"n":"Utility & Service
Software","u":"/Utility-Service-Software.gc","l":[]}, {"n":"Software
Bundles","u":"/Software-Bundles.gc","l":[]}, {"n":"Upgrades &
Crossgrades","u":"/Upgrades-Crossgrades.gc","l":[]}, {"n":"Accessories & Related
Products","u":"/Accessories.gc","l":[ {"n":"Media, Storage &
Memory","u":"/Media-Storage-Memory.gc","l":[]}, {"n":"Software
Instruction","u":"/Software-Instruction.gc","l":[]}, {"n":"Recording
Gear","u":"/Recording-Gear.gc","l":[]}, {"n":"MIDI
Interfaces","u":"/MIDI-Interfaces.gc","l":[]}, {"n":"MIDI
Controllers","u":"/MIDI-Controllers.gc","l":[]}, {"n":"Production &
Groove","u":"/Production-Groove.gc","l":[]}, {"n":"DJ Controllers &
Interfaces","u":"/DJ-Controllers-Interfaces.gc","l":[]}, {"n":"Computers &
Peripherals","u":"/Computers-Peripherals.gc","l":[]},
{"n":"Headphones","u":"/Headphones.gc","l":[]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[]} ]} ]}, {"n":"Lighting & Stage
Effects","u":"/Lighting-Stage-Effects.gc","l":[ {"n":"Color Changers & Wash
Lights","u":"/Color-Changers-Wash-Lights.gc","l":[]}, {"n":"Par
Cans","u":"/Par-Cans.gc","l":[]}, {"n":"Lighting Stands, Truss &
Hardware","u":"/Lighting-Stands-Truss-Hardware.gc","l":[]}, {"n":"Lighting
Controllers
& Dimmer Packs","u":"/Lighting-Controllers-Dimmer-Packs.gc","l":[]}, {"n":"Fog,
Bubble & Snow Effects","u":"/Fog-Bubble-Snow-Effects.gc","l":[]},
{"n":"Intelligent Lighting","u":"/Intelligent-Lighting.gc","l":[]}, {"n":"Lamps
& Bulbs","u":"/Lamps-Bulbs.gc","l":[]}, {"n":"Lasers &
Strobes","u":"/Lasers-Strobes.gc","l":[]}, {"n":"Gels, Gobos &
Lenses","u":"/Gels-Gobos-Lenses.gc","l":[]},
{"n":"Spotlights","u":"/Spotlights.gc","l":[]}, {"n":"Mirror
Balls","u":"/Mirror-Balls.gc","l":[]}, {"n":"Black & UV
Lights","u":"/Black-UV-Lights.gc","l":[]}, {"n":"Lighting & Effects
Packages","u":"/Lighting-Effects-Packages.gc","l":[]}, {"n":"Accessories &
Related
Products","u":"/Accessories.gc","l":[ {"n":"Lighting Cases &
Bags","u":"/Lighting-Cases-Bags.gc","l":[]}, {"n":"Lighting Stands &
Truss","u":"/Lighting-Stands-Truss.gc","l":[]}, {"n":"Lighting
Cables","u":"/Lighting-Cables.gc","l":[]}, {"n":"Mixer & Gig
Lights","u":"/Mixer-Gig-Lights.gc","l":[]}, {"n":"Flashlights &
Headlamps","u":"/Flashlights-Headlamps.gc","l":[]}, {"n":"Lighting
Software","u":"/DJ-Lighting-Software.gc","l":[]}, {"n":"Connected
Home","u":"/Connected-Home.gc","l":[]} ]} ]}, {"n":"Band &
Orchestra","u":"/Band-Orchestra.gc","l":[
{"n":"Woodwinds","u":"/Woodwinds.gc","l":[
{"n":"Saxophones","u":"/Saxophones.gc","l":[]}, {"n":"Flutes &
Piccolos","u":"/Flutes-Piccolos.gc","l":[]},
{"n":"Clarinets","u":"/Clarinets.gc","l":[]}, {"n":"Double Reed
Instruments","u":"/Double-Reed-Instruments.gc","l":[]},
{"n":"Recorders","u":"/Recorders.gc","l":[]}, {"n":"Electronic Wind
Instruments","u":"/Electronic-Wind-Instruments.gc","l":[]},
{"n":"Accessories","u":"/Woodwind-Accessories.gc","l":[]},
{"n":"Woodwind","u":"/Woodwind-Cases-Gig-Bags.gc","l":[]} ]}, {"n":"Orchestral
Strings","u":"/Orchestral-Strings.gc","l":[
{"n":"Violins","u":"/Violins.gc","l":[]},
{"n":"Violas","u":"/Violas.gc","l":[]}, {"n":"Cellos","u":"/Cellos.gc","l":[]},
{"n":"Double Basses","u":"/Double-Basses.gc","l":[]},
{"n":"Harps","u":"/Harps.gc","l":[]},
{"n":"Accessories","u":"/Accessories-for-Orchestral-Strings.gc","l":[]} ]},
{"n":"Brass Instruments","u":"/Brass-Instruments.gc","l":[
{"n":"Trumpets","u":"/Trumpets.gc","l":[]},
{"n":"Trombones","u":"/Trombones.gc","l":[]},
{"n":"Tubas","u":"/Tubas.gc","l":[]}, {"n":"French
Horns","u":"/French-Horns.gc","l":[]},
{"n":"Euphoniums","u":"/Euphoniums.gc","l":[]},
{"n":"Flugelhorns","u":"/Flugelhorns.gc","l":[]},
{"n":"Cornets","u":"/Cornets.gc","l":[]}, {"n":"Baritone
Horns","u":"/Baritone-Horns.gc","l":[]}, {"n":"Alto & Tenor
Horns","u":"/Alto-Tenor-Horns.gc","l":[]},
{"n":"Sousaphones","u":"/Sousaphones.gc","l":[]},
{"n":"Mellophones","u":"/Mellophones.gc","l":[]},
{"n":"Bugles","u":"/Bugles.gc","l":[]},
{"n":"Accessories","u":"/Accessories-for-Brass-Instruments.gc","l":[]} ]},
{"n":"Concert Percussion","u":"/Concert-Percussion.gc","l":[ {"n":" Concert
Mallet Percussion","u":"/Concert-Mallet-Percussion.gc","l":[]}, {"n":"Concert
Drums","u":"/Concert-Drums.gc","l":[]}, {"n":"Hand & Mounted
Percussion","u":"/Concert-Hand-Mounted-Percussion.gc","l":[]},
{"n":"Gongs","u":"/Gongs.gc","l":[]}, {"n":"Concert Percussion
Accessories","u":"/Concert-Percussion-Accessories.gc","l":[]}, {"n":"Concert
Percussion Hardware","u":"/Concert-Percussion-Hardware.gc","l":[]} ]},
{"n":"Marching Band","u":"/Marching-Band.gc","l":[ {"n":"Marching
Percussion","u":"/Marching-Percussion.gc","l":[]}, {"n":"Marching Band
Accessories","u":"/Marching-Band-Accessories.gc","l":[]} ]}, {"n":"Classroom &
Kids","u":"/Classroom-Kids.gc","l":[ {"n":"Classroom
Aides","u":"/Classroom-Aids.gc","l":[]}, {"n":"Classroom
Furniture","u":"/Classroom-Furniture.gc","l":[]}, {"n":"Classroom
Instruments","u":"/Classroom-Musical-Instruments.gc","l":[]} ]}, {"n":"Band &
Orchestra
Accessories & Related Products","u":"/Band-Orchestra-Accessories.gc","l":[
{"n":"Woodwind Accessories","u":"/Woodwind-Accessories.gc","l":[]},
{"n":"Orchestral Strings
Accessories","u":"/Accessories-for-Orchestral-Strings.gc","l":[]}, {"n":"Brass
Instruments Accessories","u":"/Accessories-for-Brass-Instruments.gc","l":[]},
{"n":"Concert Percussion
Accessories","u":"/Concert-Percussion-Accessories.gc","l":[]}, {"n":"Marching
Band Accessories","u":"/Marching-Band-Accessories.gc","l":[]}, {"n":"Marching
Percussion Accessories","u":"/Marching-Percussion-Accessories.gc","l":[]},
{"n":"Batons","u":"/Batons-Arrangers.gc","l":[]}, {"n":"Cases & Gig
Bags","u":"/Cases-Gig-Bags-Covers.gc","l":[]}, {"n":"Tuners &
Metronomes","u":"/Tuners-Metronomes.gc","l":[]}, {"n":"Stands &
Racks","u":"/Stands-Racks.gc","l":[]}, {"n":"Books, Sheet Music
& Media","u":"/Books-Sheet-Music-Media.gc","l":[]} ]}, {"n":"Band & Orchestra
Cases & Gig Bags","u":"/Cases-Gig-Bags-Covers.gc","l":[
{"n":"Woodwind","u":"/Woodwind-Cases-Gig-Bags.gc","l":[]}, {"n":"Orchestral
Strings","u":"/Orchestral-Strings-Cases-Gig-Bags.gc","l":[]}, {"n":"Brass
Instruments","u":"/Brass-Cases-Gig-Bags.gc","l":[]}, {"n":"Concert
Percussion","u":"/Concert-Percussion-Cases-Gig-Bags.gc","l":[]}, {"n":"Marching
Percussion","u":"/Marching-Percussion-Cases-Gig-Bags.gc","l":[]} ]},
{"n":"Books, Sheet Music
& Media","u":"/Books-Sheet-Music-Media.gc","l":[ {"n":"Sheet Music &
Scores","u":"/Sheet-Music-Scores.gc","l":[]}, {"n":"Performance
Instruction","u":"/Performance-Instruction.gc","l":[]},
{"n":"Tablature","u":"/Tablature.gc","l":[]}, {"n":"Music Education for
Children","u":"/Music-Education-for-Children.gc","l":[]}, {"n":"Audio
Recordings, Videos
& Reference Materials","u":"/Audio-Recordings.gc","l":[]}, {"n":"Music Theory &
History","u":"/Music-Theory-History.gc","l":[]}, {"n":"Pro Audio
Instruction","u":"/Pro-Audio-Instruction.gc","l":[]}, {"n":"En
espanol","u":"/En-espanol.gc","l":[]} ]}, {"n":"Stands &
Racks","u":"/Stands-Racks.gc","l":[
{"n":"Woodwinds","u":"/Woodwind-Instrument-Stands.gc","l":[]},
{"n":"Brass","u":"/Brass-Instrument-Stands.gc","l":[]}, {"n":"Marching
Percussion","u":"/Marching-Percussion-Stands.gc","l":[]}, {"n":"Orchestral
Strings","u":"/Stands-for-Orchestral-Strings.gc","l":[]}, {"n":"Concert
Percussion","u":"/Concert-Percussion-Hardware.gc","l":[]} ]}, {"n":"Tuners &
Metronomes","u":"/Tuners-Metronomes.gc","l":[
{"n":"Tuners","u":"/Tuners.gc","l":[]},
{"n":"Metronomes","u":"/Metronomes.gc","l":[]}, {"n":"Tuner/Metronome
Combos","u":"/Tuner-Metronome-Combos.gc","l":[]}, {"n":"Tuning
Forks","u":"/Tuning-Forks.gc","l":[]}, {"n":"Pitch
Pipes","u":"/Pitch-Pipes-Tone-Generators.gc","l":[]} ]} ]}, {"n":"iOS
Devices","u":"/iOS-Devices.gc","l":[ {"n":"iOS Audio/MIDI
Interfaces","u":"/iOS-Audio-MIDI-Interfaces.gc","l":[]}, {"n":"iOS DJ
Gear","u":"/iOS-DJ-Gear.gc","l":[]}, {"n":"iOS Docks &
Speakers","u":"/iOS-Docks-Speaker-Systems.gc","l":[]}, {"n":"iOS
Keyboards","u":"/iOS-Keyboards.gc","l":[]}, {"n":"iOS
Microphones","u":"/iOS-Microphones.gc","l":[]}, {"n":"iPods/MP3
Players","u":"/iPods-MP3-Players.gc","l":[]}, {"n":"iOS
Accessories","u":"/iOS-Accessories.gc","l":[]}, {"n":"Consumer
Electronics","u":"/Consumer-Electronics.gc","l":[]} ]}, {"n":"Books, Sheet Music
& Media","u":"/Books-Sheet-Music-Media.gc","l":[ {"n":"Learn to
Play","u":"/Performance-Instruction.gc","l":[
{"n":"Guitar","u":"/Guitar-Methods.gc","l":[]},
{"n":"Bass","u":"/Bass-Guitar-Methods.gc","l":[]}, {"n":"Drum &
Percussion","u":"/Drum-Set-Instruction.gc","l":[]}, {"n":"Piano &
Keyboard","u":"/Piano-Methods.gc","l":[]}, {"n":"Folk Stringed
Instruments","u":"/Folk-String-Instruments-Instruction.gc","l":[]}, {"n":"Voice
Instruction","u":"/Vocal-Methods.gc","l":[]},
{"n":"Harmonica","u":"/Harmonica-Instruction.gc","l":[]},
{"n":"Jazz/Rock/Pop","u":"/Jazz-Pop-Rock-Instruction.gc","l":[]} ]}, {"n":"Learn
Pro Audio","u":"/Pro-Audio-Instruction.gc","l":[ {"n":"Live
Sound","u":"/Live-Sound-Instruction.gc","l":[]},
{"n":"Recording","u":"/Recording-Instruction.gc","l":[]}, {"n":"Mixing &
Mastering","u":"/Mixing-Mastering-Instruction.gc","l":[]},
{"n":"Software","u":"/software-instruction.gc","l":[]} ]},
{"n":"Tablature","u":"/Tablature.gc","l":[
{"n":"Guitar","u":"/Guitar-Tablature.gc","l":[]},
{"n":"Bass","u":"/Bass-Tablature.gc","l":[]},
{"n":"Banjo","u":"/Banjo-Tablature.gc","l":[]},
{"n":"Mandolin","u":"/Mandolin-Tablature.gc","l":[]},
{"n":"Ukulele","u":"/Ukulele-Tablature.gc","l":[]} ]}, {"n":"Sheet Music &
Scores","u":"/Sheet-Music-Scores.gc","l":[ {"n":"Band & Orchestra Sheet Music
& Songbooks","u":"/Band-Orchestra-Sheet-Music-Songbooks.gc","l":[]},
{"n":"Piano/Vocal/Guitar Songbooks","u":"/Piano-Vocal-Guitar.gc","l":[]},
{"n":"Scores","u":"/Music-Scores-Parts.gc","l":[]} ]}, {"n":"Music Theory &
History","u":"/Music-Theory-History.gc","l":[ {"n":"History &
Criticism","u":"/History-Criticism-Reference-Materials.gc","l":[]}, {"n":"Music
Theory & Ear
Training","u":"/Music-Theory-Ear-Training-Reference-Materials.gc","l":[]},
{"n":"Biographies","u":"/Biographies.gc","l":[]} ]}, {"n":"Audio Recordings,
Videos
& Reference Materials","u":"/Music-Industry-Special-Interest.gc","l":[
{"n":"Vinyl & Audio Recordings","u":"/Audio-Recordings.gc","l":[]}, {"n":"Video
Documentaries
& Performances","u":"/Video-Documentaries-Performances.gc","l":[]},
{"n":"Instrument & Gear
Reference Materials","u":"/Instruments-Gear-Reference-Materials.gc","l":[]},
{"n":"Music Business
Reference Materials","u":"/Music-Business-Reference-Materials.gc","l":[]} ]},
{"n":"Music Education
for Children","u":"/Music-Education-for-Children.gc","l":[ {"n":"Group
Activities & Shows","u":"/Group-Activities-Shows.gc","l":[]}, {"n":"Songbooks &
Singalongs","u":"/Songbooks-Singalongs.gc","l":[]}, {"n":"World & Folk Music
Education","u":"/World-Folk-Music-Education-for-Children.gc","l":[]},
{"n":"Music & Movement
Education","u":"/Music-Movement-Education-for-Children.gc","l":[]}, {"n":"Music
Teaching Aides & Reference","u":"/Music-Teaching-Aides-Reference.gc","l":[]},
{"n":"General Music Collections","u":"/General-Music-Collections.gc","l":[]},
{"n":"Theory & Notation
Education","u":"/Theory-Notation-Education-for-Children.gc","l":[]},
{"n":"History & Composers
Education","u":"/History-Composers-Education-for-Children.gc","l":[]},
{"n":"Rhythm & Pitch
Education","u":"/Rhythm-Pitch-Education-for-Children.gc","l":[]},
{"n":"Handbells Music","u":"/Handbells-Music.gc","l":[]}, {"n":"Children's
CDs","u":"/Childrens-CDs.gc","l":[]}, {"n":"Children's
DVDs","u":"/Childrens-DVDs.gc","l":[]} ]}, {"n":"En
espanol","u":"/En-espanol.gc","l":[]} ]}, {"n":"Apparel &
Collectibles","u":"/Lifestyle.gc","l":[
{"n":"Collectibles","u":"/Collectibles.gc","l":[ {"n":"Stickers, Decals &
Magnets","u":"/Stickers-Decals-Magnets.gc","l":[]}, {"n":"Collectible
Figures","u":"/Collectible-Figures.gc","l":[]}, {"n":"Photos, Posters &
Plaques","u":"/Photos-Posters-Plaques.gc","l":[]},
{"n":"Games","u":"/Games.gc","l":[]},
{"n":"Calendars","u":"/Calendars.gc","l":[]}, {"n":"Smoking
Accessories","u":"/Smoking-Accessories.gc","l":[]}, {"n":"Lunch
Boxes","u":"/Lunch-Boxes-Coolers.gc","l":[]} ]}, {"n":"Home
Furnishings","u":"/Home-Furnishings.gc","l":[ {"n":"Kitchen
Accessories","u":"/Kitchen-Accessories.gc","l":[]}, {"n":"Chairs &
Stools","u":"/Chairs-Stools-for-Home.gc","l":[]}, {"n":"Office
Accessories","u":"/Office-Accessories.gc","l":[]}, {"n":"Holiday
Decorations","u":"/Holiday-Decorations.gc","l":[]}, {"n":"Wall
Decor","u":"/Wall-Decor.gc","l":[]}, {"n":"Display
Cases","u":"/Display-Cases-for-Home.gc","l":[]},
{"n":"Clocks","u":"/Home-Clocks.gc","l":[]}, {"n":"Lamps & Table Top
Decor","u":"/Lamps-Table-Top-Decor.gc","l":[]},
{"n":"Tables","u":"/Tables-for-Home.gc","l":[]} ]},
{"n":"Clothing","u":"/Clothing.gc","l":[ {"n":"Men's
Clothing","u":"/Mens-Clothing.gc","l":[]}, {"n":"Women's
Clothing","u":"/Womens-Clothing.gc","l":[]}, {"n":"Children's
Clothing","u":"/Childrens-Clothing.gc","l":[]},
{"n":"Shoes","u":"/Footwear.gc","l":[]}, {"n":"Hats","u":"/Hats.gc","l":[]} ]},
{"n":"Lifestyle Accessories","u":"/Lifestyle-Accessories.gc","l":[ {"n":"Belts &
Buckles","u":"/Belts-Buckles.gc","l":[]},
{"n":"Keychains","u":"/Keychains.gc","l":[]}, {"n":"Wristbands &
Towels","u":"/Wristbands-Towels.gc","l":[]},
{"n":"Wallets","u":"/Wallets-Wallet-Chains-Money-Clips.gc","l":[]},
{"n":"Jewelry & Watches","u":"/Jewelry-Watches.gc","l":[]} ]}, {"n":"Jewelry &
Watches","u":"/Jewelry-Watches.gc","l":[ {"n":"Pins &
Buttons","u":"/Pins-Buttons.gc","l":[]}, {"n":"Necklaces &
Pendants","u":"/Necklaces-Pendants.gc","l":[]},
{"n":"Bracelets","u":"/Bracelets.gc","l":[]},
{"n":"Earrings","u":"/Earrings.gc","l":[]} ]},
{"n":"Hats","u":"/Hats.gc","l":[]}, {"n":"Shoes","u":"/Footwear.gc","l":[]},
{"n":"Luggage","u":"/Luggage.gc","l":[]} ]}, {"n":"Classroom &
Kids","u":"/Classroom-Kids.gc","l":[ {"n":"Classroom
Instruments","u":"/Classroom-Musical-Instruments.gc","l":[ {"n":"Orff
Instruments","u":"/Orff-Instruments.gc","l":[]},
{"n":"Recorders","u":"/Classroom-Recorders.gc","l":[]}, {"n":"Rhythm
Instruments","u":"/Classroom-Rhythm-Instruments.gc","l":[]}, {"n":"Tuned
Percussion","u":"/Classroom-Tuned-Percussion.gc","l":[]} ]}, {"n":"Classroom
Aides","u":"/Classroom-Aids.gc","l":[ {"n":"Classroom
Games","u":"/Classroom-Games.gc","l":[]},
{"n":"Batons","u":"/Batons-Arrangers.gc","l":[]}, {"n":"Teaching Lab
Products","u":"/Teaching-Lab-Products.gc","l":[]}, {"n":"Classroom Posters &
Banners","u":"/Classroom-Posters-Banners.gc","l":[]}, {"n":"Classroom Wands,
Scarves
& Wearables","u":"/Classroom-Wands-Scarves-Wearables.gc","l":[]},
{"n":"Whiteboards & Chalkboards","u":"/Whiteboards-Chalkboards.gc","l":[]},
{"n":"Classroom Staff Paper","u":"/Classroom-Staff-Paper.gc","l":[]},
{"n":"Music Therapy","u":"/Music-Therapy.gc","l":[]} ]}, {"n":"Classroom
Furniture","u":"/Classroom-Furniture.gc","l":[ {"n":"Music Folios &
Storage","u":"/Music-Folios-Storage.gc","l":[]}, {"n":"Instrument
Storage","u":"/Instrument-Storage.gc","l":[]}, {"n":"Risers &
Platforms","u":"/Risers-Platforms.gc","l":[]} ]} ]} ]}, {"n":"My
Orders","u":"/myaccount/order/history", "ssl":1, "loggedInOnly":1}, {"n":"Track
An Order","u":"/trackorder", "loggedOutOnly":1}, {"n":"My
Account","u":"/myaccount/overview","noViewAll":1, "l":[ {"n":"Sign In or Create
Account","u":"/myaccount/login", "ssl":1, "loggedOutOnly":1}, {"n":"My
Orders","u":"/myaccount/order/history", "ssl":1, "loggedInOnly":1}, {"n":"Track
An Order","u":"/trackorder", "loggedOutOnly":1}, {"n":"Pay Gear
Card","u":"https://www.mysynchrony.com/merchants/cmp-index.html?market=music&store=guitarcenter"},
{"n":"Gift Card Balance","u":"/Gift-Card/Balance.gc", "ssl":1,
"loggedInOnly":1}, {"n":"Gift Card Balance","u":"/Gift-Card/Balance.gc",
"loggedOutOnly":1}, {"n":"Wish Lists","u":"/wishlists", "ssl":1}, {"n":"GC PRO
Account Manager","u":"/myaccount/manager", "gcProOnly":1}, {"n":"Manage My
Account","u":"/myaccount/overview", "ssl":1}, {"n":"Manage
Subscriptions","u":"/myaccount/subscriptions", "ssl":1} ]},
{"n":"Lessons","u":"/Services/Lessons","l":[]}, {"n":"Used
Gear","u":"/Used/","l":[ {"n":"Sell Your Gear","u":"/Trade-In-Trade-Up","l":[]},
{"n":"Used Guitars","u":"/Used/Guitars.gc","l":[ {"n":"Used Electric
Guitars","u":"/Used/Electric-Guitar.gc","l":[]}, {"n":"Used Acoustic
Guitars","u":"/Used/Acoustic-Guitar.gc","l":[]}, {"n":"Used Classical/Nylon
Guitars","u":"/Used/Classical-Nylon-Guitars.gc","l":[]} ]}, {"n":"Used
Amplifiers & Effects","u":"/Used/Amplifiers-Effects","l":[ {"n":"Used
Amplifiers","u":"/Used/Amplifiers.gc","l":[]}, {"n":"Used
Effects","u":"/Used/Effects.gc","l":[]} ]}, {"n":"Used
Bass","u":"/Used/Bass.gc","l":[ {"n":"Used Electric
Bass","u":"/Used/Electric-Bass.gc","l":[]}, {"n":"Used Acoustic
Bass","u":"/Used/Acoustic-Bass.gc","l":[]} ]}, {"n":"Used Folk & Traditional
Instruments","u":"/Used/Folk-Traditional-Instruments.gc","l":[ {"n":"Used
Banjos","u":"/Used/Banjos.gc","l":[]}, {"n":"Used
Mandolins","u":"/Used/Mandolins.gc","l":[]}, {"n":"Used
Ukuleles","u":"/Used/Ukuleles.gc","l":[]}, {"n":"Used Lap
Steels","u":"/Used/Lap-Steels.gc","l":[]}, {"n":"Used
Resonators","u":"/Used/Resonators.gc","l":[]} ]}, {"n":"Used Pro
Audio","u":"/Used/Pro-Audio.gc","l":[ {"n":"Used Live
Sound","u":"/Used/Live-Sound.gc","l":[]}, {"n":"Used Signal
Processors","u":"/Used/Signal-Processors.gc","l":[]}, {"n":"Used Recording
Gear","u":"/Used/Recording-Gear.gc","l":[]}, {"n":"Used Microphones & Wireless
Systems","u":"/Used/Microphones-Wireless-Systems.gc","l":[]}, {"n":"Used DJ
Gear","u":"/Used/DJ-Gear.gc","l":[]}, {"n":"Used
Mixers","u":"/Used/Mixers.gc","l":[]}, {"n":"Used Lighting & Stage
Effects","u":"/Used/Lighting-Stage-Effects.gc","l":[]}, {"n":"Used
Headphones","u":"/Used/Headphones.gc","l":[]}, {"n":"Used Computers &
Peripherals","u":"/Used/Computers-Peripherals.gc","l":[]}, {"n":"Used iOS
Devices","u":"/Used/iOS-Devices.gc","l":[]} ]}, {"n":"Used Keyboards &
MIDI","u":"/Used/Keyboards-MIDI.gc","l":[ {"n":"Used
MIDI","u":"/Used/MIDI.gc","l":[]}, {"n":"Used
Synthesizers","u":"/Used/Synthesizers.gc","l":[]}, {"n":"Used Digital
Pianos","u":"/Used/Digital-Pianos.gc","l":[]}, {"n":"Used Keyboard
Workstations","u":"/Used/Keyboard-Workstations.gc","l":[]}, {"n":"Used
Production & Groove","u":"/Used/Production-Groove.gc","l":[]}, {"n":"Used
Portable & Arranger
Keyboards","u":"/Used/Portable-Arranger-Keyboards.gc","l":[]}, {"n":"Used
Keyboard & MIDI Packages","u":"/Used/Keyboard-MIDI-Packages.gc","l":[]},
{"n":"Used Organs","u":"/Used/Organs.gc","l":[]} ]}, {"n":"Used Drums &
Percussion","u":"/Used/Drum-Percussion.gc","l":[ {"n":"Used
Cymbals","u":"/Used/Cymbals.gc","l":[]}, {"n":"Used Acoustic
Drums","u":"/Used/Acoustic-Drums.gc","l":[]}, {"n":"Used Drum
Hardware","u":"/Used/Drum-Hardware.gc","l":[]}, {"n":"Used World
Percussion","u":"/Used/World-Percussion.gc","l":[]}, {"n":"Used Electronic
Drums","u":"/Used/Electronic-Drums.gc","l":[]} ]}, {"n":"Used
Accessories","u":"/Used/Accessories.gc","l":[ {"n":"Used Power &
Batteries","u":"/Used/Power-Batteries.gc","l":[]}, {"n":"Used Stands &
Racks","u":"/Used/Stands-Racks.gc","l":[]}, {"n":"Used Tuners &
Metronomes","u":"/Used/Tuners-Metronomes.gc","l":[]}, {"n":"Used Fretted
Instrument Accessories &
Parts","u":"/Used/Fretted-Instrument-Accessories-Parts.gc","l":[]}, {"n":"Used
Keyboard Accessories & Parts","u":"/Used/Keyboard-Accessories-Parts.gc","l":[]}
]}, {"n":"Used Concert Percussion","u":"/Used/Concert-Percussion.gc","l":[]} ]},
{"n":"New Arrivals","u":"/New-Instruments.gc","l":[]},
{"n":"Platinum","u":"/Platinum/","l":[ {"n":"Platinum Electric
Guitars","u":"/Platinum/Electric-Guitars.gc","l":[]}, {"n":"Platinum Acoustic
Guitars","u":"/Platinum/Acoustic-Guitars.gc","l":[]}, {"n":"Platinum
Bass","u":"/Platinum/Bass.gc","l":[]} ]}, {"n":"Vintage","u":"/Vintage/","l":[
{"n":"Sell Your Gear","u":"/Trade-In-Trade-Up","l":[]}, {"n":"Vintage
Guitars","u":"/Vintage/Guitars.gc","l":[]}, {"n":"Vintage
Bass","u":"/Vintage/Bass.gc","l":[]}, {"n":"Vintage
Amplifiers","u":"/Vintage/Amplifiers-Effects.gc","l":[]}, {"n":"Vintage
Keyboards","u":"/Vintage/Keyboards-MIDI.gc","l":[]} ]},
{"n":"Outlet","u":"/Outlet/","l":[ {"n":"Outlet
Guitars","u":"/Outlet/Guitars.gc","l":[]}, {"n":"Outlet
Bass","u":"/Outlet/Bass.gc","l":[]}, {"n":"Outlet Drums &
Percussion","u":"/Outlet/Drum-Percussion.gc","l":[]}, {"n":"Outlet Keyboards &
MIDI","u":"/Outlet/Keyboards-MIDI.gc","l":[]}, {"n":"Outlet Live
Sound","u":"/Outlet/Live-Sound.gc","l":[]} ]},
{"n":"Financing","u":"/Special-Financing-Offers.gc","l":[]}, {"n":"Gift
Cards","u":"/Gift-Card","l":[]}, {"n":"News","u":"/riffs","l":[ {"n":"Product
Demos","u":"/riffs/product-demos","l":[]},
{"n":"News","u":"/riffs/news","l":[]}, {"n":"Gear
Tips","u":"/riffs/gear-tips","l":[]}, {"n":"Buying
Guides","u":"/riffs/buying-guides","l":[]},
{"n":"Interview","u":"/riffs/interviews","l":[]} ]},
{"n":"Blog","u":"/riffs","l":[]}, {"n":"Services","u":"/Services/","l":[
{"n":"Lessons","u":"/Services/Lessons","l":[]},
{"n":"Rentals","u":"/Services/Rentals","l":[]},
{"n":"Repairs","u":"/Services/Repairs.gc","l":[]}, {"n":"GC
Pro","u":"/GC-Pro","l":[ {"n":"GC Pro Featured
Products","u":"/GC-Pro/Products.gc", "l":[]}, {"n":"GC Pro Installation
Services","u":"/GC-Pro/Installation-Services.gc","l":[]}, {"n":"GC Pro Technical
Support","u":"/GC-Pro/Technical-Support.gc","l":[]}, {"n":"GC Pro Financing
Options","u":"/GC-Pro/Financing.gc","l":[]}, {"n":"GC Pro Education
Affiliates","u":"/GC-Pro/Education-Affiliates.gc","l":[]}, {"n":"GC Pro Account
Managers","u":"/GC-Pro/Account-Manager.gc","l":[]}, {"n":"GC Pro
Español","u":"/GC-Pro/Gerentes-De-Cuentas.gc","l":[]} ]} ]},
{"n":"Support","u":"#","l":[ {"n":"Contact Us","u":"/customer-service/","l":[]},
{"n":"Stores","u":"http://stores.guitarcenter.com/","l":[]},
{"n":"Shipping","u":"/pages/Guitar-Center-Shipping.gc","l":[]}, {"n":"Pro
Coverage","u":"/pages/Pro-Coverage.gc","l":[]},
{"n":"Financing","u":"/Special-Financing-Offers.gc","l":[]}, {"n":"Gift
Cards","u":"/Gift-Card","l":[]}, {"n":"Return
Policy","u":"/pages/return-policy","l":[]}, {"n":"Social Media","u":"#","l":[
{"n":"Facebook","u":"https://www.facebook.com/GuitarCenter/","l":[]},
{"n":"Twitter","u":"https://twitter.com/guitarcenter","l":[]},
{"n":"YouTube","u":"https://www.youtube.com/guitarcenter","l":[]},
{"n":"Instagram","u":"https://instagram.com/guitarcenter/","l":[]},
{"n":"Tumblr","u":"http://guitarcenter.tumblr.com/","l":[]},
{"n":"Google+","u":"https://plus.google.com/+guitarcenter/posts","l":[]},
{"n":"Sessions","u":"http://sessions.guitarcenter.com/","l":[]},
{"n":"RockWalk","u":"http://rockwalk.guitarcenter.com/","l":[]},
{"n":"Interviews","u":"http://interviews.guitarcenter.com/","l":[]},
{"n":"Digital Catalog","u":"/pages/Buyers-Guide","l":[]}, {"n":"Press Room &
Corporate Relations","u":"/pages/press-room","l":[]} ]} ]}, {"n":"About
Us","u":"#","l":[ {"n":"Our Brands","u":"/pages/our-brands","l":[]}, {"n":"Our
Leadership","u":"/pages/our-team","l":[]}, {"n":"Our
History","u":"/pages/history","l":[]}, {"n":"In the
News","u":"/pages/press-room","l":[]},
{"n":"Careers","u":"/pages/careers","l":[]}, {"n":"Our
Culture","u":"/pages/culture","l":[]}, {"n":"Corporate
Giving","u":"/pages/corporate-giving","l":[]} ]}, {"n":"Log
Out","u":"/account/mobile/logout.jsp", "loggedInOnly":1} ]}


Got a question about this gear?

Chat with a Gear Adviser
Live chat:Chat with an Expert


GUITAR CENTER SUPPORT

Minimize chat Close dialog
Hey there.
How can we help you out?
We're here for your gear needs.
 * Track your order
 * Returns
 * Store Locator
   
 * Guitar Center Lessons

 * 
   Live Chat
 * 855-458-1036
 * Request a Callback
 * Message

MON - FRI 5 AM - 8 PM PT SAT 6 AM - 6 PM PT SUN 6 AM - 5 PM PT
Chat sessions may be recorded by Guitar Center for training, quality, and
improvement purposes. More info: Privacy Policy


REQUEST A CALLBACK

A GEAR ADVISER WILL CALL AT A TIME MORE CONVENIENT FOR YOU.

Name
Phone Number
Email Address (optional)

WHAT IS THE BEST TIME TO REACH YOU?

Date
Timeframe (All times PT) MON - FRI 6 AM - 9 PM   |   SAT - SUN 7 AM - 7 PM
6:00 am 6:30 am 7:00 am 7:30 am 8:00 am 8:30 am 9:00 am 9:30 am 10:00 am 10:30
am 11:00 am 11:30 am 12:00 pm 12:30 pm 1:00 pm 1:30 pm 2:00 pm 2:30 pm 3:00 pm
3:30 pm 4:00 pm 4:30 pm 5:00 pm 5:30 pm 6:00 pm 6:30 pm 7:00 pm 7:30 pm 8:00 pm
8:30 pm 9:00 pm
6:00 am 6:30 am 7:00 am 7:30 am 8:00 am 8:30 am 9:00 am 9:30 am 10:00 am 10:30
am 11:00 am 11:30 am 12:00 pm 12:30 pm 1:00 pm 1:30 pm 2:00 pm 2:30 pm 3:00 pm
3:30 pm 4:00 pm 4:30 pm 5:00 pm 5:30 pm 6:00 pm 6:30 pm 7:00 pm 7:30 pm 8:00 pm
9:00 pm
Message 300 characters
Send Request

  Live chat:








Live chat:Chat with an Expert
Give Feedback

Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download

close carousel
Enter your email for Up To 35% Off
close email sign up dialog
Guitar-A-Thon
Up To 35% Off
Now thru Oct. 11
Plus, a $5 reward when you sign up for email
Please enter above
Sign Up for Email
No Thanks
*Subject to exclusions and limitations: You must be a new email subscriber to be
eligible for this offer. Not to be used in conjunction with other coupons. No
cash value. Excludes tax/shipping charges, gift cards, gift certificates and
musicians services (Pro Coverage, Repairs, Rentals and Lessons). See terms &
conditions.
Make some noise!
Use code

for a $5 reward
on your total qualifying purchase*
Shop Guitar-A-Thon Deals
Continue Shopping
*Subject to exclusions and limitations: You must be a new email subscriber to be
eligible for this offer. Not to be used in conjunction with other coupons. No
cash value. Excludes tax/shipping charges, gift cards, gift certificates and
musicians services (Pro Coverage, Repairs, Rentals and Lessons). See terms &
conditions.
close email sign up dialog