#uc-policy { --uc-max: 860px; }
#uc-policy, #uc-policy * { box-sizing: border-box; }
#uc-policy {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
line-height: 1.6; color: #111; max-width: var(--uc-max);
margin: 0 auto; padding: 24px;
}
#uc-policy h1 { font-size: 1.9rem; margin: 0 0 8px; }
#uc-policy h2 { margin-top: 28px; font-size: 1.35rem; }
#uc-policy h3 { margin-top: 20px; font-size: 1.05rem; }
#uc-policy p, #uc-policy li { max-width: var(--uc-max); }
#uc-policy .uc-muted { color: #555; }
#uc-policy .uc-notice {
background: #f6f7f8; border: 1px solid #e5e7eb;
padding: 12px 14px; border-radius: 8px;
}
#uc-policy a { color: #0b66c3; text-decoration: none; }
#uc-policy a:hover { text-decoration: underline; }
Return & Refund Policy
Last updated: 19 Jun 2026
This policy applies to purchases made from UseClogs by customers
in the United States and the United Kingdom. UK customers also benefit from the statutory rights
described in section 7 below.
We want you to be completely satisfied with your purchase. If, for any reason, you are not entirely
happy with your order, you may return eligible items and request a refund in accordance with the terms below.
1. Returns
You may return eligible items within 14 days from the date of delivery, provided that:
- The item is unused, unworn, and in its original packaging.
- All tags, labels and hygiene seals (where applicable) remain intact.
- The item has not been washed, altered or damaged.
To initiate a return, email us at contact@useclogs.shop with
your order number and reason for return. We will provide instructions and the return address.
2. Non-returnable items
- Items marked as “Final Sale” or “Non-returnable”.
- Gift cards.
- Items returned without their original packaging or in unsellable condition (except where faulty).
3. Refunds
Once we receive and inspect your return, we will notify you of approval or rejection. If approved, refunds
are issued to the original payment method within 5–10 business days.
- Original shipping fees are non-refundable.
- Unless the item is faulty or incorrect, you are responsible for return postage.
4. Faulty or incorrect items
If your order arrives faulty, damaged, or not as described, contact us within 7 days of
delivery at contact@useclogs.shop. We will cover reasonable
return postage and offer your choice of a replacement or a full refund.
5. Exchanges
We do not process direct exchanges. Please return the item for a refund and place a new order for the
desired product.
6. Cancellations
Orders may be cancelled within 24 hours if they have not yet been dispatched. Once shipped,
the order will be handled under this Return and Refund Policy.
7. UK statutory right to cancel (14 days)
If you are a consumer located in the United Kingdom, under the Consumer Contracts Regulations 2013 you have
the right to cancel your order within 14 days of receiving the goods, without giving any
reason. To exercise this right, you can email us or use the withdrawal request form below. After cancelling,
you must return the goods within 14 days. Nothing in this policy affects your statutory rights.
8. Contact
Questions about returns or refunds? Email our customer service team:
contact@useclogs.shop
Important notes
- Please obtain proof of postage for any return. You are responsible for the parcel until it reaches us.
- Nothing in this policy affects your statutory rights under applicable law.
© 2026 UseClogs. All rights reserved.
#wdr-block, #wdr-block * { box-sizing: border-box; }
#wdr-block {
--wdr-dark:#1a1a1a; --wdr-dark-h:#333; --wdr-text:#1a1a1a; --wdr-muted:#666;
--wdr-border:#d9d9d9; --wdr-bg:#fff; --wdr-bg-soft:#f7f7f7; --wdr-radius:12px;
--wdr-success:#146c43; --wdr-success-bg:#e7f4ec; --wdr-fail:#b02a37; --wdr-fail-bg:#fcebec;
max-width:560px; margin:24px auto; font-family:inherit; color:var(--wdr-text);
line-height:1.5; text-align:left;
}
.wdr-open-btn {
display:block; width:100%; padding:16px 20px; background:#1a1a1a !important;
color:#fff !important; border:none !important; border-radius:12px !important;
font-size:16px; font-weight:600; cursor:pointer; text-align:center;
}
.wdr-open-btn:hover { background:#333 !important; }
.wdr-panel {
margin-top:16px; padding:24px; background:#fff; border:1px solid #d9d9d9;
border-radius:12px;
}
.wdr-title { margin:0 0 4px; font-size:20px; font-weight:700; color:#1a1a1a; }
.wdr-subtitle { margin:0 0 20px; font-size:14px; color:#666; }
.wdr-label { display:block; margin:14px 0 6px; font-size:14px; font-weight:600; color:#1a1a1a; }
.wdr-input {
display:block; width:100%; padding:13px 14px; font-size:16px; color:#1a1a1a;
background:#fff; border:1px solid #d9d9d9 !important; border-radius:10px !important; appearance:none;
}
.wdr-input:focus { outline:none; border-color:#1a1a1a !important; }
.wdr-textarea { resize:vertical; min-height:80px; }
.wdr-summary { list-style:none; margin:0 0 18px; padding:16px; background:#f7f7f7; border-radius:10px; font-size:14px; }
.wdr-summary li { padding:4px 0; }
.wdr-checkbox { display:flex; align-items:flex-start; gap:10px; margin:8px 0 4px; font-size:14px; color:#1a1a1a; cursor:pointer; }
.wdr-checkbox input { margin-top:3px; width:18px; height:18px; flex:0 0 auto; }
.wdr-actions { display:flex; gap:12px; margin-top:22px; }
.wdr-btn { flex:1; padding:14px 18px; font-size:15px; font-weight:600; border-radius:10px !important; cursor:pointer; }
.wdr-btn-primary { background:#1a1a1a !important; color:#fff !important; border:none !important; }
.wdr-btn-primary:hover { background:#333 !important; }
.wdr-btn-ghost { background:transparent !important; color:#1a1a1a !important; border:1px solid #d9d9d9 !important; }
.wdr-btn-ghost:hover { background:#f7f7f7 !important; }
.wdr-error { margin:14px 0 0; padding:10px 12px; font-size:14px; color:#b02a37; background:#fcebec; border-radius:8px; }
.wdr-feedback { padding:16px; border-radius:10px; font-size:15px; font-weight:500; }
.wdr-success { color:#146c43; background:#e7f4ec; }
.wdr-fail { color:#b02a37; background:#fcebec; }
.wdr-legal { margin:18px 0 0; font-size:12px; color:#666; line-height:1.5; }
@media (max-width:480px) {
.wdr-panel { padding:18px; }
.wdr-actions { flex-direction:column-reverse; }
}
Request order cancellation (withdrawal)
Withdrawal request
Please fill in your order details. Step 1 of 2.
Full name *
Email used at checkout *
Order number *
Country *
Reason for withdrawal (optional)
Cancel
Continue
Confirm your request
Please review the details below. Step 2 of 2.
I confirm that I wish to withdraw from this purchase in accordance with my applicable right of
withdrawal / cancellation.
Please tick the confirmation box to continue.
Back
Submit request
Your withdrawal request has been registered. You will receive a confirmation by email shortly.
We could not register your request right now. Please try again or contact our support team.
This request will be reviewed in accordance with the return, refund and right-of-withdrawal policy
applicable to your order.