It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://organicolivia.com/

  1. <!doctype html>
  2. <html class="no-js" lang="en">
  3.  <head>
  4. <script type="application/vnd.locksmith+json" data-locksmith>{"version":"v225","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":"eff04155d0cb2b70213037d1c661a35b5a2aed0b290db2fe5d711e1622f50d5a","state":{"template":"index","theme":144188440748,"product":null,"collection":null,"page":null,"blog":null,"article":null,"app":null},"now":1756894767,"path":"\/","locale_root_url":"\/","canonical_url":"https:\/\/www.organicolivia.com\/","customer_id":null,"customer_id_signature":"eff04155d0cb2b70213037d1c661a35b5a2aed0b290db2fe5d711e1622f50d5a","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}();
  5. /*!
  6.  * Reqwest! A general purpose XHR connection manager
  7.  * license MIT (c) Dustin Diaz 2015
  8.  * https://github.com/ded/reqwest
  9.  */!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)}),n.form_type&&(t.form_type=n.form_type),n.include_layout_classes!==undefined&&(t.include_layout_classes=n.include_layout_classes),n.lock_id!==undefined&&(t.lock_id=n.lock_id),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>
  10.      <script data-locksmith>Locksmith.cache.cart=null</script>
  11.  
  12.  <script data-locksmith>Locksmith.jsonTag="{\"version\":\"v225\",\"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\":\"eff04155d0cb2b70213037d1c661a35b5a2aed0b290db2fe5d711e1622f50d5a\",\"state\":{\"template\":\"index\",\"theme\":144188440748,\"product\":null,\"collection\":null,\"page\":null,\"blog\":null,\"article\":null,\"app\":null},\"now\":1756894767,\"path\":\"\\\/\",\"locale_root_url\":\"\\\/\",\"canonical_url\":\"https:\\\/\\\/www.organicolivia.com\\\/\",\"customer_id\":null,\"customer_id_signature\":\"eff04155d0cb2b70213037d1c661a35b5a2aed0b290db2fe5d711e1622f50d5a\",\"cart\":null}";Locksmith.jsonTagSignature="3173cdea3d762600df863b5becd299c94a7231589b3b527552ac2ae920222eb3"</script>
  13. <!-- Google Tag Manager -->
  14. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  15. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  16. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  17. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  18. })(window,document,'script','dataLayer','GTM-NTQ5W76V');</script>
  19. <!-- End Google Tag Manager -->
  20.    
  21. <!--LOOMI SDK-->
  22. <!--DO NOT EDIT-->
  23. <link rel="preconnect"  href="https://live.visually-io.com/" crossorigin>
  24. <link rel="dns-prefetch" href="https://live.visually-io.com/">
  25. <script>
  26. (()=> {
  27.    const env = 2;
  28.    var store = "organic-olivia.myshopify.com";
  29.    var alias = store.replace(".myshopify.com", "").replaceAll("-", "_").toUpperCase();
  30.    var jitsuKey =  "js.52016414892";
  31.    window.loomi_ctx = {...(window.loomi_ctx || {}),storeAlias:alias,jitsuKey,env};
  32.    
  33.    
  34. })()
  35. </script>
  36. <link href="https://live.visually-io.com/widgets/vsly-preact.min.js?k=js.52016414892&e=2&s=ORGANIC_OLIVIA" rel="preload" as="script">
  37. <script type="text/javascript" src="https://live.visually-io.com/widgets/vsly-preact.min.js?k=js.52016414892&e=2&s=ORGANIC_OLIVIA"></script>
  38. <link href="https://live.visually-io.com/cf/ORGANIC_OLIVIA.js" rel="preload" as="script">
  39. <link href="https://live.visually-io.com/v/visually.js" rel="preload" as="script">
  40. <script type="text/javascript" src="https://live.visually-io.com/cf/ORGANIC_OLIVIA.js"></script>
  41. <script type="text/javascript" src="https://live.visually-io.com/v/visually.js"></script>
  42. <script defer type="text/javascript" src="https://live.visually-io.com/v/visually-a.js"></script>
  43. <!--LOOMI SDK-->
  44.  
  45.  
  46.  
  47.  
  48.    <meta charset="utf-8">
  49.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  50.    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  51.    <meta name="theme-color" content="">
  52.    <link rel="canonical" href="https://www.organicolivia.com/">
  53.    <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link rel="icon" type="image/png" href="//www.organicolivia.com/cdn/shop/files/favicon-32x32.png?crop=center&height=32&v=1711382000&width=32"><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><title>
  54.      Organic Olivia
  55. &ndash; Organic Olivia </title><meta name="description" content="Organic Olivia is a modern approach to traditional herbal medicine. We blend science with intuition to create focused formulas that get to the root cause.">
  56.  
  57.  
  58. <meta property="og:site_name" content="Organic Olivia ">
  59. <meta property="og:url" content="https://www.organicolivia.com/"><meta property="og:title" content="Organic Olivia">
  60. <meta property="og:type" content="website">
  61. <meta property="og:description" content="Organic Olivia is a modern approach to traditional herbal medicine. We blend science with intuition to create focused formulas that get to the root cause.">
  62. <meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="Organic Olivia">
  63. <meta name="twitter:description" content="Organic Olivia is a modern approach to traditional herbal medicine. We blend science with intuition to create focused formulas that get to the root cause.">
  64.  
  65.  
  66.    <script src="//www.organicolivia.com/cdn/shop/t/433/assets/vendor-v4.js" defer="defer"></script>
  67.    <script src="//www.organicolivia.com/cdn/shop/t/433/assets/pubsub.js?v=104623417541739052901752783551" defer="defer"></script>
  68.    <script src="//www.organicolivia.com/cdn/shop/t/433/assets/global.js?v=77273340743616757821752783532" defer="defer"></script>
  69.  
  70.    <!-- <script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> -->
  71.    
  72.    <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js" defer="defer"></script> -->
  73.    <script
  74.      src="https://code.jquery.com/jquery-3.6.4.min.js"
  75.      integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8="
  76.      crossorigin="anonymous"></script>
  77.    
  78.    <!-- <script src="//code.jquery.com/jquery-2.2.4.min.js" defer="defer"></script> -->
  79.    <script src="//www.organicolivia.com/cdn/shop/t/433/assets/custom.js?v=51001613119749112361752783525" defer="defer"></script>
  80.    <script src="//www.organicolivia.com/cdn/shop/t/433/assets/swiper-bundle.js?v=128225346319268959411752783578" async></script>
  81.    <script src="//www.organicolivia.com/cdn/shop/t/433/assets/magnify.js?v=57281583385953666801752783538" defer="defer"></script>
  82.  
  83.    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="facebook-domain-verification" content="i6rkj05xo31kver5103ampgihb1yl8">
  84. <meta name="facebook-domain-verification" content="5uc392prgf0ky3028aa9lwww7gmphz">
  85. <meta name="google-site-verification" content="Xs2NqAYyAaKpAG_FVQHvx5Fhk2OwkZvzViNz2MyoP9s">
  86. <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/52016414892/digital_wallets/dialog">
  87. <meta name="shopify-checkout-api-token" content="a202e7a6d20d23597a9495e4e488195c">
  88. <meta id="in-context-paypal-metadata" data-shop-id="52016414892" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD">
  89. <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script>
  90. <link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
  91. <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=52016414892" crossorigin="anonymous"></script>
  92. <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":52016414892,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/52016414892","merchantName":"Organic Olivia ","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Organic Olivia ","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
  93. <script id="shopify-features" type="application/json">{"accessToken":"a202e7a6d20d23597a9495e4e488195c","betas":["rich-media-storefront-analytics"],"domain":"www.organicolivia.com","predictiveSearch":true,"shopId":52016414892,"locale":"en"}</script>
  94. <script>var Shopify = Shopify || {};
  95. Shopify.shop = "organic-olivia.myshopify.com";
  96. Shopify.locale = "en";
  97. Shopify.currency = {"active":"USD","rate":"1.0"};
  98. Shopify.country = "US";
  99. Shopify.theme = {"name":"LIVE_2025 UPDATE_11 - NewHomepage","id":144188440748,"schema_name":"Be Yours","schema_version":"7.1.1","theme_store_id":1399,"role":"main"};
  100. Shopify.theme.handle = "null";
  101. Shopify.theme.style = {"id":null,"handle":null};
  102. Shopify.cdnHost = "www.organicolivia.com/cdn";
  103. Shopify.routes = Shopify.routes || {};
  104. Shopify.routes.root = "/";</script>
  105. <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
  106. <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>
  107. <script>
  108.  window.ShopifyPay = window.ShopifyPay || {};
  109.  window.ShopifyPay.apiHost = "shop.app\/pay";
  110.  window.ShopifyPay.redirectState = null;
  111. </script>
  112. <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
  113. <script>
  114.  window.Shopify = window.Shopify || {};
  115.  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  116.  window.Shopify.featureAssets['shop-js'] = {"shop-cart-sync":["modules/v2/client.shop-cart-sync_Cr7AsmiC.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js"],"init-fed-cm":["modules/v2/client.init-fed-cm_Dkj619zP.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js"],"shop-button":["modules/v2/client.shop-button_BAIO02MC.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js"],"init-windoid":["modules/v2/client.init-windoid_CMXaw-NS.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_DGzzMbra.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_CCTykO3F.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js","modules/v2/chunk.modal_DE6FjJS8.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_ClVFqsPs.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js","modules/v2/chunk.modal_DE6FjJS8.esm.js"],"init-shop-cart-sync":["modules/v2/client.init-shop-cart-sync_BZcfQiZy.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_DSuMan8N.en.esm.js","modules/v2/client.shop-login-button_D-cQvxXA.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js","modules/v2/chunk.modal_DE6FjJS8.esm.js"],"pay-button":["modules/v2/client.pay-button_DDj_8x9A.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_DCSkKM-W.en.esm.js","modules/v2/client.shop-login-button_D-cQvxXA.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js","modules/v2/chunk.modal_DE6FjJS8.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_CrHh7ifA.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js","modules/v2/chunk.modal_DE6FjJS8.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_Dz8Bs8WV.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_D-cQvxXA.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js","modules/v2/chunk.modal_DE6FjJS8.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_NMYSCUhp.en.esm.js","modules/v2/client.shop-login-button_D-cQvxXA.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js","modules/v2/chunk.modal_DE6FjJS8.esm.js"],"lead-capture":["modules/v2/client.lead-capture_Cw1Disj1.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js","modules/v2/chunk.modal_DE6FjJS8.esm.js"],"payment-terms":["modules/v2/client.payment-terms_DxjEO0aU.en.esm.js","modules/v2/chunk.common_B-upjMPA.esm.js","modules/v2/chunk.modal_DE6FjJS8.esm.js"]};
  117. </script>
  118. <script>(function() {
  119.  var isLoaded = false;
  120.  function asyncLoad() {
  121.    if (isLoaded) return;
  122.    isLoaded = true;
  123.    var urls = ["https:\/\/d3bt4yq3k408c5.cloudfront.net\/trafficguard.js?shop=organic-olivia.myshopify.com","https:\/\/app.octaneai.com\/mlqg7m8kukoejk90\/shopify.js?x=4Txq3MZjn9Epgke2\u0026shop=organic-olivia.myshopify.com","https:\/\/static.rechargecdn.com\/assets\/js\/widget.min.js?shop=organic-olivia.myshopify.com","https:\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/header.min.js?settings=eyJrZXkiOiJndDlHdTJLdTF0a3h1Z3lCIiwicyI6Im5vbmUifQ==\u0026v=2.5\u0026shop=organic-olivia.myshopify.com","https:\/\/ecommplugins-trustboxsettings.trustpilot.com\/organic-olivia.myshopify.com.js?settings=1708724685429\u0026shop=organic-olivia.myshopify.com","https:\/\/cdn.nfcube.com\/instafeed-5bc0fe6c9ae5a3bc3f589b70dd821bb3.js?shop=organic-olivia.myshopify.com","https:\/\/app.electricsms.com\/cart-widget\/widget.min.js?shop=organic-olivia.myshopify.com","https:\/\/container.pepperjam.com\/2081549802.js?shop=organic-olivia.myshopify.com","https:\/\/container.pepperjam.com\/2081549802.js?shop=organic-olivia.myshopify.com","https:\/\/wiser.expertvillagemedia.com\/assets\/js\/wiser_script.js?shop=organic-olivia.myshopify.com","https:\/\/str.rise-ai.com\/?shop=organic-olivia.myshopify.com","https:\/\/strn.rise-ai.com\/?shop=organic-olivia.myshopify.com","https:\/\/cdn.richpanel.com\/js\/richpanel_shopify_script.js?appClientId=organicolivia4991\u0026tenantId=organicolivia499\u0026shop=organic-olivia.myshopify.com\u0026shop=organic-olivia.myshopify.com","https:\/\/sdk.postscript.io\/sdk-script-loader.bundle.js?shopId=25453\u0026shop=organic-olivia.myshopify.com","https:\/\/app.signpanda.me\/scripttag\/script_tag?shop=organic-olivia.myshopify.com"];
  124.    for (var i = 0; i < urls.length; i++) {
  125.      var s = document.createElement('script');
  126.      s.type = 'text/javascript';
  127.      s.async = true;
  128.      s.src = urls[i];
  129.      var x = document.getElementsByTagName('script')[0];
  130.      x.parentNode.insertBefore(s, x);
  131.    }
  132.  };
  133.  if(window.attachEvent) {
  134.    window.attachEvent('onload', asyncLoad);
  135.  } else {
  136.    window.addEventListener('load', asyncLoad, false);
  137.  }
  138. })();</script>
  139. <script id="__st">var __st={"a":52016414892,"offset":-14400,"reqid":"e3c5a349-8f6b-4607-b0c4-2512211bcc93-1756894767","pageurl":"www.organicolivia.com\/","u":"6754c211fa2d","p":"home"};</script>
  140. <script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
  141. <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
  142. <script integrity="sha256-52AcMU7V7pcBOXWImdc/TAGTFKeNjmkeM1Pvks/DTgc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//www.organicolivia.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-81c60534.js" crossorigin="anonymous"></script>
  143. <script crossorigin="anonymous" defer="defer" src="//www.organicolivia.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-65b4c6d7.js?v=20250812"></script>
  144. <script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://www.organicolivia.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
  145. </script>
  146. <script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  147.  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
  148. </script>
  149. <script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
  150. </script>
  151. <link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://www.organicolivia.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
  152. <style id="shopify-accelerated-checkout-cart">
  153.        #shopify-buyer-consent {
  154.  margin-top: 1em;
  155.  display: inline-block;
  156.  width: 100%;
  157. }
  158.  
  159. #shopify-buyer-consent.hidden {
  160.  display: none;
  161. }
  162.  
  163. #shopify-subscription-policy-button {
  164.  background: none;
  165.  border: none;
  166.  padding: 0;
  167.  text-decoration: underline;
  168.  font-size: inherit;
  169.  cursor: pointer;
  170. }
  171.  
  172. #shopify-subscription-policy-button::before {
  173.  box-shadow: none;
  174. }
  175.  
  176.      </style>
  177. <link rel="stylesheet" media="screen" href="//www.organicolivia.com/cdn/shop/t/433/compiled_assets/styles.css?61061">
  178. <script id="sections-script" data-sections="header" defer="defer" src="//www.organicolivia.com/cdn/shop/t/433/compiled_assets/scripts.js?61061"></script>
  179. <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>
  180.  
  181. <style data-shopify>@font-face {
  182.  font-family: "DIN Neuzeit Grotesk";
  183.  font-weight: 300;
  184.  font-style: normal;
  185.  font-display: swap;
  186.  src: url("//www.organicolivia.com/cdn/fonts/din_neuzeit_grotesk/dinneuzeitgrotesk_n3.649481124b810779e65e7f8402af2a94264a865f.woff2?h1=b3JnYW5pY29saXZpYS5jb20&h2=b3JnYW5pYy1vbGl2aWEuYWNjb3VudC5teXNob3BpZnkuY29t&h3=YWNjb3VudC5vcmdhbmljb2xpdmlhLmNvbQ&hmac=2264c64fe855a3d32111fc916010f6264b71383647f0db71c1923fd13162100f") format("woff2"),
  187.       url("//www.organicolivia.com/cdn/fonts/din_neuzeit_grotesk/dinneuzeitgrotesk_n3.06a80d14143c5329d5e90f014d940676e41d0cf2.woff?h1=b3JnYW5pY29saXZpYS5jb20&h2=b3JnYW5pYy1vbGl2aWEuYWNjb3VudC5teXNob3BpZnkuY29t&h3=YWNjb3VudC5vcmdhbmljb2xpdmlhLmNvbQ&hmac=ba5f6759f2a97a378068e8e923aafa046fb664c1536f71a666010f1741511fef") format("woff");
  188. }
  189.  
  190.  
  191.  
  192.  
  193.  @font-face {
  194.  font-family: "DIN Neuzeit Grotesk";
  195.  font-weight: 300;
  196.  font-style: normal;
  197.  font-display: swap;
  198.  src: url("//www.organicolivia.com/cdn/fonts/din_neuzeit_grotesk/dinneuzeitgrotesk_n3.649481124b810779e65e7f8402af2a94264a865f.woff2?h1=b3JnYW5pY29saXZpYS5jb20&h2=b3JnYW5pYy1vbGl2aWEuYWNjb3VudC5teXNob3BpZnkuY29t&h3=YWNjb3VudC5vcmdhbmljb2xpdmlhLmNvbQ&hmac=2264c64fe855a3d32111fc916010f6264b71383647f0db71c1923fd13162100f") format("woff2"),
  199.       url("//www.organicolivia.com/cdn/fonts/din_neuzeit_grotesk/dinneuzeitgrotesk_n3.06a80d14143c5329d5e90f014d940676e41d0cf2.woff?h1=b3JnYW5pY29saXZpYS5jb20&h2=b3JnYW5pYy1vbGl2aWEuYWNjb3VudC5teXNob3BpZnkuY29t&h3=YWNjb3VudC5vcmdhbmljb2xpdmlhLmNvbQ&hmac=ba5f6759f2a97a378068e8e923aafa046fb664c1536f71a666010f1741511fef") format("woff");
  200. }
  201.  
  202.  
  203.  
  204.  :root {
  205.    --font-body-family: "DIN Neuzeit Grotesk", sans-serif;
  206.    --font-body-style: normal;
  207.    --font-body-weight: 300;
  208.  
  209.    --font-heading-family: "DIN Neuzeit Grotesk", sans-serif;
  210.    --font-heading-style: normal;
  211.    --font-heading-weight: 300;
  212.  
  213.    --font-body-scale: 1.0;
  214.    --font-heading-scale: 1.0;
  215.  
  216.    --font-navigation-family: var(--font-heading-family);
  217.    --font-navigation-size: 11px;
  218.    --font-navigation-weight: var(--font-heading-weight);
  219.    --font-button-family: var(--font-body-family);
  220.    --font-button-size: 18px;
  221.    --font-button-baseline: 0rem;
  222.    --font-price-family: var(--font-heading-family);
  223.    --font-price-scale: var(--font-heading-scale);
  224.  
  225.    --color-base-text: 33, 35, 38;
  226.    --color-base-background: 255, 255, 255;
  227.    --color-base-solid-button-labels: 33, 35, 38;
  228.    --color-secondary-solid-button-labels: 255, 255, 255;    
  229.    --color-base-outline-button-labels: 26, 27, 24;
  230.    --color-base-accent: 100, 105, 12;
  231.    --color-secondary-accent: 100, 105, 12;    
  232.    --color-base-heading: 26, 27, 24;
  233.    --color-base-border: 210, 213, 217;
  234.    --color-placeholder: 243, 243, 243;
  235.    --color-overlay: 33, 35, 38;
  236.    --color-keyboard-focus: 135, 173, 245;
  237.    --color-shadow: 168, 232, 226;
  238.    --shadow-opacity: 1;
  239.  
  240.    --color-background-dark: 235, 235, 235;
  241.    --color-price: #1a1b18;
  242.    --color-sale-price: #d72c0d;
  243.    --color-sale-badge-background: #d72c0d;
  244.    --color-reviews: #ffb503;
  245.    --color-critical: #d72c0d;
  246.    --color-success: #008060;
  247.    --color-highlight: 100, 105, 12;
  248.  
  249.    --payment-terms-background-color: #ffffff;
  250.    --page-width: 130rem;
  251.    --page-width-margin: 0rem;
  252.  
  253.    --card-color-scheme: var(--color-placeholder);
  254.    --card-text-alignment: start;
  255.    --card-flex-alignment: flex-start;
  256.    --card-image-padding: 0px;
  257.    --card-border-width: 0px;
  258.    --card-radius: 0px;
  259.    --card-shadow-horizontal-offset: 0px;
  260.    --card-shadow-vertical-offset: 0px;
  261.    
  262.    --button-radius: 4px;
  263.    --button-border-width: 1px;
  264.    --button-shadow-horizontal-offset: 0px;
  265.    --button-shadow-vertical-offset: 0px;
  266.  
  267.    --spacing-sections-desktop: 0px;
  268.    --spacing-sections-mobile: 0px;
  269.  
  270.    --gradient-free-ship-progress: linear-gradient(325deg,#F9423A 0,#F1E04D 100%);
  271.    --gradient-free-ship-complete: linear-gradient(325deg, #049cff 0, #35ee7a 100%);
  272.  }
  273.  
  274.  *,
  275.  *::before,
  276.  *::after {
  277.    box-sizing: inherit;
  278.  }
  279.  
  280.  html {
  281.    box-sizing: border-box;
  282.    font-size: calc(var(--font-body-scale) * 62.5%);
  283.    height: 100%;
  284.  }
  285.  
  286.  body {
  287.    min-height: 100%;
  288.    margin: 0;
  289.    font-size: 1.5rem;
  290.    letter-spacing: 0.06rem;
  291.    line-height: calc(1 + 0.8 / var(--font-body-scale));
  292.    font-family: var(--font-body-family);
  293.    font-style: var(--font-body-style);
  294.    font-weight: var(--font-body-weight);
  295.  }
  296.  
  297.  @media screen and (min-width: 750px) {
  298.    body {
  299.      font-size: 1.6rem;
  300.    }
  301.  }</style><svg viewBox="0 0 122 53" fill="none" style="display:none;"><defs><path id="hlCircle" d="M119.429 6.64904C100.715 1.62868 55.3088 -4.62247 23.3966 10.5358C-8.5157 25.694 0.331084 39.5052 9.60732 45.0305C18.8835 50.5558 53.0434 57.468 96.7751 45.0305C111.541 40.8309 135.673 24.379 109.087 13.4508C105.147 11.8313 93.2293 8.5924 77.0761 8.5924" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></defs></svg><link href="//www.organicolivia.com/cdn/shop/t/433/assets/custom.css?v=111293610300315835801756845908" rel="stylesheet" type="text/css" media="all" /><link href="//www.organicolivia.com/cdn/shop/t/433/assets/base.css?v=80878684928922898581752783500" rel="stylesheet" type="text/css" media="all" /><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" /><link rel="preload" as="font" href="//www.organicolivia.com/cdn/fonts/din_neuzeit_grotesk/dinneuzeitgrotesk_n3.649481124b810779e65e7f8402af2a94264a865f.woff2?h1=b3JnYW5pY29saXZpYS5jb20&h2=b3JnYW5pYy1vbGl2aWEuYWNjb3VudC5teXNob3BpZnkuY29t&h3=YWNjb3VudC5vcmdhbmljb2xpdmlhLmNvbQ&hmac=2264c64fe855a3d32111fc916010f6264b71383647f0db71c1923fd13162100f" type="font/woff2" crossorigin><link rel="preload" as="font" href="//www.organicolivia.com/cdn/fonts/din_neuzeit_grotesk/dinneuzeitgrotesk_n3.649481124b810779e65e7f8402af2a94264a865f.woff2?h1=b3JnYW5pY29saXZpYS5jb20&h2=b3JnYW5pYy1vbGl2aWEuYWNjb3VudC5teXNob3BpZnkuY29t&h3=YWNjb3VudC5vcmdhbmljb2xpdmlhLmNvbQ&hmac=2264c64fe855a3d32111fc916010f6264b71383647f0db71c1923fd13162100f" type="font/woff2" crossorigin><link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-predictive-search.css?v=171241558667998333131752783516" media="print" onload="this.media='all'"><script>
  302.    document.documentElement.classList.replace('no-js', 'js');
  303.  
  304.    window.theme = window.theme || {};
  305.  
  306.    theme.routes = {
  307.      root_url: '/',
  308.      cart_url: '/cart',
  309.      cart_add_url: '/cart/add',
  310.      cart_change_url: '/cart/change',
  311.      cart_update_url: '/cart/update',
  312.      search_url: '/search',
  313.      predictive_search_url: '/search/suggest'
  314.    };
  315.  
  316.    theme.cartStrings = {
  317.      error: `There was an error while updating your cart. Please try again.`,
  318.      quantityError: `You can only add [quantity] of this item to your cart.`
  319.    };
  320.  
  321.    theme.variantStrings = {
  322.      addToCart: `Add to cart`,
  323.      soldOut: `Out of Stock`,
  324.      unavailable: `Unavailable`,
  325.      preOrder: `Pre-order`
  326.    };
  327.  
  328.    theme.accessibilityStrings = {
  329.      imageAvailable: `Image [index] is now available in gallery view`,
  330.      shareSuccess: `Link copied to clipboard!`
  331.    }
  332.  
  333.    theme.dateStrings = {
  334.      d: `D`,
  335.      day: `Day`,
  336.      days: `Days`,
  337.      hour: `Hour`,
  338.      hours: `Hours`,
  339.      minute: `Min`,
  340.      minutes: `Mins`,
  341.      second: `Sec`,
  342.      seconds: `Secs`
  343.    };theme.shopSettings = {
  344.      moneyFormat: "${{amount}}",
  345.      isoCode: "USD",
  346.      cartDrawer: true,
  347.      currencyCode: false
  348.    };
  349.  
  350.    theme.settings = {
  351.      themeName: 'Be Yours',
  352.      themeVersion: '7.1.1',
  353.      agencyId: ''
  354.    };
  355.  </script>
  356.  <!-- Hotjar Tracking Code for https://www.organicolivia.com/ -->
  357. <script>
  358.    (function(h,o,t,j,a,r){
  359.        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
  360.        h._hjSettings={hjid:3411039,hjsv:6};
  361.        a=o.getElementsByTagName('head')[0];
  362.        r=o.createElement('script');r.async=1;
  363.        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
  364.        a.appendChild(r);
  365.    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
  366. </script>
  367.  <!-- BEGIN app block: shopify://apps/uppromote-affiliate/blocks/message-bar/64c32457-930d-4cb9-9641-e24c0d9cf1f4 --><script type="application/json" id="uppromote-message-bar-setting" class="metafield-json">{"referral_enable":0,"referral_content":"You're shopping with {affiliate_name}!","referral_font":"Poppins","referral_font_size":14,"referral_text_color":"#ffffff","referral_background_color":"#338FB1","not_referral_enable":0,"not_referral_content":"Enjoy your time.","not_referral_font":"Poppins","not_referral_font_size":14,"not_referral_text_color":"#ffffff","not_referral_background_color":"#338FB1"}</script>
  368.  
  369. <style>
  370.    body {
  371.        transition: padding-top .2s;
  372.    }
  373.    .scaaf-message-bar {
  374.        --primary-text-color: #ffffff;
  375.        --secondary-text-color: #ffffff;
  376.        --primary-bg-color: #338FB1;
  377.        --secondary-bg-color: #338FB1;
  378.        --primary-text-size: 14px;
  379.        --secondary-text-size: 14px;
  380.        text-align: center;
  381.        display: block;
  382.        width: 100%;
  383.        padding: 10px;
  384.        animation-duration: .5s;
  385.        animation-name: fadeIn;
  386.        position: absolute;
  387.        top: 0;
  388.        left: 0;
  389.        width: 100%;
  390.        z-index: 10;
  391.    }
  392.  
  393.    .scaaf-message-bar-content {
  394.        margin: 0;
  395.        padding: 0;
  396.    }
  397.  
  398.    .scaaf-message-bar[data-layout=referring] {
  399.        background-color: var(--primary-bg-color);
  400.        color: var(--primary-text-color);
  401.        font-size: var(--primary-text-size);
  402.    }
  403.  
  404.    .scaaf-message-bar[data-layout=direct] {
  405.        background-color: var(--secondary-bg-color);
  406.        color: var(--secondary-text-color);
  407.        font-size: var(--secondary-text-size);
  408.    }
  409.  
  410. </style>
  411.  
  412. <script type="text/javascript">
  413.    (function() {
  414.        let container, contentContainer
  415.        const settingTag = document.querySelector('script#uppromote-message-bar-setting')
  416.        const isReferralLink = window.location.search.includes('sca_ref')
  417.  
  418.        if (!settingTag || !settingTag.textContent) {
  419.            return
  420.        }
  421.  
  422.        const setting = JSON.parse(settingTag.textContent)
  423.        if (!setting.referral_enable) {
  424.            return
  425.        }
  426.  
  427.        const getCookie = (cName) => {
  428.            let name = cName + '='
  429.            let decodedCookie = decodeURIComponent(document.cookie)
  430.            let ca = decodedCookie.split(';')
  431.            for (let i = 0; i < ca.length; i++) {
  432.                let c = ca[i]
  433.                while (c.charAt(0) === ' ') {
  434.                    c = c.substring(1)
  435.                }
  436.                if (c.indexOf(name) === 0) {
  437.                    return c.substring(name.length, c.length)
  438.                }
  439.            }
  440.  
  441.            return null
  442.        }
  443.  
  444.        function renderContainer() {
  445.            container = document.createElement('div')
  446.            container.classList.add('scaaf-message-bar')
  447.            contentContainer = document.createElement('p')
  448.            contentContainer.classList.add('scaaf-message-bar-content')
  449.            container.append(contentContainer)
  450.        }
  451.  
  452.        function calculateLayout() {
  453.            const height = container.scrollHeight
  454.  
  455.            function onMouseMove() {
  456.                document.body.style.paddingTop = `${height}px`
  457.                document.body.removeEventListener('mousemove', onMouseMove)
  458.                document.body.removeEventListener('touchstart', onMouseMove)
  459.            }
  460.  
  461.            document.body.addEventListener('mousemove', onMouseMove)
  462.            document.body.addEventListener('touchstart', onMouseMove)
  463.        }
  464.  
  465.        renderContainer()
  466.  
  467.        function fillDirectContent() {
  468.            if (!setting.not_referral_enable) {
  469.                return
  470.            }
  471.            container.dataset.layout = 'direct'
  472.            contentContainer.textContent = setting.not_referral_content
  473.            document.body.prepend(container)
  474.            calculateLayout()
  475.        }
  476.  
  477.        function prepareForReferring() {
  478.            contentContainer.textContent = 'Loading'
  479.            contentContainer.style.visibility = 'hidden'
  480.            document.body.prepend(container)
  481.            calculateLayout()
  482.        }
  483.  
  484.        function fillReferringContent(aff) {
  485.            container.dataset.layout = 'referring'
  486.            contentContainer.textContent = setting.referral_content
  487.                .replaceAll('{affiliate_name}', aff.name)
  488.                .replaceAll('{company}', aff.company)
  489.                .replaceAll('{affiliate_firstname}', aff.first_name)
  490.                .replaceAll('{personal_detail}', aff.personal_detail)
  491.            contentContainer.style.visibility = 'visible'
  492.        }
  493.  
  494.        function paintMessageBar() {
  495.            if (document.body) {
  496.                // Is not referral link and previous tracking affiliate not found
  497.                if (!isReferralLink && !getCookie('scaaf_aid')) {
  498.                    fillDirectContent()
  499.                    return
  500.                }
  501.  
  502.                prepareForReferring()
  503.                const timer = setInterval(() => {
  504.                    if (getCookie('scaaf_aid') && localStorage.getItem('scaaf_received') === 'true') {
  505.                        clearInterval(timer)
  506.                        fillReferringContent({
  507.                            name: getCookie('scaaf_afn') || '',
  508.                            first_name: getCookie('scaaf_affn') || '',
  509.                            company: getCookie('scaaf_afc') || '',
  510.                            personal_detail: getCookie('scaaf_pd') || ''
  511.                        })
  512.                    }
  513.                }, 100)
  514.  
  515.                setTimeout(() => {
  516.                    clearInterval(timer)
  517.                    if (!getCookie('scaaf_aid')) {
  518.                        container.remove()
  519.                    }
  520.                }, 10e3)
  521.  
  522.                return
  523.            }
  524.            requestAnimationFrame(paintMessageBar)
  525.        }
  526.  
  527.        requestAnimationFrame(paintMessageBar)
  528.    })()
  529. </script>
  530.  
  531.  
  532. <!-- END app block --><!-- BEGIN app block: shopify://apps/uppromote-affiliate/blocks/core-script/64c32457-930d-4cb9-9641-e24c0d9cf1f4 --><!-- BEGIN app snippet: core-metafields-setting --><!--suppress ES6ConvertVarToLetConst -->
  533. <script type="application/json" id="core-uppromote-settings">{"active_reg_from":false,"app_env":{"env":"production"},"message_bar_setting":{"referral_enable":0,"referral_content":"You're shopping with {affiliate_name}!","referral_font":"Poppins","referral_font_size":14,"referral_text_color":"#ffffff","referral_background_color":"#338FB1","not_referral_enable":0,"not_referral_content":"Enjoy your time.","not_referral_font":"Poppins","not_referral_font_size":14,"not_referral_text_color":"#ffffff","not_referral_background_color":"#338FB1"}}</script>
  534. <script id="core-uppromote-setting-booster">
  535.    var UpPromoteCoreSettings = JSON.parse(document.getElementById('core-uppromote-settings').textContent)
  536.    document.getElementById('core-uppromote-settings').remove()
  537.    document.getElementById('core-uppromote-setting-booster').remove()
  538. </script>
  539. <!-- END app snippet -->
  540.  
  541.  
  542. <!-- END app block --><!-- BEGIN app block: shopify://apps/uppromote-affiliate/blocks/customer-referral/64c32457-930d-4cb9-9641-e24c0d9cf1f4 --><link rel="preload" href="https://cdn.shopify.com/extensions/3d483176-c8f3-4cb7-be16-2e3579941455/uppromote-affiliate-81/assets/customer-referral.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
  543. <script>
  544.  document.addEventListener("DOMContentLoaded", function () {
  545.    const params = new URLSearchParams(window.location.search);
  546.    if (params.has('sca_ref') || params.has('sca_crp')) {
  547.      document.body.setAttribute('is-affiliate-link', '');
  548.    }
  549.  });
  550. </script>
  551.  
  552.  
  553. <!-- END app block --><!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 -->
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  <script async src="https://static.klaviyo.com/onsite/js/RNJNKw/klaviyo.js?company_id=RNJNKw"></script>
  567.  <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script>
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  <script>
  575.    window.klaviyoReviewsProductDesignMode = false
  576.  </script>
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584. <!-- END app block --><!-- BEGIN app block: shopify://apps/eg-auto-add-to-cart/blocks/app-embed/0f7d4f74-1e89-4820-aec4-6564d7e535d2 -->
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.    <script async type="text/javascript" src="https://cdn.506.io/eg/script.js?shop=organic-olivia.myshopify.com"></script>
  597.  
  598.  
  599.  
  600.  <meta id="easygift-shop" itemid="c2hvcF8kXzE3NTY4OTQ3Njg=" content='null'>
  601.  
  602.  
  603. <script defer>
  604.  (async function() {
  605.    try {
  606.  
  607.      const blockVersion = "v3"
  608.      if (blockVersion != "v3") {
  609.        return
  610.      }
  611.  
  612.      let metaErrorFlag = false;
  613.      if (metaErrorFlag) {
  614.        return
  615.      }
  616.  
  617.      // Parse metafields as JSON
  618.      const metafields = {};
  619.  
  620.      // Process metafields in JavaScript
  621.      let savedRulesArray = [];
  622.      for (const [key, value] of Object.entries(metafields)) {
  623.        if (value) {
  624.          for (const prop in value) {
  625.            // avoiding Object.Keys for performance gain -- no need to make an array of keys.
  626.            savedRulesArray.push(value);
  627.            break;
  628.          }
  629.        }
  630.      }
  631.  
  632.      const metaTag = document.createElement('meta');
  633.      metaTag.id = 'easygift-rules';
  634.      metaTag.content = JSON.stringify(savedRulesArray);
  635.      metaTag.setAttribute('itemid', 'cnVsZXNfJF8xNzU2ODk0NzY4');
  636.  
  637.      document.head.appendChild(metaTag);
  638.      } catch (err) {
  639.        
  640.      }
  641.  })();
  642. </script>
  643.  
  644.  
  645.  <script type="text/javascript" defer>
  646.  
  647.    (function () {
  648.      try {
  649.        window.EG_INFO = window.EG_INFO || {};
  650.        var shopInfo = null;
  651.        var productRedirectionEnabled = shopInfo.settings.scriptSettings.productPageRedirection.enabled;
  652.        if (["Unlimited", "Enterprise"].includes(shopInfo.subscriptionName) && productRedirectionEnabled) {
  653.          console.log("EG App Embed: Product page redirection is enabled");
  654.          var products = shopInfo.settings.scriptSettings.productPageRedirection.products;
  655.          if (products.length > 0) {
  656.            var productIds = products.map(function(prod) {
  657.              var productGid = prod.id;
  658.              var productIdNumber = parseInt(productGid.split('/').pop());
  659.              return productIdNumber;
  660.            });
  661.            var productInfo = null;
  662.            var isProductInList = productIds.includes(productInfo.id);
  663.            if (isProductInList) {
  664.              console.log("EG App Embed: Current product is found in productRedirection products");
  665.              var redirectionURL = shopInfo.settings.scriptSettings.productPageRedirection.redirectionURL;
  666.              if (redirectionURL) {
  667.                console.log("EG App Embed: Redirected to ", redirectionURL);
  668.                window.location = redirectionURL;
  669.              }
  670.            }
  671.          }
  672.        }
  673.  
  674.        
  675.      } catch(err) {
  676.      return
  677.    }})()
  678.  </script>
  679.  
  680.  
  681. <!-- END app block --><!-- BEGIN app block: shopify://apps/wiser-upsell-cross-sell/blocks/wiser-block/3f966edc-9a4a-465c-a4df-436d2a39160d --><!-- BEGIN app snippet: wiserMnyFrmt --><script>
  682.  var ShopifyWsObj = {};
  683.  ShopifyWsObj.wsMnyFrmt = '${{amount}}';
  684.  ShopifyWsObj.wsGetMnyFrmt = function (wsCents, wsfrmt) {
  685.    if (typeof wsCents == 'string') {
  686.      wsCents = wsCents.replace('.', '');
  687.    }
  688.    var wsValue = '';
  689.    var wsPlcHldrRgx = /\{\{\s*(\w+)\s*\}\}/;
  690.    var wsFrmtString = wsfrmt || this.wsMnyFrmt;
  691.    function defaultOption(wsOpt, wsDef) {
  692.      return typeof wsOpt == 'undefined' ? wsDef : wsOpt;
  693.    }
  694.    function formatWithDelimiters(wsNumber, wsPrecision, wsThousands, wsDecimal) {
  695.      wsPrecision = defaultOption(wsPrecision, 2);
  696.      wsThousands = defaultOption(wsThousands, ',');
  697.      wsDecimal = defaultOption(wsDecimal, '.');
  698.      if (isNaN(wsNumber) || wsNumber == null) {
  699.        return 0;
  700.      }
  701.      wsNumber = (wsNumber / 100.0).toFixed(wsPrecision);
  702.      var wsParts = wsNumber.split('.'),
  703.        wsDollars = wsParts[0].replace(/(\d)(?=(\d\d\d)+(?!\d))/g, '$1' + wsThousands),
  704.        wsCents = wsParts[1] ? wsDecimal + wsParts[1] : '';
  705.      return wsDollars + wsCents;
  706.    }
  707.    switch (wsFrmtString.match(wsPlcHldrRgx)[1]) {
  708.      case 'amount':
  709.        wsValue = formatWithDelimiters(wsCents, 2);
  710.        break;
  711.      case 'amount_no_decimals':
  712.        wsValue = formatWithDelimiters(wsCents, 0);
  713.        break;
  714.      case 'amount_with_comma_separator':
  715.        wsValue = formatWithDelimiters(wsCents, 2, '.', ',');
  716.        break;
  717.      case 'amount_no_decimals_with_comma_separator':
  718.        wsValue = formatWithDelimiters(wsCents, 0, '.', ',');
  719.        break;
  720.    }
  721.    return wsFrmtString.replace(wsPlcHldrRgx, wsValue);
  722.  };
  723. </script><!-- END app snippet -->
  724. <!-- BEGIN app snippet: wiser -->
  725.  
  726.  
  727.  <script>
  728.    var wiser_view_products = "17";
  729.    var current_productid = '';
  730.    var  ws_shop_id = "52016414892";
  731.   // var wsShopCountryIsoCode = (ws_shop_id == 4536991778) ? "" : "US";
  732.    var wsShopLocale = "en";
  733.    var wsRelBrseCache = 'wi_related_browse';
  734.    var wsRcntCache = 'wi_recent_products';
  735.    var wsCustBrseCache = 'wis_customer_browsed';
  736.    var wsFileNm = 'wiser_recom';
  737.    
  738.    function wsIncludeWiserRecom(wsScriptUrl, $wsChkJquery) {
  739.      let $wsScriptTag = document.createElement('script');
  740.      $wsScriptTag.src = wsScriptUrl;
  741.      if ($wsChkJquery == 1) { $wsScriptTag.setAttribute('defer', true); }
  742.      if ($wsChkJquery != 1) {
  743.        $wsScriptTag.setAttribute('async', true);
  744.        $wsScriptTag.setAttribute('evm-ws-shop-id', '52016414892');
  745.        $wsScriptTag.setAttribute('ws-recom-embed', 'true');
  746.        $wsScriptTag.setAttribute('ws-data-evmpopup', '');
  747.        $wsScriptTag.setAttribute('data-maincollection-id', '');
  748.        $wsScriptTag.setAttribute('data-productid', '');
  749.        $wsScriptTag.setAttribute('data-page', 'index');
  750.        $wsScriptTag.setAttribute('ws-blog-tags', '');
  751.        $wsScriptTag.setAttribute('ws-data-evmemail', '');
  752.        $wsScriptTag.setAttribute('data-phandle', "");
  753.        $wsScriptTag.setAttribute('data-shop-id', 'organic-olivia.myshopify.com');
  754.        $wsScriptTag.type = 'text/javascript';
  755.      }
  756.      document.getElementsByTagName('head').item(0).appendChild($wsScriptTag);
  757.    }
  758.    var $wsChkWsRecomScript = document.querySelector('script[evm-ws-shop-id]');
  759.    // Select all script tags and check for the desired script
  760.    const isWiserRecomFound = Array.from(document.scripts).some(script => {
  761.      const wsScriptSrc = script.src; // Directly access the 'src' property
  762.      return wsScriptSrc && wsScriptSrc.includes('wiser_recom.js');
  763.    });
  764.    if (!isWiserRecomFound) {
  765.    // if ($wsChkWsRecomScript == null) {
  766.       wsIncludeWiserRecom("https://cdn.shopify.com/extensions/cec6dc0a-1e69-484b-84bf-12debd79851e/wiser-upsell-cross-sell-1112/assets/ws_jquery_js_2.2.4.js?version=0903061928", 1);
  767.      
  768.      wsIncludeWiserRecom(`https://wiser.expertvillagemedia.com/assets/js/${wsFileNm}.js?version=0903061928`, 0);
  769.      var evmcustomerId = '' ? '' : '';
  770.      window.evmWSSettings = {
  771.        collections: [``],
  772.        collectionhandles:``.split(`,`),
  773.        product_id:``,
  774.        product_handle:``,
  775.        product_type: ``,
  776.        product_vendor: ``,
  777.        ws_dnmc_email_status:``,
  778.        tags: ``.split(`,`),
  779.        pagehandle:``,
  780.        pagetitle:``,
  781.        pageName:`index`,
  782.        pageType:`index`,
  783.        currency: `USD`,
  784.        domain: `www.organicolivia.com`,
  785.        customerId: ``,
  786.        customerEmail:``,
  787.        moneyFormat: "${{amount}}",
  788.        moneyFormatWithCurrency: "${{amount}} USD",
  789.      }
  790.      
  791.    } else if ($wsChkWsRecomScript != null) {
  792.      $wsChkWsRecomScript.setAttribute('ws-data-evmpopup', '');
  793.      $wsChkWsRecomScript.setAttribute('ws-data-evmemail', '');
  794.    }
  795.    // Load ws_webpixel.js dynamically
  796.    (function() {
  797.      var script = document.createElement('script');
  798.      script.src = "https://cdn.shopify.com/extensions/cec6dc0a-1e69-484b-84bf-12debd79851e/wiser-upsell-cross-sell-1112/assets/ws_webpixel.js";
  799.      script.defer = true;
  800.      document.head.appendChild(script);
  801.    })();
  802. </script>
  803.  
  804. <!-- END app snippet -->
  805. <!-- END app block --><script src="https://cdn.shopify.com/extensions/3d483176-c8f3-4cb7-be16-2e3579941455/uppromote-affiliate-81/assets/core.min.js" type="text/javascript" defer="defer"></script>
  806. <script src="https://cdn.shopify.com/extensions/3d483176-c8f3-4cb7-be16-2e3579941455/uppromote-affiliate-81/assets/customer-referral.js" type="text/javascript" defer="defer"></script>
  807. <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
  808. <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";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: 52016414892,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,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>
  809. <script id="web-pixels-manager-setup">(function e(e,d,r,n,o){if(void 0===o&&(o={}),!Boolean(null===(a=null===(i=window.Shopify)||void 0===i?void 0:i.analytics)||void 0===a?void 0:a.replayQueue)){var i,a;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),u="modern"===l?"modern":"legacy",c=(null!=n?n:{modern:"",legacy:""})[u],f=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:d,hashVersion:r,buildTarget:u}),m=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:r,bundleTarget:l,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{o.browserTarget=l,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:f,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach((function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)})),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return m.emit({status:"failed",errorMsg:"".concat(f," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(c)?c:"",scriptDataAttributes:o}),m.emit({status:"loading"})}catch(e){m.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 52016414892,storefrontBaseUrl: "https://www.organicolivia.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["ac843a20"],webPixelsConfigList: [{"id":"1108476076","configuration":"{\"shopId\":\"organic-olivia.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"c450aafa71fd8ebee479d56f323c88c7","type":"APP","apiClientId":4845829,"privacyPurposes":["ANALYTICS"]},{"id":"897450156","configuration":"{\"accountID\":\"veeper-app-id\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"121cab5ce56506497ec19f7a1e89f56e","type":"APP","apiClientId":5163463,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"874315948","configuration":"{\"myshopifyDomain\":\"organic-olivia.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"23b97d18e2aa74363140dc29c9284e87","type":"APP","apiClientId":2775569,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"657719468","configuration":"{\"shopId\":\"25453\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"df3eab2acfae0f9736d5f0beef4f0e12","type":"APP","apiClientId":2328352,"privacyPurposes":[]},{"id":"607912108","configuration":"{\"shopId\":\"182004\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"99c9d1f592b98f42937a5209524ff5b2","type":"APP","apiClientId":2773553,"privacyPurposes":[]},{"id":"590348460","configuration":"{\"tenantId\":\"8a593c6a-769c-494a-a530-2e852c0acd37\", \"shop\":\"organic-olivia.myshopify.com\", \"datasourceId\":\"7a751c60-1cad-4ef5-8d5e-60eea62068f9\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"b06aa3e66a29df9d0d1e56e330e7a9d8","type":"APP","apiClientId":4294333,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"514719916","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"GT-NMJ5QSMT\\\"],\\\"target_country\\\":\\\"US\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":\\\"MC-MF998H7L4R\\\"},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":\\\"MC-MF998H7L4R\\\"},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":\\\"MC-MF998H7L4R\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"b2a88bafab3e21179ed38636efcd8a93","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"393904300","configuration":"{ \"alias\": \"ORGANIC_OLIVIA\", \"apiKey\": \"ux4ung2maf2gh5lxklpkp.fc64n2iubntb63ae5o2db\" }","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"aef368ccfe1cd200933b5ca462d6c113","type":"APP","apiClientId":6779637,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"389087404","configuration":"{\"pixelCode\":\"CK526OBC77UBVFV05MI0\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"22e92c2ad45662f435e4801458fb78cc","type":"APP","apiClientId":4383523,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"179503276","configuration":"{\"pixel_id\":\"635525700396655\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"6d8c3ef0426b37b2a9b717daeb719f58","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"105349292","configuration":"{\"octaneDomain\":\"https:\\\/\\\/app.octaneai.com\",\"botID\":\"mlqg7m8kukoejk90\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"f92ca4a76c55b3f762ad9c59eb7456bb","type":"APP","apiClientId":2012438,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"29720748","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"13","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Google Tag Manager"},{"id":"40370348","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Ascend"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Organic Olivia ","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"organic-olivia.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/www.organicolivia.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},"https://www.organicolivia.com/cdn","295d1af5w25c8f3dapfac4726bm0f666113",{"modern":"","legacy":""},{"shopId":"52016414892","storefrontBaseUrl":"https:\/\/www.organicolivia.com","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"ac843a20\"]","isMerchantRequest":"false","hashVersion":"295d1af5w25c8f3dapfac4726bm0f666113","publish":"custom","events":"[[\"page_viewed\",{}]]"});</script><script>
  810.  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  811.  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  812.  window.ShopifyAnalytics.meta.currency = 'USD';
  813.  var meta = {"page":{"pageType":"home"}};
  814.  for (var attr in meta) {
  815.    window.ShopifyAnalytics.meta[attr] = meta[attr];
  816.  }
  817. </script>
  818. <script class="analytics">
  819.  (function () {
  820.    var customDocumentWrite = function(content) {
  821.      var jquery = null;
  822.  
  823.      if (window.jQuery) {
  824.        jquery = window.jQuery;
  825.      } else if (window.Checkout && window.Checkout.$) {
  826.        jquery = window.Checkout.$;
  827.      }
  828.  
  829.      if (jquery) {
  830.        jquery('body').append(content);
  831.      }
  832.    };
  833.  
  834.    var hasLoggedConversion = function(token) {
  835.      if (token) {
  836.        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
  837.      }
  838.      return false;
  839.    }
  840.  
  841.    var setCookieIfConversion = function(token) {
  842.      if (token) {
  843.        var twoMonthsFromNow = new Date(Date.now());
  844.        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);
  845.  
  846.        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
  847.      }
  848.    }
  849.  
  850.    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
  851.    if (trekkie.integrations) {
  852.      return;
  853.    }
  854.    trekkie.methods = [
  855.      'identify',
  856.      'page',
  857.      'ready',
  858.      'track',
  859.      'trackForm',
  860.      'trackLink'
  861.    ];
  862.    trekkie.factory = function(method) {
  863.      return function() {
  864.        var args = Array.prototype.slice.call(arguments);
  865.        args.unshift(method);
  866.        trekkie.push(args);
  867.        return trekkie;
  868.      };
  869.    };
  870.    for (var i = 0; i < trekkie.methods.length; i++) {
  871.      var key = trekkie.methods[i];
  872.      trekkie[key] = trekkie.factory(key);
  873.    }
  874.    trekkie.load = function(config) {
  875.      trekkie.config = config || {};
  876.      trekkie.config.initialDocumentCookie = document.cookie;
  877.      var first = document.getElementsByTagName('script')[0];
  878.      var script = document.createElement('script');
  879.      script.type = 'text/javascript';
  880.      script.onerror = function(e) {
  881.        var scriptFallback = document.createElement('script');
  882.        scriptFallback.type = 'text/javascript';
  883.        scriptFallback.onerror = function(error) {
  884.                var Monorail = {
  885.      produce: function produce(monorailDomain, schemaId, payload) {
  886.        var currentMs = new Date().getTime();
  887.        var event = {
  888.          schema_id: schemaId,
  889.          payload: payload,
  890.          metadata: {
  891.            event_created_at_ms: currentMs,
  892.            event_sent_at_ms: currentMs
  893.          }
  894.        };
  895.        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
  896.      },
  897.      sendRequest: function sendRequest(endpointUrl, payload) {
  898.        // Try the sendBeacon API
  899.        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
  900.          var blobData = new window.Blob([payload], {
  901.            type: 'text/plain'
  902.          });
  903.  
  904.          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
  905.            return true;
  906.          } // sendBeacon was not successful
  907.  
  908.        } // XHR beacon
  909.  
  910.        var xhr = new XMLHttpRequest();
  911.  
  912.        try {
  913.          xhr.open('POST', endpointUrl);
  914.          xhr.setRequestHeader('Content-Type', 'text/plain');
  915.          xhr.send(payload);
  916.        } catch (e) {
  917.          console.log(e);
  918.        }
  919.  
  920.        return false;
  921.      },
  922.      isIos12: function isIos12() {
  923.        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
  924.      }
  925.    };
  926.    Monorail.produce('monorail-edge.shopifysvc.com',
  927.      'trekkie_storefront_load_errors/1.1',
  928.      {shop_id: 52016414892,
  929.      theme_id: 144188440748,
  930.      app_name: "storefront",
  931.      context_url: window.location.href,
  932.      source_url: "//www.organicolivia.com/cdn/s/trekkie.storefront.5a4f78eb26ea594ba1b5d72f179d68114c7cf8ca.min.js"});
  933.  
  934.        };
  935.        scriptFallback.async = true;
  936.        scriptFallback.src = '//www.organicolivia.com/cdn/s/trekkie.storefront.5a4f78eb26ea594ba1b5d72f179d68114c7cf8ca.min.js';
  937.        first.parentNode.insertBefore(scriptFallback, first);
  938.      };
  939.      script.async = true;
  940.      script.src = '//www.organicolivia.com/cdn/s/trekkie.storefront.5a4f78eb26ea594ba1b5d72f179d68114c7cf8ca.min.js';
  941.      first.parentNode.insertBefore(script, first);
  942.    };
  943.    trekkie.load(
  944.      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":52016414892,"isMerchantRequest":null,"themeId":144188440748,"themeCityHash":"395376779859620728","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
  945.    );
  946.  
  947.    var loaded = false;
  948.    trekkie.ready(function() {
  949.      if (loaded) return;
  950.      loaded = true;
  951.  
  952.      window.ShopifyAnalytics.lib = window.trekkie;
  953.  
  954.      var originalDocumentWrite = document.write;
  955.      document.write = customDocumentWrite;
  956.      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
  957.      document.write = originalDocumentWrite;
  958.  
  959.      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","shopifyEmitted":true});
  960.  
  961.      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
  962.      var token = match? match[1]: undefined;
  963.      if (!hasLoggedConversion(token)) {
  964.        setCookieIfConversion(token);
  965.        
  966.      }
  967.    });
  968.  
  969.  
  970.        var eventsListenerScript = document.createElement('script');
  971.        eventsListenerScript.async = true;
  972.        eventsListenerScript.src = "//www.organicolivia.com/cdn/shopifycloud/storefront/assets/shop_events_listener-8675b082.js";
  973.        document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
  974.  
  975. })();</script>
  976. <script
  977.  defer
  978.  src="https://www.organicolivia.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-2.0.6.min.js"
  979.  data-application="storefront-renderer"
  980.  data-shop-id="52016414892"
  981.  data-render-region="gcp-us-east1"
  982.  data-page-type="index"
  983.  data-theme-instance-id="144188440748"
  984.  data-theme-name="Be Yours"
  985.  data-theme-version="7.1.1"
  986.  data-monorail-region="shop_domain"
  987.  data-resource-timing-sampling-rate="10"
  988.  data-shs="true"
  989.  data-shs-beacon="true"
  990. ></script>
  991. </head>
  992.  
  993.  <body class="template-index " data-animate-image data-lazy-image data-price-superscript data-button-round>
  994.  
  995.    <!-- Google Tag Manager (noscript) -->
  996. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NTQ5W76V"
  997. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  998. <!-- End Google Tag Manager (noscript) -->
  999.  
  1000.    
  1001.    <a class="skip-to-content-link button button--small visually-hidden" href="#MainContent">
  1002.      Skip to content
  1003.    </a>
  1004.    
  1005.    <style>.no-js .transition-cover{display:none}.transition-cover{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgb(var(--color-background));z-index:1000;pointer-events:none;transition-property:opacity,visibility;transition-duration:var(--duration-default);transition-timing-function:ease}.loading-bar{width:13rem;height:.2rem;border-radius:.2rem;background-color:rgb(var(--color-background-dark));position:relative;overflow:hidden}.loading-bar::after{content:"";height:100%;width:6.8rem;position:absolute;transform:translate(-3.4rem);background-color:rgb(var(--color-base-text));border-radius:.2rem;animation:initial-loading 1.5s ease infinite}@keyframes initial-loading{0%{transform:translate(-3.4rem)}50%{transform:translate(9.6rem)}to{transform:translate(-3.4rem)}}.loaded .transition-cover{opacity:0;visibility:hidden}.unloading .transition-cover{opacity:1;visibility:visible}.unloading.loaded .loading-bar{display:none} #loading-image{position: absolute;top: 50%;transform: translateY(-50%);width: 190px;height: 190px;margin: auto;left: 0;right: 0;}</style>
  1006.    <div class="transition-cover">
  1007.    <!-- <span class="loading-bar"></span> -->
  1008.    <lottie-player
  1009.            id="loading-image"
  1010.            autoplay
  1011.            loop
  1012.            mode="normal"
  1013.            src="//www.organicolivia.com/cdn/shop/t/433/assets/loader.json?v=151838012563589806751752783537" width="100%" height="200px"></lottie-player>
  1014.  </div>
  1015.    
  1016.    <div class="transition-body">
  1017.      <!-- BEGIN sections: header-group -->
  1018. <div id="shopify-section-sections--18379341332652__announcement-bar" class="shopify-section shopify-section-group-header-group shopify-section-announcement-bar"><style data-shopify>#shopify-section-sections--18379341332652__announcement-bar {
  1019.      --section-padding-top: 0px;
  1020.      --section-padding-bottom: 0px;
  1021.      --gradient-background: #e9dbd2;
  1022.      --color-background: 233, 219, 210;
  1023.      --color-foreground: 26, 27, 24;
  1024.    }
  1025.  
  1026.    :root {
  1027.      --announcement-height: calc(36px + (0px * 0.75));
  1028.    }
  1029.  
  1030.    @media screen and (min-width: 990px) {
  1031.      :root {
  1032.        --announcement-height: 36px;
  1033.      }
  1034.    }</style><link href="//www.organicolivia.com/cdn/shop/t/433/assets/section-announcement-bar.css?v=177632717117168826561752783555" rel="stylesheet" type="text/css" media="all" />
  1035.  
  1036.  <div class="announcement-bar header-section--padding">
  1037.    <div class="page-width">
  1038.      <announcement-bar data-layout="default" data-mobile-layout="carousel" data-autorotate="true" data-autorotate-speed="5" data-block-count="1" data-speed="1.6" data-direction="left">
  1039.        <div class="announcement-slider"><div class="announcement-slider__slide" style="--font-size: 13px;" data-index="0" ><span class="announcement-text"><p><strong>Back to school sale - </strong>get 10% off with  code <strong>IMMUNE10</strong></p></span></div></div></announcement-bar>
  1040.    </div>
  1041.  </div><script src="//www.organicolivia.com/cdn/shop/t/433/assets/announcement-bar.js?v=174306662548894074801752783500" defer="defer"></script><style>
  1042.  
  1043.     #shopify-section-sections--18379341332652__announcement-bar .announcement-text a{
  1044.      color: #e08795;
  1045.    }
  1046.  
  1047.  
  1048. </style>
  1049.  
  1050.  
  1051. </div><div id="shopify-section-sections--18379341332652__header" class="shopify-section shopify-section-group-header-group shopify-section-header"><style data-shopify>#shopify-section-sections--18379341332652__header {
  1052.    --section-padding-top: 16px;
  1053.    --section-padding-bottom: 16px;
  1054.    --image-logo-height: 32px;
  1055.    --gradient-header-background: #ffffff;
  1056.    --color-header-background: 255, 255, 255;
  1057.    --color-header-foreground: 40, 40, 40;
  1058.    --color-header-border: 210, 213, 217;
  1059.    --color-highlight: 187, 255, 0;
  1060.    --icon-weight: 1.7px;
  1061.  }</style><style>
  1062.  @media screen and (min-width: 750px) {
  1063.    #shopify-section-sections--18379341332652__header {
  1064.      --image-logo-height: 52px;
  1065.    }
  1066.  }header-drawer {
  1067.    display: block;
  1068.  }
  1069.  
  1070.  @media screen and (min-width: 990px) {
  1071.    header-drawer {
  1072.      display: none;
  1073.    }
  1074.  }
  1075.  
  1076.  .menu-drawer-container {
  1077.    display: flex;
  1078.    position: static;
  1079.  }
  1080.  
  1081.  .list-menu {
  1082.    list-style: none;
  1083.    padding: 0;
  1084.    margin: 0;
  1085.  }
  1086.  
  1087.  .list-menu--inline {
  1088.    display: inline-flex;
  1089.    flex-wrap: wrap;
  1090.    column-gap: 1.5rem;
  1091.  }
  1092.  
  1093.  .list-menu__item--link {
  1094.    text-decoration: none;
  1095.    padding-bottom: 1rem;
  1096.    padding-top: 1rem;
  1097.    line-height: calc(1 + 0.8 / var(--font-body-scale));
  1098.  }
  1099.  
  1100.  @media screen and (min-width: 750px) {
  1101.    .list-menu__item--link {
  1102.      padding-bottom: 0.5rem;
  1103.      padding-top: 0.5rem;
  1104.    }
  1105.  }
  1106.  
  1107.  .localization-form {
  1108.    padding-inline-start: 1.5rem;
  1109.    padding-inline-end: 1.5rem;
  1110.  }
  1111.  
  1112.  localization-form .localization-selector {
  1113.    background-color: transparent;
  1114.    box-shadow: none;
  1115.    padding: 1rem 0;
  1116.    height: auto;
  1117.    margin: 0;
  1118.    line-height: calc(1 + .8 / var(--font-body-scale));
  1119.    letter-spacing: .04rem;
  1120.  }
  1121.  
  1122.  .localization-form__select .icon-caret {
  1123.    width: 0.8rem;
  1124.    margin-inline-start: 1rem;
  1125.  }
  1126. </style>
  1127.  
  1128. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-sticky-header.css?v=162331643638116400881752783522" media="print" onload="this.media='all'">
  1129. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-list-menu.css?v=154923630017571300081752783512" media="print" onload="this.media='all'">
  1130. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-search.css?v=44442862756793379551752783521" media="print" onload="this.media='all'">
  1131. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-menu-drawer.css?v=134666334512998852171752783514" media="print" onload="this.media='all'">
  1132. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/disclosure.css?v=170388319628845242881752783526" media="print" onload="this.media='all'"><link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-cart-drawer.css?v=35944713570036531421752783506" media="print" onload="this.media='all'">
  1133. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-discounts.css?v=95161821600007313611752783510" media="print" onload="this.media='all'"><link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-price.css?v=31654658090061505171752783517" media="print" onload="this.media='all'">
  1134.  <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-loading-overlay.css?v=121974073346977247381752783513" media="print" onload="this.media='all'"><link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-menu-dropdown.css?v=86816629428515124701752783514" media="print" onload="this.media='all'">
  1135.  <script src="//www.organicolivia.com/cdn/shop/t/433/assets/menu-dropdown.js?v=70531467764345569631752783539" defer="defer"></script><noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-sticky-header.css?v=162331643638116400881752783522" rel="stylesheet" type="text/css" media="all" /></noscript>
  1136. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-list-menu.css?v=154923630017571300081752783512" rel="stylesheet" type="text/css" media="all" /></noscript>
  1137. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-search.css?v=44442862756793379551752783521" rel="stylesheet" type="text/css" media="all" /></noscript>
  1138. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-menu-dropdown.css?v=86816629428515124701752783514" rel="stylesheet" type="text/css" media="all" /></noscript>
  1139. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-menu-drawer.css?v=134666334512998852171752783514" rel="stylesheet" type="text/css" media="all" /></noscript>
  1140. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/disclosure.css?v=170388319628845242881752783526" rel="stylesheet" type="text/css" media="all" /></noscript>
  1141.  
  1142. <script src="//www.organicolivia.com/cdn/shop/t/433/assets/search-modal.js?v=116111636907037380331752783554" defer="defer"></script><script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script>
  1143.  
  1144. <svg xmlns="http://www.w3.org/2000/svg" class="hidden">
  1145.    <!-- Lottie Player
  1146.        <div id="icon-cart">
  1147.        <script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script>
  1148.        <dotlottie-player src="https://lottie.host/c2bd2076-096d-4851-a400-e827b60804ef/5jTCNsKBfh.json" background="transparent" speed="1" style="width: 300px; height: 300px;" loop autoplay></dotlottie-player>
  1149.    </div> -->
  1150.    
  1151.    <!-- Empty Bag --->
  1152.    <svg fill="none" id="icon-cart" height="24" width="24" xmlns="http://www.w3.org/2000/svg">
  1153.       <path d="M5.8 7A3.2 3.2 0 019 3.8h6A3.2 3.2 0 0118.2 7v2.6H5.8z" stroke="currentColor" stroke-width="1.6"></path><rect height="3.4" rx="1.2" stroke="currentColor" stroke-width="1.6" width="18.4" x="2.8" y="9.8"></rect>
  1154.        <g fill="currentColor"><rect height="4" rx="1" width="2" x="7" y="15"></rect>
  1155.          <rect height="4" rx="1" width="2" x="15" y="15"></rect>
  1156.          <rect height="4" rx="1" width="2" x="11" y="15"></rect>
  1157.        </g>
  1158.      <path d="M3.8 13.488h16.4V18a3.2 3.2 0 01-3.2 3.2H7A3.2 3.2 0 013.8 18z" stroke="currentColor" stroke-width="1.6"></path>
  1159.    </svg>  
  1160.  
  1161.    <!-- Full Bag --->
  1162.    <!-- <svg xmlns="http://www.w3.org/2000/svg" id="icon-cart-full" width="400" height="300" style="width:100%;height:100%">
  1163.    <defs>
  1164.    <clipPath id="a">
  1165.    <path d="M0 0h400v300H0z"/>
  1166.    </clipPath>
  1167.    </defs>
  1168.    <g clip-path="url(#a)">
  1169.    <g display="block">
  1170.    <path fill="#8BC53E" d="M192.305 108.193h18.494v49.354h-18.494v-49.354z"/>
  1171.    <path stroke="currentColor" stroke-width="10.753" d="M192.305 108.193h18.494v49.354h-18.494v-49.354z" fill="none"/>
  1172.    </g><g display="block"><path fill="#FFF" d="M110.047 195.182h178.494v51.291c0 19.597-15.886 35.483-35.483 35.483h-107.42c-19.597.06-35.531-15.779-35.591-35.376v-51.398z"/>
  1173.    <path stroke="currentColor" stroke-width="15.054" d="M110.047 195.182h178.494v51.291c0 19.597-15.886 35.483-35.483 35.483h-107.42c-19.597.06-35.531-15.779-35.591-35.376v-51.398z" fill="none"/>
  1174.    <path fill="#FFF" d="M113.273 157.547h172.043c7.72 0 13.978 6.258 13.978 13.979v10.753c0 7.721-6.258 13.978-13.978 13.978H113.273c-7.72 0-13.979-6.257-13.979-13.978v-10.753c0-7.721 6.259-13.979 13.979-13.979z"/>
  1175.    <path stroke="currentColor" stroke-width="15.054" d="M113.273 157.547h172.043c7.72 0 13.978 6.258 13.978 13.979v10.753c0 7.721-6.258 13.978-13.978 13.978H113.273c-7.72 0-13.979-6.257-13.979-13.978v-10.753c0-7.721 6.259-13.979 13.979-13.979z" fill="none"/>
  1176.    <path fill="#8799A6" d="M156.391 219.914a5.376 5.376 0 015.376 5.376v21.506a5.376 5.376 0 01-10.752 0v-21.828a5.375 5.375 0 015.376-5.054z"/>
  1177.    <path stroke="currentColor" stroke-width="10.753" d="M156.391 219.914s0 0 0 0a5.376 5.376 0 015.376 5.376v21.506a5.376 5.376 0 01-10.752 0v-21.828a5.375 5.375 0 015.376-5.054z" fill="none"/>
  1178.    <path fill="#8799A6" d="M242.413 219.914a5.376 5.376 0 015.376 5.376v21.506a5.376 5.376 0 01-10.752 0v-21.828a5.375 5.375 0 015.376-5.054z"/>
  1179.    <path stroke="currentColor" stroke-width="10.753" d="M242.413 219.914s0 0 0 0a5.376 5.376 0 015.376 5.376v21.506a5.376 5.376 0 01-10.752 0v-21.828a5.375 5.375 0 015.376-5.054z" fill="none"/>
  1180.    <path fill="#8799A6" d="M199.402 219.914a5.376 5.376 0 015.376 5.376v21.506a5.376 5.376 0 01-10.752 0v-21.828a5.375 5.375 0 015.376-5.054z"/>
  1181.    <path stroke="currentColor" stroke-width="10.753" d="M199.402 219.914s0 0 0 0a5.376 5.376 0 015.376 5.376v21.506a5.376 5.376 0 01-10.752 0v-21.828a5.375 5.375 0 015.376-5.054z" fill="none"/>
  1182.    <path stroke="currentColor" stroke-width="15.054" d="M132.628 129.591c0-19.003 15.405-34.409 34.409-34.409l.107.001h64.516c19.004 0 34.408 15.405 34.408 34.408v27.957h-133.44v-27.957z" fill="none"/>
  1183.    </g><g display="block"><path fill="#8BC53E" d="M134.455 128.2c9.01-9.708 19.36-12.953 29.494-3.511 7.894 7.273 9.52 18.363-1.225 29.992-10.747 11.629-37.114 26.778-45.116 19.397-8-7.38 7.838-36.063 16.847-45.879z"/>
  1184.    <path stroke="currentColor" stroke-width="10.753" d="M134.455 128.2c9.01-9.708 19.36-12.953 29.494-3.511 7.894 7.273 9.52 18.363-1.225 29.992-10.747 11.629-37.114 26.778-45.116 19.397-8-7.38 7.838-36.063 16.847-45.879z" fill="none"/>
  1185.    </g><g display="block"><path fill="#8BC53E" d="M238.546 152.687c-10.119-8.656-13.637-19.178-4.108-30.157 6.893-8.631 19.477-10.04 28.109-3.147.923.737 1.78 1.555 2.558 2.443 12.043 10.27 27.926 36.543 20.507 45.218-7.42 8.673-37.053-5.688-47.066-14.357z"/>
  1186.    <path stroke="currentColor" stroke-width="10.753" d="M238.546 152.687c-10.119-8.656-13.637-19.178-4.108-30.157 6.893-8.631 19.477-10.04 28.109-3.147.923.737 1.78 1.555 2.558 2.443 12.043 10.27 27.926 36.543 20.507 45.218-7.42 8.673-37.053-5.688-47.066-14.357z" fill="none"/>
  1187.    </g><g display="block"><path fill="#FBED20" d="M213.823 131.478c-9.173-5.827-11.885-17.988-6.058-27.161a19.68 19.68 0 013.155-3.805c7.007-8.844 19.857-10.332 28.701-3.324a20.416 20.416 0 012.696 2.571c11.721 10.753 26.667 37.526 18.71 46.45-7.957 8.925-37.204-5.806-47.204-14.731z"/>
  1188.    <path stroke="currentColor" stroke-width="10.753" d="M213.823 131.478c-9.173-5.827-11.885-17.988-6.058-27.161a19.68 19.68 0 013.155-3.805c7.007-8.844 19.857-10.332 28.701-3.324a20.416 20.416 0 012.696 2.571c11.721 10.753 26.667 37.526 18.71 46.45-7.957 8.925-37.204-5.806-47.204-14.731z" fill="none"/>
  1189.    <path fill="#FBED20" d="M241.78 98.683c-9.229 5.852-21.453 3.114-27.305-6.114a19.804 19.804 0 01-2.158-4.639c-4.967-9.998-.889-22.13 9.109-27.098.947-.47 1.927-.865 2.934-1.181 14.517-6.452 45.27-9.14 50.108 1.72 4.838 10.86-20.538 31.828-32.688 37.312z"/>
  1190.    <path stroke="currentColor" stroke-width="10.753" d="M241.78 98.683c-9.229 5.852-21.453 3.114-27.305-6.114a19.804 19.804 0 01-2.158-4.639c-4.967-9.998-.889-22.13 9.109-27.098.947-.47 1.927-.865 2.934-1.181 14.517-6.452 45.27-9.14 50.108 1.72 4.838 10.86-20.538 31.828-32.688 37.312z" fill="none"/>
  1191.    <path fill="#FBED20" d="M227.802 120.403c-10.927-.022-19.768-8.897-19.746-19.824.003-1.47.171-2.936.499-4.369 1.114-11.228 11.119-19.426 22.348-18.312 1.206.12 2.399.347 3.566.678 15.591 2.474 43.01 16.99 40.966 28.817-2.043 11.828-34.515 15.053-47.633 13.01z"/>
  1192.    <path stroke="currentColor" stroke-width="10.753" d="M227.802 120.403c-10.927-.022-19.768-8.897-19.746-19.824.003-1.47.171-2.936.499-4.369 1.114-11.228 11.119-19.426 22.348-18.312 1.206.12 2.399.347 3.566.678 15.591 2.474 43.01 16.99 40.966 28.817-2.043 11.828-34.515 15.053-47.633 13.01z" fill="none"/>
  1193.    <path fill="#FBED20" d="M200.167 54.597c8.071 7.365 8.645 19.879 1.279 27.951a19.791 19.791 0 01-3.323 2.909c-8.291 7.565-21.144 6.976-28.709-1.316a20.24 20.24 0 01-2.258-2.985c-10-12.366-20.107-41.505-10.752-48.925 9.355-7.419 35.914 11.936 43.763 22.366z"/>
  1194.    <path stroke="currentColor" stroke-width="10.753" d="M200.167 54.597c8.071 7.365 8.645 19.879 1.279 27.951a19.791 19.791 0 01-3.323 2.909c-8.291 7.565-21.144 6.976-28.709-1.316a20.24 20.24 0 01-2.258-2.985c-10-12.366-20.107-41.505-10.752-48.925 9.355-7.419 35.914 11.936 43.763 22.366z" fill="none"/>
  1195.    <path fill="#FBED20" d="M219.63 62.124c2.795 10.625-3.553 21.503-14.178 24.299-1.48.389-3.002.606-4.532.647-11.051 1.96-21.6-5.409-23.56-16.461a20.352 20.352 0 01-.311-3.753c-1.72-15.699 5.054-45.807 16.882-47.205 11.828-1.398 24.193 29.247 25.699 42.473z"/>
  1196.    <path stroke="currentColor" stroke-width="10.753" d="M219.63 62.124c2.795 10.625-3.553 21.503-14.178 24.299-1.48.389-3.002.606-4.532.647-11.051 1.96-21.6-5.409-23.56-16.461a20.352 20.352 0 01-.311-3.753c-1.72-15.699 5.054-45.807 16.882-47.205 11.828-1.398 24.193 29.247 25.699 42.473z" fill="none"/>
  1197.    <path fill="#FBED20" d="M167.909 78.252c10.494-3.044 21.469 2.996 24.513 13.49.422 1.455.676 2.954.756 4.467 2.441 10.955-4.46 21.816-15.415 24.257a20.33 20.33 0 01-3.725.474c-15.591 2.043-45.914-3.225-47.85-15.16-1.935-11.936 28.065-25.485 41.721-27.528z"/>
  1198.    <path stroke="currentColor" stroke-width="10.753" d="M167.909 78.252c10.494-3.044 21.469 2.996 24.513 13.49.422 1.455.676 2.954.756 4.467 2.441 10.955-4.46 21.816-15.415 24.257a20.33 20.33 0 01-3.725.474c-15.591 2.043-45.914-3.225-47.85-15.16-1.935-11.936 28.065-25.485 41.721-27.528z" fill="none"/>
  1199.    <path fill="#FBED20" d="M236.081 76.747c-4.37 9.95-15.979 14.475-25.929 10.104a19.705 19.705 0 01-4.286-2.577c-9.855-5.372-13.489-17.715-8.118-27.57a20.33 20.33 0 012.419-3.505c8.602-13.226 32.903-32.259 43.011-25.807 10.107 6.452 0 38.28-7.097 49.355z"/>
  1200.    <path stroke="currentColor" stroke-width="10.753" d="M236.081 76.747c-4.37 9.95-15.979 14.475-25.929 10.104a19.705 19.705 0 01-4.286-2.577c-9.855-5.372-13.489-17.715-8.118-27.57a20.33 20.33 0 012.419-3.505c8.602-13.226 32.903-32.259 43.011-25.807 10.107 6.452 0 38.28-7.097 49.355z" fill="none"/>
  1201.    <path fill="#FBED20" d="M183.716 62.769c10.551 2.842 16.8 13.699 13.958 24.25a19.76 19.76 0 01-1.808 4.459c-3.708 10.594-15.301 16.176-25.895 12.468a20.298 20.298 0 01-3.674-1.715c-14.409-6.881-36.991-27.526-32.152-38.279 4.839-10.753 37.42-6.559 49.571-1.183z"/>
  1202.    <path stroke="currentColor" stroke-width="10.753" d="M183.716 62.769c10.551 2.842 16.8 13.699 13.958 24.25a19.76 19.76 0 01-1.808 4.459c-3.708 10.594-15.301 16.176-25.895 12.468a20.298 20.298 0 01-3.674-1.715c-14.409-6.881-36.991-27.526-32.152-38.279 4.839-10.753 37.42-6.559 49.571-1.183z" fill="none"/>
  1203.    <path fill="#FBED20" d="M172.963 117.715c1.179-10.863 10.941-18.714 21.804-17.535 1.587.172 3.148.536 4.648 1.083 10.989 2.279 18.052 13.035 15.774 24.025a20.302 20.302 0 01-.937 3.179c-4.086 15.269-21.505 40.861-32.903 37.85-11.398-3.011-11.827-36.021-8.386-48.602z"/>
  1204.    <path stroke="currentColor" stroke-width="10.753" d="M172.963 117.715c1.179-10.863 10.941-18.714 21.804-17.535 1.587.172 3.148.536 4.648 1.083 10.989 2.279 18.052 13.035 15.774 24.025a20.302 20.302 0 01-.937 3.179c-4.086 15.269-21.505 40.861-32.903 37.85-11.398-3.011-11.827-36.021-8.386-48.602z" fill="none"/>
  1205.    <path fill="#FBED20" d="M165.544 98.252c6.873-8.495 19.33-9.81 27.825-2.938a19.845 19.845 0 013.358 3.477c8.02 7.852 8.156 20.718.304 28.738a20.225 20.225 0 01-2.886 2.444c-11.72 10.753-40.107 22.689-48.172 13.764-8.064-8.925 9.678-36.776 19.571-45.485z"/>
  1206.    <path stroke="currentColor" stroke-width="10.753" d="M165.544 98.252c6.873-8.495 19.33-9.81 27.825-2.938a19.845 19.845 0 013.358 3.477c8.02 7.852 8.156 20.718.304 28.738a20.225 20.225 0 01-2.886 2.444c-11.72 10.753-40.107 22.689-48.172 13.764-8.064-8.925 9.678-36.776 19.571-45.485z" fill="none"/>
  1207.    <path fill="#FBED20" d="M190.597 131.693c-4.977-9.728-1.127-21.648 8.601-26.625a19.783 19.783 0 014.517-1.655c10.499-4.133 22.361 1.029 26.494 11.528.45 1.142.795 2.322 1.032 3.526 4.839 15.054 4.302 45.915-6.989 49.571-11.29 3.656-29.569-23.764-33.655-36.345z"/>
  1208.    <path stroke="currentColor" stroke-width="10.753" d="M190.597 131.693c-4.977-9.728-1.127-21.648 8.601-26.625a19.783 19.783 0 014.517-1.655c10.499-4.133 22.361 1.029 26.494 11.528.45 1.142.795 2.322 1.032 3.526 4.839 15.054 4.302 45.915-6.989 49.571-11.29 3.656-29.569-23.764-33.655-36.345z" fill="none"/>
  1209.    </g><g display="block">
  1210.    <path fill="#86664A" d="M201.743 53.882c22.566 0 40.859 18.293 40.859 40.86 0 22.566-18.293 40.86-40.859 40.86-22.567 0-40.861-18.294-40.861-40.86 0-22.567 18.294-40.86 40.861-40.86z"/>
  1211.    <path stroke-miterlimit="10" stroke="currentColor" stroke-width="10.753" d="M201.743 53.882c22.566 0 40.859 18.293 40.859 40.86 0 22.566-18.293 40.86-40.859 40.86-22.567 0-40.861-18.294-40.861-40.86 0-22.567 18.294-40.86 40.861-40.86z" fill="none"/></g></g>
  1212.    </svg> -->
  1213.    <!--
  1214.    Old Bag Icon
  1215.    <symbol id="icon-cart" fill="none" viewbox="0 0 24 24">
  1216.      <path d="M16 10V6a4 4 0 0 0-8 0v4" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" vector-effect="non-scaling-stroke"/>
  1217.      <path class="icon-fill" d="M20.46 15.44 18.39 21a1.39 1.39 0 0 1-1.27.93H6.88A1.39 1.39 0 0 1 5.61 21l-2.07-5.56-1.23-3.26c-.12-.34-.23-.62-.32-.85a17.28 17.28 0 0 1 20 0c-.09.23-.2.51-.32.85Z" fill="none"/>
  1218.      <path d="M20.46 15.44 18.39 21a1.39 1.39 0 0 1-1.27.93H6.88A1.39 1.39 0 0 1 5.61 21l-2.07-5.56-1.23-3.26c-.12-.34-.23-.62-.32-.85a17.28 17.28 0 0 1 20 0c-.09.23-.2.51-.32.85Z" fill="none" stroke="currentColor" stroke-miterlimit="10" vector-effect="non-scaling-stroke"/>
  1219.    </symbol> -->
  1220.        
  1221.  <symbol id="icon-close" fill="none" viewBox="0 0 12 12">
  1222.    <path d="M1 1L11 11" stroke="currentColor" stroke-linecap="round" fill="none"/>
  1223.    <path d="M11 1L1 11" stroke="currentColor" stroke-linecap="round" fill="none"/>
  1224.  </symbol>
  1225.  <symbol id="icon-search" fill="none" viewBox="0 0 15 17">
  1226.    <circle cx="7.11113" cy="7.11113" r="6.56113" stroke="currentColor" fill="none"/>
  1227.    <path d="M11.078 12.3282L13.8878 16.0009" stroke="currentColor" stroke-linecap="round" fill="none"/>
  1228.  </symbol>
  1229. </svg><sticky-header class="header-wrapper header-wrapper--border-bottom header-wrapper--uppercase">
  1230.  <header class="header header--middle-left header--mobile-center page-width header-section--padding">
  1231.    <div class="header__left"
  1232.    >
  1233. <header-drawer>
  1234.  <details class="menu-drawer-container">
  1235.    <summary class="header__icon header__icon--menu focus-inset" aria-label="Menu">
  1236.      <span class="header__icon header__icon--summary">
  1237.        <svg class="icon icon-hamburger" width="100px" height="100px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  1238.      <path d="M5 6.5H19V8H5V6.5Z" fill="currentColor"/>
  1239.      <path d="M5 16.5H19V18H5V16.5Z" fill="currentColor"/>
  1240.      <path d="M5 11.5H19V13H5V11.5Z" fill="currentColor"/>
  1241.    </svg>
  1242.        <svg class="icon icon-close" aria-hidden="true" focusable="false">
  1243.          <use href="#icon-close"></use>
  1244.        </svg>
  1245.      </span>
  1246.    </summary>
  1247.    <div id="menu-drawer" class="menu-drawer motion-reduce" tabindex="-1">
  1248.      <div class="menu-drawer__inner-container">
  1249.        <div class="menu-drawer__navigation-container">
  1250.          <drawer-close-button class="header__icon header__icon--menu medium-hide large-up-hide" data-animate data-animate-delay-1>
  1251.            <svg class="icon icon-close" aria-hidden="true" focusable="false">
  1252.              <use href="#icon-close"></use>
  1253.            </svg>
  1254.          </drawer-close-button>
  1255.          <nav class="menu-drawer__navigation" data-animate data-animate-delay-1>
  1256.            
  1257.            <ul class="menu-drawer__menu menu-drawer__menu--accordion list-menu" role="list"><li><a href="/collections/all" class="menu-drawer__menu-item list-menu__item-noChild   list-menu__item focus-inset">
  1258.                      Shop All
  1259.                      
  1260.                    </a></li><li><a href="/collections/subscription" class="menu-drawer__menu-item list-menu__item-noChild   list-menu__item focus-inset">
  1261.                      Subscribe &amp; Save
  1262.                      
  1263.                    </a></li><li><a href="/collections/capsules" class="menu-drawer__menu-item list-menu__item-noChild   list-menu__item focus-inset">
  1264.                      Capsules
  1265.                      
  1266.                    </a></li><li><a href="/collections/tinctures" class="menu-drawer__menu-item list-menu__item-noChild   list-menu__item focus-inset">
  1267.                      Tinctures
  1268.                      
  1269.                    </a></li><li><a href="/collections/syrups" class="menu-drawer__menu-item list-menu__item-noChild   list-menu__item focus-inset">
  1270.                      Syrups
  1271.                      
  1272.                    </a></li><li><a href="/collections/teas" class="menu-drawer__menu-item list-menu__item-noChild   list-menu__item focus-inset">
  1273.                      Teas
  1274.                      
  1275.                    </a></li><li>
  1276.  
  1277.  
  1278.                   <accordion-tab class="parent-accordion" >
  1279.                    <details>
  1280.                      <summary>
  1281.                        <span>
  1282.                          <span class="menu-drawer__menu-item list-menu__item list-menu__item-parent focus-inset">Shop by Benefit<span class="icon icon-plus-alt"></span>
  1283.                          </span>
  1284.                          
  1285.                        </span>
  1286.                      </summary>
  1287.                      <div class="accordion__content rte typeset">
  1288.                        
  1289.                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/collections/brain-energy" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1290.                                    Brain &amp; Energy
  1291.                                  </a></li><li><a href="/collections/detoxification" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1292.                                    Detoxification
  1293.                                  </a></li><li><a href="/collections/hormone-balance" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1294.                                    Hormone Balance
  1295.                                  </a></li><li><a href="/collections/skin-health" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1296.                                    Skin Health
  1297.                                  </a></li><li><a href="/collections/immunity" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1298.                                    Immunity
  1299.                                  </a></li><li><a href="/collections/stress-support" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1300.                                    Stress Support
  1301.                                  </a></li><li><a href="/collections/gut-health" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1302.                                    Gut Health
  1303.                                  </a></li><li><a href="/collections/womens-health" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1304.                                    Women&#39;s Health
  1305.                                  </a></li></ul>
  1306.                        
  1307.                      </div>
  1308.                    </details>
  1309.                      
  1310.                  </accordion-tab>
  1311.            
  1312.                  
  1313. </li><li>
  1314.  
  1315.  
  1316.                   <accordion-tab class="parent-accordion" >
  1317.                    <details>
  1318.                      <summary>
  1319.                        <span>
  1320.                          <span class="menu-drawer__menu-item list-menu__item list-menu__item-parent focus-inset">Shop by Protocol<span class="icon icon-plus-alt"></span>
  1321.                          </span>
  1322.                          
  1323.                        </span>
  1324.                      </summary>
  1325.                      <div class="accordion__content rte typeset">
  1326.                        
  1327.                          <ul class="menu-drawer__menu list-menu" role="list" tabindex="-1"><li><a href="/pages/beginner-herbalist" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1328.                                    Beginner Herbalist
  1329.                                  </a></li><li><a href="/pages/cysters-protocol" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1330.                                    Cysters Protocol
  1331.                                  </a></li><li><a href="/pages/happy-hormones" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1332.                                    Happy Hormones
  1333.                                  </a></li><li><a href="/pages/olivia-skin-glow" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1334.                                    Olivia’s Skin Glow
  1335.                                  </a></li><li><a href="/pages/immune-defense" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1336.                                    Immune Defense
  1337.                                  </a></li><li><a href="/pages/under-the-weather" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1338.                                    Under The Weather
  1339.                                  </a></li><li><a href="/pages/gut-building" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1340.                                    Gut Building
  1341.                                  </a></li><li><a href="/pages/protocols" class="menu-drawer__menu-item list-menu__item list-menu__item-noGrandchild focus-inset">
  1342.                                    View All
  1343.                                  </a></li></ul>
  1344.                        
  1345.                      </div>
  1346.                    </details>
  1347.                      
  1348.                  </accordion-tab>
  1349.            
  1350.                  
  1351. </li><li><a href="/pages/community-workshops" class="menu-drawer__menu-item list-menu__item-noChild   list-menu__item focus-inset">
  1352.                      Workshops
  1353.                      
  1354.                    </a></li></ul>
  1355.  
  1356.  
  1357.  
  1358. <!--New sub menu, does not nest--->
  1359.          
  1360.            <ul class="menu-drawer__secondaryMenu list-secondary-menu" role="list"><li>
  1361.                  <a href="/pages/quiz" class="menu-drawer__menu-item list-menu__item-noChild  list-menu__item focus-inset" >
  1362.                    Take the Quiz   👀
  1363.                  </a>
  1364.                </li><li>
  1365.                  <a href="https://whatsthejuice.libsyn.com/" class="menu-drawer__menu-item list-menu__item-noChild  list-menu__item focus-inset" target="_blank">
  1366.                    Podcast
  1367.                  </a>
  1368.                </li><li>
  1369.                  <a href="https://blog.organicolivia.com/glossary/aloe-vera/" class="menu-drawer__menu-item list-menu__item-noChild  list-menu__item focus-inset" >
  1370.                    Herb Glossary ❀
  1371.                  </a>
  1372.                </li><li>
  1373.                  <a href="/blogs/all" class="menu-drawer__menu-item list-menu__item-noChild  list-menu__item focus-inset" >
  1374.                    Blog
  1375.                  </a>
  1376.                </li><li>
  1377.                  <a href="/pages/faq" class="menu-drawer__menu-item list-menu__item-noChild  list-menu__item focus-inset" >
  1378.                    FAQ
  1379.                  </a>
  1380.                </li><li>
  1381.                  <a href="https://blog.organicolivia.com/our-quality/" class="menu-drawer__menu-item list-menu__item-noChild  list-menu__item focus-inset" >
  1382.                    Our Quality
  1383.                  </a>
  1384.                </li></ul>
  1385.          
  1386. <div class="menu-butto-container">
  1387.                <a href="https://www.organicolivia.com/customer_authentication/redirect?locale=en&region_country=US" class="button button--account">
  1388.                  <span class="label">Sign In/Register</span>
  1389.                </a>
  1390.              </div></nav>
  1391.          
  1392.        </div>
  1393.      </div>
  1394.    </div>
  1395.  </details>
  1396. </header-drawer></div><h1 class="header__heading"><a href="/" class="header__heading-link focus-inset"><img srcset="//www.organicolivia.com/cdn/shop/products/OO-logo.png?height=32&v=1617918395 1x, //www.organicolivia.com/cdn/shop/products/OO-logo.png?height=64&v=1617918395 2x"
  1397.                src="//www.organicolivia.com/cdn/shop/products/OO-logo.png?height=32&v=1617918395"
  1398.                loading="lazy"
  1399.                width="235"
  1400.                height="87"
  1401.                alt="Organic Olivia "
  1402.                class="header__heading-logo medium-hide large-up-hide"
  1403.              /><img srcset="//www.organicolivia.com/cdn/shop/products/OO-logo.png?height=52&v=1617918395 1x, //www.organicolivia.com/cdn/shop/products/OO-logo.png?height=104&v=1617918395 2x"
  1404.              src="//www.organicolivia.com/cdn/shop/products/OO-logo.png?height=52&v=1617918395"
  1405.              loading="lazy"
  1406.              width="235"
  1407.              height="87"
  1408.              alt="Organic Olivia "
  1409.              class="header__heading-logo small-hide"
  1410.            /></a></h1><nav class="header__inline-menu">
  1411.  <ul class="list-menu list-menu--inline" role="list"><li class="menu_item_shop"><mega-menu class="is-megamenu mega_menu">
  1412.  <a href="/collections/all" class="header__menu-item header__menu-item--top list-menu__item focus-inset" ><span class="label">Shop</span></a><div class="list-menu-dropdown hidden  has-background " style="background-image: url('//www.organicolivia.com/cdn/shop/files/herb-group_433-crop.svg?v=1723569824');">
  1413.      
  1414.      <div class="page-width page-width--inner ">
  1415. <div class="list-mega-menu">
  1416.  
  1417.              <div class="mega-menu__item mega-menu__item_feature">
  1418.                
  1419.                    
  1420.                    <a href="/collections/all" class="mega-menu__item-link list-menu__item focus-inset" >
  1421.                      <div class="header__menu-item header__menu-item-wIcon">
  1422.                        <span class="label">SHOP ALL</span>
  1423.                      </div>
  1424.                    </a>
  1425.                                    
  1426.                    <ul class="list-menu-child list-menu list-menu-quick-links">
  1427.                      
  1428.                        <li>
  1429.                          <a href="/collections/new-arrivals" class="header__menu-item header__menu-item-wIconn list-menu__item focus-inset" >
  1430.                            <span class="label">New Arrivals</span>
  1431.                          </a>
  1432.                        </li>
  1433.                      
  1434.                      
  1435.                        <li>
  1436.                          <a href="/collections/best-sellers" class="header__menu-item header__menu-item-wIconn list-menu__item focus-inset" >
  1437.                            <span class="label">Best Sellers</span>
  1438.                          </a>
  1439.                        </li>
  1440.                      
  1441.                      
  1442.                        <li>
  1443.                          <a href="/pages/protocols" class="header__menu-item header__menu-item-wIconn list-menu__item focus-inset" >
  1444.                            <span class="label">Custom Protocols</span>
  1445.                          </a>
  1446.                        </li>
  1447.                      
  1448.                      
  1449.                        <li>
  1450.                          <a href="/collections/great-for-gifting" class="header__menu-item header__menu-item-wIconn list-menu__item focus-inset" >
  1451.                            <span class="label">Great For Gifting</span>
  1452.                          </a>
  1453.                        </li>
  1454.                        
  1455.                    </ul>
  1456.                
  1457.                
  1458.              </div>
  1459.              
  1460.          
  1461.              <div class="mega-menu__item">
  1462.              
  1463.                <a href="https://www.organicolivia.com/collections/all" class="mega-menu__item-link list-menu__item focus-inset" >
  1464.                  <div class="header__menu-item">
  1465.                    <span class="label">By Benefits</span>
  1466.                  </div>
  1467.                  
  1468.                </a><ul class="list-menu-child list-menu"><li>
  1469.                        <a href="/collections/brain-energy" class="header__menu-item list-menu__item focus-inset" >
  1470.                          <span class="label">Brain &amp; Energy</span>
  1471.                        </a>
  1472.                      </li><li>
  1473.                        <a href="/collections/detoxification" class="header__menu-item list-menu__item focus-inset" >
  1474.                          <span class="label">Detoxification</span>
  1475.                        </a>
  1476.                      </li><li>
  1477.                        <a href="/collections/gut-health" class="header__menu-item list-menu__item focus-inset" >
  1478.                          <span class="label">Gut Health</span>
  1479.                        </a>
  1480.                      </li><li>
  1481.                        <a href="/collections/hormone-balance" class="header__menu-item list-menu__item focus-inset" >
  1482.                          <span class="label">Hormone Balance</span>
  1483.                        </a>
  1484.                      </li><li>
  1485.                        <a href="/collections/immunity" class="header__menu-item list-menu__item focus-inset" >
  1486.                          <span class="label">Immunity</span>
  1487.                        </a>
  1488.                      </li><li>
  1489.                        <a href="/collections/skin-health" class="header__menu-item list-menu__item focus-inset" >
  1490.                          <span class="label">Skin Health</span>
  1491.                        </a>
  1492.                      </li><li>
  1493.                        <a href="/collections/stress-support" class="header__menu-item list-menu__item focus-inset" >
  1494.                          <span class="label">Stress Support</span>
  1495.                        </a>
  1496.                      </li><li>
  1497.                        <a href="/collections/womens-health" class="header__menu-item list-menu__item focus-inset" >
  1498.                          <span class="label">Women&#39;s Health</span>
  1499.                        </a>
  1500.                      </li></ul><!--- for "Safe for" within the "shop" menu --->
  1501.              
  1502.                
  1503.              </div>
  1504.  
  1505.              
  1506.              
  1507.          
  1508.              <div class="mega-menu__item">
  1509.              
  1510.                <a href="/collections/all" class="mega-menu__item-link list-menu__item focus-inset" >
  1511.                  <div class="header__menu-item">
  1512.                    <span class="label">By Formula</span>
  1513.                  </div>
  1514.                  
  1515.                </a><ul class="list-menu-child list-menu"><li>
  1516.                        <a href="/collections/capsules" class="header__menu-item list-menu__item focus-inset" >
  1517.                          <span class="label">Capsules</span>
  1518.                        </a>
  1519.                      </li><li>
  1520.                        <a href="/collections/tinctures" class="header__menu-item list-menu__item focus-inset" >
  1521.                          <span class="label">Tinctures</span>
  1522.                        </a>
  1523.                      </li><li>
  1524.                        <a href="/collections/syrups" class="header__menu-item list-menu__item focus-inset" >
  1525.                          <span class="label">Syrups</span>
  1526.                        </a>
  1527.                      </li><li>
  1528.                        <a href="/collections/teas" class="header__menu-item list-menu__item focus-inset" >
  1529.                          <span class="label">Teas</span>
  1530.                        </a>
  1531.                      </li><li>
  1532.                        <a href="/collections/bundles" class="header__menu-item list-menu__item focus-inset" >
  1533.                          <span class="label">Bundles</span>
  1534.                        </a>
  1535.                      </li></ul><!--- for "Safe for" within the "shop" menu --->
  1536.              
  1537.  
  1538.                  
  1539.                  
  1540.                        <a href="https://www.organicolivia.com/collections/all?filter.p.m.custom.safe_for=Kids&filter.p.m.custom.safe_for=Nursing&filter.p.m.custom.safe_for=Pregnancy&sort_by=manual" class="mega-menu__item-link list-menu__item focus-inset" >
  1541.                          <div class="header__menu-item">
  1542.                            <span class="label">Safe For</span>
  1543.                          </div>
  1544.                          
  1545.                        </a><ul class="list-menu-child list-menu"><li>
  1546.                                <a href="https://www.organicolivia.com/collections/all?filter.p.m.custom.safe_for=Kids&sort_by=manual" class="header__menu-item list-menu__item focus-inset" >
  1547.                                  <span class="label">Kids</span>
  1548.                                </a>
  1549.                              </li><li>
  1550.                                <a href="https://www.organicolivia.com/collections/all?filter.p.m.custom.safe_for=Nursing&sort_by=manual" class="header__menu-item list-menu__item focus-inset" >
  1551.                                  <span class="label">Nursing</span>
  1552.                                </a>
  1553.                              </li><li>
  1554.                                <a href="https://www.organicolivia.com/collections/all?filter.p.m.custom.safe_for=Pregnancy&sort_by=manual" class="header__menu-item list-menu__item focus-inset" >
  1555.                                  <span class="label">Pregnancy</span>
  1556.                                </a>
  1557.                              </li></ul>
  1558.                  
  1559.                
  1560.                
  1561.              </div>
  1562.  
  1563.                <!-- <div class="mega-menu__item mega-menu__item--blank"></div> --></div>
  1564. <div class="mega-menu__promo">
  1565.              <a class="mega-menu__promo-link media-wrapper" href="/pages/protocols" >
  1566.                <div class="image-animate media media--landscape-square   media--radius "
  1567.                  style="--image-position: center center;"
  1568.                >
  1569.                  <img src="//www.organicolivia.com/cdn/shop/files/CystersKit_protocolFeature.jpg?v=1715619330&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/CystersKit_protocolFeature.jpg?v=1715619330&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/CystersKit_protocolFeature.jpg?v=1715619330&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/CystersKit_protocolFeature.jpg?v=1715619330&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/CystersKit_protocolFeature.jpg?v=1715619330&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/CystersKit_protocolFeature.jpg?v=1715619330&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/CystersKit_protocolFeature.jpg?v=1715619330&amp;width=1100 1100w" width="1100" height="727" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1570. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1571.                        <span class="label">Full Protocols</span>
  1572.                      </div><div class="mega-menu__promo-subheading"><p>Choose from one of Olivia’s curated bundles (protocol) based on your needs</p></div>
  1573.                  </div></a>
  1574.            </div><div class="mega-menu__promo">
  1575.              <a class="mega-menu__promo-link media-wrapper" href="/pages/rewards-old" >
  1576.                <div class="image-animate media media--landscape-square   media--radius "
  1577.                  style="--image-position: center center;"
  1578.                >
  1579.                  <img src="//www.organicolivia.com/cdn/shop/files/Welcome_to_the_Herb_Club_peach.jpg?v=1624326469&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Welcome_to_the_Herb_Club_peach.jpg?v=1624326469&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/Welcome_to_the_Herb_Club_peach.jpg?v=1624326469&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/Welcome_to_the_Herb_Club_peach.jpg?v=1624326469&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/Welcome_to_the_Herb_Club_peach.jpg?v=1624326469&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/Welcome_to_the_Herb_Club_peach.jpg?v=1624326469&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/Welcome_to_the_Herb_Club_peach.jpg?v=1624326469&amp;width=1100 1100w" width="1100" height="1375" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1580. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1581.                        <span class="label">Your Rewards Points</span>
  1582.                      </div><div class="mega-menu__promo-subheading"><p>Earn dollars back on every purchase with our new rewards program.</p></div>
  1583.                  </div></a>
  1584.            </div>
  1585.              
  1586.        
  1587.      </div>
  1588.  
  1589.            
  1590.    </div></mega-menu>
  1591.  
  1592. </li><li class="menu_item_take-our-quiz"><dropdown-menu>
  1593.              <a href="/pages/quiz" class="header__menu-item header__menu-item--top list-menu__item focus-inset"><span class="label">Take Our Quiz</span></a>
  1594.            </dropdown-menu></li><li class="menu_item_our-quality"><mega-menu class="is-megamenu mega_menu">
  1595.  <a href="https://blog.organicolivia.com/our-quality/" class="header__menu-item header__menu-item--top list-menu__item focus-inset" ><span class="label">Our Quality</span></a><div class="list-menu-dropdown hidden " >
  1596.      
  1597.      <div class="page-width page-width--inner ">
  1598.          <div class="mega-menu__item mega-menu__item--header">
  1599.            <p class="quality_quote">Wildly Clean, and that's just the beginning</p>
  1600.          </div>          
  1601.        
  1602. <div class="list-mega-menu">
  1603.  
  1604.              <div class="mega-menu__item mega-menu__item_feature">
  1605.                
  1606.                
  1607.              </div>
  1608.              
  1609.          
  1610.              <div class="mega-menu__item">
  1611.              
  1612.                <a href="https://blog.organicolivia.com/our-quality" class="mega-menu__item-link list-menu__item focus-inset" >
  1613.                </a><ul class="list-menu-child list-menu"><li>
  1614.                        <a href="https://blog.organicolivia.com/our-quality/#supply" class="header__menu-item list-menu__item focus-inset" >
  1615.                          <span class="label">Our Farmers</span>
  1616.                        </a>
  1617.                      </li><li>
  1618.                        <a href="https://blog.organicolivia.com/our-quality/#biodynamic-farming" class="header__menu-item list-menu__item focus-inset" >
  1619.                          <span class="label">Wildcrafting</span>
  1620.                        </a>
  1621.                      </li><li>
  1622.                        <a href="https://blog.organicolivia.com/our-quality/#extraction" class="header__menu-item list-menu__item focus-inset" >
  1623.                          <span class="label">Extraction</span>
  1624.                        </a>
  1625.                      </li><li>
  1626.                        <a href="https://blog.organicolivia.com/our-quality/#quality" class="header__menu-item list-menu__item focus-inset" >
  1627.                          <span class="label">Quality &amp; Testing</span>
  1628.                        </a>
  1629.                      </li><li>
  1630.                        <a href="https://blog.organicolivia.com/our-quality/#formulations" class="header__menu-item list-menu__item focus-inset" >
  1631.                          <span class="label">Formulation</span>
  1632.                        </a>
  1633.                      </li><li>
  1634.                        <a href="https://blog.organicolivia.com/our-quality/#community" class="header__menu-item list-menu__item focus-inset" >
  1635.                          <span class="label">Community</span>
  1636.                        </a>
  1637.                      </li></ul><!--- for "Safe for" within the "shop" menu --->
  1638.              
  1639.                
  1640.              </div>
  1641.  
  1642.               <!-- <div class="mega-menu__item mega-menu__item--blank"></div> --></div>
  1643. <div class="mega-menu__promo">
  1644.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/our-quality/#supply" >
  1645.                <div class="image-animate media media--landscape-square   media--radius "
  1646.                  style="--image-position: center center;"
  1647.                >
  1648.                  <img src="//www.organicolivia.com/cdn/shop/files/ales-me-z0bACVUDTJM-unsplash.jpg?v=1624326670&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/ales-me-z0bACVUDTJM-unsplash.jpg?v=1624326670&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/ales-me-z0bACVUDTJM-unsplash.jpg?v=1624326670&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/ales-me-z0bACVUDTJM-unsplash.jpg?v=1624326670&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/ales-me-z0bACVUDTJM-unsplash.jpg?v=1624326670&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/ales-me-z0bACVUDTJM-unsplash.jpg?v=1624326670&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/ales-me-z0bACVUDTJM-unsplash.jpg?v=1624326670&amp;width=1100 1100w" width="1100" height="733" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1649. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1650.                        <span class="label">Sourcing</span>
  1651.                      </div><div class="mega-menu__promo-subheading"><p>Quality herbal formulas start at the source with our farmers and wildcrafters</p></div>
  1652.                  </div></a>
  1653.            </div><div class="mega-menu__promo">
  1654.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/our-quality/#lunar-cycle" >
  1655.                <div class="image-animate media media--landscape-square   media--radius "
  1656.                  style="--image-position: center center;"
  1657.                >
  1658.                  <img src="//www.organicolivia.com/cdn/shop/files/R1-02270-010A.jpg?v=1624326715&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/R1-02270-010A.jpg?v=1624326715&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/R1-02270-010A.jpg?v=1624326715&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/R1-02270-010A.jpg?v=1624326715&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/R1-02270-010A.jpg?v=1624326715&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/R1-02270-010A.jpg?v=1624326715&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/R1-02270-010A.jpg?v=1624326715&amp;width=1100 1100w" width="1100" height="1655" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1659. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1660.                        <span class="label">Harvesting</span>
  1661.                      </div><div class="mega-menu__promo-subheading"><p>Plant phytochemicals ebb and flow each season with Earth’s natural cycles.</p></div>
  1662.                  </div></a>
  1663.            </div><div class="mega-menu__promo">
  1664.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/our-quality/#extraction" >
  1665.                <div class="image-animate media media--landscape-square   media--radius "
  1666.                  style="--image-position: center center;"
  1667.                >
  1668.                  <img src="//www.organicolivia.com/cdn/shop/files/chuttersnap-UmncJq4KPcA-unsplash.jpg?v=1624326756&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/chuttersnap-UmncJq4KPcA-unsplash.jpg?v=1624326756&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/chuttersnap-UmncJq4KPcA-unsplash.jpg?v=1624326756&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/chuttersnap-UmncJq4KPcA-unsplash.jpg?v=1624326756&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/chuttersnap-UmncJq4KPcA-unsplash.jpg?v=1624326756&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/chuttersnap-UmncJq4KPcA-unsplash.jpg?v=1624326756&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/chuttersnap-UmncJq4KPcA-unsplash.jpg?v=1624326756&amp;width=1100 1100w" width="1100" height="734" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1669. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1670.                        <span class="label">Extraction</span>
  1671.                      </div><div class="mega-menu__promo-subheading"><p>Why we choose percolation over maceration for potency</p></div>
  1672.                  </div></a>
  1673.            </div>
  1674.              
  1675.        
  1676.      </div>
  1677.  
  1678.            
  1679.    </div></mega-menu>
  1680.  
  1681. </li><li class="menu_item_blog"><mega-menu class="is-megamenu mega_menu">
  1682.  <a href="/blogs/all" class="header__menu-item header__menu-item--top list-menu__item focus-inset" ><span class="label">Blog</span></a><div class="list-menu-dropdown hidden " >
  1683.      
  1684.      <div class="page-width page-width--inner ">
  1685. <div class="list-mega-menu">
  1686.  
  1687.              <div class="mega-menu__item mega-menu__item_feature">
  1688.                
  1689.                
  1690.              </div>
  1691.              
  1692.          
  1693.              <div class="mega-menu__item">
  1694.              
  1695.                <a href="https://blog.organicolivia.com/blog/" class="mega-menu__item-link list-menu__item focus-inset" >
  1696.                </a><ul class="list-menu-child list-menu"><li>
  1697.                        <a href="/blogs/brain-mental-health" class="header__menu-item list-menu__item focus-inset" >
  1698.                          <span class="label">Brain &amp; Mental Health</span>
  1699.                        </a>
  1700.                      </li><li>
  1701.                        <a href="/blogs/gut-health" class="header__menu-item list-menu__item focus-inset" >
  1702.                          <span class="label">Gut Health</span>
  1703.                        </a>
  1704.                      </li><li>
  1705.                        <a href="/blogs/hormones" class="header__menu-item list-menu__item focus-inset" >
  1706.                          <span class="label">Hormone Health</span>
  1707.                        </a>
  1708.                      </li><li>
  1709.                        <a href="/blogs/recipes" class="header__menu-item list-menu__item focus-inset" >
  1710.                          <span class="label">Recipes</span>
  1711.                        </a>
  1712.                      </li><li>
  1713.                        <a href="/blogs/beauty" class="header__menu-item list-menu__item focus-inset" >
  1714.                          <span class="label">Skin, Hair, Nails</span>
  1715.                        </a>
  1716.                      </li><li>
  1717.                        <a href="/blogs/herbalism" class="header__menu-item list-menu__item focus-inset" >
  1718.                          <span class="label">Traditional Herbalism</span>
  1719.                        </a>
  1720.                      </li><li>
  1721.                        <a href="/blogs/latest" class="header__menu-item list-menu__item focus-inset" >
  1722.                          <span class="label">ALL</span>
  1723.                        </a>
  1724.                      </li></ul><!--- for "Safe for" within the "shop" menu --->
  1725.              
  1726.                
  1727.              </div>
  1728.  
  1729.               <!-- <div class="mega-menu__item mega-menu__item--blank"></div> --></div>
  1730. <div class="mega-menu__promo">
  1731.              <a class="mega-menu__promo-link media-wrapper" href="/blogs/herbalism/how-to-heal-childhood-wounds-based-on-your-moon-sign" >
  1732.                <div class="image-animate media media--landscape-square   media--radius "
  1733.                  style="--image-position: center center;"
  1734.                >
  1735.                  <img src="//www.organicolivia.com/cdn/shop/files/arnold-rodrigues-QaFhy59sAa4-unsplash-scaled-1.webp?v=1746126093&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/arnold-rodrigues-QaFhy59sAa4-unsplash-scaled-1.webp?v=1746126093&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/arnold-rodrigues-QaFhy59sAa4-unsplash-scaled-1.webp?v=1746126093&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/arnold-rodrigues-QaFhy59sAa4-unsplash-scaled-1.webp?v=1746126093&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/arnold-rodrigues-QaFhy59sAa4-unsplash-scaled-1.webp?v=1746126093&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/arnold-rodrigues-QaFhy59sAa4-unsplash-scaled-1.webp?v=1746126093&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/arnold-rodrigues-QaFhy59sAa4-unsplash-scaled-1.webp?v=1746126093&amp;width=1100 1100w" width="1100" height="783" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1736. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-subheading"><p>How to Heal Childhood Wounds Based on Your Moon Sign</p></div>
  1737.                  </div></a>
  1738.            </div><div class="mega-menu__promo">
  1739.              <a class="mega-menu__promo-link media-wrapper" href="/blogs/gut-health/are-parasites-wrecking-your-gut-here-s-what-you-need-to-know" >
  1740.                <div class="image-animate media media--landscape-square   media--radius "
  1741.                  style="--image-position: center center;"
  1742.                >
  1743.                  <img src="//www.organicolivia.com/cdn/shop/files/CMG-Results-IG-Post.webp?v=1746657409&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/CMG-Results-IG-Post.webp?v=1746657409&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/CMG-Results-IG-Post.webp?v=1746657409&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/CMG-Results-IG-Post.webp?v=1746657409&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/CMG-Results-IG-Post.webp?v=1746657409&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/CMG-Results-IG-Post.webp?v=1746657409&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/CMG-Results-IG-Post.webp?v=1746657409&amp;width=1100 1100w" width="1100" height="1376" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1744. <div class="card__badge promo_badge">
  1745.                     <span class="badge">
  1746.                       7 min read
  1747.                     </span>
  1748.                   </div></div><div class="mega-menu__promo-content"><div class="mega-menu__promo-subheading"><p>Are Parasites Wrecking Your Gut? Here’s What You Need to Know</p></div>
  1749.                  </div></a>
  1750.            </div><div class="mega-menu__promo">
  1751.              <a class="mega-menu__promo-link media-wrapper" href="/blogs/gut-health/the-metabolic-benefits-of-fiber" >
  1752.                <div class="image-animate media media--landscape-square   media--radius "
  1753.                  style="--image-position: top center;"
  1754.                >
  1755.                  <img src="//www.organicolivia.com/cdn/shop/files/jasmine-waheed-rZzRWBM7-zw-unsplash-scaled_9ab449d4-931a-4989-9ad7-190aafa6d611.webp?v=1746657409&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/jasmine-waheed-rZzRWBM7-zw-unsplash-scaled_9ab449d4-931a-4989-9ad7-190aafa6d611.webp?v=1746657409&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/jasmine-waheed-rZzRWBM7-zw-unsplash-scaled_9ab449d4-931a-4989-9ad7-190aafa6d611.webp?v=1746657409&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/jasmine-waheed-rZzRWBM7-zw-unsplash-scaled_9ab449d4-931a-4989-9ad7-190aafa6d611.webp?v=1746657409&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/jasmine-waheed-rZzRWBM7-zw-unsplash-scaled_9ab449d4-931a-4989-9ad7-190aafa6d611.webp?v=1746657409&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/jasmine-waheed-rZzRWBM7-zw-unsplash-scaled_9ab449d4-931a-4989-9ad7-190aafa6d611.webp?v=1746657409&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/jasmine-waheed-rZzRWBM7-zw-unsplash-scaled_9ab449d4-931a-4989-9ad7-190aafa6d611.webp?v=1746657409&amp;width=1100 1100w" width="1100" height="1653" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1756. <div class="card__badge promo_badge">
  1757.                     <span class="badge">
  1758.                       6 min read
  1759.                     </span>
  1760.                   </div></div><div class="mega-menu__promo-content"><div class="mega-menu__promo-subheading"><p>The Metabolic Benefits of Fiber</p></div>
  1761.                  </div></a>
  1762.            </div><div class="mega-menu__promo">
  1763.              <a class="mega-menu__promo-link media-wrapper" href="/blogs/gut-health/the-basics-of-fiber-and-why-you-need-it" >
  1764.                <div class="image-animate media media--landscape-square   media--radius "
  1765.                  style="--image-position: center center;"
  1766.                >
  1767.                  <img src="//www.organicolivia.com/cdn/shop/files/nathan-dumlao-bRdRUUtbxO0-unsplash-scaled.webp?v=1746657409&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/nathan-dumlao-bRdRUUtbxO0-unsplash-scaled.webp?v=1746657409&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/nathan-dumlao-bRdRUUtbxO0-unsplash-scaled.webp?v=1746657409&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/nathan-dumlao-bRdRUUtbxO0-unsplash-scaled.webp?v=1746657409&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/nathan-dumlao-bRdRUUtbxO0-unsplash-scaled.webp?v=1746657409&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/nathan-dumlao-bRdRUUtbxO0-unsplash-scaled.webp?v=1746657409&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/nathan-dumlao-bRdRUUtbxO0-unsplash-scaled.webp?v=1746657409&amp;width=1100 1100w" width="1100" height="1650" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1768. <div class="card__badge promo_badge">
  1769.                     <span class="badge">
  1770.                       6 min read
  1771.                     </span>
  1772.                   </div></div><div class="mega-menu__promo-content"><div class="mega-menu__promo-subheading"><p>The Basics of Fiber (And Why You Need It)</p></div>
  1773.                  </div></a>
  1774.            </div>
  1775.              
  1776.        
  1777.      </div>
  1778.  
  1779.            
  1780.    </div></mega-menu>
  1781.  
  1782. </li><li class="menu_item_podcast"><mega-menu class="is-megamenu mega_menu_podcast">
  1783.  <a href="https://whatsthejuice.libsyn.com/" class="header__menu-item header__menu-item--top list-menu__item focus-inset" target="_blank"><span class="label">Podcast</span></a><div class="list-menu-dropdown hidden " >
  1784.      
  1785.      <div class="page-width page-width--inner  page-width--align-center ">
  1786. <div class="mega-menu__promo mega-menu__mainImage ">
  1787.              <a class="mega-menu__promo-link media-wrapper" href="https://whatsthejuice.libsyn.com" target="_blank">
  1788.                <div class="image-animate media media--adapt  "
  1789.                  style="--image-position: center center;--image-ratio-percent: 56.60377358490566%;"
  1790.                >
  1791.                  <img src="//www.organicolivia.com/cdn/shop/files/Youtube_BANNER.jpg?v=1723577503&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Youtube_BANNER.jpg?v=1723577503&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/Youtube_BANNER.jpg?v=1723577503&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/Youtube_BANNER.jpg?v=1723577503&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/Youtube_BANNER.jpg?v=1723577503&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/Youtube_BANNER.jpg?v=1723577503&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/Youtube_BANNER.jpg?v=1723577503&amp;width=1100 1100w" width="1100" height="623" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1792. </div></a>
  1793.            </div>
  1794.          <div class="mega-menu__promo_wrapper">
  1795.            
  1796.              <div class="mega-menu__item mega-menu__item--header">
  1797.                Three ways to listen:
  1798.              </div>          
  1799.            
  1800.            <div class="mega-menu__promo_inner">
  1801.        
  1802. <div class="mega-menu__promo">
  1803.              <a class="mega-menu__promo-link media-wrapper" href="https://open.spotify.com/show/0NJqgXOnMvXs87dvlHpocX" target="_blank">
  1804.                <div class="image-animate media media--adapt  "
  1805.                  style="--image-position: center center;--image-ratio-percent: 30.337078651685395%;"
  1806.                >
  1807.                  <img src="//www.organicolivia.com/cdn/shop/files/Black_Spotify_logo_with_text_svg_7d3333e6-37f7-4de1-b5df-534ba1940170.png?v=1723575988&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Black_Spotify_logo_with_text_svg_7d3333e6-37f7-4de1-b5df-534ba1940170.png?v=1723575988&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/Black_Spotify_logo_with_text_svg_7d3333e6-37f7-4de1-b5df-534ba1940170.png?v=1723575988&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/Black_Spotify_logo_with_text_svg_7d3333e6-37f7-4de1-b5df-534ba1940170.png?v=1723575988&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/Black_Spotify_logo_with_text_svg_7d3333e6-37f7-4de1-b5df-534ba1940170.png?v=1723575988&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/Black_Spotify_logo_with_text_svg_7d3333e6-37f7-4de1-b5df-534ba1940170.png?v=1723575988&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/Black_Spotify_logo_with_text_svg_7d3333e6-37f7-4de1-b5df-534ba1940170.png?v=1723575988&amp;width=1100 1100w" width="1100" height="334" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1808. </div></a>
  1809.            </div><div class="mega-menu__promo">
  1810.              <a class="mega-menu__promo-link media-wrapper" href="https://podcasts.apple.com/us/podcast/whats-the-juice/id1493579571?ls=1" target="_blank">
  1811.                <div class="image-animate media media--adapt  "
  1812.                  style="--image-position: center center;--image-ratio-percent: 39.51612903225806%;"
  1813.                >
  1814.                  <img src="//www.organicolivia.com/cdn/shop/files/apple_podcast_image_500_1bf0a1a4-6b9f-4764-a29b-d855ad5e2f7f.png?v=1723575987&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/apple_podcast_image_500_1bf0a1a4-6b9f-4764-a29b-d855ad5e2f7f.png?v=1723575987&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/apple_podcast_image_500_1bf0a1a4-6b9f-4764-a29b-d855ad5e2f7f.png?v=1723575987&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/apple_podcast_image_500_1bf0a1a4-6b9f-4764-a29b-d855ad5e2f7f.png?v=1723575987&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/apple_podcast_image_500_1bf0a1a4-6b9f-4764-a29b-d855ad5e2f7f.png?v=1723575987&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/apple_podcast_image_500_1bf0a1a4-6b9f-4764-a29b-d855ad5e2f7f.png?v=1723575987&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/apple_podcast_image_500_1bf0a1a4-6b9f-4764-a29b-d855ad5e2f7f.png?v=1723575987&amp;width=1100 1100w" width="1100" height="435" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1815. </div></a>
  1816.            </div><div class="mega-menu__promo">
  1817.              <a class="mega-menu__promo-link media-wrapper" href="https://www.youtube.com/user/OrganicOlivia1/videos" target="_blank">
  1818.                <div class="image-animate media media--adapt  "
  1819.                  style="--image-position: center center;--image-ratio-percent: 25.842696629213485%;"
  1820.                >
  1821.                  <img src="//www.organicolivia.com/cdn/shop/files/new-youtube-logo-icon-update-youtube-issue-fortawesome-font-3_1_5e7b515e-a446-4d0e-94fe-daa1c36af623.png?v=1723575987&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/new-youtube-logo-icon-update-youtube-issue-fortawesome-font-3_1_5e7b515e-a446-4d0e-94fe-daa1c36af623.png?v=1723575987&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/new-youtube-logo-icon-update-youtube-issue-fortawesome-font-3_1_5e7b515e-a446-4d0e-94fe-daa1c36af623.png?v=1723575987&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/new-youtube-logo-icon-update-youtube-issue-fortawesome-font-3_1_5e7b515e-a446-4d0e-94fe-daa1c36af623.png?v=1723575987&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/new-youtube-logo-icon-update-youtube-issue-fortawesome-font-3_1_5e7b515e-a446-4d0e-94fe-daa1c36af623.png?v=1723575987&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/new-youtube-logo-icon-update-youtube-issue-fortawesome-font-3_1_5e7b515e-a446-4d0e-94fe-daa1c36af623.png?v=1723575987&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/new-youtube-logo-icon-update-youtube-issue-fortawesome-font-3_1_5e7b515e-a446-4d0e-94fe-daa1c36af623.png?v=1723575987&amp;width=1100 1100w" width="1100" height="284" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1822. </div></a>
  1823.            </div></div></div>
  1824.              
  1825.        
  1826.      </div>
  1827.  
  1828.            
  1829.    </div></mega-menu>
  1830.  
  1831. </li><li class="menu_item_workshops"><dropdown-menu>
  1832.              <a href="/pages/community-workshops" class="header__menu-item header__menu-item--top list-menu__item focus-inset"><span class="label">Workshops</span></a>
  1833.            </dropdown-menu></li><li class="menu_item_about"><mega-menu class="is-megamenu mega_menu">
  1834.  <a href="https://blog.organicolivia.com/about-organic-olivia/" class="header__menu-item header__menu-item--top list-menu__item focus-inset" ><span class="label">About</span></a><div class="list-menu-dropdown hidden  has-background " style="background-image: url('//www.organicolivia.com/cdn/shop/files/menu-about-bg3.webp?v=1711467244');">
  1835.      
  1836.      <div class="page-width page-width--inner ">
  1837. <div class="list-mega-menu">
  1838.  
  1839.              <div class="mega-menu__item mega-menu__item_feature">
  1840.                
  1841.                
  1842.              </div>
  1843.              
  1844.          
  1845.              <div class="mega-menu__item">
  1846.              
  1847.                <a href="https://blog.organicolivia.com/about-organic-olivia/" class="mega-menu__item-link list-menu__item focus-inset" >
  1848.                </a><ul class="list-menu-child list-menu"><li>
  1849.                        <a href="https://blog.organicolivia.com/about-organic-olivia/" class="header__menu-item list-menu__item focus-inset" >
  1850.                          <span class="label">Olivia&#39;s Story</span>
  1851.                        </a>
  1852.                      </li><li>
  1853.                        <a href="https://blog.organicolivia.com/glossary/aloe-vera/" class="header__menu-item list-menu__item focus-inset" >
  1854.                          <span class="label">Herb Glossary</span>
  1855.                        </a>
  1856.                      </li><li>
  1857.                        <a href="https://blog.organicolivia.com/a-guide-to-different-methods-of-consuming-herbal-medicine-tinctures-capsules-etc/" class="header__menu-item list-menu__item focus-inset" >
  1858.                          <span class="label">Herb Delivery Methods</span>
  1859.                        </a>
  1860.                      </li><li>
  1861.                        <a href="/pages/contact-us" class="header__menu-item list-menu__item focus-inset" >
  1862.                          <span class="label">Contact</span>
  1863.                        </a>
  1864.                      </li></ul><!--- for "Safe for" within the "shop" menu --->
  1865.              
  1866.                
  1867.              </div>
  1868.  
  1869.               <!-- <div class="mega-menu__item mega-menu__item--blank"></div> --></div>
  1870. <div class="mega-menu__promo">
  1871.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/about-organic-olivia/" >
  1872.                <div class="image-animate media media--landscape-square   media--radius "
  1873.                  style="--image-position: center center;"
  1874.                >
  1875.                  <img src="//www.organicolivia.com/cdn/shop/files/R1-02273-0010.jpg?v=1624327402&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/R1-02273-0010.jpg?v=1624327402&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/R1-02273-0010.jpg?v=1624327402&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/R1-02273-0010.jpg?v=1624327402&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/R1-02273-0010.jpg?v=1624327402&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/R1-02273-0010.jpg?v=1624327402&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/R1-02273-0010.jpg?v=1624327402&amp;width=1100 1100w" width="1100" height="1655" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1876. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1877.                        <span class="label">Olivia&#39;s Story</span>
  1878.                      </div><div class="mega-menu__promo-subheading"><p>How our founder discovered her love for the world of herbal medicine.</p></div>
  1879.                  </div></a>
  1880.            </div><div class="mega-menu__promo">
  1881.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/glossary/aloe-vera/" >
  1882.                <div class="image-animate media media--landscape-square   media--radius "
  1883.                  style="--image-position: center center;"
  1884.                >
  1885.                  <img src="//www.organicolivia.com/cdn/shop/files/St_John_s_Wort_Monograph_1.jpg?v=1624328220&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/St_John_s_Wort_Monograph_1.jpg?v=1624328220&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/St_John_s_Wort_Monograph_1.jpg?v=1624328220&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/St_John_s_Wort_Monograph_1.jpg?v=1624328220&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/St_John_s_Wort_Monograph_1.jpg?v=1624328220&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/St_John_s_Wort_Monograph_1.jpg?v=1624328220&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/St_John_s_Wort_Monograph_1.jpg?v=1624328220&amp;width=1100 1100w" width="1100" height="1637" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1886. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1887.                        <span class="label">Meet Your Herbs</span>
  1888.                      </div><div class="mega-menu__promo-subheading"><p>NEW! Herb Glossary: Learn about the plants we formulate with.</p></div>
  1889.                  </div></a>
  1890.            </div><div class="mega-menu__promo">
  1891.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/articles/a-guide-to-different-methods-of-consuming-herbal-medicine-tinctures-capsules-etc/" >
  1892.                <div class="image-animate media media--landscape-square   media--radius "
  1893.                  style="--image-position: center center;"
  1894.                >
  1895.                  <img src="//www.organicolivia.com/cdn/shop/files/Screen_Shot_2021-06-21_at_7.05.29_PM.png?v=1624327536&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Screen_Shot_2021-06-21_at_7.05.29_PM.png?v=1624327536&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/Screen_Shot_2021-06-21_at_7.05.29_PM.png?v=1624327536&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/Screen_Shot_2021-06-21_at_7.05.29_PM.png?v=1624327536&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/Screen_Shot_2021-06-21_at_7.05.29_PM.png?v=1624327536&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/Screen_Shot_2021-06-21_at_7.05.29_PM.png?v=1624327536&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/Screen_Shot_2021-06-21_at_7.05.29_PM.png?v=1624327536&amp;width=1100 1100w" width="1100" height="1549" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1896. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1897.                        <span class="label">Herbal Delivery Methods</span>
  1898.                      </div><div class="mega-menu__promo-subheading"><p>The difference between a tincture, tea, capsule and more.</p></div>
  1899.                  </div></a>
  1900.            </div>
  1901.              
  1902.        
  1903.      </div>
  1904.  
  1905.            
  1906.    </div></mega-menu>
  1907.  
  1908. </li><li class="menu_item_herb-glossary"><mega-menu class="is-megamenu mega_menu_glossary">
  1909.  <a href="https://blog.organicolivia.com/glossary/aloe-vera/" class="header__menu-item header__menu-item--top list-menu__item focus-inset" ><span class="label">Herb Glossary</span></a><div class="list-menu-dropdown hidden " >
  1910.      
  1911.        <div class="page-width page-width--inner">
  1912.          <div class="mega_title_container center">
  1913.            
  1914.            <h2>Know Your Herbs</h2>
  1915.            
  1916.            
  1917.            <div class="mega_description"><p>Just like us humans, herbs have their own personalities, traditions, and wisdom. Nerd out on the plants in our formulas to cultivate a deeper relationship with the allies in your apothecary.</p></div>
  1918.                
  1919.          </div>
  1920.        </div>
  1921.      
  1922.      <div class="page-width page-width--inner ">
  1923.  
  1924. <div class="mega-menu__promo">
  1925.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/glossary/angelica/" >
  1926.                <div class="image-animate media media--circle media--square  media--radius "
  1927.                  style="--image-position: center center;"
  1928.                >
  1929.                  <img src="//www.organicolivia.com/cdn/shop/files/Angelica1-1024x683_320x320_9302f397-56a0-419f-83a0-d4fb5a411d24.webp?v=1652747665&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Angelica1-1024x683_320x320_9302f397-56a0-419f-83a0-d4fb5a411d24.webp?v=1652747665&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/Angelica1-1024x683_320x320_9302f397-56a0-419f-83a0-d4fb5a411d24.webp?v=1652747665&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/Angelica1-1024x683_320x320_9302f397-56a0-419f-83a0-d4fb5a411d24.webp?v=1652747665&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/Angelica1-1024x683_320x320_9302f397-56a0-419f-83a0-d4fb5a411d24.webp?v=1652747665&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/Angelica1-1024x683_320x320_9302f397-56a0-419f-83a0-d4fb5a411d24.webp?v=1652747665&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/Angelica1-1024x683_320x320_9302f397-56a0-419f-83a0-d4fb5a411d24.webp?v=1652747665&amp;width=1100 1100w" width="1100" height="732" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1930. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1931.                        <span class="label">Angelica</span>
  1932.                      </div><div class="mega-menu__promo-subheading"><p>Angelica archangelica</p></div>
  1933.                  </div></a>
  1934.            </div><div class="mega-menu__promo">
  1935.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/glossary/cacao/" >
  1936.                <div class="image-animate media media--circle media--square  media--radius "
  1937.                  style="--image-position: center center;"
  1938.                >
  1939.                  <img src="//www.organicolivia.com/cdn/shop/files/Cacao-11-1024x683_320x320_c97bdcb5-5e9f-44df-a664-c6b5d282ee5b.webp?v=1652747665&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Cacao-11-1024x683_320x320_c97bdcb5-5e9f-44df-a664-c6b5d282ee5b.webp?v=1652747665&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/Cacao-11-1024x683_320x320_c97bdcb5-5e9f-44df-a664-c6b5d282ee5b.webp?v=1652747665&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/Cacao-11-1024x683_320x320_c97bdcb5-5e9f-44df-a664-c6b5d282ee5b.webp?v=1652747665&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/Cacao-11-1024x683_320x320_c97bdcb5-5e9f-44df-a664-c6b5d282ee5b.webp?v=1652747665&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/Cacao-11-1024x683_320x320_c97bdcb5-5e9f-44df-a664-c6b5d282ee5b.webp?v=1652747665&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/Cacao-11-1024x683_320x320_c97bdcb5-5e9f-44df-a664-c6b5d282ee5b.webp?v=1652747665&amp;width=1100 1100w" width="1100" height="732" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1940. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1941.                        <span class="label">Cacao</span>
  1942.                      </div><div class="mega-menu__promo-subheading"><p>Theobroma cacao</p></div>
  1943.                  </div></a>
  1944.            </div><div class="mega-menu__promo">
  1945.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/glossary/holy-basil/" >
  1946.                <div class="image-animate media media--circle media--square  media--radius "
  1947.                  style="--image-position: center center;"
  1948.                >
  1949.                  <img src="//www.organicolivia.com/cdn/shop/files/Holy-Basil1_320x320_26498dc4-1d3e-48af-bc44-b7d03be7fa7c.webp?v=1652747665&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Holy-Basil1_320x320_26498dc4-1d3e-48af-bc44-b7d03be7fa7c.webp?v=1652747665&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/Holy-Basil1_320x320_26498dc4-1d3e-48af-bc44-b7d03be7fa7c.webp?v=1652747665&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/Holy-Basil1_320x320_26498dc4-1d3e-48af-bc44-b7d03be7fa7c.webp?v=1652747665&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/Holy-Basil1_320x320_26498dc4-1d3e-48af-bc44-b7d03be7fa7c.webp?v=1652747665&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/Holy-Basil1_320x320_26498dc4-1d3e-48af-bc44-b7d03be7fa7c.webp?v=1652747665&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/Holy-Basil1_320x320_26498dc4-1d3e-48af-bc44-b7d03be7fa7c.webp?v=1652747665&amp;width=1100 1100w" width="1100" height="732" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1950. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1951.                        <span class="label">Holy Basil</span>
  1952.                      </div><div class="mega-menu__promo-subheading"><p>Ocimum sanctum</p></div>
  1953.                  </div></a>
  1954.            </div><div class="mega-menu__promo">
  1955.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/glossary/orange-peel/" >
  1956.                <div class="image-animate media media--circle media--square  media--radius "
  1957.                  style="--image-position: center center;"
  1958.                >
  1959.                  <img src="//www.organicolivia.com/cdn/shop/files/Orange-Peel-24-1024x768_320x320_d58ffaa4-d781-468a-8fde-2ca8e66ef2fe.webp?v=1652747665&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Orange-Peel-24-1024x768_320x320_d58ffaa4-d781-468a-8fde-2ca8e66ef2fe.webp?v=1652747665&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/Orange-Peel-24-1024x768_320x320_d58ffaa4-d781-468a-8fde-2ca8e66ef2fe.webp?v=1652747665&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/Orange-Peel-24-1024x768_320x320_d58ffaa4-d781-468a-8fde-2ca8e66ef2fe.webp?v=1652747665&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/Orange-Peel-24-1024x768_320x320_d58ffaa4-d781-468a-8fde-2ca8e66ef2fe.webp?v=1652747665&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/Orange-Peel-24-1024x768_320x320_d58ffaa4-d781-468a-8fde-2ca8e66ef2fe.webp?v=1652747665&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/Orange-Peel-24-1024x768_320x320_d58ffaa4-d781-468a-8fde-2ca8e66ef2fe.webp?v=1652747665&amp;width=1100 1100w" width="1100" height="825" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1960. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1961.                        <span class="label">Orange Peel</span>
  1962.                      </div><div class="mega-menu__promo-subheading"><p>Citrus sinensis</p></div>
  1963.                  </div></a>
  1964.            </div><div class="mega-menu__promo">
  1965.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/glossary/mimosa/" >
  1966.                <div class="image-animate media media--circle media--square  media--radius "
  1967.                  style="--image-position: center center;"
  1968.                >
  1969.                  <img src="//www.organicolivia.com/cdn/shop/files/Mimosa-11-1024x629_320x320_9379faa1-521c-4d7b-8c5c-e23fa5566b91.webp?v=1652747665&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Mimosa-11-1024x629_320x320_9379faa1-521c-4d7b-8c5c-e23fa5566b91.webp?v=1652747665&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/Mimosa-11-1024x629_320x320_9379faa1-521c-4d7b-8c5c-e23fa5566b91.webp?v=1652747665&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/Mimosa-11-1024x629_320x320_9379faa1-521c-4d7b-8c5c-e23fa5566b91.webp?v=1652747665&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/Mimosa-11-1024x629_320x320_9379faa1-521c-4d7b-8c5c-e23fa5566b91.webp?v=1652747665&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/Mimosa-11-1024x629_320x320_9379faa1-521c-4d7b-8c5c-e23fa5566b91.webp?v=1652747665&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/Mimosa-11-1024x629_320x320_9379faa1-521c-4d7b-8c5c-e23fa5566b91.webp?v=1652747665&amp;width=1100 1100w" width="1100" height="677" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1970. </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1971.                        <span class="label">Mimosa</span>
  1972.                      </div><div class="mega-menu__promo-subheading"><p>Albizia julibrissin</p></div>
  1973.                  </div></a>
  1974.            </div><div class="mega-menu__promo">
  1975.              <a class="mega-menu__promo-link media-wrapper" href="https://blog.organicolivia.com/glossary/passionflower/" >
  1976.                <div class="image-animate media media--circle media--square  media--radius "
  1977.                  style="--image-position: center center;"
  1978.                >
  1979.                  <img src="//www.organicolivia.com/cdn/shop/files/Passionflower2-1024x822_320x320_42c89f12-0daf-4431-88de-0a986d3ea27a.webp?v=1652747665&amp;width=1100" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Passionflower2-1024x822_320x320_42c89f12-0daf-4431-88de-0a986d3ea27a.webp?v=1652747665&amp;width=165 165w, //www.organicolivia.com/cdn/shop/files/Passionflower2-1024x822_320x320_42c89f12-0daf-4431-88de-0a986d3ea27a.webp?v=1652747665&amp;width=360 360w, //www.organicolivia.com/cdn/shop/files/Passionflower2-1024x822_320x320_42c89f12-0daf-4431-88de-0a986d3ea27a.webp?v=1652747665&amp;width=535 535w, //www.organicolivia.com/cdn/shop/files/Passionflower2-1024x822_320x320_42c89f12-0daf-4431-88de-0a986d3ea27a.webp?v=1652747665&amp;width=750 750w, //www.organicolivia.com/cdn/shop/files/Passionflower2-1024x822_320x320_42c89f12-0daf-4431-88de-0a986d3ea27a.webp?v=1652747665&amp;width=940 940w, //www.organicolivia.com/cdn/shop/files/Passionflower2-1024x822_320x320_42c89f12-0daf-4431-88de-0a986d3ea27a.webp?v=1652747665&amp;width=1100 1100w" width="1100" height="883" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 292px, (min-width: 990px) calc((100vw - 10rem) / 4), (min-width: 750px) calc((100vw - 10rem) / 3), calc(100vw - 3rem)" is="lazy-image">
  1980.  
  1981.                
  1982.                </div><div class="mega-menu__promo-content"><div class="mega-menu__promo-heading">
  1983.                        <span class="label">Passionflower</span>
  1984.                      </div><div class="mega-menu__promo-subheading"><p>Passiflora incarnata</p></div>
  1985.                  </div></a>
  1986.            </div>
  1987.              
  1988.        
  1989.      </div>
  1990.  
  1991.      
  1992.        <div class="page-width page-width--inner">
  1993.          <div class="mega_title_container mega_link_container center">
  1994.            <a href="https://blog.organicolivia.com/glossary" class="mega_link">View Full Herb Glossary</a>
  1995.          </div>
  1996.        </div>
  1997.            
  1998.    </div></mega-menu>
  1999.  
  2000. </li><li class="menu_item_subscribe-save"><dropdown-menu>
  2001.              <a href="/collections/subscription" class="header__menu-item header__menu-item--top list-menu__item focus-inset"><span class="label">Subscribe &amp; Save</span></a>
  2002.            </dropdown-menu></li></ul>
  2003. </nav>
  2004. <div class="header__right"><search-modal>
  2005.        <details>
  2006.          <summary class="header__icon header__icon--summary header__icon--search focus-inset modal__toggle" aria-haspopup="dialog" aria-label="Search our site">
  2007.            <span>
  2008.              <svg class="icon icon-search modal__toggle-open" aria-hidden="true" focusable="false">
  2009.                <use href="#icon-search"></use>
  2010.              </svg>
  2011.              <svg class="icon icon-close modal__toggle-close" aria-hidden="true" focusable="false">
  2012.                <use href="#icon-close"></use>
  2013.              </svg>
  2014.            </span>
  2015.          </summary>
  2016.          <div class="search-modal modal__content" role="dialog" aria-modal="true" aria-label="Search our site">
  2017.  <div class="page-width">
  2018.    <div class="search-modal__content" tabindex="-1"><predictive-search data-loading-text="Loading..." data-per-page="10"><form action="/search" method="get" role="search" class="search search-modal__form">
  2019.          <div class="field">
  2020.            <button type="submit" class="search__button focus-inset" aria-label="Search our site" tabindex="-1">
  2021.              <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-search" fill="none" viewBox="0 0 15 17">
  2022.      <circle cx="7.11113" cy="7.11113" r="6.56113" stroke="currentColor" fill="none"/>
  2023.      <path d="M11.078 12.3282L13.8878 16.0009" stroke="currentColor" stroke-linecap="round" fill="none"/>
  2024.    </svg>
  2025.            </button>
  2026.            <input
  2027.              id="Search-In-Modal-752"
  2028.              class="search__input field__input"
  2029.              type="search"
  2030.              name="q"
  2031.              value=""
  2032.              placeholder="Search"
  2033.                role="combobox"
  2034.                aria-expanded="false"
  2035.                aria-owns="predictive-search-results-list"
  2036.                aria-controls="predictive-search-results-list"
  2037.                aria-haspopup="listbox"
  2038.                aria-autocomplete="list"
  2039.                autocorrect="off"
  2040.                autocomplete="off"
  2041.                autocapitalize="off"
  2042.                spellcheck="false"
  2043.              />
  2044.            <label class="visually-hidden" for="Search-In-Modal-752">Search our site</label>
  2045.            
  2046.            <!-- Updated to explicitly include blog posts -->
  2047.            <input type="hidden" name="type" value="article,page,product"/>
  2048.            <input type="hidden" name="options[prefix]" value="last"/><div class="predictive-search__loading-state">
  2049.                <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-spinner" fill="none" viewBox="0 0 66 66">
  2050.      <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"/>
  2051.    </svg>
  2052.              </div><button type="reset" class="search__button focus-inset">Clear</button><button type="button" class="search__button focus-inset" aria-label="Close" tabindex="-1">
  2053.              <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-close" fill="none" viewBox="0 0 12 12">
  2054.      <path d="M1 1L11 11" stroke="currentColor" stroke-linecap="round" fill="none"/>
  2055.      <path d="M11 1L1 11" stroke="currentColor" stroke-linecap="round" fill="none"/>
  2056.    </svg>
  2057.            </button>
  2058.          </div><div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search></div>
  2059.            <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span></form></predictive-search></div>
  2060.  </div>
  2061.  
  2062.  <div class="modal-overlay"></div>
  2063. </div>
  2064.  
  2065.        </details>
  2066.      </search-modal><a href="https://www.organicolivia.com/customer_authentication/redirect?locale=en&region_country=US" class="header__icon header__icon--account focus-inset small-hide">
  2067.          <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-account" fill="none" viewBox="0 0 14 18">
  2068.      <path d="M7.34497 10.0933C4.03126 10.0933 1.34497 12.611 1.34497 15.7169C1.34497 16.4934 1.97442 17.1228 2.75088 17.1228H11.9391C12.7155 17.1228 13.345 16.4934 13.345 15.7169C13.345 12.611 10.6587 10.0933 7.34497 10.0933Z" stroke="currentColor"/>
  2069.      <ellipse cx="7.34503" cy="5.02631" rx="3.63629" ry="3.51313" stroke="currentColor" stroke-linecap="square"/>
  2070.    </svg>
  2071.          <span class="visually-hidden">Sign In</span>
  2072.        </a><cart-drawer>
  2073.          <details class="cart-drawer-container">
  2074.            <summary class="header__icon focus-inset">
  2075.              <span class="header__icon header__icon--summary header__icon--cart" id="cart-icon-bubble">
  2076.                  <svg class="icon icon-cart" aria-hidden="true" focusable="false">
  2077.                    <use href="#icon-cart"></use>
  2078.                  </svg>
  2079.                
  2080.        
  2081.                <span class="visually-hidden">Cart</span>
  2082.                  <span class="cart-count-bubble">
  2083.                    <span aria-hidden="true">0</span>
  2084.                    <span class="visually-hidden">0</span>
  2085.                  </span></span>
  2086.            </summary>
  2087.            <mini-cart class="cart-drawer focus-inset" id="mini-cart" data-url="?section_id=mini-cart">
  2088.              <div class="loading-overlay">
  2089.                <div class="loading-overlay__spinner">
  2090.                  <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-spinner" fill="none" viewBox="0 0 66 66">
  2091.      <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"/>
  2092.    </svg>
  2093.                </div>
  2094.              </div>
  2095.            </mini-cart>
  2096.          </details>
  2097.          <noscript>
  2098.            <a href="/cart" class="header__icon header__icon--cart focus-inset">
  2099.                <svg class="icon icon-cart" aria-hidden="true" focusable="false">
  2100.                  <use href="#icon-cart"></use>
  2101.                </svg>
  2102.              
  2103.              
  2104.              <span class="visually-hidden">Cart</span>
  2105.                  <span class="cart-count-bubble">
  2106.                    <span aria-hidden="true">0</span>
  2107.                    <span class="visually-hidden">0</span>
  2108.                  </span></a>
  2109.          </noscript>
  2110.        </cart-drawer></div>
  2111.  </header>
  2112.  <span class="header-background"></span>
  2113. </sticky-header>
  2114.  
  2115.  
  2116.  
  2117. <script type="application/ld+json">
  2118.  {
  2119.    "@context": "http://schema.org",
  2120.    "@type": "Organization",
  2121.    "name": "Organic Olivia ",
  2122.    
  2123.      "logo": "https:\/\/www.organicolivia.com\/cdn\/shop\/products\/OO-logo.png?v=1617918395\u0026width=235",
  2124.    
  2125.    "sameAs": [
  2126.      "https:\/\/www.facebook.com\/shoporganicolivia",
  2127.      "",
  2128.      "https:\/\/www.pinterest.com\/organicolivia\/",
  2129.      "https:\/\/www.instagram.com\/shoporganicolivia\/",
  2130.      "",
  2131.      "",
  2132.      "",
  2133.      "https:\/\/www.youtube.com\/user\/OrganicOlivia1",
  2134.      ""
  2135.    ],
  2136.    "url": "https:\/\/www.organicolivia.com"
  2137.  }
  2138. </script>
  2139.  <script type="application/ld+json">
  2140.    {
  2141.      "@context": "http://schema.org",
  2142.      "@type": "WebSite",
  2143.      "name": "Organic Olivia ",
  2144.      "potentialAction": {
  2145.        "@type": "SearchAction",
  2146.        "target": "https:\/\/www.organicolivia.com\/search?q={search_term_string}",
  2147.        "query-input": "required name=search_term_string"
  2148.      },
  2149.      "url": "https:\/\/www.organicolivia.com"
  2150.    }
  2151.  </script><script src="//www.organicolivia.com/cdn/shop/t/433/assets/cart.js?v=57840014707535221941752783503" defer="defer"></script>
  2152. <script src="//www.organicolivia.com/cdn/shop/t/433/assets/cart-drawer.js?v=5420845715490320271752783502" defer="defer"></script>
  2153.  
  2154.  
  2155. <style> #shopify-section-sections--18379341332652__header .header--middle-left .header__inline-menu {margin-inline-start: 0; text-align: left;} </style></div>
  2156. <!-- END sections: header-group -->
  2157.  
  2158.  
  2159.  
  2160.      
  2161.      <div class="transition-content">
  2162.        <main id="MainContent" class="content-for-layout focus-none shopify-section" role="main" tabindex="-1">
  2163.          
  2164.          <section id="shopify-section-template--18379337334956__slideshow" class="shopify-section section"><style data-shopify>#shopify-section-template--18379337334956__slideshow {
  2165.    --section-padding-top: 0px;
  2166.    --section-padding-bottom: 0px;
  2167.      --image-ratio-percent: 41.625207296849084%;
  2168.    --image-height: 500px;
  2169.    --color-overlay-opacity: 0.0;
  2170.    --color-overlay: 26, 27, 24;
  2171.      --color-background: 255, 255, 255;
  2172.  --color-foreground: 33, 35, 38;
  2173.  --color-link: var(--color-foreground);
  2174.  --color-border: var(--color-foreground);
  2175.  --color-heading: var(--color-foreground);
  2176.  --color-button-background: 100, 105, 12;
  2177.  --color-button-text: 255, 255, 255;
  2178.  --color-button-border: var(--color-button-background);
  2179.  --color-shadow: var(--color-foreground);
  2180.  --shadow-opacity: 0.3;
  2181.    }@media screen and (max-width: 749px) {
  2182.      #shopify-section-template--18379337334956__slideshow {
  2183.        --image-ratio-percent: 107.2933549432739%;
  2184.      }
  2185.    }@media screen and (min-width: 750px) {
  2186.    #shopify-section-template--18379337334956__slideshow {
  2187.      --image-height: 650px;
  2188.      
  2189.    }
  2190.  
  2191.    #shopify-section-template--18379337334956__slideshow .flickity-button {
  2192.      --color-button-text: 255, 255, 255;
  2193.      --color-button-background: 26, 27, 24;;
  2194.      --color-button-border: var(--color-button-background);
  2195.    }
  2196.  
  2197.    #shopify-section-template--18379337334956__slideshow .slideshow--legacy[data-autorotate="true"] .flickity-page-dots .flickity-page-dot::before {
  2198.      animation-duration: 5s;
  2199.    }
  2200.  }</style><link href="//www.organicolivia.com/cdn/shop/t/433/assets/section-slideshow.css?v=149544211640817299491752783575" rel="stylesheet" type="text/css" media="all" />
  2201.  
  2202. <div class="page-width page-width--full-width section--padding"><div id="Slideshow-template--18379337334956__slideshow" class="slideshow slideshow--only1 slideshow--legacy slideshow--650px slideshow--mobile-500px slideshow--mobile-overlay"><div class="slideshow__center left mobile-center page-width"><div class="slideshow__content">
  2203.            <div class="slideshow__box slideshow__box--middle-left is-selected page-width ">
  2204.              <div class="slideshow__card"><h1 class="slideshow__heading h1" data-animate data-animate-delay-1>
  2205.                    Immunity You Can Count On
  2206.                  </h1><div class="slideshow__text typeset2" data-animate data-animate-delay-2>
  2207.                    Keep your family healthy this back-to-school season with a daily trio that strengthens the immune response, balances the gut microbiome, and provides an antioxidant boost.
  2208.                  </div><div class="slideshow__button" data-animate data-animate-delay-3><a class="button button--small" href="/pages/immunity-trio">
  2209.                        Shop Now
  2210.                      </a></div></div>
  2211.            </div>
  2212.          </div></div>
  2213.      <div class="slideshow__right">
  2214.        <div class="slideshow__slide is-selected" >
  2215.          <div class="slideshow__image-wrapper media-wrapper"><div class="slideshow__image media media--650px media-mobile--500px"
  2216.      style="--image-position: center center"
  2217.    ><img src="//www.organicolivia.com/cdn/shop/files/mobile__450x970-mobileupdated.jpg?v=1755626231&amp;width=3840" alt="" srcset="//www.organicolivia.com/cdn/shop/files/mobile__450x970-mobileupdated.jpg?v=1755626231&amp;width=3840 3840w" width="3840" height="4120" class="medium-hide large-up-hide" sizes="100vw" is="lazy-image"><img src="//www.organicolivia.com/cdn/shop/files/Desktop_2650x1004-Hero-immunitytrio.jpg?v=1755626014&amp;width=3840" alt="" srcset="//www.organicolivia.com/cdn/shop/files/Desktop_2650x1004-Hero-immunitytrio.jpg?v=1755626014&amp;width=3840 3840w" width="3840" height="1598" class="small-hide" sizes="100vw" is="lazy-image"></div><a href="/pages/immunity-trio" class="full-unstyled-link">&nbsp;</a></div>
  2218.  
  2219.        </div>
  2220.      </div>
  2221.    </div></div>
  2222.  
  2223.  
  2224. <style> @media screen and (max-width: 749px) {#shopify-section-template--18379337334956__slideshow .slideshow--mobile-overlay .slideshow__center {position: absolute; left: 0; top: 10%; z-index: 1; }} </style></section><section id="shopify-section-template--18379337334956__intro_hp_feature_iXRqA3" class="shopify-section intro-hp-section"><div id="intro-hp-section" class="section">
  2225.  <div class="intro-hp-width">
  2226.    <div class="intro-hp-wrap">
  2227.      <div class="intro-l">
  2228.        <h2 class="intro-l-txt">Herbal medicine your great-grandmother would love, dialed in for modern life.</h2>
  2229.      </div>
  2230.      <div class="intro-r">
  2231.        <div class="intro-r-wrap"><div class="intro-r-text">
  2232.              <div class="intro-r-image-icon">
  2233.                 <img srcset="//www.organicolivia.com/cdn/shop/files/IOE_3.svg?v=1752787476&width=40"
  2234.                    src="//www.organicolivia.com/cdn/shop/files/IOE_3.svg?v=1752787476&width=40"
  2235.                    alt=""
  2236.                    loading="lazy"
  2237.                    width="40"
  2238.                    height="auto"
  2239.                    is="lazy-image"
  2240.                  />
  2241.              </div>
  2242.              <div class="intro-r-txt">
  2243.              <span>Woman Owned & Operated</span>
  2244.              </div>
  2245.            </div>
  2246.          <div class="intro-r-text">
  2247.              <div class="intro-r-image-icon">
  2248.                 <img srcset="//www.organicolivia.com/cdn/shop/files/Group_d6f10a04-5b52-4a67-b988-192e978852eb.svg?v=1752787512&width=40"
  2249.                    src="//www.organicolivia.com/cdn/shop/files/Group_d6f10a04-5b52-4a67-b988-192e978852eb.svg?v=1752787512&width=40"
  2250.                    alt=""
  2251.                    loading="lazy"
  2252.                    width="40"
  2253.                    height="auto"
  2254.                    is="lazy-image"
  2255.                  />
  2256.              </div>
  2257.              <div class="intro-r-txt">
  2258.              <span>Organic & Non-GMO</span>
  2259.              </div>
  2260.            </div>
  2261.          <div class="intro-r-text">
  2262.              <div class="intro-r-image-icon">
  2263.                 <img srcset="//www.organicolivia.com/cdn/shop/files/thirdparty-1.svg?v=1752787512&width=40"
  2264.                    src="//www.organicolivia.com/cdn/shop/files/thirdparty-1.svg?v=1752787512&width=40"
  2265.                    alt=""
  2266.                    loading="lazy"
  2267.                    width="40"
  2268.                    height="auto"
  2269.                    is="lazy-image"
  2270.                  />
  2271.              </div>
  2272.              <div class="intro-r-txt">
  2273.              <span>Third Party Tested</span>
  2274.              </div>
  2275.            </div>
  2276.          
  2277.        </div>
  2278.      </div>
  2279.    </div>
  2280.  </div>
  2281. </div>
  2282.  
  2283. </section><section id="shopify-section-template--18379337334956__video_with_product_7zKcTb" class="shopify-section section"><style data-shopify>#shopify-section-template--18379337334956__video_with_product_7zKcTb {
  2284.    --section-padding-top: 36px;
  2285.    --section-padding-bottom: 36px;
  2286.      
  2287.      --image-ratio-percent: 100.0%;
  2288.    
  2289.      --gradient-background: #fdfbf8;
  2290.      --color-background: 253, 251, 248;
  2291.      --color-foreground: 33, 35, 38;
  2292.      --color-link: var(--color-foreground);
  2293.      --color-border: var(--color-foreground);
  2294.      --color-heading: var(--color-foreground);
  2295.      --color-button-background: 100, 105, 12;
  2296.      --color-button-text: 255, 255, 255;
  2297.      --color-button-border: var(--color-button-background);
  2298.      --color-shadow: var(--color-foreground);
  2299.    --shadow-opacity: 0.3;
  2300.  }</style><link href="//www.organicolivia.com/cdn/shop/t/433/assets/section-image-with-text.css?v=2336113503598291491752783564" rel="stylesheet" type="text/css" media="all" />
  2301. <link href="//www.organicolivia.com/cdn/shop/t/433/assets/section-video-with-product.css?v=13355002312826835301752783576" rel="stylesheet" type="text/css" media="all" />
  2302.  
  2303.  
  2304. <link href="//www.organicolivia.com/cdn/shop/t/433/assets/section-image-banner.css?v=89205753330123338491752783563" rel="stylesheet" type="text/css" media="all" />
  2305. <link href="//www.organicolivia.com/cdn/shop/t/433/assets/section-video-hero.css?v=128925557251688866411752783576" rel="stylesheet" type="text/css" media="all" />
  2306.  
  2307. <div class="page-custom-colors">
  2308.  
  2309. <div class="section--padding">
  2310.  <div class="image-with-text video-with-product image-with-text--colored page-width">
  2311.    <div class="image-with-text__grid grid grid--gapless grid--1-col grid--2-col-tablet">
  2312.      <div class="grid__item">
  2313.  
  2314.        
  2315.        
  2316.  
  2317.          
  2318.  
  2319.          <div class="mobile_content medium-hide large-up-hide mobile-center">
  2320.          <div class="video-product-title">
  2321.            
  2322.            
  2323.              
  2324.          </div>
  2325.            
  2326.            
  2327.            
  2328.            
  2329.          </div>
  2330.           <div class="image-with-text--video image-animate media media--650px media-mobile--auto">
  2331.            <div class="banner__media">
  2332.              <use-animate data-animate="zoom-fade" class="media-wrapper media-wrapper--large">
  2333.                <div class="image-animate media media--650px media-mobile--auto"><div class="video-wrapper" style="position: relative;">
  2334.                      
  2335.                      <video playsinline="true" loop="loop" poster="//www.organicolivia.com/cdn/shop/files/mobile__750x970-livcloser.jpg?v=1745427044" preload="metadata"><source src="//www.organicolivia.com/cdn/shop/videos/c/vp/1613a3a74e7b484cb595fc29c83dc857/1613a3a74e7b484cb595fc29c83dc857.HD-1080p-7.2Mbps-51780592.mp4?v=0" type="video/mp4"><img src="//www.organicolivia.com/cdn/shop/files/preview_images/1613a3a74e7b484cb595fc29c83dc857.thumbnail.0000000000_small.jpg?v=1753288694"></video>
  2336.                    
  2337.                      <button id="playButton" class="play-button" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;">
  2338.                        
  2339.    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24" fill="none" class="icon icon-play-arrow" >
  2340.      <path d="M4.26366 23.8595C4.97211 23.8595 5.67347 23.6794 6.29134 23.3405L19.665 15.9519C21.0694 15.1788 21.9377 13.7067 21.9377 12.1111C21.9377 10.5155 21.0641 9.04345 19.665 8.27038L6.29134 0.881699C5.67343 0.54281 4.97388 0.362793 4.26366 0.362793C1.96429 0.362793 0.0910645 2.22492 0.0910645 4.51066V19.7146C0.0910645 22.0003 1.96429 23.8624 4.26366 23.8624V23.8595ZM1.90925 4.51115C1.90925 3.22265 2.96393 2.1707 4.26366 2.1707C4.66316 2.1707 5.05911 2.27484 5.40534 2.4637L18.779 9.85238C19.6152 10.313 20.116 11.1585 20.116 12.1116C20.116 13.0648 19.6152 13.9102 18.779 14.3709L5.40534 21.7596C5.05555 21.9537 4.65961 22.0526 4.26366 22.0526C2.96747 22.0526 1.90925 21.0041 1.90925 19.7121V4.50821V4.51115Z" fill="white"/>
  2341.    </svg>
  2342.                      </button>
  2343.                    </div>
  2344.                    
  2345.                  
  2346.                </div>
  2347.              </use-animate>
  2348.            </div>
  2349.           </div>
  2350.            <div class="video__content">
  2351.          <div class="video-content">
  2352.            
  2353.            <div class="video-heading">
  2354.              
  2355.            </div>
  2356.            
  2357.            
  2358.              <div class="video-author"></div>
  2359.            
  2360.          </div>
  2361.          <div class="video-product-title small-hide">
  2362.            
  2363.            
  2364.              
  2365.          </div>
  2366.        </div>
  2367.          
  2368.            
  2369.      </div>
  2370.      <div class="grid__item">
  2371.        <div class="image-with-text__content middle left mobile-left">
  2372.                  <p class="image-with-text__subheading h5" >Real people, real healing</p>
  2373.                
  2374.  
  2375.                  <h2 class="image-with-text__heading heading_lust h1" >Meet your Herbalist</h2>
  2376.                
  2377.  
  2378.                  <div class="vwp-txt image-with-text__text video-with-text__text typeset2 rte" ><p>You heard it here first, straight from our community: we're coming home to ourselves one herb and one formula at a time. Because healing isn’t just about supplements or red light therapy. It’s personal. It’s a journey of remembrance – of ancestral wisdom, our co-evolution with plants, and the quiet knowing our bodies hold (if we’re willing to listen). <br/><br/>Every formula at OO is rooted in this mission. Created by herbalist and founder Olivia, each blend supports you as a whole being, not just in feeling better, but in understanding the why. To help you reconnect with your body. To hear what the plants are saying. And to remember that healing is a returning, not a fixing.<br/></p></div>
  2379.                
  2380.  
  2381. <div class="grid">
  2382.                      <div class="grid__item"><a class="button button--medium" href="/pages/everyday-herbs-everyday-healing" >
  2383.                            Meet the community
  2384.                          </a></div>
  2385.                      
  2386.              
  2387.                    </div>
  2388. </div>
  2389.      </div>
  2390.    </div>
  2391.  </div>
  2392. </div>
  2393.  </div>
  2394.  
  2395.  
  2396. <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>                    
  2397.                    
  2398. <script>
  2399.  document.addEventListener('DOMContentLoaded', function () {
  2400.    const observer = new MutationObserver((mutations, obs) => {
  2401.      const wrappers = document.querySelectorAll('.video-wrapper');
  2402.  
  2403.      wrappers.forEach(wrapper => {
  2404.        const video = wrapper.querySelector('video');
  2405.        const button = wrapper.querySelector('.play-button');
  2406.  
  2407.        if (video && button && !video.dataset.handled) {
  2408.          // Mark as handled so we don't attach multiple times
  2409.          video.dataset.handled = 'true';
  2410.  
  2411.          // Force muted so most browsers allow playback
  2412.          video.muted = false;
  2413.  
  2414.          button.addEventListener('click', () => {
  2415.            if (video.paused) {
  2416.              video.play().then(() => {
  2417.                button.innerHTML = `
  2418.    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
  2419.      <path fill-rule="evenodd" clip-rule="evenodd" d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/>
  2420.    </svg>
  2421.  
  2422.  `;
  2423.              }).catch((err) => {
  2424.                console.error("Video play error:", err);
  2425.              });
  2426.            } else {
  2427.              video.pause();
  2428.              button.innerHTML = `
  2429.    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24" fill="none" class="icon icon-play-arrow" >
  2430.      <path d="M4.26366 23.8595C4.97211 23.8595 5.67347 23.6794 6.29134 23.3405L19.665 15.9519C21.0694 15.1788 21.9377 13.7067 21.9377 12.1111C21.9377 10.5155 21.0641 9.04345 19.665 8.27038L6.29134 0.881699C5.67343 0.54281 4.97388 0.362793 4.26366 0.362793C1.96429 0.362793 0.0910645 2.22492 0.0910645 4.51066V19.7146C0.0910645 22.0003 1.96429 23.8624 4.26366 23.8624V23.8595ZM1.90925 4.51115C1.90925 3.22265 2.96393 2.1707 4.26366 2.1707C4.66316 2.1707 5.05911 2.27484 5.40534 2.4637L18.779 9.85238C19.6152 10.313 20.116 11.1585 20.116 12.1116C20.116 13.0648 19.6152 13.9102 18.779 14.3709L5.40534 21.7596C5.05555 21.9537 4.65961 22.0526 4.26366 22.0526C2.96747 22.0526 1.90925 21.0041 1.90925 19.7121V4.50821V4.51115Z" fill="white"/>
  2431.    </svg>`;
  2432.            }
  2433.          });
  2434.        }
  2435.      });
  2436.    });
  2437.  
  2438.    // Observe entire body for added <video> elements
  2439.    observer.observe(document.body, {
  2440.      childList: true,
  2441.      subtree: true
  2442.    });
  2443.  });
  2444. </script>
  2445.  
  2446.                    
  2447.  
  2448. <style> #shopify-section-template--18379337334956__video_with_product_7zKcTb p.image-with-text__subheading.h5 {color: #64690c; margin-bottom: 10px; font-weight: 600;} #shopify-section-template--18379337334956__video_with_product_7zKcTb h2.image-with-text__heading.heading_lust.h1 {font-weight: 500; font-size: 36px; font-family: "Neue Haas Grotesk Display" !important;} #shopify-section-template--18379337334956__video_with_product_7zKcTb a.button.button--medium {color: #fff; font-weight: 500; height: 58px; letter-spacing: 1px !important;} @media (max-width: 575px) {#shopify-section-template--18379337334956__video_with_product_7zKcTb .video-with-text__text {text-align: center; } #shopify-section-template--18379337334956__video_with_product_7zKcTb .image-with-text__content {align-items: center; justify-content: center; }} </style></section><section id="shopify-section-template--18379337334956__1736937888e5f65ba8" class="shopify-section section"><style data-shopify>#shopify-section-template--18379337334956__1736937888e5f65ba8 {
  2449.    --section-padding-top: 36px;
  2450.    --section-padding-bottom: 36px;
  2451.  }
  2452.  
  2453. </style>  
  2454. <div class="section--padding">
  2455.  <div class="page-width">
  2456.    
  2457. <div id="shopify-block-Aa0pNUVRneGpZTThrU__wiser_product_recommendations_wiser_topselling_NQBGWx" class="shopify-block shopify-app-block"><div class="evm-most-popular-products ws_inr_main_wgt" data-wiser-widget="top_selling"></div>
  2458.  
  2459. </div>
  2460.  </div>
  2461. </div>  
  2462.  
  2463. </section><section id="shopify-section-template--18379337334956__testimonial_vid_slider_eFAmLg" class="shopify-section section"><style data-shopify>#shopify-section-template--18379337334956__testimonial_vid_slider_eFAmLg {
  2464.    --section-padding-top: 36px;
  2465.    --section-padding-bottom: 36px;
  2466.  }#shopify-section-template--18379337334956__testimonial_vid_slider_eFAmLg .testimonial__blockquote {
  2467.    opacity: 1;
  2468.  }
  2469.  
  2470.  #shopify-section-template--18379337334956__testimonial_vid_slider_eFAmLg testimonials-component {
  2471.    --block-width: 30rem;
  2472.  }
  2473.   #shopify-section-template--18379337334956__testimonial_vid_slider_eFAmLg .testimonial__image {
  2474.    border-radius: 10px;
  2475.    max-width: 100%;
  2476.    margin: auto;
  2477.    overflow: hidden;
  2478. }
  2479.  
  2480. .testimonial-slider .testimonial__item {
  2481.  min-height: 550px;
  2482. }
  2483.  
  2484. .testimonial-slider .testimonial-vid-wrap{padding-bottom:145%;}
  2485.  
  2486.  .testimonial-slider .testimonial__image .media {
  2487.        transform: none;
  2488.        box-shadow: none;
  2489.        clip-path: none;
  2490.    }
  2491.  .testimonial-slider .testimonial__item.is-selected .testimonial__image .media {
  2492.    transform: none;
  2493.    border-radius: 0;
  2494.    }
  2495.    .testimonial-slider .testimonial__item.is-next .testimonial__image .media, .testimonial-slider .testimonial__item.is-previous .testimonial__image .media {
  2496.        transform: none !important;
  2497.    }
  2498.     .testimonials.testimonial-slider .flickity-button {
  2499.      width: 3rem;
  2500.    }
  2501.    .testimonial-slider testimonials-component  .flickity-button {
  2502.            opacity: 1;
  2503.        }
  2504.    .testimonials.testimonial-slider .flickity-prev-next-button .flickity-button-icon {
  2505.        width: 7.6rem;
  2506.        height: 7.6rem;
  2507.      color: #A7AE26;
  2508.    }
  2509.        .testimonials.testimonial-slider .flickity-button.next {
  2510.        right: 46%;
  2511.        justify-content: flex-end;
  2512.        top: 94.9%;
  2513.          padding-top: 14px;
  2514.    }
  2515.    .testimonials.testimonial-slider .flickity-button.previous {
  2516.        left: 46%;
  2517.        justify-content: flex-start;
  2518.        top: 96%;
  2519.    }
  2520.    .testimonials.testimonial-slider .testimonial__list:after,
  2521.    .testimonials.testimonial-slider .testimonial__list:before{
  2522.      background-image: none
  2523.    }
  2524.    .testimonials.testimonial-slider .testimonial__image .media {
  2525.      border-radius: 0;
  2526.    }
  2527.    .testimonials.testimonial-slider h2 {
  2528.      font-family: 'Neue Haas Grotesk Display' !important;
  2529.      font-weight: 500;
  2530.      font-size: 36px;
  2531.      line-height: 100%;
  2532.    }
  2533.    .testimonials.testimonial-slider .testimonial_product-title {
  2534.    font-family: 'Neue Haas Grotesk Display' !important;
  2535.    font-weight: 600;
  2536.    font-size: 12px;
  2537.    line-height: 100%;
  2538.    letter-spacing: 0.1em;
  2539.    color: #A7AE26;
  2540.    margin-top: 15px;
  2541. }
  2542.    .testimonials.testimonial-slider .testimonial__item {
  2543.      padding: 0 7px;
  2544.    }
  2545.    .testimonials.testimonial-slider .testimonial-title {
  2546.    font-family: 'Neue Haas Grotesk Display' !important;
  2547.    font-weight: 500;
  2548.    font-size: 1.7rem;
  2549.    line-height: 1.625;
  2550.    color: #43470B;
  2551.    margin-top: 20px;
  2552. }
  2553.     .testimonials.testimonial-slider .testimonial__blockquote p {
  2554.    font-family: 'Neue Haas Grotesk Display' !important;
  2555.    font-weight: 400;
  2556.    font-size: 1.6rem;
  2557.    line-height: 26px;
  2558.    letter-spacing:0.16px;
  2559.    text-align: left;
  2560.    margin-top: 5px !important;
  2561. }
  2562.    .testimonials.testimonial-slider cite.testimonial__author {
  2563.    font-family: 'Neue Haas Grotesk Display' !important;
  2564.    font-weight: 600;
  2565.    font-size: 12px;
  2566.    font-style:normal;
  2567.    line-height: 100%;
  2568.    letter-spacing: 0.1em;
  2569.    text-align: left;
  2570.    color: #64690C;
  2571.    margin-top: 10px;
  2572.    margin-bottom:20px;
  2573. }
  2574.    .testimonials.testimonial-slider .testimonial__author:before {
  2575.    content: "";
  2576. }
  2577. @media (max-width:750px){
  2578.  #shopify-section-template--18379337334956__testimonial_vid_slider_eFAmLg testimonials-component {
  2579.    --block-width: 25rem;
  2580.  }
  2581.  .testimonials.testimonial-slider h2 {
  2582.    font-size: 28px;
  2583.    max-width: 205px;
  2584.  }
  2585. }
  2586.  @media (max-width: 1100px) {
  2587.    .testimonials.testimonial-slider .flickity-button.next {
  2588.      top: 94.42%;
  2589.    }
  2590.    .testimonials.testimonial-slider .flickity-button.next {
  2591.      right: 45%;
  2592.    }
  2593.    .testimonials.testimonial-slider .flickity-button.previous {
  2594.      left: 45%;
  2595.    }
  2596.  }</style><link href="//www.organicolivia.com/cdn/shop/t/433/assets/section-testimonials.css?v=29632460642921311841752783575" rel="stylesheet" type="text/css" media="all" />
  2597. <link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-rating.css?v=173409050425969898561752783520" rel="stylesheet" type="text/css" media="all" />
  2598.  
  2599. <div class="section--padding">
  2600.  <div class="testimonials testimonial-slider page-width">
  2601.    <div class="testimonials-stars-wrap">
  2602.      
  2603.            <span>
  2604.              <img
  2605.                srcset="//www.organicolivia.com/cdn/shop/files/Group_622.svg?height=15&v=1752788120"
  2606.                src="//www.organicolivia.com/cdn/shop/files/Group_622.svg?height=15&v=1752788120"
  2607.                alt=""
  2608.                loading="lazy"
  2609.                width="auto"
  2610.                height="15.75"
  2611.                is="lazy-image"
  2612.              />
  2613.            </span>
  2614.          
  2615.    </div>
  2616.    <div class="title-wrapper center">
  2617.      <h4 class="title h2">50,000+ verified 5 star reviews</h4>
  2618.    </div><svg class="visually-hidden">
  2619.        <defs>
  2620.          <clipPath id="testimonial-clip-path" clipPathUnits="objectBoundingBox">
  2621.            <path d="M0.11,0.09 C0.014,0.174,-0.003,0.398,0,0.499 C-0.003,0.618,0.015,0.849,0.125,0.919 C0.235,0.989,0.413,0.997,0.504,0.999 C0.604,0.999,0.719,0.999,0.869,0.924 C0.974,0.849,0.994,0.704,0.999,0.499 C1,0.295,0.984,0.155,0.879,0.075 C0.796,0.011,0.593,-0.003,0.504,0 C0.413,-0.005,0.206,0.006,0.11,0.09"></path>
  2622.          </clipPath>
  2623.        </defs>
  2624.      </svg>
  2625.  
  2626.      <testimonials-component
  2627.        data-slider="true"
  2628.        data-autorotate="false"
  2629.        data-autorotate-speed="5000"
  2630.        style="--block-count: 5;"
  2631.      >
  2632.        <div class="testimonial__list-wrapper">
  2633.          <div class="testimonial__list" id="Testimonials-template--18379337334956__testimonial_vid_slider_eFAmLg"><div class="testimonial__item" >
  2634.                
  2635.                <div class="testimonial__image media-wrapper media-wrapper--medium"><div class="testimonial__image media-wrapper media-wrapper--medium">
  2636.                      <div class="video-wrapper-slider" style="position: relative;">
  2637.                        
  2638.                  
  2639.                        <video playsinline="true" muted="muted" preload="metadata" poster="//www.organicolivia.com/cdn/shop/files/preview_images/84b6a1fdd55048c6bd768be7b8e453e8.thumbnail.0000000000_2048x2048.jpg?v=1745274111"><source src="//www.organicolivia.com/cdn/shop/videos/c/vp/84b6a1fdd55048c6bd768be7b8e453e8/84b6a1fdd55048c6bd768be7b8e453e8.HD-1080p-7.2Mbps-46326316.mp4?v=0" type="video/mp4"><img src="//www.organicolivia.com/cdn/shop/files/preview_images/84b6a1fdd55048c6bd768be7b8e453e8.thumbnail.0000000000_2048x2048.jpg?v=1745274111"></video>
  2640.                  
  2641.                        <!-- Play button inside wrapper (no overlay) -->
  2642.                      <button id="playButton" class="play-button" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;">
  2643.                        
  2644.    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24" fill="none" class="icon icon-play-arrow" >
  2645.      <path d="M4.26366 23.8595C4.97211 23.8595 5.67347 23.6794 6.29134 23.3405L19.665 15.9519C21.0694 15.1788 21.9377 13.7067 21.9377 12.1111C21.9377 10.5155 21.0641 9.04345 19.665 8.27038L6.29134 0.881699C5.67343 0.54281 4.97388 0.362793 4.26366 0.362793C1.96429 0.362793 0.0910645 2.22492 0.0910645 4.51066V19.7146C0.0910645 22.0003 1.96429 23.8624 4.26366 23.8624V23.8595ZM1.90925 4.51115C1.90925 3.22265 2.96393 2.1707 4.26366 2.1707C4.66316 2.1707 5.05911 2.27484 5.40534 2.4637L18.779 9.85238C19.6152 10.313 20.116 11.1585 20.116 12.1116C20.116 13.0648 19.6152 13.9102 18.779 14.3709L5.40534 21.7596C5.05555 21.9537 4.65961 22.0526 4.26366 22.0526C2.96747 22.0526 1.90925 21.0041 1.90925 19.7121V4.50821V4.51115Z" fill="white"/>
  2646.    </svg>
  2647.                      </button>
  2648.                      </div>
  2649.                    </div></div>
  2650.  
  2651.                <div class="testimonial__content">
  2652.                  
  2653.                    <div class="testimonial_product-title">PEACE JUICE</div>
  2654.                  
  2655.                  
  2656.  
  2657.                  <blockquote class="testimonial__blockquote"><div class="rte typeset2"><p>"When I feel like my thoughts are spiraling, it wraps me"</p></div><cite class="testimonial__author">KELSEY B</cite></blockquote>
  2658.                </div>
  2659.              </div><div class="testimonial__item" >
  2660.                
  2661.                <div class="testimonial__image media-wrapper media-wrapper--medium"><div class="testimonial__image media-wrapper media-wrapper--medium">
  2662.                      <div class="video-wrapper-slider" style="position: relative;">
  2663.                        
  2664.                  
  2665.                        <video playsinline="true" muted="muted" preload="metadata" poster="//www.organicolivia.com/cdn/shop/files/preview_images/b56e9a4f60614d5da1361c79c2839d2d.thumbnail.0000000000_2048x2048.jpg?v=1745274104"><source src="//www.organicolivia.com/cdn/shop/videos/c/vp/b56e9a4f60614d5da1361c79c2839d2d/b56e9a4f60614d5da1361c79c2839d2d.HD-1080p-7.2Mbps-46326317.mp4?v=0" type="video/mp4"><img src="//www.organicolivia.com/cdn/shop/files/preview_images/b56e9a4f60614d5da1361c79c2839d2d.thumbnail.0000000000_2048x2048.jpg?v=1745274104"></video>
  2666.                  
  2667.                        <!-- Play button inside wrapper (no overlay) -->
  2668.                      <button id="playButton" class="play-button" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;">
  2669.                        
  2670.    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24" fill="none" class="icon icon-play-arrow" >
  2671.      <path d="M4.26366 23.8595C4.97211 23.8595 5.67347 23.6794 6.29134 23.3405L19.665 15.9519C21.0694 15.1788 21.9377 13.7067 21.9377 12.1111C21.9377 10.5155 21.0641 9.04345 19.665 8.27038L6.29134 0.881699C5.67343 0.54281 4.97388 0.362793 4.26366 0.362793C1.96429 0.362793 0.0910645 2.22492 0.0910645 4.51066V19.7146C0.0910645 22.0003 1.96429 23.8624 4.26366 23.8624V23.8595ZM1.90925 4.51115C1.90925 3.22265 2.96393 2.1707 4.26366 2.1707C4.66316 2.1707 5.05911 2.27484 5.40534 2.4637L18.779 9.85238C19.6152 10.313 20.116 11.1585 20.116 12.1116C20.116 13.0648 19.6152 13.9102 18.779 14.3709L5.40534 21.7596C5.05555 21.9537 4.65961 22.0526 4.26366 22.0526C2.96747 22.0526 1.90925 21.0041 1.90925 19.7121V4.50821V4.51115Z" fill="white"/>
  2672.    </svg>
  2673.                      </button>
  2674.                      </div>
  2675.                    </div></div>
  2676.  
  2677.                <div class="testimonial__content">
  2678.                  
  2679.                    <div class="testimonial_product-title">MANE MAGIC</div>
  2680.                  
  2681.                  
  2682.  
  2683.                  <blockquote class="testimonial__blockquote"><div class="rte typeset2"><p>"It’s systemic and it actually gets to the root of the problem"</p></div><cite class="testimonial__author">KATE B</cite></blockquote>
  2684.                </div>
  2685.              </div><div class="testimonial__item" >
  2686.                
  2687.                <div class="testimonial__image media-wrapper media-wrapper--medium"><div class="testimonial__image media-wrapper media-wrapper--medium">
  2688.                      <div class="video-wrapper-slider" style="position: relative;">
  2689.                        
  2690.                  
  2691.                        <video playsinline="true" muted="muted" preload="metadata" poster="//www.organicolivia.com/cdn/shop/files/preview_images/2b1ed48b9a894e12af6686f123822278.thumbnail.0000000000_2048x2048.jpg?v=1745274103"><source src="//www.organicolivia.com/cdn/shop/videos/c/vp/2b1ed48b9a894e12af6686f123822278/2b1ed48b9a894e12af6686f123822278.HD-1080p-7.2Mbps-46326315.mp4?v=0" type="video/mp4"><img src="//www.organicolivia.com/cdn/shop/files/preview_images/2b1ed48b9a894e12af6686f123822278.thumbnail.0000000000_2048x2048.jpg?v=1745274103"></video>
  2692.                  
  2693.                        <!-- Play button inside wrapper (no overlay) -->
  2694.                      <button id="playButton" class="play-button" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;">
  2695.                        
  2696.    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24" fill="none" class="icon icon-play-arrow" >
  2697.      <path d="M4.26366 23.8595C4.97211 23.8595 5.67347 23.6794 6.29134 23.3405L19.665 15.9519C21.0694 15.1788 21.9377 13.7067 21.9377 12.1111C21.9377 10.5155 21.0641 9.04345 19.665 8.27038L6.29134 0.881699C5.67343 0.54281 4.97388 0.362793 4.26366 0.362793C1.96429 0.362793 0.0910645 2.22492 0.0910645 4.51066V19.7146C0.0910645 22.0003 1.96429 23.8624 4.26366 23.8624V23.8595ZM1.90925 4.51115C1.90925 3.22265 2.96393 2.1707 4.26366 2.1707C4.66316 2.1707 5.05911 2.27484 5.40534 2.4637L18.779 9.85238C19.6152 10.313 20.116 11.1585 20.116 12.1116C20.116 13.0648 19.6152 13.9102 18.779 14.3709L5.40534 21.7596C5.05555 21.9537 4.65961 22.0526 4.26366 22.0526C2.96747 22.0526 1.90925 21.0041 1.90925 19.7121V4.50821V4.51115Z" fill="white"/>
  2698.    </svg>
  2699.                      </button>
  2700.                      </div>
  2701.                    </div></div>
  2702.  
  2703.                <div class="testimonial__content">
  2704.                  
  2705.                    <div class="testimonial_product-title">DIGESTIVE JUICE</div>
  2706.                  
  2707.                  
  2708.  
  2709.                  <blockquote class="testimonial__blockquote"><div class="rte typeset2"><p>"If I’m bloated, I take this and it’s gone."</p></div><cite class="testimonial__author">BRITTANY O</cite></blockquote>
  2710.                </div>
  2711.              </div><div class="testimonial__item" >
  2712.                
  2713.                <div class="testimonial__image media-wrapper media-wrapper--medium"><div class="testimonial__image media-wrapper media-wrapper--medium">
  2714.                      <div class="video-wrapper-slider" style="position: relative;">
  2715.                        
  2716.                  
  2717.                        <video playsinline="true" muted="muted" preload="metadata" poster="//www.organicolivia.com/cdn/shop/files/preview_images/86b7ea4daa354b1393a1ee2e49bbce05.thumbnail.0000000000_2048x2048.jpg?v=1745274101"><source src="//www.organicolivia.com/cdn/shop/videos/c/vp/86b7ea4daa354b1393a1ee2e49bbce05/86b7ea4daa354b1393a1ee2e49bbce05.HD-1080p-7.2Mbps-46326314.mp4?v=0" type="video/mp4"><img src="//www.organicolivia.com/cdn/shop/files/preview_images/86b7ea4daa354b1393a1ee2e49bbce05.thumbnail.0000000000_2048x2048.jpg?v=1745274101"></video>
  2718.                  
  2719.                        <!-- Play button inside wrapper (no overlay) -->
  2720.                      <button id="playButton" class="play-button" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;">
  2721.                        
  2722.    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24" fill="none" class="icon icon-play-arrow" >
  2723.      <path d="M4.26366 23.8595C4.97211 23.8595 5.67347 23.6794 6.29134 23.3405L19.665 15.9519C21.0694 15.1788 21.9377 13.7067 21.9377 12.1111C21.9377 10.5155 21.0641 9.04345 19.665 8.27038L6.29134 0.881699C5.67343 0.54281 4.97388 0.362793 4.26366 0.362793C1.96429 0.362793 0.0910645 2.22492 0.0910645 4.51066V19.7146C0.0910645 22.0003 1.96429 23.8624 4.26366 23.8624V23.8595ZM1.90925 4.51115C1.90925 3.22265 2.96393 2.1707 4.26366 2.1707C4.66316 2.1707 5.05911 2.27484 5.40534 2.4637L18.779 9.85238C19.6152 10.313 20.116 11.1585 20.116 12.1116C20.116 13.0648 19.6152 13.9102 18.779 14.3709L5.40534 21.7596C5.05555 21.9537 4.65961 22.0526 4.26366 22.0526C2.96747 22.0526 1.90925 21.0041 1.90925 19.7121V4.50821V4.51115Z" fill="white"/>
  2724.    </svg>
  2725.                      </button>
  2726.                      </div>
  2727.                    </div></div>
  2728.  
  2729.                <div class="testimonial__content">
  2730.                  
  2731.                    <div class="testimonial_product-title">FLOW BALANCE</div>
  2732.                  
  2733.                  
  2734.  
  2735.                  <blockquote class="testimonial__blockquote"><div class="rte typeset2"><p>"My best friend lost weight, got her cycle back"</p></div><cite class="testimonial__author">LEAH B</cite></blockquote>
  2736.                </div>
  2737.              </div><div class="testimonial__item" >
  2738.                
  2739.                <div class="testimonial__image media-wrapper media-wrapper--medium"><div class="testimonial__image media-wrapper media-wrapper--medium">
  2740.                      <div class="video-wrapper-slider" style="position: relative;">
  2741.                        
  2742.                  
  2743.                        <video playsinline="true" muted="muted" preload="metadata" poster="//www.organicolivia.com/cdn/shop/files/preview_images/4dc06e97b2be4f2e9d7cc542ef50ce6b.thumbnail.0000000000_2048x2048.jpg?v=1745274101"><source src="//www.organicolivia.com/cdn/shop/videos/c/vp/4dc06e97b2be4f2e9d7cc542ef50ce6b/4dc06e97b2be4f2e9d7cc542ef50ce6b.HD-1080p-7.2Mbps-46326312.mp4?v=0" type="video/mp4"><img src="//www.organicolivia.com/cdn/shop/files/preview_images/4dc06e97b2be4f2e9d7cc542ef50ce6b.thumbnail.0000000000_2048x2048.jpg?v=1745274101"></video>
  2744.                  
  2745.                        <!-- Play button inside wrapper (no overlay) -->
  2746.                      <button id="playButton" class="play-button" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;">
  2747.                        
  2748.    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24" fill="none" class="icon icon-play-arrow" >
  2749.      <path d="M4.26366 23.8595C4.97211 23.8595 5.67347 23.6794 6.29134 23.3405L19.665 15.9519C21.0694 15.1788 21.9377 13.7067 21.9377 12.1111C21.9377 10.5155 21.0641 9.04345 19.665 8.27038L6.29134 0.881699C5.67343 0.54281 4.97388 0.362793 4.26366 0.362793C1.96429 0.362793 0.0910645 2.22492 0.0910645 4.51066V19.7146C0.0910645 22.0003 1.96429 23.8624 4.26366 23.8624V23.8595ZM1.90925 4.51115C1.90925 3.22265 2.96393 2.1707 4.26366 2.1707C4.66316 2.1707 5.05911 2.27484 5.40534 2.4637L18.779 9.85238C19.6152 10.313 20.116 11.1585 20.116 12.1116C20.116 13.0648 19.6152 13.9102 18.779 14.3709L5.40534 21.7596C5.05555 21.9537 4.65961 22.0526 4.26366 22.0526C2.96747 22.0526 1.90925 21.0041 1.90925 19.7121V4.50821V4.51115Z" fill="white"/>
  2750.    </svg>
  2751.                      </button>
  2752.                      </div>
  2753.                    </div></div>
  2754.  
  2755.                <div class="testimonial__content">
  2756.                  
  2757.                    <div class="testimonial_product-title">GLUCOBITTERS</div>
  2758.                  
  2759.                  
  2760.  
  2761.                  <blockquote class="testimonial__blockquote"><div class="rte typeset2"><p>"It really helped all my sugar cravings, like even if I eat a high carb meal."</p></div><cite class="testimonial__author">BROOKE K</cite></blockquote>
  2762.                </div>
  2763.              </div><div class="testimonial__item" >
  2764.                
  2765.                <div class="testimonial__image media-wrapper media-wrapper--medium"><div class="testimonial__image media-wrapper media-wrapper--medium">
  2766.                      <div class="video-wrapper-slider" style="position: relative;">
  2767.                        
  2768.                  
  2769.                        <video playsinline="true" muted="muted" preload="metadata" poster="//www.organicolivia.com/cdn/shop/files/preview_images/cf2a4812918e4caaa5fda69827ad4ed6.thumbnail.0000000000_2048x2048.jpg?v=1753117905"><source src="//www.organicolivia.com/cdn/shop/videos/c/vp/cf2a4812918e4caaa5fda69827ad4ed6/cf2a4812918e4caaa5fda69827ad4ed6.HD-1080p-7.2Mbps-51642056.mp4?v=0" type="video/mp4"><img src="//www.organicolivia.com/cdn/shop/files/preview_images/cf2a4812918e4caaa5fda69827ad4ed6.thumbnail.0000000000_2048x2048.jpg?v=1753117905"></video>
  2770.                  
  2771.                        <!-- Play button inside wrapper (no overlay) -->
  2772.                      <button id="playButton" class="play-button" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;">
  2773.                        
  2774.    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24" fill="none" class="icon icon-play-arrow" >
  2775.      <path d="M4.26366 23.8595C4.97211 23.8595 5.67347 23.6794 6.29134 23.3405L19.665 15.9519C21.0694 15.1788 21.9377 13.7067 21.9377 12.1111C21.9377 10.5155 21.0641 9.04345 19.665 8.27038L6.29134 0.881699C5.67343 0.54281 4.97388 0.362793 4.26366 0.362793C1.96429 0.362793 0.0910645 2.22492 0.0910645 4.51066V19.7146C0.0910645 22.0003 1.96429 23.8624 4.26366 23.8624V23.8595ZM1.90925 4.51115C1.90925 3.22265 2.96393 2.1707 4.26366 2.1707C4.66316 2.1707 5.05911 2.27484 5.40534 2.4637L18.779 9.85238C19.6152 10.313 20.116 11.1585 20.116 12.1116C20.116 13.0648 19.6152 13.9102 18.779 14.3709L5.40534 21.7596C5.05555 21.9537 4.65961 22.0526 4.26366 22.0526C2.96747 22.0526 1.90925 21.0041 1.90925 19.7121V4.50821V4.51115Z" fill="white"/>
  2776.    </svg>
  2777.                      </button>
  2778.                      </div>
  2779.                    </div></div>
  2780.  
  2781.                <div class="testimonial__content">
  2782.                  
  2783.                    <div class="testimonial_product-title">LIVER JUICE</div>
  2784.                  
  2785.                  
  2786.  
  2787.                  <blockquote class="testimonial__blockquote"><div class="rte typeset2"><p>"I’ve taken it every single night for 5 years."</p></div><cite class="testimonial__author">ERICA M</cite></blockquote>
  2788.                </div>
  2789.              </div></div>
  2790.        </div>
  2791.      </testimonials-component></div>
  2792. </div>
  2793.  
  2794. <style>
  2795. .video-wrapper {
  2796.  min-height: 500px;
  2797.  overflow: hidden;
  2798. }
  2799.  
  2800. .video-wrapper video {
  2801.  width: 100%;
  2802.  height: 100%;
  2803.  object-fit: cover;
  2804. }
  2805. .testimonial__image video {
  2806.  width: 100%;
  2807.  height: 500px;
  2808.  display: block;
  2809.  object-fit: cover;
  2810. }
  2811.  
  2812. .play-button {
  2813.  background: transparent;
  2814.  border: none;
  2815.  cursor: pointer;
  2816.  padding: 0;
  2817. }
  2818. </style>                  
  2819.                    
  2820. <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
  2821.  
  2822. <script>
  2823.  document.addEventListener('DOMContentLoaded', function () {
  2824.    document.querySelectorAll('.video-wrapper-slider').forEach(wrapper => {
  2825.      const video = wrapper.querySelector('video');
  2826.      const button = wrapper.querySelector('.play-button');
  2827.  
  2828.      if (!video || !button) {
  2829.        console.warn('Missing video or play-button in wrapper:', wrapper);
  2830.        return;
  2831.      }
  2832.  
  2833.      // Ensure muted to allow autoplay in most browsers
  2834.      video.muted = false;
  2835.  
  2836.      // Define play and pause icons
  2837.      const setPlayIcon = () => {
  2838.        button.innerHTML = `
  2839.          <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24" fill="none" class="icon icon-play-arrow" >
  2840. <path d="M4.26366 23.8595C4.97211 23.8595 5.67347 23.6794 6.29134 23.3405L19.665 15.9519C21.0694 15.1788 21.9377 13.7067 21.9377 12.1111C21.9377 10.5155 21.0641 9.04345 19.665 8.27038L6.29134 0.881699C5.67343 0.54281 4.97388 0.362793 4.26366 0.362793C1.96429 0.362793 0.0910645 2.22492 0.0910645 4.51066V19.7146C0.0910645 22.0003 1.96429 23.8624 4.26366 23.8624V23.8595ZM1.90925 4.51115C1.90925 3.22265 2.96393 2.1707 4.26366 2.1707C4.66316 2.1707 5.05911 2.27484 5.40534 2.4637L18.779 9.85238C19.6152 10.313 20.116 11.1585 20.116 12.1116C20.116 13.0648 19.6152 13.9102 18.779 14.3709L5.40534 21.7596C5.05555 21.9537 4.65961 22.0526 4.26366 22.0526C2.96747 22.0526 1.90925 21.0041 1.90925 19.7121V4.50821V4.51115Z" fill="white"/>
  2841. </svg>
  2842.        `;
  2843.      };
  2844.  
  2845.      const setPauseIcon = () => {
  2846.        button.innerHTML = `
  2847.          <svg viewBox="0 0 24 24" width="60" height="60" fill="white">
  2848.            <circle cx="12" cy="12" r="12" fill="rgba(0,0,0,0.6)" />
  2849.            <rect x="8" y="7" width="3" height="10" fill="white" />
  2850.            <rect x="13" y="7" width="3" height="10" fill="white" />
  2851.          </svg>
  2852.        `;
  2853.      };
  2854.  
  2855.      // Sync button icon on play/pause
  2856.      video.addEventListener('play', setPauseIcon);
  2857.      video.addEventListener('pause', setPlayIcon);
  2858.      video.addEventListener('ended', setPlayIcon);
  2859.  
  2860.      // Initial icon
  2861.      setPlayIcon();
  2862.  
  2863.      // Toggle play/pause on button click
  2864.      button.addEventListener('click', () => {
  2865.        if (video.paused) {
  2866.          video.play().then(() => {
  2867.            console.log('Playing video');
  2868.          }).catch(err => {
  2869.            console.error('Playback error:', err);
  2870.          });
  2871.        } else {
  2872.          video.pause();
  2873.          console.log('Paused video');
  2874.        }
  2875.      });
  2876.    });
  2877.  });
  2878. </script>
  2879.  
  2880.  
  2881.                        
  2882.  
  2883. <style> #shopify-section-template--18379337334956__testimonial_vid_slider_eFAmLg .title {font-weight: 500;} #shopify-section-template--18379337334956__testimonial_vid_slider_eFAmLg .testimonial__list-wrapper {padding: 0px;} #shopify-section-template--18379337334956__testimonial_vid_slider_eFAmLg .testimonial__item.is-selected {pointer-events: auto;} </style></section><section id="shopify-section-template--18379337334956__rooted_section_hp_Ahen9Q" class="shopify-section rooted-hp-section"><div id="rooted-hp-section" class="section">
  2884.  <div class="rooted-width">
  2885.    <div class="rooted-section-top-wrap">
  2886.      <div class="rooted-image-container">
  2887.        <img
  2888.          srcset="//www.organicolivia.com/cdn/shop/files/Mask_group_3_f76067c7-f23e-46d4-a50f-9b07e446ae03.jpg?height=650&v=1752788365"
  2889.          src="//www.organicolivia.com/cdn/shop/files/Mask_group_3_f76067c7-f23e-46d4-a50f-9b07e446ae03.jpg?height=650&v=1752788365"
  2890.          alt=""
  2891.          loading="lazy"
  2892.          width="100%"
  2893.          height="650"
  2894.          is="lazy-image"
  2895.          class="rooted-bg-image"
  2896.        />
  2897.    
  2898.        <div class="top-left_img-txt">
  2899.          
  2900.            <h2 class="rooted-top-img-l-txt">Rooted in Tradition</h2>
  2901.          
  2902.          
  2903.            <span>
  2904.              <img
  2905.                srcset="//www.organicolivia.com/cdn/shop/files/2.svg?height=46&v=1752788422"
  2906.                src="//www.organicolivia.com/cdn/shop/files/2.svg?height=46&v=1752788422"
  2907.                alt=""
  2908.                loading="lazy"
  2909.                width="auto"
  2910.                height="46"
  2911.                is="lazy-image"
  2912.              />
  2913.            </span>
  2914.          
  2915.        </div>
  2916.    
  2917.        <div class="top-right_img-txt">
  2918.          
  2919.            <h2 class="rooted-top-img-r-txt">Informed by Science</h2>
  2920.          
  2921.        </div>
  2922.      </div>
  2923.    </div>
  2924.    <div class="rooted-section-wrap">
  2925.      
  2926.        <p class="rooted-top-btm-txt">Plants know what they're doing (they've been at this a while)</p>
  2927.      
  2928.        <div class="rooted-mid-btm-txt"><p>At Organic Olivia, we combine ancient wisdom with modern science, using clinically studied ingredients that support your body’s natural rhythms. Healing isn’t about quick fixes—it’s about trusting the intelligence of plants and the research behind them. </p></div>
  2929.      
  2930.        <p class="rooted-bottom-btm-txt">Explore the science that makes our formulas truly effective.</p>
  2931.      
  2932.      <div class="rooted-btn-wrapper">
  2933.        <a href="https://blog.organicolivia.com/our-quality/"
  2934.        class="button button--medium">
  2935.          <span>Learn More</span>
  2936.        </a>
  2937.      </div>
  2938.    </div>
  2939.  </div>
  2940. </div>
  2941.  
  2942.  
  2943. </section><section id="shopify-section-template--18379337334956__hp_recent_blog_posts_AMxqgC" class="shopify-section recent-posts-section"><link href="//www.organicolivia.com/cdn/shop/t/433/assets/section-blog-category.css?v=61933486105488242631752783556" rel="stylesheet" type="text/css" media="all" />
  2944.  
  2945. <div class="title-wrapper bc-title-wrap
  2946.  
  2947.  
  2948.  text-left">
  2949.  
  2950.  
  2951.  
  2952.      <h2 class="title">The Root</h2>
  2953.    
  2954. <span class="link-w-icon-d">
  2955.      <a href="/blogs/latest" class="link link-with-icon">
  2956.        
  2957.    <svg width="61" height="23" viewBox="0 0 61 23" fill="none" xmlns="http://www.w3.org/2000/svg"  class="icon icon-long-arrow-right small-hide">
  2958.      <path d="M57.6969 12.3113L50.4898 21.0471L50.3586 21.2062L50.4898 21.3653L51.1447 22.1591L51.3376 22.3928L51.5304 22.1591L60.1928 11.6591L60.3241 11.5L60.1928 11.3409L51.5304 0.840905L51.3376 0.607156L51.1447 0.840905L50.4898 1.63468L50.3586 1.79378L50.4898 1.95287L57.6969 10.6887L1 10.6887L0.75 10.6887L0.75 10.9387L0.75 12.0613L0.75 12.3113L1 12.3113L57.6969 12.3113Z" fill="#A7AE26" stroke="#A7AE26" stroke-width="0.5"/>
  2959.    </svg>
  2960.  
  2961.      </a>
  2962.    </span>
  2963.    <a href="/blogs/latest" class="link link-with-icon">
  2964.      
  2965.    <svg width="61" height="23" viewBox="0 0 61 23" fill="none" xmlns="http://www.w3.org/2000/svg"  class="icon icon-long-arrow-right large-up-hide small-hide">
  2966.      <path d="M57.6969 12.3113L50.4898 21.0471L50.3586 21.2062L50.4898 21.3653L51.1447 22.1591L51.3376 22.3928L51.5304 22.1591L60.1928 11.6591L60.3241 11.5L60.1928 11.3409L51.5304 0.840905L51.3376 0.607156L51.1447 0.840905L50.4898 1.63468L50.3586 1.79378L50.4898 1.95287L57.6969 10.6887L1 10.6887L0.75 10.6887L0.75 10.9387L0.75 12.0613L0.75 12.3113L1 12.3113L57.6969 12.3113Z" fill="#A7AE26" stroke="#A7AE26" stroke-width="0.5"/>
  2967.    </svg>
  2968.  
  2969.      <span class="large-up-hide medium-hide view">View all</span>
  2970.    </a></div>
  2971.  
  2972.  
  2973.  
  2974.  
  2975.  
  2976.  
  2977.  
  2978.  
  2979.  
  2980.  
  2981.  
  2982.  
  2983. <div class="blog blp-3-cat recent-posts grid grid--1-col grid--3-col-desktop">
  2984.  
  2985.    <div class="grid__item">
  2986.  
  2987. <article class="article-card" aria-labelledby="Article-561732026540" data-article-id="561732026540">
  2988.  <a href="/blogs/herbalism/kitchen-medicine-diy-thyme-oxymel-for-immune-health" class="card"><use-animate data-animate="zoom-fade-small" class="article-card__image-wrapper media-wrapper">
  2989.        <div class="article-card__image image-animate media media--landscape media--hover-effect"><img src="//www.organicolivia.com/cdn/shop/articles/Screen_Shot_2025-08-20_at_7.07.56_PM.png?v=1755738585&amp;width=1500" alt="Kitchen Medicine: DIY Thyme Oxymel for Immune Health" srcset="//www.organicolivia.com/cdn/shop/articles/Screen_Shot_2025-08-20_at_7.07.56_PM.png?v=1755738585&amp;width=165 165w, //www.organicolivia.com/cdn/shop/articles/Screen_Shot_2025-08-20_at_7.07.56_PM.png?v=1755738585&amp;width=360 360w, //www.organicolivia.com/cdn/shop/articles/Screen_Shot_2025-08-20_at_7.07.56_PM.png?v=1755738585&amp;width=535 535w, //www.organicolivia.com/cdn/shop/articles/Screen_Shot_2025-08-20_at_7.07.56_PM.png?v=1755738585&amp;width=750 750w, //www.organicolivia.com/cdn/shop/articles/Screen_Shot_2025-08-20_at_7.07.56_PM.png?v=1755738585&amp;width=1100 1100w, //www.organicolivia.com/cdn/shop/articles/Screen_Shot_2025-08-20_at_7.07.56_PM.png?v=1755738585&amp;width=1500 1500w" width="1500" height="2454" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 600px, (min-width: 750px) calc((100vw - 10rem) / 2), calc(100vw - 3rem)" is="lazy-image">
  2990.        </div>
  2991.      </use-animate><div class="article-card__info"><header class="article-card__header" >
  2992.              
  2993.              
  2994.              
  2995.              <a class="hero-blog-title-link" href="/blogs/herbalism/kitchen-medicine-diy-thyme-oxymel-for-immune-health"><h3 class="article-card__title h3" id="Article-561732026540">
  2996.                Kitchen Medicine: DIY Thyme Oxymel for Immune Health
  2997.              </h3></a>
  2998.              <div></div>
  2999.            </header><p class="article-card__excerpt rte" >This blog highlights how oxymels transform pantry staples into functional medicine by marrying honey’s antimicrobial, antioxidant, and soothing qualities with apple cider vinegar’s digestive and blood sugar–balancing effects. Infusing thyme...</p><div class="article-card__footer" >
  3000.              <a href="/blogs/herbalism/kitchen-medicine-diy-thyme-oxymel-for-immune-health" class="article-card__link" aria-label="Read more: Kitchen Medicine: DIY Thyme Oxymel for Immune Health">Read more</a>
  3001.            </div></div>
  3002.  </a>
  3003. </article>
  3004. </div>
  3005.  
  3006.    <div class="grid__item">
  3007.  
  3008. <article class="article-card" aria-labelledby="Article-561722720428" data-article-id="561722720428">
  3009.  <a href="/blogs/herbalism/everyday-herbal-support-for-your-dog" class="card"><use-animate data-animate="zoom-fade-small" class="article-card__image-wrapper media-wrapper">
  3010.        <div class="article-card__image image-animate media media--landscape media--hover-effect"><img src="//www.organicolivia.com/cdn/shop/articles/dogherbs.jpg?v=1755537884&amp;width=1500" alt="Everyday Herbal Support for Your Dog" srcset="//www.organicolivia.com/cdn/shop/articles/dogherbs.jpg?v=1755537884&amp;width=165 165w, //www.organicolivia.com/cdn/shop/articles/dogherbs.jpg?v=1755537884&amp;width=360 360w, //www.organicolivia.com/cdn/shop/articles/dogherbs.jpg?v=1755537884&amp;width=535 535w, //www.organicolivia.com/cdn/shop/articles/dogherbs.jpg?v=1755537884&amp;width=750 750w, //www.organicolivia.com/cdn/shop/articles/dogherbs.jpg?v=1755537884&amp;width=1100 1100w, //www.organicolivia.com/cdn/shop/articles/dogherbs.jpg?v=1755537884&amp;width=1500 1500w" width="1500" height="1214" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 600px, (min-width: 750px) calc((100vw - 10rem) / 2), calc(100vw - 3rem)" is="lazy-image">
  3011.        </div>
  3012.      </use-animate><div class="article-card__info"><header class="article-card__header" >
  3013.              
  3014.              
  3015.              
  3016.              <a class="hero-blog-title-link" href="/blogs/herbalism/everyday-herbal-support-for-your-dog"><h3 class="article-card__title h3" id="Article-561722720428">
  3017.                Everyday Herbal Support for Your Dog
  3018.              </h3></a>
  3019.              <div></div>
  3020.            </header><p class="article-card__excerpt rte" >Dogs thrive when herbs are matched to their constitution—cooling plants like calendula for pups who run hot, or warming herbs like ginger for chilly snugglers. Teas and water-based remedies are...</p><div class="article-card__footer" >
  3021.              <a href="/blogs/herbalism/everyday-herbal-support-for-your-dog" class="article-card__link" aria-label="Read more: Everyday Herbal Support for Your Dog">Read more</a>
  3022.            </div></div>
  3023.  </a>
  3024. </article>
  3025. </div>
  3026.  
  3027.    <div class="grid__item">
  3028.  
  3029. <article class="article-card" aria-labelledby="Article-561563533484" data-article-id="561563533484">
  3030.  <a href="/blogs/gut-health/how-to-improve-digestion-naturally-an-expert-backed-guide-that-actually-works" class="card"><use-animate data-animate="zoom-fade-small" class="article-card__image-wrapper media-wrapper">
  3031.        <div class="article-card__image image-animate media media--landscape media--hover-effect"><img src="//www.organicolivia.com/cdn/shop/articles/improve-digestion-hero-blog.webp?v=1755541433&amp;width=1500" alt="How to Improve Digestion Naturally: An Expert-Backed Guide That Actually Works" srcset="//www.organicolivia.com/cdn/shop/articles/improve-digestion-hero-blog.webp?v=1755541433&amp;width=165 165w, //www.organicolivia.com/cdn/shop/articles/improve-digestion-hero-blog.webp?v=1755541433&amp;width=360 360w, //www.organicolivia.com/cdn/shop/articles/improve-digestion-hero-blog.webp?v=1755541433&amp;width=535 535w, //www.organicolivia.com/cdn/shop/articles/improve-digestion-hero-blog.webp?v=1755541433&amp;width=750 750w, //www.organicolivia.com/cdn/shop/articles/improve-digestion-hero-blog.webp?v=1755541433&amp;width=1100 1100w, //www.organicolivia.com/cdn/shop/articles/improve-digestion-hero-blog.webp?v=1755541433&amp;width=1500 1500w" width="1500" height="856" loading="lazy" class="motion-reduce" sizes="(min-width: 1300px) 600px, (min-width: 750px) calc((100vw - 10rem) / 2), calc(100vw - 3rem)" is="lazy-image">
  3032.        </div>
  3033.      </use-animate><div class="article-card__info"><header class="article-card__header" >
  3034.              
  3035.              
  3036.              
  3037.              <a class="hero-blog-title-link" href="/blogs/gut-health/how-to-improve-digestion-naturally-an-expert-backed-guide-that-actually-works"><h3 class="article-card__title h3" id="Article-561563533484">
  3038.                How to Improve Digestion Naturally: An Expert-Backed Guide That Actually Works
  3039.              </h3></a>
  3040.              <div></div>
  3041.            </header><p class="article-card__excerpt rte" >Transform digestion naturally with daily habits, whole foods, mindful eating, and herbal support for a happier, healthier gut.</p><div class="article-card__footer" >
  3042.              <a href="/blogs/gut-health/how-to-improve-digestion-naturally-an-expert-backed-guide-that-actually-works" class="article-card__link" aria-label="Read more: How to Improve Digestion Naturally: An Expert-Backed Guide That Actually Works">Read more</a>
  3043.            </div></div>
  3044.  </a>
  3045. </article>
  3046. </div>
  3047.  
  3048. </div>
  3049.  
  3050.  
  3051.  
  3052. <style> #shopify-section-template--18379337334956__hp_recent_blog_posts_AMxqgC .title-wrapper.bc-title-wrap.text-left {margin-top: 15px;} #shopify-section-template--18379337334956__hp_recent_blog_posts_AMxqgC h2.title {font-weight: 500; color: #a7ae26; font-size: 28px; margin-left: 70px;} #shopify-section-template--18379337334956__hp_recent_blog_posts_AMxqgC .article-card__header {row-gap: 0px;} #shopify-section-template--18379337334956__hp_recent_blog_posts_AMxqgC .article-card__header .h3 {font-size: 18px; margin-top: 15px;} #shopify-section-template--18379337334956__hp_recent_blog_posts_AMxqgC .article-card__excerpt {font-size: 16px; margin-top: 10px;} #shopify-section-template--18379337334956__hp_recent_blog_posts_AMxqgC .view {font-size: 12px; color: #aead26; font-weight: 600; text-decoration: underline; display: block !important; margin-right: 70px;} @media (max-width: 575px) {#shopify-section-template--18379337334956__hp_recent_blog_posts_AMxqgC h2.title {margin-left: 30px; } #shopify-section-template--18379337334956__hp_recent_blog_posts_AMxqgC .view {margin-right: 30px; }} </style></section><section id="shopify-section-template--18379337334956__split_images_w_bg_iWHYxg" class="shopify-section split-bg-wrapper">
  3053.  
  3054. <section class="split-bg-section">
  3055.  <div
  3056.    class="split-bg-left"
  3057.    style="background-image: url(//www.organicolivia.com/cdn/shop/files/Mask_group-quiz.jpg?v=1753118395&width=1500);"
  3058.  >
  3059.    <div class="spilt-bg-left-txt-wrap">
  3060.      <h2 class="spilt-bg-left-head-top">Your</h2>
  3061.      <h2 class="spilt-bg-left-head-mid">Perfect</h2>
  3062.      <h2 class="spilt-bg-left-head-btm">Formula</h2>
  3063.      <p></p>
  3064.      
  3065.    </div>
  3066.  </div>
  3067.  
  3068.  <div
  3069.    class="split-bg-right"
  3070.    style="background-image: url(//www.organicolivia.com/cdn/shop/files/15_1.jpg?v=1752788843&width=1000);"
  3071.  >
  3072.    <div class="spilt-bg-right-txt-wrap">
  3073.      <h2 class="split-bg-right-head">What should I try first?</h2>
  3074.      <p class="split-bg-right-txt">The power of herbalism lies in seeing the whole person first -- then matching you to the plants as spunky and powerful as you are. Take our quiz so we can get to know you, and let the herbal quiz fairy match you to the perfect blend to help you feel better + stronger, stat.</p>
  3075.      
  3076.        <a href="/pages/quiz" class="button button--medium">Take the quiz</a>
  3077.      
  3078.    </div>
  3079.  </div>
  3080.  <div class="split-bg-right-wrap-m">
  3081.    <p class="split-bg-right-txt-m">The power of herbalism lies in seeing the whole person first -- then matching you to the plants as spunky and powerful as you are. Take our quiz so we can get to know you, and let the herbal quiz fairy match you to the perfect blend to help you feel better + stronger, stat.</p>
  3082.  </div>
  3083. </section>
  3084.  
  3085.  
  3086. </section><section id="shopify-section-template--18379337334956__1736938374840199d7" class="shopify-section section"><style data-shopify>#shopify-section-template--18379337334956__1736938374840199d7 {
  3087.    --section-padding-top: 36px;
  3088.    --section-padding-bottom: 0px;
  3089.  }
  3090.  
  3091. </style>  
  3092. <div class="section--padding">
  3093.  <div class="page-width">
  3094.    
  3095. <div id="shopify-block-AQjhqczFuRzdZME15U__wiser_product_recommendations_wiser_recent_iRJCgP" class="shopify-block shopify-app-block"><div class="recently-viewed ws_inr_main_wgt" data-wiser-widget="recently_products"></div>
  3096. </div>
  3097.  </div>
  3098. </div>  
  3099.  
  3100. </section><script data-locksmith>
  3101.    var load = function () {
  3102.  
  3103.          if (document.querySelectorAll('.locksmith-manual-trigger').length > 0) {
  3104.            Locksmith.ping();
  3105.          }
  3106.  
  3107.  
  3108.      Locksmith.util.on('submit', 'locksmith-resource-form', function (event) {
  3109.        event.preventDefault();
  3110.        var data = Locksmith.util.serializeForm(event.target);
  3111.        Locksmith.postResource(data, { spinner: false, container: 'locksmith-content' });
  3112.      });
  3113.  
  3114.      Locksmith.util.on('click', 'locksmith-manual-trigger', function (event) {
  3115.        event.preventDefault();
  3116.        Locksmith.postResource({}, { spinner: true, container: document });
  3117.      });
  3118.  
  3119.      Locksmith.submitPasscode = function (passcode) {
  3120.        Locksmith.postResource(
  3121.          { passcode: passcode },
  3122.          { spinner: false, container: 'locksmith-content' }
  3123.        );
  3124.      };
  3125.    };
  3126.  
  3127.    if (typeof Locksmith !== 'undefined') {
  3128.      load();
  3129.    } else {
  3130.      window.addEventListener('load', load);
  3131.    }
  3132.  </script>
  3133.        </main>
  3134.  
  3135.        <!-- BEGIN sections: footer-group -->
  3136. <div id="shopify-section-sections--18379341299884__footer" class="shopify-section shopify-section-group-footer-group shopify-section-footer"><style data-shopify>#shopify-section-sections--18379341299884__footer {
  3137.    --gradient-background: #ffffff;
  3138.    --color-background: 255, 255, 255;
  3139.    --color-foreground: 29, 30, 35;
  3140.    --color-link: 29, 30, 35;
  3141.    --color-border: 92, 100, 108;
  3142.    --color-heading: 154, 110, 47;
  3143.  }</style><link href="//www.organicolivia.com/cdn/shop/t/433/assets/section-footer.css?v=72545908198441784381752783562" rel="stylesheet" type="text/css" media="all" />
  3144.  
  3145. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-newsletter.css?v=19745187667507529331752783515" media="print" onload="this.media='all'">
  3146. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-accordion.css?v=5234466532213842031752783505" media="print" onload="this.media='all'">
  3147. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-list-payment.css?v=90190534466538419181752783513" media="print" onload="this.media='all'">
  3148. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-list-social.css?v=71494611815837440191752783513" media="print" onload="this.media='all'">
  3149. <link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/component-rte.css?v=102114663036358899191752783520" media="print" onload="this.media='all'">
  3150.  
  3151. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-newsletter.css?v=19745187667507529331752783515" rel="stylesheet" type="text/css" media="all" /></noscript>
  3152. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-accordion.css?v=5234466532213842031752783505" rel="stylesheet" type="text/css" media="all" /></noscript>
  3153. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-list-payment.css?v=90190534466538419181752783513" rel="stylesheet" type="text/css" media="all" /></noscript>
  3154. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-list-social.css?v=71494611815837440191752783513" rel="stylesheet" type="text/css" media="all" /></noscript>
  3155. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/component-rte.css?v=102114663036358899191752783520" rel="stylesheet" type="text/css" media="all" /></noscript>
  3156.  
  3157. <script src="//www.organicolivia.com/cdn/shop/t/433/assets/footer-accordion.js?v=61102387610248778321752783529" defer="defer"></script>
  3158.  
  3159. <footer class="footer footer--border-top"><div class="footer__content-top page-width"><div class="footer_logo_container">
  3160.          <div class="footer-block__details-content footer-block-image left"><img
  3161.                  srcset= "//www.organicolivia.com/cdn/shop/products/OO-logo.png?v=1617918395&width=150, //www.organicolivia.com/cdn/shop/products/OO-logo.png?v=1617918395&width=300 2x"
  3162.                  src="//www.organicolivia.com/cdn/shop/products/OO-logo.png?v=1617918395&width=150"
  3163.                  alt=""
  3164.                  loading="lazy"
  3165.                  width="235"
  3166.                  height="87"
  3167.                  style="max-width: min(100%, 150px);"
  3168.                />
  3169.          </div>    
  3170.        </div><div class="grid mobile-2-grid"><div class="grid__item footer__content-left footer__content-left--alt">
  3171.            <div class="footer__blocks-wrapper grid grid--1-col grid--2-col grid--4-col-tablet">
  3172.                <div class="footer-block grid__item footer-block--menu" >
  3173.                
  3174.                  
  3175.                    <summary tabindex="-1">
  3176.                      <p class="h4 accordion__title">Company</p>
  3177.                      
  3178.                    </summary><ul class="footer-block__details-content list-unstyled"><li >
  3179.                                <a    href="https://blog.organicolivia.com/about-organic-olivia/" class="link list-menu__item list-menu__item--link">
  3180.                                                                    
  3181.                                  About Organic Olivia
  3182.                                </a>
  3183.                              </li><li >
  3184.                                <a    href="https://blog.organicolivia.com/our-quality/" class="link list-menu__item list-menu__item--link">
  3185.                                                                    
  3186.                                  Our Quality
  3187.                                </a>
  3188.                              </li><li >
  3189.                                <a    href="/pages/wholesale-application-form" class="link list-menu__item list-menu__item--link">
  3190.                                                                    
  3191.                                  Wholesale
  3192.                                </a>
  3193.                              </li><li >
  3194.                                <a    href="https://blog.organicolivia.com/affiliates/" class="link list-menu__item list-menu__item--link">
  3195.                                                                    
  3196.                                  Affiliate Program
  3197.                                </a>
  3198.                              </li><li >
  3199.                                <a    href="/pages/privacy-policy" class="link list-menu__item list-menu__item--link">
  3200.                                                                    
  3201.                                  Privacy Policy
  3202.                                </a>
  3203.                              </li><li >
  3204.                                <a    href="/pages/terms-and-conditions" class="link list-menu__item list-menu__item--link">
  3205.                                                                    
  3206.                                  Terms of Service
  3207.                                </a>
  3208.                              </li></ul>
  3209.                </div>
  3210.              
  3211.  
  3212.                <div class="footer-block grid__item footer-block--menu" >
  3213.                
  3214.                  
  3215.                    <summary tabindex="-1">
  3216.                      <p class="h4 accordion__title">Customer Service</p>
  3217.                      
  3218.                    </summary><ul class="footer-block__details-content list-unstyled"><li >
  3219.                                <a    href="/pages/contact-us" class="link list-menu__item list-menu__item--link">
  3220.                                                                    
  3221.                                  Contact Us
  3222.                                </a>
  3223.                              </li><li >
  3224.                                <a    href="https://www.organicolivia.com/pages/track-orders1" class="link list-menu__item list-menu__item--link">
  3225.                                                                    
  3226.                                  Track Your Order
  3227.                                </a>
  3228.                              </li><li >
  3229.                                <a    href="https://www.organicolivia.com/pages/faq#shipping-policy" class="link list-menu__item list-menu__item--link">
  3230.                                                                    
  3231.                                  Shipping Policy
  3232.                                </a>
  3233.                              </li><li >
  3234.                                <a    href="https://www.organicolivia.com/pages/contact-us" class="link list-menu__item list-menu__item--link">
  3235.                                                                    
  3236.                                  Support
  3237.                                </a>
  3238.                              </li><li >
  3239.                                <a    href="/pages/faq" class="link list-menu__item list-menu__item--link">
  3240.                                                                    
  3241.                                  FAQ
  3242.                                </a>
  3243.                              </li></ul>
  3244.                </div>
  3245.              
  3246.  
  3247.                <div class="footer-block grid__item footer-block--menu" >
  3248.                
  3249.                  
  3250.                    <summary tabindex="-1">
  3251.                      <p class="h4 accordion__title">Explore</p>
  3252.                      
  3253.                    </summary><ul class="footer-block__details-content list-unstyled"><li >
  3254.                                <a    href="/collections/all" class="link list-menu__item list-menu__item--link">
  3255.                                                                    
  3256.                                  Shop
  3257.                                </a>
  3258.                              </li><li >
  3259.                                <a    href="https://blog.organicolivia.com/blog/" class="link list-menu__item list-menu__item--link">
  3260.                                                                    
  3261.                                  Blog
  3262.                                </a>
  3263.                              </li><li >
  3264.                                <a    href="https://blog.organicolivia.com/podcast/" class="link list-menu__item list-menu__item--link">
  3265.                                                                    
  3266.                                  Podcasts
  3267.                                </a>
  3268.                              </li><li >
  3269.                                <a    href="https://blog.organicolivia.com/glossary/" class="link list-menu__item list-menu__item--link">
  3270.                                                                    
  3271.                                  Herb Glossary
  3272.                                </a>
  3273.                              </li><li >
  3274.                                <a    href="/pages/rewards" class="link list-menu__item list-menu__item--link">
  3275.                                                                    
  3276.                                  Rewards Program
  3277.                                </a>
  3278.                              </li></ul>
  3279.                </div>
  3280.              
  3281.  
  3282.                <div class="footer-block grid__item footer-block--menu" >
  3283.                
  3284.                  
  3285.                    <summary tabindex="-1">
  3286.                      <p class="h4 accordion__title">Connect</p>
  3287.                      
  3288.                    </summary><ul class="footer-block__details-content list-unstyled"><li  class="list-menu__social">
  3289.                                <a   target="_blank"   href="https://www.instagram.com/shoporganicolivia/" class="link list-menu__item list-menu__item--link">
  3290.                                  
  3291.                                    
  3292.                                    <svg aria-hidden="true" focusable="false" class="icon icon-instagram" viewBox="0 0 448 512">
  3293.      <path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/>
  3294.    </svg>
  3295.                                                                    
  3296.                                  Instagram
  3297.                                </a>
  3298.                              </li><li  class="list-menu__social">
  3299.                                <a   target="_blank"   href="https://www.facebook.com/shoporganicolivia" class="link list-menu__item list-menu__item--link">
  3300.                                  
  3301.                                    
  3302.                                    <svg aria-hidden="true" focusable="false" class="icon icon-facebook" viewBox="0 0 320 512">
  3303.      <path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/>
  3304.    </svg>
  3305.                                                                    
  3306.                                  Facebook
  3307.                                </a>
  3308.                              </li><li  class="list-menu__social">
  3309.                                <a   target="_blank"   href="https://www.pinterest.com/organicolivia/" class="link list-menu__item list-menu__item--link">
  3310.                                  
  3311.                                    
  3312.                                    <svg aria-hidden="true" focusable="false" class="icon icon-pinterest" viewBox="0 0 384 512">
  3313.      <path fill="currentColor" d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"/>
  3314.    </svg>
  3315.                                                                    
  3316.                                  Pinterest
  3317.                                </a>
  3318.                              </li><li  class="list-menu__social">
  3319.                                <a   target="_blank"   href="https://www.youtube.com/user/OrganicOlivia1" class="link list-menu__item list-menu__item--link">
  3320.                                  
  3321.                                    
  3322.                                    <svg aria-hidden="true" focusable="false" class="icon icon-youtube" viewBox="0 0 576 512">
  3323.      <path fill="currentColor" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/>
  3324.    </svg>
  3325.                                                                    
  3326.                                  YouTube
  3327.                                </a>
  3328.                              </li></ul>
  3329.                </div>
  3330.              
  3331. </div>
  3332.          </div><div class="grid__item footer__content-right">
  3333.            <div class="grid"><div class="grid__item small-hide">
  3334.                  <div></div>
  3335.                </div><div class="grid__item">
  3336.                  <div class="footer-block footer-block--newsletter">
  3337.                  
  3338.                    
  3339.                      <summary tabindex="-1">
  3340.                        <p class="h4 accordion__title">Join The Herb Club</p>
  3341.                        
  3342.                      </summary>
  3343.                      <div class="footer-block__details-content">
  3344.                        <div class="footer-block__newsletter">
  3345.                            <div class="typeset rte">
  3346.                              <p>Get first dibs on new formulas, access to rewards, and herbal education from the heart.</p><p><strong>Plus, 10% off your first purchase!</strong></p>
  3347.                            </div>
  3348.                          
  3349.                          <div class="klaviyo-form-UqRk6w"></div>
  3350.                          
  3351.                          
  3352.                        </div></div>
  3353.                    
  3354.                    
  3355.                  
  3356.                  </div>
  3357.                  
  3358. </div>
  3359.            </div>
  3360.          </div></div>
  3361.    </div><div class="footer__content-bottom">
  3362.    <div class="footer__content-bottom-wrapper page-width">
  3363.      <div class="footer__column footer__column--info">
  3364.        
  3365.          <div class="footer__disclaimer">
  3366.            <small class="copyright__content disclaimer__content">*This statement has not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.</small>
  3367.          </div>
  3368.        
  3369.        <div class="footer__copyright">
  3370.          <small class="copyright__content">&copy; 2025, <a href="/" title="">Organic Olivia </a>. All rights reserved.</small></div>
  3371.      </div>
  3372.    </div>
  3373.  </div>
  3374. </footer>
  3375.  
  3376.  
  3377. </div>
  3378. <!-- END sections: footer-group -->
  3379.      </div>
  3380.    </div>
  3381.  
  3382.    <!-- BEGIN sections: overlay-group -->
  3383. <div id="shopify-section-sections--18379341365420__mobile-dock" class="shopify-section shopify-section-group-overlay-group shopify-section-mobile-dock"><style data-shopify>.section-sections--18379341365420__mobile-dock-padding {
  3384.    padding-top: 12px;
  3385.    padding-bottom: 12px;
  3386.  }</style><link rel="stylesheet" href="//www.organicolivia.com/cdn/shop/t/433/assets/section-mobile-dock.css?v=26660940039096064421752783568" media="print" onload="this.media='all'">
  3387. <noscript><link href="//www.organicolivia.com/cdn/shop/t/433/assets/section-mobile-dock.css?v=26660940039096064421752783568" rel="stylesheet" type="text/css" media="all" /></noscript>
  3388. <script src="//www.organicolivia.com/cdn/shop/t/433/assets/mobile-dock.js?v=103100588149977422611752783540" defer="defer"></script><mobile-dock class="mobile-dock mobile-dock--6-col section-sections--18379341365420__mobile-dock-padding hidden"><a class="dock__item" href="/" ><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-house" fill="none" viewBox="0 0 576 512">
  3389.      <path d="M570.6 244C577.2 249.8 577.8 259.1 571.1 266.6C566.2 273.2 556 273.8 549.4 267.1L512 234.1V432C512 476.2 476.2 512 432 512H144C99.82 512 64 476.2 64 432V234.1L26.59 267.1C19.96 273.8 9.849 273.2 4.003 266.6C-1.844 259.1-1.212 249.8 5.414 244L277.4 4.002C283.5-1.334 292.5-1.334 298.6 4.002L570.6 244zM144 480H208V320C208 302.3 222.3 288 240 288H336C353.7 288 368 302.3 368 320V480H432C458.5 480 480 458.5 480 432V206.7L288 37.34L96 206.7V432C96 458.5 117.5 480 144 480zM240 480H336V320H240V480z" fill="currentColor"/>
  3390.    </svg><span>Home</span>
  3391.          </a>
  3392. <div class="dock__item" data-action="menu" ><svg class="icon icon-hamburger" width="100px" height="100px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  3393.      <path d="M5 6.5H19V8H5V6.5Z" fill="currentColor"/>
  3394.      <path d="M5 16.5H19V18H5V16.5Z" fill="currentColor"/>
  3395.      <path d="M5 11.5H19V13H5V11.5Z" fill="currentColor"/>
  3396.    </svg><span>Menu</span>
  3397.          </div>
  3398. <div class="dock__item" data-action="search" ><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-search" fill="none" viewBox="0 0 15 17">
  3399.      <circle cx="7.11113" cy="7.11113" r="6.56113" stroke="currentColor" fill="none"/>
  3400.      <path d="M11.078 12.3282L13.8878 16.0009" stroke="currentColor" stroke-linecap="round" fill="none"/>
  3401.    </svg><span>Search</span>
  3402.          </div>
  3403. <a class="dock__item" href="/collections/all" ><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-grid" fill="none" viewBox="0 0 448 512">
  3404.      <path d="M0 80C0 53.49 21.49 32 48 32H144C170.5 32 192 53.49 192 80V176C192 202.5 170.5 224 144 224H48C21.49 224 0 202.5 0 176V80zM32 80V176C32 184.8 39.16 192 48 192H144C152.8 192 160 184.8 160 176V80C160 71.16 152.8 64 144 64H48C39.16 64 32 71.16 32 80zM0 336C0 309.5 21.49 288 48 288H144C170.5 288 192 309.5 192 336V432C192 458.5 170.5 480 144 480H48C21.49 480 0 458.5 0 432V336zM32 336V432C32 440.8 39.16 448 48 448H144C152.8 448 160 440.8 160 432V336C160 327.2 152.8 320 144 320H48C39.16 320 32 327.2 32 336zM400 32C426.5 32 448 53.49 448 80V176C448 202.5 426.5 224 400 224H304C277.5 224 256 202.5 256 176V80C256 53.49 277.5 32 304 32H400zM400 64H304C295.2 64 288 71.16 288 80V176C288 184.8 295.2 192 304 192H400C408.8 192 416 184.8 416 176V80C416 71.16 408.8 64 400 64zM256 336C256 309.5 277.5 288 304 288H400C426.5 288 448 309.5 448 336V432C448 458.5 426.5 480 400 480H304C277.5 480 256 458.5 256 432V336zM288 336V432C288 440.8 295.2 448 304 448H400C408.8 448 416 440.8 416 432V336C416 327.2 408.8 320 400 320H304C295.2 320 288 327.2 288 336z" fill="currentColor"/>
  3405.    </svg><span>Shop</span>
  3406.          </a>
  3407. <div class="dock__item" data-action="cart" >
  3408.              <p><svg xmlns="http://www.w3.org/2000/svg" style="display:none" fill="none" >
  3409.                  <symbol id="icon-cart-dock" viewBox="0 0 18 19" fill="none">
  3410.                    <path d="M3.09333 5.87954L16.2853 5.87945V5.87945C16.3948 5.8795 16.4836 5.96831 16.4836 6.07785V11.4909C16.4836 11.974 16.1363 12.389 15.6603 12.4714C11.3279 13.2209 9.49656 13.2033 5.25251 13.9258C4.68216 14.0229 4.14294 13.6285 4.0774 13.0537C3.77443 10.3963 2.99795 3.58502 2.88887 2.62142C2.75288 1.42015 0.905376 1.51528 0.283581 1.51478" stroke="currentColor"/>
  3411.                    <path d="M13.3143 16.8554C13.3143 17.6005 13.9183 18.2045 14.6634 18.2045C15.4085 18.2045 16.0125 17.6005 16.0125 16.8554C16.0125 16.1104 15.4085 15.5063 14.6634 15.5063C13.9183 15.5063 13.3143 16.1104 13.3143 16.8554Z" fill="currentColor"/>
  3412.                    <path d="M3.72831 16.8554C3.72831 17.6005 4.33233 18.2045 5.07741 18.2045C5.8225 18.2045 6.42651 17.6005 6.42651 16.8554C6.42651 16.1104 5.8225 15.5063 5.07741 15.5063C4.33233 15.5063 3.72831 16.1104 3.72831 16.8554Z" fill="currentColor"/>
  3413.                  </symbol >
  3414.                </svg>  
  3415.                      
  3416.                  <svg class="icon icon-cart" aria-hidden="true" focusable="false">
  3417.                    <use xlink:href="#icon-cart-dock" fill="currentColor"></use>
  3418.                  </svg><span id="mobile-cart-icon-bubble"></span>
  3419.              </p>
  3420.              <span>Cart</span>
  3421.            </div>
  3422. <a class="dock__item" href="https://www.organicolivia.com/customer_authentication/redirect?locale=en&region_country=US" ><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" class="icon icon-account" fill="none" viewBox="0 0 14 18">
  3423.      <path d="M7.34497 10.0933C4.03126 10.0933 1.34497 12.611 1.34497 15.7169C1.34497 16.4934 1.97442 17.1228 2.75088 17.1228H11.9391C12.7155 17.1228 13.345 16.4934 13.345 15.7169C13.345 12.611 10.6587 10.0933 7.34497 10.0933Z" stroke="currentColor"/>
  3424.      <ellipse cx="7.34503" cy="5.02631" rx="3.63629" ry="3.51313" stroke="currentColor" stroke-linecap="square"/>
  3425.    </svg><span>Account</span>
  3426.          </a>
  3427.  
  3428.  </mobile-dock>
  3429. </div>
  3430. <!-- END sections: overlay-group -->
  3431.  
  3432.    <ul hidden>
  3433.      <li id="a11y-refresh-page-message">Choosing a selection results in a full page refresh.</li>
  3434.    </ul>
  3435.    
  3436.    <svg xmlns="http://www.w3.org/2000/svg" class="hidden">
  3437.      <symbol id="icon-cart" fill="none" viewbox="0 0 18 19">
  3438.        <path d="M3.09333 5.87954L16.2853 5.87945V5.87945C16.3948 5.8795 16.4836 5.96831 16.4836 6.07785V11.4909C16.4836 11.974 16.1363 12.389 15.6603 12.4714C11.3279 13.2209 9.49656 13.2033 5.25251 13.9258C4.68216 14.0229 4.14294 13.6285 4.0774 13.0537C3.77443 10.3963 2.99795 3.58502 2.88887 2.62142C2.75288 1.42015 0.905376 1.51528 0.283581 1.51478" stroke="currentColor"/>
  3439.        <path d="M13.3143 16.8554C13.3143 17.6005 13.9183 18.2045 14.6634 18.2045C15.4085 18.2045 16.0125 17.6005 16.0125 16.8554C16.0125 16.1104 15.4085 15.5063 14.6634 15.5063C13.9183 15.5063 13.3143 16.1104 13.3143 16.8554Z" fill="currentColor"/>
  3440.        <path d="M3.72831 16.8554C3.72831 17.6005 4.33233 18.2045 5.07741 18.2045C5.8225 18.2045 6.42651 17.6005 6.42651 16.8554C6.42651 16.1104 5.8225 15.5063 5.07741 15.5063C4.33233 15.5063 3.72831 16.1104 3.72831 16.8554Z" fill="currentColor"/>
  3441.      </symbol>
  3442.    </svg>
  3443.      <script src="//www.organicolivia.com/cdn/shop/t/433/assets/lazyimage.js?v=132260343735824898401752783536" async></script>
  3444.    <script src="//www.organicolivia.com/cdn/shop/t/433/assets/predictive-search.js?v=118186851506741118981752783549" defer="defer"></script><script src="https://unpkg.com/@lottiefiles/lottie-player@0.4.0/dist/lottie-player.js" async></script>
  3445.  
  3446.          
  3447.    <script type="text/javascript">
  3448.      (function e() {
  3449.      var e = document.createElement('script');
  3450.        (e.type = 'text/javascript'),
  3451.          (e.async = true),
  3452.          (e.src = '//staticw2.yotpo.com/6RQJlFjAc4PLTlEIthkOGDNBacitsWWDG69ThtXp/widget.js');
  3453.        var t = document.getElementsByTagName('script')[0];
  3454.        t.parentNode.insertBefore(e, t);
  3455.      })();
  3456.    </script>
  3457.  
  3458.  
  3459.    
  3460.          
  3461.    <!-- Gorgias Chat Widget Start -->
  3462.    <script id="gorgias-chat-widget-install-v3" src="https://config.gorgias.chat/bundle-loader/01GYCCW39E56KTY3AHRK4X12V9?source=shopify1click"></script>
  3463.    <script id="gorgias-chat-shopify-install">
  3464.      !(function (_) {
  3465.      (_.SHOPIFY_PERMANENT_DOMAIN = 'organic-olivia.myshopify.com'),
  3466.      (_.SHOPIFY_CUSTOMER_ID = ''),
  3467.      (_.SHOPIFY_CUSTOMER_EMAIL = '');
  3468.      })(window || {});
  3469.    </script>
  3470.    <!-- Gorgias Chat Widget End -->
  3471.  
  3472.    <!-- KLAVIYO Add to cart Event snippet -->
  3473.    
  3474.    <!-- KLAVIYO Add to cart Event snippet END -->
  3475.    <style>
  3476.      .filter_clear_item span.filter_clear_label, .filter_clear_item .filter_clear_icon{line-height: 14px;}
  3477.      .filter_clear_item .filter_clear_icon svg{width:14px;height:14px;}
  3478.      .filter_checkbox input.filter_input_value:checked+.filter_checkbox_icon .icon-box{display:block !important;}
  3479.    </style>
  3480.  
  3481. <script>
  3482. function wiseraddedtocart(){
  3483.  
  3484.       }
  3485.           </script>
  3486.          
  3487. <script>
  3488.  window.dataLayer = window.dataLayer || [];
  3489.  window.dataLayer.push({
  3490.    event: "purchase",
  3491.    transactionId: "",
  3492.    transactionTotal: 0,
  3493.    transactionTax: 0,
  3494.    transactionShipping: ,
  3495.    transactionCurrency: "",
  3496.    transactionProducts: [
  3497.      
  3498.    ]
  3499.  });
  3500. </script>
  3501.  
  3502. <script>
  3503.  window.dataLayer = window.dataLayer || [];
  3504.  window.dataLayer.push({
  3505.    event: "FirstTimePurchase",
  3506.    transactionId: "",
  3507.    transactionTotal: 0,
  3508.    transactionCurrency: "",
  3509.    isFirstPurchase:
  3510.  });
  3511. </script>
  3512. <script>
  3513.    async function wiseraddedtocart() {
  3514.      const wsopener = document.querySelector("cart-drawer");
  3515.        wsopener.openMenuDrawer();
  3516.      const wsres = await fetch("/?section_id=mini-cart");
  3517.      const wstext = await wsres.text();
  3518.      const wshtml = document.createElement("div");
  3519.      wshtml.innerHTML = wstext;
  3520.      const wsnewBox = wshtml.querySelector(".mini-cart__inner").innerHTML;
  3521.      document.querySelector(".mini-cart__inner").innerHTML = wsnewBox;
  3522.      document.querySelector(".mini-cart").classList.remove("is-empty");
  3523.    }
  3524.    var $wsInit = 0;
  3525.    var $wsInterval = setInterval(function () {
  3526.      var $wsCartCnt =  $(".header__icon--cart span[data-ajax-cart-bind-state]").text()[0];
  3527.      $wsDrawerDivCnt = $("body div.evm-drawer-main div").length;
  3528.      if ($("body .cart-drawer-container").hasClass("menu-opening") && $wsDrawerDivCnt == 6 && $wsInit == 0) {                
  3529.       $wsInit = 1;
  3530.        window.WISER_INIT("cart", 1);
  3531.        setTimeout(function () {
  3532.          $wsInit = 0;
  3533.        }, 5000);
  3534.      }
  3535.    }, 100);
  3536.   </script>
  3537.  
  3538. <!-- <style>
  3539.  
  3540.          /*FBT CSS*/
  3541. #alsopresets2 .jdgm-preview-badge .jdgm-star {
  3542.    color: #ffc900!important;
  3543. }
  3544.  
  3545. #alsopresets2 .evm-ws__cart-submit i.fa.fa-shopping-cart{ display:none;}
  3546. .fbt_ws_msg_apld {
  3547.    margin-bottom: 0;
  3548. margin-top:8px;
  3549. }
  3550. .fbt_ws_bundle_disc_msg {
  3551. text-align:center;
  3552. line-height: normal;
  3553. font-size: 13px !important;
  3554.    color: #916e2f !important;
  3555.    padding: 0 0 10px;
  3556.    text-transform: capitalize;
  3557.    font-weight: 700 !important;
  3558.    font-family: Ibarra Real Nova, serif !important;
  3559.    letter-spacing: calc(var(--font-heading-scale)* 0.06rem);
  3560. }
  3561.  
  3562.    #alsopresets2.evm-wsrow {
  3563.    display: flex;
  3564.    flex-direction: row;
  3565.    border: none;
  3566.    position: relative;
  3567.    width: 100%;
  3568. }
  3569.  
  3570. #alsopresets2 .evm-ws-image-section {
  3571.    display: flex;
  3572.    flex-direction: column;
  3573.    position: unset;
  3574.    align-items: flex-start;
  3575.    width: 16%;
  3576.    max-width: 100%;
  3577.    margin: 0;
  3578.  justify-content: space-between;
  3579. }
  3580.  
  3581. #alsopresets2 .ws-plus-sign {
  3582.    display: none;
  3583. }
  3584.  
  3585. #alsopresets2 .evm-ws-image-section .ws-box-wrapper {
  3586.    width: 100% !important;
  3587.    margin: 0px  !important;
  3588. }
  3589.  
  3590. #alsopresets2 .ws-card_image_container, a.ws-card__header-link {
  3591.    width: 100%;
  3592. }
  3593.  
  3594. #alsopresets2 .evm-ws-body-section {
  3595.    margin: 0;
  3596.    position: relative;
  3597.    width: 100%;
  3598.    display: flex;
  3599.    flex-direction: column;
  3600.    justify-content: start;
  3601.    gap: 0%;
  3602.    align-items: center;
  3603.    padding: 0;
  3604.    height: fit-content;
  3605.    flex: 0 0 84%;
  3606. }
  3607. #alsopresets2 .wp-addtocart{
  3608.  right:unset!important;
  3609. }
  3610. #alsopresets2 .evm-ws-body-section .ws-box-wrapper {
  3611.    padding: 10px 0 15px;
  3612.    border-bottom: 1px solid #9A6E2F;
  3613.    margin: 0;
  3614.  border-top:none!important;
  3615. }
  3616.  
  3617. #alsopresets2 .evm-ws-body-section .ws-card__header {
  3618.    margin: 0;
  3619.    display: flex;
  3620.    flex-direction: column;
  3621.    align-items: baseline;
  3622.    row-gap: 8px;
  3623.    border: none!important;
  3624. }
  3625.  
  3626. #alsopresets2 .evm-alsobought-action.wp-addtocart.evm-ws-center {
  3627.  margin: 0px !important;
  3628.    position: absolute;
  3629.    bottom: -60px;
  3630.    display: flex;
  3631.    /* z-index: 999; */
  3632.    flex-direction: row;
  3633.    align-items: center;
  3634.    max-width: 100%;
  3635.    width: 100%;
  3636.    justify-content: space-between;
  3637. }
  3638.  
  3639. #alsopresets2 .evm-ws__cart-submit i{
  3640.    display:none;
  3641. }
  3642.  
  3643. #alsopresets2 .evm-ws__cart-submit {
  3644.   position: relative;
  3645.    font-family: Neue Haas Grotesk Display Pro;
  3646.    font-size: 14px;
  3647.    font-weight: 500;
  3648.    line-height: 16.7px;
  3649.    text-align: center !important;
  3650.    text-underline-position: from-font;
  3651.    text-decoration-skip-ink: none;
  3652.    height: 46px;
  3653.    width: max-content;
  3654.    border-radius: 5px;
  3655. }
  3656.  
  3657. .evm-also-bought-products span.ws_orig_price.ws-original-price-single, #alsopresets2 .evm-ws-body-section .ws-card__price span.ws_orig_price.ws-original-price-both, #alsopresets2 .ws-compare-original-price {
  3658.    color: #9A6E2F !important;
  3659.    font-family: Neue Haas Grotesk Display Pro;
  3660.    font-size: 12px!important;
  3661.    font-weight: 400;
  3662.    line-height: 16px;
  3663.    letter-spacing: 0.015em;
  3664.    text-align: left;
  3665.    text-underline-position: from-font;
  3666.    text-decoration-skip-ink: none;
  3667. }
  3668.  
  3669. #alsopresets2 .ws-title-content .ws-card__title b {
  3670.    color: #9A6E2F;
  3671.    text-transform: uppercase;
  3672. }
  3673.  
  3674.  
  3675. #alsopresets2 .evm-ws-body-section .ws-card__price {
  3676.    margin: 0;
  3677.    padding: 0;
  3678. }
  3679.  
  3680. .evm_visible_text.ws_fbt_inr_main {
  3681.    padding: 10px 0 50px;
  3682. }
  3683.  
  3684. .evm-also-bought-products .yotpo-sr-bottom-line-summary {
  3685.    line-height: 1;
  3686.    height: max-content;
  3687.    width: 8.83px;
  3688.    height: 8.42px;
  3689. }
  3690.  
  3691. .evm-also-bought-products .yotpo-sr-bottom-line-right-panel {
  3692.    align-items: center;
  3693. }
  3694.  
  3695. .evm-also-bought-products p.evm_wiser_heading.ws_ls_lang {
  3696.   font-family: sans-serif!important;
  3697.   font-size: 14px!important;
  3698.   font-weight: 500;
  3699.   line-height: 14.32px;
  3700.   text-align: left;
  3701.   text-underline-position: from-font;
  3702.   text-decoration-skip-ink: none;
  3703.   color:#9a6e2f!important;
  3704.   text-transform:uppercase;
  3705. }
  3706.  
  3707. #alsopresets2 .ws-card__title {
  3708.  display: -webkit-box;
  3709.    -webkit-box-orient: vertical;    -webkit-line-clamp: 1; overflow: hidden;   text-overflow: ellipsis;   min-height: 12px;
  3710.    font-family: Neue Haas Grotesk Display Pro;
  3711.    font-size: 14px!important;
  3712.    font-weight: 500;
  3713.    line-height: normal;
  3714.    text-align: left;
  3715.    text-underline-position: from-font;
  3716.    text-decoration-skip-ink: none;
  3717.  white-space: unset!important;
  3718. }
  3719.  
  3720.  
  3721. #alsopresets2 .evm-ws-body-section .ws-title-content input {
  3722.    margin: 2px;
  3723.    width: 16px;
  3724.    height: 16px;
  3725. }
  3726.  
  3727. #alsopresets2 .ws-title-content {
  3728.    padding-left: 25px;
  3729. }
  3730.  
  3731. #alsopresets2 .ws-title-content .evm-ab-wiser-checkbox.checkmark {
  3732.    height: 16px;
  3733.    width: 16px;
  3734.    border: 1px solid #80808087;
  3735.    top: 4px;
  3736. }
  3737.  
  3738. .evm-also-bought-products .ws-title-content .evm-ab-wiser-checkbox:after {
  3739.    left: 6px;
  3740.    top: 2px;
  3741.    width: 4px;
  3742.    height: 9px;
  3743. }
  3744.  
  3745. .evm-also-bought-products .star-container.yotpo-sr-star-full, .evm-also-bought-products .yotpo-sr-star-half {
  3746.    width: 8.83px;
  3747.    height: 8.42px!important;
  3748. }
  3749.  
  3750. .evm-also-bought-products .yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel {
  3751.    font-family: Neue Haas Grotesk Display Pro;
  3752.    font-size: 10px!important;
  3753.    font-weight: 400!important;
  3754.    line-height: 9.6px;
  3755.    text-align: left;
  3756.    text-underline-position: from-font;
  3757.    text-decoration-skip-ink: none;
  3758. }
  3759. .evm-also-bought-products .yotpo-widget-instance:has(.yotpo-sr-star-empty) {
  3760.   opacity:0;
  3761. }
  3762. .evm-also-bought-products .yotpo-widget-instance {
  3763.    display: flex;
  3764.    width: 100%;
  3765.      margin-bottom: 1px;
  3766. }
  3767. .evm-also-bought-products .yotpo-sr-bottom-line-summary div {
  3768.    margin-right: 2px!important;
  3769.    height: min-content;
  3770. }
  3771.  
  3772. .evm-also-bought-products .ws_fbt_inr_main .evm-wscontainer {
  3773.    padding: 10px 0 20px;
  3774. }
  3775.  
  3776. .evm-also-bought-products .evm-invisible {
  3777.    display: block!important;
  3778.    opacity: 0.5;
  3779. }
  3780.            .evm-also-bought-products .evm-visible {
  3781.    opacity: 1;
  3782.    display:block!important;
  3783. }
  3784.  
  3785.            #alsopresets2 .ws-product-color, #alsopresets2 .ws-product-size {
  3786.    display: none !important;
  3787. }
  3788.   .fbt_disc_msg {
  3789.   font-family: Neue Haas Grotesk Display, "sans-serif" !important;
  3790.   'sans-serif': 10px !important;
  3791.   font-weight: 400;
  3792.   line-height: 14.32px;
  3793.   font-size: 10px!important;
  3794.   text-align: left;
  3795.   text-underline-position: from-font;
  3796.   text-decoration-skip-ink: none;
  3797.   color: #000 !important;
  3798.   text-transform: uppercase;
  3799.   padding: 2px 0 0;
  3800. }
  3801.  
  3802. @media only screen and (max-width: 767px) {
  3803. #alsopresets2 .evm-ws-image-section .evm-ws-alsobought-total {
  3804.    margin: 0 0 8px;
  3805. }
  3806.  #alsopresets2 .ws-title-content .evm-ab-wiser-checkbox.checkmark {
  3807.    top: 0px !important;}
  3808. #alsopresets2 .evm-alsobought-action.wp-addtocart.evm-ws-center{
  3809.        padding:15px 0!important;
  3810.    }
  3811.    #alsopresets2 .ws-card__title{
  3812.        overflow:hidden;
  3813.    }
  3814.    #alsopresets2 .evm-ws-body-section p.ws-card__price{
  3815.        padding:0!important;
  3816.    }
  3817. }
  3818. @media only screen and (max-width: 999px) {
  3819.  #alsopresets2 .evm-ws__cart-submit{
  3820.    font-size: 18px!important;
  3821.  }
  3822.  #alsopresets2 .evm-ws-body-section{
  3823.        flex: 0 0 73%;
  3824.  }
  3825.   #alsopresets2 .evm-ws-image-section {
  3826.    width: 100%;
  3827.  }
  3828.  #alsopresets2.evm-wsrow{
  3829.    padding-bottom:50px;
  3830.  }
  3831. #alsopresets2 .evm-alsobought-action.wp-addtocart.evm-ws-center{
  3832.        flex-direction:column!important;
  3833.        padding: 10px 0;
  3834.        margin: 0 auto!important;
  3835.        justify-content: center;
  3836.        align-items: center;
  3837.    }
  3838.    #alsopresets2 .evm-ws__cart-submit{
  3839.        width: -webkit-fill-available;
  3840.        display: flex;
  3841.        justify-content: center;
  3842.        flex-wrap: wrap;
  3843.        overflow: hidden;
  3844.      align-items:center;
  3845.    }
  3846.  
  3847. }
  3848.  
  3849.  
  3850.          
  3851.          </style>  -->
  3852.  
  3853.    <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
  3854.          
  3855.  <style> .frenzy_product_buttom button {background-color: #64690c; color: #fff;} .lion-claimed-rewards-list {background-color: #fffcf8 !important;} #loyaltylion .lion-claimed-reward-item__icon {background-color: rgb(99 104 16);} .lion-reward-item.lion-reward-item--checkout-redemption.lion-reward-item--customer {display: none !important;} .product__info-wrapper .price--on-sale .price-item--regular bdi {font-weight: 500; display: flex; font-size: 2.8rem !important; color: #000; text-decoration: line-through;} .product__info-wrapper .price--on-sale .price-item--sale {color: #e08795 !important; font-size: 2.8rem;} .product .price__compare {display: block !important;} </style>
  3856. <div id="shopify-block-AMXlNNXM5SWtGZ0cxR__17151115064775110295" class="shopify-block shopify-app-block"><style data-recharge-theme='{"has_theme_customization": true, "design_mode": false }'>
  3857.  .recharge-theme {
  3858.    /* App */
  3859.    --recharge-app-background: #FEFCF9;
  3860.    --recharge-app-container: 1200px;
  3861.    --recharge-app-vertical-padding: 24px;
  3862.  
  3863.    /* Brand colors */
  3864.    
  3865. --recharge-color-brand: #64690C;
  3866.  
  3867.    /* Tints */
  3868.    --recharge-color-brand-120: #3d4007;
  3869.    --recharge-color-brand-20: #83873d;
  3870.    --recharge-color-brand-40: #a2a56d;
  3871.    --recharge-color-brand-60: #c1c39e;
  3872.    --recharge-color-brand-75: #d8dac2;  
  3873.    --recharge-color-brand-85: #e8e9db;
  3874.  
  3875.    /* Neutral */
  3876.    --recharge-color-neutral: hsl(63, 35%, 7%);
  3877.    --recharge-color-neutral-80: hsl(63, 7%, 25%);
  3878.    --recharge-color-neutral-70: hsl(63, 5%, 35%);
  3879.    --recharge-color-neutral-40: hsl(63, 3%, 63%);
  3880.    --recharge-color-neutral-10: hsl(63, 2%, 91%);
  3881.    
  3882.  
  3883.    /* Links */
  3884.    --recharge-button-secondary: #8A8787;
  3885.    --recharge-button-secondary-120: #737070;
  3886.    --recharge-button-secondary-60: #b9b7b7;
  3887.  
  3888.    /* Images */
  3889.    --recharge-images-ratio: 1/1.33;
  3890.  
  3891.    /* Cards */
  3892.    
  3893.    --recharge-cards-background: #FFFFFF;
  3894.    
  3895.  
  3896.    
  3897.    --recharge-cards-border-color: RGBA(0,0,0,0);
  3898.    
  3899.  
  3900.    /* Fonts */
  3901.    --recharge-typography-scale: 16px;
  3902.    --recharge-typography-size-1: calc(3 * var(--recharge-typography-scale));
  3903.    --recharge-typography-size-2: calc(2.25 * var(--recharge-typography-scale));
  3904.    --recharge-typography-size-3: calc(1.625 * var(--recharge-typography-scale));
  3905.    --recharge-typography-size-4: calc(1.25 * var(--recharge-typography-scale));
  3906.    --recharge-typography-size-5: calc(1 * var(--recharge-typography-scale));
  3907.    --recharge-typography-size-6: calc(.875 * var(--recharge-typography-scale));
  3908.  
  3909.    /** Text **/
  3910.    --recharge-typography-light: #FFFFFF;
  3911.    --recharge-typography-primary: var(--recharge-color-neutral);
  3912.    --recharge-typography-secondary: var(--recharge-color-neutral-70);
  3913.  
  3914.    /* Corners */
  3915.    --recharge-corners-radius: 8px;
  3916.  
  3917.    --recharge-button-border-radius: 8px;
  3918.    
  3919.  
  3920.    /* Views */
  3921.    
  3922.    --recharge-views-background: #FEFCF9;
  3923.    
  3924.  
  3925.    /* Buttons */
  3926.    --recharge-button-font-family: inherit;
  3927.    --recharge-button-brand: var(--recharge-color-brand);
  3928.    --recharge-button-color: #FFFFFF;
  3929.  }
  3930. </style>
  3931.  
  3932. </div><div id="shopify-block-AQTFVVHpnRTIyeFBzR__9431293036029666034" class="shopify-block shopify-app-block"><script veeper-setting>
  3933.  const blocker ={"pouch":true,"honey":true,"piggy":true,"cently":true,"karma":true,"rakuten":true,"coupert":true,"klarna":true,"checkmate":true,"hotukdeals":true,"retailmenot":true,"capitalone":true,"vouchercodes":true,"simplycodes":true,"slickdeals":true,"befrugal":true,"couponbirds":true,"ibotta":true,"swagbutton":true,"mino":true,"pie":true,"topcashback":true,"cashrewards":true,"fatcoupon":true,"moolah":true,"dealdrop":true,"bestprice":true,"couponbind":true,"dontpay":true,"shopmail":true,"mojo":true,"codescouk":true,"cashback":true,"hoopla":true,"savings":true,"dealmela":true,"coupongini":true,"revounts":true,"offersolve":true,"shoppsiemoney":true,"oohcoupons":true,"rubyshopsmarter":true,"dealcatcher":true,"couponcabin":true,"rebates":true,"cashbackeasy":true,"edge":true,"is_coupon_blocker":true};
  3934. </script>
  3935. <script async src="https://cdn.shopify.com/extensions/13bf20fc-ce18-4b3a-a9f0-075813e327d1/veeper-stop-coupon-leaks-330/assets/listener.min.js" defer></script>
  3936.  
  3937. </div><div id="shopify-block-Ad3lHck9Ccldkb2R1R__12526071353035850722" class="shopify-block shopify-app-block">
  3938.  <script defer src="https://app.backinstock.org/widget/48993_1746006582.js?category=bis&v=6"></script>
  3939.  
  3940.  
  3941. <script id="back-in-stock-helper-embedded">
  3942.  var _BISConfig = _BISConfig || {};
  3943.  
  3944.  
  3945.  
  3946.  
  3947. </script>
  3948.  
  3949. <script id="preorders-helper-embedded">
  3950.  
  3951. </script>
  3952.  
  3953.  
  3954.  
  3955.  
  3956. </div></body>
  3957. </html>
  3958.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda