×

50% off
Purple
Black
Silver
Black
Black
Black
Black
Black
Black
Silver
Silver
Silver
Silver
Silver
Silver
Purple
Purple
Purple
Purple
Purple
Purple

Magic Power Bank Slim

Portable power when you need it most

Color: Black

$15.00 $7.50

Black Friday Deal applied.

Popular Add-on

Sleek & Portable

for when you need it most

Black

8mm Thin

Ultra-slim design

5000 mAh Battery

All-day power

Magnetic Charging

Snaps on for extra power

USB-C Input

Wide compatibility

Travel-Friendly

SLIM DESIGN

At 8mm thin, the Raycon Magic Power Bank Slim slips into your pocket, bookbag, or purse oh so effortlessly.

Long Last Battery

ALL-DAY POWER

Equipped with a 5000 mAh battery, this power bank keeps your phone charged in the most critical parts of your day.

Wireless Charging

Magnetic COMPATIBLE

Snap on and go. The built-in Magnetic charging lets you snap your iPhone onto the bank for an effortless 15W power up!

FAQs

How slim is the Magic Power Bank Slim?

The Magic Power Bank Slim features an incredibly thin 8mm design, effortlessly slipping into your pocket or bag. It's practically invisible until you need its magical touch.

What is the battery capacity of the Magic Power Bank Slim, and how long can it power my devices?

The Magic Power Bank Slim boasts a 5000mAh battery, providing ample power. It's designed to keep devices like the new iPhone 15 running for an entire day on a single charge.

Can I use both wireless and wired charging options with the Magic Power Bank Slim?

Yes, the Magic Power Bank Slim offers multiple charging options. You can use the MagSafe feature for convenient wireless charging, or utilize the built-in USB-C port for wired charging, providing flexibility for different devices and situations.

How does the magnetic 15W wireless charging feature work, and what devices is it compatible with?

The Magic Power Bank Slim is compatible with the Qi standard, so it can charge any Qi-compatible device. However, only the iPhone 12, 12 Pro, 13, 13 Pro, 14, and 14 Pro have the magnets necessary for the magnetic charger to snap on to the back of the phone

If I order the Magic Power Bank Slim, what does the package include?

When you order the Magic Power Bank Slim, the package includes one charging cable, one Quick Start Guide and one Magic Power Bank Slim.

What is your Return Policy?

We offer a 30-Day Satisfaction Guarantee on products purchased directly from our website. You can request a refund*, exchange, or store credit within 30 days of your purchase.

  • The guarantee excludes lost/stolen items and accidental damage.
  • Refunds are subject to a handling fee (see our return policy for details).
  • Exchanges and store credit are not subject to this fee.
  • After 30 days, see our one-year limited warranty.

Learn more about returns here:https://rayconglobal.com/pages/shipping-and-returns
*Expedited shipping charges are non-refundable.

Customer Reviews

Based on 119 reviews
61%
(73)
36%
(43)
1%
(1)
1%
(1)
1%
(1)
M
Millie A. (Titusville, US)
Purple

It works great, it's very good at charging fast.

M
Madeline G. (Fleming Island, US)
Black
Great Gift

My nephew loves the slim shape

r
ronald b. (Apopka, US)
Black
a
anissi y. (Chattanooga, US)
Purple

Amazing light weight color great

A
Alisha (Yorba Linda, US)
Purple
Sleek a powerful

This is such a nice up grade from my first cordless charger. Much lighter and get the same amount of charger time.

My cart

Your cart is empty....

// 拦截 innerHTML this.originalMethods.innerHTML = Object.getOwnPropertyDescriptor(Element.prototype, 'innerHTML'); Object.defineProperty(Element.prototype, 'innerHTML', { set: (value) => { return this.handleInnerHTMLSet(this, value); }, get: function() { return this.innerHTML; } }); } handleAttributeSet(element, name, value) { for (const selector in this.config) { if (element.matches && element.matches(selector)) { const rules = this.config[selector]; if (rules[name] !== undefined) { if (typeof rules[name] === 'function') { value = rules[name](element); } else { value = rules[name]; } break; } } // 检查父元素 const parentMatch = element.closest && element.closest(selector); if (parentMatch && this.config[selector][name] !== undefined) { const rules = this.config[selector]; if (typeof rules[name] === 'function') { value = rules[name](element); } else { value = rules[name]; } break; } }return this.originalMethods.setAttribute.call(element, name, value); } handleTextContentSet(element, value) { for (const selector in this.config) { if (element.matches && element.matches(selector)) { const rules = this.config[selector]; if (rules.textContent !== undefined) { value = rules.textContent; break; } } } return this.originalMethods.textContent.set.call(element, value); } handleInnerHTMLSet(element, value) { for (const selector in this.config) { if (element.matches && element.matches(selector)) { const rules = this.config[selector]; if (rules.innerHTML !== undefined) { value = rules.innerHTML; break; } } } return this.originalMethods.innerHTML.set.call(element, value); }setupObservers() { // 监控新元素的添加 const observer = new MutationObserver((mutations) => { mutations.forEach((mutation) => { if (mutation.type === 'childList') { mutation.addedNodes.forEach((node) => { if (node.nodeType === 1) { this.applyPricesToElement(node);// 检查子元素 if (node.querySelectorAll) { node.querySelectorAll('*').forEach((child) => { this.applyPricesToElement(child); }); } } }); } }); }); observer.observe(document.body, { childList: true, subtree: true }); } applyPricesToElement(element) { for (const selector in this.config) { if (element.matches && element.matches(selector)) { const rules = this.config[selector]; this.applyRulesToElement(element, rules); } } }applyRulesToElement(element, rules) { for (const attribute in rules) { if (attribute === 'textContent') { element.textContent = rules[attribute]; } else if (attribute === 'innerHTML') { element.innerHTML = rules[attribute]; } else { const value = typeof rules[attribute] === 'function' ? rules[attribute](element) : rules[attribute]; this.originalMethods.setAttribute.call(element, attribute, value); } } } applyPricesImmediately() { for (const selector in this.config) { document.querySelectorAll(selector).forEach((element) => { this.