-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreturns.html
More file actions
38 lines (35 loc) · 1.47 KB
/
returns.html
File metadata and controls
38 lines (35 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Returns & refunds — Paavan</title>
<link rel="stylesheet" href="styles.css">
</head>
<body data-nav-active="home">
<div id="site-header"></div>
<main class="site-main">
<article class="static-page wrap">
<h1>Returns & refunds</h1>
<p>For <strong>unused physical products</strong> in original packaging, you may withdraw within <strong>30
days</strong> of delivery (EU consumer rights).</p>
<h2>How to return</h2>
<ol>
<li>Log in to your account or use the link in your order email.</li>
<li>Print the prepaid return label (Germany) or request RMA for other countries.</li>
<li>Drop off at the carrier or schedule pickup for large items.</li>
</ol>
<h2>Refunds</h2>
<p>After we receive and inspect the return, we refund the <strong>product price</strong> to your original payment
method within 14 days. Shipping charges are non-refundable unless the item was defective or incorrect.</p>
<h2>Excluded</h2>
<p>Opened hygiene products, personalised items, and digital codes (we do not sell digital-only goods on this
store).</p>
<p><a href="contact.html">Contact support</a></p>
</article>
</main>
<div id="site-footer"></div>
<script src="layout.js"></script>
<script>ShopLayout.inject('home');</script>
</body>
</html>