<!doctype html>
<html class="no-js" lang="en">


<head>
<!-- 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-P67DHHL');</script>
<!-- End Google Tag Manager -->





    <script async src="//myessentia.ca/cdn/shop/t/267/assets/geolizr-lib.js?v=18763047872077527671748283694" type="text/javascript"></script>

<script>
    if(typeof Geolizr === "undefined") {
        var Geolizr = {};
        Geolizr.currencyDynamicCountry = false;
        Geolizr.version = 20200327;
        Geolizr.waitforMoneyFormat = true;
    }

    // save geolizr-lib.js url to the sessionStorage
    sessionStorage.setItem('geolizr_lib_url', "//myessentia.ca/cdn/shop/t/267/assets/geolizr-lib.js?v=18763047872077527671748283694");
    if(typeof Geolizr.events === "undefined") Geolizr.events = {};
    if(typeof Geolizr.geolizrEvents === "undefined") Geolizr.geolizrEvents = [];

    Geolizr.config = function(config) {
        Geolizr.currency_widget_enabled = config.currency_widget_enabled === "true" || false;
        Geolizr.shopCurrency = 'CAD';
        Geolizr.shopifyFormatMoneySet = false;
        Geolizr.observeElements = [];
    };

    
    
    
    
    Geolizr.moneyFormats = {};
    
    

    Geolizr.shopifyCurrencyList = [];
    Geolizr.shopifyCurrency = {};
    Geolizr.shopifyCurrencyListIndex = {};
    let setShopifyCurrencyToGeolizr = function() {
        let GeolizrEachCurrency = {};
        
        GeolizrEachCurrency = {
            "iso_code": "CAD",
            "name": "Canadian Dollar",
            "symbol": "$",
            "shop_currency": true
        };
        if(GeolizrEachCurrency.shop_currency) {
            Geolizr.shopifyCurrency = GeolizrEachCurrency;
        }
        Geolizr.shopifyCurrencyList.push(GeolizrEachCurrency);
        Geolizr.shopifyCurrencyListIndex[GeolizrEachCurrency.iso_code] = Geolizr.shopifyCurrencyList.indexOf(GeolizrEachCurrency);
        
    }

    setShopifyCurrencyToGeolizr();
    /* Geolizr Provider Setter */
    Geolizr.presetService = false;
    Geolizr.activateIpInfo = function(accessKey) { Geolizr.presetService = { name: 'ipInfo', accessKey: accessKey }; };
    Geolizr.activateLovelyAppProvider = function() { Geolizr.presetService = { name: 'lovelyAppProvider' }; };
    Geolizr.activateIpApiCo = function(accessKey) { Geolizr.presetService = { name: 'ipApiCo', accessKey: accessKey }; };
    Geolizr.activateDbIpProvider = function(accessKey) { Geolizr.presetService = { name: 'dbIpProvider', accessKey: accessKey }; };
    Geolizr.activateIpStackProvider = function(accessKey) { Geolizr.presetService = { name: 'ipStackProvider', accessKey: accessKey }; };
    Geolizr.activateGeolizrIPApiProvider = function(accessKey) { Geolizr.presetService = { name: 'geolizrIpApiProvider', accessKey: accessKey }; };

    

    /* Service Aliase */
    Geolizr.activateFreegeoip = Geolizr.activateIpStackProvider;
    Geolizr.requestLocaleRootUrl = "\/";
    Geolizr.addSystemEventListener = function(name, callback) {
        if (typeof Geolizr.realInit !== 'undefined') {
            Geolizr.realInit(function($) {
                callback({jquery: $});
            })
        } else {
            Geolizr.geolizrEvents.push(new CustomEvent(name));
            document.addEventListener(name, callback);
        }
    };

    Geolizr.addEventListener = function(name, callback, priority) {
        if(typeof priority == "undefined") priority = 100;
        if(typeof Geolizr.realAddEventListener === "undefined") {
            if (!Geolizr.events[name]) Geolizr.events[name] = [];
            Geolizr.events[name].push({callback: callback, priority: priority});
        } else {
            Geolizr.realAddEventListener(name, callback, priority);
        }
    };

    Geolizr.getGeoData = function(callback) {
        if(typeof Geolizr.realGetGeoData === "undefined") {
            Geolizr.addEventListener('geolizr.init', function() {
                Geolizr.getGeoData(callback);
            }, 200)
        } else {
            Geolizr.realGetGeoData(callback);
        }
    };

    Geolizr.init = function(callback, priority) {
        if(typeof Geolizr.realInit === "undefined")
            Geolizr.addEventListener("geolizr.init", callback, priority);
        else
            Geolizr.realInit(callback, priority);
    };


    Geolizr.notification_widget_enabled = false;
    Geolizr.popup_widget_enabled = false;
    Geolizr.api_widget_enabled = false;
    Geolizr.currency_widget_enabled = false;
    Geolizr.redirect_widget_enabled = true;

    Geolizr.enables = {
        'notification_widget_enabled': Geolizr.notification_widget_enabled,
        'popup_widget_enabled': Geolizr.popup_widget_enabled,
        'api_widget_enabled': Geolizr.api_widget_enabled,
        'currency_widget_enabled': Geolizr.currency_widget_enabled,
        'redirect_widget_enabled': Geolizr.redirect_widget_enabled
    };

    if(Geolizr.popup_widget_enabled || Geolizr.notification_widget_enabled || Geolizr.currency_widget_enabled) {
        
        Geolizr.geolizrCssFile = "//myessentia.ca/cdn/shop/t/267/assets/geolizr-lib.css?v=59017386019965299001748283694";
        
    }

    
    Geolizr.init(function($) {
        $('body').addClass('geolizr-redirect-loading');
        Geolizr.addEventListener('redirect.notExecuted', function(result) {
            $('body').removeClass('geolizr-redirect-loading');
            if(result.code === "200") {
                $('body').addClass('geolizr-redirect-start');
            } else {
                $('body').addClass('geolizr-redirect-blocked');
            }
        });
    });

    Geolizr.addSystemEventListener('geolizr.init.redirect', function(e) {
        let $ = e.jquery;
        Geolizr.getGeoData(function() {
            Geolizr.redirects = {"11292":{"id":11292,"shop":9299,"type":"url","url":"https://myessentia.com","ignoreReferrers":null,"filterlistType":"none","filterlistUrls":null}};
            Geolizr.countryToRedirect = {"AF":11292,"AL":11292,"DZ":11292,"AS":11292,"AD":11292,"AO":11292,"AI":11292,"AQ":11292,"AG":11292,"AR":11292,"AM":11292,"AW":11292,"AU":11292,"AT":11292,"AZ":11292,"BS":11292,"BH":11292,"BD":11292,"BB":11292,"BY":11292,"BE":11292,"BZ":11292,"BJ":11292,"BM":11292,"BT":11292,"BO":11292,"BA":11292,"BW":11292,"BV":11292,"BR":11292,"BQ":11292,"IO":11292,"VG":11292,"BN":11292,"BG":11292,"BF":11292,"BI":11292,"KH":11292,"CM":11292,"CV":11292,"KY":11292,"CF":11292,"TD":11292,"CL":11292,"CN":11292,"CX":11292,"CC":11292,"CO":11292,"KM":11292,"CG":11292,"CD":11292,"CK":11292,"CR":11292,"HR":11292,"CU":11292,"CY":11292,"CZ":11292,"CI":11292,"DK":11292,"DJ":11292,"DM":11292,"DO":11292,"NQ":11292,"DD":11292,"EC":11292,"EG":11292,"SV":11292,"GQ":11292,"ER":11292,"EE":11292,"ET":11292,"FK":11292,"FO":11292,"FJ":11292,"FI":11292,"FR":11292,"GF":11292,"PF":11292,"TF":11292,"FQ":11292,"GA":11292,"GM":11292,"GE":11292,"DE":11292,"GH":11292,"GI":11292,"GR":11292,"GL":11292,"GD":11292,"GP":11292,"GU":11292,"GT":11292,"GG":11292,"GN":11292,"GW":11292,"GY":11292,"HT":11292,"HM":11292,"HN":11292,"HK":11292,"HU":11292,"IS":11292,"IN":11292,"ID":11292,"IR":11292,"IQ":11292,"IE":11292,"IM":11292,"IL":11292,"IT":11292,"JM":11292,"JP":11292,"JE":11292,"JT":11292,"JO":11292,"KZ":11292,"KE":11292,"KI":11292,"KW":11292,"KG":11292,"LA":11292,"LV":11292,"LB":11292,"LS":11292,"LR":11292,"LY":11292,"LI":11292,"LT":11292,"LU":11292,"MO":11292,"MK":11292,"MG":11292,"MW":11292,"MY":11292,"MV":11292,"ML":11292,"MT":11292,"MH":11292,"MQ":11292,"MR":11292,"MU":11292,"YT":11292,"FX":11292,"MX":11292,"FM":11292,"MI":11292,"MD":11292,"MC":11292,"MN":11292,"ME":11292,"MS":11292,"MA":11292,"MZ":11292,"MM":11292,"NA":11292,"NR":11292,"NP":11292,"NL":11292,"AN":11292,"NT":11292,"NC":11292,"NZ":11292,"NI":11292,"NE":11292,"NG":11292,"NU":11292,"NF":11292,"KP":11292,"VD":11292,"MP":11292,"NO":11292,"OM":11292,"PC":11292,"PK":11292,"PW":11292,"PS":11292,"PA":11292,"PZ":11292,"PG":11292,"PY":11292,"YD":11292,"PE":11292,"PH":11292,"PN":11292,"PL":11292,"PT":11292,"PR":11292,"QA":11292,"RO":11292,"RU":11292,"RW":11292,"RE":11292,"BL":11292,"SH":11292,"KN":11292,"LC":11292,"MF":11292,"PM":11292,"VC":11292,"WS":11292,"SM":11292,"SA":11292,"SN":11292,"RS":11292,"CS":11292,"SC":11292,"SL":11292,"SG":11292,"SK":11292,"SI":11292,"SB":11292,"SO":11292,"ZA":11292,"GS":11292,"KR":11292,"ES":11292,"LK":11292,"SD":11292,"SR":11292,"SJ":11292,"SZ":11292,"SE":11292,"CH":11292,"SY":11292,"ST":11292,"TW":11292,"TJ":11292,"TZ":11292,"TH":11292,"TL":11292,"TG":11292,"TK":11292,"TO":11292,"TT":11292,"TN":11292,"TR":11292,"TM":11292,"TC":11292,"TV":11292,"UM":11292,"PU":11292,"VI":11292,"UG":11292,"UA":11292,"SU":11292,"AE":11292,"GB":11292,"US":11292,"ZZ":11292,"UY":11292,"UZ":11292,"VU":11292,"VA":11292,"VE":11292,"VN":11292,"WK":11292,"WF":11292,"EH":11292,"YE":11292,"ZM":11292,"ZW":11292,"AX":11292,"CW":11292};
            Geolizr.redirect();
        }, true);
    });
    

</script>
<style>
    .geolizr-currency-switch-wrapper { visibility: hidden; }
    #geolizr-notification{position:fixed!important;top:0!important;left:0!important;margin:0!important;padding:0!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;z-index:10000000!important}
    #geolizr-notification>#geolizr-notification-message-wrapper{text-align:center!important;width:100%!important;padding:10px;-webkit-box-shadow:10px 10px 5px 0 rgba(143,143,143,.35);-moz-box-shadow:10px 10px 5px 0 rgba(143,143,143,.35);box-shadow:10px 10px 5px 0 rgba(143,143,143,.35)}
    #geolizr-dismiss-notification{box-sizing:content-box;padding:5px!important;margin:0!important;position:absolute!important;right:8px!important;text-decoration:none!important;font-family:Arial,serif ! important;top:8px!important;height:15px!important;border-radius:15px;width:15px!important;line-height:16px;font-size:20px;font-weight:700;cursor:pointer;display:inline-block}
    .geolizr-popup-background{position:fixed;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:10000005!important}
    .geolizr-popup{position:fixed!important;width:560px!important;height:400px!important;z-index:10000010!important;border:1px solid grey}
    .geolizr-popup.gp-center{top:50%!important;left:50%!important;margin-top:-200px!important;margin-left:-280px!important}
    .geolizr-popup.gp-mobile{width:84%!important;height:84%!important;top:0!important;left:0!important;margin:8%}
    #geolizr-popup-content-iframe{width:100%!important;height:100%!important;border:0}
    .slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
    @-webkit-keyframes slideInDown { 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); visibility: visible;} 100% {-webkit-transform: translateY(0); transform: translateY(0); } }
    @keyframes slideInDown { 0% {-webkit-transform: translateY(-100%); transform: translateY(-100%);visibility: visible; } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }
    .geolizr-currency-switch-wrapper.geolizr-absolute-auto{z-index:10000000;position:fixed}
    .geolizr-currency-switch-wrapper{z-index:10000000!important;height:20px;width:85px;position:relative}
    .geolizr-currency-switcher{padding:1px 10px;margin:0;width:85px;height:30px;border-radius:4px;box-sizing: border-box;}
    .geolizr-currency-links{overflow:scroll;overflow-x:hidden;border-radius:4px;padding:5px 10px;margin:0;list-style:none;line-height:1.42857143;background-color:#fff;width:82px;max-height:200px;display:none}
    .geolizr-currency-switch-wrapper .geolizr-currency-links-up{bottom:30px;position:absolute}
    .geolizr-currency-switch-wrapper .geolizr-currency-links-down{top:30px;position:absolute}
    li.geolizr-currency-list-li{float:none!important;margin:0!important;padding:0 0 0 10px}
    .geolizr-currency-list-link{white-space:nowrap}
    .geolizr-currency-link i,.geolizr-currency-list-link i{width:16px!important;height:11px}
    [class^="famfamfam-flag"]{display:inline-block;width:16px;height:11px;line-height:11px}
    .no-scroll .geolizr-currency-links { overflow: hidden; width: 60px; left: 23px; text-align: left;}
    .geolizr-currency-switcher-value{width:42px;min-width:42px;max-width:42px;display:inline-block;text-align:left}
    .geolizr-currency-switcher-arrow-down,.geolizr-currency-switcher-arrow-up{content:"s";position:absolute;right:5px;top:5px;width:14px;height:14px;margin:0}
    .geolizr-currency-switcher-arrow-down,.geolizr-currency-switcher-arrow-up{ transition: transform .2s ease-in-out;content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.0 14.0' height='14.0px' width='14.0px' style='position: absolute;'%3e%3cpath d='M1 4.5 L7.0 10.5 L13.0 4.5' fill='transparent' stroke='%23000' stroke-width='1px'%3e%3c/path%3e%3c/svg%3e"); }
    .open .geolizr-currency-switcher-arrow-down,.geolizr-currency-switcher-arrow-up{transform:rotate(180deg)}
    .open .geolizr-currency-switcher-arrow-up{transform:rotate(0deg)}
    .geolizr-selectable-currency{width:42px;min-width:42px;max-width:42px;display:inline-block;text-align:left}
    .geolizr-shop-currency{width:42px;min-width:42px;max-width:42px;display:inline-block}
    .geolizr-currency-link li{padding:0;margin:0}
    #geolizr-notification-spanner{width:100%!important;line-height:4px!important;height:4px!important;min-height:4px!important;max-height:4px!important}
    body.geolizr-popup-open { overflow: hidden; }
</style>

  <!-- Showcase 5.4.2 -->

  <link rel="preload" href="//myessentia.ca/cdn/shop/t/267/assets/styles.css?v=122995082825787742681762378973" as="style">
  <link rel="preload" href="//myessentia.ca/cdn/shop/t/267/assets/custom.css?v=157314610960932793021748283694" as="style">

  <meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<link rel="preconnect" href="https://cdn.shopify.com" crossorigin>
<link rel="preconnect" href="https://fonts.shopify.com" crossorigin>
<link rel="preconnect" href="https://monorail-edge.shopifysvc.com"><link rel="preload" as="font" href="//myessentia.ca/cdn/fonts/figtree/figtree_n4.3c0838aba1701047e60be6a99a1b0a40ce9b8419.woff2" type="font/woff2" crossorigin><link rel="preload" as="font" href="//myessentia.ca/cdn/fonts/figtree/figtree_n7.2fd9bfe01586148e644724096c9d75e8c7a90e55.woff2" type="font/woff2" crossorigin><link rel="preload" as="font" href="//myessentia.ca/cdn/fonts/figtree/figtree_i4.89f7a4275c064845c304a4cf8a4a586060656db2.woff2" type="font/woff2" crossorigin><link rel="preload" as="font" href="//myessentia.ca/cdn/fonts/figtree/figtree_i7.06add7096a6f2ab742e09ec7e498115904eda1fe.woff2" type="font/woff2" crossorigin><link rel="preload" as="font" href="//myessentia.ca/cdn/fonts/figtree/figtree_n4.3c0838aba1701047e60be6a99a1b0a40ce9b8419.woff2" type="font/woff2" crossorigin><link rel="preload" as="font" href="//myessentia.ca/cdn/fonts/figtree/figtree_n4.3c0838aba1701047e60be6a99a1b0a40ce9b8419.woff2" type="font/woff2" crossorigin><link rel="preload" href="//myessentia.ca/cdn/shop/t/267/assets/vendor.min.js?v=29461139837223071051748283694" as="script">
<link rel="preload" href="//myessentia.ca/cdn/shop/t/267/assets/theme.js?v=60754589629055318911748283694" as="script"><link rel="canonical" href="https://myessentia.ca/" /><link rel="shortcut icon" href="//myessentia.ca/cdn/shop/files/Essentia_Organic_Mattress_Flower.png?v=1666888701" type="image/png" /><meta name="description" content="Canada&#39;s leading certified organic mattress, handmade with GOLS certified Beyond Latex™ organic foam. No springs, no toxins. Free shipping across Canada.">
<link rel="preload" as="font" href="//myessentia.ca/cdn/fonts/figtree/figtree_n5.3b6b7df38aa5986536945796e1f947445832047c.woff2" type="font/woff2" crossorigin><link rel="preload" as="font" href="//myessentia.ca/cdn/fonts/figtree/figtree_n6.9d1ea52bb49a0a86cfd1b0383d00f83d3fcc14de.woff2" type="font/woff2" crossorigin><meta name="theme-color" content="#69736e">

   <title>
    Essentia Organic Mattress | GOLS Certified | Made in Canada
   </title> 
 	



<script async src="https://www.googletagmanager.com/gtag/js?id=G-BKVMGEW921"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag()
  gtag('js', new Date());
  gtag('config', 'G-BKVMGEW921');
</script>

  <meta property="og:site_name" content="Essentia Organic Mattress - CANADA">
<meta property="og:url" content="https://myessentia.ca/">
<meta property="og:title" content="Essentia Organic Mattress | GOLS Certified | Made in Canada">
<meta property="og:type" content="website">
<meta property="og:description" content="Canada&#39;s leading certified organic mattress, handmade with GOLS certified Beyond Latex™ organic foam. No springs, no toxins. Free shipping across Canada."><meta property="og:image" content="http://myessentia.ca/cdn/shop/files/Image5_1200x628_28b2700d-7600-4c46-a96b-594ab4e27de8_1200x1200.jpg?v=1678400794">
  <meta property="og:image:secure_url" content="https://myessentia.ca/cdn/shop/files/Image5_1200x628_28b2700d-7600-4c46-a96b-594ab4e27de8_1200x1200.jpg?v=1678400794">
  <meta property="og:image:width" content="1200">
  <meta property="og:image:height" content="628"><meta name="twitter:site" content="@Essentia"><meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Essentia Organic Mattress | GOLS Certified | Made in Canada">
<meta name="twitter:description" content="Canada&#39;s leading certified organic mattress, handmade with GOLS certified Beyond Latex™ organic foam. No springs, no toxins. Free shipping across Canada.">


  <style data-shopify>
    :root {
      --viewport-height: 100vh;
      --viewport-height-first-section: 100vh;
      --nav-height: 0;
    }
  </style>
  <link href="//myessentia.ca/cdn/shop/t/267/assets/styles.css?v=122995082825787742681762378973" rel="stylesheet" type="text/css" media="all" />
  <link href="//myessentia.ca/cdn/shop/t/267/assets/custom.css?v=157314610960932793021748283694" rel="stylesheet" type="text/css" media="all" />


    

<!-- Home page -->

<link rel="alternate" hreflang="x-default" href="https://myessentia.com/">
<link rel="alternate" hreflang="en-US" href="https://myessentia.com/">
<link rel="alternate" hreflang="fr-US" href="https://myessentia.com/fr">
<link rel="alternate" hreflang="es-US" href="https://myessentia.com/es">
<link rel="alternate" hreflang="en-CA" href="https://myessentia.ca/">
<link rel="alternate" hreflang="fr-CA" href="https://myessentia.ca/fr">
<link rel="alternate" hreflang="es-CA" href="https://myessentia.ca/es">

<!-- Collection pages -->

<!-- Product pages -->

<!-- Individual pages -->

<!-- Blog posts -->
  
  

  <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="facebook-domain-verification" content="xx35z8hxudv7unknh6eylqqlap1b5m">
<meta name="facebook-domain-verification" content="xswree7fimvupmxo9s6ff1j2yoh0yc">
<meta name="google-site-verification" content="8fzZIoVaFED-HVsfiqUawHCwE10G9PYuqYzEUyssXbE">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/3248881762/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="f1185c2a209f5c22934ac72327bc571e">
<meta id="in-context-paypal-metadata" data-shop-id="3248881762" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="CAD">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-CA"></script>
<link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-CA&shop_id=3248881762" crossorigin="anonymous"></script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":3248881762,"countryCode":"CA","currencyCode":"CAD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/3248881762","merchantName":"Essentia Organic Mattress - CANADA","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","interac","jcb"],"total":{"type":"pending","label":"Essentia Organic Mattress - CANADA","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"f1185c2a209f5c22934ac72327bc571e","betas":["rich-media-storefront-analytics"],"domain":"myessentia.ca","predictiveSearch":true,"shopId":3248881762,"locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "essentia-natural-memory-foam-canada.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"CAD","rate":"1.0"};
Shopify.country = "CA";
Shopify.theme = {"name":"ESSENTIA SHOWCASE - CAN - ALL UPDATES - 5.26.25","id":141609894083,"schema_name":"Showcase","schema_version":"5.4.2","theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "myessentia.ca/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";
Shopify.SignInWithShop = Shopify.SignInWithShop || {};
Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {};
Shopify.SignInWithShop.User.recognized = false;</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
  window.ShopifyPay = window.ShopifyPay || {};
  window.ShopifyPay.apiHost = "shop.app\/pay";
  window.ShopifyPay.redirectState = null;
</script>
<script>
  window.Shopify = window.Shopify || {};
  window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {};
  window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.01 };
  window.Shopify.SignInWithShop.eligible = true;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//myessentia.ca/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"></script>
<script type="module">
  await import("//myessentia.ca/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js");

  window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true});

</script>
<script>
  window.Shopify = window.Shopify || {};
  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.en.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.en.esm.js"],"listener":["modules/v2/loader.listener.en.esm.js"],"shop-button":["modules/v2/loader.shop-button.en.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.en.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.en.esm.js"],"avatar":["modules/v2/loader.avatar.en.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.en.esm.js"]};
</script>
<script>(function() {
  var isLoaded = false;
  function asyncLoad() {
    if (isLoaded) return;
    isLoaded = true;
    var urls = ["https:\/\/cdn.verifypass.com\/seller\/launcher.js?shop=essentia-natural-memory-foam-canada.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0032\/4888\/1762\/t\/243\/assets\/affirmShopify.js?v=1667960864\u0026shop=essentia-natural-memory-foam-canada.myshopify.com","https:\/\/config.gorgias.chat\/bundle-loader\/01GYCCNP70X12MGAWNC33PZWCY?source=shopify1click\u0026shop=essentia-natural-memory-foam-canada.myshopify.com","https:\/\/dr4qe3ddw9y32.cloudfront.net\/awin-shopify-integration-code.js?aid=87893\u0026v=shopifyApp_5.4.0\u0026ts=1774272917000\u0026shop=essentia-natural-memory-foam-canada.myshopify.com","https:\/\/media.9gtb.com\/loader.js?g_cvt_id=141a1042-ffda-4d98-b411-aa7a26986473\u0026shop=essentia-natural-memory-foam-canada.myshopify.com"];
    for (var i = 0; i < urls.length; i++) {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = urls[i];
      var x = document.getElementsByTagName('script')[0];
      x.parentNode.insertBefore(s, x);
    }
  };
  if(window.attachEvent) {
    window.attachEvent('onload', asyncLoad);
  } else {
    window.addEventListener('load', asyncLoad, false);
  }
})();</script>
<script id="__st">var __st={"a":3248881762,"offset":-14400,"reqid":"9f0bf663-1175-4f5a-9be8-259a452cb426-1780968402","pageurl":"myessentia.ca\/","u":"6cbec4c3abaf","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-JjoPp5ZfB1sSAs5SQaol1x1GgvveM+BgmRzyDexInEQ=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//myessentia.ca/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//myessentia.ca/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812"></script>
<script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://myessentia.ca/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
</script>
<script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
</script>
<script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<script async="async" integrity="sha256-hlq21VGceRKy8z+Fjhropk1BwDPACP0RdQ5rBrATyUo=" src="//cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-67b41cb9.js" crossorigin="anonymous"></script>
<link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://myessentia.ca/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      </style>

<script id="shopify-cfh-end">window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>

  <script>
    document.documentElement.className = document.documentElement.className.replace('no-js', 'js');
    window.theme = window.theme || {};
    
      theme.money_format_with_code_preference = "${{amount}} CAD";
    
    theme.money_format = "${{amount}}";
    theme.money_container = '.theme-money';
    theme.strings = {
      previous: "Previous",
      next: "Next",
      close: "Close",
      addressError: "Error looking up that address",
      addressNoResults: "No results for that address",
      addressQueryLimit: "You have exceeded the Google API usage limit. Consider upgrading to a \u003ca href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\"\u003ePremium Plan\u003c\/a\u003e.",
      authError: "There was a problem authenticating your Google Maps API Key.",
      back: "Back",
      cartConfirmation: "You must agree to the terms and conditions before continuing.",
      loadMore: "Load more",
      infiniteScrollNoMore: "No more results",
      priceNonExistent: "Unavailable",
      buttonDefault: "Add to Cart",
      buttonPreorder: "Pre-order",
      buttonNoStock: "SOLD OUT",
      buttonNoVariant: "Unavailable",
      variantNoStock: "SOLD OUT",
      unitPriceSeparator: " \/ ",
      colorBoxPrevious: "Previous",
      colorBoxNext: "Next",
      colorBoxClose: "Close",
      navigateHome: "Home",
      productAddingToCart: "Adding",
      productAddedToCart: "Added to cart",
      popupWasAdded: "was added to your cart",
      popupCheckout: "Checkout",
      popupContinueShopping: "Continue shopping",
      onlyXLeft: "[[ quantity ]] in stock",
      priceSoldOut: "Sold Out",
      inventoryLowStock: "Low stock",
      inventoryInStock: "In stock",
      loading: "Loading...",
      viewCart: "View cart",
      page: "Page {{ page }}",
      imageSlider: "Image slider",
      clearAll: "Clear all"
    };
    theme.routes = {
      root_url: '/',
      cart_url: '/cart',
      cart_add_url: '/cart/add',
      checkout: '/checkout'
    };
    theme.settings = {
      animationEnabledDesktop: true,
      animationEnabledMobile: true
    };

    theme.checkViewportFillers = function(){
      var toggleState = false;
      var elPageContent = document.getElementById('page-content');
      if(elPageContent) {
        var elOverlapSection = elPageContent.querySelector('.header-overlap-section');
        if (elOverlapSection) {
          var padding = parseInt(getComputedStyle(elPageContent).getPropertyValue('padding-top'));
          toggleState = ((Math.round(elOverlapSection.offsetTop) - padding) === 0);
        }
      }
      if(toggleState) {
        document.getElementsByTagName('body')[0].classList.add('header-section-overlap');
      } else {
        document.getElementsByTagName('body')[0].classList.remove('header-section-overlap');
      }
    };

    theme.assessAltLogo = function(){
      var elsOverlappers = document.querySelectorAll('.needs-alt-logo');
      var useAltLogo = false;
      if(elsOverlappers.length) {
        var elSiteControl = document.querySelector('#site-control');
        var elSiteControlInner = document.querySelector('#site-control .site-control__inner');
        var headerMid = elSiteControlInner.offsetTop + elSiteControl.offsetTop + elSiteControlInner.offsetHeight / 2;
        Array.prototype.forEach.call(elsOverlappers, function(el, i){
          var thisTop = el.getBoundingClientRect().top;
          var thisBottom = thisTop + el.offsetHeight;
          if(headerMid > thisTop && headerMid < thisBottom) {
            useAltLogo = true;
            return false;
          }
        });
      }
      if(useAltLogo) {
        document.getElementsByTagName('body')[0].classList.add('use-alt-logo');
      } else {
        document.getElementsByTagName('body')[0].classList.remove('use-alt-logo');
      }
    };
  </script>


   <!-- Affirm -->

    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="facebook-domain-verification" content="xx35z8hxudv7unknh6eylqqlap1b5m">
<meta name="facebook-domain-verification" content="xswree7fimvupmxo9s6ff1j2yoh0yc">
<meta name="google-site-verification" content="8fzZIoVaFED-HVsfiqUawHCwE10G9PYuqYzEUyssXbE">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/3248881762/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="f1185c2a209f5c22934ac72327bc571e">
<meta id="in-context-paypal-metadata" data-shop-id="3248881762" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="CAD">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-CA"></script>
<link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-CA&shop_id=3248881762" crossorigin="anonymous"></script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":3248881762,"countryCode":"CA","currencyCode":"CAD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/3248881762","merchantName":"Essentia Organic Mattress - CANADA","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","interac","jcb"],"total":{"type":"pending","label":"Essentia Organic Mattress - CANADA","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"f1185c2a209f5c22934ac72327bc571e","betas":["rich-media-storefront-analytics"],"domain":"myessentia.ca","predictiveSearch":true,"shopId":3248881762,"locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "essentia-natural-memory-foam-canada.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"CAD","rate":"1.0"};
Shopify.country = "CA";
Shopify.theme = {"name":"ESSENTIA SHOWCASE - CAN - ALL UPDATES - 5.26.25","id":141609894083,"schema_name":"Showcase","schema_version":"5.4.2","theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "myessentia.ca/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";
Shopify.SignInWithShop = Shopify.SignInWithShop || {};
Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {};
Shopify.SignInWithShop.User.recognized = false;</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
  window.ShopifyPay = window.ShopifyPay || {};
  window.ShopifyPay.apiHost = "shop.app\/pay";
  window.ShopifyPay.redirectState = null;
</script>
<script>
  window.Shopify = window.Shopify || {};
  window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {};
  window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.01 };
  window.Shopify.SignInWithShop.eligible = true;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//myessentia.ca/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"></script>
<script type="module">
  await import("//myessentia.ca/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js");

  window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true});

</script>
<script>
  window.Shopify = window.Shopify || {};
  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.en.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.en.esm.js"],"listener":["modules/v2/loader.listener.en.esm.js"],"shop-button":["modules/v2/loader.shop-button.en.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.en.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.en.esm.js"],"avatar":["modules/v2/loader.avatar.en.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.en.esm.js"]};
</script>
<script>(function() {
  var isLoaded = false;
  function asyncLoad() {
    if (isLoaded) return;
    isLoaded = true;
    var urls = ["https:\/\/cdn.verifypass.com\/seller\/launcher.js?shop=essentia-natural-memory-foam-canada.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0032\/4888\/1762\/t\/243\/assets\/affirmShopify.js?v=1667960864\u0026shop=essentia-natural-memory-foam-canada.myshopify.com","https:\/\/config.gorgias.chat\/bundle-loader\/01GYCCNP70X12MGAWNC33PZWCY?source=shopify1click\u0026shop=essentia-natural-memory-foam-canada.myshopify.com","https:\/\/dr4qe3ddw9y32.cloudfront.net\/awin-shopify-integration-code.js?aid=87893\u0026v=shopifyApp_5.4.0\u0026ts=1774272917000\u0026shop=essentia-natural-memory-foam-canada.myshopify.com","https:\/\/media.9gtb.com\/loader.js?g_cvt_id=141a1042-ffda-4d98-b411-aa7a26986473\u0026shop=essentia-natural-memory-foam-canada.myshopify.com"];
    for (var i = 0; i < urls.length; i++) {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = urls[i];
      var x = document.getElementsByTagName('script')[0];
      x.parentNode.insertBefore(s, x);
    }
  };
  if(window.attachEvent) {
    window.attachEvent('onload', asyncLoad);
  } else {
    window.addEventListener('load', asyncLoad, false);
  }
})();</script>
<script id="__st">var __st={"a":3248881762,"offset":-14400,"reqid":"9f0bf663-1175-4f5a-9be8-259a452cb426-1780968402","pageurl":"myessentia.ca\/","u":"6cbec4c3abaf","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-JjoPp5ZfB1sSAs5SQaol1x1GgvveM+BgmRzyDexInEQ=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//myessentia.ca/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//myessentia.ca/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812"></script>
<script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://myessentia.ca/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
</script>
<script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
</script>
<script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<script async="async" integrity="sha256-hlq21VGceRKy8z+Fjhropk1BwDPACP0RdQ5rBrATyUo=" src="//cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-67b41cb9.js" crossorigin="anonymous"></script>
<link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://myessentia.ca/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      </style>

<script id="shopify-cfh-end">window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>

    
    <link href="//myessentia.ca/cdn/shop/t/267/assets/bootstrap.css?v=29514" rel="stylesheet" type="text/css" media="all" />
    <link href="//myessentia.ca/cdn/shop/t/267/assets/theme.scss.css?v=29514" rel="stylesheet" type="text/css" media="all" />
    <link href="//myessentia.ca/cdn/shop/t/267/assets/custom.scss.css?v=29514" rel="stylesheet" type="text/css" media="all" />
<script>
  _affirm_config = {
    public_api_key:  "569NVD5XQTN6OKOT",
    script:          "https://cdn1.affirm.com/js/v2/affirm.js"
  };
  (function(l,g,m,e,a,f,b){var d,c=l[m]||{},h=document.createElement(f),n=document.getElementsByTagName(f)[0],k=function(a,b,c){return function(){a[b]._.push([c,arguments])}};c[e]=k(c,e,"set");d=c[e];c[a]={};c[a]._=[];d._=[];c[a][b]=k(c,a,b);a=0;for(b="set add save post open empty reset on off trigger ready setProduct".split(" ");a<b.length;a++)d[b[a]]=k(c,e,b[a]);a=0;for(b=["get","token","url","items"];a<b.length;a++)d[b[a]]=function(){};h.async=!0;h.src=g[f];n.parentNode.insertBefore(h,n);delete g[f];d(g);l[m]=c})(window,_affirm_config,"affirm","checkout","ui","script","ready");
  // Use your live public API Key and https://cdn1.affirm.com/js/v2/affirm.js script to point to Affirm production environment.
  </script>
  <!-- End Affirm -->





<script src="https://cdn-widgetsrepository.yotpo.com/v1/loader/7zuOs48x4A6IJvqDOMECrc6NzgsUC91m5U1v00b2" async></script>

<script src="https://www.dwin1.com/19038.js" type="text/javascript" defer="defer"></script>




























<script>window.SHOPIFY_STORE_DOMAIN = "essentia-natural-memory-foam-canada.myshopify.com";</script>
<script type="text/javascript" src="https://stack-discounts.merchantyard.com/js/integrations/script.js?v=192"></script>
<!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 -->












  <script async src="https://static.klaviyo.com/onsite/js/NN7QFW/klaviyo.js?company_id=NN7QFW"></script>
  <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script>

  




  <script>
    window.klaviyoReviewsProductDesignMode = false
  </script>









<!-- END app block --><!-- BEGIN app block: shopify://apps/yotpo-product-reviews/blocks/settings/eb7dfd7d-db44-4334-bc49-c893b51b36cf -->


<script type="text/javascript">
  (function e(){var e=document.createElement("script");
  e.type="text/javascript",e.async=true,
  e.src="//staticw2.yotpo.com/7zuOs48x4A6IJvqDOMECrc6NzgsUC91m5U1v00b2/widget.js?lang=en";
  var t=document.getElementsByTagName("script")[0];
  t.parentNode.insertBefore(e,t)})();
</script>



  
<!-- END app block --><script src="https://cdn.shopify.com/extensions/019ea8c7-accc-705e-aeec-5661a3d8b719/2026-06-08-19-46-57-UTC--a3fb95d/assets/smile-loader.js" type="text/javascript" defer="defer"></script>
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 3248881762,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script>
  window.__TREKKIE_SHIM_QUEUE = window.__TREKKIE_SHIM_QUEUE || [];
</script>
<script id="web-pixels-manager-setup">(function(){var wpmLoader=function(){"use strict";return function(e,d,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(!Boolean(null==(i=null==(a=window.Shopify)?void 0:a.analytics)?void 0:i.replayQueue)){var a,i;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l,u,c,m,p,f,h,g,y,w,v,b,S,P=(u=(l={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,c=l.legacy,(m=navigator.userAgent).match(u)?"modern":m.match(c)?"legacy":"unknown"),C="modern"===P?"modern":"legacy",_=(null!=n?n:{modern:"",legacy:""})[C],O=[(p={baseUrl:d,hashVersion:r,buildTarget:C}).baseUrl,"/wpm","/b",p.hashVersion,"modern"===p.buildTarget?"m":"l",".js"].join(""),U=(f={version:r,bundleTarget:P,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint},h=f.version,g=f.bundleTarget,y=f.surface,w=f.pageUrl,v=f.monorailEndpoint,{emit:function(e){var d=e.status,r=e.errorMsg,n=(new Date).getTime(),o=JSON.stringify({metadata:{event_sent_at_ms:n},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:h,bundle_target:g,page_url:w,status:d,surface:y,error_msg:r},metadata:{event_created_at_ms:n}}]});if(!v)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(v,o)}catch(e){}var a=new XMLHttpRequest;try{return a.open("POST",v,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(o),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}});try{o.browserTarget=P,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,a=e.onerror,i=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,i&&(l.integrity=i,l.crossOrigin="anonymous"),s)for(var m in s)if(Object.prototype.hasOwnProperty.call(s,m))try{l.dataset[m]=s[m]}catch(e){}if(o&&l.addEventListener("load",o),a&&l.addEventListener("error",a),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:O,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null==(d=null==(e=window.Shopify)?void 0:e.analytics)?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach(function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)}),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return U.emit({status:"failed",errorMsg:"".concat(O," has failed to load")})},sri:(b=_,S=/^sha384-[A-Za-z0-9+/=]+$/,"string"==typeof b&&S.test(b)?_:""),scriptDataAttributes:o}),U.emit({status:"loading"})}catch(e){U.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}}}();wpmLoader({shopId: 3248881762,storefrontBaseUrl: "https://myessentia.ca",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["2dca8a86","d5bdd5d0","3209b71c","5acaffe6","86d76263","3b3c7daf","6faea013"],webPixelsConfigList: [{"id":"789840067","configuration":"{\"accountID\":\"NN7QFW\",\"webPixelConfig\":\"eyJlbmFibGVBZGRlZFRvQ2FydEV2ZW50cyI6IHRydWV9\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"524f6c1ee37bacdca7657a665bdca589","type":"APP","apiClientId":123074,"privacyPurposes":["ANALYTICS","MARKETING"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"755531971","configuration":"{\"advertiserId\":\"87893\",\"shopDomain\":\"essentia-natural-memory-foam-canada.myshopify.com\",\"appVersion\":\"shopifyApp_5.4.0\",\"originalNetwork\":\"sas\",\"customTransactionTag\":\"CAN\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"110308a0e5cef2680d096c831a6295ee","type":"APP","apiClientId":2887701,"privacyPurposes":["ANALYTICS","MARKETING"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_personal_data"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized"},{"id":"362479811","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-BKVMGEW921\\\",\\\"AW-1059238669\\\",\\\"GT-NSSX742\\\",\\\"DC-11969143\\\"],\\\"target_country\\\":\\\"CA\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-BKVMGEW921\\\",\\\"AW-1059238669\\\/9JAXCLms2YUbEI3mivkD\\\"]},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-BKVMGEW921\\\",\\\"AW-1059238669\\\/VGFECNic0dIBEI3mivkD\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-BKVMGEW921\\\",\\\"AW-1059238669\\\/ytDFCIvB6IUbEI3mivkD\\\",\\\"MC-CQFZCHF41Y\\\",\\\"AW-1059238669\\\/y7o4COCN0dkCEI3mivkD\\\",\\\"DC-11969143\\\/sales\\\/b-add00+transactions\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-BKVMGEW921\\\",\\\"AW-1059238669\\\/ch3BCMGyz-4BEI3mivkD\\\",\\\"MC-CQFZCHF41Y\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-BKVMGEW921\\\",\\\"AW-1059238669\\\/1JAtCL-s2YUbEI3mivkD\\\",\\\"MC-CQFZCHF41Y\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-BKVMGEW921\\\",\\\"AW-1059238669\\\/mCduCI7B6IUbEI3mivkD\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-BKVMGEW921\\\",\\\"AW-1059238669\\\/8byBCLys2YUbEI3mivkD\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"f15305aac1e98c5c26a7c80e7bc37bde","type":"APP","apiClientId":1780363,"privacyPurposes":[],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"90767555","configuration":"{\"pixel_id\":\"580568259814647\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"abff2a8add143ccb04deb20f0ebd74a9","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Essentia Organic Mattress - CANADA","paymentSettings":{"currencyCode":"CAD"},"myshopifyDomain":"essentia-natural-memory-foam-canada.myshopify.com","countryCode":"CA","storefrontUrl":"https:\/\/myessentia.ca"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"products":null,"purchasingCompany":null,"page":null},},"https://myessentia.ca/cdn","a9664f44w6a62cec8p04af10e4mb91e3447",{"modern":"","legacy":""},{"trekkieShim":true,"apiClientId":"580111","pageType":"home","shopId":"3248881762","storefrontBaseUrl":"https:\/\/myessentia.ca","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"2dca8a86\", \"d5bdd5d0\", \"3209b71c\", \"5acaffe6\", \"86d76263\", \"3b3c7daf\", \"6faea013\"]","isMerchantRequest":"false","hashVersion":"a9664f44w6a62cec8p04af10e4mb91e3447","publish":"custom","events":"[[\"page_viewed\",{}]]"});})();</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'CAD';
  var meta = {"page":{"pageType":"home","requestId":"9f0bf663-1175-4f5a-9be8-259a452cb426-1780968402"}};
  for (var attr in meta) {
    window.ShopifyAnalytics.meta[attr] = meta[attr];
  }
</script>
<script class="analytics">
  (function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

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

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

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

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

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

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

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

        } // XHR beacon

        var xhr = new XMLHttpRequest();

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

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

  };
  scriptFallback.async = true;
  scriptFallback.src = '//myessentia.ca/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js';
  first.parentNode.insertBefore(scriptFallback, first);
};
script.async = true;
script.src = '//myessentia.ca/cdn/s/trekkie.storefront.f7140b8b25ae1195cf346a36a85e3e4bcf46adb3.min.js';
first.parentNode.insertBefore(script, first);

    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":3248881762,"isMerchantRequest":null,"themeId":141609894083,"themeCityHash":"5577652508934733306","contentLanguage":"en","currency":"CAD","eventMetadataId":"96440188-4d27-45b6-9f33-9f4e8c2e577d"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["b5387b81","d5bdd5d0"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
    );

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

      window.ShopifyAnalytics.lib = window.trekkie;

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

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"9f0bf663-1175-4f5a-9be8-259a452cb426-1780968402","shopifyEmitted":true});

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

    var eventsListenerScript = document.createElement('script');
    eventsListenerScript.async = true;
    eventsListenerScript.src = "//myessentia.ca/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js";
    document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
  <script>
  if (!window.ga || (window.ga && typeof window.ga !== 'function')) {
    window.ga = function ga() {
      (window.ga.q = window.ga.q || []).push(arguments);
      if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') {
        window.Shopify.analytics.publish("ga_stub_called", {}, {sendTo: "google_osp_migration"});
      }
      console.error("Shopify's Google Analytics stub called with:", Array.from(arguments), "\nSee https://help.shopify.com/manual/promoting-marketing/pixels/pixel-migration#google for more information.");
    };
    if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') {
      window.Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"});
    }
  }
</script>
<script
  defer
  src="https://myessentia.ca/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.5.0.min.js"
  data-application="storefront-renderer"
  data-shop-id="3248881762"
  data-render-region="gcp-europe-west1"
  data-page-type="index"
  data-theme-instance-id="141609894083"
  data-theme-name="Showcase"
  data-theme-version="5.4.2"
  data-monorail-region="shop_domain"
  data-resource-timing-sampling-rate="10"
  data-shs="true"
  data-shs-beacon="true"
  data-shs-export-with-fetch="true"
  data-shs-logs-sample-rate="1"
  data-shs-beacon-endpoint="https://myessentia.ca/api/collect"
></script>
</head>

<body class="page-essentia-organic-mattress-gols-certified-made-in-canada template-index animation-speed-fast"
      data-cc-animate-timeout="0">
  <!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P67DHHL"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
  
    <script>
      if(window.innerWidth < 768 && window.localStorage.getItem('is_first_visit') !== null) {
        var pageFadedIn = false;
        document.body.style.opacity = 0;

        function fadeInPageMob(){
          if(!pageFadedIn) {
            document.body.classList.add("cc-animate-enabled");
            document.body.style.transition = 'opacity 0.2s';
            setTimeout(function () {
              document.body.style.opacity = 1;
            }, 50);
            pageFadedIn = true;
          }
        }

        window.addEventListener("load", fadeInPageMob);
        setTimeout(fadeInPageMob, 3000);
      }

      window.addEventListener("pageshow", function(){
        document.getElementById('cc-veil').classList.remove('-in');
      });
    </script>
  

  
    <script>
      if ('IntersectionObserver' in window) {
        document.body.classList.add("cc-animate-enabled");
      }

      window.addEventListener("pageshow", function(){
        document.getElementById('cc-veil').classList.remove('-in');
      });
    </script>
  

  <a class="skip-link visually-hidden" href="#page-content">Skip to content</a>

  <div id="shopify-section-header" class="shopify-section"><style type="text/css">
  
    .logo img { width: 100px; }
    @media(min-width:768px){
    .logo img { width: 195px; }
    }
  

  .cc-announcement {
    
      font-size: 15px;
    
  }

  @media (min-width: 768px) {
    .cc-announcement {
      font-size: 15px;
    }
  }
</style>


<form action="/cart" method="post" id="cc-checkout-form">
</form>


  

  
<div data-section-type="header" itemscope itemtype="http://schema.org/Organization">
    <div id="site-control" class="site-control inline icons
      nav-inline-desktop
      
      fixed
      
      has-announcement
      main-logo-when-active
      has-localization
      "
      data-cc-animate
      data-opacity="opaque_on_scroll"
      data-positioning="sticky"
    >
      
  
  <div class="cc-announcement">
    <a data-cc-animate-click href="/pages/sale">
    <div class="cc-announcement__inner">
      COOL SLEEP STARTS HERE: UP TO 22% OFF ORGANIC COOLING MATTRESSES!
    </div>
    </a>
  </div>
  
  

      <div class="links site-control__inner">
        <a class="menu" href="#page-menu" aria-controls="page-menu" data-modal-nav-toggle aria-label="Menu">
          <span class="icon-menu">
  <span class="icon-menu__bar icon-menu__bar-1"></span>
  <span class="icon-menu__bar icon-menu__bar-2"></span>
  <span class="icon-menu__bar icon-menu__bar-3"></span>
</span>

          <span class="text-link">Menu</span>
        </a>

        
  <a data-cc-animate-click data-cc-animate class="logo logo--has-alt-logo" href="/"
     itemprop="url">

    
      <h1 class="logo logo-h1">
    

    <meta itemprop="name" content="Essentia Organic Mattress - CANADA">
    
      
      
      <img src="//myessentia.ca/cdn/shop/files/Essentia_Logo_500x.png?v=1666793165" alt="Essentia Organic Mattress - CANADA" itemprop="logo"
           width="500" height="85"/>

      
      <span class="alt-logo">
        <img src="//myessentia.ca/cdn/shop/files/Essentia_Logo_White_500x.png?v=1666793206" alt="Essentia Organic Mattress - CANADA" itemprop="logo"
             width="500" height="85"/>
      </span>
      
    

    
      </h1>
    
  </a>
  

        
      <div class="site-control__inline-links">
        <div class="nav-row multi-level-nav reveal-on-hover" role="navigation" aria-label="Primary navigation">
          <div class="tier-1">
            <ul>
              
<li class=" contains-children contains-mega-menu">
                  <a  href="#" class=" has-children" aria-haspopup="true">
                    Shop
                  </a>

                  

                    
                    
                      
                      
                      
                        
                        
                        

                    <ul 
                      class="nav-columns
                        nav-columns--count-2
                        
                        
                        nav-columns--cta-count-2"
                      >

                      
                        <li class=" contains-children">
                          <a  href="#" class="has-children column-title" aria-haspopup="true">
                            Collections

                            
                              <span class="arr arr--small"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M0-.25H24v24H0Z" transform="translate(0 0.25)" style="fill:none"/>
  <polyline points="10 17.83 15.4 12.43 10 7.03"
            style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:2px"/>
</svg>
</span>
                            
                          </a>

                          
                            <ul>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/collections/organic-mattresses">Mattresses</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/collections/organic-foam-pillows">Pillows</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/collections/organic-bedding">Organic Bedding</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/collections/memory-foam-mattress-foundations">Mattress Foundations</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/collections/kids-organic-mattresses">Baby & Child</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/collections/organic-foam-toppers">Toppers</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/products/kingston">Kingston Pet Bed</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/products/gift-card">Gift Cards</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/sale">SALE</a>
                                </li>
                              
                            </ul>
                          
                        </li>
                      
                        <li class=" contains-children">
                          <a  href="#" class="has-children column-title" aria-haspopup="true">
                            Quick Links

                            
                              <span class="arr arr--small"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M0-.25H24v24H0Z" transform="translate(0 0.25)" style="fill:none"/>
  <polyline points="10 17.83 15.4 12.43 10 7.03"
            style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:2px"/>
</svg>
</span>
                            
                          </a>

                          
                            <ul>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/products/venti-organic-latex-double-sided-mattress">Venti Organic Latex 2 Sided Mattress</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/products/grateful-eight-organic-mattress">Grateful Eight Mattress</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/products/classic-rem5">Classic REM5 Active</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/products/dormeuse-rem9">Dormeuse REM9 Active</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/products/stratami">Stratami Mattress</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/essentia-toronto">Toronto Showroom</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/essentia-laval">Laval Showroom</a>
                                </li>
                              
                            </ul>
                          
                        </li>
                      

                      
                        
                        
                        
                          
<li class="nav-ctas__cta">

<a data-cc-animate-click class="inner image-overlay image-overlay--bg-full" href="/collections/organic-mattresses">
    <div class="rimage-outer-wrapper rimage-background lazyload--manual fade-in"
         style="background-position: center center"
         data-bgset="//myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_180x.webp?v=1666797304 180w 116h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_360x.webp?v=1666797304 360w 232h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_540x.webp?v=1666797304 540w 348h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_720x.webp?v=1666797304 720w 464h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_900x.webp?v=1666797304 900w 580h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses.webp?v=1666797304 1001w 645h"
         data-sizes="auto"
         data-parent-fit="cover">
      <noscript>
        <div class="rimage-wrapper" style="padding-top:64.43556443556444%">
          <img src="//myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_1024x1024.webp?v=1666797304" alt="An Essentia bed being made" class="rimage__image">
        </div>
      </noscript>
    </div>
  

  <div class="overlay-type overlay position--hcenter position--vcenter">
    <div class="inner">
      <div>
        <div class="overlay__content">
<h2 class="line-1">
              Mattresses
            </h2><div class="line-3">
              <span class="button no-hover">SHOP NOW</span>
            </div></div>
      </div>
    </div>
  </div></a>
</li>



  
  <li class="nav-ctas__cta">
  
<a data-cc-animate-click href="/collections/organic-bedding" class="inner image-overlay image-overlay--bg-full"><div class="rimage-outer-wrapper rimage-background lazyload--manual fade-in"
         style="background-position: center center"
         data-bgset="//myessentia.ca/cdn/shop/files/Essentia_bed_accessories_180x.webp?v=1666797331 180w 116h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_360x.webp?v=1666797331 360w 232h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_540x.webp?v=1666797331 540w 348h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_720x.webp?v=1666797331 720w 464h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_900x.webp?v=1666797331 900w 580h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories.webp?v=1666797331 1001w 645h"
         data-sizes="auto"
         data-parent-fit="cover">
      <noscript>
        <div class="rimage-wrapper" style="padding-top:64.43556443556444%">
          <img src="//myessentia.ca/cdn/shop/files/Essentia_bed_accessories_1024x1024.webp?v=1666797331" alt="Womans elbows resting on Essentia pillows" class="rimage__image">
        </div>
      </noscript>
    </div>

    <div class="overlay-type overlay position--hcenter position--vcenter">
      <div class="inner">
        <div>
          <div class="overlay__content">
<h2 class="line-1">
                Accessories
              </h2><div class="line-3">
                <span class="button no-hover">Shop NOW</span>
              </div></div>
        </div>
      </div>
    </div></a>
    </li>
  


                        
                      
                        
                        
                        
                      
                    </ul>
                  
                </li>
              
<li class=" contains-children contains-mega-menu">
                  <a  href="#" class=" has-children" aria-haspopup="true">
                    Learn
                  </a>

                  

                    
                    
                      
                      
                      
                    
                      
                      
                      
                    

                    <ul 
                      class="nav-columns
                        nav-columns--count-2
                        
                        
                        nav-columns--cta-count-0"
                      >

                      
                        <li class=" contains-children">
                          <a  href="#" class="has-children column-title" aria-haspopup="true">
                            Learning Resources

                            
                              <span class="arr arr--small"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M0-.25H24v24H0Z" transform="translate(0 0.25)" style="fill:none"/>
  <polyline points="10 17.83 15.4 12.43 10 7.03"
            style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:2px"/>
</svg>
</span>
                            
                          </a>

                          
                            <ul>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/blogs/mattress-101">Mattress 101</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/how-its-made">How It's Made</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/essentia-beyond-latex-organic-foam">Beyond Latex™</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/essentia-organic-mattress-eight-key-elements-performance-sleep">Our 8 Key Elements for Deep Sleep</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/customer-guarantee">Sleep Trial & Warranty</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/tests-certifications">Certifications</a>
                                </li>
                              
                            </ul>
                          
                        </li>
                      
                        <li class=" contains-children">
                          <a  href="#" class="has-children column-title" aria-haspopup="true">
                            Explore

                            
                              <span class="arr arr--small"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M0-.25H24v24H0Z" transform="translate(0 0.25)" style="fill:none"/>
  <polyline points="10 17.83 15.4 12.43 10 7.03"
            style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:2px"/>
</svg>
</span>
                            
                          </a>

                          
                            <ul>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/blogs/under-the-covers">Under the Covers: Lifestyle Blog</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/wellness-experts">Wellness Leaders Sleep on Essentia</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/athletes">Athletes Sleep on Essentia</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/podcasts">PODCAST - Jack on Your Favorites</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/blogs/essentia-rise-thrive">PODCAST - Essentia: Rize & Thrive™</a>
                                </li>
                              
                                <li class="">
                                  <a data-cc-animate-click href="/pages/betterhood-our-community">Essentia in the Community</a>
                                </li>
                              
                            </ul>
                          
                        </li>
                      

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


        <div class="nav-right-side has-lang-selector">
          
            
              <div class="localization">
                <form method="post" action="/localization" id="localization_form_header" accept-charset="UTF-8" class="selectors-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/" /><div class="selectors-form__item">
      <h2 class="visually-hidden" id="lang-heading-header">
        Language
      </h2>

      <div class="disclosure" data-disclosure-locale>
        <button type="button" class="disclosure__toggle" aria-expanded="false" aria-controls="lang-list-header" aria-describedby="lang-heading-header" data-disclosure-toggle>English<span class="disclosure__toggle-arrow" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M0-.25H24v24H0Z" transform="translate(0 0.25)" style="fill:none"/>
  <polyline points="6.61 8.74 12.01 14.14 17.41 8.74"
            style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:2px"/>
</svg>
</span>
        </button>
        <ul id="lang-list-header" class="disclosure-list" data-disclosure-list>
          
            <li class="disclosure-list__item disclosure-list__item--current">
              <a class="disclosure-list__option" href="#" lang="en" aria-current="true" data-value="en" data-disclosure-option>English</a>
            </li>
            <li class="disclosure-list__item">
              <a class="disclosure-list__option" href="#" lang="fr" data-value="fr" data-disclosure-option>Français</a>
            </li>
            <li class="disclosure-list__item">
              <a class="disclosure-list__option" href="#" lang="es" data-value="es" data-disclosure-option>Español</a>
            </li></ul>
        <input type="hidden" name="locale_code" value="en" data-disclosure-input/>
      </div>
    </div></form>
              </div>
            
          

          
            <a data-cc-animate-click href="/account" class="nav-account">
              Account
            </a>
          

          <a class="cart nav-search"
             href="/search"
             aria-label="Search"
             data-modal-toggle="#search-modal">
            <svg viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg">
  <title>Search</title>
  <g stroke="none" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
    <g transform="translate(-1335.000000, -30.000000)" stroke="currentColor">
      <g transform="translate(1336.000000, 31.000000)">
        <circle cx="12" cy="12" r="12"></circle>
        <line x1="27" y1="27" x2="20.475" y2="20.475" id="Path"></line>
      </g>
    </g>
  </g>
</svg>

            <span class="text-link">Search</span>
          </a>

          <a data-cc-animate-click class="cart cart-icon--basket2" href="/cart" aria-label="Cart">
            
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>Basket</title>
  <path d="M68.4 192A20.38 20.38 0 0048 212.2a17.87 17.87 0 00.8 5.5L100.5 400a40.46 40.46 0 0039.1 29.5h232.8a40.88 40.88 0 0039.3-29.5l51.7-182.3.6-5.5a20.38 20.38 0 00-20.4-20.2H68"
        fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="20"/>
  <path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="20" d="M160 192l96-128 96 128"/>
</svg>

            
            <div>0</div>
            <span class="text-link">Cart </span>
          </a>
        </div>
      </div>
    </div>

    <nav id="page-menu" class="theme-modal nav-uses-modal">
      <div class="inner">
        <a href="#" class="no-js-only">Close navigation</a>

        <div class="nav-container">
          <div class="nav-body container growth-area" data-root-nav="true">
            <div class="nav main-nav" role="navigation" aria-label="Primary">
              <ul>
                
                <li class=" ">
                  <a href="#" aria-haspopup="true">
                    <span>Shop</span>
                  </a>

                  
                  <ul>
                      
                      
                        <li class=" main-nav__mega-title">
                          <a href="#" aria-haspopup="true">
                            <span>Collections</span>
                          </a>
                        </li>

                        
                          <li class=" ">
                            <a data-cc-animate-click href="/collections/organic-mattresses">
                              <span>Mattresses</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/collections/organic-foam-pillows">
                              <span>Pillows</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/collections/organic-bedding">
                              <span>Organic Bedding</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/collections/memory-foam-mattress-foundations">
                              <span>Mattress Foundations</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/collections/kids-organic-mattresses">
                              <span>Baby & Child</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/collections/organic-foam-toppers">
                              <span>Toppers</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/products/kingston">
                              <span>Kingston Pet Bed</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/products/gift-card">
                              <span>Gift Cards</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/sale">
                              <span>SALE</span>
                            </a>
                          </li>
                        
                      
                        <li class=" main-nav__mega-title">
                          <a href="#" aria-haspopup="true">
                            <span>Quick Links</span>
                          </a>
                        </li>

                        
                          <li class=" ">
                            <a data-cc-animate-click href="/products/venti-organic-latex-double-sided-mattress">
                              <span>Venti Organic Latex 2 Sided Mattress</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/products/grateful-eight-organic-mattress">
                              <span>Grateful Eight Mattress</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/products/classic-rem5">
                              <span>Classic REM5 Active</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/products/dormeuse-rem9">
                              <span>Dormeuse REM9 Active</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/products/stratami">
                              <span>Stratami Mattress</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/essentia-toronto">
                              <span>Toronto Showroom</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/essentia-laval">
                              <span>Laval Showroom</span>
                            </a>
                          </li>
                        
                      

                    
                  </ul>
                  
                </li>
                
                <li class=" ">
                  <a href="#" aria-haspopup="true">
                    <span>Learn</span>
                  </a>

                  
                  <ul>
                      
                      
                        <li class=" main-nav__mega-title">
                          <a href="#" aria-haspopup="true">
                            <span>Learning Resources</span>
                          </a>
                        </li>

                        
                          <li class=" ">
                            <a data-cc-animate-click href="/blogs/mattress-101">
                              <span>Mattress 101</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/how-its-made">
                              <span>How It's Made</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/essentia-beyond-latex-organic-foam">
                              <span>Beyond Latex™</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/essentia-organic-mattress-eight-key-elements-performance-sleep">
                              <span>Our 8 Key Elements for Deep Sleep</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/customer-guarantee">
                              <span>Sleep Trial & Warranty</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/tests-certifications">
                              <span>Certifications</span>
                            </a>
                          </li>
                        
                      
                        <li class=" main-nav__mega-title">
                          <a href="#" aria-haspopup="true">
                            <span>Explore</span>
                          </a>
                        </li>

                        
                          <li class=" ">
                            <a data-cc-animate-click href="/blogs/under-the-covers">
                              <span>Under the Covers: Lifestyle Blog</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/wellness-experts">
                              <span>Wellness Leaders Sleep on Essentia</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/athletes">
                              <span>Athletes Sleep on Essentia</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/podcasts">
                              <span>PODCAST - Jack on Your Favorites</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/blogs/essentia-rise-thrive">
                              <span>PODCAST - Essentia: Rize & Thrive™</span>
                            </a>
                          </li>
                        
                          <li class=" ">
                            <a data-cc-animate-click href="/pages/betterhood-our-community">
                              <span>Essentia in the Community</span>
                            </a>
                          </li>
                        
                      

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

          <div class="nav-footer-links">
            

            
              <div class="nav-footer-links__link">
                <a data-cc-animate-click href="/account">Account</a>
              </div>
            

            

            
              <div class="localization">
                <form method="post" action="/localization" id="localization_form_header" accept-charset="UTF-8" class="selectors-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/" /><div class="selectors-form__item">
      <h2 class="visually-hidden" id="lang-heading-header">
        Language
      </h2>

      <div class="disclosure" data-disclosure-locale>
        <button type="button" class="disclosure__toggle" aria-expanded="false" aria-controls="lang-list-header" aria-describedby="lang-heading-header" data-disclosure-toggle>English<span class="disclosure__toggle-arrow" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M0-.25H24v24H0Z" transform="translate(0 0.25)" style="fill:none"/>
  <polyline points="6.61 8.74 12.01 14.14 17.41 8.74"
            style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:2px"/>
</svg>
</span>
        </button>
        <ul id="lang-list-header" class="disclosure-list" data-disclosure-list>
          
            <li class="disclosure-list__item disclosure-list__item--current">
              <a class="disclosure-list__option" href="#" lang="en" aria-current="true" data-value="en" data-disclosure-option>English</a>
            </li>
            <li class="disclosure-list__item">
              <a class="disclosure-list__option" href="#" lang="fr" data-value="fr" data-disclosure-option>Français</a>
            </li>
            <li class="disclosure-list__item">
              <a class="disclosure-list__option" href="#" lang="es" data-value="es" data-disclosure-option>Español</a>
            </li></ul>
        <input type="hidden" name="locale_code" value="en" data-disclosure-input/>
      </div>
    </div></form>
              </div>
            
          </div>

          <div class="nav-ctas">
            
              
              

              <div class="nav-ctas__container" data-for-nav-item="shop" >
                
<div class="nav-ctas__cta">

<a data-cc-animate-click class="inner image-overlay image-overlay--bg-full" href="/collections/organic-mattresses">
    <div class="rimage-outer-wrapper rimage-background lazyload--manual fade-in"
         style="background-position: center center"
         data-bgset="//myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_180x.webp?v=1666797304 180w 116h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_360x.webp?v=1666797304 360w 232h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_540x.webp?v=1666797304 540w 348h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_720x.webp?v=1666797304 720w 464h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_900x.webp?v=1666797304 900w 580h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses.webp?v=1666797304 1001w 645h"
         data-sizes="auto"
         data-parent-fit="cover">
      <noscript>
        <div class="rimage-wrapper" style="padding-top:64.43556443556444%">
          <img src="//myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_1024x1024.webp?v=1666797304" alt="An Essentia bed being made" class="rimage__image">
        </div>
      </noscript>
    </div>
  

  <div class="overlay-type overlay position--hcenter position--vcenter">
    <div class="inner">
      <div>
        <div class="overlay__content">
<h2 class="line-1">
              Mattresses
            </h2><div class="line-3">
              <span class="button no-hover">SHOP NOW</span>
            </div></div>
      </div>
    </div>
  </div></a>
</div>



  
  <div class="nav-ctas__cta">
  
<a data-cc-animate-click href="/collections/organic-bedding" class="inner image-overlay image-overlay--bg-full"><div class="rimage-outer-wrapper rimage-background lazyload--manual fade-in"
         style="background-position: center center"
         data-bgset="//myessentia.ca/cdn/shop/files/Essentia_bed_accessories_180x.webp?v=1666797331 180w 116h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_360x.webp?v=1666797331 360w 232h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_540x.webp?v=1666797331 540w 348h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_720x.webp?v=1666797331 720w 464h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_900x.webp?v=1666797331 900w 580h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories.webp?v=1666797331 1001w 645h"
         data-sizes="auto"
         data-parent-fit="cover">
      <noscript>
        <div class="rimage-wrapper" style="padding-top:64.43556443556444%">
          <img src="//myessentia.ca/cdn/shop/files/Essentia_bed_accessories_1024x1024.webp?v=1666797331" alt="Womans elbows resting on Essentia pillows" class="rimage__image">
        </div>
      </noscript>
    </div>

    <div class="overlay-type overlay position--hcenter position--vcenter">
      <div class="inner">
        <div>
          <div class="overlay__content">
<h2 class="line-1">
                Accessories
              </h2><div class="line-3">
                <span class="button no-hover">Shop NOW</span>
              </div></div>
        </div>
      </div>
    </div></a>
    </div>
  


              </div>
            
              
              

              <div class="nav-ctas__container" data-for-nav-item="discover" >
                
<div class="nav-ctas__cta">

<a data-cc-animate-click class="inner image-overlay image-overlay--bg-full" href="/pages/wellness-experts">
    <div class="rimage-outer-wrapper rimage-background lazyload--manual fade-in"
         style="background-position: center center"
         data-bgset="//myessentia.ca/cdn/shop/files/Wellness_Leaders_Sleep_on_Essentia_180x.webp?v=1729867024 180w 135h,
  //myessentia.ca/cdn/shop/files/Wellness_Leaders_Sleep_on_Essentia_360x.webp?v=1729867024 360w 270h,
  //myessentia.ca/cdn/shop/files/Wellness_Leaders_Sleep_on_Essentia_540x.webp?v=1729867024 540w 405h,
  //myessentia.ca/cdn/shop/files/Wellness_Leaders_Sleep_on_Essentia_720x.webp?v=1729867024 720w 540h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Wellness_Leaders_Sleep_on_Essentia.webp?v=1729867024 800w 600h"
         data-sizes="auto"
         data-parent-fit="cover">
      <noscript>
        <div class="rimage-wrapper" style="padding-top:75.0%">
          <img src="//myessentia.ca/cdn/shop/files/Wellness_Leaders_Sleep_on_Essentia_1024x1024.webp?v=1729867024" alt="" class="rimage__image">
        </div>
      </noscript>
    </div>
  

  <div class="overlay-type overlay position--hcenter position--vcenter">
    <div class="inner">
      <div>
        <div class="overlay__content">
<h2 class="line-1">
              See Who Sleeps on Essentia
            </h2><div class="line-3">
              <span class="button no-hover">View</span>
            </div></div>
      </div>
    </div>
  </div></a>
</div>



  
  <div class="nav-ctas__cta">
  
<a data-cc-animate-click href="/pages/podcasts" class="inner image-overlay image-overlay--bg-full"><div class="rimage-outer-wrapper rimage-background lazyload--manual fade-in"
         style="background-position: center center"
         data-bgset="//myessentia.ca/cdn/shop/files/Jack_Featured_on_Podcasts_180x.webp?v=1729867027 180w 135h,
  //myessentia.ca/cdn/shop/files/Jack_Featured_on_Podcasts_360x.webp?v=1729867027 360w 270h,
  //myessentia.ca/cdn/shop/files/Jack_Featured_on_Podcasts_540x.webp?v=1729867027 540w 405h,
  //myessentia.ca/cdn/shop/files/Jack_Featured_on_Podcasts_720x.webp?v=1729867027 720w 540h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Jack_Featured_on_Podcasts.webp?v=1729867027 800w 600h"
         data-sizes="auto"
         data-parent-fit="cover">
      <noscript>
        <div class="rimage-wrapper" style="padding-top:75.0%">
          <img src="//myessentia.ca/cdn/shop/files/Jack_Featured_on_Podcasts_1024x1024.webp?v=1729867027" alt="" class="rimage__image">
        </div>
      </noscript>
    </div>

    <div class="overlay-type overlay position--hcenter position--vcenter">
      <div class="inner">
        <div>
          <div class="overlay__content">
<h2 class="line-1">
                Jack on Popular Podcasts
              </h2><div class="line-3">
                <span class="button no-hover">View</span>
              </div></div>
        </div>
      </div>
    </div></a>
    </div>
  


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





</div>

  <main id="page-content">
    <div id="shopify-section-template--17901529399491__166378736587853563" class="shopify-section section-background-video"><div id="section-id-template--17901529399491__166378736587853563" class="header-overlap-section needs-alt-logo" data-section-type="background-video">
  <style data-shopify>
#section-id-template--17901529399491__166378736587853563 .video-container {
      height: 740px;
    }@media (min-width: 768px) {#section-id-template--17901529399491__166378736587853563 .video-container {
        height: 760px;
      }#section-id-template--17901529399491__166378736587853563 .line-1 {font-size: 36.4px;
      }
    }

    @media (min-width: 992px) {
      #section-id-template--17901529399491__166378736587853563 .line-1 {
        font-size: 52px;
      }
    }
  </style>

  
    <div class="height--fixed video-container video-container--background image-overlay  image-overlay--bg-full"
         data-video-url="https://cdn.shopify.com/videos/c/o/v/ccca909c004a4ebcb10595775b995c1d.mp4"
         data-video-autoplay="true"
         data-video-loop="true">

      
        <div class="image-overlay__veil" data-cc-animate data-cc-animate-duration="1.5s"></div>
      

      <div class="video-container__video"></div>
<div class="overlay-type overlay position--hcenter position--vcenter small-padding-xs"
             data-cc-animate-delay=".5s"
             data-cc-animate="cc-fade-in-up">
          <div class="inner">
            <div>
              <div class="overlay__content"><div class="feature-subheader">
                      Proudly Made in Canada
                  </div><h1 class="line-1  ">
                      The Best Performance Organic Mattress.<br />
Comfort without Compromise.
                  </h1><div class="rte line-2 ">
                    <p>Handmade in Canada, featuring patented Beyond Latex™ organic foams enhanced with activated quartz for Active Cooling and EMF Protection. These certified organic mattresses offer a unique sleep experience that provides ultimate support, unmatched Deep Sleep, luxurious comfort & clean bedroom air, using certified organic ingredients. </p>
                  </div><div class="line-3">
                    <a data-cc-animate-click class="button hover-grow" href="/collections/organic-mattresses">
                      SHOP ORGANIC MATTRESSES
                    </a>
                  </div></div>
            </div>
          </div>
        </div></div>
  
</div>


</div><div id="shopify-section-template--17901529399491__1663785948303d66fe" class="shopify-section section-featured-collection">
<div class="product-slider">

<div class="wide-container half-gutter section-spacing " data-section-type="featured-collection" data-components="product-block" data-cc-animate>
  
    <div class="section-heading" data-cc-animate>
      
        <h2 class="h2">
          <a data-cc-animate-click href="/collections/organic-mattresses">
            Certified Organic Mattresses
          </a>
        </h2>
      

      
    </div>
  

  
    <div class="swiper-container product-list product-list--carousel"
         data-products-in-view="3">

      <div class="swiper-wrapper" data-normheights=".image" data-normheights-inner="img">
        
          
          
            <div class="swiper-slide">
              
              <div class="product-block
  cc-product-block
  
  
  hover-image
  
  
   product-block--marquee-on-hover 
  
  
  
  "
     data-loop-index="1"
   data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.06s" 
  
>

  <div class="product-block__inner">
    <div class="image image--hover-second image--same-aspect-ratio">
      
        <div class="product-marquee">
          


        </div>
      

      <a data-cc-animate-click class="image-inner" href="/products/venti-organic-latex-double-sided-mattress" aria-label="Venti Organic Latex Double Sided Mattress" tabindex="-1">
        <div class="image__first">
          
            <div class="rimage-outer-wrapper" style="max-width: 1200px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:116.66666666666667%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/VENTI-ORGANIC-LATEX-MATTRESS_{width}x.webp?v=1767366474"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="0.8571428571428571"
      data-sizes="auto"
      alt="Venti two sided organic latex mattress shown without sheets on a tosca wood bed frame in a minimalist bedroom featuring beautiful palm trees."
      width="1200"
      height="1400"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/VENTI-ORGANIC-LATEX-MATTRESS_1024x1024.webp?v=1767366474" alt="Venti two sided organic latex mattress shown without sheets on a tosca wood bed frame in a minimalist bedroom featuring beautiful palm trees." class="rimage__image">
    </noscript>
  </div>
</div>



          

          
        </div>

        
        <div class="image__second">
          <div class="rimage-outer-wrapper" style="max-width: 1200px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:116.66666666666667%">
    
    
    <img class="rimage__image lazyload fade-in cover"
      data-src="//myessentia.ca/cdn/shop/files/VENTI-DOUBLE-SIDED-ORGANIC-LATEX_{width}x.webp?v=1771448801"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="0.8571428571428571"
      data-sizes="auto"
      alt="Husband wearing a grey t-shirt sleeping next to his wife wearing a dark blue striped pjs while comfortably dozing on an Essentia Venti double sided organic latex mattress."
      width="1200"
      height="1400"
      data-parent-fit="cover">

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/VENTI-DOUBLE-SIDED-ORGANIC-LATEX_1024x1024.webp?v=1771448801" alt="Husband wearing a grey t-shirt sleeping next to his wife wearing a dark blue striped pjs while comfortably dozing on an Essentia Venti double sided organic latex mattress." class="rimage__image">
    </noscript>
  </div>
</div>



        </div>
        
      </a>
    </div><a data-cc-animate-click href="/products/venti-organic-latex-double-sided-mattress" class="caption upper">
      <span class="title">Venti Organic Latex Double Sided Mattress</span>

      

      <div class="price">
        From
        <span class="theme-money">$1,799.00 CAD</span>
        

        
      </div>
    </a>

    
  </div>
</div>

            </div>
          
            <div class="swiper-slide">
              
              <div class="product-block
  cc-product-block
  
  
  hover-image
  
  
   product-block--marquee-on-hover 
  
  
  
  "
     data-loop-index="2"
   data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.12s" 
  
>

  <div class="product-block__inner">
    <div class="image image--hover-second image--same-aspect-ratio">
      
        <div class="product-marquee">
          


        </div>
      

      <a data-cc-animate-click class="image-inner" href="/products/grateful-eight-organic-mattress" aria-label="Grateful Eight Organic Latex Mattress" tabindex="-1">
        <div class="image__first">
          
            <div class="rimage-outer-wrapper" style="max-width: 2048px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/101-Essentia_Grateful_8_Organic_Mattress_2048x_8d95e189-6d89-45d2-ba52-887433b6e3ab_{width}x.webp?v=1771340612"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="Close-up of an Essentia Grateful 8 mattress with on a neutral background"
      width="2048"
      height="2048"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/101-Essentia_Grateful_8_Organic_Mattress_2048x_8d95e189-6d89-45d2-ba52-887433b6e3ab_1024x1024.webp?v=1771340612" alt="Close-up of an Essentia Grateful 8 mattress with on a neutral background" class="rimage__image">
    </noscript>
  </div>
</div>



          

          
        </div>

        
        <div class="image__second">
          <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in cover"
      data-src="//myessentia.ca/cdn/shop/files/Essentia_procor_custom_mattress_corner_b57f4d4c-29b3-4db1-a32c-4c598814dc41_{width}x.webp?v=1771340612"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt=""
      width="1400"
      height="1400"
      data-parent-fit="cover">

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/Essentia_procor_custom_mattress_corner_b57f4d4c-29b3-4db1-a32c-4c598814dc41_1024x1024.webp?v=1771340612" alt="" class="rimage__image">
    </noscript>
  </div>
</div>



        </div>
        
      </a>
    </div><a data-cc-animate-click href="/products/grateful-eight-organic-mattress" class="caption upper">
      <span class="title">Grateful Eight Organic Latex Mattress</span>

      

      <div class="price">
        From
        <span class="theme-money">$2,199.00 CAD</span>
        

        
      </div>
    </a>

    
  </div>
</div>

            </div>
          
            <div class="swiper-slide">
              
              <div class="product-block
  cc-product-block
  
  
  hover-image
  
  
   product-block--marquee-on-hover 
  
  
  
  "
     data-loop-index="3"
   data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.18s" 
  
>

  <div class="product-block__inner">
    <div class="image image--hover-second image--same-aspect-ratio">
      
        <div class="product-marquee">
          


        </div>
      

      <a data-cc-animate-click class="image-inner" href="/products/tatami" aria-label="Tatami™ Organic Mattress" tabindex="-1">
        <div class="image__first">
          
            <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/products/blonde_woman_with_mug_sitting_on_side_of_essentia_tatami_mattress_{width}x.webp?v=1667942398"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="Blonde woman with mug sitting on the side of her Essentia Tatami organic mattress"
      width="1400"
      height="1400"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/products/blonde_woman_with_mug_sitting_on_side_of_essentia_tatami_mattress_1024x1024.webp?v=1667942398" alt="Blonde woman with mug sitting on the side of her Essentia Tatami organic mattress" class="rimage__image">
    </noscript>
  </div>
</div>



          

          
        </div>

        
        <div class="image__second">
          <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in cover"
      data-src="//myessentia.ca/cdn/shop/products/corner_close_up_essentia_tatami_organic_latex_mattress_{width}x.webp?v=1767368685"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="Corner close up of the Essentia Tatami organic mattress showing name tag. Mattress is sitting on Vertebase foundation"
      width="1400"
      height="1400"
      data-parent-fit="cover">

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/products/corner_close_up_essentia_tatami_organic_latex_mattress_1024x1024.webp?v=1767368685" alt="Corner close up of the Essentia Tatami organic mattress showing name tag. Mattress is sitting on Vertebase foundation" class="rimage__image">
    </noscript>
  </div>
</div>



        </div>
        
      </a>
    </div><a data-cc-animate-click href="/products/tatami" class="caption upper">
      <span class="title">Tatami™ Organic Mattress</span>

      

      <div class="price">
        From
        <span class="theme-money">$3,099.00 CAD</span>
        

        
      </div>
    </a>

    
  </div>
</div>

            </div>
          
            <div class="swiper-slide">
              
              <div class="product-block
  cc-product-block
  
  
  hover-image
  
  
   product-block--marquee-on-hover 
  
  
  
  "
     data-loop-index="4"
   data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.24s" 
  
>

  <div class="product-block__inner">
    <div class="image image--hover-second image--same-aspect-ratio">
      
        <div class="product-marquee">
          


        </div>
      

      <a data-cc-animate-click class="image-inner" href="/products/stratami" aria-label="Stratami™ Organic Mattress" tabindex="-1">
        <div class="image__first">
          
            <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/products/woman_laying_down_on_essentia_stratami_mattress_with_CR_logo_{width}x.webp?v=1767370027"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="Woman laying down on Essentia Stratami organic mattress"
      width="1400"
      height="1400"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/products/woman_laying_down_on_essentia_stratami_mattress_with_CR_logo_1024x1024.webp?v=1767370027" alt="Woman laying down on Essentia Stratami organic mattress" class="rimage__image">
    </noscript>
  </div>
</div>



          

          
        </div>

        
        <div class="image__second">
          <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in cover"
      data-src="//myessentia.ca/cdn/shop/products/corner_close_up_of_essentia_stratami_mattress_{width}x.webp?v=1767370027"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="Close up of the corner of an Essentia Stratami organic mattress shown on the Vertebase foundation"
      width="1400"
      height="1400"
      data-parent-fit="cover">

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/products/corner_close_up_of_essentia_stratami_mattress_1024x1024.webp?v=1767370027" alt="Close up of the corner of an Essentia Stratami organic mattress shown on the Vertebase foundation" class="rimage__image">
    </noscript>
  </div>
</div>



        </div>
        
      </a>
    </div><a data-cc-animate-click href="/products/stratami" class="caption upper">
      <span class="title">Stratami™ Organic Mattress</span>

      

      <div class="price">
        From
        <span class="theme-money">$3,899.00 CAD</span>
        

        
      </div>
    </a>

    
  </div>
</div>

            </div>
          
            <div class="swiper-slide">
              
              <div class="product-block
  cc-product-block
  
  
  hover-image
  
  
   product-block--marquee-on-hover 
  
  
  
  "
     data-loop-index="5"
   data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s" 
  
>

  <div class="product-block__inner">
    <div class="image image--hover-second image--same-aspect-ratio">
      
        <div class="product-marquee">
          


        </div>
      

      <a data-cc-animate-click class="image-inner" href="/products/classic-rem5" aria-label="Classic REM5 Active Organic Performance Mattress" tabindex="-1">
        <div class="image__first">
          
            <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/products/Girl_sitting_on_essentia_classic_rem5_organic_mattress_{width}x.webp?v=1666809320"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="Girl sitting on Essentia Classic REM5 organic mattress"
      width="1400"
      height="1400"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/products/Girl_sitting_on_essentia_classic_rem5_organic_mattress_1024x1024.webp?v=1666809320" alt="Girl sitting on Essentia Classic REM5 organic mattress" class="rimage__image">
    </noscript>
  </div>
</div>



          

          
        </div>

        
        <div class="image__second">
          <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in cover"
      data-src="//myessentia.ca/cdn/shop/products/corner_close_up_of_essentia_classic_rem5_organic_mattress_{width}x.webp?v=1666809320"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="Close up image showing the corner of the Classic REM5 organic mattress sitting on the Vertebase foundation"
      width="1400"
      height="1400"
      data-parent-fit="cover">

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/products/corner_close_up_of_essentia_classic_rem5_organic_mattress_1024x1024.webp?v=1666809320" alt="Close up image showing the corner of the Classic REM5 organic mattress sitting on the Vertebase foundation" class="rimage__image">
    </noscript>
  </div>
</div>



        </div>
        
      </a>
    </div><a data-cc-animate-click href="/products/classic-rem5" class="caption upper">
      <span class="title">Classic REM5 Active Organic Performance Mattress</span>

      

      <div class="price">
        From
        <span class="theme-money">$4,899.00 CAD</span>
        

        
      </div>
    </a>

    
  </div>
</div>

            </div>
          
            <div class="swiper-slide">
              
              <div class="product-block
  cc-product-block
  
  
  hover-image
  
  
   product-block--marquee-on-hover 
  
  
  
  "
     data-loop-index="6"
   data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.36s" 
  
>

  <div class="product-block__inner">
    <div class="image image--hover-second image--same-aspect-ratio">
      
        <div class="product-marquee">
          


        </div>
      

      <a data-cc-animate-click class="image-inner" href="/products/dormeuse-rem9" aria-label="Dormeuse REM9 Active - Luxury Organic Performance Mattress" tabindex="-1">
        <div class="image__first">
          
            <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/products/Essentia_Dormeuse_REM9_Mens_Health_award_{width}x.webp?v=1668197662"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="woman and man on essentia dormeuse rem9 organic mattress and dog on kingston organic pet bed"
      width="1400"
      height="1400"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/products/Essentia_Dormeuse_REM9_Mens_Health_award_1024x1024.webp?v=1668197662" alt="woman and man on essentia dormeuse rem9 organic mattress and dog on kingston organic pet bed" class="rimage__image">
    </noscript>
  </div>
</div>



          

          
        </div>

        
        <div class="image__second">
          <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in cover"
      data-src="//myessentia.ca/cdn/shop/products/close_up_of_corner_of_essentia_dormeuse_rem9_organic_mattress_{width}x.webp?v=1668197662"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="close up of corner of essentia dormeuse REM9 organic mattress shown on a Vertebase foundation"
      width="1400"
      height="1400"
      data-parent-fit="cover">

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/products/close_up_of_corner_of_essentia_dormeuse_rem9_organic_mattress_1024x1024.webp?v=1668197662" alt="close up of corner of essentia dormeuse REM9 organic mattress shown on a Vertebase foundation" class="rimage__image">
    </noscript>
  </div>
</div>



        </div>
        
      </a>
    </div><a data-cc-animate-click href="/products/dormeuse-rem9" class="caption upper">
      <span class="title">Dormeuse REM9 Active - Luxury Organic Performance Mattress</span>

      

      <div class="price">
        From
        <span class="theme-money">$8,699.00 CAD</span>
        

        
      </div>
    </a>

    
  </div>
</div>

            </div>
          
            <div class="swiper-slide">
              
              <div class="product-block
  cc-product-block
  
  
  hover-image
  
  
   product-block--marquee-on-hover 
  
  
  
  "
     data-loop-index="7"
   data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.42s" 
  
>

  <div class="product-block__inner">
    <div class="image image--hover-second image--same-aspect-ratio">
      
        <div class="product-marquee">
          


        </div>
      

      <a data-cc-animate-click class="image-inner" href="/products/procor-custom-mattress" aria-label="ProCor P1 Active Custom Mattress" tabindex="-1">
        <div class="image__first">
          
            <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/products/young_man_riding_yellow_bike_at_sunrise_{width}x.webp?v=1667939230"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="young man riding a yellow bike at sunrise"
      width="1400"
      height="1400"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/products/young_man_riding_yellow_bike_at_sunrise_1024x1024.webp?v=1667939230" alt="young man riding a yellow bike at sunrise" class="rimage__image">
    </noscript>
  </div>
</div>



          

          
        </div>

        
        <div class="image__second">
          <div class="rimage-outer-wrapper" style="max-width: 1400px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in cover"
      data-src="//myessentia.ca/cdn/shop/products/Essentia_procor_custom_mattress_corner_{width}x.webp?v=1667939230"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="Corner of the Essentia ProCor custom mattress"
      width="1400"
      height="1400"
      data-parent-fit="cover">

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/products/Essentia_procor_custom_mattress_corner_1024x1024.webp?v=1667939230" alt="Corner of the Essentia ProCor custom mattress" class="rimage__image">
    </noscript>
  </div>
</div>



        </div>
        
      </a>
    </div><a data-cc-animate-click href="/products/procor-custom-mattress" class="caption upper">
      <span class="title">ProCor P1 Active Custom Mattress</span>

      

      <div class="price">
        From
        <span class="theme-money">$11,599.00 CAD</span>
        

        
      </div>
    </a>

    
  </div>
</div>

            </div>
          

        
      </div>

      <div class="swiper-scrollbar"></div>
      <a href="#" class="swiper-button-prev" aria-label="Previous"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M0-.25H24v24H0Z" transform="translate(0 0.25)" style="fill:none"/>
  <polyline points="14.4 7.03 9 12.43 14.4 17.83"
            style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:2px"/>
</svg>
</a>
      <a href="#" class="swiper-button-next" aria-label="Next"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M0-.25H24v24H0Z" transform="translate(0 0.25)" style="fill:none"/>
  <polyline points="10 17.83 15.4 12.43 10 7.03"
            style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:2px"/>
</svg>
</a>
    </div>
  
</div>

</div>



</div><div id="shopify-section-template--17901529399491__image-with-text" class="shopify-section section-image-with-text"><style data-shopify>
  

  @media(min-width: 768px) {
    .section-id-template--17901529399491__image-with-text .image-with-text__image__inner {
      
        height: auto !important;
        width: 82% !important;
      
    }

    .section-id-template--17901529399491__image-with-text .feature-header {font-size: 29.4px;
    }

    .section-id-template--17901529399491__image-with-text .image-with-text__text {
      flex-basis: 43%;
    }

    .section-id-template--17901529399491__image-with-text .image-with-text__image__inner .rimage-outer-wrapper {
      background-size: contain;
    }
  }

  @media (min-width: 992px) {
    .section-id-template--17901529399491__image-with-text .feature-header {
      font-size: 42px;
    }
  }
</style>



<div class="image-with-text cf
  section-id-template--17901529399491__image-with-text use-alt-bg
  section-spacing-sm
  image-with-text--contain
" id="section-id-template--17901529399491__image-with-text" data-section-type="image-with-text" data-cc-animate data-section-id="template--17901529399491__image-with-text">

  

  <div class="image-with-text__text align-left">
    <div id="why-i-prioritized-healthy-sleep" class="image-with-text__text__wrap
        
        padded-block-y
      ">

      
      <img class="heading-icon" src="//myessentia.ca/cdn/shop/files/Essentia_Organic_Mattress_Flower.png?v=1666888701" alt="">
      

      
        <div class="feature-subheader" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.1s">Jack dell&#39;Accio, founder &amp; Ceo</div>
      

      
        <h2 class="feature-header h2 align-left" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.2s">
          "Why I Prioritized Healthy Sleep"
        </h2>
      

      <div class="rte align-left" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s"><p>Jack’s journey to creating Essentia began after experiencing a family member’s battle with cancer. Knowing that you spend a third of your life sleeping, after finding out that the mattress can be the most toxic item in your home, Jack set out to develop a healthy sleep surface that offered pressure relief and posture support without introducing toxic chemicals to the bedroom. 20 years ago, Jack patented Essentia’s Beyond Latex™ organic foam. </p></div>

      

      

      <div class="button-row" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.4s">
        
          <a data-cc-animate-click class="
            
            button "
             href="/pages/our-mission">
        

          Read Jack&#39;s Story

        
          </a>
        
      </div>

      
    </div>
  </div>

  
  <div class="image-with-text__image lazyload--placeholder">
    <div class="image-with-text__image__inner"><div class="rimage-outer-wrapper lazyload fade-in"
            data-cc-animate="cc-zoom-out"
            data-bgset="//myessentia.ca/cdn/shop/files/Jack_Dell_Accio_ceo_Essentia_180x.webp?v=1666795174 180w 180h,
  //myessentia.ca/cdn/shop/files/Jack_Dell_Accio_ceo_Essentia_360x.webp?v=1666795174 360w 360h,
  //myessentia.ca/cdn/shop/files/Jack_Dell_Accio_ceo_Essentia_540x.webp?v=1666795174 540w 540h,
  //myessentia.ca/cdn/shop/files/Jack_Dell_Accio_ceo_Essentia_720x.webp?v=1666795174 720w 720h,
  //myessentia.ca/cdn/shop/files/Jack_Dell_Accio_ceo_Essentia_900x.webp?v=1666795174 900w 900h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Jack_Dell_Accio_ceo_Essentia.webp?v=1666795174 1001w 1001h"
            data-sizes="auto"
            data-parent-fit="cover"
            style="max-width: 1001px; max-height: 1001px">
          <div class="rimage-wrapper" style="padding-top:100.0%">
            <noscript>
              <img src="//myessentia.ca/cdn/shop/files/Jack_Dell_Accio_ceo_Essentia_1024x1024.webp?v=1666795174" alt="Jack Dell&#39;Accio ceo and founder of Essentia stand with arms folded in the Essentia warehouse." class="rimage__image">
            </noscript>
          </div>
        </div>
    </div>
  </div>


</div>

<style data-shopify>
.image-with-text[data-section-id="template--17901529399491__image-with-text"] .heading-icon{
  width: 30px;
}

.custom-tabs-content{
  display: none;
}

.custom-tabs-tab-btn.active{
  background: lightcoral;
}

.custom-tabs-content.active{
  display: block;
}
</style>


</div><div id="shopify-section-template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf" class="shopify-section section-text-columns-with-images"><div id="section-id-template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf" data-section-id="template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf" class="half-gutter section-spacing  text-columns-section" data-cc-animate>
  <style data-shopify>
#section-id-template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf #block-id-template--14506666917976__f1f06afa-7449-4de3-83db-41a64809f0bf-166507794455b31025-2 .text-column__image {
      max-width: 700px;
    }#section-id-template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf #block-id-template--14506666917976__f1f06afa-7449-4de3-83db-41a64809f0bf-166507794455b31025-0 .text-column__image {
      max-width: 700px;
    }#section-id-template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf #block-id-template--14506666917976__f1f06afa-7449-4de3-83db-41a64809f0bf-166507794455b31025-1 .text-column__image {
      max-width: 700px;
    }</style>

  
    <div class="section-heading section-heading--with-spacing
      align-center
      
        container container--large
      "
         data-cc-animate>
      <h2 class="h2">The Mattress of Choice for Wellness Gurus &amp; Biohackers</h2>
    </div>
  

  
    <div class="container container--large">
  

    <div class="flexible-layout flexible-layout--variable-columns flexible-layout--columns-3 align-center">
      
        <div id="block-id-template--14506666917976__f1f06afa-7449-4de3-83db-41a64809f0bf-166507794455b31025-2" class="column text-column align-center" 
             data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.15s">

          
            <div class="text-column__image text-column__image--shape-natural"><div class="rimage-outer-wrapper" style="max-width: 460px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:118.69565217391305%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/Tony_Horton_{width}x.webp?v=1725051153"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="0.8424908424908425"
      data-sizes="auto"
      alt=""
      width="460"
      height="546"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/Tony_Horton_1024x1024.webp?v=1725051153" alt="" class="rimage__image">
    </noscript>
  </div>
</div>


</div>
          

          
            <h3 class="h2 align-center">Tony Horton</h3>
          

          
            <div class="text-column__text rte align-center"><p><em>"I am out of my mind about this bed! As someone serious about spinal health, I have experienced incredible back support on this mattress. It honestly has given me the most comfortable sleep I have ever had."</em></p></div>
          

          

          
        </div>
        <style data-shopify>
        .text-columns-section[data-section-id="template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf"] h3,
        .text-columns-section[data-section-id="template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf"] p{
          color: #000000;
        }
        </style>
      
        <div id="block-id-template--14506666917976__f1f06afa-7449-4de3-83db-41a64809f0bf-166507794455b31025-0" class="column text-column align-center" 
             data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s">

          
            <div class="text-column__image text-column__image--shape-natural"><div class="rimage-outer-wrapper" style="max-width: 1096px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:118.79562043795622%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/Dave_Asprey_Essentia_wellness_guru_{width}x.webp?v=1666796930"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="0.8417818740399385"
      data-sizes="auto"
      alt="Essentia Wellness Guru Dave Asprey"
      width="1096"
      height="1302"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/Dave_Asprey_Essentia_wellness_guru_1024x1024.webp?v=1666796930" alt="Essentia Wellness Guru Dave Asprey" class="rimage__image">
    </noscript>
  </div>
</div>


</div>
          

          
            <h3 class="h2 align-center">Dave Asprey</h3>
          

          
            <div class="text-column__text rte align-center"><p>"<em>Essentia has created a performance sleep mattress packed with patented technology, creating a sleep environment that encourages deep REM sleep cycles for truly rejuvenating sleep.</em>"</p></div>
          

          

          
        </div>
        <style data-shopify>
        .text-columns-section[data-section-id="template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf"] h3,
        .text-columns-section[data-section-id="template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf"] p{
          color: #000000;
        }
        </style>
      
        <div id="block-id-template--14506666917976__f1f06afa-7449-4de3-83db-41a64809f0bf-166507794455b31025-1" class="column text-column align-center" 
             data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.45s">

          
            <div class="text-column__image text-column__image--shape-natural"><div class="rimage-outer-wrapper" style="max-width: 1096px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:118.79562043795622%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/Mark_Hyman_Essentia_wellness_guru_{width}x.webp?v=1666796984"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="0.8417818740399385"
      data-sizes="auto"
      alt="Essentia Wellness Guru Mark Hyman"
      width="1096"
      height="1302"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/Mark_Hyman_Essentia_wellness_guru_1024x1024.webp?v=1666796984" alt="Essentia Wellness Guru Mark Hyman" class="rimage__image">
    </noscript>
  </div>
</div>


</div>
          

          
            <h3 class="h2 align-center">Dr. Mark Hyman</h3>
          

          
            <div class="text-column__text rte align-center"><p>"<em>I also run hot and Essentia has a chemical-free cooling core that provides the best environment for deep, restorative sleep. They’re organic, non-toxic, and super comfortable, so you can’t go wrong.</em>"</p></div>
          

          

          
        </div>
        <style data-shopify>
        .text-columns-section[data-section-id="template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf"] h3,
        .text-columns-section[data-section-id="template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf"] p{
          color: #000000;
        }
        </style>
      
    </div>
    
    <div class="section-button">
      <a href="https://myessentia.ca/pages/wellness-experts" class="button">WHO ELSE IS SLEEPING ON ESSENTIA?</a>
    </div>
    
  </div>
</div>

<style data-shopify>
.text-columns-section[data-section-id="template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf"]{
  background-color: #ffffff;
}

.text-columns-section[data-section-id="template--17901529399491__f1f06afa-7449-4de3-83db-41a64809f0bf"] h2{
  color: #000000;
}
</style>



</div><div id="shopify-section-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f" class="shopify-section header-overlap-section section-image-with-text-overlay needs-alt-logo"><div id="section-id-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f" class="section-id-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f" data-section-type="image-with-text-overlay" data-cc-animate>
  <style data-shopify>
#section-id-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f .rimage-outer-wrapper,
    #section-id-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f .placeholder-image {
      height: 400px;
    }#section-id-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f .rimage-outer-wrapper {
      background-position: center center
    }

    @media (min-width: 768px) {#section-id-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f .rimage-outer-wrapper ,
      #section-id-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f .placeholder-image {
        height: 450px;
      }#section-id-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f .line-1 {font-size: 29.4px;
      }

      #section-id-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f .rimage-outer-wrapper {
        background-position: center center
      }
    }

    @media (min-width: 992px) {
      #section-id-template--17901529399491__6f614c52-12d7-4ceb-9a0f-a4f76959168f .line-1 {
        font-size: 42px;
      }
    }
  </style>
<div id="the-ratings-are-in-see-how-the-stratami-did" class="height--fixed image-overlay image-overlay--bg-full
"><a href="https://crrecommendedmark.org/Mark/Index/PULGAAVM?type=digital_manufacturer&sameSite=False&lang=eng">
          <div class="rimage-outer-wrapper rimage-background lazyload fade-in"
              data-cc-animate="cc-zoom-out"
              data-bgset="//myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_180x.webp?v=1683921013 180w 65h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_360x.webp?v=1683921013 360w 129h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_540x.webp?v=1683921013 540w 194h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_720x.webp?v=1683921013 720w 258h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_900x.webp?v=1683921013 900w 323h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_1080x.webp?v=1683921013 1080w 387h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_1296x.webp?v=1683921013 1296w 464h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_1512x.webp?v=1683921013 1512w 542h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_1728x.webp?v=1683921013 1728w 619h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_1950x.webp?v=1683921013 1950w 699h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_2100x.webp?v=1683921013 2100w 753h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_2260x.webp?v=1683921013 2260w 810h,
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_2450x.webp?v=1683921013 2450w 878h,
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1.webp?v=1683921013 2500w 896h"
              data-sizes="auto"
              data-parent-fit="cover"><noscript>
              <div class="rimage-wrapper" style="padding-top:35.84%">
                <img src="//myessentia.ca/cdn/shop/files/the_stratami_consumer_reports_number_one_mattrress_720_1_1024x1024.webp?v=1683921013" alt="" class="rimage__image">
              </div>
            </noscript>
          </div>
        
<div class="overlay-type overlay position--hcenter position--vcenter">
            <div class="inner">
              <div>
                <div class="overlay__content" data-cc-animate="cc-fade-in-zoom-out">
<h2 class="line-1  "
                        >
                      The Ratings are In, See How the Stratami Did!
                    </h2>
                  <div class="icons-container">
                    
                  </div><div class="line-3" >
                      <a href="https://crrecommendedmark.org/Mark/Index/PULGAAVM?type=digital_manufacturer&sameSite=False&lang=eng" target="_blank">
                        <span class="button hover-grow">See the Rating</span>
                      </a>                
                    </div></div>
              </div>
            </div>
          </div>
        
</a></div></div>


</div><div id="shopify-section-template--17901529399491__170552395699f73c6e" class="shopify-section"><div class="section-spacing container" data-cc-animate><div id="shopify-block-AaGJqR0t6WjZkTXJZT__yotpo_product_photo_reviews_reviews_carousel_kcQVzJ" class="shopify-block shopify-app-block">

<div
    class="yotpo-widget-instance"
    data-yotpo-instance-id="598940"
    data-yotpo-product-id="">
</div>



</div>
</div>


</div><div id="shopify-section-template--17901529399491__scrolling-text" class="shopify-section section-scrolling-text"><div id="section-id-template--17901529399491__scrolling-text" class="section-id-template--17901529399491__scrolling-text use-custom-bg" data-section-type="scrolling-text" data-cc-animate>
  <style data-shopify>
    
      .section-id-template--17901529399491__scrolling-text {
        background: #69736e;
        color: #989f9c;
      }
    

    .section-id-template--17901529399491__scrolling-text .marquee-text {
      line-height: 4;font-size: 15px;
    }

    @media (min-width: 768px) {
      .section-id-template--17901529399491__scrolling-text .marquee-text {font-size: 19.6px;
      }
    }

    @media (min-width: 992px) {
      .section-id-template--17901529399491__scrolling-text .marquee-text {
        font-size: 28px;
      }
    }
  </style>
<a href="/pages/customer-guarantee"><div class="marquee marquee--left
      
      
      
      "
       style="--duration: 14s;" role="marquee">
    
<span class="marquee-text">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span><span class="marquee-text" aria-hidden="true">20-Year Warranty  |  120-Night Mattress Sleep Trial | Free Shipping |</span></div></a></div>


</div><div id="shopify-section-template--17901529399491__16637852464feb68b6" class="shopify-section section-text-columns-with-images"><div id="section-id-template--17901529399491__16637852464feb68b6" data-section-id="template--17901529399491__16637852464feb68b6" class="half-gutter section-spacing use-alt-bg text-columns-section" data-cc-animate>
  <style data-shopify>
#section-id-template--17901529399491__16637852464feb68b6 #block-id-166378524574f67565-0 .text-column__image {
      max-width: 700px;
    }#section-id-template--17901529399491__16637852464feb68b6 #block-id-166378524574f67565-1 .text-column__image {
      max-width: 700px;
    }#section-id-template--17901529399491__16637852464feb68b6 #block-id-166378524574f67565-2 .text-column__image {
      max-width: 700px;
    }</style>

  
    <div class="section-heading section-heading--with-spacing
      align-center
      
        container container--large
      "
         data-cc-animate>
      <h2 class="h2">Shop Well, Sleep Well</h2>
    </div>
  

  
    <div class="container container--large">
  

    <div class="flexible-layout flexible-layout--variable-columns flexible-layout--columns-3 align-center">
      
        <div id="block-id-166378524574f67565-0" class="column text-column align-center" 
             data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.15s">

          
            <div class="text-column__image text-column__image--shape-square"><a href="/collections/organic-mattresses" aria-label="Organic Mattresses"><div class="rimage-outer-wrapper" style="max-width: 801px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/Comfortable_essentia_bed_being_made_by_woman_{width}x.webp?v=1666793966"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="Woman making the bed with an essentia mattress"
      width="801"
      height="801"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/Comfortable_essentia_bed_being_made_by_woman_1024x1024.webp?v=1666793966" alt="Woman making the bed with an essentia mattress" class="rimage__image">
    </noscript>
  </div>
</div>


</a></div>
          

          
            <h3 class="h2 align-center">Organic Mattresses</h3>
          

          

          

          
            <div class="button-row inherit-colors align-center">
              <a data-cc-animate-click
                 class="link-display "
                 href="/collections/organic-mattresses" >
                SHOP
              </a>
            </div>
          
        </div>
        <style data-shopify>
        .text-columns-section[data-section-id="template--17901529399491__16637852464feb68b6"] h3,
        .text-columns-section[data-section-id="template--17901529399491__16637852464feb68b6"] p{
          color: #000000;
        }
        </style>
      
        <div id="block-id-166378524574f67565-1" class="column text-column align-center" 
             data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s">

          
            <div class="text-column__image text-column__image--shape-square"><a href="/collections/organic-bedding" aria-label="Accessories"><div class="rimage-outer-wrapper" style="max-width: 801px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/bed_being_made_with_essentia_organic_sheets_{width}x.webp?v=1666794001"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="An Essentia organic sheet being laid out to make a bed on an Essentia organic mattress. "
      width="801"
      height="801"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/bed_being_made_with_essentia_organic_sheets_1024x1024.webp?v=1666794001" alt="An Essentia organic sheet being laid out to make a bed on an Essentia organic mattress. " class="rimage__image">
    </noscript>
  </div>
</div>


</a></div>
          

          
            <h3 class="h2 align-center">Accessories</h3>
          

          

          

          
            <div class="button-row inherit-colors align-center">
              <a data-cc-animate-click
                 class="link-display "
                 href="/collections/organic-bedding" >
                SHOP
              </a>
            </div>
          
        </div>
        <style data-shopify>
        .text-columns-section[data-section-id="template--17901529399491__16637852464feb68b6"] h3,
        .text-columns-section[data-section-id="template--17901529399491__16637852464feb68b6"] p{
          color: #000000;
        }
        </style>
      
        <div id="block-id-166378524574f67565-2" class="column text-column align-center" 
             data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.45s">

          
            <div class="text-column__image text-column__image--shape-square"><a href="/collections/kids-organic-mattresses" aria-label="Baby &amp; Kids"><div class="rimage-outer-wrapper" style="max-width: 801px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/Baby_sleeping_on_essentia_crib_mattress_{width}x.webp?v=1666794026"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt="A baby fast asleep in a terry gown on an Essentia organic crib mattress."
      width="801"
      height="801"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/Baby_sleeping_on_essentia_crib_mattress_1024x1024.webp?v=1666794026" alt="A baby fast asleep in a terry gown on an Essentia organic crib mattress." class="rimage__image">
    </noscript>
  </div>
</div>


</a></div>
          

          
            <h3 class="h2 align-center">Baby & Kids</h3>
          

          

          

          
            <div class="button-row inherit-colors align-center">
              <a data-cc-animate-click
                 class="link-display "
                 href="/collections/kids-organic-mattresses" >
                SHOP
              </a>
            </div>
          
        </div>
        <style data-shopify>
        .text-columns-section[data-section-id="template--17901529399491__16637852464feb68b6"] h3,
        .text-columns-section[data-section-id="template--17901529399491__16637852464feb68b6"] p{
          color: #000000;
        }
        </style>
      
    </div>
    
  </div>
</div>

<style data-shopify>
.text-columns-section[data-section-id="template--17901529399491__16637852464feb68b6"]{
  background-color: #f6f6f0;
}

.text-columns-section[data-section-id="template--17901529399491__16637852464feb68b6"] h2{
  color: #000000;
}
</style>



</div><div id="shopify-section-template--17901529399491__166393202614cb949f" class="shopify-section"><div id="section-id-template--17901529399491__166393202614cb949f" class="section-id-template--17901529399491__166393202614cb949f cf use-standard-bg" data-cc-animate data-section-type="logo-section">
    <style data-shopify>
      
  
      #section-id-template--17901529399491__166393202614cb949f .section-rich-text__image .rimage-outer-wrapper {
        width: 30px;
      }
  
      @media (min-width: 768px) {
        #section-id-template--17901529399491__166393202614cb949f .feature-header {font-size: 26.6px;
        }
      }
  
      @media (min-width: 992px) {
        #section-id-template--17901529399491__166393202614cb949f .feature-header {
          font-size: 38px;
        }
      }
    </style>
  
    <div id="richtext-content" class="section-spacing wide-container section-spacing--sm-b">
      <div class="content transparent align-center reading-width">
  
        
          <div class="section-rich-text__image" data-cc-animate="cc-fade-in-up"><div class="rimage-outer-wrapper" style="max-width: 40px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/Essentia_Organic_Mattress_Flower_{width}x.png?v=1666888701"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt=""
      width="40"
      height="40"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/Essentia_Organic_Mattress_Flower_1024x1024.png?v=1666888701" alt="" class="rimage__image">
    </noscript>
  </div>
</div>


</div>
        
  
        
  
        
          <h2 class="feature-header align-center
            
            " data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.2s">
            Our Beyond Organic® standard ensures all our processes are certified organic, vegan & healthy
          </h2>
        
  
        
          <div class="rte inherit-colors  align-center" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s">
            <p>Essentia strives to create foam mattresses that never make you choose between performance or health. Each component used in our GOLS (<em>Global Organic Latex Standard</em>) certified organic factory is nontoxic, ethically sourced, and certified organic. In fact, Essentia’s skilled craftsmen do not need protective gear while blending our patented Beyond Latex™ organic foam formulas because clean air is at the core of our values. </p>
          </div>
         
        
      </div>
      <div id="logo-section" data-section-id="template--17901529399491__166393202614cb949f">
          <div class="main-content">
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Essentia_Certifications_gols.webp?v=1666794457" alt="GOLS logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Gots_logo.webp?v=1666794586" alt="GOTS logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Made_in_canada_logo.webp?v=1666818839" alt="Made in canada logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Essentia_Certifications_Well_Living.webp?v=1666794626" alt="Well Living Lab logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/ISO_certified_logo.webp?v=1666794947" alt="ISO Certified logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Exova_Logo.webp?v=1666794978" alt="Exova logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Hippocrates_approved_logo.webp?v=1666795007" alt="Hippocrates Health Institute Approved logo">
                          
                      
                  </div>
              
              
          </div>
          

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


<style data-shopify>

#logo-section{
    max-width: 1000px;
}
#logo-section[data-section-id="template--17901529399491__166393202614cb949f"] .logo-container{
    max-width: 120px;
}
@media only screen and (min-width: 768px){
    #logo-section .main-content{
         
        justify-content: center;
         
    }
}

#section-id-template--17901529399491__166393202614cb949f .section-rich-text__image{
  display: flex;
  
  justify-content: center;
  
}

</style>

</div><div id="shopify-section-template--17901529399491__9a87c6ec-fe6e-4556-ba6c-3763e3f1daa2" class="shopify-section section-video"><div id="section-id-template--17901529399491__9a87c6ec-fe6e-4556-ba6c-3763e3f1daa2" class="header-overlap-section needs-alt-logo" data-section-type="video">
  <style data-shopify>
    #section-id-template--17901529399491__9a87c6ec-fe6e-4556-ba6c-3763e3f1daa2 .rimage-outer-wrapper {
      background-position: center center
    }

    @media (min-width: 768px) {
      #section-id-template--17901529399491__9a87c6ec-fe6e-4556-ba6c-3763e3f1daa2 .line-1 {font-size: 42.0px;
      }

      #section-id-template--17901529399491__9a87c6ec-fe6e-4556-ba6c-3763e3f1daa2 .rimage-outer-wrapper {
        background-position: center center
      }
    }

    @media (min-width: 992px) {
      #section-id-template--17901529399491__9a87c6ec-fe6e-4556-ba6c-3763e3f1daa2 .line-1 {
        font-size: 60px;
      }
    }
  </style>

  
    <div class="video-container video-container--image video-container--modal-mobile image-overlay  image-overlay--bg-full"
         data-cc-animate
         data-video-url="https://vimeo.com/647763437"
         data-video-id="647763437"
         data-video-type="vimeo"
         data-video-autoplay="false"
         data-video-loop="false">
      <a class="video-container__stop" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
      <div class="video-container__video"></div><div class="video-container__cover"><div class="rimage-outer-wrapper lazyload fade-in"
              data-bgset="//myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains_180x.webp?v=1666795094 180w 100h,
  //myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains_360x.webp?v=1666795094 360w 200h,
  //myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains_540x.webp?v=1666795094 540w 300h,
  //myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains_720x.webp?v=1666795094 720w 400h,
  //myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains_900x.webp?v=1666795094 900w 500h,
  //myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains_1080x.webp?v=1666795094 1080w 600h,
  //myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains_1296x.webp?v=1666795094 1296w 720h,
  //myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains_1512x.webp?v=1666795094 1512w 840h,
  //myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains_1728x.webp?v=1666795094 1728w 960h,
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains.webp?v=1666795094 1801w 1001h"
              data-sizes="auto"
              data-parent-fit="cover">
            <noscript>
              <div class="rimage-wrapper" style="padding-top:55.58023320377568%">
                <img src="//myessentia.ca/cdn/shop/files/Couple_looking_at_view_across_mountains_1024x1024.webp?v=1666795094" alt="A middle-aged couple out hiking and stopping to admire the beautiful view of mountains into the distance." class="rimage__image">
              </div>
            </noscript>
          </div></div><div class="overlay-type overlay position--hcenter position--vcenter">
          <div class="inner">
            <div>
              <div class="overlay__content" data-cc-animate="cc-fade-in-zoom-out"><div class="feature-subheader">
                    Rise &amp; Thrive®
                  </div><h2 class="line-1 ">
                    What Does it Mean to Thrive?
                  </h2><div class="rte line-2 ">
                    <p>Sleep is the foundation of wellness and happiness. At the core of each Essentia Beyond Organic® foam mattress, we prioritize Clean Air by limiting your exposure to VOCs, and Allergy Free sleep surfaces. Creating the perfect environment for your body to experience luxuriously comfortable, deep, restorative sleep. Allowing you to live each day to it’s fullest. </p>
                  </div><div class="line-3">
                  <a href="#" class="video-container__play button hover-grow"
                     aria-label="Watch Now">
                    <svg viewBox="0 0 16 20" class="icon--play" xmlns="http://www.w3.org/2000/svg">
  <path d="M0 20l16-10L0 0z"></path>
</svg>

                    Watch Now
                  </a>
                </div>
              </div>
            </div>
          </div>
        </div></div>
  
</div>



</div><div id="shopify-section-template--17901529399491__16639504793b93eea6" class="shopify-section"><div id="section-id-template--17901529399491__16639504793b93eea6" class="section-id-template--17901529399491__16639504793b93eea6 cf use-standard-bg" data-cc-animate data-section-type="logo-section">
    <style data-shopify>
      
  
      #section-id-template--17901529399491__16639504793b93eea6 .section-rich-text__image .rimage-outer-wrapper {
        width: 30px;
      }
  
      @media (min-width: 768px) {
        #section-id-template--17901529399491__16639504793b93eea6 .feature-header {font-size: 33.6px;
        }
      }
  
      @media (min-width: 992px) {
        #section-id-template--17901529399491__16639504793b93eea6 .feature-header {
          font-size: 48px;
        }
      }
    </style>
  
    <div id="richtext-content" class="section-spacing wide-container section-spacing--sm-b">
      <div class="content transparent align-center reading-width">
  
        
          <div class="section-rich-text__image" data-cc-animate="cc-fade-in-up"><div class="rimage-outer-wrapper" style="max-width: 40px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:100.0%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/Essentia_Organic_Mattress_Flower_{width}x.png?v=1666888701"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="1.0"
      data-sizes="auto"
      alt=""
      width="40"
      height="40"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/Essentia_Organic_Mattress_Flower_1024x1024.png?v=1666888701" alt="" class="rimage__image">
    </noscript>
  </div>
</div>


</div>
        
  
        
  
        
          <h2 class="feature-header align-center
            
            " data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.2s">
            Essentia’s 8 Elements for Deep Sleep
          </h2>
        
  
        
          <div class="rte inherit-colors  align-center" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s">
            <p>You deserve a sleep surface that ensures you experience the deepest, longest possible REM and Deep Sleep cycles. Essentia is the only mattress proven to accomplish this for its sleepers. To do this, Essentia Beyond Latex™ organic foam mattresses are crafted to eliminate sleep stimulants that disrupt your body’s natural sleep cycles. </p>
          </div>
         
        
      </div>
      <div id="logo-section" data-section-id="template--17901529399491__16639504793b93eea6">
          <div class="main-content">
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/certfied_organic_icon_25011623-29d0-4e4a-a5a1-5d653fde2578.png?v=1666795729" alt="Certified Organic icon">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/posture_support_icon_95cc15a8-ec6c-4eda-86bd-5f12c96c770c.png?v=1666795888" alt="Posture Support icon">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/allergy_friendly_icon_0d65c8c1-3cc8-451d-ae8e-aaa7ffbdbd67.png?v=1666795900" alt="Allergy Friendly icon">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Optimized_oxygen_icon_e34d2ddb-3f3b-45da-a363-efe6e6b1bf5d.png?v=1666795948" alt="Optimized Oxygen icon">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/active_cooling_icon_244e7673-fe62-4424-8c1f-9b098555ce83.png?v=1666795948" alt="Active Cooling icon">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/accelerated_recovery_icon_49a7e59c-dfcb-4ec4-9316-390e8d4cac7f.png?v=1666795948" alt="Accelerated Recovery icon">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/emf_protection_icon_7fab1d69-01d7-4d14-bbf7-428e102d83ef.png?v=1666795948" alt="EMF Protection icon">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Mold.webp?v=1717095414" alt="">
                          
                      
                  </div>
              
              
          </div>
          
          <div class="button-row inherit-colors align-center" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s">
            <a data-cc-animate-click class="
              
              button " href="/pages/essentia-organic-mattress-eight-key-elements-performance-sleep">
              LEARN MORE
            </a>
          </div>
        

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


<style data-shopify>

#logo-section{
    max-width: 1010px;
}
#logo-section[data-section-id="template--17901529399491__16639504793b93eea6"] .logo-container{
    max-width: 100px;
}
@media only screen and (min-width: 768px){
    #logo-section .main-content{
         
        justify-content: center;
         
    }
}

#section-id-template--17901529399491__16639504793b93eea6 .section-rich-text__image{
  display: flex;
  
  justify-content: center;
  
}

</style>

</div><div id="shopify-section-template--17901529399491__testimonials" class="shopify-section section-testimonials"><div id="section-id-template--17901529399491__testimonials"
     data-section-type="testimonials"
     class="half-gutter section-spacing section-spacing--top-only use-alt-bg" data-cc-animate>
  

    <div class="container container--large">
      <div class="section-heading section-heading--with-spacing " data-cc-animate>
        <h2 class="h2">Peak performance starts with quality sleep</h2>
      </div>
    </div>
  

  <div class="container container--large ">
      
      
      

      

      <div class="cc-testimonial
        cc-testimonial--align-right
        
        cc-testimonial--one-image
        
        "
        
           data-scrollax-parent="true">

        
          <div class="cc-testimonial__column">
            <figure class="cc-testimonial__image-with-caption" data-cc-animate>
              <div class="cc-testimonial__image-wrapper">
                <div data-scrollax="properties: { 'translateY': '100px' }"><div class="rimage-outer-wrapper" style="max-width: 1296px"
  
>
  <div class="rimage-wrapper lazyload--placeholder" style="padding-top:135.0308641975309%">
    
    
    <img class="rimage__image lazyload fade-in "
      data-src="//myessentia.ca/cdn/shop/files/AthleteCollage-ISO_1296x_f51d7096-9a39-4cfc-b605-c6dec21e6c17_{width}x.webp?v=1771007779"
      data-widths="[460, 540, 720, 900, 1080, 1296, 1512, 1728, 2048]"
      data-aspectratio="0.7405714285714285"
      data-sizes="auto"
      alt="Pro Athletes who sleep on Essentia"
      width="1296"
      height="1750"
      >

    <noscript>
      
      <img src="//myessentia.ca/cdn/shop/files/AthleteCollage-ISO_1296x_f51d7096-9a39-4cfc-b605-c6dec21e6c17_1024x1024.webp?v=1771007779" alt="Pro Athletes who sleep on Essentia" class="rimage__image">
    </noscript>
  </div>
</div>


</div>
              </div>

              
            </figure>
          </div>
        

        <div class="cc-testimonial__column">
          <div class="cc-testimonial__content overlay-type"><div class="cc-testimonial__star-rating" data-cc-animate="cc-fade-in-up"><span class="cc-testimonial__star"><svg aria-hidden="true" focusable="false" width="13" height="13" viewBox="0 0 13 13" fill="currentColor">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z"/>
</svg></span><span class="cc-testimonial__star"><svg aria-hidden="true" focusable="false" width="13" height="13" viewBox="0 0 13 13" fill="currentColor">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z"/>
</svg></span><span class="cc-testimonial__star"><svg aria-hidden="true" focusable="false" width="13" height="13" viewBox="0 0 13 13" fill="currentColor">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z"/>
</svg></span><span class="cc-testimonial__star"><svg aria-hidden="true" focusable="false" width="13" height="13" viewBox="0 0 13 13" fill="currentColor">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z"/>
</svg></span><span class="cc-testimonial__star"><svg aria-hidden="true" focusable="false" width="13" height="13" viewBox="0 0 13 13" fill="currentColor">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.43579 4.9459L13.63 4.9536L9.42653 8.01929L11.0329 12.97L6.81981 9.91778L2.60673 12.97L4.20346 8.01929L0 4.9536L5.20383 4.9459L6.81981 0L8.43579 4.9459Z"/>
</svg></span></div><h3 class="line-1" data-cc-animate="cc-fade-in-up">
                Essentia – A game changer for any athlete
              </h3><div class="rte line-2" data-cc-animate="cc-fade-in-up">
                <p>Essentia’s obsession to have everyone experience true, performance sleep is tested by some of the world’s top athletic talent. With over 25% of professional hockey players sleeping on Essentia, we are proud to see these high performers prioritize sleep as a part of their success plan. The ProCor P1 is our commitment to fine tuning this sleep experience with a fully custom organic mattress built to cater to the sleeper's posture, spinal type, and muscular build. </p>
              </div>
              <div class="button-row" data-cc-animate="cc-fade-in-up">
                <a data-cc-animate-click
                   class="overlay-type-ignore button alt"
                   href="/pages/athletes">
                  Meet our peak performers
                </a>
              </div>
            
          </div>

          
        </div>
      </div>
      <style data-shopify>
      @media only screen and (min-width: 768px){
        
        .section-testimonials .cc-testimonial.cc-testimonial--two-images .cc-testimonial__content .line-2{
          width: 100%;
        }
        
      }
      </style>
</div>
</div>


</div><div id="shopify-section-template--17901529399491__1663786104b817f423" class="shopify-section section-video"><div id="section-id-template--17901529399491__1663786104b817f423" class="section-spacing wide-container" data-section-type="video">
  <style data-shopify>
    #section-id-template--17901529399491__1663786104b817f423 .rimage-outer-wrapper {
      background-position: center center
    }

    @media (min-width: 768px) {
      #section-id-template--17901529399491__1663786104b817f423 .line-1 {font-size: 42.0px;
      }

      #section-id-template--17901529399491__1663786104b817f423 .rimage-outer-wrapper {
        background-position: center center
      }
    }

    @media (min-width: 992px) {
      #section-id-template--17901529399491__1663786104b817f423 .line-1 {
        font-size: 60px;
      }
    }
  </style>

  
    <div class="video-container video-container--image video-container--modal-mobile image-overlay  image-overlay--bg-full"
         data-cc-animate
         data-video-url="https://vimeo.com/689798359"
         data-video-id="689798359"
         data-video-type="vimeo"
         data-video-autoplay="false"
         data-video-loop="false">
      <a class="video-container__stop" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
      <div class="video-container__video"></div><div class="video-container__cover"><div class="rimage-outer-wrapper lazyload fade-in"
              data-bgset="//myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness_180x.webp?v=1666795635 180w 92h,
  //myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness_360x.webp?v=1666795635 360w 184h,
  //myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness_540x.webp?v=1666795635 540w 276h,
  //myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness_720x.webp?v=1666795635 720w 368h,
  //myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness_900x.webp?v=1666795635 900w 460h,
  //myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness_1080x.webp?v=1666795635 1080w 552h,
  //myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness_1296x.webp?v=1666795635 1296w 663h,
  //myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness_1512x.webp?v=1666795635 1512w 773h,
  //myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness_1728x.webp?v=1666795635 1728w 884h,
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness.webp?v=1666795635 1801w 921h"
              data-sizes="auto"
              data-parent-fit="cover">
            <noscript>
              <div class="rimage-wrapper" style="padding-top:51.13825652415325%">
                <img src="//myessentia.ca/cdn/shop/files/Jack_pushing_bed_to_show_its_softness_1024x1024.webp?v=1666795635" alt="Jack Dell&#39;Accio tests the firmness of a bed mattress by pushing down with his hands." class="rimage__image">
              </div>
            </noscript>
          </div></div><div class="overlay-type overlay position--hcenter position--vcenter">
          <div class="inner">
            <div>
              <div class="overlay__content" data-cc-animate="cc-fade-in-zoom-out"><h2 class="line-1 ">
                    Tour our certified organic Canadian factory that hand crafts the deepest sleep ever.
                  </h2><div class="line-3">
                  <a href="#" class="video-container__play button hover-grow"
                     aria-label="Watch Now">
                    <svg viewBox="0 0 16 20" class="icon--play" xmlns="http://www.w3.org/2000/svg">
  <path d="M0 20l16-10L0 0z"></path>
</svg>

                    Watch Now
                  </a>
                </div>
              </div>
            </div>
          </div>
        </div></div>
  
</div>



</div><div id="shopify-section-template--17901529399491__1663786215ed095e88" class="shopify-section section-image-with-text"><style data-shopify>
  

  @media(min-width: 768px) {
    .section-id-template--17901529399491__1663786215ed095e88 .image-with-text__image__inner {
      
        transform: scale(1.0);
      
    }

    .section-id-template--17901529399491__1663786215ed095e88 .feature-header {font-size: 28.0px;
    }

    .section-id-template--17901529399491__1663786215ed095e88 .image-with-text__text {
      flex-basis: 40%;
    }

    .section-id-template--17901529399491__1663786215ed095e88 .image-with-text__image__inner .rimage-outer-wrapper {
      background-size: cover;
    }
  }

  @media (min-width: 992px) {
    .section-id-template--17901529399491__1663786215ed095e88 .feature-header {
      font-size: 40px;
    }
  }
</style>



<div class="image-with-text cf
  section-id-template--17901529399491__1663786215ed095e88 use-alt-bg
  
  image-with-text--cover
" id="section-id-template--17901529399491__1663786215ed095e88" data-section-type="image-with-text" data-cc-animate data-section-id="template--17901529399491__1663786215ed095e88">

  

  <div class="image-with-text__text align-left">
    <div id="reducing-sleep-stimulants" class="image-with-text__text__wrap
        
        padded-block
      ">

      
      <img class="heading-icon" src="//myessentia.ca/cdn/shop/files/Essentia_Organic_Mattress_Flower.png?v=1666888701" alt="">
      

      
        <div class="feature-subheader" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.1s">Beyond Organic®</div>
      

      
        <h2 class="feature-header h2 align-left" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.2s">
          Reducing Sleep Stimulants
        </h2>
      

      <div class="rte align-left" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s"><p>By eliminating stimulants that pull your body out of its sleep cycles such as pain, tossing and turning, allergens, heat, EMFs, and chemicals you will experience an increased rate of recovery that improves both your mental and physical wellness. We promote nontoxic sleep environments with clean air, no allergens, no latex allergies, active cooling, and more, so you experience your best night’s sleep and wake up ready to take on the challenges of your day.</p></div>

      

      

      <div class="button-row" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.4s">
        
          <a data-cc-animate-click class="
            
            button "
             href="/pages/essentia-beyond-organic-standard">
        

          Learn More

        
          </a>
        
      </div>

      
    </div>
  </div>

  
  <div class="image-with-text__image lazyload--placeholder">
    <div class="image-with-text__image__inner"><div class="rimage-outer-wrapper lazyload fade-in"
            data-cc-animate="cc-zoom-out"
            data-bgset="//myessentia.ca/cdn/shop/files/A_couple_asleep_on_an_Essentia_mattress_180x.webp?v=1666796181 180w 147h,
  //myessentia.ca/cdn/shop/files/A_couple_asleep_on_an_Essentia_mattress_360x.webp?v=1666796181 360w 293h,
  //myessentia.ca/cdn/shop/files/A_couple_asleep_on_an_Essentia_mattress_540x.webp?v=1666796181 540w 440h,
  //myessentia.ca/cdn/shop/files/A_couple_asleep_on_an_Essentia_mattress_720x.webp?v=1666796181 720w 586h,
  //myessentia.ca/cdn/shop/files/A_couple_asleep_on_an_Essentia_mattress_900x.webp?v=1666796181 900w 733h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/A_couple_asleep_on_an_Essentia_mattress.webp?v=1666796181 1000w 814h"
            data-sizes="auto"
            data-parent-fit="cover"
            style="max-width: 1000px; max-height: 814px">
          <div class="rimage-wrapper" style="padding-top:81.4%">
            <noscript>
              <img src="//myessentia.ca/cdn/shop/files/A_couple_asleep_on_an_Essentia_mattress_1024x1024.webp?v=1666796181" alt="A couple asleep in a dark room on an Essentia Mattress" class="rimage__image">
            </noscript>
          </div>
        </div>
    </div>
  </div>


</div>

<style data-shopify>
.image-with-text[data-section-id="template--17901529399491__1663786215ed095e88"] .heading-icon{
  width: 30px;
}

.custom-tabs-content{
  display: none;
}

.custom-tabs-tab-btn.active{
  background: lightcoral;
}

.custom-tabs-content.active{
  display: block;
}
</style>


</div><div id="shopify-section-template--17901529399491__16637862224dd0a9fc" class="shopify-section section-image-with-text"><style data-shopify>
  

  @media(min-width: 768px) {
    .section-id-template--17901529399491__16637862224dd0a9fc .image-with-text__image__inner {
      
        transform: scale(1.0);
      
    }

    .section-id-template--17901529399491__16637862224dd0a9fc .feature-header {font-size: 28.0px;
    }

    .section-id-template--17901529399491__16637862224dd0a9fc .image-with-text__text {
      flex-basis: 39%;
    }

    .section-id-template--17901529399491__16637862224dd0a9fc .image-with-text__image__inner .rimage-outer-wrapper {
      background-size: cover;
    }
  }

  @media (min-width: 992px) {
    .section-id-template--17901529399491__16637862224dd0a9fc .feature-header {
      font-size: 40px;
    }
  }
</style>



<div class="image-with-text cf
  section-id-template--17901529399491__16637862224dd0a9fc use-alt-bg
  
  image-with-text--cover
" id="section-id-template--17901529399491__16637862224dd0a9fc" data-section-type="image-with-text" data-cc-animate data-section-id="template--17901529399491__16637862224dd0a9fc">

  
  <div class="image-with-text__image lazyload--placeholder">
    <div class="image-with-text__image__inner"><div class="rimage-outer-wrapper lazyload fade-in"
            data-cc-animate="cc-zoom-out"
            data-bgset="//myessentia.ca/cdn/shop/files/woman_in_bed_waking_up_refreshed_180x.webp?v=1666796223 180w 134h,
  //myessentia.ca/cdn/shop/files/woman_in_bed_waking_up_refreshed_360x.webp?v=1666796223 360w 268h,
  //myessentia.ca/cdn/shop/files/woman_in_bed_waking_up_refreshed_540x.webp?v=1666796223 540w 402h,
  //myessentia.ca/cdn/shop/files/woman_in_bed_waking_up_refreshed_720x.webp?v=1666796223 720w 536h,
  //myessentia.ca/cdn/shop/files/woman_in_bed_waking_up_refreshed_900x.webp?v=1666796223 900w 670h,
  //myessentia.ca/cdn/shop/files/woman_in_bed_waking_up_refreshed_1080x.webp?v=1666796223 1080w 804h,
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/woman_in_bed_waking_up_refreshed.webp?v=1666796223 1108w 825h"
            data-sizes="auto"
            data-parent-fit="cover"
            style="max-width: 1108px; max-height: 825px">
          <div class="rimage-wrapper" style="padding-top:74.45848375451264%">
            <noscript>
              <img src="//myessentia.ca/cdn/shop/files/woman_in_bed_waking_up_refreshed_1024x1024.webp?v=1666796223" alt="Woman in bed waking up refreshed and stretching her arm" class="rimage__image">
            </noscript>
          </div>
        </div>
    </div>
  </div>


  <div class="image-with-text__text align-left">
    <div id="wake-up-invigorated" class="image-with-text__text__wrap
        
        padded-block
      ">

      
      <img class="heading-icon" src="//myessentia.ca/cdn/shop/files/Essentia_Organic_Mattress_Flower.png?v=1666888701" alt="">
      

      
        <div class="feature-subheader" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.1s">A bright new dawn</div>
      

      
        <h2 class="feature-header h2 align-left" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.2s">
          Wake Up Invigorated
        </h2>
      

      <div class="rte align-left" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s"><p>Prioritizing natural and organic components such as Hevea milk, the milky white sap of the rubber tree, organic essential oils, natural plant extracts, and water, our proprietary slow response organic latex foam blends offer unmatched pressure relief while eliminating the chemicals usually found in memory foam mattresses. </p><p>The most comfortable latex mattress you’ll ever sleep on, you can also be sure you won’t be affected by allergens. Tested by the Johns Hopkins School of Medicine, Essentia Beyond Latex™ organic foam doesn’t contain the latex proteins that can trigger allergies, and the foam is impervious to dust mites. Most importantly, these vegan mattresses do not have any springs, wool, or fiber batting that dust mites commonly call home.</p></div>

      

      

      <div class="button-row" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.4s">
        
          <a data-cc-animate-click class="
            
            button "
             href="/collections/organic-mattresses">
        

          Shop Mattresses

        
          </a>
        
      </div>

      
    </div>
  </div>

  

</div>

<style data-shopify>
.image-with-text[data-section-id="template--17901529399491__16637862224dd0a9fc"] .heading-icon{
  width: 30px;
}

.custom-tabs-content{
  display: none;
}

.custom-tabs-tab-btn.active{
  background: lightcoral;
}

.custom-tabs-content.active{
  display: block;
}
</style>


</div><div id="shopify-section-template--17901529399491__166378524918981408" class="shopify-section header-overlap-section section-image-with-text-overlay needs-alt-logo"><div id="section-id-template--17901529399491__166378524918981408" class="section-id-template--17901529399491__166378524918981408" data-section-type="image-with-text-overlay" data-cc-animate>
  <style data-shopify>
#section-id-template--17901529399491__166378524918981408 .rimage-outer-wrapper {
      background-position: center center
    }

    @media (min-width: 768px) {#section-id-template--17901529399491__166378524918981408 .line-1 {font-size: 33.6px;
      }

      #section-id-template--17901529399491__166378524918981408 .rimage-outer-wrapper {
        background-position: bottom right
      }
    }

    @media (min-width: 992px) {
      #section-id-template--17901529399491__166378524918981408 .line-1 {
        font-size: 48px;
      }
    }
  </style>
<div id="consumer-reports®-recommends-the-essentia-stratami™-mattress" class="height--natural image-overlay 
"><a href="https://reprints.theygsgroup.com/cr/reprints/Essentia_FoamMattresses_Ratings.pdf">
          <div class="rimage-outer-wrapper rimage-background lazyload fade-in"
              data-cc-animate="cc-zoom-out"
              data-bgset="//myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress_180x.webp?v=1666795385 180w 64h,
  //myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress_360x.webp?v=1666795385 360w 129h,
  //myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress_540x.webp?v=1666795385 540w 193h,
  //myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress_720x.webp?v=1666795385 720w 258h,
  //myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress_900x.webp?v=1666795385 900w 322h,
  //myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress_1080x.webp?v=1666795385 1080w 387h,
  //myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress_1296x.webp?v=1666795385 1296w 464h,
  //myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress_1512x.webp?v=1666795385 1512w 541h,
  //myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress_1728x.webp?v=1666795385 1728w 619h,
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress.webp?v=1666795385 1801w 645h"
              data-sizes="auto"
              data-parent-fit="cover"><div class="rimage-wrapper" style="padding-top:35.81343697945586%"></div><noscript>
              <div class="rimage-wrapper" style="padding-top:35.81343697945586%">
                <img src="//myessentia.ca/cdn/shop/files/The_Stratami_consumer_reports_number_one_mattrress_1024x1024.webp?v=1666795385" alt="" class="rimage__image">
              </div>
            </noscript>
          </div>
        
<div class="overlay-type overlay position--left position--vcenter">
            <div class="inner">
              <div>
                <div class="overlay__content" ><div class="feature-subheader" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s">
                      Top Foam Mattress Ranking 6 years running
                    </div>
                  
<h2 class="line-1  "
                        data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.2s">
                      CONSUMER REPORTS® RECOMMENDS THE ESSENTIA STRATAMI™ MATTRESS
                    </h2><div class="rte line-2 " data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.4s">
                      <p>Consumer Reports® does not endorse products or services.</p>
                    </div>
                  <div class="icons-container">
                    
                  </div><div class="line-3" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.5s">
                      <a href="https://reprints.theygsgroup.com/cr/reprints/Essentia_FoamMattresses_Ratings.pdf" target="_blank">
                        <span class="button hover-grow">SEE OUR RATING</span>
                      </a>                
                    </div></div>
              </div>
            </div>
          </div>
        
</a></div></div>


</div><div id="shopify-section-template--17901529399491__1663786526c8edb1a9" class="shopify-section section-image-with-text"><style data-shopify>
  

  @media(min-width: 768px) {
    .section-id-template--17901529399491__1663786526c8edb1a9 .image-with-text__image__inner {
      
        transform: scale(1.0);
      
    }

    .section-id-template--17901529399491__1663786526c8edb1a9 .feature-header {font-size: 28.0px;
    }

    .section-id-template--17901529399491__1663786526c8edb1a9 .image-with-text__text {
      flex-basis: 39%;
    }

    .section-id-template--17901529399491__1663786526c8edb1a9 .image-with-text__image__inner .rimage-outer-wrapper {
      background-size: cover;
    }
  }

  @media (min-width: 992px) {
    .section-id-template--17901529399491__1663786526c8edb1a9 .feature-header {
      font-size: 40px;
    }
  }
</style>



<div class="image-with-text cf
  section-id-template--17901529399491__1663786526c8edb1a9 use-alt-bg
  
  image-with-text--cover
" id="section-id-template--17901529399491__1663786526c8edb1a9" data-section-type="image-with-text" data-cc-animate data-section-id="template--17901529399491__1663786526c8edb1a9">

  

  <div class="image-with-text__text align-left">
    <div id="120-night-mattress-sleep-trial-20-year-warranty" class="image-with-text__text__wrap
        
        padded-block
      ">

      
      <img class="heading-icon" src="//myessentia.ca/cdn/shop/files/Essentia_Organic_Mattress_Flower.png?v=1666888701" alt="">
      

      
        <div class="feature-subheader" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.1s">A brand you can trust</div>
      

      
        <h2 class="feature-header h2 align-left" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.2s">
          120 Night Mattress Sleep Trial & 20 Year Warranty
        </h2>
      

      <div class="rte align-left" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s"><p>We are committed to crafting amazing organic sleep products. Here at Essentia, we live, breathe and dream performance sleep. Our Beyond Organic® standard means we don't cut any corners and are proud to make a high quality, durable product. This is why we stand behind our work and are confident you will experience amazing sleep, without compromise.</p></div>

      

      

      <div class="button-row" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.4s">
        
          <a data-cc-animate-click class="
            
            button "
             href="/collections/organic-mattresses">
        

          Shop mattresses

        
          </a>
        
      </div>

      
    </div>
  </div>

  
  <div class="image-with-text__image lazyload--placeholder">
    <div class="image-with-text__image__inner"><div class="rimage-outer-wrapper lazyload fade-in"
            data-cc-animate="cc-zoom-out"
            data-bgset="//myessentia.ca/cdn/shop/files/man_and_woman_roll_out_mattress_180x.webp?v=1666796311 180w 148h,
  //myessentia.ca/cdn/shop/files/man_and_woman_roll_out_mattress_360x.webp?v=1666796311 360w 296h,
  //myessentia.ca/cdn/shop/files/man_and_woman_roll_out_mattress_540x.webp?v=1666796311 540w 444h,
  //myessentia.ca/cdn/shop/files/man_and_woman_roll_out_mattress_720x.webp?v=1666796311 720w 591h,
  //myessentia.ca/cdn/shop/files/man_and_woman_roll_out_mattress_900x.webp?v=1666796311 900w 739h,
  //myessentia.ca/cdn/shop/files/man_and_woman_roll_out_mattress_1080x.webp?v=1666796311 1080w 887h,
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/man_and_woman_roll_out_mattress.webp?v=1666796311 1108w 910h"
            data-sizes="auto"
            data-parent-fit="cover"
            style="max-width: 1108px; max-height: 910px">
          <div class="rimage-wrapper" style="padding-top:82.12996389891697%">
            <noscript>
              <img src="//myessentia.ca/cdn/shop/files/man_and_woman_roll_out_mattress_1024x1024.webp?v=1666796311" alt="Couple unroll their new Essentia organic mattress onto their bed" class="rimage__image">
            </noscript>
          </div>
        </div>
    </div>
  </div>


</div>

<style data-shopify>
.image-with-text[data-section-id="template--17901529399491__1663786526c8edb1a9"] .heading-icon{
  width: 30px;
}

.custom-tabs-content{
  display: none;
}

.custom-tabs-tab-btn.active{
  background: lightcoral;
}

.custom-tabs-content.active{
  display: block;
}
</style>


</div><div id="shopify-section-template--17901529399491__1663786533fa2ef22d" class="shopify-section section-image-with-text"><style data-shopify>
  

  @media(min-width: 768px) {
    .section-id-template--17901529399491__1663786533fa2ef22d .image-with-text__image__inner {
      
        height: auto !important;
        width: 100% !important;
      
    }

    .section-id-template--17901529399491__1663786533fa2ef22d .feature-header {font-size: 28.0px;
    }

    .section-id-template--17901529399491__1663786533fa2ef22d .image-with-text__text {
      flex-basis: 50%;
    }

    .section-id-template--17901529399491__1663786533fa2ef22d .image-with-text__image__inner .rimage-outer-wrapper {
      background-size: contain;
    }
  }

  @media (min-width: 992px) {
    .section-id-template--17901529399491__1663786533fa2ef22d .feature-header {
      font-size: 40px;
    }
  }
</style>



<div class="image-with-text cf
  section-id-template--17901529399491__1663786533fa2ef22d use-alt-bg
  
  image-with-text--contain
" id="section-id-template--17901529399491__1663786533fa2ef22d" data-section-type="image-with-text" data-cc-animate data-section-id="template--17901529399491__1663786533fa2ef22d">

  
  <div class="image-with-text__image lazyload--placeholder">
    <div class="image-with-text__image__inner"><div class="rimage-outer-wrapper lazyload fade-in"
            data-cc-animate="cc-zoom-out"
            data-bgset="//myessentia.ca/cdn/shop/files/Woman_collecting_latex_from_tree_180x.webp?v=1666796354 180w 195h,
  //myessentia.ca/cdn/shop/files/Woman_collecting_latex_from_tree_360x.webp?v=1666796354 360w 391h,
  //myessentia.ca/cdn/shop/files/Woman_collecting_latex_from_tree_540x.webp?v=1666796354 540w 586h,
  //myessentia.ca/cdn/shop/files/Woman_collecting_latex_from_tree_720x.webp?v=1666796354 720w 781h,
  //myessentia.ca/cdn/shop/files/Woman_collecting_latex_from_tree_900x.webp?v=1666796354 900w 977h,
  //myessentia.ca/cdn/shop/files/Woman_collecting_latex_from_tree_1080x.webp?v=1666796354 1080w 1172h,
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Woman_collecting_latex_from_tree.webp?v=1666796354 1200w 1302h"
            data-sizes="auto"
            data-parent-fit="cover"
            style="max-width: 1200px; max-height: 1302px">
          <div class="rimage-wrapper" style="padding-top:108.5%">
            <noscript>
              <img src="//myessentia.ca/cdn/shop/files/Woman_collecting_latex_from_tree_1024x1024.webp?v=1666796354" alt="A woman cutting the bark of a tree to collect havea milk" class="rimage__image">
            </noscript>
          </div>
        </div>
    </div>
  </div>


  <div class="image-with-text__text align-left">
    <div id="certified-organic-latex" class="image-with-text__text__wrap
        
        padded-block
      ">

      
      <img class="heading-icon" src="//myessentia.ca/cdn/shop/files/Essentia_Organic_Mattress_Flower.png?v=1666888701" alt="">
      

      
        <div class="feature-subheader" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.1s">Fair &amp; Ethical sourcing</div>
      

      
        <h2 class="feature-header h2 align-left" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.2s">
          Certified Organic Latex
        </h2>
      

      <div class="rte align-left" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s"><p>Beyond Organic® is a self-governing initiative that is at the heart of everything Essentia does. With Beyond Organic® at its core, all of Essentia’s products are made organically, ethically, and safely. This means that every part of the process — from farming to harvesting to manufacturing — is vegan and cruelty-free. Beyond Organic® supports a better, safer, and healthier home by enhancing indoor air quality with VOC-free mattresses.</p></div>

      

      

      <div class="button-row" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.4s">
        
          <a data-cc-animate-click class="
            
            button "
             href="/pages/essentia-beyond-latex-organic-foam">
        

          Learn More

        
          </a>
        
      </div>

      
    </div>
  </div>

  

</div>

<style data-shopify>
.image-with-text[data-section-id="template--17901529399491__1663786533fa2ef22d"] .heading-icon{
  width: 30px;
}

.custom-tabs-content{
  display: none;
}

.custom-tabs-tab-btn.active{
  background: lightcoral;
}

.custom-tabs-content.active{
  display: block;
}
</style>


</div><div id="shopify-section-template--17901529399491__1664125035e7860d28" class="shopify-section"><div id="section-id-template--17901529399491__1664125035e7860d28" class="section-id-template--17901529399491__1664125035e7860d28 cf use-standard-bg" data-cc-animate data-section-type="logo-section">
    <style data-shopify>
      
  
      #section-id-template--17901529399491__1664125035e7860d28 .section-rich-text__image .rimage-outer-wrapper {
        width: 120px;
      }
  
      @media (min-width: 768px) {
        #section-id-template--17901529399491__1664125035e7860d28 .feature-header {font-size: 33.6px;
        }
      }
  
      @media (min-width: 992px) {
        #section-id-template--17901529399491__1664125035e7860d28 .feature-header {
          font-size: 48px;
        }
      }
    </style>
  
    <div id="richtext-content" class="section-spacing wide-container section-spacing--sm-b">
      <div class="content transparent align-center reading-width">
  
        
  
        
  
        
          <h2 class="feature-header align-center
            
            feature-header__no-line feature-header__no-gap" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.2s">
            As Seen on
          </h2>
        
  
         
        
      </div>
      <div id="logo-section" data-section-id="template--17901529399491__1664125035e7860d28">
          <div class="main-content">
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Forbes_logo.webp?v=1666796452" alt="As seen on ">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/MBG_logo.webp?v=1666796468" alt="As seen on Mind Body Green">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/New_York_Magazine_logo.webp?v=1666796508" alt="">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/mens_health_2022_sleep_awards.jpg?v=1666956317" alt="Men's Health 2022 Sleep Awards logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Dragons_Den_logo.webp?v=1666796637" alt="Dragons Den logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Deepak_Chopra_logo.webp?v=1666796661" alt="Deepak Chopra logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Mama_Natural_logo.webp?v=1666796678" alt="Mama Natural logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/The_Ellen_DeGeneres_Show_Logo.webp?v=1666956397" alt="Ellen Degeneres logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/LA_Times_logo.webp?v=1666796803" alt="Los Angeles Times logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Be_Well_logo.webp?v=1666796822" alt="Bw Well logo">
                          
                      
                  </div>
              
              
              
                  <div class="logo-container">
                      
                        
                          <img src="//myessentia.ca/cdn/shop/files/Organic_Authority_logo.webp?v=1666796840" alt="Organic Authority logo">
                          
                      
                  </div>
              
              
          </div>
          

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


<style data-shopify>

#logo-section{
    max-width: 1000px;
}
#logo-section[data-section-id="template--17901529399491__1664125035e7860d28"] .logo-container{
    max-width: 120px;
}
@media only screen and (min-width: 768px){
    #logo-section .main-content{
         
        justify-content: center;
         
    }
}

#section-id-template--17901529399491__1664125035e7860d28 .section-rich-text__image{
  display: flex;
  
  justify-content: center;
  
}

</style>

</div><div id="shopify-section-template--17901529399491__8fe2c761-f4fd-4ff5-accb-0c1942844440" class="shopify-section section-featured-blog"><div id="section-id-template--17901529399491__8fe2c761-f4fd-4ff5-accb-0c1942844440" class="blog-section header-overlap-section needs-alt-logo" data-section-type="featured-blog" data-cc-animate>
  

  
    

    


    <style data-shopify>
#section-id-template--17901529399491__8fe2c761-f4fd-4ff5-accb-0c1942844440 .rimage-outer-wrapper,
        #section-id-template--17901529399491__8fe2c761-f4fd-4ff5-accb-0c1942844440 .placeholder-image {
          height: 500px;
        }@media (min-width: 768px) {#section-id-template--17901529399491__8fe2c761-f4fd-4ff5-accb-0c1942844440 .rimage-outer-wrapper ,
          #section-id-template--17901529399491__8fe2c761-f4fd-4ff5-accb-0c1942844440 .placeholder-image {
            height: 700px;
          }}
    </style>
<div class="slideshow-blog">
      
        <h2 class="slideshow-blog__title feature-subheader overlay-type" data-cc-animate data-cc-animate-delay="0.2s">
          Mattress 101
        </h2>
      

      
        <a data-cc-animate-click class="slideshow-blog__view-all feature-subheader overlay-type"
           href="/blogs/mattress-101" data-cc-animate data-cc-animate-delay="0.3s">
          View all
        </a>
      

      <div class="slideshow
            slideshow--navigation-
            slick-slider-overlay-dots-desktop
            slick-slider-overlay-dots"
           data-transition="zoom"
           data-cc-animate="cc-fade-in-zoom-out"
           data-autoplay="true"
           data-autoplay-speed="4"
           data-navigation="dots"
           data-title-navigation="true"
      >

        

          
            <div class="slide slide-1 height--fixed image-overlay image-overlay--bg-full" >
              
                <div class="rimage-outer-wrapper lazyload--manual fade-in "
                    data-bgset="//myessentia.ca/cdn/shop/articles/Dave-Asprey_180x.webp?v=1780496675 180w 129h,
  //myessentia.ca/cdn/shop/articles/Dave-Asprey_360x.webp?v=1780496675 360w 257h,
  //myessentia.ca/cdn/shop/articles/Dave-Asprey_540x.webp?v=1780496675 540w 386h,
  //myessentia.ca/cdn/shop/articles/Dave-Asprey_720x.webp?v=1780496675 720w 514h,
  //myessentia.ca/cdn/shop/articles/Dave-Asprey_900x.webp?v=1780496675 900w 643h,
  //myessentia.ca/cdn/shop/articles/Dave-Asprey_1080x.webp?v=1780496675 1080w 771h,
  //myessentia.ca/cdn/shop/articles/Dave-Asprey_1296x.webp?v=1780496675 1296w 926h,
  //myessentia.ca/cdn/shop/articles/Dave-Asprey_1512x.webp?v=1780496675 1512w 1080h,
  //myessentia.ca/cdn/shop/articles/Dave-Asprey_1728x.webp?v=1780496675 1728w 1234h,
  //myessentia.ca/cdn/shop/articles/Dave-Asprey_1950x.webp?v=1780496675 1950w 1393h,
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/articles/Dave-Asprey.webp?v=1780496675 2100w 1500h"
                    data-sizes="auto"
                    data-parent-fit="cover"><noscript>
                    <div class="rimage-wrapper" style="padding-top:71.42857142857143%">
                      <img src="//myessentia.ca/cdn/shop/articles/Dave-Asprey_1024x1024.webp?v=1780496675" alt="Dave Asprey shown with a mattress in background and stats" class="rimage__image"/>
                    </div>
                  </noscript>
                </div>
              

              <div class="overlay-type overlay position--left position--bottom">
                <div class="inner">
                  <div>
                    <div class="overlay__content">
                      
<h3 class="line-1">
                          <a data-cc-animate-click href="/blogs/mattress-101/dave-asprey-sleep-study-oura-ring-results">The Dave Asprey x Essentia Sleep Study: What the Oura Ring Data Actually Showed</a>
                        </h3><div class="line-3">
                        <a data-cc-animate-click class="button alt hover-grow" href="/blogs/mattress-101/dave-asprey-sleep-study-oura-ring-results">
                          Read more
                        </a>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>

          
            <div class="slide slide-2 height--fixed image-overlay image-overlay--bg-full" >
              
                <div class="rimage-outer-wrapper lazyload--manual fade-in "
                    data-bgset="//myessentia.ca/cdn/shop/articles/Wellness_Mattress_180x.jpg?v=1780502480 180w 90h,
  //myessentia.ca/cdn/shop/articles/Wellness_Mattress_360x.jpg?v=1780502480 360w 180h,
  //myessentia.ca/cdn/shop/articles/Wellness_Mattress_540x.jpg?v=1780502480 540w 270h,
  //myessentia.ca/cdn/shop/articles/Wellness_Mattress_720x.jpg?v=1780502480 720w 360h,
  //myessentia.ca/cdn/shop/articles/Wellness_Mattress_900x.jpg?v=1780502480 900w 450h,
  //myessentia.ca/cdn/shop/articles/Wellness_Mattress_1080x.jpg?v=1780502480 1080w 540h,
  //myessentia.ca/cdn/shop/articles/Wellness_Mattress_1296x.jpg?v=1780502480 1296w 648h,
  //myessentia.ca/cdn/shop/articles/Wellness_Mattress_1512x.jpg?v=1780502480 1512w 756h,
  //myessentia.ca/cdn/shop/articles/Wellness_Mattress_1728x.jpg?v=1780502480 1728w 864h,
  //myessentia.ca/cdn/shop/articles/Wellness_Mattress_1950x.jpg?v=1780502480 1950w 975h,
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/articles/Wellness_Mattress.jpg?v=1780502480 2048w 1024h"
                    data-sizes="auto"
                    data-parent-fit="cover"><noscript>
                    <div class="rimage-wrapper" style="padding-top:50.0%">
                      <img src="//myessentia.ca/cdn/shop/articles/Wellness_Mattress_1024x1024.jpg?v=1780502480" alt="Impact of Sleep on Men" class="rimage__image"/>
                    </div>
                  </noscript>
                </div>
              

              <div class="overlay-type overlay position--left position--bottom">
                <div class="inner">
                  <div>
                    <div class="overlay__content">
                      
<h3 class="line-1">
                          <a data-cc-animate-click href="/blogs/mattress-101/impact-of-sleep-on-men">Impact of Sleep on Men</a>
                        </h3><div class="line-3">
                        <a data-cc-animate-click class="button alt hover-grow" href="/blogs/mattress-101/impact-of-sleep-on-men">
                          Read more
                        </a>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>

          
            <div class="slide slide-3 height--fixed image-overlay image-overlay--bg-full" >
              
                <div class="rimage-outer-wrapper lazyload--manual fade-in "
                    data-bgset="//myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_180x.webp?v=1777554365 180w 101h,
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_360x.webp?v=1777554365 360w 203h,
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_540x.webp?v=1777554365 540w 304h,
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_720x.webp?v=1777554365 720w 405h,
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_900x.webp?v=1777554365 900w 506h,
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_1080x.webp?v=1777554365 1080w 608h,
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_1296x.webp?v=1777554365 1296w 729h,
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_1512x.webp?v=1777554365 1512w 851h,
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_1728x.webp?v=1777554365 1728w 972h,
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_1950x.webp?v=1777554365 1950w 1097h,
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_2100x.webp?v=1777554365 2100w 1181h,
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women.webp?v=1777554365 2240w 1260h"
                    data-sizes="auto"
                    data-parent-fit="cover"><noscript>
                    <div class="rimage-wrapper" style="padding-top:56.25%">
                      <img src="//myessentia.ca/cdn/shop/articles/woman_sleeping_effect_of_sleep_on_women_1024x1024.webp?v=1777554365" alt="Why Women Need More Sleep: Hormones, Recovery &amp; What Actually Helps" class="rimage__image"/>
                    </div>
                  </noscript>
                </div>
              

              <div class="overlay-type overlay position--left position--bottom">
                <div class="inner">
                  <div>
                    <div class="overlay__content">
                      
<h3 class="line-1">
                          <a data-cc-animate-click href="/blogs/mattress-101/do-women-need-more-sleep-than-men">Why Women Need More Sleep: Hormones, Recovery & What Actually Helps</a>
                        </h3><div class="line-3">
                        <a data-cc-animate-click class="button alt hover-grow" href="/blogs/mattress-101/do-women-need-more-sleep-than-men">
                          Read more
                        </a>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>

          

        
      </div>

      
        <ol class="overlay-type slideshow-blog__titles" data-cc-animate="cc-fade-in-up" data-cc-animate-delay="0.3s">
          
            
              <li>
                <span class="slideshow-blog__titles__progress" style="transition-duration: 4s"></span>
                <a href="#" data-go-to-slide="0">
                  The Dave Asprey x Essentia Sleep Study: What the Oura Ring Data Actually Showed
                </a>
              </li>
            
              <li>
                <span class="slideshow-blog__titles__progress" style="transition-duration: 4s"></span>
                <a href="#" data-go-to-slide="1">
                  Impact of Sleep on Men
                </a>
              </li>
            
              <li>
                <span class="slideshow-blog__titles__progress" style="transition-duration: 4s"></span>
                <a href="#" data-go-to-slide="2">
                  Why Women Need More Sleep: Hormones, Recovery & What Actually Helps
                </a>
              </li>
            
          
        </ol>
      
    </div>
</div>



</div><div id="shopify-section-template--17901529399491__1663787354172006ae" class="shopify-section section-gallery"><div id="section-id-template--17901529399491__1663787354172006ae" class=" " data-section-type="gallery" data-cc-animate>
  <style data-shopify>
    #section-id-template--17901529399491__1663787354172006ae .gallery__item {
      height: 400px;
    }

    
      
        #section-id-template--17901529399491__1663787354172006ae .gallery__item-1 .gallery__image {
          background-position: center center;
        }
      
    
      
        #section-id-template--17901529399491__1663787354172006ae .gallery__item-2 .gallery__image {
          background-position: center center;
        }
      
    

    @media (min-width: 768px) {
      #section-id-template--17901529399491__1663787354172006ae .gallery__item {
        height: 400px;
      }

      
        
          #section-id-template--17901529399491__1663787354172006ae .gallery__item-1 .gallery__image {
            background-position: center center;
          }
        
      
        
          #section-id-template--17901529399491__1663787354172006ae .gallery__item-2 .gallery__image {
            background-position: center center;
          }
        
      

      #section-id-template--17901529399491__1663787354172006ae .line-1 {font-size: 30.8px;
      }
    }

    @media (min-width: 992px) {
      #section-id-template--17901529399491__1663787354172006ae .line-1 {
        font-size: 44px;
      }
    }
  </style>
<div class="wide-container half-gutter section-spacing">

    <div class="cc-gallery
      gallery--grid-3
      
       gallery--with-margins
       gallery--mobile-carousel slick-slider-overlay-dots
      
       gallery--not-full-width
      "
      data-grid="3">

      <div class="gallery__row"><div
            data-cc-animate
            class="gallery__item
              gallery__item-1
              
              image-overlay
              image-overlay--bg-full
              image-overlay--edge-boxes
              lazyload--placeholder
              image-overlay--edge-boxes--pad-to-corner
              " ><a class="image-overlay__image-link" href="/collections/organic-mattresses"><div class="gallery__image rimage-outer-wrapper rimage-background lazyload--manual fade-in"
                  data-cc-animate="cc-zoom-out"
                  data-bgset="//myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_180x.webp?v=1666797304 180w 116h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_360x.webp?v=1666797304 360w 232h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_540x.webp?v=1666797304 540w 348h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_720x.webp?v=1666797304 720w 464h,
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_900x.webp?v=1666797304 900w 580h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Essentia_organic_mattresses.webp?v=1666797304 1001w 645h"
                  data-sizes="auto"
                  data-parent-fit="cover">
                <noscript>
                  <div class="rimage-wrapper" style="padding-top:64.43556443556444%">
                    <img src="//myessentia.ca/cdn/shop/files/Essentia_organic_mattresses_1024x1024.webp?v=1666797304" alt="An Essentia bed being made" class="rimage__image">
                  </div>
                </noscript>
              </div><div class="overlay-type overlay position--hcenter position--vcenter" data-cc-animate>
              <div class="inner">
                <div>
                  <div class="overlay__content has-button"><div class="feature-subheader">
                        Essentia
                      </div>
                    
<h2 class="line-1 ">
                        Organic Mattresses
                      </h2><div class="line-3">
                        <span class=" button alt">
                          SHOP
                        </span>
                      </div></div>
                </div>
              </div>
            </div></a></div><div
            data-cc-animate
            class="gallery__item
              gallery__item-2
              
              image-overlay
              image-overlay--bg-full
              image-overlay--edge-boxes
              lazyload--placeholder
              image-overlay--edge-boxes--pad-to-corner
              " ><a class="image-overlay__image-link" href="/collections/organic-bedding"><div class="gallery__image rimage-outer-wrapper rimage-background lazyload--manual fade-in"
                  data-cc-animate="cc-zoom-out"
                  data-bgset="//myessentia.ca/cdn/shop/files/Essentia_bed_accessories_180x.webp?v=1666797331 180w 116h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_360x.webp?v=1666797331 360w 232h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_540x.webp?v=1666797331 540w 348h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_720x.webp?v=1666797331 720w 464h,
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories_900x.webp?v=1666797331 900w 580h,
  
  
  
  
  
  
  
  
  
  
  
  
  
  //myessentia.ca/cdn/shop/files/Essentia_bed_accessories.webp?v=1666797331 1001w 645h"
                  data-sizes="auto"
                  data-parent-fit="cover">
                <noscript>
                  <div class="rimage-wrapper" style="padding-top:64.43556443556444%">
                    <img src="//myessentia.ca/cdn/shop/files/Essentia_bed_accessories_1024x1024.webp?v=1666797331" alt="Womans elbows resting on Essentia pillows" class="rimage__image">
                  </div>
                </noscript>
              </div><div class="overlay-type overlay position--hcenter position--vcenter" data-cc-animate>
              <div class="inner">
                <div>
                  <div class="overlay__content has-button"><div class="feature-subheader">
                        ESSENTIA
                      </div>
                    
<h2 class="line-1 ">
                        Bed Accessories
                      </h2><div class="line-3">
                        <span class=" button alt">
                          SHOP
                        </span>
                      </div></div>
                </div>
              </div>
            </div></a></div></div>
    </div></div></div>



</div>
</main>

  <script>
    var firstSection = document.body.querySelector('#page-content .shopify-section:first-child');
    if(firstSection) {
      var firstBgSet = firstSection.querySelector('[data-bgset]');

      if (firstBgSet) {
        var bgSets = firstBgSet.dataset.bgset.split(',');
        if(bgSets) {
          for (var i = 0; i < bgSets.length; i++) {
            var widthMatch = bgSets[i].match(/ [0-9]+w/g);
            var heightMatch = bgSets[i].match(/ [0-9]+h/g);

            if(widthMatch && heightMatch) {
              var width = parseInt(widthMatch[0].replace('w', '').trim());
              var height = parseInt(heightMatch[0].replace('h', '').trim());

              if (width >= window.innerWidth && height >= window.innerHeight) {
                firstBgSet.style.backgroundImage = "url('" + bgSets[i].trim().split(' ')[0] + "')";
                firstBgSet.classList.remove('fade-in');
                break;
              }
            }
          }
        }
      } else if (firstSection.querySelector('[data-src]')) {
        var firstDataSrc = firstSection.querySelector('[data-src]');
        var widths = JSON.parse(firstDataSrc.dataset.widths);
        for (var i = 0; i < widths.length; i++) {
          var width = parseInt(widths[i]);
          if (width >= window.innerWidth) {
            firstDataSrc.setAttribute('src', firstDataSrc.dataset.src.replace('{width}', width));
            firstDataSrc.classList.remove('fade-in');
            break;
          }
        }
      }
    }
  </script>

  <div id="shopify-section-popup" class="shopify-section section-popup">


</div>
  <div id="shopify-section-footer" class="shopify-section section-footer"><div data-section-type="footer">
  
    <div class="wide-container section-footer__row-container" role="navigation" aria-label="Secondary navigation">
      <div class="section-footer__row section-footer__row--blocks" data-num-blocks="5">
        
          
            <div class="section-footer__row__col section-footer__menu-block" >
              
<h6 class="section-footer__title no-wrap">Shop</h6>
              

              
                <ul class="section-footer__menu-block__menu">
                  
                    <li>
                      <a data-cc-animate-click href="/collections/organic-mattresses" class="no-wrap">Mattresses</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/collections/organic-foam-pillows" class="no-wrap">Pillows</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/collections/kids-organic-mattresses" class="no-wrap">Baby & Kids</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/collections/organic-bedding" class="no-wrap">Accessories</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/collections/memory-foam-mattress-foundations" class="no-wrap">Bed Foundations</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/collections/organic-foam-toppers" class="no-wrap">Toppers</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/sale" class="no-wrap">SALE!</a>
                    </li>
                  
                </ul>
              
            </div>

          

        
          
            <div class="section-footer__row__col section-footer__menu-block" >
              
<h6 class="section-footer__title">Learn About Our Products</h6>
              

              
                <ul class="section-footer__menu-block__menu">
                  
                    <li>
                      <a data-cc-animate-click href="/pages/our-mission" class="no-wrap">Our Mission</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/how-its-made" >How Our Mattresses Are Made</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/essentia-beyond-latex-organic-foam" class="no-wrap">Beyond Latex</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/essentia-beyond-organic-standard" >Essentia Beyond Organic Standard</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/blogs/mattress-101" class="no-wrap">Mattress 101</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/essentia-organic-mattress-eight-key-elements-performance-sleep" >8 Key Elements of Regeneration</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/tests-certifications" class="no-wrap">Certifications</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/essentia-number-one-rated-mattress" class="no-wrap">Consumer Reports</a>
                    </li>
                  
                </ul>
              
            </div>

          

        
          
            <div class="section-footer__row__col section-footer__menu-block" >
              
<h6 class="section-footer__title no-wrap">Explore Essentia</h6>
              

              
                <ul class="section-footer__menu-block__menu">
                  
                    <li>
                      <a data-cc-animate-click href="/pages/podcasts" class="no-wrap">Podcasts Featuring Jack</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/in-the-media" class="no-wrap">In the Media</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/betterhood-our-community" >Essentia in the Community</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/stay-well-mattress" >The Stay Well Mattress by Essentia</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/blogs/under-the-covers" >Essentia Under the Covers Blog</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/blogs/essentia-rise-thrive" >Risa & Thrive – Essentia Podcast</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/wellness-experts" class="no-wrap">Our Wellness Gurus</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/customer-reviews" class="no-wrap">Real Customer Reviews</a>
                    </li>
                  
                </ul>
              
            </div>

          

        
          
            <div class="section-footer__row__col section-footer__menu-block" >
              
<h6 class="section-footer__title no-wrap">Customer Support</h6>
              

              
                <ul class="section-footer__menu-block__menu">
                  
                    <li>
                      <a data-cc-animate-click href="/pages/customer-service-center" class="no-wrap">Customer Service</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/customer-guarantee" class="no-wrap">Customer Guarantee</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/faqs" >Frequently Asked Questions</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/returns-refunds" class="no-wrap">Shipping & Returns</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/military-first-responder-and-teacher-service-discounts" >Military & First Responder Discount</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/affiliate-program" class="no-wrap">Affiliate Program</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/contact-us" class="no-wrap">Contact Us</a>
                    </li>
                  
                    <li>
                      <a data-cc-animate-click href="/pages/showrooms" class="no-wrap">Visit a Store</a>
                    </li>
                  
                </ul>
              
            </div>

          

        
          
            <div class="section-footer__row__col section-footer__newsletter-block">
              
<h6 class="section-footer__title">Subscribe to My Essentia Journal</h6>
              

              
                <div class="section-footer__text">
                  <p>Our sleep and wellness e-zine. Be the first to hear about the latest articles, podcasts, our newest health innovations, exclusive promotions and more</p>
                </div>
              

              <div class="signup-form">
                <form method="post" action="/contact#footer_newsletter_signup" id="footer_newsletter_signup" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" />
                  
                    
                    <input type="hidden" name="contact[tags]" value="prospect,newsletter"/>
                    <p>
                      <input type="email"
                        placeholder="Enter email"
                        class="signup-form__email"
                        value=""
                        name="contact[email]"
                        aria-label="Email" />
                    </p>
                    <button class="button no-hover signup-form__button" type="submit" aria-label="Sign up">
                      <svg width="62px" height="35px" viewBox="0 0 62 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>Right arrow long</title>
  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
    <g transform="translate(2.000000, 2.000000)" stroke-width="4">
      <g transform="translate(41.000000, 0.000000)">
        <polyline points="-2.7385153e-12 30.8 15.4 15.4 -2.7385153e-12 -3.34373052e-13"></polyline>
      </g>
      <line x1="54.5" y1="15.5" x2="0.5" y2="15.5" stroke-linejoin="round"></line>
    </g>
  </g>
</svg>

                    </button>
                  
                </form>
              </div>

              
                <div class="section-footer__text-block__social">
                  
                  

  <div class="social-links ">
    <ul class="social-links__list">
      
        <li><a aria-label="Twitter" class="twitter" target="_blank" rel="noopener" href="https://twitter.com/Essentia"><svg width="48px" height="40px" viewBox="0 0 48 40" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>Twitter</title>
    <defs></defs>
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g transform="translate(-240.000000, -299.000000)" fill="#000000">
            <path d="M288,303.735283 C286.236309,304.538462 284.337383,305.081618 282.345483,305.324305 C284.379644,304.076201 285.940482,302.097147 286.675823,299.739617 C284.771263,300.895269 282.666667,301.736006 280.418384,302.18671 C278.626519,300.224991 276.065504,299 273.231203,299 C267.796443,299 263.387216,303.521488 263.387216,309.097508 C263.387216,309.88913 263.471738,310.657638 263.640782,311.397255 C255.456242,310.975442 248.201444,306.959552 243.341433,300.843265 C242.493397,302.339834 242.008804,304.076201 242.008804,305.925244 C242.008804,309.426869 243.747139,312.518238 246.389857,314.329722 C244.778306,314.280607 243.256911,313.821235 241.9271,313.070061 L241.9271,313.194294 C241.9271,318.08848 245.322064,322.17082 249.8299,323.095341 C249.004402,323.33225 248.133826,323.450704 247.235077,323.450704 C246.601162,323.450704 245.981335,323.390033 245.381229,323.271578 C246.634971,327.28169 250.269414,330.2026 254.580032,330.280607 C251.210424,332.99061 246.961789,334.605634 242.349709,334.605634 C241.555203,334.605634 240.769149,334.559408 240,334.466956 C244.358514,337.327194 249.53689,339 255.095615,339 C273.211481,339 283.114633,323.615385 283.114633,310.270495 C283.114633,309.831347 283.106181,309.392199 283.089276,308.961719 C285.013559,307.537378 286.684275,305.760563 288,303.735283"></path>
        </g>
        <g transform="translate(-1332.000000, -476.000000)"></g>
    </g>
</svg></a></li>
      
      
        <li><a aria-label="Facebook" class="facebook" target="_blank" rel="noopener" href="https://www.facebook.com/EssentiaOrganicMattress"><svg viewBox="0 0 9 17">
    <path d="M5.842 17V9.246h2.653l.398-3.023h-3.05v-1.93c0-.874.246-1.47 1.526-1.47H9V.118C8.718.082 7.75 0 6.623 0 4.27 0 2.66 1.408 2.66 3.994v2.23H0v3.022h2.66V17h3.182z"></path>
</svg>
</a></li>
      
      
        <li><a aria-label="Youtube" class="youtube" target="_blank" rel="noopener" href="https://www.youtube.com/c/EssentiaOrganicMattress"><svg width="48px" height="34px" viewBox="0 0 48 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>Youtube</title>
    <defs></defs>
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g transform="translate(-567.000000, -302.000000)" fill="#000000">
            <path d="M586.044,325.269916 L586.0425,311.687742 L599.0115,318.502244 L586.044,325.269916 Z M614.52,309.334163 C614.52,309.334163 614.0505,306.003199 612.612,304.536366 C610.7865,302.610299 608.7405,302.601235 607.803,302.489448 C601.086,302 591.0105,302 591.0105,302 L590.9895,302 C590.9895,302 580.914,302 574.197,302.489448 C573.258,302.601235 571.2135,302.610299 569.3865,304.536366 C567.948,306.003199 567.48,309.334163 567.48,309.334163 C567.48,309.334163 567,313.246723 567,317.157773 L567,320.82561 C567,324.73817 567.48,328.64922 567.48,328.64922 C567.48,328.64922 567.948,331.980184 569.3865,333.447016 C571.2135,335.373084 573.612,335.312658 574.68,335.513574 C578.52,335.885191 591,336 591,336 C591,336 601.086,335.984894 607.803,335.495446 C608.7405,335.382148 610.7865,335.373084 612.612,333.447016 C614.0505,331.980184 614.52,328.64922 614.52,328.64922 C614.52,328.64922 615,324.73817 615,320.82561 L615,317.157773 C615,313.246723 614.52,309.334163 614.52,309.334163 L614.52,309.334163 Z"></path>
        </g>
        <g transform="translate(-1659.000000, -479.000000)"></g>
    </g>
</svg></a></li>
      
      
      
        <li><a aria-label="Instagram" class="instagram" target="_blank" rel="noopener" href="https://www.instagram.com/essentiaorganicmattress"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>Instagram</title>
    <defs></defs>
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g transform="translate(-642.000000, -295.000000)" fill="#000000">
            <path d="M666.000048,295 C659.481991,295 658.664686,295.027628 656.104831,295.144427 C653.550311,295.260939 651.805665,295.666687 650.279088,296.260017 C648.700876,296.873258 647.362454,297.693897 646.028128,299.028128 C644.693897,300.362454 643.873258,301.700876 643.260017,303.279088 C642.666687,304.805665 642.260939,306.550311 642.144427,309.104831 C642.027628,311.664686 642,312.481991 642,319.000048 C642,325.518009 642.027628,326.335314 642.144427,328.895169 C642.260939,331.449689 642.666687,333.194335 643.260017,334.720912 C643.873258,336.299124 644.693897,337.637546 646.028128,338.971872 C647.362454,340.306103 648.700876,341.126742 650.279088,341.740079 C651.805665,342.333313 653.550311,342.739061 656.104831,342.855573 C658.664686,342.972372 659.481991,343 666.000048,343 C672.518009,343 673.335314,342.972372 675.895169,342.855573 C678.449689,342.739061 680.194335,342.333313 681.720912,341.740079 C683.299124,341.126742 684.637546,340.306103 685.971872,338.971872 C687.306103,337.637546 688.126742,336.299124 688.740079,334.720912 C689.333313,333.194335 689.739061,331.449689 689.855573,328.895169 C689.972372,326.335314 690,325.518009 690,319.000048 C690,312.481991 689.972372,311.664686 689.855573,309.104831 C689.739061,306.550311 689.333313,304.805665 688.740079,303.279088 C688.126742,301.700876 687.306103,300.362454 685.971872,299.028128 C684.637546,297.693897 683.299124,296.873258 681.720912,296.260017 C680.194335,295.666687 678.449689,295.260939 675.895169,295.144427 C673.335314,295.027628 672.518009,295 666.000048,295 Z M666.000048,299.324317 C672.40826,299.324317 673.167356,299.348801 675.69806,299.464266 C678.038036,299.570966 679.308818,299.961946 680.154513,300.290621 C681.274771,300.725997 682.074262,301.246066 682.91405,302.08595 C683.753934,302.925738 684.274003,303.725229 684.709379,304.845487 C685.038054,305.691182 685.429034,306.961964 685.535734,309.30194 C685.651199,311.832644 685.675683,312.59174 685.675683,319.000048 C685.675683,325.40826 685.651199,326.167356 685.535734,328.69806 C685.429034,331.038036 685.038054,332.308818 684.709379,333.154513 C684.274003,334.274771 683.753934,335.074262 682.91405,335.91405 C682.074262,336.753934 681.274771,337.274003 680.154513,337.709379 C679.308818,338.038054 678.038036,338.429034 675.69806,338.535734 C673.167737,338.651199 672.408736,338.675683 666.000048,338.675683 C659.591264,338.675683 658.832358,338.651199 656.30194,338.535734 C653.961964,338.429034 652.691182,338.038054 651.845487,337.709379 C650.725229,337.274003 649.925738,336.753934 649.08595,335.91405 C648.246161,335.074262 647.725997,334.274771 647.290621,333.154513 C646.961946,332.308818 646.570966,331.038036 646.464266,328.69806 C646.348801,326.167356 646.324317,325.40826 646.324317,319.000048 C646.324317,312.59174 646.348801,311.832644 646.464266,309.30194 C646.570966,306.961964 646.961946,305.691182 647.290621,304.845487 C647.725997,303.725229 648.246066,302.925738 649.08595,302.08595 C649.925738,301.246066 650.725229,300.725997 651.845487,300.290621 C652.691182,299.961946 653.961964,299.570966 656.30194,299.464266 C658.832644,299.348801 659.59174,299.324317 666.000048,299.324317 Z M666.000048,306.675683 C659.193424,306.675683 653.675683,312.193424 653.675683,319.000048 C653.675683,325.806576 659.193424,331.324317 666.000048,331.324317 C672.806576,331.324317 678.324317,325.806576 678.324317,319.000048 C678.324317,312.193424 672.806576,306.675683 666.000048,306.675683 Z M666.000048,327 C661.581701,327 658,323.418299 658,319.000048 C658,314.581701 661.581701,311 666.000048,311 C670.418299,311 674,314.581701 674,319.000048 C674,323.418299 670.418299,327 666.000048,327 Z M681.691284,306.188768 C681.691284,307.779365 680.401829,309.068724 678.811232,309.068724 C677.22073,309.068724 675.931276,307.779365 675.931276,306.188768 C675.931276,304.598171 677.22073,303.308716 678.811232,303.308716 C680.401829,303.308716 681.691284,304.598171 681.691284,306.188768 Z"></path>
        </g>
        <g transform="translate(-1734.000000, -472.000000)"></g>
    </g>
</svg></a></li>
      
      
        <li><a aria-label="Pinterest" class="pinterest" target="_blank" rel="noopener" href="https://www.pinterest.com/essentiamattress/"><svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <title>Pinterest</title>
    <defs></defs>
    <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g transform="translate(-407.000000, -295.000000)" fill="#000000">
            <path d="M431.001411,295 C417.747575,295 407,305.744752 407,319.001411 C407,328.826072 412.910037,337.270594 421.368672,340.982007 C421.300935,339.308344 421.357382,337.293173 421.78356,335.469924 C422.246428,333.522491 424.871229,322.393897 424.871229,322.393897 C424.871229,322.393897 424.106368,320.861351 424.106368,318.59499 C424.106368,315.038808 426.169518,312.38296 428.73505,312.38296 C430.91674,312.38296 431.972306,314.022755 431.972306,315.987123 C431.972306,318.180102 430.572411,321.462515 429.852708,324.502205 C429.251543,327.050803 431.128418,329.125243 433.640325,329.125243 C438.187158,329.125243 441.249427,323.285765 441.249427,316.36532 C441.249427,311.10725 437.707356,307.170048 431.263891,307.170048 C423.985006,307.170048 419.449462,312.59746 419.449462,318.659905 C419.449462,320.754101 420.064738,322.227377 421.029988,323.367613 C421.475922,323.895396 421.535191,324.104251 421.374316,324.708238 C421.261422,325.145705 420.996119,326.21256 420.886047,326.633092 C420.725172,327.239901 420.23408,327.460046 419.686541,327.234256 C416.330746,325.865408 414.769977,322.193509 414.769977,318.064385 C414.769977,311.248368 420.519139,303.069148 431.921503,303.069148 C441.085729,303.069148 447.117128,309.704533 447.117128,316.819721 C447.117128,326.235138 441.884459,333.268478 434.165285,333.268478 C431.577174,333.268478 429.138649,331.868584 428.303228,330.279591 C428.303228,330.279591 426.908979,335.808608 426.615452,336.875463 C426.107426,338.724114 425.111131,340.575587 424.199506,342.014994 C426.358617,342.652849 428.63909,343 431.001411,343 C444.255248,343 455,332.255248 455,319.001411 C455,305.744752 444.255248,295 431.001411,295"></path>
        </g>
        <g transform="translate(-1499.000000, -472.000000)"></g>
    </g>
</svg></a></li>
      
      

      
    </ul>
  </div>


                </div>
              
            </div>
          

        
      </div>
    </div>
  

  <div class="footer-low-section">
    <div class="col-1">
      <span>Rise & Thrive</span>
      <p><strong>What does it mean to thrive? Really thrive. </strong>To wake up every day not just rested, but resilient. Not just recharged, but ready for anything. And not just happier, but healthier - from bedtime to all the time. To thrive is to rise, without compromise.</p>
      
      <a href="">
        <img src="//myessentia.ca/cdn/shop/files/Essentia_Logo_White.png?v=1666793206" alt="">
      </a>
      
    </div>
    <div class="col-2">
      <p><a href="tel:8887644116" title="tel:8887644116"><strong>1.888.764.4116</strong></a></p>
    </div>
  </div><div class="wide-container section-footer__row-container section-footer__row-container--with-localization">
    <div class="section-footer__row section-footer__row-lower">
      <div class="section-footer__row__col">
        
        
          <div class="section-footer__lower-menu">
            <ul class="section-footer__lower-menu__list">
              
                <li>
                  <a data-cc-animate-click href="/pages/terms-conditions">Terms & Conditions</a>
                </li>
              
                <li>
                  <a data-cc-animate-click href="/pages/privacy-policy">Privacy Policy</a>
                </li>
              
                <li>
                  <a data-cc-animate-click href="/pages/accessibility">Accessibility</a>
                </li>
              
            </ul>
          </div>
        
      </div>
      <div class="section-footer__row__col">
        
          <div class="section-footer__localization">
            <form method="post" action="/localization" id="localization_form_footer" accept-charset="UTF-8" class="selectors-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/" /><div class="selectors-form__item">
      <h2 class="visually-hidden" id="lang-heading-footer">
        Language
      </h2>

      <div class="disclosure" data-disclosure-locale>
        <button type="button" class="disclosure__toggle" aria-expanded="false" aria-controls="lang-list-footer" aria-describedby="lang-heading-footer" data-disclosure-toggle>English<span class="disclosure__toggle-arrow" role="presentation"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M0-.25H24v24H0Z" transform="translate(0 0.25)" style="fill:none"/>
  <polyline points="6.61 8.74 12.01 14.14 17.41 8.74"
            style="fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:8;stroke-width:2px"/>
</svg>
</span>
        </button>
        <ul id="lang-list-footer" class="disclosure-list" data-disclosure-list>
          
            <li class="disclosure-list__item disclosure-list__item--current">
              <a class="disclosure-list__option" href="#" lang="en" aria-current="true" data-value="en" data-disclosure-option>English</a>
            </li>
            <li class="disclosure-list__item">
              <a class="disclosure-list__option" href="#" lang="fr" data-value="fr" data-disclosure-option>Français</a>
            </li>
            <li class="disclosure-list__item">
              <a class="disclosure-list__option" href="#" lang="es" data-value="es" data-disclosure-option>Español</a>
            </li></ul>
        <input type="hidden" name="locale_code" value="en" data-disclosure-input/>
      </div>
    </div></form>
          </div>
        

        <div class="copyright">
          <span class="copy">&copy; 2026 <a data-cc-animate-click href="/">Essentia Organic Mattress Inc</a>.</span>

          

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

<style data-shopify>
.footer-low-section .col-1 img{
  width: 150px;
}
</style>



</div>

  <!-- Search form -->
  <div id="search-modal" class="theme-modal theme-modal--fullscreen" tabindex="-1">
    <a href="#" data-modal-close class="modal-close">&times;</a>
    <div class="inner">
      <div class="container growth-area">
        <form action="/search" method="get" class="search-form" role="search">
          
          <input type="hidden" name="type" value="product,article" />
          <input type="hidden" name="options[prefix]" value="last" />

          <div class="inline-mini-form inline-mini-form--arrow">
            <input type="text" name="q"
                   placeholder="Type to search"
                   class="focus-me"
                   value=""
                   aria-label="Search"
                   autocomplete="off" required />
            <button class="compact no-hover" type="submit" aria-label="Search"
            ><svg width="62px" height="35px" viewBox="0 0 62 35" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>Right arrow long</title>
  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round">
    <g transform="translate(2.000000, 2.000000)" stroke-width="4">
      <g transform="translate(41.000000, 0.000000)">
        <polyline points="-2.7385153e-12 30.8 15.4 15.4 -2.7385153e-12 -3.34373052e-13"></polyline>
      </g>
      <line x1="54.5" y1="15.5" x2="0.5" y2="15.5" stroke-linejoin="round"></line>
    </g>
  </g>
</svg>
</button>
          </div>
        </form>
      </div>
    </div>
  </div>

  <div id="cc-veil" class="">
    
  </div>

  <script>
    //Eliminate a bit of CLS
    document.documentElement.style.setProperty('--nav-height',
      document.getElementById('site-control').clientHeight + "px");

    //Calculate the viewport height
    theme.calc100vh = function() {
      var nav = document.getElementById('site-control');
      document.documentElement.style.setProperty('--viewport-height-first-section',
        `${(nav.dataset.opacity === 'opaque') ? window.innerHeight - nav.clientHeight : window.innerHeight}px`);
      document.documentElement.style.setProperty('--viewport-height',
        (nav.dataset.opacity.indexOf('opaque') > -1 && nav.dataset.positioning === "sticky") ? `calc(100vh - ${nav.clientHeight}px)` : "100vh");
    }
    theme.calc100vh();
  </script>

  <script src="//myessentia.ca/cdn/shop/t/267/assets/vendor.min.js?v=29461139837223071051748283694" defer="defer"></script>
  <script src="//myessentia.ca/cdn/shop/t/267/assets/theme.js?v=60754589629055318911748283694" defer="defer"></script>
  <script src="//myessentia.ca/cdn/shop/t/267/assets/blog-filters.js?v=61637801401217719961748283694" defer="defer"></script>

  

    

 


<div class="smile-shopify-init"
  data-channel-key="channel_Eh7cS6aQ32I708HZGe0vtGlt"

></div>


<div id="shopify-block-AR2FMSW9nNERWcU9kV__6174324309569838175" class="shopify-block shopify-app-block">


<div class="smile-shopify-init"
  data-channel-key="channel_Eh7cS6aQ32I708HZGe0vtGlt"
  
></div>


</div><script src="https://cdn.shopify.com/storefront/standard-actions.js" type="module" data-source-attribution="shopify.standard_actions"></script>
</body>
</html>
