NOVA MARKET

faq

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>FAQ · 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.15rem; font-weight: 600; color: #1e293b;
            margin: 1.75rem 0 0.5rem;
        }
        h2:first-of-type { margin-top: 0.5rem; }
        p { margin-bottom: 1rem; color: #334155; }
        .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>FAQ</h1>
        <div class="last-updated">Last updated: September 10, 2026</div>

        <h2>Where does the store ship?</h2>
        <p>We currently ship to eligible addresses within the United States. Availability is confirmed at checkout.</p>

        <h2>How much is shipping?</h2>
        <p>Standard shipping is free for eligible United States orders. Any optional paid shipping service is shown before payment.</p>

        <h2>When will my order arrive?</h2>
        <p>Orders are normally processed in <strong>0–2 business days</strong> and then spend an estimated <strong>2–4 business days</strong> in transit. The normal estimated total is <strong>2–6 business days</strong>.</p>

        <h2>Can I return an item because I changed my mind?</h2>
        <p>No. Change-of-mind returns are not accepted. Requests submitted within 30 days after delivery are reviewed when an item is damaged, defective, incorrect, or materially not as described. Applicable non-waivable consumer rights remain unaffected.</p>

        <h2>What should I do if an item arrives damaged?</h2>
        <p>Email us promptly with your order number and clear photos or video of the item and packaging. Keep the item and packaging until the review is complete.</p>

        <h2>Which payment methods are accepted?</h2>
        <p>The payment methods currently supported for the order are displayed at checkout. Payment must be successfully authorized before fulfillment.</p>

        <h2>Is this store the product manufacturer?</h2>
        <p>Sparh operates sparh.shop as an independent online retailer. Unless a product page expressly states otherwise, Sparh is not the manufacturer or brand owner of the products offered.</p>

        <h2>How can I contact the store?</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="contact-line"><strong>Address:</strong> 32 Ripplemoor Ln, Charleston, South Carolina 29414, United States</div>

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