PeakMind Edge
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Bebas+Neue&family=Barlow+Conde nsed:wght@500;600&display=swap'); .pm-product-wrap { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important; color: #f5f2ed !important; line-height: 1.7 !important; -webkit-font-smoothing: antialiased; overflow-x: hidden; background: #0a0a0a !important; margin: 0 !important; padding: 0 !important; width: 100vw !important; max-width: none !important; position: relative !important; left: 50% !important; transform: translateX(-50%) !important; } .pm-product-wrap *, .pm-product-wrap *::before, .pm-product-wrap *::after { box-sizing: border-box; } /* HERO */ .pm-prod-hero { position: relative; min-height: 85vh; display: flex; align-items: center; justify-content: center; padding: 80px 24px; background: linear-gradient(180deg, #0a0a0a 0%, #141414 100%) !important; overflow: hidden; } .pm-prod-hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(ellipse at 50% 50%, rgba(201,169,110,0.03) 0%, transparent 60%); animation: pmProdPulse 8s ease-in-out infinite; } @keyframes pmProdPulse { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.1); opacity: 1; } } .pm-prod-hero-inner { position: relative; z-index: 2; max-width: 700px; width: 100%; text-align: center; } .pm-prod-hero-img { max-width: 320px; width: 100%; height: auto; margin: 0 auto 40px auto; display: block; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5)); } .pm-prod-hero-text { max-width: 700px; margin: 0 auto; } .pm-prod-tag { display: inline-block; font-size: 11px !important; font-weight: 600 !important; letter-spacing: 4px; text-transform: uppercase; color: #c9a96e !important; margin: 0 0 24px 0 !important; padding: 6px 16px; border: 1px solid rgba(201,169,110,0.3); border-radius: 2px; } .pm-prod-hero-text h1 { font-family: 'Playfair Display', serif !important; font-size: clamp(36px, 5vw, 60px) !important; font-weight: 700 !important; line-height: 1.1 !important; margin: 0 0 20px 0 !important; color: #f5f2ed !important; text-transform: none !important; letter-spacing: 0 !important; padding: 0 !important; } .pm-prod-hero-text h1 em { font-style: italic; color: #c9a96e !important; } .pm-prod-hero-desc { font-size: 17px !important; font-weight: 300 !important; color: #8a8a8a !important; line-height: 1.8 !important; margin: 0 0 16px 0 !important; } .pm-prod-hero-sub { font-size: 14px !important; font-weight: 400 !important; color: #c9a96e !important; line-height: 1.6 !important; margin: 0 0 36px 0 !important; font-style: italic; } /* PRICE + BUTTON */ .pm-prod-price-row { display: flex; align-items: center; gap: 20px; margin: 0 0 32px 0 !important; justify-content: center; } .pm-prod-price { font-family: 'Bebas Neue', sans-serif !important; font-size: 42px !important; color: #f5f2ed !important; letter-spacing: 2px; line-height: 1; } .pm-prod-price-note { font-size: 13px !important; color: #8a8a8a !important; font-weight: 300 !important; line-height: 1.4; text-align: left; } /* FEATURES STRIP */ .pm-prod-features { background: #141414 !important; border-top: 1px solid rgba(201,169,110,0.1); border-bottom: 1px solid rgba(201,169,110,0.1); padding: 60px 24px !important; } .pm-prod-features-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; } .pm-prod-feat { display: flex; flex-direction: column; align-items: center; gap: 12px; } .pm-prod-feat-icon { width: 48px; height: 48px; border-radius: 50%; background: rgba(201,169,110,0.08); border: 1px solid rgba(201,169,110,0.15); display: flex; align-items: center; justify-content: center; } .pm-prod-feat-icon svg { width: 22px; height: 22px; stroke: #c9a96e; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .pm-prod-feat-title { font-family: 'Barlow Condensed', sans-serif !important; font-size: 14px !important; font-weight: 600 !important; letter-spacing: 2px; text-transform: uppercase; color: #f5f2ed !important; } .pm-prod-feat-desc { font-size: 13px !important; color: #8a8a8a !important; line-height: 1.6 !important; font-weight: 300 !important; max-width: 200px; } /* WHAT'S INSIDE */ .pm-prod-inside { background: #0a0a0a !important; padding: 100px 24px !important; } .pm-prod-inside-inner { max-width: 900px; margin: 0 auto; text-align: center; } .pm-prod-inside-label { font-size: 11px !important; font-weight: 600 !important; letter-spacing: 4px; text-transform: uppercase; color: #c9a96e !important; margin: 0 0 20px 0 !important; display: block; } .pm-prod-inside-heading { font-family: 'Playfair Display', serif !important; font-size: clamp(28px, 4vw, 44px) !important; font-weight: 600 !important; line-height: 1.2 !important; margin: 0 0 16px 0 !important; color: #f5f2ed !important; text-transform: none !important; } .pm-prod-inside-sub { font-size: 16px !important; color: #8a8a8a !important; font-weight: 300 !important; line-height: 1.8 !important; margin: 0 0 56px 0 !important; max-width: 600px; margin-left: auto !important; margin-right: auto !important; } .pm-prod-ingredients { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; } .pm-prod-ingr { background: #141414 !important; border: 1px solid rgba(201,169,110,0.08); border-radius: 4px; padding: 28px 24px; transition: border-color 0.3s ease; } .pm-prod-ingr:hover { border-color: rgba(201,169,110,0.25); } .pm-prod-ingr-name { font-family: 'Barlow Condensed', sans-serif !important; font-size: 16px !important; font-weight: 600 !important; letter-spacing: 1px; text-transform: uppercase; color: #c9a96e !important; margin: 0 0 4px 0 !important; } .pm-prod-ingr-dose { font-size: 12px !important; color: #666 !important; font-weight: 500 !important; margin: 0 0 10px 0 !important; } .pm-prod-ingr-desc { font-size: 13px !important; color: #8a8a8a !important; line-height: 1.7 !important; font-weight: 300 !important; margin: 0 !important; } /* BOTTOM CTA */ .pm-prod-bottom-cta { background: linear-gradient(180deg, #141414 0%, #0a0a0a 100%) !important; text-align: center !important; padding: 100px 24px !important; border-top: 1px solid rgba(201,169,110,0.1); } .pm-prod-bottom-inner { max-width: 600px; margin: 0 auto; } .pm-prod-bottom-cta h2 { font-family: 'Playfair Display', serif !important; font-size: clamp(28px, 3.5vw, 42px) !important; font-weight: 600 !important; margin: 0 0 16px 0 !important; line-height: 1.2 !important; color: #f5f2ed !important; text-transform: none !important; } .pm-prod-bottom-desc { font-size: 16px !important; color: #8a8a8a !important; margin: 0 0 36px 0 !important; font-weight: 300 !important; line-height: 1.8 !important; } /* ANIMATIONS */ .pm-pfade { opacity: 0; transform: translateY(32px); transition: opacity 0.8s ease, transform 0.8s ease; } .pm-pfade.is-visible { opacity: 1 !important; transform: translateY(0) !important; } /* RESPONSIVE */ @media (max-width: 900px) { .pm-prod-features-inner { grid-template-columns: 1fr 1fr !important; gap: 32px !important; } .pm-prod-ingredients { grid-template-columns: 1fr !important; gap: 16px !important; } .pm-prod-hero-img { max-width: 240px; } } /* Pain Points Section */ .pm-pain-points { display: flex; flex-direction: column; gap: 10px; margin: 20px 0 8px 0; padding: 0; } .pm-pain-point { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #b0a898; line-height: 1.5; } .pm-pain-point-icon { color: #c9a96e; font-size: 16px; flex-shrink: 0; margin-top: 2px; } .pm-pain-point strong { color: #f5f2ed; } .pm-science-badge { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; padding: 6px 14px; border: 1px solid rgba(201,169,110,0.3); border-radius: 20px; font-size: 11px; color: #c9a96e; letter-spacing: 1px; text-transform: uppercase; font-family: 'Barlow Condensed', sans-serif; } /* Bundle Options */ .pm-bundle-options { display: flex; flex-direction: column; gap: 10px; margin: 20px 0 16px 0; width: 100%; } .pm-bundle-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #c9a96e; font-family: 'Barlow Condensed', sans-serif; margin-bottom: 4px; } .pm-bundle-opt { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border: 2px solid rgba(201,169,110,0.2); border-radius: 8px; cursor: pointer; transition: all 0.2s ease; position: relative; } .pm-bundle-opt:hover, .pm-bundle-opt.active { border-color: #c9a96e; background: rgba(201,169,110,0.06); } .pm-bundle-opt.active::after { content: ''; position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 2px solid #c9a96e; border-radius: 8px; pointer-events: none; } .pm-bundle-opt-left { display: flex; align-items: center; gap: 12px; } .pm-bundle-radio { width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(201,169,110,0.4); flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .pm-bundle-opt.active .pm-bundle-radio { border-color: #c9a96e; } .pm-bundle-opt.active .pm-bundle-radio::after { content: ''; width: 10px; height: 10px; border-radius: 50%; background: #c9a96e; display: block; } .pm-bundle-qty { font-size: 15px; font-weight: 600; color: #f5f2ed; } .pm-bundle-qty span { font-size: 12px; color: #b0a898; font-weight: 400; } .pm-bundle-right { text-align: right; } .pm-bundle-price { font-size: 16px; font-weight: 700; color: #f5f2ed; } .pm-bundle-save { font-size: 11px; color: #c9a96e; font-weight: 600; padding: 2px 8px; background: rgba(201,169,110,0.12); border-radius: 4px; margin-top: 2px; display: inline-block; } .pm-bundle-popular { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #c9a96e; color: #0a0a0a; font-size: 10px; font-weight: 700; padding: 2px 12px; border-radius: 10px; text-transform: uppercase; letter-spacing: 1px; font-family: 'Barlow Condensed', sans-serif; } /* Subscribe Options */ .pm-subscribe-options { display: flex; flex-direction: column; gap: 8px; margin: 0 0 16px 0; width: 100%; } .pm-sub-label { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #c9a96e; font-family: 'Barlow Condensed', sans-serif; margin-bottom: 4px; } .pm-sub-opt { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border: 2px solid rgba(201,169,110,0.2); border-radius: 8px; cursor: pointer; transition: all 0.2s ease; } .pm-sub-opt:hover, .pm-sub-opt.active { border-color: #c9a96e; background: rgba(201,169,110,0.06); } .pm-sub-opt-left { display: flex; align-items: center; gap: 10px; } .pm-sub-radio { width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(201,169,110,0.4); flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .pm-sub-opt.active .pm-sub-radio { border-color: #c9a96e; } .pm-sub-opt.active .pm-sub-radio::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #c9a96e; display: block; } .pm-sub-opt-text { font-size: 14px; color: #f5f2ed; } .pm-sub-opt-text small { font-size: 12px; color: #b0a898; display: block; } .pm-sub-opt-price { font-size: 15px; font-weight: 700; color: #f5f2ed; } .pm-sub-save-badge { font-size: 10px; color: #c9a96e; font-weight: 700; padding: 2px 8px; background: rgba(201,169,110,0.12); border-radius: 4px; margin-left: 6px; } Premium Adaptogenic Formula Unlock YourMental Edge ⚡ Brain fog holding you back? KSM-66 Ashwagandha is clinically shown to improve cognitive function and memory by up to 14% in just 8 weeks. 📈 Stress killing your performance? Rhodiola Rosea reduced mental fatigue by 20% in clinical trials under high-stress conditions. 🧠 Afternoon crash derailing your day? L-Theanine + Panax Ginseng deliver smooth, sustained energy without the jitters or crash. Backed by 47+ Peer-Reviewed Studies A precision-dosed adaptogenic formula built with KSM-66® Ashwagandha, Rhodiola Rosea, Panax Ginseng, and L-Theanine for sustained focus, stress resilience, and calm mental clarity. Formulated by people who actually needed it. Choose Your Supply 1 Bottle 30-Day Supply $44.99 2 Bottles 60-Day Supply $39.99/ea Save 11% Most Popular 3 Bottles 90-Day Supply $34.99/ea Save 22% Purchase Type One-Time Purchase $44.99 Subscribe & SaveDelivered every 30 days. Cancel anytime. $38.24 Save 15% $104.97 90-Day SupplyFree Shipping ADD 3 BOTTLES TO CART Fully Transparent Every ingredient and dose listed. No proprietary blends. Science-Backed Clinically studied compounds at effective dosages. No Crash Clean sustained energy. No jitters, no afternoon crash. We Take It Too Founded by users. We don't sell what we wouldn't take. What's Inside Key Ingredients Every compound chosen with intention. Every dose backed by research. Nothing hidden. Ashwagandha KSM-66® 400mg per serving The gold standard adaptogen. Clinically proven to lower cortisol, reduce stress, and sharpen cognitive function. Standardized to 5% withanolides. Holy Basil Extract 250mg per serving Ancient adaptogen that stabilizes mood, fights mental fatigue, and supports a calm, elevated state of focus. Standardized to 2.5% ursolic acid. Rhodiola Rosea 200mg per serving Fights mental fatigue at the source. Helps your brain perform under pressure and recover faster from stress. Standardized to 3% rosavins. Panax Ginseng 200mg per serving Thousands of years of proven use. Boosts sustained mental energy, sharpens focus, and enhances cognitive endurance. Standardized to 5% ginsenosides. Magnesium Glycinate 200mg per serving The most bioavailable form of magnesium. Supports nervous system function, promotes relaxation, and helps your brain recover and restore. L-Theanine 150mg per serving Smooth, calm focus without sedation. Promotes alpha brain waves for a relaxed but alert mental state. 98% purity. Your Move Stop Thinking About It.Start Feeling It. Join the people who decided their mind deserves the same investment as their body. ADD TO CART — $44.99 (function() { /* Guard: only run once */ if (window._pmInitialized) return; window._pmInitialized = true; /* PeakMind Edge - Product Page Logic */ var pmState = { qty: 3, price: 34.99, type: 'onetime', /* onetime or subscribe */ variantId: null }; /* Bundle selection handler */ window.pmSelectBundle = function(el) { document.querySelectorAll('.pm-bundle-opt').forEach(function(e) { e.classList.remove('active'); }); el.classList.add('active'); pmState.qty = parseInt(el.getAttribute('data-qty')); pmState.price = parseFloat(el.getAttribute('data-price')); var note = el.getAttribute('data-note'); updatePriceDisplay(note); }; /* Subscribe selection handler */ window.pmSelectSub = function(el) { document.querySelectorAll('.pm-sub-opt').forEach(function(e) { e.classList.remove('active'); }); el.classList.add('active'); pmState.type = el.getAttribute('data-type'); var activeBundle = document.querySelector('.pm-bundle-opt.active'); var note = activeBundle ? activeBundle.getAttribute('data-note') : '30-Day Supply'; updatePriceDisplay(note); }; /* Update the price display based on current selections */ function updatePriceDisplay(note) { var pricePerBottle = pmState.price; var total = (pricePerBottle * pmState.qty).toFixed(2); var displayPrice = total; if (pmState.type === 'subscribe') { var subPrice = (pricePerBottle * 0.85 * pmState.qty).toFixed(2); displayPrice = subPrice; } var mainPriceEl = document.getElementById('pm-main-price'); var priceNoteEl = document.getElementById('pm-price-note'); if (mainPriceEl) mainPriceEl.textContent = '$' + displayPrice; if (priceNoteEl) priceNoteEl.innerHTML = note + 'Free Shipping'; /* Update one-time price in subscribe section */ var onetimeEl = document.getElementById('pm-onetime-price'); if (onetimeEl) onetimeEl.textContent = '$' + total; /* Update subscribe price */ var subPriceEl = document.getElementById('pm-sub-price'); if (subPriceEl) { var subTotal = (pricePerBottle * 0.85 * pmState.qty).toFixed(2); subPriceEl.textContent = '$' + subTotal; } /* Update Add to Cart button text */ var btn = document.querySelector('.pm-add-to-cart-btn'); if (btn && !btn.disabled) { if (pmState.qty > 1) { btn.textContent = 'ADD ' + pmState.qty + ' BOTTLES TO CART'; } else { btn.textContent = 'ADD TO CART'; } } } /* Get variant ID */ function getVariantId() { if (pmState.variantId) return pmState.variantId; if (window.ShopifyAnalytics && window.ShopifyAnalytics.meta && window.ShopifyAnalytics.meta.selectedVariantId) { pmState.variantId = window.ShopifyAnalytics.meta.selectedVariantId; return pmState.variantId; } var scripts = document.querySelectorAll('script[type="application/ld+json"]'); for (var i = 0; i < scripts.length; i++) { try { var d = JSON.parse(scripts[i].textContent); if (d.variants && d.variants.length) { pmState.variantId = d.variants[0].id; return pmState.variantId; } if (d.product && d.product.variants && d.product.variants.length) { pmState.variantId = d.product.variants[0].id; return pmState.variantId; } } catch(e) {} } var metaVariant = document.querySelector('meta[data-variant-id]'); if (metaVariant) { pmState.variantId = metaVariant.getAttribute('data-variant-id'); return pmState.variantId; } var productForm = document.querySelector('input[name="id"]'); if (productForm) { pmState.variantId = productForm.value; return pmState.variantId; } return null; } /* Initialize Add to Cart buttons */ function initAddToCart() { var btns = document.querySelectorAll('.pm-add-to-cart-btn'); btns.forEach(function(btn) { var originalText = btn.textContent; btn.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); btn.textContent = 'ADDING...'; btn.style.opacity = '0.7'; btn.disabled = true; var vid = getVariantId(); if (!vid) { btn.textContent = 'ERROR - REFRESH'; btn.style.opacity = '1'; btn.disabled = false; return; } var cartItems = []; var properties = {}; if (pmState.type === 'subscribe') { properties['Purchase Type'] = 'Subscribe & Save (15% off)'; properties['Delivery'] = 'Every 30 days'; } if (pmState.qty > 1) { properties['Bundle'] = pmState.qty + '-Bottle Bundle'; } var cartItem = { id: parseInt(vid), quantity: pmState.qty, properties: Object.keys(properties).length > 0 ? properties : undefined }; if (pmState.type === 'subscribe') { cartItem.selling_plan = 1507819729; } cartItems.push(cartItem); fetch('/cart/add.js', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ items: cartItems }) }) .then(function(response) { return response.json(); }) .then(function(data) { btn.textContent = 'ADDED! \u2713'; btn.style.opacity = '1'; btn.style.background = '#2d6b4f'; /* Update cart count */ var cartCounts = document.querySelectorAll('.cart-count, .cart-count-bubble span, [data-cart-count], .js-cart-count'); cartCounts.forEach(function(c) { var current = parseInt(c.textContent) || 0; c.textContent = current + pmState.qty; }); setTimeout(function() { btn.style.background = ''; if (pmState.qty > 1) { btn.textContent = 'ADD ' + pmState.qty + ' BOTTLES TO CART'; } else { btn.textContent = 'ADD TO CART'; } btn.disabled = false; }, 2000); }) .catch(function(err) { btn.textContent = 'ERROR - TRY AGAIN'; btn.style.opacity = '1'; btn.disabled = false; setTimeout(function() { if (pmState.qty > 1) { btn.textContent = 'ADD ' + pmState.qty + ' BOTTLES TO CART'; } else { btn.textContent = 'ADD TO CART'; } }, 2000); }); }); }); } /* Initialize price display */ function initPriceDisplay() { var activeBundle = document.querySelector('.pm-bundle-opt.active'); if (activeBundle) { pmState.qty = parseInt(activeBundle.getAttribute('data-qty')); pmState.price = parseFloat(activeBundle.getAttribute('data-price')); var note = activeBundle.getAttribute('data-note'); updatePriceDisplay(note); } } /* Fade-in animation */ function initFadeIn() { setTimeout(function() { var hero = document.querySelector('.pm-prod-hero .pm-pfade'); if (hero) hero.classList.add('is-visible'); }, 200); } /* Run initialization */ if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', function() { initAddToCart(); initPriceDisplay(); initFadeIn(); }); } else { initAddToCart(); initPriceDisplay(); initFadeIn(); } })();