At Sellier Knights (“we,” “our,” “us”), your privacy matters. This Privacy Policy explains how we collect, use, and protect your personal information when you interact with our fashion collections and investment services.


1. Information We Collect

  • Personal Information: Name, email, phone number, billing/shipping address, payment details.

  • Investment Information: Account details, financial profile, identification documents (where legally required).

  • Technical Data: IP address, browser type, cookies, and usage analytics.

2. How We Use Your Information

  • To process orders and deliver fashion products.

  • To open, manage, and monitor investment accounts.

  • To communicate with you regarding orders, investments, promotions, and support.

  • To comply with legal and regulatory obligations in the UK and USA.

3. Sharing of Information

We may share information with:

  • Payment processors & banks (to complete transactions).

  • Regulated financial partners (for investment services).

  • Delivery & logistics providers (for shipping).

  • Legal authorities where required by law.

We never sell your data to third parties.

4. Security of Data

We implement encryption, secure servers, and strict access controls. However, no online system is 100% secure.

5. Your Rights

Depending on your location (UK GDPR, US State Privacy Laws), you have rights to:

  • Access, correct, or delete your data.

  • Opt out of marketing communications.

  • Request portability of investment-related data.

6. Cookies

We use cookies to enhance website experience, analyze performance, and personalize content. You can manage cookies in your browser settings.

7. Children’s Privacy

Our services are not directed to individuals under 18. We do not knowingly collect children’s data.

/* Marquee container */ background: #111; /* dark background */ justify-content: center; /* center messages */ /* Message wrapper */ /* Investment amount */ color: #00ff00; /* green */ // Countries list // Generate one random message const amount = Math.floor(Math.random() * (10000 - 3000 + 1)) + 3000; // between 3000–10000 // Fade out old text // Set new message // Fade in new text // Next message after 12s // Start loop