www.vitalchoice.com Open in urlscan Pro
13.93.156.44  Public Scan

Submitted URL: http://vitalchoice.com/
Effective URL: https://www.vitalchoice.com/
Submission Tags: tranco_l324
Submission: On November 20 via api from DE — Scanned from DE

Form analysis 4 forms found in the DOM

<form id="mainForm_mobile" class="mainForm form-cart margin-top-medium" role="form" novalidate="novalidate" data-bind="event: {submit: preventDefault}">
  <div class="form-control-important-info" data-bind="visible: Model.AutoShip" style="display: none;"> Your cart contains AutoDelivery product. Other products cannot be added to the cart until you submit your order. If you don't want it, just remove
    it from cart and then you will be able add other products to cart again </div>
  <div class="form-control-important-info" data-bind="visible: Model.SubscriptionBox" style="display: none;"> Your cart contains Subscription-Box product. Other products cannot be added to the cart until you submit your order. If you don't want it,
    just remove it from cart and then you will be able add other products to cart again </div>
  <div class="empty-cart-text" style="display: none;" data-bind="visible: Model.Skus &amp;&amp; Model.Skus().length == 0"> No Items Added </div>
  <div class="cart-items-list" style="display: none;" data-bind="visible: options.perishableSkuExist">
    <div class="title-list"> Frozen </div>
    <!-- ko if: Model.TopGlobalMessage -->
    <div class="form-control-important-info" data-bind="css: { 'input-validation-error' : options.submitErrorTopGlobalMessage }, if: Model.TopGlobalMessage">
      <span class="topGlobalMessage" tabindex="0">
        <span class="custom-field-validation-warning" data-bind="text: 'Warning!',
										css: { 'custom-field-validation-error' : options.submitErrorTopGlobalMessage }
										">
        </span>&nbsp; <span data-bind="text: Model.TopGlobalMessage">
        </span>
      </span>
      <!-- ko if: Model.ProductsPerishableThresholdIssue --> &nbsp; <a class="continue-shopping" href="/">Continue shopping &gt;</a>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <div data-bind="foreach: Model.Skus">
      <!-- ko if: Perishable()  -->
      <div class="cart-item-container">
        <div class="product-image-link">
          <a target="_blank" data-bind="attr: { href: ProductPageUrl, title: $parent.formatDisplayName($data) }">
                    <div class="image-wrapper">
                    	<div class="image-container">
                            <img data-bind="attr: { src: IconUrl, title: $parent.formatDisplayName($data) }" alt="Product">
                        </div>
                    </div>
                </a>
        </div>
        <div class="cart-line-info">
          <a target="_blank" class="cart-text-link" data-bind="attr: { href: ProductPageUrl,
                                           					title: $parent.formatDisplayName($data),
                                           					id: 'product_' + $index() }">
                    <div class="title" data-bind="text: DisplayName"></div>
                    <div class="subtitle">
                        <span data-bind="text: SubTitle"></span>
                        <span data-bind="text: ' (' + PortionsCount() + ')'"></span>
                    </div>
                </a>
          <div class="cart-sku-code">
            <span data-bind="text: '(' + Code() + ')', visible: Code"></span>
            <span class="italic" data-bind="visible: InStock()"> - In Stock Ready to Ship</span>
          </div>
          <div data-bind="foreach: Errors">
            <div class="field-validation-error no-space" data-bind="text: $data"></div>
          </div>
          <div data-bind="foreach: Warnings">
            <div class="field-validation-warning no-space" data-bind="text: $data"></div>
          </div>
          <div data-bind="foreach: Infos">
            <div class="field-validation-info no-space" data-bind="text: $data"></div>
          </div>
        </div>
        <div class="quantity-price-container">
          <div class="input-group qty">
            <div class="input-group-prepend">
              <button class="btn custom-btn-outline-secondary" type="button" data-bind="click: $parent.minusQty, enable: Quantity() > 0" aria-label="Minus quantity">
                <i class="fas" data-bind="css: {'fa-minus': Quantity() <= 0 || Quantity() > 1, 'fa-trash-alt': Quantity() === 1 }" aria-hidden="true"></i>
              </button>
            </div>
            <input class="form-control" type="text" aria-label="Quantity" data-bind="positiveIntegers, value: Quantity, attr: { name: 'Skus.i' + $index()+ '.Quantity',
                                                        id: 'Skus.i' + $index()+ '.Quantity',
                                                        'aria-labelledby': 'product_' + $index() + ' item-quantity'}" data-val-range="Error: Quantity must be greater than zero" data-val-range-max="1000" data-val-range-min="1"
              data-val-regex="Error: Quantity must be whole number" data-val-regex-pattern="-?\d+" data-val-required="Error: The Quantity field is required.">
            <div class="input-group-append">
              <button class="btn custom-btn-outline-secondary" type="button" data-bind="click: $parent.plusQty" aria-label="Plus quantity">
                <i class="fas fa-plus" aria-hidden="true"></i>
              </button>
            </div>
          </div>
          <div class="price" data-bind="text: formatCurrency(SubTotal())"></div>
          <div class="amount"> (<span data-bind="text: formatCurrency(Price())"></span> each) </div>
        </div>
      </div>
      <!-- /ko -->
    </div>
    <div data-bind="visible: Model.ShippingUpgradePOptions &amp;&amp; Model.ShippingUpgradePOptions() != null &amp;&amp; Model.ShippingUpgradePOptions().length > 0" class="shipping-upgrade-options">
      <i class="fas fa-truck icon"></i>
      <div class="info-text" id="slUpgradeOptionLabel_mobile">Upgraded Frozen Shipping Option</div>
      <button class="reset tooltip-v" type="button" aria-label="Upgraded Frozen Shipping Option" data-bind="tooltip: {placement: 'top', title: 'Would you like to receive your perishable order faster? Upgrade to Overnight Delivery.'}">
        <i class="fas fa-question-circle" aria-hidden="true"></i>
      </button>
      <div class="form-group">
        <div class="custom-select-form-control">
          <select name="UpgradeOption" class="form-control" data-bind="options: Model.ShippingUpgradePOptions,
												optionsText: &quot;Text&quot;,
												optionsValue: &quot;Key&quot;,
												value: Model.ShippingUpgradeP,
												" aria-labelledby="slUpgradeOptionLabel_mobile">
          </select>
        </div>
      </div>
    </div>
  </div>
  <div class="cart-items-list" style="display: none;" data-bind="visible: options.nonPerishableSkuExist">
    <div class="title-list"> Non-Frozen </div>
    <div data-bind="foreach: Model.Skus">
      <!-- ko if: !Perishable()-->
      <div class="cart-item-container">
        <div class="product-image-link">
          <a target="_blank" data-bind="attr: { href: ProductPageUrl, title: $parent.formatDisplayName($data) }">
                    <div class="image-wrapper">
                	    <div class="image-container">
                            <img data-bind="attr: { src: IconUrl, title: $parent.formatDisplayName($data) }" alt="Product">
                    	</div>
                    </div>
                </a>
        </div>
        <div class="cart-line-info">
          <a target="_blank" class="cart-text-link" data-bind="attr: { href: ProductPageUrl,
	                                                        title: $parent.formatDisplayName($data),
	                                                        id: 'product_' + $index() }">
                    <div class="title" data-bind="text: DisplayName"></div>
                    <div class="subtitle">
                        <span data-bind="text: SubTitle"></span>
                        <span data-bind="text: ' (' + PortionsCount() + ')'"></span>
                    </div>
                </a>
          <div class="cart-sku-code">
            <span data-bind="text: '(' + Code() + ')', visible: Code"></span>
            <span class="italic" data-bind="visible: InStock()"> - In Stock Ready to Ship</span>
          </div>
          <div data-bind="foreach: Errors">
            <div class="field-validation-error no-space" data-bind="text: $data"></div>
          </div>
          <div data-bind="foreach: Warnings">
            <div class="field-validation-warning no-space" data-bind="text: $data"></div>
          </div>
          <div data-bind="foreach: Infos">
            <div class="field-validation-info no-space" data-bind="text: $data"></div>
          </div>
        </div>
        <div class="quantity-price-container">
          <div class="input-group qty">
            <div class="input-group-prepend">
              <button class="btn custom-btn-outline-secondary" type="button" data-bind="click: $parent.minusQty, enable: Quantity() > 0" aria-label="Minus quantity">
                <i class="fas" data-bind="css: {'fa-minus': Quantity() <= 0 || Quantity() > 1, 'fa-trash-alt': Quantity() === 1 }" aria-hidden="true"></i>
              </button>
            </div>
            <input class="form-control" type="text" aria-label="Quantity" data-bind="positiveIntegers,value: Quantity, attr: { name: 'skus.i' + $index()+ '.Quantity',
	                                                    id: 'Skus.i' + $index()+ '.Quantity',
	                                                    'aria-labelledby': 'product_' + $index() + ' item-quantity'}" data-val-range="Error: Quantity must be greater than zero" data-val-range-max="1000" data-val-range-min="0"
              data-val-regex="Error: Quantity must be whole number" data-val-regex-pattern="^(\d){1,3}" data-val-required="Error: The Quantity field is required.">
            <div class="input-group-append">
              <button class="btn custom-btn-outline-secondary" type="button" data-bind="click: $parent.plusQty" aria-label="Plus quantity">
                <i class="fas fa-plus" aria-hidden="true"></i>
              </button>
            </div>
          </div>
          <div class="price" data-bind="text: formatCurrency(SubTotal())"></div>
          <div class="amount"> (<span data-bind="text: formatCurrency(Price())"></span> each) </div>
        </div>
      </div>
      <!-- /ko -->
    </div>
    <div data-bind="visible: Model.ShippingUpgradeNPOptions &amp;&amp; Model.ShippingUpgradeNPOptions() != null &amp;&amp; Model.ShippingUpgradeNPOptions().length > 0" class="shipping-upgrade-options">
      <i class="fas fa-truck icon"></i>
      <div class="info-text" id="slNpUpgradeOptionLabel_mobile">Upgraded Non-Frozen Shipping Option</div>
      <button class="reset tooltip-v" type="button" aria-label="Upgraded Non-Frozen Shipping Option"
        data-bind="tooltip: {placement: 'top', title: 'Would you like to receive your non-perishable order faster? Upgrade to 2nd Day Air or Overnight Delivery.'}">
        <i class="fas fa-question-circle" aria-hidden="true"></i>
      </button>
      <div class="form-group">
        <div class="custom-select-form-control">
          <select name="NpUpgradeOption" class="form-control" data-bind="options: Model.ShippingUpgradeNPOptions,
                 								optionsText: 'Text',
                								optionsValue: 'Key',
                								value: Model.ShippingUpgradeNP,
												" aria-labelledby="slNpUpgradeOptionLabel_mobile">
          </select>
        </div>
      </div>
    </div>
  </div>
  <div class="cart-items-list" style="display: none;" data-bind="visible: Model.PromoSkus &amp;&amp; Model.PromoSkus() != null &amp;&amp; Model.PromoSkus().length > 0">
    <div class="title-list"> Promo Products </div>
    <div data-bind="foreach: Model.PromoSkus">
      <div class="cart-item-container">
        <div class="product-image-link">
          <a target="_blank" data-bind="attr: { href: ProductPageUrl, title: $parent.formatDisplayName($data) }">
                    <div class="image-wrapper">
                    	<div class="image-container">
                            <img data-bind="attr: { src: IconUrl, title: $parent.formatDisplayName($data) }" alt="Product">
                        </div>
                    </div>
                </a>
        </div>
        <div class="cart-line-info">
          <a target="_blank" class="cart-text-link" data-bind="attr: { href: ProductPageUrl, title: $parent.formatDisplayName($data)}">
                    <div class="title" data-bind="text: DisplayName"></div>
                    <div class="subtitle">
                        <span data-bind="text: SubTitle"></span>
                        <span data-bind="text: ' (' + PortionsCount() + ')'"></span>
                    </div>
                </a>
          <div class="cart-sku-code">
            <span data-bind="text: '(' + Code() + ')', visible: Code"></span> - <span class="italic" data-bind="visible: InStock()"> In Stock Ready to Ship</span>
          </div>
          <div data-bind="foreach: Errors">
            <div class="field-validation-error no-space" data-bind="text: $data"></div>
          </div>
          <div data-bind="foreach: Warnings">
            <div class="field-validation-warning no-space" data-bind="text: $data"></div>
          </div>
          <div data-bind="foreach: Infos">
            <div class="field-validation-info no-space" data-bind="text: $data"></div>
          </div>
        </div>
        <div class="quantity-price-container">
          <div class="input-group qty">
            <div class="input-group-prepend">
              <button class="btn custom-btn-outline-secondary" type="button" disabled="" aria-label="Minus quantity">
              </button>
            </div>
            <input class="form-control" type="text" aria-label="Quantity" disabled="" data-bind="positiveIntegers, value: Quantity, attr: { name: 'skus.i' + $index()+ '.Quantity',
                                                        id: 'Skus.i' + $index()+ '.Quantity',
                                                        'aria-labelledby': 'product_' + $index() + ' item-quantity'}" data-val-range="Error: Quantity must be greater than zero" data-val-range-max="1000" data-val-range-min="1"
              data-val-regex="Error: Quantity must be whole number" data-val-regex-pattern="-?\d+" data-val-required="Error: The Quantity field is required.">
            <div class="input-group-append">
              <button class="btn custom-btn-outline-secondary" type="button" disabled="" aria-label="Plus quantity">
              </button>
            </div>
          </div>
          <div class="price" data-bind="text: formatCurrency(SubTotal())"></div>
          <div class="amount"> (<span data-bind="text: formatCurrency(Price())"></span> each) </div>
        </div>
      </div>
    </div>
  </div>
</form>

GET https://products.vitalchoice.com/search

<form action="https://products.vitalchoice.com/search" method="get" onsubmit="return ajaxsearchsubmit(this)" id="search-area-form">
  <div class="input-group">
    <input type="search" id="sliSearchInput" name="w" class="form-control" value="What can we help you find?" onfocus="this.value=''" onclick="this.value = ( this.value == this.defaultValue ) ? '' : this.value;return true;" autocomplete="off"
      data-provide="rac" aria-label="Search Text" data-rac-loaded="true"><input type="search" class="suggested-word" style="display: none" disabled="">
    <div class="input-group-append">
      <button class="btn custom-btn-secondary btn-search" aria-label="Search">
        <i class="fas fa-search" aria-hidden="true"></i>
      </button>
    </div>
  </div>
</form>

GET https://products.vitalchoice.com/search

<form action="https://products.vitalchoice.com/search" method="get" onsubmit="return ajaxsearchsubmit(this)" id="mobile-search-area-form">
  <span class="search-icon" aria-hidden="true">
    <img width="22" height="15" src="/assets/images/static/search-icon.svg" alt="">
  </span>
  <input type="search" id="mobile-sliSearchInput" name="w" class="form-control" value="What can we help you find?" onfocus="this.value=''" onclick="this.value = ( this.value == this.defaultValue ) ? '' : this.value;return true;" autocomplete="off"
    data-provide="rac" aria-label="Search Text" data-rac-loaded="true">
</form>

Name: subscribePOST /Help/SubscribeVendorFormReplacement

<form class="subscribe-form" method="post" name="subscribe" onsubmit="return validateEmailWithFormToSubscribe(event)" action="/Help/SubscribeVendorFormReplacement" novalidate="">
  <input type="hidden" name="source" value="layoutFooter">
  <input type="email" name="email" placeholder="Enter email here" class="subscribe-form-email" aria-labelledby="subscribe-label">
  <button type="submit" aria-label="Send" class="subscribe-form-submit btn custom-btn-danger">
    <i class="las la-arrow-right la-2x" aria-hidden="true"></i>
  </button>
  <p class="subscribe-form-error error" style="display: none;">Error: Please enter a valid email address</p>
</form>

Text Content

Skip to Main Content


Close Back
Free shipping on orders over $99+
THANKSGIVING SHIPPING:
Order Frozen Goods by 11/21 (10AM PST) using standard shipping for delivery by
11/24.
— See All Holiday Shipping Guidelines —
 * Your Account
 * Log In

 * Wild Salmon
 * White Fish
 * ShellFish
 * Canned & Pouched
 * Premium Proteins
 * Marine Supplements
 * Organic Food & Seasonings
 * Special Offers / Value Picks
 * Vital Box
 * New Products
 * Top Sellers
 * Gluten Free
 * Samplers
 * Gift Cards
 * Holiday Gifting
 * Holiday Recipes
 * Cookbooks & Cooking Accessories

 * Wild Salmon
 * Wild Sockeye Salmon
 * Wild Pacific King Salmon
 * Wild Alaskan Silver (Coho) Salmon
 * Smoked Salmon & Nova Lox
 * Wild Salmon Roe (Ikura)
 * Canned & Pouched Salmon
 * Salmon Sausage, Bacon, Burgers & "Dogs"
 * Salmon Jerky Strips
 * Wild Alaskan Arctic Keta Salmon
 * Wild Salmon Samplers
 * Seared Sockeye Salmon (Tataki)
 * Hot-Smoked Sockeye Salmon
 * Copper River Salmon

 * White Fish
 * Wild Alaskan Halibut
 * Wild Alaskan Cod
 * Wild-Caught Chilean Sea Bass
 * Wild Alaskan Sablefish (Black Cod)
 * Wild Tuna
 * Wild Mahi Mahi
 * Wild Pacific Lingcod
 * Wild Atlantic Haddock
 * Wild Petrale Sole
 * White Fish Samplers

 * ShellFish
 * Wild Shrimp & Spot Prawns
 * Wild Crab
 * Live Shellfish - Mussels, Clams, Oysters
 * Wild Maine Lobster
 * Wild Sea Scallops
 * Wild Atlantic Calamari

 * Canned & Pouched
 * Wild Salmon
 * Tuna
 * Pouched Salmon & Tuna
 * Canned Wild Portuguese Sardines
 * Canned Wild Pacific Dungeness Crab
 * Smoked Mussels
 * Canned Wild Portuguese Mackerel
 * Canned Seafood Samplers
 * Tiny Pink Shrimp
 * Wild Pink Salmon
 * Heat & Eat Seafood Soups
 * Anchovies

 * Premium Proteins
 * Grass Fed Beef
 * Grass-Fed Bison
 * Pasture-Raised Pork
 * Bone Broths: Chicken, Beef, Fish
 * Burgers & Hotdogs: Fish and Meat

 * Marine Supplements
 * Omega-3 Supplements
 * Vitamin D3
 * Liquid Fish Oils
 * Shop by Support
 * Omega-3 Index Home Tests

 * Organic Food & Seasonings
 * Soups, Broths & Chowders
 * Flash Frozen Berries
 * Super-Antioxidant Trail Mix
 * Oils & Vinegars
 * Organic Rubs, Marinades & Seasoning
 * Chocolate
 * Wild Kelp Cubes, Salsa & Seaweed

 * Need Help?
 * Customer Service
 * Request a Catalog
 * Loyalty Program
 * Returns & Exchanges
 * Shipping Information
 * Accessibility

 * Our Company
 * About Us
 * Guarantee
 * Testimonials
 * Purity Standards
 * Sustainability
 * VitalGreen
 * News Room
 * Giving Back
 * Privacy Policy
 * California Privacy Policy
 * Do Not Sell My Information
 * Careers

 * Programs
 * Corporate & Bulk Orders
 * Affiliate Accounts
 * Wholesale Accounts
 * Vital Rewards

 * Learn
 * FAQs
 * Recipes
 * Seafood Cooking Tips
 * Newsletter Archive
 * Healthy Mom & Baby
 * Seafood Health Benefits
 * Omega-3 Facts & Sources

 * Contact Us
 * Need Help?
 * Our Company
 * Programs
 * Learn

 * Call Anytime 800.608.4825

Close


YOUR SHOPPING CART

Your cart contains AutoDelivery product. Other products cannot be added to the
cart until you submit your order. If you don't want it, just remove it from cart
and then you will be able add other products to cart again
Your cart contains Subscription-Box product. Other products cannot be added to
the cart until you submit your order. If you don't want it, just remove it from
cart and then you will be able add other products to cart again
No Items Added
Frozen
    Continue shopping >
- In Stock Ready to Ship



( each)
Upgraded Frozen Shipping Option

Non-Frozen
- In Stock Ready to Ship



( each)
Upgraded Non-Frozen Shipping Option

Promo Products
- In Stock Ready to Ship



( each)


YOUR ORDER SUMMARY

Continue shopping >
Subtotal
Total Discounts
Shipping Estimate
You are only from free shipping
Tax Total
Gift Certificates Applied
Estimated Total
Warning! There are some problems with your order. Please review and correct the
errors before proceeding to checkout.
CHECKOUT NOW Go to your cart
Need some assistance?
Talk to customer service: Call 800-608-4825
Chat with representative: Live chat
View our shipping policies
Information about international orders
View our return policy
Free shipping on orders over $99
THANKSGIVING SHIPPING:
Order Frozen Goods by 11/21 (10AM PST) using standard shipping for delivery by
11/24.
— See All Holiday Shipping Guidelines —
Your Account Register Contact Us 0 Item(s) CHECKOUT
0
 * Shop All Products
   WILD FISH
    * Salmon
    * Halibut
    * Tuna- Ahi & Albacore
    * Cod
    * Chilean Sea Bass
    * Mahi Mahi
    * Lingcod
    * Sablefish
    * Haddock
    * Petrale Sole
    * Salmon Roe / Ikura / Caviar
    * Smoked Salmon & Nova Lox
    * Poke and Tataki
    * Sausage, Dogs, Burgers & Bacon
    * Wild Salmon Jerky
    * Wild Salmon Pet Treats
   
   SHELLFISH
    * Scallops
    * Clams, Oysters & Mussels
    * Wild Shrimp & Spot Prawns
    * Crab
    * Lobster
    * Calamari
    * See All
   
   SUBSCRIPTION BOX
    * Vital Box
   
   CANNED AND POUCHED
    * Salmon
    * Sardines
    * Anchovies
    * Tuna
    * Shrimp
    * Crab
    * Mackerel
    * Mussels
    * Canned Samplers
    * See All
   
   PREMIUM PROTEINS
    * Grass Fed Beef
    * Grass-Fed Bison
    * Pasture-Raised Pork
    * Bone Broths: Chicken, Beef, Fish
    * Burgers & Hotdogs: Fish and Meat
   
   SAMPLERS & GIFT CARDS
    * Samplers
    * Gift Cards
   
   MARINE SUPPLEMENTS
    * Immunity Support
    * Omega-3s
    * Vitamin D3
    * Liquid Fish Oils
    * Brain Health
    * Heart Health
    * Inflammation Support
    * Joint Health
    * Omega-3 Index Home Tests
    * Shop by Health Support
    * See All Supplements
   
   ORGANIC FOOD & SEASONING
    * Soups, Broths & Chowders
    * Organic Hot Sauce, Marinades & Seasoning
    * Flash Frozen Berries
    * Super-Antioxidant Trail Mix
    * Oils & Vinegars
    * Chocolate
    * Wild Kelp Cubes, Salsa & Seaweed
    * See All
   
   COOK'S TOOLS & HEALTH BOOKS
    * Cook's Tools & Health Books
    * Grilling Accessories
   
   SPECIAL OFFERS / VALUE PICKS
   NEW PRODUCTS
   TOP SELLERS
   SAMPLERS
   HOLIDAY GIFTING
   HOLIDAY RECIPES
 * Vital Box
 * About
   WHO WE ARE: OUR STORY
    * About Vital Choice
    * Our Mission
    * Customer & Expert Reviews
    * The Origins of Vital Choice
   
   WHY WE ARE DIFFERENT
    * Vital Rewards Loyalty Program
    * Vital Green™ Eco Programs
    * Sustainable Seafood
   
   WHAT WE BELIEVE
    * Vital Ideals: A Letter from Randy Hartnell
    * Randy's Podcasts
    * Giving Back
   
   
 * Learn
   RECOMMENDED READING
    * Newsletter Sign-up
    * Newsletter Articles Archive
    * Download "Salmon Says",
      a book by Dr. William Sears
   
   HEALTH & NUTRITION
    * Take the Vital Omega-3/6 Test™
    * Omega-3 Facts
    * Seafood Benefits
    * Omega 3/6 Balance
    * Healthy Mom & Baby
   
   ABOUT VITAL CHOICE PRODUCTS
    * How to Prepare Seafood
    * Kosher & Organic Certification
    * The Flash-Frozen Advantage
    * Seafood Purity & Safety
    * About Wild Salmon: The Basics
   
   
 * Cook
   ALL RECIPES
    * Salmon
    * White Fish: Halibut, Cod, Sole and more
    * Shellfish
    * Grass Fed Beef
    * Chicken
    * See All Recipes
   
   CHEF RECIPE VIDEOS
    * Becky Selengut
    * Myra Kornfeld
    * Rebecca Katz
   
   SEAFOOD HOW-TO VIDEOS
    * How to Broil Salmon
    * How to Sauté Salmon
    * How to Clean Spot Prawns
    * See All Videos
   
   PREPARING SALMON & SEAFOOD
   OUR FAVORITE GRILLING RECIPES
   

Call Anytime 800.608.4825
THANKSGIVING SHIPPING:
Order Frozen Goods by 11/21 (10AM PST) using standard shipping for delivery by
11/24.
— See All Holiday Shipping Guidelines —
2021 HOLIDAY
Gift Cards
Make Every Gift Unique with Our Vital Choice
Gift Cards
GIFT SOMEONE

2021 HOLIDAY
DELICIOUS WILD
SEAFOOD

Elevate Your Holiday Menus
SHOP NOW

FEED THEM WELL
HEALTHY &
HEARTY SOUPS
Our seafood soups are fast, easy and seriously delicious. Ready in 4 minutes or
less.
SHOP NOW


2021 HOLIDAY
Gift Cards
Make Every Gift Unique with Our Vital Choice
Gift Cards
GIFT SOMEONE

2021 HOLIDAY
DELICIOUS WILD
SEAFOOD

Elevate Your Holiday Menus
SHOP NOW


Join and Earn Rewards Points on Every Purchase
The Ultimate Gift for Your Favorite Seafoodie
SHOP NOW WHILE SUPPLIES LAST



SEND OUR
SEAFOOD
TO SOMEONE
YOU LOVE

We’ve curated a stellar
selection of seafood
that makes giving as
fun as receiving!
SHOP GIFTS

DELICIOUS EASY RECIPES FOR
FESTIVE FAMILY GATHERINGS

GET COOKING



REEFNET WILD PINK SALMON

Sustainably caught using reefnetting methods
developed by Northwest natives.
LIMITED TIME OFFER


CUSTOMER FAVORITES IN STOCK

Canned Seafood Sampler
9-can variety pack
SHOP NOW
Salmon Sampler & Grill Fixin's
salmon + seasoning + grill planks
SHOP NOW
Wild Albacore Tuna Natural Pk
6 oz cans, nothing added
SHOP NOW
Ikura Pink Salmon Caviar (Roe)
17 oz resealable tray
SHOP NOW
Wild Salmon Dog Treats
3oz pouch, freeze-dried, single ingredient
SHOP NOW
Limited Edition Holiday Box 2021
our seasonal gift box
SHOP NOW
Wild Alaskan Sockeye Salmon
6 oz portions, skinless/boneless
SHOP NOW
Wild Alaskan Halibut
6 oz portions, skinless/boneless
SHOP NOW
Wild Pacific Spot Prawns
12 oz tub, shell-on
SHOP NOW
Ahi Tuna Poke Kit
Tuna & seasoning: 4 servings in 1lb bag
SHOP NOW
Explore Wild
A mid-level sampler
SHOP NOW
Wild Seafood Soups Sampler
Four 9 oz pouches, heat & eat
SHOP NOW
Wild-Caught Chilean Sea Bass
4 oz portions, skinless/boneless
SHOP NOW
Wild Alaskan Sockeye Salmon
7.5 oz cans, edible skin and bones
SHOP NOW
Wild Salmon Sampler
3-fish combo
SHOP NOW
Wild Albacore Tuna
6 oz pouch, no added salt
SHOP NOW
Daily Immune Support Packs
Omega-3s + Vitamin D3 + Curcumin
SHOP NOW
Wild Pacific King Salmon
6 oz portions, skinless/boneless
SHOP NOW
Wild Alaskan Sockeye Salmon
6 oz cans, skinless/boneless
SHOP NOW
Ahi Tuna Saku
8 oz. block, sashimi-grade yellowfin
SHOP NOW
Wild Albacore Tuna
3.75 oz cans, in organic EV olive oil
SHOP NOW
Wild Alaskan Cod
4 oz portions, skinless/boneless
SHOP NOW
Smoked Salmon Chowder
9 oz pouch, heat & eat
SHOP NOW
Sockeye & Halibut Duo
6 oz portions, 50/50 combo
SHOP NOW
Wild Skipjack Tuna in Olive Oil
5.8 oz, easy-open cans
SHOP NOW
Wild Patagonian Scallops
1 lb, individually quick-frozen, 80-120 ct
SHOP NOW
Wild Mahi Mahi
5.5 oz avg. portions, skinless/boneless
SHOP NOW
Wild Alaskan Cod
6 oz portions, skinless/boneless
SHOP NOW
Wild Alaskan Sockeye Salmon
6 oz portions, skin-on/boneless
SHOP NOW
Sockeye Nova Lox
4 oz pkg, sliced, vacuum sealed
SHOP NOW
Wild Pacific King Salmon
6 oz portions, skin-on/boneless
SHOP NOW
Smoked Wild King Salmon Duo
smoked salmon & salmon candy
SHOP NOW
Smoked Wild Sockeye Sampler
Featuring 4 Smoked Varieties
SHOP NOW
Omega-3 Therapy + Vitamin D3
850mg softgels, high potency, 180 ct
SHOP NOW
Wild Sockeye Salmon Oil
1000mg softgels w/lemon, 180 ct
SHOP NOW
Wild Alaskan Silver Salmon
(Coho) Boneless/Skin-On Portions - 6 oz
SHOP NOW
Wild Skipjack Tuna, Nothing Added
5.8 oz, easy-open cans
SHOP NOW
Wild Portuguese Sardines EVOO
4.4 oz tins, in organic EV olive oil
SHOP NOW
Wild Antarctic Krill Oil
1000mg softgels, 60 ct
SHOP NOW
Petite Salmon Burgers
4 oz patties, gluten free
SHOP NOW
Organic Dark Chocolate
2 oz bars, 80% cacao
SHOP NOW
Ikura Keta Salmon Caviar (Roe)
6 oz jar
SHOP NOW
Albacore Tuna Medallions
6 oz pkg contains 3-5 medallions
SHOP NOW
Ikura Keta Salmon Caviar (Roe)
2.2 lb. tray with dividers
SHOP NOW
Wild Alaskan Sablefish
4 oz portions, skin-on/bone-in
SHOP NOW
Wild Alaskan Sockeye Salmon
4 oz petite portions, skinless/boneless
SHOP NOW
Savory Seafood Bisque
9 oz pouch, heat & eat
SHOP NOW
Sockeye Salmon Poke Kit
salmon & seasoning: four servings in 1 lb bag
SHOP NOW
Organic Bone Broth Duo
chicken + beef broth- ea. 24 fl oz
SHOP NOW
Wild Sardine Sampler
6-tin variety pack, product of Portugal
SHOP NOW
Salmon Sausage Sampler
6-patty, 3 flavor variety pack by Dr. Weil
SHOP NOW
Canned Seafood Sampler
9-can variety pack
SHOP NOW
Salmon Sampler & Grill Fixin's
salmon + seasoning + grill planks
SHOP NOW
Wild Albacore Tuna Natural Pk
6 oz cans, nothing added
SHOP NOW
Ikura Pink Salmon Caviar (Roe)
17 oz resealable tray
SHOP NOW
Wild Salmon Dog Treats
3oz pouch, freeze-dried, single ingredient
SHOP NOW
Limited Edition Holiday Box 2021
our seasonal gift box
SHOP NOW
Wild Alaskan Sockeye Salmon
6 oz portions, skinless/boneless
SHOP NOW
Wild Alaskan Halibut
6 oz portions, skinless/boneless
SHOP NOW
Wild Pacific Spot Prawns
12 oz tub, shell-on
SHOP NOW
Ahi Tuna Poke Kit
Tuna & seasoning: 4 servings in 1lb bag
SHOP NOW
WHAT THE MEDIA IS SAYING:
The Best Places To Buy Seafood Online, Including Fresh And Frozen Fish
HuffingtonPost
WHAT OUR CUSTOMERS ARE SAYING:
I would not buy my fish from anywhere but Vital Choice…I’m so happy to have a
source for great tasting, healthy fish.

Linda L

WHAT HEALTH & NUTRITION EXPERTS ARE SAYING:
Vitalchoice.com is my favorite source for wild Alaskan salmon, sablefish,
sardines, and other fish rich in omega-3s... I can't tell you how many messages
I get from people thanking me for recommending Vital Choice.
Dr. Nicholas Perricone
Healthy Aging Expert & Award Winning Inventor
WHAT THE MEDIA IS SAYING:
Vital Choice was Delish's top pick for "HIGH QUALITY SEAFOOD" you can order from
gourmet food shops online.
Delish.com
WHAT OUR CUSTOMERS ARE SAYING:
Simply put Vital Choice offers the best seafood and related products available.
We have always recommended Vital Choice to clients, friends, and family. As
health practitioners we value the sustainable practices and trust this company
implicitly!

Setuh H.

WHAT THE MEDIA IS SAYING:
We’ve done the work for you to find the healthiest meat products on the market.
Men’s Health Magazine
WHAT HEALTH & NUTRITION EXPERTS ARE SAYING:
Unlike anything you've seen from the grocery store…I recommend Vital Choice—my
personal favorite for delicious, fresh, healthy, and completely safe canned tuna
and salmon.
Dr. Stephen Sinatra
Top Integrative Cardiologist
WHAT THE MEDIA IS SAYING:
Vital Box captures the fresh-caught quality of succulent, sustainably harvested
Alaskan salmon and northwest Pacific seafood by cleaning and flash-freezing it
within hours of harvest.
USA Today
WHAT OUR CUSTOMERS ARE SAYING:
Vital choice has never disappointed. Love every item I get... since eating your
food, my hair, skin, and energy revitalized from clean fish and meats… it’s ALL
great. Never a problem with the food arriving in great condition.

Leisa M.

WHAT THE MEDIA IS SAYING:
The Best Places To Buy Seafood Online, Including Fresh And Frozen Fish
HuffingtonPost
WHAT OUR CUSTOMERS ARE SAYING:
I would not buy my fish from anywhere but Vital Choice…I’m so happy to have a
source for great tasting, healthy fish.

Linda L


Find out what others are saying about Vital Choice


SUBSCRIBE TODAY

Sign-up for Health News, Recipes, and Special Offers!

Error: Please enter a valid email address

By signing up for this email, you are agreeing to receive news, offers, and
information from Vital Choice and our partners. Visit our Privacy Policy.
Unsubscribe links are provided in every email.

 * 
 * 
 * 
 * 
 * 


NEED HELP?

 * Customer Service
 * Request a Catalog
 * Loyalty Program
 * Returns & Exchanges
 * Shipping Information
 * Accessibility


OUR COMPANY

 * About Us
 * Guarantee
 * Testimonials
 * Purity Standards
 * Sustainability
 * VitalGreen
 * News Room
 * Giving Back
 * Careers
 * Privacy Policy
 * California Privacy Policy
 * Do Not Sell My Information


PROGRAMS

 * Corporate & Bulk Orders
 * Affiliate Accounts
 * Wholesale Accounts
 * Vital Rewards


CORPORATE

 * About Us
 * Our Brands
 * Social Responsibility
 * Careers
 * News & Media
 * Investors


LEARN

 * FAQs
 * Recipes
 * Seafood Cooking Tips
 * Newsletter Archive
 * Healthy Mom & Baby
 * Seafood Health Benefits
 * Omega-3 Facts & Sources



© 2021 Vital Choice Wild Seafood & Organics, SPC. All Rights Reserved.






https://pixel.springserve.com/segments?segment_id=10422&hc=b9e35764