Ziricote Gloss Baritone Ukulele

Model: KA-ZCT-B SKU: KAZCTB2101

$329

The Ziricote Baritone Ukulele features a rich, dark, chocolate brown wood finished in a high-gloss to make the details pop.
Bag and Case Information

Fits ALL Kala BARITONE bags and cases

Specs
Size: Baritone
Top: Ziricote
Back & Sides: Ziricote
Binding: Black
Neck: Mahogany
Finish: Gloss
Fingerboard: Rosewood
Headstock: Standard
Nut: Bone
Saddle: Graph Tech NuBone®
Strings: Aquila Super Nylgut®
Electronics: N/A
Strap Button: Black x1
Measurements

Scale Length: 20.0625 inches, Overall Instrument Length: 30.25 inches, Body Length: 13.875 inches, Number of Frets: 18, Width at Upper Bout: 7.6875 inches, Width at Lower Bout: 10.1875 inches, Width at Waist: 6.5625 inches, Body Depth: 3.125 inches, Fingerboard Width at Nut: 1.5 inches, Fingerboard width at neck/body joint: 1.875 inches

See More From This Collection
5.0
Rated 5.0 out of 5 stars
Based on 22 reviews
Total 5 star reviews: 21 Total 4 star reviews: 1 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
Slide 1 selected
22 reviews
  • NS
    Neil S.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    13 hours ago
    Amazing Uke

    My wife has been playing soprano ukelele for about a year, so I picked this up to accompany her. I've played guitar for years, so figured picking baritone up would be easier and faster. It definitely has, and within a couple weeks we're already learning songs together and having a lot if fun. The Ziricote looks gorgeous and sounds even more beautiful. Absolutely delighted I bought it.

    The service was great and it arrived in just a few days. You done good Kala!

  • RC Profile picture for Ray C.
    Ray C.
    Verified Reviewer
    I recommend this product
    Rated 5 out of 5 stars
    4 months ago
    Kala Ziricota Baritone Ukulele

    When I was considering the purchase of a Baritone Ukulele, I review many different Baritone Ukuleles, After evaluating the various ones, I choose the Kala Ziricota Gloss. The quality, sound and beauty of this Ukulele is outstanding . I whole heartly recommend this Baritone Ukulele

  • MH
    Mike H.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    mickeleleho

    Beautiful Kala Zircote Glossy Baritone arrived intact from US to Singapore. I’m happy with its sound as I also have a Zircote Tenor. Look forward to playing more melodies or chord melodies. It’s easy for me to switch over as I also play guitar.

  • GB
    Gene B.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    1 year ago
    A Beauty

    Besides being lovely to look at, the tone of this ukulele is lovely. It is a joy to play.

  • AW
    Adrianna W.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    Such a beautiful instrument!

    I am IN LOVE with this ukulele! It has such a beautiful look and sound! I was so excited to receive the package, I cried when I opened it because it's such a beautiful instrument! After getting it all tuned up, I learned that it also sounds incredibly beautiful. I didn't know that two of the stings were metal and two of the string are nylon. But I was wanting a ukulele that had that feature, so I was over the moon the the two lower strings were metal. I love everything about it, and I'm very happy I decided to go with this ukulele.

''
// Preorder Property Handler (function() { function initPreorderProperty() { // Check if this is a preorder product if (!window.isPreorderProduct) { return; } console.log('✅ Preorder product detected'); // Add property to form submissions function addPreorderToForm() { const addToCartButtons = document.querySelectorAll( '[name="add"], ' + 'button[type="submit"][name="add"], ' + '.product-form__submit, ' + '[data-add-to-cart], ' + 'button.add-to-cart, ' + 'button[name="add"]' ); addToCartButtons.forEach(function(button) { button.addEventListener('click', function(e) { const form = button.closest('form'); if (form && form.action && form.action.includes('/cart/add')) { let preorderInput = form.querySelector('input[name="properties[_preorder]"]'); if (!preorderInput) { preorderInput = document.createElement('input'); preorderInput.type = 'hidden'; preorderInput.name = 'properties[_preorder]'; preorderInput.value = 'true'; form.appendChild(preorderInput); console.log('✅ Added _preorder hidden input'); } } }); }); } // Intercept AJAX cart adds function interceptCartAjax() { const originalFetch = window.fetch; window.fetch = function(...args) { const [url, config] = args; if (url && (url.includes('/cart/add.js') || url.includes('/cart/add'))) { if (config && config.body) { try { // Handle JSON body if (typeof config.body === 'string') { const data = JSON.parse(config.body); if (!data.properties) { data.properties = {}; } if (!data.properties._preorder) { data.properties._preorder = 'true'; console.log('✅ Added _preorder to AJAX request'); } config.body = JSON.stringify(data); } // Handle FormData else if (config.body instanceof FormData) { if (!config.body.has('properties[_preorder]')) { config.body.append('properties[_preorder]', 'true'); console.log('✅ Added _preorder to FormData'); } } } catch (e) { console.error('Error modifying cart request:', e); } } } return originalFetch.apply(this, args); }; } // Initialize when DOM is ready if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { addPreorderToForm(); interceptCartAjax(); }); } else { addPreorderToForm(); interceptCartAjax(); } } // Initialize initPreorderProperty(); })();