Home/Cart

Your Shopping Basket

Review your chosen pet foods, medication, toys, and accessories before proceeding to checkout.

Reliable UK Delivery

Fast, dependable shipping across the UK

Secure Checkout

Encrypted payment and order protection

Quality Guaranteed

Carefully sourced natural pet nutrition

Hassle-Free Returns

Friendly UK customer service and support

Have questions about grain-free diets, pet wash bookings, or medication suitability?

Contact Our Team
window.addEventListener(“load”, function () { const root = document.getElementById(“cart-root”); if (!root) return; const api = window[“CartVC”]; if (!api) { console.error(“CartVC is not available”); return; } let initial = window.__VC_PROPS__?.[“CartVC”] || {}; const ssrUrl = “cart” === “home” ? “/” : “/” + “cart”; initial.router ??= “memory”; initial.initialEntries ??= [ssrUrl]; const hasSSR = root.childElementCount > 0; if (hasSSR) api.hydrate(root, initial); else api.mount(root, initial); });