8" de largo Anzuelos: Gamakatsu 1/0 2X Anzuelos triples fuertes Flotador 4.8oz. (Flotadores) Fregadero lento 5 oz. (Cae 1 pie en 2 segundos) Fregadero rápido 5.1oz. (Cae 1...
// Add label if only one product option and it isn't 'Title'. Could be 'Size'.
$('.selector-wrapper:eq(0)').prepend('');
// Hide selectors if we only have 1 variant and its title contains 'Default'.
// Auto-select first available variant on page load. Otherwise the product looks sold out.
$('.single-option-selector:eq(0)').val("Carpa asesina flotando").trigger('change');
});