{"product_id":"whisper-400g-21serv","title":"Whisper 400g\/21serv","description":"\u003cstyle\u003e\n  .wsp-landing {\n    --bg:       #07080d;\n    --bg-2:     #0d0f1c;\n    --bg-3:     #131628;\n    --card:     rgba(15, 18, 32, 0.92);\n    --card-2:   rgba(19, 22, 40, 0.97);\n    --text:     #eef0f8;\n    --muted:    #8d96b0;\n    --accent:   #29d9c2;\n    --accent-2: #5ee8d4;\n    --accent-3: #aaf4ec;\n    --line:     rgba(255,255,255,0.07);\n    --line-a:   rgba(41,217,194,0.18);\n    --shadow:   0 20px 48px rgba(0,0,0,0.42);\n    --glow:     0 0 0 1px rgba(41,217,194,0.08), 0 0 28px rgba(41,217,194,0.07);\n\n    background:\n      radial-gradient(ellipse at 70% 0%, rgba(41,217,194,0.09), transparent 32%),\n      radial-gradient(ellipse at 20% 10%, rgba(29,160,200,0.06), transparent 24%),\n      linear-gradient(180deg, #060810 0%, #0b0d1a 50%, #07080f 100%);\n    color: var(--text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    line-height: 1.7;\n  }\n\n  .wsp-landing * { box-sizing: border-box; }\n\n  .wsp-landing h1,\n  .wsp-landing h2,\n  .wsp-landing h3 {\n    font-weight: 800;\n    line-height: 1.22;\n    color: var(--text);\n    margin: 0 0 14px;\n  }\n\n  .wsp-landing h1 { font-size: clamp(26px, 4vw, 44px); letter-spacing: -0.01em; }\n  .wsp-landing h2 { font-size: clamp(22px, 3vw, 34px); letter-spacing: -0.01em; }\n  .wsp-landing h3 { font-size: clamp(15px, 2vw, 19px); }\n\n  .wsp-landing p { margin: 0 0 14px; color: var(--muted); font-size: 15px; }\n  .wsp-landing p:last-child { margin-bottom: 0; }\n\n  .wsp-container {\n    width: 100%;\n    max-width: 1240px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  \/* ── BADGE ── *\/\n  .wsp-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 9px 16px;\n    border-radius: 999px;\n    border: 1px solid rgba(41,217,194,0.22);\n    background: rgba(41,217,194,0.06);\n    color: var(--accent-2);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.10em;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n  }\n\n  .wsp-badge::before {\n    content: \"\";\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: var(--accent);\n    box-shadow: 0 0 0 5px rgba(41,217,194,0.13);\n    flex: 0 0 7px;\n  }\n\n  .wsp-mini-label {\n    display: block;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 10px;\n  }\n\n  .wsp-highlight { color: var(--accent-2); }\n\n  \/* ── HERO ── *\/\n  .wsp-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 72px 0 32px;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .wsp-hero-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n    gap: 32px;\n    align-items: stretch;\n  }\n\n  .wsp-hero-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding-bottom: 12px;\n  }\n\n  .wsp-lead {\n    font-size: 16px;\n    color: var(--muted);\n    line-height: 1.75;\n    margin-bottom: 22px;\n  }\n\n  .wsp-trust-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 24px;\n  }\n\n  .wsp-trust-badge {\n    padding: 6px 14px;\n    border-radius: 6px;\n    border: 1px solid var(--line-a);\n    background: rgba(41,217,194,0.05);\n    color: var(--accent-3);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n  }\n\n  \/* stats band *\/\n  .wsp-stats-band {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 2px;\n    border-radius: 14px;\n    overflow: hidden;\n    border: 1px solid var(--line-a);\n    background: var(--line-a);\n    margin-top: 6px;\n  }\n\n  .wsp-stat-box {\n    background: var(--bg-2);\n    padding: 14px 10px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 3px;\n  }\n\n  .wsp-stat-number {\n    font-size: 17px;\n    font-weight: 900;\n    color: var(--accent);\n    letter-spacing: -0.02em;\n    line-height: 1;\n  }\n\n  .wsp-stat-text {\n    font-size: 10px;\n    color: var(--muted);\n    font-weight: 600;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n    line-height: 1.3;\n  }\n\n  \/* ── HERO IMAGE (contain, inset wrapper) ── *\/\n  .wsp-hero-visual {\n    display: grid;\n  }\n\n  .wsp-hero-frame {\n    position: relative;\n    width: 100%;\n    min-height: 520px;\n    border-radius: 24px;\n    overflow: hidden;\n    background:\n      radial-gradient(ellipse at 50% 30%, rgba(41,217,194,0.10), transparent 60%),\n      linear-gradient(160deg, rgba(13,15,28,1) 0%, rgba(8,10,18,1) 100%);\n    border: 1px solid var(--line-a);\n    box-shadow: var(--shadow), var(--glow);\n  }\n\n  .wsp-hero-frame::after {\n    content: \"\";\n    position: absolute;\n    inset: auto 0 0 0;\n    height: 30%;\n    background: linear-gradient(180deg, transparent, rgba(7,8,16,0.55));\n    pointer-events: none;\n    z-index: 1;\n  }\n\n  .wsp-hero-img-wrap {\n    position: absolute;\n    inset: 0;\n    z-index: 0;\n  }\n\n  .wsp-hero-img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n    display: block;\n  }\n\n  .wsp-hero-caption {\n    position: absolute;\n    bottom: 20px;\n    left: 50%;\n    transform: translateX(-50%);\n    background: rgba(7,8,16,0.82);\n    backdrop-filter: blur(10px);\n    border: 1px solid var(--line-a);\n    border-radius: 999px;\n    padding: 8px 20px;\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--accent-2);\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    white-space: nowrap;\n    z-index: 2;\n  }\n\n  \/* ── SECTIONS ── *\/\n  .wsp-section {\n    padding: 72px 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .wsp-section-alt {\n    background:\n      radial-gradient(ellipse at 80% 50%, rgba(41,217,194,0.04), transparent 40%),\n      linear-gradient(180deg, rgba(10,12,22,1), rgba(7,9,16,1));\n  }\n\n  .wsp-section-soft {\n    background: linear-gradient(180deg, rgba(8,10,18,1), rgba(11,13,24,1));\n  }\n\n  \/* ── GRIDS \u0026 CARDS ── *\/\n  .wsp-grid-2 {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .wsp-card {\n    background: var(--card);\n    border: 1px solid var(--line-a);\n    border-radius: 20px;\n    padding: 28px 26px;\n    box-shadow: var(--shadow);\n  }\n\n  .wsp-feature-box {\n    background: var(--card-2);\n    border: 1px solid var(--line-a);\n    border-radius: 20px;\n    padding: 28px 26px;\n    box-shadow: var(--shadow), var(--glow);\n  }\n\n  \/* ── ICON GRID ── *\/\n  .wsp-icon-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 36px;\n  }\n\n  .wsp-icon-card {\n    background: var(--card);\n    border: 1px solid var(--line-a);\n    border-radius: 18px;\n    padding: 26px 22px;\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n\n  .wsp-icon-card:hover {\n    border-color: rgba(41,217,194,0.32);\n    box-shadow: 0 0 0 1px rgba(41,217,194,0.08), 0 8px 28px rgba(0,0,0,0.32);\n  }\n\n  .wsp-icon {\n    width: 46px; height: 46px;\n    border-radius: 12px;\n    background: rgba(41,217,194,0.10);\n    border: 1px solid rgba(41,217,194,0.18);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    margin-bottom: 14px;\n  }\n\n  .wsp-icon-card h3 { font-size: 15px; margin-bottom: 8px; }\n  .wsp-icon-card p  { font-size: 13px; line-height: 1.6; margin: 0; }\n\n  \/* ── INGREDIENT CARDS ── *\/\n  .wsp-ingr-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 36px;\n  }\n\n  .wsp-ingr-card {\n    background: var(--card);\n    border: 1px solid var(--line-a);\n    border-radius: 18px;\n    padding: 22px;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n    transition: border-color 0.2s;\n  }\n\n  .wsp-ingr-card:hover { border-color: rgba(41,217,194,0.28); }\n\n  .wsp-ingr-card--full {\n    grid-column: 1 \/ -1;\n    flex-direction: row;\n    align-items: flex-start;\n    gap: 20px;\n  }\n\n  .wsp-ingr-card--full .wsp-ingr-body { flex: 1; }\n\n  .wsp-ingr-header {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 10px;\n  }\n\n  .wsp-ingr-name {\n    font-size: 15px;\n    font-weight: 800;\n    color: var(--text);\n    line-height: 1.3;\n  }\n\n  .wsp-ingr-dose {\n    flex-shrink: 0;\n    padding: 4px 11px;\n    border-radius: 999px;\n    background: rgba(41,217,194,0.10);\n    border: 1px solid rgba(41,217,194,0.20);\n    color: var(--accent);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.04em;\n  }\n\n  .wsp-ingr-num {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 28px; height: 28px;\n    border-radius: 8px;\n    background: rgba(41,217,194,0.10);\n    border: 1px solid rgba(41,217,194,0.20);\n    color: var(--accent);\n    font-size: 13px;\n    font-weight: 900;\n    flex-shrink: 0;\n    line-height: 1;\n  }\n\n  .wsp-ingr-card p { font-size: 13px; line-height: 1.6; margin: 0; }\n\n  \/* ── TARGET GRID ── *\/\n  .wsp-target-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 28px;\n  }\n\n  .wsp-target-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    background: rgba(41,217,194,0.05);\n    border: 1px solid var(--line-a);\n    border-radius: 16px;\n    padding: 20px 18px;\n  }\n\n  .wsp-target-icon { font-size: 24px; flex-shrink: 0; line-height: 1; margin-top: 2px; }\n  .wsp-target-item p { font-size: 14px; margin: 0; color: var(--muted); }\n\n  \/* ── USAGE BOX ── *\/\n  .wsp-usage-box {\n    max-width: 780px;\n    margin: 0 auto;\n    background: var(--card-2);\n    border: 1px solid var(--line-a);\n    border-radius: 22px;\n    padding: 34px 36px;\n    box-shadow: var(--shadow), var(--glow);\n  }\n\n  \/* ── DISCLAIMER ── *\/\n  .wsp-disclaimer {\n    max-width: 900px;\n    margin: 28px auto 0;\n    padding: 22px 26px;\n    border-radius: 14px;\n    border: 1px solid var(--line);\n    background: rgba(10,12,22,0.60);\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.7;\n  }\n\n  .wsp-disclaimer strong { color: var(--text); }\n\n  \/* ── FINAL CTA ── *\/\n  .wsp-final-cta {\n    padding: 72px 0 80px;\n    background:\n      radial-gradient(ellipse at 50% 0%, rgba(41,217,194,0.08), transparent 40%),\n      linear-gradient(180deg, rgba(7,8,14,1), rgba(10,12,20,1));\n  }\n\n  .wsp-cta-box {\n    max-width: 900px;\n    margin: 0 auto;\n    text-align: center;\n    padding: 40px 32px;\n    border-radius: 26px;\n    background: linear-gradient(180deg, rgba(18,21,38,0.96), rgba(11,13,22,0.98));\n    border: 1px solid rgba(41,217,194,0.16);\n    box-shadow: var(--shadow), var(--glow);\n  }\n\n  .wsp-cta-box p { max-width: 680px; margin: 0 auto 6px; font-size: 15px; }\n\n  .wsp-key-points {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .wsp-key-point {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--accent-3);\n    letter-spacing: 0.04em;\n  }\n\n  .wsp-key-point::before {\n    content: \"✓\";\n    width: 20px; height: 20px;\n    background: rgba(41,217,194,0.12);\n    border-radius: 50%;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 11px;\n    color: var(--accent);\n    font-weight: 900;\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 1100px) {\n    .wsp-icon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  }\n\n  @media (max-width: 989px) {\n    .wsp-hero-grid,\n    .wsp-grid-2,\n    .wsp-target-grid   { grid-template-columns: 1fr; }\n\n    .wsp-ingr-grid     { grid-template-columns: 1fr; }\n    .wsp-ingr-card--full { flex-direction: column; grid-column: auto; }\n\n    .wsp-stats-band    { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .wsp-hero          { padding: 56px 0 28px; }\n    .wsp-section       { padding: 50px 0; }\n    .wsp-hero-frame    { min-height: 420px; }\n  }\n\n  @media (max-width: 680px) {\n    .wsp-icon-grid     { grid-template-columns: 1fr; }\n    .wsp-container     { padding: 0 18px; }\n\n    .wsp-card,\n    .wsp-feature-box,\n    .wsp-icon-card,\n    .wsp-ingr-card     { padding: 20px 18px; }\n\n    .wsp-usage-box     { padding: 24px 18px; }\n    .wsp-cta-box       { padding: 28px 18px; }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"wsp-landing\"\u003e\n\n  \u003c!-- ═══ HERO ═══ --\u003e\n  \u003cdiv class=\"wsp-hero\" id=\"top\"\u003e\n    \u003cdiv class=\"wsp-container\"\u003e\n      \u003cdiv class=\"wsp-hero-grid\"\u003e\n\n        \u003cdiv class=\"wsp-hero-copy\"\u003e\n          \u003cspan class=\"wsp-badge\"\u003e100% Caffeine-Free Pre-Workout Supplement\u003c\/span\u003e\n          \u003ch1\u003eWHISPER® - Gentle Action. Powerful Results. Zero Caffeine.\u003c\/h1\u003e\n          \u003cp class=\"wsp-lead\"\u003e\n            The latest pre-workout supplement from \u003cstrong style=\"color:var(--text);\"\u003eGenius Nutrition®\u003c\/strong\u003e is a unique and complex product designed to increase your strength and endurance and ensure sufficient energy and focus during training and throughout the day - \u003cspan class=\"wsp-highlight\"\u003eno sugar, no carbohydrates, no fat and, most importantly, no caffeine.\u003c\/span\u003e\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"wsp-trust-badges\"\u003e\n            \u003cspan class=\"wsp-trust-badge\"\u003e0% Caffeine\u003c\/span\u003e\n            \u003cspan class=\"wsp-trust-badge\"\u003e0% Sugar\u003c\/span\u003e\n            \u003cspan class=\"wsp-trust-badge\"\u003e0% Fat\u003c\/span\u003e\n            \u003cspan class=\"wsp-trust-badge\"\u003eConstant Energy\u003c\/span\u003e\n            \u003cspan class=\"wsp-trust-badge\"\u003eSuperior Vascularity\u003c\/span\u003e\n            \u003cspan class=\"wsp-trust-badge\"\u003ePlant Compounds\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"wsp-stats-band\"\u003e\n            \u003cdiv class=\"wsp-stat-box\"\u003e\n              \u003cspan class=\"wsp-stat-number\"\u003e6000mg\u003c\/span\u003e\n              \u003cspan class=\"wsp-stat-text\"\u003eWhisper NOX Blend\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"wsp-stat-box\"\u003e\n              \u003cspan class=\"wsp-stat-number\"\u003e4000mg\u003c\/span\u003e\n              \u003cspan class=\"wsp-stat-text\"\u003eBeta-Alanine\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"wsp-stat-box\"\u003e\n              \u003cspan class=\"wsp-stat-number\"\u003e21\u003c\/span\u003e\n              \u003cspan class=\"wsp-stat-text\"\u003eServings \/ container\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"wsp-stat-box\"\u003e\n              \u003cspan class=\"wsp-stat-number\"\u003e0mg\u003c\/span\u003e\n              \u003cspan class=\"wsp-stat-text\"\u003eCaffeine\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-hero-visual\"\u003e\n          \u003cdiv class=\"wsp-hero-frame\"\u003e\n            \u003cdiv class=\"wsp-hero-img-wrap\"\u003e\n              \u003cimg class=\"wsp-hero-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0255\/4331\/1463\/files\/WHISPER_400g_21serv_Genius_Nutrition_Green_Apple.png?v=1784281212\" alt=\"WHISPER® 400g 21 servings - Caffeine-Free Pre-Workout - Genius Nutrition®\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"wsp-hero-caption\"\u003eWhisper NOX - GlycoPump® - Rhodiola - Schisandra - 400g\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ DESPRE WHISPER ═══ --\u003e\n  \u003cdiv class=\"wsp-section wsp-section-alt\" id=\"despre\"\u003e\n    \u003cdiv class=\"wsp-container\"\u003e\n      \u003cdiv class=\"wsp-grid-2\"\u003e\n\n        \u003cdiv class=\"wsp-card\"\u003e\n          \u003cspan class=\"wsp-mini-label\"\u003eWelcome to the world of caffeine-free pre-workout\u003c\/span\u003e\n          \u003ch2\u003eThe action is gentle. The results are real.\u003c\/h2\u003e\n          \u003cp\u003eThe effect is subtle, but you feel it. It does not send you through the roof, nor do you crash suddenly when it wears off - the transition is gradual and smooth. No palpitations. You will sleep normally.\u003c\/p\u003e\n          \u003cp\u003eWhile stimulants can boost physical performance and aggression, they come with side effects that work against your results - nervousness, irritability, insomnia. Under these conditions, focus becomes difficult.\u003c\/p\u003e\n          \u003cp\u003eThe Whisper® NOX combination (L-citrulline malate 2:1 and arginine AKG 2:1) 50\/50 will give you enough energy for a complete workout. In intense weight training sessions, you will feel like you are giving everything you have and have the satisfaction of having worked your muscles to their maximum.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-feature-box\"\u003e\n          \u003ch3\u003eWhat makes WHISPER® different?\u003c\/h3\u003e\n          \u003cp\u003eWHISPER® is an improved supplement that contains no sugar, carbohydrates, fat and, most importantly, no caffeine - great news for those on a strict diet or contest preparation.\u003c\/p\u003e\n          \u003cp\u003eThe combination of non-aggressive, non-invasive ingredients, plant compounds and B-vitamin complex is more flexible and adaptable compared to conventional, more rigid formulas.\u003c\/p\u003e\n          \u003cp style=\"font-size:13px; line-height:1.7;\"\u003ePrincipiul nostru: \u003cem style=\"color:var(--accent-3);\"\u003e„De ce sa te duci la sala, daca nu dai totul?\"\u003c\/em\u003e WHISPER® actioneaza bland, dar efectele sunt puternice - pompare mai buna, energie si forta crescute, masa musculara mai dezvoltata si mai definita. Si totul cu zero cafeina.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ BENEFICII ═══ --\u003e\n  \u003cdiv class=\"wsp-section wsp-section-soft\"\u003e\n    \u003cdiv class=\"wsp-container\"\u003e\n      \u003cspan class=\"wsp-mini-label\"\u003eBenefits\u003c\/span\u003e\n      \u003ch2\u003eWhat WHISPER® Brings to Your Training\u003c\/h2\u003e\n\n      \u003cdiv class=\"wsp-icon-grid\"\u003e\n\n        \u003cdiv class=\"wsp-icon-card\"\u003e\n          \u003cdiv class=\"wsp-icon\"\u003e⚡\u003c\/div\u003e\n          \u003ch3\u003e100% Caffeine-Free Supplement\u003c\/h3\u003e\n          \u003cp\u003eNo stimulants, no crash. Energy comes from increased nitric oxide production and cellular respiration, not from stimulating the central nervous system.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-icon-card\"\u003e\n          \u003cdiv class=\"wsp-icon\"\u003e💪\u003c\/div\u003e\n          \u003ch3\u003eIncreased Strength and Muscular Endurance\u003c\/h3\u003e\n          \u003cp\u003eCombinatia Whisper NOX plus Beta-Alanine iti permite sa parcurgi mai multe serii de repetari, fara sa-ti pierzi concentrarea sau forta de la prima la ultima repriza.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-icon-card\"\u003e\n          \u003cdiv class=\"wsp-icon\"\u003e🔋\u003c\/div\u003e\n          \u003ch3\u003eConstant Energy Throughout the Day\u003c\/h3\u003e\n          \u003cp\u003eWHISPER® ensures sufficient energy and focus both during training and throughout the day, regardless of your lifestyle or work schedule.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-icon-card\"\u003e\n          \u003cdiv class=\"wsp-icon\"\u003e🫀\u003c\/div\u003e\n          \u003ch3\u003eSuperior Vascularity and Pump Effect\u003c\/h3\u003e\n          \u003cp\u003eYour endurance increases and your muscles become more defined. Get ready to feel your muscles pumped all day and see your veins standing out in relief after every session.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-icon-card\"\u003e\n          \u003cdiv class=\"wsp-icon\"\u003e🌿\u003c\/div\u003e\n          \u003ch3\u003eAdaptogenic Plant Complex\u003c\/h3\u003e\n          \u003cp\u003eAmaranthus cruentus, Rhodiola rosea and Schisandra - three powerful adaptogens that increase resistance to physical and psychological stress, amplify strength and energy and reduce fatigue.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-icon-card\"\u003e\n          \u003cdiv class=\"wsp-icon\"\u003e🧠\u003c\/div\u003e\n          \u003ch3\u003eVitamins B3 and B6 for Focus\u003c\/h3\u003e\n          \u003cp\u003eSupports neurotransmitter synthesis, nervous system function, red blood cell formation for oxygen transport and protein synthesis for muscle regeneration.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ INGREDIENTE ═══ --\u003e\n  \u003cdiv class=\"wsp-section wsp-section-alt\"\u003e\n    \u003cdiv class=\"wsp-container\"\u003e\n      \u003cspan class=\"wsp-mini-label\"\u003eComplete Formula\u003c\/span\u003e\n      \u003ch2\u003eWhat Does WHISPER® Contain?\u003c\/h2\u003e\n      \u003cp style=\"max-width:680px; margin-bottom:0;\"\u003eEvery ingredient is precisely dosed and chosen for a specific role in performance, recovery and physiology.\u003c\/p\u003e\n\n      \u003cdiv class=\"wsp-ingr-grid\"\u003e\n\n        \u003cdiv class=\"wsp-ingr-card\"\u003e\n          \u003cdiv class=\"wsp-ingr-header\"\u003e\n            \u003cdiv style=\"display:flex; align-items:flex-start; gap:10px;\"\u003e\n              \u003cspan class=\"wsp-ingr-num\"\u003e1\u003c\/span\u003e\n              \u003cspan class=\"wsp-ingr-name\"\u003eWhisper® NOX Blend\u003cbr\u003e\u003csmall style=\"font-weight:500; color:var(--muted); font-size:12px;\"\u003eL-Citrulline Malate 2:1 + Arginine AKG 2:1 (50\/50)\u003c\/small\u003e\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"wsp-ingr-dose\"\u003e6000mg\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eStudies suggest that citrulline malate prevents muscle breakdown and has cardiovascular health benefits. L-arginine is the primary precursor of nitric oxide, with a powerful vasodilatory effect. Together, they have antiatherosclerotic properties and increase NO bioavailability for peak performance and maximum pump.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-ingr-card\"\u003e\n          \u003cdiv class=\"wsp-ingr-header\"\u003e\n            \u003cdiv style=\"display:flex; align-items:flex-start; gap:10px;\"\u003e\n              \u003cspan class=\"wsp-ingr-num\"\u003e2\u003c\/span\u003e\n              \u003cspan class=\"wsp-ingr-name\"\u003eBeta-Alanine\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"wsp-ingr-dose\"\u003e4000mg\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eTogether with histidine it produces carnosine, stored in skeletal muscles. Carnosine reduces lactic acid accumulation during training, improving athletic performance. Beginners may experience a tingling sensation on the skin - normal and harmless.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-ingr-card\"\u003e\n          \u003cdiv class=\"wsp-ingr-header\"\u003e\n            \u003cdiv style=\"display:flex; align-items:flex-start; gap:10px;\"\u003e\n              \u003cspan class=\"wsp-ingr-num\"\u003e3\u003c\/span\u003e\n              \u003cspan class=\"wsp-ingr-name\"\u003eBetaine (Trimethylglycine)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"wsp-ingr-dose\"\u003e2000mg\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eAn active metabolite of choline found in beetroot. It plays a vital role in the methylation process alongside folic acid, and acts as an osmolyte similar to creatine - supporting cellular volume and muscle density.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-ingr-card\"\u003e\n          \u003cdiv class=\"wsp-ingr-header\"\u003e\n            \u003cdiv style=\"display:flex; align-items:flex-start; gap:10px;\"\u003e\n              \u003cspan class=\"wsp-ingr-num\"\u003e4\u003c\/span\u003e\n              \u003cspan class=\"wsp-ingr-name\"\u003eGPLC\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"wsp-ingr-dose\"\u003e1500mg\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eA useful supplement for increasing anaerobic work capacity, with potential to enhance athletic performance and the muscular pump effect in high-intensity training.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-ingr-card\"\u003e\n          \u003cdiv class=\"wsp-ingr-header\"\u003e\n            \u003cdiv style=\"display:flex; align-items:flex-start; gap:10px;\"\u003e\n              \u003cspan class=\"wsp-ingr-num\"\u003e5\u003c\/span\u003e\n              \u003cspan class=\"wsp-ingr-name\"\u003eGlycoPump®\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"wsp-ingr-dose\"\u003e1500mg\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eStimulates water absorption and retention during training for optimal hydration, defined muscles and a visibly sustained pump effect throughout the entire session.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-ingr-card\"\u003e\n          \u003cdiv class=\"wsp-ingr-header\"\u003e\n            \u003cdiv style=\"display:flex; align-items:flex-start; gap:10px;\"\u003e\n              \u003cspan class=\"wsp-ingr-num\"\u003e6\u003c\/span\u003e\n              \u003cspan class=\"wsp-ingr-name\"\u003eAmaranthus Cruentus\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"wsp-ingr-dose\"\u003e500mg\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eRich in antioxidants that boost strength, fortify the immune system and increase energy. A natural ingredient with a rich phytochemical profile that complements the action of the synthetic compounds in the formula.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-ingr-card\"\u003e\n          \u003cdiv class=\"wsp-ingr-header\"\u003e\n            \u003cdiv style=\"display:flex; align-items:flex-start; gap:10px;\"\u003e\n              \u003cspan class=\"wsp-ingr-num\"\u003e7\u003c\/span\u003e\n              \u003cspan class=\"wsp-ingr-name\"\u003eRhodiola Rosea\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"wsp-ingr-dose\"\u003e350mg\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eIncreases the body's resistance to physical and psychological stress, fatigue, depression and illness. A well-established adaptogen with solid research data supporting both cognitive and physical performance under maximum demand.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-ingr-card\"\u003e\n          \u003cdiv class=\"wsp-ingr-header\"\u003e\n            \u003cdiv style=\"display:flex; align-items:flex-start; gap:10px;\"\u003e\n              \u003cspan class=\"wsp-ingr-num\"\u003e8\u003c\/span\u003e\n              \u003cspan class=\"wsp-ingr-name\"\u003eL-Norvaline\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cspan class=\"wsp-ingr-dose\"\u003e100mg\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eA potent arginase inhibitor due to its structural similarity to ornithine. By inhibiting arginase, it amplifies nitric oxide production, extending and intensifying the pump effect initiated by the Whisper NOX Blend.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"wsp-ingr-card wsp-ingr-card--full\"\u003e\n          \u003cspan class=\"wsp-ingr-num\" style=\"margin-top:2px; flex-shrink:0;\"\u003e9\u003c\/span\u003e\n          \u003cdiv class=\"wsp-ingr-body\"\u003e\n            \u003cdiv class=\"wsp-ingr-header\" style=\"margin-bottom:8px;\"\u003e\n              \u003cspan class=\"wsp-ingr-name\"\u003eSchisandra (300mg) - Vitamin B3 (10mg) - Vitamin B6 (4.2mg)\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eSchisandra amplifies strength and energy and naturally stimulates testosterone production, while also reducing stress. Vitamin B3 supports the formation of red blood cells and neurotransmitters. Vitamin B6 stimulates anabolism - protein synthesis and muscle tissue regeneration - and supports nervous system function.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ POTRIVIT PENTRU ═══ --\u003e\n  \u003cdiv class=\"wsp-section wsp-section-soft\"\u003e\n    \u003cdiv class=\"wsp-container\"\u003e\n      \u003cspan class=\"wsp-mini-label\"\u003eDesigned For\u003c\/span\u003e\n      \u003ch2\u003eWho Benefits From WHISPER®?\u003c\/h2\u003e\n      \u003cp style=\"max-width:680px; margin-bottom:0;\"\u003eWHISPER® is chosen by athletes who want real performance without the compromises that stimulants bring.\u003c\/p\u003e\n\n      \u003cdiv class=\"wsp-target-grid\"\u003e\n        \u003cdiv class=\"wsp-target-item\"\u003e\n          \u003cspan class=\"wsp-target-icon\"\u003e🏋️\u003c\/span\u003e\n          \u003cp\u003eStrength and bodybuilding athletes who train in the evening and do not want to compromise their sleep, but demand the same level of energy and pump as a stimulant pre-workout.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wsp-target-item\"\u003e\n          \u003cspan class=\"wsp-target-icon\"\u003e🏃\u003c\/span\u003e\n          \u003cp\u003eEndurance and performance athletes looking to increase explosiveness and endurance, without nervousness, irritability or a crash at the end of training.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wsp-target-item\"\u003e\n          \u003cspan class=\"wsp-target-icon\"\u003e🥗\u003c\/span\u003e\n          \u003cp\u003eThose on a strict diet or contest preparation who need a pre-workout with no sugar, no carbohydrates and no extra calories.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wsp-target-item\"\u003e\n          \u003cspan class=\"wsp-target-icon\"\u003e☕\u003c\/span\u003e\n          \u003cp\u003eAnyone who is sensitive to caffeine or has decided to cut out stimulants and is looking for a serious alternative that delivers real results, not just a temporary buzz.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ MOD DE ADMINISTRARE ═══ --\u003e\n  \u003cdiv class=\"wsp-section wsp-section-alt\"\u003e\n    \u003cdiv class=\"wsp-container\"\u003e\n      \u003cspan class=\"wsp-mini-label\"\u003eDirections for Use\u003c\/span\u003e\n      \u003ch2 style=\"text-align:center; margin-bottom:28px;\"\u003eHow to Use WHISPER®\u003c\/h2\u003e\n\n      \u003cdiv class=\"wsp-usage-box\"\u003e\n        \u003cp style=\"text-align:center; font-size:16px; color: var(--text); font-weight:600; margin-bottom:18px;\"\u003e\n          Mix 1 scoop of Whisper® with 200-300 ml of water in a shaker and consume 5-10 minutes before training on an empty stomach.\n        \u003c\/p\u003e\n        \u003cp style=\"font-size:13px; line-height:1.7;\"\u003e\n          \u003cstrong style=\"color:var(--text);\"\u003eProduct details:\u003c\/strong\u003e Net weight: 400g - Servings: 21 - Serving: 1 scoop\n        \u003c\/p\u003e\n        \u003cp style=\"font-size:13px; line-height:1.7; margin-top:10px;\"\u003e\n          \u003cstrong style=\"color:var(--text);\"\u003eNote!\u003c\/strong\u003e This product has a tendency to harden because it contains hygroscopic ingredients that absorb moisture. This is normal and does not affect potency or flavour. Break up any hardened pieces before use. Store in a dry place.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ FINAL CTA ═══ --\u003e\n  \u003cdiv class=\"wsp-final-cta\"\u003e\n    \u003cdiv class=\"wsp-container\"\u003e\n      \u003cdiv class=\"wsp-cta-box\"\u003e\n        \u003cspan class=\"wsp-mini-label\" style=\"display:block; text-align:center; margin-bottom:12px;\"\u003eZero caffeine. Real performance.\u003c\/span\u003e\n        \u003ch2\u003eWHISPER® - Just Whisper and Your Body Will Listen\u003c\/h2\u003e\n        \u003cp\u003e\n          WHISPER® acts gently, but the results are powerful - superior pump, increased energy and strength, more developed and more defined muscle mass. And all of it with zero caffeine.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"wsp-key-points\"\u003e\n          \u003cspan class=\"wsp-key-point\"\u003eZero Caffeine\u003c\/span\u003e\n          \u003cspan class=\"wsp-key-point\"\u003eWhisper NOX 6000mg\u003c\/span\u003e\n          \u003cspan class=\"wsp-key-point\"\u003eBeta-Alanine 4000mg\u003c\/span\u003e\n          \u003cspan class=\"wsp-key-point\"\u003eGlycoPump®\u003c\/span\u003e\n          \u003cspan class=\"wsp-key-point\"\u003e400g \/ 21 Servings\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"wsp-disclaimer\"\u003e\n        \u003cstrong\u003eImportant!\u003c\/strong\u003e Dietary supplements are intended exclusively for healthy individuals. Not for use by pregnant or breastfeeding women. Keep out of reach of children. This supplement does not replace a varied and balanced diet. Do not exceed the recommended daily dose. Consume preferably before the date indicated on the packaging. Store in a cool, dry place.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Genius Nutrition®","offers":[{"title":"Apple","offer_id":30399711936615,"sku":"7357940372975","price":35.0,"currency_code":"EUR","in_stock":false},{"title":"Cola","offer_id":30400200278119,"sku":"7356849306241","price":35.0,"currency_code":"EUR","in_stock":false},{"title":"Lemon Iced Tea","offer_id":32021809758311,"sku":"7355600242453","price":35.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0255\/4331\/1463\/files\/WHISPER_400g_21serv_Genius_Nutrition_Green_Apple.png?v=1784281212","url":"https:\/\/geniusnutrition.eu\/en-hu\/products\/whisper-400g-21serv","provider":"Genius Nutrition® Europe","version":"1.0","type":"link"}