Refund policy

.wp-policy { --wp-yellow: #FFD200; --wp-black: #0b0b0b; --wp-dark: #151515; --wp-card: #1c1c1c; --wp-border: #303030; --wp-white: #ffffff; --wp-grey: #b7b7b7; background: var(--wp-black); color: var(--wp-white); padding: 55px 20px 70px; margin: 0; font-family: inherit; } .wp-policy * { box-sizing: border-box; } .wp-policy-inner { max-width: 1100px; margin: 0 auto; } /* ========================================= PAGE TITLE ========================================= */ .wp-policy-title { text-align: center; margin: 5px 0 45px; } .wp-policy-title h1 { margin: 0; color: var(--wp-white); font-size: clamp(32px, 5vw, 52px); line-height: 1.1; font-weight: 900; letter-spacing: -1px; } .wp-policy-title-line { width: 65px; height: 5px; background: var(--wp-yellow); margin: 18px auto 0; border-radius: 3px; } /* ========================================= QUICK SUMMARY ========================================= */ .wp-policy-summary { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 55px; } .wp-summary-card { background: var(--wp-card); border: 1px solid var(--wp-border); padding: 22px 15px; text-align: center; border-radius: 8px; transition: all .25s ease; } .wp-summary-card:hover { border-color: var(--wp-yellow); transform: translateY(-3px); } .wp-summary-icon { width: 38px; height: 38px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; background: var(--wp-yellow); color: #000; border-radius: 50%; font-weight: 900; font-size: 15px; } .wp-summary-card strong { display: block; color: var(--wp-white); font-size: 14px; margin-bottom: 5px; text-transform: uppercase; letter-spacing: .5px; } .wp-summary-card span { display: block; color: var(--wp-grey); font-size: 13px; line-height: 1.4; } /* ========================================= POLICY SECTIONS ========================================= */ .wp-policy-section { position: relative; padding: 35px 0; border-top: 1px solid var(--wp-border); } .wp-section-header { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; } .wp-section-number { flex: 0 0 42px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: var(--wp-yellow); color: #000; border-radius: 50%; font-size: 15px; font-weight: 900; } .wp-section-header h2 { margin: 0; color: var(--wp-white); font-size: 25px; font-weight: 800; letter-spacing: -.3px; } .wp-policy p { color: #dedede; font-size: 15px; line-height: 1.75; margin: 0 0 16px; } .wp-policy strong { color: var(--wp-white); } .wp-policy ul, .wp-policy ol { margin: 15px 0 20px; padding-left: 24px; } .wp-policy li { color: #dedede; font-size: 15px; line-height: 1.7; margin-bottom: 8px; } .wp-policy li::marker { color: var(--wp-yellow); font-weight: bold; } /* ========================================= HIGHLIGHT BOXES ========================================= */ .wp-highlight { background: var(--wp-card); border-left: 4px solid var(--wp-yellow); padding: 20px 22px; margin: 22px 0; border-radius: 0 7px 7px 0; } .wp-highlight p { margin: 0; } .wp-warning { background: rgba(255, 210, 0, .07); border: 1px solid rgba(255, 210, 0, .3); padding: 20px 22px; margin: 22px 0; border-radius: 7px; } .wp-success { background: #151c15; border-left: 4px solid #68a96a; padding: 20px 22px; margin: 22px 0; border-radius: 0 7px 7px 0; } /* ========================================= LINKS ========================================= */ .wp-policy a { color: var(--wp-yellow); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; } .wp-policy a:hover { color: #fff; } /* ========================================= RETURN STEPS ========================================= */ .wp-return-steps { margin: 25px 0; } .wp-return-step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; margin-bottom: 20px; } .wp-step-number { width: 42px; height: 42px; border: 2px solid var(--wp-yellow); color: var(--wp-yellow); display: flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: 900; } .wp-step-content { padding-top: 1px; } .wp-step-content strong { display: block; font-size: 16px; margin-bottom: 4px; } .wp-step-content p { margin: 0; } /* ========================================= RETURN ADDRESS ========================================= */ .wp-address { background: var(--wp-card); border: 1px solid var(--wp-border); padding: 22px; border-radius: 8px; margin-top: 25px; } .wp-address-title { color: var(--wp-yellow); text-transform: uppercase; font-weight: 800; font-size: 13px; letter-spacing: 1px; margin-bottom: 10px; } .wp-address p { margin: 0; } /* ========================================= FAQ ========================================= */ .wp-faq { border-top: 1px solid var(--wp-border); margin-top: 15px; } .wp-faq details { border-bottom: 1px solid var(--wp-border); } .wp-faq summary { position: relative; padding: 20px 45px 20px 0; cursor: pointer; color: var(--wp-white); font-size: 16px; font-weight: 700; list-style: none; } .wp-faq summary::-webkit-details-marker { display: none; } .wp-faq summary::after { content: "+"; position: absolute; right: 5px; top: 14px; color: var(--wp-yellow); font-size: 26px; font-weight: 400; } .wp-faq details[open] summary::after { content: "−"; } .wp-faq-answer { padding: 0 45px 20px 0; } .wp-faq-answer p { color: var(--wp-grey); margin: 0; } /* ========================================= CTA ========================================= */ .wp-policy-cta { margin-top: 55px; padding: 40px 25px; text-align: center; background: var(--wp-yellow); color: #000; border-radius: 8px; } .wp-policy-cta h2 { margin: 0 0 8px; color: #000; font-size: 28px; font-weight: 900; } .wp-policy-cta p { color: #111; margin: 0 0 22px; } .wp-policy-button { display: inline-block; background: #000; color: #fff !important; text-decoration: none !important; padding: 13px 25px; border-radius: 5px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; transition: all .2s ease; } .wp-policy-button:hover { background: #222; color: var(--wp-yellow) !important; } /* ========================================= LAST UPDATED ========================================= */ .wp-updated { text-align: center; color: #777; font-size: 12px; margin-top: 25px; } /* ========================================= TABLET ========================================= */ @media screen and (max-width: 900px) { .wp-policy-summary { grid-template-columns: repeat(2, 1fr); } .wp-summary-card:last-child { grid-column: span 2; } } /* ========================================= MOBILE ========================================= */ @media screen and (max-width: 600px) { .wp-policy { padding: 35px 15px 50px; } .wp-policy-title { margin-bottom: 35px; } .wp-policy-title h1 { font-size: 32px; } .wp-policy-summary { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 35px; } .wp-summary-card { padding: 18px 10px; } .wp-summary-card:last-child { grid-column: span 2; } .wp-section-header h2 { font-size: 21px; } .wp-section-number { width: 37px; height: 37px; flex-basis: 37px; } .wp-policy p, .wp-policy li { font-size: 14px; } .wp-return-step { grid-template-columns: 38px 1fr; gap: 12px; } .wp-step-number { width: 36px; height: 36px; font-size: 13px; } .wp-policy-cta { padding: 32px 20px; } .wp-policy-cta h2 { font-size: 24px; } }

Returns, Refunds & Exchanges

14
Return Window Days from date of purchase
Condition Unworn, unwashed & tagged
!
Sale Items Final sale for change of mind
Return Postage Paid by you for change of mind
Exchanges Refund & place a new order
1

Change of Mind Returns

Changed your mind, ordered the wrong size, or it's just not what you expected? No dramas — we'll refund it, provided:

  • You contact us within 14 days of your purchase date to request a return.
  • The item is unworn and unwashed, with all original tags still attached.
  • The item is in its original condition and packaging, free from marks, odours, pet hair, and wear.
  • Items returned outside the 14-day window, or that arrive worn, washed, or without tags, cannot be accepted.

If your return doesn't meet these conditions, we'll contact you and can return the item to you at your cost.

You pay the return postage on change of mind returns, and the original shipping charge on your order is not refunded.

2

Sale & Discounted Items

Items purchased on sale, at a discount, or as part of a promotion are final — they can't be returned, exchanged, or refunded for change of mind.

Please choose carefully.
Check the size guide before ordering sale stock.

This exclusion applies to change of mind only. If a sale item is faulty, not as described, or otherwise fails a consumer guarantee, your rights under the Australian Consumer Law still apply in full — see Section 5.

3

Faulty Items & Our Mistakes

If we've stuffed up, we'll wear the cost. That means:

  • We sent you the wrong item, wrong size, or wrong colour.
  • Your order arrived damaged.
  • The item is faulty or defective.
  • The item is not as described on our site.

In these cases:

  • We pay the return postage. We'll send you a prepaid return label or reimburse your postage cost — just keep the receipt.
  • You choose a full refund or a replacement, and we'll refund your original shipping charge too.
  • The 14-day window doesn't apply. Contact us as soon as you notice the problem, whenever that is.
  • Sale items are covered. A discount doesn't reduce your rights.

Email us at returns@theworkpit.com.au with your order number and a few clear photos of the issue, and we'll get it moving.

Please note: normal wear and tear, damage from misuse, or damage from failing to follow the care instructions on the garment aren't considered faults.

4

Exchanges

We don't do direct swaps — it's slower and stock moves fast, so we can't hold a size while your return is in transit.

Instead: place a new order for the size or item you want straight away, then return the original to us under Section 1 for a refund.

That way you get the right gear sooner and you don't miss out if your size sells through.

If we sent you the wrong item, don't do this. Go to Section 3 and we'll fix it directly at no cost to you.

5

Your Rights Under Australian Consumer Law

Nothing in this policy limits or excludes your rights under the Australian Consumer Law. Our goods come with guarantees that cannot be excluded.

You are entitled to a replacement or refund for a major failure, and to compensation for any other reasonably foreseeable loss or damage.

You are also entitled to have goods repaired or replaced if they fail to be of acceptable quality and the failure does not amount to a major failure.

These guarantees apply regardless of whether an item was bought on sale, and regardless of any time limit set out in this policy.

6

How to Start a Return

1
Email us first

Email returns@theworkpit.com.au within 14 days of your purchase. Include your order number, the item(s) you're returning, and the reason. For faulty or incorrect items, attach photos.

2
Wait for approval

We'll confirm your return and send you the return address and any instructions. Returns sent back without approval may be delayed or refused.

3
Pack it up

Keep the item in its original condition with tags attached, and include your order number in the parcel.

4
Post it back

We strongly recommend a tracked service — until the parcel reaches us, it's your responsibility, and we can't refund a return we never receive.

Return Address

The Work Pit Workwear Store
8A Olive Grove
Ringwood VIC 31347

7

Refunds

Once your return arrives, we'll inspect it and email you to confirm the outcome.

  • Assessment: within 2 business days of your parcel arriving with us.
  • Processing: approved refunds are issued within 2 business days of assessment.
  • In your account: allow a further 5–10 business days for your bank or card provider to post the funds.

Refunds go back to the original payment method used on the order. We can't refund to a different card or account.

If you paid with a buy now, pay later provider such as Afterpay or Zip, your refund is processed back through them and their own timeframes apply to your payment plan.

8

Items We Can't Accept Back

For health and safety reasons, and for practical ones, we can't accept returns on:

  • Items returned without tags, or that have been worn, washed, or altered.
  • Items damaged after delivery, or through misuse or improper care.
  • Gift cards.
  • Items purchased on sale or at a discount (change of mind only — see Section 2).
9

Questions?

Not sure whether something qualifies? Just ask before you post it back — it saves everyone time and postage.

Email: returns@theworkpit.com.au

?

Quick Answers

How long do I have to return something?

You have 14 days from the date of purchase to contact us about a change-of-mind return.

Can I return a sale item?

Sale and discounted items are final sale for change of mind. Your Australian Consumer Law rights still apply if the item is faulty, not as described, or otherwise fails a consumer guarantee.

Can I exchange for another size?

We don't offer direct exchanges. Place a new order for the size or item you want, then return the original for a refund under our change-of-mind return policy.

Who pays return postage?

For change-of-mind returns, return postage is paid by you. If we sent the wrong item or your item is faulty or damaged, we'll cover the return postage.

How long does a refund take?

We'll assess your return within 2 business days of receiving it. Approved refunds are issued within 2 business days, followed by your bank or card provider's processing time of 5–10 business days.

What if I received the wrong item?

Don't place a new order. Email returns@theworkpit.com.au with your order number and photos. We'll arrange the return and fix the issue at no cost to you.

Need to Start a Return?

Email us with your order number and we'll help you get started.

Email Us
The Work Pit — theworkpit.com.au
This policy was last updated on 14 August 2026.