akua.co
Open in
urlscan Pro
23.227.38.32
Public Scan
URL:
https://akua.co/?utm_campaign=EARTH%20MONTH%20SALE%20-%20Purchasers%20%2801GYKFG4EPN1KWT2XVME67A0FH%29&utm_mediu...
Submission: On April 22 via api from US — Scanned from CA
Submission: On April 22 via api from US — Scanned from CA
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-743100534" 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-743100534)"></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 && 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 + '&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-761333561" 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-761333561)"></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 && 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 + '&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=&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=&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 Happy Earth Month! #EatMoreKelp to Kelp the Earth 🌎 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 Add to cart Add - $99.00 $99.00 Free Shipping View Cart Checkout: $0.00 - yes, we turn kelp into burgers. taste: THE WORLD'S FIRST KELP-BASED MEAT & SEAFOOD ALTERNATIVES. SHOP FOR THE EARTH IN THE PRESS Skip press AKUA's salty-smoky Kelp Burgers are all I want to eat this summer. This burger doesn’t require land or fresh water to produce: It’s made with kelp AKUA's plant-based burgers are made from cultivated kelp. The 6 Best Veggie Burgers On The Planet 2021 Global Visionary Awardee - Tackling Climate Change & Biodiversity - EAT MORE KELP We offer the world’s first meat and seafood-alternative products made from kelp because we’re on a mission to replace destructive factory farming with regenerative ocean farming—a form of agriculture that works to heal and grow our marine ecosystems. READ OUR STORY EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP EAT MORE KELP WHAT OUR CUSTOMERS ARE LOVING Skip product slider * Previous * Next KRAB CAKE 🦀 Outline Star Outline Star Outline Star Outline Star Outline Star Filled Star Filled Star Filled Star Filled Star Filled Star (5) A 16-pack of our Krab Cakes 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 THE KELP BURGER 🍔 Outline Star Outline Star Outline Star Outline Star Outline Star Filled Star Filled Star Filled Star Filled Star Filled Star (163) Kelp Burger 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.00 THE KELP BURGER + KRAB CAKE BUNDLE Outline Star Outline Star Outline Star Outline Star Outline Star Filled Star Filled Star Filled Star Filled Star Filled Star (13) Kelp Burger + Kelp Krab Cake Bundle 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 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 AKUA GIFT CARD On back order Pre-order $10.00 $25.00 $50.00 $100.00 $200.00 Decrease quantity by 1 − Quantity Increase quantity by 1 + 1 2 3 4 5 Out of stock Pre-order Add to cart $10.00 - OUR PRODUCTS GOOD FOR YOU... * Plant Always plant-based, gluten-free, soy-free & highly nutritious * Vitamins Rich in bioavailable vitamins, minerals, fiber, amino acids, phytonutrients, & omega-3s * Fiber High in protein & fiber, low in calories with zero added sugar & packed with healthy fats AND THE PLANET, TOO * Co2 down Kelp removes more carbon from the ocean than land-based plants do from the air! * Kelp Kelp also creates more oxygen, helping to reduce ocean acidification FIND AKUA IN STORE! We are going BIG with our Kelp Burgers this year! Find us in NYC & LA with dozens more cities to come. Find Us DIVE INTO RECIPES! Skip recipes * Previous * Next KELP BURGER SPRING ROLLS Looking for a creative way to devour your AKUA Kelp Burgers? Let's (Spring) Roll. Cool along with us and @thewoodenpalate HERE using the recipe 👇🌿💙 Serves 6-8... Read more CHEEZY VEGAN KRAB CAKE DIP Bring this delicious crab-less dip to your next gameday or gathering! Read more LOADED VEGAN KELP BURGER NACHOS SPICY SUPERBOWL KELP BURGER NACHOS 🧀🌶️🏈🔥 by @purely_annie 👩🍳 Read more View more recipes - WHY OUR CUSTOMERS LOVE AKUA! Skip testimonials * Previous * Next > I was prepared to come up with a nice response after eating this, but > actually, it’s really rather delightful. It’s incredibly delicious. Well done. > > Sir Richard Branson > AKUA’s salty-smoky kelp burgers are all I want to eat this summer. > > - Bon Appetit > I am so happy to be adding the AKUA Kelp Burger to my meal plan. > > Celebrity Trainer, @kim_strother > Eating and cooking with an eye toward the future means introducing more kelp > into your diet. And considering how delicious the AKUA burger is, that may not > be such a tall order. > > Well + Good > This AKUA Kelp Burger is the patty of my DREAMS! And once paired with some > other epic swaps, my cravings have been MET!! > > - @sarabaldoni > A plant-based brand everyone should try in 2022. > > The Kitchn > I finally found a clean vegan burger with #Eattoglow ingredients!!! AKUA Kelp > Burgers have a delicious smokey umami flavor but also contain real superfoods, > 0g sugar, and 0 inflammatory oils! No joke these are life-changingly good! > > @celestethomas - FOLLOW US @LIFEAKUA SIGN UP TO THE KELP CLUB ON FACEBOOK 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