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

Collection: Peacherines

A smooth-skinned blend of peach and nectarine with vibrant flavour and a crisp bite. Perriam Orchard peacherines combine the best of both fruits — sweet, aromatic, and beautifully coloured.

1 product
  • Peacherines – 5 kg Box
    Regular price
    $49.00
    Sale price
    $49.00
    Regular price
    Unit price
    per 
    Available Soon
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));