{"product_id":"wellcore-pure-micronised-creatine-powder","title":"Wellcore Pure Micronised Creatine 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 --\u003e\n  \u003cdiv class=\"tab-content active\" id=\"description\"\u003e\n    \u003cdiv class=\"desc-container\"\u003e\n      \u003cp\u003e\u003cstrong\u003eCreatine Powder\u003c\/strong\u003e is a pure, high-quality supplement designed to enhance strength, power, and endurance during high-intensity training. Known as one of the most researched and effective performance enhancers, creatine supports rapid energy production in muscles for better workout performance and faster recovery.\u003c\/p\u003e\n\n      \u003cp\u003eEach serving delivers \u003cstrong\u003e100% pure creatine monohydrate\u003c\/strong\u003e, ensuring maximum absorption and utilization. It helps increase muscle cell volume, supports lean muscle growth, and improves overall exercise capacity—making it an essential addition to any athlete’s supplement routine.\u003c\/p\u003e\n\n      \u003ch3\u003eCore Highlights\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003e100% Pure Creatine Monohydrate\u003c\/strong\u003e for proven strength and endurance support.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMicronized Formula\u003c\/strong\u003e for better solubility and faster absorption.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eImproves Power Output\u003c\/strong\u003e during intense workouts and resistance training.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSupports Lean Muscle Growth\u003c\/strong\u003e and recovery between sets.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eUnflavored \u0026amp; Versatile:\u003c\/strong\u003e Mix easily with water, juice, or protein shakes.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTrusted by Athletes:\u003c\/strong\u003e Backed by years of scientific research and real-world results.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cp class=\"note\"\u003e*Ideal for strength athletes, bodybuilders, and anyone seeking to enhance power, endurance, and muscle recovery.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- KEY BENEFITS --\u003e\n  \u003cdiv class=\"tab-content\" id=\"benefits\"\u003e\n    \u003cdiv class=\"benefits-section\"\u003e\n      \u003ch3\u003eWhy Choose Creatine Powder?\u003c\/h3\u003e\n      \u003cul class=\"benefits-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eEnhanced Strength \u0026amp; Power:\u003c\/strong\u003e Boosts muscle energy for improved performance in every workout.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eImproved Muscle Recovery:\u003c\/strong\u003e Helps replenish ATP stores for faster post-training recovery.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSupports Muscle Volume:\u003c\/strong\u003e Promotes cell hydration and lean muscle mass growth.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMicronized Formula:\u003c\/strong\u003e Ensures quick dissolution and better absorption.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePure \u0026amp; Safe:\u003c\/strong\u003e Free from fillers, additives, and artificial ingredients.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eVersatile Use:\u003c\/strong\u003e Can be mixed with any beverage or protein supplement.\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n      \u003cp class=\"benefits-note\"\u003eCreatine Powder is a scientifically proven way to maximize your training potential, enhance strength, and support muscle recovery — a must-have for serious lifters and athletes.\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  .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  .tab-content {\n    display: none;\n    animation: fadeIn 0.4s ease;\n  }\n\n  .tab-content.active {\n    display: block;\n  }\n\n  \/* DESCRIPTION SECTION *\/\n  .desc-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  \/* KEY BENEFITS SECTION (separate classes) *\/\n  .benefits-section {\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  .benefits-section h3 {\n    font-size: 1.2rem;\n    margin-top: 16px;\n    margin-bottom: 10px;\n    color: #111;\n  }\n\n  .benefits-list {\n    padding-left: 20px;\n    list-style: disc;\n  }\n\n  .benefits-list li {\n    margin-bottom: 10px;\n    line-height: 1.6;\n  }\n\n  .benefits-note {\n    font-size: 0.9rem;\n    color: #555;\n    margin-top: 12px;\n    font-style: italic;\n  }\n\n  \/* SHARED STYLES *\/\n  h3 {\n    font-size: 1.2rem;\n    margin-top: 16px;\n    margin-bottom: 10px;\n    color: #111;\n  }\n\n  ul {\n    padding-left: 20px;\n    list-style: disc;\n  }\n\n  li {\n    margin-bottom: 10px;\n    line-height: 1.6;\n  }\n\n  .note {\n    font-size: 0.9rem;\n    color: #555;\n    margin-top: 12px;\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  \/* MOBILE *\/\n  @media (max-width: 600px) {\n    .product-tabs h2 {\n      font-size: 1.4rem;\n    }\n\n    .tab-buttons {\n      flex-wrap: nowrap;\n      overflow-x: auto;\n      scrollbar-width: none;\n    }\n\n    .tab-buttons::-webkit-scrollbar {\n      display: none;\n    }\n\n    .tab-btn {\n      flex: 0 0 auto;\n      padding: 10px 14px;\n      font-size: 0.9rem;\n    }\n\n    li, .benefits-list li {\n      font-size: 0.92rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  \/\/ Tab Functionality\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":"Tropical Tango","offer_id":47143749026036,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true},{"title":"Kiwi Kick","offer_id":47143749058804,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true},{"title":"Fruit Fusion","offer_id":47143749091572,"sku":null,"price":999.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/2096\/0756\/files\/61Tg-U1S2ZL._SL1198_8f9dd132-8a85-4c31-8af0-83885bcce8e0.jpg?v=1762481947","url":"https:\/\/xposenutri.com\/products\/wellcore-pure-micronised-creatine-powder","provider":"Xpose Nutrition Depot","version":"1.0","type":"link"}