akua.co Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: https://trk.klclick2.com/ls/click?upn=LE4kPSzQ-2BFQXYnleBocUtmaOnbfLHDz1wDgNf2eXhhVv6CEYxv3yYYrVtQJxWaYVCgz1ebeX0tXcAQNmA...
Effective URL: https://akua.co/products/kelp-burger?utm_campaign=Kelp%20Burger%20Winback%202%20%28TebkSW%29&utm_medium=email&ut...
Submission: On April 23 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

/search

<form role="search" action="/search" class="flex items-center rounded-md my-[12px] mx-[24px] h-[36px] bg-white" @keyup.esc="predictive_search.active = false">
  <button class="text-brand-green mx-[12px]" type="submit">
    <span class="sr-only">Search</span>
    <svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
      <defs>
        <mask id="svg--search-1-679224311" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20" fill="#000">
          <path fill="#fff" d="M0 0h20v20H0z"></path>
          <path fill-rule="evenodd" clip-rule="evenodd" d="m19 17.6-5.12-5.13a7.16 7.16 0 1 0-1.4 1.4L17.59 19 19 17.6Zm-5.67-9.44A5.17 5.17 0 1 1 3 8.16a5.17 5.17 0 0 1 10.34 0Z"></path>
        </mask>
      </defs>
      <path fill-rule="evenodd" clip-rule="evenodd" d="m19 17.6-5.12-5.13a7.16 7.16 0 1 0-1.4 1.4L17.59 19 19 17.6Zm-5.67-9.44A5.17 5.17 0 1 1 3 8.16a5.17 5.17 0 0 1 10.34 0Z"></path>
      <path
        d="m13.88 12.47-.08-.06-.05.07.06.06.07-.07ZM19 17.6l.07.07.07-.07-.07-.07-.07.07Zm-6.53-3.7.07-.08-.06-.06-.07.05.06.08ZM17.6 19l-.07.07.07.07.07-.07-.07-.07Zm-3.78-6.46 5.12 5.12.14-.14-5.12-5.12-.14.14Zm1.41-4.38c0 1.6-.53 3.07-1.42 4.25l.16.12a7.23 7.23 0 0 0 1.46-4.37h-.2ZM8.16 1.1c3.9 0 7.06 3.16 7.06 7.06h.2A7.26 7.26 0 0 0 8.16.9v.2ZM1.1 8.16c0-3.9 3.16-7.06 7.06-7.06V.9A7.26 7.26 0 0 0 .9 8.16h.2Zm7.06 7.06A7.06 7.06 0 0 1 1.1 8.16H.9a7.26 7.26 0 0 0 7.26 7.26v-.2Zm4.25-1.42a7.03 7.03 0 0 1-4.25 1.42v.2a7.2 7.2 0 0 0 4.37-1.46l-.12-.16Zm5.25 5.13-5.12-5.12-.14.14 5.12 5.12.14-.14Zm1.27-1.4-1.4 1.4.13.14 1.41-1.4-.14-.15Zm-10.77-4.1a5.27 5.27 0 0 0 5.27-5.27h-.2c0 2.8-2.27 5.07-5.07 5.07v.2ZM2.9 8.16a5.27 5.27 0 0 0 5.27 5.27v-.2A5.07 5.07 0 0 1 3.1 8.16h-.2ZM8.16 2.9A5.27 5.27 0 0 0 2.9 8.16h.2c0-2.8 2.27-5.07 5.07-5.07v-.2Zm5.27 5.27A5.27 5.27 0 0 0 8.16 2.9v.2c2.8 0 5.07 2.27 5.07 5.07h.2Z"
        mask="url(#svg--search-1-679224311)"></path>
    </svg>
  </button>
  <label for="header-m-search" class="sr-only">Search query</label>
  <input id="header-m-search" class="border-0 w-full placeholder-dark-grey font-blockpro h8 text-ocean p-0" name="q" type="search" inputmode="search" placeholder="Start searching" value="" required="" autocomplete="off" x-model="predictive_search.q"
    @keydown="if (predictive_search.q) predictive_search.active = true">
  <input type="hidden" name="type" value="product">
  <template x-if="predictive_search.active &amp;&amp; predictive_search.resources">
    <div class="
              overflow-y-scroll
                absolute top-full left-0 right-0 z-40 mt-0
                bg-white h7 text-ocean
              " style="max-height: calc(100vh - 180px);">
      <template x-if="predictive_search.resources.results.products.length">
        <div>
          <ul role="list">
            <template x-for="product in predictive_search.resources.results.products" :key="product.handle">
              <li>
                <a class="
                            flex items-center space-x-16 hover:bg-pale-green px-[27px] py-[32px]
                            border-b border-light-grey
                            focus-inset
                          " :href="product.url">
                          <div class="w-1/3">

                              <img class="aspect-square overflow-hidden rounded-md object-cover" :src="product.image" alt="" loading="lazy">

                          </div>

                            <div class="flex-1" x-text="product.title"></div>
                        </a>
              </li>
            </template>
          </ul>
        </div>
      </template>
      <template x-if="predictive_search.resources.results.products.length">
        <div>
          <a class="bg-light-grey py-[12px] focus-inset" :href="'/search?q=' + predictive_search.q + '&amp;type=product'">
                    <span class="inline-block w-full text-center">
                      See all results (<span x-text="predictive_search.resources.results.products.length"></span>)
                    </span>
                  </a>
        </div>
      </template>
      <template x-if="!predictive_search.resources.results.products.length">
        <div class="bg-light-grey py-[12px] text-center"> Sorry nothing found for “<span x-text="predictive_search.q"></span>” </div>
      </template>
    </div>
  </template>
</form>

/search

<form role="search" action="/search" class="inline-flex items-center relative max-w-full" @click.away="predictive_search.active = false" @keyup.esc="predictive_search.active = false">
  <button class="inline-flex text-brand-green mr-2" type="submit">
    <span class="sr-only">Search</span>
    <svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
      <defs>
        <mask id="svg--search-1-760953442" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20" fill="#000">
          <path fill="#fff" d="M0 0h20v20H0z"></path>
          <path fill-rule="evenodd" clip-rule="evenodd" d="m19 17.6-5.12-5.13a7.16 7.16 0 1 0-1.4 1.4L17.59 19 19 17.6Zm-5.67-9.44A5.17 5.17 0 1 1 3 8.16a5.17 5.17 0 0 1 10.34 0Z"></path>
        </mask>
      </defs>
      <path fill-rule="evenodd" clip-rule="evenodd" d="m19 17.6-5.12-5.13a7.16 7.16 0 1 0-1.4 1.4L17.59 19 19 17.6Zm-5.67-9.44A5.17 5.17 0 1 1 3 8.16a5.17 5.17 0 0 1 10.34 0Z"></path>
      <path
        d="m13.88 12.47-.08-.06-.05.07.06.06.07-.07ZM19 17.6l.07.07.07-.07-.07-.07-.07.07Zm-6.53-3.7.07-.08-.06-.06-.07.05.06.08ZM17.6 19l-.07.07.07.07.07-.07-.07-.07Zm-3.78-6.46 5.12 5.12.14-.14-5.12-5.12-.14.14Zm1.41-4.38c0 1.6-.53 3.07-1.42 4.25l.16.12a7.23 7.23 0 0 0 1.46-4.37h-.2ZM8.16 1.1c3.9 0 7.06 3.16 7.06 7.06h.2A7.26 7.26 0 0 0 8.16.9v.2ZM1.1 8.16c0-3.9 3.16-7.06 7.06-7.06V.9A7.26 7.26 0 0 0 .9 8.16h.2Zm7.06 7.06A7.06 7.06 0 0 1 1.1 8.16H.9a7.26 7.26 0 0 0 7.26 7.26v-.2Zm4.25-1.42a7.03 7.03 0 0 1-4.25 1.42v.2a7.2 7.2 0 0 0 4.37-1.46l-.12-.16Zm5.25 5.13-5.12-5.12-.14.14 5.12 5.12.14-.14Zm1.27-1.4-1.4 1.4.13.14 1.41-1.4-.14-.15Zm-10.77-4.1a5.27 5.27 0 0 0 5.27-5.27h-.2c0 2.8-2.27 5.07-5.07 5.07v.2ZM2.9 8.16a5.27 5.27 0 0 0 5.27 5.27v-.2A5.07 5.07 0 0 1 3.1 8.16h-.2ZM8.16 2.9A5.27 5.27 0 0 0 2.9 8.16h.2c0-2.8 2.27-5.07 5.07-5.07v-.2Zm5.27 5.27A5.27 5.27 0 0 0 8.16 2.9v.2c2.8 0 5.07 2.27 5.07 5.07h.2Z"
        mask="url(#svg--search-1-760953442)"></path>
    </svg>
  </button>
  <label for="header-search" class="sr-only">Search query</label>
  <input id="header-search" class="border-0 placeholder-dark-grey font-blockpro h8 text-ocean p-0 min-w-0" :class="{ 'shadow': predictive_search.active }" name="q" type="search" inputmode="search" placeholder="Start searching" value="" required=""
    autocomplete="off" x-model="predictive_search.q" @focus="predictive_search.active = true" @keydown="predictive_search.active = true">
  <input type="hidden" name="type" value="product">
  <template x-if="predictive_search.active &amp;&amp; predictive_search.resources">
    <div class="
                absolute top-full left-[-50px] right-0 z-40 mt-12
                bg-white h7 text-ocean md:mt-[20px] w-[300px]
                border-t border-light-grey shadow-lg
              ">
      <template x-if="predictive_search.resources.results.products.length">
        <div class="overflow-auto" :style="`max-height: calc(100vh - ${headerHeight}px);`">
          <ul role="list">
            <template x-for="product in predictive_search.resources.results.products" :key="product.handle">
              <li>
                <a class="
                            flex items-center space-x-16 hover:bg-pale-green px-[27px] py-[27px]
                            border-b border-light-grey
                          " :href="product.url">
                          <div class="w-1/3">

                              <img class="aspect-square overflow-hidden rounded-md object-cover" :src="product.image" alt="" loading="lazy" decoding="async">

                          </div>

                            <div class="flex-1" x-text="product.title"></div>
                        </a>
              </li>
            </template>
          </ul>
        </div>
      </template>
      <template x-if="predictive_search.resources.results.products.length">
        <div>
          <a class="bg-light-grey py-[12px]" :href="'/search?q=' + predictive_search.q + '&amp;type=product'">
                    <span class="inline-block w-full text-center">
                      See all results (<span x-text="predictive_search.resources.results.products.length"></span>)
                    </span>
                  </a>
        </div>
      </template>
      <template x-if="!predictive_search.resources.results.products.length">
        <div class="bg-light-grey py-[12px] text-center"> Sorry nothing found for “<span x-text="predictive_search.q"></span>” </div>
      </template>
    </div>
  </template>
</form>

GET /cart/change?line=&quantity=0

<form method="get" action="/cart/change?line=&amp;quantity=0">
  <button class="absolute top-full right-0 mt-[5px] text-lg font-belda underline hover:no-underline" @click.prevent="$store.cart.update({ updates: {[item.id]: 0} })"> Remove Item </button>
</form>

GET /cart/change?line=&quantity=0

<form method="get" action="/cart/change?line=&amp;quantity=0">
  <button class="absolute top-full right-0 mt-[5px] text-lg font-belda underline hover:no-underline" @click.prevent="$store.cart.update({ updates: {[item.id]: 0} })"> Remove Item </button>
</form>

POST /contact#newsletter

<form method="post" action="/contact#newsletter" id="newsletter" accept-charset="UTF-8" class="form-newsletter relative flex flex-col "><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="form-field-wrapper relative flex flex-row w-full border-white border-opacity-100 focus:border-opacity-100 border-b-[1px] lg:border-b-2">
    <label for="newsletter-input-email" class="sr-only">Email address</label>
    <input id="newsletter-input-email" class="newsletter-input-email
          h7
          flex-1
          px-0
          pt-0
          pb-[12px]
          border-0
          focus:border-transparent
          text-white
          bg-transparent
          normal-case" type="email" name="contact[email]" placeholder="ENTER YOUR EMAIL ADDRESS" autocorrect="off" autocapitalize="off" autocomplete="email" inputmode="email" required="">
  </div>
  <div class="form-field-wrapper relative flex flex-row w-full border-white border-opacity-100 focus:border-opacity-100 border-b-[1px] lg:border-b-2 mt-[22px] lg:mt-[18px]">
    <label for="newsletter-input-phone_number" class="sr-only">Phone Number</label>
    <input id="newsletter-input-phone_number" class="newsletter-input-phone_number
          h7
          flex-1
          px-0
          pt-0
          pb-[12px]
          border-0
          focus:border-transparent
          text-white
          bg-transparent
          normal-case" type="telephone" name="contact[note][phone]" placeholder="YOUR PHONE NUMBER (OPTIONAL)" autocorrect="off" autocapitalize="off">
  </div>
  <div class="flex flex-row w-full mt-[18px] lg:mt-[14px]">
    <button class="btn h6 bg-dark-blue w-fit px-[26px] py-[5px] mr-auto lg:mr-[25px]">SUBMIT</button>
    <div class="flex items-center space-x-[10px] lg:space-x-[20px] ">
      <a href="http://facebook.com/lifeakua" target="_blank" rel="noopener noreferrer" class="w-[18px] h-[18px] lg:w-[24px] lg:h-[24px] fill-current ">
    <svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26">
  <title>Facebook</title>
  <path d="M11 0A11 11 0 0 0 0 11c0 5.5 4 10 9.3 10.9v-7.7H6.5V11h2.8V8.6l.1-1c.3-2.1 1.9-3.3 4.1-3.3l2.5.2v2.7h-1.4l-.8.1-.3.2-.4.4-.1.1-.1.2-.1.1v.1l-.1.5V11h3.1l-.5 3.2h-2.6v7.7A11 11 0 0 0 22 11 11 11 0 0 0 11 0z" fill="currentColor"></path>
</svg>

    <span class="sr-only">(opens in new tab)</span>
  </a>
      <a href="https://twitter.com/lifeakua" target="_blank" rel="noopener noreferrer" class="w-[18px] h-[18px] lg:w-[26px] lg:h-[26px] fill-current ">
    <svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><title>Twitter</title><path d="M23 5.4V6c0 7.2-5.2 15.5-15 15.5-2.8 0-5.6-.9-8-2.5a10.4 10.4 0 0 0 7.8-2 5.3 5.3 0 0 1-5-3.8 5 5 0 0 0 2.5-.1A5.4 5.4 0 0 1 1 7.7v-.1c.8.4 1.6.6 2.4.7A5.6 5.6 0 0 1 1.8 1c2.7 3.4 6.6 5.5 10.8 5.7-.4-2 .2-3.9 1.6-5.2 2-2 5.4-2 7.4.2A10 10 0 0 0 25 .4a5.4 5.4 0 0 1-2.4 3 8 8 0 0 0 3-.9A11 11 0 0 1 23 5.4Z" fill="currentColor"></path></svg>

    <span class="sr-only">(opens in new tab)</span>
  </a>
      <a href="https://instagram.com/lifeakua" target="_blank" rel="noopener noreferrer" class="w-[18px] h-[18px] lg:w-[26px] lg:h-[26px] fill-current ">
      <svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26">
  <title>Instagram</title>
  <path fill-rule="evenodd" d="M7.514 1.19c1.16-.053 1.53-.065 4.482-.065 2.953 0 3.323.012 4.482.065 1.158.053 1.948.237 2.64.506.714.277 1.32.649 1.925 1.253a5.342 5.342 0 0 1 1.254 1.926c.269.692.452 1.482.505 2.639.053 1.16.066 1.53.066 4.482 0 2.953-.013 3.323-.066 4.483-.053 1.157-.236 1.947-.505 2.639-.278.715-.65 1.32-1.254 1.925s-1.21.976-1.926 1.254c-.691.269-1.481.453-2.639.506-1.16.052-1.53.065-4.482.065s-3.323-.013-4.482-.065c-1.157-.053-1.948-.237-2.64-.506a5.33 5.33 0 0 1-1.925-1.254 5.328 5.328 0 0 1-1.254-1.925c-.268-.692-.452-1.482-.505-2.64-.053-1.159-.065-1.53-.065-4.482s.012-3.322.065-4.482c.053-1.157.237-1.947.505-2.639A5.329 5.329 0 0 1 2.95 2.949a5.329 5.329 0 0 1 1.926-1.253c.691-.27 1.482-.453 2.639-.506Zm10.894 2.331c-.383-.149-.959-.326-2.019-.374-1.146-.052-1.49-.063-4.393-.063-2.903 0-3.247.01-4.393.063-1.06.048-1.636.225-2.019.374-.507.198-.87.433-1.25.814-.38.38-.616.742-.813 1.25-.149.383-.326.958-.374 2.018-.053 1.147-.064 1.49-.064 4.393 0 2.903.011 3.247.064 4.393.048 1.06.225 1.636.374 2.02.197.506.433.869.813 1.25.38.38.743.615 1.25.812.383.15.96.326 2.019.375 1.146.052 1.49.063 4.393.063 2.903 0 3.247-.011 4.393-.063 1.06-.049 1.636-.226 2.019-.375a3.37 3.37 0 0 0 1.25-.813c.38-.38.616-.743.813-1.25.149-.383.326-.959.374-2.019.053-1.146.064-1.49.064-4.393 0-2.903-.011-3.246-.064-4.393-.048-1.06-.225-1.635-.374-2.018a3.367 3.367 0 0 0-.813-1.25 3.367 3.367 0 0 0-1.25-.814Zm-6.412 2.893a5.583 5.583 0 1 0 0 11.165 5.583 5.583 0 0 0 0-11.165Zm-3.624 5.582a3.624 3.624 0 1 0 7.248 0 3.624 3.624 0 0 0-7.248 0ZM17.8 7.498a1.305 1.305 0 1 0 0-2.61 1.305 1.305 0 0 0 0 2.61Z" fill="currentColor"></path>
</svg>

      <span class="sr-only">(opens in new tab)</span>
    </a>
      <a href="https://www.tiktok.com/@lifeakua" target="_blank" rel="noopener noreferrer" class="w-[18px] h-[18px] lg:w-[26px] lg:h-[26px] fill-current relative top-[-1px] ">
      <svg role="img" class="w-full h-full block" xmlns="http://www.w3.org/2000/svg" width="28" height="30" fill="none" viewBox="0 0 28 30">
  <title>TikTok</title>
  <path fill="#25F4EE" d="M9.2 13v-1A7.5 7.5 0 0 0 1 17a7 7 0 0 0 2.9 8 6.8 6.8 0 0 1-1.4-7.6A7.2 7.2 0 0 1 5 14.2 7.8 7.8 0 0 1 9.2 13Z"></path>
  <path fill="#25F4EE" d="M9.4 23.4c1.8 0 3.3-1.4 3.4-3.1V4.7h3v-1h-4.2v15.6c0 1.7-1.6 3.1-3.4 3.1a3 3 0 0 1-1.6-.4c.3.5.7.8 1.2 1 .5.3 1 .4 1.6.4Zm12-13.4V9c-1 0-2.2-.3-3-.9a5 5 0 0 0 3 1.8Z"></path>
  <path fill="#FE2C55" d="M18.3 8.2A5 5 0 0 1 17 4.7h-1c0 .7.4 1.4.8 2 .4.6 1 1.1 1.6 1.5ZM8.2 16c-.8 0-1.5.2-2.1.7-.6.4-1 1-1.2 1.8-.2.7-.1 1.4.2 2 .3.8.8 1.3 1.5 1.6a3.2 3.2 0 0 1 1-4.6 3.6 3.6 0 0 1 2.8-.4v-4H9.2v3l-1-.1Z"></path>
  <path fill="#FE2C55" d="M21.4 10v3c-2 0-4-.6-5.7-1.8v8c0 3.9-3.3 7-7.5 7A8 8 0 0 1 3.9 25c1 1 2.3 1.8 3.8 2a8 8 0 0 0 4.4-.2 7.5 7.5 0 0 0 3.5-2.6 6.9 6.9 0 0 0 1.3-4v-8a9.9 9.9 0 0 0 5.7 1.8v-4l-1.2-.1Z"></path>
  <path fill="currentColor" d="M15.7 19.2v-8a9.9 9.9 0 0 0 5.7 1.8v-3a5.8 5.8 0 0 1-3-1.8 5.6 5.6 0 0 1-2.6-3.5h-3v15.6c0 .6-.3 1.3-.7 1.8-.4.6-1 1-1.7 1.2-.7.2-1.4.1-2.1 0-.7-.3-1.3-.7-1.7-1.2-.7-.4-1.2-1-1.5-1.6-.4-.7-.4-1.4-.2-2.1.1-.7.6-1.3 1.2-1.8a3.6 3.6 0 0 1 3.1-.5v-3c-1.5 0-2.9.4-4 1.2a7.2 7.2 0 0 0-2.8 3.1 6.8 6.8 0 0 0 1.5 7.7c1.2.8 2.7 1.2 4.3 1.2 4.2 0 7.5-3.2 7.5-7.1Z"></path>
</svg>

      <span class="sr-only">(opens in new tab)</span>
    </a>
    </div>
  </div>
</form>

Text Content

Skip to content

#EatMoreKelp to Kelp the Earth 🌎 Use code EARTHDAY15 for $15 off Site-wide!

Happy Earth Month! #EatMoreKelp to Kelp the Earth 🌎

Menu
 * Search Search query
   See all results ()
   Sorry nothing found for “”
 * SHOP
    * Back Shop
    * Shop All
    * The Kelp Burger + Krab Cake Bundle
    * Krab Cake 🦀
    * Kelp Burger Ground Meat
    * The Kelp Burger Bundle
    * The Kelp Burger 🍔

 * ABOUT AKUA
    * Back About Akua
    * Our Story
    * Why eat Kelp?
    * Our Supply Chain
    * FAQ
    * Contact

 * COMMUNITY
    * Back Community
    * Press
    * Blog
    * Recipes

 * WHERE TO BUY / TRY
 * SERVE / SELL

akua
 * SHOP
   
   Featured Products
   
   The Kelp Burger + Krab Cake Bundle Krab Cake 🦀 Kelp Burger Ground Meat The
   Kelp Burger Bundle The Kelp Burger 🍔
   Shop All
 * ABOUT AKUA
   Our Story
   Why eat Kelp?
   Our Supply Chain
   FAQ Contact
 * COMMUNITY
   Press
   Blog
   Recipes
 * WHERE TO BUY / TRY
 * SERVE / SELL

 * Search Search query
   See all results ()
   Sorry nothing found for “”
 * Account
 * Cart: (0) items empty




Your Cart (0)
Close


Your cart is empty right now

Get shopping

/MONTHLY

On back order

Pre-order

Decrease quantity by 1 − Quantity Increase quantity by 1 +
Remove Item
Your Custom Bundle
/MONTHLY

On back order

Pre-order

Decrease quantity by 1 − Quantity Increase quantity by 1 +
Remove Item

Remove Bundle


YOU MIGHT ALSO LIKE
The Kelp Burger 🍔
Add to cart Add -
$99.00
$99.00 Free Shipping
View Cart Checkout: $0.00
-
 1. Shop all products

Skip gallery
 * Previous
 * Next


Skip gallery

-
 1. Shop all products


THE KELP BURGER 🍔

Outline Star
Outline Star
Outline Star
Outline Star
Outline Star
Filled Star
Filled Star
Filled Star
Filled Star
Filled Star
(163)

The world's first Kelp Burger - now with 50% less plastic, packed in a home
compostable paper box! Featuring a 100% plant-based, non-GMO, soy-free,
gluten-free burger created from ocean farmed kelp, mushrooms, and superfoods.
Get ready for an umami tsunami! 🌊


THIS PRODUCT IS AVAILABLE ON PRE-ORDER

Be the first in line to receive your order once we're live! 💙

We're experiencing high order volumes!

Orders may be shipped out slightly later than our usually weekly ship time.

Product options
24 Pack $119.00
Deliver every:


(Cancel any time after two delivery commitment)

Subscription Options Select Subscription Option
 * Enjoy $10 off AND free shipping
 * Choose monthly, bi-monthly, or quarterly delivery

Add to cart  |  $119.00
Decrease quantity by 1 − Quantity Increase quantity by 1 + Quantity 1 2 3 4 5
Skip bundles
Bundles Ship Free! (Save $20)
 * Previous
 * Next

The Kelp Burger + Krab Cake Bundle
12 Patties + 8 Krab Cakes
$119.99

On back order

Pre-order

1 2 3 4 5
Decrease quantity by 1 − Quantity Increase quantity by 1 +

ADD
The Kelp Burger Bundle
12 Patties + 3 Packs
$119.99

On back order

Pre-order

1 2 3 4 5
Decrease quantity by 1 − Quantity Increase quantity by 1 +

ADD
-


PRODUCT INFO


INGREDIENTS & NUTRITIONAL INFORMATION

Ingredients: Kelp, Organic Extra Virgin Olive Oil, Crimini Mushrooms, Pea
Protein, Black Beans, Quinoa, Organic Coconut Aminos (Organic Coconut Nectar,
Organic Pure Coconut Blossom Sap, Natural Unrefined Sea Salt), Potato Starch,
Nutritional Yeast, Tomato Powder, Chickpea Flour, Pea Starch, Spices, Konjac,
Agar 

Nutrition Facts4 serving per containerServing size: 1 patty (95g)Amount per
serving: Calories 250
% Daily Value*Total Fat 14g18%Saturated Fat 2g10%Trans Fat 0g
Cholesterol 0mg0%Sodium 320mg14%Total Carbohydrate 16g6%Dietary Fiber 2g7%Total
Sugars 1g
Includes 0g Added Sugars0%Protein 12g24%Vitamin D 0mcg0%Calcium 90mg7%Iron
2mg12%Potassium 245mg5%Vitamin A 192 IU21%Vitamin C 2mg3%Vitamin K
12mg10%Thiamine 1mg73%Riboflavin 1mg72%Niacin 6mg35%Vitamin B6 1mg51%Folate
70mcg18%Panthonthenic Acid 1mg11%Magnesium 40mg10%Phosphorus 160mg13%Zinc
1mg7%Selenium 4mcg8%Omega-3 10g7%

*The % Daily Value (DV) tells you how much a nutrient in a serving of food
contributes to a daily diet. 2,000 Calories a day is used for general nutrition
advice.

View Label




SO WHAT DOES IT TASTE LIKE?

The Kelp Burger is packed with toasty, umami flavor and rich notes of fresh
tomatoes and mushrooms! It does not taste fishy. 😋


HOW TO PREPARE

 1. When ready to eat, remove the Kelp Burgers from the freezer.
 2. Place 1-2 frozen Kelp Burgers onto a hot pan with an oil of your choice &
    cook over medium high heat for 3-4 minutes 'til you hear the sizzle!
 3. Flip & cook the Kelp Burgers for an additional 3-4 minutes so both sides are
    slightly crispy & the KB gets hot all the way through.
 4. Enjoy on their own or wrapped up in your choice of bun/lettuce & fixings!
    (We love spicy vegan mayo, vegan cheese, lettuce & avocado on a delicious
    bun, hun!)


ORDERS & SHIPPING

The more Kelp Burgers you buy, the cheaper the shipping costs! We ship Kelp
Burgers and other frozen products weekly on Wednesdays, and your package will
arrive in 24-48 hours with dry ice. Place your Kelp Burgers in the freezer upon
arrival.


WANT TO TRY OUR KELP BURGER IN A RESTAURANT?

Check us out on the West Coast at: Butcher's Daughter in LA, Bamboo Sushi in
Portland, & HULA's in Monterey

And on the East Coast at: the New England Aquarium in Boston, MV Chowder Company
in Martha's Vineyard, Foothills Milling Company in Tennessee, and Standard Beer
+ Food in North Carolina.


WARNING

Consuming this product can expose you to chemicals including lead, which is
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.

The Kelp Burger 🍔
Product options 24 Pack
One time purchase
Subscription Options Select Subscription Option
Decrease quantity by 1 − Quantity Increase quantity by 1 +

ADD TO CART $119.00
Skip features

Rich in bioavailable vitamins, minerals, fiber, amino acids, phytonutrients, &
omega-3s

Plant based, vegan, gluten free, soy free & highly nutritious

High in protein & fibre, low in calories, low / zero sugar and packed with
healthy fats

 * dot
 * dot
 * dot

-


WHAT OUR CUSTOMERS ARE SAYING

Skip review slider
 * Previous
 * Next

Use arrow keys to explore
JB
Jerri B
Verified checkmark
Verified Buyer
Recommend checkmark I recommend this product
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
7 months ago
They are the best
They are the best tasting burger I have had. Only takes. Minutes to prepare.
Absolutely will buy again
Review left on: The Kelp Burger 🍔 - 12 Pack
Was this review helpful?
Review vote up
0
Review vote down
0
SK
Sandra K
Verified checkmark
Verified Buyer
Recommend checkmark I recommend this product
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
7 months ago
I absolutely love these...
I absolutely love these kelp burgers! They are so easy and fast to prepare!
Review left on: The Kelp Burger 🍔 - 12 Pack
Was this review helpful?
Review vote up
0
Review vote down
0
LK
Laura K
Verified checkmark
Verified Buyer
Recommend checkmark I recommend this product
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
7 months ago
Hands down the BEST!
These are hands down the very best veggie burgers on the planet. After eating
one I always feel energized! Love love love this product.
Review left on: The Kelp Burger 🍔 - 24 Pack
Was this review helpful?
Review vote up
0
Review vote down
0
MC
Michael C
Verified checkmark
Verified Buyer
Recommend checkmark I recommend this product
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
7 months ago
Even picky wife liked it
I knew I would like it but I also knew my picky wife probably would not like it,
especially if the seaweed gave it any “fishyness “. SHE LIKED OT TOO!
Review left on: The Kelp Burger 🍔 - 12 Pack
Was this review helpful?
Review vote up
0
Review vote down
0
ZW
Zane W
Verified checkmark
Verified Buyer
Recommend checkmark I recommend this product
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
7 months ago
Best plant based burger!!
I have to say that out of all of the plant based burgers that I've tried, and
I've tried just about all of them, the Kelp burger is now my all time favorite!
With all natural ingredients, they are hard to beat for taste and nutrition! I
HIGHLY recommend trying them out. I would see them advertised on Instagram all
the time and finally decided to try them out and I'm glad I did. I just ordered
anot... Read more
Review left on: The Kelp Burger 🍔 - 24 Pack
Was this review helpful?
Review vote up
0
Review vote down
0


4.79
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
163 reviews
5
 
4
 
3
 
2
 
1
 
Write a review
 
Sort & Filter
Most recentOldestHighest ratedLowest ratedMost helpful
Sort by
All1 star2 stars3 stars4 stars5 stars
Rating
With media
JB
Jerri B
Verified checkmark
Verified Buyer
Recommend checkmark I recommend this product
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
7 months ago
They are the best
They are the best tasting burger I have had. Only takes. Minutes to prepare.
Absolutely will buy again
Review left on: The Kelp Burger 🍔 - 12 Pack
Was this review helpful?
Review vote up
0
Review vote down
0
 
SK
Sandra K
Verified checkmark
Verified Buyer
Recommend checkmark I recommend this product
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
7 months ago
I absolutely love these...
I absolutely love these kelp burgers! They are so easy and fast to prepare!
Review left on: The Kelp Burger 🍔 - 12 Pack
Was this review helpful?
Review vote up
0
Review vote down
0
 
LK
Laura K
Verified checkmark
Verified Buyer
Recommend checkmark I recommend this product
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
7 months ago
Hands down the BEST!
These are hands down the very best veggie burgers on the planet. After eating
one I always feel energized! Love love love this product.
Review left on: The Kelp Burger 🍔 - 24 Pack
Was this review helpful?
Review vote up
0
Review vote down
0
 
MC
Michael C
Verified checkmark
Verified Buyer
Recommend checkmark I recommend this product
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
7 months ago
Even picky wife liked it
I knew I would like it but I also knew my picky wife probably would not like it,
especially if the seaweed gave it any “fishyness “. SHE LIKED OT TOO!
Review left on: The Kelp Burger 🍔 - 12 Pack
Was this review helpful?
Review vote up
0
Review vote down
0
 
ZW
Zane W
Verified checkmark
Verified Buyer
Recommend checkmark I recommend this product
Outline star
Outline star
Outline star
Outline star
Outline star
Filled star
Filled star
Filled star
Filled star
Filled star
7 months ago
Best plant based burger!!
I have to say that out of all of the plant based burgers that I've tried, and
I've tried just about all of them, the Kelp burger is now my all time favorite!
With all natural ingredients, they are hard to beat for taste and nutrition! I
HIGHLY recommend trying them out. I would see them advertised on Instagram all
the time and finally decided to try them out and I'm glad I did. I just ordered
anot... Read more
Review left on: The Kelp Burger 🍔 - 24 Pack
Was this review helpful?
Review vote up
0
Review vote down
0
 
See more reviews
Reviewed on
 
-


EAT MORE KELP (OCEAN FARMED & FROM THE USA!)

Shop all products
Skip product slider
 * Previous
 * Next


THE KELP BURGER BUNDLE

Outline Star
Outline Star
Outline Star
Outline Star
Outline Star
Filled Star
Filled Star
Filled Star
Filled Star
Filled Star
(14)

12-Pack Kelp Burgers + 3-Pack Ground Meat

On back order
Pre-order

Decrease quantity by 1 − Quantity Increase quantity by 1 +
1 2 3 4 5
Out of stock Pre-order Add to cart $119.99


KELP BURGER GROUND MEAT

Outline Star
Outline Star
Outline Star
Outline Star
Outline Star
Filled Star
Filled Star
Filled Star
Filled Star
Filled Star
(10)

16oz packs of ground Kelp Burger "meat"

On back order
Pre-order

Decrease quantity by 1 − Quantity Increase quantity by 1 +
1 2 3 4 5
Out of stock Pre-order Add to cart $119.99
-
GET COOKIN'
MORE RECIPES
Previous Next


KELP BURGER RECIPES: KELP BURGER FISH TACOS

A perfect alternative to standard taco meat or soy-filled faux meat products. If
you’re looking to get your fill of superfoods...

Read more



KELP BURGER RECIPES: KIMCHI KELP BURGER BOWL BY AKUA AND MOTHER IN LAW'S

AKUA Kimchi Kelp Burger Bowl (Serves 3) Watch full tutorial on Instagram!
Ingredients: 1/2 jar of  Mother in Law's  Vegan...

Read more



KELP BURGER STUFFED MUSHROOMS

Kelp Burger Stuffed Mushrooms(Serves 5-6)

Read more



KELP BURGER RECIPES: KELP BURGER FALAFELS

AKUA Falafel Wraps with Homemade Pitas

Read more



OUR KELP DESK IS ALWAYS OPEN


WHAT IS KELP?

Kelp is a large brown macroalgae that grows in cold ocean waters. In the wild,
kelp can form giant forests, which provide spectacular homes for hundreds of
marine species. There are many different species of kelp including Saccharina
latissima - known as Sugar Kelp and its close twin Skinny Kelp, which are the
two types of kelp we grow to make our products.


ARE YOUR PRODUCTS GLUTEN-FREE?

Yes, all of our products are 100% gluten-free.


ARE YOUR PRODUCTS VEGAN?

Yes, all of our products are 100% vegan.


WHY IS YOUR SODIUM SO HIGH?

We add very little salt to our recipes and the majority of the sodium is
naturally occurring from the kelp soaking up all the nutrients in the ocean
water for the 6 months it's planted.

If you're trying to watch your sodium, please ask your doctor if seaweeds with
naturally occurring ocean salts are an exception!

akua homepage
 * Shop All
   Shop
   Shop
    * Shop All
   
   Serve/Sell
   Serve/Sell
    * LOOKING TO SERVE AKUA AT YOUR RESTAURANT OR SELL IN YOUR STORE?

 * About Akua
   About Akua
    * Our Story
    * Why Eat Kelp
    * Meet the Farmers
    * FAQ
    * Contact

 * Community
   Community
    * Press
    * Blog
    * Recipes

GET 10% OFF YOUR FIRST ORDER
Email address
Phone Number
SUBMIT
Facebook (opens in new tab) Twitter (opens in new tab) Instagram (opens in new
tab) TikTok (opens in new tab)
FIND US
Terms and Conditions
Privacy policy
Site Map
© AKUA All Rights Reserved

Close Image Popup

Close dialog