Refund policy

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Refund Policy · Sparh</title>
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background-color: #f8f9fc; color: #1e293b; line-height: 1.6; padding: 2rem 1rem;
        }
        .container {
            max-width: 900px; margin: 0 auto; background: #ffffff;
            border-radius: 24px; box-shadow: 0 20px 40px -12px rgba(0,0,0,0.1);
            padding: 2.5rem 2rem;
        }
        h1 {
            font-size: 2rem; font-weight: 700; color: #0f172a;
            border-left: 6px solid #3b82f6; padding-left: 1.2rem; margin-bottom: 0.25rem;
        }
        .last-updated {
            color: #64748b; font-size: 0.9rem; margin-bottom: 2rem;
            padding-left: 1.8rem; border-bottom: 1px solid #e2e8f0; padding-bottom: 1.25rem;
        }
        h2 {
            font-size: 1.4rem; font-weight: 600; color: #0f172a;
            margin: 1.75rem 0 1rem; display: flex; align-items: center; gap: 0.5rem;
        }
        h2::before {
            content: ''; display: inline-block; width: 6px; height: 22px;
            background: #3b82f6; border-radius: 8px;
        }
        h3 {
            font-size: 1.1rem; font-weight: 600; margin: 1.5rem 0 0.75rem; color: #1e293b;
        }
        p { margin-bottom: 1rem; color: #334155; }
        ul { margin: 0.75rem 0 1.25rem 1.5rem; color: #334155; }
        li { margin-bottom: 0.4rem; }
        .address-block {
            background: #f9fbfe; border-radius: 16px; padding: 1rem 1.5rem;
            margin: 1.25rem 0; border: 1px solid #e2e8f0;
        }
        .address-block p { margin-bottom: 0.3rem; }
        .contact-line {
            display: flex; flex-wrap: wrap; align-items: baseline;
            gap: 0.4rem 0.8rem; margin-bottom: 0.5rem;
        }
        .contact-line strong { font-weight: 600; color: #0f172a; min-width: 70px; }
        .footer-note {
            margin-top: 2.5rem; font-size: 0.85rem; color: #6b7a8f;
            text-align: center; border-top: 1px solid #dde4ec; padding-top: 1.5rem;
        }
        a { color: #2563eb; text-decoration: none; font-weight: 500; }
        a:hover { text-decoration: underline; }
        @media (max-width: 700px) { .container { padding: 1.5rem 1rem; } }
    </style>
</head>
<body>
    <div class="container">
        <h1>Refund Policy</h1>
        <div class="last-updated">Last updated: September 10, 2026</div>

        <p>Sparh accepts return or refund requests for items that arrive damaged, defective, incorrect, or materially not as described. A request must be submitted within <strong>30 days after confirmed delivery</strong>.</p>

        <h2>Eligible issues</h2>
        <ul>
            <li>The item arrived damaged in transit.</li>
            <li>The item is defective or cannot be used as described.</li>
            <li>The item received is different from the item ordered.</li>
            <li>The item is materially different from its product-page description.</li>
        </ul>

        <h2>Items and situations not eligible</h2>
        <ul>
            <li>Change-of-mind, buyer’s-remorse, or personal-preference returns.</li>
            <li>A customer selected the wrong product, flavor, size, or quantity.</li>
            <li>Opened, consumed, used, altered, emptied, contaminated, or customer-damaged items, unless the condition is directly related to an eligible reported defect.</li>
            <li>Returns sent without prior authorization.</li>
        </ul>
        <p><em>Nothing in this policy limits rights that cannot be waived under applicable consumer law.</em></p>

        <h2>How to request a return or refund</h2>
        <p>Email <strong>support@sparh.shop</strong> within 30 days after delivery. Include the order number, checkout email address, a description of the issue, and clear photos or video of the product and packaging. Do not send an item until return instructions are issued.</p>

        <h2>Return shipping and fees</h2>
        <p>For an approved damaged, defective, incorrect, or materially not-as-described claim, Sparh will provide return instructions and, when a physical return is required, a prepaid return label or reimbursement for the approved return-shipping cost. No restocking fee is charged for an approved eligible claim.</p>
        <p><strong>Approved returns are sent to:</strong></p>
        <div class="address-block">
            <p>Sparh</p>
            <p>32 Ripplemoor Ln</p>
            <p>Charleston, South Carolina 29414</p>
            <p>United States</p>
        </div>

        <h2>Inspection and resolution</h2>
        <p>After an approved return is received, we inspect it against the reported issue. An approved claim may be resolved with a refund, replacement, or another solution accepted by the customer and permitted by law. A claim may be denied if the returned item does not match the order or approved reason, or if requested evidence is not provided.</p>

        <h2>Refund timing</h2>
        <p>Approved refunds are issued to the original payment method within <strong>5 business days</strong> after approval or inspection. Banks and card issuers may require an additional <strong>5–10 business days</strong> to post the credit. We do not control financial-institution processing times.</p>

        <h2>Contact</h2>
        <div class="contact-line"><strong>Email:</strong> support@sparh.shop</div>
        <div class="contact-line"><strong>Phone:</strong> +1 843-568-6648</div>

        <div class="footer-note">© 2026 Sparh · sparh.shop · All rights reserved.</div>
    </div>
</body>
</html>