Refund policy

 

.tc-policy-wrap { font-family: 'Lato', sans-serif; color: #3a3a3a; max-width: 860px; margin: 0 auto; padding: 0 16px 60px; box-sizing: border-box; } .tc-hero { background: linear-gradient(135deg, #0a1628 0%, #1a3d5c 60%, #0d2045 100%); border-radius: 4px; padding: 52px 40px 44px; text-align: center; margin-bottom: 48px; position: relative; overflow: hidden; } .tc-hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } .tc-hero-crown { font-family: 'Playfair Display', serif; font-size: 13px; letter-spacing: 6px; text-transform: uppercase; color: rgba(201,168,76,0.7); margin-bottom: 10px; } .tc-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(22px, 4vw, 32px); font-weight: 700; color: #fff; margin: 0 0 12px; line-height: 1.25; } .tc-hero-meta { font-size: 12px; color: rgba(255,255,255,0.55); letter-spacing: 1px; } .tc-hero-divider { width: 48px; height: 2px; background: rgba(201,168,76,0.5); margin: 16px auto; } .tc-guarantee { background: linear-gradient(135deg, #1a6632 0%, #28a745 100%); border-radius: 6px; padding: 20px 28px; text-align: center; margin-bottom: 36px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; } .tc-guarantee-icon { font-size: 36px; line-height: 1; } .tc-guarantee-text { color: #fff; } .tc-guarantee-text strong { display: block; font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin-bottom: 3px; } .tc-guarantee-text span { font-size: 13px; opacity: 0.85; } .tc-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; } .tc-pill { background: #EBF3FB; border: 1px solid #c7ddf0; border-radius: 40px; padding: 8px 18px; font-size: 12.5px; font-weight: 700; color: #1F4E79; letter-spacing: 0.3px; } .tc-pill span { font-weight: 300; color: #2E75B6; } .tc-section { margin-bottom: 36px; } .tc-section-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; } .tc-section-num { background: #0a1628; color: #c9a84c; font-family: 'Playfair Display', serif; font-size: 13px; font-weight: 600; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .tc-section-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; color: #0a1628; border-bottom: 1.5px solid #c9a84c; padding-bottom: 8px; flex: 1; } .tc-section p { font-size: 14px; line-height: 1.8; color: #555; margin: 0 0 10px 46px; } .tc-section p b { color: #0a1628; font-weight: 700; } .tc-infobox { background: #EBF3FB; border-left: 4px solid #2E75B6; border-radius: 0 6px 6px 0; padding: 14px 18px; margin: 0 0 14px 46px; font-size: 13.5px; color: #1F4E79; line-height: 1.7; } .tc-infobox b { font-weight: 700; } .tc-infobox-green { background: #eafaf1; border-left: 4px solid #28a745; border-radius: 0 6px 6px 0; padding: 14px 18px; margin: 0 0 14px 46px; font-size: 13.5px; color: #1a6632; line-height: 1.7; } .tc-infobox-green b { font-weight: 700; } .tc-infobox-red { background: #fdf0f0; border-left: 4px solid #cc3333; border-radius: 0 6px 6px 0; padding: 14px 18px; margin: 0 0 14px 46px; font-size: 13.5px; color: #922; line-height: 1.7; } .tc-infobox-red b { font-weight: 700; } .tc-steps { margin: 6px 0 14px 46px; counter-reset: steps; padding: 0; list-style: none; } .tc-steps li { counter-increment: steps; display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; font-size: 13.5px; color: #555; line-height: 1.7; } .tc-steps li::before { content: counter(steps); background: #0a1628; color: #c9a84c; font-size: 11px; font-weight: 700; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; } .tc-table-wrap { margin: 12px 0 12px 46px; overflow-x: auto; } .tc-table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 380px; } .tc-table thead tr { background: #0a1628; color: #c9a84c; } .tc-table thead th { padding: 11px 14px; text-align: left; font-weight: 700; letter-spacing: 0.4px; } .tc-table tbody tr:nth-child(even) { background: #EBF3FB; } .tc-table tbody tr:nth-child(odd) { background: #fff; } .tc-table tbody td { padding: 10px 14px; color: #3a3a3a; border-bottom: 1px solid #e2ecf5; } .tc-badge-green { background: #d4edda; color: #1a6632; border-radius: 20px; padding: 2px 10px; font-size: 11.5px; font-weight: 700; display: inline-block; } .tc-badge-red { background: #fde8e8; color: #922; border-radius: 20px; padding: 2px 10px; font-size: 11.5px; font-weight: 700; display: inline-block; } .tc-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin: 14px 0 0 46px; } .tc-contact-card { border: 1px solid #c9a84c; border-radius: 6px; padding: 16px 18px; background: #f7fbff; } .tc-cc-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #0a1628; margin-bottom: 6px; } .tc-cc-val { font-size: 13.5px; color: #0a1628; font-weight: 700; word-break: break-word; } .tc-cc-sub { font-size: 11.5px; color: #888; margin-top: 2px; } .tc-footnote { border-top: 1px solid #c9a84c; margin-top: 48px; padding-top: 18px; font-size: 12px; color: #aaa; line-height: 1.7; font-style: italic; text-align: center; } @media (max-width: 600px) { .tc-hero { padding: 36px 20px 32px; } .tc-guarantee { padding: 16px 20px; } .tc-section p, .tc-infobox, .tc-infobox-green, .tc-infobox-red, .tc-steps, .tc-table-wrap, .tc-contact-grid { margin-left: 0; } .tc-section-num { display: none; } }
The Crown Trimmer

Returns & Refund Policy

Effective 1 May 2025  ·  Version 2.0  ·  England & Wales
🛡️
30-Day Money-Back Guarantee We stand behind every product. If you are not satisfied, we will make it right.
Return window 30 days
Refund processed within 14 days
Items must be unused & sealed
Hygiene products non-returnable if opened
Faulty items always accepted
1
Introduction & Acceptance

This Returns and Refund Policy ("Policy") governs all purchases made through The Crown Trimmer website and associated sales channels. By completing a purchase, you confirm that you have read, understood, and agreed to this Policy in full.

This Policy forms part of our Terms & Conditions. Your statutory rights under UK consumer law are not affected by this Policy — however, our additional guarantees are subject to the conditions set out below.

Important: By placing an order with The Crown Trimmer, you acknowledge that you have read and accepted this Policy. Ignorance of these terms will not constitute grounds for a claim outside the stated conditions.
2
30-Day Money-Back Guarantee
You have 30 days from the confirmed delivery date to request a return or refund. This applies to unused, sealed items only. Our guarantee is void if the product has been used, opened (for hygiene products), or returned without prior authorisation.

2.1  To be eligible, the item must be returned in its original, unused condition with all original packaging, accessories, and documentation intact.

2.2  The 30-day window begins from the date of confirmed delivery as recorded by our delivery carrier — not the date of order or dispatch.

2.3  Requests submitted after the 30-day window will not be accepted under any circumstances, regardless of the reason.

2.4  Our guarantee is offered at our sole discretion and in addition to your statutory rights. It does not extend to damage caused by misuse, negligence, or normal wear and tear.

3
Hygiene Products — Special Conditions
The Crown Trimmer 2.0 is a personal hygiene product. Once the seal is broken or the product is used, it cannot be returned or refunded under any circumstances, except where a confirmed manufacturing defect is identified. This condition applies regardless of the reason for the return request.

3.1  Under the Consumer Contracts Regulations 2013, the right to cancel does not apply to goods that are sealed for hygiene or health protection reasons once those seals have been broken after delivery. The Crown Trimmer 2.0, once opened or used, falls within this exemption.

3.2  A product is considered "used" if there is any evidence of hair, skin contact, or physical wear on the device or any of its accessories.

3.3  Attempting to return a used hygiene product without prior authorisation may result in the item being returned to the customer at their expense, with no refund issued.

4
Return Eligibility Conditions

4.1  To be eligible for a return, exchange, or refund, ALL of the following conditions must be met:

Condition Status
Request made within 30 days of confirmed delivery ✓ Required
Item unused and in original sealed condition ✓ Required
All original packaging, accessories and documentation included ✓ Required
Return Authorisation (RA) number obtained before sending ✓ Required
Proof of purchase provided ✓ Required
Item returned via tracked, insured postal service ✓ Required

4.2  The following are not eligible for return or refund under any circumstances:

Scenario Eligible
Opened or used hygiene/personal care products ✗ No
Items returned without a valid RA number ✗ No
Items returned after the 30-day window ✗ No
Items damaged through misuse, negligence or accidents ✗ No
Missing accessories, packaging or documentation ✗ No
Items purchased through third-party retailers ✗ No
Change of mind after the 14-day statutory cancellation period ✗ No
5
How to Request a Return

All return requests must follow this process. Failure to follow these steps may result in your request being refused.

  1. Email support@thecrown.co.uk within the 30-day window with your order number, the reason for your request, and photographic evidence where applicable.
  2. Our team will assess your request within 2 business days and notify you whether it is approved or declined.
  3. If approved, you will receive a Return Authorisation (RA) number and return address. Do not send items without this number.
  4. Securely package the item in its original packaging. Mark the RA number clearly on the outside of the parcel.
  5. Send via a tracked and insured postal service. Keep your proof of postage — we cannot be held responsible for items lost in transit.
  6. Once received and inspected, we will process your refund or exchange within 14 calendar days and notify you by email.
Warning: Items returned without prior authorisation (RA number) will NOT be accepted and will be returned to the sender at their cost. No refund will be issued in this circumstance.
6
Refund Processing

6.1  Upon receipt and inspection of the returned item, we will notify you of our decision by email within 5 business days.

6.2  Approved refunds will be issued to the original payment method only, within 14 calendar days of our receipt of the returned item.

6.3  We are not responsible for any delays caused by your bank or payment provider in reflecting the refund in your account.

6.4  Original delivery charges are non-refundable unless the return is due to a confirmed product defect or our error.

6.5  If an item is returned in a condition that does not meet the eligibility criteria, we reserve the right to refuse the refund entirely, or apply a deduction to reflect the diminished value of the goods. The item will be returned to the customer at their expense in such cases.

6.6  We reserve the right to refuse refund requests that we believe, in our reasonable judgement, to be fraudulent or abusive in nature.

7
Return Shipping Costs

7.1  If the return is due to a confirmed manufacturing defect or our error, we will provide a prepaid return label or reimburse reasonable tracked postage costs upon confirmation of the fault.

7.2  For all other returns, return postage is the customer's sole responsibility. We strongly recommend using a tracked and insured service.

7.3  We are not liable for items lost or damaged in transit during the return journey. Items that do not arrive back to us cannot be refunded.

8
Faulty or Damaged Items

8.1  If you receive a faulty, damaged, or incorrectly described item, contact us at support@thecrown.co.uk within 48 hours of delivery, including your order number and clear photographic or video evidence of the defect.

8.2  Failure to report a defect within 48 hours may affect our ability to process your claim. Reports made after this window will be assessed at our sole discretion.

Where a fault is confirmed, we will offer:  Full refund including delivery  ·  Free replacement  ·  Partial refund if you wish to keep the item

8.3  Faults caused by misuse, accidental damage, failure to follow care instructions, or normal wear and tear are not covered under this section.

9
Disputes & Chargebacks

9.1  We strongly encourage customers to contact us directly at support@thecrown.co.uk before initiating any chargeback or payment dispute with their bank or card issuer.

9.2  Initiating a chargeback without first contacting us and allowing a reasonable time for resolution (5 business days) may be considered a breach of this Policy. We reserve the right to contest any chargeback with full documentation of the transaction, delivery confirmation, and communications.

9.3  All customer communications are recorded and may be used as evidence in any dispute resolution process.

10
Your Statutory Rights

10.1  Nothing in this Policy limits or excludes your statutory rights under the Consumer Rights Act 2015, the Consumer Contracts (Information, Cancellation and Additional Charges) Regulations 2013, or any other applicable UK legislation.

10.2  Under the Consumer Contracts Regulations, you have a statutory right to cancel your order within 14 calendar days of receiving your goods — however, this right does not apply to sealed hygiene products that have been opened after delivery.

11
Contact Us

Our team aims to respond to all enquiries within 2 business days, Monday to Friday.

Email
support@thecrown.co.uk
Response within 2 business days
Hours
Mon–Fri, 09:00–17:00
GMT / BST
Post
Customer Services, The Crown
England, United Kingdom
This Policy was last reviewed and updated on 1 May 2025. The Crown Trimmer reserves the right to amend this Policy at any time without prior notice. Your continued use of our website and services following any amendment constitutes your acceptance of the revised terms. All transactions are subject to English law and the exclusive jurisdiction of the courts of England and Wales.