www.questnutrition.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: https://www.questchipsatcostco.com/
Effective URL: https://www.questnutrition.com/pages/costco
Submission: On June 20 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST #shipping_arrival

<form id="shipping-arrival" method="post" action="#shipping_arrival">
  <div class="display-table">
    <div class="display-table-cell">
      <label for="enterzipcode" class="hidden">Enter Destination ZIP Code</label>
      <input id="enterzipcode" class="zip_input" name="zip_code" type="text" maxlength="5" pattern="[0-9]*" title="ZIP Code" placeholder="ZIP Code (must be 5 numbers)">
    </div>
    <div class="display-table-cell password-page-field-wrap not-really">
      <input class="zip_button submit" type="submit" value="Go">
    </div>
  </div>
</form>

GET /search

<form class="nav-search appear-animation appear-delay-6" action="/search" method="GET" role="search" aria-expanded="false" id="search-toggle">
  <input type="hidden" name="type" value="product,article,page">
  <label class="visually-hidden" for="search-input">Search...</label>
  <input type="text" name="q" class="search-input" autocomplete="off" autocorrect="off" id="search-input" placeholder="Search..." value="">
  <button type="submit" value="Search" class="search-icon" aria-label="Submits the Search Form"><svg viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path d="M8.95968 15.9194C12.8034 15.9194 15.9194 12.8034 15.9194 8.95968C15.9194 5.11595 12.8034 2 8.95968 2C5.11595 2 2 5.11595 2 8.95968C2 12.8034 5.11595 15.9194 8.95968 15.9194Z" stroke="#095A6F" stroke-width="3" stroke-miterlimit="10">
      </path>
      <path d="M17.8332 20.0001L19.3096 18.5237L14.3883 13.6024L12.912 15.0788L17.8332 20.0001Z" fill="#095A6F" stroke="#095A6F" stroke-width="2" stroke-miterlimit="10"></path>
    </svg></button>
  <button type="button" value="Closer Search Form" class="search-close close-icon" aria-label="Closes the Search Form"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 20 20">
      <path fill="#444"
        d="M15.89 14.696l-4.734-4.734 4.717-4.717c.4-.4.37-1.085-.03-1.485s-1.085-.43-1.485-.03L9.641 8.447 4.97 3.776c-.4-.4-1.085-.37-1.485.03s-.43 1.085-.03 1.485l4.671 4.671-4.688 4.688c-.4.4-.37 1.085.03 1.485s1.085.43 1.485.03l4.688-4.687 4.734 4.734c.4.4 1.085.37 1.485-.03s.43-1.085.03-1.485z">
      </path>
    </svg></button>
</form>

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents" data-location="cart-drawer">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="h2 drawer__title">Cart</div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <title>icon-X</title>
            <path d="m19 17.61 27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="0">
          <div id="free-shipping-bar" class="cartheaderfreeship">
            <div class="freeBar">You are <span class="bold">$99.00</span> away from <span class="bold">free shipping!</span><br><span class="italics">(excluding HI &amp; AK)</span></div>
          </div>
          <script>
            function updateFreeShippingBar() {
              const freeShippingBar = document.getElementById('free-shipping-bar');
              const cartTotal = 0.00;
              const threshold = 99;
              if (cartTotal >= threshold) {
                freeShippingBar.innerHTML = '<div class="freeBar cartheaderfreeship bold">Congrats! You are eligible for FREE Shipping!<br><span class="italics">(excluding HI & AK)</span></div>';
              } else {
                freeShippingBar.innerHTML = '' < div class = "freeBar cartheaderfreeship" > You are < span class = "bold" > $$ {
                  threshold - cartTotal
                } < /span> away from <span class="bold">free shipping!</span > < br > < span class = "italics" > (excluding HI & AK) < /span></div > ';
              }
            }
            document.addEventListener('DOMContentLoaded', function() {
              updateFreeShippingBar();
            });
            // Use Shopify's AJAX Cart API to listen for cart updates
            document.addEventListener('cart:updated', updateFreeShippingBar);
          </script>
        </div>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts cart__item-sub cart__item-row hide">
          <div>Discounts</div>
          <div>
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="ajaxcart__subtotal">Subtotal</div>
        <div data-subtotal="">$0.00</div>
      </div>
      <div class="cart__item-row text-center">
        <small> Shipping, taxes, and discount codes calculated at checkout.<br>
        </small>
      </div>
      <div class="drawer-buttons">
        <div class="drawer-btn-continue-shopping">
          <a href="#" onclick="window.location.reload();" onkeypress="window.location.reload();" class="cart-popup__cta-link btn btn--secondary-accent ms-continue_shopping">Continue shopping</a>
        </div>
        <div class="viewcart_butt"><a href="/cart" class="cart-popup__cta-link btn btn--secondary-accent ms-view-cart"> View cart </a></div>
      </div>
      <div class="value-props-cart">
        <div class="value-prop">
          <img class="" src="//www.questnutrition.com/cdn/shop/t/142/assets/shipping.png?v=148958413334455978421718206688">
          <p>FAST 1-3 Day Delivery to Contiguous U.S.</p>
        </div>
        <div class="value-prop">
          <img class="" src="//www.questnutrition.com/cdn/shop/t/142/assets/guarantee.png?v=136509266385272955301718206655">
          <p>100% Satisfaction Guarantee</p>
        </div>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable"> Your cart is currently empty. </div>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search">
  <label for="Search" class="hidden-label">Search</label>
  <div class="search__input-wrap">
    <input class="search__input" id="Search" type="search" name="q" value="" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list"
      autocorrect="off" autocomplete="off" autocapitalize="off" autofocus="true" spellcheck="false" placeholder="Search" tabindex="0">
    <input name="options[prefix]" type="hidden" value="last">
    <button class="btn--search" type="submit">
      <img src="//www.questnutrition.com/cdn/shop/t/142/assets/bluemagglass.svg?v=138688439901912009291715117781" alt="" class="searchicon"><span class="icon__fallback-text">Search</span>
    </button>
  </div>
  <button class="btn--close-search">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
      <defs>
        <style>
          .cls-1 {
            fill: none;
            stroke: #000;
            stroke-miterlimit: 10;
            stroke-width: 2px
          }
        </style>
      </defs>
      <path class="cls-1" d="M19 17.61l27.12 27.13m0-27.13L19 44.74"></path>
    </svg>
  </button>
  <div id="predictive-search" class="search__results" tabindex="-1"></div>
</form>

Text Content

Skip to content
FREE 1-3 Day Delivery Over $79  | 
How fast will I receive my order? For Your Location - Receive it More Info
FAST & FREE Delivery Over $79
How FAST will I receive my Order?

The ZIP Code you entered was not found.
Please try again.

FAST & FREE Delivery Over $79
For ZIP Code
Order by: 5pm — Receive it *


--------------------------------------------------------------------------------

Shipping to another address?
Enter Destination ZIP Code

Some restrictions apply. See our complete shipping policy.

icon-X Close menu
 * Shop Products
   
    * Protein Bars
       * Shop
   
    * Protein Chips
       * Shop
   
    * Cheese Crackers
       * Shop
   
    * NEW
      
      Protein Puffs
       * Shop
   
    * Protein Cookies
       * Shop
   
    * Frosted Cookies
       * Shop
   
    * Candy
       * Shop
   
    * Crispy Hero Bars
       * Shop
   
    * Protein Shakes
       * Shop
   
    * Protein Powder
       * Shop
   
    * NEW
      
      Iced Coffee
       * Shop
   
    * Variety Packs
       * Shop

 * Mission
 * Subscription
 * Rewards
 * Store Locator
   Search...
 * Login

 * instagram Instagram
 * Facebook
 * YouTube
 * twitter Twitter
 * Pinterest

Cart
icon-X Close cart
You are $99.00 away from free shipping!
(excluding HI & AK)
Discounts

Subtotal
$0.00
Shipping, taxes, and discount codes calculated at checkout.

Continue shopping
View cart

FAST 1-3 Day Delivery to Contiguous U.S.

100% Satisfaction Guarantee

Your cart is currently empty.
Search
Search

Site navigation

 * Shop Products
   Protein Bars
   Protein Bars
   Shop
   Protein Chips
   Protein Chips
   Shop
   Cheese Crackers
   Cheese Crackers
   Shop
   NEW
   Protein Puffs
   Protein Puffs
   Shop
   Protein Cookies
   Protein Cookies
   Shop
   Frosted Cookies
   Frosted Cookies
   Shop
   Candy
   Candy
   Shop
   Crispy Hero Bars
   Crispy Hero Bars
   Shop
   Protein Shakes
   Protein Shakes
   Shop
   Protein Powder
   Protein Powder
   Shop
   NEW
   Iced Coffee
   Iced Coffee
   Shop
   Variety Packs
   Variety Packs
   Shop
   Shop Best Sellers
 * Mission
 * Subscription
 * Rewards
 * Store Locator

Search
Login
Cart 0 $0.00
Pause slideshow Play slideshow
Get 10% off When You Subscribe to Your Favorites! Learn More.
WITH QUEST, IT’S BASICALLY CHEATING.

Quest Nacho Cheese Flavor Protein Chips are available now at select Costcos in
Arizona, Nevada, Southern California and Utah. They’re baked to perfection with
all the protein, taste and crunch you love - so stock up while you can!

CAULIFLOWER MAC & CHEESE BITES

Click for Full Recipe >
TRANSFORM YOUR TACO SALAD INTO A PROTEIN TACO SALAD!

Click for Full Recipe >
BAKED CAULIFLOWER MAC & CHEESE BALLS

Click for Full Recipe >
GREEN BEAN CASSEROLE WITH QUEST TORTILLA PROTEIN CHIPS

Click for Full Recipe >
CHEDDAR JALAPENO BITES

Click for Full Recipe >




STORE LOCATIONS

 * Arizona:
 * Avondale
 * Buckeye
 * Chandler
 * Gilbert
 * Glendale
 * Mesa
 * Phoenix
 * Prescott
 * Queen Creek
 * Scottsdale
 * Surprise
 * Tempe
 * Tucson
 * California:
 * Alhambra
 * Azusa
 * Bakersfield
 * Burbank
 * Cypress
 * Fountain Valley
 * Goleta
 * Hawthorne
 * Huntington Beach
 * Irvine
 * La Habra
 * La Quinta
 * Laguna Niguel
 * Lakewood
 * Los Feliz
 * Marina Del Ray
 * Northridge
 * Palm Desert
 * San Dimas
 * San Juan Capistrano
 * San Luis Obispo
 * Simi Valley
 * Torrance
 * Tustin
 * Van Nuys
 * Westlake Village
 * Woodland Hills
 * Yorba Linda
 * Nevada:
 * Henderson
 * Las Vegas
 * Utah:
 * St. George




QUEST CHIPS AT COSTCO


QUEST PRODUCTS

Quest Products
 * Best of Quest
 * New
 * Protein Bars
 * Protein Bar Minis
 * Protein Chips
 * Cheese Crackers
 * Protein Puffs
 * Protein Cookies
 * Frosted Cookies
 * Candy
 * Crispy Hero Bars
 * Protein Shakes
 * Protein Powders
 * Iced Coffee
 * Pizza (Retail Only)
 * Variety Packs


QUEST NUTRITION SITE

Quest Nutrition Site
 * Our Mission
 * Quest Hub
 * Questletes
 * Quest Squad
 * Find A Store
 * Recipes
 * Contact Us
 * Quest Achievers Program
 * Careers
 * CA Supply Chain Act
 * About Ads
 * Simply Good Foods
 * Refund Policy
 * Terms of Service
 * Webstore Privacy Policy
 * Terms & Conditions
 * Shipping Information
 * Accessibility
 * Notice of Financial Incentive

Quest Nutrition Logo

© 2024 Quest Nutrition & WorldPantry.com® LLC

 * 
 * 
 * 
 * 
 * 
 * 

 * Our Mission
 * Quest Hub
 * Questletes
 * Quest Squad
   
 * Find A Store
 * Recipes
 * Contact Us
 * Quest Achievers Program
 * Careers
   
 * CA Supply Chain Act
   
 * About Ads
 * Simply Good Foods
   
 * Refund Policy
 * Terms of Service
 * Webstore Privacy Policy
 * Terms & Conditions
 * Shipping Information
 * Accessibility
 * Notice Of Fininacial Incentive


icon-X "Close (esc)"
icon-X icon-chevron
icon-X
Quest Chips at Costco



Back
to top