Privacy policy

.ellover-privacy, .ellover-privacy * { box-sizing: border-box; } .ellover-privacy { --privacy-bg: #f8f6f2; --privacy-surface: #ffffff; --privacy-text: #191919; --privacy-muted: #66615d; --privacy-border: #ded9d3; --privacy-dark: #111111; --privacy-soft: #f5f2ee; width: 100%; padding: clamp(44px, 7vw, 96px) 20px; color: var(--privacy-text); background: var(--privacy-bg); } .ellover-privacy__container { width: 100%; max-width: 940px; margin: 0 auto; } .ellover-privacy__header { max-width: 740px; margin: 0 auto clamp(34px, 5vw, 58px); text-align: center; } .ellover-privacy__eyebrow { margin: 0 0 14px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; line-height: 1.3; text-transform: uppercase; } .ellover-privacy__title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 7vw, 72px); font-weight: 400; letter-spacing: -0.045em; line-height: 1; } .ellover-privacy__intro { max-width: 670px; margin: 22px auto 0; color: var(--privacy-muted); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.7; } .ellover-privacy__updated { display: inline-block; margin-top: 18px; padding: 7px 13px; border: 1px solid var(--privacy-border); color: var(--privacy-muted); background: rgba(255, 255, 255, 0.55); font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; } .ellover-privacy__summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 34px; border: 1px solid var(--privacy-border); background: var(--privacy-surface); } .ellover-privacy__summary-item { position: relative; padding: 25px 22px; text-align: center; } .ellover-privacy__summary-item:not(:last-child)::after { content: ""; position: absolute; top: 20%; right: 0; width: 1px; height: 60%; background: var(--privacy-border); } .ellover-privacy__summary-icon { display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; margin: 0 auto 13px; } .ellover-privacy__summary-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; } .ellover-privacy__summary-title { display: block; margin-bottom: 6px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; } .ellover-privacy__summary-text { display: block; color: var(--privacy-muted); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.5; } .ellover-privacy__content { border: 1px solid var(--privacy-border); background: var(--privacy-surface); } .ellover-privacy__section { padding: clamp(28px, 4vw, 44px); scroll-margin-top: 110px; } .ellover-privacy__section + .ellover-privacy__section { border-top: 1px solid var(--privacy-border); } .ellover-privacy__section-heading { display: flex; align-items: center; gap: 13px; margin: 0 0 18px; } .ellover-privacy__number { display: inline-flex; width: 30px; height: 30px; flex: 0 0 30px; align-items: center; justify-content: center; border: 1px solid var(--privacy-text); border-radius: 50%; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; } .ellover-privacy__section-title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 3vw, 32px); font-weight: 400; line-height: 1.2; } .ellover-privacy__section p { margin: 0 0 14px; color: var(--privacy-muted); font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.75; } .ellover-privacy__section p:last-child { margin-bottom: 0; } .ellover-privacy__section strong { color: var(--privacy-text); font-weight: 600; } .ellover-privacy__section a { color: var(--privacy-text); font-weight: 600; text-underline-offset: 3px; } .ellover-privacy__list { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; } .ellover-privacy__list li { position: relative; padding-left: 23px; color: var(--privacy-muted); font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.65; } .ellover-privacy__list li::before { content: "—"; position: absolute; top: 0; left: 0; color: var(--privacy-text); font-weight: 700; } .ellover-privacy__notice { margin-top: 20px; padding: 18px 20px; border-left: 2px solid var(--privacy-dark); background: var(--privacy-soft); } .ellover-privacy__notice p { margin: 0; color: #3f3b37; } .ellover-privacy__table-wrap { width: 100%; margin-top: 22px; overflow-x: auto; border: 1px solid var(--privacy-border); -webkit-overflow-scrolling: touch; } .ellover-privacy__table { width: 100%; min-width: 700px; border-collapse: collapse; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } .ellover-privacy__table th, .ellover-privacy__table td { padding: 15px 14px; border-right: 1px solid var(--privacy-border); border-bottom: 1px solid var(--privacy-border); color: var(--privacy-muted); line-height: 1.55; text-align: left; vertical-align: top; } .ellover-privacy__table th { color: var(--privacy-text); background: #faf9f7; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .ellover-privacy__table th:last-child, .ellover-privacy__table td:last-child { border-right: 0; } .ellover-privacy__table tr:last-child td { border-bottom: 0; } .ellover-privacy__rights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 22px; border: 1px solid var(--privacy-border); background: var(--privacy-border); } .ellover-privacy__right { padding: 20px; background: #fbfaf8; } .ellover-privacy__right-title { display: block; margin-bottom: 7px; color: var(--privacy-text); font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .ellover-privacy__right-text { display: block; color: var(--privacy-muted); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.55; } .ellover-privacy__identity { display: grid; gap: 10px; margin-top: 20px; padding: 22px; border: 1px solid var(--privacy-border); background: #fbfaf8; } .ellover-privacy__identity-row { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 18px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.6; } .ellover-privacy__identity-label { color: var(--privacy-text); font-weight: 700; } .ellover-privacy__identity-value { color: var(--privacy-muted); } .ellover-privacy__contact { margin-top: 34px; padding: clamp(26px, 4vw, 40px); color: #ffffff; background: #111111; text-align: center; } .ellover-privacy__contact-title { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 4vw, 38px); font-weight: 400; } .ellover-privacy__contact-text { max-width: 580px; margin: 13px auto 22px; color: rgba(255, 255, 255, 0.72); font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.7; } .ellover-privacy__contact-link { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 14px 25px; border: 1px solid #ffffff; color: #111111; background: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase; transition: color 180ms ease, background 180ms ease; } .ellover-privacy__contact-link:hover { color: #ffffff; background: transparent; } @media screen and (max-width: 749px) { .ellover-privacy { padding-right: 14px; padding-left: 14px; } .ellover-privacy__summary { grid-template-columns: 1fr; } .ellover-privacy__summary-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); grid-template-areas: "icon title" "icon text"; gap: 4px 13px; padding: 20px; text-align: left; } .ellover-privacy__summary-item:not(:last-child)::after { top: auto; right: 20px; bottom: 0; left: 20px; width: auto; height: 1px; } .ellover-privacy__summary-icon { grid-area: icon; width: 30px; height: 30px; margin: 0; } .ellover-privacy__summary-title { grid-area: title; margin: 0; } .ellover-privacy__summary-text { grid-area: text; } .ellover-privacy__section { padding: 26px 20px; } .ellover-privacy__section-heading { align-items: flex-start; } .ellover-privacy__rights { grid-template-columns: 1fr; } .ellover-privacy__identity-row { grid-template-columns: 1fr; gap: 2px; } }

ELLOVER Customer Privacy

Privacy Policy

This Privacy Policy explains how ELLOVER and BLUE HORIZON LINE LTD collect, use, disclose, retain and protect personal information when you visit ellover.com, place an order, contact customer care or otherwise interact with our store.

Last updated: July 2026
Transparent Use We explain what information we collect and how it is used.
Secure Handling Reasonable safeguards are used to protect customer information.
Your Choices You may request access, correction, deletion or restriction.
01

Data controller and business identity

The ELLOVER online store is operated by BLUE HORIZON LINE LTD.

Legal company name BLUE HORIZON LINE LTD
Company number 15881232
Registered office Office 9036, 321–323 High Road, Chadwell Heath, Romford, Essex, England, RM6 6AX
Company type Private limited company registered in England and Wales
Customer and privacy contact support@ellover.com

BLUE HORIZON LINE LTD is responsible for determining how and why personal information described in this policy is processed, except where another organisation acts as an independent controller.

02

Information we collect

Depending on how you interact with ELLOVER, we may collect:

  • Your name, customer-account details and other identification information.
  • Your email address, telephone number, billing address and delivery address.
  • Order details including purchased products, size, color, quantity, price, discounts, shipping method and purchase history.
  • Payment and transaction information. Complete card details are normally processed by payment providers rather than stored directly by us.
  • Customer-care communications, return requests, photographs, complaints and other correspondence.
  • Preferences such as language, currency, saved products, communication preferences and consent choices.
  • Device and technical information, including IP address, browser, operating system, device type and approximate location.
  • Website-usage information, including pages viewed, searches, clicks, cart activity, products viewed and referral information.
  • Marketing and advertising information, including interactions with emails, campaigns, social-media posts and advertisements.
  • Fraud-prevention and security information used to identify suspicious or unauthorized activity.
03

How information is collected

We may collect personal information:

  • Directly from you when you place an order, create an account, subscribe, submit a form or contact us.
  • Automatically through cookies, pixels, browser storage, log files and similar technologies.
  • From Shopify, payment processors, carriers, fulfilment providers, fraud-prevention services and other service providers.
  • From social-media platforms and advertising partners where permitted by law and your platform settings.
  • From publicly available sources or another person authorized to provide information on your behalf.
04

How and why we use personal information

Purpose Information used Legal basis
Process and deliver orders Identity, contact, payment, order and delivery information Performance of a contract and steps taken at your request before entering a contract
Customer care, returns and refunds Contact details, order information, messages, photographs and return details Contract, legitimate interests and legal obligations
Prevent fraud and secure the website Payment, device, account, network and transaction information Legitimate interests and legal obligations
Operate and improve the store Device, usage, error, search and interaction information Legitimate interests or consent where required
Send marketing communications Contact details, preferences, purchases and engagement history Consent or legitimate interests where permitted by law
Personalize content and advertising Browsing activity, purchases, cookies and advertising identifiers Consent where required
Meet legal and accounting obligations Identity, payment, transaction, tax and communication records Compliance with legal obligations
05

Shopify and ecommerce infrastructure

ELLOVER is hosted through Shopify. Shopify processes certain customer, order, transaction, device and website-usage information to provide ecommerce hosting, checkout, security, analytics and related services.

Shopify and connected applications may process personal information in countries other than the country where you live.

Installed Shopify applications may process information required to provide reviews, email marketing, analytics, fulfilment, advertising, customer support and other store functionality.

06

Cookies and similar technologies

ELLOVER, Shopify and selected service providers may use cookies, tracking pixels, tags, browser storage and similar technologies.

  • Essential technologies support checkout, account access, fraud prevention, security and shopping-cart functions.
  • Functional technologies remember settings such as language, currency and recently viewed products.
  • Analytics technologies help us understand website performance and customer interactions.
  • Advertising technologies help measure campaigns, personalize advertising and create audiences where permitted.

Where required by law, non-essential cookies will be used only after you provide consent. You can manage available choices through the cookie banner or customer-privacy controls.

07

Marketing communications

Where you have consented, or where otherwise legally permitted, we may send information about ELLOVER products, collections, promotions and news.

You may unsubscribe from marketing emails using the unsubscribe link in the message or by contacting support@ellover.com .

Unsubscribing from marketing does not prevent us from sending transactional messages relating to orders, payments, delivery, returns, security or customer-care requests.

08

How information may be shared

Personal information may be shared with service providers where necessary to operate ELLOVER and provide requested services.

  • Shopify and ecommerce technology providers.
  • Payment processors and financial institutions.
  • Suppliers, warehouses and order-fulfilment partners.
  • Postal operators, couriers and shipping providers.
  • Customer-support and communication providers.
  • Fraud-prevention and cybersecurity providers.
  • Analytics, advertising and marketing providers.
  • Accountants, legal advisers, auditors and insurers.
  • Regulators, courts, government bodies and law-enforcement authorities where legally required.
  • A buyer, successor or adviser involved in a sale, merger, restructuring or transfer of the business.

Service providers are permitted to use personal information only for the applicable service and subject to their legal and contractual obligations.

09

International transfers

BLUE HORIZON LINE LTD, Shopify and other service providers may process personal information outside the United Kingdom or the country where you live.

Where required, recognized safeguards may be used for international transfers, including adequacy regulations, contractual protections or another lawful transfer mechanism.

10

Data retention

Personal information is retained only for as long as reasonably necessary to fulfil the purposes described in this policy.

Retention periods may depend on:

  • The reason the information was collected.
  • The nature and sensitivity of the information.
  • Whether you maintain an active customer account.
  • Tax, accounting and record-keeping obligations.
  • Fraud-prevention and security requirements.
  • Potential complaints, chargebacks, disputes or legal claims.

Information that is no longer required may be deleted, anonymized or securely restricted.

11

Information security

We use reasonable technical and organizational measures designed to protect personal information from unauthorized access, alteration, loss, misuse or disclosure.

No system or method of internet transmission is completely secure. We therefore cannot guarantee absolute security.

Customers are responsible for maintaining the confidentiality of their account credentials and notifying us of suspected unauthorized account activity.

12

Your privacy rights

Depending on your location and applicable law, you may have the following rights:

Access Request a copy of personal information held about you.
Correction Request correction of inaccurate or incomplete information.
Deletion Request deletion where there is no lawful reason to retain the information.
Restriction Ask us to restrict processing in certain circumstances.
Portability Receive eligible information in a structured, machine-readable format.
Object Object to direct marketing or certain processing based on legitimate interests.
Withdraw consent Withdraw consent where processing relies on consent.
Automated decisions Request safeguards concerning qualifying automated decisions.

To submit a privacy request, email support@ellover.com with the subject line Privacy Request.

We may request information necessary to verify your identity before completing a request. Privacy requests will normally be handled within the period required by applicable law.

13

Right to object to direct marketing

You have the right to object at any time to the use of your personal information for direct marketing.

You may use the unsubscribe link in an email or contact support@ellover.com .

Once a valid objection is received, we will stop using your information for the relevant direct-marketing activity.

14

Advertising and data-sharing choices

Certain privacy laws use broad definitions of “sale,” “sharing” or targeted advertising that may include disclosures involving advertising cookies, pixels or identifiers.

Where applicable, customers may use the cookie banner, privacy controls or data-sharing opt-out page available on ellover.com to manage relevant choices.

15

Children’s privacy

ELLOVER is not directed to children, and we do not knowingly collect personal information from children below the minimum age required by applicable law.

Contact support@ellover.com if you believe a child has submitted personal information without appropriate authorization.

16

Third-party websites

ELLOVER may contain links to external websites, payment providers, social networks or services not controlled by BLUE HORIZON LINE LTD.

Those services operate under their own privacy notices. Review their policies before submitting personal information.

17

Complaints

Contact us first if you have concerns about how your personal information has been handled.

You may also have the right to complain to the UK Information Commissioner’s Office or another competent data-protection authority in your country.

18

Changes to this policy

We may update this policy to reflect changes to our store, technology, service providers, legal obligations or business operations.

The latest version will be displayed on this page with a revised “Last updated” date.

19

Contact information

Privacy questions and requests may be sent to:

BLUE HORIZON LINE LTD
Trading brand: ELLOVER
Company number: 15881232
Office 9036, 321–323 High Road
Chadwell Heath, Romford
Essex, England, RM6 6AX
Email: support@ellover.com

Have a privacy question?

Contact ELLOVER regarding your information, marketing preferences, consent choices or a request to access, correct or delete personal data.

Contact Privacy Support