Bodega Blue Sonoma Coast Ukulele Case

Model: DC-S-TQ

$60

The Bodega Blue Sonoma Coast Ukulele Case is available in soprano, concert, tenor, and baritone sizes. They include upper and lower accessory pockets, a removable neck rest with velcro strap, adjustable padded shoulder straps, plush interior, faux leather pull straps, foam cushion handle, and a stylish leather Kala logo badge. Mix and match them with our Sonoma Coast Collection Deluxe Straps. *Baritone size fits all baritone-sized ukulele, including U•Bass.

 

Pair with our Bodega Blue Sonoma Coast Ukulele Strap (Sold Separately):

Bodega Blue Sonoma Coast Ukulele Strap

See More From This Collection
5.0
Rated 5.0 out of 5 stars
Based on 41 reviews
Total 5 star reviews: 39 Total 4 star reviews: 2 Total 3 star reviews: 0 Total 2 star reviews: 0 Total 1 star reviews: 0
100%would recommend this product
Slide 1 selected
41 reviews
  • DB
    Douglas B.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    2 years ago
    Very Well-Padded Soft-Side Case

    This Sonoma bag really is a good case as it is sturdier than other soft-side cases that come with an instrument. It is not as solid as the Kala Transit bag - I have both. I got the Transit when I picked up my custom electric a couple years ago and I got this Sonoma last month for my 5-string. I expected the Sonoma to be exactly like the Transit but the sides are less rigid. To be clear: both cases are equally padded, but the Sonoma is a less stiff form - it feels like the side surround of the Transit has a rigid plastic liner in addition to the padding so perhaps a little more protection. I prefer the Transit but believe that anyone would truly be happy with either case. Ultimately, if you're deciding between the two, I recommend going with the layout of the accessory pockets and the straps. Notice that the Transit has one large pocket and the Sonoma has two: one medium and one small.

    Also, the Sonoma has a double strap so you can carry this as a back pack as opposed to the Sonoma with one strap to carry sling-style.

  • KS
    Ken S.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    3 years ago
    Great for 8-string protection.

    This will accommodate a Bruce Wei 8-string. Ash was most helpful in providing requested info. Please read detailed review under Tweed Archtop Case.

  • RR Profile picture for Ray R.
    Ray R.
    Verified Buyer
    I recommend this product
    Rated 4 out of 5 stars
    3 years ago
    Bodega Blue Sonoma Coast Ukulele

    This is a good looking case on my Ukulele it fits my Ukulele very well. Highly recommended. Th reason why I gave 4 star instead of 5 star is because it is made in China not in the U.S.A.

  • MA Profile picture for Mary Anne J.google logo
    Mary Anne J.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    4 years ago
    I love this case

    Sturdy and my ukulele fits beautifully in it now I have no worries about it. It's beautiful in the color and I like the generous pockets. A friend tuned my ukulele since I bought it at a thrift store and love my case so much he plans on ordering one for his guitar from you. I plan on ordering the strap that goes with this case. I'm also planing to purchase one of your concert ukulele' s I'm just not sure which on I like more.

  • WC
    Wendy C.
    Verified Buyer
    I recommend this product
    Rated 5 out of 5 stars
    4 weeks ago
    Good workmanship

    Like this very mucg

''
// 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(); })();