Legal notice

Legal Notice — 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; --red: #c0001a; --red-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; } /* ── HERO ── */ .hero { background: var(--charcoal); border-bottom: 1px solid var(--border); padding: 56px 40px 48px; } .hero-eyebrow { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; } .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: 10px; } /* ── 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: 24px; 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 12px; margin-left: -12px; border-left: 2px solid transparent; transition: color .2s, border-color .2s; line-height: 1.4; } .toc a:hover { color: var(--red); border-left-color: var(--red); } /* ── 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(--red); 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 { 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; } /* bullet list */ .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(--red-dim); margin-top: 8px; } /* info card grid */ .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 680px; margin: 16px 0; } .info-card { background: var(--panel); border: 1px solid var(--border); border-radius: 4px; padding: 18px 20px; } .info-card-label { font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 6px; } .info-card-value { font-size: 14px; color: var(--silver); line-height: 1.5; } .info-card-value a { color: var(--white); text-decoration: none; font-weight: 500; transition: color .2s; } .info-card-value a:hover { color: var(--red); } /* highlight box */ .highlight-box { background: var(--panel); border: 1px solid var(--border); border-left: 3px solid var(--red); border-radius: 4px; padding: 20px 24px; max-width: 680px; margin: 16px 0; color: var(--silver); font-size: 14px; line-height: 1.6; } /* contact callout */ .contact-callout { background: var(--panel); border: 1px solid var(--border); border-left: 3px solid var(--red); 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(--red); } .contact-callout a { color: var(--white); text-decoration: none; font-weight: 600; font-size: 15px; transition: color .2s; } .contact-callout a:hover { color: var(--red); } /* ── 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(--red); } .footer-links { display: flex; gap: 20px; list-style: none; } .footer-links a { font-size: 12px; color: var(--muted); text-decoration: none; transition: color .2s; } .footer-links a:hover { color: var(--red); } /* ── RESPONSIVE ── */ @media (max-width: 780px) { .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; } .info-grid { grid-template-columns: 1fr; } footer { grid-template-columns: 1fr; } .footer-links { flex-wrap: wrap; } }

Legal · Disclaimer & Notice

Legal Notice

Last updated: October 8, 2025  ·  Herakleon Car Care

On this page

Section 01

Company Information

This website is operated by Herakleon, a car care brand powered by Oxicol Car Care. Below are our registered details:

Brand Name
Herakleon
Parent Company
Oxicol Car Care
Website
Support Email
General Contact
Store Location
Section 02

Website Ownership

The website located at herakleon.com is owned and operated by Herakleon / Oxicol Car Care. All content published on this website is provided for informational and commercial purposes related to the sale of car care products.

Unauthorised use, reproduction, or distribution of any content from this website is strictly prohibited without prior written consent from Herakleon.

Section 03

Intellectual Property

All intellectual property on this website — including but not limited to the Herakleon name, logo, product names, product formulations, images, text, graphics, and overall design — is the exclusive property of Herakleon or its licensors.

  • You may not reproduce, copy, republish, upload, post, transmit, or distribute any content from this site without our express written permission.
  • The Herakleon trademark and any associated branding may not be used in connection with any product or service other than those of Herakleon, without prior written approval.
  • Any unauthorised use of our intellectual property may give rise to a claim for damages and/or constitute a criminal offence.
Section 04

Disclaimer of Warranties

This website and its content are provided on an "as is" and "as available" basis without any representations or warranties, express or implied.

  • Herakleon makes no warranties regarding the accuracy, completeness, or reliability of any content on this site.
  • We do not warrant that the website will be uninterrupted, error-free, or free from viruses or other harmful elements.
  • Product descriptions, images, and specifications are provided in good faith but may be subject to change without notice.
To the fullest extent permitted by applicable law, Herakleon disclaims all warranties, whether express, implied, statutory, or otherwise, including implied warranties of merchantability and fitness for a particular purpose.
Section 05

Limitation of Liability

In no event shall Herakleon, its directors, employees, partners, or affiliates be liable for any indirect, incidental, special, consequential, or punitive damages arising out of your access to or use of this website or its content.

  • This includes loss of profits, data, goodwill, or other intangible losses.
  • Our total liability to you shall not exceed the amount paid by you for the product(s) giving rise to the claim.
  • Some jurisdictions do not allow the exclusion or limitation of certain liabilities — in such cases, our liability will be limited to the fullest extent permitted by law.
Section 06

Product Use Disclaimer

Herakleon products are designed and formulated for automotive care applications. By purchasing and using our products, you acknowledge the following:

  • Always read and follow the usage instructions provided with each product before application.
  • Herakleon is not liable for any damage to vehicles, surfaces, or property resulting from improper use, misapplication, or failure to follow product guidelines.
  • Results may vary depending on vehicle condition, surface type, environmental conditions, and application technique.
  • Some products may not be suitable for all vehicle types or surface materials — refer to individual product descriptions for compatibility information.
  • Keep all products out of reach of children and store as directed on product labelling.
If you are unsure whether a product is suitable for your vehicle, contact us before use at support@herakleon.com.
Section 07

Third-Party Content & Links

Our website may contain links to third-party websites, platforms, or services — including social media pages and payment gateways. These links are provided for your convenience only.

  • Herakleon does not endorse, control, or take responsibility for the content, privacy practices, or availability of third-party sites.
  • Accessing third-party links is at your own risk. We encourage you to review the terms and privacy policies of any external sites you visit.
  • Any transactions carried out with third parties are solely between you and those parties.
Section 08

Governing Law

This Legal Notice and any disputes arising from your use of this website shall be governed by and interpreted in accordance with the laws of the jurisdiction in which Herakleon / Oxicol Car Care is registered and operates.

Any legal proceedings relating to this notice or the use of our website shall be subject to the exclusive jurisdiction of the competent courts in that jurisdiction.

Section 09

Contact

For any legal enquiries or concerns regarding this notice, please contact us:

Legal & General Enquiries contact@herakleon.com
Customer Support support@herakleon.com