Shipping policy

PawBuddyz — A Cleaner Home, Happier Pets *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #2c1a0e; --brown-dark: #3d2410; --brown-mid: #7a4a28; --brown-light: #c4834a; --cream: #fdf6ee; --cream-dark: #f7ede0; --warm-border: #e8d5c0; --warm-border-dark: #d4b898; --grey-text: #a07850; --grey-body: #6b4c30; --accent: #c4622a; --accent-hover: #a84e20; --accent-light: #fdf0e6; --green: #4a7c3f; --radius: 12px; --radius-lg: 20px; } html { scroll-behavior: smooth; } body { font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif; background: var(--cream); color: var(--black); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; } img { display: block; max-width: 100%; } a { color: inherit; } button { font-family: inherit; } .container { max-width: 1160px; margin: 0 auto; padding: 0 32px; } /* ── ANNOUNCEMENT BAR ── */ .pb-ann { background: var(--brown-dark); color: #fdf6ee; text-align: center; padding: 11px 16px; font-size: 13px; letter-spacing: 0.01em; } .pb-ann__inner { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; } .pb-ann__highlight { color: #f4c07a; font-weight: 600; } .pb-ann a { color: #fdf6ee; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; margin-left: 6px; } /* ── NAV ── */ .pb-nav { border-bottom: 1px solid var(--warm-border); background: var(--cream); position: sticky; top: 0; z-index: 100; } .pb-nav__inner { display: flex; align-items: center; justify-content: space-between; height: 64px; } .pb-nav__logo { font-size: 20px; font-weight: 800; text-decoration: none; color: var(--black); letter-spacing: -0.03em; } .pb-nav__logo span { color: var(--accent); } .pb-nav__links { display: flex; gap: 32px; list-style: none; } .pb-nav__links a { font-size: 14px; font-weight: 500; text-decoration: none; color: var(--grey-body); transition: color 0.15s; } .pb-nav__links a:hover { color: var(--black); } .pb-nav__cta { background: var(--accent); color: #fff !important; padding: 9px 20px; border-radius: 8px; font-size: 13px; font-weight: 700; text-decoration: none; transition: background 0.2s; } .pb-nav__cta:hover { background: var(--accent-hover) !important; color: #fff !important; } /* ── HERO ── */ .pb-hero { padding: 80px 0 72px; background: var(--cream); } .pb-hero__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; } .pb-hero__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-text); margin-bottom: 14px; } .pb-hero__heading { font-size: clamp(36px, 4.5vw, 56px); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 18px; color: var(--black); } .pb-hero__sub { font-size: 16px; color: var(--grey-body); line-height: 1.7; margin-bottom: 32px; max-width: 420px; } .pb-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; } .btn-primary { background: var(--accent); color: #fff; padding: 15px 30px; border-radius: 9px; font-size: 15px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: background 0.2s, transform 0.1s; border: none; cursor: pointer; } .btn-primary:hover { background: var(--accent-hover); } .btn-primary:active { transform: scale(0.98); } .btn-outline { background: transparent; color: var(--black); padding: 15px 24px; border-radius: 9px; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid var(--warm-border-dark); transition: border-color 0.2s; } .btn-outline:hover { border-color: var(--brown-mid); } .pb-hero__trust { display: flex; gap: 20px; flex-wrap: wrap; } .pb-hero__trust-item { font-size: 12px; color: var(--grey-text); display: flex; align-items: center; gap: 5px; } .pb-hero__trust-item::before { content: '✓'; color: var(--green); font-weight: 700; } .pb-hero__img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; border: 1px solid var(--warm-border); } .pb-hero__img img { width: 100%; height: 100%; object-fit: cover; } .pb-hero__badge { display: inline-flex; align-items: center; gap: 6px; background: var(--cream-dark); border: 1px solid var(--warm-border); border-radius: 40px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: var(--grey-body); margin-bottom: 18px; } /* ── SOCIAL PROOF BAR ── */ .pb-proof { background: var(--cream-dark); border-top: 1px solid var(--warm-border); border-bottom: 1px solid var(--warm-border); padding: 20px 0; } .pb-proof__inner { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; } .pb-proof__item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--grey-body); } .pb-proof__icon { font-size: 15px; } /* ── HOW IT WORKS ── */ .pb-how { padding: 88px 0; background: var(--cream); } .pb-section-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-text); text-align: center; margin-bottom: 10px; } .pb-section-heading { font-size: clamp(26px, 3vw, 40px); font-weight: 800; text-align: center; letter-spacing: -0.02em; margin-bottom: 10px; color: var(--black); } .pb-section-sub { font-size: 15px; color: var(--grey-body); text-align: center; max-width: 480px; margin: 0 auto 56px; line-height: 1.6; } .pb-how__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .pb-how__step { text-align: center; padding: 40px 28px; background: var(--cream-dark); border-radius: var(--radius-lg); border: 1px solid var(--warm-border); } .pb-how__num { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 16px; } .pb-how__icon { font-size: 36px; margin-bottom: 16px; display: block; } .pb-how__title { font-size: 18px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.01em; color: var(--black); } .pb-how__desc { font-size: 14px; color: var(--grey-body); line-height: 1.65; } /* ── PRODUCT FEATURE ── */ .pb-feature { padding: 88px 0; background: var(--cream-dark); border-top: 1px solid var(--warm-border); border-bottom: 1px solid var(--warm-border); } .pb-feature__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; } .pb-feature__img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; border: 1px solid var(--warm-border); } .pb-feature__img img { width: 100%; height: 100%; object-fit: cover; } .pb-feature__list { list-style: none; margin: 24px 0 32px; } .pb-feature__list li { font-size: 14px; color: var(--grey-body); padding: 11px 0; border-bottom: 1px solid var(--warm-border); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; } .pb-feature__list li::before { content: '✓'; color: var(--green); font-weight: 700; font-size: 13px; margin-top: 1px; flex-shrink: 0; } .pb-price-block { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; } .pb-price-sale { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; color: var(--black); } .pb-price-orig { font-size: 18px; color: var(--grey-text); text-decoration: line-through; } .pb-price-badge { background: #fce8d8; color: var(--accent); font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 20px; border: 1px solid #f0c4a0; } /* ── STORY ── */ .pb-story { padding: 88px 0; background: var(--cream); } .pb-story__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; } .pb-story__img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; border: 1px solid var(--warm-border); } .pb-story__img img { width: 100%; height: 100%; object-fit: cover; } .pb-story__body { font-size: 15px; color: var(--grey-body); line-height: 1.75; margin-bottom: 16px; } .pb-story__link { font-size: 15px; font-weight: 700; color: var(--accent); text-decoration: none; border-bottom: 2px solid var(--accent); padding-bottom: 1px; transition: opacity 0.15s; } .pb-story__link:hover { opacity: 0.65; } /* ── STATS ── */ .pb-stats { background: var(--brown-dark); color: var(--cream); padding: 64px 0; } .pb-stats__inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: center; } .pb-stats__num { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 6px; color: #f4c07a; } .pb-stats__label { font-size: 13px; color: #c4a080; letter-spacing: 0.02em; } /* ── REVIEWS ── */ .pb-reviews { padding: 88px 0; background: var(--cream-dark); border-top: 1px solid var(--warm-border); } .pb-reviews__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .pb-review { background: var(--cream); border: 1px solid var(--warm-border); border-radius: var(--radius-lg); padding: 28px; } .pb-review__stars { color: #e8962a; font-size: 15px; letter-spacing: 1px; margin-bottom: 14px; } .pb-review__text { font-size: 15px; line-height: 1.65; color: var(--black); margin-bottom: 18px; font-style: italic; } .pb-review__author { display: flex; align-items: center; gap: 10px; } .pb-review__avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--cream-dark); border: 1px solid var(--warm-border); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: var(--brown-mid); flex-shrink: 0; } .pb-review__name { font-size: 13px; font-weight: 700; margin-bottom: 2px; color: var(--black); } .pb-review__meta { font-size: 12px; color: var(--grey-text); } .pb-review__verified { font-size: 11px; color: var(--green); font-weight: 600; } /* ── FAQ ── */ .pb-faq { padding: 88px 0; background: var(--cream); } .pb-faq__inner { max-width: 680px; margin: 0 auto; } .pb-faq__item { border-bottom: 1px solid var(--warm-border); } .pb-faq__item:first-of-type { border-top: 1px solid var(--warm-border); } .pb-faq__q { width: 100%; background: none; border: none; padding: 20px 0; text-align: left; font-size: 15px; font-weight: 700; color: var(--black); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color 0.15s; } .pb-faq__q:hover { color: var(--accent); } .pb-faq__icon { font-size: 22px; font-weight: 300; color: var(--brown-light); transition: transform 0.25s; flex-shrink: 0; line-height: 1; } .pb-faq__item.open .pb-faq__icon { transform: rotate(45deg); } .pb-faq__a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; font-size: 14px; color: var(--grey-body); line-height: 1.75; } .pb-faq__item.open .pb-faq__a { max-height: 300px; padding-bottom: 20px; } /* ── EMAIL CAPTURE ── */ .pb-email { background: var(--cream-dark); border-top: 1px solid var(--warm-border); border-bottom: 1px solid var(--warm-border); padding: 64px 0; text-align: center; } .pb-email__heading { font-size: clamp(22px, 2.5vw, 32px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; color: var(--black); } .pb-email__sub { font-size: 15px; color: var(--grey-body); margin-bottom: 28px; } .pb-email__form { display: flex; gap: 10px; max-width: 420px; margin: 0 auto; } .pb-email__input { flex: 1; padding: 13px 16px; border: 1.5px solid var(--warm-border-dark); border-radius: 9px; font-size: 14px; font-family: inherit; background: var(--cream); color: var(--black); outline: none; transition: border-color 0.2s; } .pb-email__input:focus { border-color: var(--brown-mid); } .pb-email__input::placeholder { color: #c4a080; } .pb-email__btn { background: var(--accent); color: #fff; border: none; padding: 13px 22px; border-radius: 9px; font-size: 14px; font-weight: 700; cursor: pointer; white-space: nowrap; font-family: inherit; transition: background 0.2s; } .pb-email__btn:hover { background: var(--accent-hover); } .pb-email__note { font-size: 12px; color: var(--grey-text); margin-top: 12px; } /* ── FINAL CTA ── */ .pb-cta { background: var(--brown-dark); color: var(--cream); padding: 96px 0; text-align: center; } .pb-cta__heading { font-size: clamp(28px, 4vw, 48px); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 14px; color: #fdf6ee; } .pb-cta__sub { font-size: 16px; color: #c4a080; margin-bottom: 36px; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.6; } .pb-cta .btn-primary { background: var(--accent); color: #fff; font-size: 16px; padding: 17px 40px; margin-bottom: 20px; } .pb-cta .btn-primary:hover { background: var(--accent-hover); } .pb-cta__trust { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; font-size: 13px; color: #8a6040; } /* ── FOOTER ── */ .pb-footer { background: var(--cream); border-top: 1px solid var(--warm-border); padding: 48px 0 32px; } .pb-footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 40px; } .pb-footer__brand { font-size: 18px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; color: var(--black); } .pb-footer__brand span { color: var(--accent); } .pb-footer__tagline { font-size: 13px; color: var(--grey-body); line-height: 1.65; max-width: 260px; margin-bottom: 20px; } .pb-footer__email-row { display: flex; gap: 8px; } .pb-footer__email-input { flex: 1; padding: 9px 12px; border: 1.5px solid var(--warm-border-dark); border-radius: 7px; font-size: 13px; font-family: inherit; background: var(--cream-dark); color: var(--black); outline: none; } .pb-footer__email-input:focus { border-color: var(--brown-mid); } .pb-footer__email-btn { background: var(--accent); color: #fff; border: none; padding: 9px 14px; border-radius: 7px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; transition: background 0.2s; } .pb-footer__email-btn:hover { background: var(--accent-hover); } .pb-footer__col-title { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey-text); margin-bottom: 14px; } .pb-footer__links { list-style: none; display: flex; flex-direction: column; gap: 10px; } .pb-footer__links a { font-size: 13px; color: var(--grey-body); text-decoration: none; transition: color 0.15s; } .pb-footer__links a:hover { color: var(--accent); } .pb-footer__bottom { border-top: 1px solid var(--warm-border); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--grey-text); flex-wrap: wrap; gap: 10px; } /* ── RESPONSIVE ── */ @media (max-width: 900px) { .container { padding: 0 20px; } .pb-hero__inner, .pb-feature__inner, .pb-story__inner { grid-template-columns: 1fr; gap: 36px; } .pb-hero { padding: 48px 0; } .pb-hero__img { order: -1; } .pb-how__steps { grid-template-columns: 1fr; gap: 16px; } .pb-stats__inner { grid-template-columns: 1fr; gap: 24px; } .pb-reviews__grid { grid-template-columns: 1fr; } .pb-footer__inner { grid-template-columns: 1fr; gap: 32px; } .pb-email__form { flex-direction: column; } .pb-nav__links { display: none; } }
🐾 Free shipping on all Australian orders  ·  Sale ends Sunday — 40% off Shop now →
⭐ Rated 4.9/5 by 1,200+ pet owners

Pet Care Essentials

A Cleaner Home,
Happier Pets

Thoughtfully designed pet care products that make life with your furry friends cleaner, easier, and more joyful.

Free Shipping 30-Day Guarantee Secure Checkout
Happy golden retriever on a clean couch
🐾1,200+ happy customers
4.9 average rating
🌿Reusable — zero waste
🚚Free AU shipping
🛡️30-day money back

How It Works

No setup, no batteries, no refills. Just slip it on and start cleaning.

STEP 01

👋

Slip On

Fits comfortably on either hand with the adjustable elastic band. One size fits all.

STEP 02

Wipe

Glide your hand over any surface. The electrostatic charge attracts and lifts pet hair instantly.

STEP 03

💧

Rinse

Wash off collected hair under water. Ready to use again instantly — no replacement sheets needed.

PetGlove Pro cleaning a sofa

PetGlove Pro

  • Works on sofas, car seats, bedding, clothes & more
  • Double-sided — mesh for upholstery, smooth for clothing
  • Fits any hand size with adjustable elastic band
  • Reusable & machine washable — lasts for years
  • Electrostatic technology — no chemicals needed
  • Replaces hundreds of disposable lint roller sheets
$29.99 AUD $49.99 40% OFF
Add to Cart →

Born from Love,
Built for Pet Parents

We started PawBuddyz because we were tired of the endless cycle of lint rollers, sticky sheets, and wasteful cleaning products. As pet parents ourselves, we knew there had to be a better way.

Our mission is simple: create sustainable, effective pet care products that make life with your furry friends cleaner and more joyful — without harming the planet.

Read Our Full Story →
Pet owner enjoying a clean home
1,200+
Happy Customers
4.9 ⭐
Average Rating
98%
Would Recommend

What Pet Owners Say

Real reviews from real pet parents across Australia.

★★★★★

"I have 3 cats and this glove is a GAME CHANGER. My couch has never been cleaner. I threw away my lint rollers the same day it arrived."

SM
Sarah M.
Sydney, NSW · ✓ Verified purchase
★★★★★

"Works incredibly well on my car seats. Picks up every single hair — even the ones embedded deep in the fabric. Worth every cent."

JK
James K.
Melbourne, VIC · ✓ Verified purchase
★★★★★

"The double-sided design is genius. I use the mesh side for the couch and smooth side for my work clothes. One glove does everything."

ER
Emily R.
Brisbane, QLD · ✓ Verified purchase
★★★★★

"Best pet product I've bought this year. My golden retriever sheds constantly and this handles it effortlessly. Highly recommend to every dog owner."

MT
Michael T.
Perth, WA · ✓ Verified purchase

Everything You Need to Know


Does it work on all furniture types?+
Yes! The PetGlove Pro works on sofas, armchairs, car seats, bedding, rugs, and clothing. The electrostatic surface attracts hair from both smooth and textured fabrics. For very delicate fabrics like silk, we recommend a light touch.
Will it fit my hand?+
The glove features an adjustable elastic band that comfortably fits most adult hand sizes — small to large. It works on either hand, left or right.
How long does it last?+
With proper care, your PetGlove Pro will last for years. Unlike lint rollers, there's nothing to replace — just rinse under water after each use. Many customers tell us they've replaced hundreds of disposable sheets with a single glove.
How do I clean it?+
Simply rinse under warm running water — collected pet hair washes right off. Let it air dry. It's also machine washable on a cold, gentle cycle for a deeper clean.
What if it doesn't work for me?+
We offer a 30-day money-back guarantee on every order. If you're not completely happy, contact us and we'll arrange a full refund — no questions asked.
When will my order arrive?+
We ship free to all Australian addresses. Standard delivery takes 5–10 business days. Express options are available at checkout. You'll receive a tracking number as soon as your order is dispatched.

Join the Pack 🐾

Get 10% off your first order plus pet care tips straight to your inbox.

Get 10% Off

No spam, ever. Unsubscribe anytime.

Ready for a Fur-Free Home?

Join 1,200+ happy pet owners who've ditched lint rollers for good. Free shipping on every order.

30-Day Money-Back Guarantee · Free Shipping Australia-wide · Secure Checkout
function pbFaq(btn) { var item = btn.closest('.pb-faq__item'); var isOpen = item.classList.contains('open'); document.querySelectorAll('.pb-faq__item.open').forEach(function(el) { el.classList.remove('open'); }); if (!isOpen) item.classList.add('open'); }