Privacy policy

Privacy Policy — Herakleon *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --black: #ffffff; --charcoal: #f4f4f4; --panel: #ebebeb; --border: #d8d8d8; --muted: #999999; --silver: #444444; --white: #111111; --gold: #c0001a; --gold-dim: #8a0012; --font-display: 'Barlow Condensed', sans-serif; --font-body: 'Inter', sans-serif; } html { scroll-behavior: smooth; } body { background: var(--black); color: var(--white); font-family: var(--font-body); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; } /* ── NAV ── */ nav { position: sticky; top: 0; z-index: 100; background: var(--charcoal); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 64px; } .nav-logo { font-family: var(--font-display); font-size: 22px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); text-decoration: none; } .nav-logo span { color: var(--gold); } .nav-links { display: flex; gap: 28px; list-style: none; } .nav-links a { font-family: var(--font-display); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--silver); text-decoration: none; transition: color .2s; } .nav-links a:hover { color: var(--gold); } /* ── HERO STRIPE ── */ .hero { background: var(--charcoal); border-bottom: 1px solid var(--border); padding: 56px 40px 48px; display: flex; flex-direction: column; gap: 10px; } .hero-eyebrow { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); } .hero h1 { font-family: var(--font-display); font-size: clamp(40px, 6vw, 72px); font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1; color: var(--white); } .hero-meta { font-size: 13px; color: var(--muted); letter-spacing: 0.02em; margin-top: 6px; } /* ── LAYOUT ── */ .page-wrap { max-width: 1100px; margin: 0 auto; padding: 0 40px; } .content-grid { display: grid; grid-template-columns: 220px 1fr; gap: 0; align-items: start; padding: 64px 0 96px; } /* ── SIDEBAR TOC ── */ .toc { position: sticky; top: 80px; padding-right: 40px; border-right: 1px solid var(--border); } .toc-label { font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; } .toc ul { list-style: none; display: flex; flex-direction: column; gap: 2px; } .toc a { display: block; font-size: 12.5px; font-weight: 500; color: var(--silver); text-decoration: none; padding: 5px 0; border-left: 2px solid transparent; padding-left: 12px; margin-left: -12px; transition: color .2s, border-color .2s; line-height: 1.4; } .toc a:hover { color: var(--gold); border-left-color: var(--gold); } /* ── ARTICLE ── */ article { padding-left: 56px; } .policy-section { padding-bottom: 56px; border-bottom: 1px solid var(--border); margin-bottom: 56px; } .policy-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .section-number { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; } .policy-section h2 { font-family: var(--font-display); font-size: 28px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--white); line-height: 1.1; margin-bottom: 20px; } .policy-section p { color: var(--silver); margin-bottom: 14px; max-width: 680px; } .policy-section p:last-child { margin-bottom: 0; } /* sub-heading */ .sub-heading { font-family: var(--font-display); font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); margin-top: 28px; margin-bottom: 10px; } /* lists */ .policy-list { list-style: none; display: flex; flex-direction: column; gap: 8px; max-width: 680px; margin-bottom: 14px; } .policy-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--silver); } .policy-list li::before { content: ''; display: block; width: 6px; height: 6px; min-width: 6px; border-radius: 50%; background: var(--gold-dim); margin-top: 8px; } /* checkmark list */ .check-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; max-width: 680px; margin-bottom: 14px; } .check-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--silver); } .check-list li::before { content: '✓'; color: var(--gold); font-weight: 700; font-size: 13px; min-width: 16px; margin-top: 1px; } /* rights pills */ .rights-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; max-width: 680px; margin: 16px 0; } .right-card { background: var(--panel); border: 1px solid var(--border); border-radius: 4px; padding: 16px 18px; display: flex; flex-direction: column; gap: 6px; } .right-card-icon { font-size: 18px; } .right-card-text { font-size: 13px; color: var(--silver); line-height: 1.5; } /* contact callout */ .contact-callout { background: var(--panel); border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: 4px; padding: 24px 28px; display: flex; flex-direction: column; gap: 6px; max-width: 480px; margin-top: 20px; } .contact-callout .label { font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); } .contact-callout a { color: var(--white); text-decoration: none; font-weight: 600; font-size: 15px; transition: color .2s; } .contact-callout a:hover { color: var(--gold); } /* ── FOOTER ── */ footer { background: var(--charcoal); border-top: 1px solid var(--border); padding: 40px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; } .footer-brand { font-family: var(--font-display); font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); } .footer-brand span { color: var(--gold); } .footer-links { display: flex; gap: 20px; list-style: none; } .footer-links a { font-size: 12px; color: var(--muted); text-decoration: none; transition: color .2s; letter-spacing: 0.03em; } .footer-links a:hover { color: var(--gold); } /* ── RESPONSIVE ── */ @media (max-width: 780px) { nav { padding: 0 20px; } .nav-links { display: none; } .hero { padding: 40px 20px 36px; } .page-wrap { padding: 0 20px; } .content-grid { grid-template-columns: 1fr; padding: 40px 0 64px; } .toc { display: none; } article { padding-left: 0; } .check-list { grid-template-columns: 1fr; } footer { grid-template-columns: 1fr; } .footer-links { flex-wrap: wrap; } }

Legal · Data Protection

Privacy Policy

Last updated: October 8, 2025  ·  Herakleon Car Care

On this page

Overview

Your Privacy Matters

At Herakleon, we are committed to protecting your personal information. This Privacy Policy explains how we collect, use, disclose, and safeguard your data when you visit herakleon.com or make a purchase from us.

By using our website, you consent to the practices described in this policy.

Section 01

Information We Collect

Personal Information

When you place an order, create an account, or reach out to us, we may collect:

  • Full name
  • Email address
  • Phone number
  • Shipping & billing address
  • Payment details — processed securely via third-party gateways. We never store full card numbers.

Non-Personal Information

We automatically collect certain technical data as you browse, including:

  • IP address
  • Browser type & device information
  • Cookies & tracking technologies (see Section 4)
  • Website usage data — pages visited, time spent, and navigation patterns
Section 02

How We Use Your Information

We use your data only for the following purposes:

  • Order processing & delivery
  • Customer support & communication
  • Website improvement & UX
  • Marketing & promotions (with your consent)
  • Fraud prevention & security
  • Newsletters & product updates
Section 03

Sharing Your Information

We do not sell your personal data. We may share it only with trusted parties when necessary:

  • Shipping partners — to fulfil and deliver your orders
  • Payment gateways — to process transactions securely
  • Legal authorities — if required by applicable law
  • Third-party service providers — such as analytics and marketing platforms
Section 04

Cookies & Tracking

Cookies help us enhance your browsing experience — for example, remembering items in your cart between sessions.

You can disable cookies in your browser settings at any time. Note that doing so may affect certain website features.

We use Google Analytics to analyse site traffic using anonymised data. No personally identifiable information is shared with Google through this integration.

Section 05

Data Security

  • All transactions are secured with SSL encryption.
  • Sensitive data such as passwords is stored using industry-standard protections.
  • Despite our best efforts, no method of online transmission is 100% secure. We encourage you to use a strong, unique password and protect your account credentials.
Section 06

Your Rights

You have the following rights regarding your personal data:

📋
Access, correct, or delete your personal data
📧
Opt out of marketing communications at any time
↩️
Withdraw consent where applicable

To exercise any of these rights, reach out to us at:

Privacy Requests contact@herakleon.com
Section 07

Third-Party Links

Our website may contain links to external sites — including social media platforms and payment gateways. We are not responsible for the privacy practices of those sites and encourage you to review their individual policies.

Section 08

Children's Privacy

Our website is not intended for children under the age of 13. We do not knowingly collect personal data from minors. If you believe a child has provided us with their information, please contact us so we can remove it promptly.

Section 09

Policy Updates

We may update this Privacy Policy from time to time to reflect changes in our practices or applicable law. The "Last Updated" date at the top of this page indicates when it was last revised.

Continued use of our website after an update constitutes your acceptance of the revised policy.

Section 10

Contact Us

For any privacy-related questions or concerns, please get in touch:

General Support support@herakleon.com
Privacy Requests contact@herakleon.com