🚚 FREE WORLDWIDE SHIPPING on all orders — applies automatically at checkout!

Chargie Shop

Phones and laptops are gateways to your future.

Protect their battery health with a Chargie to ensure prolonged life and performance.

.chargie-hangover-math * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.chargie-hangover-math {
font-family: ‘Space Grotesk’, ‘Segoe UI’, sans-serif;
width: 100%;
max-width: auto;
margin: 0 auto;
}
.chargie-hangover-math .banner {
position: relative;
background: linear-gradient(
155deg,
#0f0a28 0%,
#1a1040 25%,
#2d1b5e 50%,
#3d2878 75%,
#4a3090 100%
);
border-radius: 24px;
padding: 50px 40px;
text-align: center;
overflow: hidden;
box-shadow:
0 25px 80px rgba(74, 48, 144, 0.35),
0 10px 30px rgba(0, 0, 0, 0.4),
inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.chargie-hangover-math .banner::before {
content: ”;
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(ellipse at 70% 30%, rgba(167, 139, 250, 0.08) 0%, transparent 50%);
pointer-events: none;
}
/* Floating party math debris */
.chargie-hangover-math .math-debris {
position: absolute;
inset: 0;
overflow: hidden;
pointer-events: none;
border-radius: 24px;
}
.chargie-hangover-math .math-symbol {
position: absolute;
font-size: 1.4rem;
color: rgba(167, 139, 250, 0.3);
animation: chargie-hangover-float linear infinite;
}
@keyframes chargie-hangover-float {
0% { transform: translateY(-20px) rotate(0deg); opacity: 0; }
10% { opacity: 0.4; }
90% { opacity: 0.2; }
100% { transform: translateY(420px) rotate(360deg); opacity: 0; }
}
.chargie-hangover-math .content {
position: relative;
z-index: 1;
}
/* Calculator display style */
.chargie-hangover-math .calc-display {
background: rgba(0, 0, 0, 0.4);
border: 2px solid rgba(167, 139, 250, 0.3);
border-radius: 16px;
padding: 25px 35px;
margin-bottom: 25px;
display: inline-block;
box-shadow:
inset 0 2px 10px rgba(0, 0, 0, 0.3),
0 0 30px rgba(167, 139, 250, 0.1);
}
.chargie-hangover-math .equation {
font-family: ‘JetBrains Mono’, monospace;
font-size: clamp(1.1rem, 3.5vw, 1.6rem);
color: rgba(255, 255, 255, 0.7);
margin-bottom: 10px;
letter-spacing: 0.05em;
}
.chargie-hangover-math .equation:last-child {
margin-bottom: 0;
}
.chargie-hangover-math .equation .strike {
text-decoration: line-through;
color: #f87171;
opacity: 0.8;
}
.chargie-hangover-math .equation .good {
color: #a78bfa;
font-weight: 600;
}
.chargie-hangover-math .title {
font-family: ‘Space Grotesk’, ‘Segoe UI’, sans-serif;
font-size: clamp(1.8rem, 6vw, 3.2rem);
font-weight: 700;
color: #ffffff;
text-shadow:
0 2px 10px rgba(0, 0, 0, 0.3),
0 0 40px rgba(167, 139, 250, 0.2);
margin-bottom: 8px;
letter-spacing: -0.01em;
}
.chargie-hangover-math .subtitle {
font-size: clamp(1rem, 2.8vw, 1.2rem);
color: rgba(255, 255, 255, 0.6);
font-weight: 400;
margin-bottom: 20px;
font-style: italic;
}
.chargie-hangover-math .discount {
font-family: ‘JetBrains Mono’, monospace;
font-size: clamp(3.5rem, 12vw, 6.5rem);
font-weight: 700;
background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 50%, #8b5cf6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
filter: drop-shadow(0 4px 20px rgba(167, 139, 250, 0.4));
line-height: 1;
margin: 15px 0;
animation: chargie-hangover-pulse 4s ease-in-out infinite;
}
@keyframes chargie-hangover-pulse {
0%, 100% { transform: scale(1); filter: drop-shadow(0 4px 20px rgba(167, 139, 250, 0.4)); }
50% { transform: scale(1.015); filter: drop-shadow(0 4px 30px rgba(167, 139, 250, 0.6)); }
}
.chargie-hangover-math .reason {
font-family: ‘JetBrains Mono’, monospace;
font-size: clamp(0.85rem, 2.2vw, 1rem);
color: rgba(167, 139, 250, 0.8);
margin: 15px 0;
letter-spacing: 0.03em;
}
.chargie-hangover-math .bonus {
font-size: clamp(1rem, 3vw, 1.2rem);
font-weight: 600;
color: #fbbf24;
text-shadow: 0 2px 15px rgba(251, 191, 36, 0.4);
margin: 15px 0 8px;
}
.chargie-hangover-math .urgency {
font-size: clamp(0.95rem, 2.5vw, 1.1rem);
color: #f87171;
font-weight: 600;
margin-top: 15px;
padding: 12px 24px;
background: rgba(248, 113, 113, 0.1);
border-radius: 30px;
display: inline-block;
border: 1px solid rgba(248, 113, 113, 0.3);
animation: chargie-urgency-pulse 2s ease-in-out infinite;
}
@keyframes chargie-urgency-pulse {
0%, 100% { border-color: rgba(248, 113, 113, 0.3); box-shadow: 0 0 0 rgba(248, 113, 113, 0); }
50% { border-color: rgba(248, 113, 113, 0.6); box-shadow: 0 0 20px rgba(248, 113, 113, 0.15); }
}
.chargie-hangover-math .cta-button {
display: inline-block;
margin-top: 25px;
padding: 16px 48px;
background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
color: #1a1040 !important;
font-family: ‘Space Grotesk’, ‘Segoe UI’, sans-serif;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none !important;
border-radius: 50px;
border: none;
cursor: pointer;
transition: all 0.3s ease;
box-shadow:
0 8px 30px rgba(167, 139, 250, 0.35),
inset 0 1px 0 rgba(255, 255, 255, 0.3);
text-transform: uppercase;
letter-spacing: 0.1em;
}
.chargie-hangover-math .cta-button:hover {
transform: translateY(-3px);
box-shadow:
0 12px 40px rgba(167, 139, 250, 0.5),
inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
/* Corner icons */
.chargie-hangover-math .corner-icon {
position: absolute;
font-size: 2.2rem;
opacity: 0.35;
}
.chargie-hangover-math .corner-icon.left {
bottom: 20px;
left: 25px;
animation: chargie-icon-wobble 3s ease-in-out infinite;
}
.chargie-hangover-math .corner-icon.right {
bottom: 20px;
right: 25px;
animation: chargie-icon-float 2s ease-in-out infinite;
}
@keyframes chargie-icon-wobble {
0%, 100% { transform: rotate(-8deg); }
50% { transform: rotate(8deg); }
}
@keyframes chargie-icon-float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-8px); }
}
@media (max-width: 600px) {
.chargie-hangover-math .banner {
padding: 35px 20px;
border-radius: 18px;
}
.chargie-hangover-math .calc-display {
padding: 18px 22px;
}
.chargie-hangover-math .cta-button {
padding: 14px 36px;
font-size: 1rem;
}
.chargie-hangover-math .corner-icon {
font-size: 1.6rem;
bottom: 12px;
}
.chargie-hangover-math .corner-icon.left { left: 12px; }
.chargie-hangover-math .corner-icon.right { right: 12px; }
}

🥴
💊
Battery replacement: $150
Chargie: $35

The $150 You’ll Never Spend

The math still works. Even with a headache.

15% OFF

// new year, new battery habits

⚡ + FREE smart cable with power display

+ FREE SHIPPING!

⏰ This week only — ends Sunday

Recover Smarter

  • Switches up to 100W
  • Adjustable power levels (10 to 100W)
  • Designed for the latest USB-C PD chargers
  • Also works with high-power phones and tablets
  • Adapters for barrel connectors available
  • App for Windows, Mac & ChromeOS

See more technical details

  • For USB-C chargers
  • Smaller form factor
  • Maximum 10W low power charging
  • PC passthrough data / Android Auto
  • Best for newer phones

See more technical details

  • For USB-A chargers
  • No extra cables necessary
  • PC passthrough data / Android Auto
  • Switches up to 30W QC charging
  • Gives new purpose to old USB-A chargers

See more technical details

Stay Smart, save more
with bulk packs!


Smart Charging Accessories


Chargie for Laptops adapters



  • Sale! chargie-cable-100w

    100W USB-C to USB-C Smart Cable with Power Display, 1.2m

    Original price was: 86.21RON.Current price is: 51.73RON.
    Add to cart
  • Sale! 10cm White USB-C to USB-C cable, 3A

    10cm White USB-C to USB-C cable, 3A

    Original price was: 17.24RON.Current price is: 8.62RON.
    Add to cart
  • Sale! 30W USB-C to Lightning Smart Cable with Power Display, 1.2m

    30W USB-C to Lightning Smart Cable with Power Display, 1.2m

    Original price was: 64.66RON.Current price is: 43.06RON.
    Add to cart
  • Sale! 4.5mm DELL Barrel to USB-C adapter (male + female)

    4.5mm DELL Barrel to USB-C adapter (male + female)

    Original price was: 64.66RON.Current price is: 43.11RON.
    Add to cart
  • Sale! 4.5mm HP Barrel to USB-C adapter (male + female)

    4.5mm HP Barrel to USB-C adapter (male + female)

    Original price was: 64.66RON.Current price is: 43.11RON.
    Add to cart
  • Sale! 66W USB-A to USB-C Smart Cable with Power Display, 1.2m

    66W USB-A to USB-C Smart Cable with Power Display, 1.2m

    Original price was: 64.66RON.Current price is: 43.06RON.
    Add to cart
  • Sale! 7.4mm DELL Barrel to USB-C adapter (male + female)

    7.4mm DELL Barrel to USB-C adapter (male + female)

    Original price was: 64.66RON.Current price is: 43.11RON.
    Add to cart
  • Sale! 7.4mm HP Barrel to USB-C adapter (male + female)

    7.4mm HP Barrel to USB-C adapter (male + female)

    Original price was: 64.66RON.Current price is: 43.11RON.
    Add to cart
  • Sale! Chargie-A_GE_single

    Chargie A Gold Edition – USB-A charging limiter

    Original price was: 172.42RON.Current price is: 150.83RON.
    Add to cart