{"product_id":"muscleblaze-pre-workout-wrathx-powder","title":"MuscleBlaze Pre Workout Wrathx Powder","description":"\u003cdiv class=\"product-tabs\"\u003e\n  \u003ch2\u003eAbout the Product\u003c\/h2\u003e\n\n  \u003c!-- TAB BUTTONS --\u003e\n  \u003cdiv class=\"tab-buttons\"\u003e\n    \u003cbutton class=\"tab-btn active\" data-tab=\"description\"\u003eDescription\u003c\/button\u003e\n    \u003cbutton class=\"tab-btn\" data-tab=\"benefits\"\u003eKey Benefits\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DESCRIPTION TAB --\u003e\n  \u003cdiv class=\"tab-content active\" id=\"description\"\u003e\n    \u003cdiv class=\"desc-container\"\u003e\n      \u003ch3\u003eProduct Description\u003c\/h3\u003e\n      \u003cp\u003eWrath X Pre-Workout is designed to give you the boost you need before an intense workout. This pre-workout energy drink is formulated for both men and women to enhance focus, stamina, and strength, helping you push your limits in every training session.\u003c\/p\u003e\n      \u003cp\u003eEach serving of Wrath X is carefully crafted to energize your performance, keeping fatigue at bay and improving endurance throughout your workout. Ideal for athletes and gym enthusiasts who demand more from their pre-workout fuel.\u003c\/p\u003e\n\n      \u003ch3\u003eImportant Information\u003c\/h3\u003e\n      \u003cp\u003e\u003cstrong\u003eSafety Information:\u003c\/strong\u003e\u003cbr\u003e\n      Consult your healthcare professional before using this product if you are pregnant, nursing, taking any medication, or have a medical condition.\u003c\/p\u003e\n\n      \u003ch3\u003eIngredients\u003c\/h3\u003e\n      \u003cp\u003ePlease see the product label image for complete ingredient information.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- KEY BENEFITS TAB --\u003e\n  \u003cdiv class=\"tab-content\" id=\"benefits\"\u003e\n    \u003cdiv class=\"benefits-container\"\u003e\n      \u003ch3\u003eProduct Information\u003c\/h3\u003e\n      \u003cdiv class=\"info-manufacturer\"\u003e\n        \u003cstrong\u003eManufacturer:\u003c\/strong\u003e\n        \u003cp\u003eMaxcure Nutravedics Ltd.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"info-origin\"\u003e\n        \u003cstrong\u003eCountry of Origin:\u003c\/strong\u003e\n        \u003cp\u003eIndia\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"info-model\"\u003e\n        \u003cstrong\u003eItem Model Number:\u003c\/strong\u003e\n        \u003cp\u003eNUT7707-02\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"info-dimensions\"\u003e\n        \u003cstrong\u003eProduct Dimensions:\u003c\/strong\u003e\n        \u003cp\u003e20.86 x 14.5 x 10.7 cm; 340 g\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"note\"\u003eFor best results, consume Wrath X Pre-Workout 20–30 minutes before training for optimal energy and endurance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-tabs {\n    font-family: \"Poppins\", Arial, sans-serif;\n    max-width: 900px;\n    margin: 40px auto;\n    padding: 0 16px;\n    color: #222;\n  }\n\n  .product-tabs h2 {\n    font-size: 1.7rem;\n    font-weight: 700;\n    text-align: center;\n    margin-bottom: 18px;\n  }\n\n  .tab-buttons {\n    display: flex;\n    justify-content: center;\n    background: #fff;\n    border: 1px solid #e0e0e0;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n    margin-bottom: 25px;\n    position: sticky;\n    top: 10px;\n    z-index: 20;\n  }\n\n  .tab-btn {\n    flex: 1;\n    padding: 12px 16px;\n    border: none;\n    background: #fff;\n    color: #333;\n    font-weight: 600;\n    font-size: 0.95rem;\n    cursor: pointer;\n    transition: all 0.3s ease;\n  }\n\n  .tab-btn.active {\n    background: linear-gradient(90deg, #000, #333);\n    color: #fff;\n    box-shadow: inset 0 -2px 0 #ffcc00;\n  }\n\n  .tab-btn:not(:last-child) {\n    border-right: 1px solid #e0e0e0;\n  }\n\n  .tab-content {\n    display: none;\n    animation: fadeIn 0.4s ease;\n  }\n\n  .tab-content.active {\n    display: block;\n  }\n\n  .desc-container,\n  .benefits-container {\n    background: #fff;\n    padding: 24px;\n    border-radius: 12px;\n    box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n  }\n\n  .info-manufacturer, .info-origin, .info-model, .info-dimensions {\n    margin-bottom: 12px;\n  }\n\n  h3 {\n    font-size: 1.2rem;\n    margin-top: 16px;\n    margin-bottom: 10px;\n    color: #111;\n  }\n\n  .note {\n    font-size: 0.9rem;\n    color: #555;\n    margin-top: 14px;\n    font-style: italic;\n  }\n\n  @keyframes fadeIn {\n    from { opacity: 0; transform: translateY(8px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @media (max-width: 600px) {\n    .product-tabs h2 {\n      font-size: 1.4rem;\n    }\n    .tab-buttons {\n      flex-wrap: nowrap;\n      overflow-x: auto;\n      scrollbar-width: none;\n    }\n    .tab-buttons::-webkit-scrollbar {\n      display: none;\n    }\n    .tab-btn {\n      flex: 0 0 auto;\n      padding: 10px 14px;\n      font-size: 0.9rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll(\".tab-btn\").forEach(button =\u003e {\n    button.addEventListener(\"click\", () =\u003e {\n      const tab = button.dataset.tab;\n      document.querySelectorAll(\".tab-btn\").forEach(btn =\u003e btn.classList.remove(\"active\"));\n      document.querySelectorAll(\".tab-content\").forEach(content =\u003e content.classList.remove(\"active\"));\n      button.classList.add(\"active\");\n      document.getElementById(tab).classList.add(\"active\");\n    });\n  });\n\u003c\/script\u003e\n","brand":"Xpose Nutrition Depot","offers":[{"title":"Fruit","offer_id":47150758723828,"sku":null,"price":1249.0,"currency_code":"INR","in_stock":true},{"title":"Cola Frost","offer_id":47150758756596,"sku":null,"price":1249.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/2096\/0756\/files\/71oW0IcaH-L._SL1500_b3ae0abb-c214-46df-87ea-7715ffd59cf4.jpg?v=1762670950","url":"https:\/\/xposenutri.com\/products\/muscleblaze-pre-workout-wrathx-powder","provider":"Xpose Nutrition Depot","version":"1.0","type":"link"}