Cart 0

Congratulations! Your order qualifies for free shipping You are ₹ 999 away from free shipping.
Sorry, looks like we don't have enough of this product.

Pair with
Subtotal Free
Add More Products
Shipping, taxes, and discount codes are calculated at checkout

creatine & bars - Proathlix
creatine & bars - 250g - Proathlix

Creatine (100g) + Protein Bar (Coffee, 3 bars)

Regular price ₹ 709.00
Sale price ₹ 709.00 Regular price
30% off
MRP ₹ 1,014.00
(Inclusive of all taxes)
Weight100g
Shipping and Return

Your order will be shipped the same day and delivered within 4 to 5 business days. You can return the product within 14 days, once the product is delivered to you. Product should not be opened.

Creatine (100g) + Protein Bar (Coffee, 3 bars)

₹ 709.00 Regular price ₹ 1,014.00

Free shipping on all orders

14 Days Return

FAQ

document.addEventListener('click', function (e) { const btn = e.target.closest('[data-quickview-trigger]'); if (!btn) return; const handle = btn.getAttribute('data-quick-add-modal-handle'); const loader = btn.querySelector('.btn__loader'); const text = btn.querySelector('.btn__text'); if (loader) loader.style.display = 'inline-block'; if (text) text.style.opacity = '0.5'; // --- Open Drawer --- if (window.theme && theme.QuickShop && typeof theme.QuickShop.open === 'function') { theme.QuickShop.open(handle); } else if (window.Shopify && Shopify.theme && Shopify.theme.quickview) { Shopify.theme.quickview.open(handle); } else { document.querySelector(`[data-quick-add-modal-handle="${handle}"]`)?.click(); } // --- Reliable image loader using MutationObserver --- const drawerContainer = document.querySelector('body'); // watch entire body for changes if (!drawerContainer) return; const loadImages = (root) => { root.querySelectorAll('img[d-src], img[data-src]').forEach(img => { const realSrc = img.getAttribute('d-src') || img.getAttribute('data-src'); if (realSrc && !img.src.includes(realSrc)) { img.src = realSrc; img.removeAttribute('d-src'); img.removeAttribute('data-src'); } }); }; const observer = new MutationObserver(mutations => { for (const m of mutations) { m.addedNodes.forEach(node => { if (!(node instanceof HTMLElement)) return; if (node.matches('.drawer__inner.product-quick-add__content, .product-quick-add__inner, product-images, .product__slides')) { loadImages(node); } else if (node.querySelector) { const imgs = node.querySelectorAll('img[d-src], img[data-src]'); if (imgs.length) loadImages(node); } }); } }); // start watching DOM changes observer.observe(drawerContainer, { childList: true, subtree: true }); // stop watching after drawer stable for a while setTimeout(() => observer.disconnect(), 6000); // --- Reset loader --- setTimeout(() => { if (loader) loader.style.display = 'none'; if (text) text.style.opacity = '1'; }, 800); }); document.querySelectorAll("a.product-link.bundle").forEach(link => { link.addEventListener("click", function(e) { e.preventDefault(); e.stopImmediatePropagation(); }); }); $(document).ready(function () { function moveActiveSlideToFirst() { var $activeSlide = $('.product__slide.media--active'); var $container = $activeSlide.closest('.product__slides'); if ($activeSlide.length && $container.length) { $activeSlide.prependTo($container); } } // On label click $(document).on('click', '.radio__fieldset .radio__buttons label', function () { setTimeout(moveActiveSlideToFirst, 2000); }); // On page ready setTimeout(moveActiveSlideToFirst, 2000); });