In the notes field below please provide a date and time when you would like to pick up your order. Also kindly provide a contact phone number where we can reach you!
SHIPPING
Orders are processed within 1-3 business days. During peak seasons or promotion, processing may take a bit longer, but we always work hard to get your order out as quickly as possible.
Be the first to know about new products and exclusive offers.
Choosing a selection results in a full page refresh.
Opens in a new window.
/* Custom CSS to make 'Delivery' appear first in the Pickeasy slot picker */
.pickeasy-fulfillment-options .pickeasy-option-delivery {
order: 1;
}
.pickeasy-fulfillment-options .pickeasy-option-pickup {
order: 2;
}
/* Ensure other options like 'Shipping' have a predictable order if present */
.pickeasy-fulfillment-options .pickeasy-option-shipping {
order: 3;
}