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