NOVA MARKET

about

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>About Us · 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;
        }
        p { margin-bottom: 1rem; color: #334155; }
        .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; }
        .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>About Us</h1>
        <div class="last-updated">Last updated: September 10, 2026</div>

        <p><strong>Sparh</strong> operates <strong>sparh.shop</strong> as an independent online retailer. We provide clear product information, secure checkout, published shipping and return terms, and accessible customer support before and after purchase.</p>
        <p>Unless a product page expressly states otherwise, Sparh is not the manufacturer or brand owner of the products offered. Product names and trademarks belong to their respective owners and are used to identify products available for purchase.</p>

        <h2>Business details</h2>
        <div class="address-block">
            <p><strong>Legal business name:</strong> Sparh</p>
            <p><strong>Website:</strong> sparh.shop</p>
            <p><strong>Email:</strong> support@sparh.shop</p>
            <p><strong>Phone:</strong> +1 843-568-6648</p>
            <p><strong>Customer support & mailing address:</strong> 32 Ripplemoor Ln, Charleston, South Carolina 29414, United States</p>
        </div>

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