Refund policy

.fabbo-returns { --fabbo-green: #284F06; --fabbo-green-dark: #1d3904; --fabbo-light: #f6f8f3; --fabbo-border: #dfe5d9; --fabbo-text: #20251d; --fabbo-muted: #62685d; --fabbo-white: #ffffff; max-width: 1000px; margin: 0 auto; padding: 55px 24px 80px; color: var(--fabbo-text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.7; } .fabbo-returns *, .fabbo-returns *::before, .fabbo-returns *::after { box-sizing: border-box; } /* HEADER */ .fabbo-returns-header { margin-bottom: 45px; padding: 48px 42px; background: var(--fabbo-light); border: 1px solid var(--fabbo-border); border-radius: 18px; position: relative; overflow: hidden; } .fabbo-returns-header::after { content: ""; position: absolute; width: 280px; height: 280px; right: -140px; top: -150px; border-radius: 50%; background: rgba(40, 79, 6, 0.07); } .fabbo-returns-label { position: relative; z-index: 1; margin-bottom: 10px; color: var(--fabbo-green); font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; } .fabbo-returns-header h1 { position: relative; z-index: 1; margin: 0 0 18px; color: var(--fabbo-text); font-size: clamp(38px, 6vw, 58px); line-height: 1.05; letter-spacing: -1.8px; font-weight: 800; } .fabbo-returns-header h1 span { color: var(--fabbo-green); } .fabbo-updated { position: relative; z-index: 1; display: inline-block; margin-bottom: 20px; padding: 7px 14px; background: rgba(40, 79, 6, 0.09); border-radius: 30px; color: var(--fabbo-green-dark); font-size: 13px; font-weight: 700; } .fabbo-returns-header p { position: relative; z-index: 1; max-width: 780px; margin: 0; color: var(--fabbo-muted); font-size: 16px; } /* CONTENT */ .fabbo-returns-content { max-width: 900px; margin: 0 auto; } .fabbo-section { margin-bottom: 44px; } .fabbo-section h2 { margin: 0 0 17px; color: var(--fabbo-text); font-size: 25px; line-height: 1.25; font-weight: 800; letter-spacing: -0.3px; } .fabbo-section h2::before { content: ""; display: inline-block; width: 27px; height: 3px; margin: 0 11px 6px 0; border-radius: 10px; background: var(--fabbo-green); } .fabbo-section h3 { margin: 27px 0 9px; color: var(--fabbo-text); font-size: 18px; line-height: 1.35; font-weight: 800; } .fabbo-section p { margin: 0 0 15px; color: var(--fabbo-muted); font-size: 16px; } .fabbo-section strong { color: var(--fabbo-text); } .fabbo-section a { color: var(--fabbo-green); font-weight: 700; text-decoration: none; } .fabbo-section a:hover { text-decoration: underline; } /* LISTS */ .fabbo-section ul { margin: 14px 0 20px; padding: 0; list-style: none; } .fabbo-section li { position: relative; padding: 6px 0 6px 29px; color: var(--fabbo-muted); font-size: 16px; } .fabbo-section li::before { content: "✓"; position: absolute; left: 0; top: 8px; width: 19px; height: 19px; border-radius: 50%; background: var(--fabbo-green); color: #fff; font-size: 10px; font-weight: 800; line-height: 19px; text-align: center; } /* RETURN SUMMARY */ .fabbo-return-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 25px 0 45px; } .fabbo-return-card { padding: 23px; background: #fff; border: 1px solid var(--fabbo-border); border-radius: 14px; } .fabbo-return-card-label { display: block; margin-bottom: 7px; color: var(--fabbo-green); font-size: 11px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; } .fabbo-return-card strong { display: block; color: var(--fabbo-text); font-size: 19px; line-height: 1.35; } /* IMPORTANT BOX */ .fabbo-info { margin: 25px 0; padding: 23px 25px; background: var(--fabbo-light); border: 1px solid var(--fabbo-border); border-left: 4px solid var(--fabbo-green); border-radius: 12px; } .fabbo-info p { margin: 0; } /* STEPS */ .fabbo-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 25px 0; } .fabbo-step { padding: 22px; background: #fff; border: 1px solid var(--fabbo-border); border-radius: 14px; } .fabbo-step-number { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; margin-bottom: 13px; border-radius: 50%; background: var(--fabbo-green); color: #fff; font-size: 13px; font-weight: 800; } .fabbo-step h3 { margin: 0 0 7px; color: var(--fabbo-text); font-size: 16px; font-weight: 800; } .fabbo-step p { margin: 0; color: var(--fabbo-muted); font-size: 14px; } /* CONTACT */ .fabbo-contact { margin-top: 20px; padding: 38px; background: var(--fabbo-green); border-radius: 18px; color: #fff; } .fabbo-contact h2 { margin: 0 0 12px; color: #fff; font-size: 29px; font-weight: 800; } .fabbo-contact h2::before { display: none; } .fabbo-contact > p { margin: 0; color: rgba(255,255,255,.9); font-size: 15px; } .fabbo-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 23px; } .fabbo-contact-item { padding: 17px 19px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.17); border-radius: 11px; } .fabbo-contact-item small { display: block; margin-bottom: 5px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; } .fabbo-contact-item strong, .fabbo-contact-item a { color: #fff; font-size: 14px; text-decoration: none; } /* FINAL COMMITMENT */ .fabbo-commitment { margin-top: 45px; padding: 38px 28px; background: var(--fabbo-light); border: 1px solid var(--fabbo-border); border-radius: 18px; text-align: center; } .fabbo-commitment-label { margin-bottom: 9px; color: var(--fabbo-green); font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; } .fabbo-commitment h2 { margin: 0 0 12px; color: var(--fabbo-text); font-size: 28px; font-weight: 800; } .fabbo-commitment p { max-width: 760px; margin: 0 auto; color: var(--fabbo-muted); font-size: 15px; } /* MOBILE */ @media screen and (max-width: 700px) { .fabbo-returns { padding: 35px 16px 55px; } .fabbo-returns-header { padding: 35px 23px; border-radius: 14px; } .fabbo-returns-header h1 { font-size: 37px; } .fabbo-returns-header p { font-size: 15px; } .fabbo-section h2 { font-size: 22px; } .fabbo-section p, .fabbo-section li { font-size: 15px; } .fabbo-return-summary, .fabbo-steps, .fabbo-contact-grid { grid-template-columns: 1fr; } .fabbo-contact { padding: 30px 21px; border-radius: 14px; } .fabbo-commitment { padding: 31px 20px; } .fabbo-commitment h2 { font-size: 24px; } }
FABBO · Returns & Refunds

Return & Refund Policy

Last updated: 14 August 2026

At FABBO, we want you to be satisfied with your purchase. This Return and Refund Policy explains our voluntary 30-day return policy, your statutory consumer rights, and how refunds and returns are handled.

Returns at a Glance

Return window 30 days
Return shipping Free
Restocking fee None
Final sale items None

Our 30-day return policy is an additional benefit offered by FABBO and does not limit or replace any statutory rights you may have under applicable Dutch and European consumer protection law.

1. Our 30-Day Return Policy

You may request a return within 30 days of receiving your order.

We offer free return shipping for eligible returns under this policy.

We do not charge a restocking fee and we do not have final-sale items under this policy.

Where possible, returned products should be in reasonable condition, with original packaging, accessories, instructions, and other included materials.

This voluntary 30-day return policy is provided in addition to your statutory consumer rights.

2. Your EU Right of Withdrawal

If you are a consumer purchasing goods online, you generally have a statutory right to withdraw from your purchase within 14 days without giving a reason.

For goods, this 14-day period generally begins on the day you, or a person you designate other than the carrier, receive the goods.

To exercise this right, you must clearly inform us that you wish to withdraw from the contract before the applicable withdrawal period expires.

Our 30-day return period is longer than the statutory 14-day withdrawal period. The additional days are offered as a commercial benefit by FABBO and do not reduce your statutory consumer rights.

3. How to Request a Return

To request a return, please contact us before sending the product back.

01

Contact Us

Email us at info@fabbo.be and tell us that you would like to return your order.

02

Provide Order Details

Include your order number and the email address used when placing the order.

03

Follow Return Instructions

We will provide the applicable return instructions and information needed to complete the return.

4. Return Conditions

For a voluntary return under our 30-day policy, please return products in reasonable condition.

Where reasonably possible, please include:

  • Original product packaging.
  • Included accessories.
  • Instructions or documentation supplied with the product.
  • All parts included with the original order.

You may inspect goods as reasonably necessary to establish their nature, characteristics, and functioning. Where applicable law permits a reduction in value because goods have been handled beyond what is necessary for such inspection, the applicable legal rules may apply.

5. Free Return Shipping

FABBO provides free return shipping for eligible returns under our 30-day return policy.

Please contact us before returning an item so that we can provide the appropriate return instructions.

Do not send a return to the address shown on this page unless we specifically instruct you to do so.

If you are exercising a statutory right relating to faulty, damaged, incorrect, or non-conforming goods, you will not be required to bear costs that the law places on the seller.

6. Faulty, Damaged, or Incorrect Products

If you receive a product that is faulty, damaged, defective, incorrect, or does not conform to the contract, please contact us as soon as reasonably possible.

Please provide your order number and, where appropriate, photographs or other information that may help us understand the problem.

Depending on the circumstances and your statutory rights, we may arrange an appropriate remedy such as repair, replacement, price reduction, or refund.

Your statutory consumer rights are not affected by this Return and Refund Policy.

7. Refunds

Once an eligible return has been received and reviewed, we will process the applicable refund.

Refunds will generally be made using the original payment method used for the purchase, unless otherwise agreed or required by law.

The time required for the refunded amount to appear in your account may depend on your bank, card issuer, or payment provider.

Where you exercise a statutory right of withdrawal, applicable refund deadlines and conditions under EU and Dutch consumer law will apply. For goods, the trader may in certain circumstances wait to make the refund until the goods have been returned or evidence of return has been provided. :contentReference[oaicite:1]{index=1}

8. No Restocking Fee

FABBO does not charge a restocking fee for eligible returns under this policy.

This does not affect any lawful rules concerning a reduction in the value of goods where applicable under statutory withdrawal rights.

9. No Final Sale Items

FABBO does not designate products as final sale under this commercial return policy.

Where a statutory exception to the right of withdrawal applies, that statutory exception will continue to apply.

10. Exchanges

If you would like a different product or variant, please contact us at info@fabbo.be .

Depending on stock availability and the circumstances of your request, we may be able to arrange an exchange or may instead process a return and refund so that a new order can be placed.

11. Products That Are Not Suitable for Return

Certain products or circumstances may be subject to statutory exceptions or special rules concerning cancellation or return.

If a statutory exception applies to a particular product, we will provide the required information before purchase where applicable.

Nothing in this section removes rights that cannot legally be excluded.

12. Missing or Damaged Returns

If a return shipment is damaged or appears to have been lost, please contact us as soon as possible.

We may request information such as the return tracking number, shipping confirmation, or photographs of the returned package where relevant.

We will investigate the situation and take appropriate steps in accordance with applicable law and the circumstances of the return.

13. Statutory Consumer Rights

Nothing in this Return and Refund Policy limits or excludes your statutory rights under applicable Dutch and European consumer protection law.

Consumers buying goods online generally have a statutory 14-day withdrawal period, subject to applicable exceptions. :contentReference[oaicite:2]{index=2}

If goods are faulty or do not conform to the contract, consumers may have additional legal remedies, including repair, replacement, price reduction, or refund depending on the circumstances. :contentReference[oaicite:3]{index=3}

Our 30-day return policy is an additional commercial benefit and does not replace these statutory protections.

14. Contact Us About a Return

For return, refund, damaged-product, or exchange requests, please contact us before sending your product back.

Email: info@fabbo.be

Please include your order number and a short description of your request so that we can assist you efficiently.

Contact FABBO

We are happy to help with returns, refunds, exchanges, damaged products, and other order-related questions.

Store FABBO
Address Hyacinthstraat 29, 7572BA, Oldenzaal, Netherlands
FABBO · Our Return Promise

Simple & Transparent Returns

30-day returns, free return shipping, no restocking fees, and no final-sale items. FABBO is committed to making the return process straightforward while respecting all applicable consumer rights.