Waterproof Seal Spring-loaded Lid Round Corners Inside for Easy Handling of Small Tackle Available in three different sizes: Small: 4.4" L x 3.1" W x 1.5" H ...
// 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("Small").trigger('change');
});