The TradeGecko Wine is one of the most delicious wines you have ever tasted. It is sometimes red and sometimes white, but you will feel all colourful inside.
//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