Terms of service

#cc-terms, #cc-terms *, #cc-terms *::before, #cc-terms *::after { box-sizing: border-box; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; -webkit-font-smoothing: antialiased; } #cc-terms { --ink: #1d1d1f; --mid: #6e6e73; --ghost: #aeaeb2; --rule: #e8e8ed; --bg: #f5f5f7; --white: #ffffff; --accent:#e8192c; --amber-bg: #fff7e8; --amber-rule: #f0dca8; max-width: 880px; margin: 0 auto; padding: 48px 24px 80px; color: var(--ink); } #cc-terms a { color: inherit; text-decoration: none; } #cc-terms ul, #cc-terms li { list-style: none; margin: 0; padding: 0; } /* ── HEADER ── */ #cc-terms .tm-head { margin-bottom: 16px; } #cc-terms .tm-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; } #cc-terms .tm-title { font-size: clamp(28px, 4vw, 38px); font-weight: 800; letter-spacing: -.03em; margin-bottom: 10px; line-height: 1.1; } #cc-terms .tm-sub { font-size: 15px; color: var(--mid); line-height: 1.6; max-width: 58ch; margin-bottom: 16px; } #cc-terms .tm-updated { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--mid); background: var(--bg); border: 1px solid var(--rule); border-radius: 100px; padding: 5px 14px; } #cc-terms .tm-updated svg { width: 12px; height: 12px; flex-shrink: 0; } /* ── INTRO ── */ #cc-terms .tm-intro { font-size: 14px; color: var(--mid); line-height: 1.75; margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid var(--rule); } #cc-terms .tm-intro p { margin-bottom: 14px; } #cc-terms .tm-intro p:last-child { margin-bottom: 0; } #cc-terms .tm-intro a { color: var(--ink); font-weight: 600; text-decoration: underline; text-decoration-color: var(--rule); } #cc-terms .tm-intro a:hover { text-decoration-color: var(--ink); } /* ── SECTION ── */ #cc-terms .tm-section { margin-bottom: 44px; } #cc-terms .tm-section:last-of-type { margin-bottom: 0; } #cc-terms .tm-section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; } #cc-terms .tm-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--bg); border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } #cc-terms .tm-icon svg { width: 18px; height: 18px; stroke: var(--ink); fill: none; } #cc-terms .tm-section-title { font-size: 19px; font-weight: 700; letter-spacing: -.015em; } #cc-terms .tm-body { font-size: 14px; color: var(--mid); line-height: 1.75; } #cc-terms .tm-body p { margin-bottom: 14px; } #cc-terms .tm-body p:last-child { margin-bottom: 0; } #cc-terms .tm-body strong { color: var(--ink); font-weight: 600; } /* ── BULLET LIST INSIDE SECTIONS ── */ #cc-terms .tm-list { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; } #cc-terms .tm-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: var(--mid); line-height: 1.55; } #cc-terms .tm-list li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--ghost); flex-shrink: 0; margin-top: 7px; } /* ── TWO-CARD GRID (used for warranty / liability splits) ── */ #cc-terms .tm-subgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; } #cc-terms .tm-subcard { background: var(--bg); border: 1px solid var(--rule); border-radius: 14px; padding: 20px 20px 22px; } #cc-terms .tm-subcard-title { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 10px; } #cc-terms .tm-subcard-text { font-size: 13px; color: var(--mid); line-height: 1.6; } /* ── NOTE BOX ── */ #cc-terms .tm-note { font-size: 13px; color: var(--mid); line-height: 1.7; background: var(--bg); border: 1px solid var(--rule); border-radius: 14px; padding: 18px 20px; margin-top: 10px; } /* ── CONTACT BLOCK ── */ #cc-terms .tm-contact { margin-top: 52px; padding-top: 40px; border-top: 1px solid var(--rule); text-align: center; } #cc-terms .tm-contact-title { font-size: 22px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 6px; } #cc-terms .tm-contact-sub { font-size: 14px; color: var(--mid); margin-bottom: 28px; } #cc-terms .tm-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 620px; margin: 0 auto; } #cc-terms .tm-contact-card { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 22px 16px; border: 1px solid var(--rule); border-radius: 16px; background: var(--white); transition: border-color .15s, box-shadow .15s; } #cc-terms .tm-contact-card:hover { border-color: var(--ghost); box-shadow: 0 6px 20px rgba(0,0,0,.06); } #cc-terms .tm-contact-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } #cc-terms .tm-contact-icon svg { width: 18px; height: 18px; } #cc-terms .tm-contact-icon.wa svg { fill: #25D366; stroke: none; } #cc-terms .tm-contact-icon.ph svg, #cc-terms .tm-contact-icon.em svg { stroke: var(--ink); fill: none; } #cc-terms .tm-contact-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--ghost); } #cc-terms .tm-contact-value { font-size: 13px; font-weight: 600; color: var(--ink); text-align: center; word-break: break-word; } /* ── RESPONSIVE ── */ @media (max-width: 640px) { #cc-terms { padding: 32px 16px 56px; } #cc-terms .tm-title { font-size: 26px; } #cc-terms .tm-section-title { font-size: 17px; } #cc-terms .tm-subgrid, #cc-terms .tm-contact-grid { grid-template-columns: 1fr; } #cc-terms .tm-icon { width: 34px; height: 34px; } }

Cellco

Terms & Conditions

The terms that apply when you use our website or purchase a device from us. Please read these carefully.

Last updated: March 2026

These Terms and Conditions ("Terms") govern your use of the Cellco website and your purchase of any product from us. Cellco is operated by Cellco and Retail (Pty) Ltd, a company registered in South Africa, trading as Cellco ("Cellco", "we", "us", or "our").

By accessing our website or placing an order, you agree to be bound by these Terms. If you do not agree with any part of these Terms, please do not use our website or purchase from us. If you have any questions, contact us at info@cellco.co.za.

Who We Are

Cellco is a South African online retailer specialising in graded, pre-owned Apple devices including iPhones, iPads, MacBooks, Apple Watches, and AirPods. Every device sold by Cellco is inspected, tested, and graded before being listed for sale.

We are based in Johannesburg, South Africa, and ship nationwide. Cellco is not affiliated with, endorsed by, or sponsored by Apple Inc. "Apple", "iPhone", "iPad", "MacBook", "Apple Watch", and "AirPods" are trademarks of Apple Inc.

Eligibility

To purchase from Cellco, you must be at least 18 years old, or have the consent of a parent or legal guardian. By placing an order, you confirm that the information you provide is accurate, current, and complete, and that you have the legal capacity to enter into this agreement.

Products, Grading & Pricing

All devices listed on our website have been tested and assigned a condition grade. Grade descriptions are provided on each product page and are intended to give you an honest, accurate picture of the device's cosmetic and functional condition prior to purchase.

We make every reasonable effort to ensure that prices and product descriptions on our website are accurate. However, errors may occasionally occur. If we discover a pricing or listing error after you have placed an order, we will contact you before processing the order, and you will have the option to confirm the order at the correct price or cancel it for a full refund.

Product images are for illustrative purposes. Due to the nature of pre-owned devices, the exact unit you receive may show minor cosmetic variation consistent with its stated grade.

Orders & Payment

An order is only confirmed once payment has been successfully received and processed. We reserve the right to refuse, cancel, or limit any order at our discretion, including in cases of suspected fraud, pricing errors, or stock unavailability.

Where available, Cellco offers buy-now-pay-later options through third-party providers such as Payflex. Any such facility is governed by that provider's own terms and conditions, which are separate from these Terms. Cellco is not responsible for the approval decisions, repayment terms, or conduct of third-party payment providers.

  • All prices listed are in South African Rand (ZAR) and include VAT where applicable
  • Payment must be received in full before a device is dispatched
  • We reserve the right to verify payment and identity details before fulfilling an order

Delivery

We aim to dispatch orders promptly and deliver nationwide across South Africa using reputable courier partners. Estimated delivery timeframes are provided at checkout and on our Shipping Policy page, but are not guaranteed and may be affected by courier delays outside of our control.

Risk in a device passes to you once it has been delivered to the address provided at checkout. It is your responsibility to ensure that the delivery address and contact details provided are correct and that someone is available to receive the parcel.

Returns, Refunds & Warranty

Returns and refunds are governed by our separate Refund Policy, which forms part of these Terms. In summary, you may request a refund within 7 days of purchase or delivery, subject to proof of purchase and the device being returned in its original condition.

7-Day Refund Window

Covers eligible returns such as undisclosed defects or damage on arrival. Full details are set out in our Refund Policy.

90-Day Warranty

Separately from the refund window, every device is backed by a 90-day in-house warranty covering genuine faults that arise after purchase, for repair or replacement at our discretion.

The warranty does not cover damage caused by misuse, accidental damage, liquid damage, unauthorised repairs, or normal wear and tear consistent with the device's stated grade. Cellco reserves the right to inspect any device before approving a warranty repair, replacement, or refund.

Acceptable Use of Our Website

You agree to use our website only for lawful purposes. You may not use our website to transmit harmful code, attempt unauthorised access to our systems, scrape or harvest data, or engage in any activity that could damage, disable, or impair our website's functionality.

Intellectual Property

All content on our website, including text, graphics, logos, and images, is the property of Cellco or its licensors and is protected by South African and international copyright and trademark law. You may not reproduce, distribute, or use any content from our website for commercial purposes without our prior written consent.

Limitation of Liability

To the fullest extent permitted by South African law, Cellco's total liability to you arising out of or in connection with any order shall not exceed the amount paid for the relevant device. Cellco shall not be liable for any indirect, incidental, or consequential loss, including loss of data, profits, or business opportunity.

Nothing in these Terms is intended to limit any right or protection you have under the Consumer Protection Act 68 of 2008 or any other applicable South African consumer legislation that cannot lawfully be excluded.

Privacy

Your use of our website is also governed by our Privacy Policy, which explains how we collect, use, and protect your personal information in compliance with the Protection of Personal Information Act (POPIA). By using our website, you consent to the practices described in that policy.

Changes to These Terms

We may update these Terms from time to time to reflect changes in our business or applicable law. Changes will be posted on this page with a revised date. Your continued use of our website after any changes constitutes acceptance of the updated Terms.

Governing Law

These Terms are governed by the laws of the Republic of South Africa. Any disputes arising from these Terms or your use of our website will be subject to the jurisdiction of the South African courts.

Questions About These Terms?

Reach out and we will get back to you as soon as possible.