ULTRA 360 Men's Max Multivitamin

$39.99
1519 sold
Size : 90
Quantity
  • Description
  • Label Directions
  • Supplement Facts
  • How It Works

Max for Men Daily Multivitamin

 

Meet your go anywhere, do anything, get the max out of life, men’s daily multivitamin. High B-Complex supercharges your metabolism and boosts energy production.*

 

B vitamins, saw palmetto and pumpkin seed for power, stamina and sexual wellbeing to blast through your goals.*

 

Benefits

  • Complete nutrition*
  • Energy and metabolism support*
  • Aids in sexual health*
  • Supports mental focus

 

Specifications

  • High potency
  • Non-GMO
  • Gluten Free
  • Made in the USA with domestic and imported ingredients
  • Contains No artificial color, artificial flavor, added sweetener, preservatives, milk, soy, lactose, wheat, fish, sodium, gluten, eggs, gelatin, or yeast

Key Ingredients

B-Complex 

B vitamins are essential for our bodies to make Adenosine Triphosphate (ATP) which comes from the breakdown of sugar and converts food into natural cellular energy.* 

 

Saw Palmetto 

Saw Palmetto contains phytochemicals, polysaccharides, fatty acids, and sterols and has been traditionally used to help support a man’s prostate and maintain normal urinary flow and frequency.* 

 

Pumpkin Seed Oil 

Pumpkin seed oil contains vitamins and anti-inflammatory properties to aid in urinary tract health.*  

How it Works 

The ULTRA 360 Max Multivitamin for Men is specifically formulated to go beyond meeting your basic nutritional needs. The key nutrients for men are chosen specifically to support powerful athletic performance, stamina, and sexual wellbeing.*

WARNING: This product is intended for use by men and is not intended for use by women. If you are taking any medications, planning any medical or surgical procedure or have any medical condition, consult your doctor before use. Discontinue use and consult your doctor if any adverse reactions occur. Not intended for use by persons under the age of 18. Keep out of reach of children.

WARNING: Consuming this product can expose you to chemicals including lead, which are known to the State of California to cause cancer and birth defects or other reproductive harm. For more information go to www.P65Warnings.ca.gov/food.

*These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure or prevent any disease.

For adult men, take 2 caplets daily with a meal.
Vitamin A(as Beta Carotene)1,667 mcg RAE 185%
Vitamin C(as Ascorbic acid)500 mg 556%
Vitamin D3(as Cholecalciferol)50 mcg (2,000 IU) 250%
Vitamin E(as d-alpha-tocopheryl acetate)20 mg (30 IU) 133%
Vitamin K1(as Phytonadione)75 mcg 63%
Thiamine (B1)(as Thiamine Mononitrate)75 mg 6250%
Riboflavin75 mg 5769%
Niacin(as Niacinamide)75 mg 469%
Vitamin B6(as Pyridoxine HCl)75 mg 4412%
Folate667 mcg DFE (400 mcg Folic Acid) 167%
Viatmin B12(as Cyanocobalamin)100 mcg 4167%
Biotin5,000 mcg 16667%
Pantothenic Acid(as d-Calcium Pantothenate)75 mg 1500%
Choline(as Choline Bitartrate)4 mg <1%
Calcium(as Calcium Carbonate, Calcium Citrate)100 mg 8%
Iodine(as Potassium Iodide)150 mcg 100%
Magnesium(as Magnesium Oxide)50 mg 12%
Zinc(as Zinc Oxide)15 mg 136%
Selenium(as Sodium Selenate)200 mcg 364%
Copper(as Copper Oxide)2 mg 222%
Managanese(as Manganese Gluconate)2 mg 87%
Chromium(as Chromium Picolinate)200 mcg 571%
Molybdenum(as Sodium Molybdate)72 mcg 160%
Potassium(as Potassium Chloride)30 mg <1%
Inositol10 mg **
Alpha Lipoic Acid100 mg **
L-Arginine HCl50 mg **
L-Cysteine HCl50 mg **
Acetyl-L-Carnitine HCl50 mg **
Saw Palmetto (fruit)50 mg **
Pumpkin Seed30 mg **
Resveratrol(50% Trans-Resveratrol)25 mg **
Citrus Bioflavonoids25 mg **
Grape Seed 4:1 Extract25 mg **
Green Tea Leaf Extract (50% EGCG)10 mg **
Bilberry 4:1 Extract (fruit)6 mg **
Alfalfa (Aerial)5 mg **
Lycopene1 mg **
Lutein2 mg **

The ULTRA 360 Max Multivitamin for Men is specifically formulated to go beyond meeting your basic nutritional needs. The key nutrients for men are chosen specifically to support powerful athletic performance, stamina, and sexual wellbeing.*

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.