ALL PRE ORDERS WILL BE SENT OUT BY THIS FRIDAY, UNLESS OTHERWISE REQUESTED

Collection: Mixed Fruit Boxes

Enjoy the best of Perriam Orchard in one box. Each Mixed Fruit Box includes a hand-picked selection of what’s tasting best — cherries, apricots, nectarines, peaches, plums and more — curated for flavour and freshness. Ideal for families, offices or gifting.

0 products

Sorry, there are no products in this collection

const PO_KEY = 'po_shown_session'; function PO_open() { if (sessionStorage.getItem(PO_KEY)) return; document.getElementById('po-promo').style.display = 'grid'; sessionStorage.setItem(PO_KEY, '1'); } function PO_close() { document.getElementById('po-promo').style.display = 'none'; } document.addEventListener('DOMContentLoaded', () => setTimeout(PO_open, 3000));