{"product_id":"zero-distraction-pre-workout-pure-focus-pure-power-copy","title":"Zero Distraction Pre Workout. Pure Focus. Pure Power. (Copy)","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eZero Distraction Pre-Workout — Gayor Essentials\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --yellow: #F5C800;\n    --yellow-dark: #c9a200;\n    --yellow-dim: rgba(245,200,0,0.10);\n    --yellow-border: rgba(245,200,0,0.35);\n    --black: #111111;\n    --black2: #1a1a1a;\n    --white: #ffffff;\n    --off: #f7f6f2;\n    --line: #e8e6df;\n    --muted: #777;\n    --sub: #999;\n    --text: #1a1a1a;\n    --ff-display: 'Bebas Neue', sans-serif;\n    --ff-body: 'DM Sans', sans-serif;\n  }\n\n  body {\n    font-family: var(--ff-body);\n    background: var(--white);\n    color: var(--text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap {\n    width: 100%;\n    padding: 32px 20px 60px;\n  }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    position: relative;\n    background: var(--black);\n    border-radius: 20px;\n    padding: 32px 40px;\n    overflow: hidden;\n    margin-bottom: 20px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 32px;\n    align-items: center;\n  }\n  .hero-left { position: relative; z-index: 1; }\n  .hero-right { position: relative; z-index: 1; }\n  .hero-glow {\n    position: absolute;\n    top: -80px; left: 0;\n    width: 420px; height: 420px;\n    background: radial-gradient(circle, rgba(245,200,0,0.16) 0%, transparent 65%);\n    pointer-events: none;\n  }\n  .hero-grid-bg {\n    position: absolute; inset: 0;\n    opacity: 0.04;\n    background-image:\n      linear-gradient(rgba(255,255,255,0.8) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,0.8) 1px, transparent 1px);\n    background-size: 44px 44px;\n    pointer-events: none;\n  }\n  .hero-stripe {\n    position: absolute; top: 0; right: 0;\n    width: 160px; height: 100%;\n    background: repeating-linear-gradient(\n      -55deg, transparent, transparent 18px,\n      rgba(245,200,0,0.05) 18px, rgba(245,200,0,0.05) 36px\n    );\n    pointer-events: none;\n  }\n  .eyebrow {\n    font-size: 10px; letter-spacing: 4px; text-transform: uppercase;\n    color: var(--yellow); font-weight: 500; margin-bottom: 10px;\n  }\n  .hero-title {\n    font-family: var(--ff-display);\n    font-size: clamp(52px, 7vw, 90px);\n    color: var(--white); line-height: 0.88; letter-spacing: 2px; margin-bottom: 8px;\n  }\n  .hero-title .accent { color: var(--yellow); }\n  .hero-tagline {\n    font-size: 10px; color: #555; letter-spacing: 3px;\n    text-transform: uppercase; font-weight: 300; margin-bottom: 0;\n  }\n\n  .hero-stats {\n    display: grid; grid-template-columns: repeat(3, 1fr);\n    border: 0.5px solid rgba(255,255,255,0.1);\n    border-radius: 12px; overflow: hidden;\n    background: rgba(255,255,255,0.03);\n    margin-bottom: 16px;\n  }\n  .stat {\n    padding: 14px 10px;\n    border-right: 0.5px solid rgba(255,255,255,0.08);\n  }\n  .stat:last-child { border-right: none; }\n  .stat-val { font-family: var(--ff-display); font-size: 26px; color: var(--yellow); line-height: 1; }\n  .stat-key { font-size: 10px; color: #555; margin-top: 3px; }\n\n  .pill-row { display: flex; flex-wrap: wrap; gap: 7px; }\n  .pill { padding: 4px 12px; border-radius: 100px; font-size: 10.5px; font-weight: 500; letter-spacing: 0.3px; border: 0.5px solid; }\n  .pill-y { background: rgba(245,200,0,0.12); border-color: rgba(245,200,0,0.35); color: var(--yellow); }\n  .pill-ghost { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.12); color: #555; }\n\n  @media (max-width: 640px) {\n    .hero { grid-template-columns: 1fr; padding: 28px 22px; gap: 20px; }\n  }\n\n  \/* ===== SECTION ===== *\/\n  .sec { background: var(--white); border: 0.5px solid var(--line); border-radius: 16px; overflow: hidden; margin-bottom: 16px; }\n  .sec-head {\n    display: flex; align-items: center; gap: 12px;\n    padding: 20px 28px 18px; border-bottom: 0.5px solid var(--line);\n    background: var(--off);\n  }\n  .sec-icon {\n    width: 36px; height: 36px; background: var(--black); border-radius: 8px;\n    display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n  }\n  .sec-icon svg { display: block; }\n  .sec-title { font-family: var(--ff-display); font-size: 22px; color: var(--black); letter-spacing: 0.5px; }\n  .sec-body { padding: 24px 28px; }\n\n  \/* ===== INGREDIENT CARDS ===== *\/\n  .ing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }\n  .ing-card {\n    background: var(--white); border: 0.5px solid var(--line);\n    border-radius: 12px; padding: 18px;\n    transition: border-color 0.2s, box-shadow 0.2s;\n    position: relative; overflow: hidden;\n  }\n  .ing-card::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;\n    background: var(--yellow); opacity: 0; transition: opacity 0.2s;\n  }\n  .ing-card:hover { border-color: var(--yellow-border); box-shadow: 0 2px 16px rgba(245,200,0,0.07); }\n  .ing-card:hover::before { opacity: 1; }\n  .ing-card.span2 { grid-column: 1 \/ -1; }\n  .ing-card.featured { background: var(--black); border-color: rgba(245,200,0,0.28); }\n  .ing-card.featured::before { opacity: 1; }\n  .ing-dose { font-family: var(--ff-display); font-size: 28px; color: var(--yellow); line-height: 1; margin-bottom: 5px; }\n  .ing-name { font-size: 13px; font-weight: 600; color: var(--black); margin-bottom: 10px; }\n  .ing-card.featured .ing-name { color: var(--white); }\n  .matrix-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; }\n  .mtag {\n    background: rgba(245,200,0,0.12); border: 0.5px solid rgba(245,200,0,0.3);\n    border-radius: 5px; padding: 3px 8px; font-size: 10.5px; color: var(--yellow-dark); font-weight: 500;\n  }\n  .ing-card.featured .mtag { background: rgba(245,200,0,0.14); color: var(--yellow); border-color: rgba(245,200,0,0.32); }\n  .ing-desc { font-size: 12px; color: var(--muted); line-height: 1.55; }\n  .ing-card.featured .ing-desc { color: #666; }\n\n  \/* ===== BENEFITS ===== *\/\n  .brow { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 0.5px solid var(--line); }\n  .brow:last-child { border-bottom: none; }\n  .b-icon {\n    flex-shrink: 0; width: 34px; height: 34px; background: var(--black);\n    border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-top: 1px;\n  }\n  .b-icon svg { display: block; }\n  .b-title { font-size: 14px; font-weight: 600; color: var(--black); margin-bottom: 3px; }\n  .b-desc { font-size: 12.5px; color: var(--muted); line-height: 1.5; }\n\n  \/* ===== HOW TO USE ===== *\/\n  .step { display: flex; gap: 16px; padding: 16px 0; border-bottom: 0.5px solid var(--line); align-items: flex-start; }\n  .step:last-child { border-bottom: none; }\n  .step-num-wrap {\n    flex-shrink: 0; width: 36px; height: 36px; background: var(--yellow);\n    border-radius: 8px; display: flex; align-items: center; justify-content: center;\n  }\n  .step-num { font-family: var(--ff-display); font-size: 20px; color: var(--black); line-height: 1; }\n  .step-title { font-size: 13px; font-weight: 600; color: var(--black); margin-bottom: 4px; }\n  .step-desc { font-size: 12.5px; color: var(--muted); line-height: 1.55; }\n\n  \/* ===== LAB STRIP ===== *\/\n  .lab-strip {\n    background: var(--black); border-radius: 16px; padding: 32px;\n    display: flex; align-items: center; gap: 24px; flex-wrap: wrap;\n    margin-bottom: 16px; position: relative; overflow: hidden;\n  }\n  .lab-strip::after {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--yellow);\n  }\n  .lab-content { flex: 1; min-width: 200px; }\n  .lab-badge-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .lab-eyebrow { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--yellow); margin-bottom: 8px; font-weight: 500; }\n  .lab-title { font-family: var(--ff-display); font-size: 28px; color: var(--white); margin-bottom: 8px; }\n  .lab-desc { font-size: 12px; color: #666; line-height: 1.6; max-width: 340px; }\n  .lab-badge {\n    background: rgba(255,255,255,0.04); border: 0.5px solid rgba(255,255,255,0.08);\n    border-radius: 10px; padding: 14px 16px; text-align: center; min-width: 108px;\n    transition: border-color 0.2s;\n  }\n  .lab-badge:hover { border-color: rgba(245,200,0,0.25); }\n  .lab-badge svg { display: block; margin: 0 auto 8px; }\n  .lab-badge-name { font-size: 11px; font-weight: 600; color: var(--white); margin-bottom: 3px; }\n  .lab-badge-sub { font-size: 10px; color: #4caf80; letter-spacing: 0.5px; font-weight: 500; }\n\n  \/* ===== WHO IT'S FOR ===== *\/\n  .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px; }\n  .who-card {\n    background: var(--off); border: 0.5px solid var(--line); border-radius: 10px;\n    padding: 18px 14px; text-align: center; transition: border-color 0.2s, background 0.2s;\n  }\n  .who-card:hover { border-color: var(--yellow-border); background: var(--yellow-dim); }\n  .who-card svg { display: block; margin: 0 auto 10px; }\n  .who-name { font-size: 11.5px; font-weight: 500; color: var(--black); }\n\n  \/* ===== CAUTION ===== *\/\n  .caution-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }\n  .c-row {\n    display: flex; gap: 10px; align-items: flex-start;\n    padding: 10px 8px 10px 0; border-bottom: 0.5px solid var(--line);\n    font-size: 12px; color: var(--muted); line-height: 1.5;\n  }\n  .c-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); margin-top: 7px; flex-shrink: 0; }\n\n  \/* ===== SHIPPING ===== *\/\n  .ship-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(148px, 1fr)); gap: 10px; }\n  .ship-card {\n    background: var(--off); border: 0.5px solid var(--line); border-radius: 10px;\n    padding: 16px; position: relative; overflow: hidden;\n  }\n  .ship-card::before {\n    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--yellow);\n  }\n  .ship-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: var(--sub); margin-bottom: 6px; }\n  .ship-val { font-family: var(--ff-display); font-size: 18px; color: var(--black); line-height: 1.1; margin-bottom: 4px; }\n  .ship-note { font-size: 11px; color: var(--muted); line-height: 1.4; }\n\n  @media (max-width: 560px) {\n    .hero { padding: 40px 22px 36px; }\n    .sec-body { padding: 18px; }\n    .sec-head { padding: 16px 18px 14px; }\n    .lab-strip { padding: 24px 20px; }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-glow\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"hero-grid-bg\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"hero-stripe\"\u003e\u003c\/div\u003e\n    \u003c!-- LEFT: Title + tagline --\u003e\n    \u003cdiv class=\"hero-left\"\u003e\n      \u003cdiv class=\"eyebrow\"\u003eGayor Essentials  ·  Pre-Workout Formula\u003c\/div\u003e\n      \u003cdiv class=\"hero-title\"\u003eZERO\u003cbr\u003e\u003cspan class=\"accent\"\u003eDISTRAC\u003c\/span\u003eTION\u003c\/div\u003e\n      \u003cdiv class=\"hero-tagline\"\u003ePure Focus  ·  Pure Power  ·  Properly Dosed\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- RIGHT: Stats + pills --\u003e\n    \u003cdiv class=\"hero-right\"\u003e\n      \u003cdiv class=\"hero-stats\"\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-val\"\u003e6g\u003c\/div\u003e\n\u003cdiv class=\"stat-key\"\u003eCitrulline Malate\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-val\"\u003e4g\u003c\/div\u003e\n\u003cdiv class=\"stat-key\"\u003eBeta-Alanine\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"stat\"\u003e\n\u003cdiv class=\"stat-val\"\u003e1673mg\u003c\/div\u003e\n\u003cdiv class=\"stat-key\"\u003eFocus Matrix\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pill-row\"\u003e\n        \u003cspan class=\"pill pill-y\"\u003eNo Creatine\u003c\/span\u003e\n        \u003cspan class=\"pill pill-y\"\u003eNo EAAs \/ BCAAs\u003c\/span\u003e\n        \u003cspan class=\"pill pill-y\"\u003e3rd Party Lab Tested\u003c\/span\u003e\n        \u003cspan class=\"pill pill-ghost\"\u003eFocus-First Formula\u003c\/span\u003e\n        \u003cspan class=\"pill pill-ghost\"\u003eClean Label\u003c\/span\u003e\n        \u003cspan class=\"pill pill-ghost\"\u003e338g \/ 169g\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INGREDIENTS --\u003e\n  \u003cdiv class=\"sec\"\u003e\n    \u003cdiv class=\"sec-head\"\u003e\n      \u003cdiv class=\"sec-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n          \u003cpath d=\"M6 2v4L3 12v3h12v-3L12 6V2\" stroke=\"#F5C800\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 2h6\" stroke=\"#F5C800\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"9\" cy=\"10\" r=\"1.5\" fill=\"#F5C800\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sec-title\"\u003eFull Ingredient Breakdown\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sec-body\"\u003e\n      \u003cdiv class=\"ing-grid\"\u003e\n        \u003cdiv class=\"ing-card featured span2\"\u003e\n          \u003cdiv class=\"ing-dose\"\u003e1673mg\u003c\/div\u003e\n          \u003cdiv class=\"ing-name\"\u003eZero Distraction Focus Matrix\u003c\/div\u003e\n          \u003cdiv class=\"matrix-tags\"\u003e\n            \u003cspan class=\"mtag\"\u003e1250mg L-Tyrosine\u003c\/span\u003e\n            \u003cspan class=\"mtag\"\u003e200mg Caffeine\u003c\/span\u003e\n            \u003cspan class=\"mtag\"\u003e100mg Theobromine\u003c\/span\u003e\n            \u003cspan class=\"mtag\"\u003e100mg Bitter Orange Extract\u003c\/span\u003e\n            \u003cspan class=\"mtag\"\u003e23mg Niacin (B3)\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eFive clinically studied nootropic and stimulant ingredients working in synergy — laser-sharp mental focus, elevated mood, sustained alertness, and powerful energy throughout your entire session. No jitters. No crash.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ing-card\"\u003e\n          \u003cdiv class=\"ing-dose\"\u003e6g\u003c\/div\u003e\n          \u003cdiv class=\"ing-name\"\u003eCitrulline Malate (2:1)\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eL-Citrulline bound with Malic acid. Massive muscle pumps, nitric oxide production, reduced soreness. Better absorbed than L-Arginine. At the full 6–8g clinical dose.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ing-card\"\u003e\n          \u003cdiv class=\"ing-dose\"\u003e4g\u003c\/div\u003e\n          \u003cdiv class=\"ing-name\"\u003eBeta-Alanine\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eBuffers lactic acid to delay fatigue, improves exercise capacity, supports lean mass gain. Mild skin tingling (paresthesia) is completely normal and harmless.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ing-card\"\u003e\n          \u003cdiv class=\"ing-dose\"\u003e150mg\u003c\/div\u003e\n          \u003cdiv class=\"ing-name\"\u003eHimalayan Pink Salt\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eReplenishes electrolytes lost during intense training. Supports hydration, fluid balance, and muscle contraction throughout your session.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ing-card\"\u003e\n          \u003cdiv class=\"ing-dose\"\u003e10mg\u003c\/div\u003e\n          \u003cdiv class=\"ing-name\"\u003ePiperine\u003c\/div\u003e\n          \u003cdiv class=\"ing-desc\"\u003eBlack pepper extract that significantly enhances bioavailability of all key ingredients so your body actually absorbs what it paid for.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"sec\"\u003e\n    \u003cdiv class=\"sec-head\"\u003e\n      \u003cdiv class=\"sec-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n          \u003cpath d=\"M9 2l2.1 5.5H17l-4.6 3.3 1.7 5.2L9 13 4.9 16l1.7-5.2L2 7.5h5.9L9 2z\" stroke=\"#F5C800\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sec-title\"\u003eWhat You Will Experience\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sec-body\"\u003e\n\n      \u003cdiv class=\"brow\"\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\n            \u003ccircle cx=\"8\" cy=\"5.5\" r=\"2.8\" stroke=\"#F5C800\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M4.5 12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5\" stroke=\"#F5C800\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"b-title\"\u003eRazor-Sharp Mental Focus\u003c\/div\u003e\n          \u003cdiv class=\"b-desc\"\u003eL-Tyrosine + Caffeine + Theobromine fire up your cognitive engine within minutes. Better concentration, zero mind-wandering, full presence in every rep.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"brow\"\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\n            \u003cpath d=\"M2 10h3l2-6 2 9 2-4.5 1 1.5h2\" stroke=\"#F5C800\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"b-title\"\u003eSkin-Splitting Pumps\u003c\/div\u003e\n          \u003cdiv class=\"b-desc\"\u003e6g Citrulline Malate at full clinical dose drives maximum blood and oxygen into working muscles. Visible, lasting vascularity every session.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"brow\"\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\n            \u003cpath d=\"M2 11.5l4.5-4.5 2.5 2.5 5-6.5\" stroke=\"#F5C800\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"b-title\"\u003eMore Reps, Less Burn\u003c\/div\u003e\n          \u003cdiv class=\"b-desc\"\u003eBeta-Alanine buffers the lactic acid that stops you mid-set. Push past your old limits and maximize training volume on every session.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"brow\"\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\n            \u003cpath d=\"M8 2v2M8 12v2M2 8h2M12 8h2M4.1 4.1l1.4 1.4M10.5 10.5l1.4 1.4M4.1 11.9l1.4-1.4M10.5 5.5l1.4-1.4\" stroke=\"#F5C800\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"8\" cy=\"8\" r=\"2.5\" stroke=\"#F5C800\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"b-title\"\u003eClean, Sustained Energy\u003c\/div\u003e\n          \u003cdiv class=\"b-desc\"\u003eNo unnecessary stimulants. No sugar spike. No post-workout slump. Smooth energy from warm-up to cool-down — exactly what you need, nothing you don't.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"brow\"\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 16 16\" fill=\"none\"\u003e\n            \u003cpath d=\"M8 2.5C5.51 2.5 3.5 4.51 3.5 7s2.01 4.5 4.5 4.5S12.5 9.49 12.5 7 10.49 2.5 8 2.5z\" stroke=\"#F5C800\" stroke-width=\"1.2\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5.5 7l1.8 1.8 3-4\" stroke=\"#F5C800\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"b-title\"\u003eElevated Mood and Drive\u003c\/div\u003e\n          \u003cdiv class=\"b-desc\"\u003eBitter Orange Extract and Niacin support a positive, motivated mental state so you walk into the gym wanting to train — not just going through the motions.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003cdiv class=\"sec\"\u003e\n    \u003cdiv class=\"sec-head\"\u003e\n      \u003cdiv class=\"sec-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n          \u003cpath d=\"M7 3h4v3H7z\" stroke=\"#F5C800\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 6l-2 9h8l-2-9\" stroke=\"#F5C800\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 9.5v3\" stroke=\"#F5C800\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sec-title\"\u003eHow to Use\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sec-body\"\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num-wrap\"\u003e\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"step-title\"\u003eNew Users — First 7 Days\u003c\/div\u003e\n          \u003cdiv class=\"step-desc\"\u003eBegin with half scoop (~6.5g) in 200ml cold water. Pour liquid first, then add powder to reduce lumps. Assess your tolerance for 5–7 days before increasing.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num-wrap\"\u003e\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"step-title\"\u003eGraduate to Full Serving\u003c\/div\u003e\n          \u003cdiv class=\"step-desc\"\u003eAfter tolerance is established, take 1 full scoop (~13g) in 250ml cold water. Never exceed 13g in any 24-hour period. Adjust water to your taste preference.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num-wrap\"\u003e\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"step-title\"\u003eTiming\u003c\/div\u003e\n          \u003cdiv class=\"step-desc\"\u003eConsume immediately after mixing. Use before your workout only. Do not consume within 5 hours of bedtime. Use alongside a proper diet and training program.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num-wrap\"\u003e\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"step-title\"\u003eStay Hydrated\u003c\/div\u003e\n          \u003cdiv class=\"step-desc\"\u003eDrink 3–4 litres of water throughout the day while using Zero Distraction. Adequate hydration amplifies performance and minimises Beta-Alanine sensitivity.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step\"\u003e\n        \u003cdiv class=\"step-num-wrap\"\u003e\u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"step-title\"\u003eCycle Your Usage\u003c\/div\u003e\n          \u003cdiv class=\"step-desc\"\u003eDiscontinue use after 4 weeks for a 1–2 week break. This maintains your sensitivity to the ingredients and prevents habituation over time.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LAB TESTED --\u003e\n  \u003cdiv class=\"lab-strip\"\u003e\n    \u003cdiv class=\"lab-content\"\u003e\n      \u003cdiv class=\"lab-eyebrow\"\u003eThird Party Verified\u003c\/div\u003e\n      \u003cdiv class=\"lab-title\"\u003eLab Tested by Equinox Labs\u003c\/div\u003e\n      \u003cdiv class=\"lab-desc\"\u003eEvery batch is independently tested for purity, potency, and heavy metal safety. You know exactly what is going into your body — nothing hidden, nothing inflated.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"lab-badge-row\"\u003e\n      \u003cdiv class=\"lab-badge\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003ccircle cx=\"11\" cy=\"11\" r=\"8.5\" stroke=\"#4caf80\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M7 11l3 3 5-6\" stroke=\"#4caf80\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv class=\"lab-badge-name\"\u003eCaffeine\u003c\/div\u003e\n        \u003cdiv class=\"lab-badge-sub\"\u003eVERIFIED\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lab-badge\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003ccircle cx=\"11\" cy=\"11\" r=\"8.5\" stroke=\"#4caf80\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M7 11l3 3 5-6\" stroke=\"#4caf80\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv class=\"lab-badge-name\"\u003eAmino Acids\u003c\/div\u003e\n        \u003cdiv class=\"lab-badge-sub\"\u003eVERIFIED\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lab-badge\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003ccircle cx=\"11\" cy=\"11\" r=\"8.5\" stroke=\"#4caf80\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M7 11l3 3 5-6\" stroke=\"#4caf80\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv class=\"lab-badge-name\"\u003eHeavy Metals\u003c\/div\u003e\n        \u003cdiv class=\"lab-badge-sub\"\u003eVERIFIED\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lab-badge\"\u003e\n        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 22 22\" fill=\"none\"\u003e\n          \u003ccircle cx=\"11\" cy=\"11\" r=\"8.5\" stroke=\"#4caf80\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M7 11l3 3 5-6\" stroke=\"#4caf80\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cdiv class=\"lab-badge-name\"\u003eNiacin B3\u003c\/div\u003e\n        \u003cdiv class=\"lab-badge-sub\"\u003eVERIFIED\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- PDF Report Buttons --\u003e\n    \u003cdiv class=\"lab-report-row\"\u003e\n      \u003ca class=\"report-btn pdf-trigger\" data-title=\"Caffeine Report\" data-pdf=\"https:\/\/drive.google.com\/file\/d\/1wVLeTGl7MAWxMQ9ha3CPx9_f5UxjjhSH\/preview\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M2 2h7l3 3v7H2V2z\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 2v3h3\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 7h6M4 9.5h4\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Caffeine Report\n      \u003c\/a\u003e\n      \u003ca class=\"report-btn pdf-trigger\" data-title=\"Amino Acids Report\" data-pdf=\"https:\/\/drive.google.com\/file\/d\/1HdUCyMPokYAcdYegnrQ_K02cW_Ijzopn\/preview\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M2 2h7l3 3v7H2V2z\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 2v3h3\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 7h6M4 9.5h4\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Amino Acids Report\n      \u003c\/a\u003e\n      \u003ca class=\"report-btn pdf-trigger\" data-title=\"Heavy Metals Report\" data-pdf=\"https:\/\/drive.google.com\/file\/d\/1d60YFR_WLJhlDL6WIvNtmCZ6J3bDetvh\/preview\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M2 2h7l3 3v7H2V2z\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 2v3h3\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 7h6M4 9.5h4\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Heavy Metals Report\n      \u003c\/a\u003e\n      \u003ca class=\"report-btn pdf-trigger\" data-title=\"Niacin (Vitamin B3) Report\" data-pdf=\"https:\/\/drive.google.com\/file\/d\/1y0_5xul3LHu6wZVhXMzuHHNnf6dKWB9P\/preview\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 14 14\" fill=\"none\"\u003e\u003cpath d=\"M2 2h7l3 3v7H2V2z\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 2v3h3\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003cpath d=\"M4 7h6M4 9.5h4\" stroke=\"#F5C800\" stroke-width=\"1.1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Niacin B3 Report\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PDF MODAL --\u003e\n  \u003cdiv id=\"pdfModal\"\u003e\n    \u003cdiv class=\"modal-box\"\u003e\n      \u003cdiv class=\"modal-header\"\u003e\n        \u003cspan id=\"pdfTitle\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"modal-close\" id=\"closePdf\"\u003e\n          \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\u003cpath d=\"M4 4l10 10M14 4L4 14\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003ciframe id=\"pdfFrame\"\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cstyle\u003e\n    .lab-report-row {\n      width: 100%;\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 20px;\n      padding-top: 20px;\n      border-top: 0.5px solid rgba(255,255,255,0.08);\n    }\n    .report-btn {\n      display: inline-flex;\n      align-items: center;\n      gap: 7px;\n      padding: 9px 16px;\n      background: rgba(245,200,0,0.08);\n      border: 0.5px solid rgba(245,200,0,0.3);\n      border-radius: 8px;\n      color: #ffffff !important;\n      font-family: var(--ff-body);\n      font-size: 12px;\n      font-weight: 500;\n      text-decoration: none !important;\n      cursor: pointer;\n      transition: background 0.2s, border-color 0.2s;\n    }\n    .report-btn:hover, .report-btn:visited, .report-btn:active, .report-btn:focus {\n      background: rgba(245,200,0,0.16);\n      border-color: rgba(245,200,0,0.5);\n      color: #ffffff !important;\n      text-decoration: none !important;\n    }\n    #pdfModal {\n      display: none;\n      position: fixed;\n      inset: 0;\n      background: rgba(0,0,0,0.88);\n      z-index: 99999;\n      align-items: center;\n      justify-content: center;\n    }\n    #pdfModal.open { display: flex; }\n    #pdfModal .modal-box {\n      width: 92%;\n      max-width: 980px;\n      height: 88vh;\n      background: #111;\n      border-radius: 12px;\n      overflow: hidden;\n      border: 0.5px solid rgba(245,200,0,0.2);\n    }\n    #pdfModal .modal-header {\n      height: 48px;\n      background: #000;\n      border-bottom: 0.5px solid rgba(245,200,0,0.2);\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 0 18px;\n      font-family: var(--ff-body);\n      font-size: 13px;\n      color: #ccc;\n    }\n    #pdfModal .modal-close {\n      cursor: pointer;\n      display: flex;\n      align-items: center;\n      opacity: 0.7;\n      transition: opacity 0.2s;\n    }\n    #pdfModal .modal-close:hover { opacity: 1; }\n    #pdfModal iframe {\n      width: 100%;\n      height: calc(100% - 48px);\n      border: none;\n    }\n  \u003c\/style\u003e\n\n  \u003cscript\u003e\n    document.querySelectorAll('.pdf-trigger').forEach(function(btn) {\n      btn.addEventListener('click', function(e) {\n        e.preventDefault();\n        document.getElementById('pdfTitle').textContent = btn.getAttribute('data-title');\n        document.getElementById('pdfFrame').src = btn.getAttribute('data-pdf');\n        document.getElementById('pdfModal').classList.add('open');\n        document.body.style.overflow = 'hidden';\n      });\n    });\n    document.getElementById('closePdf').addEventListener('click', function() {\n      document.getElementById('pdfModal').classList.remove('open');\n      document.getElementById('pdfFrame').src = '';\n      document.body.style.overflow = '';\n    });\n    document.getElementById('pdfModal').addEventListener('click', function(e) {\n      if (e.target === this) {\n        this.classList.remove('open');\n        document.getElementById('pdfFrame').src = '';\n        document.body.style.overflow = '';\n      }\n    });\n  \u003c\/script\u003e\n\n  \u003c!-- WHO IT'S FOR --\u003e\n  \u003cdiv class=\"sec\"\u003e\n    \u003cdiv class=\"sec-head\"\u003e\n      \u003cdiv class=\"sec-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n          \u003ccircle cx=\"9\" cy=\"5.5\" r=\"2.5\" stroke=\"#F5C800\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M4 16c0-2.76 2.24-5 5-5s5 2.24 5 5\" stroke=\"#F5C800\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sec-title\"\u003eWho It Is For\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sec-body\"\u003e\n      \u003cdiv class=\"who-grid\"\u003e\n        \u003cdiv class=\"who-card\"\u003e\n          \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 26 26\" fill=\"none\"\u003e\n            \u003crect x=\"4\" y=\"11\" width=\"7\" height=\"11\" rx=\"2\" stroke=\"#111\" stroke-width=\"1.3\"\u003e\u003c\/rect\u003e\n            \u003crect x=\"15\" y=\"6\" width=\"7\" height=\"16\" rx=\"2\" stroke=\"#111\" stroke-width=\"1.3\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M7.5 11V8.5M18.5 6V3.5\" stroke=\"#111\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv class=\"who-name\"\u003eGym Professionals\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"who-card\"\u003e\n          \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 26 26\" fill=\"none\"\u003e\n            \u003cpath d=\"M5 13h16M2 13l4-4M2 13l4 4M24 13l-4-4M24 13l-4 4\" stroke=\"#111\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"13\" cy=\"13\" r=\"2.5\" fill=\"#111\" opacity=\"0.25\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n          \u003cdiv class=\"who-name\"\u003ePowerlifters\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"who-card\"\u003e\n          \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 26 26\" fill=\"none\"\u003e\n            \u003cpath d=\"M13 3.5l2.5 6H22l-5.2 3.7 2 6.3L13 16l-5.8 3.5 2-6.3L4 9.5h6.5L13 3.5z\" stroke=\"#111\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv class=\"who-name\"\u003eAthletes\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"who-card\"\u003e\n          \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 26 26\" fill=\"none\"\u003e\n            \u003ccircle cx=\"13\" cy=\"9\" r=\"3.5\" stroke=\"#111\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M7 22c0-3.31 2.69-6 6-6s6 2.69 6 6\" stroke=\"#111\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M20.5 9H23M3 9h2.5\" stroke=\"#111\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv class=\"who-name\"\u003eBodybuilders\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"who-card\"\u003e\n          \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 26 26\" fill=\"none\"\u003e\n            \u003cpath d=\"M13 3L4.5 15h8.5l-1.5 8 10-13h-8.5L13 3z\" stroke=\"#111\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv class=\"who-name\"\u003eBusy Professionals\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"who-card\"\u003e\n          \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 26 26\" fill=\"none\"\u003e\n            \u003ccircle cx=\"13\" cy=\"13\" r=\"9\" stroke=\"#111\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M13 8v6l4 4\" stroke=\"#111\" stroke-width=\"1.3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cdiv class=\"who-name\"\u003eSports Persons\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CAUTION --\u003e\n  \u003cdiv class=\"sec\"\u003e\n    \u003cdiv class=\"sec-head\"\u003e\n      \u003cdiv class=\"sec-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n          \u003cpath d=\"M9 2.5L2 15h14L9 2.5z\" stroke=\"#F5C800\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 8v3.5\" stroke=\"#F5C800\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"9\" cy=\"13.5\" r=\"0.9\" fill=\"#F5C800\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sec-title\"\u003eImportant Cautions\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sec-body\"\u003e\n      \u003cdiv class=\"caution-grid\"\u003e\n        \u003cdiv class=\"c-row\"\u003e\n\u003cdiv class=\"c-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eFor adults 18 years and above only\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-row\"\u003e\n\u003cdiv class=\"c-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eNot for pregnant or nursing women\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-row\"\u003e\n\u003cdiv class=\"c-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eKeep out of reach of children\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-row\"\u003e\n\u003cdiv class=\"c-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eDo not exceed 13g (1 scoop) per 24 hours\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-row\"\u003e\n\u003cdiv class=\"c-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eConsult a doctor if under any medical condition\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-row\"\u003e\n\u003cdiv class=\"c-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eNot a substitute for a balanced diet\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-row\"\u003e\n\u003cdiv class=\"c-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eContains Sucralose — not for children below 5 years\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-row\"\u003e\n\u003cdiv class=\"c-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eBeta-Alanine tingling is normal and harmless\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-row\"\u003e\n\u003cdiv class=\"c-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eNot intended to diagnose, treat or prevent any disease\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"c-row\"\u003e\n\u003cdiv class=\"c-dot\"\u003e\u003c\/div\u003e\n\u003cspan\u003eDiscontinue after 4 weeks for a 1–2 week break\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SHIPPING --\u003e\n  \u003cdiv class=\"sec\"\u003e\n    \u003cdiv class=\"sec-head\"\u003e\n      \u003cdiv class=\"sec-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\"\u003e\n          \u003cpath d=\"M2 5.5h10v8H2z\" stroke=\"#F5C800\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 7.5h2.5l2 2v4H12V7.5z\" stroke=\"#F5C800\" stroke-width=\"1.3\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003ccircle cx=\"5.5\" cy=\"14.5\" r=\"1.3\" stroke=\"#F5C800\" stroke-width=\"1\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"14\" cy=\"14.5\" r=\"1.3\" stroke=\"#F5C800\" stroke-width=\"1\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sec-title\"\u003eManufacturing and Shipping\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sec-body\"\u003e\n      \u003cdiv class=\"ship-grid\"\u003e\n        \u003cdiv class=\"ship-card\"\u003e\n          \u003cdiv class=\"ship-label\"\u003eMFG Month\u003c\/div\u003e\n          \u003cdiv class=\"ship-val\"\u003eNov – Dec 2025\u003c\/div\u003e\n          \u003cdiv class=\"ship-note\"\u003eExpiry: 18 months from manufacture\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ship-card\"\u003e\n          \u003cdiv class=\"ship-label\"\u003eOrder Dispatch\u003c\/div\u003e\n          \u003cdiv class=\"ship-val\"\u003e24 – 48 hrs\u003c\/div\u003e\n          \u003cdiv class=\"ship-note\"\u003eAfter successful order confirmation\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ship-card\"\u003e\n          \u003cdiv class=\"ship-label\"\u003eStandard Delivery\u003c\/div\u003e\n          \u003cdiv class=\"ship-val\"\u003e5 – 8 Days\u003c\/div\u003e\n          \u003cdiv class=\"ship-note\"\u003eExcl. Sundays and national holidays\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ship-card\"\u003e\n          \u003cdiv class=\"ship-label\"\u003eExpress Delivery\u003c\/div\u003e\n          \u003cdiv class=\"ship-val\"\u003e2 – 5 Days\u003c\/div\u003e\n          \u003cdiv class=\"ship-note\"\u003eExcl. Sundays and national holidays\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ship-card\"\u003e\n          \u003cdiv class=\"ship-label\"\u003eNet Weight\u003c\/div\u003e\n          \u003cdiv class=\"ship-val\"\u003e338g \/ 169g\u003c\/div\u003e\n          \u003cdiv class=\"ship-note\"\u003eMultiple flavours available\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ship-card\"\u003e\n          \u003cdiv class=\"ship-label\"\u003eReturn Policy\u003c\/div\u003e\n          \u003cdiv class=\"ship-val\"\u003eNon-Returnable\u003c\/div\u003e\n          \u003cdiv class=\"ship-note\"\u003eWrong or damaged item only — unboxing video required\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Gayor Essentials","offers":[{"title":"Grape Candy 338g","offer_id":52121843368210,"sku":"zdgc338","price":1.0,"currency_code":"INR","in_stock":false},{"title":"Grape Candy 169g","offer_id":52121843400978,"sku":"zdgc169","price":1.0,"currency_code":"INR","in_stock":false},{"title":"Sour Gummies 338g","offer_id":52121843433746,"sku":"zdsg338","price":1.0,"currency_code":"INR","in_stock":false},{"title":"Sour Gummies 169g","offer_id":52121843466514,"sku":"zdsg169","price":1.0,"currency_code":"INR","in_stock":true},{"title":"Grape Candy 338g + 100g Creatine Unflavored","offer_id":52121843499282,"sku":null,"price":1.0,"currency_code":"INR","in_stock":true},{"title":"Grape Candy 169g + 100g Creatine Unflavored","offer_id":52121843532050,"sku":null,"price":1.0,"currency_code":"INR","in_stock":true},{"title":"Sour Gummies 338g + 100g Creatine Unflavored","offer_id":52121843564818,"sku":null,"price":1.0,"currency_code":"INR","in_stock":true},{"title":"Sour Gummies 169g + 100g Creatine Unflavored","offer_id":52121843597586,"sku":null,"price":1.0,"currency_code":"INR","in_stock":true},{"title":"Strawberry Candy 338g + 100g Creatine Unflavored","offer_id":52121843630354,"sku":null,"price":1.0,"currency_code":"INR","in_stock":false},{"title":"Strawberry Candy 169g + 100g Creatine Unflavored","offer_id":52121843663122,"sku":null,"price":1.0,"currency_code":"INR","in_stock":false},{"title":"Strawberry Candy 338g","offer_id":52121843695890,"sku":"zdsc338","price":1.0,"currency_code":"INR","in_stock":false},{"title":"Strawberry Candy 169g","offer_id":52121843728658,"sku":"zdsc169","price":1.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0731\/5564\/1618\/files\/ZD_Front_Grape.png?v=1774609601","url":"https:\/\/www.gayoressentials.com\/products\/zero-distraction-pre-workout-pure-focus-pure-power-copy","provider":"Gayor Essentials ","version":"1.0","type":"link"}