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

The Shepherd

The Shepherd

Regular price
$15.00
Sale price
$15.00
Regular price
Available Soon
Unit price
per 
Tax included. Shipping calculated at checkout.

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));