Boston Sax Shop “Cloud Strap” Harness

0 customer reviews

120,00 

120,00 

Out of stock

<script>
document.addEventListener('DOMContentLoaded', function() {
    setTimeout(function() {
         // Obtener todos los contenedores con clase 'value'
    var valueContainers = document.querySelectorAll('.variations_form.cart .value');

    // Iterar sobre cada contenedor
    valueContainers.forEach(function(container) {
        // Obtener el select dentro del contenedor actual
        var select = container.querySelector('select');

        // Obtener todos los divs con role 'radio' dentro del contenedor actual
        var radios = container.querySelectorAll('[role="radiogroup"] > div');

        // Función para actualizar las clases de los divs con role 'radio' según el estado del option
        function updateRadioClasses() {
            radios.forEach(function(radio) {
                // Obtener el valor del div con role 'radio'
                var radioValue = radio.getAttribute('value');

                // Obtener el option correspondiente al valor del div actual
                var option = select.querySelector('option[value="' + radioValue + '"]');

                // Verificar si el option está deshabilitado o si no existe
                if (!option || option.disabled) {
                    // Añadir la clase 'disable' al div
                    radio.classList.add('disable');
                } else {
                    // Quitar la clase 'disable' del div
                    radio.classList.remove('disable');
                }
            });
        }

        // Escuchar el evento change en el select dentro del contenedor actual
        select.addEventListener('change', updateRadioClasses);

        // Observar los cambios en los options utilizando MutationObserver
        var observer = new MutationObserver(updateRadioClasses);
        observer.observe(select, { childList: true, subtree: true, attributes: true });

        // Llamar a la función para inicializar las clases de los divs con role 'radio' al cargar la página
        updateRadioClasses();
    });
    }, 20); // Esperar un segundo antes de ejecutar el script
});

  
</script>

Out of stock

Out of stock

Boston Sax Shop “Cloud Strap” Harness

 

The Cloud Strap is the result of over two years of development to create the most comfortable, durable, and intuitive harness on the market.

Cloud Harness Features:

Leather harness with aluminum bars for a custom fit.

Thick 10mm memory foam padding encases the entire harness for incredible comfort.

Hand-finished leather edges.

Military-spec braided nylon paracord.

Ergonomic anodized aluminum slider to minimize weight and slippage while performing.

100 lb.-tested stainless steel hook with ABS plastic insert to eliminate wear on the strap hook ring.

Simple one-touch harness width adjustment to fit all body types.

Easy customizable length adjustment to allow use with soprano, alto, tenor, and baritone instruments.

Elegant design.

Read more about Boston Sax Shop accessories in our article:

https://openideas.site/brass-market/boston-sax-shop-the-most-innovative-brand-in-saxophone-accessories/

Weight 0,1 kg

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Contact form