Antec C8 Curved Wood E-ATX | ATX | Micro-ATX | ITX Dual Chamber Gaming Chassis - Black - Antec | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Antec

Antec C8 Curved Wood E-ATX | ATX | Micro-ATX | ITX Dual Chamber Gaming Chassis - Black

SKU: C8 CURVED WOOD
R 2 399.00
In Stock

Experience the perfect fusion of natural aesthetics and cutting-edge design with the Antec C8 Curve Wood Constellation Series PC chassis. Crafted with a unique wood-textured finish, this case brings a refreshing, modern vibe to your setup, combining elegance with high-performance functionality. The...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Experience the perfect fusion of natural aesthetics and cutting-edge design with the Antec C8 Curve Wood Constellation Series PC chassis. Crafted with a unique wood-textured finish, this case brings a refreshing, modern vibe to your setup, combining elegance with high-performance functionality.

The C8 Curve Wood isn’t just about looks, it’s for serious pc enthusiasts. The spacious interior supports a wide range of components, including ATX, Micro-ATX, and Mini-ITX motherboards, multiple storage options, and high-performance GPUs. With excellent cable management and optimal airflow design, your system will remain cool and efficient even during intense gaming or work sessions.

Engineered for durability and versatility, this case is ideal for both minimalist creators and power gamers seeking a sleek yet powerful build. If you're looking to stand out while staying eco-conscious, the Antec C8 Curve Wood offers unparalleled style and substance.

FEATURES:

  • Unique wood-textured finish
  • Curved tempered glass side panel
  • Supports ATX, Micro-ATX, and Mini-ITX motherboards
  • Enhanced airflow design with up to 6 cooling fans and liquid cooling compatibility
  • Tool-free installation with hassle-free mounting options.
  • Durable steel frame with cable management system.
  • Supports radiator installations for advanced liquid cooling solutions.
  • Modern front panel connectivity includes USB 3.0, Type-C, and audio ports for convenience.

SPECIFICATIONS:

  • Form Factor: Full Tower
  • Materials: Steel + Plastic + Glass + Wood
  • Mainboard Support: E-ATX (280mm), ATX, M-ATX, ITX
  • Front Access Controls: Power, Reset, USB 3.0 x 2, Type-C 10Gbps x1, Headphone/Mic Combo Jack
  • Side Panel: 4mm Tempered Glass
  • Drive Bays:
  • Expansion slots: 8
    • 3.5”: 1
    • 2.5”: 2
  • Fan Support:
    • Top: 3 x 120mm / 3 x 140mm / 2 x 160mm
    • Side: 3 x 120mm / 2 x 140mm
    • Bottom: 3 x 120mm / 3 x 140mm / 2 x 160mm
    • Rear: 120mm / 140mm
  • Radiator Support:
    • Top: 120 / 140 / 240 / 280 / 360mm
    • Side: 120 / 140 / 240 / 280 / 360mm
    • Bottom: 120 / 140 / 240 / 280 / 360mm
    • Rear: 120mm
  • Clearance:
    • Max GPU Length: ≤ 440mm
    • Max CPU Cooler Height: ≤ 175mm
    • Max PSU Length: (Not include cable) ≤ 210mm
  • Dust Filter: Bottom
  • Dimensions: 46.4 x 30.3 x 47.6 cm
  • Product Weight: 10780 g

WHAT'S IN THE BOX:

  • C8 curve WOOD CONSTELLATION SERIES gaming chassis x1
  • Toolbox x1
  • Cables Ties x5
  • Velcro Straps x4
  • 120mm Fan Bracket x1
  • Fan Bracket Screws x4
Brand Antec
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!