Terms of service

.avernea-terms-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; 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-terms-wrap { max-width: 1080px; margin: 0 auto; } .avernea-terms-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); gap: 22px; align-items: stretch; margin-bottom: 22px; } .avernea-terms-hero-main, .avernea-terms-summary { background: rgba(255, 255, 255, 0.86); 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: averneaTermsFadeUp 0.55s ease both; } .avernea-terms-hero-main { padding: clamp(26px, 5vw, 46px); } .avernea-terms-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-terms-dot { width: 9px; height: 9px; border-radius: 50%; background: #19a463; box-shadow: 0 0 0 5px rgba(25, 164, 99, 0.12); } .avernea-terms-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-terms-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-terms-disclaimer { 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-terms-summary { padding: 24px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; } .avernea-terms-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-terms-summary p { margin: 0; color: var(--av-muted); font-size: 14px; line-height: 1.5; } .avernea-terms-meta { display: grid; gap: 10px; } .avernea-terms-meta-item { padding: 12px; border-radius: 16px; background: var(--av-soft); border: 1px solid var(--av-border); } .avernea-terms-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-terms-meta-value { display: block; color: var(--av-dark); font-size: 14px; font-weight: 850; line-height: 1.35; word-break: break-word; } .avernea-terms-nav { display: flex; gap: 10px; flex-wrap: wrap; margin: 22px 0; } .avernea-terms-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-terms-nav a:hover { transform: translateY(-2px); background: var(--av-soft); box-shadow: 0 10px 22px rgba(42, 27, 22, 0.06); } .avernea-terms-content { display: grid; gap: 14px; animation: averneaTermsFadeUp 0.65s ease both; } .avernea-terms-section { background: var(--av-card); border: 1px solid var(--av-border); border-radius: 22px; padding: 0; overflow: hidden; box-shadow: 0 10px 24px rgba(42, 27, 22, 0.045); } .avernea-terms-section details { width: 100%; } .avernea-terms-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-terms-section summary::-webkit-details-marker { display: none; } .avernea-terms-section summary:hover { background: var(--av-soft); } .avernea-terms-section summary span { display: inline-flex; align-items: center; gap: 10px; } .avernea-terms-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; letter-spacing: 0; } .avernea-terms-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-terms-chevron:before, .avernea-terms-chevron:after { content: ""; position: absolute; background: var(--av-dark); border-radius: 99px; top: 50%; left: 50%; transform: translate(-50%, -50%); } .avernea-terms-chevron:before { width: 12px; height: 2px; } .avernea-terms-chevron:after { width: 2px; height: 12px; transition: opacity 0.2s ease; } .avernea-terms-section details[open] .avernea-terms-chevron:after { opacity: 0; } .avernea-terms-section details[open] .avernea-terms-chevron { transform: rotate(180deg); } .avernea-terms-body { padding: 0 22px 22px 64px; color: var(--av-muted); font-size: 15px; line-height: 1.72; animation: averneaTermsOpen 0.28s ease both; } .avernea-terms-body p { margin: 0 0 12px; } .avernea-terms-body p:last-child { margin-bottom: 0; } .avernea-terms-body ul { margin: 8px 0 14px; padding-left: 20px; } .avernea-terms-body li { margin-bottom: 8px; } .avernea-terms-body strong { color: var(--av-dark); font-weight: 950; } .avernea-terms-body a { color: var(--av-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; } .avernea-terms-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-terms-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-terms-contact-card p { margin: 0; color: rgba(255,255,255,0.78); font-size: 15px; line-height: 1.55; } .avernea-terms-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-terms-contact-card a:hover { transform: translateY(-2px); opacity: 0.92; } @keyframes averneaTermsFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } } @keyframes averneaTermsOpen { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } } @media screen and (max-width: 900px) { .avernea-terms-hero { grid-template-columns: 1fr; } .avernea-terms-summary { padding: 20px; } .avernea-terms-contact-card { grid-template-columns: 1fr; } .avernea-terms-contact-card a { width: fit-content; } } @media screen and (max-width: 640px) { .avernea-terms-page { padding: 26px 12px 42px; } .avernea-terms-hero-main { padding: 24px 18px; border-radius: 22px; } .avernea-terms-summary { border-radius: 22px; } .avernea-terms-nav { gap: 8px; } .avernea-terms-nav a { font-size: 12px; padding: 9px 11px; } .avernea-terms-section { border-radius: 18px; } .avernea-terms-section summary { padding: 17px 16px; align-items: flex-start; } .avernea-terms-number { min-width: 28px; height: 28px; font-size: 11px; } .avernea-terms-body { padding: 0 16px 18px 16px; font-size: 14px; line-height: 1.68; } .avernea-terms-contact-card { padding: 22px 18px; border-radius: 20px; } }
Avernea Legal

Terms of Service

These Terms explain how you may use the Avernea website, place orders, interact with our services, and understand your rights and responsibilities when shopping with us.

This page is written to be clear and easy to understand. It does not remove any rights you may have under applicable consumer protection laws.

Quick summary

By using our website or placing an order, you agree to these Terms, our Privacy Policy, and any other store policies linked on our website.

Brand Avernea
Country South Africa
Contact info@avernea.co.za
Last updated 2 August 2026
Overview Orders Products Shipping Privacy Contact
01 Overview

These Terms of Service govern your use of avernea.co.za and purchases made from Avernea. In these Terms, “Avernea”, “we”, “us” and “our” refer to the Avernea business that operates avernea.co.za.

These Terms of Service explain the rules that apply when you browse our website, interact with our store, create an account, place an order, or use any of our services.

By visiting, using, or purchasing from our website, you agree to be bound by these Terms of Service and our Privacy Policy. If you do not agree, you should not use the website or purchase from Avernea.

02 Access and account use

By using our website, you confirm that you are at least the age of majority in your area of residence, or that you have permission from a parent or legal guardian to use the website.

You may be asked to provide information such as your name, email address, billing details, payment details, phone number, and delivery address. You agree that all information you provide must be accurate, current, and complete.

You are responsible for keeping your account details secure. You may not sell, transfer, assign, or allow another person to use your account without permission.

03 Products and product information

We aim to display our products as accurately as possible. However, product colours, packaging, textures, and appearance may look slightly different depending on your device, screen settings, lighting, and product availability.

Avernea focuses on male hair care and grooming routines. Product information on our website is provided for general grooming and educational purposes only. Individual results may vary depending on consistency, hair condition, scalp condition, lifestyle, and other personal factors.

Unless specifically required by law, we do not guarantee that a product will produce a specific result for every customer. Product descriptions, prices, offers, bundles, and availability may be updated or discontinued at any time.

04 Orders, acceptance, and cancellations

When you place an order, you are making an offer to purchase the selected product or products. Your order is only accepted once payment has been received and processed, and once we confirm or begin processing your order.

Please review your order details carefully before submitting your order. This includes your product selection, quantity, delivery information, phone number, and email address.

We may be unable to cancel or change an order once it has been accepted, packed, fulfilled, or handed over to a courier. If we need to decline, change, or cancel an order, we will attempt to contact you using the email address, billing details, or phone number provided at checkout.

Purchases are intended for personal or household use and may not be made for unauthorised resale, commercial resale, or unlawful export.

05 Prices, payments, and billing

Prices, discounts, bundles, and promotions may change without notice. The price charged will be the price shown at checkout when your order is placed, unless an obvious error has occurred.

You agree to provide accurate and current billing, payment, and contact information. You also confirm that you are authorised to use the payment method provided.

If a payment is declined, reversed, flagged, or not completed, we may delay, cancel, or refuse the order. You remain responsible for any approved charges connected to your order, including product costs, delivery fees, and applicable taxes or charges.

06 Shipping and delivery

Delivery times shown on our website, emails, or tracking pages are estimates only. We work to dispatch and deliver orders as efficiently as possible, but delivery timelines may be affected by courier delays, stock movement, supplier processing, remote-area routing, customs processing, public holidays, incorrect customer information, or events outside our control.

Once your order enters the courier network, tracking updates may take time to appear. Some courier stages can take several hours or business days before a new scan is shown.

Customers are responsible for providing accurate delivery details. If your delivery address, phone number, or contact details are incorrect, delayed delivery or failed delivery may occur.

07 Returns, refunds, and exchanges

Returns, refunds, replacements, and exchanges are handled according to our Refund Policy. Please review that policy before purchasing.

Certain products may not qualify for return once opened, used, damaged, or handled in a way that affects hygiene, resale condition, or product integrity, unless applicable law requires otherwise.

08 Intellectual property

The Avernea website, branding, product names, images, graphics, videos, text, page layouts, designs, logos, and other materials are owned by Avernea or used with permission from our service providers, partners, or licensors.

You may use our website for personal, non-commercial shopping purposes only. You may not copy, reproduce, modify, distribute, publish, download, store, display, sell, or exploit any part of our website or content without our written permission.

Shopify and other third-party names, logos, and trademarks remain the property of their respective owners.

09 Optional tools and third-party links

Our website may include third-party tools, apps, payment providers, tracking tools, embedded features, or links to third-party websites.

These tools and links are provided for convenience. We do not control third-party websites or services and are not responsible for their content, accuracy, policies, availability, or actions.

If you use third-party services or leave our website through a third-party link, you do so at your own discretion and should review the relevant third party’s own terms and policies.

10 Relationship with Shopify

Avernea is powered by Shopify, which provides the ecommerce technology that allows us to operate our online store.

Sales made through this website are made directly between you and Avernea. Shopify is not responsible for the products you purchase from Avernea, our fulfilment process, customer service, delivery outcomes, or any claims connected to your purchase from us.

11 Privacy

Personal information collected through our website is handled according to our Privacy Policy.

Because our store is powered by Shopify and supported by third-party service providers, information you submit may be processed by Shopify and other partners that help us operate the store, process payments, fulfil orders, provide customer support, and improve our services.

12 Reviews, feedback, and customer content

If you send us feedback, reviews, photos, videos, suggestions, messages, comments, or other content, you confirm that you have the right to share it and that it does not violate anyone else’s rights.

You allow Avernea to use, reproduce, publish, display, edit, and distribute that content for purposes connected to operating, improving, and promoting our business, unless prohibited by law.

You may not submit content that is false, misleading, unlawful, abusive, defamatory, obscene, harmful, spam-related, or that contains viruses, malware, or other harmful code.

13 Errors, inaccuracies, and availability

Our website may occasionally contain errors, inaccuracies, or omissions related to product information, descriptions, pricing, promotions, delivery charges, delivery estimates, availability, or other details.

We reserve the right to correct errors, update information, change availability, or cancel orders affected by inaccurate information, even after an order has been submitted, where permitted by law.

14 Prohibited uses

You may not use our website or services:

  • for unlawful, fraudulent, abusive, or harmful purposes;
  • to violate any applicable law, rule, regulation, or ordinance;
  • to infringe our intellectual property rights or the rights of others;
  • to submit false, misleading, or inaccurate information;
  • to upload or transmit viruses, malware, or harmful code;
  • to spam, phish, scrape, crawl, or interfere with the website;
  • to impersonate another person or misrepresent your identity;
  • to interfere with website security, payment systems, or store operations.

We may suspend, restrict, or terminate access to our website or services if we believe these Terms have been violated.

15 Termination

We may terminate or restrict your access to our website or services at any time if we believe you have violated these Terms or used the website in a harmful, unlawful, or improper way.

Termination does not remove any payment obligations or responsibilities that arose before termination.

16 Disclaimer of warranties

Our website, services, and products are provided on an “as is” and “as available” basis, unless we expressly state otherwise or applicable law requires otherwise.

We do not guarantee that the website will always be available, uninterrupted, secure, error-free, or that all information will always be complete or current.

To the fullest extent permitted by law, Avernea disclaims warranties or conditions not expressly stated, including implied warranties of merchantability, fitness for a particular purpose, durability, title, and non-infringement.

17 Limitation of liability

To the fullest extent permitted by law, Avernea, its partners, employees, contractors, service providers, and licensors will not be liable for indirect, incidental, special, consequential, punitive, or similar damages arising from your use of the website, services, or products.

This includes, where permitted by law, loss of profit, loss of revenue, loss of data, replacement costs, or damages connected to errors, delays, interruptions, product use, website use, or third-party services.

Nothing in these Terms is intended to exclude or limit liability where it cannot legally be excluded or limited.

18 Indemnification

You agree to indemnify and hold harmless Avernea, Shopify, and our respective partners, employees, affiliates, contractors, licensors, and service providers from claims, losses, damages, liabilities, costs, and expenses arising from your breach of these Terms, your violation of any law, your misuse of the website, or your violation of another person’s rights.

19 Severability, waiver, and entire agreement

If any part of these Terms is found to be unlawful, void, or unenforceable, the remaining parts will continue to apply to the fullest extent permitted by law.

If we do not enforce a right or provision immediately, that does not mean we have waived that right or provision.

These Terms, together with our posted policies and any terms shown at checkout, make up the entire agreement between you and Avernea regarding your use of our website and services.

20 Assignment

You may not transfer, assign, or delegate your rights or obligations under these Terms without our prior written consent.

We may transfer, assign, or delegate our rights and obligations under these Terms where reasonably necessary for business, operational, legal, or service-provider purposes.

21 Governing law

These Terms and any separate agreements through which Avernea provides services or products are governed by the laws of South Africa, unless applicable law requires otherwise.

Any dispute will be handled by the appropriate courts or dispute-resolution bodies with jurisdiction, subject to applicable consumer protection laws.

22 Changes to these Terms

We may update, change, or replace parts of these Terms by posting the updated version on this page.

It is your responsibility to review this page periodically. Your continued use of the website after changes are posted means you accept the updated Terms.

23 Contact information

Questions about these Terms of Service should be sent to us at info@avernea.co.za.

Need help with an order?

Contact Avernea support with your full name, order number, and the email or phone number used at checkout so we can assist you faster.

Email Avernea