<!doctype html>
<html lang="en-US">
<head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>

<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<link rel="pingback" href="https://eco-essentials.com/xmlrpc.php">
<meta name="google-site-verification" content="lbumKU1Zd3rJ3MCJaz-w_nzqzlTGuhvUnWXmocTck1s" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var gtm4wp_datalayer_name = "dataLayer";
	var dataLayer = dataLayer || [];
	const gtm4wp_use_sku_instead = 1;
	const gtm4wp_currency = 'CAD';
	const gtm4wp_product_per_impression = 10;
	const gtm4wp_clear_ecommerce = false;
	const gtm4wp_datalayer_max_timeout = 2000;
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com -->
	<!-- This site is optimized with the Yoast SEO plugin v28.0 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Home - Efforts Eco-Essentials</title>
	<link rel="canonical" href="https://eco-essentials.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Home - Efforts Eco-Essentials" />
	<meta property="og:description" content="Shop Womens Shop Mens Accessories, Fabric, Décor, KidsShop Other Best Sellers Why Wear Hemp? Anti-Bacterial UV Protection Wicking Properties Insulative Comfortable Organically Grown Easy Care Versatile The Most Useful Plant In Nature About Effort’s Eco-Essentials Efforts Industries has supplied eco-friendly Hemp fabrics to wholesalers, designers, and other environmentally conscious businesses [&hellip;]" />
	<meta property="og:url" content="https://eco-essentials.com/" />
	<meta property="og:site_name" content="Efforts Eco-Essentials" />
	<meta property="article:modified_time" content="2025-09-15T15:03:32+00:00" />
	<meta property="og:image" content="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1.jpg" />
	<meta property="og:image:width" content="700" />
	<meta property="og:image:height" content="385" />
	<meta property="og:image:type" content="image/jpeg" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/eco-essentials.com\/","url":"https:\/\/eco-essentials.com\/","name":"Home - Efforts Eco-Essentials","isPartOf":{"@id":"https:\/\/staging.eco-essentials.com\/#website"},"about":{"@id":"https:\/\/staging.eco-essentials.com\/#organization"},"primaryImageOfPage":{"@id":"https:\/\/eco-essentials.com\/#primaryimage"},"image":{"@id":"https:\/\/eco-essentials.com\/#primaryimage"},"thumbnailUrl":"https:\/\/eco-essentials.com\/wp-content\/uploads\/2021\/07\/Shop-Women-1.jpg","datePublished":"2020-12-22T17:20:30+00:00","dateModified":"2025-09-15T15:03:32+00:00","breadcrumb":{"@id":"https:\/\/eco-essentials.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eco-essentials.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eco-essentials.com\/#primaryimage","url":"https:\/\/eco-essentials.com\/wp-content\/uploads\/2021\/07\/Shop-Women-1.jpg","contentUrl":"https:\/\/eco-essentials.com\/wp-content\/uploads\/2021\/07\/Shop-Women-1.jpg","width":700,"height":385,"caption":"Shop-Women"},{"@type":"BreadcrumbList","@id":"https:\/\/eco-essentials.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/staging.eco-essentials.com\/#website","url":"https:\/\/staging.eco-essentials.com\/","name":"Efforts Eco-Essentials","description":"Eco-friendly clothing since 1994","publisher":{"@id":"https:\/\/staging.eco-essentials.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.eco-essentials.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/staging.eco-essentials.com\/#organization","name":"Efforts Eco-Essentials","url":"https:\/\/staging.eco-essentials.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.eco-essentials.com\/#\/schema\/logo\/image\/","url":"https:\/\/eco-essentials.com\/wp-content\/uploads\/2021\/07\/logo.png","contentUrl":"https:\/\/eco-essentials.com\/wp-content\/uploads\/2021\/07\/logo.png","width":500,"height":70,"caption":"Efforts Eco-Essentials"},"image":{"@id":"https:\/\/staging.eco-essentials.com\/#\/schema\/logo\/image\/"}}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel="alternate" type="application/rss+xml" title="Efforts Eco-Essentials &raquo; Feed" href="https://eco-essentials.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Efforts Eco-Essentials &raquo; Comments Feed" href="https://eco-essentials.com/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://eco-essentials.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Feco-essentials.com%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://eco-essentials.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Feco-essentials.com%2F&#038;format=xml" />
		<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
			var ajaxurl = 'https://eco-essentials.com/wp-admin/admin-ajax.php';
		</script>
		<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link data-minify="1" rel='stylesheet' id='acfwf-wc-cart-block-integration-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/advanced-coupons-for-woocommerce-free/dist/assets/index-467dde24.css?ver=1783493049' media='all' />
<link data-minify="1" rel='stylesheet' id='acfwf-wc-checkout-block-integration-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/advanced-coupons-for-woocommerce-free/dist/assets/index-2a7d8588.css?ver=1783493049' media='all' />
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link data-minify="1" rel='stylesheet' id='acfw-blocks-frontend-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/advanced-coupons-for-woocommerce-free/css/acfw-blocks-frontend.css?ver=1783493049' media='all' />
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-icon svg){width: 24px;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link data-minify="1" rel='stylesheet' id='dashicons-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-includes/css/dashicons.min.css?ver=1783493049' media='all' />
<link rel='stylesheet' id='admin-bar-css' href='https://eco-essentials.com/wp-includes/css/admin-bar.min.css?ver=7.0' media='all' />
<style id="admin-bar-inline-css">

    /* Hide CanvasJS credits for P404 charts specifically */
    #p404RedirectChart .canvasjs-chart-credit {
        display: none !important;
    }
    
    #p404RedirectChart canvas {
        border-radius: 6px;
    }

    .p404-redirect-adminbar-weekly-title {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        margin-bottom: 6px;
    }

    #wpadminbar #wp-admin-bar-p404_free_top_button .ab-icon:before {
        content: "\f103";
        color: #dc3545;
        top: 3px;
    }
    
    #wp-admin-bar-p404_free_top_button .ab-item {
        min-width: 80px !important;
        padding: 0px !important;
    }
    
    /* Ensure proper positioning and z-index for P404 dropdown */
    .p404-redirect-adminbar-dropdown-wrap { 
        min-width: 0; 
        padding: 0;
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown {
        position: static !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button_dropdown .ab-item {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .p404-redirect-dropdown-container {
        min-width: 340px;
        padding: 18px 18px 12px 18px;
        background: #23282d !important;
        color: #fff;
        border-radius: 12px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.25);
        margin-top: 10px;
        position: relative !important;
        z-index: 999999 !important;
        display: block !important;
        border: 1px solid #444;
    }
    
    /* Ensure P404 dropdown appears on hover */
    #wpadminbar #wp-admin-bar-p404_free_top_button .p404-redirect-dropdown-container { 
        display: none !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover .p404-redirect-dropdown-container { 
        display: block !important;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover #wp-admin-bar-p404_free_top_button_dropdown .p404-redirect-dropdown-container {
        display: block !important;
    }
    
    .p404-redirect-card {
        background: #2c3338;
        border-radius: 8px;
        padding: 18px 18px 12px 18px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border: 1px solid #444;
    }
    
    .p404-redirect-btn {
        display: inline-block;
        background: #dc3545;
        color: #fff !important;
        font-weight: bold;
        padding: 5px 22px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 17px;
        transition: background 0.2s, box-shadow 0.2s;
        margin-top: 8px;
        box-shadow: 0 2px 8px rgba(220,53,69,0.15);
        text-align: center;
        line-height: 1.6;
    }
    
    .p404-redirect-btn:hover {
        background: #c82333;
        color: #fff !important;
        box-shadow: 0 4px 16px rgba(220,53,69,0.25);
    }
    
    /* Prevent conflicts with other admin bar dropdowns */
    #wpadminbar .ab-top-menu > li:hover > .ab-item,
    #wpadminbar .ab-top-menu > li.hover > .ab-item {
        z-index: auto;
    }
    
    #wpadminbar #wp-admin-bar-p404_free_top_button:hover > .ab-item {
        z-index: 999998 !important;
    }
    
/*# sourceURL=admin-bar-inline-css */
</style>
<link data-minify="1" rel='stylesheet' id='wp-blog-designer-fontawesome-stylesheets-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/blog-designer/admin/css/fontawesome-all.min.css?ver=1783493049' media='all' />
<link data-minify="1" rel='stylesheet' id='wp-blog-designer-css-stylesheets-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/blog-designer/public/css/designer_css.css?ver=1783493049' media='all' />
<link data-minify="1" rel='stylesheet' id='commercekit-ajax-search-css-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/commercegurus-commercekit/assets/css/ajax-search.css?ver=1783493049' media='all' />
<style id="woocommerce-inline-inline-css">
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
</style>
<link data-minify="1" rel='stylesheet' id='wt-smart-coupon-for-woo-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/wt-smart-coupons-for-woocommerce/public/css/wt-smart-coupon-public.css?ver=1783493049' media='all' />
<link rel='stylesheet' id='woo-variation-swatches-css' href='https://eco-essentials.com/wp-content/plugins/woo-variation-swatches/assets/css/frontend.min.css?ver=1741269699' media='all' />
<style id="woo-variation-swatches-inline-css">
:root {
--wvs-tick:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");

--wvs-cross:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 5px rgb(255 255 255 / .6))' xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff0000' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E");
--wvs-single-product-item-width:30px;
--wvs-single-product-item-height:30px;
--wvs-single-product-item-font-size:16px}
/*# sourceURL=woo-variation-swatches-inline-css */
</style>
<link rel='stylesheet' id='shoptimizer-main-min-css' href='https://eco-essentials.com/wp-content/themes/shoptimizer/assets/css/main/main.min.css?ver=2.4.4' media='all' />
<link rel='stylesheet' id='shoptimizer-style-css' href='https://eco-essentials.com/wp-content/themes/shoptimizer/style.css?ver=7.0' media='all' />
<link rel='stylesheet' id='shoptimizer-woocommerce-min-css' href='https://eco-essentials.com/wp-content/themes/shoptimizer/assets/css/main/woocommerce.min.css?ver=2.4.4' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1783493057' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://eco-essentials.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.1.4' media='all' />
<link rel='stylesheet' id='elementor-post-10-css' href='https://eco-essentials.com/wp-content/uploads/elementor/css/post-10.css?ver=1783492908' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://eco-essentials.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.1.4' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://eco-essentials.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.1.4' media='all' />
<link rel='stylesheet' id='e-animation-grow-css' href='https://eco-essentials.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=4.1.4' media='all' />
<link rel='stylesheet' id='elementor-post-6622-css' href='https://eco-essentials.com/wp-content/uploads/elementor/css/post-6622.css?ver=1783492908' media='all' />
<link data-minify="1" rel='stylesheet' id='site-reviews-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/site-reviews/assets/styles/default.css?ver=1783493049' media='all' />
<style id="site-reviews-inline-css">
:root{--glsr-star-empty:url(https://eco-essentials.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-empty.svg);--glsr-star-error:url(https://eco-essentials.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-error.svg);--glsr-star-full:url(https://eco-essentials.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg);--glsr-star-half:url(https://eco-essentials.com/wp-content/plugins/site-reviews/assets/images/stars/default/star-half.svg)}

/*# sourceURL=site-reviews-inline-css */
</style>
<style id="rocket-lazyload-inline-css">
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://eco-essentials.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}
/*# sourceURL=rocket-lazyload-inline-css */
</style>
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1783493057' media='all' />
<link data-minify="1" rel='stylesheet' id='elementor-gf-local-robotoslab-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1783493057' media='all' />
<link rel="stylesheet" type="text/css" href="https://eco-essentials.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider.min.css?ver=d667a3aa" media="all">
<style data-related="n2-ss-12003">div#n2-ss-12003 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-12003 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-12003:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-12003 .n2-ss-slider-3{display:grid;grid-template-areas:'cover';position:relative;overflow:hidden;z-index:10;}div#n2-ss-12003 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-12003 .n2-ss-slide-backgrounds,div#n2-ss-12003 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-12003 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-12003 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-12003 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-12003 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:'slide';}div#n2-ss-12003 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-12003.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-12003 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-12003 .n2-ss-slide{perspective:1500px;}div#n2-ss-12003 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-12003 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:18;-webkit-user-select:none;}div#n2-ss-12003 .nextend-arrow img{position:relative;display:block;}div#n2-ss-12003 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-12003 .nextend-arrow:FOCUS img.n2-arrow-hover-img,div#n2-ss-12003 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-12003 .nextend-arrow:FOCUS img.n2-arrow-normal-img,div#n2-ss-12003 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-12003 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-12003 .nextend-arrow-animated > div{position:relative;}div#n2-ss-12003 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-12003 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-12003 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;transform:none;}div#n2-ss-12003 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-12003 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active{left:100%;}div#n2-ss-12003 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{right:100%;}div#n2-ss-12003 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-12003 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(-100%);}div#n2-ss-12003 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-12003 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(100%);}div#n2-ss-12003 .nextend-arrow-animated-vertical > div{transition:all 0.4s;transform:none;}div#n2-ss-12003 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-12003 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active{top:100%;}div#n2-ss-12003 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active{bottom:100%;}div#n2-ss-12003 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-12003 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(-100%);}div#n2-ss-12003 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-12003 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(100%);}div#n2-ss-12003 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;z-index:14;}div#n2-ss-12003 .n2-ss-control-bullet--calculate-size{left:0 !important;}div#n2-ss-12003 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%;}div#n2-ss-12003 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column;}div#n2-ss-12003 .nextend-bullet-bar{display:inline-flex;vertical-align:top;visibility:visible;align-items:center;flex-wrap:wrap;}div#n2-ss-12003 .n2-bar-justify-content-left{justify-content:flex-start;}div#n2-ss-12003 .n2-bar-justify-content-center{justify-content:center;}div#n2-ss-12003 .n2-bar-justify-content-right{justify-content:flex-end;}div#n2-ss-12003 .n2-ss-control-bullet-vertical > .nextend-bullet-bar{flex-flow:column;}div#n2-ss-12003 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar{display:flex;}div#n2-ss-12003 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{flex:1 1 auto;}div#n2-ss-12003 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{height:100%;}div#n2-ss-12003 .nextend-bullet-bar .n2-bullet{cursor:pointer;transition:background-color 0.4s;}div#n2-ss-12003 .nextend-bullet-bar .n2-bullet.n2-active{cursor:default;}div#n2-ss-12003 div.n2-ss-bullet-thumbnail-container{position:absolute;z-index:10000000;}div#n2-ss-12003 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;}div#n2-ss-12003 .n-uc-LSNMmqUCLokN-inner{border-width:0px 0px 0px 0px ;border-style:solid;border-color:RGBA(255,255,255,1);}div#n2-ss-12003 .n-uc-LSNMmqUCLokN-inner:HOVER{border-width:0px 0px 0px 0px ;border-style:solid;border-color:RGBA(255,255,255,1);}div#n2-ss-12003 .n-uc-otQXUTF0SRMl-inner{border-width:0px 0px 0px 0px ;border-style:solid;border-color:RGBA(255,255,255,1);}div#n2-ss-12003 .n-uc-otQXUTF0SRMl-inner:HOVER{border-width:0px 0px 0px 0px ;border-style:solid;border-color:RGBA(255,255,255,1);}div#n2-ss-12003 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading{background: RGBA(0,0,0,0.67);opacity:1;padding:2px 2px 2px 2px ;box-shadow: none;border: 0px solid RGBA(0,0,0,1);border-radius:3px;}div#n2-ss-12003 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading:Hover, div#n2-ss-12003 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading:ACTIVE, div#n2-ss-12003 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading:FOCUS{background: RGBA(255,145,57,1);}div#n2-ss-12003 .n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot{background: RGBA(255,255,255,0);opacity:1;padding:5px 5px 5px 5px ;box-shadow: none;border: 2px solid RGBA(255,255,255,0.8);border-radius:50px;margin:4px;}div#n2-ss-12003 .n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot.n2-active, div#n2-ss-12003 .n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot:HOVER, div#n2-ss-12003 .n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot:FOCUS{background: #ffffff;border: 2px solid RGBA(255,255,255,1);}div#n2-ss-12003 .n2-ss-slide-limiter{max-width:1300px;}div#n2-ss-12003 .n-uc-wOHWjxjiZzIo{padding:10px 10px 10px 10px}div#n2-ss-12003 .n-uc-CroGE1yaKRcd{padding:10px 10px 10px 10px}div#n2-ss-12003 .n-uc-FWDt6UqJnnUT{padding:10px 10px 10px 10px}div#n2-ss-12003 .n-uc-J3G63jqAWjfQ{padding:40px 50px 40px 50px}div#n2-ss-12003 .n-uc-qB7O9vXDuWLC-inner{padding:10px 10px 10px 10px;text-align:left;--ssselfalign:var(--ss-fs);;justify-content:center}div#n2-ss-12003 .n-uc-7spq43IRWq4L-inner{padding:0px 0px 0px 0px}div#n2-ss-12003 .n-uc-7spq43IRWq4L-inner > .n2-ss-layer-row-inner{width:calc(100% + 1px);margin:-0px;flex-wrap:nowrap;}div#n2-ss-12003 .n-uc-7spq43IRWq4L-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"]{margin:0px}div#n2-ss-12003 .n-uc-2z8jRv2kaXS4-inner{padding:0px 0px 0px 0px;justify-content:center}div#n2-ss-12003 .n-uc-2z8jRv2kaXS4{width:45%}div#n2-ss-12003 .n-uc-LSNMmqUCLokN-inner{padding:10px 10px 10px 10px;text-align:left;--ssselfalign:var(--ss-fs);}div#n2-ss-12003 .n-uc-LSNMmqUCLokN-inner > .n2-ss-layer-row-inner{width:calc(100% + 21px);margin:-10px;flex-wrap:nowrap;}div#n2-ss-12003 .n-uc-LSNMmqUCLokN-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"]{margin:10px}div#n2-ss-12003 .n-uc-otQXUTF0SRMl-inner{padding:10px 10px 10px 10px;text-align:left;--ssselfalign:var(--ss-fs);;justify-content:center}div#n2-ss-12003 .n-uc-otQXUTF0SRMl{width:100%}div#n2-ss-12003 .n-uc-dNpKxhYNM4zQ-inner{padding:0px 0px 0px 0px;text-align:center;--ssselfalign:center;;justify-content:center}div#n2-ss-12003 .n-uc-dNpKxhYNM4zQ{width:55%}div#n2-ss-12003 .nextend-arrow img{width: 26px}@media (min-width: 1200px){div#n2-ss-12003 [data-hide-desktopportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-12003 .n-uc-7spq43IRWq4L-inner > .n2-ss-layer-row-inner{flex-wrap:nowrap;}div#n2-ss-12003 .n-uc-2z8jRv2kaXS4{width:45%}div#n2-ss-12003 .n-uc-LSNMmqUCLokN-inner > .n2-ss-layer-row-inner{flex-wrap:nowrap;}div#n2-ss-12003 .n-uc-otQXUTF0SRMl{width:100%}div#n2-ss-12003 .n-uc-dNpKxhYNM4zQ{width:55%}div#n2-ss-12003 [data-hide-tabletportrait="1"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-12003 .n-uc-J3G63jqAWjfQ{padding:0px 0px 0px 0px}div#n2-ss-12003 .n-uc-qB7O9vXDuWLC-inner{padding:20px 20px 20px 20px;text-align:center;--ssselfalign:center;}div#n2-ss-12003 .n-uc-7spq43IRWq4L-inner > .n2-ss-layer-row-inner{width:calc(100% + 11px);margin:-5px;flex-wrap:wrap;}div#n2-ss-12003 .n-uc-7spq43IRWq4L-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"]{margin:5px}div#n2-ss-12003 .n-uc-2z8jRv2kaXS4{width:calc(100% - 10px)}div#n2-ss-12003 .n-uc-LSNMmqUCLokN-inner > .n2-ss-layer-row-inner{flex-wrap:wrap;}div#n2-ss-12003 .n-uc-otQXUTF0SRMl{width:calc(100% - 20px)}div#n2-ss-12003 .n-uc-dNpKxhYNM4zQ{order: 1;width:calc(100% - 10px)}div#n2-ss-12003 [data-hide-mobileportrait="1"]{display: none !important;}div#n2-ss-12003 .nextend-arrow img{width: 16px}}</style>
<script>(function(){this._N2=this._N2||{_r:[],_d:[],r:function(){this._r.push(arguments)},d:function(){this._d.push(arguments)}}}).call(window);</script><script src="https://eco-essentials.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/n2.min.js?ver=d667a3aa" defer async></script>
<script src="https://eco-essentials.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Application/Frontend/Assets/dist/smartslider-frontend.min.js?ver=d667a3aa" defer async></script>
<script src="https://eco-essentials.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Slider/SliderType/Simple/Assets/dist/ss-simple.min.js?ver=d667a3aa" defer async></script>
<script src="https://eco-essentials.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Arrow/ArrowImage/Assets/dist/w-arrow-image.min.js?ver=d667a3aa" defer async></script>
<script src="https://eco-essentials.com/wp-content/plugins/smart-slider-3/Public/SmartSlider3/Widget/Bullet/Assets/dist/w-bullet.min.js?ver=d667a3aa" defer async></script>
<script>_N2.r('documentReady',function(){n2const.prefersReducedMotion=false;_N2.r(["documentReady","smartslider-frontend","SmartSliderWidgetArrowImage","SmartSliderWidgetBulletTransition","ss-simple"],function(){new _N2.SmartSliderSimple('n2-ss-12003',{"admin":false,"background.video.mobile":1,"loadingTime":2000,"alias":{"id":0,"smoothScroll":0,"slideSwitch":0,"scroll":1},"align":"normal","isDelayed":0,"responsive":{"mediaQueries":{"all":false,"desktopportrait":["(min-width: 1200px)"],"tabletportrait":["(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)","(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)"],"mobileportrait":["(orientation: landscape) and (max-width: 900px)","(orientation: portrait) and (max-width: 700px)"]},"base":{"slideOuterWidth":1300,"slideOuterHeight":600,"sliderWidth":1300,"sliderHeight":600,"slideWidth":1300,"slideHeight":600},"hideOn":{"desktopLandscape":false,"desktopPortrait":false,"tabletLandscape":false,"tabletPortrait":false,"mobileLandscape":false,"mobilePortrait":false},"onResizeEnabled":true,"type":"auto","sliderHeightBasedOn":"real","focusUser":1,"focusEdge":"auto","breakpoints":[{"device":"tabletPortrait","type":"max-screen-width","portraitWidth":1199,"landscapeWidth":1199},{"device":"mobilePortrait","type":"max-screen-width","portraitWidth":700,"landscapeWidth":900}],"enabledDevices":{"desktopLandscape":0,"desktopPortrait":1,"tabletLandscape":0,"tabletPortrait":1,"mobileLandscape":0,"mobilePortrait":1},"sizes":{"desktopPortrait":{"width":1300,"height":600,"max":3000,"min":1200},"tabletPortrait":{"width":701,"height":323,"customHeight":false,"max":1199,"min":701},"mobilePortrait":{"width":320,"height":147,"customHeight":false,"max":900,"min":320}},"overflowHiddenPage":0,"focus":{"offsetTop":"#wpadminbar","offsetBottom":""}},"controls":{"mousewheel":0,"touch":"horizontal","keyboard":1,"blockCarouselInteraction":1},"playWhenVisible":1,"playWhenVisibleAt":0.5,"lazyLoad":0,"lazyLoadNeighbor":0,"blockrightclick":0,"maintainSession":0,"autoplay":{"enabled":0,"start":1,"duration":8000,"autoplayLoop":1,"allowReStart":0,"reverse":0,"pause":{"click":1,"mouse":"0","mediaStarted":1},"resume":{"click":0,"mouse":"0","mediaEnded":1,"slidechanged":0},"interval":1,"intervalModifier":"loop","intervalSlide":"current"},"perspective":1500,"layerMode":{"playOnce":0,"playFirstLayer":1,"mode":"skippable","inAnimation":"mainInEnd"},"bgAnimations":0,"mainanimation":{"type":"no","duration":3000,"delay":0,"ease":"easeOutQuad","shiftedBackgroundAnimation":0},"carousel":1,"initCallbacks":function(){new _N2.SmartSliderWidgetArrowImage(this);new _N2.SmartSliderWidgetBulletTransition(this,{"area":10,"dotClasses":"n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot ","mode":"","action":"click"})}})})});</script><script id="jquery-core-js" src="https://eco-essentials.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" defer></script>
<script id="jquery-migrate-js" src="https://eco-essentials.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" defer></script>
<script type="rocketlazyloadscript" id="imagesloaded-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" defer></script>
<script type="rocketlazyloadscript" id="masonry-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/masonry.min.js?ver=4.2.2" defer></script>
<script type="rocketlazyloadscript" id="ticker-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/blog-designer/public/js/ticker.min.js?ver=1.0" defer></script>
<script type="rocketlazyloadscript" data-minify="1" id="wp-blog-designer-script-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/blog-designer/public/js/designer.js?ver=1779374965" defer></script>
<script data-wp-strategy="defer" id="wc-jquery-blockui-js" src="https://eco-essentials.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.9.3" defer></script>
<script id="wc-add-to-cart-js-extra">
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https://eco-essentials.com/cart/","is_cart":"","cart_redirect_after_add":"no"};
//# sourceURL=wc-add-to-cart-js-extra
</script>
<script type="rocketlazyloadscript" data-wp-strategy="defer" defer id="wc-add-to-cart-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.9.3"></script>
<script type="rocketlazyloadscript" data-wp-strategy="defer" defer id="wc-js-cookie-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.9.3"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
</script>
<script type="rocketlazyloadscript" data-wp-strategy="defer" defer id="woocommerce-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.9.3"></script>
<script id="wt-smart-coupon-for-woo-js-extra">
var WTSmartCouponOBJ = {"ajaxurl":"https://eco-essentials.com/wp-admin/admin-ajax.php","wc_ajax_url":"https://eco-essentials.com/?wc-ajax=","nonces":{"public":"2a463e2615","apply_coupon":"8e163cb44f"},"labels":{"please_wait":"Please wait...","choose_variation":"Please choose a variation","error":"Error !!!"},"shipping_method":[],"payment_method":"","is_cart":""};
//# sourceURL=wt-smart-coupon-for-woo-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" id="wt-smart-coupon-for-woo-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/wt-smart-coupons-for-woocommerce/public/js/wt-smart-coupon-public.js?ver=1779374965" defer></script>
<!-- Google Analytics Code Snippet By Advanced WC Analytics (AWCA) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-7QVWBBVH25"></script>
		<script>
		  window.dataLayer = window.dataLayer || [];
		  function gtag(){dataLayer.push(arguments);}
		  gtag('js', new Date());gtag('config', 'G-7QVWBBVH25');</script> <!-- end of Google Analytics Code Snippet by Advanced WC Analytics (AWCA) --><link rel="https://api.w.org/" href="https://eco-essentials.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://eco-essentials.com/wp-json/wp/v2/pages/6622" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://eco-essentials.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.0" />
<meta name="generator" content="WooCommerce 10.9.3" />
<link rel='shortlink' href='https://eco-essentials.com/' />
<meta name="generator" content="Advanced Coupons for WooCommerce Free v4.7.3" /><script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
        function berocket_notice_fix_error_duplicate() {
            berocket_cart_notice_shortcode_fix_before();
            jQuery(".berocket_cart_notice").each(function() {
                jQuery(this).parent().remove();
            });
            berocket_cart_notice_shortcode_fix_after();
        }
        jQuery(document).ajaxComplete(function() {
            setTimeout(function(){berocket_notice_fix_error_duplicate()}, 20);
        });
        jQuery(document).ready(function() {
            berocket_notice_fix_error_duplicate();
            setTimeout(function(){berocket_notice_fix_error_duplicate()}, 1);
            setTimeout(function(){berocket_notice_fix_error_duplicate()}, 50);
        });
        function berocket_cart_notice_shortcode_fix_before() {
            if( jQuery(".berocket_cart_notice_shortcode").length && jQuery(".berocket_cart_notice:not(.berocket_cart_notice_shortcode_notice)").length ) {
                jQuery(".berocket_cart_notice_shortcode_notice").each(function() {
                    jQuery(this).parent().remove();
                });
            }
        }
        function berocket_cart_notice_shortcode_fix_after() {
            if( jQuery(".berocket_cart_notice_shortcode").length && jQuery(".berocket_cart_notice").length ) {
                var matched_elements = jQuery(".berocket_cart_notice").parent();
                jQuery(".berocket_cart_notice_shortcode").each(function() {
                    var cloned_element = matched_elements.clone();
                    jQuery(this).append(cloned_element);
                    jQuery(this).find(".berocket_cart_notice").addClass("berocket_cart_notice_shortcode_notice");
                });
            }
        }
        });</script>	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		var commercekit_ajs = {"ajax_url":"https:\/\/eco-essentials.com\/wp-admin\/admin-ajax.php","ajax_search":1,"char_count":3,"action":"commercekit_ajax_search","loader_icon":"https:\/\/eco-essentials.com\/wp-content\/plugins\/commercegurus-commercekit\/assets\/images\/loader2.gif","no_results_text":"No results","placeholder_text":"Search products...","layout":"product"}	</script>
	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
		var commercekit_pdp = {"pdp_thumbnails":4,"pdp_lightbox":1}	</script>
	<!-- start Simple Custom CSS and JS -->
<script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
/* Default comment here */ 

jQuery(document).ready(function( $ ){
    jQuery(".product_meta .sku_wrapper").insertBefore(".single-product .product_title");

    jQuery('#woo_offline_credit_card_payment_method-card-type option').filter(function() {
        return !['MasterCard', 'VISA'].includes(jQuery(this).val());
    }).remove();
});});</script>
<!-- end Simple Custom CSS and JS -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WJPDDCQ');</script>
<!-- End Google Tag Manager -->

<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "WPHeader",
  "name": "Header Section",
  "image": "https://eco-essentials.com/wp-content/uploads/2021/07/logo.png",
  "url": "https://eco-essentials.com/",
  "mainEntityOfPage": "https://eco-essentials.com/",
  "cssSelector": ".site-header",
  "accessibilityControl": "fullKeyboardControl, fullMouseControl, fullScreenMagnification",
  "accessibilityFeature": "alternativeText, highContrastDisplay, screenReader",
  "inLanguage": "en"
}
</script>

<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
    (function(c,l,a,r,i,t,y){
        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
    })(window, document, "clarity", "script", "nhz7o9z4py");
</script>	<style>
		.class_gwp_my_template_file {
			cursor:help;
		}
	</style>
	<meta name="wwp" content="yes" /><meta name="generator" content="WooCommerce Wholesale Prices 2.2.8" />
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<!-- GTM Container placement set to footer -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var dataLayer_content = {"pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"Ken Arp"};
	dataLayer.push( dataLayer_content );
</script>
<script data-cfasync="false" data-pagespeed-no-defer>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PNZDQS8');
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com --><meta name="og:url" content="https://eco-essentials.com/" />
	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<meta name="generator" content="Elementor 4.1.4; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel="modulepreload" href="https://eco-essentials.com/wp-content/plugins/advanced-coupons-for-woocommerce-free/dist/common/NoticesPlugin.b2b90c58.js"  /><link rel="modulepreload" href="https://eco-essentials.com/wp-content/plugins/advanced-coupons-for-woocommerce-free/dist/common/sanitize.d66553f0.js"  /><link rel="modulepreload" href="https://eco-essentials.com/wp-content/plugins/advanced-coupons-for-woocommerce-free/dist/common/NoticesPlugin.b2b90c58.js"  /><link rel="modulepreload" href="https://eco-essentials.com/wp-content/plugins/advanced-coupons-for-woocommerce-free/dist/common/sanitize.d66553f0.js"  /><link rel="icon" href="https://eco-essentials.com/wp-content/uploads/2021/07/icion.png" sizes="32x32" />
<link rel="icon" href="https://eco-essentials.com/wp-content/uploads/2021/07/icion.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://eco-essentials.com/wp-content/uploads/2021/07/icion.png" />
<meta name="msapplication-TileImage" content="https://eco-essentials.com/wp-content/uploads/2021/07/icion.png" />
<style id="wp-custom-css">
.single-product .onsale{
	display: none;
}
.single-product .sku_wrapper:nth-child(3) {
    display: block !important;
}
.below-content .widget svg {
    stroke: #dc9814 !important;
}

.newrelease li {
    list-style-type: none; 
    clear: both;
}

.social-media {
    padding: 10px;
    font-size: 20px;
    width: 42px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff; 
}
.social-media:hover{
	  padding: 10px;
    font-size: 20px;
    width: 42px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    border: 1px solid #dc9814;
	 background-color: #dc9814;
	 font-weight:100;
}
p.product__categories {
    display: none;
}

.fa {
    
    font: normal normal normal  20px/1 FontAwesome !important;
   
}
.product-review{
	display: flex;
	width: max-content; 
}

.single-product .sku_wrapper:nth-child(3){
	display:none;
}
.single-product .status-draft {
	display: none;
}

#woo_offline_credit_card_payment_method-card-type option:nth-child(2),
#woo_offline_credit_card_payment_method-card-type option:nth-child(3),
#woo_offline_credit_card_payment_method-card-type option:nth-child(4),
#woo_offline_credit_card_payment_method-card-type option:nth-child(5),
#woo_offline_credit_card_payment_method-card-type option:nth-child(6),
#woo_offline_credit_card_payment_method-card-type option:nth-child(7),
#woo_offline_credit_card_payment_method-card-type option:nth-child(8),
#woo_offline_credit_card_payment_method-card-type option:nth-child(10),
#woo_offline_credit_card_payment_method-card-type option:nth-child(11),
#woo_offline_credit_card_payment_method-card-type option:nth-child(13),
#woo_offline_credit_card_payment_method-card-type option:nth-child(14){
	display: none;
}
.discount-box{
	display: none;
	background: #1c9f1a;
  color: #fff;
  border: 2px dashed #ffffff;
  box-shadow: 0 0 0 4px #1c9f1a, 2px 1px 6px 4px rgba(10, 10, 0, 0);
  max-width: 350px;
  padding: 15px;
  text-align: center;
}
.discount-box h3{
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.discount-box p{
	font-size: 14px;
	margin-bottom: 0px;
}
/* .wt_coupon_wrapper{
	position: absolute;
  width: 350px;
  margin-top: 30px;
}
.wt_coupon_wrapper .wt_sc_single_coupon.active-coupon{
	height: 188px;
	opacity: 0;
} */

@media screen and (max-width: 700px){
	.product-review{
	display: block; 
}
}
.space-SS{
	float: left;
  width: 100%;
}


#nf-form-3-cont .nf-form-fields-required,
#nf-form-3-cont .nf-field-label{
	display: none;
}
#nf-form-3-cont .nf-field-label{
	display: none;
}
#nf-form-3-cont #nf-field-24-container{
	margin-bottom: 5px !important;
}

.n2-ss-slider [data-mode="center"] .n2-ss-slide-background-image img {
  object-fit: contain;
}
</style>
<style id="kirki-inline-styles">.site-header .custom-logo-link img{height:38px;}.is_stuck .logo-mark{width:71px;}.is_stuck .primary-navigation.with-logo .menu-primary-menu-container{margin-left:71px;}.price ins, .summary .yith-wcwl-add-to-wishlist a:before, .commercekit-wishlist a i:before, .commercekit-wishlist-table .price, .commercekit-wishlist-table .price ins, .commercekit-ajs-product-price, .commercekit-ajs-product-price ins, .widget-area .widget.widget_categories a:hover, #secondary .widget ul li a:hover, #secondary.widget-area .widget li.chosen a, .widget-area .widget a:hover, #secondary .widget_recent_comments ul li a:hover, .woocommerce-pagination .page-numbers li .page-numbers.current, div.product p.price, body:not(.mobile-toggled) .main-navigation ul.menu li.full-width.menu-item-has-children ul li.highlight > a, body:not(.mobile-toggled) .main-navigation ul.menu li.full-width.menu-item-has-children ul li.highlight > a:hover, #secondary .widget ins span.amount, #secondary .widget ins span.amount span, .search-results article h2 a:hover{color:#dc9814;}.spinner > div, .widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle, #page .woocommerce-tabs ul.tabs li span, #secondary.widget-area .widget .tagcloud a:hover, .widget-area .widget.widget_product_tag_cloud a:hover, footer .mc4wp-form input[type="submit"], #payment .payment_methods li.woocommerce-PaymentMethod > input[type=radio]:first-child:checked + label:before, #payment .payment_methods li.wc_payment_method > input[type=radio]:first-child:checked + label:before, #shipping_method > li > input[type=radio]:first-child:checked + label:before, ul#shipping_method li:only-child label:before, .image-border .elementor-image:after, ul.products li.product .yith-wcwl-wishlistexistsbrowse a:before, ul.products li.product .yith-wcwl-wishlistaddedbrowse a:before, ul.products li.product .yith-wcwl-add-button a:before, .summary .yith-wcwl-add-to-wishlist a:before, .commercekit-wishlist a i.cg-wishlist-t:before, .commercekit-wishlist a i.cg-wishlist:before, .summary .commercekit-wishlist a i.cg-wishlist-t:before, #page .woocommerce-tabs ul.tabs li a span, .main-navigation ul li a span strong, .widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen:before{background-color:#dc9814;}a{color:#3077d0;}a:hover{color:#111;}body{background-color:#fff;}.col-full.topbar-wrapper{background-color:#fff;border-bottom-color:#eee;}.top-bar, .top-bar a{color:#323232;}body:not(.header-4) .site-header, .header-4-container{background-color:#fff;}.fa.menu-item, .ri.menu-item{border-left-color:#eee;}.header-4 .search-trigger span{border-right-color:#eee;}.header-widget-region{background-color:#dc9814;}.header-widget-region, .header-widget-region a{color:#fff;}button, .button, .button:hover, input[type=submit], ul.products li.product .button, ul.products li.product .added_to_cart, .site .widget_shopping_cart a.button.checkout, .woocommerce #respond input#submit.alt, .main-navigation ul.menu ul li a.button, .main-navigation ul.menu ul li a.button:hover, body .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li a.button:hover, .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li:hover a.added_to_cart, div.wpforms-container-full .wpforms-form button[type=submit], .product .cart .single_add_to_cart_button, .woocommerce-cart p.return-to-shop a, .elementor-row .feature p a, .image-feature figcaption span{color:#fff;}.single-product div.product form.cart .button.added::before{background-color:#fff;}button, .button, input[type=submit], ul.products li.product .button, .woocommerce #respond input#submit.alt, .product .cart .single_add_to_cart_button, .widget_shopping_cart a.button.checkout, .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li a.added_to_cart, div.wpforms-container-full .wpforms-form button[type=submit], ul.products li.product .added_to_cart, .woocommerce-cart p.return-to-shop a, .elementor-row .feature a, .image-feature figcaption span{background-color:#3bb54a;}.widget_shopping_cart a.button.checkout{border-color:#3bb54a;}button:hover, .button:hover, [type="submit"]:hover, ul.products li.product .button:hover, #place_order[type="submit"]:hover, body .woocommerce #respond input#submit.alt:hover, .product .cart .single_add_to_cart_button:hover, .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li a.added_to_cart:hover, div.wpforms-container-full .wpforms-form button[type=submit]:hover, div.wpforms-container-full .wpforms-form button[type=submit]:focus, ul.products li.product .added_to_cart:hover, .widget_shopping_cart a.button.checkout:hover, .woocommerce-cart p.return-to-shop a:hover{background-color:#009245;}.widget_shopping_cart a.button.checkout:hover{border-color:#009245;}.onsale, .product-label{background-color:#3bb54a;color:#fff;}.content-area .summary .onsale{color:#3bb54a;}.summary .product-label:before, .product-details-wrapper .product-label:before{border-right-color:#3bb54a;}.entry-content .testimonial-entry-title:after, .cart-summary .widget li strong::before, p.stars.selected a.active::before, p.stars:hover a::before, p.stars.selected a:not(.active)::before{color:#ee9e13;}.star-rating > span:before{background-color:#ee9e13;}header.woocommerce-products-header, .shoptimizer-category-banner{background-color:#efeee3;}.term-description p, .term-description a, .term-description a:hover, .shoptimizer-category-banner h1, .shoptimizer-category-banner .taxonomy-description p{color:#222;}.single-product .site-content .col-full{background-color:#f8f8f8;}.call-back-feature a{background-color:#dc9814;color:#fff;}ul.checkout-bar:before, .woocommerce-checkout .checkout-bar li.active:after, ul.checkout-bar li.visited:after{background-color:#3bb54a;}.below-content .widget .ri{color:#999;}.below-content .widget svg{stroke:#999;}footer{background-color:#111;color:#ccc;}footer .widget .widget-title{color:#fff;}footer a:not(.button){color:#999;}footer a:not(.button):hover{color:#fff;}footer li a:after{border-color:#fff;}.menu-primary-menu-container > ul > li > a span:before{border-color:#dc9814;}.secondary-navigation .menu a, .ri.menu-item:before, .fa.menu-item:before{color:#404040;}.secondary-navigation .icon-wrapper svg{stroke:#404040;}.site-header-cart a.cart-contents .count, .site-header-cart a.cart-contents .count:after{border-color:#dc9814;}.site-header-cart a.cart-contents .count, .shoptimizer-cart-icon i{color:#dc9814;}.site-header-cart a.cart-contents:hover .count, .site-header-cart a.cart-contents:hover .count{background-color:#dc9814;}.site-header-cart .cart-contents{color:#fff;}.col-full, .single-product .site-content .shoptimizer-sticky-add-to-cart .col-full, body .woocommerce-message{max-width:1170px;}.product-details-wrapper, .single-product .woocommerce-Tabs-panel, .single-product .archive-header .woocommerce-breadcrumb, .related.products, #sspotReviews, .upsells.products{max-width:calc(1170px + 5.2325em);}.main-navigation ul li.menu-item-has-children.full-width .container{max-width:1170px;}.below-content .col-full, footer .col-full{max-width:calc(1170px + 40px);}#secondary{width:22%;}.content-area{width:72%;}body, button, input, select, option, textarea, h6{font-family:IBM Plex Sans;font-size:16px;font-weight:400;color:#444;}.menu-primary-menu-container > ul > li > a, .site-header-cart .cart-contents{font-family:IBM Plex Sans;font-size:16px;font-weight:400;letter-spacing:-0.3px;text-transform:none;}.main-navigation ul.menu ul li > a, .main-navigation ul.nav-menu ul li > a{font-family:IBM Plex Sans;font-size:15px;font-weight:400;text-transform:none;}.main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li.menu-item-has-children > a, .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li.heading > a{font-family:IBM Plex Sans;font-size:16px;font-weight:600;letter-spacing:-0.1px;text-transform:none;color:#111;}.entry-content{font-family:IBM Plex Sans;font-size:17px;font-weight:400;line-height:1.6;text-transform:none;color:#444;}h1{font-family:IBM Plex Sans;font-size:40px;font-weight:600;letter-spacing:-0.5px;line-height:1.3;text-transform:none;color:#222;}h2{font-family:IBM Plex Sans;font-size:28px;font-weight:600;letter-spacing:-0.5px;line-height:1.4;text-transform:none;color:#222;}h3{font-family:IBM Plex Sans;font-size:24px;font-weight:600;letter-spacing:-0.3px;line-height:1.45;text-transform:none;color:#222;}h4{font-family:IBM Plex Sans;font-size:20px;font-weight:400;letter-spacing:0px;line-height:1.6;text-transform:none;color:#222;}h5{font-family:IBM Plex Sans;font-size:18px;font-weight:400;letter-spacing:0px;line-height:1.6;text-transform:none;color:#222;}blockquote p{font-family:IBM Plex Sans;font-size:20px;font-weight:400;line-height:1.45;text-transform:none;color:#222;}.widget .widget-title, .widget .widgettitle{font-family:IBM Plex Sans;font-size:15px;font-weight:600;letter-spacing:0px;line-height:1.5;text-transform:none;}body.single-post h1{font-family:IBM Plex Sans;font-size:36px;font-weight:600;letter-spacing:-0.6px;line-height:1.24;text-transform:none;}.term-description, .shoptimizer-category-banner .taxonomy-description{font-family:IBM Plex Sans;font-size:17px;font-weight:400;letter-spacing:-0.1px;line-height:25px;text-transform:none;}.content-area ul.products li.product .woocommerce-loop-product__title, .content-area ul.products li.product h2, ul.products li.product .woocommerce-loop-product__title, ul.products li.product .woocommerce-loop-product__title, .main-navigation ul.menu ul li.product .woocommerce-loop-product__title a{font-family:IBM Plex Sans;font-size:15px;font-weight:600;letter-spacing:0px;line-height:20px;text-transform:none;}body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt, .product .cart .single_add_to_cart_button, .shoptimizer-sticky-add-to-cart__content-button a.button, .widget_shopping_cart a.button.checkout{font-family:IBM Plex Sans;font-size:18px;font-weight:600;letter-spacing:0px;text-transform:none;}@media (max-width: 992px){.main-header, .site-branding{height:70px;}.main-header .site-header-cart{top:calc(-14px + 70px / 2);}body.theme-shoptimizer .site-header .custom-logo-link img, body.wp-custom-logo .site-header .custom-logo-link img{height:22px;}.m-search-bh .site-search, .m-search-toggled .site-search, .site-branding button.menu-toggle, .site-branding button.menu-toggle:hover{background-color:#fff;}.menu-toggle .bar, .site-header-cart a.cart-contents:hover .count{background-color:#111;}.menu-toggle .bar-text, .menu-toggle:hover .bar-text, .site-header-cart a.cart-contents .count{color:#111;}.mobile-search-toggle svg, .mobile-myaccount svg{stroke:#111;}.site-header-cart a.cart-contents:hover .count{background-color:#dc9814;}.site-header-cart a.cart-contents:not(:hover) .count{color:#dc9814;}.shoptimizer-cart-icon svg{stroke:#dc9814;}.site-header .site-header-cart a.cart-contents .count, .site-header-cart a.cart-contents .count:after{border-color:#dc9814;}.col-full-nav{background-color:#fff;}.main-navigation ul li a, body .main-navigation ul.menu > li.menu-item-has-children > span.caret::after, .main-navigation .woocommerce-loop-product__title, .main-navigation ul.menu li.product, body .main-navigation ul.menu li.menu-item-has-children.full-width>.sub-menu-wrapper li h6 a, body .main-navigation ul.menu li.menu-item-has-children.full-width>.sub-menu-wrapper li h6 a:hover, .main-navigation ul.products li.product .price, body .main-navigation ul.menu li.menu-item-has-children li.menu-item-has-children span.caret, body.mobile-toggled .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li p.product__categories a, body.mobile-toggled ul.products li.product p.product__categories a, body li.menu-item-product p.product__categories, body .main-navigation .price ins, .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li.menu-item-has-children > a, .main-navigation ul.menu li.menu-item-has-children.full-width > .sub-menu-wrapper li.heading > a, .mobile-extra, .mobile-extra h4, .mobile-extra a{color:#222;}.main-navigation ul.menu li.menu-item-has-children span.caret::after{background-color:#222;}.main-navigation ul.menu > li.menu-item-has-children.dropdown-open > .sub-menu-wrapper{border-bottom-color:#eee;}}@media (min-width: 993px){.col-full-nav{background-color:#222;}.col-full.main-header{padding-top:30px;padding-bottom:30px;}.menu-primary-menu-container > ul > li > a, .site-header-cart, .logo-mark{line-height:60px;}.site-header-cart, .menu-primary-menu-container > ul > li.menu-button{height:60px;}.menu-primary-menu-container > ul > li > a{color:#fff;}.main-navigation ul.menu > li.menu-item-has-children > a::after{background-color:#fff;}.menu-primary-menu-container > ul.menu:hover > li > a{opacity:0.65;}.main-navigation ul.menu ul.sub-menu{background-color:#fff;}.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a{color:#323232;}.main-navigation ul.menu ul a:hover{color:#dc9814;}.shoptimizer-cart-icon svg{stroke:#dc9814;}.site-header-cart a.cart-contents:hover .count{color:#fff;}}@media (min-width: 770px){.summary h1{font-family:IBM Plex Sans;font-size:32px;font-weight:600;letter-spacing:-0.5px;line-height:38px;text-transform:none;}}/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxTKYbABA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxaKYbABA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxdKYbABA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxRKYbABA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxQKYbABA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxTKYbABA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxaKYbABA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxdKYbABA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxRKYbABA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxQKYbABA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxTKYbABA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxaKYbABA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxdKYbABA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxRKYbABA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxQKYbABA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxTKYbABA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxaKYbABA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxdKYbABA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxRKYbABA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxQKYbABA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxTKYbABA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxaKYbABA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxdKYbABA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxRKYbABA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxQKYbABA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxTKYbABA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxaKYbABA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxdKYbABA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxRKYbABA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxQKYbABA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://eco-essentials.com/wp-content/fonts/ibm-plex-sans/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}</style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>
</head>

<body class="home wp-singular page-template page-template-template-canvas page-template-template-canvas-php page page-id-6622 wp-custom-logo wp-theme-shoptimizer theme-shoptimizer sp-easy-accordion-enabled woocommerce-no-js woo-variation-swatches wvs-behavior-blur wvs-theme-shoptimizer wvs-mobile wvs-show-label wvs-tooltip sticky-m sticky-d sticky-b right-archives-sidebar wc-active product-align-center elementor-default elementor-kit-10 elementor-page elementor-page-6622 currency-cad">


<div class="mobile-menu close-drawer"></div>
<div id="page" class="hfeed site">

			<a class="skip-link screen-reader-text" href="#site-navigation">Skip to navigation</a>
		<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
				<div class="shoptimizer-mini-cart-wrap">
			<div id="ajax-loading">
				<div class="shoptimizer-loader">
					<div class="spinner">
					<div class="bounce1"></div>
					<div class="bounce2"></div>
					<div class="bounce3"></div>
					</div>
				</div>
			</div>
			<div class="cart-drawer-heading">Shopping Cart</div>
			<div class="close-drawer"></div>

				<div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div>
			</div>


			
	
		
					<div class="col-full topbar-wrapper hide-on-mobile">
				
			<div class="top-bar">
				<div class="col-full">
					<div class="top-bar-left  widget_text">			<div class="textwidget"><p><i class="fas fa-envelope"></i><a href="mailto:sales@eco-essentials.com"> sales@eco-essentials.com</a></p>
</div>
		</div>					<div class="top-bar-center  widget_text">			<div class="textwidget"><p><i class="fas fa-plane"></i> <strong> FLAT RATE SHIPPING ONLY $9.95</strong></p>
</div>
		</div>					<div class="top-bar-right  widget_text">			<div class="textwidget">			<div data-woocs-sd='
		{&quot;width&quot;:125,&quot;img_pos&quot;:0,&quot;max_open_height&quot;:200,&quot;show_img&quot;:1,&quot;width_p100&quot;:0,&quot;scale&quot;:100,&quot;description_font_size&quot;:12,&quot;title_show&quot;:1,&quot;title_value&quot;:&quot;&quot;,&quot;title_font&quot;:&quot;Arial&quot;,&quot;title_bold&quot;:1,&quot;title_font_size&quot;:13,&quot;title_color&quot;:&quot;#000000&quot;,&quot;border_radius&quot;:0,&quot;border_color&quot;:&quot;#eeeeee&quot;,&quot;img_height&quot;:15,&quot;img_vertival_pos&quot;:0,&quot;show_description&quot;:0,&quot;description_color&quot;:&quot;#aaaaaa&quot;,&quot;description_font&quot;:&quot;Arial&quot;,&quot;background_color&quot;:&quot;#ffffff&quot;,&quot;pointer_color&quot;:&quot;#000000&quot;,&quot;divider_color&quot;:&quot;#eeeeee&quot;,&quot;divider_size&quot;:1,&quot;border_width&quot;:1}			' data-woocs-ver='1.4.9' style="width: 125px; max-width: 100%;" data-woocs-sd-currencies='
			[{&quot;value&quot;:&quot;USD&quot;,&quot;sign&quot;:&quot;$USD&quot;,&quot;title&quot;:&quot;USD&quot;,&quot;text&quot;:&quot;change the rate and this description to the right values&quot;,&quot;img&quot;:&quot;https:\/\/eco-essentials.com\/wp-content\/uploads\/2022\/06\/us-flag-icon-png-16.png&quot;,&quot;title_attributes&quot;:{&quot;data-sign&quot;:&quot;$USD&quot;,&quot;data-name&quot;:&quot;USD&quot;,&quot;data-desc&quot;:&quot;change the rate and this description to the right values&quot;}},{&quot;value&quot;:&quot;CAD&quot;,&quot;sign&quot;:&quot;$CAN&quot;,&quot;title&quot;:&quot;CAD&quot;,&quot;text&quot;:&quot;&quot;,&quot;img&quot;:&quot;https:\/\/eco-essentials.com\/wp-content\/uploads\/2022\/06\/canada_flag.jpg&quot;,&quot;title_attributes&quot;:{&quot;data-sign&quot;:&quot;$CAN&quot;,&quot;data-name&quot;:&quot;CAD&quot;,&quot;data-desc&quot;:&quot;&quot;}}]			'><div class="woocs-lds-ellipsis"><div></div><div></div><div></div><div></div></div></div>
			
</div>
		</div>				</div>
			</div>
		</div>
			
		
	<header id="masthead" class="site-header">

		<div class="menu-overlay"></div>

		<div class="main-header col-full">

					<div class="site-branding">
			<button class="menu-toggle" aria-label="Menu" aria-controls="site-navigation" aria-expanded="false">
				<span class="bar"></span><span class="bar"></span><span class="bar"></span>
								<span class="bar-text">MENU</span>
					
			</button>
			<a href="https://eco-essentials.com/" class="custom-logo-link"><img width="500" height="70" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20500%2070'%3E%3C/svg%3E" class="custom-logo" alt="logo" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/07/logo.png 500w, https://eco-essentials.com/wp-content/uploads/2021/07/logo-150x21.png 150w, https://eco-essentials.com/wp-content/uploads/2021/07/logo-300x42.png 300w, https://eco-essentials.com/wp-content/uploads/2021/07/logo-441x62.png 441w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 500px) 100vw, 500px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/07/logo.png" /><noscript><img width="500" height="70" src="https://eco-essentials.com/wp-content/uploads/2021/07/logo.png" class="custom-logo" alt="logo" srcset="https://eco-essentials.com/wp-content/uploads/2021/07/logo.png 500w, https://eco-essentials.com/wp-content/uploads/2021/07/logo-150x21.png 150w, https://eco-essentials.com/wp-content/uploads/2021/07/logo-300x42.png 300w, https://eco-essentials.com/wp-content/uploads/2021/07/logo-441x62.png 441w" sizes="(max-width: 360px) 147px, (max-width: 500px) 100vw, 500px" /></noscript></a>		</div>
					
															<div class="site-search">
							<div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="https://eco-essentials.com/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label>
	<input type="search" id="woocommerce-product-search-field-0" class="search-field" placeholder="Search products..." value="" name="s" />
	<button type="submit" value="Search" class="">Search</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div>						</div>
																	<nav class="secondary-navigation" aria-label="Secondary Navigation">
					<div class="menu-secondary-menu-container"><ul id="menu-secondary-menu" class="menu"><li id="menu-item-1235" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1235"><a href="/my-account/">My Account<div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5.121 17.804A13.937 13.937 0 0112 16c2.5 0 4.847.655 6.879 1.804M15 10a3 3 0 11-6 0 3 3 0 016 0zm6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg></div></a></li>
<li id="menu-item-1140" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1140"><a href="https://eco-essentials.com/customer-help/">Customer Help<div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg></div></a></li>
<li id="menu-item-1236" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1236"><a href="/checkout/">Checkout<div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg></div></a></li>
</ul></div>				</nav><!-- #site-navigation -->
								



		<ul class="site-header-cart menu">
			<li>			
	<div class="cart-click">

					<a class="cart-contents" href="#" title="View your shopping cart">
		
		<span class="amount"><span class="woocs_special_price_code"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$CAN</span>&nbsp;0.00</span></span></span>

		
		<span class="count">0</span>
		
		
		

		</a>
	</div>	
		</li>
		</ul>
		
								<div class="s-observer"></div>
		
		</div>


	</header><!-- #masthead -->

	
	<div class="col-full-nav">

	<div class="shoptimizer-primary-navigation col-full">			
															<div class="site-search">
							<div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="https://eco-essentials.com/">
	<label class="screen-reader-text" for="woocommerce-product-search-field-1">Search for:</label>
	<input type="search" id="woocommerce-product-search-field-1" class="search-field" placeholder="Search products..." value="" name="s" />
	<button type="submit" value="Search" class="">Search</button>
	<input type="hidden" name="post_type" value="product" />
</form>
</div>						</div>
															<nav id="site-navigation" class="main-navigation" aria-label="Primary Navigation">

						<div class="primary-navigation with-logo">
			
							
					<div class="logo-mark">
						<a href="#" rel="home">
							<img class="lazy" src="data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=" data-src="https://eco-essentials.com/wp-content/uploads/2021/07/icion.png" data-srcset="https://eco-essentials.com/wp-content/uploads/2021/07/icion.png" alt="Efforts Eco-Essentials" />
						</a>    
					</div>

						
						<div class="menu-primary-menu-container">
				<ul id="menu-primary-menu" class="menu"><li id="nav-menu-item-6628" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-6622 current_page_item"><a href="https://eco-essentials.com/" class="cg-menu-link main-menu-link"><span>Home</span></a></li>
<li id="nav-menu-item-16680" class="full-width menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><a href="https://eco-essentials.com/product-category/men/" class="cg-menu-link main-menu-link"><span>Men</span></a><span class="caret"></span>
<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
	<li id="nav-menu-item-16682" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/" class="cg-menu-link sub-menu-link"><span>Men&#8217;s Hemp Clothing</span></a><span class="caret"></span>
	<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
		<li id="nav-menu-item-17112" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-t-shirts/" class="cg-menu-link sub-menu-link"><span>T-shirts</span></a></li>
		<li id="nav-menu-item-16684" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-golf-shirts/" class="cg-menu-link sub-menu-link"><span>Golf Shirts</span></a></li>
		<li id="nav-menu-item-16683" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-button-shirts/" class="cg-menu-link sub-menu-link"><span>Button Shirts</span></a></li>
		<li id="nav-menu-item-16685" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-pants-shorts/" class="cg-menu-link sub-menu-link"><span>Pants/Shorts</span></a></li>
		<li id="nav-menu-item-17113" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-sweatshirts-jackets/" class="cg-menu-link sub-menu-link"><span>Sweatshirts/Jackets</span></a></li>
	</ul></div></div>
</li>
	<li id="nav-menu-item-16681" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><a href="https://eco-essentials.com/product-category/mens-bamboo-clothing/" class="cg-menu-link sub-menu-link"><span>Mens Bamboo Clothing</span></a><span class="caret"></span>
	<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
		<li id="nav-menu-item-17116" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/mens-bamboo-clothing/men-bamboo-t-shirts/" class="cg-menu-link sub-menu-link"><span>T-Shirts</span></a></li>
		<li id="nav-menu-item-17114" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/mens-bamboo-clothing/men-bamboo-golf-shirts/" class="cg-menu-link sub-menu-link"><span>Golf Shirts</span></a></li>
		<li id="nav-menu-item-17115" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/mens-bamboo-clothing/men-bamboo-pants-shorts/" class="cg-menu-link sub-menu-link"><span>Pants/Shorts</span></a></li>
	</ul></div></div>
</li>
	<li id="nav-menu-item-17105" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#" class="cg-menu-link sub-menu-link"><span><div class="woocommerce "><ul class="products columns-3">
<li class="product type-product post-8530 status-publish first instock product_cat-men-hemp-sweatshirts-jackets product_cat-mens-hemp-clothing product_cat-men product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/men-hemp-hoodie/" aria-label="Men&#8217;s Hemp Hoodie" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="30210061" decoding="async" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/30210061-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/30210061-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/30210061-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/30210061.jpg 1299w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/30210061-300x300.jpg" /><noscript><img width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/30210061-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="30210061" decoding="async" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/30210061-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/30210061-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/30210061-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/30210061.jpg 1299w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 30210</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-sweatshirts-jackets/" rel="tag">Mens Hemp Sweatshirts/Jackets/Hoodie</a>, <a href="https://eco-essentials.com/product-category/mens-hemp-clothing/" rel="tag">Men's Hemp Clothing</a>, <a href="https://eco-essentials.com/product-category/men/" rel="tag">Men</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/men-hemp-hoodie/" aria-label="Men&#8217;s Hemp Hoodie" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Men&#8217;s Hemp Hoodie</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c10fca9"  data-product-id="8530"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span>&nbsp;85.90</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/men-hemp-hoodie/" data-quantity="1" data-product_id="8530" data-product_sku="30210" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_8530" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:8530,&quot;item_id&quot;:&quot;30210&quot;,&quot;item_name&quot;:&quot;Men&#039;s Hemp Hoodie&quot;,&quot;sku&quot;:&quot;30210&quot;,&quot;price&quot;:85.9,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Men&quot;,&quot;id&quot;:&quot;30210&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/men-hemp-hoodie\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
</ul>
</div></span></a></li>
	<li id="nav-menu-item-17106" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#" class="cg-menu-link sub-menu-link"><span><div class="woocommerce "><ul class="products columns-3">
<li class="product type-product post-8605 status-publish first instock product_cat-mens-hemp-clothing product_cat-men-hemp-sweatshirts-jackets product_cat-men product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/men-hemp-zip-hoodie/" aria-label="Men&#8217;s Hemp Zip Hoodie" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="30222221" decoding="async" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/30222221-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/30222221-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/30222221-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/30222221.jpg 1181w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/30222221-300x300.jpg" /><noscript><img width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/30222221-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="30222221" decoding="async" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/30222221-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/30222221-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/30222221-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/30222221.jpg 1181w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 30222</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/" rel="tag">Men's Hemp Clothing</a>, <a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-sweatshirts-jackets/" rel="tag">Mens Hemp Sweatshirts/Jackets/Hoodie</a>, <a href="https://eco-essentials.com/product-category/men/" rel="tag">Men</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/men-hemp-zip-hoodie/" aria-label="Men&#8217;s Hemp Zip Hoodie" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Men&#8217;s Hemp Zip Hoodie</a></div><div class="star-rating" role="img" aria-label="Rated 5 out of 5"><span style="width:100%">Rated <strong class="rating">5</strong> out of 5</span></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c1121bd"  data-product-id="8605"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span>&nbsp;85.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/men-hemp-zip-hoodie/" data-quantity="1" data-product_id="8605" data-product_sku="30222" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_8605" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:8605,&quot;item_id&quot;:&quot;30222&quot;,&quot;item_name&quot;:&quot;Men&#039;s Hemp Zip Hoodie&quot;,&quot;sku&quot;:&quot;30222&quot;,&quot;price&quot;:85.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Men&quot;,&quot;id&quot;:&quot;30222&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/men-hemp-zip-hoodie\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
</ul>
</div></span></a></li>
</ul></div></div>
</li>
<li id="nav-menu-item-16692" class="full-width menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><a href="https://eco-essentials.com/product-category/women/" class="cg-menu-link main-menu-link"><span>Women</span></a><span class="caret"></span>
<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
	<li id="nav-menu-item-16699" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/" class="cg-menu-link sub-menu-link"><span>Hemp Clothing For Women</span></a><span class="caret"></span>
	<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
		<li id="nav-menu-item-16704" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-tshirts-tanks/" class="cg-menu-link sub-menu-link"><span>T-Shirts/Tanks</span></a></li>
		<li id="nav-menu-item-16702" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-shirts-blouses/" class="cg-menu-link sub-menu-link"><span>Shirts/Blouses</span></a></li>
		<li id="nav-menu-item-16701" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-pants-shorts/" class="cg-menu-link sub-menu-link"><span>Pants/shorts</span></a></li>
		<li id="nav-menu-item-16700" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-dresses/" class="cg-menu-link sub-menu-link"><span>Dresses</span></a></li>
		<li id="nav-menu-item-16703" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-sweatshirts-jackets/" class="cg-menu-link sub-menu-link"><span>Sweatshirts/Jackets</span></a></li>
	</ul></div></div>
</li>
	<li id="nav-menu-item-16694" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><a href="https://eco-essentials.com/product-category/women-bamboo-clothing/" class="cg-menu-link sub-menu-link"><span>Women&#8217;s Bamboo Clothing</span></a><span class="caret"></span>
	<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
		<li id="nav-menu-item-16698" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/women-bamboo-clothing/women-bamboo-tops/" class="cg-menu-link sub-menu-link"><span>Tops</span></a></li>
		<li id="nav-menu-item-16695" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/women-bamboo-clothing/women-bamboo-bottoms/" class="cg-menu-link sub-menu-link"><span>Bottoms</span></a></li>
		<li id="nav-menu-item-16696" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/women-bamboo-clothing/women-bamboo-dresses/" class="cg-menu-link sub-menu-link"><span>Dresses</span></a></li>
		<li id="nav-menu-item-16697" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/women-bamboo-clothing/women-bamboo-sweaters-cardigans/" class="cg-menu-link sub-menu-link"><span>Sweaters/Cardigans</span></a></li>
	</ul></div></div>
</li>
	<li id="nav-menu-item-16669" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#" class="cg-menu-link sub-menu-link"><span><div class="woocommerce "><ul class="products columns-3">
<li class="product type-product post-8646 status-publish first instock product_cat-women-hemp-clothing product_cat-women-hemp-sweatshirts-jackets product_cat-women product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/women-hemp-zip-hoodie/" aria-label="Women&#8217;s Hemp Zip Hoodie" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="3452413" decoding="async" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/3452413-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413.jpg 1200w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/3452413-300x300.jpg" /><noscript><img width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/3452413-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="3452413" decoding="async" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/3452413-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413.jpg 1200w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 34524</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/" rel="tag">Hemp Clothing For Women</a>, <a href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-sweatshirts-jackets/" rel="tag">Women's Hemp Sweatshirts/Jackets/Hoodie</a>, <a href="https://eco-essentials.com/product-category/women/" rel="tag">Women</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/women-hemp-zip-hoodie/" aria-label="Women&#8217;s Hemp Zip Hoodie" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Women&#8217;s Hemp Zip Hoodie</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c1143d5"  data-product-id="8646"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span>&nbsp;82.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/women-hemp-zip-hoodie/" data-quantity="1" data-product_id="8646" data-product_sku="34524" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_8646" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:8646,&quot;item_id&quot;:&quot;34524&quot;,&quot;item_name&quot;:&quot;Women&#039;s Hemp Zip Hoodie&quot;,&quot;sku&quot;:&quot;34524&quot;,&quot;price&quot;:82.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Women&quot;,&quot;id&quot;:&quot;34524&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/women-hemp-zip-hoodie\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
</ul>
</div></span></a></li>
	<li id="nav-menu-item-17110" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#" class="cg-menu-link sub-menu-link"><span><div class="woocommerce "><ul class="products columns-3">
<li class="product type-product post-9512 status-publish first instock product_cat-women-hemp-tshirts-tanks product_cat-women-hemp-clothing product_cat-women product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable has-default-attributes">
	<a href="https://eco-essentials.com/product/women-hemp-long-sleeve-fluid-top/" aria-label="Women&#8217;s Hemp Long Sleeve Fluid Top" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Women&#039;s Hemp Long Sleeve Fluid Top" decoding="async" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-300x300.jpg" /><noscript><img width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Women&#039;s Hemp Long Sleeve Fluid Top" decoding="async" srcset="https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 34598</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-tshirts-tanks/" rel="tag">T-Shirts/Tanks</a>, <a href="https://eco-essentials.com/product-category/women-hemp-clothing/" rel="tag">Hemp Clothing For Women</a>, <a href="https://eco-essentials.com/product-category/women/" rel="tag">Women</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/women-hemp-long-sleeve-fluid-top/" aria-label="Women&#8217;s Hemp Long Sleeve Fluid Top" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Women&#8217;s Hemp Long Sleeve Fluid Top</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c117092"  data-product-id="9512"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span>&nbsp;64.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/women-hemp-long-sleeve-fluid-top/" data-quantity="1" data-product_id="9512" data-product_sku="34598" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_9512" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:9512,&quot;item_id&quot;:&quot;34598&quot;,&quot;item_name&quot;:&quot;Women&#039;s Hemp Long Sleeve Fluid Top&quot;,&quot;sku&quot;:&quot;34598&quot;,&quot;price&quot;:64.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Women&quot;,&quot;id&quot;:&quot;34598&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/women-hemp-long-sleeve-fluid-top\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
</ul>
</div></span></a></li>
</ul></div></div>
</li>
<li id="nav-menu-item-16693" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/womens-yoga-wear/" class="cg-menu-link main-menu-link"><span>Yoga Wear</span></a></li>
<li id="nav-menu-item-16673" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><a href="https://eco-essentials.com/product-category/fabrics/" class="cg-menu-link main-menu-link"><span>Fabrics</span></a><span class="caret"></span>
<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
	<li id="nav-menu-item-4025546" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="https://eco-essentials.com/product-category/fabrics/" class="cg-menu-link sub-menu-link"><span>Fabrics</span></a><span class="caret"></span>
	<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
		<li id="nav-menu-item-4025545" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#" class="cg-menu-link sub-menu-link"><span><div class="woocommerce "><ul class="products columns-3">
<li class="product type-product post-9619 status-publish first outofstock product_cat-fabrics has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/10129d-coloured-hemp-organic-cotton-muslin/" aria-label="Coloured Hemp Muslin" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">			<span class="product-out-of-stock"><em>Out of stock</em></span>
			<img width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Coloured Hemp Muslin" decoding="async" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/10129dk-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/10129dk-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/10129dk-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/10129dk.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/10129dk-300x300.jpg" /><noscript><img width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/10129dk-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Coloured Hemp Muslin" decoding="async" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/10129dk-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/10129dk-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/10129dk-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/10129dk.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 10129D</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/fabrics/" rel="tag">Fabrics</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/10129d-coloured-hemp-organic-cotton-muslin/" aria-label="Coloured Hemp Muslin" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Coloured Hemp Muslin</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c11891d"  data-product-id="9619"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span>&nbsp;22.60</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/10129d-coloured-hemp-organic-cotton-muslin/" data-quantity="1" data-product_id="9619" data-product_sku="10129D" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_9619" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:9619,&quot;item_id&quot;:&quot;10129D&quot;,&quot;item_name&quot;:&quot;Coloured Hemp Muslin&quot;,&quot;sku&quot;:&quot;10129D&quot;,&quot;price&quot;:22.6,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;outofstock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Fabrics&quot;,&quot;id&quot;:&quot;10129D&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/10129d-coloured-hemp-organic-cotton-muslin\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
</ul>
</div></span></a></li>
	</ul></div></div>
</li>
</ul></div></div>
</li>
<li id="nav-menu-item-16671" class="full-width menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><a href="https://eco-essentials.com/product-category/accessories/" class="cg-menu-link main-menu-link"><span>Accessories &amp; More</span></a><span class="caret"></span>
<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
	<li id="nav-menu-item-17035" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children"><a href="https://eco-essentials.com/product-category/accessories/" class="cg-menu-link sub-menu-link"><span>Accessories &amp; More</span></a><span class="caret"></span>
	<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
		<li id="nav-menu-item-17117" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat"><a href="https://eco-essentials.com/product-category/kids/" class="cg-menu-link sub-menu-link"><span>Kids</span></a></li>
	</ul></div></div>
</li>
	<li id="nav-menu-item-17107" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#" class="cg-menu-link sub-menu-link"><span><div class="woocommerce "><ul class="products columns-3">
<li class="product type-product post-8790 status-publish first instock product_cat-women-bamboo-clothing product_cat-accessories has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/bamboo-headband/" aria-label="Bamboo Headband" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="37349" decoding="async" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/37349-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/37349-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/37349-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/37349.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/37349-300x300.jpg" /><noscript><img width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/37349-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="37349" decoding="async" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/37349-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/37349-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/37349-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/37349.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 37349</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/women-bamboo-clothing/" rel="tag">Women's Bamboo Clothing</a>, <a href="https://eco-essentials.com/product-category/accessories/" rel="tag">Accessories &amp; More</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/bamboo-headband/" aria-label="Bamboo Headband" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Bamboo Headband</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c119f9f"  data-product-id="8790"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span>&nbsp;4.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/bamboo-headband/" data-quantity="1" data-product_id="8790" data-product_sku="37349" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_8790" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:8790,&quot;item_id&quot;:&quot;37349&quot;,&quot;item_name&quot;:&quot;Bamboo Headband&quot;,&quot;sku&quot;:&quot;37349&quot;,&quot;price&quot;:4.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Accessories &amp; More&quot;,&quot;id&quot;:&quot;37349&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/bamboo-headband\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
</ul>
</div></span></a></li>
	<li id="nav-menu-item-17108" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#" class="cg-menu-link sub-menu-link"><span><div class="woocommerce "><ul class="products columns-3">
<li class="product type-product post-8210 status-publish first outofstock product_cat-accessories has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/hemp-messenger-bag/" aria-label="Hemp Messenger Bag" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">			<span class="product-out-of-stock"><em>Out of stock</em></span>
			<img width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Hemp Messenger Bag" decoding="async" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/37302kfront-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/37302kfront-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/37302kfront-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/37302kfront.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/37302kfront-300x300.jpg" /><noscript><img width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/37302kfront-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Hemp Messenger Bag" decoding="async" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/37302kfront-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/37302kfront-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/37302kfront-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/37302kfront.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 27302</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/accessories/" rel="tag">Accessories &amp; More</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/hemp-messenger-bag/" aria-label="Hemp Messenger Bag" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Hemp Messenger Bag</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c11b435"  data-product-id="8210"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span>&nbsp;52.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/hemp-messenger-bag/" data-quantity="1" data-product_id="8210" data-product_sku="27302" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_8210" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:8210,&quot;item_id&quot;:&quot;27302&quot;,&quot;item_name&quot;:&quot;Hemp Messenger Bag&quot;,&quot;sku&quot;:&quot;27302&quot;,&quot;price&quot;:52.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;outofstock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Accessories &amp; More&quot;,&quot;id&quot;:&quot;27302&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/hemp-messenger-bag\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
</ul>
</div></span></a></li>
	<li id="nav-menu-item-17109" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#" class="cg-menu-link sub-menu-link"><span><div class="woocommerce "><ul class="products columns-3">
<li class="product type-product post-10599 status-publish first instock product_cat-accessories has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/bamboo-facial-mask/" aria-label="Bamboo Facial Mask" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Bamboo Facial Mask" decoding="async" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/4810305k_1-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/4810305k_1-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/4810305k_1-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/4810305k_1.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/4810305k_1-300x300.jpg" /><noscript><img width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/4810305k_1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Bamboo Facial Mask" decoding="async" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/4810305k_1-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/4810305k_1-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/4810305k_1-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/4810305k_1.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 48103</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/accessories/" rel="tag">Accessories &amp; More</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/bamboo-facial-mask/" aria-label="Bamboo Facial Mask" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Bamboo Facial Mask</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c11cbe8"  data-product-id="10599"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span>&nbsp;13.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/bamboo-facial-mask/" data-quantity="1" data-product_id="10599" data-product_sku="48103" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_10599" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:10599,&quot;item_id&quot;:&quot;48103&quot;,&quot;item_name&quot;:&quot;Bamboo Facial Mask&quot;,&quot;sku&quot;:&quot;48103&quot;,&quot;price&quot;:13.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Accessories &amp; More&quot;,&quot;id&quot;:&quot;48103&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/bamboo-facial-mask\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
</ul>
</div></span></a></li>
</ul></div></div>
</li>
<li id="nav-menu-item-6527181" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="https://eco-essentials.com/product-category/clearance/" class="cg-menu-link main-menu-link"><span>Clearance</span></a><span class="caret"></span>
<div class='sub-menu-wrapper'><div class='container'><ul class='sub-menu'>
	<li id="nav-menu-item-10527560" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://eco-essentials.com/product-category/womens-clearance/" class="cg-menu-link sub-menu-link"><span>Women&#8217;s Clearance</span></a></li>
	<li id="nav-menu-item-10527561" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://eco-essentials.com/product-category/mens-clearance/" class="cg-menu-link sub-menu-link"><span>Men&#8217;s Clearance</span></a></li>
</ul></div></div>
</li>
<li id="nav-menu-item-1138" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://eco-essentials.com/blog/" class="cg-menu-link main-menu-link"><span>Blog</span></a></li>
<li id="nav-menu-item-17011" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://eco-essentials.com/about-us/" class="cg-menu-link main-menu-link"><span>About Us</span></a></li>
<li id="nav-menu-item-1137" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://eco-essentials.com/contact-us/" class="cg-menu-link main-menu-link"><span>Contact Us</span></a></li>
</ul>			</div>
					

		</div>
		</nav><!-- #site-navigation -->
		<div class="mobile-extra"><div id="text-12" class="widget widget_text">			<div class="textwidget"><h4>Browse</h4>
<ul>
<li><a href="/my-account/">My Account</a></li>
<li><a href="/customer-help/">Customer Help</a></li>
</ul>
<h4>Want to chat?</h4>
<p><a href="tel:1-866-391-8601">Call us toll free +1 (866) 391-8601</a></p>
<h4>Social</h4>
<ul>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
</ul>
</div>
		</div></div>					



		<ul class="site-header-cart menu">
			<li>			
	<div class="cart-click">

					<a class="cart-contents" href="#" title="View your shopping cart">
		
		<span class="amount"><span class="woocs_special_price_code"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">$CAN</span>&nbsp;0.00</span></span></span>

		
		<span class="count">0</span>
		
		
		

		</a>
	</div>	
		</li>
		</ul>
		
					</div>
	</div>

			<div class="mobile-overlay"></div>
			
				
	<div id="content" class="site-content" tabindex="-1">

		<div class="shoptimizer-archive">

		<div class="archive-header">
			<div class="col-full">
				<div class="woocommerce"></div>			</div>
		</div>

		<div class="col-full">
				
	<div id="primary" class="content-area">
		<main id="main" class="site-main">

			
<div id="post-6622" class="post-6622 page type-page status-publish hentry">
			<div class="entry-content">
					<div data-elementor-type="wp-page" data-elementor-id="6622" class="elementor elementor-6622">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-1470c0d elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="1470c0d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2488967" data-id="2488967" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ed8673b e-transform elementor-widget elementor-widget-smartslider" data-id="ed8673b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="smartslider.default">
				<div class="elementor-widget-container">
					<div class="n2-section-smartslider fitvidsignore  n2_clear" data-ssid="12003" tabindex="0" role="region" aria-label="Slider"><div id="n2-ss-12003-align" class="n2-ss-align"><div class="n2-padding"><div id="n2-ss-12003" data-creator="Smart Slider 3" data-responsive="auto" class="n2-ss-slider n2-ow n2-has-hover n2notransition  ">







<div class="n2-ss-slider-wrapper-inside">
        <div class="n2-ss-slider-1 n2_ss__touch_element n2-ow">
            <div class="n2-ss-slider-2 n2-ow">
                                                <div class="n2-ss-slider-3 n2-ow">

                    <div class="n2-ss-slide-backgrounds n2-ow-all"><div class="n2-ss-slide-background" data-public-id="1" data-mode="center"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//eco-essentials.com/wp-content/uploads/slider/cache/eb0f18c71a69d865ad377e6cf7bcabe1/mensweatshirts.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="2" data-mode="center" aria-hidden="true"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="27" data-y="19" data-alt="" data-title="" style="--ss-o-pos-x:27%;--ss-o-pos-y:19%"><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//eco-essentials.com/wp-content/uploads/slider/cache/975f0e2c39a79c14a7ab13704c288e89/hempsweater.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="3" data-mode="center" aria-hidden="true"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//eco-essentials.com/wp-content/uploads/slider/cache/1d0f04aaf86c2517c957f4aaadbcfb4b/menhemptshirt.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-color="RGBA(255,255,255,0)" style="background-color: RGBA(255,255,255,0);" class="n2-ss-slide-background-color"></div></div><div class="n2-ss-slide-background" data-public-id="4" data-mode="fit" aria-hidden="true"><div class="n2-ss-slide-background-image" data-blur="0" data-opacity="100" data-x="50" data-y="50" data-alt="" data-title=""><picture class="skip-lazy" data-skip-lazy="1"><img decoding="async" src="//eco-essentials.com/wp-content/uploads/slider/cache/579a688b05bb2b56039fdd3fbdb86401/womensweater2.jpg" alt="" title="" loading="lazy" class="skip-lazy" data-skip-lazy="1"></picture></div><div data-gradient="horizontal" data-color-start="RGBA(255,255,255,0.5)" data-color-end="RGBA(0,0,0,0)" style="background:linear-gradient(to right, RGBA(255,255,255,0.5) 0%,RGBA(0,0,0,0) 100%);" class="n2-ss-slide-background-color"></div></div></div>                    <div class="n2-ss-slider-4 n2-ow">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1300 600" data-related-device="desktopPortrait" class="n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter"></svg><div data-first="1" data-slide-duration="0" data-id="26015" data-slide-public-id="1" data-title="mensweatshirts" data-haslink="1" data-href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-sweatshirts-jackets/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow  n2-ss-slide-26015"><div role="note" class="n2-ss-slide--focus">mensweatshirts</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-wOHWjxjiZzIo" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="26014" data-slide-public-id="2" aria-hidden="true" data-title="hempsweater" data-haslink="1" data-href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-sweatshirts-jackets/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow  n2-ss-slide-26014"><div role="note" class="n2-ss-slide--focus">hempsweater</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-CroGE1yaKRcd" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="26016" data-slide-public-id="3" aria-hidden="true" data-title="menhemptshirt" data-haslink="1" data-href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-t-shirts/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow  n2-ss-slide-26016"><div role="note" class="n2-ss-slide--focus">menhemptshirt</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-FWDt6UqJnnUT" data-sstype="slide" data-pm="default"></div></div></div><div data-slide-duration="0" data-id="12007" data-slide-public-id="4" aria-hidden="true" data-title="Slide 1" data-haslink="1" data-href="https://eco-essentials.com/product-category/women-bamboo-clothing/women-bamboo-sweaters-cardigans/" tabindex="0" role="button" data-n2click="url" data-force-pointer="" class="n2-ss-slide n2-ow  n2-ss-slide-12007"><div role="note" class="n2-ss-slide--focus">Slide 1</div><div class="n2-ss-layers-container n2-ss-slide-limiter n2-ow"><div class="n2-ss-layer n2-ow n-uc-J3G63jqAWjfQ" data-sstype="slide" data-pm="default"><div class="n2-ss-layer n2-ow n-uc-qB7O9vXDuWLC" data-pm="default" data-sstype="content" data-hasbackground="0"><div class="n2-ss-section-main-content n2-ss-layer-with-background n2-ss-layer-content n2-ow n-uc-qB7O9vXDuWLC-inner"><div class="n2-ss-layer n2-ow n2-ss-layer--block n2-ss-has-self-align n-uc-7spq43IRWq4L" data-pm="normal" data-sstype="row"><div class="n2-ss-layer-row n2-ss-layer-with-background n-uc-7spq43IRWq4L-inner"><div class="n2-ss-layer-row-inner "><div class="n2-ss-layer n2-ow n-uc-2z8jRv2kaXS4" data-pm="default" data-sstype="col"><div class="n2-ss-layer-col n2-ss-layer-with-background n2-ss-layer-content n-uc-2z8jRv2kaXS4-inner"><div class="n2-ss-layer n2-ow n2-ss-layer--block n2-ss-has-self-align n-uc-LSNMmqUCLokN" data-pm="normal" data-sstype="row"><div class="n2-ss-layer-row n2-ss-layer-with-background n-uc-LSNMmqUCLokN-inner"><div class="n2-ss-layer-row-inner "><div class="n2-ss-layer n2-ow n-uc-otQXUTF0SRMl" data-pm="default" data-sstype="col"><div class="n2-ss-layer-col n2-ss-layer-with-background n2-ss-layer-content n-uc-otQXUTF0SRMl-inner"></div></div></div></div></div></div></div><div class="n2-ss-layer n2-ow n-uc-dNpKxhYNM4zQ" data-pm="default" data-sstype="col"><div class="n2-ss-layer-col n2-ss-layer-with-background n2-ss-layer-content n-uc-dNpKxhYNM4zQ-inner"></div></div></div></div></div></div></div></div></div></div>                    </div>

                                    </div>
            </div>
        </div>
        <div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center"><div style="--widget-offset:15px;" class="n2-ss-widget n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-12003-arrow-previous" role="button" aria-label="previous arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIgogICAgICAgICAgZD0iTTE4Ljk5NTggOC45OTA3YzAtLjQyNC0uMjA0LS43MjMtLjYxLS44OTgtLjQwOS0uMTczLS43NzItLjEwNC0xLjA5My4yMDlsLTcuMDA2IDYuOTc1Yy0uMjAxLjE5OS0uMjk3LjQzNy0uMjg2LjcxNiAwIC4yNjcuMDk2LjQ5OC4yODYuNjg5bDcuMDA2IDcuMDAxYy4zMjEuMzIxLjY4NC4zODkgMS4wOTMuMjA5LjQwNi0uMTc0LjYxLS40ODIuNjEtLjkyMlY4Ljk5MDd6Ii8+Cjwvc3ZnPg==" alt="previous arrow"></div></div><div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center"><div style="--widget-offset:15px;" class="n2-ss-widget n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade" data-hide-mobileportrait="1" id="n2-ss-12003-arrow-next" role="button" aria-label="next arrow" tabindex="0"><img decoding="async" width="32" height="32" class="skip-lazy" data-skip-lazy="1" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMiA4Ljk5YzAtLjQyMy4yMDQtLjcyMi42MS0uODk3LjQwOC0uMTczLjc3Mi0uMTA0IDEuMDkyLjIxbDcuMDA2IDYuOTc0Yy4yMDIuMi4yOTguNDM3LjI4Ny43MTYgMCAuMjY3LS4wOTYuNDk4LS4yODcuNjlsLTcuMDA2IDdjLS4zMi4zMi0uNjg0LjM5LTEuMDkyLjIxLS40MDYtLjE3NS0uNjEtLjQ4My0uNjEtLjkyM1Y4Ljk5eiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==" alt="next arrow"></div></div><div class="n2-ss-slider-controls n2-ss-slider-controls-absolute-center-bottom"><div style="--widget-offset:5px;" class="n2-ss-widget n2-ss-control-bullet n2-ow-all n2-ss-control-bullet-horizontal" data-hide-mobileportrait="1"><div class=" nextend-bullet-bar n2-bar-justify-content-center" role="group" aria-label="Choose slide to display."><div class="n2-bullet n2-style-ea99b4d0fd859b2164a6c7ffa9ba224e-dot " style="visibility:hidden;"></div></div></div></div></div></div><ss3-loader></ss3-loader></div></div><div class="n2_clear"></div></div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-549ab71d homepage-features elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="549ab71d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-577146b8" data-id="577146b8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-b92c23c image-feature elementor-widget elementor-widget-image" data-id="b92c23c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
											<a href="/product-category/women/" aria-label="Men&#039;s Shirts">
							<img fetchpriority="high" decoding="async" width="700" height="385" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20385'%3E%3C/svg%3E" class="attachment-full size-full wp-image-6774" alt="Shop-Women" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1.jpg 700w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1-150x83.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1-600x330.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1-300x165.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1-441x243.jpg 441w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 700px) 100vw, 700px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1.jpg" /><noscript><img fetchpriority="high" decoding="async" width="700" height="385" src="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1.jpg" class="attachment-full size-full wp-image-6774" alt="Shop-Women" srcset="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1.jpg 700w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1-150x83.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1-600x330.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1-300x165.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Women-1-441x243.jpg 441w" sizes="(max-width: 360px) 147px, (max-width: 700px) 100vw, 700px" /></noscript>								</a>
											<figcaption class="widget-image-caption wp-caption-text"><span>Shop Womens</span></figcaption>
										</figure>
									</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-32750257" data-id="32750257" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1f3e7d78 image-feature elementor-widget elementor-widget-image" data-id="1f3e7d78" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
											<a href="/product-category/men/" aria-label="Holiday Style">
							<img decoding="async" width="700" height="385" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20385'%3E%3C/svg%3E" class="attachment-full size-full wp-image-6772" alt="Shop-Men" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1.jpg 700w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1-150x83.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1-600x330.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1-300x165.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1-441x243.jpg 441w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 700px) 100vw, 700px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1.jpg" /><noscript><img loading="lazy" decoding="async" width="700" height="385" src="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1.jpg" class="attachment-full size-full wp-image-6772" alt="Shop-Men" srcset="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1.jpg 700w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1-150x83.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1-600x330.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1-300x165.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Men-1-441x243.jpg 441w" sizes="(max-width: 360px) 147px, (max-width: 700px) 100vw, 700px" /></noscript>								</a>
											<figcaption class="widget-image-caption wp-caption-text"><span>Shop Mens</span></figcaption>
										</figure>
									</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c526948" data-id="c526948" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-5f5661d6 image-feature elementor-widget elementor-widget-image" data-id="5f5661d6" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
											<a href="/product-category/accessories/" aria-label="Winter Jackets">
							<img decoding="async" width="700" height="385" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20700%20385'%3E%3C/svg%3E" class="attachment-full size-full wp-image-6773" alt="Shop-Other" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1.jpg 700w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1-150x83.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1-600x330.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1-300x165.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1-441x243.jpg 441w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 700px) 100vw, 700px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1.jpg" /><noscript><img loading="lazy" decoding="async" width="700" height="385" src="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1.jpg" class="attachment-full size-full wp-image-6773" alt="Shop-Other" srcset="https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1.jpg 700w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1-150x83.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1-600x330.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1-300x165.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/07/Shop-Other-1-441x243.jpg 441w" sizes="(max-width: 360px) 147px, (max-width: 700px) 100vw, 700px" /></noscript>								</a>
											<figcaption class="widget-image-caption wp-caption-text"><strong>Accessories, Fabric, Décor, Kids</strong><span>Shop Other</span></figcaption>
										</figure>
									</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4dba637d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4dba637d" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cee5d16" data-id="7cee5d16" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2afaeb18 elementor-widget elementor-widget-heading" data-id="2afaeb18" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Best Sellers</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5fdd92ae elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5fdd92ae" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-274cbc05" data-id="274cbc05" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-30ed5aa8 elementor-widget elementor-widget-shortcode" data-id="30ed5aa8" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"><div class="woocommerce columns-4 "><ul class="products columns-4">
<li class="product type-product post-13029978 status-publish first outofstock product_cat-men-hemp-t-shirts product_cat-mens-hemp-clothing product_cat-men product_cat-made-in-canada product_tag-buffalo product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/mens-canadian-light-urban-hemp-t-shirtnew/" aria-label="Men’s Canadian Light Urban Hemp T-Shirt(New)" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">			<span class="product-out-of-stock"><em>Out of stock</em></span>
			<img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Men&#039;s Canadian Light Urban Hemp T-Shirt(New)" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Men&#039;s Canadian Light Urban Hemp T-Shirt(New)" srcset="https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 40206</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-t-shirts/" rel="tag">Mens Hemp T-Shirts</a>, <a href="https://eco-essentials.com/product-category/mens-hemp-clothing/" rel="tag">Men's Hemp Clothing</a>, <a href="https://eco-essentials.com/product-category/men/" rel="tag">Men</a>, <a href="https://eco-essentials.com/product-category/made-in-canada/" rel="tag">Made In CANADA</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/mens-canadian-light-urban-hemp-t-shirtnew/" aria-label="Men’s Canadian Light Urban Hemp T-Shirt(New)" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Men’s Canadian Light Urban Hemp T-Shirt(New)</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c125143"  data-product-id="13029978"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 63.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/mens-canadian-light-urban-hemp-t-shirtnew/" data-quantity="1" data-product_id="13029978" data-product_sku="40206" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_13029978" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:13029978,&quot;item_id&quot;:&quot;40206&quot;,&quot;item_name&quot;:&quot;Men&#039;s Canadian Light Urban Hemp T-Shirt(New)&quot;,&quot;sku&quot;:&quot;40206&quot;,&quot;price&quot;:63.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;outofstock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Men&#039;s Hemp Clothing&quot;,&quot;id&quot;:&quot;40206&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/mens-canadian-light-urban-hemp-t-shirtnew\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
<li class="product type-product post-11027761 status-publish instock product_cat-men-hemp-t-shirts product_cat-mens-hemp-clothing product_cat-men product_cat-made-in-canada product_tag-buffalo product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/mens-hemp-crew-neck-t-shirt-preorder/" aria-label="Men’s Canadian Urban Hemp T-Shirt" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Men&#039;s Canadian Urban Hemp T-Shirt" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-1024x1024.jpg 1024w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-768x769.jpg 768w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-990x991.jpg 990w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-600x601.jpg 600w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05.jpg 1119w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Men&#039;s Canadian Urban Hemp T-Shirt" srcset="https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-1024x1024.jpg 1024w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-768x769.jpg 768w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-990x991.jpg 990w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05-600x601.jpg 600w, https://eco-essentials.com/wp-content/uploads/2023/07/40202K-05.jpg 1119w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 40202</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-t-shirts/" rel="tag">Mens Hemp T-Shirts</a>, <a href="https://eco-essentials.com/product-category/mens-hemp-clothing/" rel="tag">Men's Hemp Clothing</a>, <a href="https://eco-essentials.com/product-category/men/" rel="tag">Men</a>, <a href="https://eco-essentials.com/product-category/made-in-canada/" rel="tag">Made In CANADA</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/mens-hemp-crew-neck-t-shirt-preorder/" aria-label="Men’s Canadian Urban Hemp T-Shirt" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Men’s Canadian Urban Hemp T-Shirt</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c126d05"  data-product-id="11027761"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 69.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/mens-hemp-crew-neck-t-shirt-preorder/" data-quantity="1" data-product_id="11027761" data-product_sku="40202" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_11027761" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:11027761,&quot;item_id&quot;:&quot;40202&quot;,&quot;item_name&quot;:&quot;Men&#039;s Canadian Urban Hemp T-Shirt&quot;,&quot;sku&quot;:&quot;40202&quot;,&quot;price&quot;:69.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Men&#039;s Hemp Clothing&quot;,&quot;id&quot;:&quot;40202&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/mens-hemp-crew-neck-t-shirt-preorder\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:2,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
<li class="product type-product post-5526026 status-publish instock product_cat-mens-hemp-clothing product_cat-men-hemp-sweatshirts-jackets product_cat-made-in-canada product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/mens-hemp-terry-hoodie-new/" aria-label="Men’s Canadian Hemp Terry Hoodie (New)" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Men&#039;s Canadian Hemp Terry Hoodie (New)" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Men&#039;s Canadian Hemp Terry Hoodie (New)" srcset="https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2022/09/40274K-18.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 40274</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/" rel="tag">Men's Hemp Clothing</a>, <a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-sweatshirts-jackets/" rel="tag">Mens Hemp Sweatshirts/Jackets/Hoodie</a>, <a href="https://eco-essentials.com/product-category/made-in-canada/" rel="tag">Made In CANADA</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/mens-hemp-terry-hoodie-new/" aria-label="Men’s Canadian Hemp Terry Hoodie (New)" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Men’s Canadian Hemp Terry Hoodie (New)</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c128bae"  data-product-id="5526026"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 135.90</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/mens-hemp-terry-hoodie-new/" data-quantity="1" data-product_id="5526026" data-product_sku="40274" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_5526026" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:5526026,&quot;item_id&quot;:&quot;40274&quot;,&quot;item_name&quot;:&quot;Men&#039;s Canadian Hemp Terry Hoodie (New)&quot;,&quot;sku&quot;:&quot;40274&quot;,&quot;price&quot;:135.9,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Men&#039;s Hemp Clothing&quot;,&quot;id&quot;:&quot;40274&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/mens-hemp-terry-hoodie-new\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:3,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
<li class="product type-product post-2025049 status-publish last instock product_cat-women-hemp-tshirts-tanks product_cat-women-hemp-clothing product_cat-womens-yoga-wear product_cat-women product_cat-made-in-canada product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/womens-hemp-layering-top/" aria-label="Women’s Hemp Layering Top (New)" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Women’s Hemp Layering Top (New)" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Women’s Hemp Layering Top (New)" srcset="https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2022/05/45912K-05.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 45912</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-tshirts-tanks/" rel="tag">T-Shirts/Tanks</a>, <a href="https://eco-essentials.com/product-category/women-hemp-clothing/" rel="tag">Hemp Clothing For Women</a>, <a href="https://eco-essentials.com/product-category/womens-yoga-wear/" rel="tag">Women's Yoga Wear</a>, <a href="https://eco-essentials.com/product-category/women/" rel="tag">Women</a>, <a href="https://eco-essentials.com/product-category/made-in-canada/" rel="tag">Made In CANADA</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/womens-hemp-layering-top/" aria-label="Women’s Hemp Layering Top (New)" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Women’s Hemp Layering Top (New)</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c12a897"  data-product-id="2025049"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 50.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/womens-hemp-layering-top/" data-quantity="1" data-product_id="2025049" data-product_sku="45912" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_2025049" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:2025049,&quot;item_id&quot;:&quot;45912&quot;,&quot;item_name&quot;:&quot;Women\u2019s Hemp Layering Top (New)&quot;,&quot;sku&quot;:&quot;45912&quot;,&quot;price&quot;:50.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Women&#039;s Yoga Wear&quot;,&quot;id&quot;:&quot;45912&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/womens-hemp-layering-top\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:4,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
<li class="product type-product post-10368 status-publish first instock product_cat-accessories product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/hemp-bucket-hat/" aria-label="Hemp Bucket Hat" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Hemp Bucket Hat" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/37304161-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/37304161-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/37304161-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/37304161.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/37304161-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/37304161-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Hemp Bucket Hat" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/37304161-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/37304161-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/37304161-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/37304161.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 37304</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/accessories/" rel="tag">Accessories & More</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/hemp-bucket-hat/" aria-label="Hemp Bucket Hat" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Hemp Bucket Hat</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c12c88f"  data-product-id="10368"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 35.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/hemp-bucket-hat/" data-quantity="1" data-product_id="10368" data-product_sku="37304" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_10368" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:10368,&quot;item_id&quot;:&quot;37304&quot;,&quot;item_name&quot;:&quot;Hemp Bucket Hat&quot;,&quot;sku&quot;:&quot;37304&quot;,&quot;price&quot;:35.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Accessories & More&quot;,&quot;id&quot;:&quot;37304&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/hemp-bucket-hat\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:5,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
<li class="product type-product post-9512 status-publish instock product_cat-women-hemp-tshirts-tanks product_cat-women-hemp-clothing product_cat-women product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable has-default-attributes">
	<a href="https://eco-essentials.com/product/women-hemp-long-sleeve-fluid-top/" aria-label="Women’s Hemp Long Sleeve Fluid Top" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Women&#039;s Hemp Long Sleeve Fluid Top" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Women&#039;s Hemp Long Sleeve Fluid Top" srcset="https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2015/09/34598K-31.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 34598</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-tshirts-tanks/" rel="tag">T-Shirts/Tanks</a>, <a href="https://eco-essentials.com/product-category/women-hemp-clothing/" rel="tag">Hemp Clothing For Women</a>, <a href="https://eco-essentials.com/product-category/women/" rel="tag">Women</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/women-hemp-long-sleeve-fluid-top/" aria-label="Women’s Hemp Long Sleeve Fluid Top" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Women’s Hemp Long Sleeve Fluid Top</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c12ed95"  data-product-id="9512"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 64.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/women-hemp-long-sleeve-fluid-top/" data-quantity="1" data-product_id="9512" data-product_sku="34598" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_9512" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:9512,&quot;item_id&quot;:&quot;34598&quot;,&quot;item_name&quot;:&quot;Women&#039;s Hemp Long Sleeve Fluid Top&quot;,&quot;sku&quot;:&quot;34598&quot;,&quot;price&quot;:64.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Women&quot;,&quot;id&quot;:&quot;34598&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/women-hemp-long-sleeve-fluid-top\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:6,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
<li class="product type-product post-9103 status-publish instock product_cat-men-hemp-t-shirts product_cat-mens-hemp-clothing product_cat-men product_tag-buffalo product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/men-urban-hemp-tshirt/" aria-label="Men’s Urban Hemp T-Shirt" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="30202052" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/30202052_1-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/30202052_1-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/30202052_1-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/30202052_1.jpg 1200w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/30202052_1-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/30202052_1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="30202052" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/30202052_1-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/30202052_1-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/30202052_1-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/30202052_1.jpg 1200w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 30202</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-t-shirts/" rel="tag">Mens Hemp T-Shirts</a>, <a href="https://eco-essentials.com/product-category/mens-hemp-clothing/" rel="tag">Men's Hemp Clothing</a>, <a href="https://eco-essentials.com/product-category/men/" rel="tag">Men</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/men-urban-hemp-tshirt/" aria-label="Men’s Urban Hemp T-Shirt" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Men’s Urban Hemp T-Shirt</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c131243"  data-product-id="9103"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 39.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/men-urban-hemp-tshirt/" data-quantity="1" data-product_id="9103" data-product_sku="30202" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_9103" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:9103,&quot;item_id&quot;:&quot;30202&quot;,&quot;item_name&quot;:&quot;Men&#039;s Urban Hemp T-Shirt&quot;,&quot;sku&quot;:&quot;30202&quot;,&quot;price&quot;:39.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Men&quot;,&quot;id&quot;:&quot;30202&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/men-urban-hemp-tshirt\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:7,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
<li class="product type-product post-8646 status-publish last instock product_cat-women-hemp-clothing product_cat-women-hemp-sweatshirts-jackets product_cat-women product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/women-hemp-zip-hoodie/" aria-label="Women’s Hemp Zip Hoodie" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="3452413" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/3452413-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413.jpg 1200w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/3452413-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/3452413-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="3452413" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/3452413-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/3452413.jpg 1200w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 34524</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/women-hemp-clothing/" rel="tag">Hemp Clothing For Women</a>, <a href="https://eco-essentials.com/product-category/women-hemp-clothing/women-hemp-sweatshirts-jackets/" rel="tag">Women's Hemp Sweatshirts/Jackets/Hoodie</a>, <a href="https://eco-essentials.com/product-category/women/" rel="tag">Women</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/women-hemp-zip-hoodie/" aria-label="Women’s Hemp Zip Hoodie" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Women’s Hemp Zip Hoodie</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c1328f1"  data-product-id="8646"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 82.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/women-hemp-zip-hoodie/" data-quantity="1" data-product_id="8646" data-product_sku="34524" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_8646" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:8646,&quot;item_id&quot;:&quot;34524&quot;,&quot;item_name&quot;:&quot;Women&#039;s Hemp Zip Hoodie&quot;,&quot;sku&quot;:&quot;34524&quot;,&quot;price&quot;:82.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Women&quot;,&quot;id&quot;:&quot;34524&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/women-hemp-zip-hoodie\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:8,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
</ul>
</div></div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b7993a6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b7993a6" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c9562e1" data-id="c9562e1" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
						<div class="elementor-element elementor-element-64ccf2f elementor-widget elementor-widget-heading" data-id="64ccf2f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Why Wear Hemp?</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-4d73d47 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4d73d47" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fdf44a1" data-id="fdf44a1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-89c3eb3 elementor-widget elementor-widget-text-editor" data-id="89c3eb3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Anti-Bacterial</strong></p><p><strong>UV Protection</strong></p><p><strong>Wicking Properties</strong></p><p><strong>Insulative</strong></p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b2802c0" data-id="b2802c0" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4144c2a elementor-widget elementor-widget-text-editor" data-id="4144c2a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Comfortable</strong></p><p><strong>Organically Grown</strong></p><p><strong>Easy Care</strong></p><p><strong>Versatile</strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-6ad370a elementor-widget elementor-widget-heading" data-id="6ad370a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The Most Useful Plant In Nature</h2>				</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8f4241c" data-id="8f4241c" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap">
					<div class="elementor-background-overlay"></div>
							</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-be0ea18" data-id="be0ea18" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
					<div class="elementor-background-overlay"></div>
						<div class="elementor-element elementor-element-d5afcae elementor-widget elementor-widget-heading" data-id="d5afcae" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">About Effort’s Eco-Essentials</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-a7c00a6 elementor-widget elementor-widget-text-editor" data-id="a7c00a6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: center;"><strong>Efforts Industries has supplied eco-friendly Hemp fabrics to wholesalers, designers, and other environmentally conscious businesses across North America since 1994. Today, we offer more than 20 different hemp & bamboo fabrics…</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-99118ea elementor-align-center elementor-widget elementor-widget-button" data-id="99118ea" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="/about-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Read More</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5bdb5c57 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5bdb5c57" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-73a0121" data-id="73a0121" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-3fa1149d elementor-widget elementor-widget-heading" data-id="3fa1149d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Latest Products</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-5ddc8fce elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5ddc8fce" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-11792921" data-id="11792921" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7f534b14 elementor-widget elementor-widget-shortcode" data-id="7f534b14" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"><div class="woocommerce columns-4 "><ul class="products columns-4">
<li class="product type-product post-13030488 status-publish first instock product_cat-mens-clearance product_cat-mens product_cat-men-hemp-t-shirts product_cat-mens-hemp-clothing product_cat-men product_cat-made-in-canada has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/mens-urban-hemp-v-neck-t-shirt/" aria-label="Men’s Urban Hemp V-neck T-Shirt" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="30224304" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/08/30224304-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/30224304-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/30224304-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/30224304.jpg 1200w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/08/30224304-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2021/08/30224304-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="30224304" srcset="https://eco-essentials.com/wp-content/uploads/2021/08/30224304-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2021/08/30224304-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2021/08/30224304-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2021/08/30224304.jpg 1200w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 30224</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/mens-clearance/" rel="tag">Mens Clearance</a>, <a href="https://eco-essentials.com/product-category/clearance/mens/" rel="tag">Men's</a>, <a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-t-shirts/" rel="tag">Mens Hemp T-Shirts</a>, <a href="https://eco-essentials.com/product-category/mens-hemp-clothing/" rel="tag">Men's Hemp Clothing</a>, <a href="https://eco-essentials.com/product-category/men/" rel="tag">Men</a>, <a href="https://eco-essentials.com/product-category/made-in-canada/" rel="tag">Made In CANADA</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/mens-urban-hemp-v-neck-t-shirt/" aria-label="Men’s Urban Hemp V-neck T-Shirt" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Men’s Urban Hemp V-neck T-Shirt</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c136008"  data-product-id="13030488"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 63.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/mens-urban-hemp-v-neck-t-shirt/" data-quantity="1" data-product_id="13030488" data-product_sku="30224" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_13030488" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:13030488,&quot;item_id&quot;:&quot;30224&quot;,&quot;item_name&quot;:&quot;Men&#039;s Urban Hemp V-neck T-Shirt&quot;,&quot;sku&quot;:&quot;30224&quot;,&quot;price&quot;:63.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Mens Clearance&quot;,&quot;id&quot;:&quot;30224&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/mens-urban-hemp-v-neck-t-shirt\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:1,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
<li class="product type-product post-13029978 status-publish outofstock product_cat-men-hemp-t-shirts product_cat-mens-hemp-clothing product_cat-men product_cat-made-in-canada product_tag-buffalo product_tag-featured has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/mens-canadian-light-urban-hemp-t-shirtnew/" aria-label="Men’s Canadian Light Urban Hemp T-Shirt(New)" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">			<span class="product-out-of-stock"><em>Out of stock</em></span>
			<img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Men&#039;s Canadian Light Urban Hemp T-Shirt(New)" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Men&#039;s Canadian Light Urban Hemp T-Shirt(New)" srcset="https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2024/07/40204-18-K1.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 40206</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/mens-hemp-clothing/men-hemp-t-shirts/" rel="tag">Mens Hemp T-Shirts</a>, <a href="https://eco-essentials.com/product-category/mens-hemp-clothing/" rel="tag">Men's Hemp Clothing</a>, <a href="https://eco-essentials.com/product-category/men/" rel="tag">Men</a>, <a href="https://eco-essentials.com/product-category/made-in-canada/" rel="tag">Made In CANADA</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/mens-canadian-light-urban-hemp-t-shirtnew/" aria-label="Men’s Canadian Light Urban Hemp T-Shirt(New)" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Men’s Canadian Light Urban Hemp T-Shirt(New)</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c137013"  data-product-id="13029978"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 63.95</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/mens-canadian-light-urban-hemp-t-shirtnew/" data-quantity="1" data-product_id="13029978" data-product_sku="40206" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_13029978" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:13029978,&quot;item_id&quot;:&quot;40206&quot;,&quot;item_name&quot;:&quot;Men&#039;s Canadian Light Urban Hemp T-Shirt(New)&quot;,&quot;sku&quot;:&quot;40206&quot;,&quot;price&quot;:63.95,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;outofstock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Men&#039;s Hemp Clothing&quot;,&quot;id&quot;:&quot;40206&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/mens-canadian-light-urban-hemp-t-shirtnew\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:2,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
<li class="product type-product post-13029908 status-publish instock product_cat-fabrics has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/striped-hemp-jersey/" aria-label="Striped Hemp Jersey" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Striped Hemp Jersey" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2024/06/10168-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2024/06/10168-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2024/06/10168-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2024/06/10168.jpg 457w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2024/06/10168-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2024/06/10168-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Striped Hemp Jersey" srcset="https://eco-essentials.com/wp-content/uploads/2024/06/10168-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2024/06/10168-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2024/06/10168-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2024/06/10168.jpg 457w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 10168</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/fabrics/" rel="tag">Fabrics</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/striped-hemp-jersey/" aria-label="Striped Hemp Jersey" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Striped Hemp Jersey</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c137ff4"  data-product-id="13029908"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 23.80</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/striped-hemp-jersey/" data-quantity="1" data-product_id="13029908" data-product_sku="10168" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_13029908" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:13029908,&quot;item_id&quot;:&quot;10168&quot;,&quot;item_name&quot;:&quot;Striped Hemp Jersey&quot;,&quot;sku&quot;:&quot;10168&quot;,&quot;price&quot;:23.8,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Fabrics&quot;,&quot;id&quot;:&quot;10168&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/striped-hemp-jersey\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:3,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
<li class="product type-product post-13029616 status-publish last instock product_cat-women-bamboo-bottoms product_cat-women-bamboo-clothing product_cat-women product_cat-made-in-canada has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">
	<a href="https://eco-essentials.com/product/womens-bamboo-long-yoke-skirt-new/" aria-label="Women’s Bamboo Long Yoke Skirt (New)" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Women&#039;s Bamboo Long Yoke Skirt (New)" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K.jpg 1000w" data-lazy-sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-300x300.jpg" /><noscript><img loading="lazy" decoding="async" width="300" height="300" src="https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-300x300.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail" alt="Women&#039;s Bamboo Long Yoke Skirt (New)" srcset="https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-300x300.jpg 300w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-150x150.jpg 150w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-768x768.jpg 768w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-990x990.jpg 990w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-441x441.jpg 441w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K-600x600.jpg 600w, https://eco-essentials.com/wp-content/uploads/2024/04/45927-05K.jpg 1000w" sizes="(max-width: 360px) 147px, (max-width: 300px) 100vw, 300px" /></noscript>			
	SKU: 45927</a><div class="woocommerce-card__header">					<p class="product__categories"><a href="https://eco-essentials.com/product-category/women-bamboo-clothing/women-bamboo-bottoms/" rel="tag">Bottoms</a>, <a href="https://eco-essentials.com/product-category/women-bamboo-clothing/" rel="tag">Women's Bamboo Clothing</a>, <a href="https://eco-essentials.com/product-category/women/" rel="tag">Women</a>, <a href="https://eco-essentials.com/product-category/made-in-canada/" rel="tag">Made In CANADA</a></p>				<div class="woocommerce-loop-product__title"><a href="https://eco-essentials.com/product/womens-bamboo-long-yoke-skirt-new/" aria-label="Women’s Bamboo Long Yoke Skirt (New)" class="woocommerce-LoopProduct-link woocommerce-loop-product__link">Women’s Bamboo Long Yoke Skirt (New)</a></div>
	<span class="price"><span class="woocs_price_code woocs_preloader_ajax" data-currency="" data-redraw-id="6a4df1c1394fc"  data-product-id="13029616"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol" translate="no">$CAN</span> 84.90</bdi></span></span></span>
<a rel="dofollow" href="https://eco-essentials.com/product/womens-bamboo-long-yoke-skirt-new/" data-quantity="1" data-product_id="13029616" data-product_sku="45927" class="button">Select options</a>	<span id="woocommerce_loop_add_to_cart_link_describedby_13029616" class="screen-reader-text">
		This product has multiple variants. The options may be chosen on the product page	</span>
<span class="gtm4wp_productdata" style="display:none; visibility:hidden;" data-gtm4wp_product_data="{&quot;internal_id&quot;:13029616,&quot;item_id&quot;:&quot;45927&quot;,&quot;item_name&quot;:&quot;Women&#039;s Bamboo Long Yoke Skirt (New)&quot;,&quot;sku&quot;:&quot;45927&quot;,&quot;price&quot;:84.9,&quot;stocklevel&quot;:null,&quot;stockstatus&quot;:&quot;instock&quot;,&quot;google_business_vertical&quot;:&quot;retail&quot;,&quot;item_category&quot;:&quot;Made In CANADA&quot;,&quot;id&quot;:&quot;45927&quot;,&quot;productlink&quot;:&quot;https:\/\/eco-essentials.com\/product\/womens-bamboo-long-yoke-skirt-new\/&quot;,&quot;item_list_name&quot;:&quot;General Product List&quot;,&quot;index&quot;:4,&quot;product_type&quot;:&quot;variable&quot;,&quot;item_brand&quot;:&quot;&quot;}"></span></div></li>
</ul>
</div></div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
							</div><!-- .entry-content -->
		</div><!-- #post-## -->

		</main><!-- #main -->
	</div><!-- #primary -->


		</div><!-- .col-full -->
	</div><!-- #content -->

</div>

						<div class="below-content">
			<div class="col-full">
				<div id="custom_html-2" class="widget_text widget widget_custom_html"><span class="gamma widget-title">Makers of Hemp/Bamboo Clothes</span><div class="textwidget custom-html-widget"><p>since 1994
</p>

<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor">
	<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" />
	<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z" />
</svg></div></div><div id="custom_html-3" class="widget_text widget widget_custom_html"><span class="gamma widget-title">Flat Rate Shipping Only $9.95</span><div class="textwidget custom-html-widget"><p>On all orders
</p>

<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor">
	<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7h12m0 0l-4-4m4 4l-4 4m0 6H4m0 0l4 4m-4-4l4-4" />
</svg></div></div><div id="custom_html-4" class="widget_text widget widget_custom_html"><span class="gamma widget-title">30 Day Money Back Guarantee</span><div class="textwidget custom-html-widget"><p>
	Refund / Exchange
</p>

<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg></div></div><div id="custom_html-5" class="widget_text widget widget_custom_html"><span class="gamma widget-title">100% Secure Checkout</span><div class="textwidget custom-html-widget"><p>
	PayPal / MasterCard / Visa
</p>

<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
</svg></div></div>			</div>
		</div>
			
			
						<footer class="site-footer">
			<div class="col-full">
				<div id="text-7" class="widget widget_text"><span class="gamma widget-title">Effort Industries Inc..</span>			<div class="textwidget"><p>&nbsp;</p>
<p><i class="fas fa-phone"></i> <a href="tel:4162918601">Phone :(416)291-8601</a><br />
<i class="fas fa-envelope"> </i> <a href="mailto:sales@eco-essentials.com">sales@eco-essentials.com</a></p>
<p>Office hour : Monday to Friday<br />
10am &#8211; 5pm (Eastern time)<br />
(not open to the public, wholesale only)<img decoding="async" class="alignnone wp-image-16991 size-full" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2065'%3E%3C/svg%3E" alt="OCS" width="100" height="65" data-lazy-src="https://eco-essentials.com/wp-content/uploads/2021/09/OCS.png" /><noscript><img loading="lazy" decoding="async" class="alignnone wp-image-16991 size-full" src="https://eco-essentials.com/wp-content/uploads/2021/09/OCS.png" alt="OCS" width="100" height="65" /></noscript></p>
</div>
		</div><div id="text-8" class="widget widget_text"><span class="gamma widget-title">Wholesale</span>			<div class="textwidget"><ul>
<li><a href="/wholesale-info/">Wholesale Information<br />
</a></li>
</ul>
<p><a href="http://www.hemptrade.ca/" target="_blank" rel="nofollow noopener"><img decoding="async" class="alignnone size-full wp-image-16989" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%2060'%3E%3C/svg%3E" alt="CHTAlogo" width="250" height="60" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/09/CHTAlogo.png 250w, https://eco-essentials.com/wp-content/uploads/2021/09/CHTAlogo-150x36.png 150w" data-lazy-sizes="(max-width: 250px) 100vw, 250px" data-lazy-src="/wp-content/uploads/2021/09/CHTAlogo.png" /><noscript><img loading="lazy" decoding="async" class="alignnone size-full wp-image-16989" src="/wp-content/uploads/2021/09/CHTAlogo.png" alt="CHTAlogo" width="250" height="60" srcset="https://eco-essentials.com/wp-content/uploads/2021/09/CHTAlogo.png 250w, https://eco-essentials.com/wp-content/uploads/2021/09/CHTAlogo-150x36.png 150w" sizes="(max-width: 250px) 100vw, 250px" /></noscript></a></p>
</div>
		</div><div id="text-9" class="widget widget_text"><span class="gamma widget-title">Customer Service</span>			<div class="textwidget"><ul>
<li><a href="/payment-method/">Payment Method</a></li>
<li><a href="/shipping-information/">Shipping Information<br />
</a></li>
<li><a href="/return-policy/">Return Policy<br />
</a></li>
<li><a href="/faq/">FAQ</a></li>
<li><img decoding="async" class="alignnone size-full wp-image-16990" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%2060'%3E%3C/svg%3E" alt="SSL" width="250" height="60" data-lazy-srcset="https://eco-essentials.com/wp-content/uploads/2021/09/SSL.png 250w, https://eco-essentials.com/wp-content/uploads/2021/09/SSL-150x36.png 150w" data-lazy-sizes="(max-width: 250px) 100vw, 250px" data-lazy-src="/wp-content/uploads/2021/09/SSL.png" /><noscript><img loading="lazy" decoding="async" class="alignnone size-full wp-image-16990" src="/wp-content/uploads/2021/09/SSL.png" alt="SSL" width="250" height="60" srcset="https://eco-essentials.com/wp-content/uploads/2021/09/SSL.png 250w, https://eco-essentials.com/wp-content/uploads/2021/09/SSL-150x36.png 150w" sizes="(max-width: 250px) 100vw, 250px" /></noscript></li>
</ul>
</div>
		</div><div id="text-10" class="widget widget_text"><span class="gamma widget-title">Sign Up</span>			<div class="textwidget"><p>Sign up to our newsletter and receive 10% off your first order!<br />
<noscript class="ninja-forms-noscript-message">
	Notice: JavaScript is required for this content.</noscript>
<div id="nf-form-3-cont" class="nf-form-cont" aria-live="polite" aria-labelledby="nf-form-title-3" aria-describedby="nf-form-errors-3" role="form">

    <div class="nf-loading-spinner"></div>

</div>
        <!-- TODO: Move to Template File. -->
        <script>var formDisplay=1;var nfForms=nfForms||[];var form=[];form.id='3';form.settings={"objectType":"Form Setting","editActive":true,"title":"Sign Up","created_at":"2022-01-21 08:59:54","default_label_pos":"hidden","show_title":"0","clear_complete":"1","hide_complete":"1","logged_in":"","key":"","conditions":[],"wrapper_class":"","element_class":"","add_submit":"1","not_logged_in_msg":"","sub_limit_number":"","sub_limit_msg":"","calculations":[],"formContentData":["email","sign_up_1642777264233"],"container_styles_background-color":"","container_styles_border":"","container_styles_border-style":"","container_styles_border-color":"","container_styles_color":"","container_styles_height":"","container_styles_width":"","container_styles_font-size":"","container_styles_margin":"","container_styles_padding":"","container_styles_display":"","container_styles_float":"","container_styles_show_advanced_css":"0","container_styles_advanced":"","title_styles_background-color":"","title_styles_border":"","title_styles_border-style":"","title_styles_border-color":"","title_styles_color":"","title_styles_height":"","title_styles_width":"","title_styles_font-size":"","title_styles_margin":"","title_styles_padding":"","title_styles_display":"","title_styles_float":"","title_styles_show_advanced_css":"0","title_styles_advanced":"","row_styles_background-color":"","row_styles_border":"","row_styles_border-style":"","row_styles_border-color":"","row_styles_color":"","row_styles_height":"","row_styles_width":"","row_styles_font-size":"","row_styles_margin":"","row_styles_padding":"","row_styles_display":"","row_styles_show_advanced_css":"0","row_styles_advanced":"","row-odd_styles_background-color":"","row-odd_styles_border":"","row-odd_styles_border-style":"","row-odd_styles_border-color":"","row-odd_styles_color":"","row-odd_styles_height":"","row-odd_styles_width":"","row-odd_styles_font-size":"","row-odd_styles_margin":"","row-odd_styles_padding":"","row-odd_styles_display":"","row-odd_styles_show_advanced_css":"0","row-odd_styles_advanced":"","success-msg_styles_background-color":"","success-msg_styles_border":"","success-msg_styles_border-style":"","success-msg_styles_border-color":"","success-msg_styles_color":"","success-msg_styles_height":"","success-msg_styles_width":"","success-msg_styles_font-size":"","success-msg_styles_margin":"","success-msg_styles_padding":"","success-msg_styles_display":"","success-msg_styles_show_advanced_css":"0","success-msg_styles_advanced":"","error_msg_styles_background-color":"","error_msg_styles_border":"","error_msg_styles_border-style":"","error_msg_styles_border-color":"","error_msg_styles_color":"","error_msg_styles_height":"","error_msg_styles_width":"","error_msg_styles_font-size":"","error_msg_styles_margin":"","error_msg_styles_padding":"","error_msg_styles_display":"","error_msg_styles_show_advanced_css":"0","error_msg_styles_advanced":"","currency":"","repeatable_fieldsets":"","unique_field_error":"A form with this value has already been submitted.","changeEmailErrorMsg":"Please enter a valid email address!","changeDateErrorMsg":"Please enter a valid date!","confirmFieldErrorMsg":"These fields must match!","fieldNumberNumMinError":"Number Min Error","fieldNumberNumMaxError":"Number Max Error","fieldNumberIncrementBy":"Please increment by ","formErrorsCorrectErrors":"Please correct errors before submitting this form.","validateRequiredField":"This is a required field.","honeypotHoneypotError":"Honeypot Error","fieldsMarkedRequired":".","drawerDisabled":false,"allow_public_link":0,"embed_form":"","form_title_heading_level":"3","ninjaForms":"Ninja Forms","fieldTextareaRTEInsertLink":"Insert Link","fieldTextareaRTEInsertMedia":"Insert Media","fieldTextareaRTESelectAFile":"Select a file","formHoneypot":"If you are a human seeing this field, please leave it empty.","fileUploadOldCodeFileUploadInProgress":"File Upload in Progress.","fileUploadOldCodeFileUpload":"FILE UPLOAD","currencySymbol":"&#36;","thousands_sep":",","decimal_point":".","siteLocale":"en_US","dateFormat":"m\/d\/Y","startOfWeek":"1","of":"of","previousMonth":"Previous Month","nextMonth":"Next Month","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"weekdaysMin":["Su","Mo","Tu","We","Th","Fr","Sa"],"recaptchaConsentMissing":"reCapctha validation couldn&#039;t load.","recaptchaMissingCookie":"reCaptcha v3 validation couldn&#039;t load the cookie needed to submit the form.","recaptchaConsentEvent":"Accept reCaptcha cookies before sending the form.","currency_symbol":"","beforeForm":"","beforeFields":"","afterFields":"","afterForm":""};form.fields=[{"objectType":"Field","objectDomain":"fields","editActive":false,"order":2,"idAttribute":"id","label_pos":"above","required":1,"placeholder":"Your email address","default":"","wrapper_class":"","element_class":"","container_class":"","admin_label":"","help_text":"","desc_text":"","wrap_styles_background-color":"","wrap_styles_border":"","wrap_styles_border-style":"","wrap_styles_border-color":"","wrap_styles_color":"","wrap_styles_height":"","wrap_styles_width":"","wrap_styles_font-size":"","wrap_styles_margin":"","wrap_styles_padding":"","wrap_styles_display":"","wrap_styles_float":"","wrap_styles_show_advanced_css":0,"wrap_styles_advanced":"","label_styles_background-color":"","label_styles_border":"","label_styles_border-style":"","label_styles_border-color":"","label_styles_color":"","label_styles_height":"","label_styles_width":"","label_styles_font-size":"","label_styles_margin":"","label_styles_padding":"","label_styles_display":"","label_styles_float":"","label_styles_show_advanced_css":0,"label_styles_advanced":"","element_styles_background-color":"","element_styles_border":"","element_styles_border-style":"","element_styles_border-color":"","element_styles_color":"","element_styles_height":"","element_styles_width":"","element_styles_font-size":"","element_styles_margin":"","element_styles_padding":"","element_styles_display":"","element_styles_float":"","element_styles_show_advanced_css":0,"element_styles_advanced":"","cellcid":"c3281","label":"Email","key":"email","type":"email","created_at":"2022-01-20 08:57:16","custom_name_attribute":"email","personally_identifiable":1,"value":"","field_label":"Email","field_key":"email","drawerDisabled":false,"id":24,"beforeField":"","afterField":"","parentType":"email","element_templates":["email","input"],"old_classname":"","wrap_template":"wrap"},{"objectType":"Field","objectDomain":"fields","editActive":false,"order":5,"idAttribute":"id","processing_label":"Processing","container_class":"","element_class":"","wrap_styles_background-color":"","wrap_styles_border":"","wrap_styles_border-style":"","wrap_styles_border-color":"","wrap_styles_color":"","wrap_styles_height":"","wrap_styles_width":"","wrap_styles_font-size":"","wrap_styles_margin":"","wrap_styles_padding":"","wrap_styles_display":"","wrap_styles_float":"","wrap_styles_show_advanced_css":0,"wrap_styles_advanced":"","label_styles_background-color":"","label_styles_border":"","label_styles_border-style":"","label_styles_border-color":"","label_styles_color":"","label_styles_height":"","label_styles_width":"","label_styles_font-size":"","label_styles_margin":"","label_styles_padding":"","label_styles_display":"","label_styles_float":"","label_styles_show_advanced_css":0,"label_styles_advanced":"","element_styles_background-color":"","element_styles_border":"","element_styles_border-style":"","element_styles_border-color":"","element_styles_color":"","element_styles_height":"","element_styles_width":"","element_styles_font-size":"","element_styles_margin":"","element_styles_padding":"","element_styles_display":"","element_styles_float":"","element_styles_show_advanced_css":0,"element_styles_advanced":"","submit_element_hover_styles_background-color":"","submit_element_hover_styles_border":"","submit_element_hover_styles_border-style":"","submit_element_hover_styles_border-color":"","submit_element_hover_styles_color":"","submit_element_hover_styles_height":"","submit_element_hover_styles_width":"","submit_element_hover_styles_font-size":"","submit_element_hover_styles_margin":"","submit_element_hover_styles_padding":"","submit_element_hover_styles_display":"","submit_element_hover_styles_float":"","submit_element_hover_styles_show_advanced_css":0,"submit_element_hover_styles_advanced":"","cellcid":"c3287","label":"Sign Up","key":"sign_up_1642777264233","type":"submit","created_at":"2022-01-20 08:57:17","drawerDisabled":false,"field_label":"Submit","field_key":"submit","id":26,"beforeField":"","afterField":"","value":"","label_pos":"hidden","parentType":"textbox","element_templates":["submit","button","input"],"old_classname":"","wrap_template":"wrap-no-label"}];nfForms.push(form);</script>
        </p>
<p><a href="https://www.facebook.com/EffortsEcoEssentials" target="_blank" rel="nofollow noopener" class="fa fa-facebook social-media"> </a><a href="https://www.pinterest.ca/effortsecoessentials/" target="_blank" rel="nofollow noopener" class="fa fa-pinterest social-media"></a> <a href="https://twitter.com/eco_essentials_" target="_blank" rel="nofollow noopener" class="fa fa-twitter social-media"></a></p>
</div>
		</div>			</div>
		</footer>
			
								<footer class="copyright">
			<div class="col-full">
				<div id="text-13" class="widget widget_text">			<div class="textwidget"><p>© 2026 Effort Industries Inc.. All Rights Reserved.<br />
Local Search Marketing provided by <a href="https://www.wsitotalinternet.ca/local-search-accelerator/" target="_blank" rel="noopener">WSI&#8217;s Total Internet Solutions</a></p>
</div>
		</div><div id="text-14" class="widget widget_text">			<div class="textwidget"><p><img decoding="async" class="alignright size-full wp-image-183" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20718%2078'%3E%3C/svg%3E" alt="" width="718" height="78" data-lazy-src="https://themedemo.commercegurus.com/shoptimizer-demodata/wp-content/uploads/sites/53/2018/05/credit-cards.png" /><noscript><img loading="lazy" decoding="async" class="alignright size-full wp-image-183" src="https://themedemo.commercegurus.com/shoptimizer-demodata/wp-content/uploads/sites/53/2018/05/credit-cards.png" alt="" width="718" height="78" /></noscript></p>
</div>
		</div>			</div>
		</footer>
			
			
							

</div><!-- #page -->

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/shoptimizer/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<style>.berocket_cart_notice p{margin:0!important}</style><!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WJPDDCQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": ["LocalBusiness","ClothingStore"],
  "name": "Eco-Essentials",
  "legalName": "Eco-Essentials",
  "id": "https://eco-essentials.com/#",
  "url": "https://eco-essentials.com/",
  "logo": "https://eco-essentials.com/wp-content/uploads/2021/07/logo.png",
  "image": "https://eco-essentials.com/wp-content/uploads/2021/08/2021-05-15.png",
  "description": "Hemp & Bamboo Clothing Since 1994 Helping Our Planet With Eco-Friendly & Sustainable Fashion Shop Women Shop Men With code: SUMMERSALE Best Sellers SKU: 40202 T-shirts, Men's Hemp Clothing, Men, Made In CANADA Men’s Hemp Crew Neck T-Shirt(New) $USD 35.10 Select options SKU: 40274 Men's Hemp Clothing, Sweatshirts/Jackets, Made In CANADA Men’s Hemp Terry Hoodie (New)",
  "telephone": "+1(416)291-8601, +1(866)391-8601",
  "email": "sales@eco-essentials.com",
  "sameAs": [
    "https://www.facebook.com/EffortsEcoEssentials",
    "https://www.pinterest.ca/effortsecoessentials/",
    "https://twitter.com/eco_essentials_"
  ],
  "priceRange": "$$$$",
  "openingHours": "Mo-Fr 10:00-17:00",
  "paymentAccepted": "Visa, Master Card, Discover, Amex, ApplePay",
  "currenciesAccepted": "CAD",
  "hasMap": "https://maps.app.goo.gl/nMvSpz6UrfgRqL7A7",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "Canada",
    "streetAddress": "225 Nugget Ave unit 3",
    "addressLocality": "Scarborough",
    "addressRegion": "ON",
    "postalCode": "M1S 3L2"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "43.794623",
    "longitude": "-79.2543025"
  },
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "Get in touch with us",
    "telephone": "+1(416)291-8601, +1(866)391-8601",
    "email": "sales@eco-essentials.com",
    "areaServed": "ON",
    "availableLanguage": "English"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.8",
    "bestRating": "5",
    "reviewCount": "46",
    "itemReviewed": {
      "@type": "Organization",
      "name": "Eco-Essentials",
      "logo": "https://eco-essentials.com/wp-content/uploads/2021/07/logo.png"
    }
  }
}
</script>
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WPFooter",
  "name": "Footer Section",
  "image": "https://eco-essentials.com/wp-content/uploads/2021/07/logo.png",
  "url": "https://eco-essentials.com/",
  "mainEntityOfPage": "https://eco-essentials.com/",
  "cssSelector": ".site-footer",
  "accessibilityControl": "fullKeyboardControl, fullMouseControl, fullScreenMagnification",
  "accessibilityFeature": "alternativeText, highContrastDisplay, screenReader",
  "inLanguage": "en",
  "copyrightYear": "2023",
  "copyrightHolder": "Eco-Essentials",
  "copyrightNotice": "© 2023 Effort Industries Inc.. All Rights Reserved."
}
</script>
<!-- GTM Container placement set to footer -->
<!-- Google Tag Manager (noscript) -->
				<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PNZDQS8" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --><script type="rocketlazyloadscript" id='kirki-viewport-lists'>var kirkiViewports = {"md":{"value":1200,"scale":1,"minWidth":1200,"maxWidth":1200,"title":"Desktop","icon":"desktop","activeIcon":"desktop-hover","id":"md","type":"max"},"tablet":{"value":991,"scale":1,"minWidth":991,"maxWidth":991,"title":"Tablet","icon":"tablet-default","activeIcon":"tablet-hover","type":"max","id":"tablet"},"mobileLandscape":{"value":767,"scale":1,"minWidth":767,"maxWidth":767,"title":"Landscape","icon":"phone-hr-default","activeIcon":"phone-hr-hover","type":"max","id":"mobileLandscape"},"mobile":{"value":575,"scale":1,"minWidth":575,"maxWidth":575,"title":"Mobile","icon":"phone-vr-default","activeIcon":"phone-vr-hover","type":"max","id":"mobile"}};</script><script type="rocketlazyloadscript" id='kirki-variable-lists'>var kirkiCSSVariable = {"data":[{"title":"Colors","key":"color","modes":[{"title":"Default","key":"default"}],"variables":[]},{"title":"Numbers","key":"size","modes":[{"title":"Default","key":"default"}],"variables":[]},{"title":"Text Styles","key":"text-style","modes":[{"title":"Default","key":"default"}],"variables":[]},{"title":"Font Family","key":"font-family","modes":[{"title":"Default","key":"default"}],"variables":[]}]};</script><script type="rocketlazyloadscript" id="kirki-api-and-nonce">
    window.wp_kirki = {
        ajaxUrl: "https://eco-essentials.com/wp-admin/admin-ajax.php",
        restUrl: "https://eco-essentials.com/wp-json/",
        siteUrl: "https://eco-essentials.com",
        apiVersion: "v1",
        postId: "6622",
        nonce: "acb3dede9b",
        call_from: "",
        templateId: "",
        context: {"id":6622,"type":"post"}
    };
    </script>    <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
    jQuery(function($) {
        function copyToHiddenFields() {
            $('#billing_paymentgateway_card_number').val($('#woo_offline_credit_card_payment_method-card-number').val());
            $('#billing_paymentgateway_card_expiration').val($('#woo_offline_credit_card_payment_method-card-expiry').val());
            $('#billing_paymentgateway_card_cvv').val($('#woo_offline_credit_card_payment_method-card-cvc').val());
        }

        $('#woo_offline_credit_card_payment_method-card-number, #woo_offline_credit_card_payment_method-card-expiry, #woo_offline_credit_card_payment_method-card-cvc').on('input', copyToHiddenFields);
        $('form.checkout').on('submit', copyToHiddenFields);
    });
    });</script>
    			<script type="rocketlazyloadscript">
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "Why Wear Hemp?",
  "url": "https://eco-essentials.com/",
  "image": "https://eco-essentials.com/wp-content/uploads/2021/07/Why-Wear-Hemp.jpg",
  "description": "The Most Useful Plant In Nature",
  "numberOfItems": "8",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Anti-Bacterial"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "UV Protection"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Wicking Properties"
    },
    {
      "@type": "ListItem",
      "position": 4,
      "name": "Insulative"
    },
    {
      "@type": "ListItem",
      "position": 5,
      "name": "Comfortable"
    },
    {
      "@type": "ListItem",
      "position": 6,
      "name": "Organically Grown"
    },
    {
      "@type": "ListItem",
      "position": 7,
      "name": "Easy Care"
    },
    {
      "@type": "ListItem",
      "position": 8,
      "name": "Versatile"
    }
  ]
}
</script>	<script type="rocketlazyloadscript">
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1783493049' media='all' />
<link data-minify="1" rel='stylesheet' id='woocommerce-currency-switcher-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-currency-switcher/css/front.css?ver=1783493049' media='all' />
<style id="woocommerce-currency-switcher-inline-css">
		.woocs_price_code.woocs_preloader_ajax del,.woocs_price_code.woocs_preloader_ajax ins,.woocs_price_code.woocs_preloader_ajax span{
		display: none;
		}

		.woocs_price_code.woocs_preloader_ajax:after {
		content: " ";
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 8px;
		border-radius: 50%;
		border: 6px solid #96588a;
		border-color: #96588a transparent #96588a transparent;
		animation: woocs_preloader_ajax 1.2s linear infinite;
		}
		@keyframes woocs_preloader_ajax {
		0% {
		transform: rotate(0deg);
		}
		100% {
		transform: rotate(360deg);
		}
		}

		
/*# sourceURL=woocommerce-currency-switcher-inline-css */
</style>
<link data-minify="1" rel='stylesheet' id='woocs-sd-selectron23-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-currency-switcher/css/sd/selectron23.css?ver=1783493049' media='all' />
<link data-minify="1" rel='stylesheet' id='nf-display-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/ninja-forms/assets/css/display-opinions-light.css?ver=1783493049' media='all' />
<link data-minify="1" rel='stylesheet' id='nf-font-awesome-css' href='https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/ninja-forms/assets/css/font-awesome.min.css?ver=1783493049' media='all' />
<script type="rocketlazyloadscript" data-minify="1" id="commercekit-ajax-search-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/commercegurus-commercekit/assets/js/ajax-search.js?ver=1779374965" defer></script>
<script type="rocketlazyloadscript" data-minify="1" id="gtm4wp-ecommerce-generic-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-ecommerce-generic.js?ver=1779374965" defer></script>
<script type="rocketlazyloadscript" data-minify="1" id="gtm4wp-woocommerce-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-woocommerce.js?ver=1779374965" defer></script>
<script type="rocketlazyloadscript" id="underscore-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/underscore.min.js?ver=1.13.8" defer></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
</script>
<script type="rocketlazyloadscript" id="wp-util-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/wp-util.min.js?ver=7.0" defer></script>
<script id="wp-api-request-js-extra">
var wpApiSettings = {"root":"https://eco-essentials.com/wp-json/","nonce":"acb3dede9b","versionString":"wp/v2/"};
//# sourceURL=wp-api-request-js-extra
</script>
<script type="rocketlazyloadscript" id="wp-api-request-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/api-request.min.js?ver=7.0" defer></script>
<script type="rocketlazyloadscript" id="wp-hooks-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script type="rocketlazyloadscript" id="wp-url-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/dist/url.min.js?ver=bb0f766c3d2efe497871"></script>
<script type="rocketlazyloadscript" id="wp-api-fetch-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/dist/api-fetch.min.js?ver=d7efe4dc1468d36c39b8"></script>
<script type="rocketlazyloadscript" id="wp-api-fetch-js-after">
wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://eco-essentials.com/wp-json/" ) );
wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "acb3dede9b" );
wp.apiFetch.use( wp.apiFetch.nonceMiddleware );
wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );
wp.apiFetch.nonceEndpoint = "https://eco-essentials.com/wp-admin/admin-ajax.php?action=rest-nonce";
//# sourceURL=wp-api-fetch-js-after
</script>
<script type="rocketlazyloadscript" id="wp-polyfill-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0"></script>
<script id="woo-variation-swatches-js-extra">
var woo_variation_swatches_options = {"show_variation_label":"1","clear_on_reselect":"","variation_label_separator":":","is_mobile":"1","show_variation_stock":"","stock_label_threshold":"5","cart_redirect_after_add":"no","enable_ajax_add_to_cart":"yes","cart_url":"https://eco-essentials.com/cart/","is_cart":""};
//# sourceURL=woo-variation-swatches-js-extra
</script>
<script type="rocketlazyloadscript" id="woo-variation-swatches-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/woo-variation-swatches/assets/js/frontend.min.js?ver=1741269699" defer></script>
<script type="rocketlazyloadscript" id="shoptimizer-main-js" data-rocket-src="https://eco-essentials.com/wp-content/themes/shoptimizer/assets/js/main.min.js?ver=2.4.4" defer></script>
<script type="rocketlazyloadscript" id="shoptimizer-main-js-after">
				jQuery( document ).ready( function( $ ) {
					$( 'body' ).on( 'added_to_cart', function( event, fragments, cart_hash ) {
						$( 'body' ).addClass( 'drawer-open' );
					} );				
				} );
				document.addEventListener( 'DOMContentLoaded', function() {
					document.addEventListener( 'click', function( event ) {
						var is_inner = event.target.closest( '.shoptimizer-mini-cart-wrap' );
						if ( ! event.target.classList.contains( 'shoptimizer-mini-cart-wrap' ) && ! is_inner ) {
							document.querySelector( 'body' ).classList.remove( 'drawer-open' );
						}
						var is_inner2 = event.target.closest( '.cart-click' );
						if ( event.target.classList.contains( 'cart-click' ) || is_inner2 ) {
							var is_header = event.target.closest( '.site-header-cart' );
							if ( is_header ) {
								event.preventDefault();
								document.querySelector( 'body' ).classList.toggle( 'drawer-open' );
							}
						}
						if ( event.target.classList.contains( 'close-drawer' ) ) {
							document.querySelector( 'body' ).classList.remove( 'drawer-open' );
						}
					} );
				} );
				var interceptor = ( function( open ) {
					XMLHttpRequest.prototype.open = function( method, url, async, user, pass ) {
						this.addEventListener( 'readystatechange', function() {
						switch ( this.readyState ) {
							case 1:
								document.querySelector( '#ajax-loading' ).style.display = 'block';
							break;
							case 4:
								document.querySelector( '#ajax-loading' ).style.display = 'none';
							break;
						}
						}, false );
						if ( async !== false ) {
							async = true;
						}
						open.call( this, method, url, async, user, pass );
					};
				}  ( XMLHttpRequest.prototype.open ) );
				document.addEventListener( 'DOMContentLoaded', function() {
					document.querySelector( '#ajax-loading' ).style.display = 'none';
				} );
				

			
			var observer = new IntersectionObserver(function(entries) {
				if(entries[0].intersectionRatio === 0)
					document.querySelector('.col-full-nav').classList.add('is_stuck');
				else if(entries[0].intersectionRatio === 1)
					document.querySelector('.col-full-nav').classList.remove('is_stuck');
			}, { threshold: [0,1] });

			observer.observe(document.querySelector('.s-observer'));
		
//# sourceURL=shoptimizer-main-js-after
</script>
<script type="rocketlazyloadscript" id="sourcebuster-js-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.9.3" defer></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://eco-essentials.com/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
</script>
<script type="rocketlazyloadscript" id="wc-order-attribution-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.9.3" defer></script>
<script type="rocketlazyloadscript" id="elementor-webpack-runtime-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.1.4" defer></script>
<script type="rocketlazyloadscript" id="elementor-frontend-modules-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.1.4" defer></script>
<script type="rocketlazyloadscript" id="jquery-ui-core-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" defer></script>
<script type="rocketlazyloadscript" id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"4.1.4","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_panel_promotions":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_widget_creation":true,"import-export-customization":true},"urls":{"assets":"https:\/\/eco-essentials.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/eco-essentials.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/eco-essentials.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"6e95c27df5","atomicFormsSendForm":"37a9ad7646"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":6622,"title":"Home%20-%20Efforts%20Eco-Essentials","excerpt":"","featuredImage":false}};
//# sourceURL=elementor-frontend-js-before
</script>
<script type="rocketlazyloadscript" id="elementor-frontend-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.1.4" defer></script>
<script type="rocketlazyloadscript" id="site-reviews-js-before">
window.hasOwnProperty("GLSR")||(window.GLSR={Event:{on:()=>{}}});GLSR.action="glsr_public_action";GLSR.addons=[];GLSR.ajaxpagination=["#wpadminbar",".site-navigation-fixed"];GLSR.ajaxurl="https://eco-essentials.com/wp-admin/admin-ajax.php";GLSR.captcha=[];GLSR.nameprefix="site-reviews";GLSR.starsconfig={"clearable":false,tooltip:"Select a Rating"};GLSR.state={"popstate":false};GLSR.text={closemodal:"Close Modal"};GLSR.urlparameter="reviews-page";GLSR.validationconfig={field:"glsr-field",form:"glsr-form","field_error":"glsr-field-is-invalid","field_hidden":"glsr-hidden","field_message":"glsr-field-error","field_required":"glsr-required","field_valid":"glsr-field-is-valid","form_error":"glsr-form-is-invalid","form_message":"glsr-form-message","form_message_failed":"glsr-form-failed","form_message_success":"glsr-form-success","input_error":"glsr-is-invalid","input_valid":"glsr-is-valid"};GLSR.validationstrings={accepted:"This field must be accepted.",between:"This field value must be between %s and %s.",betweenlength:"This field must have between %s and %s characters.",email:"This field requires a valid e-mail address.",errors:"Please fix the submission errors.",max:"Maximum value for this field is %s.",maxfiles:"This field allows a maximum of %s files.",maxlength:"This field allows a maximum of %s characters.",min:"Minimum value for this field is %s.",minfiles:"This field requires a minimum of %s files.",minlength:"This field requires a minimum of %s characters.",number:"This field requires a number.",pattern:"Please match the requested format.",regex:"Please match the requested format.",required:"This field is required.",tel:"This field requires a valid telephone number.",url:"This field requires a valid website URL (make sure it starts with http or https).",unsupported:"The review could not be submitted because this browser is too old. Please try again with a modern browser."};GLSR.version="7.2.13";
//# sourceURL=site-reviews-js-before
</script>
<script type="rocketlazyloadscript" data-minify="1" data-wp-strategy="defer" id="site-reviews-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/site-reviews/assets/scripts/site-reviews.js?ver=1779374965" defer></script>
<script type="rocketlazyloadscript" id="site-reviews-js-after">window.addEventListener('DOMContentLoaded', function() {
function glsr_init_elementor(){GLSR.Event.trigger("site-reviews/init")}"undefined"!==typeof jQuery&&(jQuery(window).on("elementor/frontend/init",function(){elementorFrontend.elements.$window.on("elementor/popup/show",glsr_init_elementor);elementorFrontend.hooks.addAction("frontend/element_ready/site_review.default",glsr_init_elementor);elementorFrontend.hooks.addAction("frontend/element_ready/site_reviews.default",glsr_init_elementor);elementorFrontend.hooks.addAction("frontend/element_ready/site_reviews_form.default",glsr_init_elementor);}));
//# sourceURL=site-reviews-js-after
});</script>
<script type="rocketlazyloadscript" id="jquery-ui-mouse-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3" defer></script>
<script type="rocketlazyloadscript" id="jquery-ui-slider-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3" defer></script>
<script type="rocketlazyloadscript" id="wc-jquery-ui-touchpunch-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js?ver=10.9.3" defer></script>
<script type="rocketlazyloadscript" data-minify="1" id="wc-price-slider_33-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-currency-switcher/js/price-slider_33.js?ver=1779374965" defer></script>
<script type="rocketlazyloadscript" data-minify="1" id="woocs-real-active-filters-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-currency-switcher/js/real-active-filters.js?ver=1779374965" defer></script>
<script type="rocketlazyloadscript" data-minify="1" id="woocs-price-filter-frontend-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-currency-switcher/js/real-price-filter-frontend.js?ver=1779374965" defer></script>
<script id="jquery.ddslick.min-js" src="https://eco-essentials.com/wp-content/plugins/woocommerce-currency-switcher/js/jquery.ddslick.min.js?ver=1.4.9" defer></script>
<script type="rocketlazyloadscript" id="woocommerce-currency-switcher-js-before">
		var woocs_is_mobile = 1;
		var woocs_special_ajax_mode = 0;
		var woocs_drop_down_view = "ddslick";
		var woocs_current_currency = {"name":"CAD","rate":1,"symbol":"$CAN","position":"left_space","is_etalon":1,"hide_cents":0,"hide_on_front":0,"rate_plus":"","decimals":2,"separators":"0","description":"","flag":"https:\/\/eco-essentials.com\/wp-content\/uploads\/2022\/06\/canada_flag.jpg"};
		var woocs_default_currency = {"name":"CAD","rate":1,"symbol":"$CAN","position":"left_space","is_etalon":1,"hide_cents":0,"hide_on_front":0,"rate_plus":"","decimals":2,"separators":"0","description":"","flag":"https:\/\/eco-essentials.com\/wp-content\/uploads\/2022\/06\/canada_flag.jpg"};
		var woocs_redraw_cart = 1;
		var woocs_array_of_get = '{}';
		
		woocs_array_no_cents = '["JPY","TWD"]';

		var woocs_ajaxurl = "https://eco-essentials.com/wp-admin/admin-ajax.php";
		var woocs_lang_loading = "loading";
		var woocs_shop_is_cached =1;
		
//# sourceURL=woocommerce-currency-switcher-js-before
</script>
<script type="rocketlazyloadscript" data-minify="1" id="woocommerce-currency-switcher-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-currency-switcher/js/front.js?ver=1779374965" defer></script>
<script id="wc-cart-fragments-js-extra">
var wc_cart_fragments_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_7e272a87fa9ecdd5a17f26e325d2a07d","fragment_name":"wc_fragments_7e272a87fa9ecdd5a17f26e325d2a07d","request_timeout":"5000"};
//# sourceURL=wc-cart-fragments-js-extra
</script>
<script type="rocketlazyloadscript" data-wp-strategy="defer" defer id="wc-cart-fragments-js" data-rocket-src="https://eco-essentials.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=10.9.3"></script>
<script type="rocketlazyloadscript" data-minify="1" id="woocs-sd-selectron23-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-currency-switcher/js/sd/selectron23.js?ver=1779374965" defer></script>
<script type="rocketlazyloadscript" data-minify="1" id="woocs-sd-front-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-currency-switcher/js/sd/front.js?ver=1779374965" defer></script>
<script type="rocketlazyloadscript" data-minify="1" id="woocs-sd-front-cache-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-currency-switcher/js/sd/front-cache.js?ver=1779374965" defer></script>
<script type="rocketlazyloadscript" id="backbone-js" data-rocket-src="https://eco-essentials.com/wp-includes/js/backbone.min.js?ver=1.6.1" defer></script>
<script type="rocketlazyloadscript" data-minify="1" id="nf-front-end-deps-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/ninja-forms/assets/js/min/front-end-deps.js?ver=1779374965" defer></script>
<script id="nf-front-end-js-extra">
var nfi18n = {"ninjaForms":"Ninja Forms","changeEmailErrorMsg":"Please enter a valid email address!","changeDateErrorMsg":"Please enter a valid date!","confirmFieldErrorMsg":"These fields must match!","fieldNumberNumMinError":"Number Min Error","fieldNumberNumMaxError":"Number Max Error","fieldNumberIncrementBy":"Please increment by ","fieldTextareaRTEInsertLink":"Insert Link","fieldTextareaRTEInsertMedia":"Insert Media","fieldTextareaRTESelectAFile":"Select a file","formErrorsCorrectErrors":"Please correct errors before submitting this form.","formHoneypot":"If you are a human seeing this field, please leave it empty.","validateRequiredField":"This is a required field.","honeypotHoneypotError":"Honeypot Error","fileUploadOldCodeFileUploadInProgress":"File Upload in Progress.","fileUploadOldCodeFileUpload":"FILE UPLOAD","currencySymbol":"$","fieldsMarkedRequired":"Fields marked with an \u003Cspan class=\"ninja-forms-req-symbol\"\u003E*\u003C/span\u003E are required","thousands_sep":",","decimal_point":".","siteLocale":"en_US","dateFormat":"m/d/Y","startOfWeek":"1","of":"of","previousMonth":"Previous Month","nextMonth":"Next Month","months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"weekdaysMin":["Su","Mo","Tu","We","Th","Fr","Sa"],"recaptchaConsentMissing":"reCapctha validation couldn't load.","recaptchaMissingCookie":"reCaptcha v3 validation couldn't load the cookie needed to submit the form.","recaptchaConsentEvent":"Accept reCaptcha cookies before sending the form."};
var nfFrontEnd = {"adminAjax":"https://eco-essentials.com/wp-admin/admin-ajax.php","ajaxNonce":"732cc0f6e5","requireBaseUrl":"https://eco-essentials.com/wp-content/plugins/ninja-forms/assets/js/","use_merge_tags":{"user":{"address":"address","textbox":"textbox","button":"button","checkbox":"checkbox","city":"city","confirm":"confirm","date":"date","email":"email","firstname":"firstname","html":"html","hidden":"hidden","lastname":"lastname","listcheckbox":"listcheckbox","listcountry":"listcountry","listimage":"listimage","listmultiselect":"listmultiselect","listradio":"listradio","listselect":"listselect","liststate":"liststate","note":"note","number":"number","password":"password","passwordconfirm":"passwordconfirm","product":"product","quantity":"quantity","recaptcha":"recaptcha","recaptcha_v3":"recaptcha_v3","repeater":"repeater","shipping":"shipping","spam":"spam","starrating":"starrating","submit":"submit","terms":"terms","textarea":"textarea","total":"total","unknown":"unknown","zip":"zip","hr":"hr","mailchimp-optin":"mailchimp-optin"},"post":{"address":"address","textbox":"textbox","button":"button","checkbox":"checkbox","city":"city","confirm":"confirm","date":"date","email":"email","firstname":"firstname","html":"html","hidden":"hidden","lastname":"lastname","listcheckbox":"listcheckbox","listcountry":"listcountry","listimage":"listimage","listmultiselect":"listmultiselect","listradio":"listradio","listselect":"listselect","liststate":"liststate","note":"note","number":"number","password":"password","passwordconfirm":"passwordconfirm","product":"product","quantity":"quantity","recaptcha":"recaptcha","recaptcha_v3":"recaptcha_v3","repeater":"repeater","shipping":"shipping","spam":"spam","starrating":"starrating","submit":"submit","terms":"terms","textarea":"textarea","total":"total","unknown":"unknown","zip":"zip","hr":"hr","mailchimp-optin":"mailchimp-optin"},"system":{"address":"address","textbox":"textbox","button":"button","checkbox":"checkbox","city":"city","confirm":"confirm","date":"date","email":"email","firstname":"firstname","html":"html","hidden":"hidden","lastname":"lastname","listcheckbox":"listcheckbox","listcountry":"listcountry","listimage":"listimage","listmultiselect":"listmultiselect","listradio":"listradio","listselect":"listselect","liststate":"liststate","note":"note","number":"number","password":"password","passwordconfirm":"passwordconfirm","product":"product","quantity":"quantity","recaptcha":"recaptcha","recaptcha_v3":"recaptcha_v3","repeater":"repeater","shipping":"shipping","spam":"spam","starrating":"starrating","submit":"submit","terms":"terms","textarea":"textarea","total":"total","unknown":"unknown","zip":"zip","hr":"hr","mailchimp-optin":"mailchimp-optin"},"fields":{"address":"address","textbox":"textbox","button":"button","checkbox":"checkbox","city":"city","confirm":"confirm","date":"date","email":"email","firstname":"firstname","html":"html","hidden":"hidden","lastname":"lastname","listcheckbox":"listcheckbox","listcountry":"listcountry","listimage":"listimage","listmultiselect":"listmultiselect","listradio":"listradio","listselect":"listselect","liststate":"liststate","note":"note","number":"number","password":"password","passwordconfirm":"passwordconfirm","product":"product","quantity":"quantity","recaptcha":"recaptcha","recaptcha_v3":"recaptcha_v3","repeater":"repeater","shipping":"shipping","spam":"spam","starrating":"starrating","submit":"submit","terms":"terms","textarea":"textarea","total":"total","unknown":"unknown","zip":"zip","hr":"hr","mailchimp-optin":"mailchimp-optin"},"calculations":{"html":"html","hidden":"hidden","note":"note","unknown":"unknown"}},"opinionated_styles":"light","filter_esc_status":"false","nf_consent_status_response":[]};
//# sourceURL=nf-front-end-js-extra
</script>
<script type="rocketlazyloadscript" data-minify="1" id="nf-front-end-js" data-rocket-src="https://eco-essentials.com/wp-content/cache/min/1/wp-content/plugins/ninja-forms/assets/js/min/front-end.js?ver=1779374965" defer></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://eco-essentials.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0"}}
</script>
<script type="rocketlazyloadscript" data-rocket-type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://eco-essentials.com/wp-includes/js/wp-emoji-loader.min.js
</script>
<script id="tmpl-nf-layout" type="text/template">
	<span id="nf-form-title-{{{ data.id }}}" class="nf-form-title">
		{{{ ( 1 == data.settings.show_title ) ? '<h' + data.settings.form_title_heading_level + '>' + data.settings.title + '</h' + data.settings.form_title_heading_level + '>' : '' }}}
	</span>
	<div class="nf-form-wrap ninja-forms-form-wrap">
		<div class="nf-response-msg"></div>
		<div class="nf-debug-msg"></div>
		<div class="nf-before-form"></div>
		<div class="nf-form-layout"></div>
		<div class="nf-after-form"></div>
	</div>
</script>

<script id="tmpl-nf-empty" type="text/template">

</script>
<script id="tmpl-nf-before-form" type="text/template">
	{{{ data.beforeForm }}}
</script><script id="tmpl-nf-after-form" type="text/template">
	{{{ data.afterForm }}}
</script><script id="tmpl-nf-before-fields" type="text/template">
    <div class="nf-form-fields-required">{{{ data.renderFieldsMarkedRequired() }}}</div>
    {{{ data.beforeFields }}}
</script><script id="tmpl-nf-after-fields" type="text/template">
    {{{ data.afterFields }}}
    <div id="nf-form-errors-{{{ data.id }}}" class="nf-form-errors" role="alert"></div>
    <div class="nf-form-hp"></div>
</script>
<script id="tmpl-nf-before-field" type="text/template">
    {{{ data.beforeField }}}
</script><script id="tmpl-nf-after-field" type="text/template">
    {{{ data.afterField }}}
</script><script id="tmpl-nf-form-layout" type="text/template">
	<form>
		<div>
			<div class="nf-before-form-content"></div>
			<div class="nf-form-content {{{ data.element_class }}}"></div>
			<div class="nf-after-form-content"></div>
		</div>
	</form>
</script><script id="tmpl-nf-form-hp" type="text/template">
	<label id="nf-label-field-hp-{{{ data.id }}}" for="nf-field-hp-{{{ data.id }}}" aria-hidden="true">
		{{{ nfi18n.formHoneypot }}}
		<input id="nf-field-hp-{{{ data.id }}}" name="nf-field-hp" class="nf-element nf-field-hp" type="text" value="" aria-labelledby="nf-label-field-hp-{{{ data.id }}}" />
	</label>
</script>
<script id="tmpl-nf-field-layout" type="text/template">
    <div id="nf-field-{{{ data.id }}}-container" class="nf-field-container {{{ data.type }}}-container {{{ data.renderContainerClass() }}}">
        <div class="nf-before-field"></div>
        <div class="nf-field"></div>
        <div class="nf-after-field"></div>
    </div>
</script>
<script id="tmpl-nf-field-before" type="text/template">
    {{{ data.beforeField }}}
</script><script id="tmpl-nf-field-after" type="text/template">
    <#
    /*
     * Render our input limit section if that setting exists.
     */
    #>
    <div class="nf-input-limit"></div>
    <#
    /*
     * Render our error section if we have an error.
     */
    #>
    <div id="nf-error-{{{ data.id }}}" class="nf-error-wrap nf-error" role="alert"></div>
    <#
    /*
     * Render any custom HTML after our field.
     */
    #>
    {{{ data.afterField }}}
</script>
<script id="tmpl-nf-field-wrap" type="text/template">
	<div id="nf-field-{{{ data.id }}}-wrap" class="{{{ data.renderWrapClass() }}}" data-field-id="{{{ data.id }}}">
		<#
		/*
		 * This is our main field template. It's called for every field type.
		 * Note that must have ONE top-level, wrapping element. i.e. a div/span/etc that wraps all of the template.
		 */
        #>
		<#
		/*
		 * Render our label.
		 */
        #>
		{{{ data.renderLabel() }}}
		<#
		/*
		 * Render our field element. Uses the template for the field being rendered.
		 */
        #>
		<div class="nf-field-element">{{{ data.renderElement() }}}</div>
		<#
		/*
		 * Render our Description Text.
		 */
        #>
		{{{ data.renderDescText() }}}
	</div>
</script>
<script id="tmpl-nf-field-wrap-no-label" type="text/template">
    <div id="nf-field-{{{ data.id }}}-wrap" class="{{{ data.renderWrapClass() }}}" data-field-id="{{{ data.id }}}">
        <div class="nf-field-label"></div>
        <div class="nf-field-element">{{{ data.renderElement() }}}</div>
        <div class="nf-error-wrap"></div>
    </div>
</script>
<script id="tmpl-nf-field-wrap-no-container" type="text/template">

        {{{ data.renderElement() }}}

        <div class="nf-error-wrap"></div>
</script>
<script id="tmpl-nf-field-label" type="text/template">
	<div class="nf-field-label">
		<# if ( data.type === "listcheckbox" || data.type === "listradio" ) { #>
			<span id="nf-label-field-{{{ data.id }}}"
				class="nf-label-span {{{ data.renderLabelClasses() }}}">
					{{{ ( data.maybeFilterHTML() === 'true' ) ? _.escape( data.label ) : data.label }}} {{{ ( 'undefined' != typeof data.required && 1 == data.required ) ? '<span class="ninja-forms-req-symbol">*</span>' : '' }}} 
					{{{ data.maybeRenderHelp() }}}
			</span>
		<# } else { #>
			<label for="nf-field-{{{ data.id }}}"
					id="nf-label-field-{{{ data.id }}}"
					class="{{{ data.renderLabelClasses() }}}">
						{{{ ( data.maybeFilterHTML() === 'true' ) ? _.escape( data.label ) : data.label }}} {{{ ( 'undefined' != typeof data.required && 1 == data.required ) ? '<span class="ninja-forms-req-symbol">*</span>' : '' }}} 
						{{{ data.maybeRenderHelp() }}}
			</label>
		<# } #>
	</div>
</script>
<script id="tmpl-nf-field-error" type="text/template">
	<div class="nf-error-msg nf-error-{{{ data.id }}}">{{{ data.msg }}}</div>
</script><script id="tmpl-nf-form-error" type="text/template">
	<div class="nf-error-msg nf-error-{{{ data.id }}}">{{{ data.msg }}}</div>
</script><script id="tmpl-nf-field-input-limit" type="text/template">
    {{{ data.currentCount() }}} {{{ nfi18n.of }}} {{{ data.input_limit }}} {{{ data.input_limit_msg }}}
</script><script id="tmpl-nf-field-null" type="text/template">
</script><script id="tmpl-nf-field-email" type="text/template">
	<input
			type="email"
			value="{{{ _.escape( data.value ) }}}"
			class="{{{ data.renderClasses() }}} nf-element"

			id="nf-field-{{{ data.id }}}"
			<# if( ! data.disable_browser_autocompletes ){ #>
			name="{{ data.custom_name_attribute || 'nf-field-' + data.id + '-' + data.type }}"
			autocomplete="email"
			<# } else { #>
			name="{{ data.custom_name_attribute || 'nf-field-' + data.id }}"
			{{{ data.maybeDisableAutocomplete() }}}
			<# } #>
			{{{ data.renderPlaceholder() }}}
			{{{ data.maybeDisabled() }}}

			aria-invalid="false"
			aria-describedby="nf-error-{{{ data.id }}}"
			aria-labelledby="nf-label-field-{{{ data.id }}}"

			{{{ data.maybeRequired() }}}
	>
</script>
<script id='tmpl-nf-field-input' type='text/template'>
    <input id="nf-field-{{{ data.id }}}" name="nf-field-{{{ data.id }}}" aria-invalid="false" aria-describedby="nf-error-{{{ data.id }}}" class="{{{ data.renderClasses() }}} nf-element" type="text" value="{{{ _.escape( data.value ) }}}" {{{ data.renderPlaceholder() }}} {{{ data.maybeDisabled() }}}
           aria-labelledby="nf-label-field-{{{ data.id }}}"

            {{{ data.maybeRequired() }}}
    >
</script>
<script id="tmpl-nf-field-submit" type="text/template">
	<input id="nf-field-{{{ data.id }}}" class="{{{ data.renderClasses() }}} nf-element " type="{{{data.type}}}" value="{{{ ( data.maybeFilterHTML() === 'true' ) ? _.escape( data.label ) : data.label }}}" {{{ ( data.disabled ) ? 'aria-disabled="true" disabled="true"' : '' }}}>
</script><script id='tmpl-nf-field-button' type='text/template'>
    <button id="nf-field-{{{ data.id }}}" name="nf-field-{{{ data.id }}}" class="{{{ data.classes }}} nf-element">
        {{{ ( data.maybeFilterHTML() === 'true' ) ? _.escape( data.label ) : data.label }}}
    </button>
</script><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://eco-essentials.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function( $ ){
    jQuery(".product_meta .sku_wrapper").insertBefore(".single-product .product_title");

    jQuery('#woo_offline_credit_card_payment_method-card-type option').filter(function() {
        return !['MasterCard', 'VISA'].includes(jQuery(this).val());
    }).remove();
});
});</script>
<script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
</html>

<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1783493057 -->