Privacy policy

.avernea-privacy-page { --av-bg: #fffaf3; --av-card: #ffffff; --av-dark: #2d1f1b; --av-brown: #3a251f; --av-muted: #6f625d; --av-gold: #b48a4d; --av-border: #eadbc8; --av-soft: #fbf5ec; --av-green: #19a463; width: 100%; background: radial-gradient(circle at top left, rgba(180, 138, 77, 0.12), transparent 34%), linear-gradient(180deg, #fffaf3 0%, #fff7ef 100%); color: var(--av-dark); padding: 40px 16px 56px; font-family: inherit; overflow: hidden; } .avernea-privacy-wrap { max-width: 1080px; margin: 0 auto; } .avernea-privacy-hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr); gap: 22px; align-items: stretch; margin-bottom: 22px; } .avernea-privacy-hero-main, .avernea-privacy-summary { background: rgba(255, 255, 255, 0.88); border: 1px solid var(--av-border); border-radius: 28px; box-shadow: 0 18px 45px rgba(42, 27, 22, 0.08); backdrop-filter: blur(10px); animation: averneaPrivacyFadeUp 0.55s ease both; } .avernea-privacy-hero-main { padding: clamp(26px, 5vw, 46px); } .avernea-privacy-pill { display: inline-flex; align-items: center; gap: 8px; width: fit-content; border-radius: 999px; padding: 9px 13px; background: var(--av-soft); border: 1px solid var(--av-border); color: var(--av-brown); font-size: 12px; font-weight: 950; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; } .avernea-privacy-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--av-green); box-shadow: 0 0 0 5px rgba(25, 164, 99, 0.12); } .avernea-privacy-hero h1 { margin: 0; color: var(--av-dark); font-size: clamp(36px, 7vw, 72px); line-height: 0.94; letter-spacing: -0.065em; font-weight: 950; } .avernea-privacy-intro { margin: 18px 0 0; max-width: 760px; color: var(--av-muted); font-size: clamp(16px, 2.2vw, 20px); line-height: 1.58; font-weight: 500; } .avernea-privacy-notice { margin-top: 20px; padding: 14px 16px; border-radius: 18px; background: #fff6e8; border: 1px solid #ead5b7; color: #6b4a20; font-size: 13.5px; line-height: 1.5; font-weight: 650; } .avernea-privacy-summary { padding: 24px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; } .avernea-privacy-summary h2 { margin: 0 0 8px; color: var(--av-dark); font-size: 22px; line-height: 1.15; font-weight: 950; letter-spacing: -0.035em; } .avernea-privacy-summary p { margin: 0; color: var(--av-muted); font-size: 14px; line-height: 1.5; } .avernea-privacy-meta { display: grid; gap: 10px; } .avernea-privacy-meta-item { padding: 12px; border-radius: 16px; background: var(--av-soft); border: 1px solid var(--av-border); } .avernea-privacy-meta-label { display: block; color: var(--av-gold); font-size: 11px; font-weight: 950; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px; } .avernea-privacy-meta-value { display: block; color: var(--av-dark); font-size: 14px; font-weight: 850; line-height: 1.35; word-break: break-word; } .avernea-privacy-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0; } .avernea-privacy-quick-card { background: var(--av-card); border: 1px solid var(--av-border); border-radius: 22px; padding: 18px; box-shadow: 0 10px 24px rgba(42, 27, 22, 0.045); animation: averneaPrivacyFadeUp 0.65s ease both; } .avernea-privacy-quick-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--av-dark); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 12px; } .avernea-privacy-quick-card h3 { margin: 0 0 6px; color: var(--av-dark); font-size: 17px; line-height: 1.2; font-weight: 950; letter-spacing: -0.02em; } .avernea-privacy-quick-card p { margin: 0; color: var(--av-muted); font-size: 14px; line-height: 1.5; } .avernea-privacy-nav { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0; } .avernea-privacy-nav a { text-decoration: none; color: var(--av-dark); background: #ffffff; border: 1px solid var(--av-border); border-radius: 999px; padding: 10px 13px; font-size: 13px; font-weight: 850; transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; } .avernea-privacy-nav a:hover { transform: translateY(-2px); background: var(--av-soft); box-shadow: 0 10px 22px rgba(42, 27, 22, 0.06); } .avernea-privacy-content { display: grid; gap: 14px; animation: averneaPrivacyFadeUp 0.65s ease both; } .avernea-privacy-section { background: var(--av-card); border: 1px solid var(--av-border); border-radius: 22px; overflow: hidden; box-shadow: 0 10px 24px rgba(42, 27, 22, 0.045); } .avernea-privacy-section summary { list-style: none; cursor: pointer; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--av-dark); font-size: clamp(17px, 2vw, 20px); font-weight: 950; letter-spacing: -0.025em; transition: background 0.18s ease; } .avernea-privacy-section summary::-webkit-details-marker { display: none; } .avernea-privacy-section summary:hover { background: var(--av-soft); } .avernea-privacy-section summary span { display: inline-flex; align-items: center; gap: 10px; } .avernea-privacy-number { min-width: 32px; height: 32px; border-radius: 50%; background: var(--av-dark); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 950; } .avernea-privacy-chevron { width: 30px; height: 30px; min-width: 30px; border-radius: 50%; background: var(--av-soft); border: 1px solid var(--av-border); position: relative; transition: transform 0.2s ease; } .avernea-privacy-chevron:before, .avernea-privacy-chevron:after { content: ""; position: absolute; background: var(--av-dark); border-radius: 99px; top: 50%; left: 50%; transform: translate(-50%, -50%); } .avernea-privacy-chevron:before { width: 12px; height: 2px; } .avernea-privacy-chevron:after { width: 2px; height: 12px; transition: opacity 0.2s ease; } .avernea-privacy-section details[open] .avernea-privacy-chevron:after { opacity: 0; } .avernea-privacy-section details[open] .avernea-privacy-chevron { transform: rotate(180deg); } .avernea-privacy-body { padding: 0 22px 22px 64px; color: var(--av-muted); font-size: 15px; line-height: 1.72; animation: averneaPrivacyOpen 0.28s ease both; } .avernea-privacy-body p { margin: 0 0 12px; } .avernea-privacy-body ul { margin: 8px 0 14px; padding-left: 20px; } .avernea-privacy-body li { margin-bottom: 8px; } .avernea-privacy-body strong { color: var(--av-dark); font-weight: 950; } .avernea-privacy-body a { color: var(--av-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; } .avernea-privacy-highlight { padding: 14px 16px; border-radius: 16px; background: #effaf4; border: 1px solid #c8ead7; color: #17633e; font-weight: 750; line-height: 1.55; margin: 12px 0; } .avernea-privacy-warning { padding: 14px 16px; border-radius: 16px; background: #fff6e8; border: 1px solid #ead5b7; color: #6b4a20; font-weight: 750; line-height: 1.55; margin: 12px 0; } .avernea-privacy-contact-card { margin-top: 22px; background: var(--av-dark); color: #fff; border-radius: 24px; padding: 26px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; box-shadow: 0 18px 45px rgba(42, 27, 22, 0.14); } .avernea-privacy-contact-card h2 { margin: 0 0 8px; color: #fff; font-size: clamp(24px, 4vw, 36px); line-height: 1.05; font-weight: 950; letter-spacing: -0.045em; } .avernea-privacy-contact-card p { margin: 0; color: rgba(255,255,255,0.78); font-size: 15px; line-height: 1.55; } .avernea-privacy-contact-card a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px; padding: 0 18px; background: #fff; color: var(--av-dark); text-decoration: none; font-size: 14px; font-weight: 950; white-space: nowrap; transition: transform 0.18s ease, opacity 0.18s ease; } .avernea-privacy-contact-card a:hover { transform: translateY(-2px); opacity: 0.92; } @keyframes averneaPrivacyFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } } @keyframes averneaPrivacyOpen { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } } @media screen and (max-width: 900px) { .avernea-privacy-hero { grid-template-columns: 1fr; } .avernea-privacy-quick-grid { grid-template-columns: 1fr; } .avernea-privacy-contact-card { grid-template-columns: 1fr; } .avernea-privacy-contact-card a { width: fit-content; } } @media screen and (max-width: 640px) { .avernea-privacy-page { padding: 26px 12px 42px; } .avernea-privacy-hero-main, .avernea-privacy-summary { border-radius: 22px; } .avernea-privacy-hero-main { padding: 24px 18px; } .avernea-privacy-quick-card { border-radius: 18px; } .avernea-privacy-section { border-radius: 18px; } .avernea-privacy-section summary { padding: 17px 16px; align-items: flex-start; } .avernea-privacy-number { min-width: 28px; height: 28px; font-size: 11px; } .avernea-privacy-body { padding: 0 16px 18px 16px; font-size: 14px; line-height: 1.68; } .avernea-privacy-contact-card { padding: 22px 18px; border-radius: 20px; } }
Avernea Privacy

Privacy Policy

This Privacy Policy explains how Avernea collects, uses, stores, shares, and protects personal information when you visit our website, place an order, contact us, or use our services.

By using the Avernea website or placing an order, you acknowledge that you have read and understood this Privacy Policy.

Quick summary

We collect information needed to process orders, arrange delivery, provide customer support, improve your shopping experience, and communicate with you.

Brand Avernea
Responsible party Avernea
Last updated 2 August 2026
Contact info@avernea.co.za
🛒

Order information

We use your details to process orders, payments, delivery, returns, exchanges, and support requests.

🔒

Security and fraud checks

We may use information to help protect our store, customers, payments, and services from misuse.

📩

Communication choices

You may unsubscribe from promotional emails, while still receiving important order-related messages.

Information collected How we use it How we share it Shopify Your rights Contact
01 Overview

Avernea is the responsible party for personal information processed through avernea.co.za. References in this Privacy Policy to “Avernea”, “we”, “us” and “our” mean the Avernea business that operates avernea.co.za.

Avernea operates this website and online store, including related information, content, features, tools, products, and services. These are collectively referred to as the “Services”.

Avernea is powered by Shopify, which helps us provide our ecommerce Services to you.

If there is a conflict between our Terms of Service and this Privacy Policy, this Privacy Policy applies to the collection, processing, use, and disclosure of your personal information.

02 Personal information we collect

“Personal information” means information that identifies you or can reasonably be linked to you. It does not include information that has been anonymised or de-identified so that it cannot reasonably identify you.

Depending on how you interact with Avernea, we may collect or process:

  • Contact details: name, email address, phone number, billing address, and shipping address.
  • Payment and financial information: payment method, payment confirmation, transaction details, and related payment information.
  • Account information: username, password, preferences, settings, and security information.
  • Order and transaction information: products viewed, added to cart, purchased, returned, exchanged, cancelled, or saved.
  • Communications: messages, support requests, reviews, and information you provide when contacting us.
  • Device information: device type, browser, IP address, network connection, and unique identifiers.
  • Usage information: how you interact with, browse, and use our website and Services.
03 Sources of personal information

We may collect personal information from the following sources:

  • Directly from you: when you create an account, place an order, contact us, submit information, or use our Services.
  • Automatically through our website: including device data, browsing activity, cookies, pixels, and similar technologies.
  • From service providers: when they help us operate the store, process payments, fulfil orders, provide support, or analyse performance.
  • From partners or third parties: where permitted by law and relevant to our Services.
04 How we use your information

We may use personal information for the following purposes:

  • To provide and improve our Services: process orders, accept payments, arrange delivery, manage accounts, handle returns or exchanges, remember preferences, and improve your shopping experience.
  • To personalise your experience: show relevant products, improve website performance, and help make the store easier to use.
  • For marketing and advertising: send promotional emails or messages, show ads, and recommend products based on your activity, where permitted by law.
  • For security and fraud prevention: protect customers, payments, accounts, our website, and our business from suspicious or harmful activity.
  • To communicate with you: respond to enquiries, provide customer support, send order updates, and maintain our customer relationship.
  • For legal reasons: comply with laws, respond to valid legal requests, enforce our policies, and protect our rights.
We use customer information mainly to run the store properly, fulfil orders, support customers, improve the shopping experience, and protect our website.
05 How we disclose personal information

In certain circumstances, we may disclose personal information to third parties for legitimate business, operational, legal, or service-related purposes.

These parties may include:

  • Shopify: because Shopify powers our online store and helps provide ecommerce services.
  • Service providers: such as payment processors, shipping providers, fulfilment partners, IT providers, cloud storage providers, analytics providers, and customer support tools.
  • Marketing and advertising partners: to help provide advertising, retargeting, promotional communication, and marketing services.
  • Third parties you choose to interact with: such as social media integrations, login tools, or delivery-related providers.
  • Affiliates or business-related parties: where relevant for business operations.
  • Legal or regulatory parties: if required to comply with the law, enforce policies, respond to lawful requests, or protect rights and safety.
06 Relationship with Shopify

Avernea’s Services are hosted and supported by Shopify. Shopify collects and processes personal information about your access to and use of the Services so that the store can function and improve.

Information you submit to Avernea may be transmitted to Shopify and to third-party service providers, including parties located in countries outside your country of residence.

Shopify may also process information from your interaction with our store, with other merchants, and with Shopify in order to provide enhanced features, protect services, improve merchant tools, and support personalised experiences.

To learn more about how Shopify uses personal information, you may review Shopify’s consumer privacy information through Shopify’s own privacy resources.

07 Cookies and similar technologies

We and our service providers may use cookies, pixels, tags, analytics tools, and similar technologies to operate the website, remember preferences, analyse performance, improve the customer experience, and support marketing or advertising.

Your browser may allow you to disable or manage cookies. If you disable some cookies, certain website features may not work correctly.

08 Marketing and communication preferences

We may send promotional messages, offers, updates, or marketing communications where permitted by law.

You can opt out of promotional emails by using the unsubscribe option in the email. Even if you opt out of promotional communication, we may still send non-promotional messages, such as order confirmations, delivery updates, payment updates, support replies, and policy-related notices.

09 Third-party websites and links

Our website may contain links to websites, platforms, tools, or services operated by third parties.

If you follow a link to a third-party website, you should review that third party’s own privacy policy, security practices, and terms. We do not control and are not responsible for third-party websites, their content, or their privacy practices.

10 Children’s data

Our Services are not intended for children under the age of majority in their jurisdiction.

We do not knowingly collect personal information from children. If you are a parent or guardian and believe a child has provided personal information to Avernea, contact us so we can review and delete the information where appropriate.

11 Security and retention

We use reasonable measures to help protect personal information. However, no security method is perfect or guaranteed, and information transmitted online may not always be secure.

We recommend that you do not send sensitive or confidential information through unsecure channels.

We retain personal information for as long as reasonably necessary to provide Services, maintain accounts, fulfil orders, comply with legal obligations, resolve disputes, enforce agreements, and operate our business.

Keep your account credentials private. Do not share your password, login details, or security information with anyone else.
12 Your rights and choices

Depending on where you live, you may have certain rights regarding your personal information. These rights are not absolute and may apply only in specific circumstances.

Your rights may include:

  • Access / know: request access to personal information we hold about you.
  • Delete: request deletion of personal information, subject to legal and operational requirements.
  • Correct: request correction of inaccurate personal information.
  • Portability: request a copy of your personal information in certain circumstances.
  • Opt out of targeted advertising or sale/sharing: where applicable law gives you this right.
  • Manage communication preferences: unsubscribe from promotional emails or messages where applicable.

If you are located in the United Kingdom or European Economic Area, you may also have rights to object to certain processing, restrict processing, or withdraw consent where processing is based on consent.

We may need to verify your identity before processing a rights request. You may also be able to designate an authorised agent where permitted by applicable law.

13 Complaints

If you have a complaint about how we process personal information, please contact us at info@avernea.co.za.

Depending on where you live, you may also have the right to contact your local data protection authority or appeal a decision relating to your privacy request.

14 International transfers

We may transfer, store, or process personal information outside the country where you live, including through Shopify and other service providers.

Where required by law, international transfers may rely on recognised legal mechanisms, contractual safeguards, or other lawful transfer methods.

15 Changes to this Privacy Policy

We may update this Privacy Policy from time to time to reflect changes in our practices, store operations, legal requirements, service providers, or other business needs.

When we update this Privacy Policy, we will post the revised version on this page and update the “Last updated” date where appropriate.

16 Platforms, service providers and automated support

Shopify. Our online store is hosted by Shopify. Shopify processes store, product, order, checkout and customer account information on our behalf.

Yoco. Card payments are processed by Yoco. Card details are collected and handled by the payment provider and its banking partners. We do not receive or store full card numbers.

Meta (Facebook and Instagram). We operate an Avernea Facebook Page and the Instagram account @officialavernea. When you send us a message or comment on our content, Meta provides us with that message or comment and the profile information attached to it, such as your name, profile picture and the Meta-scoped identifier for your account, so that we can reply to you. We may also use Meta advertising and measurement tools in connection with our website and our advertising.

Gmail. Customer support email sent to info@avernea.co.za is received, stored and managed through the Google Gmail service.

Automated support assistance. We use an automated customer support assistant to help read and respond to enquiries received through our website, our support email address and our Facebook and Instagram accounts. It is used for routine matters such as order status, product questions, delivery queries and general information.

Human review and escalation. The automated assistant does not make final decisions about refunds, disputes, complaints or other matters affecting your rights. A person at Avernea can review, take over and respond to any conversation, and those matters are escalated to a person.

International processing. Several of the providers described above operate outside South Africa. This means your personal information may be processed in other countries by those providers.

Deleting support and social interaction data. You can ask us to delete eligible customer support and social media interaction data. See our Data Deletion Requests page, or email info@avernea.co.za.

17 Contact information

If you have questions about this Privacy Policy, our privacy practices, or if you want to exercise a privacy right available to you, contact us at:

Email: info@avernea.co.za

Need privacy support?

Email Avernea with your request and include enough detail for us to identify and assist with your account, order, or enquiry.

Email Avernea