Shipping policy

#cc-shipping, #cc-shipping *, #cc-shipping *::before, #cc-shipping *::after { box-sizing: border-box; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; -webkit-font-smoothing: antialiased; } #cc-shipping { --ink: #1d1d1f; --mid: #6e6e73; --ghost: #aeaeb2; --rule: #e8e8ed; --bg: #f5f5f7; --white: #ffffff; --accent:#e8192c; --green: #1a7f3c; --green-bg: #eaf7ee; --amber-bg: #fff7e8; --amber-rule: #f0dca8; max-width: 880px; margin: 0 auto; padding: 48px 24px 80px; color: var(--ink); } #cc-shipping a { color: inherit; text-decoration: none; } #cc-shipping ul, #cc-shipping li { list-style: none; margin: 0; padding: 0; } /* ── HEADER ── */ #cc-shipping .sh-head { margin-bottom: 16px; } #cc-shipping .sh-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; } #cc-shipping .sh-title { font-size: clamp(28px, 4vw, 38px); font-weight: 800; letter-spacing: -.03em; margin-bottom: 10px; line-height: 1.1; } #cc-shipping .sh-sub { font-size: 15px; color: var(--mid); line-height: 1.6; max-width: 58ch; margin-bottom: 40px; } /* ── SECTION ── */ #cc-shipping .sh-section { margin-bottom: 44px; } #cc-shipping .sh-section:last-of-type { margin-bottom: 0; } #cc-shipping .sh-section-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; } #cc-shipping .sh-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-shipping .sh-icon svg { width: 18px; height: 18px; stroke: var(--ink); fill: none; } #cc-shipping .sh-section-title { font-size: 19px; font-weight: 700; letter-spacing: -.015em; } /* ── DELIVERY OPTION CARDS ── */ #cc-shipping .sh-opt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } #cc-shipping .sh-opt-card { background: var(--bg); border: 1px solid var(--rule); border-radius: 16px; padding: 22px 22px 24px; display: flex; flex-direction: column; } #cc-shipping .sh-opt-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--white); border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; } #cc-shipping .sh-opt-icon svg { width: 18px; height: 18px; stroke: var(--ink); fill: none; } #cc-shipping .sh-opt-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 4px; } #cc-shipping .sh-opt-meta { font-size: 12.5px; color: var(--mid); margin-bottom: 14px; } #cc-shipping .sh-opt-bottom { margin-top: auto; display: flex; align-items: baseline; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--rule); } #cc-shipping .sh-opt-price { font-size: 17px; font-weight: 800; color: var(--ink); letter-spacing: -.01em; } #cc-shipping .sh-opt-time { font-size: 12px; font-weight: 600; color: var(--green); background: var(--green-bg); padding: 4px 10px; border-radius: 100px; } /* ── PROCESSING SCHEDULE ── */ #cc-shipping .sh-schedule { display: flex; flex-direction: column; gap: 12px; } #cc-shipping .sh-sched-row { display: flex; gap: 16px; padding: 18px 20px; border: 1px solid var(--rule); border-radius: 14px; background: var(--white); } #cc-shipping .sh-sched-when { flex-shrink: 0; width: 168px; } #cc-shipping .sh-sched-day { font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.4; } #cc-shipping .sh-sched-time { font-size: 12px; color: var(--ghost); } #cc-shipping .sh-sched-result { flex-shrink: 0; width: 130px; } #cc-shipping .sh-sched-badge { display: inline-flex; font-size: 11.5px; font-weight: 700; color: var(--ink); background: var(--bg); border: 1px solid var(--rule); border-radius: 100px; padding: 4px 11px; } #cc-shipping .sh-sched-desc { flex: 1; font-size: 13px; color: var(--mid); line-height: 1.55; } /* ── TRACKING ── */ #cc-shipping .sh-body { font-size: 14px; color: var(--mid); line-height: 1.75; } #cc-shipping .sh-body p { margin-bottom: 14px; } #cc-shipping .sh-body p:last-child { margin-bottom: 0; } /* ── WARNING NOTE ── */ #cc-shipping .sh-warning { display: flex; gap: 12px; align-items: flex-start; background: var(--amber-bg); border: 1px solid var(--amber-rule); border-radius: 14px; padding: 18px 20px; margin-top: 18px; } #cc-shipping .sh-warning svg { width: 18px; height: 18px; stroke: #8a6116; fill: none; flex-shrink: 0; margin-top: 1px; } #cc-shipping .sh-warning-text { font-size: 13px; color: #6b4a10; line-height: 1.65; } #cc-shipping .sh-warning-text strong { font-weight: 700; } /* ── CONTACT BLOCK ── */ #cc-shipping .sh-contact { margin-top: 52px; padding-top: 40px; border-top: 1px solid var(--rule); text-align: center; } #cc-shipping .sh-contact-title { font-size: 22px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 6px; } #cc-shipping .sh-contact-sub { font-size: 14px; color: var(--mid); margin-bottom: 28px; } #cc-shipping .sh-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 620px; margin: 0 auto; } #cc-shipping .sh-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-shipping .sh-contact-card:hover { border-color: var(--ghost); box-shadow: 0 6px 20px rgba(0,0,0,.06); } #cc-shipping .sh-contact-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } #cc-shipping .sh-contact-icon svg { width: 18px; height: 18px; } #cc-shipping .sh-contact-icon.wa svg { fill: #25D366; stroke: none; } #cc-shipping .sh-contact-icon.ph svg, #cc-shipping .sh-contact-icon.em svg { stroke: var(--ink); fill: none; } #cc-shipping .sh-contact-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--ghost); } #cc-shipping .sh-contact-value { font-size: 13px; font-weight: 600; color: var(--ink); text-align: center; word-break: break-word; } /* ── RESPONSIVE ── */ @media (max-width: 640px) { #cc-shipping { padding: 32px 16px 56px; } #cc-shipping .sh-title { font-size: 26px; } #cc-shipping .sh-section-title { font-size: 17px; } #cc-shipping .sh-opt-grid, #cc-shipping .sh-contact-grid { grid-template-columns: 1fr; } #cc-shipping .sh-icon { width: 34px; height: 34px; } #cc-shipping .sh-sched-row { flex-direction: column; gap: 8px; } #cc-shipping .sh-sched-when, #cc-shipping .sh-sched-result { width: auto; } }

Cellco

Shipping & Delivery

Fast, reliable delivery across South Africa. Here is everything you need to know about how and when we ship.

How We Ship

Courier Delivery

Door-to-door, tracked

R199 1 to 3 business days

Cash on Delivery

Selected areas only

Available in your area Pay on receipt

Order Processing Times

Monday to Friday

Before 16:30

Same Day

Orders placed and paid before 16:30 on any weekday will be processed and dispatched the same business day.

Monday to Friday

After 16:30

Next Business Day

Orders placed after 16:30 will be processed and dispatched the following business day.

Saturday

Before 12:30

Ships Saturday

Orders placed before 12:30 on Saturday will be shipped that day. Delivery takes place during the following business week.

Saturday

After 12:30

Ships Monday

Orders placed after 12:30 on Saturday will be processed and dispatched on Monday.

Sunday

Any time

Ships Monday

All orders placed on Sunday will be processed and dispatched on Monday.

Tracking Information

Once your order has been dispatched, you will receive tracking information so you can follow your parcel every step of the way to your door.

Please note: Estimated delivery times of 1 to 3 business days apply after dispatch. Delivery may vary depending on your location and courier operations. Cellco cannot be held responsible for delays caused by the courier once a parcel has been dispatched.

Need Help With Your Delivery?

Our team is ready to assist with any shipping queries.