Amplify Electrolyte Hydration + Caffeine
.redi-amp { width: 100vw !important; max-width: 100vw !important; margin-left: calc(-50vw + 50%) !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important; position: relative !important; } .redi-amp { font-family: 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; } .redi-amp *, .redi-amp *::before, .redi-amp *::after { box-sizing: border-box; margin: 0; padding: 0; } .redi-amp { --bg: #FFFFFF; --off: #F4F4F2; --dark: #111111; --muted: #777777; --faint: #BBBBBB; --border: rgba(0,0,0,0.09); } .redi-amp .grad-text { background: linear-gradient(90deg, #F7A35C, #F2688A); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .redi-amp .grad-bg { background: linear-gradient(135deg, #F7A35C, #F2688A); } .redi-amp, .redi-amp * { text-transform: none !important; } .redi-amp .ra-brand, .redi-amp .ra-trust-text, .redi-amp .ra-detail-title, .redi-amp .ra-ing-title, .redi-amp .ra-sec-h2, .redi-amp .ra-prod-title, .redi-amp .ra-ing-badge { text-transform: uppercase !important; } .redi-amp .ra-prod-title .ital { text-transform: none !important; font-family: 'Instrument Serif', serif !important; font-style: italic !important; } /* PRODUCT HERO */ .redi-amp .ra-main { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); } .redi-amp .ra-gallery { background: var(--off); position: sticky; top: 0; align-self: start; display: flex; align-items: center; justify-content: center; min-height: 600px; padding: 56px; } .redi-amp .ra-gallery img { max-width: 100%; max-height: 520px; object-fit: contain; } .redi-amp .ra-info { padding: 64px 56px; border-left: 1px solid var(--border); } .redi-amp .ra-brand { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase !important; color: rgba(247,163,92,0.9); margin-bottom: 16px; display: block; } .redi-amp .ra-prod-title { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(2.8rem, 4.5vw, 4.5rem) !important; line-height: 0.9 !important; letter-spacing: 1px !important; color: var(--dark) !important; margin-bottom: 20px; text-transform: uppercase !important; } .redi-amp .ra-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; } .redi-amp .ra-stars { display: flex; gap: 3px; } .redi-amp .ra-star { width: 13px; height: 13px; background: linear-gradient(135deg, #F7A35C, #F2688A); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); } .redi-amp .ra-rating-text { font-size: 1.2rem; color: var(--faint); } .redi-amp .ra-price-block { margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--border); } .redi-amp .ra-price { font-family: 'Bebas Neue', sans-serif; font-size: 3.5rem; line-height: 1; letter-spacing: 1px; } .redi-amp .ra-price-sub { font-size: 1.2rem; color: var(--muted); font-weight: 300; margin-top: 6px; } .redi-amp .ra-desc { font-size: 1.4rem; color: var(--muted); line-height: 1.8; font-weight: 300; margin-bottom: 24px; } /* CAFFEINE NOTICE */ .redi-amp .ra-caffeine { display: flex; align-items: flex-start; gap: 16px; padding: 20px 24px; border-left: 3px solid #F7A35C; background: rgba(247,163,92,0.06); margin-bottom: 32px; } .redi-amp .ra-caffeine-dot { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, #F7A35C, #F2688A); flex-shrink: 0; margin-top: 7px; } .redi-amp .ra-caffeine-text { font-size: 1.3rem; color: var(--muted); line-height: 1.7; font-weight: 300; } .redi-amp .ra-caffeine-text strong { color: var(--dark); font-weight: 600; } /* FLAVOR */ .redi-amp .ra-flavor-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase !important; color: var(--faint); margin-bottom: 12px; } .redi-amp .ra-flavor-options { display: flex; gap: 8px; margin-bottom: 32px; } .redi-amp .ra-flavor-btn { padding: 14px 20px; border: 1px solid var(--dark); background: var(--off); text-align: left; } .redi-amp .ra-flavor-name { font-size: 1.2rem; font-weight: 600; color: var(--dark); display: block; } .redi-amp .ra-flavor-desc { font-size: 1.1rem; color: var(--muted); font-weight: 300; margin-top: 2px; display: block; } /* PURCHASE OPTIONS — real radio inputs */ .redi-amp .ra-purchase-opts { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; } .redi-amp .ra-opt { display: flex; align-items: center; gap: 16px; padding: 20px 24px; border: 1px solid var(--border); background: var(--bg); cursor: pointer; transition: all 0.2s; } .redi-amp .ra-opt input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; } .redi-amp .ra-opt:has(input:checked) { border-color: var(--dark); background: var(--off); } .redi-amp .ra-opt:has(input:focus-visible) { outline: 2px solid #F7A35C; outline-offset: 2px; } .redi-amp .ra-opt-radio { width: 18px; height: 18px; border: 2px solid var(--border); border-radius: 50%; flex-shrink: 0; position: relative; transition: border-color 0.2s; } .redi-amp .ra-opt:has(input:checked) .ra-opt-radio { border-color: var(--dark); } .redi-amp .ra-opt:has(input:checked) .ra-opt-radio::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 8px; height: 8px; border-radius: 50%; background: var(--dark); } .redi-amp .ra-opt-details { flex: 1; } .redi-amp .ra-opt-type { font-size: 1.3rem; font-weight: 600; color: var(--dark); } .redi-amp .ra-opt-desc { font-size: 1.1rem; color: var(--muted); font-weight: 300; margin-top: 2px; } .redi-amp .ra-opt-right { text-align: right; } .redi-amp .ra-opt-price { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 1px; color: var(--dark); } .redi-amp .ra-opt-save { font-size: 1.1rem; color: rgba(247,163,92,0.9); font-weight: 600; margin-top: 2px; } /* QUANTITY + ADD TO CART */ .redi-amp .ra-qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; } .redi-amp .ra-qty-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase !important; color: var(--faint); } .redi-amp .ra-qty { width: 90px; padding: 14px 16px; border: 1px solid var(--border); background: var(--bg); font-family: 'DM Sans', sans-serif; font-size: 1.4rem; color: var(--dark); } .redi-amp .ra-atc { width: 100%; padding: 24px; color: #fff; background: var(--dark); border: none; font-family: 'DM Sans', sans-serif; font-size: 1.4rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase !important; cursor: pointer; transition: opacity 0.2s; margin-bottom: 28px; } .redi-amp .ra-atc:hover { opacity: 0.85; } .redi-amp .ra-atc:focus-visible { outline: 2px solid #111111; outline-offset: 3px; } /* TRUST BADGES */ .redi-amp .ra-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--border); border-right: none; margin-bottom: 32px; } .redi-amp .ra-trust-item { padding: 20px 16px; border-right: 1px solid var(--border); text-align: center; } .redi-amp .ra-trust-dot { width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #F7A35C, #F2688A); margin: 0 auto 8px; } .redi-amp .ra-trust-text { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase !important; color: var(--muted); line-height: 1.4; } /* ACCORDION — native details, no JS */ .redi-amp .ra-accordion { border-top: 1px solid var(--border); } .redi-amp .ra-acc-item { border-bottom: 1px solid var(--border); display: block; } .redi-amp .ra-acc-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; list-style: none; } .redi-amp .ra-acc-header::-webkit-details-marker { display: none; } .redi-amp .ra-acc-header::marker { content: ''; } .redi-amp .ra-acc-header:focus-visible { outline: 2px solid #F7A35C; outline-offset: 2px; } .redi-amp .ra-detail-title { font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase !important; color: var(--dark); } .redi-amp .ra-acc-toggle { font-size: 1.4rem; color: var(--faint); transition: transform 0.3s; line-height: 1; } .redi-amp .ra-acc-item[open] .ra-acc-toggle { transform: rotate(45deg); } .redi-amp .ra-acc-inner { padding-bottom: 20px; font-size: 1.35rem; color: var(--muted); line-height: 1.8; font-weight: 300; } /* INGREDIENTS SECTION */ .redi-amp .ra-ingredients { padding: 80px 56px; border-bottom: 1px solid var(--border); background: var(--off); } .redi-amp .ra-sec-h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: clamp(3rem, 5.5vw, 5.5rem) !important; line-height: 0.9 !important; letter-spacing: 1px !important; color: var(--dark) !important; margin-bottom: 16px; text-transform: uppercase !important; } .redi-amp .ra-sec-sub { font-size: 1.4rem; color: var(--muted); font-weight: 300; margin-bottom: 48px; } .redi-amp .ra-ing-group-label { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase !important; color: var(--faint); margin-bottom: 12px; } .redi-amp .ra-ing-grid { display: grid; gap: 12px; margin-bottom: 12px; } .redi-amp .ra-ing-grid-5 { grid-template-columns: repeat(6, 1fr); } .redi-amp .ra-ing-grid-5 .ra-ing-card:nth-child(1) { grid-column: 1 / 3; } .redi-amp .ra-ing-grid-5 .ra-ing-card:nth-child(2) { grid-column: 3 / 5; } .redi-amp .ra-ing-grid-5 .ra-ing-card:nth-child(3) { grid-column: 5 / 7; } .redi-amp .ra-ing-grid-5 .ra-ing-card:nth-child(4) { grid-column: 2 / 4; } .redi-amp .ra-ing-grid-5 .ra-ing-card:nth-child(5) { grid-column: 4 / 6; } .redi-amp .ra-ing-grid-3 { grid-template-columns: repeat(3, 1fr); margin-top: 12px; } .redi-amp .ra-ing-card { border: 1px solid var(--border); padding: 32px 28px; background: var(--bg); transition: border-color 0.25s, transform 0.25s; } .redi-amp .ra-ing-card:hover { border-color: #F7A35C; transform: translateY(-4px); } .redi-amp .ra-ing-card.energy { border-color: rgba(247,163,92,0.3); background: rgba(247,163,92,0.04); } .redi-amp .ra-ing-num { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; color: rgba(0,0,0,0.06); line-height: 1; margin-bottom: 12px; } .redi-amp .ra-ing-badge { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase !important; color: rgba(247,163,92,0.9); border: 1px solid rgba(247,163,92,0.3); padding: 3px 8px; margin-bottom: 10px; } .redi-amp .ra-ing-title { font-family: 'Bebas Neue', sans-serif !important; font-size: 1.6rem !important; letter-spacing: 1px !important; color: var(--dark) !important; margin-bottom: 10px; text-transform: uppercase !important; } .redi-amp .ra-ing-dose { display: inline-block; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.5px; color: var(--dark); background: var(--off); border-left: 3px solid #F7A35C; padding: 5px 10px; margin-bottom: 10px; } .redi-amp .ra-ing-desc { font-size: 1.2rem; color: var(--muted); line-height: 1.65; font-weight: 300; } /* CAFFEINE WARNING BLOCK */ .redi-amp .ra-warn { margin-top: 40px; border: 1px solid var(--border); border-left: 3px solid #111111; background: var(--bg); padding: 32px 36px; } .redi-amp .ra-warn-title { font-family: 'Bebas Neue', sans-serif; font-size: 1.7rem; letter-spacing: 1px; color: var(--dark); text-transform: uppercase !important; margin-bottom: 12px; } .redi-amp .ra-warn-text { font-size: 1.4rem; color: var(--muted); line-height: 1.75; font-weight: 300; } .redi-amp .ra-warn-text strong { color: var(--dark); font-weight: 600; } .redi-amp .ra-warn-text a { color: #F7A35C; text-decoration: none; font-weight: 500; } /* REVIEWS */ .redi-amp .ra-reviews { padding: 80px 56px; border-bottom: 1px solid var(--border); } .redi-amp .ra-rev-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; } .redi-amp .ra-rev-num { font-family: 'Bebas Neue', sans-serif; font-size: clamp(5rem, 9vw, 9rem); line-height: 1; } .redi-amp .ra-rev-sub { font-size: 1.2rem; color: var(--faint); margin-top: 4px; } .redi-amp .ra-rev-stars { display: flex; gap: 4px; margin: 8px 0; } .redi-amp .ra-rev-star { width: 14px; height: 14px; background: linear-gradient(135deg, #F7A35C, #F2688A); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); } .redi-amp .ra-rev-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .redi-amp .ra-rev-card { border: 1px solid var(--border); padding: 32px 36px; background: var(--bg); transition: border-color 0.25s; } .redi-amp .ra-rev-card:hover { border-color: #F7A35C; } .redi-amp .ra-rev-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; } .redi-amp .ra-rev-author { font-size: 1.3rem; font-weight: 600; color: var(--dark); } .redi-amp .ra-rev-card-stars { display: flex; gap: 3px; } .redi-amp .ra-rev-card-star { width: 11px; height: 11px; background: linear-gradient(135deg, #F7A35C, #F2688A); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); } .redi-amp .ra-rev-text { font-size: 1.35rem; color: var(--muted); line-height: 1.75; font-weight: 300; font-style: italic; } /* DISCLAIMER */ .redi-amp .ra-disclaimer { padding: 32px 56px; } .redi-amp .ra-disclaimer p { font-size: 1.1rem; color: var(--faint); line-height: 1.7; font-weight: 300; max-width: 900px; } /* RESPONSIVE */ @media (max-width: 1100px) { .redi-amp .ra-main { grid-template-columns: 1fr; } .redi-amp .ra-gallery { position: static; min-height: 400px; } .redi-amp .ra-info { border-left: none; border-top: 1px solid var(--border); } .redi-amp .ra-ing-grid-5 { grid-template-columns: repeat(2, 1fr); } .redi-amp .ra-ing-grid-5 .ra-ing-card { grid-column: auto; } .redi-amp .ra-ing-grid-3 { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 900px) { .redi-amp .ra-info { padding: 40px 28px; } .redi-amp .ra-ingredients { padding: 56px 28px; } .redi-amp .ra-ing-grid-5 { display: flex !important; flex-direction: column !important; gap: 12px !important; } .redi-amp .ra-ing-grid-5 .ra-ing-card { grid-column: unset !important; width: 100% !important; } .redi-amp .ra-ing-grid-3 { grid-template-columns: 1fr; } .redi-amp .ra-warn { padding: 28px; } .redi-amp .ra-reviews { padding: 56px 28px; } .redi-amp .ra-rev-grid { grid-template-columns: 1fr; } .redi-amp .ra-rev-header { flex-direction: column; align-items: flex-start; gap: 16px; } .redi-amp .ra-disclaimer { padding: 28px; } .redi-amp .ra-trust { grid-template-columns: repeat(2, 1fr); border-right: none; } .redi-amp .ra-trust-item:nth-child(2) { border-right: 1px solid var(--border); } .redi-amp .ra-trust-item:nth-child(3) { border-top: 1px solid var(--border); } .redi-amp .ra-trust-item:nth-child(4) { border-top: 1px solid var(--border); border-right: 1px solid var(--border); } } Redi Supplements AMPLIFYELECTROLYTEhydration + caffeine. 5.0 (2 reviews) $49.99 or $42.49 with subscription — save 15% Full electrolyte hydration plus caffeine, Alpha GPC and NMN in every stick — for the shifts that ask for more than water. 30 single-serve sticks per bag, two flavors. Contains 350mg caffeine per stick — roughly three cups of coffee. One stick per day maximum. Not recommended in the evening. Full guidance below. Flavor Beach Vibez PackLime Mojito & Mango Pineapple One-time purchase No commitment $49.99 Subscribe & Save Delivered every 30 days, cancel anytime $42.49 Save 15% Quantity Add to Cart 3rd Party Tested Naturally Sweetened Gluten Free Made in USA How To Use+ Mix one stick per 8–10 oz of water and shake well. Take it 15–20 minutes before you need it — start of shift, mid-afternoon, whenever the long stretch begins. One stick per day maximum. Not recommended in the evening due to caffeine content. What's Inside+ 30 single-serve stick packs per bag in two flavors: Lime Mojito and Mango Pineapple. Five essential electrolytes in premium forms, plus a dual caffeine blend, Alpha GPC and NMN. Full amounts are on the supplement facts panel in the product images. Shipping & Returns+ Free shipping on orders $85 or more — otherwise a flat $9.97. Standard shipping arrives in 5–7 business days. 30-day satisfaction guarantee on all products. Formula Breakdown WHAT'S IN AMPLIFY. Five essential electrolytes in premium forms, plus a caffeine and focus blend. Electrolytes 01 Sodium From Pink Himalayan Sea Salt. The electrolyte you lose most over a long day. Essential for hydration and blood volume. 02 Potassium From Potassium Chloride. Supports normal muscle contraction and nerve signaling. 03 Magnesium From Dimagnesium Malate. Supports energy production and normal muscle function. 04 Calcium From Calcium Citrate. Supports muscle contraction and nerve signaling — and most hydration products leave it out. 05 Chloride Works with sodium to support normal fluid balance. Energy & Focus Blend 06 Energy Caffeine Blend 350mg total per stick Caffeine Citrate absorbs quickly for fast onset; Caffeine Anhydrous releases more gradually. A smoother curve than single-source caffeine. 07 Focus Alpha GPC A well-absorbed source of choline, the building block behind the signals involved in attention and staying mentally sharp. 08 Cellular Energy NMN A precursor to NAD+, a coenzyme your cells use in the process of producing energy. 98% purity. Before you reach for Amplify Each stick contains 350mg of caffeine — roughly three cups of coffee. Do not exceed one stick per day, and don't combine it with other caffeine sources. Not for use by anyone under 18, pregnant or nursing, or sensitive to caffeine. If you have a heart condition or take medication, check with your doctor first. Not recommended in the evening.Want the electrolytes without the caffeine? Replenish is caffeine-free and can be used any time of day. Customer Reviews 5.0 Based on 2 reviews Ky "Best tasting stuff on the market! Excited to try more!" Verified Buyer "Finally an electrolyte product that can also supplement my caffeine addiction. I have been loving this!" *These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease. Consult your healthcare provider before use if you are pregnant, nursing, taking medication, or have a medical condition.
More you might like
Related
Dusk Hydration - Electrolyte + 100mg Caffeine
Related
DUSK - Hydration + Electrolyte et Caffeine
Related
Boisson électrolytes DUSK Hydration + Cafféine
Related