{"product_id":"panda-x-v1-nutra-pandamus-preworkout-40-servings","title":"Panda X V1 Nutra Pandamus Preworkout 40 Servings","description":"\u003cstyle\u003e\n  .product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #333;\n    line-height: 1.5;\n    width: 90%;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 10px;\n    box-sizing: border-box;\n  }\n\n  .product-header {\n    margin-bottom: 25px;\n  }\n\n  .product-title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #1a202c;\n    margin-bottom: 5px;\n  }\n\n  .product-subtitle {\n    font-size: 16px;\n    color: #4a5568;\n    font-weight: 500;\n  }\n\n  .section-title {\n    font-size: 20px;\n    font-weight: 600;\n    color: #1a202c;\n    margin: 28px 0 18px 0;\n    padding-bottom: 8px;\n    border-bottom: 2px solid #2c2c2c;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    margin: 20px 0;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n    border: 1px solid #d0d0d0;\n  }\n\n  .specs-table tr {\n    transition: background-color 0.2s ease;\n  }\n\n  .specs-table tr:hover {\n    background-color: #f5f5f5;\n  }\n\n  .specs-table td {\n    padding: 14px 18px;\n    border-bottom: 1px solid #e8e8e8;\n    word-break: break-word;\n  }\n\n  .specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .specs-table td:first-child {\n    font-weight: 600;\n    color: #1a202c;\n    width: 40%;\n    background-color: #f0f0f0;\n    border-right: 1px solid #e0e0e0;\n  }\n\n  .color-badge {\n    display: inline-block;\n    padding: 4px 14px;\n    background-color: #2c2c2c;\n    color: #ffffff;\n    border-radius: 14px;\n    font-size: 13px;\n    font-weight: 500;\n    margin-left: 8px;\n  }\n\n  .highlight-box {\n    background-color: #f7f7f7;\n    padding: 18px;\n    border-radius: 6px;\n    margin: 20px 0;\n    border-left: 4px solid #2c2c2c;\n  }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 18px;\n    margin: 24px 0;\n  }\n\n  .feature-card {\n    padding: 18px;\n    background: linear-gradient(135deg, #f7f7f7 0%, #eeeeee 100%);\n    border-radius: 6px;\n    border: 1px solid #dcdcdc;\n    border-top: 3px solid #2c2c2c;\n  }\n\n  .feature-title {\n    font-weight: 600;\n    color: #1a202c;\n    margin-bottom: 6px;\n    font-size: 15px;\n  }\n\n  .applications-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 8px;\n  }\n\n  .app-tag {\n    padding: 4px 12px;\n    background-color: #f0f0f0;\n    color: #333;\n    border-radius: 12px;\n    font-size: 12.5px;\n    border: 1px solid #d0d0d0;\n  }\n\n  .ingredients-box {\n    background-color: #f7f7f7;\n    padding: 18px;\n    border-radius: 6px;\n    margin: 20px 0;\n    border-left: 4px solid #2c2c2c;\n  }\n\n  .level-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 18px;\n    margin: 16px 0 18px 0;\n  }\n\n  .level-card {\n    padding: 16px 18px;\n    background: #fafafa;\n    border-radius: 6px;\n    border: 1px solid #dcdcdc;\n    border-top: 3px solid #2c2c2c;\n  }\n\n  .level-card h4 {\n    font-size: 16px;\n    font-weight: 600;\n    color: #1a202c;\n    margin: 0 0 8px 0;\n  }\n\n  .level-card p {\n    margin: 4px 0;\n    font-size: 13.5px;\n    color: #555;\n  }\n\n  @media screen and (max-width: 600px) {\n    .product-description {\n      width: 90%;\n      padding: 0 5px;\n    }\n\n    .product-title {\n      font-size: 20px;\n    }\n\n    .product-subtitle {\n      font-size: 14px;\n    }\n\n    .section-title {\n      font-size: 17px;\n    }\n\n    .specs-table,\n    .specs-table tbody,\n    .specs-table tr,\n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .specs-table tr {\n      margin-bottom: 12px;\n      border: 1px solid #d0d0d0;\n      border-radius: 6px;\n      overflow: hidden;\n    }\n\n    .specs-table td {\n      border-bottom: 1px solid #e8e8e8;\n      padding: 10px 14px;\n      text-align: left;\n      width: 100% !important;\n      background-color: #ffffff !important;\n      border-right: none !important;\n    }\n\n    .specs-table td:first-child {\n      background-color: #f0f0f0 !important;\n      font-weight: 700;\n      border-bottom: 1px solid #d0d0d0;\n      border-right: none !important;\n      width: 100% !important;\n    }\n\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n\n    .feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .level-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .color-badge {\n      margin-left: 0;\n      margin-top: 4px;\n      display: inline-block;\n    }\n  }\n\n  @media screen and (min-width: 601px) and (max-width: 1024px) {\n    .product-description {\n      width: 90%;\n    }\n\n    .feature-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .level-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\n  \u003cdiv class=\"product-header\"\u003e\n    \u003cdiv class=\"product-title\"\u003ePanda X V1 Nutra Pandamus Preworkout\u003c\/div\u003e\n    \u003cdiv class=\"product-subtitle\"\u003e3-Level Pre-Workout | Non-Stim, Moderate Stim \u0026amp; High-Stim Options\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003ePanda Supps Pandamus is the ultimate pre-workout supplement that harnesses the ferocity and focus of a panda in the wild. Designed for those who seek peak performance, Pandamus delivers an unparalleled energy boost, mental clarity, and endurance to crush any workout. This is the first pre-workout of its kind to offer three different levels of formulation so you can choose what is right for you.\u003c\/p\u003e\n\n  \u003cdiv class=\"highlight-box\"\u003e\n    \u003cstrong\u003eKey Features:\u003c\/strong\u003e\n    \u003cdiv class=\"applications-list\"\u003e\n      \u003cspan class=\"app-tag\"\u003e3 Levels to Choose\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eNon-Stim Option\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eModerate Stim Option\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003eHigh-Stim Option\u003c\/span\u003e\n      \u003cspan class=\"app-tag\"\u003e11,000mg L-Citrulline\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n  \u003ctable class=\"specs-table\"\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eSKU #\u003c\/td\u003e\n      \u003ctd\u003e154229\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eBrand\u003c\/td\u003e\n      \u003ctd\u003ePanda X V1 Nutra\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eProduct Type\u003c\/td\u003e\n      \u003ctd\u003e3-Level Pre-Workout\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eServings Per Container\u003c\/td\u003e\n      \u003ctd\u003e40\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eServing Size\u003c\/td\u003e\n      \u003ctd\u003e1 Scoop\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eKey Ingredients\u003c\/td\u003e\n      \u003ctd\u003eL-Citrulline, L-Tyrosine, Alpha GPC, Beta Alanine\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eForm\u003c\/td\u003e\n      \u003ctd\u003ePowder \u003cspan class=\"color-badge\"\u003e3-Level System\u003c\/span\u003e\n\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003ePrimary Benefits\u003c\/td\u003e\n      \u003ctd\u003eEnergy • Focus • Pumps • Endurance • Customizable\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eUsage\u003c\/td\u003e\n      \u003ctd\u003eMix 1 Scoop with 8-12 oz Water 20 min pre-workout\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003eQuality Standards\u003c\/td\u003e\n      \u003ctd\u003ePremium Ingredients • Customizable Dosing\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/table\u003e\n\n  \u003ch2 class=\"section-title\"\u003eChoose Your Level\u003c\/h2\u003e\n\n  \u003cdiv class=\"level-grid\"\u003e\n    \u003cdiv class=\"level-card\"\u003e\n      \u003ch4\u003eLevel 1 - Non-Stim\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003eCaffeine:\u003c\/strong\u003e 0 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eL-Citrulline:\u003c\/strong\u003e 11,000 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eL-Tyrosine:\u003c\/strong\u003e 5,000 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eAlpha GPC:\u003c\/strong\u003e 600 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eBeta Alanine:\u003c\/strong\u003e 3,200 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eVasoDrive AP:\u003c\/strong\u003e 508 mg\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"level-card\"\u003e\n      \u003ch4\u003eLevel 2 - Moderate Stim\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003eCaffeine:\u003c\/strong\u003e 280 mg (225mg Anhydrous + 75mg Extended Release)\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eL-Citrulline:\u003c\/strong\u003e 11,000 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eL-Tyrosine:\u003c\/strong\u003e 5,000 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eAlpha GPC:\u003c\/strong\u003e 600 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eBeta Alanine:\u003c\/strong\u003e 3,200 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eKanna Extract:\u003c\/strong\u003e 50 mg\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"level-card\"\u003e\n      \u003ch4\u003eLevel 3 - High Stim\u003c\/h4\u003e\n      \u003cp\u003e\u003cstrong\u003eCaffeine:\u003c\/strong\u003e 470 mg (350mg Anhydrous + 100mg Dicaffeine + 75mg Extended Release)\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eL-Citrulline:\u003c\/strong\u003e 11,000 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eL-Tyrosine:\u003c\/strong\u003e 5,000 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eBeta Alanine:\u003c\/strong\u003e 5,000 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eKanna Extract:\u003c\/strong\u003e 50 mg\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eSynephrine HCI:\u003c\/strong\u003e 50 mg\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eKey Benefits\u003c\/h2\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eCustomizable Experience\u003c\/div\u003e\n      \u003cdiv\u003eChoose from three levels: Non-stim, moderate stim, or high-stim to match your tolerance and workout needs.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eMassive Pumps\u003c\/div\u003e\n      \u003cdiv\u003e11,000mg L-Citrulline per serving delivers unparalleled nitric oxide production for skin-splitting pumps.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eTunnel Vision Focus\u003c\/div\u003e\n      \u003cdiv\u003eAlpha GPC and L-Tyrosine provide intense mental clarity and mind-muscle connection for peak performance.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-title\"\u003eSustained Endurance\u003c\/div\u003e\n      \u003cdiv\u003eBeta Alanine and performance ingredients enhance endurance, allowing you to push harder and train longer.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\"\u003eDirections for Use\u003c\/h2\u003e\n\n  \u003cp\u003ePanda Supps recommends starting out with 1\/4th to 1\/2 scoop to assess your tolerance (with level 2 and 3). Once your tolerance has been assessed, you can move to a full scoop. Take in 8-12 ounces of cold water about 20 minutes before your workout.\u003c\/p\u003e\n\n  \u003ch2 class=\"section-title\"\u003eIngredients Profile\u003c\/h2\u003e\n\n  \u003cdiv class=\"ingredients-box\"\u003e\n    \u003cp\u003e\u003cstrong\u003eCore Ingredients:\u003c\/strong\u003e L-Citrulline, L-Tyrosine, Alpha GPC, Beta Alanine\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eLevel 1 (Non-Stim):\u003c\/strong\u003e VasoDrive AP\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eLevel 2 (Moderate):\u003c\/strong\u003e Caffeine 280mg, Kanna Extract\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eLevel 3 (High-Stim):\u003c\/strong\u003e Caffeine 470mg, Kanna Extract, Synephrine HCI\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":47490002354260,"sku":"154229","price":144.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-08-08T183020.698.png?v=1786195844","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/panda-x-v1-nutra-pandamus-preworkout-40-servings","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}