//hide any single option selectors
$('select.single-option-selector').each(function(){
if ($(' > option', this).length == 1){
$(this).css('visibility', 'hidden');
$(this).prev().css('display', 'none');
}
});
Liquid error (snippets/disable-sold-out line 29): Nesting too deep