<!doctype html>
<html class="no-js" lang="en">
  <head>
<script type="application/vnd.locksmith+json" data-locksmith>{"version":"v105","locked":false,"initialized":true,"scope":"index","access_granted":true,"access_denied":false,"requires_customer":false,"manual_lock":false,"remote_lock":false,"has_timeout":false,"remote_rendered":null,"hide_resource":false,"hide_links_to_resource":false,"transparent":true,"locks":{"all":[],"opened":[]},"keys":[],"keys_signature":"76f9e151d3df9db1f73bae60853da1ee794a04996112aa88d3a0409842de0bc2","state":{"template":"index","theme":141310558458,"product":null,"collection":null,"page":null,"blog":null,"article":null,"app":null},"now":1712741369,"path":"\/","locale_root_url":"\/","canonical_url":"https:\/\/www.thehonestkitchen.com\/","customer_id":null,"customer_id_signature":"76f9e151d3df9db1f73bae60853da1ee794a04996112aa88d3a0409842de0bc2","cart":null}</script><script data-locksmith>!function(){var require=undefined,reqwest=function(){function succeed(e){var t=protocolRe.exec(e.url);return t=t&&t[1]||context.location.protocol,httpsRe.test(t)?twoHundo.test(e.request.status):!!e.request.response}function handleReadyState(e,t,n){return function(){return e._aborted?n(e.request):e._timedOut?n(e.request,"Request is aborted: timeout"):void(e.request&&4==e.request[readyState]&&(e.request.onreadystatechange=noop,succeed(e)?t(e.request):n(e.request)))}}function setHeaders(e,t){var n,s=t.headers||{};s.Accept=s.Accept||defaultHeaders.accept[t.type]||defaultHeaders.accept["*"];var r="undefined"!=typeof FormData&&t.data instanceof FormData;for(n in!t.crossOrigin&&!s[requestedWith]&&(s[requestedWith]=defaultHeaders.requestedWith),!s[contentType]&&!r&&(s[contentType]=t.contentType||defaultHeaders.contentType),s)s.hasOwnProperty(n)&&"setRequestHeader"in e&&e.setRequestHeader(n,s[n])}function setCredentials(e,t){"undefined"!=typeof t.withCredentials&&"undefined"!=typeof e.withCredentials&&(e.withCredentials=!!t.withCredentials)}function generalCallback(e){lastValue=e}function urlappend(e,t){return e+(/[?]/.test(e)?"&":"?")+t}function handleJsonp(e,t,n,s){var r=uniqid++,o=e.jsonpCallback||"callback",a=e.jsonpCallbackName||reqwest.getcallbackPrefix(r),i=new RegExp("((^|[?]|&)"+o+")=([^&]+)"),l=s.match(i),c=doc.createElement("script"),u=0,d=-1!==navigator.userAgent.indexOf("MSIE 10.0");return l?"?"===l[3]?s=s.replace(i,"$1="+a):a=l[3]:s=urlappend(s,o+"="+a),context[a]=generalCallback,c.type="text/javascript",c.src=s,c.async=!0,"undefined"!=typeof c.onreadystatechange&&!d&&(c.htmlFor=c.id="_reqwest_"+r),c.onload=c.onreadystatechange=function(){if(c[readyState]&&"complete"!==c[readyState]&&"loaded"!==c[readyState]||u)return!1;c.onload=c.onreadystatechange=null,c.onclick&&c.onclick(),t(lastValue),lastValue=undefined,head.removeChild(c),u=1},head.appendChild(c),{abort:function(){c.onload=c.onreadystatechange=null,n({},"Request is aborted: timeout",{}),lastValue=undefined,head.removeChild(c),u=1}}}function getRequest(e,t){var n,s=this.o,r=(s.method||"GET").toUpperCase(),o="string"==typeof s?s:s.url,a=!1!==s.processData&&s.data&&"string"!=typeof s.data?reqwest.toQueryString(s.data):s.data||null,i=!1;return("jsonp"==s.type||"GET"==r)&&a&&(o=urlappend(o,a),a=null),"jsonp"==s.type?handleJsonp(s,e,t,o):((n=s.xhr&&s.xhr(s)||xhr(s)).open(r,o,!1!==s.async),setHeaders(n,s),setCredentials(n,s),context[xDomainRequest]&&n instanceof context[xDomainRequest]?(n.onload=e,n.onerror=t,n.onprogress=function(){},i=!0):n.onreadystatechange=handleReadyState(this,e,t),s.before&&s.before(n),i?setTimeout(function(){n.send(a)},200):n.send(a),n)}function Reqwest(e,t){this.o=e,this.fn=t,init.apply(this,arguments)}function setType(e){return null===e?undefined:e.match("json")?"json":e.match("javascript")?"js":e.match("text")?"html":e.match("xml")?"xml":void 0}function init(o,fn){function complete(e){for(o.timeout&&clearTimeout(self.timeout),self.timeout=null;0<self._completeHandlers.length;)self._completeHandlers.shift()(e)}function success(resp){var type=o.type||resp&&setType(resp.getResponseHeader("Content-Type"));resp="jsonp"!==type?self.request:resp;var filteredResponse=globalSetupOptions.dataFilter(resp.responseText,type),r=filteredResponse;try{resp.responseText=r}catch(e){}if(r)switch(type){case"json":try{resp=context.JSON?context.JSON.parse(r):eval("("+r+")")}catch(err){return error(resp,"Could not parse JSON in response",err)}break;case"js":resp=eval(r);break;case"html":resp=r;break;case"xml":resp=resp.responseXML&&resp.responseXML.parseError&&resp.responseXML.parseError.errorCode&&resp.responseXML.parseError.reason?null:resp.responseXML}for(self._responseArgs.resp=resp,self._fulfilled=!0,fn(resp),self._successHandler(resp);0<self._fulfillmentHandlers.length;)resp=self._fulfillmentHandlers.shift()(resp);complete(resp)}function timedOut(){self._timedOut=!0,self.request.abort()}function error(e,t,n){for(e=self.request,self._responseArgs.resp=e,self._responseArgs.msg=t,self._responseArgs.t=n,self._erred=!0;0<self._errorHandlers.length;)self._errorHandlers.shift()(e,t,n);complete(e)}this.url="string"==typeof o?o:o.url,this.timeout=null,this._fulfilled=!1,this._successHandler=function(){},this._fulfillmentHandlers=[],this._errorHandlers=[],this._completeHandlers=[],this._erred=!1,this._responseArgs={};var self=this;fn=fn||function(){},o.timeout&&(this.timeout=setTimeout(function(){timedOut()},o.timeout)),o.success&&(this._successHandler=function(){o.success.apply(o,arguments)}),o.error&&this._errorHandlers.push(function(){o.error.apply(o,arguments)}),o.complete&&this._completeHandlers.push(function(){o.complete.apply(o,arguments)}),this.request=getRequest.call(this,success,error)}function reqwest(e,t){return new Reqwest(e,t)}function normalize(e){return e?e.replace(/\r?\n/g,"\r\n"):""}function serial(e,t){var n,s,r,o,a=e.name,i=e.tagName.toLowerCase(),l=function(e){e&&!e.disabled&&t(a,normalize(e.attributes.value&&e.attributes.value.specified?e.value:e.text))};if(!e.disabled&&a)switch(i){case"input":/reset|button|image|file/i.test(e.type)||(n=/checkbox/i.test(e.type),s=/radio/i.test(e.type),r=e.value,(!n&&!s||e.checked)&&t(a,normalize(n&&""===r?"on":r)));break;case"textarea":t(a,normalize(e.value));break;case"select":if("select-one"===e.type.toLowerCase())l(0<=e.selectedIndex?e.options[e.selectedIndex]:null);else for(o=0;e.length&&o<e.length;o++)e.options[o].selected&&l(e.options[o])}}function eachFormElement(){var e,t,o=this,n=function(e,t){var n,s,r;for(n=0;n<t.length;n++)for(r=e[byTag](t[n]),s=0;s<r.length;s++)serial(r[s],o)};for(t=0;t<arguments.length;t++)e=arguments[t],/input|select|textarea/i.test(e.tagName)&&serial(e,o),n(e,["input","select","textarea"])}function serializeQueryString(){return reqwest.toQueryString(reqwest.serializeArray.apply(null,arguments))}function serializeHash(){var n={};return eachFormElement.apply(function(e,t){e in n?(n[e]&&!isArray(n[e])&&(n[e]=[n[e]]),n[e].push(t)):n[e]=t},arguments),n}function buildParams(e,t,n,s){var r,o,a,i=/\[\]$/;if(isArray(t))for(o=0;t&&o<t.length;o++)a=t[o],n||i.test(e)?s(e,a):buildParams(e+"["+("object"==typeof a?o:"")+"]",a,n,s);else if(t&&"[object Object]"===t.toString())for(r in t)buildParams(e+"["+r+"]",t[r],n,s);else s(e,t)}var context=this,XHR2;if("window"in context)var doc=document,byTag="getElementsByTagName",head=doc[byTag]("head")[0];else try{XHR2=require("xhr2")}catch(ex){throw new Error("Peer dependency `xhr2` required! Please npm install xhr2")}var httpsRe=/^http/,protocolRe=/(^\w+):\/\//,twoHundo=/^(20\d|1223)$/,readyState="readyState",contentType="Content-Type",requestedWith="X-Requested-With",uniqid=0,callbackPrefix="reqwest_"+ +new Date,lastValue,xmlHttpRequest="XMLHttpRequest",xDomainRequest="XDomainRequest",noop=function(){},isArray="function"==typeof Array.isArray?Array.isArray:function(e){return e instanceof Array},defaultHeaders={contentType:"application/x-www-form-urlencoded",requestedWith:xmlHttpRequest,accept:{"*":"text/javascript, text/html, application/xml, text/xml, */*",xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript",js:"application/javascript, text/javascript"}},xhr=function(e){if(!0!==e.crossOrigin)return context[xmlHttpRequest]?new XMLHttpRequest:XHR2?new XHR2:new ActiveXObject("Microsoft.XMLHTTP");var t=context[xmlHttpRequest]?new XMLHttpRequest:null;if(t&&"withCredentials"in t)return t;if(context[xDomainRequest])return new XDomainRequest;throw new Error("Browser does not support cross-origin requests")},globalSetupOptions={dataFilter:function(e){return e}};return Reqwest.prototype={abort:function(){this._aborted=!0,this.request.abort()},retry:function(){init.call(this,this.o,this.fn)},then:function(e,t){return e=e||function(){},t=t||function(){},this._fulfilled?this._responseArgs.resp=e(this._responseArgs.resp):this._erred?t(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):(this._fulfillmentHandlers.push(e),this._errorHandlers.push(t)),this},always:function(e){return this._fulfilled||this._erred?e(this._responseArgs.resp):this._completeHandlers.push(e),this},fail:function(e){return this._erred?e(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):this._errorHandlers.push(e),this},"catch":function(e){return this.fail(e)}},reqwest.serializeArray=function(){var n=[];return eachFormElement.apply(function(e,t){n.push({name:e,value:t})},arguments),n},reqwest.serialize=function(){if(0===arguments.length)return"";var e,t=Array.prototype.slice.call(arguments,0);return(e=t.pop())&&e.nodeType&&t.push(e)&&(e=null),e&&(e=e.type),("map"==e?serializeHash:"array"==e?reqwest.serializeArray:serializeQueryString).apply(null,t)},reqwest.toQueryString=function(e,t){var n,s,r=t||!1,o=[],a=encodeURIComponent,i=function(e,t){t="function"==typeof t?t():null==t?"":t,o[o.length]=a(e)+"="+a(t)};if(isArray(e))for(s=0;e&&s<e.length;s++)i(e[s].name,e[s].value);else for(n in e)e.hasOwnProperty(n)&&buildParams(n,e[n],r,i);return o.join("&").replace(/%20/g,"+")},reqwest.getcallbackPrefix=function(){return callbackPrefix},reqwest.compat=function(e,t){return e&&(e.type&&(e.method=e.type)&&delete e.type,e.dataType&&(e.type=e.dataType),e.jsonpCallback&&(e.jsonpCallbackName=e.jsonpCallback)&&delete e.jsonpCallback,e.jsonp&&(e.jsonpCallback=e.jsonp)),new Reqwest(e,t)},reqwest.ajaxSetup=function(e){for(var t in e=e||{})globalSetupOptions[t]=e[t]},reqwest}();
/*!
  * Reqwest! A general purpose XHR connection manager
  * license MIT (c) Dustin Diaz 2015
  * https://github.com/ded/reqwest
  */!function(){var a=window.Locksmith={},e=document.querySelector('script[type="application/vnd.locksmith+json"]'),n=e&&e.innerHTML;if(a.state={},a.util={},a.loading=!1,n)try{a.state=JSON.parse(n)}catch(u){}if(document.addEventListener&&document.querySelector){var s,r,o,t=[76,79,67,75,83,77,73,84,72,49,49],i=function(){r=t.slice(0)},l="style",c=function(e){e&&27!==e.keyCode&&"click"!==e.type||(document.removeEventListener("keydown",c),document.removeEventListener("click",c),s&&document.body.removeChild(s),s=null)};i(),document.addEventListener("keyup",function(e){if(e.keyCode===r[0]){if(clearTimeout(o),r.shift(),0<r.length)return void(o=setTimeout(i,1e3));i(),c(),(s=document.createElement("div"))[l].width="50%",s[l].maxWidth="1000px",s[l].height="85%",s[l].border="1px rgba(0, 0, 0, 0.2) solid",s[l].background="rgba(255, 255, 255, 0.99)",s[l].borderRadius="4px",s[l].position="fixed",s[l].top="50%",s[l].left="50%",s[l].transform="translateY(-50%) translateX(-50%)",s[l].boxShadow="0 2px 5px rgba(0, 0, 0, 0.3), 0 0 100vh 100vw rgba(0, 0, 0, 0.5)",s[l].zIndex="2147483645";var t=document.createElement("textarea");t.value=JSON.stringify(JSON.parse(n),null,2),t[l].border="none",t[l].display="block",t[l].boxSizing="border-box",t[l].width="100%",t[l].height="100%",t[l].background="transparent",t[l].padding="22px",t[l].fontFamily="monospace",t[l].fontSize="14px",t[l].color="#333",t[l].resize="none",t[l].outline="none",t.readOnly=!0,s.appendChild(t),document.body.appendChild(s),t.addEventListener("click",function(e){e.stopImmediatePropagation()}),t.select(),document.addEventListener("keydown",c),document.addEventListener("click",c)}})}a.isEmbedded=-1!==window.location.search.indexOf("_ab=0&_fd=0&_sc=1"),a.path=a.state.path||window.location.pathname,a.basePath=a.state.locale_root_url.concat("/apps/locksmith").replace(/^\/\//,"/"),a.reloading=!1,a.util.console=window.console||{log:function(){},error:function(){}},a.util.makeUrl=function(e,t){var n,s=a.basePath+e,r=[],o=a.cache();for(n in o)r.push(n+"="+encodeURIComponent(o[n]));for(n in t)r.push(n+"="+encodeURIComponent(t[n]));return a.state.customer_id&&(r.push("customer_id="+encodeURIComponent(a.state.customer_id)),r.push("customer_id_signature="+encodeURIComponent(a.state.customer_id_signature))),s+=(-1===s.indexOf("?")?"?":"&")+r.join("&")},a._initializeCallbacks=[],a.on=function(e,t){if("initialize"!==e)throw'Locksmith.on() currently only supports the "initialize" event';a._initializeCallbacks.push(t)},a.initializeSession=function(e){if(!a.isEmbedded){var t=!1,n=!0,s=!0;(e=e||{}).silent&&(s=n=!(t=!0)),a.ping({silent:t,spinner:n,reload:s,callback:function(){a._initializeCallbacks.forEach(function(e){e()})}})}},a.cache=function(e){var t={};try{var n=function r(e){return(document.cookie.match("(^|; )"+e+"=([^;]*)")||0)[2]};t=JSON.parse(decodeURIComponent(n("locksmith-params")||"{}"))}catch(u){}if(e){for(var s in e)t[s]=e[s];document.cookie="locksmith-params=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/",document.cookie="locksmith-params="+encodeURIComponent(JSON.stringify(t))+"; path=/"}return t},a.cache.cart=a.state.cart,a.cache.cartLastSaved=null,a.params=a.cache(),a.util.reload=function(){a.reloading=!0;try{window.location.href=window.location.href.replace(/#.*/,"")}catch(u){a.util.console.error("Preferred reload method failed",u),window.location.reload()}},a.cache.saveCart=function(e){if(!a.cache.cart||a.cache.cart===a.cache.cartLastSaved)return e?e():null;var t=a.cache.cartLastSaved;a.cache.cartLastSaved=a.cache.cart,reqwest({url:"/cart/update.json",method:"post",type:"json",data:{attributes:{locksmith:a.cache.cart}},complete:e,error:function(e){if(a.cache.cartLastSaved=t,!a.reloading)throw e}})},a.util.spinnerHTML='<style>body{background:#FFF}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#loading{display:flex;width:100%;height:50vh;color:#777;align-items:center;justify-content:center}#loading .spinner{display:block;animation:spin 600ms linear infinite;position:relative;width:50px;height:50px}#loading .spinner-ring{stroke:currentColor;stroke-dasharray:100%;stroke-width:2px;stroke-linecap:round;fill:none}</style><div id="loading"><div class="spinner"><svg width="100%" height="100%"><svg preserveAspectRatio="xMinYMin"><circle class="spinner-ring" cx="50%" cy="50%" r="45%"></circle></svg></svg></div></div>',a.util.clobberBody=function(e){document.body.innerHTML=e},a.util.clobberDocument=function(e){e.responseText&&(e=e.responseText),document.documentElement&&document.removeChild(document.documentElement);var t=document.open("text/html","replace");t.writeln(e),t.close(),setTimeout(function(){var e=t.querySelector("[autofocus]");e&&e.focus()},100)},a.util.serializeForm=function(e){if(e&&"FORM"===e.nodeName){var t,n,s={};for(t=e.elements.length-1;0<=t;t-=1)if(""!==e.elements[t].name)switch(e.elements[t].nodeName){case"INPUT":switch(e.elements[t].type){default:case"text":case"hidden":case"password":case"button":case"reset":case"submit":s[e.elements[t].name]=e.elements[t].value;break;case"checkbox":case"radio":e.elements[t].checked&&(s[e.elements[t].name]=e.elements[t].value);break;case"file":}break;case"TEXTAREA":s[e.elements[t].name]=e.elements[t].value;break;case"SELECT":switch(e.elements[t].type){case"select-one":s[e.elements[t].name]=e.elements[t].value;break;case"select-multiple":for(n=e.elements[t].options.length-1;0<=n;n-=1)e.elements[t].options[n].selected&&(s[e.elements[t].name]=e.elements[t].options[n].value)}break;case"BUTTON":switch(e.elements[t].type){case"reset":case"submit":case"button":s[e.elements[t].name]=e.elements[t].value}}return s}},a.util.on=function(e,o,a,t){t=t||document;var i="locksmith-"+e+o,n=function(e){var t=e.target,n=e.target.parentElement,s=t.className.baseVal||t.className||"",r=n.className.baseVal||n.className||"";("string"==typeof s&&-1!==s.split(/\s+/).indexOf(o)||"string"==typeof r&&-1!==r.split(/\s+/).indexOf(o))&&!e[i]&&(e[i]=!0,a(e))};t.attachEvent?t.attachEvent(e,n):t.addEventListener(e,n,!1)},a.util.enableActions=function(e){a.util.on("click","locksmith-action",function(e){e.preventDefault();var t=e.target;t.dataset.confirmWith&&!confirm(t.dataset.confirmWith)||(t.disabled=!0,t.innerText=t.dataset.disableWith,a.post("/action",t.dataset.locksmithParams,{spinner:!1,type:"text",success:function(e){(e=JSON.parse(e.responseText)).message&&alert(e.message),a.util.reload()}}))},e)},a.util.inject=function(e,t){var n=["data","locksmith","append"];if(-1!==t.indexOf(n.join("-"))){var s=document.createElement("div");s.innerHTML=t,e.appendChild(s)}else e.innerHTML=t;var r,o,a=e.querySelectorAll("script");for(o=0;o<a.length;++o){r=a[o];var i=document.createElement("script");if(r.type&&(i.type=r.type),r.src)i.src=r.src;else{var l=document.createTextNode(r.innerHTML);i.appendChild(l)}e.appendChild(i)}var c=e.querySelector("[autofocus]");c&&c.focus()},a.post=function(e,t,n){!1!==(n=n||{}).spinner&&a.util.clobberBody(a.util.spinnerHTML);var s={};n.container===document?(s.layout=1,n.success=function(e){document.getElementById(n.container);a.util.clobberDocument(e)}):n.container&&(s.layout=0,n.success=function(e){var t=document.getElementById(n.container);a.util.inject(t,e),t.id===t.firstChild.id&&t.parentElement.replaceChild(t.firstChild,t)}),a.loading=!0;var r=a.util.makeUrl(e,s);reqwest({url:r,method:"post",type:n.type||"html",data:t,complete:function(){a.loading=!1},error:function(e){if(!a.reloading)if("dashboard.weglot.com"!==window.location.host){if(!n.silent)throw alert("Something went wrong! Please refresh and try again."),e;console.error(e)}else console.error(e)},success:n.success||a.util.clobberDocument})},a.postResource=function(e,t){e.path=a.path,e.search=window.location.search,e.state=a.state,e.passcode&&(e.passcode=e.passcode.trim()),e.email&&(e.email=e.email.trim()),e.state.cart=a.cache.cart,e.locksmith_json=a.jsonTag,e.locksmith_json_signature=a.jsonTagSignature,a.post("/resource",e,t)},a.ping=function(e){if(!a.isEmbedded){e=e||{};a.post("/ping",{path:a.path,search:window.location.search,state:a.state},{spinner:!!e.spinner,silent:"undefined"==typeof e.silent||e.silent,type:"text",success:function(e){(e=JSON.parse(e.responseText)).messages&&0<e.messages.length&&a.showMessages(e.messages)}})}},a.timeoutMonitor=function(){var e=a.cache.cart;a.ping({callback:function(){e!==a.cache.cart||setTimeout(function(){a.timeoutMonitor()},6e4)}})},a.showMessages=function(e){var t=document.createElement("div");t.style.position="fixed",t.style.left=0,t.style.right=0,t.style.bottom="-50px",t.style.opacity=0,t.style.background="#191919",t.style.color="#ddd",t.style.transition="bottom 0.2s, opacity 0.2s",t.style.zIndex=999999,t.innerHTML="        <style>          .locksmith-ab .locksmith-b { display: none; }          .locksmith-ab.toggled .locksmith-b { display: flex; }          .locksmith-ab.toggled .locksmith-a { display: none; }          .locksmith-flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 10px 20px; }          .locksmith-message + .locksmith-message { border-top: 1px #555 solid; }          .locksmith-message a { color: inherit; font-weight: bold; }          .locksmith-message a:hover { color: inherit; opacity: 0.8; }          a.locksmith-ab-toggle { font-weight: inherit; text-decoration: underline; }          .locksmith-text { flex-grow: 1; }          .locksmith-cta { flex-grow: 0; text-align: right; }          .locksmith-cta button { transform: scale(0.8); transform-origin: left; }          .locksmith-cta > * { display: block; }          .locksmith-cta > * + * { margin-top: 10px; }          .locksmith-message a.locksmith-close { flex-grow: 0; text-decoration: none; margin-left: 15px; font-size: 30px; font-family: monospace; display: block; padding: 2px 10px; }                    @media screen and (max-width: 600px) {            .locksmith-wide-only { display: none !important; }            .locksmith-flex { padding: 0 15px; }            .locksmith-flex > * { margin-top: 5px; margin-bottom: 5px; }            .locksmith-cta { text-align: left; }          }                    @media screen and (min-width: 601px) {            .locksmith-narrow-only { display: none !important; }          }        </style>      "+e.map(function(e){return'<div class="locksmith-message">'+e+"</div>"}).join(""),document.body.appendChild(t),document.body.style.position="relative",document.body.parentElement.style.paddingBottom=t.offsetHeight+"px",setTimeout(function(){t.style.bottom=0,t.style.opacity=1},50),a.util.on("click","locksmith-ab-toggle",function(e){e.preventDefault();for(var t=e.target.parentElement;-1===t.className.split(" ").indexOf("locksmith-ab");)t=t.parentElement;-1!==t.className.split(" ").indexOf("toggled")?t.className=t.className.replace("toggled",""):t.className=t.className+" toggled"}),a.util.enableActions(t)}}()}();</script>
      <script data-locksmith>Locksmith.cache.cart=null</script>


  <script data-locksmith>Locksmith.jsonTag="\u003cscript type=\"application\/vnd.locksmith+json\" data-locksmith\u003e{\"version\":\"v105\",\"locked\":false,\"initialized\":true,\"scope\":\"index\",\"access_granted\":true,\"access_denied\":false,\"requires_customer\":false,\"manual_lock\":false,\"remote_lock\":false,\"has_timeout\":false,\"remote_rendered\":null,\"hide_resource\":false,\"hide_links_to_resource\":false,\"transparent\":true,\"locks\":{\"all\":[],\"opened\":[]},\"keys\":[],\"keys_signature\":\"76f9e151d3df9db1f73bae60853da1ee794a04996112aa88d3a0409842de0bc2\",\"state\":{\"template\":\"index\",\"theme\":141310558458,\"product\":null,\"collection\":null,\"page\":null,\"blog\":null,\"article\":null,\"app\":null},\"now\":1712741369,\"path\":\"\\\/\",\"locale_root_url\":\"\\\/\",\"canonical_url\":\"https:\\\/\\\/www.thehonestkitchen.com\\\/\",\"customer_id\":null,\"customer_id_signature\":\"76f9e151d3df9db1f73bae60853da1ee794a04996112aa88d3a0409842de0bc2\",\"cart\":null}\u003c\/script\u003e";Locksmith.jsonTagSignature="5037b43991e4b86bcdc90a6dae45cf5ab1009d4fa464675282d2b92188b4d291"</script>
<!-- OneTrust Cookies Consent Notice start for thehonestkitchen.com -->
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="56aef337-02ab-4f21-a084-95006f724993" ></script>
<script type="text/javascript">
function OptanonWrapper() { }
</script>
<!-- OneTrust Cookies Consent Notice end for thehonestkitchen.com -->

<link rel='preconnect dns-prefetch' href='https://api.config-security.com/' crossorigin />
<link rel='preconnect dns-prefetch' href='https://conf.config-security.com/' crossorigin />
<link rel='preconnect dns-prefetch' href='https://whale.camera/' crossorigin />
<script>
/* >> TriplePixel :: start*/
window.TriplePixelData={TripleName:"the-honest-kitchen.myshopify.com",ver:"2.11",plat:"SHOPIFY",isHeadless:false},function(W,H,A,L,E,_,B,N){function O(U,T,P,H,R){void 0===R&&(R=!1),H=new XMLHttpRequest,P?(H.open("POST",U,!0),H.setRequestHeader("Content-Type","application/json")):H.open("GET",U,!0),H.send(JSON.stringify(P||{})),H.onreadystatechange=function(){4===H.readyState&&200===H.status?(R=H.responseText,U.includes(".txt")?eval(R):P||(N[B]=R)):(299<H.status||H.status<200)&&T&&!R&&(R=!0,O(U,T-1,P))}}if(N=window,!N[H+"sn"]){N[H+"sn"]=1,L=function(){return Date.now().toString(36)+"_"+Math.random().toString(36)};try{A.setItem(H,1+(0|A.getItem(H)||0)),(E=JSON.parse(A.getItem(H+"U")||"[]")).push({u:location.href,r:document.referrer,t:Date.now(),id:L()}),A.setItem(H+"U",JSON.stringify(E))}catch(e){}var i,m,p;A.getItem('"!nC`')||(_=A,A=N,A[H]||(E=A[H]=function(t,e,a){return void 0===a&&(a=[]),"State"==t?E.s:(W=L(),(E._q=E._q||[]).push([W,t,e].concat(a)),W)},E.s="Installed",E._q=[],E.ch=W,B="configSecurityConfModel",N[B]=1,O("https://conf.config-security.com/model",5),i=L(),m=A[atob("c2NyZWVu")],_.setItem("di_pmt_wt",i),p={id:i,action:"profile",avatar:_.getItem("auth-security_rand_salt_"),time:m[atob("d2lkdGg=")]+":"+m[atob("aGVpZ2h0")],host:A.TriplePixelData.TripleName,plat:A.TriplePixelData.plat,url:window.location.href,ref:document.referrer,ver:A.TriplePixelData.ver},O("https://api.config-security.com/event",5,p),O("https://whale.camera/live/dot.txt",5)))}}("","TriplePixel",localStorage);
/* << TriplePixel :: end*/
</script>
    <script src="https://cdn.shopify.com/extensions/25e204a0-de79-4a77-ae9c-2e157f3e495d/1.14.0/assets/pdp-offer-block.js"></script>
<!-- Begin BlackCrow Script Tag: DO NOT MODIFY! -->
     <script type="text/javascript" async src="https://shopify-init.blackcrow.ai/js/core/the-honest-kitchen.js?shopify_app_version=1.0.242&shop=the-honest-kitchen.myshopify.com"></script>
<!-- End BlackCrow Script Tag -->        
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <meta name="theme-color" content="">
    <link rel="canonical" href="https://www.thehonestkitchen.com/">
    <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link rel="icon" type="image/png" href="//www.thehonestkitchen.com/cdn/shop/files/thk-favicon_32x32.png?v=1651599058"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><title>
      The Honest Kitchen Human Grade Pet Food
</title>

    
<meta name="description" content="The Honest Kitchen is the world&#39;s first human grade pet food for dogs and cats. With dry, dehydrated and wet food options—plus an array of toppers, treats, supplements and boosts—we have a wide variety of healthy, gourmet foods pets love.">


    

<meta property="og:site_name" content="The Honest Kitchen">
<meta property="og:url" content="https://www.thehonestkitchen.com/"><meta property="og:title" content="The Honest Kitchen Human Grade Pet Food">
<meta property="og:type" content="website">
<meta property="og:description" content="The Honest Kitchen is the world&#39;s first human grade pet food for dogs and cats. With dry, dehydrated and wet food options—plus an array of toppers, treats, supplements and boosts—we have a wide variety of healthy, gourmet foods pets love.">
<meta property="og:image" content="http://www.thehonestkitchen.com/cdn/shop/files/thehonestkitchen.png?v=1662583018">
<meta property="og:image:secure_url" content="https://www.thehonestkitchen.com/cdn/shop/files/thehonestkitchen.png?v=1662583018">
<meta property="og:image:width" content="1200">
  <meta property="og:image:height" content="628"><meta name="twitter:site" content="@honestKitchen"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="The Honest Kitchen Human Grade Pet Food">
<meta name="twitter:description" content="The Honest Kitchen is the world&#39;s first human grade pet food for dogs and cats. With dry, dehydrated and wet food options—plus an array of toppers, treats, supplements and boosts—we have a wide variety of healthy, gourmet foods pets love.">


    <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/global.js?v=100708177599567967951711646727" defer="defer"></script>
    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/61218586874/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="de5535a4444ab79d0f1ab844459b664e">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=61218586874" crossorigin="anonymous"></script>
<script id="shopify-features" type="application/json">{"accessToken":"de5535a4444ab79d0f1ab844459b664e","betas":["rich-media-storefront-analytics"],"domain":"www.thehonestkitchen.com","predictiveSearch":true,"shopId":61218586874,"smart_payment_buttons_url":"https:\/\/www.thehonestkitchen.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/www.thehonestkitchen.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en","flg4ff40b22":false}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "the-honest-kitchen.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"USD","rate":"1.0"};
Shopify.country = "US";
Shopify.theme = {"name":"[DIFF] THK 1.3.6 _ AR Edits","id":141310558458,"theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "www.thehonestkitchen.com/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>window.ShopifyPay = window.ShopifyPay || {};
window.ShopifyPay.apiHost = "shop.app\/pay";</script>
<script>
  window.Shopify = window.Shopify || {};
  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  window.Shopify.featureAssets['shop-js'] = {"pay-button":["modules/client.pay-button_2b981547.en.esm.js","modules/chunk.common_b1ce2487.esm.js"],"avatar":["modules/client.avatar_cdad0c7d.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_d39a6ea2.en.esm.js","modules/chunk.common_b1ce2487.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_4f23fe3e.en.esm.js","modules/chunk.common_b1ce2487.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_9fc21b0e.en.esm.js","modules/chunk.common_b1ce2487.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_70391801.en.esm.js","modules/chunk.common_b1ce2487.esm.js"],"shop-pay-checkout-sheet":["modules/client.shop-pay-checkout-sheet_285e4320.en.esm.js","modules/chunk.common_b1ce2487.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_193b5c5b.en.esm.js","modules/chunk.common_b1ce2487.esm.js","modules/chunk.shop-pay_20b687cc.esm.js"],"login-button":["modules/client.login-button_ba0d050e.en.esm.js","modules/chunk.common_b1ce2487.esm.js"],"discount-app":["modules/client.discount-app_4340936c.en.esm.js","modules/chunk.common_b1ce2487.esm.js"],"payment-terms":["modules/client.payment-terms_77da710a.en.esm.js","modules/chunk.common_b1ce2487.esm.js"]};
</script>
<script>(function() {
  function asyncLoad() {
    var urls = ["https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=LCLJA8\u0026shop=the-honest-kitchen.myshopify.com","https:\/\/shopiapps.in\/compare_product\/cmp_widget\/sp_cmp_init.js?shop=the-honest-kitchen.myshopify.com","https:\/\/www.pxucdn.com\/apps\/uso.js?shop=the-honest-kitchen.myshopify.com","https:\/\/cdn-loyalty.yotpo.com\/loader\/mPxX4BCBueUY7RJqsAXTQg.js?shop=the-honest-kitchen.myshopify.com","https:\/\/cdn.attn.tv\/thehonestkitchen\/dtag.js?shop=the-honest-kitchen.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/1858\/6874\/t\/1\/assets\/zendesk-embeddable.js?v=1644531419\u0026shop=the-honest-kitchen.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0612\/1858\/6874\/t\/1\/assets\/sca-qv-scripts-noconfig.js?v=1646690550\u0026shop=the-honest-kitchen.myshopify.com","https:\/\/cdn.authorsig.lowfruitsolutions.com\/c3a51eba500f033bfdd2a496b3f4cac5\/author-sig-5d39c00da0a85c22cffaf16bdd961318.js?shop=the-honest-kitchen.myshopify.com","\/\/staticw2.yotpo.com\/N2XwiY9dFjO26a0mFOIO4HDVvNTkmsh6lIOLAYCm\/widget.js?shop=the-honest-kitchen.myshopify.com","https:\/\/static.klaviyo.com\/onsite\/js\/klaviyo.js?company_id=Pfp9iH\u0026shop=the-honest-kitchen.myshopify.com","https:\/\/widgets.automizely.com\/aftership\/gmv.js?organization_id=530bbb6809104daeb9439e8164761c14\u0026shop=the-honest-kitchen.myshopify.com","https:\/\/pzapi-nb.com\/b\/1100l560\/1100l116.js?shop=the-honest-kitchen.myshopify.com","https:\/\/geolocation-recommendations.shopifyapps.com\/locale_bar\/script.js?shop=the-honest-kitchen.myshopify.com","https:\/\/pc-quiz.s3.us-east-2.amazonaws.com\/current\/quiz-loader.min.js?shop=the-honest-kitchen.myshopify.com","https:\/\/str.rise-ai.com\/?shop=the-honest-kitchen.myshopify.com","https:\/\/strn.rise-ai.com\/?shop=the-honest-kitchen.myshopify.com","https:\/\/shopify-init.blackcrow.ai\/js\/core\/the-honest-kitchen.js?shopify_app_version=1.0.208\u0026shop=the-honest-kitchen.myshopify.com","https:\/\/api.kount.com\/shopify\/js?m_id=170690\u0026shop=the-honest-kitchen.myshopify.com","https:\/\/connect.nosto.com\/script\/shopify\/nosto.js?merchant=shopify-61218586874\u0026shop=the-honest-kitchen.myshopify.com"];
    for (var i = 0; i < urls.length; i++) {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = urls[i];
      var x = document.getElementsByTagName('script')[0];
      x.parentNode.insertBefore(s, x);
    }
  };
  if(window.attachEvent) {
    window.attachEvent('onload', asyncLoad);
  } else {
    window.addEventListener('load', asyncLoad, false);
  }
})();</script>
<script id="__st">var __st={"a":61218586874,"offset":-18000,"reqid":"e470e593-5b86-4c4e-b6de-26e7b5254f7a-1712741369","pageurl":"www.thehonestkitchen.com\/?feed=rss2","u":"6ccbb9257897","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script>!function(o){o.addEventListener("DOMContentLoaded",function(){window.Shopify=window.Shopify||{},window.Shopify.recaptchaV3=window.Shopify.recaptchaV3||{siteKey:"6LeHG2ApAAAAAO4rPaDW-qVpPKPOBfjbCpzJB9ey"};var t=['form[action*="/contact"] input[name="form_type"][value="contact"]','form[action*="/comments"] input[name="form_type"][value="new_comment"]','form[action*="/account"] input[name="form_type"][value="customer_login"]','form[action*="/account"] input[name="form_type"][value="recover_customer_password"]','form[action*="/account"] input[name="form_type"][value="create_customer"]','form[action*="/contact"] input[name="form_type"][value="customer"]'].join(",");function n(e){e=e.target;null==e||null!=(e=function e(t,n){if(null==t.parentElement)return null;if("FORM"!=t.parentElement.tagName)return e(t.parentElement,n);for(var o=t.parentElement.action,r=0;r<n.length;r++)if(-1!==o.indexOf(n[r]))return t.parentElement;return null}(e,["/contact","/comments","/account"]))&&null!=e.querySelector(t)&&((e=o.createElement("script")).setAttribute("src","https://cdn.shopify.com/shopifycloud/storefront-recaptcha-v3/v0.6/index.js"),o.body.appendChild(e),o.removeEventListener("focus",n,!0),o.removeEventListener("change",n,!0),o.removeEventListener("click",n,!0))}o.addEventListener("click",n,!0),o.addEventListener("change",n,!0),o.addEventListener("focus",n,!0)})}(document);</script>
<script integrity="sha256-n5Uet9jVOXPHGd4hH4B9Y6+BxkTluaaucmYaxAjUcvY=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.thehonestkitchen.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-9f951eb7d8d53973c719de211f807d63af81c644e5b9a6ae72661ac408d472f6.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//www.thehonestkitchen.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script>
<script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//www.thehonestkitchen.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script>
<script id="sections-script" data-sections="header,footer" defer="defer" src="//www.thehonestkitchen.com/cdn/shop/t/273/compiled_assets/scripts.js?83927"></script>

<script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
    

    <link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/atomic.css?v=116153326901279452451711646700" rel="stylesheet" type="text/css" media="all" />


    <style data-shopify>
      @font-face {
  font-family: Assistant;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.thehonestkitchen.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=dGhlaG9uZXN0a2l0Y2hlbi5jb20&h2=dGhlLWhvbmVzdC1raXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1bf39597e22ce50e913fd85c4cf2306160c2700104041aa43a22696426afcac6") format("woff2"),
       url("//www.thehonestkitchen.com/cdn/fonts/assistant/assistant_n4.a2d012304becc2a26f1ded1acc136fcab85c9afd.woff?h1=dGhlaG9uZXN0a2l0Y2hlbi5jb20&h2=dGhlLWhvbmVzdC1raXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=5ddf1956ee65c62375ae30bcf90ec203fc563cce10a8b27e45224018adf75f18") format("woff");
}

      @font-face {
  font-family: Assistant;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//www.thehonestkitchen.com/cdn/fonts/assistant/assistant_n7.3335c7bdaddf2501ddab87cdbd9be98f3870e10d.woff2?h1=dGhlaG9uZXN0a2l0Y2hlbi5jb20&h2=dGhlLWhvbmVzdC1raXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=8aabeac967a52ef17f2ec4dc0ced81ec6100e75b3244586913f38a37b4de815e") format("woff2"),
       url("//www.thehonestkitchen.com/cdn/fonts/assistant/assistant_n7.7c85f5c5cc1555de92cc7ef2790ee3cffe5237f5.woff?h1=dGhlaG9uZXN0a2l0Y2hlbi5jb20&h2=dGhlLWhvbmVzdC1raXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=0b0cfa599a8020b8ed1f1841d6fe42f4e41d47766f48ef9d6b8820258c002498") format("woff");
}

      
      
      @font-face {
  font-family: Assistant;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//www.thehonestkitchen.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=dGhlaG9uZXN0a2l0Y2hlbi5jb20&h2=dGhlLWhvbmVzdC1raXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1bf39597e22ce50e913fd85c4cf2306160c2700104041aa43a22696426afcac6") format("woff2"),
       url("//www.thehonestkitchen.com/cdn/fonts/assistant/assistant_n4.a2d012304becc2a26f1ded1acc136fcab85c9afd.woff?h1=dGhlaG9uZXN0a2l0Y2hlbi5jb20&h2=dGhlLWhvbmVzdC1raXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=5ddf1956ee65c62375ae30bcf90ec203fc563cce10a8b27e45224018adf75f18") format("woff");
}


      :root {
        --font-body-family: Assistant, sans-serif;
        --font-body-style: normal;
        --font-body-weight: 400;

        --font-heading-family: Assistant, sans-serif;
        --font-heading-style: normal;
        --font-heading-weight: 400;

        --font-body-scale: 1.0;
        --font-heading-scale: 1.0;

        --color-base-text: 64, 64, 64;
        --color-base-background-1: 255, 255, 255;
        --color-base-background-2: 242, 243, 245;
        --color-base-solid-button-labels: 255, 255, 255;
        --color-base-outline-button-labels: 64, 64, 64;
        --color-base-accent-1: 224, 230, 204;
        --color-base-accent-2: 243, 241, 231;
        --payment-terms-background-color: #fff;

        --gradient-base-background-1: #fff;
        --gradient-base-background-2: #f2f3f5;
        --gradient-base-accent-1: radial-gradient(rgba(239, 214, 187, 1) 100%, rgba(255, 250, 99, 1) 100%);
        --gradient-base-accent-2: radial-gradient(rgba(242, 243, 245, 1) 100%, rgba(120, 196, 245, 1) 100%);

        --page-width: 160rem;
        --page-width-margin: 2rem;
      }

      *,
      *::before,
      *::after {
        box-sizing: inherit;
      }

      html {
        box-sizing: border-box;
        font-size: calc(var(--font-body-scale) * 62.5%);
        height: 100%;
      }

      body {
        display: grid;
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 100%;
        min-height: 100%;
        margin: 0;
        font-size: 1.5rem;
        letter-spacing: 0.06rem;
        line-height: calc(1 + 0.8 / var(--font-body-scale));
        font-family: var(--font-body-family);
        font-style: var(--font-body-style);
        font-weight: var(--font-body-weight);
      }

      @media screen and (min-width: 750px) {
        body {
          font-size: 1.6rem;
        }
      }
    </style>

    <link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/base.css?v=58342468160519257231711646701" rel="stylesheet" type="text/css" media="all" />
    <link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/legacy.css?v=28112781639272777341711646731" rel="stylesheet" type="text/css" media="all" />
    <link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/global.css?v=111333594071279594911711646727" rel="stylesheet" type="text/css" media="all" />
<link rel="preload" as="font" href="//www.thehonestkitchen.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=dGhlaG9uZXN0a2l0Y2hlbi5jb20&h2=dGhlLWhvbmVzdC1raXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1bf39597e22ce50e913fd85c4cf2306160c2700104041aa43a22696426afcac6" type="font/woff2" crossorigin><link rel="preload" as="font" href="//www.thehonestkitchen.com/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=dGhlaG9uZXN0a2l0Y2hlbi5jb20&h2=dGhlLWhvbmVzdC1raXRjaGVuLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1bf39597e22ce50e913fd85c4cf2306160c2700104041aa43a22696426afcac6" type="font/woff2" crossorigin><link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-predictive-search.css?v=158545670801513601881711646716" media="print" onload="this.media='all'"><script>document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
    if (Shopify.designMode) {
      document.documentElement.classList.add('shopify-design-mode');
    }
    </script>
    <script src="//staticxx.s3.amazonaws.com/aio_stats_lib_v1.min.js?v=1.0"></script><script src="https://cdn-widgetsrepository.yotpo.com/v1/loader/mPxX4BCBueUY7RJqsAXTQg"></script>

<script>
  window.ogShopifyConfig = {customer: null,settings: {
      reloadCart: true,
      blockGuestCheckout: false,
      gateway: "shopifyPayments",
      shouldUseSafeAssets: true,
      useCartOfferUpdates: undefined,
      consentText: encodeURI(
        'I understand that I&apos;m agreeing to a subscription. It will renew at the price and frequency listed until it ends or is <a class="link--small" data-modal="true" data-title-text="%{subscription_policy}" href="%{policy_href}">cancelled</a>. '
      ),
      consentWarning: 'Translation missing: en.shopify.checkout.field_errors.subscription_agreement_blank',
    }
  }
</script>
<script type="text/javascript" src="https://static.ordergroove.com/997261348b7111eca48b06cb0d5c19a9/main.js"></script>
<script>
        const _dl = {
          page_type: "",
          authentication_status: false,
          rewards_points_status: "",
          recurring_order_status: "",
          hashed_identifier: "",
          events: []
        };
      </script>
          
      
       
       
            <script>
                window.ogShopifyConfig.settings.price_group='price';
            </script>
       

    <script data-obct type = "text/javascript">
      /** DO NOT MODIFY THIS CODE**/
      !function(_window, _document) {
        var OB_ADV_ID = '004763c528fb4b65824c980175d682b4d5';
        if (_window.obApi) {
          var toArray = function(object)
    
      {         return Object.prototype.toString.call(object) === '[object Array]' ? object : [object];       }
      ;
          _window.obApi.marketerId = toArray(_window.obApi.marketerId).concat(toArray(OB_ADV_ID));
          return;
        }
        var api = _window.obApi = function()
    
      {       api.dispatch ? api.dispatch.apply(api, arguments) : api.queue.push(arguments);     }
      ;
        api.version = '1.1';
        api.loaded = true;
        api.marketerId = OB_ADV_ID;
        api.queue = [];
        var tag = _document.createElement('script');
        tag.async = true;
        tag.src = '//amplify.outbrain.com/cp/obtp.js';
        tag.type = 'text/javascript';
        var script = _document.getElementsByTagName('script')[0];
        script.parentNode.insertBefore(tag, script);
      }(window, document);

      obApi('track', 'PAGE_VIEW');
    </script>

    <!-- Start VWO Async SmartCode -->
    <link rel="preconnect" href="https://dev.visualwebsiteoptimizer.com" />
    <script type='text/javascript' id='vwoCode'>
    window._vwo_code || (function() {
    var account_id=749108,
    version=2.0,
    settings_tolerance=2000,
    hide_element='body',
    hide_element_style = 'opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important',
    /* DO NOT EDIT BELOW THIS LINE */
    f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(){if(!f){f=true;var e=d.getElementById('_vis_opt_path_hides');if(e)e.parentNode.removeChild(e)}},finished:function(){return f},load:function(e){var t=this.getSettings(),n=d.createElement('script'),i=this;if(t){n.textContent=t;d.getElementsByTagName('head')[0].appendChild(n);if(!w.VWO||VWO.caE){stT.removeItem(cK);i.load(e)}}else{n.fetchPriority='high';n.src=e;n.type='text/javascript';n.onerror=function(){_vwo_code.finish()};d.getElementsByTagName('head')[0].appendChild(n)}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t=d.currentScript,n=d.createElement('style'),i=this.hide_element(),r=t&&!t.async&&i?i+this.hide_element_style():'',c=d.getElementsByTagName('head')[0];n.setAttribute('id','_vis_opt_path_hides');v&&n.setAttribute('nonce',v.nonce);n.setAttribute('type','text/css');if(n.styleSheet)n.styleSheet.cssText=r;else n.appendChild(d.createTextNode(r));c.appendChild(n);this.load('https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&vn='+version)}};w._vwo_code=code;code.init();})();
    </script>
    <!-- End VWO Async SmartCode -->

    <script src="https://cdn.jsdelivr.net/npm/algoliasearch@4.20.0/dist/algoliasearch-lite.umd.js" integrity="sha256-DABVk+hYj0mdUzo+7ViJC6cwLahQIejFvC+my2M/wfM=" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/instantsearch.js@4.59.0/dist/instantsearch.production.min.js" integrity="sha256-MnKX3/7TTbyoZa4uvcZ9M4fbbXDRyDo+Jx1olFClygM=" crossorigin="anonymous"></script>
    <script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=f121c322-8b3b-4a3d-aa8c-384da431956c" async></script>
  









<script>window.SHOPIFY_STORE_DOMAIN = "the-honest-kitchen.myshopify.com";</script>
<script type="text/javascript" src="https://stack-discounts.merchantyard.com/js/integrations/script.js?v=188"></script>
<!-- BEGIN app block: shopify://apps/form-builder-with-file-upload/blocks/app-embed/b6b8dd14-356b-4725-a4ed-77232212b3c3 --><!-- BEGIN app snippet: hulkapps-formbuilder-theme-ext --><script type="text/javascript">
  
  if (typeof window.formbuilder_customer != "object") {
        window.formbuilder_customer = {}
  }
  
  
  window.FbThemeAppExtSettingsHash = {}
</script>
<!-- END app snippet --><!-- END app app block --><!-- BEGIN app block: shopify://apps/elevar-conversion-tracking/blocks/dataLayerEmbed/bc30ab68-b15c-4311-811f-8ef485877ad6 -->



<script type="module" dynamic>
  try {
    const configUrl = "/a/elevar/static/configs/ec0187e081bbfac8ba786572f723418b987d7c00/config.js";
    const config = (await import(configUrl)).default;
    const scriptUrl = config.script_src_app_theme_embed;

    if (scriptUrl) {
      const { handler } = await import(scriptUrl);

      handler(
        config,
        {
          cartData: {
  attributes:{},
  cartTotal: "0.0",
  currencyCode:"USD",
  items: []
}
,
          user: {cartTotal: "0.0",
    currencyCode:"USD",customer: {},
}
,
          isOnCartPage:false,
          collectionView:null,
          searchResultsView:null,
          productView:null,
          checkoutComplete: null
        }
      );
    }
  } catch (error) {
    console.error("Elevar Error:", error);
  }
</script>


<!-- END app app block --><!-- BEGIN app block: shopify://apps/flair-product-badges-labels/blocks/init/51d5ae10-f90f-4540-9ec6-f09f14107bf4 --><!-- BEGIN app snippet: init_gen2 --><script>  (function() {    function domReady() {      return new Promise((resolve) => {        if (document.readyState == "loading") {          document.addEventListener("DOMContentLoaded", () => resolve())        } else {          resolve()        }      })    }    function loadScript(url) {      return new Promise(function(resolve, reject) {        var script = document.createElement('script');        script.src = url;        script.async = true;        script.onload = resolve;        script.onerror = reject;        document.head.appendChild(script);      })    }    function init() {      var cs={};cs.page_type="index";cs.search_url="/search";var ca={refresh_on_init:true};ca.badge_variant_refresh={"enabled":false,"type":"change","parent_selector":"form[action=\"\/cart\/add\"]","selector":".single-option-selector","delay":100};FlairApp.init({shop:cs,app:ca});    }    Promise.all([      loadScript("https://cdn.shopify.com/extensions/e053840f-c384-43c8-a0b4-0505da8c4b00/flair-product-labels-badges-2/assets/flair_gen2.js"),      domReady()    ])      .then(function() {        init();      })      .catch(function(error) {        console.error(error);      });  })();</script><!-- generated: 2024-04-10 04:29:29 -0500 -->
<!-- END app snippet -->
<!-- END app app block --><script src="https://cdn.shopify.com/extensions/16e4e568-d9a3-4b32-93aa-4513a1a478b8/hulk-form-builder-2/assets/form-builder-script.js" type="text/javascript" defer="defer"></script>
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 61218586874,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script id="web-pixels-manager-setup">(function e(e,n,a,t,r){var o="function"==typeof BigInt&&-1!==BigInt.toString().indexOf("[native code]")?"modern":"legacy";window.Shopify=window.Shopify||{};var i=window.Shopify;i.analytics=i.analytics||{};var s=i.analytics;s.replayQueue=[],s.publish=function(e,n,a){return s.replayQueue.push([e,n,a]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=[a,"/wpm","/b",r,o.substring(0,1),".js"].join("");!function(e){var n=e.src,a=e.async,t=void 0===a||a,r=e.onload,o=e.onerror,i=document.createElement("script"),s=document.head,l=document.body;i.async=t,i.src=n,r&&i.addEventListener("load",r),o&&i.addEventListener("error",o),s?s.appendChild(i):l?l.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:l,async:!0,onload:function(){var a=window.webPixelsManager.init(e);n(a);var t=window.Shopify.analytics;t.replayQueue.forEach((function(e){var n=e[0],t=e[1],r=e[2];a.publishCustomEvent(n,t,r)})),t.replayQueue=[],t.publish=a.publishCustomEvent,t.visitor=a.visitor},onerror:function(){var n=e.storefrontBaseUrl.replace(/\/$/,""),a="".concat(n,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/2.0",payload:{version:t||"latest",page_url:self.location.href,status:"failed",error_msg:"".concat(l," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(a,r))return!0}catch(e){}var o=new XMLHttpRequest;try{return o.open("POST",a,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(r),!0}catch(e){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 61218586874,storefrontBaseUrl: "https://www.thehonestkitchen.com",cdnBaseUrl: "https://www.thehonestkitchen.com/cdn",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"86573306","configuration":"{\"tagID\":\"2613703947760\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"54f3ea9d23f4af69f7d812fb978ff7ee","type":"APP","apiClientId":3009811,"privacyPurposes":null},{"id":"26149114","configuration":"{\"campaignID\":\"17474\",\"externalExecutionURL\":\"https:\/\/engine.saasler.com\/api\/v1\/webhook_executions\/71b661f029db416ea9658c15c911fa4d\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"998f3c8caf9818516fb950d08d4d98a3","type":"APP","apiClientId":3546795,"privacyPurposes":null},{"id":"24871162","configuration":"{\"config_url\": \"\/a\/elevar\/static\/configs\/ec0187e081bbfac8ba786572f723418b987d7c00\/config.js\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"8740e94f95c348ba653bee9b9bf974f6","type":"APP","apiClientId":2509311,"privacyPurposes":null},{"id":"24609018","configuration":"{ \"bundleName\": \"the-honest-kitchen\" }","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"e6b3971fe60e02a057f9420589adbd24","type":"APP","apiClientId":5106349,"privacyPurposes":null},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"APP","purposes":["ANALYTICS"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0575","apiClientId":"shopify-pixel","type":"CUSTOM","purposes":["ANALYTICS"]}],initData: {"cart":null,"checkout":null,"customer":null,"productVariants":[]},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed");},"https://www.thehonestkitchen.com/cdn","0.0.470","cad39b03we51f70f0pbc988c4cmaac70d51",);</script>  <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {};
window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
window.ShopifyAnalytics.meta.currency = 'USD';
var meta = {"page":{"pageType":"home"}};
for (var attr in meta) {
  window.ShopifyAnalytics.meta[attr] = meta[attr];
}</script>
<script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() {
  
};
</script>
<script class="analytics">(function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

      if (window.jQuery) {
        jquery = window.jQuery;
      } else if (window.Checkout && window.Checkout.$) {
        jquery = window.Checkout.$;
      }

      if (jquery) {
        jquery('body').append(content);
      }
    };

    var hasLoggedConversion = function(token) {
      if (token) {
        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
      }
      return false;
    }

    var setCookieIfConversion = function(token) {
      if (token) {
        var twoMonthsFromNow = new Date(Date.now());
        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);

        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
      }
    }

    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
    if (trekkie.integrations) {
      return;
    }
    trekkie.methods = [
      'identify',
      'page',
      'ready',
      'track',
      'trackForm',
      'trackLink'
    ];
    trekkie.factory = function(method) {
      return function() {
        var args = Array.prototype.slice.call(arguments);
        args.unshift(method);
        trekkie.push(args);
        return trekkie;
      };
    };
    for (var i = 0; i < trekkie.methods.length; i++) {
      var key = trekkie.methods[i];
      trekkie[key] = trekkie.factory(key);
    }
    trekkie.load = function(config) {
      trekkie.config = config || {};
      trekkie.config.initialDocumentCookie = document.cookie;
      var first = document.getElementsByTagName('script')[0];
      var script = document.createElement('script');
      script.type = 'text/javascript';
      script.onerror = function(e) {
        var scriptFallback = document.createElement('script');
        scriptFallback.type = 'text/javascript';
        scriptFallback.onerror = function(error) {
                var Monorail = {
      produce: function produce(monorailDomain, schemaId, payload) {
        var currentMs = new Date().getTime();
        var event = {
          schema_id: schemaId,
          payload: payload,
          metadata: {
            event_created_at_ms: currentMs,
            event_sent_at_ms: currentMs
          }
        };
        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
      },
      sendRequest: function sendRequest(endpointUrl, payload) {
        // Try the sendBeacon API
        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
          var blobData = new window.Blob([payload], {
            type: 'text/plain'
          });

          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
            return true;
          } // sendBeacon was not successful

        } // XHR beacon

        var xhr = new XMLHttpRequest();

        try {
          xhr.open('POST', endpointUrl);
          xhr.setRequestHeader('Content-Type', 'text/plain');
          xhr.send(payload);
        } catch (e) {
          console.log(e);
        }

        return false;
      },
      isIos12: function isIos12() {
        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
      }
    };
    Monorail.produce('monorail-edge.shopifysvc.com',
      'trekkie_storefront_load_errors/1.1',
      {shop_id: 61218586874,
      theme_id: 141310558458,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//www.thehonestkitchen.com/cdn/s/trekkie.storefront.2eced10260225d6798d99c4a95501a3f587f6b15.min.js"});

        };
        scriptFallback.async = true;
        scriptFallback.src = '//www.thehonestkitchen.com/cdn/s/trekkie.storefront.2eced10260225d6798d99c4a95501a3f587f6b15.min.js';
        first.parentNode.insertBefore(scriptFallback, first);
      };
      script.async = true;
      script.src = '//www.thehonestkitchen.com/cdn/s/trekkie.storefront.2eced10260225d6798d99c4a95501a3f587f6b15.min.js';
      first.parentNode.insertBefore(script, first);
    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":61218586874,"isMerchantRequest":null,"themeId":141310558458,"themeCityHash":"801786698065439622","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["bbcf04e6"]},"Pinterest Pixel":{"pixelId":"2613703947760"},"TikTok Pixel":{"pixelId":"CF3I1ORC77U6TDB76LVG"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":false,"source":"trekkie-storefront-renderer"}}
    );

    var loaded = false;
    trekkie.ready(function() {
      if (loaded) return;
      loaded = true;

      window.ShopifyAnalytics.lib = window.trekkie;

  
      var originalDocumentWrite = document.write;
      document.write = customDocumentWrite;
      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
      document.write = originalDocumentWrite;

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home"});

      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
      var token = match? match[1]: undefined;
      if (!hasLoggedConversion(token)) {
        setCookieIfConversion(token);
        
      }
    });


        var eventsListenerScript = document.createElement('script');
        eventsListenerScript.async = true;
        eventsListenerScript.src = "//www.thehonestkitchen.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js";
        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);

})();</script>
<script class="boomerang">
(function () {
  if (window.BOOMR && (window.BOOMR.version || window.BOOMR.snippetExecuted)) {
    return;
  }
  window.BOOMR = window.BOOMR || {};
  window.BOOMR.snippetStart = new Date().getTime();
  window.BOOMR.snippetExecuted = true;
  window.BOOMR.snippetVersion = 12;
  window.BOOMR.application = "storefront-renderer";
  window.BOOMR.themeName = "Dawn";
  window.BOOMR.themeVersion = "2.5.0";
  window.BOOMR.shopId = 61218586874;
  window.BOOMR.themeId = 141310558458;
  window.BOOMR.renderRegion = "gcp-us-central1";
  window.BOOMR.url =
    "https://www.thehonestkitchen.com/cdn/shopifycloud/boomerang/shopify-boomerang-1.0.0.min.js";
  var where = document.currentScript || document.getElementsByTagName("script")[0];
  var parentNode = where.parentNode;
  var promoted = false;
  var LOADER_TIMEOUT = 3000;
  function promote() {
    if (promoted) {
      return;
    }
    var script = document.createElement("script");
    script.id = "boomr-scr-as";
    script.src = window.BOOMR.url;
    script.async = true;
    parentNode.appendChild(script);
    promoted = true;
  }
  function iframeLoader(wasFallback) {
    promoted = true;
    var dom, bootstrap, iframe, iframeStyle;
    var doc = document;
    var win = window;
    window.BOOMR.snippetMethod = wasFallback ? "if" : "i";
    bootstrap = function(parent, scriptId) {
      var script = doc.createElement("script");
      script.id = scriptId || "boomr-if-as";
      script.src = window.BOOMR.url;
      BOOMR_lstart = new Date().getTime();
      parent = parent || doc.body;
      parent.appendChild(script);
    };
    if (!window.addEventListener && window.attachEvent && navigator.userAgent.match(/MSIE [67]./)) {
      window.BOOMR.snippetMethod = "s";
      bootstrap(parentNode, "boomr-async");
      return;
    }
    iframe = document.createElement("IFRAME");
    iframe.src = "about:blank";
    iframe.title = "";
    iframe.role = "presentation";
    iframe.loading = "eager";
    iframeStyle = (iframe.frameElement || iframe).style;
    iframeStyle.width = 0;
    iframeStyle.height = 0;
    iframeStyle.border = 0;
    iframeStyle.display = "none";
    parentNode.appendChild(iframe);
    try {
      win = iframe.contentWindow;
      doc = win.document.open();
    } catch (e) {
      dom = document.domain;
      iframe.src = "javascript:var d=document.open();d.domain='" + dom + "';void(0);";
      win = iframe.contentWindow;
      doc = win.document.open();
    }
    if (dom) {
      doc._boomrl = function() {
        this.domain = dom;
        bootstrap();
      };
      doc.write("<body onload='document._boomrl();'>");
    } else {
      win._boomrl = function() {
        bootstrap();
      };
      if (win.addEventListener) {
        win.addEventListener("load", win._boomrl, false);
      } else if (win.attachEvent) {
        win.attachEvent("onload", win._boomrl);
      }
    }
    doc.close();
  }
  var link = document.createElement("link");
  if (link.relList &&
    typeof link.relList.supports === "function" &&
    link.relList.supports("preload") &&
    ("as" in link)) {
    window.BOOMR.snippetMethod = "p";
    link.href = window.BOOMR.url;
    link.rel = "preload";
    link.as = "script";
    link.addEventListener("load", promote);
    link.addEventListener("error", function() {
      iframeLoader(true);
    });
    setTimeout(function() {
      if (!promoted) {
        iframeLoader(true);
      }
    }, LOADER_TIMEOUT);
    BOOMR_lstart = new Date().getTime();
    parentNode.appendChild(link);
  } else {
    iframeLoader(false);
  }
  function boomerangSaveLoadTime(e) {
    window.BOOMR_onload = (e && e.timeStamp) || new Date().getTime();
  }
  if (window.addEventListener) {
    window.addEventListener("load", boomerangSaveLoadTime, false);
  } else if (window.attachEvent) {
    window.attachEvent("onload", boomerangSaveLoadTime);
  }
  if (document.addEventListener) {
    document.addEventListener("onBoomerangLoaded", function(e) {
      e.detail.BOOMR.init({
        ResourceTiming: {
          enabled: true,
          trackedResourceTypes: ["script", "img", "css"]
        },
      });
      e.detail.BOOMR.t_end = new Date().getTime();
    });
  } else if (document.attachEvent) {
    document.attachEvent("onpropertychange", function(e) {
      if (!e) e=event;
      if (e.propertyName === "onBoomerangLoaded") {
        e.detail.BOOMR.init({
          ResourceTiming: {
            enabled: true,
            trackedResourceTypes: ["script", "img", "css"]
          },
        });
        e.detail.BOOMR.t_end = new Date().getTime();
      }
    });
  }
})();</script>
</head>

  <body
          class="gradient "
          data-customer-role=""
  >
  <div id="brandify-smooth-scroll">
    <a class="skip-to-content-link button visually-hidden" href="#MainContent">
      Skip to content
    </a>

    <div id="shopify-section-announcement-bar" class="shopify-section spaced-section spaced-section--full-width"><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-slideshow.css?v=157734271337539518361711646719" rel="stylesheet" type="text/css" media="all" />

<slideshow-component class="" role="region" aria-roledescription="Announcement">
  <div class="announcement-bar-banner slideshow banner grid grid--1-col slider slider--everywhere"
    id="Slider-announcement-bar"
    aria-live="polite"
    aria-atomic="true"
    data-autoplay="true"
    data-speed="3"
  >
    
</div></slideshow-component>


</div>

    
        <!-- Algolia head -->
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_config.js?v=120799334386761961811711646839" type="text/javascript"></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/getDynamicPrices.js?v=117768189942636905581711646726" defer></script>

        <script type="text/template" id="template_algolia_money_format">${{amount}}
</script>
        <script type="text/template" id="template_algolia_current_collection_id">{
    "currentCollectionID": 
}
</script>
        <script type="text/template" id="template_algolia_autocomplete"><div class="
  aa-columns-container

  [[# with.articles ]] aa-with-articles [[/ with.articles ]]
  [[^ with.articles ]] aa-without-articles [[/ with.articles ]]

  [[# with.collections ]] aa-with-collections [[/ with.collections ]]
  [[^ with.collections ]] aa-without-collections [[/ with.collections ]]

  [[# with.footer ]] aa-with-footer [[/ with.footer ]]
  [[^ with.footer ]] aa-without-footer [[/ with.footer ]]

  [[# with.poweredBy ]] aa-with-powered-by [[/ with.poweredBy ]]
  [[^ with.poweredBy ]] aa-without-powered-by [[/ with.poweredBy ]]

  [[# with.products ]] aa-with-products [[/ with.products ]]
  [[^ with.products ]] aa-without-products [[/ with.products ]]

  [[# with.pages ]] aa-with-pages [[/ with.pages ]]
  [[^ with.pages ]] aa-without-pages [[/ with.pages ]]
">
  <div class="aa-blog-search-column">
    <button type="button" class="modal__close-button link link--text focus-inset auto-complete-close"
      aria-label="Close">
      <svg class="icon icon-close" aria-hidden="true" focusable="false" role="presentation">
        <use href="#icon-close">
      </svg>
    </button>
    <div class="aa-articles">
      <div class="aa-articles-header-container">
        <div class="aa-articles-header">Blogs</div>
        <div class="aa-articles-link"><a id="blog-search-result-link" href="/">View All Blogs</a></div>
      </div>
      <div class="aa-dataset-articles"></div>
    </div>
  </div>
  <div class="aa-left-column">
    <div class="aa-collections">
      <div class="aa-collections-header">
        Collections
      </div>
      <div class="aa-dataset-collections"></div>
    </div>

    <div class="aa-pages">
      <div class="aa-pages-header">
        Pages
      </div>
      <div class="aa-dataset-pages"></div>
    </div>

    <div class="aa-powered-by">
      <a
        class="aa-powered-by-logo"
        href="https://www.algolia.com/search-solutions/shopify/?utm_source=shopify&utm_medium=link&utm_campaign=autocomplete-[[ storeName ]]"
      ></a>
    </div>
  </div>
  <div class="aa-right-column">
    <p class="aa-search-text">Products</p>
    <div class="aa-dataset-products"></div>
  </div>
</div>
</script>
        <script type="text/template" id="template_algolia_autocomplete.css">.algolia-autocomplete {
  box-sizing: border-box;

  background: white;

  z-index: 999999999 !important;

  color: black;

  text-align: left;

  @media screen and (max-width:1400px) {
    border: none;
    width: 100% !important;
    left: 0 !important;
  }
}

.searchBarCoverFaded {
  @media screen and (min-width: 1401px) {
    background-color: #2d2a26;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 0.5s;
    top: 0;
    z-index: 6000;
  }
}

.searchBarDesktop {
  @media screen and (min-width: 1401px) {
    z-index: 8000;
  }
}

.aa-dropdown-menu .aa-search-text {
  font-weight: 600;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin-bottom: 16px !important;
}

.aa-dropdown-menu .aa-search-text {
  font-size: 18px;
  line-height: 22.5px;
}

.aa-dropdown-menu .aa-highlight {
  color: black;
  font-weight: bold;
}

.aa-dropdown-menu .aa-cursor {
  cursor: pointer;
  background: #f8f8f8;
}

/* Resets */
.aa-dropdown-menu div,
.aa-dropdown-menu p,
.aa-dropdown-menu span,
.aa-dropdown-menu a {
  box-sizing: border-box;

  margin: 0;
  padding: 0;

  line-height: 1;
  font-size: initial;
}

/* Links */
.aa-dropdown-menu a,
.aa-dropdown-menu a:hover,
.aa-dropdown-menu a:focus,
.aa-dropdown-menu a:active {
  font-weight: initial;
  font-style: initial;
  text-decoration: initial;

  color: [[ colors.main ]];
}

.aa-dropdown-menu a:hover,
.aa-dropdown-menu a:focus,
.aa-dropdown-menu a:active {
  text-decoration: underline;
}

/* Column layout */
.aa-dropdown-menu .aa-left-column,
.aa-dropdown-menu .aa-blog-search-column {
  position: relative;

  padding: 40px 32px 0 32px;
}


.aa-dropdown-menu .aa-right-column {
  position: relative;
  padding: 40px 32px 0 32px;
}

.aa-dropdown-menu .aa-with-powered-by .aa-left-column {
  padding-bottom: 48px;
}

.aa-dropdown-menu-size-xs .aa-left-column,
.aa-dropdown-menu-size-sm .aa-left-column {
  padding-top: 0;
  padding-bottom: 32px;
}

.aa-dropdown-menu-size-xs .aa-without-powered-by .aa-left-column,
.aa-dropdown-menu-size-sm .aa-without-powered-by .aa-left-column {
  padding-bottom: 0;
}

.aa-dropdown-menu-size-lg .aa-columns-container {
  direction: rtl;

  width: 100%;

  display: table;
  table-layout: fixed;
}

.aa-dropdown-menu-size-lg .aa-left-column,
.aa-dropdown-menu-size-lg .aa-right-column,
.aa-dropdown-menu-size-lg .aa-blog-search-column {
  display: table-cell;
  direction: rtl;
  vertical-align: top;
}

.aa-dropdown-menu-size-lg .aa-left-column,
.aa-dropdown-menu-size-lg .aa-blog-search-column {
  width: 30%;
  padding-bottom: 64px;
}

.aa-dropdown-menu-size-lg .aa-without-articles .aa-left-column {
  border-right: none;
}

.aa-dropdown-menu-size-lg .aa-left-column {
  border-right: 1px solid #F9F9F9;
}

.aa-dropdown-menu-size-lg .aa-without-articles .aa-blog-search-column {
  display: none;
}

.aa-dropdown-menu-size-lg .aa-without-articles .aa-left-column {
  width: 60%;
  border-right: none;
}

.aa-dropdown-menu-size-lg .aa-without-collections .aa-left-column {
  display: none;
}

.aa-dropdown-menu-size-lg .aa-without-products .aa-left-column {
  width: 100%;
}

.aa-dropdown-menu-size-lg .aa-right-column {
  background-color: #F9F9F9;
  padding-bottom: 64px;
}

.aa-dropdown-menu-size-lg .aa-without-footer .aa-right-column {
  padding-bottom: 0;
}

.aa-dropdown-menu-size-lg .aa-without-articles.aa-without-collections .aa-right-column {
  width: 100%;
  border-left: none;
}

.aa-dropdown-menu-size-lg .aa-without-products .aa-right-column {
  display: none;
}

.aa-dropdown-menu-size-lg .aa-dataset-products .aa-suggestion:nth-child(n + 3) {
  display: none;
}

@media screen and (min-width: 1401px) {

  .aa-dropdown-menu .aa-columns-container {
    direction: rtl;
    width: 100%;
    display: table;
    table-layout: fixed;
  }

  .aa-dropdown-menu .aa-left-column,
  .aa-dropdown-menu .aa-right-column,
  .aa-dropdown-menu .aa-blog-search-column {
    display: table-cell;
    direction: rtl;
    vertical-align: top;
  }
  .aa-dropdown-menu .aa-blog-search-column {
    width: 30%;
  }
  
  .aa-dropdown-menu .aa-left-column {
    padding-bottom: 64px;
    width: 25%;
  }

  .aa-dropdown-menu .aa-search-text {
    font-size: 18px;
    line-height: 22.5px;
  }

  .aa-dropdown-menu .aa-without-collections .aa-left-column {
    display: none;
  }
  
  .aa-dropdown-menu .aa-without-products .aa-left-column {
    width: 100%;
  }
  
  .aa-dropdown-menu-size .aa-right-column {
    background-color: #F9F9F9;
    padding-bottom: 64px;
  }
  
  .aa-dropdown-menu .aa-without-footer .aa-right-column {
    padding-bottom: 0;
  }
  
  .aa-dropdown-menu .aa-without-articles.aa-without-collections .aa-right-column {
    width: 100%;
    border-left: none;
  }
  
  .aa-dropdown-menu .aa-without-products .aa-right-column {
    display: none;
  }
  
  .aa-dropdown-menu .aa-dataset-products .aa-suggestion:nth-child(n + 3) {
    display: none;
  }
}

.aa-dropdown-menu .auto-complete-close {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;

  @media screen and (max-width: 1400px) {
    display: none;
  }
}

/* Products group */
.aa-dropdown-menu .aa-dataset-products .aa-suggestions {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.aa-dropdown-menu .aa-without-products .aa-dataset-products {
  display: none;
}

.aa-dropdown-menu .aa-products-empty {
  margin-bottom: 16px;
}

.aa-dropdown-menu .aa-products-empty .aa-no-result {
  color: [[ colors.secondary ]];
  opacity: 0.7;
}

.aa-dropdown-menu .aa-products-empty .aa-see-all {
  margin-top: 16px;
}

.aa-dropdown-menu .aa-products-empty .aa-see-all a {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  text-decoration-line: underline;
  line-height: 21px;
}

.aa-dropdown-menu .aa-products-empty .aa-see-all a:hover {
  color: #C60E3B;
}

/* Product */
.aa-dropdown-menu .aa-dataset-products .aa-suggestion {
  margin-bottom: 16px;
  margin-top: -4px; /* -$v_padding */
}

.aa-dropdown-menu .aa-product {
  position: relative;
  min-height: 56px; /* $img_size + 2 * $v_padding */
}

.aa-dropdown-menu .aa-product-picture {
  position: unset;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e4e6ec;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.aa-dropdown-menu-size-sm .aa-product-picture {
  position: unset;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E4E6EC;
  width: unset !important;
  max-width: 100%;
  height: auto !important;
}

.aa-dropdown-menu-size-xs .aa-product-picture {
  position: unset;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e4e6ec;
  width: unset !important;
  max-width: 100%;
  height: auto;
}

.aa-dropdown-menu-size-xs .aa-product {
  padding: 4px;
}

.aa-product-text {
  margin: 8px auto 0px !important;
  width: auto;
  display: flex;
  flex-direction: column;
}

.aa-dropdown-menu .aa-product-info {
  font-size: 0.85em;
  color: [[ colors.secondary ]];
}

.aa-dropdown-menu .aa-product-info .aa-highlight {
  font-size: 1em;
}

.aa-dropdown-menu .aa-product-price {
  /*color: [[ colors.main ]];*/
}

.aa-dropdown-menu .aa-product-info {
  width: 100%;
  padding-bottom: 6px;
}

.aa-product-title {
  order: 2;
  color: #2D2A26;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin: 4px 0;
}

.aa-product-info {
  order: 1;
  color: #80848D !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.aa-product-price {
  order: 3;
  color: #2D2A26;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

/* Collections, Articles & Pages */
.aa-dropdown-menu .aa-without-collections .aa-collections {
  display: none;
}

.aa-dropdown-menu .aa-without-articles .aa-articles {
  display: none;
}

.aa-dropdown-menu .aa-without-pages .aa-pages {
  display: none;
}

.aa-dropdown-menu .aa-collections,
.aa-dropdown-menu .aa-articles,
.aa-dropdown-menu .aa-pages {
  margin-bottom: 24px;
}

.aa-dropdown-menu .aa-collections-empty .aa-no-result,
.aa-dropdown-menu .aa-articles-empty .aa-no-result,
.aa-dropdown-menu .aa-pages-empty .aa-no-result {
  opacity: 0.7;
}

.aa-dropdown-menu .aa-collections-header,
.aa-dropdown-menu .aa-articles-header,
.aa-dropdown-menu .aa-pages-header {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.75px;
  font-size: 18px;
  line-height: 22.5px;
  color: [[ colors.secondary ]];
}

.aa-dropdown-menu-size-xs .aa-collections-header,
.aa-dropdown-menu-size-sm .aa-collections-header,
.aa-dropdown-menu-size-xs .aa-articles-header,
.aa-dropdown-menu-size-sm .aa-articles-header,
.aa-dropdown-menu-size-xs .aa-pages-header,
.aa-dropdown-menu-size-sm .aa-pages-header {
  font-size: 16px;
  line-height: 20px;
}

.aa-dropdown-menu .aa-collection,
.aa-dropdown-menu .aa-article,
.aa-dropdown-menu .aa-page {
  padding: 0 0 16px;
}

.aa-dropdown-menu .aa-articles-header-container {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1067px) {
  .aa-dropdown-menu .aa-articles-header {
    order: 1;
  }
}

.aa-dropdown-menu .aa-articles-link a {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  text-decoration-line: underline;
  line-height: 21px;
}

.aa-dropdown-menu .aa-articles-link a:hover {
  color: #C60E3B;
}

/* Footer */

.aa-dropdown-menu .aa-footer {
  display: block;
  position: absolute;
  top: 0;
  padding: 40px 0 0 0;
  width: max-content;
  right: 32px;
}



.aa-dropdown-menu .aa-footer a {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  text-decoration-line: underline;
  line-height: 21px;
}

.aa-dropdown-menu .aa-footer a:hover {
  color: #C60E3B;
}

@media screen and (max-width: 1085px) {
  .aa-dropdown-menu .aa-columns-container {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    height: 100vh;
    border-top: 1px solid #F9F9F9;
  }

  .aa-dropdown-menu .aa-left-column {
    width: 100%;
    padding: 16px 16px 0 16px;
    border-right: none;
    order: 2;
  }

  .aa-dropdown-menu .aa-right-column {
    padding: 24px 16px 0 16px;
    order: 1;
  }

  .aa-dropdown-menu .aa-blog-search-column {
    width: 100%;
    padding: 0 16px 0 16px;
    margin-bottom: 64px;
    order: 3;
  }

  .aa-dropdown-menu .aa-search-text {
    font-size: 16px;
    line-height: 20px;
  }

  .aa-dropdown-menu .aa-footer {
    padding: 0;
    width: max-content;
    right: 16px;
    top: 24px;
  }

  .aa-dropdown-menu .aa-footer a {
    font-size: 14px;
  }

  .aa-dropdown-menu .aa-articles-link a {
    font-size: 14px;
  }

  .aa-dropdown-menu .aa-collections-header {
    margin-bottom: 16px;
  }
}

/* Powered By */

.aa-dropdown-menu .aa-without-powered-by .aa-powered-by {
  display: none;
}

.aa-dropdown-menu .aa-powered-by {
  width: 100%;

  position: absolute;
  left: 0;
  bottom: 16px;

  text-align: center;
  font-size: 0.8em;
  color: [[ colors.secondary ]];
}

.aa-dropdown-menu .aa-powered-by-logo {
  display: inline-block;

  width: 142px;
  height: 24px;

  margin-bottom: -6px;

  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTMwIDE4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5zZWFyY2gtYnktYWxnb2xpYTwvdGl0bGU+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSItMzYuODY4JSIgeTE9IjEzNC45MzYlIiB4Mj0iMTI5LjQzMiUiIHkyPSItMjcuNyUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjMDBBRUZGIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzMzNjlFNyIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNTkuMzk5LjAyMmgxMy4yOTlhMi4zNzIgMi4zNzIgMCAwIDEgMi4zNzcgMi4zNjRWMTUuNjJhMi4zNzIgMi4zNzIgMCAwIDEtMi4zNzcgMi4zNjRINTkuMzk5YTIuMzcyIDIuMzcyIDAgMCAxLTIuMzc3LTIuMzY0VjIuMzgxQTIuMzY4IDIuMzY4IDAgMCAxIDU5LjM5OS4wMjJ6IiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTY2LjI1NyA0LjU2Yy0yLjgxNSAwLTUuMSAyLjI3Mi01LjEgNS4wNzggMCAyLjgwNiAyLjI4NCA1LjA3MiA1LjEgNS4wNzIgMi44MTUgMCA1LjEtMi4yNzIgNS4xLTUuMDc4IDAtMi44MDYtMi4yNzktNS4wNzItNS4xLTUuMDcyem0wIDguNjUyYy0xLjk4MyAwLTMuNTkzLTEuNjAyLTMuNTkzLTMuNTc0IDAtMS45NzIgMS42MS0zLjU3NCAzLjU5My0zLjU3NCAxLjk4MyAwIDMuNTkzIDEuNjAyIDMuNTkzIDMuNTc0YTMuNTgyIDMuNTgyIDAgMCAxLTMuNTkzIDMuNTc0em0wLTYuNDE4djIuNjY0YzAgLjA3Ni4wODIuMTMxLjE1My4wOTNsMi4zNzctMS4yMjZjLjA1NS0uMDI3LjA3MS0uMDkzLjA0NC0uMTQ3YTIuOTYgMi45NiAwIDAgMC0yLjQ2NS0xLjQ4N2MtLjA1NSAwLS4xMS4wNDQtLjExLjEwNGwuMDAxLS4wMDF6bS0zLjMzLTEuOTU2bC0uMzEyLS4zMTFhLjc4My43ODMgMCAwIDAtMS4xMDYgMGwtLjM3Mi4zN2EuNzczLjc3MyAwIDAgMCAwIDEuMTAxbC4zMDcuMzA1Yy4wNDkuMDQ5LjEyMS4wMzguMTY0LS4wMTEuMTgxLS4yNDUuMzc4LS40NzkuNTk3LS42OTcuMjI1LS4yMjMuNDU1LS40Mi43MDctLjU5OS4wNTUtLjAzMy4wNi0uMTA5LjAxNi0uMTU4aC0uMDAxem01LjAwMS0uODA2di0uNjE2YS43ODEuNzgxIDAgMCAwLS43ODMtLjc3OWgtMS44MjRhLjc4Ljc4IDAgMCAwLS43ODMuNzc5di42MzJjMCAuMDcxLjA2Ni4xMi4xMzcuMTA0YTUuNzM2IDUuNzM2IDAgMCAxIDEuNTg4LS4yMjNjLjUyIDAgMS4wMzUuMDcxIDEuNTM0LjIwN2EuMTA2LjEwNiAwIDAgMCAuMTMxLS4xMDR6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTEwMi4xNjIgMTMuNzYyYzAgMS40NTUtLjM3MiAyLjUxNy0xLjEyMyAzLjE5My0uNzUuNjc2LTEuODk1IDEuMDEzLTMuNDQgMS4wMTMtLjU2NCAwLTEuNzM2LS4xMDktMi42NzMtLjMxNmwuMzQ1LTEuNjg5Yy43ODMuMTYzIDEuODE5LjIwNyAyLjM2MS4yMDcuODYgMCAxLjQ3My0uMTc0IDEuODQtLjUyMy4zNjctLjM0OS41NDgtLjg2Ni41NDgtMS41NTN2LS4zNDlhNi4zNzQgNi4zNzQgMCAwIDEtLjgzOC4zMTYgNC4xNTEgNC4xNTEgMCAwIDEtMS4xOTQuMTU4IDQuNTE1IDQuNTE1IDAgMCAxLTEuNjE2LS4yNzggMy4zODUgMy4zODUgMCAwIDEtMS4yNTQtLjgxNyAzLjc0NCAzLjc0NCAwIDAgMS0uODExLTEuMzUxYy0uMTkyLS41MzktLjI5LTEuNTA0LS4yOS0yLjIxMiAwLS42NjUuMTA0LTEuNDk4LjMwNy0yLjA1NGEzLjkyNSAzLjkyNSAwIDAgMSAuOTA0LTEuNDMzIDQuMTI0IDQuMTI0IDAgMCAxIDEuNDQxLS45MjYgNS4zMSA1LjMxIDAgMCAxIDEuOTQ1LS4zNjVjLjY5NiAwIDEuMzM3LjA4NyAxLjk2MS4xOTFhMTUuODYgMTUuODYgMCAwIDEgMS41ODguMzMydjguNDU2aC0uMDAxem0tNS45NTQtNC4yMDZjMCAuODkzLjE5NyAxLjg4NS41OTIgMi4yOTkuMzk0LjQxNC45MDQuNjIxIDEuNTI4LjYyMS4zNCAwIC42NjMtLjA0OS45NjQtLjE0MmEyLjc1IDIuNzUgMCAwIDAgLjczNC0uMzMydi01LjI5YTguNTMxIDguNTMxIDAgMCAwLTEuNDEzLS4xOGMtLjc3OC0uMDIyLTEuMzY5LjI5NC0xLjc4Ni44MDEtLjQxMS41MDctLjYxOSAxLjM5NS0uNjE5IDIuMjIzem0xNi4xMiAwYzAgLjcxOS0uMTA0IDEuMjY0LS4zMTggMS44NThhNC4zODkgNC4zODkgMCAwIDEtLjkwNCAxLjUyYy0uMzg5LjQyLS44NTQuNzQ2LTEuNDAyLjk3NS0uNTQ4LjIyOS0xLjM5MS4zNi0xLjgxMy4zNi0uNDIyLS4wMDUtMS4yNi0uMTI1LTEuODAyLS4zNmE0LjA4OCA0LjA4OCAwIDAgMS0xLjM5Ny0uOTc1IDQuNDg2IDQuNDg2IDAgMCAxLS45MDktMS41MiA1LjAzNyA1LjAzNyAwIDAgMS0uMzI5LTEuODU4YzAtLjcxOS4wOTktMS40MTEuMzE4LTEuOTk5LjIxOS0uNTg4LjUyNi0xLjA5LjkyLTEuNTA5LjM5NC0uNDIuODY1LS43NDEgMS40MDItLjk3YTQuNTQ3IDQuNTQ3IDAgMCAxIDEuNzg2LS4zMzggNC42OSA0LjY5IDAgMCAxIDEuNzkxLjMzOGMuNTQ4LjIyOSAxLjAxOS41NSAxLjQwMi45Ny4zODkuNDIuNjkuOTIxLjkwOSAxLjUwOS4yMy41ODguMzQ1IDEuMjguMzQ1IDEuOTk5aC4wMDF6bS0yLjE5MS4wMDVjMC0uOTIxLS4yMDMtMS42ODktLjU5Ny0yLjIyMy0uMzk0LS41MzktLjk0OC0uODA2LTEuNjU0LS44MDYtLjcwNyAwLTEuMjYuMjY3LTEuNjU0LjgwNi0uMzk0LjUzOS0uNTg2IDEuMzAyLS41ODYgMi4yMjMgMCAuOTMyLjE5NyAxLjU1OC41OTIgMi4wOTguMzk0LjU0NS45NDguODEyIDEuNjU0LjgxMi43MDcgMCAxLjI2LS4yNzIgMS42NTQtLjgxMi4zOTQtLjU0NS41OTItMS4xNjYuNTkyLTIuMDk4aC0uMDAxem02Ljk2MiA0LjcwN2MtMy41MTEuMDE2LTMuNTExLTIuODIyLTMuNTExLTMuMjc0TDExMy41ODMuOTI2bDIuMTQyLS4zMzh2MTAuMDAzYzAgLjI1NiAwIDEuODggMS4zNzUgMS44ODV2MS43OTJoLS4wMDF6bTMuNzc0IDBoLTIuMTUzVjUuMDcybDIuMTUzLS4zMzh2OS41MzR6bS0xLjA3OS0xMC41NDJjLjcxOCAwIDEuMzA0LS41NzggMS4zMDQtMS4yOTEgMC0uNzE0LS41ODEtMS4yOTEtMS4zMDQtMS4yOTEtLjcyMyAwLTEuMzA0LjU3OC0xLjMwNCAxLjI5MSAwIC43MTQuNTg2IDEuMjkxIDEuMzA0IDEuMjkxem02LjQzMSAxLjAxM2MuNzA3IDAgMS4zMDQuMDg3IDEuNzg2LjI2Mi40ODIuMTc0Ljg3MS40MiAxLjE1Ni43My4yODUuMzExLjQ4OC43MzUuNjA4IDEuMTgyLjEyNi40NDcuMTg2LjkzNy4xODYgMS40NzZ2NS40ODFhMjUuMjQgMjUuMjQgMCAwIDEtMS40OTUuMjUxYy0uNjY4LjA5OC0xLjQxOS4xNDctMi4yNTEuMTQ3YTYuODI5IDYuODI5IDAgMCAxLTEuNTE3LS4xNTggMy4yMTMgMy4yMTMgMCAwIDEtMS4xNzgtLjUwNyAyLjQ1NSAyLjQ1NSAwIDAgMS0uNzYxLS45MDRjLS4xODEtLjM3LS4yNzQtLjg5My0uMjc0LTEuNDM4IDAtLjUyMy4xMDQtLjg1NS4zMDctMS4yMTUuMjA4LS4zNi40ODctLjY1NC44MzgtLjg4M2EzLjYwOSAzLjYwOSAwIDAgMSAxLjIyNy0uNDkgNy4wNzMgNy4wNzMgMCAwIDEgMi4yMDItLjEwM2MuMjYzLjAyNy41MzcuMDc2LjgzMy4xNDd2LS4zNDljMC0uMjQ1LS4wMjctLjQ3OS0uMDg4LS42OTdhMS40ODYgMS40ODYgMCAwIDAtLjMwNy0uNTgzYy0uMTQ4LS4xNjktLjM0LS4zLS41ODEtLjM5MmEyLjUzNiAyLjUzNiAwIDAgMC0uOTE1LS4xNjNjLS40OTMgMC0uOTQyLjA2LTEuMzUzLjEzMS0uNDExLjA3MS0uNzUuMTUzLTEuMDA4LjI0NWwtLjI1Ny0xLjc0OWMuMjY4LS4wOTMuNjY4LS4xODUgMS4xODMtLjI3OGE5LjMzNSA5LjMzNSAwIDAgMSAxLjY2LS4xNDJsLS4wMDEtLjAwMXptLjE4MSA3LjczMWMuNjU3IDAgMS4xNDUtLjAzOCAxLjQ4NC0uMTA0di0yLjE2OGE1LjA5NyA1LjA5NyAwIDAgMC0xLjk3OC0uMTA0Yy0uMjQxLjAzMy0uNDYuMDk4LS42NTIuMTkxYTEuMTY3IDEuMTY3IDAgMCAwLS40NjYuMzkyYy0uMTIxLjE2OS0uMTc1LjI2Ny0uMTc1LjUyMyAwIC41MDEuMTc1Ljc5LjQ5My45ODEuMzIzLjE5Ni43NS4yODkgMS4yOTMuMjg5aC4wMDF6TTg0LjEwOSA0Ljc5NGMuNzA3IDAgMS4zMDQuMDg3IDEuNzg2LjI2Mi40ODIuMTc0Ljg3MS40MiAxLjE1Ni43My4yOS4zMTYuNDg3LjczNS42MDggMS4xODIuMTI2LjQ0Ny4xODYuOTM3LjE4NiAxLjQ3NnY1LjQ4MWEyNS4yNCAyNS4yNCAwIDAgMS0xLjQ5NS4yNTFjLS42NjguMDk4LTEuNDE5LjE0Ny0yLjI1MS4xNDdhNi44MjkgNi44MjkgMCAwIDEtMS41MTctLjE1OCAzLjIxMyAzLjIxMyAwIDAgMS0xLjE3OC0uNTA3IDIuNDU1IDIuNDU1IDAgMCAxLS43NjEtLjkwNGMtLjE4MS0uMzctLjI3NC0uODkzLS4yNzQtMS40MzggMC0uNTIzLjEwNC0uODU1LjMwNy0xLjIxNS4yMDgtLjM2LjQ4Ny0uNjU0LjgzOC0uODgzYTMuNjA5IDMuNjA5IDAgMCAxIDEuMjI3LS40OSA3LjA3MyA3LjA3MyAwIDAgMSAyLjIwMi0uMTAzYy4yNTcuMDI3LjUzNy4wNzYuODMzLjE0N3YtLjM0OWMwLS4yNDUtLjAyNy0uNDc5LS4wODgtLjY5N2ExLjQ4NiAxLjQ4NiAwIDAgMC0uMzA3LS41ODNjLS4xNDgtLjE2OS0uMzQtLjMtLjU4MS0uMzkyYTIuNTM2IDIuNTM2IDAgMCAwLS45MTUtLjE2M2MtLjQ5MyAwLS45NDIuMDYtMS4zNTMuMTMxLS40MTEuMDcxLS43NS4xNTMtMS4wMDguMjQ1bC0uMjU3LTEuNzQ5Yy4yNjgtLjA5My42NjgtLjE4NSAxLjE4My0uMjc4YTguODkgOC44OSAwIDAgMSAxLjY2LS4xNDJsLS4wMDEtLjAwMXptLjE4NiA3LjczNmMuNjU3IDAgMS4xNDUtLjAzOCAxLjQ4NC0uMTA0di0yLjE2OGE1LjA5NyA1LjA5NyAwIDAgMC0xLjk3OC0uMTA0Yy0uMjQxLjAzMy0uNDYuMDk4LS42NTIuMTkxYTEuMTY3IDEuMTY3IDAgMCAwLS40NjYuMzkyYy0uMTIxLjE2OS0uMTc1LjI2Ny0uMTc1LjUyMyAwIC41MDEuMTc1Ljc5LjQ5My45ODEuMzE4LjE5MS43NS4yODkgMS4yOTMuMjg5aC4wMDF6bTguNjgyIDEuNzM4Yy0zLjUxMS4wMTYtMy41MTEtMi44MjItMy41MTEtMy4yNzRMODkuNDYxLjkyNmwyLjE0Mi0uMzM4djEwLjAwM2MwIC4yNTYgMCAxLjg4IDEuMzc1IDEuODg1djEuNzkyaC0uMDAxeiIgZmlsbD0iIzE4MjM1OSIvPjxwYXRoIGQ9Ik01LjAyNyAxMS4wMjVjMCAuNjk4LS4yNTIgMS4yNDYtLjc1NyAxLjY0NC0uNTA1LjM5Ny0xLjIwMS41OTYtMi4wODkuNTk2LS44ODggMC0xLjYxNS0uMTM4LTIuMTgxLS40MTR2LTEuMjE0Yy4zNTguMTY4LjczOS4zMDEgMS4xNDEuMzk3LjQwMy4wOTcuNzc4LjE0NSAxLjEyNS4xNDUuNTA4IDAgLjg4NC0uMDk3IDEuMTI1LS4yOWEuOTQ1Ljk0NSAwIDAgMCAuMzYzLS43NzkuOTc4Ljk3OCAwIDAgMC0uMzMzLS43NDdjLS4yMjItLjIwNC0uNjgtLjQ0Ni0xLjM3NS0uNzI1LS43MTYtLjI5LTEuMjIxLS42MjEtMS41MTUtLjk5NC0uMjk0LS4zNzItLjQ0LS44Mi0uNDQtMS4zNDMgMC0uNjU1LjIzMy0xLjE3MS42OTgtMS41NDcuNDY2LS4zNzYgMS4wOS0uNTY0IDEuODc1LS41NjQuNzUyIDAgMS41LjE2NSAyLjI0NS40OTRsLS40MDggMS4wNDdjLS42OTgtLjI5NC0xLjMyMS0uNDQtMS44NjktLjQ0LS40MTUgMC0uNzMuMDktLjk0NS4yNzFhLjg5Ljg5IDAgMCAwLS4zMjIuNzE3YzAgLjIwNC4wNDMuMzc5LjEyOS41MjQuMDg2LjE0NS4yMjcuMjgyLjQyNC40MTEuMTk3LjEyOS41NTEuMjk5IDEuMDYzLjUxLjU3Ny4yNC45OTkuNDY0IDEuMjY4LjY3MS4yNjkuMjA4LjQ2Ni40NDIuNTkxLjcwNC4xMjUuMjYxLjE4OC41NjkuMTg4LjkyNGwtLjAwMS4wMDJ6bTMuOTggMi4yNGMtLjkyNCAwLTEuNjQ2LS4yNjktMi4xNjctLjgwOC0uNTIxLS41MzktLjc4Mi0xLjI4MS0uNzgyLTIuMjI2IDAtLjk3LjI0Mi0xLjczMy43MjUtMi4yODguNDgzLS41NTUgMS4xNDgtLjgzMyAxLjk5My0uODMzLjc4NCAwIDEuNDA0LjIzOCAxLjg1OC43MTQuNDU1LjQ3Ni42ODIgMS4xMzIuNjgyIDEuOTY2di42ODJINy4zNTdjLjAxOC41NzcuMTc0IDEuMDIuNDY3IDEuMzI5LjI5NC4zMS43MDcuNDY1IDEuMjQxLjQ2NS4zNTEgMCAuNjc4LS4wMzMuOTgtLjA5OWE1LjEgNS4xIDAgMCAwIC45NzUtLjMzdjEuMDI2YTMuODY1IDMuODY1IDAgMCAxLS45MzUuMzEyIDUuNzIzIDUuNzIzIDAgMCAxLTEuMDguMDkxbC4wMDItLjAwMXptLS4yMzEtNS4xOTljLS40MDEgMC0uNzIyLjEyNy0uOTY0LjM4MXMtLjM4Ni42MjUtLjQzMiAxLjExMmgyLjY5NmMtLjAwNy0uNDkxLS4xMjUtLjg2Mi0uMzU0LTEuMTE1LS4yMjktLjI1Mi0uNTQ0LS4zNzktLjk0NS0uMzc5bC0uMDAxLjAwMXptNy42OTIgNS4wOTJsLS4yNTItLjgyN2gtLjA0M2MtLjI4Ni4zNjItLjU3NS42MDgtLjg2NS43MzktLjI5LjEzMS0uNjYyLjE5Ni0xLjExNy4xOTYtLjU4NCAwLTEuMDM5LS4xNTgtMS4zNjctLjQ3My0uMzI4LS4zMTUtLjQ5MS0uNzYxLS40OTEtMS4zMzcgMC0uNjEyLjIyNy0xLjA3NC42ODItMS4zODYuNDU1LS4zMTIgMS4xNDgtLjQ4MiAyLjA3OS0uNTFsMS4wMjYtLjAzMnYtLjMxN2MwLS4zOC0uMDg5LS42NjMtLjI2Ni0uODUxLS4xNzctLjE4OC0uNDUyLS4yODItLjgyNC0uMjgyLS4zMDQgMC0uNTk2LjA0NS0uODc2LjEzNGE2LjY4IDYuNjggMCAwIDAtLjgwNi4zMTdsLS40MDgtLjkwMmE0LjQxNCA0LjQxNCAwIDAgMSAxLjA1OC0uMzg0IDQuODU2IDQuODU2IDAgMCAxIDEuMDg1LS4xMzJjLjc1NiAwIDEuMzI2LjE2NSAxLjcxMS40OTQuMzg1LjMyOS41NzcuODQ3LjU3NyAxLjU1MnY0LjAwMmgtLjkwMmwtLjAwMS0uMDAxem0tMS44OC0uODU5Yy40NTggMCAuODI2LS4xMjggMS4xMDQtLjM4NC4yNzgtLjI1Ni40MTYtLjYxNS40MTYtMS4wNzd2LS41MTZsLS43NjMuMDMyYy0uNTk0LjAyMS0xLjAyNy4xMjEtMS4yOTcuMjk4cy0uNDA2LjQ0OC0uNDA2LjgxNGMwIC4yNjUuMDc5LjQ3LjIzNi42MTUuMTU4LjE0NS4zOTQuMjE4LjcwOS4yMThoLjAwMXptNy41NTctNS4xODljLjI1NCAwIC40NjQuMDE4LjYyOC4wNTRsLS4xMjQgMS4xNzZhMi4zODMgMi4zODMgMCAwIDAtLjU1OS0uMDY0Yy0uNTA1IDAtLjkxNC4xNjUtMS4yMjcuNDk0LS4zMTMuMzI5LS40Ny43NTctLjQ3IDEuMjg0djMuMTA1aC0xLjI2MlY3LjIxOGguOTg4bC4xNjcgMS4wNDdoLjA2NGMuMTk3LS4zNTQuNDU0LS42MzYuNzcxLS44NDNhMS44MyAxLjgzIDAgMCAxIDEuMDIzLS4zMTJoLjAwMXptNC4xMjUgNi4xNTVjLS44OTkgMC0xLjU4Mi0uMjYyLTIuMDQ5LS43ODctLjQ2Ny0uNTI1LS43MDEtMS4yNzctLjcwMS0yLjI1OSAwLS45OTkuMjQ0LTEuNzY3LjczMy0yLjMwNC40ODktLjUzNyAxLjE5NS0uODA2IDIuMTE5LS44MDYuNjI3IDAgMS4xOTEuMTE2IDEuNjkyLjM0OWwtLjM4MSAxLjAxNWMtLjUzNC0uMjA4LS45NzQtLjMxMi0xLjMyMS0uMzEyLTEuMDI4IDAtMS41NDIuNjgyLTEuNTQyIDIuMDQ2IDAgLjY2Ni4xMjggMS4xNjYuMzg0IDEuNTAxLjI1Ni4zMzUuNjMxLjUwMiAxLjEyNS41MDJhMy4yMyAzLjIzIDAgMCAwIDEuNTk1LS40MTl2MS4xMDFhMi41MyAyLjUzIDAgMCAxLS43MjIuMjg1IDQuMzU2IDQuMzU2IDAgMCAxLS45MzIuMDg2di4wMDJ6bTguMjc3LS4xMDdoLTEuMjY4VjkuNTA2YzAtLjQ1OC0uMDkyLS44LS4yNzctMS4wMjYtLjE4NC0uMjI2LS40NzctLjMzOC0uODc4LS4zMzgtLjUzIDAtLjkxOS4xNTgtMS4xNjguNDc1LS4yNDkuMzE3LS4zNzMuODQ4LS4zNzMgMS41OTN2Mi45NDloLTEuMjYyVjQuODAxaDEuMjYydjIuMTIyYzAgLjM0LS4wMjEuNzA0LS4wNjQgMS4wOWguMDgxYTEuNzYgMS43NiAwIDAgMSAuNzE3LS42NjZjLjMwNi0uMTU4LjY2My0uMjM2IDEuMDcyLS4yMzYgMS40MzkgMCAyLjE1OS43MjUgMi4xNTkgMi4xNzV2My44NzNsLS4wMDEtLjAwMXptNy42NDktNi4wNDhjLjc0MSAwIDEuMzE5LjI2OSAxLjczMi44MDYuNDE0LjUzNy42MiAxLjI5MS42MiAyLjI2MSAwIC45NzQtLjIwOSAxLjczMi0uNjI4IDIuMjc1LS40MTkuNTQyLTEuMDAxLjgxNC0xLjc0Ni44MTQtLjc1MiAwLTEuMzM2LS4yNy0xLjc1MS0uODExaC0uMDg2bC0uMjMxLjcwNGgtLjk0NVY0LjgwMWgxLjI2MnYxLjk4N2wtLjAyMS42NTUtLjAzMi41NTNoLjA1NGMuNDAxLS41OTEuOTkyLS44ODYgMS43NzItLjg4NnptLS4zMjggMS4wMzFjLS41MDggMC0uODc1LjE0OS0xLjA5OC40NDgtLjIyNC4yOTktLjMzOS43OTktLjM0NiAxLjUwMXYuMDg2YzAgLjcyMy4xMTUgMS4yNDcuMzQ0IDEuNTcxLjIyOS4zMjQuNjAzLjQ4NiAxLjEyMy40ODYuNDQ4IDAgLjc4Ny0uMTc3IDEuMDE4LS41MzIuMjMxLS4zNTQuMzQ2LS44NjcuMzQ2LTEuNTM2IDAtMS4zNS0uNDYyLTIuMDI1LTEuMzg2LTIuMDI1bC0uMDAxLjAwMXptMy4yNDQtLjkyNGgxLjM3NWwxLjIwOSAzLjM2OGMuMTgzLjQ4LjMwNC45MzEuMzY1IDEuMzU0aC4wNDNjLjAzMi0uMTk3LjA5MS0uNDM2LjE3Ny0uNzE3LjA4Ni0uMjgxLjU0MS0xLjYxNiAxLjM2NC00LjAwNGgxLjM2NGwtMi41NDEgNi43M2MtLjQ2MiAxLjIzNS0xLjIzMiAxLjg1My0yLjMxIDEuODUzLS4yNzkgMC0uNTUxLS4wMy0uODE2LS4wOTF2LS45OTljLjE5LjA0My40MDYuMDY0LjY1LjA2NC42MDkgMCAxLjAzNy0uMzUzIDEuMjg0LTEuMDU4bC4yMi0uNTU5LTIuMzg1LTUuOTQxaC4wMDF6IiBmaWxsPSIjMUQzNjU3Ii8+PC9nPjwvc3ZnPg==);
}
</script>
        <script type="text/template" id="template_algolia_autocomplete_pages_empty"><div class="aa-pages-empty">
  <div class="aa-no-result">
    [[ translations.noPageFound ]]
  </div>
</div>
</script>
        <script type="text/template" id="template_algolia_autocomplete_page"><div class="aa-page">
  <div class="aa-picture" style="background-image: url('[[# helpers.iconImage ]][[/ helpers.iconImage ]]')"></div>
  <div class="aa-text">
    <span class="aa-title">[[& _highlightResult.title.value ]]</span>
  </div>
</div>
</script>
        <script type="text/template" id="template_algolia_autocomplete_collection"><div class="aa-collection">
  <div class="aa-picture" style="background-image: url('[[# helpers.iconImage ]][[/ helpers.iconImage ]]')"></div>
  <div class="aa-text">
    <span class="aa-title">[[& _highlightResult.title.value ]]</span>
  </div>
</div>
</script>
        <script type="text/template" id="template_algolia_autocomplete_collections_empty"><div class="aa-collections-empty">
  <div class="aa-no-result">
    [[ translations.noCollectionFound ]]
  </div>
</div>
</script>
        <script type="text/template" id="template_algolia_autocomplete_article"><div class="aa-article">
  <div class="aa-text">
    <span class="aa-title">[[& _highlightResult.title.value ]]</span>
  </div>
</div>
</script>
        <script type="text/template" id="template_algolia_autocomplete_articles_empty"><div class="aa-articles-empty">
  <div class="aa-no-result">
    No article found
  </div>
</div>
</script>
        <script type="text/template" id="template_algolia_autocomplete_product"><div data-algolia-index="[[ _index ]]" data-algolia-position="[[ _position ]]" data-algolia-queryid="[[ queryID ]]" data-algolia-objectid="[[ objectID ]]" class="aa-product">
  <img width="400" height="400" class="aa-product-picture" loading="lazy" src="[[# helpers.400xImage ]][[/ helpers.400xImage ]]">
  <div class="aa-product-text">
    <p class="aa-product-title">
      [[# helpers.fullHTMLTitle ]][[/ helpers.fullHTMLTitle ]]
    </p>
    <p class="aa-product-info">
      [[# product_type ]]
        [[& _highlightResult.product_type.value ]]
      [[/ product_type ]]
    </p>
    <p class="aa-product-price">
      [[# helpers.autocompletePrice ]][[/ helpers.autocompletePrice ]]
    </p>
  </div>
</div>
</script>
        <script type="text/template" id="template_algolia_autocomplete_products_empty"><div class="aa-products-empty">
  <p class="aa-no-result">
    [[# helpers.no_result_for ]] "[[ query ]]" [[/ helpers.no_result_for]]
  </p>

  <p class="aa-see-all">
    <a href="/search?q=">
      [[ translations.allProducts ]]
    </a>
  </p>
</div>
</script>
        <script type="text/template" id="template_algolia_autocomplete_footer"><div class="aa-footer">
  <a class="aa-footer-link" href="/search?q=[[ query ]]">
    View All Products
  </a>
</div>
</script>
        <script type="text/template" id="template_algolia_instant_search"><div class="ais-page" data-insights-index="shopify_">
  <div class="ais-header-details">
    <div class="ais-header-details__button">
      <button class="btn btn--secondary ais-facets-button js-toggle-facets-panel">
        <span class="btn__label">
          <span class="btn__label--top">
            Filter & Sort <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-filter" fill="none" viewBox="0 11 20 26">
  <line x1="16.5" y1="17.5" x2="3.5" y2="17.5" stroke="#000000" stroke-linecap="round"/>
  <line x1="16.5" y1="24.5" x2="3.5" y2="24.5" stroke="#000000" stroke-linecap="round"/>
  <line x1="16.5" y1="31.5" x2="3.5" y2="31.5" stroke="#000000" stroke-linecap="round"/>
  <circle cx="13" cy="31.5" r="2" fill="white" stroke="#000000"/>
  <circle cx="7" cy="24.5" r="2" fill="white" stroke="#000000"/>
  <circle cx="13" cy="17.5" r="2" fill="white" stroke="#000000"/>
</svg>

          </span>
          <span class="btn__label--btm" aria-hidden="true">
            Filter & Sort <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-filter" fill="none" viewBox="0 11 20 26">
  <line x1="16.5" y1="17.5" x2="3.5" y2="17.5" stroke="#000000" stroke-linecap="round"/>
  <line x1="16.5" y1="24.5" x2="3.5" y2="24.5" stroke="#000000" stroke-linecap="round"/>
  <line x1="16.5" y1="31.5" x2="3.5" y2="31.5" stroke="#000000" stroke-linecap="round"/>
  <circle cx="13" cy="31.5" r="2" fill="white" stroke="#000000"/>
  <circle cx="7" cy="24.5" r="2" fill="white" stroke="#000000"/>
  <circle cx="13" cy="17.5" r="2" fill="white" stroke="#000000"/>
</svg>

          </span>
        </span>
      </button>
    </div>
  </div>
  <div class="ais-facets">
    <div class="ais-facets__panel">
      <header class="ais-facets__header">
        <div class="ais-facets__header-main">
          <h3 class="ais-facets__title">
            <span class="ais-facets__title-mobile">Filter & Sort</span>
            <span class="ais-facets__title-desktop">Filter</span>
          </h3>
          <button class="ais-facets__close-button js-toggle-facets-panel">
            <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
              <path d="M8.00012 7.99991L24.0001 23.9999" stroke="#2a2a2d" stroke-width="2.42436"/>
              <path d="M23.9999 7.99991L7.99992 23.9999" stroke="#2a2a2d" stroke-width="2.42436"/>
            </svg>
          </button>
        </div>
        <div class="ais-facets__details">
          <div class="ais-facets-current-refined-values-header"></div>
          <div class="ais-facets-clear-refinements-panel-header"></div>
        </div>
      </header>
      <div class="ais-facets__list">

        <div class="thk-facet-wrapper thk-facet-wrapper--sort-by accordion">
          <details>
            <summary role="button">
              <div class="ais-facet--header ais-header">Sort By</div>
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus">
                <path d="M12 15L12.5162 14.5714L17 10L12.7993 10V12.3492V10H11.2007V12.3492V10L7 10L11.4838 14.5714L12 15Z" fill="#80848D"/>
              </svg>
              <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus">
                <path d="M12 9L11.4838 9.42857L7 14L11.2007 14L11.2007 11.6508L11.2007 14L12.7993 14L12.7993 11.6508L12.7993 14L17 14L12.5162 9.42857L12 9Z" fill="#80848D"/>
              </svg>
            </summary>
            <div class="ais-facet-[[ escapedName ]]-container accordion__content">
              <div id="ais-sort-by" class="ais-sort-by"></div>
            </div>
          </details>
        </div>

        [[# facets ]]
          <div class="ais-facet-[[ type ]] ais-facet-[[ escapedName ]] thk-facet-wrapper accordion">
            <details>
              <summary role="button">
                <div class="ais-facet--header ais-header">[[ title ]]</div>
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus">
                  <path d="M12 15L12.5162 14.5714L17 10L12.7993 10V12.3492V10H11.2007V12.3492V10L7 10L11.4838 14.5714L12 15Z" fill="#80848D"/>
                </svg>
                <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus">
                  <path d="M12 9L11.4838 9.42857L7 14L11.2007 14L11.2007 11.6508L11.2007 14L12.7993 14L12.7993 11.6508L12.7993 14L17 14L12.5162 9.42857L12 9Z" fill="#80848D"/>
                </svg>
              </summary>
              <div class="ais-facet-[[ escapedName ]]-container accordion__content"></div>
            </details>
          </div>
        [[/ facets ]]
      </div>
      <footer class="ais-facets__footer">
        <div class="ais-facets-clear-refinements-panel-footer"></div>
        <button class="btn btn--primary ais-facets__show-results js-toggle-facets-panel">
          <span class="btn__label">
            <span class="btn__label--top">Show Results</span>
            <span class="btn__label--btm" aria-hidden="true">Show Results</span>
          </span>
        </button>
      </footer>
    </div>
  </div>
  <button class="ais-facets__close-overlay js-toggle-facets-panel">
    <span class="ais-facets__close-overlay-text">Close Filters & Sort</span>
  </button>
  <div class="ais-block">
    <div class="ais-block__header">
      <div class="ais-block__header-main">
        <button class="ais-facets-button ais-facets-button--desktop js-toggle-facets-panel">
          <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-filter" fill="none" viewBox="0 11 20 26">
  <line x1="16.5" y1="17.5" x2="3.5" y2="17.5" stroke="#000000" stroke-linecap="round"/>
  <line x1="16.5" y1="24.5" x2="3.5" y2="24.5" stroke="#000000" stroke-linecap="round"/>
  <line x1="16.5" y1="31.5" x2="3.5" y2="31.5" stroke="#000000" stroke-linecap="round"/>
  <circle cx="13" cy="31.5" r="2" fill="white" stroke="#000000"/>
  <circle cx="7" cy="24.5" r="2" fill="white" stroke="#000000"/>
  <circle cx="13" cy="17.5" r="2" fill="white" stroke="#000000"/>
</svg>
 Filter 
        </button>
        <div id="ais-stats" class="ais-stats"></div>
        <div class="ais-facets-current-refined-values-in-page"></div>
        <div class="ais-facets-clear-refinements-in-page"></div>
      </div>
      <div class="ais-search-header">
        <div class="ais-change-display">
          <span class="ais-change-display-block ais-change-display-selected"><i class="fa fa-th-large"></i></span>
          <span class="ais-change-display-list"><i class="fa fa-th-list"></i></span>
        </div>
        <div class="ais-sort">
          [[# multipleSortOrders ]]
          <span class="ais-sort-orders-label">[[ translations.sortBy ]]</span> <span class="ais-sort-orders-container"></span>
          [[/ multipleSortOrders ]]
  
          [[^ multipleSortOrders ]]
          [[ translations.sortBy ]] [[ translations.relevance ]]
          [[/ multipleSortOrders ]]
        </div>
      </div>
    </div>
    <div class="ais-input">
      <div class="ais-input__label">
        [[ translations.search ]]
      </div>
      <div class="ais-search-box-container"></div>
      <div class="ais-input-button">
        <div class="ais-clear-input-icon"></div>
        <a title="Search by Algolia - Click to know more" href="https://www.algolia.com/search-solutions/shopify/?utm_source=shopify&utm_medium=link&utm_campaign=instantsearch-[[ storeName ]]">
          <div class="ais-algolia-icon"></div>
        </a>
      </div>
    </div>
    <div class="ais-hits-container ais-results-as-block"></div>
    <button id="load-more-button" class="btn btn--red load-more-button hidden">Load More</button>
  </div>
  <div class="ais-pagination-container"></div>
</div>
</script>
        <script type="text/template" id="template_algolia_instant_search_stats">[[# hasNoResults ]]
    [[# helpers.translation ]]noResultFound[[/ helpers.translation ]]
[[/ hasNoResults ]]

[[# hasOneResult ]]
  <span class="ais-stats--nb-results">
    [[# helpers.translation ]]oneResultFound[[/ helpers.translation ]]
  </span>
[[/ hasOneResult ]]

[[# hasManyResults ]]
  [[ helpers.outOf ]]
  <span class="ais-stats--nb-results">
    [[# helpers.formatNumber ]][[ nbHits ]][[/ helpers.formatNumber ]]
    [[# helpers.translation ]]resultsFound[[/ helpers.translation ]]
  </span>
[[/ hasManyResults ]]

[[ helpers.in ]]
</script>
        <script type="text/template" id="template_algolia_instant_search_facet_show_more">[[#isShowingMore]]
Show less
[[/isShowingMore]]
[[^isShowingMore]]
Show more
[[/isShowingMore]]
</script>
        <script type="text/template" id="template_algolia_instant_search_facet_item"><label
  data-insights-filter="[[ label ]]"
  class="[[ cssClasses.label ]]"
  tabindex="0"
>
  [[# type.disjunctive ]]
    <input type="checkbox" class="[[ cssClasses.checkbox ]]" [[# isRefined ]]checked[[/ isRefined ]]/>
  [[/ type.disjunctive ]]
  [[& label ]]
  <span class="[[ cssClasses.count ]]">
    [[# helpers.formatNumber ]]
      [[ count ]]
    [[/ helpers.formatNumber ]]
  </span>
</label>
</script>
        <script type="text/template" id="template_algolia_instant_search_current_refined_values_item">[[# label ]]
  <div class="ais-current-refined-values--label">[[ label ]]</div>[[^ operator ]]:[[/ operator]]
[[/ label ]]

[[# operator ]]
  [[& displayOperator ]]
  [[# helpers.formatNumber ]][[ name ]][[/ helpers.formatNumber ]]
[[/ operator ]]
[[^ operator ]]
  [[# exclude ]]-[[/ exclude ]][[ name ]]
[[/ operator ]]
</script>
        <script type="text/template" id="template_algolia_instant_search_product"><div class="ais-Hits-item__card">
  <div
    data-product-id="[[ id ]]"
    data-algolia-index="[[ index ]]"
    data-algolia-position="[[ productPosition ]]"
    data-algolia-queryid="[[ queryID ]]"
    data-algolia-objectid="[[ objectID ]]"
    class="ais-hit ais-product"
    data-handle="[[ handle ]]"
    data-variant-id="[[ objectID ]]"
    data-distinct="[[ _distinct ]]"
    data-insights-object-id="[[ objectID ]]"
    data-insights-position="[[ productPosition ]]"
    data-insights-query-id="[[ queryID ]]"
  >
    <a
      data-algolia-index="[[ index ]]"
      data-algolia-position="[[ productPosition ]]"
      data-algolia-queryid="[[ queryID ]]"
      data-algolia-objectid="[[ objectID ]]"
      href="[[# helpers.instantsearchLink ]][[/ helpers.instantsearchLink ]]"
      onclick="void(0)"
      title="[[# helpers.fullTitle ]][[/ helpers.fullTitle ]]"
      class="ais-hit__link"
    >
      <div class="thk-flair-badge">
        <div
          class="flair-badge-layout"
          data-flair-product-badge
          data-product-id="[[ id ]]"
          data-layout="column"
        ></div>
      </div>
      <div class="ais-hit__header">
        <img
          width="400"
          height="400"
          class="ais-hit__picture"
          loading="lazy"
          src="[[# helpers.400xImage ]][[/ helpers.400xImage ]]"
        >
        <label class="SPCMP_chk_lbl" style="display: none;">
          <input
            type="checkbox"
            class="SPCMP_Add"
            name="SPCMP_chk"
            spcmp_collids
            spcmp_pid="[[ id ]]"
            spcmp_vid="[[ objectID ]]">
          <span class="SPCMP_Add_span">Add to Compare</span> 
        </label>
      </div>
      <div class="ais-hit__details">
        <p class="ais-hit__subtitle" title="[[ product_type ]]">[[# helpers.fullEscapedHTMLProductType ]][[/ helpers.fullEscapedHTMLProductType ]]</p>
        <p class="ais-hit__title">[[# helpers.fullEscapedHTMLTitle ]][[/ helpers.fullEscapedHTMLTitle ]]</p>
        <p class="ais-hit__price">[[# helpers.instantsearchPrice ]][[/ helpers.instantsearchPrice ]]</p>
        
<div class="yotpo bottomLine yotpo_star_rating_widget" data-product-id="[[ id ]]"></div></div>
    </a>
  </div>
  <modal-opener class="no-js-hidden" data-modal="#quick-view-modal">
    <button
      class="quick-view-modal-button"
      type="button"
      aria-haspopup="dialog"
      data-handle="[[ handle ]]"
    >Quick Add</button>
  </modal-opener>
</div>
</script>
        <script type="text/template" id="template_algolia_instant_search_no_result"><div class="ais-hit-empty">
  <div class="ais-hit-empty--title">[[ translations.noResultFound ]]</div>
  <div class="ais-hit-empty--clears">
    [[# helpers.try_clear_or_change_input ]]
      <a class="ais-hit-empty--clear-filters ais-link"> </a>
      <a class="ais-hit-empty--clear-input ais-link"> </a>
    [[/ helpers.try_clear_or_change_input ]]
  </div>
</div>
</script>
        <link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_dependency_font-awesome-4-4-0.min.css?v=36583777724753847531711646839" rel="stylesheet" type="text/css" media="all" />
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_externals.js?v=181633209363515280161711646695" defer></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_init.js?v=87755463988250662401711646839" type="text/javascript"></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_analytics.js?v=183666546417780022701711646839" defer></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_translations.js?v=92951116758709245111711646839" defer></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_helpers.js?v=108308542530334129761711646839" defer></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_autocomplete.js?v=3677026214013929861711646839" defer></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_facets.js?v=48586506618029612801711646839" defer></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_sort_orders.js?v=66237125660405380101711646839" defer></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/algolia_instant_search.js?v=156173223039600421531711646839" defer></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/PriceInputs.js?v=80633012249873704691711646772" defer></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/DiscountPricesProductsCompare.js?v=132384553076887865001711646723" defer></script>
        <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/product-form.js?v=175328670589579583811711646772" defer="defer"></script>

            <!-- /Algolia head -->
        <div id="shopify-section-header" class="shopify-section section-header"><link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-list-menu.css?v=114610986448863508981711646712" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-search.css?v=61926405409593556421711646719" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-menu-drawer.css?v=71264315947497201571711646714" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-cart-notification.css?v=123524982942296975581711646709" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-cart-items.css?v=15673272801726886311711646708" media="print" onload="this.media='all'">
<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-main-product.css?v=22378945085035795321711646781" rel="stylesheet" type="text/css" media="all" />
<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-slider.css?v=21086521486758832541711646719" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-price.css?v=179715161069291261231711646716" media="print" onload="this.media='all'">
  <link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-loading-overlay.css?v=17148733507863529961711646713" media="print" onload="this.media='all'"><noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-list-menu.css?v=114610986448863508981711646712" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-search.css?v=61926405409593556421711646719" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-menu-drawer.css?v=71264315947497201571711646714" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-cart-notification.css?v=123524982942296975581711646709" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-cart-items.css?v=15673272801726886311711646708" rel="stylesheet" type="text/css" media="all" /></noscript>

<style>
  header-drawer {
    justify-self: start;
  }



  @media screen and (max-width: 1400px) {
    .d-none-header-icons{
      display: none;
    }

    header-drawer {
      display: inline-flex;
    }
  }

  @media screen and (min-width: 1400px) {
    header-drawer {
      display: none;
    }
  }

  .menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }
</style>

<script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/details-disclosure.js?v=118626640824924522881711646722" defer="defer"></script>
<script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/pickup-availability.js?v=95345216988985239631711646771" defer="defer"></script>
<script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/media-gallery.js?v=152902515749446478401711646766" defer="defer"></script>
<script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/QuickViewModal.js?v=43348238654861457731711646773" defer="defer"></script>
<script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/details-modal.js?v=4511761896672669691711646722" defer="defer"></script>
<script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/cart-notification.js?v=66234570840007175671711646703" defer="defer"></script>

<svg xmlns="http://www.w3.org/2000/svg" class="hidden">
  <symbol id="icon-search" viewbox="0 0 18 19" fill="none">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M11.03 11.68A5.784 5.784 0 112.85 3.5a5.784 5.784 0 018.18 8.18zm.26 1.12a6.78 6.78 0 11.72-.7l5.4 5.4a.5.5 0 11-.71.7l-5.41-5.4z" fill="currentColor"/>
  </symbol>

  <symbol id="icon-close" class="icon icon-close" fill="none" viewBox="0 0 18 17">
    <path d="M.865 15.978a.5.5 0 00.707.707l7.433-7.431 7.579 7.282a.501.501 0 00.846-.37.5.5 0 00-.153-.351L9.712 8.546l7.417-7.416a.5.5 0 10-.707-.708L8.991 7.853 1.413.573a.5.5 0 10-.693.72l7.563 7.268-7.418 7.417z" fill="currentColor">
  </symbol>
</svg><sticky-header class="header-wrapper color-background-1 gradient header-wrapper--border-bottom">
  <header class="header header--middle-left page-width header--has-menu"><div class="header__heading">
      <a href="/" class="header__heading header__heading-link link link--text focus-inset"><img
          srcset="//www.thehonestkitchen.com/cdn/shop/files/thk_250x.png?v=1694448980 1x, //www.thehonestkitchen.com/cdn/shop/files/thk_250x@2x.png?v=1694448980 2x"
          src="//www.thehonestkitchen.com/cdn/shop/files/thk_250x.png?v=1694448980" loading="lazy" class="header__heading-logo"
          width="111" height="109"
          alt="The Honest Kitchen"></a>
    </div><div class="header__heading_form-nav-holder form-nav-holder">
      <div class="header__search-container">
            <div class="header__heading_upper-holder left search_bar--desktop">
                <div class="header__icons d-none-header-icons">
                  <div class="header__heading_form-holder form-holder">
                    <form action="/search" method="get" role="search" class="search search-modal__form" data-search-form>
                      <input class="search__input" oninput="setDesktoptBlogSearchResult()" id="header-search-input" type="search" name="q" value="" placeholder="Search" aria-label="Search" />
                      <button id="search-button" aria-label="Search" type="submit" disabled>
                        <svg class="modal__toggle-open icon-search" aria-hidden="true" focusable="false" role="presentation" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M10.9305 3.79245C6.96713 3.79245 3.81818 6.82418 3.81818 10.4878C3.81818 14.1514 6.96713 17.1831 10.9305 17.1831C12.9111 17.1831 14.6884 16.426 15.9709 15.2112C15.9722 15.21 15.9735 15.2088 15.9748 15.2075C17.2563 13.9918 18.0428 12.3187 18.0428 10.4878C18.0428 6.82418 14.8938 3.79245 10.9305 3.79245ZM17.8788 15.8215C19.1164 14.3685 19.861 12.5164 19.861 10.4878C19.861 5.76598 15.8273 2 10.9305 2C6.03365 2 2 5.76598 2 10.4878C2 15.2096 6.03365 18.9756 10.9305 18.9756C13.061 18.9756 15.0282 18.2627 16.5708 17.0683L20.4613 20.7503C20.8235 21.0931 21.399 21.0815 21.7467 20.7244C22.0944 20.3674 22.0827 19.8 21.7205 19.4572L17.8788 15.8215Z" fill="#2a2a2d"/>
</svg>

                      </button>
                    </form>
                  </div>
                </div>
            </div>
            <div class="header__heading_upper-holder right">
              <div class="header__icons">
                <button class="js-header-sticky-search-btn header__icon header__icon--sticky-search link focus-inset">
                  <svg class="modal__toggle-open icon-search" aria-hidden="true" focusable="false" role="presentation" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M10.9305 3.79245C6.96713 3.79245 3.81818 6.82418 3.81818 10.4878C3.81818 14.1514 6.96713 17.1831 10.9305 17.1831C12.9111 17.1831 14.6884 16.426 15.9709 15.2112C15.9722 15.21 15.9735 15.2088 15.9748 15.2075C17.2563 13.9918 18.0428 12.3187 18.0428 10.4878C18.0428 6.82418 14.8938 3.79245 10.9305 3.79245ZM17.8788 15.8215C19.1164 14.3685 19.861 12.5164 19.861 10.4878C19.861 5.76598 15.8273 2 10.9305 2C6.03365 2 2 5.76598 2 10.4878C2 15.2096 6.03365 18.9756 10.9305 18.9756C13.061 18.9756 15.0282 18.2627 16.5708 17.0683L20.4613 20.7503C20.8235 21.0931 21.399 21.0815 21.7467 20.7244C22.0944 20.3674 22.0827 19.8 21.7205 19.4572L17.8788 15.8215Z" fill="#2a2a2d"/>
</svg>

                </button>
                <details-modal class="header__search mobile large-medium-up-hide">
                  <details>
                    <summary class="header__icon header__icon--search header__icon--summary link focus-inset modal__toggle"
                      aria-haspopup="dialog" aria-label="Search">
                      <span>
                        <svg class="modal__toggle-open icon-search" aria-hidden="true" focusable="false" role="presentation" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M10.9305 3.79245C6.96713 3.79245 3.81818 6.82418 3.81818 10.4878C3.81818 14.1514 6.96713 17.1831 10.9305 17.1831C12.9111 17.1831 14.6884 16.426 15.9709 15.2112C15.9722 15.21 15.9735 15.2088 15.9748 15.2075C17.2563 13.9918 18.0428 12.3187 18.0428 10.4878C18.0428 6.82418 14.8938 3.79245 10.9305 3.79245ZM17.8788 15.8215C19.1164 14.3685 19.861 12.5164 19.861 10.4878C19.861 5.76598 15.8273 2 10.9305 2C6.03365 2 2 5.76598 2 10.4878C2 15.2096 6.03365 18.9756 10.9305 18.9756C13.061 18.9756 15.0282 18.2627 16.5708 17.0683L20.4613 20.7503C20.8235 21.0931 21.399 21.0815 21.7467 20.7244C22.0944 20.3674 22.0827 19.8 21.7205 19.4572L17.8788 15.8215Z" fill="#2a2a2d"/>
</svg>

                        <svg class="modal__toggle-close icon-close" aria-hidden="true" focusable="false" role="presentation">
                          <use href="#icon-close">
                        </svg>
                      </span>
                    </summary>
                    <div class="search-modal modal__content" role="dialog" aria-modal="true"
                      aria-label="Search">
                      <div class="modal-overlay"></div>
                      <div class="search-modal__content" tabindex="-1"><predictive-search class="search-modal__form" data-loading-text="Loading..."><form action="/search" method="get" role="search" class="search search-modal__form">
                            <div class="field" data-search-form>
                              <input class="search__input field__input" oninput="setMobileBlogSearchResult()" id="Search-In-Modal-mobile" type="search" name="q" value="" 
                                placeholder="Search" aria-label="Search"role="combobox" aria-expanded="false" aria-owns="predictive-search-results-list"
                                aria-controls="predictive-search-results-list" aria-haspopup="listbox" aria-autocomplete="list"
                                autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
                              <input type="hidden" name="options[prefix]" value="last">
                              <button class="search__button field__button" aria-label="Search" type="submit">
                                <svg class="modal__toggle-open icon-search" aria-hidden="true" focusable="false" role="presentation" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M10.9305 3.79245C6.96713 3.79245 3.81818 6.82418 3.81818 10.4878C3.81818 14.1514 6.96713 17.1831 10.9305 17.1831C12.9111 17.1831 14.6884 16.426 15.9709 15.2112C15.9722 15.21 15.9735 15.2088 15.9748 15.2075C17.2563 13.9918 18.0428 12.3187 18.0428 10.4878C18.0428 6.82418 14.8938 3.79245 10.9305 3.79245ZM17.8788 15.8215C19.1164 14.3685 19.861 12.5164 19.861 10.4878C19.861 5.76598 15.8273 2 10.9305 2C6.03365 2 2 5.76598 2 10.4878C2 15.2096 6.03365 18.9756 10.9305 18.9756C13.061 18.9756 15.0282 18.2627 16.5708 17.0683L20.4613 20.7503C20.8235 21.0931 21.399 21.0815 21.7467 20.7244C22.0944 20.3674 22.0827 19.8 21.7205 19.4572L17.8788 15.8215Z" fill="#2a2a2d"/>
</svg>

                              </button>
                              <button class="close-search__button">Clear</button>
                            </div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search>
                              <div class="predictive-search__loading-state">
                                <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66"
                                  xmlns="http://www.w3.org/2000/svg">
                                  <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
                                </svg>
                              </div>
                            </div>
          
                            <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search><button type="button" class="modal__close-button link link--text focus-inset"
                          aria-label="Close">
                          <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M3.00006 2.99997L13 12.9999" stroke="#2D2A26" stroke-width="1.51522"/>
    <path d="M12.9999 2.99997L2.99996 12.9999" stroke="#2D2A26" stroke-width="1.51522"/>
</svg>
                        </button>
                      </div>
                    </div>
                  </details>
                </details-modal>
                
                  <span class="signin">
                    <a href="/account/login" class="header__icon link focus-inset"><svg width="24" height="24" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M22 3.66669C19.5924 3.66669 17.2084 4.14089 14.9841 5.06223C12.7598 5.98357 10.7388 7.33399 9.03638 9.0364C5.59821 12.4746 3.66667 17.1377 3.66667 22C3.66667 26.8623 5.59821 31.5255 9.03638 34.9636C10.7388 36.6661 12.7598 38.0165 14.9841 38.9378C17.2084 39.8591 19.5924 40.3334 22 40.3334C26.8623 40.3334 31.5255 38.4018 34.9636 34.9636C38.4018 31.5255 40.3333 26.8623 40.3333 22C40.3333 19.5925 39.8591 17.2085 38.9378 14.9842C38.0165 12.7599 36.666 10.7388 34.9636 9.0364C33.2612 7.33399 31.2402 5.98357 29.0159 5.06223C26.7916 4.14089 24.4076 3.66669 22 3.66669ZM12.9617 33.5134C13.75 31.8634 18.5533 30.25 22 30.25C25.4467 30.25 30.25 31.8634 31.0383 33.5134C28.545 35.4934 25.41 36.6667 22 36.6667C18.59 36.6667 15.455 35.4934 12.9617 33.5134ZM33.66 30.855C31.0383 27.665 24.6767 26.5834 22 26.5834C19.3233 26.5834 12.9617 27.665 10.34 30.855C8.47001 28.4167 7.33334 25.3367 7.33334 22C7.33334 13.915 13.915 7.33335 22 7.33335C30.085 7.33335 36.6667 13.915 36.6667 22C36.6667 25.3367 35.53 28.4167 33.66 30.855ZM22 11C18.4433 11 15.5833 13.86 15.5833 17.4167C15.5833 20.9734 18.4433 23.8334 22 23.8334C25.5567 23.8334 28.4167 20.9734 28.4167 17.4167C28.4167 13.86 25.5567 11 22 11ZM22 20.1667C21.2707 20.1667 20.5712 19.877 20.0555 19.3612C19.5397 18.8455 19.25 18.146 19.25 17.4167C19.25 16.6873 19.5397 15.9879 20.0555 15.4721C20.5712 14.9564 21.2707 14.6667 22 14.6667C22.7294 14.6667 23.4288 14.9564 23.9445 15.4721C24.4603 15.9879 24.75 16.6873 24.75 17.4167C24.75 18.146 24.4603 18.8455 23.9445 19.3612C23.4288 19.877 22.7294 20.1667 22 20.1667Z" fill="#2a2a2d"/>
</svg>
</a>
                  </span>
                
                
                <a href="/pages/store-locator" class="header__icon link focus-inset header__icon--store-locator"><svg width="24" height="24" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M9.27666 5.5C8.48833 5.5 7.73666 5.75667 7.04 6.27C6.34333 6.78333 5.94 7.44333 5.75666 8.25L3.86833 16.335C3.41 18.3333 3.77666 20.075 4.98666 21.5783L5.5 22.0917V34.8333C5.5 35.75 5.86666 36.6667 6.61833 37.3817C7.37 38.0967 8.25 38.5 9.16666 38.5H34.8333C35.75 38.5 36.6667 38.1333 37.3817 37.3817C38.0967 36.63 38.5 35.75 38.5 34.8333V22.0917L39.0133 21.5783C40.2233 20.075 40.59 18.3333 40.1317 16.335L38.2433 8.25C38.005 7.44333 37.5833 6.78333 36.905 6.27C36.245 5.75667 35.53 5.5 34.7233 5.5H9.27666ZM34.6317 9.11167L36.6117 17.1967C36.7767 17.985 36.6117 18.7 36.0983 19.3417C35.64 19.91 35.0717 20.1667 34.375 20.1667C33.8067 20.1667 33.3117 19.9833 32.9083 19.5433C32.505 19.1217 32.285 18.6267 32.23 18.04L31.1117 9.16667L34.6317 9.11167ZM9.27666 9.16667H12.8883L11.77 18.04C11.55 19.4883 10.835 20.1667 9.625 20.1667C8.87333 20.1667 8.305 19.91 7.90166 19.3417C7.38833 18.7 7.22333 17.985 7.38833 17.1967L9.27666 9.16667ZM16.5917 9.16667H20.1667V17.7833C20.1667 18.425 19.965 18.975 19.5067 19.47C19.0483 19.9467 18.48 20.1667 17.7833 20.1667C17.16 20.1667 16.6283 19.9467 16.2067 19.415C15.785 18.8833 15.5833 18.3333 15.5833 17.71V17.4167L16.5917 9.16667ZM23.8333 9.16667H27.4083L28.4167 17.4167C28.5633 18.1867 28.4167 18.8283 27.885 19.3783C27.4083 19.9283 26.785 20.1667 26.0333 20.1667C25.465 20.1667 24.9517 19.9467 24.4933 19.47C24.035 18.975 23.8333 18.425 23.8333 17.7833V9.16667ZM13.6583 22.0917C14.8133 23.2283 16.2433 23.8333 17.9667 23.8333C19.5067 23.8333 20.8633 23.2283 22 22.0917C23.265 23.2283 24.6583 23.8333 26.2167 23.8333C27.8117 23.8333 29.1867 23.2283 30.3417 22.0917C31.3683 23.2283 32.7433 23.8333 34.4667 23.8333H34.8883V34.8333H9.16666V23.8333H9.625C11.2933 23.8333 12.6317 23.2283 13.6583 22.0917Z" fill="#2a2a2d"/>
</svg>
</a>

                <span class="header__icon header__icon--cart link focus-inset mini-cart-button"
                  id="cart-icon-bubble"><svg aria-hidden="true" width="24" height="24" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M31.1667 33C32.1391 33 33.0718 33.3863 33.7594 34.074C34.447 34.7616 34.8333 35.6942 34.8333 36.6667C34.8333 37.6391 34.447 38.5718 33.7594 39.2594C33.0718 39.947 32.1391 40.3334 31.1667 40.3334C29.1317 40.3334 27.5 38.6834 27.5 36.6667C27.5 34.6317 29.1317 33 31.1667 33ZM1.83333 3.66669H7.82833L9.55166 7.33335H36.6667C37.1529 7.33335 37.6192 7.52651 37.963 7.87033C38.3068 8.21414 38.5 8.68046 38.5 9.16669C38.5 9.47835 38.4083 9.79002 38.28 10.0834L31.7167 21.945C31.0933 23.0634 29.8833 23.8334 28.5083 23.8334H14.85L13.2 26.8217L13.145 27.0417C13.145 27.1632 13.1933 27.2798 13.2792 27.3658C13.3652 27.4517 13.4818 27.5 13.6033 27.5H34.8333V31.1667H12.8333C10.7983 31.1667 9.16666 29.5167 9.16666 27.5C9.16666 26.8584 9.33166 26.2534 9.60666 25.74L12.1 21.2484L5.49999 7.33335H1.83333V3.66669ZM12.8333 33C13.8058 33 14.7384 33.3863 15.4261 34.074C16.1137 34.7616 16.5 35.6942 16.5 36.6667C16.5 37.6391 16.1137 38.5718 15.4261 39.2594C14.7384 39.947 13.8058 40.3334 12.8333 40.3334C10.7983 40.3334 9.16666 38.6834 9.16666 36.6667C9.16666 34.6317 10.7983 33 12.8333 33ZM29.3333 20.1667L34.43 11H11.2567L15.5833 20.1667H29.3333Z" fill="#2a2a2d"/>
</svg>
<span class="visually-hidden">Cart</span></span>
              </div>
            </div>
      </div>

      <nav class="header__inline-menu desktop large-medium-hide" aria-label="Main navigation">
        <ul class="list-menu list-menu--inline main main-mega" role="list"><li class="main li-mega">
            <details-disclosure>
              <details class="main" id="Details-HeaderMenu-1">
                <summary class="header__menu-item main list-menu__item link focus-inset"
                         data-link-value="dog">
                  <div class="icon-caret-holder">
                    <span>
                      Dog
                      <span class="icon-carret-wrapper">
                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                      </span>
                    </span>
                  </div>
                </summary>
                <div id="HeaderMenu-MenuList-1" class="header__submenu
                 main 
                
                
                list-menu list-menu--disclosure caption-large motion-reduce desktop" role="list" tabindex="-1">
                  <ul><li class="sub">
                      
<div open id="Details-HeaderSubMenu-1" class="">
                        <summary class="padding-tb-0 header__menu-item link link--text list-menu__item focus-inset caption-large cursor-unset"
                                 data-link-value="dog|product types">
                          Product Types
                        </summary>
                        <ul id="HeaderMenu-SubMenuList-1"
                          class="HeaderMenu_SubMenuList header__submenu list-menu motion-reduce">
                          <li>
                            <a href="/collections/dog-clusters-dry-food"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|product types|clusters dry food"
                              
                              data-link-value="dog|product types|clusters dry food">
                              <span class="  list-menu__item__link  ">Clusters Dry Food</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-dehydrated-food"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|product types|dehydrated food"
                              
                              data-link-value="dog|product types|dehydrated food">
                              <span class="  list-menu__item__link  ">Dehydrated Food</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-wet-food"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|product types|wet food"
                              
                              data-link-value="dog|product types|wet food">
                              <span class="  list-menu__item__link  ">Wet Food</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-treats"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|product types|treats"
                              
                              data-link-value="dog|product types|treats">
                              <span class="  list-menu__item__link  ">Treats</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-toppers"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|product types|toppers"
                              
                              data-link-value="dog|product types|toppers">
                              <span class="  list-menu__item__link  ">Toppers</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-supplements-broths"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|product types|supplements &amp; broths"
                              
                              data-link-value="dog|product types|supplements &amp; broths">
                              <span class="  list-menu__item__link  ">Supplements &amp; Broths</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/shop-all-dog"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|product types|shop all dog"
                              
                              data-link-value="dog|product types|shop all dog">
                              <span class="  list-menu__item__link  ">Shop All Dog</span>
                            </a>
                          </li></ul>
                      </div></li><li class="sub">
                      
<div open id="Details-HeaderSubMenu-2" class="">
                        <summary class="padding-tb-0 header__menu-item link link--text list-menu__item focus-inset caption-large cursor-unset"
                                 data-link-value="dog|life stages">
                          Life Stages
                        </summary>
                        <ul id="HeaderMenu-SubMenuList-2"
                          class="HeaderMenu_SubMenuList header__submenu list-menu motion-reduce">
                          <li>
                            <a href="/collections/dog-puppy"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|life stages|puppy"
                              
                              data-link-value="dog|life stages|puppy">
                              <span class="  list-menu__item__link  ">Puppy</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-adult"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|life stages|adult"
                              
                              data-link-value="dog|life stages|adult">
                              <span class="  list-menu__item__link  ">Adult</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-senior"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|life stages|senior"
                              
                              data-link-value="dog|life stages|senior">
                              <span class="  list-menu__item__link  ">Senior</span>
                            </a>
                          </li></ul>
                      </div></li><li class="sub">
                      
<div open id="Details-HeaderSubMenu-3" class="">
                        <summary class="padding-tb-0 header__menu-item link link--text list-menu__item focus-inset caption-large cursor-unset"
                                 data-link-value="dog|protein">
                          Protein
                        </summary>
                        <ul id="HeaderMenu-SubMenuList-3"
                          class="HeaderMenu_SubMenuList header__submenu list-menu motion-reduce">
                          <li>
                            <a href="/collections/dog-chicken"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|protein|chicken"
                              
                              data-link-value="dog|protein|chicken">
                              <span class="  list-menu__item__link  ">Chicken</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-beef"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|protein|beef"
                              
                              data-link-value="dog|protein|beef">
                              <span class="  list-menu__item__link  ">Beef</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-fish"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|protein|fish"
                              
                              data-link-value="dog|protein|fish">
                              <span class="  list-menu__item__link  ">Fish</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-turkey"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|protein|turkey"
                              
                              data-link-value="dog|protein|turkey">
                              <span class="  list-menu__item__link  ">Turkey</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-duck"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|protein|duck"
                              
                              data-link-value="dog|protein|duck">
                              <span class="  list-menu__item__link  ">Duck</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-lamb"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|protein|lamb"
                              
                              data-link-value="dog|protein|lamb">
                              <span class="  list-menu__item__link  ">Lamb</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-base-mix-add-protein"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|protein|base mix (add protein)"
                              
                              data-link-value="dog|protein|base mix (add protein)">
                              <span class="  list-menu__item__link  ">Base Mix (Add Protein)</span>
                            </a>
                          </li></ul>
                      </div></li><li class="sub">
                      
<div open id="Details-HeaderSubMenu-4" class="">
                        <summary class="padding-tb-0 header__menu-item link link--text list-menu__item focus-inset caption-large cursor-unset"
                                 data-link-value="dog|nutritional needs">
                          Nutritional Needs
                        </summary>
                        <ul id="HeaderMenu-SubMenuList-4"
                          class="HeaderMenu_SubMenuList header__submenu list-menu motion-reduce">
                          <li>
                            <a href="/collections/dog-grain-free"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|nutritional needs|grain free"
                              
                              data-link-value="dog|nutritional needs|grain free">
                              <span class="  list-menu__item__link  ">Grain Free</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-includes-grains"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|nutritional needs|includes grains"
                              
                              data-link-value="dog|nutritional needs|includes grains">
                              <span class="  list-menu__item__link  ">Includes Grains</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-legume-free"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|nutritional needs|legume free"
                              
                              data-link-value="dog|nutritional needs|legume free">
                              <span class="  list-menu__item__link  ">Legume Free</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-high-protein"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|nutritional needs|high protein"
                              
                              data-link-value="dog|nutritional needs|high protein">
                              <span class="  list-menu__item__link  ">High Protein</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-low-fat"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|nutritional needs|low fat"
                              
                              data-link-value="dog|nutritional needs|low fat">
                              <span class="  list-menu__item__link  ">Low Fat</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-low-sodium"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|nutritional needs|low sodium"
                              
                              data-link-value="dog|nutritional needs|low sodium">
                              <span class="  list-menu__item__link  ">Low Sodium</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-low-carb"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|nutritional needs|low carb"
                              
                              data-link-value="dog|nutritional needs|low carb">
                              <span class="  list-menu__item__link  ">Low Carb</span>
                            </a>
                          </li></ul>
                      </div></li><li class="sub">
                      
<div open id="Details-HeaderSubMenu-5" class=" Details-HeaderSubMenu ">
                        <summary class="padding-tb-0 header__menu-item link link--text list-menu__item focus-inset caption-large cursor-unset"
                                 data-link-value="dog|extras">
                          Extras
                        </summary>
                        <ul id="HeaderMenu-SubMenuList-5"
                          class="HeaderMenu_SubMenuList header__submenu list-menu motion-reduce">
                          <li>
                            <a href="/collections/shop-all-dog"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|extras|shop all dog"
                              
                              data-link-value="dog|extras|shop all dog">
                              <span class="  list-menu__item__link  ">Shop All Dog</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-best-sellers"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|extras|best sellers"
                              
                              data-link-value="dog|extras|best sellers">
                              <span class="  list-menu__item__link  ">Best Sellers</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/dog-trial-size"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|extras|trial size"
                              
                              data-link-value="dog|extras|trial size">
                              <span class="  list-menu__item__link  ">Trial Size</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/merchandise"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="dog|extras|merchandise"
                              
                              data-link-value="dog|extras|merchandise">
                              <span class="  list-menu__item__link  ">Merchandise</span>
                            </a>
                          </li></ul>
                      </div></li></ul>
                </div>
              </details>
            </details-disclosure></li><li class="main li-mega">
            <details-disclosure>
              <details class="main" id="Details-HeaderMenu-2">
                <summary class="header__menu-item main list-menu__item link focus-inset"
                         data-link-value="cat">
                  <div class="icon-caret-holder">
                    <span>
                      Cat
                      <span class="icon-carret-wrapper">
                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                      </span>
                    </span>
                  </div>
                </summary>
                <div id="HeaderMenu-MenuList-2" class="header__submenu
                
                 main 
                
                list-menu list-menu--disclosure caption-large motion-reduce desktop" role="list" tabindex="-1">
                  <ul><li class="sub">
                      
<div open id="Details-HeaderSubMenu-1" class="">
                        <summary class="padding-tb-0 header__menu-item link link--text list-menu__item focus-inset caption-large cursor-unset"
                                 data-link-value="cat|product types">
                          Product Types
                        </summary>
                        <ul id="HeaderMenu-SubMenuList-1"
                          class="HeaderMenu_SubMenuList header__submenu list-menu motion-reduce">
                          <li>
                            <a href="/collections/cat-clusters-dry-food"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|product types|clusters dry food"
                              
                              data-link-value="cat|product types|clusters dry food">
                              <span class="  list-menu__item__link  ">Clusters Dry Food</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-dehydrated-food"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|product types|dehydrated food"
                              
                              data-link-value="cat|product types|dehydrated food">
                              <span class="  list-menu__item__link  ">Dehydrated Food</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-wet-food"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|product types|wet food"
                              
                              data-link-value="cat|product types|wet food">
                              <span class="  list-menu__item__link  ">Wet Food</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-treats"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|product types|treats"
                              
                              data-link-value="cat|product types|treats">
                              <span class="  list-menu__item__link  ">Treats</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-toppers"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|product types|toppers"
                              
                              data-link-value="cat|product types|toppers">
                              <span class="  list-menu__item__link  ">Toppers</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-supplements"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|product types|supplements &amp; hydration"
                              
                              data-link-value="cat|product types|supplements &amp; hydration">
                              <span class="  list-menu__item__link  ">Supplements &amp; Hydration</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/shop-all-cat"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|product types|shop all cat"
                              
                              data-link-value="cat|product types|shop all cat">
                              <span class="  list-menu__item__link  ">Shop All Cat</span>
                            </a>
                          </li></ul>
                      </div></li><li class="sub">
                      
<div open id="Details-HeaderSubMenu-2" class="">
                        <summary class="padding-tb-0 header__menu-item link link--text list-menu__item focus-inset caption-large cursor-unset"
                                 data-link-value="cat|life stages">
                          Life Stages
                        </summary>
                        <ul id="HeaderMenu-SubMenuList-2"
                          class="HeaderMenu_SubMenuList header__submenu list-menu motion-reduce">
                          <li>
                            <a href="/collections/cat-kitten"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|life stages|kitten"
                              
                              data-link-value="cat|life stages|kitten">
                              <span class="  list-menu__item__link  ">Kitten</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-adult"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|life stages|adult"
                              
                              data-link-value="cat|life stages|adult">
                              <span class="  list-menu__item__link  ">Adult</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-senior"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|life stages|senior"
                              
                              data-link-value="cat|life stages|senior">
                              <span class="  list-menu__item__link  ">Senior</span>
                            </a>
                          </li></ul>
                      </div></li><li class="sub">
                      
<div open id="Details-HeaderSubMenu-3" class="">
                        <summary class="padding-tb-0 header__menu-item link link--text list-menu__item focus-inset caption-large cursor-unset"
                                 data-link-value="cat|protein">
                          Protein
                        </summary>
                        <ul id="HeaderMenu-SubMenuList-3"
                          class="HeaderMenu_SubMenuList header__submenu list-menu motion-reduce">
                          <li>
                            <a href="/collections/cat-chicken"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|protein|chicken"
                              
                              data-link-value="cat|protein|chicken">
                              <span class="  list-menu__item__link  ">Chicken</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-turkey"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|protein|turkey"
                              
                              data-link-value="cat|protein|turkey">
                              <span class="  list-menu__item__link  ">Turkey</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-beef"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|protein|beef"
                              
                              data-link-value="cat|protein|beef">
                              <span class="  list-menu__item__link  ">Beef</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-fish"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|protein|fish"
                              
                              data-link-value="cat|protein|fish">
                              <span class="  list-menu__item__link  ">Fish</span>
                            </a>
                          </li></ul>
                      </div></li><li class="sub">
                      
<div open id="Details-HeaderSubMenu-4" class="">
                        <summary class="padding-tb-0 header__menu-item link link--text list-menu__item focus-inset caption-large cursor-unset"
                                 data-link-value="cat|nutritional needs">
                          Nutritional Needs
                        </summary>
                        <ul id="HeaderMenu-SubMenuList-4"
                          class="HeaderMenu_SubMenuList header__submenu list-menu motion-reduce">
                          <li>
                            <a href="/collections/cat-high-protein"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|nutritional needs|high protein"
                              
                              data-link-value="cat|nutritional needs|high protein">
                              <span class="  list-menu__item__link  ">High Protein</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-low-carb"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|nutritional needs|low carb"
                              
                              data-link-value="cat|nutritional needs|low carb">
                              <span class="  list-menu__item__link  ">Low Carb</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-low-sodium"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|nutritional needs|low sodium"
                              
                              data-link-value="cat|nutritional needs|low sodium">
                              <span class="  list-menu__item__link  ">Low Sodium</span>
                            </a>
                          </li></ul>
                      </div></li><li class="sub">
                      
<div open id="Details-HeaderSubMenu-5" class=" Details-HeaderSubMenu ">
                        <summary class="padding-tb-0 header__menu-item link link--text list-menu__item focus-inset caption-large cursor-unset"
                                 data-link-value="cat|extras">
                          Extras
                        </summary>
                        <ul id="HeaderMenu-SubMenuList-5"
                          class="HeaderMenu_SubMenuList header__submenu list-menu motion-reduce">
                          <li>
                            <a href="/collections/shop-all-cat"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|extras|shop all cat"
                              
                              data-link-value="cat|extras|shop all cat">
                              <span class="  list-menu__item__link  ">Shop All Cat</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-best-sellers"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|extras|best sellers"
                              
                              data-link-value="cat|extras|best sellers">
                              <span class="  list-menu__item__link  ">Best Sellers</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/cat-trial-size"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|extras|trial size"
                              
                              data-link-value="cat|extras|trial size">
                              <span class="  list-menu__item__link  ">Trial Size</span>
                            </a>
                          </li>
                          <li>
                            <a href="/collections/merchandise"
                              class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                              data-link-value="cat|extras|merchandise"
                              
                              data-link-value="cat|extras|merchandise">
                              <span class="  list-menu__item__link  ">Merchandise</span>
                            </a>
                          </li></ul>
                      </div></li></ul>
                </div>
              </details>
            </details-disclosure></li><li class="main li-mega">
            <details-disclosure>
              <details class="main" id="Details-HeaderMenu-3">
                <summary class="header__menu-item main list-menu__item link focus-inset"
                         data-link-value="insider perks">
                  <div class="icon-caret-holder">
                    <span>
                      Insider Perks
                      <span class="icon-carret-wrapper">
                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                      </span>
                    </span>
                  </div>
                </summary>
                <div id="HeaderMenu-MenuList-3" class="header__submenu
                
                
                 padding-sub 
                list-menu list-menu--disclosure caption-large motion-reduce desktop" role="list" tabindex="-1">
                  <ul><li class="sub">
                      
<a href="/pages/rewards"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                         data-link-value="insider perks|rewards">
                        Rewards
                      </a></li><li class="sub">
                      
<a href="/pages/recurring-orders"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                         data-link-value="insider perks|recurring orders">
                        Recurring Orders
                      </a></li><li class="sub">
                      
<a href="/pages/refer-a-friend"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                         data-link-value="insider perks|refer a friend">
                        Refer a Friend
                      </a></li></ul>
                </div>
              </details>
            </details-disclosure></li><li class="main li-mega">
            <details-disclosure>
              <details class="main" id="Details-HeaderMenu-4">
                <summary class="header__menu-item main list-menu__item link focus-inset"
                         data-link-value="about us">
                  <div class="icon-caret-holder">
                    <span>
                      About Us
                      <span class="icon-carret-wrapper">
                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                      </span>
                    </span>
                  </div>
                </summary>
                <div id="HeaderMenu-MenuList-4" class="header__submenu
                
                
                 padding-sub 
                list-menu list-menu--disclosure caption-large motion-reduce desktop" role="list" tabindex="-1">
                  <ul><li class="sub">
                      
<a href="/pages/the-honest-difference"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                         data-link-value="about us|the honest difference">
                        The Honest Difference
                      </a></li><li class="sub">
                      
<a href="/pages/ingredients"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                         data-link-value="about us|ingredients">
                        Ingredients
                      </a></li><li class="sub">
                      
<a href="/pages/quality-assurance"
                        class="header__menu-item list-menu__item link link--text focus-inset caption-large"
                        
                         data-link-value="about us|quality assurance">
                        Quality Assurance
                      </a></li></ul>
                </div>
              </details>
            </details-disclosure></li><li class="main li-mega"><a href="/pages/find-your-recipe-quiz"
              class="header__menu-item main list-menu__item link link--text focus-inset main"  data-link-value="take the quiz">
              <span class="icon-caret-holder">
                <span class="icon-caret-wrapper">
                  <span>Take the Quiz</span>
                </span>
              </span>
            </a></li><li class="main li-mega"><a href="/pages/store-locator"
              class="header__menu-item main list-menu__item link link--text focus-inset main"  data-link-value="store locator">
              <span class="icon-caret-holder">
                <span class="icon-caret-wrapper">
                  <span>Store Locator</span>
                </span>
              </span>
            </a></li></ul>
      </nav>
    </div><header-drawer class="mob header-drawer" data-breakpoint="tablet">
      <details id="Details-menu-drawer-container" class="menu-drawer-container">
        <summary class="header__icon header__icon--menu header__icon--summary link focus-inset"
          aria-label="Menu">
          <span>
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon-hamburger" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M21.9999 5C21.9999 5.55228 21.5522 6 20.9999 6L2.99988 6C2.44759 6 1.99988 5.55228 1.99988 5C1.99988 4.44771 2.44759 4 2.99988 4L20.9999 4C21.5522 4 21.9999 4.44772 21.9999 5Z" fill="#2a2a2d"/>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M21.9999 12C21.9999 12.5523 21.5522 13 20.9999 13L2.99988 13C2.44759 13 1.99988 12.5523 1.99988 12C1.99988 11.4477 2.44759 11 2.99988 11L20.9999 11C21.5522 11 21.9999 11.4477 21.9999 12Z" fill="#2a2a2d"/>
  <path fill-rule="evenodd" clip-rule="evenodd" d="M21.9999 19C21.9999 19.5523 21.5522 20 20.9999 20L2.99988 20C2.44759 20 1.99988 19.5523 1.99988 19C1.99988 18.4477 2.44759 18 2.99988 18L20.9999 18C21.5522 18 21.9999 18.4477 21.9999 19Z" fill="#2a2a2d"/>
</svg>

            <span class="icon-close" aria-hidden="true"></span>
          </span>
        </summary>
        <div id="menu-drawer" class="menu-drawer motion-reduce" tabindex="-1">
          <div class="menu-drawer__inner-container">
            <div class="menu-drawer__navigation-container">
              <nav class="menu-drawer__navigation">
                <ul class="menu-drawer__menu list-menu main-mega main-mega-wrap" role="list"><li class="li-mega dog">
                    
<details id="Details-menu-drawer-menu-item-1">
                      <summary
                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset mega"
                        data-link-value="dog">
                        Dog
                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                      </summary>
                      <div id="link-Dog" class="menu-drawer__submenu motion-reduce" tabindex="-1">
                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset"
                                  aria-expanded="true"
                                  data-link-value="dog">
                            <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            Dog
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                            
                                <li><details id="Details-menu-drawer-submenu-1">
                                      <summary id="Details-menu-drawer-submenu-1-summary" class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                               data-link-value="dog|product types">
                                        Product Types
                                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                                      </summary>
                                      <div id="childlink-Product Types"
                                           class="menu-drawer__submenu motion-reduce">
                                        <button class="menu-drawer__close-button link link--text focus-inset"
                                                aria-expanded="true"
                                                data-link-value="dog|product types">
                                          <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                          Product Types
                                        </button>
                                        <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                                            <li>
                                              <a href="/collections/dog-clusters-dry-food"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|product types|clusters dry food">
                                                Clusters Dry Food
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-dehydrated-food"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|product types|dehydrated food">
                                                Dehydrated Food
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-wet-food"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|product types|wet food">
                                                Wet Food
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-treats"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|product types|treats">
                                                Treats
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-toppers"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|product types|toppers">
                                                Toppers
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-supplements-broths"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|product types|supplements &amp; broths">
                                                Supplements &amp; Broths
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/shop-all-dog"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|product types|shop all dog">
                                                Shop All Dog
                                              </a>
                                            </li></ul>
                                      </div>
                                    </details></li>
                              

                            
                                <li><details id="Details-menu-drawer-submenu-2">
                                      <summary id="Details-menu-drawer-submenu-2-summary" class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                               data-link-value="dog|life stages">
                                        Life Stages
                                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                                      </summary>
                                      <div id="childlink-Life Stages"
                                           class="menu-drawer__submenu motion-reduce">
                                        <button class="menu-drawer__close-button link link--text focus-inset"
                                                aria-expanded="true"
                                                data-link-value="dog|life stages">
                                          <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                          Life Stages
                                        </button>
                                        <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                                            <li>
                                              <a href="/collections/dog-puppy"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|life stages|puppy">
                                                Puppy
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-adult"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|life stages|adult">
                                                Adult
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-senior"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|life stages|senior">
                                                Senior
                                              </a>
                                            </li></ul>
                                      </div>
                                    </details></li>
                              

                            
                                <li><details id="Details-menu-drawer-submenu-3">
                                      <summary id="Details-menu-drawer-submenu-3-summary" class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                               data-link-value="dog|protein">
                                        Protein
                                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                                      </summary>
                                      <div id="childlink-Protein"
                                           class="menu-drawer__submenu motion-reduce">
                                        <button class="menu-drawer__close-button link link--text focus-inset"
                                                aria-expanded="true"
                                                data-link-value="dog|protein">
                                          <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                          Protein
                                        </button>
                                        <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                                            <li>
                                              <a href="/collections/dog-chicken"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|protein|chicken">
                                                Chicken
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-beef"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|protein|beef">
                                                Beef
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-fish"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|protein|fish">
                                                Fish
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-turkey"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|protein|turkey">
                                                Turkey
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-duck"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|protein|duck">
                                                Duck
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-lamb"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|protein|lamb">
                                                Lamb
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-base-mix-add-protein"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|protein|base mix (add protein)">
                                                Base Mix (Add Protein)
                                              </a>
                                            </li></ul>
                                      </div>
                                    </details></li>
                              

                            
                                <li><details id="Details-menu-drawer-submenu-4">
                                      <summary id="Details-menu-drawer-submenu-4-summary" class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                               data-link-value="dog|nutritional needs">
                                        Nutritional Needs
                                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                                      </summary>
                                      <div id="childlink-Nutritional Needs"
                                           class="menu-drawer__submenu motion-reduce">
                                        <button class="menu-drawer__close-button link link--text focus-inset"
                                                aria-expanded="true"
                                                data-link-value="dog|nutritional needs">
                                          <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                          Nutritional Needs
                                        </button>
                                        <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                                            <li>
                                              <a href="/collections/dog-grain-free"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|nutritional needs|grain free">
                                                Grain Free
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-includes-grains"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|nutritional needs|includes grains">
                                                Includes Grains
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-legume-free"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|nutritional needs|legume free">
                                                Legume Free
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-high-protein"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|nutritional needs|high protein">
                                                High Protein
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-low-fat"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|nutritional needs|low fat">
                                                Low Fat
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-low-sodium"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|nutritional needs|low sodium">
                                                Low Sodium
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/dog-low-carb"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="dog|nutritional needs|low carb">
                                                Low Carb
                                              </a>
                                            </li></ul>
                                      </div>
                                    </details></li>
                              

                            
<li class="menu-drawer__extra-hr">
                                    
                                    <a href="/collections/shop-all-dog"
                                       class="menu-drawer__menu-item menu-drawer__menu-item--extra link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="dog|extras|shop all dog">
                                      Shop All Dog
                                    </a>
                                  </li><li class="">
                                    
                                    <a href="/collections/dog-best-sellers"
                                       class="menu-drawer__menu-item menu-drawer__menu-item--extra link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="dog|extras|best sellers">
                                      Best Sellers
                                    </a>
                                  </li><li class="">
                                    
                                    <a href="/collections/dog-trial-size"
                                       class="menu-drawer__menu-item menu-drawer__menu-item--extra link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="dog|extras|trial size">
                                      Trial Size
                                    </a>
                                  </li><li class="">
                                    
                                    <a href="/collections/merchandise"
                                       class="menu-drawer__menu-item menu-drawer__menu-item--extra link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="dog|extras|merchandise">
                                      Merchandise
                                    </a>
                                  </li>
</ul>
                        </div>
                      </div>
                    </details></li><li class="li-mega cat">
                    
<details id="Details-menu-drawer-menu-item-2">
                      <summary
                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset mega"
                        data-link-value="cat">
                        Cat
                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                      </summary>
                      <div id="link-Cat" class="menu-drawer__submenu motion-reduce" tabindex="-1">
                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset"
                                  aria-expanded="true"
                                  data-link-value="cat">
                            <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            Cat
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                            
                                <li><details id="Details-menu-drawer-submenu-1">
                                      <summary id="Details-menu-drawer-submenu-1-summary" class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                               data-link-value="cat|product types">
                                        Product Types
                                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                                      </summary>
                                      <div id="childlink-Product Types"
                                           class="menu-drawer__submenu motion-reduce">
                                        <button class="menu-drawer__close-button link link--text focus-inset"
                                                aria-expanded="true"
                                                data-link-value="cat|product types">
                                          <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                          Product Types
                                        </button>
                                        <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                                            <li>
                                              <a href="/collections/cat-clusters-dry-food"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|product types|clusters dry food">
                                                Clusters Dry Food
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-dehydrated-food"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|product types|dehydrated food">
                                                Dehydrated Food
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-wet-food"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|product types|wet food">
                                                Wet Food
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-treats"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|product types|treats">
                                                Treats
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-toppers"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|product types|toppers">
                                                Toppers
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-supplements"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|product types|supplements &amp; hydration">
                                                Supplements &amp; Hydration
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/shop-all-cat"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|product types|shop all cat">
                                                Shop All Cat
                                              </a>
                                            </li></ul>
                                      </div>
                                    </details></li>
                              

                            
                                <li><details id="Details-menu-drawer-submenu-2">
                                      <summary id="Details-menu-drawer-submenu-2-summary" class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                               data-link-value="cat|life stages">
                                        Life Stages
                                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                                      </summary>
                                      <div id="childlink-Life Stages"
                                           class="menu-drawer__submenu motion-reduce">
                                        <button class="menu-drawer__close-button link link--text focus-inset"
                                                aria-expanded="true"
                                                data-link-value="cat|life stages">
                                          <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                          Life Stages
                                        </button>
                                        <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                                            <li>
                                              <a href="/collections/cat-kitten"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|life stages|kitten">
                                                Kitten
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-adult"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|life stages|adult">
                                                Adult
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-senior"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|life stages|senior">
                                                Senior
                                              </a>
                                            </li></ul>
                                      </div>
                                    </details></li>
                              

                            
                                <li><details id="Details-menu-drawer-submenu-3">
                                      <summary id="Details-menu-drawer-submenu-3-summary" class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                               data-link-value="cat|protein">
                                        Protein
                                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                                      </summary>
                                      <div id="childlink-Protein"
                                           class="menu-drawer__submenu motion-reduce">
                                        <button class="menu-drawer__close-button link link--text focus-inset"
                                                aria-expanded="true"
                                                data-link-value="cat|protein">
                                          <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                          Protein
                                        </button>
                                        <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                                            <li>
                                              <a href="/collections/cat-chicken"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|protein|chicken">
                                                Chicken
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-turkey"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|protein|turkey">
                                                Turkey
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-beef"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|protein|beef">
                                                Beef
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-fish"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|protein|fish">
                                                Fish
                                              </a>
                                            </li></ul>
                                      </div>
                                    </details></li>
                              

                            
                                <li><details id="Details-menu-drawer-submenu-4">
                                      <summary id="Details-menu-drawer-submenu-4-summary" class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                               data-link-value="cat|nutritional needs">
                                        Nutritional Needs
                                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                                      </summary>
                                      <div id="childlink-Nutritional Needs"
                                           class="menu-drawer__submenu motion-reduce">
                                        <button class="menu-drawer__close-button link link--text focus-inset"
                                                aria-expanded="true"
                                                data-link-value="cat|nutritional needs">
                                          <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                                          Nutritional Needs
                                        </button>
                                        <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                                            <li>
                                              <a href="/collections/cat-high-protein"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|nutritional needs|high protein">
                                                High Protein
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-low-carb"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|nutritional needs|low carb">
                                                Low Carb
                                              </a>
                                            </li>
                                            <li>
                                              <a href="/collections/cat-low-sodium"
                                                 class="menu-drawer__menu-item link link--text list-menu__item list-menu__item-bottom focus-inset "
                                              
                                                 data-link-value="cat|nutritional needs|low sodium">
                                                Low Sodium
                                              </a>
                                            </li></ul>
                                      </div>
                                    </details></li>
                              

                            
<li class="menu-drawer__extra-hr">
                                    
                                    <a href="/collections/shop-all-cat"
                                       class="menu-drawer__menu-item menu-drawer__menu-item--extra link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="cat|extras|shop all cat">
                                      Shop All Cat
                                    </a>
                                  </li><li class="">
                                    
                                    <a href="/collections/cat-best-sellers"
                                       class="menu-drawer__menu-item menu-drawer__menu-item--extra link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="cat|extras|best sellers">
                                      Best Sellers
                                    </a>
                                  </li><li class="">
                                    
                                    <a href="/collections/cat-trial-size"
                                       class="menu-drawer__menu-item menu-drawer__menu-item--extra link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="cat|extras|trial size">
                                      Trial Size
                                    </a>
                                  </li><li class="">
                                    
                                    <a href="/collections/merchandise"
                                       class="menu-drawer__menu-item menu-drawer__menu-item--extra link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="cat|extras|merchandise">
                                      Merchandise
                                    </a>
                                  </li>
</ul>
                        </div>
                      </div>
                    </details></li><li class="li-mega insiderperks">
                    
<details id="Details-menu-drawer-menu-item-3">
                      <summary
                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset mega"
                        data-link-value="insider perks">
                        Insider Perks
                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                      </summary>
                      <div id="link-Insider Perks" class="menu-drawer__submenu motion-reduce" tabindex="-1">
                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset"
                                  aria-expanded="true"
                                  data-link-value="insider perks">
                            <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            Insider Perks
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                            
                                <li><a href="/pages/rewards"
                                       class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="insider perks|rewards">
                                      Rewards
                                    </a></li>
                              

                            
                                <li><a href="/pages/recurring-orders"
                                       class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="insider perks|recurring orders">
                                      Recurring Orders
                                    </a></li>
                              

                            
                                <li><a href="/pages/refer-a-friend"
                                       class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="insider perks|refer a friend">
                                      Refer a Friend
                                    </a></li>
                              
</ul>
                        </div>
                      </div>
                    </details></li><li class="li-mega aboutus">
                    
<details id="Details-menu-drawer-menu-item-4">
                      <summary
                        class="menu-drawer__menu-item list-menu__item link link--text focus-inset mega"
                        data-link-value="about us">
                        About Us
                        <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>

                      </summary>
                      <div id="link-About Us" class="menu-drawer__submenu motion-reduce" tabindex="-1">
                        <div class="menu-drawer__inner-submenu">
                          <button class="menu-drawer__close-button link link--text focus-inset"
                                  aria-expanded="true"
                                  data-link-value="about us">
                            <svg viewBox="0 0 14 10" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.537.808a.5.5 0 01.817-.162l4 4a.5.5 0 010 .708l-4 4a.5.5 0 11-.708-.708L11.793 5.5H1a.5.5 0 010-1h10.793L8.646 1.354a.5.5 0 01-.109-.546z" fill="currentColor">
</svg>

                            About Us
                          </button>
                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1">
                            
                                <li><a href="/pages/the-honest-difference"
                                       class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="about us|the honest difference">
                                      The Honest Difference
                                    </a></li>
                              

                            
                                <li><a href="/pages/ingredients"
                                       class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="about us|ingredients">
                                      Ingredients
                                    </a></li>
                              

                            
                                <li><a href="/pages/quality-assurance"
                                       class="menu-drawer__menu-item link link--text list-menu__item focus-inset"
                                    
                                       data-link-value="about us|quality assurance">
                                      Quality Assurance
                                    </a></li>
                              
</ul>
                        </div>
                      </div>
                    </details></li><li class="li-mega takethequiz">
                    
<a href="/pages/find-your-recipe-quiz"
                      class="menu-drawer__menu-item list-menu__item link link--text focus-inset mega"
                      >
                        <span class="icon-caret-holder">
                          <span class="icon-caret-wrapper">
                            <span>Take the Quiz</span>
                          </span>
                        </span>
                    </a></li><li class="li-mega storelocator">
                    
<a href="/pages/store-locator"
                      class="menu-drawer__menu-item list-menu__item link link--text focus-inset mega"
                      >
                        <span class="icon-caret-holder">
                          <span class="icon-caret-wrapper">
                            <span>Store Locator</span>
                          </span>
                        </span>
                    </a></li></ul>
                <div class="header-icons">

                  <div class="menu-drawer__menu-item-holder" style="padding-left: 0;">
                    
                  </div>

                </div>
              </nav>

            </div>
          </div>
        </div>
      </details>
    </header-drawer></header>
</sticky-header>

<cart-notification>
  <div class="cart-notification-wrapper page-width color-background-1">
    <div id="cart-notification" class="cart-notification focus-inset" aria-modal="true" aria-label="Item added to your cart" role="dialog" tabindex="-1">
      <div class="cart-notification__header">
        <h2 class="cart-notification__heading caption-large text-body"><span class="icon-checkmark" aria-hidden="true"></span>Item added to your cart</h2>
        <button type="button" class="cart-notification__close modal__close-button link link--text focus-inset btn--close" aria-label="Close"></button>
      </div>
      <div id="cart-notification-product" class="cart-notification-product"></div>
      <div class="cart-notification__links">
        <a href="/cart" id="cart-notification-button" class="button--full-width btn btn--secondary"></a>
        <button type="button" class="text-link">Continue Shopping</button>
      </div>
    </div>
  </div>
</cart-notification>
<style data-shopify>
  .cart-notification {
     display: none;
  }
  
  #cart-notification {
    display: none;
  }
</style>




<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "Organization",
    "name": "The Honest Kitchen",
    
      
      "logo": "https:\/\/www.thehonestkitchen.com\/cdn\/shop\/files\/thk_111x.png?v=1694448980",
    
    "sameAs": [
      "https:\/\/twitter.com\/honestKitchen",
      "https:\/\/www.facebook.com\/TheHonestKitchen",
      "https:\/\/www.pinterest.com\/honestkitchen\/",
      "https:\/\/instagram.com\/honestkitchen\/",
      "https:\/\/www.tiktok.com\/@honestkitchen",
      "",
      "",
      "https:\/\/www.youtube.com\/user\/HonestKitchen",
      ""
    ],
    "url": "https:\/\/www.thehonestkitchen.com"
  }
</script>
  <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "WebSite",
      "name": "The Honest Kitchen",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https:\/\/www.thehonestkitchen.com\/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "url": "https:\/\/www.thehonestkitchen.com"
    }
  </script>
</div>
    
    
    <div id="shopify-section-search-bar-cover" class="shopify-section"><script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/blog-search.js?v=5621209149737497561711646702" defer="defer"></script>
<div id="searchBarCover"></div></div>

    
    
      <div id="shopify-section-mini-cart" class="shopify-section"><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-cart.css?v=115519551430814791701711646709" rel="stylesheet" type="text/css" media="all" />
<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-totals.css?v=135721163650464485531711646720" rel="stylesheet" type="text/css" media="all" />
<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-price.css?v=179715161069291261231711646716" rel="stylesheet" type="text/css" media="all" />
<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-discounts.css?v=63331372667915356031711646711" rel="stylesheet" type="text/css" media="all" />
<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-loading-overlay.css?v=17148733507863529961711646713" rel="stylesheet" type="text/css" media="all" />
<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-mini-cart.css?v=11988577872000220691711646781" rel="stylesheet" type="text/css" media="all" />



<script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/mini-cart.js?v=114436992809790360821711646766" defer="defer"></script>
<script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/thk-coupons.js?v=177031084266833552071711646794" defer></script>
<script>
  document.addEventListener('DOMContentLoaded', function() {
    function isIE() {
      const ua = window.navigator.userAgent;
      const msie = ua.indexOf('MSIE ');
      const trident = ua.indexOf('Trident/');
      return (msie > 0 || trident > 0);
    }
  
    if (!isIE()) return;
    const cartSubmitInput = document.createElement('input');
    cartSubmitInput.setAttribute('name', 'checkout');
    cartSubmitInput.setAttribute('type', 'hidden');
    document.querySelector('#cart').appendChild(cartSubmitInput);
    document.querySelector('#checkout').addEventListener('click', function(event) {
      document.querySelector('#cart').submit();
    });
  });
</script>

<div id="miniCartCover"></div>
<div class="mini-cart-flyout-wrapper">

  <div id="mini-cart-flyout" class="mini-cart-flyout focus-inset" aria-modal="true" role="dialog" tabindex="-1">

    <button class="mini-cart-flyout__close">
      <svg  aria-hidden="true" focusable="false" role="presentation" width="12" height="13" class="icon icon-close-small" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M8.48627 9.32917L2.82849 3.67098" stroke="#333030" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M2.88539 9.38504L8.42932 3.61524" stroke="#333030" stroke-linecap="round" stroke-linejoin="round"/>
  </svg>

      <span class="visually-hidden">Mini Cart Flyout Close Button</span>
    </button>

    


<a href="/cart" class="mini-cart-heading title-wrapper-with-link visibility-hidden">
            <h1 class="mini-cart-title h3 title title--primary">
              Your Cart
              <span class="mini-cart-count-display">(0)</span>
            </h1>
          </a>
      
          <div class="cart__errors cart_errors_wrapper">
            <div class="site-messages  site-messages--error">
              <div id="cart-errors" class="site-messages__container"></div>
            </div>
          </div>



    <div class="mini-cart-item-wrapper">
      
<div class="mini-cart-progress-bar title-wrapper-with-link hidden">
              <link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-thk-shipping-progress.css?v=179595013939620128711711646787" rel="stylesheet" type="text/css" media="all" />
<div id="cart-free-shipping" class="flex-container">
    <div class="flex-end">
        <div class="
            cart-freeship
            "
        >
            
                <div class="h6 cart-freeship__heading-wrap">
                  <span class="cart-freeship__heading--truck" ></span><span class="cart-freeship__heading">$49.0 to Free Shipping!</span>
                </div>

                <div class="cart-freeship__progress">
                    <div class="cart-freeship__progress-bar">
                        <div class="cart-freeship__progress-bar-inner" style="width:0.0%;"></div>
                    </div>
                </div>
                <div class="cart-freeship__progress-label" aria-hidden="true">
                    <span>$0</span>
                    <span>$49</span>
                </div>
            
        </div>
    </div>
</div>

            </div>


<cart-items class=" is-empty hidden cart-item-load">
              <div class="cart__warnings">
                <h1 class="cart__empty-text">Your cart is empty</h1>
                    <h2 class="cart__login-title">Have an account?</h2>
                    <p class="cart__login-paragraph">
                      <a href="/account/login" class="link underlined-link">Log in</a> to check out faster.
                    </p>
                  
</div>
              <form action="/cart" class="cart__contents critical-hidden" method="post" id="cart">
                <div class="cart__items" id="main-cart-items" data-id="mini-cart">
                  <div class="js-contents"></div>
                </div>
      
                <p class="visually-hidden" id="cart-live-region-text" aria-live="polite" role="status"></p>
                <p class="visually-hidden" id="shopping-cart-line-item-status" aria-live="polite" aria-hidden="true" role="status">
                  Loading...
                </p>
      
              </form>
            </cart-items>
<div class="mini-cart-nosto">
              <div class="nosto_element" id="cartpage-nosto-1"></div>
              <div class="nosto_element" id="cartpage-nosto-2"></div>
              <div class="nosto_element" id="cartpage-nosto-3"></div>
            </div>
    </div>

    <div
      class="mini-cart-footer-section  is-empty"
      id="main-cart-footer"
      data-id="mini-cart"
    >
      <div>
        <div class="cart__footer"><div class="js-contents-footer">
            <div class="cart__blocks"><div class="mini-cart-shipping__message"><p>Do NOT use Shop Pay in checkout if you wish to apply reward points to your order. Reward points can be applied at the next step during checkout. Exclusions apply.</p></div>

<div class="cart__ctas" >
                      <noscript>
                        <button type="submit" class="cart__update-button button button--secondary" form="cart">
                          Update
                        </button>
                      </noscript>
                        <button
                          onclick="obApi('track', 'Checkout');"
                          type="submit"
                          id="checkout"
                          class="cart__checkout-button btn btn--primary"
                          name="checkout"
                          
                            disabled
                          
                          form="cart"
                        >
                          <span class="btn__label">
                            <span class="btn__label--top">
                              Proceed to Checkout
                            </span>
                            <span class="btn__label--btm" aria-hidden="true">
                              Proceed to Checkout
                            </span>
                          </span>
                        </button>
                        <div class="no-shrink">
                          <small class="tax-note">Taxes and shipping calculated at checkout
</small>
                        </div>
                      
                    </div>



            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
</div>
    


    
    <main id="MainContent"
          class="
            content-for-layout
            focus-none
            content-for-layout--index
            
          "
          role="main" tabindex="-1"
          data-page="index--"
          data-authenticated="not authenticated"
          data-hashed=""
    >


<style>
  #ordergrooveCheckoutModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 320px;
    max-width: 100%;
    margin: 0;
    padding: 20px 0 10px;
    transform: translate(-50%, -50%);
    border: 0;
    box-shadow: 2px 0 10px rgba(54,54,54,0.2),-2px 0 10px rgba(54,54,54,0.2);
    background-color: #ffffff;
    z-index: 1;
  }

  #ordergrooveCheckoutModal[open] {
    display: block;
  }

  .ogmodal__signin {
    display: block;
  }

  .ogmodal__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ogmodal__container + .ogmodal__container {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }

  #ordergrooveCheckoutModal + .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  #ordergrooveCheckoutModal + .backdrop,
  #ordergrooveCheckoutModal::backdrop {
    background-color: #3d3d3d7d;
  }

  #ordergrooveCheckoutModal .ogmodal__menu {
    padding: 0;
    text-align: center;
  }
</style>

<dialog id="ordergrooveCheckoutModal">
  <div class="ogmodal__container">
    <a href="/account/register" class="Button Button--primary Button--full">Create Account</a>
  </div>
  <div class="ogmodal__container"><form method="post" action="/account/login" id="customer_login_modal" accept-charset="UTF-8" data-login-with-shop-sign-in="true" name="login" class="ogmodal__signin Form Form--spacingTight"><input type="hidden" name="form_type" value="customer_login" /><input type="hidden" name="utf8" value="✓" />
      <input type="hidden" name="checkout_url" value="/checkout">

      <header class="Form__Header">
        <h2 class="Form__Title Heading u-h1">Translation missing: en.customer.login.title</h2>
      </header><div class="Form__Item">
        <input type="email" class="Form__Input" name="customer[email]" required="required" placeholder="Translation missing: en.customer.login.email" aria-label="Translation missing: en.customer.login.email" autofocus>
        <label class="Form__FloatingLabel">Translation missing: en.customer.login.email</label>
      </div>

      <div class="Form__Item">
        <input type="password" class="Form__Input" name="customer[password]" required="required" placeholder="Translation missing: en.customer.login.password" aria-label="Translation missing: en.customer.login.password">
        <label class="Form__FloatingLabel">Translation missing: en.customer.login.password</label>
      </div>

      <button type="submit" class="Form__Submit Button Button--primary Button--full">Translation missing: en.customer.login.submit</button></form></div>
  <form method="dialog">
    <menu class="ogmodal__menu">
      <button value="cancel">Cancel</button>
    </menu>
  </form>
</dialog>

<script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/ordergroove.js?v=124088497977756337781711646770" type="text/javascript"></script>
<section id="shopify-section-template--17668663279866__thk_image_banner" class="shopify-section"><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-thk-image-banner.css?v=109107041469312837271711646785" rel="stylesheet" type="text/css" media="all" />
<style data-shopify>@media screen and (max-width: 749px) {
    .thk-banner--template--17668663279866__thk_image_banner::before,
    .thk-banner--template--17668663279866__thk_image_banner .thk-banner__media::before,
    .thk-banner--template--17668663279866__thk_image_banner:not(.thk-banner--mobile-bottom) .thk-banner__content::before {
      padding-bottom: 33.854166666666664%;
    }
  }

  @media screen and (min-width: 750px) {
    .thk-banner--template--17668663279866__thk_image_banner::before,
    .thk-banner--template--17668663279866__thk_image_banner .thk-banner__media::before {
      padding-bottom: 33.854166666666664%;
    }
  }

    
</style><style data-shopify>#Banner-template--17668663279866__thk_image_banner::after {
    opacity: 0.0;
  }</style><div
    id="Banner-template--17668663279866__thk_image_banner"
    class="thk-banner
    thk-banner--template--17668663279866__thk_image_banner
    thk-banner--content-align-left
    thk-banner--content-align-mobile-left
     thk-banner--mobile-bottom
    "
><div class="
      thk-banner__media
      media
      "
    ><picture>
        <source media="(min-width: 480px)" srcset="//www.thehonestkitchen.com/cdn/shop/files/THK-dec23-7288_ADJ1_edited_1_1500x.jpg?v=1706216263">
        
          
            <img src="//www.thehonestkitchen.com/cdn/shop/files/THK-dec23-7288_ADJ1_edited_1.jpg?v=1706216263&amp;width=1500" srcset="//www.thehonestkitchen.com/cdn/shop/files/THK-dec23-7288_ADJ1_edited_1.jpg?v=1706216263&amp;width=352 352w, //www.thehonestkitchen.com/cdn/shop/files/THK-dec23-7288_ADJ1_edited_1.jpg?v=1706216263&amp;width=832 832w, //www.thehonestkitchen.com/cdn/shop/files/THK-dec23-7288_ADJ1_edited_1.jpg?v=1706216263&amp;width=1200 1200w" height="650.0" loading="eager" style="object-position:70.1531% 48.3825%;">
          
        
      </picture>
    </div>
    <div class="thk-banner__content thk-banner__content--middle-left thk-banner__content-mobile--middle grid-container">
      <div class="thk-banner__box color- thk-banner__box--black"><h1 class="thk-banner__heading thk-banner__heading--black h1" >
                <span>Taste the honest difference</span>
              </h1><div class="thk-banner__text " >
                Made from real, thoughtfully sourced ingredients you&#39;d recognize in your own kitchen.  Tasty meals, toppers and treats your pet will love!
              </div><div class="thk-banner__buttons thk-banner__buttons--multiple" >
                    <a class="btn btn--primary " href=/collections/dog-adult >
    <span class="btn__label">
        <span class="btn__label--top">
           Shop Dog
        </span>
        <span class="btn__label--btm" aria-hidden="true">
           Shop Dog
        </span>
    </span>
</a>

                  

                    <a class="btn btn--primary " href=/collections/cat-adult >
    <span class="btn__label">
        <span class="btn__label--top">
           Shop Cat
        </span>
        <span class="btn__label--btm" aria-hidden="true">
           Shop Cat
        </span>
    </span>
</a>

                  
</div></div>
    </div>
  
</div>



</section><section id="shopify-section-template--17668663279866__6460d3b6-a920-44c8-8e48-ca66218bfa7a" class="shopify-section spaced-section"><div
    class="yotpo yotpo-pictures-widget"
    data-gallery-id="62ab6185a7c3072223ca7635">
</div>


</section><section id="shopify-section-template--17668663279866__thk_featured_categories" class="shopify-section"><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/thk-featured-categories.css?v=44984452204428306951711646794" rel="stylesheet" type="text/css" media="all" />
<div class="
  thk-featured-categories
  thk-featured-categories--padding-bottom-default
  thk-featured-categories--padding-top-default
  posr pt80 bgc-cool-gray">
  <h2 class="thk-featured-categories__heading c-gray-dark ttu tac mb34">
    EXPLORE OUR FOODS
  </h2>
  <div class="thk-featured-categories__tab-list pb112 df aic jcc" role="tablist"  aria-label="Categories">
    <button
      class="tab-list__tab db h44 w90 curp c-red bd1-s-red"
      id="dogs"
      tabindex="0"
      role="tab"
      aria-selected="true"
      aria-controls="tab-dogs"
    >
      Dog
    </button>
    <button
      class="tab-list__tab db h44 w90 curp c-red bd1-s-red"
      id="cats"
      tabindex="0"
      role="tab"
      aria-selected="false"
      aria-controls="tab-cats"
    >
      Cat
    </button>
  </div>
  <div class="thk-featured-categories__tab-panels bgc-green-categories">
    <div
      class="thk-featured-categories__tab-panel posr"
      id="tab-dogs"
      role="tabpanel"
      aria-labelledby="dogs"
    >
      <div class="df jcsb collection page-width tac">
          <div class="thk-featured-categories__item bgc-white h-auto p24">
            <div>
              <a href="/collections/dog-clusters-dry-food" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/THK_WholeFoodClusters-WholeGrainBeefTurkey-5_lb_400X400_28335293-ebf2-4c26-9eb3-e81806a48c42.jpg?v=1676654895&amp;width=533" alt="Clusters Dry Dog Food" srcset="//www.thehonestkitchen.com/cdn/shop/collections/THK_WholeFoodClusters-WholeGrainBeefTurkey-5_lb_400X400_28335293-ebf2-4c26-9eb3-e81806a48c42.jpg?v=1676654895&amp;width=352 352w" width="2000" height="2000" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/dog-clusters-dry-food"
            >
              Clusters Dry Dog Food
            </a>
            <div class="tab-panel__description fz14">
              <meta charset="utf-8">
<p><span data-mce-fragment="1">Scoop &amp; Serve 100% Human Grade Goodness</span></p>
            </div>
          </div>
        


          <div class="thk-featured-categories__item bgc-white h-auto p24">
            <div>
              <a href="/collections/dog-dehydrated-food" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/DEHYDRATED_FOOD.jpg?v=1676654917&amp;width=533" alt="Dehydrated Dog Food" srcset="//www.thehonestkitchen.com/cdn/shop/collections/DEHYDRATED_FOOD.jpg?v=1676654917&amp;width=352 352w" width="1000" height="1000" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/dog-dehydrated-food"
            >
              Dehydrated Dog Food
            </a>
            <div class="tab-panel__description fz14">
              <meta charset="utf-8"><span data-mce-fragment="1">Easy-to-Digest Dehydrated Whole Foods</span>
            </div>
          </div>
        

          <div class="thk-featured-categories__item bgc-white h-auto p24">
            <div>
              <a href="/collections/dog-wet-food" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/WET_FOOD.jpg?v=1676655051&amp;width=533" alt="Wet Dog Food" srcset="//www.thehonestkitchen.com/cdn/shop/collections/WET_FOOD.jpg?v=1676655051&amp;width=288 288w, //www.thehonestkitchen.com/cdn/shop/collections/WET_FOOD.jpg?v=1676655051&amp;width=352 352w" width="288" height="288" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/dog-wet-food"
            >
              Wet Dog Food
            </a>
            <div class="tab-panel__description fz14">
              <meta charset="utf-8"><span data-mce-fragment="1">Chef Crafted and Slow-Cooked</span>
            </div>
          </div>
        

          <div class="thk-featured-categories__item bgc-white h-auto p24">
            <div>
              <a href="/collections/dog-toppers" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/TOPPERS.jpg?v=1676654943&amp;width=533" alt="Dog Toppers" srcset="//www.thehonestkitchen.com/cdn/shop/collections/TOPPERS.jpg?v=1676654943&amp;width=288 288w, //www.thehonestkitchen.com/cdn/shop/collections/TOPPERS.jpg?v=1676654943&amp;width=352 352w" width="288" height="288" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/dog-toppers"
            >
              Dog Toppers
            </a>
            <div class="tab-panel__description fz14">
              <meta charset="utf-8"><span data-mce-fragment="1">Mix Up Mealtime with Wholesome Toppers</span>
            </div>
          </div>
        

          <div class="thk-featured-categories__item bgc-white h-auto p24">
            <div>
              <a href="/collections/dog-treats" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/TREATS.jpg?v=1676655037&amp;width=533" alt="Dog Treats" srcset="//www.thehonestkitchen.com/cdn/shop/collections/TREATS.jpg?v=1676655037&amp;width=288 288w, //www.thehonestkitchen.com/cdn/shop/collections/TREATS.jpg?v=1676655037&amp;width=352 352w" width="288" height="288" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/dog-treats"
            >
              Dog Treats
            </a>
            <div class="tab-panel__description fz14">
              <meta charset="utf-8"><span data-mce-fragment="1">Tasty Treats They'll Love</span>
            </div>
          </div>
        

          <div class="thk-featured-categories__item bgc-white h-auto p24">
            <div>
              <a href="/collections/dog-supplements-broths" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/SUPPLEMENTS_BOOSTS.jpg?v=1676655140&amp;width=533" alt="Dog Supplements &amp; Broths" srcset="//www.thehonestkitchen.com/cdn/shop/collections/SUPPLEMENTS_BOOSTS.jpg?v=1676655140&amp;width=288 288w, //www.thehonestkitchen.com/cdn/shop/collections/SUPPLEMENTS_BOOSTS.jpg?v=1676655140&amp;width=352 352w" width="288" height="288" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/dog-supplements-broths"
            >
              Dog Supplements & Broths
            </a>
            <div class="tab-panel__description fz14">
              <meta charset="utf-8"><span data-mce-fragment="1">Boost Overall Health and Wellness</span>
            </div>
          </div>
        





</div>
    </div>
    <div
      class="thk-featured-categories__tab-panel posr t-64 dn"
      id="tab-cats"
      role="tabpanel"
      aria-labelledby="cats"
    >
      <div class="df jcsb collection page-width tac">

          <div class="bgc-white p24">
            <div>
              <a href="/collections/cat-clusters-dry-food" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_WHOLE_FOOD_CLUSTERS.jpg?v=1676654893&amp;width=533" alt="Clusters Dry Cat Food" srcset="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_WHOLE_FOOD_CLUSTERS.jpg?v=1676654893&amp;width=288 288w, //www.thehonestkitchen.com/cdn/shop/collections/cat_-_WHOLE_FOOD_CLUSTERS.jpg?v=1676654893&amp;width=352 352w" width="288" height="288" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/cat-clusters-dry-food"
            >
              Clusters Dry Cat Food
            </a>
            <div class="tab-panel__description fz14">
              <span data-mce-fragment="1">Scoop &amp; Serve 100% Human Grade Goodness</span>
            </div>
          </div>
        






          <div class="bgc-white p24">
            <div>
              <a href="/collections/cat-dehydrated-food" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_DEHYDRATED_GRAIN_FREE.jpg?v=1676654724&amp;width=533" alt="Dehydrated Cat Food" srcset="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_DEHYDRATED_GRAIN_FREE.jpg?v=1676654724&amp;width=288 288w, //www.thehonestkitchen.com/cdn/shop/collections/cat_-_DEHYDRATED_GRAIN_FREE.jpg?v=1676654724&amp;width=352 352w" width="288" height="288" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/cat-dehydrated-food"
            >
              Dehydrated Cat Food
            </a>
            <div class="tab-panel__description fz14">
              <span data-mce-fragment="1">Easy-to-Digest Dehydrated Whole Foods</span>
            </div>
          </div>
        

          <div class="bgc-white p24">
            <div>
              <a href="/collections/cat-wet-food" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_WET_FOOD.jpg?v=1676654742&amp;width=533" alt="Wet Cat Food" srcset="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_WET_FOOD.jpg?v=1676654742&amp;width=288 288w, //www.thehonestkitchen.com/cdn/shop/collections/cat_-_WET_FOOD.jpg?v=1676654742&amp;width=352 352w" width="288" height="288" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/cat-wet-food"
            >
              Wet Cat Food
            </a>
            <div class="tab-panel__description fz14">
              <span data-mce-fragment="1">Savory Meals Packed with Quality Protein</span>
            </div>
          </div>
        

          <div class="bgc-white p24">
            <div>
              <a href="/collections/cat-toppers" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_TOPPERS.jpg?v=1676655090&amp;width=533" alt="Cat Toppers" srcset="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_TOPPERS.jpg?v=1676655090&amp;width=288 288w, //www.thehonestkitchen.com/cdn/shop/collections/cat_-_TOPPERS.jpg?v=1676655090&amp;width=352 352w" width="288" height="288" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/cat-toppers"
            >
              Cat Toppers
            </a>
            <div class="tab-panel__description fz14">
              <span data-mce-fragment="1">Protein-Packed Toppers to Mix with Meals</span>
            </div>
          </div>
        

          <div class="bgc-white p24">
            <div>
              <a href="/collections/cat-treats" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_TREATS.jpg?v=1676655061&amp;width=533" alt="Cat Treats" srcset="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_TREATS.jpg?v=1676655061&amp;width=288 288w, //www.thehonestkitchen.com/cdn/shop/collections/cat_-_TREATS.jpg?v=1676655061&amp;width=352 352w" width="288" height="288" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/cat-treats"
            >
              Cat Treats
            </a>
            <div class="tab-panel__description fz14">
              <span data-mce-fragment="1">Tasty Treats Made With Love</span>
            </div>
          </div>
        

          <div class="bgc-white p24">
            <div>
              <a href="/collections/cat-supplements" tabindex="-1" class="full-unstyled-link">
                <div class="media media--transparent media--square"
                  
                >
                  
                    
                    
                    
                    
                      <img src="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_SUPPLEMENTS_BROTHS.jpg?v=1676655077&amp;width=533" alt="Cat Supplements &amp; Hydration" srcset="//www.thehonestkitchen.com/cdn/shop/collections/cat_-_SUPPLEMENTS_BROTHS.jpg?v=1676655077&amp;width=288 288w, //www.thehonestkitchen.com/cdn/shop/collections/cat_-_SUPPLEMENTS_BROTHS.jpg?v=1676655077&amp;width=352 352w" width="288" height="288" loading="eager" sizes="(min-width: 1600px) 367px, (min-width: 990px) calc((100vw - 130px) / 4), (min-width: 750px) calc((100vw - 120px) / 3), calc((100vw - 35px) / 2)" class="motion-reduce">
                    
                  
                </div>
              </a>
            </div>
            <a
              class="tab-panel__link posr dib c-black lts1 fw600 lh1.25 tdn ttu mb8"
              href="/collections/cat-supplements"
            >
              Cat Supplements & Hydration
            </a>
            <div class="tab-panel__description fz14">
              <span data-mce-fragment="1">Boost Overall Health and Wellness</span>
            </div>
          </div>
        
</div>
    </div>
  </div>
</div>
<script>
/*
 *   This content is licensed according to the W3C Software License at
 *   https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
 *
 *   This software or document includes material copied from or derived from
 *   Example of Tabs with Manual Activation https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-2/tabs.html.
 *   Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
 *
 *   Updates made by Gorilla Group to inline functions, remove unnecessary behaviors
 */
(function () {
  const tablist = document.querySelectorAll('[role="tablist"]')[0];
  const tabs = document.querySelectorAll('[role="tab"]');
  const panels = document.querySelectorAll('[role="tabpanel"]');

  // For easy reference
  var keys = {
    end: 35,
    home: 36,
    left: 37,
    up: 38,
    right: 39,
    down: 40,
    delete: 46,
    enter: 13,
    space: 32,
  };

  // Add or subtract depending on key pressed
  var direction = {
    37: -1,
    38: -1,
    39: 1,
    40: 1,
  };

  // Bind listeners
  for (var i = 0; i < tabs.length; ++i) {
    tabs[i].addEventListener('click', clickEventListener);
    tabs[i].addEventListener('keydown', keydownEventListener);
    tabs[i].addEventListener('keyup', keyupEventListener);

    // Build an array with all tabs (<button>s) in it
    tabs[i].index = i;
  }


  // When a tab is clicked, activateTab is fired to activate it
  function clickEventListener(event) {
    var tab = event.target;
    activateTab(tab, false);
  }

  // Handle keydown on tabs
  function keydownEventListener(event) {
    var key = event.keyCode;

    switch (key) {
      case keys.end:
        event.preventDefault();
        // Activate last tab
        focusLastTab();
        break;
      case keys.home:
        event.preventDefault();
        // Activate first tab
        focusFirstTab();
        break;

      // Up and down are in keydown
      // because we need to prevent page scroll >:)
      case keys.up:
      case keys.down:
        determineOrientation(event);
        break;
    }
  }

  // Handle keyup on tabs
  function keyupEventListener(event) {
    var key = event.keyCode;

    switch (key) {
      case keys.left:
      case keys.right:
        determineOrientation(event);
        break;
        break;
      case keys.enter:
      case keys.space:
        activateTab(event.target);
        break;
    }
  }

  // When a tablist’s aria-orientation is set to vertical,
  // only up and down arrow should function.
  // In all other cases only left and right arrow function.
  function determineOrientation(event) {
    var key = event.keyCode;
    var vertical = tablist.getAttribute('aria-orientation') == 'vertical';
    var proceed = false;

    if (vertical) {
      if (key === keys.up || key === keys.down) {
        event.preventDefault();
        proceed = true;
      }
    } else {
      if (key === keys.left || key === keys.right) {
        proceed = true;
      }
    }

    if (proceed) {
      switchTabOnArrowPress(event);
    }
  }

  // Either focus the next, previous, first, or last tab
  // depending on key pressed
  function switchTabOnArrowPress(event) {
    var pressed = event.keyCode;

    if (direction[pressed]) {
      var target = event.target;
      if (target.index !== undefined) {
        if (tabs[target.index + direction[pressed]]) {
          tabs[target.index + direction[pressed]].focus();
        } else if (pressed === keys.left || pressed === keys.up) {
          focusLastTab();
        } else if (pressed === keys.right || pressed == keys.down) {
          focusFirstTab();
        }
      }
    }
  }

  // Activates any given tab panel
  function activateTab(tab, setFocus) {
    setFocus = setFocus || true;
    // Deactivate all other tabs
    deactivateTabs();

    // Remove tabindex attribute
    tab.removeAttribute('tabindex');

    // Set the tab as selected
    tab.setAttribute('aria-selected', 'true');

    // Get the value of aria-controls (which is an ID)
    var controls = tab.getAttribute('aria-controls');

    // Remove dn class from tab panel to make it visible
    document.getElementById(controls).classList.remove('dn');

    // Set focus when required
    if (setFocus) {
      tab.focus();
    }
  }

  // Deactivate all tabs and tab panels
  function deactivateTabs() {
    for (var t = 0; t < tabs.length; t++) {
      tabs[t].setAttribute('tabindex', '-1');
      tabs[t].setAttribute('aria-selected', 'false');
    }

    for (var p = 0; p < panels.length; p++) {
      panels[p].classList.add('dn');
    }
  }

  // Make a guess
  function focusFirstTab() {
    tabs[0].focus();
  }

  // Make a guess
  function focusLastTab() {
    tabs[tabs.length - 1].focus();
  }

})();
</script>


</section><section id="shopify-section-template--17668663279866__d73fd463-fb10-4cd9-b2f5-5ca2c3e07364" class="shopify-section"><link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-rte.css?v=6078188613540707321711646718" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-thk-rich-text.css?v=115413125431079460761711646787" media="print" onload="this.media='all'">

<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-rte.css?v=6078188613540707321711646718" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-thk-rich-text.css?v=115413125431079460761711646787" rel="stylesheet" type="text/css" media="all" /></noscript>

<div id="name-section" class="">
  <div class="
      thk-rich-text
      thk-rich-text--center
      thk-rich-text--dark
      thk-rich-text--padding-bottom-none
      thk-rich-text--padding-top-minimal
      gradient
       thk-rich-text--full-width
      
      "
    style="background-color: #f2f3f5">
    <div class="grid-container">
      <div class="thk-rich-text__blocks"><div class="thk-rich-text__subheading eyebrow thk-rich-text__subheading--dark">JUST A FEW CLICKS AWAY FROM A PERFECT MATCH  —</div><h2 class="thk-rich-text__heading h2" >TAKE OUR RECIPE QUIZ</h2><div class="thk-rich-text__buttons">
                  <a class="btn btn--primary " href=/pages/find-your-recipe-quiz >
    <span class="btn__label">
        <span class="btn__label--top">
           TAKE QUIZ
        </span>
        <span class="btn__label--btm" aria-hidden="true">
           TAKE QUIZ
        </span>
    </span>
</a>

                
</div></div>
    </div>
  </div>
</div>



</section><div id="shopify-section-template--17668663279866__1651446671c0d2902e" class="shopify-section"><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-slideshow.css?v=157734271337539518361711646719" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-slider.css?v=21086521486758832541711646719" media="print" onload="this.media='all'">
<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-thk-image-with-text-carousel.css?v=67966014568822833951711646785" rel="stylesheet" type="text/css" media="all" />
<div class="thk-image-with-text-carousel page-width">
    <div class="thk-image-with-text-carousel__content"><div class="thk-image-with-text-carousel__subheading eyebrow thk-image-with-text-carousel__subheading--dark" >
                    <span>THE HUMAN GRADE DIFFERENCE —</span>
                </div><h2 class="thk-image-with-text-carousel__heading h1" >
                    <span>TRUE STORIES®</span>
                </h2><div class="thk-image-with-text-carousel__text" >
                    <span>We know what you&#39;re thinking—we probably paid these people to say nice things about us. But the truth is, we don&#39;t really have budget for that.</span>
                </div><div class="thk-image-with-text-carousel__button">
                    <a class="btn btn--primary " href=/pages/truestories >
    <span class="btn__label">
        <span class="btn__label--top">
           READ TRUE STORIES
        </span>
        <span class="btn__label--btm" aria-hidden="true">
           READ TRUE STORIES
        </span>
    </span>
</a>

                </div></div>
    <div class="thk-image-with-text-carousel__carousel-container">
        <slideshow-component class="thk-image-with-text-carousel__carousel slider-mobile-gutter" role="region" aria-roledescription="Carousel" aria-label="">
          <div class="slideshow grid grid--1-col slider slider--everywhere js-enable-slider-looping"
            id="Slider-template--17668663279866__1651446671c0d2902e"
            aria-live="polite"
            aria-atomic="true"
            data-autoplay=""
            data-speed=""
          ><div class="thk-image-with-text-carousel__carousel-slide slideshow__slide grid__item grid--1-col slider__slide true-stories-preview-carousel-api"
                id="Slide-template--17668663279866__1651446671c0d2902e-1"
                
                role="group"
                aria-roledescription="Slide"
                aria-label="1 of 4"
                tabindex="-1"
                
                    key="9|1|dietary_goal"
                
              >
                <div class="thk-image-with-text-carousel__carousel-image slideshow__media media">
                    
                    
                        <img src="//www.thehonestkitchen.com/cdn/shop/files/Skin_and_Coat_2_2a0b22f0-2cb1-4c3e-87cc-c93de4ab908e.png?v=1650948011&amp;width=1500" srcset="//www.thehonestkitchen.com/cdn/shop/files/Skin_and_Coat_2_2a0b22f0-2cb1-4c3e-87cc-c93de4ab908e.png?v=1650948011&amp;width=352 352w, //www.thehonestkitchen.com/cdn/shop/files/Skin_and_Coat_2_2a0b22f0-2cb1-4c3e-87cc-c93de4ab908e.png?v=1650948011&amp;width=580 580w, //www.thehonestkitchen.com/cdn/shop/files/Skin_and_Coat_2_2a0b22f0-2cb1-4c3e-87cc-c93de4ab908e.png?v=1650948011&amp;width=832 832w, //www.thehonestkitchen.com/cdn/shop/files/Skin_and_Coat_2_2a0b22f0-2cb1-4c3e-87cc-c93de4ab908e.png?v=1650948011&amp;width=1200 1200w" width="580" loading="lazy" sizes="100vw">
                    
</div>
                <div class="js-true-stories-dietary-goals-card" id="dietary-goal--9" >
                   <div id="SlideName-1" class="thk-image-with-text-carousel__carousel-title h4 js-true-stories-dietary-goals-heading">
                   </div>
                   <div id="SlideContent-1" class="thk-image-with-text-carousel__text h4">
                   </div>
                   <div id="SlideLink-1" class="thk-image-with-text-carousel__carousel-link js-true-stories-dietary-goals-link">
                    
                        
                        <a class="text-link" href="/apps/truestories/story/search?dietaryGoal=9">Read *total* Stories</a>
                    
                   </div>
               </div>
              </div><div class="thk-image-with-text-carousel__carousel-slide slideshow__slide grid__item grid--1-col slider__slide true-stories-preview-carousel-api"
                id="Slide-template--17668663279866__1651446671c0d2902e-2"
                
                role="group"
                aria-roledescription="Slide"
                aria-label="2 of 4"
                tabindex="-1"
                
                    key="8|2|dietary_goal"
                
              >
                <div class="thk-image-with-text-carousel__carousel-image slideshow__media media">
                    
                    
                        <img src="//www.thehonestkitchen.com/cdn/shop/files/Picky_Eater_4af29bee-0fd3-4b30-a502-93fb8287733f.png?v=1650947883&amp;width=1500" srcset="//www.thehonestkitchen.com/cdn/shop/files/Picky_Eater_4af29bee-0fd3-4b30-a502-93fb8287733f.png?v=1650947883&amp;width=352 352w, //www.thehonestkitchen.com/cdn/shop/files/Picky_Eater_4af29bee-0fd3-4b30-a502-93fb8287733f.png?v=1650947883&amp;width=580 580w, //www.thehonestkitchen.com/cdn/shop/files/Picky_Eater_4af29bee-0fd3-4b30-a502-93fb8287733f.png?v=1650947883&amp;width=832 832w, //www.thehonestkitchen.com/cdn/shop/files/Picky_Eater_4af29bee-0fd3-4b30-a502-93fb8287733f.png?v=1650947883&amp;width=1200 1200w" width="580" loading="lazy" sizes="100vw">
                    
</div>
                <div class="js-true-stories-dietary-goals-card" id="dietary-goal--8" >
                   <div id="SlideName-2" class="thk-image-with-text-carousel__carousel-title h4 js-true-stories-dietary-goals-heading">
                   </div>
                   <div id="SlideContent-2" class="thk-image-with-text-carousel__text h4">
                   </div>
                   <div id="SlideLink-2" class="thk-image-with-text-carousel__carousel-link js-true-stories-dietary-goals-link">
                    
                        
                        <a class="text-link" href="/apps/truestories/story/search?dietaryGoal=8">Read *total* Stories</a>
                    
                   </div>
               </div>
              </div><div class="thk-image-with-text-carousel__carousel-slide slideshow__slide grid__item grid--1-col slider__slide true-stories-preview-carousel-api"
                id="Slide-template--17668663279866__1651446671c0d2902e-3"
                
                role="group"
                aria-roledescription="Slide"
                aria-label="3 of 4"
                tabindex="-1"
                
                    key="7|3|dietary_goal"
                
              >
                <div class="thk-image-with-text-carousel__carousel-image slideshow__media media">
                    
                    
                        <img src="//www.thehonestkitchen.com/cdn/shop/files/Potato-3.png?v=1651640528&amp;width=1500" srcset="//www.thehonestkitchen.com/cdn/shop/files/Potato-3.png?v=1651640528&amp;width=352 352w, //www.thehonestkitchen.com/cdn/shop/files/Potato-3.png?v=1651640528&amp;width=800 800w, //www.thehonestkitchen.com/cdn/shop/files/Potato-3.png?v=1651640528&amp;width=832 832w, //www.thehonestkitchen.com/cdn/shop/files/Potato-3.png?v=1651640528&amp;width=1200 1200w" width="800" loading="lazy" sizes="100vw">
                    
</div>
                <div class="js-true-stories-dietary-goals-card" id="dietary-goal--7" >
                   <div id="SlideName-3" class="thk-image-with-text-carousel__carousel-title h4 js-true-stories-dietary-goals-heading">
                   </div>
                   <div id="SlideContent-3" class="thk-image-with-text-carousel__text h4">
                   </div>
                   <div id="SlideLink-3" class="thk-image-with-text-carousel__carousel-link js-true-stories-dietary-goals-link">
                    
                        
                        <a class="text-link" href="/apps/truestories/story/search?dietaryGoal=7">Read *total* Stories</a>
                    
                   </div>
               </div>
              </div><div class="thk-image-with-text-carousel__carousel-slide slideshow__slide grid__item grid--1-col slider__slide true-stories-preview-carousel-api"
                id="Slide-template--17668663279866__1651446671c0d2902e-4"
                
                role="group"
                aria-roledescription="Slide"
                aria-label="4 of 4"
                tabindex="-1"
                
                    key="23|4|dietary_goal"
                
              >
                <div class="thk-image-with-text-carousel__carousel-image slideshow__media media">
                    
                    
                        <img src="//www.thehonestkitchen.com/cdn/shop/files/Food_Allergy_Intol_4e2e8149-539d-453b-b344-7a7f1dae07aa.png?v=1650948026&amp;width=1500" srcset="//www.thehonestkitchen.com/cdn/shop/files/Food_Allergy_Intol_4e2e8149-539d-453b-b344-7a7f1dae07aa.png?v=1650948026&amp;width=352 352w, //www.thehonestkitchen.com/cdn/shop/files/Food_Allergy_Intol_4e2e8149-539d-453b-b344-7a7f1dae07aa.png?v=1650948026&amp;width=580 580w, //www.thehonestkitchen.com/cdn/shop/files/Food_Allergy_Intol_4e2e8149-539d-453b-b344-7a7f1dae07aa.png?v=1650948026&amp;width=832 832w, //www.thehonestkitchen.com/cdn/shop/files/Food_Allergy_Intol_4e2e8149-539d-453b-b344-7a7f1dae07aa.png?v=1650948026&amp;width=1200 1200w" width="580" loading="lazy" sizes="100vw">
                    
</div>
                <div class="js-true-stories-dietary-goals-card" id="dietary-goal--23" >
                   <div id="SlideName-4" class="thk-image-with-text-carousel__carousel-title h4 js-true-stories-dietary-goals-heading">
                   </div>
                   <div id="SlideContent-4" class="thk-image-with-text-carousel__text h4">
                   </div>
                   <div id="SlideLink-4" class="thk-image-with-text-carousel__carousel-link js-true-stories-dietary-goals-link">
                    
                        
                        <a class="text-link" href="/apps/truestories/story/search?dietaryGoal=23">Read *total* Stories</a>
                    
                   </div>
               </div>
              </div></div><div class="thk-image-with-text-carousel__carousel-controls slideshow__controls slider-buttons no-js-hidden">
              <button type="button" class="thk-image-with-text-carousel__carousel-button thk-image-with-text-carousel__carousel-button--prev slider-button slider-button--prev" name="previous" aria-label="Previous slide" aria-controls="Slider-template--17668663279866__1651446671c0d2902e">
                <span class="icon-arrow"></span>
              </button>
              <div class="thk-image-with-text-carousel__carousel-counter slider-counter slider-counter--"><div class="slideshow__control-wrapper"><button class="slider-counter__link link" aria-label="Load slide 1 of 4" aria-controls="Slider-template--17668663279866__1651446671c0d2902e">
                        <span class="thk-image-with-text-carousel__carousel-dot dot"></span>
                      </button><button class="slider-counter__link link" aria-label="Load slide 2 of 4" aria-controls="Slider-template--17668663279866__1651446671c0d2902e">
                        <span class="thk-image-with-text-carousel__carousel-dot dot"></span>
                      </button><button class="slider-counter__link link" aria-label="Load slide 3 of 4" aria-controls="Slider-template--17668663279866__1651446671c0d2902e">
                        <span class="thk-image-with-text-carousel__carousel-dot dot"></span>
                      </button><button class="slider-counter__link link" aria-label="Load slide 4 of 4" aria-controls="Slider-template--17668663279866__1651446671c0d2902e">
                        <span class="thk-image-with-text-carousel__carousel-dot dot"></span>
                      </button></div></div>
               <button type="button" class="thk-image-with-text-carousel__carousel-button thk-image-with-text-carousel__carousel-button--next slider-button slider-button--next" name="next" aria-label="Next slide" aria-controls="Slider-template--17668663279866__1651446671c0d2902e">
                  <span class="icon-arrow"></span>
               </button>
            </div></slideshow-component>
    </div>
</div>

<script>
    let strSettingsBaseUrlTrueStories = "https://thk-true-stories.herokuapp.com/api/truestories/get-multiple-stories?ids=";
    let strSettingsBaseUrlDietaryGoal = "https://thk-true-stories.herokuapp.com/api/dietarygoals/total-count?ids=";
</script>
<script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/true-stories-preview-carousel.js?v=11379465677003226621711646796" defer="defer"></script>


</div><section id="shopify-section-template--17668663279866__thk_rich_text" class="shopify-section"><link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-rte.css?v=6078188613540707321711646718" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-thk-rich-text.css?v=115413125431079460761711646787" media="print" onload="this.media='all'">

<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-rte.css?v=6078188613540707321711646718" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-thk-rich-text.css?v=115413125431079460761711646787" rel="stylesheet" type="text/css" media="all" /></noscript>

<div id="name-section" class="">
  <div class="
      thk-rich-text
      thk-rich-text--center
      thk-rich-text--dark
      thk-rich-text--padding-bottom-none
      thk-rich-text--padding-top-minimal
      gradient
       thk-rich-text--full-width
      
      "
    style="background-color: #fbf7f2">
    <div class="grid-container">
      <div class="thk-rich-text__blocks"><div class="thk-rich-text__subheading eyebrow thk-rich-text__subheading--dark">THERE'S TRUTH —</div><h2 class="thk-rich-text__heading h1" >IN NUMBERS</h2><div class="thk-rich-text__text rte " ><p>Sure, we think of our pets as little members of our families, but that’s not the only reason we feed them like little people. Human Grade food actually leads to healthier, happier pets. Among our customers:</p></div></div>
    </div>
  </div>
</div>



</section><section id="shopify-section-template--17668663279866__16542276938463bccc" class="shopify-section"><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-thk-multicolumn.css?v=54011881846253310621711646786" rel="stylesheet" type="text/css" media="all" />
<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-deferred-media.css?v=78930207818641217711711646710" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-slider.css?v=21086521486758832541711646719" media="print" onload="this.media='all'">
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-slider.css?v=21086521486758832541711646719" rel="stylesheet" type="text/css" media="all" /></noscript>

<div class="thk-multicolumn
            background-primary no-heading
            thk-multicolumn--image-center
            thk-multicolumn--padding-bottom-default
            thk-multicolumn--padding-top-none
"
            style="background-color:#fbf7f2; "
>
  <div class="grid-container">
    <div class="title-wrapper-with-link title-wrapper--self-padded-mobile title-wrapper-with-link--no-heading">
      <h2 class="thk-multicolumn__title thk-multicolumn__title--dark title">
        
      </h2><div class="large-medium-hide large-up-hide thk-multicolumn__button--mobile">
            <a class="btn btn--primary " href=/pages/the-honest-difference >
    <span class="btn__label">
        <span class="btn__label--top">
           LEARN MORE
        </span>
        <span class="btn__label--btm" aria-hidden="true">
           LEARN MORE
        </span>
    </span>
</a>

        </div></div>
    <slider-component class="slider-mobile-gutter">
      <ul class="thk-multicolumn-list grid grid--1-col grid--3-col-tablet slider slider--mobile grid--peek"
        id="Slider-template--17668663279866__16542276938463bccc"
        role="list"
      ><li id="Slide-template--17668663279866__16542276938463bccc-1" class="thk-multicolumn-list__item grid__item slider__slide thk-multicolumn--center" >
            <div class="thk-multicolumn-card scheme-dark" style=" background-color: transparent ">
                <div class="thk-multicolumn-card__image-wrapper thk-multicolumn-card__image-wrapper--half-width thk-multicolumn-card-spacing">
                  <div class="media media--transparent media--square"
                    >

                      
                      
                        
                          <img src="//www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Energy.png?v=1655500425&amp;width=1420" srcset="//www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Energy.png?v=1655500425&amp;width=352 352w, //www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Energy.png?v=1655500425&amp;width=832 832w, //www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Energy.png?v=1655500425&amp;width=1200 1200w" width="2800" height="2800" loading="lazy" size="(min-width: 990px) 550px, (min-width: 750px) 550px, calc(100vw - 30px)">
                        
                      
                  </div>
                </div><div class="thk-multicolumn-card__info"><div class="thk-multicolumn__column-text rte"><p>of customers report <strong>improved overall wellbeing & energy</strong></p></div></div>
            </div>
          </li><li id="Slide-template--17668663279866__16542276938463bccc-2" class="thk-multicolumn-list__item grid__item slider__slide thk-multicolumn--center" >
            <div class="thk-multicolumn-card scheme-dark" style=" background-color: transparent ">
                <div class="thk-multicolumn-card__image-wrapper thk-multicolumn-card__image-wrapper--half-width thk-multicolumn-card-spacing">
                  <div class="media media--transparent media--square"
                    >

                      
                      
                        
                          <img src="//www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Digestion.png?v=1655500440&amp;width=1420" srcset="//www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Digestion.png?v=1655500440&amp;width=352 352w, //www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Digestion.png?v=1655500440&amp;width=832 832w, //www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Digestion.png?v=1655500440&amp;width=1200 1200w" width="2800" height="2800" loading="lazy" size="(min-width: 990px) 550px, (min-width: 750px) 550px, calc(100vw - 30px)">
                        
                      
                  </div>
                </div><div class="thk-multicolumn-card__info"><div class="thk-multicolumn__column-text rte"><p>of customers report <strong>improved digestion</strong></p></div></div>
            </div>
          </li><li id="Slide-template--17668663279866__16542276938463bccc-3" class="thk-multicolumn-list__item grid__item slider__slide thk-multicolumn--center" >
            <div class="thk-multicolumn-card scheme-dark" style=" background-color: transparent ">
                <div class="thk-multicolumn-card__image-wrapper thk-multicolumn-card__image-wrapper--half-width thk-multicolumn-card-spacing">
                  <div class="media media--transparent media--square"
                    >

                      
                      
                        
                          <img src="//www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Skin_Coat.png?v=1655500454&amp;width=1420" srcset="//www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Skin_Coat.png?v=1655500454&amp;width=352 352w, //www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Skin_Coat.png?v=1655500454&amp;width=832 832w, //www.thehonestkitchen.com/cdn/shop/files/THK_Stats_Skin_Coat.png?v=1655500454&amp;width=1200 1200w" width="2800" height="2800" loading="lazy" size="(min-width: 990px) 550px, (min-width: 750px) 550px, calc(100vw - 30px)">
                        
                      
                  </div>
                </div><div class="thk-multicolumn-card__info"><div class="thk-multicolumn__column-text rte"><p>of customers report <strong>improved skin & coat health</strong></p></div></div>
            </div>
          </li></ul><div class="slider-buttons no-js-hidden medium-hide">
          <button type="button" class="slider-button slider-button--prev" name="previous" aria-label="Slide left"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>
</button>
          <div class="slider-counter caption">
            <span class="slider-counter--current">1</span>
            <span aria-hidden="true"> / </span>
            <span class="visually-hidden">of</span>
            <span class="slider-counter--total">3</span>
          </div>
          <button type="button" class="slider-button slider-button--next" name="next" aria-label="Slide right"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor" stroke-width="1" stroke="currentColor">
</svg>
</button>
        </div></slider-component>
    <div class="thk-multicolumn__button  thk-multicolumn__button--desktop small-hide medium-hide"><a class="btn btn--primary " href=/pages/the-honest-difference >
    <span class="btn__label">
        <span class="btn__label--top">
           LEARN MORE
        </span>
        <span class="btn__label--btm" aria-hidden="true">
           LEARN MORE
        </span>
    </span>
</a>

</div><div class="thk-multicolumn__button_note">
        *Based on a poll of more than 1,000 Honest Kitchen customers who feed a variety of complete & balanced recipes daily to dogs and cats. Responses reflect customer responses where their pet displayed that specific problem. For informational purposes only — results are not guaranteed and may not be typical for other pets.
      </div></div>
</div>



</section><div id="shopify-section-template--17668663279866__6b2a3527-7c3d-4d67-a4f9-5aeb16af0673" class="shopify-section"><div class="nosto-custom-section">
    <div class="nosto_element" id="frontpage-nosto-3"></div>
</div>

</div><div id="shopify-section-template--17668663279866__16bf4fc1-4780-4f1b-b0e9-5aad3e79f16b" class="shopify-section"><div class="nosto-custom-section">
    
</div>

</div><script data-locksmith>
    var load = function () {

          if (document.querySelectorAll('.locksmith-manual-trigger').length > 0) {
            Locksmith.ping();
          }


      Locksmith.util.on('submit', 'locksmith-resource-form', function (event) {
        event.preventDefault();
        var data = Locksmith.util.serializeForm(event.target);
        Locksmith.postResource(data, { spinner: false, container: 'locksmith-content' });
      });

      Locksmith.util.on('click', 'locksmith-manual-trigger', function (event) {
        event.preventDefault();
        Locksmith.postResource({}, { spinner: true, container: document });
      });

      Locksmith.submitPasscode = function (passcode) {
        Locksmith.postResource(
          { passcode: passcode },
          { spinner: false, container: 'locksmith-content' }
        );
      };
    };

    if (typeof Locksmith !== 'undefined') {
      load();
    } else {
      window.addEventListener('load', load);
    }
  </script>
    </main>

    
      <section id="shopify-section-klaviyo-subscription" class="shopify-section spaced-section spaced-section--full-width"><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-klaviyo-subs.css?v=91566987026382678491711646779" rel="stylesheet" type="text/css" media="all" />

<div class="klaviyo-subs">
  <div class="grid-container">
    <div class="klaviyo-subs__wrapper">
      <div class="klaviyo-subs__info"><h2 class="h2" >WE&#39;D LOVE TO STAY IN TOUCH</h2><div class="newsletter__subheading" ><p>Send us your email to stay up to date on the latest news and offers!</p></div></div>
      <div class="klaviyo-subs__form"><div class="klaviyo-form-TiWNqT"></div></div>
    </div>
  </div>
</div>


</section>
      <div id="shopify-section-footer" class="shopify-section">
<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/section-footer.css?v=241210732162895901711646778" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-newsletter.css?v=138113467829374954621711646715" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-list-menu.css?v=114610986448863508981711646712" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-list-payment.css?v=83889194677897977231711646712" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-list-social.css?v=174649016208630012161711646713" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-rte.css?v=6078188613540707321711646718" media="print" onload="this.media='all'">
<link rel="stylesheet" href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/disclosure.css?v=42274337024875837961711646723" media="print" onload="this.media='all'">

<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-newsletter.css?v=138113467829374954621711646715" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-list-menu.css?v=114610986448863508981711646712" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-list-payment.css?v=83889194677897977231711646712" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-list-social.css?v=174649016208630012161711646713" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/component-rte.css?v=6078188613540707321711646718" rel="stylesheet" type="text/css" media="all" /></noscript>
<noscript><link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/disclosure.css?v=42274337024875837961711646723" rel="stylesheet" type="text/css" media="all" /></noscript>

<footer class="footer"><div class="footer__content-top">
      <div class="grid-container "><div class="footer__blocks-wrapper grid grid--1-col grid--2-col grid--2-col-tablet grid--5-col-desktop ">
            <div class="footer-block grid__item footer-block--bcorp">
              <a class="btn btn--secondary" href="/pages/contact">
              </a>
            </div><div class="footer-block grid__item footer-block--menu" ><h2 class="footer-block__heading footer-block__accordion-trigger js-footer-block-accordion-trigger">Company<span class="footer-block__accordion-icon footer-block__accordion-icon-plus">
                      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
</svg>

                    </span>
                    <span class="footer-block__accordion-icon footer-block__accordion-icon-minus hidden">
                      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" fill="none" viewBox="0 0 10 2">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1C.5.7.7.5 1 .5h8a.5.5 0 110 1H1A.5.5 0 01.5 1z" fill="currentColor">
</svg>

                    </span>
                  </h2><ul class="footer-block__details-content footer-block__accordion-content list-unstyled"><li>
                            <a href="/pages/inside-the-honest-kitchen" class="link link--text list-menu__item list-menu__item--link">
                              Inside The Honest Kitchen
                            </a>
                          </li><li>
                            <a href="/pages/the-honest-difference" class="link link--text list-menu__item list-menu__item--link">
                              The Honest Difference
                            </a>
                          </li><li>
                            <a href="/pages/careers" class="link link--text list-menu__item list-menu__item--link">
                              Careers
                            </a>
                          </li><li>
                            <a href="/pages/veterinarian-partnerships" class="link link--text list-menu__item list-menu__item--link">
                              Vet Partners
                            </a>
                          </li><li>
                            <a href="https://the-honest-kitchen.myshopify.com/a/press-kit" class="link link--text list-menu__item list-menu__item--link">
                              Press Kit
                            </a>
                          </li><li>
                            <a href="/pages/501c3-non-profit-application" class="link link--text list-menu__item list-menu__item--link">
                              501(c)(3) Non-Profit Rescue
                            </a>
                          </li></ul></div><div class="footer-block grid__item footer-block--menu" ><h2 class="footer-block__heading footer-block__accordion-trigger js-footer-block-accordion-trigger">Support<span class="footer-block__accordion-icon footer-block__accordion-icon-plus">
                      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
</svg>

                    </span>
                    <span class="footer-block__accordion-icon footer-block__accordion-icon-minus hidden">
                      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" fill="none" viewBox="0 0 10 2">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1C.5.7.7.5 1 .5h8a.5.5 0 110 1H1A.5.5 0 01.5 1z" fill="currentColor">
</svg>

                    </span>
                  </h2><ul class="footer-block__details-content footer-block__accordion-content list-unstyled"><li>
                            <a href="https://support.thehonestkitchen.com/hc/en-us" class="link link--text list-menu__item list-menu__item--link">
                              Help Center
                            </a>
                          </li><li>
                            <a href="/pages/returns" class="link link--text list-menu__item list-menu__item--link">
                              Returns
                            </a>
                          </li><li>
                            <a href="/pages/shipping" class="link link--text list-menu__item list-menu__item--link">
                              Shipping
                            </a>
                          </li><li>
                            <a href="/pages/find-a-store" class="link link--text list-menu__item list-menu__item--link">
                              Find a Store
                            </a>
                          </li><li>
                            <a href="https://thehonestkitchen.simplybook.me/v2/" class="link link--text list-menu__item list-menu__item--link">
                              Product Consultation
                            </a>
                          </li></ul></div><div class="footer-block grid__item footer-block--menu" ><h2 class="footer-block__heading footer-block__accordion-trigger js-footer-block-accordion-trigger">Insider Perks<span class="footer-block__accordion-icon footer-block__accordion-icon-plus">
                      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-plus" fill="none" viewBox="0 0 10 10">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M1 4.51a.5.5 0 000 1h3.5l.01 3.5a.5.5 0 001-.01V5.5l3.5-.01a.5.5 0 00-.01-1H5.5L5.49.99a.5.5 0 00-1 .01v3.5l-3.5.01H1z" fill="currentColor">
</svg>

                    </span>
                    <span class="footer-block__accordion-icon footer-block__accordion-icon-minus hidden">
                      <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-minus" fill="none" viewBox="0 0 10 2">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M.5 1C.5.7.7.5 1 .5h8a.5.5 0 110 1H1A.5.5 0 01.5 1z" fill="currentColor">
</svg>

                    </span>
                  </h2><ul class="footer-block__details-content footer-block__accordion-content list-unstyled"><li>
                            <a href="/pages/rewards" class="link link--text list-menu__item list-menu__item--link">
                              The Honest Kitchen Rewards
                            </a>
                          </li><li>
                            <a href="/pages/recurring-orders" class="link link--text list-menu__item list-menu__item--link">
                              Recurring Orders
                            </a>
                          </li><li>
                            <a href="/pages/refer-a-friend" class="link link--text list-menu__item list-menu__item--link">
                              Refer a Friend
                            </a>
                          </li><li>
                            <a href="/pages/blogs" class="link link--text list-menu__item list-menu__item--link">
                              Our Blog
                            </a>
                          </li><li>
                            <a href="/pages/truestories" class="link link--text list-menu__item list-menu__item--link">
                              True Stories
                            </a>
                          </li><li>
                            <a href="/pages/accessibility-statement-1" class="link link--text list-menu__item list-menu__item--link">
                              Accessibility Statement
                            </a>
                          </li></ul></div><div class="footer-block grid__item footer-block--info"><h2 class="footer-block__heading">Connect</h2>
              <div class="footer-block__details-content"><p>questions@thehonestkitchen.com<br/></p><p>Call Us Toll-Free: 1-866-437-9729</p></div><div class="footer-block__contact-button">
              <a class="btn btn--secondary" href="/pages/contact">
                <span class="btn__label">
                    <span class="btn__label--top">Contact Us</span>
                    <span class="btn__label--btm" aria-hidden="true">Contact Us</span>
                </span>
              </a>
            </div><ul class="footer__list-social list-unstyled list-social" role="list"><li class="list-social__item">
                    <a href="https://twitter.com/honestKitchen" class="link list-social__link" ><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-twitter" viewBox="0 0 18 15">
  <path fill="currentColor" d="M17.64 2.6a7.33 7.33 0 01-1.75 1.82c0 .05 0 .13.02.23l.02.23a9.97 9.97 0 01-1.69 5.54c-.57.85-1.24 1.62-2.02 2.28a9.09 9.09 0 01-2.82 1.6 10.23 10.23 0 01-8.9-.98c.34.02.61.04.83.04 1.64 0 3.1-.5 4.38-1.5a3.6 3.6 0 01-3.3-2.45A2.91 2.91 0 004 9.35a3.47 3.47 0 01-2.02-1.21 3.37 3.37 0 01-.8-2.22v-.03c.46.24.98.37 1.58.4a3.45 3.45 0 01-1.54-2.9c0-.61.14-1.2.45-1.79a9.68 9.68 0 003.2 2.6 10 10 0 004.08 1.07 3 3 0 01-.13-.8c0-.97.34-1.8 1.03-2.48A3.45 3.45 0 0112.4.96a3.49 3.49 0 012.54 1.1c.8-.15 1.54-.44 2.23-.85a3.4 3.4 0 01-1.54 1.94c.74-.1 1.4-.28 2.01-.54z">
</svg>
<span class="visually-hidden">Twitter</span>
                    </a>
                  </li><li class="list-social__item">
                    <a href="https://www.facebook.com/TheHonestKitchen" class="link list-social__link" ><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 18 18">
  <path fill="currentColor" d="M16.42.61c.27 0 .5.1.69.28.19.2.28.42.28.7v15.44c0 .27-.1.5-.28.69a.94.94 0 01-.7.28h-4.39v-6.7h2.25l.31-2.65h-2.56v-1.7c0-.4.1-.72.28-.93.18-.2.5-.32 1-.32h1.37V3.35c-.6-.06-1.27-.1-2.01-.1-1.01 0-1.83.3-2.45.9-.62.6-.93 1.44-.93 2.53v1.97H7.04v2.65h2.24V18H.98c-.28 0-.5-.1-.7-.28a.94.94 0 01-.28-.7V1.59c0-.27.1-.5.28-.69a.94.94 0 01.7-.28h15.44z">
</svg>
<span class="visually-hidden">Facebook</span>
                    </a>
                  </li><li class="list-social__item">
                    <a href="https://www.pinterest.com/honestkitchen/" class="link list-social__link" ><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-pinterest" viewBox="0 0 17 18">
  <path fill="currentColor" d="M8.48.58a8.42 8.42 0 015.9 2.45 8.42 8.42 0 011.33 10.08 8.28 8.28 0 01-7.23 4.16 8.5 8.5 0 01-2.37-.32c.42-.68.7-1.29.85-1.8l.59-2.29c.14.28.41.52.8.73.4.2.8.31 1.24.31.87 0 1.65-.25 2.34-.75a4.87 4.87 0 001.6-2.05 7.3 7.3 0 00.56-2.93c0-1.3-.5-2.41-1.49-3.36a5.27 5.27 0 00-3.8-1.43c-.93 0-1.8.16-2.58.48A5.23 5.23 0 002.85 8.6c0 .75.14 1.41.43 1.98.28.56.7.96 1.27 1.2.1.04.19.04.26 0 .07-.03.12-.1.15-.2l.18-.68c.05-.15.02-.3-.11-.45a2.35 2.35 0 01-.57-1.63A3.96 3.96 0 018.6 4.8c1.09 0 1.94.3 2.54.89.61.6.92 1.37.92 2.32 0 .8-.11 1.54-.33 2.21a3.97 3.97 0 01-.93 1.62c-.4.4-.87.6-1.4.6-.43 0-.78-.15-1.06-.47-.27-.32-.36-.7-.26-1.13a111.14 111.14 0 01.47-1.6l.18-.73c.06-.26.09-.47.09-.65 0-.36-.1-.66-.28-.89-.2-.23-.47-.35-.83-.35-.45 0-.83.2-1.13.62-.3.41-.46.93-.46 1.56a4.1 4.1 0 00.18 1.15l.06.15c-.6 2.58-.95 4.1-1.08 4.54-.12.55-.16 1.2-.13 1.94a8.4 8.4 0 01-5-7.65c0-2.3.81-4.28 2.44-5.9A8.04 8.04 0 018.48.57z">
</svg>
<span class="visually-hidden">Pinterest</span>
                    </a>
                  </li><li class="list-social__item">
                    <a href="https://instagram.com/honestkitchen/" class="link list-social__link" ><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram" viewBox="0 0 18 18">
  <path fill="currentColor" d="M8.77 1.58c2.34 0 2.62.01 3.54.05.86.04 1.32.18 1.63.3.41.17.7.35 1.01.66.3.3.5.6.65 1 .12.32.27.78.3 1.64.05.92.06 1.2.06 3.54s-.01 2.62-.05 3.54a4.79 4.79 0 01-.3 1.63c-.17.41-.35.7-.66 1.01-.3.3-.6.5-1.01.66-.31.12-.77.26-1.63.3-.92.04-1.2.05-3.54.05s-2.62 0-3.55-.05a4.79 4.79 0 01-1.62-.3c-.42-.16-.7-.35-1.01-.66-.31-.3-.5-.6-.66-1a4.87 4.87 0 01-.3-1.64c-.04-.92-.05-1.2-.05-3.54s0-2.62.05-3.54c.04-.86.18-1.32.3-1.63.16-.41.35-.7.66-1.01.3-.3.6-.5 1-.65.32-.12.78-.27 1.63-.3.93-.05 1.2-.06 3.55-.06zm0-1.58C6.39 0 6.09.01 5.15.05c-.93.04-1.57.2-2.13.4-.57.23-1.06.54-1.55 1.02C1 1.96.7 2.45.46 3.02c-.22.56-.37 1.2-.4 2.13C0 6.1 0 6.4 0 8.77s.01 2.68.05 3.61c.04.94.2 1.57.4 2.13.23.58.54 1.07 1.02 1.56.49.48.98.78 1.55 1.01.56.22 1.2.37 2.13.4.94.05 1.24.06 3.62.06 2.39 0 2.68-.01 3.62-.05.93-.04 1.57-.2 2.13-.41a4.27 4.27 0 001.55-1.01c.49-.49.79-.98 1.01-1.56.22-.55.37-1.19.41-2.13.04-.93.05-1.23.05-3.61 0-2.39 0-2.68-.05-3.62a6.47 6.47 0 00-.4-2.13 4.27 4.27 0 00-1.02-1.55A4.35 4.35 0 0014.52.46a6.43 6.43 0 00-2.13-.41A69 69 0 008.77 0z"/>
  <path fill="currentColor" d="M8.8 4a4.5 4.5 0 100 9 4.5 4.5 0 000-9zm0 7.43a2.92 2.92 0 110-5.85 2.92 2.92 0 010 5.85zM13.43 5a1.05 1.05 0 100-2.1 1.05 1.05 0 000 2.1z">
</svg>
<span class="visually-hidden">Instagram</span>
                    </a>
                  </li><li class="list-social__item">
                    <a href="https://www.tiktok.com/@honestkitchen" class="link list-social__link" ><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-tiktok" width="16" height="18" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M8.02 0H11s-.17 3.82 4.13 4.1v2.95s-2.3.14-4.13-1.26l.03 6.1a5.52 5.52 0 11-5.51-5.52h.77V9.4a2.5 2.5 0 101.76 2.4L8.02 0z" fill="currentColor">
</svg>
<span class="visually-hidden">TikTok</span>
                    </a>
                  </li><li class="list-social__item">
                    <a href="https://www.youtube.com/user/HonestKitchen" class="link list-social__link" ><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-youtube" viewBox="0 0 100 70">
  <path d="M98 11c2 7.7 2 24 2 24s0 16.3-2 24a12.5 12.5 0 01-9 9c-7.7 2-39 2-39 2s-31.3 0-39-2a12.5 12.5 0 01-9-9c-2-7.7-2-24-2-24s0-16.3 2-24c1.2-4.4 4.6-7.8 9-9 7.7-2 39-2 39-2s31.3 0 39 2c4.4 1.2 7.8 4.6 9 9zM40 50l26-15-26-15v30z" fill="currentColor">
</svg>
<span class="visually-hidden">YouTube</span>
                    </a>
                  </li></ul><a href="" target="_blank" class="page-footer__social-link accessibility" rel="noopener noreferrer"
                 aria-label="Essentialaccessibility"><svg id="Layer_1" focusable="false" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 213.88 80.44">
    <defs>
        <style>.cls-1{fill:#bcd9ea}.cls-2{fill:#fff}.cls-3{fill:#103c60}</style>
    </defs>
    <rect class="cls-1" width="106.94" height="80.44" rx="40.22"/><rect class="cls-1" x="106.94" width="106.94" height="80.44" rx="40.22"/>
    <circle class="cls-2" cx="107.61" cy="40.22" r="26.97"/><path class="cls-2" d="M37.44 64.7z"/>
    <path class="cls-3" d="M45.71 23.2a4.09 4.09 0 10-4.14-4.08 4.11 4.11 0 004.14 4.08zM56.51 50.36a2.38 2.38 0 00-1.61 1.75v.09a12.06 12.06 0 01-7.81 7.65 11.38 11.38 0 01-4.89.41 12.8 12.8 0 01-6.5-3.14l-.19-.12c-.18-.17-.35-.35-.51-.53l-.45-.47-.14-.18a12.33 12.33 0 01-2.19-4.19 12.93 12.93 0 01-.42-5.39A12.26 12.26 0 0138 37.1l.07-.06a2.44 2.44 0 00-.53-4.65 2.27 2.27 0 00-1.37.22 17.22 17.22 0 00-9.2 13 17.69 17.69 0 00.64 7.8 16.6 16.6 0 0020.65 11.28 17 17 0 0011.15-11.3 2.48 2.48 0 000-1.43 2.33 2.33 0 00-2.9-1.6z"/><path class="cls-3" d="M75.88 53.74a1.86 1.86 0 00-2.5-.67l-2.73 1.53-6.91-10.43a2.48 2.48 0 00-2.11-1.28h-13v-4.13h9a2.6 2.6 0 000-5.17h-9v-5.37a2.92 2.92 0 00-5.84 0v17a3 3 0 002.67 2.92 4 4 0 00.6 0h15.08l6.57 9.9a2.16 2.16 0 001.34.92 1.84 1.84 0 00.41.06h.06a1.82 1.82 0 00.72-.12h.25l4.7-2.63a1.8 1.8 0 00.69-2.53zM180.94 64.45a.44.44 0 01-.44.44h-36.18a.44.44 0 01-.44-.44V51.24a.44.44 0 01.44-.44h36.18a.43.43 0 01.44.44v13.21m-23.51-7.36H161a.39.39 0 00.38-.39v-3.57a.39.39 0 00-.38-.39h-3.57a.39.39 0 00-.39.39v3.57a.39.39 0 00.39.39m-6.78 1.28h-3.57a.38.38 0 00-.38.39v3.57a.38.38 0 00.38.38h3.57a.38.38 0 00.39-.38v-3.57a.38.38 0 00-.39-.39m0-1.28h3.57a.39.39 0 00.39-.39v-3.57a.39.39 0 00-.39-.39h-3.57a.39.39 0 00-.39.39v3.57a.39.39 0 00.39.39m13.53 0h3.57a.39.39 0 00.39-.39v-3.57a.39.39 0 00-.39-.39h-3.57a.39.39 0 00-.38.39v3.57a.39.39 0 00.38.39m6.77 0h3.57a.39.39 0 00.38-.39v-3.57a.39.39 0 00-.38-.39H171a.38.38 0 00-.38.39v3.57a.38.38 0 00.38.39m0 1.28h-3.57a.38.38 0 00-.38.39v3.57a.38.38 0 00.38.38H171a.38.38 0 00.39-.38v-3.57a.38.38 0 00-.39-.39m-13.53 0h-3.57a.38.38 0 00-.38.39v3.57a.37.37 0 00.38.38h3.57a.38.38 0 00.39-.38v-3.57a.38.38 0 00-.39-.39m20.3 0h-3.57a.38.38 0 00-.38.39v3.57a.38.38 0 00.38.38h3.57a.39.39 0 00.39-.38v-3.57a.39.39 0 00-.39-.39m-13.53 0h-3.57a.38.38 0 00-.39.39v3.57a.38.38 0 00.39.38h3.57a.39.39 0 00.39-.38v-3.57a.39.39 0 00-.39-.39m-19.43-9.82a.36.36 0 00.33.39h34.64a.37.37 0 00.33-.39V15.94a.36.36 0 00-.33-.39h-34.69a.36.36 0 00-.33.39zm4.69-5.78v-22a.31.31 0 01.3-.32h25.52a.3.3 0 01.29.32v22a.3.3 0 01-.29.32h-25.57a.31.31 0 01-.3-.32M204.13 80v-4.42h-1.59v-.91h4.26v.91h-1.59V80zM207.49 80v-5.33h1.62l1 3.67 1-3.67h1.62V80h-1v-4.18L210.6 80h-1l-1.06-4.22V80zM118.54 35.11L97.08 23.94c0 4.6.52 7.56 3.67 9.2l10.78 5.61zM121.35 36.57l-7 3.64-13.5 7c-3.07 1.67-3.77 5.29-3.77 9.26l19.49-10.14c4.31-2.35 4.78-5.22 4.78-9.79z"/>
</svg></a></div>
          </div><div class="footer-block--newsletter"></div>
      </div>
    </div> 
<div class="footer__content-bottom">
    <div class="grid-container">
      <div class="footer-columns__wrap">
        <div class="footer__column">
          <div class="footer__copyright caption">
            <span class="copyright__content">&copy; 2024, The Honest Kitchen</span>
            <span class="copyright__content">All rights reserved</span>
          </div></div>
        <div class="footer__column"><div class="footer__textarea">
            <div class="footer__links">
  <a href="/policies/privacy-policy" title="Privacy & Security">Privacy & Security</a><a href="/policies/terms-of-service" title="Terms & Conditions">Terms & Conditions</a>
</div>
          </div></div>
      </div>
    </div>
  </div>
</footer>


<script async type="text/javascript" src="https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=LCLJA8"></script>







</div>
    

    <ul style="display: none;" hidden>
      <li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li>
    </ul>

    <script>
      window.shopUrl = 'https://www.thehonestkitchen.com';
      window.routes = {
        cart_add_url: '/cart/add',
        cart_change_url: '/cart/change',
        cart_update_url: '/cart/update',
        predictive_search_url: '/search/suggest'
      };

      window.cartStrings = {
        error: `There was an error while updating your cart. Please try again.`,
        quantityError: `You can only add [quantity] of this item to your cart.`
      }

      window.variantStrings = {
        addToCart: `Add to cart`,
        soldOut: `Sold out`,
        unavailable: `Unavailable`,
      }

      window.accessibilityStrings = {
        imageAvailable: `Image [index] is now available in gallery view`,
        shareSuccess: `Link copied to clipboard`,
        pauseSlideshow: `Pause slideshow`,
        playSlideshow: `Play slideshow`,
        recurringOrderTooltip: `Learn more about recurring orders`,
      }
    </script><script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/predictive-search.js?v=31278710863581584031711646771" defer="defer"></script>
<div class="nosto_page_type" style="display:none">front</div>











<div class="nosto_cart" style="display:none">
    
    
    
</div>












<script data-cfasync="false" data-no-instant>window.jQuery ||
  document.write("<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js'>\x3C/script>")
</script>


<script type="text/javascript">
  
  window.saso = {
    shop_slug: "the-honest-kitchen",
    money_format: "${{amount}}",
    customer: null,
    cart: null,
  }
  window.saso_extras = {}

  

  
  

  

  

  
  	window.saso.cart = {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"USD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0}
    delete window.saso.cart.note
    window.saso.cart_collections = {}
    
	if (typeof window.saso.cart.items == "object") {
    	for (var i=0; i<window.saso.cart.items.length; i++) {
        	["sku", "grams", "vendor", "url", "image", "handle", "requires_shipping", "product_type", "product_description"].map(function(a) {
          		delete window.saso.cart.items[i][a]
        	})
    	}
    }
  

  window.saso.page_type = ""
  if (typeof window.location == "object" && typeof window.location.pathname == "string") {
    if (window.location.pathname.indexOf('/checkouts/') > -1) {
      window.saso.page_type = "checkout"
    }
  }
</script>

<style>
/* Magnific Popup CSS */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.4;filter:alpha(opacity=40)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}
  .mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}
  .mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}

.mfp-wrap {
  z-index: 2147483645;
}
.mfp-container {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

</style>

<link href="//www.thehonestkitchen.com/cdn/shop/t/273/assets/special-offers.scss.css?v=98188528648252325671711646839" rel="stylesheet" type="text/css" media="all" />



<script id="saso-volume-discount-tiers" type="text/x-handlebars-template" data-no-instant>
<div class="saso-volume-discount-tiers">
    <h4>{{{product_message}}}</h4>

	<table class="saso-table">
    	<thead>
			<tr>
            	<th>Minimum Qty</th>
                <th>{{# if price_type_flat}}Price per item{{/if}}{{# if price_type_percent}}Discount{{/if}}</th>
            	<!--<th>&nbsp;</th>-->
  			</tr>
        </thead>

        <tbody>
        {{#tiers}}
    	<tr>
        	<td>{{{quantity}}}+</td>
        	<td>{{{price.title}}}<!-- {{{price_flat.title}}} --></td>
            <!-- <td><a href="#" class="saso-add-to-cart" data-quantity="{{{quantity}}}">Add to Cart</a></td> -->
  		</tr>
    	{{/tiers}}
        </tbody>
    </table>
</div>
</script>

<script id="saso-cross-sell-popup" type="text/x-handlebars-template" data-no-instant>
<div class="saso-cross-sell-popup {{#if products.length}}{{else}}saso-cross-sell-popup0{{/if}}">
    <span class="saso-message">{{{notifications_message}}}</span>
    <br>

	<div class="saso-products-container">
	<table><tr>
    {{#products}}
    <td class="saso-product-container" data-product-id="{{id}}" data-variant-id="{{variants.0.id}}">
        <div class="saso-image"><a href="/products/{{handle}}" class="saso-crosssell-nav" data-product-id="{{id}}"><img src="{{image.src}}" /></a></div>
        <div class="saso-title">{{{title}}}</div>
        <div class="saso-variants-container" style="{{{variants_style}}}">{{{variants_select}}}</div>
        <span class="saso-was-price">{{{variants.0.compare_at_price}}}</span>
        <span class="saso-price">{{{variants.0.price}}}</span>
        <br>
        <button type="button" class="saso-add-to-cart saso-crosssell-nav" data-product-id="{{{id}}}" data-variant-id="{{{variants.0.id}}}">Add to Cart</button>
    </td>
    {{/products}}
    </tr></table>
    </div>

    {{# if click_here}}<a href="{{{click_here}}}" class="saso-click-here"><button type="button" class="saso-click-here">Click here to browse all choices</button></a>{{/if}}

    <div class="saso-hide-when-embedded">
      <p><a href="#" class="saso-close text-link">No thanks</a></p>
    </div>
  </div>
</script>


<script id="saso-bundle-popup" type="text/x-handlebars-template" data-no-instant>
<div class="saso-cross-sell-popup saso-bundle-popup">
    <span class="saso-message">{{{notifications_message}}}</span>
    <br>

	<div class="saso-products-container">
      {{#products}}

      <div class="saso-product-container" data-product-id="{{id}}" data-variant-id="{{variants.0.id}}" data-quantity="{{quantity}}">
          <div class="saso-image">
          	<a href="/products/{{handle}}" class="saso-crosssell-nav" data-product-id="{{id}}"><img src="{{image.src}}" /></a>
            <div class="saso-quantity-container">
          	{{{quantityx}}}
      		</div>
  		  </div>
          <div class="saso-product-info">
          	<div class="saso-title">{{{title}}}</div>
          	<div class="saso-variants-container" style="{{{variants_style}}}">{{{variants_select}}}</div>
          	<span class="saso-price">{{{variants.0.price}}}</span>
           </div>
      </div>
      <div class="saso-plus-container">
          <div class="saso-plus-container-inner">+</div>
      </div>
      {{/products}}
	</div>

      <table><tr class="saso-bundle-row">
        <td class="saso-equal-container">
            =
        </td>
        <td class="saso-bundle-price-container">
            {{{bundle_price_title}}}
        </td>
      </tr></table>


    <button type="button" class="saso-add-to-cart saso-bundle-add-to-cart">Add entire Bundle to cart</button>
    <div class="saso-bundle-success">{{{message_after}}}</div>

  </div>
</script>




<script id="saso-use-discount-code-cart" type="text/x-handlebars-template" data-no-instant>
<div class="saso-use-discount-code-cart-container">
	<input type="text" class="saso-use-discount-code-cart-code" placeholder="Discount code">
	<button type="button" class="saso-use-discount-code-cart-apply btn btn--secondary button">Apply</button>
</div>
</script>

<script id="saso-use-discount-instead" type="text/x-handlebars-template" data-no-instant>
<div class="saso-use-discount-instead-container">
    <label style="font-weight: normal; cursor: pointer;"><input type="checkbox" id="saso-use-discount-code-instead-check"> I will be using a coupon instead</label>
</div>
</script>








        <script data-cfasync="false">
          jQuery(function(){
            jQuery(document).on('click', "input[name='checkout']:not(.saso-ignore), input[value='Checkout']:not(.saso-ignore), button[name='checkout']:not(.saso-ignore), [href$='checkout']:not(.saso-ignore), button[value='Checkout']:not(.saso-ignore), input[name='goto_pp'], button[name='goto_pp'], input[name='goto_gc'], button[name='goto_gc']", function(e){
              e.preventDefault();

              if (typeof sasoCheckout != "function") {
              	window.location = "/checkout";
              }

              jQuery.ajax({
                          cache: false,
                          contentType: "application/json; charset=utf-8",
                          dataType: "json",
                          type: "GET",
                          url: '/cart.js',
                          success: function(res) {
                            window.saso.cart = res
                            sasoCheckout()
                          }
                        })

            });
          });
        </script>



</div><!-- Brandify_SS -->

  <!-- Product Compare APP root element -->
  <div id="sa_ca_wrapper"></div>

  <script src="https://a.klaviyo.com/media/js/onsite/onsite.js"></script>
  <script>
    var klaviyo = klaviyo || [];
    klaviyo.init({
      account: "LCLJA8",
      platform: "shopify"
    });
    klaviyo.enable("backinstock",{
    modal: {
      headline: "{product_name}",
      body_content: "Register to receive a notification when this item comes back in stock.",
      email_field_label: "Email",
      button_label: "NOTIFY ME WHEN AVAILABLE",
      subscription_success_label: "You're in! We'll let you know when it's back.",
      footer_content: '',
      additional_styles: "@import url('https://fonts.googleapis.com/css?family=Helvetica+Neue');",
      drop_background_color: "#000",
      background_color: "#fff",
      text_color: "#222",
      button_text_color: "#fff",
      button_background_color: "#c60e3b",
      close_button_color: "#ccc",
      error_background_color: "#fcd6d7",
      error_text_color: "#C72E2F",
      success_background_color: "#d3efcd",
      success_text_color: "#1B9500"
    }
  });
  </script>
  <script>
    jQuery.post(window.Shopify.routes.root + 'cart/update.json',
      ""
    );
  </script>
  <script src="//www.thehonestkitchen.com/cdn/shop/t/273/assets/analytics.min.js?v=128365213158955895041711646699" type="module" defer></script></body>
</html>
