Boston Sax Shop Strap “Newbury Street Strap”

0 customer reviews

65,00 

65,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 “Newbury Street Strap”

 

The Newbury Street strap is all about comfort, detail, and quality.

The NEW Model II features a drawstring for easy length adjustment and a thicker, hand-wrapped premium leather harness.

The contoured shape sits ergonomically on your neck, and the specially designed foam padding will mold to your unique neck shape over time, creating a truly customized fit. The unique padding’s design and width provide excellent support by distributing the weight of the sax over the maximum surface area of ​​your neck, resulting in less tension while playing.

Each Newbury Street strap is made from two pieces of premium genuine leather; a softer smooth leather is used on the inside and a thicker leather on the outside to provide the right balance of elasticity and softness. This combination ensures a great-feeling strap that won’t stretch or “bounce” when playing and, as it breaks in, will fit you like a glove. The leather interior is also resistant to dye bleed, a common problem with other straps.

The eyelets and clamps are made of industrial-strength nickel-plated brass.

The string is 550-gauge heathered paracord.

The hook is made of high-quality stainless steel and features Japanese-made, military-spec, abrasion-resistant tubing. This provides a hook that has unprecedented strength, yet won’t damage the saxophone’s ring.

Read more about Boston Sax Shop accessories in our article:

https://openideas.site/brass-market/boston-sax-shop-la-marca-mas-innovadora-en-accesorios-para-saxofon/

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