Shipping Information | Pet Buckets
:root{
--orange:#F7941D;--orange-deep:#E67910;--orange-soft:#FFE9CC;--orange-tint:#FFF4E3;
--purple:#7B2D8E;--purple-deep:#5E1F6E;--purple-soft:#F2E3F6;--coral:#FF6B5B;--coral-soft:#FFE2DD;
--yellow:#FFC436;--yellow-soft:#FFF1C9;--teal:#2FB6C9;--teal-soft:#D9F2F6;--green:#5BBF73;
--navy:#1B2A4A;--navy-light:#46537A;--ink:#2A2E3A;--muted:#7A8199;
--white:#FFFFFF;--cream:#FFFBF4;--line:rgba(27,42,74,0.10);
--shadow-sm:0 4px 14px -4px rgba(27,42,74,0.14);--shadow-md:0 12px 30px -10px rgba(27,42,74,0.18);
--max:1240px;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Nunito',system-ui,sans-serif;background:var(--white);color:var(--ink);font-size:16px;line-height:1.6;font-weight:500;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
h1,h2,h3,h4{font-family:'Fredoka',sans-serif;font-weight:600;line-height:1.15;color:var(--navy);letter-spacing:-0.01em;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;}
.container{max-width:var(--max);margin:0 auto;padding:0 22px;}
.pill{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;border-radius:999px;font-family:'Fredoka',sans-serif;font-weight:500;font-size:.8rem;}
.pill .dot{width:7px;height:7px;border-radius:50%;background:currentColor;}
.pill-teal{background:var(--teal-soft);color:#1E7E8C;}
.pill-orange{background:var(--orange-soft);color:var(--orange-deep);}
.pill-purple{background:var(--purple-soft);color:var(--purple);}
.pill-coral{background:var(--coral-soft);color:#D8412F;}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 28px;border-radius:999px;font-weight:800;font-size:.98rem;border:none;transition:transform .18s,box-shadow .18s;}
.btn svg{width:18px;height:18px;}
.btn-orange{background:var(--orange);color:#fff;box-shadow:0 7px 0 0 var(--orange-deep);}
.btn-orange:hover{transform:translateY(-2px);box-shadow:0 9px 0 0 var(--orange-deep);}
.btn-orange:active{transform:translateY(3px);box-shadow:0 4px 0 0 var(--orange-deep);}
.btn-ghost{background:#fff;color:var(--navy);box-shadow:0 0 0 2px var(--navy) inset;}
.btn-ghost:hover{background:var(--navy);color:#fff;}
.announce{background:var(--navy);color:#fff;padding:10px 0;text-align:center;font-size:.82rem;font-weight:700;}
.announce-inner{display:flex;justify-content:center;align-items:center;gap:22px;flex-wrap:wrap;}
.announce-inner .sep{color:var(--orange);}
@media(max-width:720px){.announce-inner .sep,.announce-inner span:not(:first-child){display:none;}}
header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:2px solid var(--orange-soft);}
.nav{display:flex;align-items:center;justify-content:space-between;padding:13px 22px;max-width:var(--max);margin:0 auto;gap:22px;}
.logo{display:flex;align-items:center;gap:10px;font-family:'Fredoka',sans-serif;font-weight:600;font-size:1.5rem;color:var(--navy);}
.logo .badge{width:42px;height:42px;background:var(--orange);border-radius:14px;display:grid;place-items:center;transform:rotate(-6deg);box-shadow:0 4px 0 var(--orange-deep);}
.logo .badge svg{width:26px;height:26px;}
.nav-links{display:none;gap:6px;}
.nav-links a{padding:9px 16px;border-radius:999px;font-weight:700;font-size:.95rem;color:var(--navy);transition:all .18s;}
.nav-links a:hover{background:var(--orange-soft);color:var(--orange-deep);}
.nav-right{display:flex;gap:8px;align-items:center;}
.nav-icon{background:var(--orange-tint);border:none;width:42px;height:42px;display:grid;place-items:center;color:var(--navy);border-radius:13px;transition:all .18s;position:relative;}
.nav-icon:hover{background:var(--orange-soft);transform:translateY(-2px);}
.nav-icon svg{width:20px;height:20px;}
.cart-mini::after{content:"0";position:absolute;top:-4px;right:-4px;background:var(--coral);color:#fff;font-size:.62rem;font-weight:800;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;border:2px solid #fff;}
@media(min-width:940px){.nav-links{display:flex;}}
/* ===== CONTENT PAGE: hero + prose foundation (reused from accessibility shell) ===== */
.doc-hero{background:linear-gradient(165deg,var(--orange-tint) 0%,#fff 70%);padding:40px 0 14px;}
.crumb{font-size:.84rem;font-weight:700;color:var(--muted);}
.crumb a:hover{color:var(--orange-deep);}
.crumb .sep{margin:0 8px;opacity:.6;}
.crumb .cur{color:var(--navy);}
.doc-hero h1{font-size:clamp(2rem,4.6vw,3rem);margin:18px 0 10px;}
.doc-hero .sub{color:var(--navy-light);font-weight:600;font-size:1.06rem;max-width:620px;line-height:1.6;}
.cta-card{background:linear-gradient(165deg,var(--orange-tint) 0%,#fff 100%);border:1px solid var(--orange-soft);border-radius:24px;padding:34px 30px;margin:0 auto;max-width:720px;text-align:center;box-shadow:var(--shadow-sm);}
.cta-card .ic{width:58px;height:58px;border-radius:16px;background:var(--orange);box-shadow:0 6px 0 var(--orange-deep);color:#fff;display:grid;place-items:center;margin:0 auto 16px;}
.cta-card .ic svg{width:28px;height:28px;}
.cta-card h3{font-size:1.3rem;margin-bottom:8px;}
.cta-card p{color:var(--navy-light);font-weight:600;line-height:1.7;margin:0 auto 14px;max-width:540px;}
.cta-card p:last-of-type{margin-bottom:18px;}
.cta-card a.inline{color:var(--orange-deep);font-weight:800;text-decoration:underline;}
.cta-card .btn{margin-top:4px;}
/* ===== shared content components ===== */
.sec{padding:48px 0;position:relative;}
.sec.tint{background:var(--cream);}
.sec.teal{background:var(--teal-soft);}
.sec-head{text-align:center;max-width:660px;margin:0 auto 34px;}
.sec-head .pill{margin-bottom:14px;}
.sec-head h2{font-size:clamp(1.55rem,3.6vw,2.2rem);margin-bottom:10px;}
.sec-head p{color:var(--navy-light);font-weight:600;line-height:1.6;}
.intro{max-width:720px;margin:0 auto;text-align:center;color:var(--navy-light);font-weight:600;font-size:1.05rem;line-height:1.75;}
.intro strong{color:var(--navy);font-weight:800;}
.cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:6px;}
/* info fact cards (shipping facts) */
.info-cards{display:grid;grid-template-columns:1fr;gap:16px;max-width:1000px;margin:0 auto;}
@media(min-width:560px){.info-cards{grid-template-columns:1fr 1fr;}}
@media(min-width:920px){.info-cards{grid-template-columns:repeat(4,1fr);}}
.info-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px 22px;text-align:center;box-shadow:var(--shadow-sm);}
.info-card .ic{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;margin:0 auto 16px;color:#fff;}
.info-card .ic svg{width:26px;height:26px;}
.info-card .lbl{font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:5px;}
.info-card .val{font-family:'Fredoka',sans-serif;font-weight:600;font-size:1.28rem;color:var(--navy);margin-bottom:6px;}
.info-card p{font-size:.86rem;color:var(--navy-light);font-weight:600;line-height:1.5;}
.info-card:nth-child(1) .ic{background:var(--orange);box-shadow:0 5px 0 var(--orange-deep);}
.info-card:nth-child(2) .ic{background:var(--teal);box-shadow:0 5px 0 #1E8E9E;}
.info-card:nth-child(3) .ic{background:var(--purple);box-shadow:0 5px 0 var(--purple-deep);}
.info-card:nth-child(4) .ic{background:var(--coral);box-shadow:0 5px 0 #d8412f;}
/* 3-step flow */
.flow{display:grid;grid-template-columns:1fr;gap:30px;max-width:920px;margin:0 auto;}
@media(min-width:740px){.flow{grid-template-columns:repeat(3,1fr);gap:24px;}}
.flow-step{text-align:center;position:relative;padding:0 6px;}
@media(min-width:740px){.flow-step:not(:last-child)::after{content:"";position:absolute;top:30px;left:62%;right:-38%;height:3px;background:repeating-linear-gradient(90deg,var(--orange) 0 7px,transparent 7px 15px);z-index:0;}}
.flow-step .n{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;font-family:'Fredoka',sans-serif;font-weight:600;font-size:1.5rem;color:#fff;position:relative;z-index:1;background:var(--orange);box-shadow:0 6px 0 var(--orange-deep);}
.flow-step:nth-child(2) .n{background:var(--purple);box-shadow:0 6px 0 var(--purple-deep);}
.flow-step:nth-child(3) .n{background:var(--teal);box-shadow:0 6px 0 #1E8E9E;}
.flow-step h3{font-size:1.18rem;margin-bottom:8px;}
.flow-step p{color:var(--navy-light);font-weight:600;font-size:.92rem;max-width:280px;margin:0 auto;}
/* returns point cards (left aligned, icon top) */
.point-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:920px;margin:0 auto;}
@media(min-width:620px){.point-grid{grid-template-columns:1fr 1fr;gap:18px;}}
.point{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px 24px;box-shadow:var(--shadow-sm);}
.point .ic{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;margin-bottom:15px;color:#fff;}
.point .ic svg{width:25px;height:25px;}
.point h3{font-size:1.15rem;margin-bottom:7px;}
.point p{color:var(--navy-light);font-weight:600;font-size:.92rem;line-height:1.6;}
.point p a{color:var(--orange-deep);font-weight:800;text-decoration:underline;}
.point:nth-child(1) .ic{background:var(--orange);box-shadow:0 5px 0 var(--orange-deep);}
.point:nth-child(2) .ic{background:var(--coral);box-shadow:0 5px 0 #d8412f;}
.point:nth-child(3) .ic{background:var(--teal);box-shadow:0 5px 0 #1E8E9E;}
.point:nth-child(4) .ic{background:var(--purple);box-shadow:0 5px 0 var(--purple-deep);}
/* "what we check" rows (how-we-pick) */
.checks{display:grid;grid-template-columns:1fr;gap:16px;max-width:880px;margin:0 auto;}
@media(min-width:680px){.checks{grid-template-columns:1fr 1fr;gap:18px 34px;}}
.check{display:flex;gap:14px;align-items:flex-start;}
.check .ic{width:46px;height:46px;border-radius:14px;background:var(--teal-soft);color:#1E7E8C;display:grid;place-items:center;flex-shrink:0;}
.check .ic svg{width:23px;height:23px;}
.check h3{font-size:1.06rem;margin-bottom:4px;}
.check p{color:var(--navy-light);font-weight:600;font-size:.9rem;line-height:1.6;}
/* mini-faq (native details, no JS) */
.mini-faq{max-width:760px;margin:0 auto;}
.qa{background:#fff;border:1px solid var(--line);border-radius:16px;margin-bottom:12px;overflow:hidden;}
.qa summary{list-style:none;cursor:pointer;padding:18px 22px;font-family:'Fredoka',sans-serif;font-weight:500;font-size:1.04rem;color:var(--navy);display:flex;justify-content:space-between;align-items:center;gap:14px;}
.qa summary::-webkit-details-marker{display:none;}
.qa summary .chev{flex-shrink:0;width:22px;height:22px;color:var(--orange-deep);transition:transform .2s;}
.qa[open] summary .chev{transform:rotate(45deg);}
.qa .a{padding:0 22px 20px;color:var(--navy-light);font-weight:600;line-height:1.7;}
.qa .a a{color:var(--orange-deep);font-weight:800;text-decoration:underline;}
footer{background:var(--navy);color:#fff;padding:60px 0 32px;position:relative;overflow:hidden;}
.foot-top{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:36px;margin-bottom:42px;}
@media(min-width:740px){.foot-top{grid-template-columns:1.7fr 1fr 1fr 1fr;}}
.foot-logo{display:flex;align-items:center;gap:10px;font-family:'Fredoka',sans-serif;font-weight:600;font-size:1.5rem;margin-bottom:16px;}
.foot-logo .badge{width:40px;height:40px;background:var(--orange);border-radius:13px;display:grid;place-items:center;transform:rotate(-6deg);}
.foot-logo .badge svg{width:24px;height:24px;}
.foot-blurb{font-size:.92rem;color:rgba(255,255,255,.65);font-weight:600;line-height:1.55;margin-bottom:18px;max-width:320px;}
.foot-email{color:var(--orange);font-weight:800;font-size:.92rem;margin-bottom:18px;}
.foot-social{display:flex;gap:9px;}
.foot-social a{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.1);display:grid;place-items:center;color:#fff;transition:all .2s;}
.foot-social a:hover{background:var(--orange);transform:translateY(-3px);}
.foot-social svg{width:17px;height:17px;}
.foot-h{font-family:'Fredoka',sans-serif;font-weight:600;font-size:1rem;color:var(--yellow);margin-bottom:16px;}
.foot-list{list-style:none;}
.foot-list li{margin-bottom:10px;}
.foot-list a{font-size:.9rem;color:rgba(255,255,255,.72);font-weight:600;transition:color .2s;}
.foot-list a:hover{color:#fff;}
.foot-bottom{position:relative;z-index:2;display:flex;flex-direction:column;gap:14px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12);font-size:.82rem;font-weight:600;}
@media(min-width:740px){.foot-bottom{flex-direction:row;justify-content:space-between;align-items:center;}}
.foot-bottom .cpy{color:rgba(255,255,255,.5);}
.foot-pay{display:flex;gap:6px;flex-wrap:wrap;}
.foot-pay span{padding:4px 9px;background:rgba(255,255,255,.1);border-radius:6px;font-size:.64rem;font-weight:800;color:rgba(255,255,255,.7);}
.foot-bottom a{color:rgba(255,255,255,.5);}
.foot-bottom a:hover{color:#fff;}
Free US & Canada shipping over $49●Delivered in 8-10 days●New arrivals every week
The shipping bit
How shipping works
Clear, honest, no surprises. Here's exactly how your order gets from our shelves to your pet, and what we do if anything goes sideways.
Straight facts, no fine-print games
Everything you'd want to know before you check out, in one place.
Delivery time
8-10 days
Most US and Canada orders land within 8 to 10 days of ordering.
Shipping cost
Free over $49
Under $49, a flat rate shows at checkout. No surprise fees, ever.
Where we ship
US & Canada
Shipping worldwide soon, because good pets live everywhere.
Tracking
Always on
We email your tracking number the moment your order ships.
Want the formal version? Read our full Shipping Policy.
Order to doorstep
From click to happy tail
Three simple steps. You do step one, we handle the rest.
1
You order
You pick the good stuff and check out. We get the happy news instantly and start getting it ready.
2
We pack and dispatch
Your order is packed with care and dispatched, usually within 1 to 2 business days. Then we email your tracking.
3
It lands at your door
Your parcel travels to you, arriving in 8 to 10 days. Then comes the best part: a very happy pet.
Something not quite right?
We back every order. If a toy isn't the one, arrives damaged, or just isn't right, we'll sort it out with you. No complicated process, no forms to wrestle with. The full details live on our returns page.
See how returns work
Shipping questions, answered
The ones pet parents ask us most.
Do you ship internationally?
For now we ship across the US and Canada. We're growing quickly and adding more countries soon, so if you're elsewhere, hang tight. We're on our way to you.
How do I track my order?
As soon as your order ships, we email you a tracking link. Tap it any time to see where your parcel is. Can't find the email? Check your spam, or email us and we'll resend it.
What if my order is late or goes missing?
Email us at
info@petbuckets.com with your order number and we'll chase it down with the carrier. We won't leave you hanging.
Still got a question?
Shipping, returns, or anything else. Email us and a real hooman will get you sorted, usually within hours.
Email info@petbuckets.com
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[
{"@type":"ListItem","position":1,"name":"Home","item":"https://petbuckets.com/"},
{"@type":"ListItem","position":2,"name":"Shipping","item":"https://petbuckets.com/pages/shipping"}
]}