Refund policy
.tgs-policy { max-width:820px; margin:0 auto; padding:0 24px 80px; font-family:'Inter',sans-serif; color:#faf8f2; line-height:1.6; } .tgs-policy * { box-sizing:border-box; } .tgs-policy a { color:#d4f53c; } .tgs-policy h1, .tgs-policy h2 { font-family:'Archivo',sans-serif; } /* header */ .tp-header { padding:48px 0 32px; border-bottom:1px solid rgba(196,184,154,0.18); } .tp-eyebrow { font-family:'Archivo',sans-serif; font-size:11px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:#d4f53c; margin-bottom:10px; } .tp-header h1, .tp-header h2 { font-size:clamp(2.4rem,6vw,3.6rem); font-weight:900; line-height:0.95; text-transform:uppercase; color:#faf8f2; margin:0 0 14px; letter-spacing:0.5px; } .tp-sub { font-size:15px; color:#9a9486; max-width:600px; line-height:1.65; margin:0; } .tp-sub2 { margin-top:12px; font-size:13px; color:#9a9486; } /* jump nav */ .tp-jump { background:#111; border-bottom:1px solid rgba(196,184,154,0.18); padding:14px 0; display:flex; flex-wrap:wrap; align-items:center; gap:6px; } .tp-jump .lbl { font-family:'Archivo',sans-serif; font-size:10px; font-weight:700; letter-spacing:0.18em; text-transform:uppercase; color:#9a9486; margin-right:4px; white-space:nowrap; } .tp-chip { font-family:'Archivo',sans-serif; font-size:12px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:#faf8f2; background:#1a1a1a; border:1px solid rgba(196,184,154,0.2); border-radius:20px; padding:3px 12px; text-decoration:none; white-space:nowrap; } .tp-chip.hot { color:#0d0d0d !important; -webkit-text-fill-color:#0d0d0d !important; background:#d4f53c; border-color:#d4f53c; } /* callouts */ .tp-callouts { display:flex; flex-direction:column; gap:8px; margin-top:32px; } .tp-callout { display:flex; align-items:flex-start; gap:10px; border-radius:8px; padding:12px 16px; font-size:0.88rem; line-height:1.65; color:#faf8f2; } .tp-callout .ico { font-size:16px; flex-shrink:0; } .tp-callout.blue { background:#0a1422; border:1px solid rgba(168,196,224,0.3); } .tp-callout.lime { background:#161608; border:1px solid rgba(212,245,60,0.3); } .tp-callout.green { background:#0a1608; border:1px solid rgba(120,200,90,0.3); } .tp-callout a { font-weight:600; } .c-blue { color:#a8c4e0; } .c-lime { color:#d4f53c; } .c-green { color:#8fd16a; } /* at a glance */ .tp-glance { background:#111; border:1px solid rgba(196,184,154,0.18); border-radius:10px; padding:24px; margin:24px 0; } .tp-label { font-family:'Archivo',sans-serif; font-size:11px; font-weight:700; letter-spacing:0.2em; text-transform:uppercase; color:#d4f53c; margin-bottom:16px; } .tp-glance-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:12px; } .tp-fact { background:#1a1a1a; border:1px solid rgba(196,184,154,0.12); border-radius:6px; padding:12px 14px; } .tp-fact .k { font-family:'Archivo',sans-serif; font-size:10px; font-weight:700; letter-spacing:0.15em; text-transform:uppercase; color:#9a9486; margin-bottom:4px; } .tp-fact .v { font-size:13px; color:#faf8f2; line-height:1.5; } /* accordion sections */ .tp-acc { border:1px solid rgba(196,184,154,0.18); border-radius:8px; background:#111; margin-bottom:10px; overflow:hidden; scroll-margin-top:20px; } .tp-acc.flag { border-color:rgba(212,245,60,0.35); } .tp-acc > summary { list-style:none; cursor:pointer; padding:16px 18px; display:flex; align-items:center; gap:14px; user-select:none; } .tp-acc > summary::-webkit-details-marker { display:none; } .tp-num { font-family:'Archivo',sans-serif; font-size:12px; font-weight:700; color:#d4f53c; flex-shrink:0; min-width:18px; } .tp-acc-title { font-family:'Archivo',sans-serif; font-size:1.05rem; font-weight:900; text-transform:uppercase; color:#faf8f2; letter-spacing:0.5px; flex:1; line-height:1.1; } .tp-badge-new { font-family:'Archivo',sans-serif; font-size:9px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; background:#d4f53c; color:#0d0d0d; padding:2px 7px; border-radius:3px; flex-shrink:0; } .tp-ico { font-size:22px; font-weight:300; color:#d4f53c; flex-shrink:0; line-height:1; } .tp-ico::after { content:'+'; } .tp-acc[open] .tp-ico::after { content:'\2212'; } .tp-acc-body { padding:6px 18px 22px; border-top:1px solid rgba(196,184,154,0.12); } .tp-acc-body p { font-size:0.92rem; color:#faf8f2; line-height:1.7; margin:14px 0; } .tp-acc-body p:first-child { margin-top:14px; } /* inner cards / lists */ .tp-card { background:#1a1a1a; border:1px solid rgba(196,184,154,0.18); border-radius:8px; padding:16px 18px; margin:12px 0; } .tp-card.lime { background:#161608; border-color:rgba(212,245,60,0.25); } .tp-card .h { font-family:'Archivo',sans-serif; font-size:11px; font-weight:700; letter-spacing:0.15em; text-transform:uppercase; color:#9a9486; margin-bottom:10px; } .tp-check { list-style:none; padding:0; margin:0; } .tp-check li { font-size:13px; color:#faf8f2; padding:4px 0 4px 20px; position:relative; line-height:1.55; } .tp-check li::before { content:'\2713'; position:absolute; left:0; color:#d4f53c; font-weight:700; font-size:12px; } /* steps */ .tp-step { display:flex; align-items:flex-start; gap:12px; margin-bottom:10px; } .tp-step:last-child { margin-bottom:0; } .tp-step .n { background:#d4f53c; color:#0d0d0d; font-family:'Archivo',sans-serif; font-size:11px; font-weight:900; width:22px; height:22px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:2px; } .tp-step p { font-size:13px; color:#faf8f2; line-height:1.6; margin:0; } /* final sale tags */ .tp-tags { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0; } .tp-tag { font-family:'Archivo',sans-serif; font-size:12px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; background:#2a0a0a; border:1px solid rgba(255,120,120,0.3); color:#ff9a9a; border-radius:20px; padding:4px 14px; } /* nested sub-detail */ .tp-sub-acc { border:1px solid rgba(196,184,154,0.2); border-radius:8px; margin:14px 0; overflow:hidden; } .tp-sub-acc summary { padding:12px 16px; cursor:pointer; list-style:none; font-size:0.9rem; font-weight:600; color:#faf8f2; background:#1a1a1a; display:flex; justify-content:space-between; align-items:center; gap:10px; user-select:none; } .tp-sub-acc summary::-webkit-details-marker { display:none; } .tp-sub-acc summary .pm { font-size:18px; color:#9a9486; flex-shrink:0; } .tp-sub-acc summary .pm::after { content:'+'; } .tp-sub-acc[open] summary .pm::after { content:'\2212'; } .tp-sub-acc .body { padding:14px 18px; font-size:0.88rem; color:#faf8f2; line-height:1.7; background:#161616; border-top:1px solid rgba(196,184,154,0.12); } /* address */ .tp-addr { background:#1a1a1a; border:1px solid rgba(196,184,154,0.18); border-radius:8px; padding:16px 18px; font-size:13px; color:#faf8f2; line-height:1.9; margin-top:10px; } /* footer */ .tp-foot { background:#161608; border:1px solid rgba(212,245,60,0.25); border-radius:10px; padding:28px 30px; margin-top:48px; display:flex; justify-content:space-between; align-items:center; gap:24px; flex-wrap:wrap; } .tp-foot .lead { font-size:0.9rem; color:#faf8f2; line-height:1.65; margin:0 0 6px; font-weight:700; } .tp-foot .sub { font-size:0.9rem; color:#9a9486; line-height:1.65; margin:0; } .tp-foot .btn { display:inline-block; background:#d4f53c; color:#0d0d0d !important; -webkit-text-fill-color:#0d0d0d !important; font-family:'Archivo',sans-serif; font-size:13px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; border-radius:6px; padding:10px 20px; text-decoration:none; white-space:nowrap; flex-shrink:0; } .tp-fine { margin-top:16px; font-size:13px; color:#9a9486; }
Returns &
Exchanges
Everything you need to know about returns, exchanges, store credit, final sale items, and what to do if something arrives wrong. Tap any section below to open it.
This page covers items that have already been delivered. For lost packages, delayed shipments, or delivery issues, see our Shipping Policy / FAQ →
For U.S. orders, returns are accepted within 30 days of purchase on eligible items.
- Unused and unwashed
- In the same condition it was received
- In the original packaging
Once your return is received and reviewed, approved refunds are issued as store credit. Please allow up to 5 business days after delivery to our warehouse for processing.
- Your order was delivered to a U.S. address
- The item is eligible (not final sale)
- The item is unused and in original packaging
- It has been 30 days or fewer since purchase
If you're unsure, email hello@transguysupply.com with your order number before sending anything back.
Not the right size? Every binder we carry is eligible for a free size exchange within 30 days of delivery — including sale binders, unless otherwise noted at time of purchase.
- Unworn and clean
- Free of deodorant marks, dirt, or any signs of wear
- In original packaging
Go to your order status page and submit a return request.
We email you a prepaid return label — plain packaging, no product names outside.
Drop it in the mail. Your new size ships within 2 business days of us receiving yours.
Questions? Email hello@transguysupply.com with your order number.
The following items are final sale due to health, safety, and legal regulations. No exceptions.
Include the packing slip from your order, or a note with your order number so we can match it to your account.
Transguy Supply c/o Amplifier Receiving
8015 Burleson Road
Unit 100, Dock Door 24 or 25
Austin, TX 78744
Made-to-order apparel (only if we ask for it back):
Transguy Supply c/o Printful
217 Wrangler Drive
Coppell, TX 75019
If something arrived wrong or damaged, contact us immediately.
- Email hello@transguysupply.com with all of the following in one email:
- Your order number
- A photo of the item
- The packing slip in the same photo as the item
If approved, we'll reship the correct item. If out of stock, we'll issue store credit. You will not be required to return defective items unless we specifically request it.
International orders are final sale. No returns or exchanges — the only exception is if an item arrives damaged, defective, or incorrect.
- No returns or exchanges on international orders
- If an item arrives damaged, defective, or incorrect, email us immediately with your order number and a photo of the item and packing slip together
- Customs fees, import duties, and local taxes are the customer's responsibility
- We cannot assume responsibility for packages delayed, held, confiscated, or destroyed by customs
- It is the customer's responsibility to verify that ordered items are legal in your country
- If an international package is returned to us, we may refund the item cost only — shipping and Route fees are non-refundable
Store credit may also be issued if a replacement is out of stock after an approved damaged or defective claim. Original shipping and Route are non-refundable in all cases.
Seeing a pending charge but never received an order confirmation?Your order didn't complete. A pending charge is an authorization hold — no money has left your account. If you didn't receive a confirmation email, the order was never placed.
Holds release automatically in 3–7 business days. We cannot release them — contact your bank directly if it hasn't cleared after 7 days.
By completing a purchase with Transguy Supply, you acknowledge our returns & refunds policy, including the store-credit-only refund structure and final sale terms.
Need help with a return or exchange?
Email us with your order number so we can help you faster.
For shipping and delivery issues, see our Shipping Policy / FAQ →