Build Your Own

  • Placeholder

    Build Your Own Bowl

    £7.50

    Start with our full Mediterranean base. Small £7.50 / Large +£2.50. 🥗 Upgrade to Large Box: +£2.50

    jQuery(function($){ // Move salad choices from description to cart form function initBowl(){ var sd=$('.az-salad-choices'); if(sd.length && $('form.cart').length){ sd.detach().prependTo('form.cart'); // Style it sd.css({margin:'16px 0',padding:'16px',background:'#f9f5ed',borderRadius:'8px'}); }

    // Add qty controls to extras $('.az-extra-item').each(function(){ if($(this).find('.az-qty-wrap').length) return; var item=$(this); var bp=parseFloat(item.find('.az-extra-price').text().replace(/[^0-9.]/g,''))||0; item.append('

    '); item.find('input').on('change',function(){ if(this.checked){item.find('.az-qty-wrap').css('display','flex');} else{item.find('.az-qty-wrap').hide();item.find('.az-qty-val').text('1');item.find('.az-extra-price').text('+£'+bp.toFixed(2));} }); item.find('.az-q-m').on('click',function(e){e.preventDefault();e.stopPropagation();var v=+item.find('.az-qty-val').text()||1;if(v>1){v--;item.find('.az-qty-val').text(v);item.find('.az-extra-price').text('+£'+(bp*v).toFixed(2));}}); item.find('.az-q-p').on('click',function(e){e.preventDefault();e.stopPropagation();var v=+item.find('.az-qty-val').text()||1;v++;item.find('.az-qty-val').text(v);item.find('.az-extra-price').text('+£'+(bp*v).toFixed(2));}); });

    // On form submit write salad+extras to hidden note $('form.cart').off('submit.azzo').on('submit.azzo',function(){ var s=$('input[name="az_salad[]"]:checked').map(function(){return this.value;}).get(); var x=[];$('.az-extra-item input:checked').each(function(){var q=+$(this).closest('.az-extra-item').find('.az-qty-val').text()||1;var n=$(this).closest('.az-extra-item').find('.az-extra-name').text().trim();x.push(q>1?n+' x'+q:n);}); var note=(s.length?'Salads: '+s.join(', '):'')+((s.length&&x.length)?' | ':'' )+(x.length?'Extras: '+x.join(', '):''); if(note){if(!$('input[name="az_note"]').length)$('form.cart').append('');$('input[name="az_note"]').val(note);} }); }

    // Run now and after ajax initBowl(); $(document).on('wc_fragments_refreshed',initBowl); });

Your Order

No products in the basket.

Find locations near you

Discover a location near you with delivery or pickup options available right now.