Caractéristiques du produit:
Finition Dura Slick
Fil MH
Grande barbe
Cravate à grande ligne
Conçu pour la pêche motorisée
Tailles : 1/0, 2/0, 3/0, 4/0, 5/0
// 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("3\/0").trigger('change');
});