Port Designs PREMIUM BP PACK 14/15.6" Combo - Port | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Port

Port Designs PREMIUM BP PACK 14/15.6" Combo

SKU: 501901
R 479.00
Out of Stock

The Port Premium Pack is a perfect blend of style and functionality. Get seamless connectivity with the ambidextrous mouse's 2.4GHz wireless technology, which is compatible with Windows, Mac, and Android devices. Its ergonomic design ensures that both left- and right-handed users are comfortable....

Get Notified When Available

Enter your email and we'll notify you when this item is back in stock.

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

Frequently Bought Together

The Port Premium Pack is a perfect blend of style and functionality. Get seamless connectivity with the ambidextrous mouse's 2.4GHz wireless technology, which is compatible with Windows, Mac, and Android devices. Its ergonomic design ensures that both left- and right-handed users are comfortable. Meanwhile, the signature Port bag's padded top-loading compartment accommodates 14/15.6" notebooks, providing secure and convenient storage. With It's modern design, the bag's large main compartment has plenty of room for your personal belongings, making it an ideal companion for work or play.

FEATURES:

  • 2 in 1 Mouse and Bag
  • 2,4Ghz Wireless Technology
  • Ambidextrous Design
  • Padded top-loading compartment for 14/15.6” notebook
  • Sustainable design
  • Large main compartment for personal belongings
  • Compatible with Windows, Mac and Android

SPECIFICATIONS:

  • Bag Material: Polyester
  • Colouration: Monochromatic
  • Notebook Compartment Dimensions: 38,5 x 26 x 3,5 cm
  • Product Outside Size: 46 x 32 x 10,5 cm
  • Weight: 434g
  • Mouse Specifications
  • Connectivity: USB-C & USB-A connectivity
  • Wired or wireless: 2,4 GHz wireless technology (10 m range)
  • Power: 2x AAA battery
  • Characteristics: 3 buttons and a scroll wheel
  • Sensor: 1000 DPI optical sensor
  • Mouse Compatibility: Windows, Mac OS, Android USB-A & USB-C connectivity
  • Mouse Material: ABS + PCBA

WHAT’S IN THE BOX:

  • Port Designs Premium Pack 14/15.6" - Black x1
Brand Port
Colour -
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

Xiaomi Front Pocket 20" Carry-on Luggage
Xiaomi

Xiaomi Front Pocket 20" Carry-on Luggage

R 3 999.00

Only 2 left - order soon!

Port Designs Courchevel 15.6" Toploading Case
Port

Port Designs Courchevel 15.6" Toploading Case

R 619.00

In Stock

Port Designs Courchevel 17.3" Clamshell Case
Port

Port Designs Courchevel 17.3" Clamshell Case

R 729.00

In Stock

// 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!