Skip to content

Your cart is empty

Continue shopping

Have an account?

Log in to check out faster.

Your cart

Loading...

Estimated total

$0.00 USD

Taxes, discounts and shipping calculated at checkout
  • Home
  • Buy Guitars
    • USA Culprit
    • Culprit Standard
  • Mailing List
  • Contact
Log in

    Dime Guitarz

    • Home
    • Buy Guitars
      • USA Culprit
      • Culprit Standard
    • Mailing List
    • Contact
    Log in Cart

    Subscribe to our Mailing List
    SUBSCRIBE TO OUR MAILING LIST

    BUY USA CULPRIT
    BUY USA CULPRIT
    BUY USA CULPRIT

    BUY CULPRIT STANDARD SERIES
    BUY CULPRIT STANDARD SERIES
    Payment methods
    • PayPal
    • Venmo
    © 2025, Dime Guitarz Powered by Shopify
    • Choosing a selection results in a full page refresh.
    • Opens in a new window.
    // Function to remove all elements function removeShareButtons() { document.querySelectorAll('share-button').forEach(el => el.remove()); } // Run once immediately removeShareButtons(); // Observe DOM for dynamically added elements const observer = new MutationObserver(removeShareButtons); observer.observe(document.body, { childList: true, subtree: true });