<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>Abilify (Aripiprazole) Medication Guide</title>
<link rel=”preconnect” href=”https://fonts.googleapis.com”>
<link rel=”preconnect” href=”https://fonts.gstatic.com” crossorigin>
<link href=”https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&display=swap” rel=”stylesheet”>
<style>
/* ============================================
MMRX MEDICATION GUIDE – SCOPED STYLES
All styles are scoped to prevent WordPress theme conflicts
============================================ */

/* CSS Variables */
#mmrx-medication-guide {
–mmrx-primary: #dd3333;
–mmrx-primary-light: rgba(221, 51, 51, 0.15);
–mmrx-primary-dark: #bb2a2a;
–mmrx-accent: #ff8c5a;
–mmrx-accent-light: rgba(255, 140, 90, 0.15);
–mmrx-warning: #ff6b6b;
–mmrx-warning-light: rgba(255, 107, 107, 0.15);
–mmrx-success: #51cf66;
–mmrx-success-light: rgba(81, 207, 102, 0.15);
–mmrx-bg-body: #0a0a0c;
–mmrx-bg-card: #141418;
–mmrx-bg-card-alt: #1a1a1f;
–mmrx-bg-header: #101012;
–mmrx-text-primary: #f0f0f3;
–mmrx-text-secondary: #c5c5cc;
–mmrx-text-muted: #8b8b95;
–mmrx-border-color: #252529;
–mmrx-border-light: #1f1f24;
–mmrx-shadow-sm: 0 1px 2px rgba(0,0,0,0.3);
–mmrx-shadow-md: 0 4px 12px rgba(0,0,0,0.4);
–mmrx-shadow-lg: 0 12px 32px rgba(0,0,0,0.5);
–mmrx-radius-sm: 8px;
–mmrx-radius-md: 12px;
–mmrx-radius-lg: 20px;
–mmrx-font-display: ‘Fraunces’, Georgia, serif;
–mmrx-font-body: ‘DM Sans’, system-ui, sans-serif;
}

/* Container Reset – Override WordPress styles */
#mmrx-medication-guide {
all: initial !important;
display: block !important;
position: relative !important;
font-family: ‘DM Sans’, system-ui, sans-serif !important;
font-size: 16px !important;
line-height: 1.7 !important;
color: #f0f0f3 !important;
background: linear-gradient(180deg, #0a0a0c 0%, #0d0d0f 100%) !important;
padding: 0 !important;
margin: 0 !important;
box-sizing: border-box !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
scroll-behavior: smooth !important;
scroll-padding-top: 170px !important;
}

#mmrx-medication-guide *,
#mmrx-medication-guide *::before,
#mmrx-medication-guide *::after {
box-sizing: border-box !important;
margin: 0 !important;
padding: 0 !important;
}

/* Restore padding/margin where needed */
#mmrx-medication-guide .mmrx-section,
#mmrx-medication-guide .mmrx-quick-facts,
#mmrx-medication-guide .mmrx-hero {
margin-bottom: 24px !important;
}

#mmrx-medication-guide p {
margin-bottom: 16px !important;
}

#mmrx-medication-guide ul {
margin: 16px 0 !important;
padding-left: 24px !important;
}

#mmrx-medication-guide li {
margin-bottom: 10px !important;
}

/* Header – Sticky below WordPress header (100px from viewport top) */
#mmrx-medication-guide .mmrx-header {
background: #101012 !important;
border-bottom: 1px solid #252529 !important;
position: sticky !important;
top: 100px !important;
z-index: 999 !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.5) !important;
}

/* Extend header to cover sidebar scroll area */
#mmrx-medication-guide .mmrx-header::after {
content: ” !important;
position: absolute !important;
top: 100% !important;
left: 0 !important;
width: 290px !important;
height: 80px !important;
background: #0a0a0c !important;
pointer-events: none !important;
z-index: 998 !important;
}

#mmrx-medication-guide .mmrx-header-content {
max-width: 1200px !important;
margin: 0 auto !important;
padding: 12px 20px !important;
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
gap: 16px !important;
}

#mmrx-medication-guide .mmrx-brand {
display: flex !important;
align-items: center !important;
gap: 10px !important;
}

#mmrx-medication-guide .mmrx-brand-icon {
width: 36px !important;
height: 36px !important;
background: linear-gradient(135deg, #dd3333 0%, #bb2a2a 100%) !important;
border-radius: 8px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: white !important;
font-weight: 700 !important;
font-size: 14px !important;
}

#mmrx-medication-guide .mmrx-brand-text {
font-family: ‘Fraunces’, Georgia, serif !important;
font-weight: 600 !important;
font-size: 1.1rem !important;
color: #f0f0f3 !important;
text-transform: none !important;
letter-spacing: normal !important;
}

#mmrx-medication-guide .mmrx-brand-text span {
color: #8b8b95 !important;
font-weight: 400 !important;
font-size: 0.85rem !important;
display: block !important;
text-transform: none !important;
letter-spacing: normal !important;
}

#mmrx-medication-guide .mmrx-header-actions {
display: flex !important;
gap: 8px !important;
align-items: center !important;
}

/* Buttons */
#mmrx-medication-guide .mmrx-btn {
display: inline-flex !important;
align-items: center !important;
gap: 6px !important;
padding: 10px 16px !important;
border-radius: 8px !important;
font-family: ‘DM Sans’, system-ui, sans-serif !important;
font-weight: 500 !important;
font-size: 0.9rem !important;
border: none !important;
cursor: pointer !important;
transition: all 0.2s ease !important;
text-decoration: none !important;
text-transform: none !important;
letter-spacing: normal !important;
line-height: 1.4 !important;
}

#mmrx-medication-guide .mmrx-btn-primary {
background: #dd3333 !important;
color: white !important;
}

#mmrx-medication-guide .mmrx-btn-primary:hover {
background: #bb2a2a !important;
transform: translateY(-1px) !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.4) !important;
}

#mmrx-medication-guide .mmrx-btn-outline {
background: transparent !important;
color: #c5c5cc !important;
border: 1px solid #252529 !important;
}

#mmrx-medication-guide .mmrx-btn-outline:hover {
background: #1a1a1f !important;
border-color: #35353d !important;
}

#mmrx-medication-guide .mmrx-btn svg {
width: 16px !important;
height: 16px !important;
}

#mmrx-medication-guide .mmrx-btn-text {
display: none !important;
}

@media (min-width: 640px) {
#mmrx-medication-guide .mmrx-btn-text {
display: inline !important;
}
}

#mmrx-medication-guide .mmrx-btn-full {
width: 100% !important;
justify-content: center !important;
padding: 14px 20px !important;
margin-top: 8px !important;
}

/* Mobile Nav Toggle */
#mmrx-medication-guide .mmrx-nav-toggle {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 40px !important;
height: 40px !important;
background: #1a1a1f !important;
border: 1px solid #252529 !important;
border-radius: 8px !important;
cursor: pointer !important;
color: #c5c5cc !important;
}

@media (min-width: 900px) {
#mmrx-medication-guide .mmrx-nav-toggle {
display: none !important;
}
}

/* Navigation Overlay */
#mmrx-medication-guide .mmrx-nav-overlay {
position: fixed !important;
inset: 0 !important;
background: rgba(0,0,0,0.6) !important;
backdrop-filter: blur(4px) !important;
opacity: 0 !important;
visibility: hidden !important;
transition: all 0.3s ease !important;
z-index: 150 !important;
}

#mmrx-medication-guide .mmrx-nav-overlay.active {
opacity: 1 !important;
visibility: visible !important;
}

/* Navigation Sidebar */
#mmrx-medication-guide .mmrx-nav-sidebar {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 300px !important;
max-width: 85vw !important;
height: 100vh !important;
background: #141418 !important;
transform: translateX(-100%) !important;
transition: transform 0.3s ease !important;
z-index: 200 !important;
overflow-y: auto !important;
padding: 20px !important;
border-right: 1px solid #252529 !important;
}

#mmrx-medication-guide .mmrx-nav-sidebar.active {
transform: translateX(0) !important;
}

#mmrx-medication-guide .mmrx-nav-sidebar-header {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
margin-bottom: 24px !important;
padding-bottom: 16px !important;
border-bottom: 1px solid #252529 !important;
color: #f0f0f3 !important;
font-weight: 600 !important;
}

#mmrx-medication-guide .mmrx-nav-close {
width: 36px !important;
height: 36px !important;
background: #1a1a1f !important;
border: 1px solid #252529 !important;
border-radius: 8px !important;
cursor: pointer !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: #c5c5cc !important;
}

#mmrx-medication-guide .mmrx-nav-links {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}

#mmrx-medication-guide .mmrx-nav-links li {
margin-bottom: 0 !important;
}

#mmrx-medication-guide .mmrx-nav-links a {
display: block !important;
padding: 12px 16px !important;
color: #c5c5cc !important;
text-decoration: none !important;
border-radius: 8px !important;
font-weight: 500 !important;
transition: all 0.2s ease !important;
font-size: 1rem !important;
text-transform: none !important;
letter-spacing: normal !important;
}

#mmrx-medication-guide .mmrx-nav-links a:hover {
background: rgba(221, 51, 51, 0.15) !important;
color: #dd3333 !important;
}

@media (min-width: 900px) {
#mmrx-medication-guide .mmrx-nav-sidebar {
position: sticky !important;
top: 170px !important;
transform: none !important;
width: 260px !important;
height: auto !important;
max-height: calc(100vh – 190px) !important;
padding: 0 !important;
padding-top: 100px !important;
background: #0a0a0c !important;
border-right: none !important;
z-index: 1 !important;
overflow-y: auto !important;
overflow-x: hidden !important;
}

#mmrx-medication-guide .mmrx-nav-sidebar-header {
display: none !important;
}

#mmrx-medication-guide .mmrx-nav-overlay {
display: none !important;
}

#mmrx-medication-guide .mmrx-nav-links a {
font-size: 0.9rem !important;
padding: 10px 14px !important;
}
}

/* Main Layout */
#mmrx-medication-guide .mmrx-main-wrapper {
max-width: 1200px !important;
margin: 0 auto !important;
padding: 32px 20px !important;
position: relative !important;
z-index: 1 !important;
}

@media (min-width: 900px) {
#mmrx-medication-guide .mmrx-main-wrapper {
display: grid !important;
grid-template-columns: 260px 1fr !important;
gap: 40px !important;
padding: 100px 24px !important;
}
}

#mmrx-medication-guide .mmrx-content {
min-width: 0 !important;
position: relative !important;
z-index: 1 !important;
}

/* Hero Section */
#mmrx-medication-guide .mmrx-hero {
background: linear-gradient(135deg, #dd3333 0%, #bb2a2a 100%) !important;
border-radius: 20px !important;
padding: 48px 24px !important;
margin-bottom: 32px !important;
margin-top: 32px !important;
color: #ffffff !important;
position: relative !important;
overflow: hidden !important;
scroll-margin-top: 170px !important;
z-index: 1 !important;
}

#mmrx-medication-guide .mmrx-hero::before {
content: ” !important;
position: absolute !important;
top: -50% !important;
right: -20% !important;
width: 300px !important;
height: 300px !important;
background: rgba(255,255,255,0.1) !important;
border-radius: 50% !important;
}

#mmrx-medication-guide .mmrx-hero::after {
content: ” !important;
position: absolute !important;
bottom: -30% !important;
left: -10% !important;
width: 200px !important;
height: 200px !important;
background: rgba(255,255,255,0.05) !important;
border-radius: 50% !important;
}

#mmrx-medication-guide .mmrx-hero-content {
position: relative !important;
z-index: 1 !important;
}

#mmrx-medication-guide .mmrx-hero h1 {
font-family: ‘Fraunces’, Georgia, serif !important;
font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
font-weight: 700 !important;
margin-bottom: 8px !important;
line-height: 1.2 !important;
color: #ffffff !important;
text-transform: none !important;
letter-spacing: normal !important;
}

#mmrx-medication-guide .mmrx-hero-subtitle {
font-size: 1.1rem !important;
opacity: 0.9 !important;
margin-bottom: 20px !important;
color: #ffffff !important;
font-weight: 400 !important;
text-transform: none !important;
letter-spacing: normal !important;
}

#mmrx-medication-guide .mmrx-hero-badge {
display: inline-flex !important;
align-items: center !important;
gap: 6px !important;
background: rgba(255,255,255,0.2) !important;
padding: 6px 12px !important;
border-radius: 100px !important;
font-size: 0.85rem !important;
font-weight: 500 !important;
backdrop-filter: blur(10px) !important;
color: #ffffff !important;
text-transform: none !important;
letter-spacing: normal !important;
}

/* Quick Facts Card */
#mmrx-medication-guide .mmrx-quick-facts {
background: #141418 !important;
border-radius: 20px !important;
padding: 24px !important;
margin-bottom: 32px !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.4) !important;
border: 1px solid #252529 !important;
scroll-margin-top: 170px !important;
}

#mmrx-medication-guide .mmrx-quick-facts h2 {
font-family: ‘Fraunces’, Georgia, serif !important;
font-size: 1.25rem !important;
font-weight: 600 !important;
margin-bottom: 20px !important;
color: #f0f0f3 !important;
display: flex !important;
align-items: center !important;
gap: 10px !important;
text-transform: none !important;
letter-spacing: normal !important;
border: none !important;
padding: 0 !important;
}

#mmrx-medication-guide .mmrx-quick-facts h2::before {
content: ” !important;
width: 4px !important;
height: 24px !important;
background: #dd3333 !important;
border-radius: 4px !important;
}

#mmrx-medication-guide .mmrx-facts-grid {
display: grid !important;
gap: 12px !important;
}

@media (min-width: 640px) {
#mmrx-medication-guide .mmrx-facts-grid {
grid-template-columns: repeat(2, 1fr) !important;
}
}

#mmrx-medication-guide .mmrx-fact-item {
display: flex !important;
align-items: flex-start !important;
gap: 12px !important;
padding: 14px !important;
background: #1a1a1f !important;
border-radius: 12px !important;
border: 1px solid #1f1f24 !important;
}

#mmrx-medication-guide .mmrx-fact-icon {
width: 40px !important;
height: 40px !important;
background: rgba(221, 51, 51, 0.15) !important;
border-radius: 8px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-shrink: 0 !important;
color: #dd3333 !important;
}

#mmrx-medication-guide .mmrx-fact-label {
font-size: 0.8rem !important;
color: #8b8b95 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
margin-bottom: 2px !important;
font-weight: 400 !important;
}

#mmrx-medication-guide .mmrx-fact-value {
font-weight: 600 !important;
color: #f0f0f3 !important;
font-size: 1rem !important;
text-transform: none !important;
letter-spacing: normal !important;
}

/* Content Sections */
#mmrx-medication-guide .mmrx-section {
background: #141418 !important;
border-radius: 20px !important;
padding: 24px !important;
margin-bottom: 24px !important;
box-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
border: 1px solid #252529 !important;
scroll-margin-top: 170px !important;
}

@media (min-width: 640px) {
#mmrx-medication-guide .mmrx-section {
padding: 32px !important;
}
}

#mmrx-medication-guide .mmrx-section h2 {
font-family: ‘Fraunces’, Georgia, serif !important;
font-size: 1.5rem !important;
font-weight: 600 !important;
color: #f0f0f3 !important;
margin-bottom: 20px !important;
padding-bottom: 12px !important;
border-bottom: 2px solid #1f1f24 !important;
text-transform: none !important;
letter-spacing: normal !important;
}

#mmrx-medication-guide .mmrx-section h3 {
font-family: ‘Fraunces’, Georgia, serif !important;
font-size: 1.15rem !important;
font-weight: 600 !important;
color: #f0f0f3 !important;
margin: 24px 0 12px !important;
text-transform: none !important;
letter-spacing: normal !important;
border: none !important;
padding: 0 !important;
}

#mmrx-medication-guide .mmrx-section p {
margin-bottom: 16px !important;
color: #c5c5cc !important;
font-size: 1rem !important;
line-height: 1.7 !important;
font-weight: 400 !important;
}

#mmrx-medication-guide .mmrx-section ul {
margin: 16px 0 !important;
padding-left: 24px !important;
list-style: disc !important;
}

#mmrx-medication-guide .mmrx-section li {
margin-bottom: 10px !important;
color: #c5c5cc !important;
font-size: 1rem !important;
line-height: 1.6 !important;
}

#mmrx-medication-guide .mmrx-section li strong {
color: #f0f0f3 !important;
}

/* Alert Boxes */
#mmrx-medication-guide .mmrx-alert {
padding: 20px !important;
border-radius: 12px !important;
margin: 20px 0 !important;
}

#mmrx-medication-guide .mmrx-alert p {
margin: 0 !important;
color: #c5c5cc !important;
}

#mmrx-medication-guide .mmrx-alert ul {
margin: 12px 0 0 !important;
}

#mmrx-medication-guide .mmrx-alert-success {
background: rgba(81, 207, 102, 0.15) !important;
border-left: 4px solid #51cf66 !important;
}

#mmrx-medication-guide .mmrx-alert-success strong {
color: #51cf66 !important;
}

#mmrx-medication-guide .mmrx-alert-warning {
background: rgba(255, 107, 107, 0.15) !important;
border-left: 4px solid #ff6b6b !important;
}

#mmrx-medication-guide .mmrx-alert-warning strong {
color: #ff6b6b !important;
}

#mmrx-medication-guide .mmrx-alert-accent {
background: rgba(255, 140, 90, 0.15) !important;
border-left: 4px solid #ff8c5a !important;
}

#mmrx-medication-guide .mmrx-alert-accent strong {
color: #ff8c5a !important;
}

/* Tablet Cards */
#mmrx-medication-guide .mmrx-tablet-cards {
display: grid !important;
gap: 12px !important;
margin: 20px 0 !important;
}

@media (min-width: 640px) {
#mmrx-medication-guide .mmrx-tablet-cards {
grid-template-columns: repeat(2, 1fr) !important;
}
}

@media (min-width: 900px) {
#mmrx-medication-guide .mmrx-tablet-cards {
grid-template-columns: repeat(3, 1fr) !important;
}
}

#mmrx-medication-guide .mmrx-tablet-card {
background: #1a1a1f !important;
border-radius: 12px !important;
padding: 16px !important;
display: flex !important;
align-items: center !important;
gap: 14px !important;
border: 1px solid #1f1f24 !important;
}

#mmrx-medication-guide .mmrx-tablet-visual {
width: 48px !important;
height: 48px !important;
border-radius: 8px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
font-weight: 700 !important;
font-size: 0.9rem !important;
color: white !important;
flex-shrink: 0 !important;
}

#mmrx-medication-guide .mmrx-tablet-5mg { background: #4a90d9 !important; }
#mmrx-medication-guide .mmrx-tablet-10mg { background: #e07b9a !important; }
#mmrx-medication-guide .mmrx-tablet-15mg { background: #d4a93c !important; }
#mmrx-medication-guide .mmrx-tablet-20mg { background: #8a8580 !important; }
#mmrx-medication-guide .mmrx-tablet-30mg { background: #d98ba2 !important; }

#mmrx-medication-guide .mmrx-tablet-info strong {
display: block !important;
color: #f0f0f3 !important;
font-size: 1rem !important;
font-weight: 600 !important;
margin-bottom: 2px !important;
}

#mmrx-medication-guide .mmrx-tablet-info span {
font-size: 0.85rem !important;
color: #8b8b95 !important;
font-weight: 400 !important;
}

/* FAQ Accordion */
#mmrx-medication-guide .mmrx-faq-list {
display: grid !important;
gap: 12px !important;
}

#mmrx-medication-guide .mmrx-faq-item {
background: #1a1a1f !important;
border-radius: 12px !important;
overflow: hidden !important;
border: 1px solid #1f1f24 !important;
}

#mmrx-medication-guide .mmrx-faq-question {
width: 100% !important;
padding: 18px 20px !important;
background: none !important;
border: none !important;
text-align: left !important;
font-family: ‘DM Sans’, system-ui, sans-serif !important;
font-size: 1rem !important;
font-weight: 600 !important;
color: #f0f0f3 !important;
cursor: pointer !important;
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
gap: 16px !important;
transition: background 0.2s ease !important;
text-transform: none !important;
letter-spacing: normal !important;
}

#mmrx-medication-guide .mmrx-faq-question:hover {
background: #1f1f24 !important;
}

#mmrx-medication-guide .mmrx-faq-icon {
width: 24px !important;
height: 24px !important;
background: rgba(221, 51, 51, 0.15) !important;
border-radius: 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
flex-shrink: 0 !important;
transition: transform 0.3s ease !important;
color: #dd3333 !important;
}

#mmrx-medication-guide .mmrx-faq-item.active .mmrx-faq-icon {
transform: rotate(180deg) !important;
}

#mmrx-medication-guide .mmrx-faq-answer {
max-height: 0 !important;
overflow: hidden !important;
transition: max-height 0.3s ease !important;
}

#mmrx-medication-guide .mmrx-faq-answer-inner {
padding: 0 20px 20px !important;
color: #c5c5cc !important;
font-size: 1rem !important;
line-height: 1.7 !important;
}

#mmrx-medication-guide .mmrx-faq-item.active .mmrx-faq-answer {
max-height: 500px !important;
}

/* Disclaimer */
#mmrx-medication-guide .mmrx-disclaimer {
background: #1a1a1f !important;
border-radius: 12px !important;
padding: 20px !important;
margin-top: 32px !important;
border: 1px solid #1f1f24 !important;
}

#mmrx-medication-guide .mmrx-disclaimer h3 {
font-size: 0.9rem !important;
color: #c5c5cc !important;
margin-bottom: 8px !important;
font-weight: 600 !important;
}

#mmrx-medication-guide .mmrx-disclaimer p {
font-size: 0.85rem !important;
color: #8b8b95 !important;
margin: 0 !important;
line-height: 1.6 !important;
}

/* Registration Modal */
#mmrx-medication-guide .mmrx-modal-overlay {
position: fixed !important;
inset: 0 !important;
background: rgba(0, 0, 0, 0.8) !important;
backdrop-filter: blur(8px) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
z-index: 1000 !important;
opacity: 0 !important;
visibility: hidden !important;
transition: all 0.3s ease !important;
padding: 20px !important;
}

#mmrx-medication-guide .mmrx-modal-overlay.active {
opacity: 1 !important;
visibility: visible !important;
}

#mmrx-medication-guide .mmrx-modal {
background: #141418 !important;
border-radius: 20px !important;
padding: 32px !important;
max-width: 420px !important;
width: 100% !important;
position: relative !important;
border: 1px solid #252529 !important;
box-shadow: 0 12px 32px rgba(0,0,0,0.5) !important;
transform: translateY(20px) !important;
transition: transform 0.3s ease !important;
}

#mmrx-medication-guide .mmrx-modal-overlay.active .mmrx-modal {
transform: translateY(0) !important;
}

#mmrx-medication-guide .mmrx-modal-close {
position: absolute !important;
top: 16px !important;
right: 16px !important;
width: 36px !important;
height: 36px !important;
background: #1a1a1f !important;
border: 1px solid #252529 !important;
border-radius: 8px !important;
cursor: pointer !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: #8b8b95 !important;
transition: all 0.2s ease !important;
}

#mmrx-medication-guide .mmrx-modal-close:hover {
background: rgba(255, 107, 107, 0.15) !important;
color: #ff6b6b !important;
border-color: #ff6b6b !important;
}

#mmrx-medication-guide .mmrx-modal-icon {
width: 64px !important;
height: 64px !important;
background: rgba(221, 51, 51, 0.15) !important;
border-radius: 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin: 0 auto 20px !important;
color: #dd3333 !important;
}

/* Auth Tabs */
#mmrx-medication-guide .mmrx-auth-tabs {
display: flex !important;
gap: 4px !important;
background: #1a1a1f !important;
padding: 4px !important;
border-radius: 8px !important;
margin-bottom: 20px !important;
}

#mmrx-medication-guide .mmrx-auth-tab {
flex: 1 !important;
padding: 10px 16px !important;
background: transparent !important;
border: none !important;
border-radius: 6px !important;
font-family: ‘DM Sans’, system-ui, sans-serif !important;
font-size: 0.9rem !important;
font-weight: 500 !important;
color: #8b8b95 !important;
cursor: pointer !important;
transition: all 0.2s ease !important;
text-transform: none !important;
letter-spacing: normal !important;
}

#mmrx-medication-guide .mmrx-auth-tab:hover {
color: #f0f0f3 !important;
}

#mmrx-medication-guide .mmrx-auth-tab.active {
background: #141418 !important;
color: #dd3333 !important;
box-shadow: 0 1px 2px rgba(0,0,0,0.3) !important;
}

#mmrx-medication-guide .mmrx-auth-form {
display: none !important;
}

#mmrx-medication-guide .mmrx-auth-form.active {
display: block !important;
}

#mmrx-medication-guide .mmrx-auth-form > p {
color: #8b8b95 !important;
text-align: center !important;
margin-bottom: 20px !important;
font-size: 0.95rem !important;
}

#mmrx-medication-guide .mmrx-form-group {
margin-bottom: 16px !important;
}

#mmrx-medication-guide .mmrx-form-group label {
display: block !important;
font-size: 0.85rem !important;
font-weight: 500 !important;
color: #c5c5cc !important;
margin-bottom: 6px !important;
text-transform: none !important;
letter-spacing: normal !important;
}

#mmrx-medication-guide .mmrx-form-group input {
width: 100% !important;
padding: 12px 16px !important;
background: #1a1a1f !important;
border: 1px solid #252529 !important;
border-radius: 8px !important;
color: #f0f0f3 !important;
font-family: ‘DM Sans’, system-ui, sans-serif !important;
font-size: 1rem !important;
transition: all 0.2s ease !important;
}

#mmrx-medication-guide .mmrx-form-group input:focus {
outline: none !important;
border-color: #dd3333 !important;
box-shadow: 0 0 0 3px rgba(221, 51, 51, 0.15) !important;
}

#mmrx-medication-guide .mmrx-form-group input::placeholder {
color: #8b8b95 !important;
}

#mmrx-medication-guide .mmrx-form-error {
background: rgba(255, 107, 107, 0.15) !important;
color: #ff6b6b !important;
padding: 10px 14px !important;
border-radius: 8px !important;
font-size: 0.85rem !important;
margin-bottom: 12px !important;
display: none !important;
}

#mmrx-medication-guide .mmrx-form-error.show {
display: block !important;
}

#mmrx-medication-guide .mmrx-modal-footer {
text-align: center !important;
margin-top: 20px !important;
font-size: 0.9rem !important;
color: #8b8b95 !important;
}

#mmrx-medication-guide .mmrx-modal-footer a {
color: #dd3333 !important;
text-decoration: none !important;
font-weight: 500 !important;
}

#mmrx-medication-guide .mmrx-modal-footer a:hover {
text-decoration: underline !important;
}

/* Content Gate */
#mmrx-medication-guide .mmrx-content-gate {
position: relative !important;
margin: 0 !important;
padding: 60px 0 100px !important;
background: #0a0a0c !important;
min-height: 50vh !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}

#mmrx-medication-guide .mmrx-content-gate-inner {
background: #141418 !important;
border: 1px solid #252529 !important;
border-radius: 20px !important;
padding: 48px 24px 40px !important;
text-align: center !important;
max-width: 500px !important;
width: 100% !important;
margin: 0 auto !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.4) !important;
}

#mmrx-medication-guide .mmrx-gate-icon {
width: 72px !important;
height: 72px !important;
background: rgba(221, 51, 51, 0.15) !important;
border-radius: 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin: 0 auto 20px !important;
color: #dd3333 !important;
}

#mmrx-medication-guide .mmrx-content-gate h3 {
font-family: ‘Fraunces’, Georgia, serif !important;
font-size: 1.5rem !important;
font-weight: 600 !important;
color: #f0f0f3 !important;
margin-bottom: 12px !important;
text-transform: none !important;
letter-spacing: normal !important;
}

#mmrx-medication-guide .mmrx-content-gate p {
color: #8b8b95 !important;
margin-bottom: 24px !important;
line-height: 1.6 !important;
}

#mmrx-medication-guide .mmrx-content-gate .mmrx-btn {
max-width: 280px !important;
}

/* Hide gated content for non-registered users */
#mmrx-medication-guide:not(.registered) #how-to-take,
#mmrx-medication-guide:not(.registered) #side-effects,
#mmrx-medication-guide:not(.registered) #warnings,
#mmrx-medication-guide:not(.registered) #drug-interactions,
#mmrx-medication-guide:not(.registered) #alcohol,
#mmrx-medication-guide:not(.registered) #storage,
#mmrx-medication-guide:not(.registered) #overdose,
#mmrx-medication-guide:not(.registered) #faq,
#mmrx-medication-guide:not(.registered) .mmrx-disclaimer {
display: none !important;
}

#mmrx-medication-guide.registered .mmrx-content-gate {
display: none !important;
}

/* Welcome Toast */
#mmrx-medication-guide .mmrx-welcome-toast {
position: fixed !important;
bottom: 24px !important;
left: 50% !important;
transform: translateX(-50%) translateY(100px) !important;
background: #51cf66 !important;
color: white !important;
padding: 14px 24px !important;
border-radius: 12px !important;
display: flex !important;
align-items: center !important;
gap: 10px !important;
font-weight: 500 !important;
box-shadow: 0 12px 32px rgba(0,0,0,0.5) !important;
z-index: 1000 !important;
opacity: 0 !important;
transition: all 0.3s ease !important;
}

#mmrx-medication-guide .mmrx-welcome-toast.show {
transform: translateX(-50%) translateY(0) !important;
opacity: 1 !important;
}

/* Print Styles */
@media print {
#mmrx-medication-guide .mmrx-header,
#mmrx-medication-guide .mmrx-nav-sidebar,
#mmrx-medication-guide .mmrx-nav-overlay,
#mmrx-medication-guide .mmrx-nav-toggle,
#mmrx-medication-guide .mmrx-modal-overlay,
#mmrx-medication-guide .mmrx-content-gate {
display: none !important;
}

#mmrx-medication-guide #how-to-take,
#mmrx-medication-guide #side-effects,
#mmrx-medication-guide #warnings,
#mmrx-medication-guide #drug-interactions,
#mmrx-medication-guide #alcohol,
#mmrx-medication-guide #storage,
#mmrx-medication-guide #overdose,
#mmrx-medication-guide #faq,
#mmrx-medication-guide .mmrx-disclaimer {
display: block !important;
}

#mmrx-medication-guide {
background: white !important;
color: black !important;
}

#mmrx-medication-guide .mmrx-main-wrapper {
display: block !important;
padding: 0 !important;
}

#mmrx-medication-guide .mmrx-section,
#mmrx-medication-guide .mmrx-hero,
#mmrx-medication-guide .mmrx-quick-facts {
box-shadow: none !important;
break-inside: avoid !important;
border: 1px solid #ccc !important;
}

#mmrx-medication-guide .mmrx-hero {
background: #dd3333 !important;
color: white !important;
print-color-adjust: exact !important;
-webkit-print-color-adjust: exact !important;
}
}

/* Animations */
@keyframes mmrxFadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

#mmrx-medication-guide .mmrx-section,
#mmrx-medication-guide .mmrx-quick-facts {
animation: mmrxFadeInUp 0.5s ease forwards !important;
}
</style>
</head>
<body>
<!– MMRX Medication Guide Container –>
<div id=”mmrx-medication-guide”>

<!– Registration Modal –>
<div id=”registration-modal” class=”mmrx-modal-overlay”>
<div class=”mmrx-modal”>
<button class=”mmrx-modal-close” onclick=”hideRegistrationModal()”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”20″ height=”20″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”2″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M6 18L18 6M6 6l12 12″ />
</svg>
</button>
<div class=”mmrx-modal-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”32″ height=”32″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”1.5″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z” />
</svg>
</div>

<div class=”mmrx-auth-tabs”>
<button class=”mmrx-auth-tab active” onclick=”showAuthTab(‘register’)”>Register</button>
<button class=”mmrx-auth-tab” onclick=”showAuthTab(‘login’)”>Sign In</button>
</div>

<div id=”register-form” class=”mmrx-auth-form active”>
<p>Create a free account to access the full medication guide.</p>
<form onsubmit=”handleRegistration(event)”>
<div class=”mmrx-form-group”>
<label for=”reg-first-name”>First Name</label>
<input type=”text” id=”reg-first-name” placeholder=”Enter your first name” required>
</div>
<div class=”mmrx-form-group”>
<label for=”reg-last-name”>Last Name</label>
<input type=”text” id=”reg-last-name” placeholder=”Enter your last name” required>
</div>
<div class=”mmrx-form-group”>
<label for=”reg-email”>Email Address</label>
<input type=”email” id=”reg-email” placeholder=”Enter your email” required>
</div>
<div class=”mmrx-form-group”>
<label for=”reg-password”>Password</label>
<input type=”password” id=”reg-password” placeholder=”Create a password” minlength=”6″ required>
</div>
<div class=”mmrx-form-error” id=”register-error”></div>
<button type=”submit” class=”mmrx-btn mmrx-btn-primary mmrx-btn-full” id=”register-btn”>
<span class=”mmrx-btn-label”>Create Account</span>
<span class=”mmrx-btn-loader” style=”display:none;”>Creating…</span>
</button>
</form>
</div>

<div id=”login-form” class=”mmrx-auth-form”>
<p>Sign in to access your medication guides.</p>
<form onsubmit=”handleLogin(event)”>
<div class=”mmrx-form-group”>
<label for=”login-email”>Email Address</label>
<input type=”email” id=”login-email” placeholder=”Enter your email” required>
</div>
<div class=”mmrx-form-group”>
<label for=”login-password”>Password</label>
<input type=”password” id=”login-password” placeholder=”Enter your password” required>
</div>
<div class=”mmrx-form-error” id=”login-error”></div>
<button type=”submit” class=”mmrx-btn mmrx-btn-primary mmrx-btn-full” id=”login-btn”>
<span class=”mmrx-btn-label”>Sign In</span>
<span class=”mmrx-btn-loader” style=”display:none;”>Signing in…</span>
</button>
</form>
<p class=”mmrx-modal-footer”><a href=”https://musclemediarx.com/my-account/lost-password/” target=”_blank”>Forgot password?</a></p>
</div>
</div>
</div>

<!– Header –>
<header class=”mmrx-header”>
<div class=”mmrx-header-content”>
<div class=”mmrx-brand”>
<div class=”mmrx-brand-icon”>Rx</div>
<div class=”mmrx-brand-text”>
Abilify
<span>Medication Guide</span>
</div>
</div>
<div class=”mmrx-header-actions”>
<button class=”mmrx-btn mmrx-btn-outline” onclick=”handlePdfDownload()”>
<svg xmlns=”http://www.w3.org/2000/svg” fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”2″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4″ />
</svg>
<span class=”mmrx-btn-text”>Download PDF</span>
</button>
<button class=”mmrx-nav-toggle” onclick=”toggleNav()”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”20″ height=”20″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”2″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M4 6h16M4 12h16M4 18h16″ />
</svg>
</button>
</div>
</div>
</header>

<!– Navigation Overlay –>
<div class=”mmrx-nav-overlay” onclick=”toggleNav()”></div>

<!– Main Layout –>
<div class=”mmrx-main-wrapper”>
<!– Sidebar Navigation –>
<nav class=”mmrx-nav-sidebar”>
<div class=”mmrx-nav-sidebar-header”>
<span>Navigation</span>
<button class=”mmrx-nav-close” onclick=”toggleNav()”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”20″ height=”20″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”2″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M6 18L18 6M6 6l12 12″ />
</svg>
</button>
</div>
<ul class=”mmrx-nav-links”>
<li><a href=”#quick-facts” onclick=”toggleNav()”>Quick Facts</a></li>
<li><a href=”#uses” onclick=”toggleNav()”>What It’s Used For</a></li>
<li><a href=”#how-to-take” onclick=”toggleNav()”>How to Take</a></li>
<li><a href=”#side-effects” onclick=”toggleNav()”>Side Effects</a></li>
<li><a href=”#warnings” onclick=”toggleNav()”>Warnings</a></li>
<li><a href=”#drug-interactions” onclick=”toggleNav()”>Drug Interactions</a></li>
<li><a href=”#alcohol” onclick=”toggleNav()”>Alcohol & Driving</a></li>
<li><a href=”#storage” onclick=”toggleNav()”>Storage</a></li>
<li><a href=”#overdose” onclick=”toggleNav()”>Overdose</a></li>
<li><a href=”#faq” onclick=”toggleNav()”>FAQ</a></li>
</ul>
</nav>

<!– Main Content –>
<main class=”mmrx-content”>
<!– Hero –>
<div class=”mmrx-hero”>
<div class=”mmrx-hero-content”>
<h1>Abilify (Aripiprazole)</h1>
<p class=”mmrx-hero-subtitle”>Complete patient guide for uses, dosage, side effects, and safety information</p>
<span class=”mmrx-hero-badge”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”14″ height=”14″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”2″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z” />
</svg>
Prescription Required
</span>
</div>
</div>

<!– Quick Facts –>
<div id=”quick-facts” class=”mmrx-quick-facts”>
<h2>Quick Facts</h2>
<div class=”mmrx-facts-grid”>
<div class=”mmrx-fact-item”>
<div class=”mmrx-fact-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”20″ height=”20″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”2″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M19.428 15.428a2 2 0 00-1.022-.547l-2.387-.477a6 6 0 00-3.86.517l-.318.158a6 6 0 01-3.86.517L6.05 15.21a2 2 0 00-1.806.547M8 4h8l-1 1v5.172a2 2 0 00.586 1.414l5 5c1.26 1.26.367 3.414-1.415 3.414H4.828c-1.782 0-2.674-2.154-1.414-3.414l5-5A2 2 0 009 10.172V5L8 4z” />
</svg>
</div>
<div>
<div class=”mmrx-fact-label”>Generic Name</div>
<div class=”mmrx-fact-value”>Aripiprazole</div>
</div>
</div>
<div class=”mmrx-fact-item”>
<div class=”mmrx-fact-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”20″ height=”20″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”2″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z” />
</svg>
</div>
<div>
<div class=”mmrx-fact-label”>Drug Class</div>
<div class=”mmrx-fact-value”>Atypical Antipsychotic</div>
</div>
</div>
<div class=”mmrx-fact-item”>
<div class=”mmrx-fact-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”20″ height=”20″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”2″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2″ />
</svg>
</div>
<div>
<div class=”mmrx-fact-label”>Used For</div>
<div class=”mmrx-fact-value”>Schizophrenia, Bipolar 1</div>
</div>
</div>
<div class=”mmrx-fact-item”>
<div class=”mmrx-fact-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”20″ height=”20″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”2″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z” />
</svg>
</div>
<div>
<div class=”mmrx-fact-label”>How Taken</div>
<div class=”mmrx-fact-value”>Oral tablet, once daily</div>
</div>
</div>
</div>
</div>

<!– Uses Section –>
<section id=”uses” class=”mmrx-section”>
<h2>What Is Abilify Used For?</h2>
<p>Abilify contains the active ingredient aripiprazole and belongs to a class of medications called antipsychotic agents. These medications work by helping to balance certain chemicals in the brain that affect thinking, mood, and behavior.</p>

<h3>Schizophrenia Treatment</h3>
<p>Abilify is primarily used to treat schizophrenia, a mental health condition that causes disturbances in thinking, emotions, and behavior. It helps reduce symptoms like hallucinations, delusions, and disorganized thinking.</p>

<h3>Bipolar 1 Disorder (Manic Episodes)</h3>
<p>Abilify may also be prescribed for acute manic episodes in adults with Bipolar 1 Disorder. During manic episodes, people may experience periods of unusually elevated mood, excessive energy, reduced need for sleep, rapid speech with racing thoughts, and sometimes severe irritability.</p>

<p>Your doctor may prescribe Abilify for other conditions not listed here. If you’re unsure why you’ve been prescribed this medication, ask your healthcare provider.</p>

<div class=”mmrx-alert mmrx-alert-success”>
<p><strong>Good to know:</strong> There is no evidence that Abilify is addictive. However, you should never stop taking it suddenly without consulting your doctor.</p>
</div>
</section>

<!– Content Gate –>
<div class=”mmrx-content-gate”>
<div class=”mmrx-content-gate-inner”>
<div class=”mmrx-gate-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”40″ height=”40″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”1.5″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z” />
</svg>
</div>
<h3>Continue Reading</h3>
<p>Create a free account to access the complete medication guide including dosage, side effects, warnings, and more.</p>
<button class=”mmrx-btn mmrx-btn-primary mmrx-btn-full” onclick=”showRegistrationModal()”>
Register for Free Access
</button>
</div>
</div>

<!– How to Take Section –>
<section id=”how-to-take” class=”mmrx-section”>
<h2>How to Take Abilify</h2>
<p>Taking Abilify correctly helps ensure it works effectively while minimizing potential side effects.</p>

<h3>Dosage Instructions</h3>
<p>Unless your doctor gives you different directions, take Abilify once daily. Swallow the tablet whole with a glass of water. You can take it with or without food—whichever works best for your routine.</p>
<p>Try to take your dose at the same time each day. This helps maintain consistent medication levels in your body and makes it easier to remember.</p>

<h3>What If You Miss a Dose?</h3>
<p>If you forget to take Abilify at your usual time: If it’s almost time for your next scheduled dose, skip the missed dose and continue with your regular schedule. Otherwise, take the missed dose as soon as you remember, then resume your normal timing.</p>

<div class=”mmrx-alert mmrx-alert-accent”>
<p><strong>Important:</strong> Never take a double dose to make up for a missed one. This increases your risk of side effects.</p>
</div>

<h3>Available Tablet Strengths</h3>
<div class=”mmrx-tablet-cards”>
<div class=”mmrx-tablet-card”>
<div class=”mmrx-tablet-visual mmrx-tablet-5mg”>5mg</div>
<div class=”mmrx-tablet-info”>
<strong>5mg Tablet</strong>
<span>Blue, Rectangular • A-007</span>
</div>
</div>
<div class=”mmrx-tablet-card”>
<div class=”mmrx-tablet-visual mmrx-tablet-10mg”>10mg</div>
<div class=”mmrx-tablet-info”>
<strong>10mg Tablet</strong>
<span>Pink, Rectangular • A-008</span>
</div>
</div>
<div class=”mmrx-tablet-card”>
<div class=”mmrx-tablet-visual mmrx-tablet-15mg”>15mg</div>
<div class=”mmrx-tablet-info”>
<strong>15mg Tablet</strong>
<span>Yellow, Round • A-009</span>
</div>
</div>
<div class=”mmrx-tablet-card”>
<div class=”mmrx-tablet-visual mmrx-tablet-20mg”>20mg</div>
<div class=”mmrx-tablet-info”>
<strong>20mg Tablet</strong>
<span>White/Pale Yellow, Round • A-010</span>
</div>
</div>
<div class=”mmrx-tablet-card”>
<div class=”mmrx-tablet-visual mmrx-tablet-30mg”>30mg</div>
<div class=”mmrx-tablet-info”>
<strong>30mg Tablet</strong>
<span>Pink, Round • A-011</span>
</div>
</div>
</div>
</section>

<!– Side Effects Section –>
<section id=”side-effects” class=”mmrx-section”>
<h2>Side Effects</h2>
<p>Like all medications, Abilify can cause side effects. Most are mild and temporary, but some require medical attention.</p>

<h3>Common Side Effects</h3>
<p>These side effects occur relatively frequently and usually don’t require emergency care. However, speak with your doctor if they persist or become bothersome:</p>
<ul>
<li><strong>Digestive issues:</strong> Indigestion, nausea, vomiting, and constipation</li>
<li><strong>Sleep and energy changes:</strong> Insomnia, drowsiness, or feeling less alert</li>
<li><strong>Mood and movement:</strong> Agitation, anxiety, restlessness (akathisia)</li>
<li><strong>Other effects:</strong> Headache, light-headedness, dizziness, weight changes</li>
</ul>

<div class=”mmrx-alert mmrx-alert-warning”>
<p><strong>Seek immediate medical attention if you experience:</strong></p>
<ul>
<li>Seizures, fits, or convulsions</li>
<li>Fainting or loss of consciousness</li>
<li>Sudden high fever with sweating, fast heartbeat, and muscle stiffness</li>
<li>Uncontrollable movements of tongue, mouth, face, or limbs</li>
<li>Severe allergic reactions (rash, difficulty breathing, swelling)</li>
<li>Yellowing of skin or eyes (jaundice)</li>
<li>Thoughts of suicide or self-harm</li>
<li>Severe muscle pain, weakness, or stiffness</li>
<li>Difficulty urinating</li>
</ul>
</div>

<h3>Impulse Control Issues</h3>
<p>Some patients taking Abilify have experienced unusual urges they find difficult to resist, including compulsive gambling, excessive spending, binge eating, or increased sexual urges. If you notice any of these behaviors developing, tell your doctor right away.</p>
</section>

<!– Warnings Section –>
<section id=”warnings” class=”mmrx-section”>
<h2>Important Warnings</h2>

<h3>Who Should Not Take Abilify</h3>
<p>Do not take Abilify if you’re allergic to aripiprazole or any of its ingredients. Signs of an allergic reaction include skin rash or hives, difficulty breathing, and swelling of the face, lips, tongue, or throat.</p>
<p>Abilify is not recommended for children under 18 years of age.</p>

<h3>Medical Conditions to Discuss</h3>
<p>Before starting Abilify, tell your doctor if you have:</p>
<ul>
<li>Heart problems or blood vessel disease</li>
<li>Low blood pressure or epilepsy/seizures</li>
<li>Diabetes or high blood sugar</li>
<li>Liver problems</li>
<li>Alzheimer’s disease or dementia</li>
<li>History of alcohol or drug dependence</li>
<li>Risk of blood clots or sleep apnea</li>
<li>Difficulty swallowing or lactose intolerance</li>
</ul>

<div class=”mmrx-alert mmrx-alert-warning”>
<p><strong>Elderly Patients With Dementia:</strong> Elderly patients with dementia who take Abilify may face increased risks of serious side effects, including stroke, mini-stroke, pneumonia, and heart problems. These can be life-threatening.</p>
</div>

<h3>Pregnancy and Breastfeeding</h3>
<p>Abilify is not recommended during pregnancy. If you become pregnant while taking this medication, contact your doctor immediately. Babies exposed to antipsychotics during the third trimester may experience withdrawal symptoms after birth. Breastfeeding is not recommended while taking Abilify.</p>
</section>

<!– Drug Interactions Section –>
<section id=”drug-interactions” class=”mmrx-section”>
<h2>Drug Interactions</h2>
<p>Several medications can interact with Abilify. Always tell your doctor about everything you take, including:</p>
<ul>
<li>Other medications for mental health conditions</li>
<li>Epilepsy medications</li>
<li>Parkinson’s disease treatments</li>
<li>Blood pressure medications</li>
<li>Antifungal medications</li>
<li>Heart rhythm medications</li>
<li>Antibiotics or antiviral medications</li>
<li>Cyclosporin (Neoral, Sandimmun)</li>
<li>Cimetidine (Tagamet)</li>
</ul>

<div class=”mmrx-alert mmrx-alert-accent”>
<p><strong>Grapefruit interaction:</strong> Eating grapefruit or drinking grapefruit juice may affect how Abilify works in your body. Discuss this with your doctor.</p>
</div>
</section>

<!– Alcohol & Driving Section –>
<section id=”alcohol” class=”mmrx-section”>
<h2>Alcohol & Driving</h2>

<h3>Alcohol</h3>
<p>Be cautious about drinking alcohol while taking Abilify. Alcohol can intensify certain side effects like drowsiness and dizziness. Your doctor may recommend avoiding alcohol entirely during treatment.</p>

<h3>Driving and Operating Machinery</h3>
<p>Abilify can cause drowsiness, dizziness, and light-headedness in some people. Before driving, operating machinery, or doing anything requiring alertness, make sure you know how this medication affects you.</p>
<p>If you feel dizzy or faint when standing up, try getting up slowly from sitting or lying positions.</p>

<h3>Temperature Regulation</h3>
<p>Abilify may affect your body’s ability to regulate temperature. During hot weather, you may have difficulty sweating and could feel dizzy or faint if you overheat.</p>
<p><strong>To stay safe:</strong> Wear light clothing, stay in air-conditioned spaces when possible, drink plenty of water, take cool showers, and avoid strenuous exercise during the hottest parts of the day.</p>
</section>

<!– Storage Section –>
<section id=”storage” class=”mmrx-section”>
<h2>Storage</h2>
<p>Store Abilify in a cool, dry place below 30°C (86°F). Keep it away from heat, moisture, and direct sunlight—don’t store it in the bathroom or car.</p>
<p>Keep this medication out of reach of children. A locked cabinet at least 1.5 meters above the ground is ideal.</p>
<p>Don’t use Abilify after the expiry date on the packaging. If you need to dispose of unused medication, take it to a pharmacy for safe disposal.</p>
</section>

<!– Overdose Section –>
<section id=”overdose” class=”mmrx-section”>
<h2>Overdose Information</h2>
<p>If you think you’ve taken too much Abilify, seek medical help immediately—even if you feel fine.</p>
<p>Signs of overdose may include severe drowsiness, high blood pressure, rapid heartbeat, vomiting, and reduced consciousness.</p>

<div class=”mmrx-alert mmrx-alert-warning”>
<p><strong>In an emergency:</strong> Call your local poison control center, contact your doctor, or go to the nearest emergency department.</p>
</div>
</section>

<!– FAQ Section –>
<section id=”faq” class=”mmrx-section”>
<h2>Frequently Asked Questions</h2>
<div class=”mmrx-faq-list”>
<div class=”mmrx-faq-item”>
<button class=”mmrx-faq-question” onclick=”toggleFaq(this)”>
How long does it take for Abilify to work?
<span class=”mmrx-faq-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”12″ height=”12″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”3″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M19 9l-7 7-7-7″ />
</svg>
</span>
</button>
<div class=”mmrx-faq-answer”>
<div class=”mmrx-faq-answer-inner”>
Improvement in symptoms may take several days to a few weeks. Don’t stop taking Abilify even if you feel better—continue as prescribed and discuss any concerns with your doctor.
</div>
</div>
</div>

<div class=”mmrx-faq-item”>
<button class=”mmrx-faq-question” onclick=”toggleFaq(this)”>
Can I take Abilify with food?
<span class=”mmrx-faq-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”12″ height=”12″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”3″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M19 9l-7 7-7-7″ />
</svg>
</span>
</button>
<div class=”mmrx-faq-answer”>
<div class=”mmrx-faq-answer-inner”>
Yes, you can take Abilify with or without food. Choose whatever works best for your routine and stick with it consistently.
</div>
</div>
</div>

<div class=”mmrx-faq-item”>
<button class=”mmrx-faq-question” onclick=”toggleFaq(this)”>
Is Abilify addictive?
<span class=”mmrx-faq-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”12″ height=”12″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”3″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M19 9l-7 7-7-7″ />
</svg>
</span>
</button>
<div class=”mmrx-faq-answer”>
<div class=”mmrx-faq-answer-inner”>
No, there is no evidence that Abilify is addictive. However, you should never stop taking it suddenly without medical guidance, as this could worsen your condition.
</div>
</div>
</div>

<div class=”mmrx-faq-item”>
<button class=”mmrx-faq-question” onclick=”toggleFaq(this)”>
What happens if I stop taking Abilify suddenly?
<span class=”mmrx-faq-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”12″ height=”12″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”3″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M19 9l-7 7-7-7″ />
</svg>
</span>
</button>
<div class=”mmrx-faq-answer”>
<div class=”mmrx-faq-answer-inner”>
Stopping Abilify abruptly may cause your symptoms to return or worsen. Always consult your doctor before changing or stopping your medication.
</div>
</div>
</div>

<div class=”mmrx-faq-item”>
<button class=”mmrx-faq-question” onclick=”toggleFaq(this)”>
Can I drink alcohol while taking Abilify?
<span class=”mmrx-faq-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”12″ height=”12″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”3″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M19 9l-7 7-7-7″ />
</svg>
</span>
</button>
<div class=”mmrx-faq-answer”>
<div class=”mmrx-faq-answer-inner”>
Alcohol can increase side effects like drowsiness and dizziness. Your doctor may recommend avoiding alcohol during treatment. If you do drink, do so cautiously.
</div>
</div>
</div>

<div class=”mmrx-faq-item”>
<button class=”mmrx-faq-question” onclick=”toggleFaq(this)”>
Does Abilify cause weight gain?
<span class=”mmrx-faq-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”12″ height=”12″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”3″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M19 9l-7 7-7-7″ />
</svg>
</span>
</button>
<div class=”mmrx-faq-answer”>
<div class=”mmrx-faq-answer-inner”>
Weight changes—both gain and loss—have been reported with Abilify. If you notice significant weight changes, discuss them with your doctor.
</div>
</div>
</div>

<div class=”mmrx-faq-item”>
<button class=”mmrx-faq-question” onclick=”toggleFaq(this)”>
Can Abilify affect my blood sugar?
<span class=”mmrx-faq-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”12″ height=”12″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”3″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M19 9l-7 7-7-7″ />
</svg>
</span>
</button>
<div class=”mmrx-faq-answer”>
<div class=”mmrx-faq-answer-inner”>
Yes, Abilify may cause high blood sugar or worsen existing diabetes. Signs include excessive thirst, hunger, and weakness. Your doctor may monitor your blood sugar levels during treatment.
</div>
</div>
</div>

<div class=”mmrx-faq-item”>
<button class=”mmrx-faq-question” onclick=”toggleFaq(this)”>
Is Abilify safe for elderly patients?
<span class=”mmrx-faq-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”12″ height=”12″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”3″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M19 9l-7 7-7-7″ />
</svg>
</span>
</button>
<div class=”mmrx-faq-answer”>
<div class=”mmrx-faq-answer-inner”>
Elderly patients with dementia face increased risks of serious side effects including stroke. Abilify should be used with caution in this population, and risks should be carefully weighed against benefits.
</div>
</div>
</div>

<div class=”mmrx-faq-item”>
<button class=”mmrx-faq-question” onclick=”toggleFaq(this)”>
What should I do if I experience suicidal thoughts?
<span class=”mmrx-faq-icon”>
<svg xmlns=”http://www.w3.org/2000/svg” width=”12″ height=”12″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”3″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M19 9l-7 7-7-7″ />
</svg>
</span>
</button>
<div class=”mmrx-faq-answer”>
<div class=”mmrx-faq-answer-inner”>
If you experience thoughts of self-harm or suicide, contact your doctor, mental health professional, or emergency services immediately. This is a serious side effect that requires prompt attention.
</div>
</div>
</div>
</div>
</section>

<!– Disclaimer –>
<div class=”mmrx-disclaimer”>
<h3>Important Disclaimer</h3>
<p>This information is intended for general educational purposes only and should not replace professional medical advice. Always consult your doctor or pharmacist before starting, stopping, or changing any medication. If you have questions about Abilify or your treatment plan, speak with your healthcare provider.</p>
</div>
</main>
</div>

</div><!– End #mmrx-medication-guide –>

<script>
// WooCommerce Configuration
const WC_CONFIG = {
siteUrl: ‘https://musclemediarx.com’,
ajaxUrl: ‘https://musclemediarx.com/wp-admin/admin-ajax.php’
};

// Auth state
let isRegistered = localStorage.getItem(‘wc_logged_in’) === ‘true’;
let currentUser = JSON.parse(localStorage.getItem(‘wc_user’) || ‘null’);

// Get container
function getContainer() {
return document.getElementById(‘mmrx-medication-guide’);
}

// Show/hide registration modal
function showRegistrationModal() {
document.getElementById(‘registration-modal’).classList.add(‘active’);
document.body.style.overflow = ‘hidden’;
}

function hideRegistrationModal() {
document.getElementById(‘registration-modal’).classList.remove(‘active’);
document.body.style.overflow = ”;
clearErrors();
}

// Auth tab switching
function showAuthTab(tab) {
document.querySelectorAll(‘.mmrx-auth-tab’).forEach(t => t.classList.remove(‘active’));
document.querySelectorAll(‘.mmrx-auth-form’).forEach(f => f.classList.remove(‘active’));

if (tab === ‘register’) {
document.querySelector(‘.mmrx-auth-tab:first-child’).classList.add(‘active’);
document.getElementById(‘register-form’).classList.add(‘active’);
} else {
document.querySelector(‘.mmrx-auth-tab:last-child’).classList.add(‘active’);
document.getElementById(‘login-form’).classList.add(‘active’);
}
clearErrors();
}

// Clear error messages
function clearErrors() {
document.querySelectorAll(‘.mmrx-form-error’).forEach(e => {
e.classList.remove(‘show’);
e.textContent = ”;
});
}

// Show error message
function showError(elementId, message) {
const errorEl = document.getElementById(elementId);
errorEl.textContent = message;
errorEl.classList.add(‘show’);
}

// Set button loading state
function setButtonLoading(btnId, loading) {
const btn = document.getElementById(btnId);
const label = btn.querySelector(‘.mmrx-btn-label’);
const loader = btn.querySelector(‘.mmrx-btn-loader’);

btn.disabled = loading;
if (label) label.style.display = loading ? ‘none’ : ‘inline’;
if (loader) loader.style.display = loading ? ‘inline’ : ‘none’;
}

// Handle registration with WooCommerce
async function handleRegistration(e) {
e.preventDefault();
clearErrors();
setButtonLoading(‘register-btn’, true);

const firstName = document.getElementById(‘reg-first-name’).value.trim();
const lastName = document.getElementById(‘reg-last-name’).value.trim();
const email = document.getElementById(‘reg-email’).value.trim();
const password = document.getElementById(‘reg-password’).value;

try {
const formData = new FormData();
formData.append(‘action’, ‘mmrx_register_user’);
formData.append(‘first_name’, firstName);
formData.append(‘last_name’, lastName);
formData.append(’email’, email);
formData.append(‘password’, password);
formData.append(‘nonce’, getMmrxNonce());

const response = await fetch(WC_CONFIG.ajaxUrl, {
method: ‘POST’,
body: formData,
credentials: ‘include’
});

const data = await response.json();

if (data.success) {
localStorage.setItem(‘wc_logged_in’, ‘true’);
localStorage.setItem(‘wc_user’, JSON.stringify(data.data.user));
isRegistered = true;
currentUser = data.data.user;

hideRegistrationModal();
unlockContent();
showWelcomeMessage(firstName);
} else {
showError(‘register-error’, data.data.message || ‘Registration failed. Please try again.’);
}
} catch (error) {
console.error(‘Registration error:’, error);
showError(‘register-error’, ‘Connection error. Please check your internet and try again.’);
} finally {
setButtonLoading(‘register-btn’, false);
}
}

// Handle login with WooCommerce
async function handleLogin(e) {
e.preventDefault();
clearErrors();
setButtonLoading(‘login-btn’, true);

const email = document.getElementById(‘login-email’).value.trim();
const password = document.getElementById(‘login-password’).value;

try {
const formData = new FormData();
formData.append(‘action’, ‘mmrx_login_user’);
formData.append(’email’, email);
formData.append(‘password’, password);
formData.append(‘nonce’, getMmrxNonce());

const response = await fetch(WC_CONFIG.ajaxUrl, {
method: ‘POST’,
body: formData,
credentials: ‘include’
});

const data = await response.json();

if (data.success) {
localStorage.setItem(‘wc_logged_in’, ‘true’);
localStorage.setItem(‘wc_user’, JSON.stringify(data.data.user));
isRegistered = true;
currentUser = data.data.user;

hideRegistrationModal();
unlockContent();
showWelcomeMessage(data.data.user.first_name);
} else {
showError(‘login-error’, data.data.message || ‘Invalid email or password.’);
}
} catch (error) {
console.error(‘Login error:’, error);
showError(‘login-error’, ‘Connection error. Please check your internet and try again.’);
} finally {
setButtonLoading(‘login-btn’, false);
}
}

// Get nonce
function getMmrxNonce() {
return window.mmrx_nonce || ”;
}

// Unlock content
function unlockContent() {
getContainer().classList.add(‘registered’);
const gate = document.querySelector(‘.mmrx-content-gate’);
if (gate) gate.style.display = ‘none’;
}

// Show welcome message
function showWelcomeMessage(name) {
const container = getContainer();
const welcomeToast = document.createElement(‘div’);
welcomeToast.className = ‘mmrx-welcome-toast’;
welcomeToast.innerHTML = `
<svg xmlns=”http://www.w3.org/2000/svg” width=”20″ height=”20″ fill=”none” viewBox=”0 0 24 24″ stroke=”currentColor” stroke-width=”2″>
<path stroke-linecap=”round” stroke-linejoin=”round” d=”M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z” />
</svg>
<span>Welcome${name ? ‘, ‘ + name : ”}! Full access unlocked.</span>
`;
container.appendChild(welcomeToast);

setTimeout(() => welcomeToast.classList.add(‘show’), 100);
setTimeout(() => {
welcomeToast.classList.remove(‘show’);
setTimeout(() => welcomeToast.remove(), 300);
}, 4000);
}

// Gate PDF download – check registration
async function handlePdfDownload() {
// First check localStorage
if (!isRegistered) {
showRegistrationModal();
return;
}

// Also verify with WordPress session
try {
const formData = new FormData();
formData.append(‘action’, ‘mmrx_check_login’);
formData.append(‘nonce’, getMmrxNonce());

const response = await fetch(WC_CONFIG.ajaxUrl, {
method: ‘POST’,
body: formData,
credentials: ‘include’
});

const data = await response.json();

if (data.success && data.data.logged_in) {
window.print();
} else {
// Session expired, show registration modal
localStorage.removeItem(‘wc_logged_in’);
localStorage.removeItem(‘wc_user’);
isRegistered = false;
showRegistrationModal();
}
} catch (error) {
// If check fails, allow print if localStorage says registered
window.print();
}
}

// Check WordPress login status
async function checkLoginStatus() {
try {
const formData = new FormData();
formData.append(‘action’, ‘mmrx_check_login’);
formData.append(‘nonce’, getMmrxNonce());

const response = await fetch(WC_CONFIG.ajaxUrl, {
method: ‘POST’,
body: formData,
credentials: ‘include’
});

const data = await response.json();

if (data.success && data.data.logged_in) {
localStorage.setItem(‘wc_logged_in’, ‘true’);
localStorage.setItem(‘wc_user’, JSON.stringify(data.data.user));
isRegistered = true;
currentUser = data.data.user;
unlockContent();
}
} catch (error) {
console.log(‘Login check skipped:’, error);
if (isRegistered) {
unlockContent();
}
}
}

// Initialize
document.addEventListener(‘DOMContentLoaded’, () => {
checkLoginStatus();
});

// Navigation toggle
function toggleNav() {
document.querySelector(‘.mmrx-nav-sidebar’).classList.toggle(‘active’);
document.querySelector(‘.mmrx-nav-overlay’).classList.toggle(‘active’);
}

// FAQ toggle
function toggleFaq(button) {
const item = button.parentElement;
const wasActive = item.classList.contains(‘active’);

document.querySelectorAll(‘.mmrx-faq-item’).forEach(faq => {
faq.classList.remove(‘active’);
});

if (!wasActive) {
item.classList.add(‘active’);
}
}

// Close modals on escape
document.addEventListener(‘keydown’, (e) => {
if (e.key === ‘Escape’) {
document.querySelector(‘.mmrx-nav-sidebar’).classList.remove(‘active’);
document.querySelector(‘.mmrx-nav-overlay’).classList.remove(‘active’);
hideRegistrationModal();
}
});

// Close nav on link click (mobile)
document.querySelectorAll(‘.mmrx-nav-links a’).forEach(link => {
link.addEventListener(‘click’, () => {
if (window.innerWidth < 900) {
toggleNav();
}
});
});
</script>
</body>
</html>

 

 

 

Create a free account to access the full medication guide.

 

Sign in to access your medication guides.

 
Rx
Abilify Medication Guide
 

Abilify (Aripiprazole)

Complete patient guide for uses, dosage, side effects, and safety information

Prescription Required

Quick Facts

 
Generic Name
Aripiprazole
 
Drug Class
Atypical Antipsychotic
 
Used For
Schizophrenia, Bipolar 1
 
How Taken
Oral tablet, once daily

What Is Abilify Used For?

Abilify contains the active ingredient aripiprazole and belongs to a class of medications called antipsychotic agents. These medications work by helping to balance certain chemicals in the brain that affect thinking, mood, and behavior.

Schizophrenia Treatment

Abilify is primarily used to treat schizophrenia, a mental health condition that causes disturbances in thinking, emotions, and behavior. It helps reduce symptoms like hallucinations, delusions, and disorganized thinking.

Bipolar 1 Disorder (Manic Episodes)

Abilify may also be prescribed for acute manic episodes in adults with Bipolar 1 Disorder. During manic episodes, people may experience periods of unusually elevated mood, excessive energy, reduced need for sleep, rapid speech with racing thoughts, and sometimes severe irritability.

Your doctor may prescribe Abilify for other conditions not listed here. If you’re unsure why you’ve been prescribed this medication, ask your healthcare provider.

Good to know: There is no evidence that Abilify is addictive. However, you should never stop taking it suddenly without consulting your doctor.

 

Continue Reading

Create a free account to access the complete medication guide including dosage, side effects, warnings, and more.

How to Take Abilify

Taking Abilify correctly helps ensure it works effectively while minimizing potential side effects.

Dosage Instructions

Unless your doctor gives you different directions, take Abilify once daily. Swallow the tablet whole with a glass of water. You can take it with or without food—whichever works best for your routine.

Try to take your dose at the same time each day. This helps maintain consistent medication levels in your body and makes it easier to remember.

What If You Miss a Dose?

If you forget to take Abilify at your usual time: If it’s almost time for your next scheduled dose, skip the missed dose and continue with your regular schedule. Otherwise, take the missed dose as soon as you remember, then resume your normal timing.

Important: Never take a double dose to make up for a missed one. This increases your risk of side effects.

Available Tablet Strengths

5mg
5mg TabletBlue, Rectangular • A-007
10mg
10mg TabletPink, Rectangular • A-008
15mg
15mg TabletYellow, Round • A-009
20mg
20mg TabletWhite/Pale Yellow, Round • A-010
30mg
30mg TabletPink, Round • A-011

Side Effects

Like all medications, Abilify can cause side effects. Most are mild and temporary, but some require medical attention.

Common Side Effects

These side effects occur relatively frequently and usually don’t require emergency care. However, speak with your doctor if they persist or become bothersome:

  • Digestive issues: Indigestion, nausea, vomiting, and constipation
  • Sleep and energy changes: Insomnia, drowsiness, or feeling less alert
  • Mood and movement: Agitation, anxiety, restlessness (akathisia)
  • Other effects: Headache, light-headedness, dizziness, weight changes

Seek immediate medical attention if you experience:

  • Seizures, fits, or convulsions
  • Fainting or loss of consciousness
  • Sudden high fever with sweating, fast heartbeat, and muscle stiffness
  • Uncontrollable movements of tongue, mouth, face, or limbs
  • Severe allergic reactions (rash, difficulty breathing, swelling)
  • Yellowing of skin or eyes (jaundice)
  • Thoughts of suicide or self-harm
  • Severe muscle pain, weakness, or stiffness
  • Difficulty urinating

Impulse Control Issues

Some patients taking Abilify have experienced unusual urges they find difficult to resist, including compulsive gambling, excessive spending, binge eating, or increased sexual urges. If you notice any of these behaviors developing, tell your doctor right away.

Important Warnings

Who Should Not Take Abilify

Do not take Abilify if you’re allergic to aripiprazole or any of its ingredients. Signs of an allergic reaction include skin rash or hives, difficulty breathing, and swelling of the face, lips, tongue, or throat.

Abilify is not recommended for children under 18 years of age.

Medical Conditions to Discuss

Before starting Abilify, tell your doctor if you have:

  • Heart problems or blood vessel disease
  • Low blood pressure or epilepsy/seizures
  • Diabetes or high blood sugar
  • Liver problems
  • Alzheimer’s disease or dementia
  • History of alcohol or drug dependence
  • Risk of blood clots or sleep apnea
  • Difficulty swallowing or lactose intolerance

Elderly Patients With Dementia: Elderly patients with dementia who take Abilify may face increased risks of serious side effects, including stroke, mini-stroke, pneumonia, and heart problems. These can be life-threatening.

Pregnancy and Breastfeeding

Abilify is not recommended during pregnancy. If you become pregnant while taking this medication, contact your doctor immediately. Babies exposed to antipsychotics during the third trimester may experience withdrawal symptoms after birth. Breastfeeding is not recommended while taking Abilify.

Drug Interactions

Several medications can interact with Abilify. Always tell your doctor about everything you take, including:

  • Other medications for mental health conditions
  • Epilepsy medications
  • Parkinson’s disease treatments
  • Blood pressure medications
  • Antifungal medications
  • Heart rhythm medications
  • Antibiotics or antiviral medications
  • Cyclosporin (Neoral, Sandimmun)
  • Cimetidine (Tagamet)

Grapefruit interaction: Eating grapefruit or drinking grapefruit juice may affect how Abilify works in your body. Discuss this with your doctor.

Alcohol & Driving

Alcohol

Be cautious about drinking alcohol while taking Abilify. Alcohol can intensify certain side effects like drowsiness and dizziness. Your doctor may recommend avoiding alcohol entirely during treatment.

Driving and Operating Machinery

Abilify can cause drowsiness, dizziness, and light-headedness in some people. Before driving, operating machinery, or doing anything requiring alertness, make sure you know how this medication affects you.

If you feel dizzy or faint when standing up, try getting up slowly from sitting or lying positions.

Temperature Regulation

Abilify may affect your body’s ability to regulate temperature. During hot weather, you may have difficulty sweating and could feel dizzy or faint if you overheat.

To stay safe: Wear light clothing, stay in air-conditioned spaces when possible, drink plenty of water, take cool showers, and avoid strenuous exercise during the hottest parts of the day.

Storage

Store Abilify in a cool, dry place below 30°C (86°F). Keep it away from heat, moisture, and direct sunlight—don’t store it in the bathroom or car.

Keep this medication out of reach of children. A locked cabinet at least 1.5 meters above the ground is ideal.

Don’t use Abilify after the expiry date on the packaging. If you need to dispose of unused medication, take it to a pharmacy for safe disposal.

Overdose Information

If you think you’ve taken too much Abilify, seek medical help immediately—even if you feel fine.

Signs of overdose may include severe drowsiness, high blood pressure, rapid heartbeat, vomiting, and reduced consciousness.

In an emergency: Call your local poison control center, contact your doctor, or go to the nearest emergency department.

Frequently Asked Questions

Improvement in symptoms may take several days to a few weeks. Don’t stop taking Abilify even if you feel better—continue as prescribed and discuss any concerns with your doctor.
Yes, you can take Abilify with or without food. Choose whatever works best for your routine and stick with it consistently.
No, there is no evidence that Abilify is addictive. However, you should never stop taking it suddenly without medical guidance, as this could worsen your condition.
Stopping Abilify abruptly may cause your symptoms to return or worsen. Always consult your doctor before changing or stopping your medication.
Alcohol can increase side effects like drowsiness and dizziness. Your doctor may recommend avoiding alcohol during treatment. If you do drink, do so cautiously.
Weight changes—both gain and loss—have been reported with Abilify. If you notice significant weight changes, discuss them with your doctor.
Yes, Abilify may cause high blood sugar or worsen existing diabetes. Signs include excessive thirst, hunger, and weakness. Your doctor may monitor your blood sugar levels during treatment.
Elderly patients with dementia face increased risks of serious side effects including stroke. Abilify should be used with caution in this population, and risks should be carefully weighed against benefits.
If you experience thoughts of self-harm or suicide, contact your doctor, mental health professional, or emergency services immediately. This is a serious side effect that requires prompt attention.

Important Disclaimer

This information is intended for general educational purposes only and should not replace professional medical advice. Always consult your doctor or pharmacist before starting, stopping, or changing any medication. If you have questions about Abilify or your treatment plan, speak with your healthcare provider.