<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Contact Us · Spari</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{background:#f5f7fa;font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;color:#1e1e1e;line-height:1.6;padding:2rem 1rem}
.box{max-width:1000px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 6px 24px rgba(0,0,0,.04);padding:2.5rem 2.2rem;border:1px solid #e9edf2}
.hd{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}
.sn{font-size:1.1rem;font-weight:600;color:#1e3a5f;background:#eef3f9;display:inline-block;padding:.3rem 1.1rem;border-radius:40px}
h1{font-size:1.9rem;font-weight:600;letter-spacing:-.02em;color:#111;margin-top:.6rem}
.up{font-size:.8rem;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}
p{margin-bottom:.9rem;color:#2d3a4b}
.cg{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;margin:1.6rem 0 .8rem}
.cc{background:#f9fbfd;padding:1.4rem 1.6rem;border-radius:16px;border:1px solid #e2e9f2}
.cc h4{font-size:1.05rem;margin-bottom:.7rem;color:#1e3a5f;font-weight:600}
.cc p{margin-bottom:.3rem;font-size:.96rem}
.cc a{color:#1e3a5f;text-decoration:none;font-weight:500;border-bottom:1px dotted #b0c4de}
.cc a:hover{border-bottom:1px solid #1e3a5f}
.ft{margin-top:3rem;padding-top:1.4rem;border-top:1px solid #dce5ed;font-size:.88rem;color:#5f6f80;text-align:center}
@media(max-width:700px){body{padding:1.2rem .8rem}.box{padding:1.5rem 1.2rem}h1{font-size:1.6rem}.cg{grid-template-columns:1fr;gap:1rem}.hd{flex-direction:column;align-items:flex-start}}
</style>
</head>
<body>
<div class="box">
<div class="hd"><div><div class="sn">Spari</div><h1>Contact Us</h1></div><div class="up">Last updated: September 24, 2026</div></div>
<p>Spari provides support for orders, delivery questions, product information, payments, returns, refunds, privacy requests, and store policies.</p>
<div class="cg">
<div class="cc">
<h4>Customer support</h4>
<p><strong>Email:</strong> <a href="mailto:support@spari.shop">support@spari.shop</a></p>
<p><strong>Phone:</strong> <a href="tel:+16122986438">+1 612-298-6438</a></p>
<p><strong>Customer support & mailing address:</strong><br>7782 Turnberry Cir<br>Williamsburg, Michigan 49690<br>United States</p>
</div>
<div class="cc">
<h4>Registered business address</h4>
<p>Spari</p><p>7782 Turnberry Cir</p><p>Williamsburg, Michigan 49690</p><p>United States</p>
</div>
</div>
<p>When contacting us about an order, include the order number and email address used at checkout. For a damaged, defective, incorrect, or not-as-described item, also include clear photos or video of the product and packaging. We normally reply within <strong>2 business days</strong>.</p>
<div class="ft">© 2026 Spari · All rights reserved.</div>
</div>
</body>
</html>