Politique de remboursement

Return & Refund Policy — CALQIX :root { --navy: #1A3B5C; --navy-light: #244d75; --navy-muted: #3a6089; --white: #FFFFFF; --off-white: #F7F9FC; --border: #D6E4F0; --text: #1C2B3A; --muted: #6B8299; --accent: #E8F2FF; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: 'DM Sans', sans-serif; font-weight: 300; font-size: 16px; line-height: 1.75; color: var(--text); background: var(--white); } /* ── HEADER ── */ /* ── LAYOUT ── */ .page-body { max-width: 820px; margin: 0 auto; padding: 0 32px 80px; } /* ── QUICK SUMMARY CARDS ── */ .summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 48px 0 56px; } @media (max-width: 640px) { .summary-grid { grid-template-columns: 1fr; } } .summary-card { border: 1px solid var(--border); border-top: 3px solid var(--navy); padding: 22px 20px; border-radius: 0 0 4px 4px; background: var(--white); } .summary-card-label { font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; display: block; } .summary-card-value { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--navy); line-height: 1.2; margin-bottom: 6px; } .summary-card-note { font-size: 12px; color: var(--muted); line-height: 1.5; } /* ── TOC ── */ .toc { background: var(--off-white); border: 1px solid var(--border); border-left: 3px solid var(--navy); padding: 28px 32px; margin-bottom: 56px; border-radius: 0 4px 4px 0; } .toc-title { font-size: 11px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--navy); margin-bottom: 16px; } .toc-list { list-style: none; columns: 2; column-gap: 32px; } @media (max-width: 560px) { .toc-list { columns: 1; } } .toc-list li { margin-bottom: 8px; break-inside: avoid; } .toc-list a { font-size: 14px; color: var(--navy-muted); text-decoration: none; font-weight: 400; transition: color 0.2s; } .toc-list a:hover { color: var(--navy); } .toc-num { font-size: 11px; font-weight: 500; color: var(--muted); margin-right: 6px; letter-spacing: 0.05em; } /* ── INTRO BOX ── */ .intro-box { padding: 28px 32px; background: var(--accent); border: 1px solid var(--border); border-radius: 4px; margin-bottom: 56px; } .intro-box p { font-size: 15px; color: var(--navy); margin-bottom: 12px; } .intro-box p:last-child { margin-bottom: 0; } /* ── SECTIONS ── */ .legal-section { margin-bottom: 56px; scroll-margin-top: 24px; } .section-header { display: flex; align-items: baseline; gap: 16px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border); } .section-num { font-family: 'DM Serif Display', serif; font-size: 13px; color: var(--navy-muted); flex-shrink: 0; letter-spacing: 0.04em; } .section-title { font-family: 'DM Serif Display', serif; font-size: clamp(18px, 2.5vw, 22px); color: var(--navy); font-weight: 400; line-height: 1.2; } .clause { margin-bottom: 20px; } .clause-num { font-size: 12px; font-weight: 500; color: var(--navy-muted); letter-spacing: 0.05em; margin-bottom: 6px; display: block; } .clause p, p.body-text { font-size: 15px; line-height: 1.78; color: var(--text); } /* ── STEP LIST ── */ .step-list { list-style: none; margin: 16px 0 20px; padding: 0; counter-reset: steps; } .step-list li { counter-increment: steps; display: flex; gap: 18px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--border); font-size: 15px; line-height: 1.7; } .step-list li:first-child { border-top: 1px solid var(--border); } .step-list li::before { content: counter(steps); flex-shrink: 0; width: 28px; height: 28px; background: var(--navy); color: var(--white); border-radius: 50%; font-size: 12px; font-weight: 500; display: flex; align-items: center; justify-content: center; margin-top: 2px; } /* ── BULLET LIST ── */ ul.legal-list { list-style: none; margin: 14px 0 20px; padding: 0; } ul.legal-list li { font-size: 15px; line-height: 1.75; color: var(--text); padding: 10px 0 10px 20px; border-bottom: 1px solid var(--border); position: relative; } ul.legal-list li:first-child { border-top: 1px solid var(--border); } ul.legal-list li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background: var(--navy-muted); } /* ── PRODUCT CATEGORY CARDS ── */ .category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0 28px; } @media (max-width: 580px) { .category-grid { grid-template-columns: 1fr; } } .category-card { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; } .category-card-header { background: var(--navy); padding: 14px 18px; color: var(--white); } .category-card-header .cat-label { font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 4px; display: block; } .category-card-header .cat-title { font-family: 'DM Serif Display', serif; font-size: 17px; color: var(--white); font-weight: 400; } .category-card-body { padding: 18px; background: var(--white); } .category-card-body ul { list-style: none; padding: 0; margin: 0; } .category-card-body ul li { font-size: 14px; line-height: 1.65; color: var(--text); padding: 7px 0 7px 16px; border-bottom: 1px solid var(--border); position: relative; } .category-card-body ul li:last-child { border-bottom: none; } .category-card-body ul li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: var(--navy-muted); } .status-tag { display: inline-block; font-size: 10px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 2px 8px; border-radius: 20px; margin-left: 6px; vertical-align: middle; } .tag-eligible { background: #E6F4EA; color: #1A6B33; } .tag-excluded { background: #FDECEA; color: #8B1A1A; } /* ── HIGHLIGHT / WARNING BOXES ── */ .highlight-box { background: #FFF8E6; border-left: 3px solid #C8952A; padding: 18px 22px; margin: 18px 0 22px; border-radius: 0 4px 4px 0; font-size: 14px; line-height: 1.7; color: #5C4010; } .highlight-box strong { color: #3D2A00; } .info-box { background: var(--accent); border: 1px solid var(--border); padding: 18px 22px; border-radius: 4px; margin: 18px 0 22px; font-size: 14px; line-height: 1.7; color: var(--navy); } .info-box strong { color: var(--navy); } .notice-box { background: var(--off-white); border: 1px solid var(--border); padding: 18px 22px; border-radius: 4px; margin: 18px 0 22px; font-size: 14px; line-height: 1.7; color: var(--muted); } /* ── REFUND TIMELINE ── */ .timeline { margin: 20px 0 28px; padding: 0; list-style: none; position: relative; } .timeline::before { content: ''; position: absolute; left: 13px; top: 0; bottom: 0; width: 2px; background: var(--border); } .timeline li { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 24px; position: relative; } .timeline li:last-child { margin-bottom: 0; } .tl-dot { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--navy); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--border); position: relative; z-index: 1; } .tl-content { padding-top: 4px; } .tl-label { font-size: 12px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy-muted); margin-bottom: 4px; display: block; } .tl-text { font-size: 14px; line-height: 1.65; color: var(--text); } /* ── FOOTER ── */ .version-pill { display: inline-block; background: var(--navy); color: var(--white); font-size: 11px; font-weight: 500; letter-spacing: 0.08em; padding: 4px 10px; border-radius: 20px; margin-top: 8px; } @media (max-width: 600px) { .toc { padding: 20px; } .toc-list { columns: 1; } .intro-box { padding: 20px; } }
Return Window
14 Days

From date of delivery. Seal must be intact.

Refund Processed
5 Business Days

After receipt & inspection of return.

Return Shipping
Customer's Cost

Unless caused by our error or product defect.

Contents

At CALQIX, we stand behind every product we offer. This Return & Refund Policy sets out the conditions under which you may return a product and receive a refund. We ask that you read this policy carefully before initiating a return.

This policy applies to all purchases made through calqix.com and any other official CALQIX sales channels. By completing a purchase, you confirm that you have read and accepted the terms set out below. This policy forms part of and must be read in conjunction with our Terms & Conditions.

Section 01

Scope & Overview

1.1

This Return & Refund Policy applies to all consumer and business purchases made through CALQIX, regardless of the customer's country of residence, subject to the distinctions set out in this policy between EU consumers and non-EU customers.

1.2

CALQIX offers a returns process that is compliant with EU Directive 2011/83/EU on consumer rights. Where mandatory national consumer protection laws in a customer's country of residence provide greater rights than those set out in this policy, those mandatory provisions prevail.

1.3

All return requests must be submitted and approved through the official process described in Section 5. CALQIX does not accept unsolicited returns. Packages returned without prior written authorisation from CALQIX will be refused or returned to the sender at the customer's expense.

1.4

For the avoidance of doubt, this policy covers returns for the following reasons: exercise of the statutory right of withdrawal (EU consumers), receipt of a defective or non-conforming product, receipt of an incorrect product, and commercial goodwill returns at CALQIX's discretion.

Section 02

Return Window

2.1

Customers may submit a return request within 14 calendar days of the date on which the product is physically received at the delivery address. This window applies equally to the statutory right of withdrawal (EU consumers) and to CALQIX's commercial return policy for eligible non-EU customers.

2.2

The return window begins on the day after the customer — or a designated third party — takes physical possession of the product. For orders delivered in multiple shipments, the return window begins upon receipt of the last item in the order.

2.3

Notification of the intent to return must be submitted to CALQIX within the 14-day window. The physical return of the product must be completed — meaning the returned package must be received by CALQIX — within a further 14 calendar days of that notification. Return requests submitted or products received outside these periods will not be accepted.

2.4

In the case of a defective or non-conforming product, a separate timeline applies as set out in Section 9. EU consumers additionally benefit from a statutory conformity guarantee of two years from delivery, as referenced in our Terms & Conditions.

Section 03

Eligibility by Product Type

Return eligibility and conditions differ by product category. Please review the applicable category below before submitting a return request.

Category A Consumer & Personal Care Products
  • Factory seal fully intact Eligible
  • Product unopened and unused
  • Original packaging undamaged
  • Submitted within 14 days of delivery
  • Seal broken or removed Excluded
  • Product opened or used Excluded
Category B Electrical Devices & Accessories
  • Unused, in original packaging Eligible
  • All accessories & manuals present
  • No signs of use or wear
  • Submitted within 14 days of delivery
  • Used or shows signs of wear Excluded
  • Damaged by customer Excluded
3.1

Consumer & personal care products — including but not limited to oral care items, topical products, and similar personal care goods — may be returned only if the factory hygiene seal remains fully intact and undamaged at the time of return. This condition is non-negotiable and applies regardless of the reason for return, consistent with Article 16(e) of EU Directive 2011/83/EU, which excludes sealed hygiene products from the right of withdrawal once the seal has been broken.

3.2

Electrical devices and accessories — including but not limited to oral care devices, water flossers, and similar electronic accessories — may be returned only if the device is in its original, unused condition and in its original packaging, with all included components, cables, charging equipment, manuals, and warranty documentation present. Any signs of use, charging, assembly, or cosmetic damage caused by the customer will render the product ineligible for return.

3.3

CALQIX reserves the right to assess the condition of any returned product upon receipt. If the product does not meet the conditions for its category as set out in this section, CALQIX may refuse the return entirely or apply a deduction to the refund amount to reflect the diminished value of the product.

Section 04

Exclusions from the Right of Return

Please review this section carefully. The following categories of products and situations are entirely excluded from this return policy. Returns submitted in respect of the below will be refused without exception.
4.1

The following products and situations are excluded from the right of return and refund:

4.2

In all cases where CALQIX determines that a returned product falls within the exclusions listed in Article 4.1, CALQIX will notify the customer and, where practically possible, return the product to the customer at the customer's expense. CALQIX will not issue a refund for excluded returns.

Section 05

How to Request a Return

All return requests must be submitted via the contact page at calqix.com. Returns initiated in any other way — including unsolicited parcels — will not be processed. Do not ship any product back to CALQIX before receiving written authorisation and a return address.

Please follow the steps below to initiate a return:

  1. Submit your return request. Contact CALQIX via the contact page on calqix.com within 14 calendar days of receiving your order. Clearly state your order number, the product(s) you wish to return, and the reason for the return.
  2. Provide supporting evidence where relevant. If the return concerns a defective, damaged, or incorrect product, please include clear photographs of the product, its packaging, and any visible defects. This helps us resolve your request as efficiently as possible.
  3. Await written authorisation. CALQIX will assess your request and respond within 2 Business Days. Please do not ship the product before receiving our written authorisation and return instructions. Unauthorised returns will not be accepted.
  4. Receive return instructions & return address. Upon approval, CALQIX will provide you with a return address and specific packaging instructions. The return address is a logistics address used exclusively for the receipt of returned goods. It is not a visitor address or the registered business address of CALQIX.
  5. Pack & ship the product. Pack the product securely in its original packaging where possible, including all accessories and documentation. Use a tracked and, where the product value warrants it, insured shipping method. CALQIX is not responsible for returns lost or damaged in transit.
  6. Confirm dispatch. Send CALQIX your tracking number or proof of postage via the contact page. This allows us to monitor the return and process your refund promptly upon receipt.
Section 06

Return Shipment Conditions

6.1

All returned products must be securely packaged to prevent damage during transit. CALQIX strongly recommends using the original packaging. Products that arrive damaged due to insufficient packaging will be assessed individually, and CALQIX may refuse the return or apply a deduction from the refund to account for the damage.

6.2

Products must be returned in the condition specified in Section 3 for their respective product category. Any deterioration in condition beyond what is reasonably necessary to assess the product — including use, damage, or missing components — may result in a partial or full deduction from the refund.

6.3

CALQIX strongly recommends using a tracked shipping service for all return shipments. CALQIX accepts no liability for returned products that are lost or damaged during transit to our return address. Risk of loss during return shipment remains with the customer until the product is received by CALQIX.

6.4

Returned products must be sent to the return address provided by CALQIX at the time of authorisation. This return address is a logistics facility address and is not the registered office or business address of Kesekesa Holding B.V. or CALQIX. It is not a publicly listed address and is shared solely for the purpose of facilitating the specific authorised return.

6.5

For international returns originating from outside the Netherlands, the customer is responsible for ensuring that the returned shipment complies with all applicable export regulations, customs requirements, and documentation obligations. Any import duties, taxes, or customs fees applicable to the return shipment upon entry into the Netherlands are the customer's responsibility, unless CALQIX has explicitly agreed to cover these costs in writing.

Section 07

Return Shipping Costs

7.1

Unless otherwise specified in writing by CALQIX, return shipping costs are borne by the customer. This applies to all return types, including statutory right-of-withdrawal returns by EU consumers, in accordance with Article 14(1) of EU Directive 2011/83/EU.

7.2

CALQIX will cover return shipping costs — or reimburse the customer for reasonable return shipping costs — exclusively in the following circumstances:

7.3

In cases where CALQIX agrees to cover return shipping, CALQIX will either provide a prepaid return shipping label or reimburse reasonable, evidenced return shipping costs upon submission of a valid receipt. CALQIX will not reimburse excessive, premium, or expedited shipping costs unless these were pre-approved in writing.

7.4

For returns resulting from a change of mind, dissatisfaction with the product, or any reason not attributable to CALQIX's error or the product's non-conformity, return shipping costs are the sole responsibility of the customer and will not be reimbursed.

Section 08

Refund Processing

The following timeline illustrates the standard refund process upon receipt of a return:

  • Day 0 — Return Received

    CALQIX receives the returned product at the designated return address. An acknowledgement will be sent to the customer by email.

  • Day 1–2 — Inspection

    The product is inspected for conformity with the return conditions. CALQIX assesses eligibility, product condition, and any applicable deductions.

  • Day 2–3 — Decision & Notification

    The customer is notified of the outcome. If the return is approved, the refund amount (and any deductions) is confirmed. If rejected, the customer is informed of the reason.

  • Within 5 Business Days — Refund Issued

    The refund is processed to the original payment method. Bank and card processing times may add 3–10 additional business days depending on the customer's financial institution.

8.1

Upon receipt and satisfactory inspection of a validly returned product, CALQIX will process the refund within 5 Business Days. The refund will be credited to the same payment method used at the time of the original purchase. CALQIX will not issue refunds via alternative payment methods unless the original method is no longer available and an alternative has been agreed in writing.

8.2

The refund amount will equal the original purchase price of the returned product(s), subject to any of the following permitted deductions:

8.3

Original outbound shipping costs paid by the customer at the time of purchase are non-refundable, except where the return is the direct result of a product defect, non-conformity with the Agreement, or an error attributable to CALQIX.

8.4

CALQIX reserves the right to withhold processing the refund until either (a) the returned product has been physically received and inspected, or (b) the customer has provided adequate proof of dispatch via a tracked shipping service — whichever occurs first.

8.5

Processing times once the refund has been issued by CALQIX are determined by the customer's bank or payment provider. CALQIX is not responsible for delays in the credit appearing in the customer's account after the refund has been dispatched from our end.

8.6

In the event that a return is rejected following inspection, the product will be made available for collection or re-shipment to the customer at the customer's expense. CALQIX will hold rejected returns for a maximum of 30 days, after which they may be disposed of at CALQIX's discretion.

Section 09

Defective or Incorrect Products

9.1

If you receive a product that is defective, damaged upon arrival, or does not correspond to the product you ordered, please contact CALQIX via the contact page at calqix.com as soon as possible — and in any event within 48 hours of delivery for visible defects or incorrect deliveries. Delayed reporting may affect your ability to claim under this section.

9.2

When reporting a defective or incorrect product, please provide the following information:

9.3

Upon receiving and verifying a valid defect or incorrect delivery claim, CALQIX will offer one of the following remedies at its discretion, in compliance with applicable consumer protection law:

9.4

For defects arising after delivery that fall within the statutory conformity guarantee period (2 years for EU consumers), please contact CALQIX via the contact page. CALQIX will assess the defect and determine whether it constitutes a non-conformity that existed at the time of delivery, in accordance with EU Directive 2019/771.

9.5

The following do not constitute product defects and will not be accepted as grounds for a defect return or refund:

Section 10

International Orders

10.1

CALQIX ships and accepts returns from customers worldwide, including from countries in the e-packet shipping network and all major international e-commerce markets. The same product eligibility conditions and return window set out in this policy apply to all customers, regardless of country of origin.

10.2

International customers are solely responsible for any customs duties, import taxes, VAT, or other government-imposed charges applicable to return shipments entering the Netherlands. CALQIX will not accept COD (Cash on Delivery) returns or returns for which customs fees or duties are due upon delivery at our return address.

10.3

Due to longer international transit times, CALQIX strongly advises international customers to initiate their return request as early as possible within the 14-day window, to ensure that the physical return arrives within the required timeframe. CALQIX may, at its sole discretion, extend the physical return deadline for international orders where delivery delays are demonstrably caused by the carrier or customs authorities.

10.4

Customers outside the European Union do not hold a statutory right of withdrawal under EU law. However, CALQIX extends its commercial return policy to non-EU customers on the same terms set out in this document, as a matter of goodwill. This commercial return right is non-transferable and does not create any precedent or ongoing obligation beyond the specific transaction.

10.5

Mandatory consumer protection laws that are more favourable to the customer than this policy — as applicable in certain non-EU jurisdictions — take precedence over this policy to the extent required by those laws. CALQIX will not seek to circumvent applicable mandatory consumer rights in any jurisdiction in which it operates.

Section 11

Right of Withdrawal — EU Consumers

This section applies exclusively to consumers habitually resident in the European Union. The statutory right of withdrawal is a mandatory right under EU Directive 2011/83/EU and cannot be waived contractually. It is separate from CALQIX's commercial return policy.
11.1

EU consumers have the statutory right to withdraw from a distance purchase agreement within 14 calendar days of the day of physical receipt of the product, without giving any reason. This right is exercised by submitting a clear withdrawal statement to CALQIX via the contact page at calqix.com within the withdrawal period.

11.2

The right of withdrawal is subject to the exclusions set out in Article 16 of EU Directive 2011/83/EU. In the context of CALQIX's product range, the most relevant exclusion is:

11.3

Upon a valid withdrawal notification by an EU consumer, CALQIX will process the refund of the product's purchase price within 5 Business Days of receipt and inspection of the returned product, or upon receipt of adequate proof of dispatch — whichever occurs first. Original shipping costs will be refunded only if the entire order is returned. Return shipping costs remain the customer's responsibility under Article 14(1) of Directive 2011/83/EU, as CALQIX does not provide a prepaid return label for withdrawal returns.

11.4

EU consumers who consider that their withdrawal rights have not been respected may contact the consumer protection authority in their country of residence, or submit a complaint to the European Online Dispute Resolution platform at ec.europa.eu/consumers/odr.

Section 12

Final Provisions

12.1

This Return & Refund Policy is subject to change at any time. The version in force at the time of the customer's purchase governs that transaction. The latest version of this policy is always available at calqix.com.

12.2

This policy is governed by and must be read in conjunction with the CALQIX Terms & Conditions, which take precedence in the event of any conflict. In matters not expressly addressed in this policy, the Terms & Conditions and applicable Dutch law apply.

12.3

If any provision of this policy is found to be invalid or unenforceable under applicable law, the remaining provisions shall remain in full force and effect. The invalid provision shall be replaced by a valid provision that most closely reflects the original intent.

12.4

All communications with CALQIX regarding returns, refunds, or complaints must be submitted in writing via the contact page at calqix.com. CALQIX does not accept verbal agreements or commitments made outside of written communication channels.

12.5

CALQIX's failure to enforce any provision of this policy in a particular instance shall not constitute a waiver of that provision or CALQIX's right to enforce it in any future instance.

For any questions about this policy, please contact us via the contact page at calqix.com. We aim to respond to all enquiries within 2 Business Days.