Advanced 100% Whey Protein Isolate (Chocolate)
Advanced 100% Whey Protein Isolate – Chocolate *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --brown: #3B1F0E; --cocoa: #6B3A22; --warm: #C2723A ; --gold: #D4A853; --cream: #FAF6F1; --offwhite:#FDF9F5; --text: #1C1008; --muted: #7A6255; --border: #E8DDD4; --white: #FFFFFF; } .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: var(--brown); 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(212,168,83,.18) 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(194,114,58,.15) 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(212,168,83,.04) 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(212,168,83,.15); border: 1px solid rgba(212,168,83,.35); color: var(--gold); 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: #FFFFFF; line-height: 1.12; margin-bottom: 1.1rem; letter-spacing: -.01em; } .ns-hero-title em { font-style: normal; color: var(--gold); } .ns-hero-desc { font-size: 15px; color: rgba(255,255,255,.68); max-width: 500px; line-height: 1.8; } .ns-divider { width: 40px; height: 2px; background: rgba(212,168,83,.55); border-radius: 2px; margin: 1.5rem 0 1.25rem; } .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: rgba(255,255,255,.45); font-weight: 400; } .ns-meta-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; opacity: .7; } /* ── STATS ── */ .ns-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .ns-stat { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 1.25rem 1rem; text-align: center; transition: border-color .2s; } .ns-stat:hover { border-color: var(--warm); } .ns-stat-num { font-family: 'Syne', sans-serif; font-size: clamp(1.6rem, 4vw, 2.1rem); font-weight: 700; color: var(--cocoa); 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(--white); border: 1px solid var(--border); border-radius: 20px; padding: 1.75rem 2rem; margin-bottom: 1.25rem; } .ns-card-label { font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--warm); margin-bottom: .85rem; } .ns-card-text { font-size: 15px; color: var(--text); line-height: 1.82; } .ns-card-text strong { font-weight: 500; color: var(--cocoa); } /* ── 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(--cream); border: 1px solid var(--border); 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(--cocoa); margin-bottom: 2px; line-height: 1.3; } .ns-benefit-desc { font-size: 13px; color: var(--muted); 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(--brown); color: var(--gold); 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(--cocoa); } /* ── INGREDIENT PILLS ── */ .ns-pills { display: flex; flex-wrap: wrap; gap: 8px; } .ns-pill { background: var(--cream); border: 1px solid var(--border); border-radius: 100px; padding: 5px 14px; font-size: 12.5px; color: var(--cocoa); font-weight: 400; white-space: nowrap; } /* ── 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(--cocoa); font-weight: 500; text-align: right; } /* ── DISCLAIMER ── */ .ns-disclaimer { background: var(--cream); border-left: 3px solid var(--border); 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(--cocoa); 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; } } 🇺🇸 Fabricado en EE.UU. Recupera. Crece. Domina. 22g de proteína pura, cero azúcar añadida y doble cacao premium. Para los que ya probaron todo lo demás y saben la diferencia. 100% Whey Isolate Sin azúcar añadida Endulzado con Stevia 22g Proteína purapor porción 839g Por tarrocompleto 100% Whey Isolatepuro Descripción Advanced 100% Whey Protein Isolate en sabor Chocolate es la proteína para quienes entrenan en serio y esperan resultados reales. Con aislado de suero de alta pureza, MCT Oil para energía inmediata y pectina de manzana para una digestión limpia, cada scoop te apoya en la recuperación muscular y el crecimiento sin inflamarte ni generarte malestar digestivo. Endulzada con Stevia, sin azúcar añadida. El shake que realmente quieres tomar cada día. Por qué funciona ⚡ Absorción ultrarrápida El aislado de suero es la forma más pura de proteína: sin lactosa, de digestión veloz y con el perfil de aminoácidos más completo. 🔥 Energía sostenida con MCT Oil Las grasas de cadena media activan tu metabolismo y te dan energía limpia sin picos de insulina. 🌿 Digestión sin molestias Pectina de manzana y lecitina de girasol cuidan tu intestino en cada toma. Ideal para estómagos sensibles. 🍫 Sabor real a chocolate Doble cacao de calidad premium, endulzado con Stevia. Sin azúcar añadida, sin sabor artificial. Solo chocolate de verdad. Modo de uso 1 Agrega 2 medidas (scoops) a tu shaker o vaso. 2 Mezcla con 180–240 ml de agua fría o tu bebida favorita. 3 Tómala post-entreno o como boost proteico en cualquier momento del día. Para mejores resultados, 20–30 min antes de una comida. Ingredientes Aislado de proteína de suero Cacao Nidau en polvo MCT Oil en polvo Sabores naturales Cacao Nightfall en polvo Lecitina de girasol Pectina de manzana Sal marina Extracto de Stevia (hoja) Dióxido de silicio Información del producto Sabor Chocolate Contenido neto 839 g Peso bruto 910 g 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 deben consultar a su médico antes de usar este suplemento. 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. *Estos beneficios no han sido evaluados 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
Amazing Muscle 100% Whey Protein Powder *Advanced Formula wi
Related
Amazing Muscle 100% Whey Protein Powder *Advanced Formula wi
Related
PROTEIN - Advanced 100% Whey Protein Isolate (Chocolate)
Related