Advanced 100% Whey Protein Isolate (Vanilla)
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --ivory: #FFFDF7; --cream: #F7F2E8; --sand: #EDE5D4; --vanilla: #C8A96E; --caramel: #9B7040; --dee p: #3D2B10; --text: #2A1F0E; --muted: #8A7560; --border: #E2D8C8; --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; } /* ── HERO ── */ .ns-hero { background: linear-gradient(145deg, #FDF6E8 0%, #F5EDD4 50%, #EEE0BC 100%); border: 1px solid #E2CFA0; 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(200,169,110,.28) 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,.55) 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(155,112,64,.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(155,112,64,.10); border: 1px solid rgba(155,112,64,.28); color: var(--caramel); 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(--deep); line-height: 1.12; margin-bottom: 1.1rem; letter-spacing: -.01em; } .ns-hero-title em { font-style: normal; color: var(--caramel); } .ns-hero-desc { font-size: 15px; color: var(--muted); max-width: 500px; line-height: 1.8; } .ns-divider { width: 40px; height: 2px; background: var(--vanilla); border-radius: 2px; margin: 1.5rem 0 1.25rem; opacity: .7; } .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(--vanilla); border-radius: 50%; } /* ── 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(--vanilla); } .ns-stat-num { font-family: 'Syne', sans-serif; font-size: clamp(1.6rem, 4vw, 2.1rem); font-weight: 700; color: var(--caramel); 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(--vanilla); 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(--caramel); } /* ── 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(--deep); 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(--deep); color: var(--vanilla); 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(--caramel); } /* ── 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(--caramel); font-weight: 400; } /* ── 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(--deep); font-weight: 500; text-align: right; } /* ── DISCLAIMER ── */ .ns-disclaimer { background: var(--cream); border-left: 3px solid var(--sand); 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(--caramel); 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. La base de todo buen entreno. Empieza con proteínas reales. 22 g de proteína pura por porción. Sin rellenos, sin azúcar añadida. Solo lo que tu cuerpo necesita para crecer y recuperarse — con el sabor cremoso que convierte el batido en el mejor momento del día. Aislado de proteína de suero 100% Sin azúcar añadida Endulzado con Stevia 22 g Proteína pura por porción 805 g Por tarro completo 100 % Aislado de suero puro Descripción Advanced 100% Whey Protein Isolate sabor Vainilla es el suplemento proteico para quienes exigen lo mejor: una fórmula limpia con aislado de suero de alta pureza, MCT Oil para energía inmediata y pectina de manzana para una digestión sin molestias. Perfecto post-entreno o como refuerzo proteico en cualquier momento del día, con un sabor cremoso de vainilla natural que no cansa. 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 para la recuperación muscular. 🔥 Energía sostenida con MCT Oil Las grasas de cadena media te dan energía limpia e inmediata, activan tu metabolismo y no generan picos de insulina. 🌿 Digestión sin molestias Pectina de manzana y lecitina de girasol cuidan tu intestino en cada toma. Ideal incluso para estómagos sensibles. 🍦 Vainilla cremosa y natural Sabor suave y real, sin azúcar añadida. Endulzado solo con Stevia para que disfrutes cada cucharada sin culpa. Modo de uso 1 Agrega 2 medidas (cucharadas) a tu coctelera 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 obtener mejores resultados, 20 a 30 minutos antes de una comida. Incluir Aislado de proteína de suero Sabores naturales Aceite MCT en polvo Pectina de manzana Lecitina de girasol Extracto de Stevia (hoja) Sal marina Dióxido de silicio Información del producto Sabor Vainilla Contenido neto 805 g (28,40 oz) Peso bruto 870 g (1,91 lb) País de fabricación EE.UU. Advertencia: No exceda 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