BCAA Post Workout Powder (Honeydew/Watermelon)
BCAA Post Workout Powder – Honeydew / Watermelon *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --bg: #081409; --surface: #0F1F12; --surface2: #1 6311B; --border: #1E4226; --border2: #295630; --silver: #D6DAD8; --silver-lt: #F5F8F6; --silver-dk: #9AA69F; --white: #F0F5F0; --charcoal: #2C5B36; --accent: #4CE066; --accent-lt: rgba(76,224,102,.14); --muted: #7BB587; --text: #D8D8D8; } .ns-wrap { font-family: 'DM Sans', sans-serif; font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; max-width: 800px; margin: 0 auto; padding: 0 1rem 3rem; color: var(--text); } /* ── HERO ── */ .ns-hero { background: linear-gradient(145deg, #12321A 0%, #0C2211 50%, #081409 100%); border: 1px solid #1E4226; border-radius: 22px; padding: 3rem 2.75rem 2.75rem; margin-bottom: 1.25rem; position: relative; overflow: hidden; } .ns-hero-glow { position: absolute; top: -60px; right: -60px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(76,224,102,.22) 0%, transparent 65%); border-radius: 50%; pointer-events: none; } .ns-hero-glow2 { position: absolute; bottom: -50px; left: 15%; width: 220px; height: 220px; background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 65%); border-radius: 50%; pointer-events: none; } .ns-hero-lines { position: absolute; inset: 0; background-image: repeating-linear-gradient( 90deg, transparent, transparent 79px, rgba(76,224,102,.08) 80px ); pointer-events: none; } .ns-hero-inner { position: relative; z-index: 1; } .ns-hero-tag { display: inline-flex; align-items: center; gap: 7px; background: rgba(76,224,102,.16); border: 1px solid rgba(76,224,102,.35); color: var(--silver); font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 1.5rem; } .ns-hero-title { font-family: 'Syne', sans-serif; font-size: clamp(1.8rem, 5.5vw, 2.8rem); font-weight: 700; color: var(--white); line-height: 1.12; margin-bottom: 1.1rem; letter-spacing: -.01em; } .ns-hero-title em { font-style: normal; color: var(--silver); } .ns-hero-desc { font-size: 15px; color: var(--silver-dk); max-width: 500px; line-height: 1.8; } .ns-divider { width: 40px; height: 2px; background: linear-gradient(90deg, var(--silver), transparent); border-radius: 2px; margin: 1.5rem 0 1.25rem; opacity: .6; } .ns-hero-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; } .ns-meta-item { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); font-weight: 400; } .ns-meta-dot { width: 6px; height: 6px; background: var(--silver); border-radius: 50%; opacity: .6; } /* ── STATS ── */ .ns-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .ns-stat { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 1.25rem 1rem; text-align: center; transition: border-color .2s; position: relative; overflow: hidden; } .ns-stat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(76,224,102,.30), transparent); } .ns-stat:hover { border-color: var(--charcoal); } .ns-stat-num { font-family: 'Syne', sans-serif; font-size: clamp(1.6rem, 4vw, 2.1rem); font-weight: 700; color: var(--silver-lt); line-height: 1; margin-bottom: 5px; } .ns-stat-num sup { font-size: .75em; vertical-align: super; } .ns-stat-label { font-size: 11px; color: var(--muted); font-weight: 500; letter-spacing: .02em; line-height: 1.4; } /* ── CARD BASE ── */ .ns-card { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 1.75rem 2rem; margin-bottom: 1.25rem; position: relative; overflow: hidden; } .ns-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(76,224,102,.22), transparent); } .ns-card-label { font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--silver); margin-bottom: .85rem; opacity: .7; } .ns-card-text { font-size: 15px; color: var(--text); line-height: 1.82; } .ns-card-text strong { font-weight: 500; color: var(--silver-lt); } /* ── RATIO BAR ── */ .ratio-wrap { margin-top: 1.25rem; } .ratio-bar { display: flex; height: 5px; border-radius: 3px; overflow: hidden; gap: 2px; margin-bottom: .55rem; } .bar-leucine { flex: 2; background: var(--silver-lt); border-radius: 2px; } .bar-iso { flex: 1; background: var(--silver); border-radius: 2px; } .bar-val { flex: 1; background: var(--charcoal); border-radius: 2px; border: 1px solid var(--border2); } .ratio-legend { display: flex; gap: 1.25rem; flex-wrap: wrap; } .ratio-legend-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--muted); letter-spacing: .02em; } .dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; } .dot-lt { background: var(--silver-lt); } .dot-md { background: var(--silver); } .dot-dk { background: var(--charcoal); border: 1px solid var(--border2); } /* ── BENEFITS ── */ .ns-benefits { list-style: none; display: flex; flex-direction: column; gap: 16px; } .ns-benefit { display: flex; align-items: flex-start; gap: 14px; } .ns-benefit-icon { width: 38px; height: 38px; min-width: 38px; background: var(--surface2); border: 1px solid var(--border2); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 18px; } .ns-benefit-title { font-family: 'Syne', sans-serif; font-size: 13.5px; font-weight: 600; color: var(--white); margin-bottom: 2px; line-height: 1.3; } .ns-benefit-desc { font-size: 13px; color: var(--silver-dk); line-height: 1.65; } /* ── USAGE STEPS ── */ .ns-steps { display: flex; flex-direction: column; gap: 0; } .ns-step { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); } .ns-step:first-child { padding-top: 0; } .ns-step:last-child { border-bottom: none; padding-bottom: 0; } .ns-step-num { width: 28px; height: 28px; min-width: 28px; background: var(--surface2); border: 1px solid var(--border2); color: var(--silver); font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; } .ns-step-text { font-size: 14px; color: var(--text); line-height: 1.6; } .ns-step-text strong { font-weight: 500; color: var(--silver-lt); } /* ── INGREDIENT PILLS ── */ .ns-pills { display: flex; flex-wrap: wrap; gap: 8px; } .ns-pill { background: var(--surface2); border: 1px solid var(--border2); border-radius: 100px; padding: 5px 14px; font-size: 12.5px; color: var(--silver-dk); font-weight: 400; white-space: nowrap; transition: border-color .2s, color .2s; } .ns-pill:hover { border-color: var(--charcoal); color: var(--silver); } /* ── PRODUCT INFO TABLE ── */ .ns-info-table { width: 100%; border-collapse: collapse; } .ns-info-table tr { border-bottom: 1px solid var(--border); } .ns-info-table tr:last-child { border-bottom: none; } .ns-info-table td { padding: 10px 0; font-size: 13.5px; vertical-align: middle; } .ns-info-table td:first-child { color: var(--muted); width: 45%; } .ns-info-table td:last-child { color: var(--silver-lt); font-weight: 500; text-align: right; } /* ── DISCLAIMER ── */ .ns-disclaimer { background: var(--surface); border-left: 3px solid var(--border2); border-radius: 0 12px 12px 0; padding: 1.1rem 1.4rem; font-size: 11.5px; color: var(--muted); line-height: 1.7; margin-top: 1.25rem; } .ns-disclaimer strong { color: var(--silver); font-weight: 500; } /* ── RESPONSIVE ── */ @media (max-width: 600px) { .ns-hero { padding: 2rem 1.5rem; border-radius: 18px; } .ns-hero-meta { gap: 1rem; } .ns-stats { gap: 8px; } .ns-stat { padding: 1rem .6rem; border-radius: 13px; } .ns-stat-label { font-size: 10px; } .ns-card { padding: 1.25rem 1.25rem; border-radius: 16px; } .ns-pill { font-size: 11.5px; padding: 4px 11px; } } @media (max-width: 380px) { .ns-hero-title { font-size: 1.6rem; } .ns-stat-num { font-size: 1.35rem; } } ⚡ By JD · Fabricado en EE.UU. Músculo real. Recuperación rápida. Sabor que refresca. 5000mg de aminoácidos ramificados por porción. Con L-Glutamina y el ratio científico 2:1:1. Todo lo que tu músculo necesita para crecer y recuperarse — con un sabor fresco de melón y sandía que hace de cada toma un momento. BCAA 2:1:1 + L-Glutamina Honeydew / Sandía 5000mg BCAAspor porción 292g Contenidoneto 2:1:1 Ratio BCAAóptimo Descripción BCAA Post Workout Powder es una mezcla de 5000mg de aminoácidos de cadena ramificada y Glutamina diseñada para el desarrollo de músculo magro y la recuperación. Formulado con el ratio ideal de 2 partes de Leucina por 1 parte de Isoleucina y Valina, estos aminoácidos potencian la síntesis proteica y la retención de nitrógeno — esenciales para construir músculo. Al ser esenciales, el cuerpo no puede producirlos, por lo que deben provenir de la alimentación o suplementación. Leucina ×2 Isoleucina ×1 Valina ×1 Por qué funciona ⚡ Metabolismo directo en músculo Los BCAAs se metabolizan directamente en el tejido muscular, sin pasar por el hígado. Combustible preciso donde más se necesita, en el momento exacto. 🔬 Síntesis proteica y retención de nitrógeno El ratio 2:1:1 liderado por Leucina activa las vías mTOR, incrementando la síntesis de proteínas y manteniendo un balance nitrogenado positivo para el crecimiento muscular. 🌿 L-Glutamina para la recuperación La Glutamina añadida reduce el dolor muscular tardío, repone el glucógeno y apoya la salud intestinal para que cada recuperación sea más efectiva. 🍉 Sabor melón y sandía, sin azúcar Refrescante y limpio. Sin crash de azúcar — endulzado con Sucralosa y Acesulfamo K para disfrutarlo antes, durante o después del entreno. Modo de uso 1 Agrega ½ medida (6.5g) a tu shaker o vaso. 2 Mezcla con 236–295 ml (8–10 oz) de bebida fría. Espera unos minutos para que se disuelva por completo. 3 Tómalo pre-entreno, post-entreno o entre comidas para mantener disponibilidad óptima de aminoácidos a lo largo del día. Ingredientes BCAA 2:1:1 L-Glutamina Vitamina B6 (Piridoxina HCl) Ácido cítrico Aroma natural melón Aroma natural sandía Citrato de potasio Dióxido de silicio Sucralosa Sal marina Polvo de remolacha (color) Extracto piel de uva (color) Acesulfamo potásico Información del producto Sabor Honeydew / Sandía Contenido neto 292 g (0.64 lb) Peso bruto 454 g (1 lb) País de fabricación EE.UU. Advertencia: No exceder la dosis recomendada. Mujeres embarazadas o en lactancia, menores de 18 años y personas con condiciones médicas conocidas deben consultar a su médico antes de usar este u otro suplemento dietético. MANTENER FUERA DEL ALCANCE DE LOS NIÑOS. NO USAR SI EL SELLO DE SEGURIDAD ESTÁ DAÑADO O AUSENTE. CONSERVAR EN UN LUGAR FRESCO Y SECO. *Estas declaraciones no han sido evaluadas por la Administración de Alimentos y Medicamentos (FDA). Este producto no está destinado a diagnosticar, tratar, curar ni prevenir ninguna enfermedad.
More you might like
Related
BCAA Post Workout Powder
Related
BCAA Post Workout Powder
Related
BCAA POST WORKOUT POWDER
Related