<!doctype html>
<html lang="es">
<head >
    <meta charset="utf-8"/>
<meta name="title" content="Blog de Nutrición y Salud Natural - Herbolario Navarro"/>
<meta name="description" content="Descubre consejos de nutrición y salud en nuestro Blog. Aprende sobre productos naturales, hábitos, recetas... y mejora tu estilo de vida de forma natural."/>
<meta name="robots" content="INDEX,FOLLOW"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>Blog de Nutrición y Salud Natural - Herbolario Navarro</title>
<link  rel="stylesheet" type="text/css"  media="all" href="https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/css/styles.css" />
<link  rel="icon" type="image/x-icon" href="https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/Magento_Theme/favicon.ico" />
<link  rel="shortcut icon" type="image/x-icon" href="https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/Magento_Theme/favicon.ico" />
<link  rel="canonical" href="https://www.herbolarionavarro.es/blog" />
<style>
.account-nav.block.h-full > nav.content.h-full > ul.nav.items.h-full > :nth-child(7) {
   display: none;
}
#titulos-producto {
   font-size: medium;
}
@media (max-width: 998px) {
  .max-w-6xl {
     display: none;
  }
}

@media (min-width: 999px) {
  .max-w-6xl {
     width: 123%;
  }
}
@media (min-width:1130px) {
   .max-w-6xl {
       width: 140%;
   }
}
@media (min-width:1280px) {
   .max-w-6xl {
       width: 150%;
   }
}
@media (min-width:1443px) {
   .max-w-6xl {
       width: 180%;
   }
}
</style>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6862707284682495"crossorigin="anonymous"></script>    <script type="text/javascript">
    function cookieBlocker() {
        return {
            isCookieNameMatch: function (cookieName, regexp) {
                let regExpCookieName = regexp;

                if (regExpCookieName instanceof RegExp) {
                    regExpCookieName = regexp.toString();
                    regExpCookieName = regExpCookieName.slice(1, regExpCookieName.lastIndexOf('/'));

                    if (regExpCookieName.startsWith('^')) {
                        regExpCookieName = regExpCookieName.slice(1);
                    }

                    if (regExpCookieName.endsWith('$')) {
                        regExpCookieName = regExpCookieName.slice(0, -1);
                    }
                }

                let regExp = new RegExp(regExpCookieName, 'g');

                return regExp.test(cookieName);
            },
            isDomainAllowed: function (domain) {
                if (this.checkAcceptAll()) {
                    return true;
                }

                let whitelist = window.domains_whitelist || [];
                if (whitelist.length) {
                    for (let allowedDomain of whitelist) {
                        if (domain.includes(allowedDomain)) {
                            return true;
                        }
                    }
                }

                return false;
            },
            getCookieDescriptor: function (referenceWindow = null) {
                let referenceObject = referenceWindow ? referenceWindow.Object : Object;
                let cookieDescriptor = referenceObject.getOwnPropertyDescriptor(document, 'cookie') ||
                    referenceObject.getOwnPropertyDescriptor(HTMLDocument.prototype, 'cookie');

                if (!cookieDescriptor) {
                    cookieDescriptor = {};
                    cookieDescriptor.get = HTMLDocument.prototype.__lookupGetter__('cookie');
                    cookieDescriptor.set = HTMLDocument.prototype.__lookupSetter__('cookie');
                }

                return cookieDescriptor;
            },
            shouldBypass: function () {
                const bypassGetParameters = {"1":"_storyblok","2":"preview_token"},
                    bypassUserAgents = {"1":"rocket-cypress"};

                const urlParams = new URLSearchParams(window.location.search);
                for (const parameter in bypassGetParameters) {
                    if (urlParams.has(bypassGetParameters[parameter])) {
                        return true;
                    }
                }

                const currentUserAgent = window.navigator.userAgent;
                for (const userAgent in bypassUserAgents) {
                    if (currentUserAgent == bypassUserAgents[userAgent]) {
                        return true;
                    }
                }

                return this.checkAcceptAll();
            },
            checkAcceptAll() {
                let result = false;
                try {
                    let cookieValue = document.cookie.match('(^|;) ?' + 'cookie-consent' + '=([^;]*)(;|$)');
                    cookieValue = cookieValue ? cookieValue[2] : null;
                    cookieValue = cookieValue ? JSON.parse(decodeURIComponent(cookieValue)) : false;
                    result = (cookieValue && Object.values(cookieValue.consents).every(item => item)) ? true : false;
                } catch (error) {
                    console.log(error);
                    result = false;
                }

                return result;
            },
            init: function (referenceWindow = null) {
                window.bypass_cookie_consent = this.shouldBypass();

                if (window.bypass_cookie_consent) {
                    return;
                }

                const self = this;
                let cookieDescriptor = self.getCookieDescriptor(referenceWindow);
                let referenceObject = referenceWindow ? referenceWindow.Object : Object;
                let cookies_whitelist = [{"regexp":"\/_ga|_gid|_gat|_gac.+|AMP_TOKEN|__utm.+\/","path":"\/","domain":null},{"regexp":"cookie-consent","path":"\/","domain":null},{"regexp":"PHPSESSID","path":"\/","domain":null},{"regexp":"frontend","path":"\/","domain":null},{"regexp":"cookienotice","path":"\/","domain":null},{"regexp":"form_key","path":"\/","domain":null},{"regexp":"\/mage-.+\/","path":"\/","domain":null},{"regexp":"\/recently_.+\/","path":"\/","domain":null},{"regexp":"product_data_storage","path":"\/","domain":null},{"regexp":"add_to_cart","path":"\/","domain":null},{"regexp":"remove_from_cart","path":"\/","domain":null},{"regexp":"guest-view","path":"\/","domain":null},{"regexp":"login_redirect","path":"\/","domain":null},{"regexp":"stf","path":"\/","domain":null},{"regexp":"X-Magento-Vary","path":"\/","domain":null},{"regexp":"private_content_version","path":"\/","domain":null},{"regexp":"section_data_ids","path":"\/","domain":null},{"regexp":"store","path":"\/","domain":null},{"regexp":"user_allowed_save_cookie","path":"\/","domain":null},{"regexp":"OGPC","path":"\/","domain":null},{"regexp":"CGIC","path":"\/","domain":null},{"regexp":"SIDCC","path":"\/","domain":null},{"regexp":"DV","path":"\/","domain":null},{"regexp":"rocket_social_login_initial_link","path":"\/","domain":null},{"regexp":"ampromo-popup","path":"\/","domain":null},{"regexp":"outdated_browser_popup","path":"\/","domain":null}]
                referenceObject.defineProperty(document, 'cookie', {
                    configurable: true,
                    get: function () {
                        return cookieDescriptor.get.apply(document);
                    },
                    set: function () {
                        let whitelist = window.cookies_whitelist || cookies_whitelist;
                        let cookieSetArguments = arguments;

                        if (whitelist.length) {
                            let cookieName = arguments[0].split('=')[0];
                            Array.prototype.forEach.call(whitelist, function (whitelistItem) {
                                if (self.isCookieNameMatch(cookieName, whitelistItem.regexp)) {
                                    cookieDescriptor.set.apply(document, cookieSetArguments);
                                }
                            });
                        }
                    }
                });

                let originalAppendChild = Element.prototype.appendChild;
                Element.prototype.appendChild = function() {
                    return processInjectingTag.call(this, originalAppendChild, ...arguments);
                };

                let originalInsertBefore = Element.prototype.insertBefore;
                Element.prototype.insertBefore = function () {
                    return processInjectingTag.call(this, originalInsertBefore, ...arguments);
                };

                function processInjectingTag(method, ...args) {
                    const injectingTag = args[0];

                    if (!injectingTag) {
                        return;
                    }

                    const {nodeName, src} = injectingTag;
                    const isScript = nodeName === 'SCRIPT';

                    if (!src || !isScript || (isScript && self.isDomainAllowed(src))) {
                        return method.apply(this, args);
                    }

                    handleRejectedScript(src);
                }

                function handleRejectedScript(src) {
                    console.log('Script is not allowed: ' + src);
                    window.scripts_rejected = window.scripts_rejected || [];

                    if (!window.scripts_rejected.includes(src)) {
                        window.scripts_rejected.push(src);
                    }
                }
            }
        }
    }

    cookieBlocker().init();//catches cookies set before DOM loaded
    document.addEventListener('DOMContentLoaded', function () {//catches cookies set after DOM loaded
        cookieBlocker().init(window);
    }, false);
</script>

<script type="text/javascript">
    const privateContentIsLoaded = new Promise((resolve) => {
        window.addEventListener('private-content-loaded', event => {
            const dataObject = event.detail.data['rocket_datalayer'] || {};
            let customerData = {};

            if (dataObject['customer'] && Object.keys(dataObject['customer']).length) {
                customerData = dataObject['customer'];
            }

            return resolve(customerData);
        });
    });

    const datalayerIsReady = new Promise((resolve) => {
        window.addEventListener('datalayer-ready', () => {
            const pageData = {"event_id":"6800daec1afb49.23373056","event":"gtm.datalayer","page_type":"blog"};

            return resolve(pageData);
        });
    });

    const allPromises = [privateContentIsLoaded, datalayerIsReady];

    try {
        Promise.all(allPromises).then(sendDataGTM)
    } catch (e) {
        //Promise.all is not supported browser
        PromiseAllPolyfill(allPromises).then(sendDataGTM);
    }

    function sendDataGTM(result) {
        const customerEvent = result.shift();
        const pageData = result.shift();

        if (!customerEvent || !pageData) {
            return;
        }

        const dataGTM = Object.assign(pageData);
        const userDataGTM = Object.assign(customerEvent)

        window.dispatchEvent(
            new CustomEvent('datalayer-event',
                {
                    detail: userDataGTM
                }
            )
        );

        window.dispatchEvent(
            new CustomEvent('datalayer-event',
                {
                    detail: dataGTM
                }
            )
        );
    }

    function PromiseAllPolyfill(promises) {
        const results = [];
        let completed = 0;

        return new Promise((resolve, reject) => {
            promises.forEach((value, index) => {
                Promise.resolve(value)
                    .then((res) => {
                        results[index] = res;
                        completed++;
                        if (completed === promises.length) {
                            resolve(results);
                        }
                    }).catch((err) => reject(err));
            });
        });
    }
</script>
<script type="text/javascript">
    window.dataLayer = window.dataLayer || [];
    window.addEventListener("load", () => {
        (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;

            // GTM container has been downloaded from Google’s servers
            // It will dispatch new browser event named "datalayer-ready"
            j.addEventListener('load', function () {
                window.dispatchEvent(
                    new CustomEvent("datalayer-ready", {})
                );
            });

            f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-P2PC4NK');
    });
</script>
<script type="text/javascript">
    if (typeof window.queueMicrotask !== 'function') {
        window.queueMicrotask = function(callback) {
            Promise.resolve()
                .then(callback)
                .catch(e => setTimeout(() => {
                    throw e;
                }));
        };
    }
</script>
<script type="text/javascript">
    if (!Array.prototype.flatMap) {
        Object.defineProperty(Array.prototype, 'flatMap', {
            configurable: true,
            value: function flatMap (callback) {
                return Array.prototype.map.apply(this, arguments).flat();
            },
            writable: true
        });
    }
</script>
<script type="text/javascript">
    if (!Array.prototype.flat) {
        Object.defineProperty(Array.prototype, 'flat', {
            configurable: true,
            value: function flat () {
                var depth = isNaN(arguments[0]) ? 1 : Number(arguments[0]);

                return depth ? Array.prototype.reduce.call(this, function (acc, cur) {
                    if (Array.isArray(cur)) {
                        acc.push.apply(acc, flat.call(cur, depth - 1));
                    } else {
                        acc.push(cur);
                    }

                    return acc;
                }, []) : Array.prototype.slice.call(this);
            },
            writable: true
        });
    }
</script>
<script>
  window.addEventListener("load", () => {
    const dfLayerOptions = {
	currency: 'EUR',
	language: 'es',
        installationId: '80830e93-f8ab-4a47-a78b-dda18ec3a038',
        zone: 'eu1'
    };

    

    (function (l, a, y, e, r, s) {
      r = l.createElement(a); r.onload = e; r.async = 1; r.src = y;
      s = l.getElementsByTagName(a)[0]; s.parentNode.insertBefore(r, s);
    })(document, 'script', 'https://cdn.doofinder.com/livelayer/1/js/loader.min.js', function () {
      doofinderLoader.load(dfLayerOptions);
    });
  });
</script></head>
<body class="rocket-blog-index-home hyva-default hyva-rocket-blog-index-home customer-logged-out rocket_blog-index-home page-layout-2columns-right">
<div id="cookie-consent" x-data="initCookiesConfig()">
    <div x-show="visibleNotice"
         :class="{'fixed&#x20;top-0&#x20;right-0&#x20;bottom-0&#x20;left-0&#x20;z-40' : !isAllowNavigation}"
         aria-label="Regi&#xF3;n&#x20;de&#x20;aviso&#x20;de&#x20;cookies"
         role="dialog"
         x-ref="dialog"
         aria-modal="true"
         x-cloak>
        <div>
            <div x-show="!isAllowNavigation"
                 x-transition:enter="ease-out duration-300"
                 x-transition:enter-start="opacity-0"
                 x-transition:enter-end="opacity-100"
                 x-transition:leave="ease-in duration-200"
                 x-transition:leave-start="opacity-100"
                 x-transition:leave-end="opacity-0"
                 class="backdrop"
                 aria-hidden="true"></div>

            <div x-transition:enter="ease-out duration-300"
                 x-transition:enter-start="opacity-0 translate-y-4 md:translate-y-0 md:scale-95"
                 x-transition:enter-end="opacity-100 translate-y-0 md:scale-100"
                 x-transition:leave="ease-in duration-200"
                 x-transition:leave-start="opacity-100 translate-y-0 md:scale-100"
                 x-transition:leave-end="opacity-0 translate-y-4 md:translate-y-0 md:scale-95"
                 :class="{'z-50' : isAllowNavigation}"
                 class="fixed&#x20;bg-white&#x20;shadow-xl&#x20;left-0&#x20;right-0&#x20;mx-4&#x20;p-7&#x20;md&#x3A;mx-auto&#x20;md&#x3A;max-w-lg&#x20;max-h-&#x5B;90vh&#x5D;&#x20;overflow-y-auto&#x20;top-1&#x2F;2&#x20;transform&#x20;-translate-y-1&#x2F;2">
                <button x-show="isAllowNavigation" @click="visibleNotice = false" aria-label="Cerrar"
                        class="absolute&#x20;top-0&#x20;right-0&#x20;p-2.5&#x20;opacity-75&#x20;transition&#x20;duration-150&#x20;ease-in-out">
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"/></svg>
                </button>
                <div class="">
                    <div class="hidden">
                        <p class="text-2xl&#x20;font-bold&#x20;text-black">
                            <span>Cookies</span>
                        </p>
                    </div>
                    <div class="flex&#x20;flex-col&#x20;flex-no-wr&#x20;ap&#x20;py-2.5&#x20;gap-6&#x20;md&#x3A;gap-4&#x20;md&#x3A;justify-between">
                        <p class="text-center">
                            <span class="hidden md:block">PEPE NAVARRO, S.L (en adelante, “HERBOLARIO NAVARRO”) utiliza cookies propias y de terceros para fines analíticos y de personalización, así como para mostrarle publicidad relacionada con sus preferencias a partir de sus hábitos de navegación. Puedes obtener más información y configurar tus preferencias <a href="/politica-de-cookies" class="underline">AQUÍ.</a> En caso de rechazarlas, se aceptarán las cookies necesarias para la navegación mínima.
</span>
                            <span class="md:hidden">PEPE NAVARRO, S.L (en adelante, “HERBOLARIO NAVARRO”) utiliza cookies propias y de terceros para fines analíticos y de personalización, así como para mostrarle publicidad relacionada con sus preferencias a partir de sus hábitos de navegación. Puedes obtener más información y configurar tus preferencias <a href="/politica-de-cookies" class="underline">AQUÍ.</a> En caso de rechazarlas, se aceptarán las cookies necesarias para la navegación mínima.
</span>
                        </p>
                        <div class="flex&#x20;flex-col&#x20;flex-no-wrap&#x20;gap-2&#x20;md&#x3A;mt-0&#x20;md&#x3A;flex-row">
                            <button class="btn&#x20;btn-primary&#x20;btn-md&#x20;w-full&#x20;whitespace-nowrap order-2&#x20;md&#x3A;order-1" mcclane-data="cookies-configure" @click="visibleConfig = true; visibleNotice = false">Configurar cookies</button>
                            <button class="btn&#x20;btn-primary&#x20;btn-md&#x20;w-full order-3&#x20;md&#x3A;order-2" @click="clickAcceptRequired" aria-label="Rechazar">Rechazar</button>
                            <button class="btn&#x20;btn-primary&#x20;btn-md&#x20;w-full order-1&#x20;md&#x3A;order-3" mcclane-data="cookies-accept" @click="clickAcceptAll" title="Enable&#x20;or&#x20;disable&#x20;all&#x20;services">Aceptar todas</button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <div x-show="visibleConfig" class="overflow-y-auto&#x20;fixed&#x20;inset-0&#x20;z-50"
         x-on:toggle-cookiesconsent-config.window="visibleConfig = true"
         aria-labelledby="modal-title"
         x-ref="dialog"
         aria-modal="true"
         x-cloak>
        <div class="flex&#x20;justify-center&#x20;items-center&#x20;min-h-screen">
            <div x-show="visibleConfig"
                 x-transition:enter="ease-out duration-300"
                 x-transition:enter-start="opacity-0"
                 x-transition:enter-end="opacity-100"
                 x-transition:leave="ease-in duration-200"
                 x-transition:leave-start="opacity-100"
                 x-transition:leave-end="opacity-0"
                 class="backdrop"
                 @click="visibleConfig = false; visibleNotice = true"
                 aria-hidden="true"></div>

            <span class="hidden md:inline-block md:align-middle md:h-screen" aria-hidden="true">&ZeroWidthSpace;</span>

            <div x-show="visibleConfig"
                 x-transition:enter="ease-out duration-300"
                 x-transition:enter-start="opacity-0 translate-y-4 md:translate-y-0 md:scale-95"
                 x-transition:enter-end="opacity-100 translate-y-0 md:scale-100"
                 x-transition:leave="ease-in duration-200"
                 x-transition:leave-start="opacity-100 translate-y-0 md:scale-100"
                 x-transition:leave-end="opacity-0 translate-y-4 md:translate-y-0 md:scale-95"
                 class="flex&#x20;overflow-hidden&#x20;flex-col&#x20;justify-start&#x20;px-4&#x20;pt-10&#x20;pb-4&#x20;m-4&#x20;w-full&#x20;h-auto&#x20;bg-white&#x20;transition-all&#x20;transform&#x20;gap-4&#x20;md&#x3A;justify-center&#x20;md&#x3A;p-8&#x20;md&#x3A;my-8&#x20;md&#x3A;max-w-2xl" mcclane="cookies-configure-modal">
                <button @click="visibleConfig = false; visibleNotice = true" aria-label="Cerrar"
                        class="absolute&#x20;top-0&#x20;right-0&#x20;p-4&#x20;opacity-75&#x20;transition&#x20;duration-150&#x20;ease-in-out">
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"/></svg>
                </button>
                <div class="relative">
                    <p class="text-lg&#x20;font-bold&#x20;mb-2 configuratorTitle">Configuración de las cookies</p>
                    <p class="text-sm&#x20;font-light&#x20;text-black">
                        <span class="hidden&#x20;md&#x3A;inline-block configuratorDescription">Utilizamos cookies propias y de terceros para mejorar nuestros servicios y mostrarte publicidad relacionada con tus preferencias mediante el análisis de tus hábitos de navegación. Para saber más, lee nuestra <a href="https://herbolarionavarro.es/politica-de-cookies" target="_blank" class="underline">política de cookies.</a>  * En esta web, se presenta la información de los productos. Estamos trabajando para ofrecerle la información más completa posible. No obstante, si se presenta alguna dificultad en la visualización (por algún fallo con su navegador o dispositivo) o falta de información de cualquiera de nuestros productos, puede solicitárnosla por email a atencioncliente@herbolarionavarro.es antes de realizar su compra. Se la facilitaremos a la mayor brevedad posible.</span>
                        <span class="md&#x3A;hidden configuratorDescription">Utilizamos cookies propias y de terceros para mejorar nuestros servicios en función del análisis de tus hábitos de navegación. Para saber más, lee nuestra <a href="https://herbolarionavarro.es/politica-de-cookies" target="_blank" class="underline">política de cookies.</a>  * En esta web, se presenta la información de los productos. Estamos trabajando para ofrecerle la información más completa posible. No obstante, si se presenta alguna dificultad en la visualización (por algún fallo con su navegador o dispositivo) o falta de información de cualquiera de nuestros productos, puede solicitárnosla por email a atencioncliente@herbolarionavarro.es antes de realizar su compra. Se la facilitaremos a la mayor brevedad posible.</span>
                    </p>
                </div>
                <div class="overflow-y-auto&#x20;flex&#x20;flex-col&#x20;gap-4">
                    <template x-for="[id, category] in Object.entries(categories)" hidden>
                        <div class="flex&#x20;flex-row&#x20;gap-3&#x20;pl-1">
                            <button class="shrink-0&#x20;group&#x20;relative&#x20;rounded-full&#x20;inline-flex&#x20;items-center&#x20;justify-center&#x20;h-5&#x20;w-10&#x20;cursor-pointer&#x20;focus&#x3A;outline-none&#x20;focus&#x3A;ring-2&#x20;focus&#x3A;ring-offset-2&#x20;focus&#x3A;ring-indigo-500"
                                    type="button"
                                    role="switch"
                                    aria-checked="false"
                                    :aria-checked="groups[id].toString()"
                                    :class="{'opacity-30': category.required}"
                                    :disabled="category.required"
                                    mcclane-data="cookies-configure-btn"
                                    @click="groups[id] = !groups[id]">
                                <span aria-hidden="true" class="pointer-events-none absolute bg-white w-full h-full rounded-md"></span>
                                <span aria-hidden="true" class="pointer-events-none absolute h-4 w-9 mx-auto rounded-full transition-colors ease-in-out duration-200 bg-gray-200" x-state:on="Enabled" x-state:off="Not Enabled" :class="{ 'bg-primary': groups[id], 'bg-gray-light': !(groups[id]) }"></span>
                                <span aria-hidden="true" class="pointer-events-none absolute left-0 inline-block h-5 w-5 border border-gray-200 rounded-full bg-white shadow transform ring-0 transition-transform ease-in-out duration-200 translate-x-0" x-state:on="Enabled" x-state:off="Not Enabled" :class="{ 'translate-x-5': groups[id], 'translate-x-0': !(groups[id]) }"></span>
                            </button>
                            <div class="flex&#x20;flex-col&#x20;gap-0.5">
                                <p class="text-md&#x20;font-bold" x-text="category.title"></p>
                                <p class="text-sm&#x20;font-light" x-text="category.description"></p>
                                                                    <span class="text-sm&#x20;underline&#x20;cursor-pointer"
                                          @click="visibleConfig = false; visibleNotice = true; openLink(atob(category.link), '_self');">
                                        Ver cookies                                    </span>
                                                            </div>
                        </div>
                    </template>
                </div>
                <div class="flex&#x20;flex-row&#x20;flex-no-wrap&#x20;gap-2">
                    <button class="btn&#x20;btn-dark-stroke&#x20;btn-sm&#x20;w-full&#x20;md&#x3A;w-auto" @click="clickAcceptSelected" mcclane-data="cookies-modal-accept">Aceptar seleccionadas</button>
                    <button class="btn&#x20;btn-primary&#x20;btn-sm&#x20;w-full&#x20;md&#x3A;w-auto" @click="clickAcceptAll" title="Enable or disable all services">Aceptar todas</button>
                </div>
            </div>
        </div>
    </div>
</div>

<script>
    window.domains_whitelist = ["googletagmanager.com","youtube.com","googleoptimize.com","doubleclick.net","trustedshops.com","chimpstatic.com","tradedoubler.com","zdassets.com","cdn.doofinder.com","eu1-layer.doofinder.com","google-analytics.com","gstatic.com","google.com","getflowbox.com",".connectif.cloud"] || [];
    function initCookiesConfig() {
        return {
            cookieName: 'cookie\u002Dconsent',
            definitionVersion: '0.0.1',
            isAllowNavigation: false,
            logMode: false,
            categories: {"required":{"name":"required","title":"Cookies obligatorias","description":"Estas cookies son estrictamente necesarias para el funcionamiento de la tienda y nos permiten ofrecer funcionalidades b\u00e1sicas (seguridad, registro de usuario, idioma, cesta de la compra ...).","link":"aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvcG9saXRpY2EtZGUtY29va2llcy8jY29va2llcy1yZXF1aXJlZA==","required":true,"purposes":["required"],"accept":true,"iscustom":false,"default":true,"domains":["googletagmanager.com","youtube.com","googleoptimize.com","doubleclick.net","trustedshops.com","chimpstatic.com","tradedoubler.com","zdassets.com","cdn.doofinder.com","eu1-layer.doofinder.com","google-analytics.com","gstatic.com","google.com","getflowbox.com",".connectif.cloud"],"cookies":[["\/_ga|_gid|_gat|_gac.+|AMP_TOKEN|__utm.+\/","\/","Cookies relacionadas con Google Analytics para el seguimiento de visitas","google-analitycs.com","",""],["cookie-consent","","Almacena la configuraci\u00f3n real del consentimiento de las cookies del cliente","","12 months","Sin transferencia de datos a terceros pa\u00edses"],["PHPSESSID","","Cookie interna de PHP para almacenar sesiones","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["frontend","","Cookie interna para equilibrar el servidor","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["cookienotice","","Magento utiliza para saber si se muestra el aviso de cookies","","12 months","Sin transferencia de datos a terceros pa\u00edses"],["form_key","","Magento form key","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["\/mage-.+\/","","Cookies relacionadas con Magento","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["\/recently_.+\/","","Magento relacionado con las secciones vistas recientemente","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["product_data_storage","","Precio personalizado del producto Magento por cliente","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["add_to_cart","","Utilizado por Google Tag Manager. Captura el SKU del producto, el nombre, el precio y la cantidad eliminados del carrito, y hace que la informaci\u00f3n est\u00e9 disponible para una futura integraci\u00f3n mediante secuencias de comandos de terceros.","","Sesi\u00f3n","S\u00ed, a EE.UU. y otros pa\u00edses"],["remove_from_cart","","Utilizado por Google Tag Manager. Captura el SKU del producto, el nombre, el precio y la cantidad agregada al carrito, y hace que la informaci\u00f3n est\u00e9 disponible para una futura integraci\u00f3n mediante secuencias de comandos de terceros.","","Sesi\u00f3n","S\u00ed, a EE.UU. y otros pa\u00edses"],["guest-view","","Stores the Order ID that guest shoppers use to retrieve their order status. Guest orders view. Used in \u201cOrders and Returns\u201d widgets.","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["login_redirect","","Conserva la p\u00e1gina de destino que se estaba cargando antes de que se indicara al cliente que iniciara sesi\u00f3n. Se utiliza una redirecci\u00f3n de inicio de sesi\u00f3n con el minicarro para los clientes que inician sesi\u00f3n si la opci\u00f3n de configuraci\u00f3n Mostrar minicarro est\u00e1 establecida en S\u00ed","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["stf","","Registra la hora en que el m\u00f3dulo SendFriend (Enviar correo electr\u00f3nico a un amigo) env\u00eda los mensajes.","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["X-Magento-Vary","","Ajuste de configuraci\u00f3n que mejora el rendimiento cuando se utiliza el almacenamiento en cach\u00e9 de contenido est\u00e1tico de Varnish.","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["private_content_version","","Agrega un n\u00famero y una hora aleatorios y \u00fanicos a las p\u00e1ginas con contenido del cliente para evitar que se almacenen en cach\u00e9 en el servidor","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["section_data_ids","","Almacena informaci\u00f3n espec\u00edfica del cliente relacionada con acciones iniciadas por el comprador, como mostrar la lista de deseos, informaci\u00f3n de pago, etc.","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["store","","Realiza un seguimiento de la vista \/ configuraci\u00f3n regional espec\u00edfica de la tienda seleccionada por el comprador","","Sesi\u00f3n","Sin transferencia de datos a terceros pa\u00edses"],["user_allowed_save_cookie","","Usado para el modo de restricci\u00f3n de cookies","","12 months","Sin transferencia de datos a terceros pa\u00edses"],["OGPC","","Esta cookie habilita la funcionalidad de Google Maps.",".google.com","Sesi\u00f3n","S\u00ed, a EE.UU. y otros pa\u00edses"],["CGIC","","Mejora la entrega de resultados de b\u00fasqueda al completar autom\u00e1ticamente las consultas de b\u00fasqueda seg\u00fan la entrada inicial del usuario. Esta cookie tiene una duraci\u00f3n de 6 meses",".google.com","6 months","S\u00ed, a EE.UU. y otros pa\u00edses"],["SIDCC","","Google los utiliza para almacenar las preferencias del usuario y la informaci\u00f3n mientras visualiza p\u00e1ginas con mapas de Google","www.google.com","6 months","S\u00ed, a EE.UU. y otros pa\u00edses"],["DV","","Google ReCaptcha almacena una cookie para ayudar a detectar si el usuario es un robot o no (garantizar la seguridad)","www.google.com","Sesi\u00f3n","S\u00ed, a EE.UU. y otros pa\u00edses"],["rocket_social_login_initial_link","","Permite una correcta redirecci\u00f3n despu\u00e9s de identificarse o registrarse con redes sociales.","","",""],["ampromo-popup","","Used for display only once the Amasty promo pop up","","1 Day","Sin transferencia de datos a terceros pa\u00edses"],["outdated_browser_popup","","Used for display only once the outdated browser pop up","","1 Day","Sin transferencia de datos a terceros pa\u00edses"]]},"functional":{"name":"functional","title":"Cookies funcionales","description":"Estas cookies ayudan a mejorar nuestro sitio web mediante la recopilaci\u00f3n y el an\u00e1lisis de informaci\u00f3n sobre su uso. Pueden utilizarse para mejorar la experiencia del usuario con funciones como el chat en l\u00ednea y los botones para compartir en las redes sociales.","link":"aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvcG9saXRpY2EtZGUtY29va2llcw==","required":false,"purposes":["functional"],"accept":false,"iscustom":false,"default":false,"domains":[],"cookies":[["__zlcmid","\/","Utilizado por el chat de Zopim para almacenar una identificaci\u00f3n de usuario \u00fanica","zopim.com",null,null],["__cfduid","\/","El servicio CloudFlare establece la cookie '__cfduid' para identificar el tr\u00e1fico web confiable.","cloudflare.com",null,null],["_asc","\/","La anal\u00edtica de Alexa usa esta cookie para rastrear y reportar informaci\u00f3n al servicio de anal\u00edtica de Alexa","alexa.com",null,null],["_auc","\/","La anal\u00edtica de Alexa usa esta cookie para rastrear y reportar informaci\u00f3n al servicio de anal\u00edtica de Alexa","alexa.com",null,null],["atrk","\/","La anal\u00edtica de Alexa usa esta cookie para rastrear y reportar informaci\u00f3n al servicio de anal\u00edtica de Alexa","alexa.com",null,null],["atrk.gif","\/","Esta cookie se utiliza para recopilar informaci\u00f3n sobre el comportamiento del consumidor, que se env\u00eda a Alexa Analytics","alexa.com",null,null],["APID","\/","Recopila informaci\u00f3n sobre el comportamiento de los visitantes en varios sitios web. Esta informaci\u00f3n se utiliza en el sitio web para optimizar la relevancia de la publicidad","yahoo.com",null,null],["B","\/","Recopila datos an\u00f3nimos relacionados con las visitas al sitio web del usuario, como el n\u00famero de visitas, el tiempo promedio que pasa en el sitio web y las p\u00e1ginas que se han cargado","yahoo.com",null,null],["GPS","\/","Cookie de YouTube que registra un \u00fanico ID en dispositivos m\u00f3viles con fines estad\u00edsticos seg\u00fan la ubicaci\u00f3n geogr\u00e1fica","youtube.com",null,null],["MR","\/","Cookie de an\u00e1lisis que se utiliza para transmitir informaci\u00f3n sobre las acciones del usuario a la red publicitaria de Bing","bing.com",null,null],["na_id","\/","Addthis usa esto para almacenar el historial de uso del usuario.","addthis.com",null,null],["stx_user_id","\/","Entrega de contenido espec\u00edfico y relevante","sharethrough.com",null,null],["AWSALB","\/","Balanceador de carga de aplicaciones de Amazon ELB","amazon.com",null,null]]},"ad":{"name":"ad","title":"Cookies de marketing","description":"Estas cookies se utilizan para hacer un seguimiento an\u00f3nimo de los usuarios. Permiten mostrar anuncios personalizados y ofrecer contenidos relacionados con los intereses detectados durante la navegaci\u00f3n del usuario.","link":"aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvcG9saXRpY2EtZGUtY29va2llcw==","required":false,"purposes":["ad"],"accept":false,"iscustom":false,"default":false,"domains":[],"cookies":[["_fbp","\/","Utilizado por Facebook para ofrecer una serie de productos publicitarios, como ofertas en tiempo real de anunciantes externos","facebook.com",null,null],["fr","\/","Utilizado por Facebook para ofrecer una serie de productos publicitarios, como ofertas en tiempo real de anunciantes externos","facebook.com",null,null],["\/euds?\/","\/","Registra datos de usuarios an\u00f3nimos, como su direcci\u00f3n IP, ubicaci\u00f3n geogr\u00e1fica, sitios web visitados y en qu\u00e9 anuncios ha hecho clic el usuario","rocketfuel.com",null,null],["pid","\/","SmartAdServer es un sistema de publicaci\u00f3n de anuncios remota. Los sitios y los anunciantes utilizan el sistema para administrar la entrega de sus campa\u00f1as publicitarias en l\u00ednea.","smartadserver.es",null,null],["tluid","\/","Esta cookie se utiliza para identificar al visitante y optimizar la relevancia del anuncio mediante la recopilaci\u00f3n de datos de visitantes de varios sitios web","triplelift.com",null,null],["t_gid","\/","Asigne un ID de usuario \u00fanico que Taboola utiliza para fines de atribuci\u00f3n e informes","taboola.com",null,null],["_uetsid","\/","Almacenar y realizar un seguimiento de las visitas en los sitios web para Bing Ads","bing.xom",null,null],["_uetvid","\/","Almacenar y realizar un seguimiento de las visitas en los sitios web para Bing Ads","bing.com",null,null],["cto_bundle","\/","Utilizado por criteo para proporcionar funciones en las p\u00e1ginas","criteo.com",null,null],["mailchimp_landing_page","\/","Identificar la referencia de llegada a la p\u00e1gina","mailchimp.com",null,null],["1P_JAR","\/","Cookies de Google para publicidad",".google.es",null,null],["1P_JAR","\/","Cookies de Google para publicidad",".google.com",null,null],["IDE","\/","Se utiliza con fines publicitarios para mostrar anuncios de Google en sitios que no son de Google",".google.com",null,null],["\/.?NID\/","\/","Se utiliza con fines publicitarios para mostrar anuncios de Google en sitios que no son de Google",".google.com",null,null],["\/__Secure\\-\/","\/","Publicidad. Estas cookies se utilizan para ofrecer anuncios m\u00e1s relevantes para usted y sus intereses.",".google.com",null,null],["\/.*SID\/","\/","Se utilizan con fines publicitarios para mostrar anuncios de Google en sitios que no son de Google",".google.com",null,null],["\/connectif_.+\/","\/","cookies de connectif","connectif.cloud",null,null]]},"analytics":{"name":"analytics","title":"Anal\u00edtica cookies","description":"Permiten el seguimiento y an\u00e1lisis del comportamiento de los usuarios en nuestro sitio.","link":"aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvcG9saXRpY2EtZGUtY29va2llcw==","required":false,"purposes":["analytics"],"accept":false,"iscustom":false,"default":false,"domains":[],"cookies":[["_ga","\/","Distingir a los usuarios","Google",null,null],[" _gid","\/","Distingir a los usuarios","Google",null,null],[" ps_analytics","\/","Guarda informaci\u00f3n usuarios.","Google",null,null]]},"ad_user_data":{"name":"ad_user_data","title":"Ad User Data","description":"Define el consentimiento para enviar a Google datos del usuario relacionados con la publicidad.","link":"aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvcG9saXRpY2EtZGUtY29va2llcw==","required":false,"purposes":["ad_user_data"],"accept":false,"iscustom":false,"default":false,"domains":[],"cookies":[]},"ad_personalization":{"name":"ad_personalization","title":"Publicidad personalizada","description":"Define el consentimiento en materia de publicidad personalizada.","link":"aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvcG9saXRpY2EtZGUtY29va2llcw==","required":false,"purposes":["ad_personalization"],"accept":false,"iscustom":true,"default":false,"domains":[],"cookies":[]}},
            domain: COOKIE_CONFIG.domain,
            visibleConfig: false,
            services: {},
            visibleCookies: {},
            gtmIsEnabled: true,
            gtmInitEventName: 'init_consent',
            gtmUpdateEventName: 'update_consent',
            gtmIsConsentMode: false,
            gtmAllowedValue: 'granted',
            gtmDeniedValue: 'denied',
            init: function () {
                this.categoriesNames = Object.keys(this.categories);
                this.groups = Object.fromEntries(Object.entries(this.categories).map(function (group) {
                    return [group[0], group[1].default];
                }));

                this.currentValuesRequired = Object.fromEntries(Object.entries(this.categories).map(function (group) {
                    return [group[0], group[1].required || group[1].default];
                }));

                for (let categoryName of Object.keys(this.categories)) {
                    let category = this.categories[categoryName],
                        length = category.cookies.length,
                        cookiesNames = [],
                        service = {
                            name: category.name,
                            required: category.required,
                            cookies: [],
                            domains: [this.domain],
                            default: category.default,
                        };

                    for (let j = 0; j < length; j++) {
                        let cookie = category.cookies[j],
                            serviceCookies = service.cookies,
                            name = cookie[0],
                            cookieName = name.startsWith('/') ? name.slice(1, name.lastIndexOf('/')) : name,
                            cookieDef = [
                                name.startsWith('/') ? new RegExp(cookieName) : cookieName,
                                cookie[1] ? cookie[1] : '/',
                            ];

                        if (serviceCookies.indexOf(cookieDef) === -1) {
                            cookiesNames.push(cookieName);
                            serviceCookies.push(cookieDef);
                        }
                    }

                    let domainsLength = category.domains.length;
                    for (let j = 0; j < domainsLength; j++) {
                        let domain = category.domains[j];
                        service.domains.push(domain);
                    }

                    window.cookie_consent_groups[categoryName] = service.required;
                    window.cookie_consent_config[categoryName] = [].concat(
                        window.cookie_consent_config[categoryName] || [],
                        cookiesNames
                    );

                    this.services[service.name] = service;
                }


                if (window.bypass_cookie_consent) {
                    this.acceptAll(false);
                    this.initPushConsentCookiesPerPage();

                    return;
                }

                let content = hyva.getCookie(this.cookieName);
                this.currentValues = content ? JSON.parse(decodeURIComponent(content)) : false;
                this.versionDiffers = !!this.currentValues && this.definitionVersion !== this.currentValues.version;

                if (this.versionDiffers) {
                    this.removeCookie({
                        name: this.cookieName,
                        path: '/',
                        domain: this.domain
                    });
                    this.currentValues = false;
                }

                // update current values against to default values of groups
                for (let key of Object.keys(this.groups)) {
                    if (this.currentValues && this.currentValues.consents[key] !== this.groups[key]) {
                        this.groups[key] = window.cookie_consent_groups[key] = this.currentValues.consents[key];
                    }
                }

                this.visibleNotice = !this.currentValues || this.versionDiffers;

                this.createCookiesAndDomainsWhitelists();
                this.removeCookiesFunction();
                this.initPushConsentCookiesPerPage();
            },
            log: function (msg, type) {
                if (this.logMode && console) {
                    if (typeof type === 'undefined') {
                        type = 'log';
                    }

                    if (console[type]) {
                        console[type](msg);
                    }
                }
            },
            getCookiesByRegexp: function (regexp, path, domains) {
                let regExpCookieName = regexp;

                if (regExpCookieName instanceof RegExp) {
                    regExpCookieName = regexp.toString();
                    regExpCookieName = regExpCookieName.slice(1, regExpCookieName.lastIndexOf('/'));

                    if (regExpCookieName.startsWith('^')) {
                        regExpCookieName = regExpCookieName.slice(1);
                    }

                    if (regExpCookieName.endsWith('$')) {
                        regExpCookieName = regExpCookieName.slice(0, -1);
                    }
                }

                const regExp = new RegExp('(^|;) ?(' + regExpCookieName + ')=([^;]*)(;|$)', 'g'),
                    matches = document.cookie.matchAll(regExp);

                let output = [];

                for (let match of matches) {
                    if (match && match.length > 3) {
                        for (let i = 0; i < domains.length; i++) {
                            output.push({
                                name: match[2],
                                value: match[3],
                                path: path,
                                domain: domains[i] ? domains[i] : this.domain,
                            });
                        }
                    }
                }

                return output;
            },
            removeCookie: function (cookie) {
                let cookieValue = cookie.name + '=;';

                if (cookie.path) {
                    cookieValue += ' path=' + cookie.path + ';';
                }

                document.cookie = cookieValue + ' Expires=Thu, 01 Jan 1970 00:00:01 GMT;';

                if (cookie.domain) {
                    cookieValue += ' domain=' + cookie.domain + ';';
                }

                document.cookie = cookieValue + ' Expires=Thu, 01 Jan 1970 00:00:01 GMT;';
            },
            removeCookies: function (cookies) {
                for (let cookie of cookies) {
                    this.removeCookie(cookie);
                }
            },
            removeCookiesFunction: function () {
                for (let categoryName of Object.keys(this.categories)) {
                    if (this.services[categoryName]) {
                        let cookies = this.services[categoryName].cookies;
                        let accept = this.currentValues ? this.currentValues.consents[categoryName] : this.currentValuesRequired[categoryName];

                        if (!accept) {
                            for (let [name, path, domain] of cookies) {
                                let existingCookies = this.getCookiesByRegexp(name, path, domain || [this.domain]);

                                if (existingCookies.length) {
                                    this.removeCookies(existingCookies);
                                    this.log('Removed cookie ' + existingCookies[0].name);
                                }
                            }
                        }
                    }
                }
            },
            createCookiesAndDomainsWhitelists: function() {
                window.cookies_whitelist = [];
                this.addAcceptedCategoriesCookiesAndDomainsToWhitelist();
            },
            addAcceptedCategoriesCookiesAndDomainsToWhitelist: function() {
                window.cookies_whitelist = window.cookies_whitelist || [];
                window.domains_whitelist = window.domains_whitelist || [];

                let existingCookies = [];
                for (let existingCookie of window.cookies_whitelist) {
                    existingCookies.push(Object.values(existingCookie).join(';'));
                }

                for (let categoryName of Object.keys(this.categories)) {
                    if (!this.services[categoryName]) {
                        continue
                    }

                    let cookies = this.services[categoryName].cookies;
                    let accept = this.currentValues ? this.currentValues.consents[categoryName] : this.currentValuesRequired[categoryName];
                    if (!accept) {
                        continue;
                    }

                    for (let [name, path, domain] of cookies) {
                        let cookie = {
                            'regexp': name,
                            'path': path,
                            'domain': domain,
                        };

                        if (!existingCookies.includes(Object.values(cookie).join(';'))) {
                            window.cookies_whitelist.push(cookie);
                        }
                    }

                    let domains = this.services[categoryName].domains;

                    for (let domain of domains) {
                        if (!window.domains_whitelist.includes(domain)) {
                            window.domains_whitelist.push(domain);
                        }
                    }
                }
            },
            acceptSelected: function (pushConsent = true) {
                this.currentValues = {
                    version: this.definitionVersion,
                    consents: this.groups,
                };

                hyva.setCookie(this.cookieName, JSON.stringify(this.currentValues));
                this.visibleConfig = false;
                this.visibleNotice = false;

                for (let key of Object.keys(this.groups)) {
                    window.cookie_consent_groups[key] = this.groups[key];
                }

                this.addAcceptedCategoriesCookiesAndDomainsToWhitelist();
                this.addScriptsRejectedToDOM();
                this.removeCookiesFunction();

                if (pushConsent) {
                    this.updatePushConsentCookies();
                }
            },
            acceptAll: function (pushConsent = true) {
                for (let key of Object.keys(this.groups)) {
                    this.groups[key] = true;
                }
                this.acceptSelected(pushConsent);
            },
            clickAcceptAll: function () {
                this.acceptAll();
            },
            clickAcceptRequired: function (pushConsent = true) {
                for (let key of Object.keys(this.groups)) {
                    let enabledGroup = false;
                    if (key == 'required') {
                        enabledGroup = true;
                    }

                    this.groups[key] = enabledGroup;
                }
                this.acceptSelected(pushConsent);
            },
            clickAcceptSelected: function () {
                this.acceptSelected();
            },
            initPushConsentCookiesPerPage: function () {
                this.pushConsentCookies(this.gtmInitEventName, true);
            },
            updatePushConsentCookies: function () {
                this.pushConsentCookies(this.gtmUpdateEventName);
            },
            normalizeGtmValues: function (data) {
                const self = this;

                return Object.keys(data).reduce(function (obj, key) {
                    let newKey =  key in self.categories && self.categories[key].iscustom ? key : key + "_storage";
                    obj[newKey] = (data[key] && !!data[key]) ? self.gtmAllowedValue : self.gtmDeniedValue;

                    return obj;
                }, {});
            },
            expectArguments: function () {
                return arguments;
            },
            /**
             * This function implements two ways of send consent cookies to datalayer
             *
             * [Consent Mode Beta](https://developers.google.com/tag-platform/devguides/consent?hl=es).
             * @param eventName
             * @param init
             */
            pushConsentCookies: function (eventName, init = false) {
                if (!this.gtmIsEnabled) {
                    return;
                }

                let normalizeConsentGroupValues = this.normalizeGtmValues(window.cookie_consent_groups);

                if (this.gtmIsConsentMode) {
                    if (init) {
                        window.dispatchEvent(
                            new CustomEvent('datalayer-event', {
                                detail: this.expectArguments('consent', 'default', normalizeConsentGroupValues)
                            })
                        );
                        window.dispatchEvent(
                            new CustomEvent('datalayer-event', {detail: {'event': eventName}})
                        );
                    } else {
                        window.dispatchEvent(
                            new CustomEvent('datalayer-event', {
                                detail: ['consent', 'update', normalizeConsentGroupValues]
                            })
                        );
                    }
                } else {
                    normalizeConsentGroupValues = {...{'event': eventName}, ...normalizeConsentGroupValues};
                    window.dispatchEvent(new CustomEvent('datalayer-event', {detail: normalizeConsentGroupValues}));
                }
            },
            /**
             * Adds the removed javascript tags if later are consented by user
             */
            addScriptsRejectedToDOM: function () {
                const self = this;
                // scripts rejected what are filled by cookie blocker
                window.scripts_rejected = window.scripts_rejected || [];
                window.domains_whitelist = window.domains_whitelist || [];
                const scriptsRejectedInServiceDomain = window.scripts_rejected.filter(isScriptInServiceDomain);

                scriptsRejectedInServiceDomain.forEach((scriptSrc, index) => {
                    if (!scriptSrc) {
                        return;
                    }

                    // add domain to whitelist in order to allow appendChild injection controlled by cookie blocker
                    if (!window.domains_whitelist.includes(scriptSrc)) {
                        window.domains_whitelist.push(scriptSrc);
                    }

                    const script = document.createElement('script');
                    script.setAttribute('type', 'text/javascript');
                    script.setAttribute('src', scriptSrc);
                    document.head.appendChild(script);
                    delete window.scripts_rejected[index];
                });

                function isScriptInServiceDomain(script) {
                    const domains = Object.values(self.services)
                        .reduce((acc, category) => acc.concat(category.domains), []);

                    return domains.some(domain => scriptContainsDomain(script, domain));
                }

                function scriptContainsDomain(script, domain) {
                    return script.indexOf(domain) !== -1;
                }
            }
        };
    }
</script>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P2PC4NK"
                  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>
    var BASE_URL = 'https://www.herbolarionavarro.es/';
    var THEME_PATH = 'https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES';
    var COOKIE_CONFIG = {
        "expires": null,
        "path": "\u002F",
        "domain": ".www.herbolarionavarro.es",
        "secure": false,
        "lifetime": "604800",
        "cookie_restriction_enabled": true    };
    var CURRENT_STORE_CODE = 'default';
    var CURRENT_WEBSITE_ID = '1';

    window.hyva = window.hyva || {}

    window.cookie_consent_groups = window.cookie_consent_groups || {}
    window.cookie_consent_groups['necessary'] = true;

    window.cookie_consent_config = window.cookie_consent_config || {};
    window.cookie_consent_config['necessary'] = [].concat(
        window.cookie_consent_config['necessary'] || [],
        [
            'user_allowed_save_cookie',
            'form_key',
            'mage-messages',
            'private_content_version',
            'mage-cache-sessid',
            'last_visited_store',
            'section_data_ids'
        ]
    );
</script>
<script>
    'use strict';
    (function( hyva, undefined ) {

        function lifetimeToExpires(options, defaults) {

            const lifetime = options.lifetime || defaults.lifetime;

            if (lifetime) {
                const date = new Date;
                date.setTime(date.getTime() + lifetime * 1000);
                return date;
            }

            return null;
        }

        function generateRandomString() {

            const allowedCharacters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ',
                length = 16;

            let formKey = '',
                charactersLength = allowedCharacters.length;

            for (let i = 0; i < length; i++) {
                formKey += allowedCharacters[Math.round(Math.random() * (charactersLength - 1))]
            }

            return formKey;
        }

        const sessionCookieMarker = {noLifetime: true}

        const cookieTempStorage = {};

        const internalCookie = {
            get(name) {
                const v = document.cookie.match('(^|;) ?' + name + '=([^;]*)(;|$)');
                return v ? v[2] : null;
            },
            set(name, value, days, skipSetDomain) {
                let expires,
                    path,
                    domain,
                    secure,
                    samesite;

                const defaultCookieConfig = {
                    expires: null,
                    path: '/',
                    domain: null,
                    secure: false,
                    lifetime: null,
                    samesite: 'lax'
                };

                const cookieConfig = window.COOKIE_CONFIG || {};

                expires = days && days !== sessionCookieMarker
                    ? lifetimeToExpires({lifetime: 24 * 60 * 60 * days, expires: null}, defaultCookieConfig)
                    : lifetimeToExpires(window.COOKIE_CONFIG, defaultCookieConfig) || defaultCookieConfig.expires;

                path = cookieConfig.path || defaultCookieConfig.path;
                domain = !skipSetDomain && (cookieConfig.domain || defaultCookieConfig.domain);
                secure = cookieConfig.secure || defaultCookieConfig.secure;
                samesite = cookieConfig.samesite || defaultCookieConfig.samesite;

                document.cookie = name + "=" + encodeURIComponent(value) +
                    (expires && days !== sessionCookieMarker ? '; expires=' + expires.toGMTString() : '') +
                    (path ? '; path=' + path : '') +
                    (domain ? '; domain=' + domain : '') +
                    (secure ? '; secure' : '') +
                    (samesite ? '; samesite=' + samesite : 'lax');
            },
            isWebsiteAllowedToSaveCookie() {
                const allowedCookies = this.get('user_allowed_save_cookie');
                if (allowedCookies) {
                    const allowedWebsites = JSON.parse(unescape(allowedCookies));

                    return allowedWebsites[CURRENT_WEBSITE_ID] === 1;
                }
                return false;
            },
            getGroupByCookieName(name) {
                const cookieConsentConfig = window.cookie_consent_config || {};
                let group = null;
                for (let prop in cookieConsentConfig) {
                    if (!cookieConsentConfig.hasOwnProperty(prop)) continue;
                    if (cookieConsentConfig[prop].includes(name)) {
                        group = prop;
                        break;
                    }
                }
                return group;
            },
            isCookieAllowed(name) {
                const cookieGroup = this.getGroupByCookieName(name);
                return cookieGroup
                    ? window.cookie_consent_groups[cookieGroup]
                    : this.isWebsiteAllowedToSaveCookie();
            },
            saveTempStorageCookies() {
                for (const [name, data] of Object.entries(cookieTempStorage)) {
                    if (this.isCookieAllowed(name)) {
                        this.set(name, data['value'], data['days'], data['skipSetDomain']);
                        delete cookieTempStorage[name];
                    }
                }
            }
        };

        hyva.getCookie = (name) => {
            const cookieConfig = window.COOKIE_CONFIG || {};

            if (cookieConfig.cookie_restriction_enabled && ! internalCookie.isCookieAllowed(name)) {
                return cookieTempStorage[name] ? cookieTempStorage[name]['value'] : null;
            }

            return internalCookie.get(name);
        }

        hyva.setCookie = (name, value, days, skipSetDomain) => {
            const cookieConfig = window.COOKIE_CONFIG || {};

            if (cookieConfig.cookie_restriction_enabled && ! internalCookie.isCookieAllowed(name)) {
                cookieTempStorage[name] = {value, days, skipSetDomain};
                return;
            }
            return internalCookie.set(name, value, days, skipSetDomain);
        }


        hyva.setSessionCookie = (name, value, skipSetDomain) => {
            return hyva.setCookie(name, value, sessionCookieMarker, skipSetDomain)
        }

        hyva.getBrowserStorage = () => {
            const browserStorage = window.localStorage || window.sessionStorage;
            if (!browserStorage) {
                console.warn('Browser Storage is unavailable');
                return false;
            }
            try {
                browserStorage.setItem('storage_test', '1');
                browserStorage.removeItem('storage_test');
            } catch (error) {
                console.warn('Browser Storage is not accessible', error);
                return false;
            }
            return browserStorage;
        }

        hyva.postForm = (postParams) => {
            const form = document.createElement("form");

            let data = postParams.data;

            if (! postParams.skipUenc && ! data.uenc) {
                data.uenc = btoa(window.location.href);
            }
            form.method = "POST";
            form.action = postParams.action;

            Object.keys(postParams.data).map(key => {
                const field = document.createElement("input");
                field.type = 'hidden'
                field.value = postParams.data[key];
                field.name = key;
                form.appendChild(field);
            });

            const form_key = document.createElement("input");
            form_key.type = 'hidden';
            form_key.value = hyva.getFormKey();
            form_key.name="form_key";
            form.appendChild(form_key);

            document.body.appendChild(form);

            form.submit();
        }

        hyva.getFormKey = function () {
            let formKey = hyva.getCookie('form_key');

            if (!formKey) {
                formKey = generateRandomString();
                hyva.setCookie('form_key', formKey);
            }

            return formKey;
        }

        hyva.formatPrice = (value, showSign, options = {}) => {
            const formatter = new Intl.NumberFormat(
                'es\u002DES',
                Object.assign({
                    style: 'currency',
                    currency: 'EUR',
                    signDisplay: showSign ? 'always' : 'auto'
                }, options)
            );
            return (typeof Intl.NumberFormat.prototype.formatToParts === 'function') ?
                formatter.formatToParts(value).map(({type, value}) => {
                    switch (type) {
                        case 'currency':
                            return '\u20AC' || value;
                        case 'minusSign':
                            return '- ';
                        case 'plusSign':
                            return '+ ';
                        default :
                            return value;
                    }
                }).reduce((string, part) => string + part) :
                formatter.format(value);
        }

                const formatStr = function (str, nStart) {
            const args = Array.from(arguments).slice(2);

            return str.replace(/(%+)([0-9]+)/g, (m, p, n) => {
                const idx = parseInt(n) - nStart;

                if (args[idx] === null || args[idx] === void 0) {
                    return m;
                }
                return p.length % 2
                    ? p.slice(0, -1).replace('%%', '%') + args[idx]
                    : p.replace('%%', '%') + n;
            })
        }

                hyva.str = function (string) {
            const args = Array.from(arguments);
            args.splice(1, 0, 1);

            return formatStr.apply(undefined, args);
        }

                hyva.strf = function () {
            const args = Array.from(arguments);
            args.splice(1, 0, 0);

            return formatStr.apply(undefined, args);
        }

        /**
         * Take a html string as `content` parameter and
         * extract an element from the DOM to replace in
         * the current page under the same selector,
         * defined by `targetSelector`
         */
        hyva.replaceDomElement = (targetSelector, content) => {
            // Parse the content and extract the DOM node using the `targetSelector`
            const parser = new DOMParser();
            const doc = parser.parseFromString(content, 'text/html');
            const contentNode = doc.querySelector(targetSelector);

            // Bail if content can't be found
            if (!contentNode) {
                return;
            }

            hyva.activateScripts(contentNode)

            // Replace the old DOM node with the new content
            document.querySelector(targetSelector).replaceWith(contentNode);

            // Reload customerSectionData and display cookie-messages if present
            window.dispatchEvent(new CustomEvent("reload-customer-section-data"));
            hyva.initMessages();
        }

        hyva.activateScripts = (contentNode) => {
            // Extract all the script tags from the content.
            // Script tags won't execute when inserted into a dom-element directly,
            // therefore we need to inject them to the head of the document.
            const tmpScripts = contentNode.getElementsByTagName('script');

            if (tmpScripts.length > 0) {
                // Push all script tags into an array
                // (to prevent dom manipulation while iterating over dom nodes)
                const scripts = [];
                for (let i = 0; i < tmpScripts.length; i++) {
                    scripts.push(tmpScripts[i]);
                }

                // Iterate over all script tags and duplicate+inject each into the head
                for (let i = 0; i < scripts.length; i++) {
                    let script = document.createElement('script');
                    script.innerHTML = scripts[i].innerHTML;

                    document.head.appendChild(script);

                    // Remove the original (non-executing) node from the content
                    scripts[i].parentNode.removeChild(scripts[i]);
                }
            }
            return contentNode;
        }

                const replace = {['+']: '-', ['/']: '_', ['=']: ','};
        hyva.getUenc = () => btoa(window.location.href).replace(/[+/=]/g, match => replace[match]);

        let currentTrap;

        const focusableElements = (rootElement) => {
            const selector = 'button, [href], input, select, textarea, details, [tabindex]:not([tabindex="-1"]';
            return Array.from(rootElement.querySelectorAll(selector))
                .filter(el => {
                    return el.style.display !== 'none'
                        && !el.disabled
                        && el.tabIndex !== -1
                        && (el.offsetWidth || el.offsetHeight || el.getClientRects().length)
                })
        }

        const focusTrap = (e) => {
            const isTabPressed = e.key === 'Tab' || e.keyCode === 9;
            if (!isTabPressed) return;

            const focusable = focusableElements(currentTrap)
            const firstFocusableElement = focusable[0]
            const lastFocusableElement = focusable[focusable.length - 1]

            e.shiftKey
                ? document.activeElement === firstFocusableElement && (lastFocusableElement.focus(), e.preventDefault())
                : document.activeElement === lastFocusableElement && (firstFocusableElement.focus(), e.preventDefault())
        };

        hyva.releaseFocus = (rootElement) => {
            if (currentTrap && (!rootElement || rootElement === currentTrap)) {
                currentTrap.removeEventListener('keydown', focusTrap)
                currentTrap = null
            }
        }
        hyva.trapFocus = (rootElement) => {
            if (!rootElement) return;
            hyva.releaseFocus()
            currentTrap = rootElement
            rootElement.addEventListener('keydown', focusTrap)
            const firstElement = focusableElements(rootElement)[0]
            firstElement && firstElement.focus()
        }

                hyva.alpineInitialized = (fn) => window.addEventListener('alpine:initialized', fn, {once: true})
                window.addEventListener('user-allowed-save-cookie', () => internalCookie.saveTempStorageCookies())

    }( window.hyva = window.hyva || {} ));
</script>
<div x-data="{ formKey: '' }" x-init="formKey = hyva.getFormKey()">
    <input name="form_key" type="hidden" :value="formKey"/>
</div>
<style>
        @font-face{font-family:'geomanist';font-weight:100;font-style:normal;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-extralight-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:200;font-style:normal;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-light-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:300;font-style:normal;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-regular-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:400;font-style:normal;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-book-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:500;font-style:normal;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-medium-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:700;font-style:normal;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-bold-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:900;font-style:normal;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-black-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:100;font-style:italic;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-extralight-italic-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:200;font-style:italic;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-light-italic-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:300;font-style:italic;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-regular-italic-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:400;font-style:italic;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-book-italic-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:500;font-style:italic;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-medium-italic-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:700;font-style:italic;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-bold-italic-webfont.woff2') format('woff2')}@font-face{font-family:'geomanist';font-weight:900;font-style:italic;src:url('https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/fonts/geomanist-black-italic-webfont.woff2') format('woff2')}
    * {}
</style>
<script type="text/javascript">
    'use strict';

    function initConnectif(metaTags) {
        /**
         * @param metaTags
         */
        function addClientScript(metaTags) {
            const clientId = metaTags['clientId'] || '';
            const cdnProtocol = metaTags['cdnProtocol'] || '';
            const cdnDomain = metaTags['cdnDomain'] || '';
            const cdnPath = metaTags['cdnPath'] || '';
            const clientScriptPath = metaTags['clientScriptPath'] || '';

            if (!document.querySelector(`#__cn_generic_script__${clientId}`)
                && !document.querySelector(`#__cn_client_script_${clientId}`)
            ) {
                const url = `${cdnProtocol}://${cdnDomain}/${cdnPath}/${clientScriptPath}${clientId}`;
                const element = document.createElement("script");
                element.setAttribute("src", url);
                document.body.appendChild(element);
            }
        }

        /**
         * @param innerHTML
         */
        function addTags(innerHTML) {
            if (!!innerHTML) {
                let element = document.createElement("div");
                element.style.display = "none";
                element.innerHTML = innerHTML;
                document.body.appendChild(element);
            }
        }

        if (metaTags) {
            const clientInfo = metaTags['renderedClientInfo'] || '';
            const cart = metaTags['renderedCart'] || '';
            const newsletter = metaTags['renderedNewsletter'] || '';

            if (clientInfo && Object.keys(clientInfo).length) {
                addTags(clientInfo);
            }

            if (cart && Object.keys(cart).length) {
                addTags(cart);
            }

            if (newsletter && Object.keys(newsletter).length) {
                addTags(newsletter);
            }

            addClientScript(metaTags);
        }
    }

    window.addEventListener('private-content-loaded', event => {
        const metaTags = event.detail.data['rocket_connectif_integration'] || {};
        initConnectif(metaTags);
    });
</script>
<div class="page-wrapper js-page-wrapper"><header class="page-header sticky-header js-page-header sticky z-30"><div class="o-container o-container-f97be204-24e2-403f-a7d7-9e2cd6c5934e w-full                sb-450927-border-b sb-450927-border-[#e5e7eb]  "><div x-data="initCarousel_e635ae053aba4eedb652a7ebdada23d5()"
        x-init="init($nextTick);"
        class="m-bar-slider bg-preheader-background text-preheader-font relative sb-221633-mb-1 sb-221633-mt-1 sb-221633-bg-transparent"
>
    <div class="m-bar-slider__list relative w-full overflow-hidden w-full">
        <div id="m-bar-slider_e635ae053aba4eedb652a7ebdada23d5" class="relative left-0">
            <div class="js-carousel__track relative grid grid-flow-col auto-cols-[calc(var(--slide-per-view)-var(--slide-spacing))] gap-[var(--slide-gap)] left-0">
                                    <div class="min-h-full box-border w-full relative js-carousel__slide">
                        <div class="font-primary text-sm   text-center sb-1762317-pt-0 sb-1762317-pl-0 sb-1762317-pb-0  "  style="color: #191A1F";>
<p>¡Envíos a domicilio GRATIS a partir de 45€, excepto productos refrigerados!</p></div>
<style>
           .sb-1762317-pt-0{padding-top:0px}.sb-1762317-pl-0{padding-left:0px}.sb-1762317-pb-0{padding-bottom:0px} </style>                    </div>
                                    <div class="min-h-full box-border w-full relative js-carousel__slide">
                        <div class="font-primary text-sm text-center pt-0 pl-0">¡<a class="underline" href="https://www.herbolarionavarro.es/newsletter" data-cn-alias="Newsletter" >Suscríbete</a> ahora y gana un -10%!</div>                    </div>
                                    <div class="min-h-full box-border w-full relative js-carousel__slide">
                        <div class="font-primary text-sm   text-center sb-5453327-pt-0 sb-5453327-pl-0 sb-5453327-pb-0  "  style="color: #191A1F";>
<p>¡Envíos a tienda GRATIS!</p></div>
<style>
           .sb-5453327-pt-0{padding-top:0px}.sb-5453327-pl-0{padding-left:0px}.sb-5453327-pb-0{padding-bottom:0px} </style>                    </div>
                            </div>
        </div>
        <template x-if="slides.length && slides.length > 1">
            <div x-show="arrows" class="w-full" x-cloak>
                <button class="absolute top-2/4 left-0 transform -translate-y-2/4 text-preheader-font focus:outline-none"
                        aria-label="Anterior"
                        @click.debounce="carousel.prev()"
                >
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5" width="24" height="24"><path d="M165.66,202.34a8,8,0,0,1-11.32,11.32l-80-80a8,8,0,0,1,0-11.32l80-80a8,8,0,0,1,11.32,11.32L91.31,128Z"/></svg>
                </button>
                <button class="absolute top-2/4 right-0 transform -translate-y-2/4 text-preheader-font focus:outline-none"
                        aria-label="Continuar"
                        @click.debounce="carousel.next()"
                >
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-3.5 h-3.5" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>
                </button>
            </div>
        </template>
    </div>
    <style>
        #m-bar-slider_e635ae053aba4eedb652a7ebdada23d5 {
            --slide-per-view: 100%;
            --slide-gap: 0px;
            --slide-spacing: 0px;
        }

        @media (min-width: 768px) {
            #m-bar-slider_e635ae053aba4eedb652a7ebdada23d5 {
                --slide-per-view: 100%;
                --slide-gap: 0px;
                --slide-spacing: 0px;
            }
        }

        @media (min-width: 1024px) {
            #m-bar-slider_e635ae053aba4eedb652a7ebdada23d5 {
                --slide-per-view: 100%;
                --slide-gap: 0px;
                --slide-spacing: 0px;
            }
        }
        .sb-221633-mb-1 {    margin-bottom: 0.25rem}          .sb-221633-mt-1 {    margin-top: 0.25rem}          .sb-221633-bg-transparent {    background-color: transparent}          </style>
</div>
<script>
    function initCarousel_e635ae053aba4eedb652a7ebdada23d5() {
        return {
            carousel: null,
            currentIndex: 0,
            arrows: false,
            slides: [],
            init () {
                const self = this;
                const selector = '#m-bar-slider_e635ae053aba4eedb652a7ebdada23d5';
                const options = {
                    slides: '.js-carousel__slide',
                    loop: 1,
                    autoplay: 1,
                    transitionSpeed: 2000,
                    autoplaySpeed: 6000,
                    slidesPerView: 1,
                    spacing: 0,
                    breakpoints: {
                        768: {
                            slidesPerView: 1,
                            spacing: 0,
                        },
                        1024: {
                            slidesPerView: 1,
                            spacing: 0,
                        }
                    }
                };
                this.carousel = new window.RktCarousel(selector, options, {
                    created: function (instance) {
                        self.slides = instance.getSlides();
                    },
                    move: function (instance) {
                        self.currentIndex = instance.getCurrentIndex();
                    },
                });
            }
        }
    }
</script></div>
            <style>
                            *, ::before, ::after {    --tw-border-opacity: 1;    border-color: rgba(229, 231, 235, var(--tw-border-opacity))}          .sb-450927-border-b {    border-bottom-width: 1px}          .sb-450927-border-\[\#e5e7eb\] {    --tw-border-opacity: 1;    border-color: rgba(229, 231, 235, var(--tw-border-opacity))}                        </style>
<script>
    function initHeader() {
        return {
            searchOpen: false,
            fixed: false,
            headerPositionSticky: false,
            headerScrolled: false,
            headerSticky: false,
            hover: false,
            active: false,
            touchevents: false,
            cart: {},
            init() {
                this.$watch('headerPositionSticky', (value) => this.isSticky(value))
                this.$watch('headerScrolled', (value) => this.isSticky(value))
                this.$watch('headerSticky', (value) => this.isActive(value))
                this.$watch('searchOpen', (value) => this.isActive(value))
                this.$watch('hover', (value) => this.isActive(value))
                this.$watch('fixed', (value) => this.isActive(value))
                this.$watch('active', (value) => window.dispatchEvent(new CustomEvent('header-active-change', {detail: value})));

                if (typeof setupHeaderObserver === "function") {
                    setupHeaderObserver();
                }
            },
            isActive(value) {
                this.active = (this.headerSticky || this.searchOpen || this.hover || this.fixed)
            },
            isSticky(value) {
                this.headerSticky = (this.headerPositionSticky && this.headerScrolled);
                window.dispatchEvent(new CustomEvent('header-sticky-scrolled-change', {detail: this.headerSticky}))
            },
            getData(data) {
                if (data.cart) { this.cart = data.cart }
            }
        }
    }

    function initCompareHeader() {
        return {
            compareProducts: null,
            itemCount: 0,
            receiveCompareData(data) {
                if (data['compare-products']) {
                    this.compareProducts = data['compare-products'];
                    this.itemCount = this.compareProducts.count;
                }
            }
        }
    }
</script>
<nav id="header"
     class="z-30 w-full"
     data-type="default"
     :class="{ 'fixed top-0 right-0 bottom-0 left-0 lg:relative lg:inset-auto': fixed, '': !fixed, 'active': active, '': !active }"
     x-data="initHeader()"
     @scroll.window="headerScrolled = (window.pageYOffset > header.clientHeight) ? true : false"
     @header-sticky-change.window="headerPositionSticky = $event.detail"
     @keydown.window.escape="$dispatch('search-close')"
     @menu-toggle-status-change="
        fixed = $event.detail.open;
        isMobile() && (fixed ?
            $dispatch('lock-screen')
            :
            $dispatch('unlock-screen'))"
     @private-content-loaded.window="getData(event.detail.data)"
     @mouseover="!touchevents ? hover = true : ''"
     @mouseleave="!touchevents ? hover = false : ''"
     @touchstart="touchevents = true"
>
    <div class="border-b border-header-separator bg-header-background"
         :class="{
             '': active, '': !active,
             '': headerSticky, '': !headerSticky,
             '': searchOpen, '': !searchOpen,
             '': hover, '': !hover,
             '': fixed, 'relative': !fixed
         }"
    >
        <div><div class="container flex flex-row flex-wrap items-center py-2 gap-x-2 gap-y-3 lg:pt-2.5 lg:pb-0 lg:gap-x-9"><div id="header-menu-icon-container" class="z-10 order-1 lg:order-8 lg:mx-0 lg:w-full"><div class="navigation navigation-cb23e53d-ad94-4be2-b557-b1f6ae4a30fa">
    <div x-data="Components.popover({ open: false, focus: false })"
         x-init="init(); $watch('open', value => $dispatch('menu-toggle-status-change', {open: value}))">
        <div class="flex items-baseline justify-between menu-icon lg:hidden" x-ref="navToggle">
            <div class="flex justify-end w-full">
                <a @click="toggle" @mousedown="if (open) $event.preventDefault()" aria-expanded="true" :aria-expanded="open.toString()" role="button"
                   class="text-header-font hover:text-header-font-hover flex items-center justify-center cursor-pointer z-10">
                    <span x-show="open" x-cloak>
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"/></svg>
                    </span>
                    <span x-show="!open">
                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128ZM40,72H216a8,8,0,0,0,0-16H40a8,8,0,0,0,0,16ZM216,184H40a8,8,0,0,0,0,16H216a8,8,0,0,0,0-16Z"/></svg>
                    </span>
                </a>
            </div>
        </div>
        <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0 scale-95"
             x-transition:enter-end="opacity-100 scale-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100 scale-100"
             x-transition:leave-end="opacity-0 scale-95"
             class="absolute top-0 left-0 right-0 transition transform origin-left h-full lg:static lg:h-auto lg:transform-none lg:!block"
             x-ref="panel" x-cloak>
            <nav class="o-header__megamenu o-megamenu h-full lg:h-auto" @mouseleave="$dispatch('close-popover-items-1st');">
                <div class="w-full h-full flex flex-col pt-[var(--megamenu-sublist-padding-top)] lg:h-auto lg:pt-0">
                    <div class="bg-megamenu-background lg:bg-transparent relative grow lg:h-auto lg:static overflow-y-scroll lg:overflow-y-auto">
                        <div class="o-megamenu__container flex flex-col h-full">
                                                            <ul class="list-none m-0 overflow-x-hidden overflow-y-auto box-border lg:flex lg:flex-no-wrap lg:justify-center lg:items-center lg:p-0 lg:overflow-hidden">
                                    <li class="cursor-pointer megamenu__sublist-1st megamenu__sublist-1st-e410dedf-cd29-48c4-b129-63194a5c33c7  " data-uid="e410dedf-cd29-48c4-b129-63194a5c33c7"
    @close-popover-items-1st.window="open=false"
    @header-sticky-change.window="headerSticky = $event.detail"
            x-data="{...Components.popover({ open: false, focus: false }), headerSticky: null, backText2nd: 'Volver'}"
        x-defer="interact"
>
    <a class="block nav-level-1 sb-5621074-text-[#9dad26]  sb-9922154-text-nowrap xl:sb-9922154-min-w-[176px] sb-9922154-min-w-[137px]"
                      href="https://www.herbolarionavarro.es/marcas-propias-herbolario-navarro" x-defer="intersect" mcclane-data="header-navigation-level-first" :class="{'active text-header-font-hover': open || $root.querySelector(`a[href='${window.location.href}']`) ? true : false, 'navigation-first-level-header-sticky':headerSticky, '':!headerSticky }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText2nd='&lt;p&gt;Nuestras Marcas  &lt;span data-type=&quot;emoji&quot; data-name=&quot;herb&quot; emoji=&quot;🌿&quot;&gt;🌿&lt;/span&gt; &lt;/p&gt;'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-1st'); $dispatch('close-popover-items-2nd'); if($root.querySelector('a.nav-level-2.active')) { $dispatch(`open-item-${$root.querySelector('a.nav-level-2.active').parentElement.getAttribute('data-uid')}`); }else if ($root.querySelector('li') && $root.querySelector('li').querySelector('[x-ref=\'panel\']')){ $dispatch(`open-item-${$root.querySelector('li').getAttribute('data-uid')}`) } open=true; } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        
        <span class="o-megamenu__item__link-text text-063042b6-0311-432b-b7e8-0614618f2696 text-[color:var(--text-color)] ">
            <p>Nuestras Marcas  <span data-type="emoji" data-name="herb" emoji="🌿">🌿</span> </p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
        <style>
        .label-063042b6-0311-432b-b7e8-0614618f2696 {
            --label-color: ;
            --label-bg: ;
        }

        .text-063042b6-0311-432b-b7e8-0614618f2696 {
            --text-color: ;
        }

        .sb-5621074-text-\[\#9dad26\] {    --tw-text-opacity: 1;    color: rgba(157, 173, 38, var(--tw-text-opacity))}       .sb-9922154-min-w-\[137px\] {    min-width: 137px}          @media (min-width: 1280px) {    .xl\:sb-9922154-min-w-\[176px\] {        min-width: 176px    }}      
    </style>        </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0 lg:scale-95"
             x-transition:enter-end="opacity-100 lg:scale-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100 lg:scale-100"
             x-transition:leave-end="opacity-0 lg:scale-95"
             :class="{'flex flex-col': open, 'lg:pt-[var(--megamenu-sublist-scroll-padding-top-desktop)]':headerSticky, 'lg:pt-[var(--megamenu-sublist-padding-top-desktop)]':!headerSticky}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right z-10 lg:top-auto lg:bottom-auto lg:origin-top lg:pt-[var(--megamenu-sublist-padding-top-desktop)]"
                         x-ref="panel"
                         x-cloak>
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText2nd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-background grow lg:bg-megamenu-l2-background lg:h-[var(--megamenu-sublist-height)]"  x-data="Components.popoverGroup()">
                <div class="lg:relative lg:h-[var(--megamenu-sublist-height)] lg:container lg:mx-auto  ">
                                            <ul class="lg:grid lg:w-[var(--megamenu-sublist-width-size-1st)]    ">
                            <div id="rktgridlayout-6800da8f92837" class="o-grid  sb-2188546-hidden submenu-grid-desktop sb-2188546-mx-auto lg:sb-2188546-grid sb-2188546- bg-[#cccccc] sb-2188546-gap-5 2xl:sb-2188546-container sb-6439742-pb-6 sb-6439742-pl-6 sb-6439742-pr-6 sb-6439742-pt-6 sb-6439742-w-full grid">
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 1 / 2 / 2; --o-grid-area-tablet: 1 / 1 / 2 / 2; --o-grid-area-desktop: 1 / 1 / 2 / 2;">
            <div class="o-container o-container-fb9f3b85-e2aa-4540-b4ee-72c1f3475ee9      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-939656d4-4a47-4722-99f4-0fb032f1e704  " data-uid="939656d4-4a47-4722-99f4-0fb032f1e704"
    @close-popover-items-2nd.window="open=false"
    @open-item-939656d4-4a47-4722-99f4-0fb032f1e704.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/herbolario-navarro" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Herbolario Navarro</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-68569879-f278-4d3b-80ed-a9d740910de5 text-[color:var(--text-color)] ">
            <p>Herbolario Navarro</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-939656d4-4a47-4722-99f4-0fb032f1e704 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-de781397-ed16-47f0-bbca-5eee17c8f738 sb-830847-mt-2 " data-uid="de781397-ed16-47f0-bbca-5eee17c8f738"
    @close-popover-items-2nd.window="open=false"
    @open-item-de781397-ed16-47f0-bbca-5eee17c8f738.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/green-sun" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Green Sun</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-31529dc5-1dfd-4a11-ba39-115d78e478e3 text-[color:var(--text-color)] ">
            <p>Green Sun</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-de781397-ed16-47f0-bbca-5eee17c8f738 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-830847-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-5de13107-d320-421f-9cda-810fb632d241 sb-3130740-mt-2 " data-uid="5de13107-d320-421f-9cda-810fb632d241"
    @close-popover-items-2nd.window="open=false"
    @open-item-5de13107-d320-421f-9cda-810fb632d241.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/terra-verda" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Terra Verda</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0b3deb09-b9c6-4574-a893-ae6c461fa72d text-[color:var(--text-color)] ">
            <p>Terra Verda</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-5de13107-d320-421f-9cda-810fb632d241 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-3130740-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-9b7993fd-b621-4703-8c51-07c3091ac0c8 sb-1761854-mt-2 " data-uid="9b7993fd-b621-4703-8c51-07c3091ac0c8"
    @close-popover-items-2nd.window="open=false"
    @open-item-9b7993fd-b621-4703-8c51-07c3091ac0c8.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/bio-cesta" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Bio Cesta</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-711a01fa-5347-43d2-a479-28290a6dfe8e text-[color:var(--text-color)] ">
            <p>Bio Cesta</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-9b7993fd-b621-4703-8c51-07c3091ac0c8 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-1761854-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-263f61f1-35e8-40ab-a228-2e8714d793e7 sb-1664971-mt-2 " data-uid="263f61f1-35e8-40ab-a228-2e8714d793e7"
    @close-popover-items-2nd.window="open=false"
    @open-item-263f61f1-35e8-40ab-a228-2e8714d793e7.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/puchi-tea" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Puchi Tea</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-cb213e86-5d5f-4107-a679-c2609fbc5e50 text-[color:var(--text-color)] ">
            <p>Puchi Tea</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-263f61f1-35e8-40ab-a228-2e8714d793e7 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-1664971-mt-2 {    margin-top: 0.5rem}                 </style>
</li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 2 / 2 / 3; --o-grid-area-tablet: 1 / 2 / 2 / 3; --o-grid-area-desktop: 1 / 2 / 2 / 3;">
            <div class="o-container o-container-feb55c08-304c-445b-bd58-559156618200      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-13e8ea11-0cd2-4ff8-aa8e-c53d08ac58b3  " data-uid="13e8ea11-0cd2-4ff8-aa8e-c53d08ac58b3"
    @close-popover-items-2nd.window="open=false"
    @open-item-13e8ea11-0cd2-4ff8-aa8e-c53d08ac58b3.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/organic-sac" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Organic Sac</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-474d0eda-77ae-4577-8fef-b02ef2aa818e text-[color:var(--text-color)] ">
            <p>Organic Sac</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-13e8ea11-0cd2-4ff8-aa8e-c53d08ac58b3 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-20cbb957-6fc4-4bfb-b403-4624b351b0ed sb-4211986-mt-2 " data-uid="20cbb957-6fc4-4bfb-b403-4624b351b0ed"
    @close-popover-items-2nd.window="open=false"
    @open-item-20cbb957-6fc4-4bfb-b403-4624b351b0ed.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/botanic-basic-luxe" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Botanic Basic Luxe</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-869a7446-1a52-45bf-85d8-64353b69b23a text-[color:var(--text-color)] ">
            <p>Botanic Basic Luxe</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-20cbb957-6fc4-4bfb-b403-4624b351b0ed {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-4211986-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-1e6024bf-8712-4056-9219-874fbc838a3b sb-4479380-mt-2 " data-uid="1e6024bf-8712-4056-9219-874fbc838a3b"
    @close-popover-items-2nd.window="open=false"
    @open-item-1e6024bf-8712-4056-9219-874fbc838a3b.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/botanic-basic" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Botanic Basic</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5cbc809b-4045-4218-830d-3c9f8f7f1107 text-[color:var(--text-color)] ">
            <p>Botanic Basic</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-1e6024bf-8712-4056-9219-874fbc838a3b {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-4479380-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-c543bdc2-080d-49a5-9c7f-5446a3b542a2 sb-3983825-mt-2 " data-uid="c543bdc2-080d-49a5-9c7f-5446a3b542a2"
    @close-popover-items-2nd.window="open=false"
    @open-item-c543bdc2-080d-49a5-9c7f-5446a3b542a2.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/codonyer-march" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Codonyer &amp; March</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-368e85b2-31ff-4fcc-8a38-0090c85f2345 text-[color:var(--text-color)] ">
            <p>Codonyer &amp; March</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-c543bdc2-080d-49a5-9c7f-5446a3b542a2 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-3983825-mt-2 {    margin-top: 0.5rem}                 </style>
</li></div>        </div>
    </div>
<style>
        #rktgridlayout-6800da8f92837 {
        --o-grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-rows: 1fr; --o-grid-template-rows-tablet: 1fr; --o-grid-template-rows-desktop: 1fr; --o-grid-template-gap:0px 0px; --o-grid-template-gap-tablet:0px 0px; --o-grid-template-gap-desktop:0px 0px;    }
    
    .sb-2188546-mx-auto {    margin-left: auto;    margin-right: auto}          .sb-2188546-hidden {    display: none}          .sb-2188546-gap-5 {    gap: 1.25rem}          @media (min-width: 1024px) {    .lg\:sb-2188546-grid {        display: grid    }}          @media (min-width: 1536px) {    .\32xl\:sb-2188546-container {        width: 100%    }    @media (min-width: 640px) {        .\32xl\:sb-2188546-container {            max-width: 640px        }    }    @media (min-width: 768px) {        .\32xl\:sb-2188546-container {            max-width: 768px        }    }    @media (min-width: 1024px) {        .\32xl\:sb-2188546-container {            max-width: 1024px        }    }    @media (min-width: 1280px) {        .\32xl\:sb-2188546-container {            max-width: 1280px        }    }    @media (min-width: 1536px) {        .\32xl\:sb-2188546-container {            max-width: 1536px        }    }}       .sb-6439742-w-full {    width: 100%}          .sb-6439742-pb-6 {    padding-bottom: 1.5rem}          .sb-6439742-pl-6 {    padding-left: 1.5rem}          .sb-6439742-pr-6 {    padding-right: 1.5rem}          .sb-6439742-pt-6 {    padding-top: 1.5rem}      </style><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-2971691c-4333-477c-95e3-7d7abd3dd0b8  " data-uid="2971691c-4333-477c-95e3-7d7abd3dd0b8"
    @close-popover-items-2nd.window="open=false"
    @open-item-2971691c-4333-477c-95e3-7d7abd3dd0b8.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/herbolario-navarro" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Herbolario Navarro</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-751884f2-e60d-406f-bac0-ea96d414b074 text-[color:var(--text-color)] ">
            <p>Herbolario Navarro</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-2971691c-4333-477c-95e3-7d7abd3dd0b8 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-2c25463c-6254-4bbd-8e82-8624274dc998  " data-uid="2c25463c-6254-4bbd-8e82-8624274dc998"
    @close-popover-items-2nd.window="open=false"
    @open-item-2c25463c-6254-4bbd-8e82-8624274dc998.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/green-sun" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Green Sun</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e7d2ff66-74db-44b7-9e34-3ad492eb5b28 text-[color:var(--text-color)] ">
            <p>Green Sun</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-2c25463c-6254-4bbd-8e82-8624274dc998 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-1cb5b0d4-ca37-4d7f-a5d1-e62314a512c2  " data-uid="1cb5b0d4-ca37-4d7f-a5d1-e62314a512c2"
    @close-popover-items-2nd.window="open=false"
    @open-item-1cb5b0d4-ca37-4d7f-a5d1-e62314a512c2.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/terra-verda" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Terra Verda</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-888bb349-212c-46b0-af49-1362257ebd67 text-[color:var(--text-color)] ">
            <p>Terra Verda</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-1cb5b0d4-ca37-4d7f-a5d1-e62314a512c2 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-0510b826-819d-4e67-9a0b-4ccf7d356792  " data-uid="0510b826-819d-4e67-9a0b-4ccf7d356792"
    @close-popover-items-2nd.window="open=false"
    @open-item-0510b826-819d-4e67-9a0b-4ccf7d356792.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/bio-cesta" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Bio Cesta</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1aa0e6ec-aa81-43bd-b28b-1f288f211bdc text-[color:var(--text-color)] ">
            <p>Bio Cesta</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-0510b826-819d-4e67-9a0b-4ccf7d356792 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-08e4847c-a967-4838-a4a7-6385d87b1790  " data-uid="08e4847c-a967-4838-a4a7-6385d87b1790"
    @close-popover-items-2nd.window="open=false"
    @open-item-08e4847c-a967-4838-a4a7-6385d87b1790.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/puchi-tea" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Puchi Tea</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7cd488ac-fa84-44ce-bfac-1135fbef73b9 text-[color:var(--text-color)] ">
            <p>Puchi Tea</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-08e4847c-a967-4838-a4a7-6385d87b1790 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-034886a3-a0a5-4c41-b72f-b8b085703649  " data-uid="034886a3-a0a5-4c41-b72f-b8b085703649"
    @close-popover-items-2nd.window="open=false"
    @open-item-034886a3-a0a5-4c41-b72f-b8b085703649.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/organic-sac" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Organic Sac</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1d3eb699-b033-417f-b59c-1577df55a878 text-[color:var(--text-color)] ">
            <p>Organic Sac</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-034886a3-a0a5-4c41-b72f-b8b085703649 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-b96d9a69-4912-4fa7-bcee-5464caf24f85  " data-uid="b96d9a69-4912-4fa7-bcee-5464caf24f85"
    @close-popover-items-2nd.window="open=false"
    @open-item-b96d9a69-4912-4fa7-bcee-5464caf24f85.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/botanic-basic-luxe" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Botanic Basic Luxe</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3c9c5d92-9e26-468d-8d53-dc64155e0469 text-[color:var(--text-color)] ">
            <p>Botanic Basic Luxe</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-b96d9a69-4912-4fa7-bcee-5464caf24f85 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-c75ab5f9-26bf-4a0e-8783-b60f4ddcf95c  " data-uid="c75ab5f9-26bf-4a0e-8783-b60f4ddcf95c"
    @close-popover-items-2nd.window="open=false"
    @open-item-c75ab5f9-26bf-4a0e-8783-b60f4ddcf95c.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/botanic-basic" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Botanic Basic</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e4211e2d-fedb-4f5d-8e5c-af783dcdeced text-[color:var(--text-color)] ">
            <p>Botanic Basic</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-c75ab5f9-26bf-4a0e-8783-b60f4ddcf95c {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-308a8a4f-af5e-4c4b-a054-50c3b86ab1de  " data-uid="308a8a4f-af5e-4c4b-a054-50c3b86ab1de"
    @close-popover-items-2nd.window="open=false"
    @open-item-308a8a4f-af5e-4c4b-a054-50c3b86ab1de.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/codonyer-march" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Codonyer &amp; March</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3bec096a-889b-4c70-abcd-606c357ea92e text-[color:var(--text-color)] ">
            <p>Codonyer &amp; March</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-308a8a4f-af5e-4c4b-a054-50c3b86ab1de {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li>                        </ul>
                    
                                    </div>
            </div>
        </div>
        <div x-show="open" class="backdrop top-auto bottom-auto h-full pointer-events-none lg:mt-[var(--megamenu-sublist-padding-top-desktop)]" x-cloak></div>
    
    <style>
        .megamenu__sublist-1st-e410dedf-cd29-48c4-b129-63194a5c33c7 {
            --megamenu-sublist-width-size-1st: 100%;
            --megamenu-banner-width-1st: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-1st megamenu__sublist-1st-e0174d42-9ef6-4579-b8d7-d08ee5905e9b  " data-uid="e0174d42-9ef6-4579-b8d7-d08ee5905e9b"
    @close-popover-items-1st.window="open=false"
    @header-sticky-change.window="headerSticky = $event.detail"
            x-data="{open: false, headerSticky: null, backText2nd: 'Volver'}"
        x-defer="interact"
>
    <a class="block nav-level-1 sb-5830940-text-white sb-5830940-bg-[#b6bb23]"
                      href="https://www.herbolarionavarro.es/destacados-y-novedades" x-defer="intersect" mcclane-data="header-navigation-level-first" :class="{'active text-header-font-hover': open || $root.querySelector(`a[href='${window.location.href}']`) ? true : false, 'navigation-first-level-header-sticky':headerSticky, '':!headerSticky }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText2nd='&lt;p&gt;Destacados&lt;/p&gt;'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-1st'); $dispatch('close-popover-items-2nd'); if($root.querySelector('a.nav-level-2.active')) { $dispatch(`open-item-${$root.querySelector('a.nav-level-2.active').parentElement.getAttribute('data-uid')}`); }else if ($root.querySelector('li') && $root.querySelector('li').querySelector('[x-ref=\'panel\']')){ $dispatch(`open-item-${$root.querySelector('li').getAttribute('data-uid')}`) } open=true; } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        
        <span class="o-megamenu__item__link-text text-a0d757f9-cb8f-45be-b064-fa59aa83771d text-[color:var(--text-color)] ">
            <p>Destacados</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
        <style>
        .label-a0d757f9-cb8f-45be-b064-fa59aa83771d {
            --label-color: ;
            --label-bg: ;
        }

        .text-a0d757f9-cb8f-45be-b064-fa59aa83771d {
            --text-color: ;
        }

        .sb-5830940-bg-\[\#b6bb23\] {    --tw-bg-opacity: 1;    background-color: rgba(182, 187, 35, var(--tw-bg-opacity))}          .sb-5830940-text-white {    --tw-text-opacity: 1;    color: rgba(255, 255, 255, var(--tw-text-opacity))}             
    </style>        </a>            <div x-ref="panel"></div>
    
    <style>
        .megamenu__sublist-1st-e0174d42-9ef6-4579-b8d7-d08ee5905e9b {
            --megamenu-sublist-width-size-1st: 20%;
            --megamenu-banner-width-1st: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-1st megamenu__sublist-1st-eaa446c7-492b-4c87-9e9c-05ccd5effb94 md:sb-3990059-block md:sb-3990059-opacity-100 sb-3990059-block sb-3990059-opacity-100 lg:sb-3990059-block lg:sb-3990059-opacity-100 " data-uid="eaa446c7-492b-4c87-9e9c-05ccd5effb94"
    @close-popover-items-1st.window="open=false"
    @header-sticky-change.window="headerSticky = $event.detail"
            x-data="{...Components.popover({ open: false, focus: false }), headerSticky: null, backText2nd: 'Volver'}"
        x-defer="interact"
>
    <a class="block nav-level-1 "
                      href="https://www.herbolarionavarro.es/tienda-alimentacion" x-defer="intersect" mcclane-data="header-navigation-level-first" :class="{'active text-header-font-hover': open || $root.querySelector(`a[href='${window.location.href}']`) ? true : false, 'navigation-first-level-header-sticky':headerSticky, '':!headerSticky }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText2nd='&lt;p&gt;Alimentaci&oacute;n&lt;/p&gt;'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-1st'); $dispatch('close-popover-items-2nd'); if($root.querySelector('a.nav-level-2.active')) { $dispatch(`open-item-${$root.querySelector('a.nav-level-2.active').parentElement.getAttribute('data-uid')}`); }else if ($root.querySelector('li') && $root.querySelector('li').querySelector('[x-ref=\'panel\']')){ $dispatch(`open-item-${$root.querySelector('li').getAttribute('data-uid')}`) } open=true; } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        
        <span class="o-megamenu__item__link-text text-a331389d-8c52-4bc7-bd5b-90ce64b36a86 text-[color:var(--text-color)] ">
            <p>Alimentación</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0 lg:scale-95"
             x-transition:enter-end="opacity-100 lg:scale-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100 lg:scale-100"
             x-transition:leave-end="opacity-0 lg:scale-95"
             :class="{'flex flex-col': open, 'lg:pt-[var(--megamenu-sublist-scroll-padding-top-desktop)]':headerSticky, 'lg:pt-[var(--megamenu-sublist-padding-top-desktop)]':!headerSticky}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right z-10 lg:top-auto lg:bottom-auto lg:origin-top lg:pt-[var(--megamenu-sublist-padding-top-desktop)]"
                         x-ref="panel"
                         x-cloak>
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText2nd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-background grow lg:bg-megamenu-l2-background lg:h-[var(--megamenu-sublist-height)]"  x-data="Components.popoverGroup()">
                <div class="lg:relative lg:h-[var(--megamenu-sublist-height)]   ">
                                            <ul class="lg:grid lg:w-[var(--megamenu-sublist-width-size-1st)] lg:grid-cols-1   ">
                            <div id="rktgridlayout-6800da8f92fe4" class="o-grid  sb-2188546-hidden submenu-grid-desktop sb-2188546-mx-auto lg:sb-2188546-grid sb-2188546- bg-[#cccccc] sb-2188546-gap-5 2xl:sb-2188546-container sb-6439742-pb-6 sb-6439742-pl-6 sb-6439742-pr-6 sb-6439742-pt-6 sb-6439742-w-full grid">
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 1 / 2 / 2; --o-grid-area-tablet: 1 / 1 / 2 / 2; --o-grid-area-desktop: 1 / 1 / 2 / 2;">
            <div class="o-container o-container-3f96f1f0-586c-4a11-9718-9f3ebe7a4816      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-fc252763-93bd-4280-95e2-e0cdd6ae501a  " data-uid="fc252763-93bd-4280-95e2-e0cdd6ae501a"
    @close-popover-items-2nd.window="open=false"
    @open-item-fc252763-93bd-4280-95e2-e0cdd6ae501a.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/aceites-y-vinagres-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Aceites y vinagres naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-29207422-989a-41f5-8e30-0828dfd944e1 text-[color:var(--text-color)] ">
            <p>Aceites y vinagres naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-fc252763-93bd-4280-95e2-e0cdd6ae501a {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-de-oliva-virgen-extra" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7d7ebe82-f30c-4861-8eac-a2df7b0f6683 text-[color:var(--text-color)] ">
            <p>Aceite de oliva virgen extra</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vinagre-ecologico" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d60bd6da-a9f3-4871-8968-b451d9553f6c text-[color:var(--text-color)] ">
            <p>Vinagre ecológico</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-girasol" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ad0a6d90-ff16-4e87-b7c6-ed461696c13f text-[color:var(--text-color)] ">
            <p>Aceite de girasol</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-sesamo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a2f45c47-b7ae-45b5-8cf1-bd810adcb0a9 text-[color:var(--text-color)] ">
            <p>Aceite de sésamo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-de-coco" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-923783c7-6017-4581-b5be-4a14e29fdb73 text-[color:var(--text-color)] ">
            <p>Aceite de coco</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-lino" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-892f884d-ec3d-48ec-8c2a-23ae98ccfc12 text-[color:var(--text-color)] ">
            <p>Aceite de lino</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vinagres-manzana-organico" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9c3e8eb4-34ca-4abe-9f51-8f033c29b6c9 text-[color:var(--text-color)] ">
            <p>Vinagre de manzana orgánico</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vinagres-balsamicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-84be576c-ca25-4b74-853c-030691a9290d text-[color:var(--text-color)] ">
            <p>Vinagre balsámico</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceites-semillas-calabaza" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-919711f2-61ed-498e-9767-4b624b85de1a text-[color:var(--text-color)] ">
            <p>Aceite semilla calabaza</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceites-chia" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ee0e5194-38a2-4b30-9b23-4a12b3d751a5 text-[color:var(--text-color)] ">
            <p>Aceite de chía</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-93631bb4-5453-4aa3-aed6-fe9ea4b83755 sb-9171596-mt-2 " data-uid="93631bb4-5453-4aa3-aed6-fe9ea4b83755"
    @close-popover-items-2nd.window="open=false"
    @open-item-93631bb4-5453-4aa3-aed6-fe9ea4b83755.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/semillas-comestibles" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Semillas comestibles saludables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c1fe121a-322e-4087-b1b7-87c872727b23 text-[color:var(--text-color)] ">
            <p>Semillas comestibles saludables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-93631bb4-5453-4aa3-aed6-fe9ea4b83755 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-9171596-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/semillas-comestibles-chia" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7738693f-5c45-4484-b6cd-55191f83794e text-[color:var(--text-color)] ">
            <p>Semillas de chía</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/semillas-lino" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-66d1503d-adab-46fd-b5c8-9f4b98b9a5a5 text-[color:var(--text-color)] ">
            <p>Semillas de lino</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/semillas-sesamo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e542bae9-725f-40ec-89cb-f02431765717 text-[color:var(--text-color)] ">
            <p>Semillas de sésamo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/otras-semillas-comestibles" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f347e264-b3f1-4123-932c-370f8dbfb4bc text-[color:var(--text-color)] ">
            <p>Otras semillas</p>
        </span>
        
    </div>
            </a>    </li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 2 / 2 / 3; --o-grid-area-tablet: 1 / 2 / 2 / 3; --o-grid-area-desktop: 1 / 2 / 2 / 3;">
            <div class="o-container o-container-4379c55e-2fc9-4bce-9f77-95efee3ec4f2      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-65d5ba1d-f134-4965-9c73-2655388e3091  " data-uid="65d5ba1d-f134-4965-9c73-2655388e3091"
    @close-popover-items-2nd.window="open=false"
    @open-item-65d5ba1d-f134-4965-9c73-2655388e3091.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/aperitivos-saludables" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Aperitivos saludables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ea0b7843-9e49-460d-9cf2-b807e743d6c5 text-[color:var(--text-color)] ">
            <p>Aperitivos saludables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-65d5ba1d-f134-4965-9c73-2655388e3091 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-frutos-secos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-019a54fa-2da8-481b-a253-9d697b6ab6ca text-[color:var(--text-color)] ">
            <p>Frutos secos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/fruta-deshidratada" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-62aeeb30-be88-4091-a343-8fd91830863c text-[color:var(--text-color)] ">
            <p>Frutos deshidratada</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tortitas-saludables" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d9292973-2117-4301-a4a0-3dcd5a3ad846 text-[color:var(--text-color)] ">
            <p>Tortitas de maíz, arroz y trigo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/palitos-picos-y-rosquilletas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e2b0024c-8461-458e-9dac-2c4f47add14a text-[color:var(--text-color)] ">
            <p>Palitos, picos y rosquilletas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/olivas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2409c92a-186b-492c-a797-9815aa5938dd text-[color:var(--text-color)] ">
            <p>Aceitunas y encurtidos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/chips-saludables" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9fffb181-8f97-4a87-a483-c167e546b087 text-[color:var(--text-color)] ">
            <p>Chips saludables</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-250950f0-8ec8-4d40-bba3-1a2f5f76fefb sb-33677-mt-2 " data-uid="250950f0-8ec8-4d40-bba3-1a2f5f76fefb"
    @close-popover-items-2nd.window="open=false"
    @open-item-250950f0-8ec8-4d40-bba3-1a2f5f76fefb.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/leche" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Leche ecológica</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a2332bb3-0b1e-4fc7-bbd8-733bfcdb5900 text-[color:var(--text-color)] ">
            <p>Leche ecológica</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-250950f0-8ec8-4d40-bba3-1a2f5f76fefb {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-33677-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-a4bfb2fe-735b-4c2c-b682-71285cc70de9 sb-9792631-mt-2 " data-uid="a4bfb2fe-735b-4c2c-b682-71285cc70de9"
    @close-popover-items-2nd.window="open=false"
    @open-item-a4bfb2fe-735b-4c2c-b682-71285cc70de9.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/bebidas-vegetales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Bebidas vegetales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-22eccb6d-adbf-4458-83bf-1fc9366771fb text-[color:var(--text-color)] ">
            <p>Bebidas vegetales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-a4bfb2fe-735b-4c2c-b682-71285cc70de9 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-9792631-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-bebida-de-almendra" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1cacd4bc-54d4-480f-abe8-6b845e154f32 text-[color:var(--text-color)] ">
            <p>Bebidas de almendra</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bebida-de-avena" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d7666f12-3a57-4624-8dc0-24c5b1f0865c text-[color:var(--text-color)] ">
            <p>Bebidas de avena</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-horchata" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d49b6d87-8e55-4bb3-ae07-a2f338a4e959 text-[color:var(--text-color)] ">
            <p>Horchata</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/otras-bebidas-vegetales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e6961e29-bcef-4cf5-80ee-aa1d6d245e60 text-[color:var(--text-color)] ">
            <p>Otras bebidas vegetales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-1e75ba10-ae49-4289-833d-33ae435fca11 sb-5936870-mt-2 " data-uid="1e75ba10-ae49-4289-833d-33ae435fca11"
    @close-popover-items-2nd.window="open=false"
    @open-item-1e75ba10-ae49-4289-833d-33ae435fca11.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/bebidas-y-refrescos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Bebidas y refrescos naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-80b98432-f216-4b40-b2fb-2a7258e7808a text-[color:var(--text-color)] ">
            <p>Bebidas y refrescos naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-1e75ba10-ae49-4289-833d-33ae435fca11 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-5936870-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/refrescos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-25ded697-4b38-4baa-9ab9-e28fffdec821 text-[color:var(--text-color)] ">
            <p>Refrescos ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/kombucha-bebida-vegana" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-66492b7a-37d5-4ac3-a70d-d7b597392bbe text-[color:var(--text-color)] ">
            <p>Kombucha</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/zumos-naturales-frutas-y-verduras" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a1a2806d-c3b2-46d8-8bf9-5ed0c2278277 text-[color:var(--text-color)] ">
            <p>Zumos naturales de frutas y verduras</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-2be9f1ad-90d5-4ae6-b71a-4dde6a568fd5 sb-7233971-mt-2 " data-uid="2be9f1ad-90d5-4ae6-b71a-4dde6a568fd5"
    @close-popover-items-2nd.window="open=false"
    @open-item-2be9f1ad-90d5-4ae6-b71a-4dde6a568fd5.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/vinos-y-licores-ecologicos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Vinos y licores ecológicos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-95176d39-5d0c-4925-a166-cb3648f095f3 text-[color:var(--text-color)] ">
            <p>Vinos y licores ecológicos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-2be9f1ad-90d5-4ae6-b71a-4dde6a568fd5 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-7233971-mt-2 {    margin-top: 0.5rem}                 </style>
</li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 3 / 2 / 4; --o-grid-area-tablet: 1 / 3 / 2 / 4; --o-grid-area-desktop: 1 / 3 / 2 / 4;">
            <div class="o-container o-container-f2f3b6b6-076b-472b-8e1d-bdf5455533d1      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-74ac4fda-13b2-4dde-82d1-95bff4ce8e34  " data-uid="74ac4fda-13b2-4dde-82d1-95bff4ce8e34"
    @close-popover-items-2nd.window="open=false"
    @open-item-74ac4fda-13b2-4dde-82d1-95bff4ce8e34.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/cervezas-ecologicas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cervezas ecológicas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d7358410-32de-4a91-b1f5-00ac32fb88a0 text-[color:var(--text-color)] ">
            <p>Cervezas ecológicas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-74ac4fda-13b2-4dde-82d1-95bff4ce8e34 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-a3261c54-e259-4942-9004-5b02b59fb227  " data-uid="a3261c54-e259-4942-9004-5b02b59fb227"
    @close-popover-items-2nd.window="open=false"
    @open-item-a3261c54-e259-4942-9004-5b02b59fb227.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 sb-5774865-mt-2"
                      href="https://www.herbolarionavarro.es/comprar-café-ecologico" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Café ecológico y sustitutivos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3e223bb7-14c2-4b49-85c7-a784df6154b7 text-[color:var(--text-color)] ">
            <p>Café ecológico y sustitutivos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
        <style>
        .label-3e223bb7-14c2-4b49-85c7-a784df6154b7 {
            --label-color: ;
            --label-bg: ;
        }

        .text-3e223bb7-14c2-4b49-85c7-a784df6154b7 {
            --text-color: ;
        }

        .sb-5774865-mt-2 {    margin-top: 0.5rem}             
    </style>        </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-a3261c54-e259-4942-9004-5b02b59fb227 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/cafe-molido" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f7b1c0f5-e601-48c9-8a5f-ffa6c61346ab text-[color:var(--text-color)] ">
            <p>Café molido</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-763853fe-71b2-49d0-abe2-eb9a7d5c5dc5 sb-665252-mt-2 " data-uid="763853fe-71b2-49d0-abe2-eb9a7d5c5dc5"
    @close-popover-items-2nd.window="open=false"
    @open-item-763853fe-71b2-49d0-abe2-eb9a7d5c5dc5.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/te-infusiones-saludables" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Té e infusiones saludables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0ff85e16-6beb-44a0-91ef-b92a4c619e36 text-[color:var(--text-color)] ">
            <p>Té e infusiones saludables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-763853fe-71b2-49d0-abe2-eb9a7d5c5dc5 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-665252-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/te-verde" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e5698e2b-5ec2-41e7-9cae-0d7ab36455b8 text-[color:var(--text-color)] ">
            <p>Té verde</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/te-rojo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d7090560-9b25-459d-a77c-5b9914dae1fb text-[color:var(--text-color)] ">
            <p>Té rojo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/te-negro" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a3e3d7ff-e270-4bac-84e7-7fdb8e5fc522 text-[color:var(--text-color)] ">
            <p>Té negro</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/te-blanco" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c83d699f-7671-4539-b8e0-35c2669e6508 text-[color:var(--text-color)] ">
            <p>Té blanco</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/infusion-rooibos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-df9b1517-7ee2-4060-b7ba-0e3c6edba818 text-[color:var(--text-color)] ">
            <p>Infusión de Rooibos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/infusiones-ayurvedicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f3cbf0da-0ecd-41dd-b513-944bfca06420 text-[color:var(--text-color)] ">
            <p>Infusiones ayurvédicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tisanas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-36b8b67c-1969-4297-8bf2-bf1f04a2c38e text-[color:var(--text-color)] ">
            <p>Tisanas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/infusiones-granel" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a62c2994-727b-4684-9c90-bcb456e3cdef text-[color:var(--text-color)] ">
            <p>Tés e infusiones a granel</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-ecdf1a82-b19c-4ad8-bb50-2f8e383a4718 sb-6945595-mt-2 " data-uid="ecdf1a82-b19c-4ad8-bb50-2f8e383a4718"
    @close-popover-items-2nd.window="open=false"
    @open-item-ecdf1a82-b19c-4ad8-bb50-2f8e383a4718.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/edulcorantes-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Endulcorantes naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-db6e31be-1a54-4b59-8751-1ea912c8bd7f text-[color:var(--text-color)] ">
            <p>Endulcorantes naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-ecdf1a82-b19c-4ad8-bb50-2f8e383a4718 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-6945595-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/azucares-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-88f67a91-4b64-4397-b71d-02ed1f0e98f4 text-[color:var(--text-color)] ">
            <p>Azúcares naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/siropes-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-72a96263-c45b-45fb-9b28-69acda48cee4 text-[color:var(--text-color)] ">
            <p>Siropes</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/eritritol-sucralosa-edulcorante" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1915b2cc-b1ef-437f-aad6-9d4db9d028d7 text-[color:var(--text-color)] ">
            <p>Eritritol</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/estevia-edulcorante" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-44d609cf-d7ef-4fd3-8f10-34a6ff1d55ae text-[color:var(--text-color)] ">
            <p>Estevia</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-xilitol" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3c042c47-ee56-4ab6-bd41-be181ca29ed0 text-[color:var(--text-color)] ">
            <p>Xilitol</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/mieles-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-8ab28409-dbc4-414f-8bb0-8ecb843c8179 text-[color:var(--text-color)] ">
            <p>Mieles</p>
        </span>
        
    </div>
            </a>    </li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 4 / 2 / 5; --o-grid-area-tablet: 1 / 4 / 2 / 5; --o-grid-area-desktop: 1 / 4 / 2 / 5;">
            <div class="o-container o-container-4e73db84-1002-4d42-8942-911ee294ca76      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-7e77aa45-19b1-44ab-9a95-4ceec75e9eb4  " data-uid="7e77aa45-19b1-44ab-9a95-4ceec75e9eb4"
    @close-popover-items-2nd.window="open=false"
    @open-item-7e77aa45-19b1-44ab-9a95-4ceec75e9eb4.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/dulces-saludables" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Dulces saludables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e48bea36-02b1-45cf-bfc8-0735d5c82ee8 text-[color:var(--text-color)] ">
            <p>Dulces saludables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-7e77aa45-19b1-44ab-9a95-4ceec75e9eb4 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/mermeladas-y-compotas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f255f2c1-b12f-4b1e-b867-ae23e44d31d7 text-[color:var(--text-color)] ">
            <p>Mermeladas y compotas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-cremas-untables" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3c6ecfea-cb72-4184-911c-d955f36b129d text-[color:var(--text-color)] ">
            <p>Cremas untables</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-chocolate" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0e7fab04-3547-4b9d-a11c-24d47f3f5d14 text-[color:var(--text-color)] ">
            <p>Chocolate ecológico</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/barritas-de-cereales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a0f28965-822b-406d-93c0-39f30a0d38ec text-[color:var(--text-color)] ">
            <p>Barritas energéticas y proteicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/galletas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-627c897a-e8da-4d78-a0c8-790b267d14e1 text-[color:var(--text-color)] ">
            <p>Galletas saludables</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/caramelos-y-golosinas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-62303049-76a0-428c-b18f-137aa6088b24 text-[color:var(--text-color)] ">
            <p>Caramelos y golosinas de fruta</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-489c2ff8-3d98-432e-ad80-99c717a54374 sb-5065420-mt-2 " data-uid="489c2ff8-3d98-432e-ad80-99c717a54374"
    @close-popover-items-2nd.window="open=false"
    @open-item-489c2ff8-3d98-432e-ad80-99c717a54374.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/panaderia" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Panadería ecológica</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d0f81be3-41f6-4f9a-b7e1-cb5cd5097827 text-[color:var(--text-color)] ">
            <p>Panadería ecológica</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-489c2ff8-3d98-432e-ad80-99c717a54374 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-5065420-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/panes-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4a81994f-fbc8-4888-9318-b6d6d734b998 text-[color:var(--text-color)] ">
            <p>Panes ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pan-tostado-saludable" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-314c564f-386b-4e31-ba2e-f1310d5bae8b text-[color:var(--text-color)] ">
            <p>Pan tostado saludable</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bases-de-pizza" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-87c240ea-542f-4c49-91df-4de37ce13465 text-[color:var(--text-color)] ">
            <p>Bases de pizza</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bolleria" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-93bdd486-b074-4261-8ab9-68c9ffca5669 text-[color:var(--text-color)] ">
            <p>Bollería</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-ab88f153-8b20-49c5-bc96-352a92feb351 sb-903518-mt-2 " data-uid="ab88f153-8b20-49c5-bc96-352a92feb351"
    @close-popover-items-2nd.window="open=false"
    @open-item-ab88f153-8b20-49c5-bc96-352a92feb351.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/comprar-cereales-y-legumbres" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cereales y legumbres</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1ef082d2-e020-4e1e-b8c9-5054299b6979 text-[color:var(--text-color)] ">
            <p>Cereales y legumbres</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-ab88f153-8b20-49c5-bc96-352a92feb351 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-903518-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/copos-y-salvado-avena" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6d5469af-3f5a-435e-aa84-24f76f588c2b text-[color:var(--text-color)] ">
            <p>Copos y salvado de avena</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/arroces-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-26a8107e-c1de-4e4a-b727-1856caa36607 text-[color:var(--text-color)] ">
            <p>Arroces ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-semola" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-64763538-a065-44e9-9303-61ccc4e9f4a1 text-[color:var(--text-color)] ">
            <p>Sémola</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/quinoa-grano-y-cocida" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5f0ca6b5-39f3-4b30-8822-e87f8efe08c4 text-[color:var(--text-color)] ">
            <p>Quinoa en grano y cocida</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/copos-trigo-sarraceno" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-271e7ade-a88d-4d9b-a218-b8c74883733f text-[color:var(--text-color)] ">
            <p>Copos de trigo sarraceno</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/mueslis-y-cereales-de-desayuno" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2fc6c1e8-0716-43d9-abb3-1ad09e9316a8 text-[color:var(--text-color)] ">
            <p>Mueslis y cereales de desayuno</p>
        </span>
        
    </div>
            </a>    </li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 5 / 2 / 6; --o-grid-area-tablet: 1 / 5 / 2 / 6; --o-grid-area-desktop: 1 / 5 / 2 / 6;">
            <div class="o-container o-container-9f07df27-99b1-44d6-b530-ee3899a32638      "><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/harinas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-84c41c80-84ce-4587-8c91-9c3d1454ef73 text-[color:var(--text-color)] ">
            <p>Harinas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-legumbres" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-156abf90-b05e-46da-add6-9ca631e9b48a text-[color:var(--text-color)] ">
            <p>Legumbres</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-319a3e0d-ef73-433b-a146-0492d51cc3da sb-4355884-mt-2 " data-uid="319a3e0d-ef73-433b-a146-0492d51cc3da"
    @close-popover-items-2nd.window="open=false"
    @open-item-319a3e0d-ef73-433b-a146-0492d51cc3da.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/pasta-ecologica" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Pasta ecológica</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-70e9f832-47ad-428f-9006-5eae8b56e78f text-[color:var(--text-color)] ">
            <p>Pasta ecológica</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-319a3e0d-ef73-433b-a146-0492d51cc3da {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-4355884-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/espirales-organicos-pasta" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-238abed0-c96b-4ed9-8b7a-bf2ae2d688b1 text-[color:var(--text-color)] ">
            <p>Espirales orgánicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-espaguetis-ecológicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-db255bdb-2d0b-4037-8fee-af8dc55d4ee2 text-[color:var(--text-color)] ">
            <p>Espaguetis ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-fideos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f0d85dcc-74f8-4740-8a63-94e14155f2ec text-[color:var(--text-color)] ">
            <p>Fideos ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/macarrones-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f88d9539-4032-4ebc-bb52-c30ecf8d4715 text-[color:var(--text-color)] ">
            <p>Macarrones ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pasta-de-quinoa" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5bf65f9c-2813-4a65-9b71-35e5314e6e41 text-[color:var(--text-color)] ">
            <p>Pasta de quinoa</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pasta-de-espelta" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-82a23099-2f36-4aa6-a5bc-8f9bfecd9fa6 text-[color:var(--text-color)] ">
            <p>Pasta de espelta</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pasta-de-trigo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6317deae-29c1-442f-b7f3-1845fef6bfb8 text-[color:var(--text-color)] ">
            <p>Pasta de trigo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-67060765-08ad-4ca4-b1e9-ecd570499bf6 sb-7554798-mt-2 " data-uid="67060765-08ad-4ca4-b1e9-ecd570499bf6"
    @close-popover-items-2nd.window="open=false"
    @open-item-67060765-08ad-4ca4-b1e9-ecd570499bf6.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/conservas-ecologicas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Conservas y untables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5336934b-71f7-415f-90d1-5c6491961f82 text-[color:var(--text-color)] ">
            <p>Conservas y untables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-67060765-08ad-4ca4-b1e9-ecd570499bf6 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-7554798-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/conservas-vegetales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e609a37b-c254-4162-8400-685a74fede6d text-[color:var(--text-color)] ">
            <p>Conservas vegetales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/conservas-de-pescado" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-8728c4b3-1bcb-4934-8591-1b3e767c1fa8 text-[color:var(--text-color)] ">
            <p>Conservas de pescado</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/algas-y-setas-deshidratadas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a7d16512-ba7b-4e48-a513-97daf285330a text-[color:var(--text-color)] ">
            <p>Algas y setas deshidratadas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-pates-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0f9942ca-c553-4ed0-8fb8-515208a13343 text-[color:var(--text-color)] ">
            <p>Patés ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-831f5733-2ae8-4b89-8879-14316a7a08cf  " data-uid="831f5733-2ae8-4b89-8879-14316a7a08cf"
    @close-popover-items-2nd.window="open=false"
    @open-item-831f5733-2ae8-4b89-8879-14316a7a08cf.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/sopas-y-cremas-saludables" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Sopas y cremas saludables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0d5b1f3f-3894-4166-a4db-86fc247087d7 text-[color:var(--text-color)] ">
            <p>Sopas y cremas saludables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-831f5733-2ae8-4b89-8879-14316a7a08cf {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-sopas-saludables" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-37180458-2896-40dd-a755-2e4ff7dff013 text-[color:var(--text-color)] ">
            <p>Sopas saludables</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-miso" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-19fd8428-33ec-4242-8c64-edd8fc91d9f7 text-[color:var(--text-color)] ">
            <p>Miso</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/cremas-de-verduras-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-497a5bb2-50e2-47a1-87b4-9909823c422b text-[color:var(--text-color)] ">
            <p>Cremas de verdura</p>
        </span>
        
    </div>
            </a>    </li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 6 / 2 / 7; --o-grid-area-tablet: 1 / 6 / 2 / 7; --o-grid-area-desktop: 1 / 6 / 2 / 7;">
            <div class="o-container o-container-82701e6b-42a8-4a35-9fa8-e18aae6d699b      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-3dfd1d33-7848-4cea-b114-68b6927169e7  " data-uid="3dfd1d33-7848-4cea-b114-68b6927169e7"
    @close-popover-items-2nd.window="open=false"
    @open-item-3dfd1d33-7848-4cea-b114-68b6927169e7.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/condimentos-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Condimentos naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-44bab050-1b94-44a2-8043-5f8ca016b97a text-[color:var(--text-color)] ">
            <p>Condimentos naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-3dfd1d33-7848-4cea-b114-68b6927169e7 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-sal-ecologica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1075436b-ecfc-4364-84b4-ae5a49806e49 text-[color:var(--text-color)] ">
            <p>Sal ecológica</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-especias-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a9d524ce-8fb8-4f35-bb32-fdd9d7743793 text-[color:var(--text-color)] ">
            <p>Especias ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/salsas-saludables-preparadas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ebc63999-e37e-47d6-9aab-d9bca729aa7c text-[color:var(--text-color)] ">
            <p>Salsas saludables preparadas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-3aa9e9c1-01d0-448d-9aed-92374943b43e sb-6130554-mt-2 " data-uid="3aa9e9c1-01d0-448d-9aed-92374943b43e"
    @close-popover-items-2nd.window="open=false"
    @open-item-3aa9e9c1-01d0-448d-9aed-92374943b43e.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/comprar-superalimentos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Superalimentos ecológicos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1f87376b-beee-4d7b-870d-458c8b5bc0e6 text-[color:var(--text-color)] ">
            <p>Superalimentos ecológicos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-3aa9e9c1-01d0-448d-9aed-92374943b43e {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-6130554-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/maca" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-094d8a16-7e1f-47cc-9344-832ad9fc4fc0 text-[color:var(--text-color)] ">
            <p>Maca</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-caf95caf-67fb-450e-a31e-d0a29bff8271 sb-3946796-mt-2 " data-uid="caf95caf-67fb-450e-a31e-d0a29bff8271"
    @close-popover-items-2nd.window="open=false"
    @open-item-caf95caf-67fb-450e-a31e-d0a29bff8271.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/dietas-especiales-alimentacion" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Dietas especiales alimentación</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4b0c3972-1e96-4a79-9eda-842ed011b366 text-[color:var(--text-color)] ">
            <p>Dietas especiales alimentación</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-caf95caf-67fb-450e-a31e-d0a29bff8271 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-3946796-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/productos-dieta-keto" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-8b25f354-0abd-4b90-bc33-49df63b70f2e text-[color:var(--text-color)] ">
            <p>Productos dieta keto</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/alimentos-dieta-proteica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9ff18419-cb59-4a92-af04-ee3bcdbbf40c text-[color:var(--text-color)] ">
            <p>Alimentos dieta proteica</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/alimentos-sin-gluten" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-247ac200-83d5-4f35-9edb-327591b9b3f5 text-[color:var(--text-color)] ">
            <p>Alimentos sin gluten</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/alimentos-bajos-azucares" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0c8237cc-cd71-4287-a070-6b204f45819b text-[color:var(--text-color)] ">
            <p>Alimentos bajos en azúcares</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/alimentos-dieta-vegana" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-070db413-10a3-4eca-9404-f95f439b1a13 text-[color:var(--text-color)] ">
            <p>Alimentos dieta vegana</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/productos-dieta-detox" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-090bb54a-c5f6-40e1-818b-19173b854081 text-[color:var(--text-color)] ">
            <p>Productos dieta detox</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/compra-dieta-vegetariana" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-df325fef-6629-4aaf-b926-7c08fc21de90 text-[color:var(--text-color)] ">
            <p>Alimentación vegetariana</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-32aac538-415d-4fc5-84f2-f45d1b773e8b  " data-uid="32aac538-415d-4fc5-84f2-f45d1b773e8b"
    @close-popover-items-2nd.window="open=false"
    @open-item-32aac538-415d-4fc5-84f2-f45d1b773e8b.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/semillas-para-plantar" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Semillas para plantar</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f016a01a-16e2-40fb-9c81-bb1681be3374 text-[color:var(--text-color)] ">
            <p>Semillas para plantar</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-32aac538-415d-4fc5-84f2-f45d1b773e8b {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li></div>        </div>
    </div>
<style>
        #rktgridlayout-6800da8f92fe4 {
        --o-grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-rows: 1fr; --o-grid-template-rows-tablet: 1fr; --o-grid-template-rows-desktop: 1fr; --o-grid-template-gap:0px 0px; --o-grid-template-gap-tablet:0px 0px; --o-grid-template-gap-desktop:0px 0px;    }
    
    .sb-2188546-mx-auto {    margin-left: auto;    margin-right: auto}          .sb-2188546-hidden {    display: none}          .sb-2188546-gap-5 {    gap: 1.25rem}          @media (min-width: 1024px) {    .lg\:sb-2188546-grid {        display: grid    }}          @media (min-width: 1536px) {    .\32xl\:sb-2188546-container {        width: 100%    }    @media (min-width: 640px) {        .\32xl\:sb-2188546-container {            max-width: 640px        }    }    @media (min-width: 768px) {        .\32xl\:sb-2188546-container {            max-width: 768px        }    }    @media (min-width: 1024px) {        .\32xl\:sb-2188546-container {            max-width: 1024px        }    }    @media (min-width: 1280px) {        .\32xl\:sb-2188546-container {            max-width: 1280px        }    }    @media (min-width: 1536px) {        .\32xl\:sb-2188546-container {            max-width: 1536px        }    }}       .sb-6439742-w-full {    width: 100%}          .sb-6439742-pb-6 {    padding-bottom: 1.5rem}          .sb-6439742-pl-6 {    padding-left: 1.5rem}          .sb-6439742-pr-6 {    padding-right: 1.5rem}          .sb-6439742-pt-6 {    padding-top: 1.5rem}      </style><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-4101f698-d9c4-4eca-82d2-4d8f996ee4db  " data-uid="4101f698-d9c4-4eca-82d2-4d8f996ee4db"
    @close-popover-items-2nd.window="open=false"
    @open-item-4101f698-d9c4-4eca-82d2-4d8f996ee4db.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/aceites-y-vinagres-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Aceites y vinagres naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a645bfa8-0af9-484d-91bb-589f74e35177 text-[color:var(--text-color)] ">
            <p>Aceites y vinagres naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid  lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-de-oliva-virgen-extra" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-18050edc-ab30-41a9-97e4-01f985e507dc text-[color:var(--text-color)] ">
            <p>Aceite de oliva virgen extra</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vinagre-ecologico" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-554ad010-dddd-4970-b792-4f8262d467f5 text-[color:var(--text-color)] ">
            <p>Vinagre ecológico</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-girasol" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5e834479-ad3a-453c-a01a-dfc95296256c text-[color:var(--text-color)] ">
            <p>Aceite de girasol</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-sesamo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e6213f00-2b0c-45b9-bb05-31ca2ae5500d text-[color:var(--text-color)] ">
            <p>Aceite de sésamo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-de-coco" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-37ce67ff-1b77-4ca0-8b80-ff00ec1fc951 text-[color:var(--text-color)] ">
            <p>Aceite de coco</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-lino" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d5dc9ecb-0129-4884-b07f-d63b17d9e902 text-[color:var(--text-color)] ">
            <p>Aceite de lino</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vinagres-manzana-organico" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-885d30ff-1e74-45f0-ab90-668526536d96 text-[color:var(--text-color)] ">
            <p>Vinagre de manzana orgánico</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vinagres-balsamicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6bc251f4-da85-486b-a108-c4811ba23f10 text-[color:var(--text-color)] ">
            <p>Vinagre balsámico</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceites-semillas-calabaza" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c4f47b84-eaff-4804-a447-d3c34b9b23f8 text-[color:var(--text-color)] ">
            <p>Aceite semilla calabaza</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceites-chia" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-70f96328-cc79-4ae0-9416-1002f4e65cdb text-[color:var(--text-color)] ">
            <p>Aceite de chía</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-4101f698-d9c4-4eca-82d2-4d8f996ee4db {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-b4383628-0b2f-4b49-ace0-afbf97bb1352  " data-uid="b4383628-0b2f-4b49-ace0-afbf97bb1352"
    @close-popover-items-2nd.window="open=false"
    @open-item-b4383628-0b2f-4b49-ace0-afbf97bb1352.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/semillas-comestibles" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Semillas comestibles saludables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5658a126-62ca-45d6-8e06-42881d7588c4 text-[color:var(--text-color)] ">
            <p>Semillas comestibles saludables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid  lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/semillas-comestibles-chia" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-58029b53-9176-4548-8de3-6e3b8909fa9d text-[color:var(--text-color)] ">
            <p>Semillas de chía</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/semillas-lino" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-37dbff56-2127-456d-9202-997230667ba9 text-[color:var(--text-color)] ">
            <p>Semillas de lino</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/semillas-sesamo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f9e2e2cb-b7a4-4343-8213-c664d949bc20 text-[color:var(--text-color)] ">
            <p>Semillas de sésamo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/otras-semillas-comestibles" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-55c1aa75-8a9e-45fd-87ae-81593f8f44a2 text-[color:var(--text-color)] ">
            <p>Otras semillas</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-b4383628-0b2f-4b49-ace0-afbf97bb1352 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-ecd1f3d7-1a4e-411f-b147-2f705fc6d129  " data-uid="ecd1f3d7-1a4e-411f-b147-2f705fc6d129"
    @close-popover-items-2nd.window="open=false"
    @open-item-ecd1f3d7-1a4e-411f-b147-2f705fc6d129.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/aperitivos-saludables" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Aperitivos saludables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a9801433-ac1f-45df-8855-c4e9edf5ba84 text-[color:var(--text-color)] ">
            <p>Aperitivos saludables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid  lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-frutos-secos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f8c35190-d1ca-46ed-8b5a-96b01dacd27c text-[color:var(--text-color)] ">
            <p>Frutos secos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/fruta-deshidratada" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b263275d-7fd2-4549-974d-18859c75e199 text-[color:var(--text-color)] ">
            <p>Frutos deshidratada</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tortitas-saludables" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-bf5e9a63-8f3f-4213-bc48-95c94ad24ebb text-[color:var(--text-color)] ">
            <p>Tortitas de maíz, arroz y trigo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/palitos-picos-y-rosquilletas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0f25d28b-c655-42eb-8e4e-29272dc31e89 text-[color:var(--text-color)] ">
            <p>Palitos, picos y rosquilletas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/olivas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-961a7453-2bf1-4249-95d5-c5a3ec4ed207 text-[color:var(--text-color)] ">
            <p>Aceitunas y encurtidos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/chips-saludables" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b1cc12f0-979f-4e94-96b9-1a14af145208 text-[color:var(--text-color)] ">
            <p>Chips saludables</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-ecd1f3d7-1a4e-411f-b147-2f705fc6d129 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-6fc95039-1ce0-4dad-8338-474189648df9  " data-uid="6fc95039-1ce0-4dad-8338-474189648df9"
    @close-popover-items-2nd.window="open=false"
    @open-item-6fc95039-1ce0-4dad-8338-474189648df9.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/leche" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Leche ecológica</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6b994627-b7ff-407e-939a-bc1ff627cd2f text-[color:var(--text-color)] ">
            <p>Leche ecológica</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-6fc95039-1ce0-4dad-8338-474189648df9 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                  </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-2deb2f88-7626-46ea-bd1b-72baf7423e40  " data-uid="2deb2f88-7626-46ea-bd1b-72baf7423e40"
    @close-popover-items-2nd.window="open=false"
    @open-item-2deb2f88-7626-46ea-bd1b-72baf7423e40.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/bebidas-vegetales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Bebidas vegetales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f4b95f8e-edd3-4473-a035-dcf5f0818b07 text-[color:var(--text-color)] ">
            <p>Bebidas vegetales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-bebida-de-almendra" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ca2185ef-572b-4ca9-bb79-a89945019ef3 text-[color:var(--text-color)] ">
            <p>Bebidas de almendra</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bebida-de-avena" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-54ce6e95-1ce7-4094-8475-2699828284e7 text-[color:var(--text-color)] ">
            <p>Bebidas de avena</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-horchata" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4709cfba-e3b5-4902-b65a-36c5f1ed5efe text-[color:var(--text-color)] ">
            <p>Horchata</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/otras-bebidas-vegetales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9a85fdde-d92e-419e-975d-0de292c37676 text-[color:var(--text-color)] ">
            <p>Otras bebidas vegetales</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-2deb2f88-7626-46ea-bd1b-72baf7423e40 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-9f512e63-06a0-4fb9-a370-9b9dddb422c4  " data-uid="9f512e63-06a0-4fb9-a370-9b9dddb422c4"
    @close-popover-items-2nd.window="open=false"
    @open-item-9f512e63-06a0-4fb9-a370-9b9dddb422c4.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/bebidas-y-refrescos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Bebidas y refrescos naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1a65ccfe-5fcd-403d-b9ef-2eb5d0d40587 text-[color:var(--text-color)] ">
            <p>Bebidas y refrescos naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/refrescos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7a6285ce-0319-42b1-8b49-2ef74ecf8646 text-[color:var(--text-color)] ">
            <p>Refrescos ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/kombucha-bebida-vegana" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1690d542-a397-4531-8255-399ad4c9f85c text-[color:var(--text-color)] ">
            <p>Kombucha</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/zumos-naturales-frutas-y-verduras" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a23e742c-64da-4789-a07a-b9f7097d2869 text-[color:var(--text-color)] ">
            <p>Zumos naturales de frutas y verduras</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-9f512e63-06a0-4fb9-a370-9b9dddb422c4 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-b0a5c481-0e1e-40bb-a49d-c4a9aaba9de1  " data-uid="b0a5c481-0e1e-40bb-a49d-c4a9aaba9de1"
    @close-popover-items-2nd.window="open=false"
    @open-item-b0a5c481-0e1e-40bb-a49d-c4a9aaba9de1.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/vinos-y-licores-ecologicos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Vinos y licores ecológicos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a4a0da7b-838a-4398-b594-ee0748011588 text-[color:var(--text-color)] ">
            <p>Vinos y licores ecológicos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-b0a5c481-0e1e-40bb-a49d-c4a9aaba9de1 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-82db2a9d-8c68-4d85-9874-44d54d1c41c0  " data-uid="82db2a9d-8c68-4d85-9874-44d54d1c41c0"
    @close-popover-items-2nd.window="open=false"
    @open-item-82db2a9d-8c68-4d85-9874-44d54d1c41c0.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/cervezas-ecologicas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cervezas ecológicas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3c298a92-28dd-488e-9b6f-b0841ff826a8 text-[color:var(--text-color)] ">
            <p>Cervezas ecológicas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-82db2a9d-8c68-4d85-9874-44d54d1c41c0 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-9beb66c5-002f-4ca6-aefc-dca92bf916f2  " data-uid="9beb66c5-002f-4ca6-aefc-dca92bf916f2"
    @close-popover-items-2nd.window="open=false"
    @open-item-9beb66c5-002f-4ca6-aefc-dca92bf916f2.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/comprar-café-ecologico" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Café ecológico y sustitutivos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1776c58e-4354-4e7a-9ef7-5fd58487dcc1 text-[color:var(--text-color)] ">
            <p>Café ecológico y sustitutivos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/cafe-molido" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-00af821a-f1d7-4be2-9b1b-02e6ce7d08f4 text-[color:var(--text-color)] ">
            <p>Café molido</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-9beb66c5-002f-4ca6-aefc-dca92bf916f2 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-d6b80afa-59cd-4be0-9672-16672a0fcc8e  " data-uid="d6b80afa-59cd-4be0-9672-16672a0fcc8e"
    @close-popover-items-2nd.window="open=false"
    @open-item-d6b80afa-59cd-4be0-9672-16672a0fcc8e.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/te-infusiones-saludables" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Té e infusiones saludables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2b74b1c5-7fc4-4e4c-9291-71de377c02b9 text-[color:var(--text-color)] ">
            <p>Té e infusiones saludables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/te-verde" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f61d2f76-80ec-40d1-bdef-08ce453123c9 text-[color:var(--text-color)] ">
            <p>Té verde</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/te-rojo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7511fa14-dafe-4764-9e10-d9c6cecf8a32 text-[color:var(--text-color)] ">
            <p>Té rojo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/te-negro" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0184523e-4c53-4276-bc16-65434414ab58 text-[color:var(--text-color)] ">
            <p>Té negro</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/te-blanco" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-8b93998b-78c7-40a6-be70-e3af8f04a399 text-[color:var(--text-color)] ">
            <p>Té blanco</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/infusion-rooibos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d4b6f34e-db1e-41ee-8967-a42f66d9c89d text-[color:var(--text-color)] ">
            <p>Infusión de Rooibos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/infusiones-ayurvedicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2e2740af-700e-4d66-99c0-384e8db93d97 text-[color:var(--text-color)] ">
            <p>Infusiones ayurvédicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tisanas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ac9b51fb-db9a-4330-8150-ad7096be86a1 text-[color:var(--text-color)] ">
            <p>Tisanas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/infusiones-granel" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-80a572c8-2ce8-4856-ba1e-be2e8dd36acb text-[color:var(--text-color)] ">
            <p>Tés e infusiones a granel</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-d6b80afa-59cd-4be0-9672-16672a0fcc8e {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-1bf4168f-a7cf-401b-8be8-a6590c3e9cac  " data-uid="1bf4168f-a7cf-401b-8be8-a6590c3e9cac"
    @close-popover-items-2nd.window="open=false"
    @open-item-1bf4168f-a7cf-401b-8be8-a6590c3e9cac.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/edulcorantes-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Endulcorantes naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-65e0258c-1734-44d7-89a6-8caf4f7e7dfd text-[color:var(--text-color)] ">
            <p>Endulcorantes naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/azucares-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f006a3b7-71b4-40f9-a600-b3593a88c61f text-[color:var(--text-color)] font-light">
            <p>Azúcares naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/siropes-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-8e9e0640-9d3a-419f-9455-417ad50ed55b text-[color:var(--text-color)] ">
            <p>Siropes</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/eritritol-sucralosa-edulcorante" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b28a8378-7d25-4982-a5dc-608a17b8b56f text-[color:var(--text-color)] ">
            <p>Eritritol</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/estevia-edulcorante" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3d412c98-bb75-4eda-a4c2-f64a6eb2de13 text-[color:var(--text-color)] ">
            <p>Estevia</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-xilitol" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-54406ae6-2fc4-4f41-b9d0-f04a8d5b2b0a text-[color:var(--text-color)] ">
            <p>Xilitol</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/mieles-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4243ba9b-dc2a-47bc-af00-ae9849a3e1bf text-[color:var(--text-color)] ">
            <p>Mieles</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd md:sb-1635671-ml-10 sb-1635671-ml-10 sb-1635671-text-xs lg:sb-1635671-ml-10 lg:sb-1635671- ">
    <a class="block nav-level-3 sb-5382341-mt-0 sb-5382341-text-sm"
                      href="https://www.herbolarionavarro.es/mieles-categorias" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4b575f8f-38fb-4556-bb11-b7e6354bbeb6 text-[color:var(--text-color)] ">
            <p><i>Ver más...</i></p>
        </span>
        
    </div>
        <style>
        .label-4b575f8f-38fb-4556-bb11-b7e6354bbeb6 {
            --label-color: ;
            --label-bg: ;
        }

        .text-4b575f8f-38fb-4556-bb11-b7e6354bbeb6 {
            --text-color: ;
        }

        .sb-5382341-mt-0 {    margin-top: 0px}          .sb-5382341-text-sm {    font-size: 0.875rem;    line-height: 1.25rem}             
    </style>        </a>        <style>
        .sb-1635671-ml-10 {    margin-left: 2.5rem}          .sb-1635671-text-xs {    font-size: 0.75rem;    line-height: 1rem}          @media (min-width: 768px) {    .md\:sb-1635671-ml-10 {        margin-left: 2.5rem    }}          @media (min-width: 1024px) {    .lg\:sb-1635671-ml-10 {        margin-left: 2.5rem    }}                 </style>
    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-1bf4168f-a7cf-401b-8be8-a6590c3e9cac {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-c43fcb13-a7b7-4a0a-b889-7b851e75d877  " data-uid="c43fcb13-a7b7-4a0a-b889-7b851e75d877"
    @close-popover-items-2nd.window="open=false"
    @open-item-c43fcb13-a7b7-4a0a-b889-7b851e75d877.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/dulces-saludables" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Dulces saludables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c58e9d37-97a0-4e95-8b70-1ffe9b523446 text-[color:var(--text-color)] ">
            <p>Dulces saludables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/mermeladas-y-compotas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d35bc348-72b3-41fb-bf3c-8752c80f6940 text-[color:var(--text-color)] ">
            <p>Mermeladas y compotas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-cremas-untables" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7e38559f-6cb2-4edb-ad88-df342926f518 text-[color:var(--text-color)] ">
            <p>Cremas untables</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-chocolate" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4c9ec100-e166-4bef-8b9a-ae4081ab8df5 text-[color:var(--text-color)] ">
            <p>Chocolate ecológico</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/barritas-de-cereales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b9a9e599-68d1-4f97-809e-a08f2448fedc text-[color:var(--text-color)] ">
            <p>Barritas energéticas y proteicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/galletas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-66fde84f-2cbf-455f-8181-2230ec4c3d19 text-[color:var(--text-color)] ">
            <p>Galletas saludables</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/caramelos-y-golosinas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0f258872-ccea-46d5-906c-27acfb5bbf86 text-[color:var(--text-color)] ">
            <p>Caramelos y golosinas de fruta</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-c43fcb13-a7b7-4a0a-b889-7b851e75d877 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-9227b5bb-a5b0-4565-81f6-09b7aa965b4d  " data-uid="9227b5bb-a5b0-4565-81f6-09b7aa965b4d"
    @close-popover-items-2nd.window="open=false"
    @open-item-9227b5bb-a5b0-4565-81f6-09b7aa965b4d.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/panaderia" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Panadería ecológica</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-595e0638-6619-4ba3-a0c8-171dfd59239d text-[color:var(--text-color)] ">
            <p>Panadería ecológica</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/panes-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e628fc51-3a82-4058-b02c-6bfc4ec45559 text-[color:var(--text-color)] ">
            <p>Panes ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pan-tostado-saludable" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1d50d899-7090-40cc-a26d-60c8ad7adf29 text-[color:var(--text-color)] ">
            <p>Pan tostado saludable</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bases-de-pizza" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9f2d6c99-aaa0-4f41-985c-75bf0d60878b text-[color:var(--text-color)] ">
            <p>Bases de pizza</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bolleria" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-cd1875ca-6030-427f-8717-b8e2064ed09e text-[color:var(--text-color)] ">
            <p>Bollería</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-9227b5bb-a5b0-4565-81f6-09b7aa965b4d {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-c864b3d7-2c37-4b9b-a09a-a6d9cc5ab5eb  " data-uid="c864b3d7-2c37-4b9b-a09a-a6d9cc5ab5eb"
    @close-popover-items-2nd.window="open=false"
    @open-item-c864b3d7-2c37-4b9b-a09a-a6d9cc5ab5eb.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/comprar-cereales-y-legumbres" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cereales y legumbres</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-95f235b1-b962-4e33-ada7-48f73f28fd22 text-[color:var(--text-color)] ">
            <p>Cereales y legumbres</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/copos-y-salvado-avena" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0265547f-f60e-4881-80bf-1758cf735cc8 text-[color:var(--text-color)] ">
            <p>Copos y salvado de avena</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/arroces-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-45f90fab-11b6-47cb-8164-23429957998d text-[color:var(--text-color)] ">
            <p>Arroces ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-semola" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0a7c2833-cc3a-40a0-b207-058b595f8f45 text-[color:var(--text-color)] ">
            <p>Sémola</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/quinoa-grano-y-cocida" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f3d98f2e-d206-4f72-a64d-2c579a477d42 text-[color:var(--text-color)] ">
            <p>Quinoa en grano y cocida</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/copos-trigo-sarraceno" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-95b674b5-0317-4854-bb20-95c8c660f1bc text-[color:var(--text-color)] ">
            <p>Copos de trigo sarraceno</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/mueslis-y-cereales-de-desayuno" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3a5a40b8-77b2-4a40-9985-64447bc260c0 text-[color:var(--text-color)] ">
            <p>Mueslis y cereales de desayuno</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/harinas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-cc6d57ac-81b8-4646-9ece-607d01a3c0c4 text-[color:var(--text-color)] ">
            <p>Harinas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-legumbres" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1be088a4-e1da-42b9-9058-2cb666a8d4b9 text-[color:var(--text-color)] ">
            <p>Legumbres</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-c864b3d7-2c37-4b9b-a09a-a6d9cc5ab5eb {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-b760f031-6022-4f47-abd1-da44a3e6faad  " data-uid="b760f031-6022-4f47-abd1-da44a3e6faad"
    @close-popover-items-2nd.window="open=false"
    @open-item-b760f031-6022-4f47-abd1-da44a3e6faad.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/pasta-ecologica" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Pasta ecológica</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-878b5ecc-a4f3-4f77-b64c-029087fa2cc5 text-[color:var(--text-color)] ">
            <p>Pasta ecológica</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/espirales-organicos-pasta" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f1733974-df94-4af7-aca8-63f57b0ae48e text-[color:var(--text-color)] ">
            <p>Espirales orgánicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-espaguetis-ecológicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f7e9c618-6c05-4f5f-9124-ca436071fe70 text-[color:var(--text-color)] ">
            <p>Espaguetis ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-fideos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5e23ed88-325a-432a-9e2a-426351a234b0 text-[color:var(--text-color)] ">
            <p>Fideos ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/macarrones-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f603484a-d058-4c88-8380-54a5acbefb58 text-[color:var(--text-color)] ">
            <p>Macarrones ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pasta-de-quinoa" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5e6e511e-6528-4f7b-b6ce-4fc1603ba70d text-[color:var(--text-color)] ">
            <p>Pasta de quinoa</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pasta-de-espelta" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7b6a4235-1e7d-44d0-b47b-cf23bbdafc9f text-[color:var(--text-color)] ">
            <p>Pasta de espelta</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pasta-de-trigo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-627ede19-8f0f-4b89-8db3-bc3fac0055fe text-[color:var(--text-color)] ">
            <p>Pasta de trigo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pasta-categorias" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5e22be6d-273a-4b87-8313-3afbb34ad001 text-[color:var(--text-color)] ">
            <p><i>Ver más...</i></p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-b760f031-6022-4f47-abd1-da44a3e6faad {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-28d5272a-f376-49c9-a92a-3d49aaca32a8  " data-uid="28d5272a-f376-49c9-a92a-3d49aaca32a8"
    @close-popover-items-2nd.window="open=false"
    @open-item-28d5272a-f376-49c9-a92a-3d49aaca32a8.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/conservas-ecologicas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Conservas y untables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-855f1930-8885-4164-a042-7658946abd62 text-[color:var(--text-color)] ">
            <p>Conservas y untables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/conservas-vegetales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9adeb8fa-3482-4a97-8307-cec164963d7f text-[color:var(--text-color)] ">
            <p>Conservas vegetales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/conservas-de-pescado" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-da264845-4b5f-440d-ac07-48b6f511656c text-[color:var(--text-color)] ">
            <p>Conservas de pescado</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/algas-y-setas-deshidratadas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-10da02ac-d774-48e3-a325-8cd6de2fabbc text-[color:var(--text-color)] ">
            <p>Algas y setas deshidratadas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-pates-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-cb688cd7-2922-4b7f-b4de-eba78a33046c text-[color:var(--text-color)] ">
            <p>Patés ecológicos</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-28d5272a-f376-49c9-a92a-3d49aaca32a8 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-d040e01f-58ce-4ab2-b913-653bcf099fd0  " data-uid="d040e01f-58ce-4ab2-b913-653bcf099fd0"
    @close-popover-items-2nd.window="open=false"
    @open-item-d040e01f-58ce-4ab2-b913-653bcf099fd0.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/sopas-y-cremas-saludables" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Sopas y cremas saludables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-fd31530d-3df5-4fa1-b818-c4ce3134fe61 text-[color:var(--text-color)] ">
            <p>Sopas y cremas saludables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-sopas-saludables" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6d4cdb8c-019b-46e0-b71b-dc4937345b27 text-[color:var(--text-color)] ">
            <p>Sopas saludables</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-miso" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-939c22f7-a68b-4975-a120-1246f198a658 text-[color:var(--text-color)] ">
            <p>Miso</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/cremas-de-verduras-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1e0f105b-21a4-4d7f-b99b-9fddcdc43282 text-[color:var(--text-color)] ">
            <p>Cremas de verdura</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-d040e01f-58ce-4ab2-b913-653bcf099fd0 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-acecaee2-7bb0-45a3-8fb0-6ab0b5579767  " data-uid="acecaee2-7bb0-45a3-8fb0-6ab0b5579767"
    @close-popover-items-2nd.window="open=false"
    @open-item-acecaee2-7bb0-45a3-8fb0-6ab0b5579767.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/condimentos-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Condimentos naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-209380b5-49d3-4c04-8fb0-5d9e337c56e6 text-[color:var(--text-color)] ">
            <p>Condimentos naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-sal-ecologica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f61bf647-46b3-4fc7-acc7-d5e458cb674a text-[color:var(--text-color)] ">
            <p>Sal ecológica</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-especias-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-586eaabd-9942-41c1-bb26-6b019e85212e text-[color:var(--text-color)] ">
            <p>Especias ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/salsas-saludables-preparadas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-21a8c51c-fb79-466e-959f-75cd3aa1909a text-[color:var(--text-color)] ">
            <p>Salsas saludables preparadas</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-acecaee2-7bb0-45a3-8fb0-6ab0b5579767 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-2b28d333-e3d9-44b9-b79b-41cc06f7f9ee  " data-uid="2b28d333-e3d9-44b9-b79b-41cc06f7f9ee"
    @close-popover-items-2nd.window="open=false"
    @open-item-2b28d333-e3d9-44b9-b79b-41cc06f7f9ee.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/comprar-superalimentos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Superalimentos ecológicos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6e194c49-500d-4226-9921-3d19bb63936b text-[color:var(--text-color)] ">
            <p>Superalimentos ecológicos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/maca" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-761f6d0b-6fc1-4043-8d63-fc8a1c433683 text-[color:var(--text-color)] ">
            <p>Maca</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-2b28d333-e3d9-44b9-b79b-41cc06f7f9ee {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-2ea27709-d8c9-43c6-a255-9a4a8db0745c  " data-uid="2ea27709-d8c9-43c6-a255-9a4a8db0745c"
    @close-popover-items-2nd.window="open=false"
    @open-item-2ea27709-d8c9-43c6-a255-9a4a8db0745c.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/dietas-especiales-alimentacion" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Dietas especiales alimentación</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6b128c63-0067-42c8-b7e7-97ad2a493058 text-[color:var(--text-color)] ">
            <p>Dietas especiales alimentación</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/productos-dieta-keto" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-58990b06-0240-42e3-a8e2-982b42e5c29d text-[color:var(--text-color)] ">
            <p>Productos dieta keto</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/alimentos-dieta-proteica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1ebead93-5059-43e2-8f01-f0b75fa89889 text-[color:var(--text-color)] ">
            <p>Alimentos dieta proteica</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/alimentos-sin-gluten" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-91562fa7-3c5e-4c1e-963f-a67053e8892b text-[color:var(--text-color)] ">
            <p>Alimentos sin gluten</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/alimentos-bajos-azucares" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c1f9870a-bb3f-4444-b7af-df2294fd4da1 text-[color:var(--text-color)] ">
            <p>Alimentos bajos en azúcares</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/alimentos-dieta-vegana" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d17af53a-ea87-425f-bce2-68127030a6ab text-[color:var(--text-color)] ">
            <p>Alimentos dieta vegana</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/productos-dieta-detox" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d9095528-636a-4cfa-96f5-d681ca19ec48 text-[color:var(--text-color)] ">
            <p>Productos dieta detox</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/compra-dieta-vegetariana" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-748a1009-f226-4b78-bb7f-ebda2bf7b19f text-[color:var(--text-color)] ">
            <p>Alimentación vegetariana</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-2ea27709-d8c9-43c6-a255-9a4a8db0745c {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-2a087271-ceac-4de0-93e1-93c5958e1db2  " data-uid="2a087271-ceac-4de0-93e1-93c5958e1db2"
    @close-popover-items-2nd.window="open=false"
    @open-item-2a087271-ceac-4de0-93e1-93c5958e1db2.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/semillas-para-plantar" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Semillas para plantar</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b050e621-b4a0-43c0-a874-ce5e1dc58e3f text-[color:var(--text-color)] ">
            <p>Semillas para plantar</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-2a087271-ceac-4de0-93e1-93c5958e1db2 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-70c57a0b-fd5c-41ea-a2b9-e70f9a07ffc1  " data-uid="70c57a0b-fd5c-41ea-a2b9-e70f9a07ffc1"
    @close-popover-items-2nd.window="open=false"
    @open-item-70c57a0b-fd5c-41ea-a2b9-e70f9a07ffc1.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 sb-9117174-visible md:sb-9117174-invisible"
                      href="https://www.herbolarionavarro.es/tienda-alimentacion" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Ver Todo</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6d7e40e9-e12a-47db-b50e-664e6bfdc628 text-[color:var(--text-color)] ">
            <p>Ver Todo</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
        <style>
        .label-6d7e40e9-e12a-47db-b50e-664e6bfdc628 {
            --label-color: ;
            --label-bg: ;
        }

        .text-6d7e40e9-e12a-47db-b50e-664e6bfdc628 {
            --text-color: ;
        }

               .sb-9117174-visible {    visibility: visible}          @media (min-width: 768px) {    .md\:sb-9117174-invisible {        visibility: hidden    }}      
    </style>        </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-70c57a0b-fd5c-41ea-a2b9-e70f9a07ffc1 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li>                        </ul>
                    
                                    </div>
            </div>
        </div>
        <div x-show="open" class="backdrop top-auto bottom-auto h-full pointer-events-none lg:mt-[var(--megamenu-sublist-padding-top-desktop)]" x-cloak></div>
    
    <style>
        .megamenu__sublist-1st-eaa446c7-492b-4c87-9e9c-05ccd5effb94 {
            --megamenu-sublist-width-size-1st: 100%;
            --megamenu-banner-width-1st: 0%;
        }

                                                   .sb-3990059-block {    display: block}          .sb-3990059-opacity-100 {    opacity: 1}          @media (min-width: 768px) {    .md\:sb-3990059-block {        display: block    }    .md\:sb-3990059-opacity-100 {        opacity: 1    }}          @media (min-width: 1024px) {    .lg\:sb-3990059-block {        display: block    }    .lg\:sb-3990059-opacity-100 {        opacity: 1    }}                 </style>
</li><li class="cursor-pointer megamenu__sublist-1st megamenu__sublist-1st-a76e2aa4-3c5a-4a25-bfd8-062f5448b5d5  " data-uid="a76e2aa4-3c5a-4a25-bfd8-062f5448b5d5"
    @close-popover-items-1st.window="open=false"
    @header-sticky-change.window="headerSticky = $event.detail"
            x-data="{...Components.popover({ open: false, focus: false }), headerSticky: null, backText2nd: 'Volver'}"
        x-defer="interact"
>
    <a class="block nav-level-1 "
                      href="https://www.herbolarionavarro.es/productos-dietetica-y-nutricion" x-defer="intersect" mcclane-data="header-navigation-level-first" :class="{'active text-header-font-hover': open || $root.querySelector(`a[href='${window.location.href}']`) ? true : false, 'navigation-first-level-header-sticky':headerSticky, '':!headerSticky }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText2nd='&lt;p&gt;Diet&eacute;tica y nutrici&oacute;n&lt;/p&gt;'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-1st'); $dispatch('close-popover-items-2nd'); if($root.querySelector('a.nav-level-2.active')) { $dispatch(`open-item-${$root.querySelector('a.nav-level-2.active').parentElement.getAttribute('data-uid')}`); }else if ($root.querySelector('li') && $root.querySelector('li').querySelector('[x-ref=\'panel\']')){ $dispatch(`open-item-${$root.querySelector('li').getAttribute('data-uid')}`) } open=true; } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        
        <span class="o-megamenu__item__link-text text-6ca13050-3da0-452c-9ab2-4cd87eafffb9 text-[color:var(--text-color)] ">
            <p>Dietética y nutrición</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0 lg:scale-95"
             x-transition:enter-end="opacity-100 lg:scale-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100 lg:scale-100"
             x-transition:leave-end="opacity-0 lg:scale-95"
             :class="{'flex flex-col': open, 'lg:pt-[var(--megamenu-sublist-scroll-padding-top-desktop)]':headerSticky, 'lg:pt-[var(--megamenu-sublist-padding-top-desktop)]':!headerSticky}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right z-10 lg:top-auto lg:bottom-auto lg:origin-top lg:pt-[var(--megamenu-sublist-padding-top-desktop)]"
                         x-ref="panel"
                         x-cloak>
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText2nd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-background grow lg:bg-megamenu-l2-background lg:h-[var(--megamenu-sublist-height)]"  x-data="Components.popoverGroup()">
                <div class="lg:relative lg:h-[var(--megamenu-sublist-height)] lg:container lg:mx-auto  ">
                                            <ul class="lg:grid lg:w-[var(--megamenu-sublist-width-size-1st)] lg:grid-cols-1    sb-6160542-auto-rows-min">
                            <div id="rktgridlayout-6800da8f993a6" class="o-grid  sb-2188546-hidden submenu-grid-desktop sb-2188546-mx-auto lg:sb-2188546-grid sb-2188546- bg-[#cccccc] sb-2188546-gap-5 2xl:sb-2188546-container sb-6439742-pb-6 sb-6439742-pl-6 sb-6439742-pr-6 sb-6439742-pt-6 sb-6439742-w-full grid">
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 1 / 2 / 2; --o-grid-area-tablet: 1 / 1 / 2 / 2; --o-grid-area-desktop: 1 / 1 / 2 / 2;">
            <div class="o-container o-container-c7b9c72c-5027-4d0c-84fb-d5f8e5834414      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-ad3005c0-11e6-4fa5-8853-6002efab43d0  " data-uid="ad3005c0-11e6-4fa5-8853-6002efab43d0"
    @close-popover-items-2nd.window="open=false"
    @open-item-ad3005c0-11e6-4fa5-8853-6002efab43d0.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/complementos-alimenticios" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Complementos alimenticios</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7283ae5e-214b-46d7-a41e-d2c7ee89aded text-[color:var(--text-color)] ">
            <p>Complementos alimenticios</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-ad3005c0-11e6-4fa5-8853-6002efab43d0 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aloe-vera-jugos-capsulas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6e6641b7-6f7b-47ef-87e7-32e8884a73e5 text-[color:var(--text-color)] ">
            <p>Aloe vera: jugos y cápsulas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/ginseng-y-guarana" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-35a7a824-0b07-4193-b514-b800723358c9 text-[color:var(--text-color)] ">
            <p>Ginseng y guaraná</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/esencias-florales-de-bach" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-772c3644-47cf-48ec-b4b4-30aa241f076b text-[color:var(--text-color)] ">
            <p>Esencias florales de Bach</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/extracto-alcachofa" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3b75be96-ee03-40d9-a5e8-e7c56c3bb67c text-[color:var(--text-color)] ">
            <p>Extracto de alcachofa</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/valeriana" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4f57ee91-5ae1-49cd-8e93-d932ab3fbbf3 text-[color:var(--text-color)] ">
            <p>Valeriana</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/equinacea" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-389a15e5-50db-4992-a34f-c9d7abbe00f4 text-[color:var(--text-color)] ">
            <p>Equinácea</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-58c069e6-167e-4ace-a3e5-3af48e36a97f sb-4141270-mt-2 " data-uid="58c069e6-167e-4ace-a3e5-3af48e36a97f"
    @close-popover-items-2nd.window="open=false"
    @open-item-58c069e6-167e-4ace-a3e5-3af48e36a97f.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/productos-acido-hialuronico" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos con ácido hialurónico</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d9a462af-ed8f-4142-b420-99c21fbeda04 text-[color:var(--text-color)] ">
            <p>Productos con ácido hialurónico</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-58c069e6-167e-4ace-a3e5-3af48e36a97f {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-4141270-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-3ee0e5fd-3d15-4f3b-bf4d-1ff6aab10162 sb-1512057-mt-2 " data-uid="3ee0e5fd-3d15-4f3b-bf4d-1ff6aab10162"
    @close-popover-items-2nd.window="open=false"
    @open-item-3ee0e5fd-3d15-4f3b-bf4d-1ff6aab10162.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/suplementos-de-algas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Suplementos de algas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6ebb2e21-9ee1-4fc4-87dd-efe6394a0c0e text-[color:var(--text-color)] ">
            <p>Suplementos de algas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-3ee0e5fd-3d15-4f3b-bf4d-1ff6aab10162 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-1512057-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/espirulina" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-8ad1029c-099e-4a10-8f86-0152c4b73d40 text-[color:var(--text-color)] ">
            <p>Espirulina</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/chlorella" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e5a71106-885b-4085-be61-20de778b0f82 text-[color:var(--text-color)] ">
            <p>Chlorella</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/fucus" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b25ca496-d909-4c15-bde6-d6ea69a51a87 text-[color:var(--text-color)] ">
            <p>Fucus</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-87da19ce-45b2-48e7-be5e-8aaeb6898a0e sb-9413312-mt-2 " data-uid="87da19ce-45b2-48e7-be5e-8aaeb6898a0e"
    @close-popover-items-2nd.window="open=false"
    @open-item-87da19ce-45b2-48e7-be5e-8aaeb6898a0e.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/suplementos-de-setas-y-hongos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Suplementos de setas y hongos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-69bf842c-47da-4241-bcda-d78ede55f29d text-[color:var(--text-color)] ">
            <p>Suplementos de setas y hongos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-87da19ce-45b2-48e7-be5e-8aaeb6898a0e {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-9413312-mt-2 {    margin-top: 0.5rem}                 </style>
</li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 2 / 2 / 3; --o-grid-area-tablet: 1 / 2 / 2 / 3; --o-grid-area-desktop: 1 / 2 / 2 / 3;">
            <div class="o-container o-container-62165eae-5c60-492b-ad8c-553209c81a4a      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-b2ec2ad7-25c6-484c-83b3-507b78689fa6  " data-uid="b2ec2ad7-25c6-484c-83b3-507b78689fa6"
    @close-popover-items-2nd.window="open=false"
    @open-item-b2ec2ad7-25c6-484c-83b3-507b78689fa6.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/suplementacion-deportiva" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Suplementación deportiva</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f625c45c-e8da-402f-b52d-53228fd87a06 text-[color:var(--text-color)] ">
            <p>Suplementación deportiva</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-b2ec2ad7-25c6-484c-83b3-507b78689fa6 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-32222e67-43b6-4472-96cd-256bdde65f76  " data-uid="32222e67-43b6-4472-96cd-256bdde65f76"
    @close-popover-items-2nd.window="open=false"
    @open-item-32222e67-43b6-4472-96cd-256bdde65f76.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/vitaminas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Vitaminas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b9e3f25d-5367-4f97-85b1-4450d6eaa39a text-[color:var(--text-color)] ">
            <p>Vitaminas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-32222e67-43b6-4472-96cd-256bdde65f76 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/multivitaminicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-fcd8924f-4149-4b3c-a2d9-1f81ad6864bc text-[color:var(--text-color)] ">
            <p>Multivitamínicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vitamina-b" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-50bdec33-ff8f-41dd-b6cf-575f7c3032ba text-[color:var(--text-color)] ">
            <p>Vitamina B</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vitamina-c" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9434326a-22ed-4967-910e-473271149bdd text-[color:var(--text-color)] ">
            <p>Vitamina C</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vitamina-d" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-cce75c32-ca05-4fca-aca0-f685c3e51fc0 text-[color:var(--text-color)] ">
            <p>Vitamina D</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vitamina-e" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-beab019d-6aeb-492a-80a2-7e2f46bb19b0 text-[color:var(--text-color)] ">
            <p>Vitamina E</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-adfda04b-0d25-414e-b472-e15aa4e8ef87  " data-uid="adfda04b-0d25-414e-b472-e15aa4e8ef87"
    @close-popover-items-2nd.window="open=false"
    @open-item-adfda04b-0d25-414e-b472-e15aa4e8ef87.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/minerales-y-oligoelementos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Minerales y oligoelementos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-8dd12b84-064d-480f-8049-3f44dcc67703 text-[color:var(--text-color)] ">
            <p>Minerales y oligoelementos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-adfda04b-0d25-414e-b472-e15aa4e8ef87 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/magnesio-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-28c3efe2-df1f-48d1-87d8-e35475f7d523 text-[color:var(--text-color)] ">
            <p>Suplementos de magnesio</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/calcio-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a653b313-061f-40b8-8e60-b12c16c80aa2 text-[color:var(--text-color)] ">
            <p>Suplementos de calcio</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/zinc-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0f6d55f4-2c5d-413a-8c33-18b6609d7ca8 text-[color:var(--text-color)] ">
            <p>Suplementos de zinc</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-hierro-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-187da62e-34ad-4727-bf22-e1750ede407b text-[color:var(--text-color)] ">
            <p>Suplementos de hierro</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-93bd6cdf-5da4-494e-bc6b-8205b565ecac  " data-uid="93bd6cdf-5da4-494e-bc6b-8205b565ecac"
    @close-popover-items-2nd.window="open=false"
    @open-item-93bd6cdf-5da4-494e-bc6b-8205b565ecac.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/jalea-y-polen" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Jalea y polen</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b6535142-a4ff-4011-b942-b53628593117 text-[color:var(--text-color)] ">
            <p>Jalea y polen</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-93bd6cdf-5da4-494e-bc6b-8205b565ecac {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-f4ccfa00-6a5b-445c-b1c3-7cf95a9cc371  " data-uid="f4ccfa00-6a5b-445c-b1c3-7cf95a9cc371"
    @close-popover-items-2nd.window="open=false"
    @open-item-f4ccfa00-6a5b-445c-b1c3-7cf95a9cc371.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/comprar-propoleo" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Propóleo</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6a7f6cb8-74e4-4364-9e87-d6ed9485960e text-[color:var(--text-color)] ">
            <p>Propóleo</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-f4ccfa00-6a5b-445c-b1c3-7cf95a9cc371 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 3 / 2 / 4; --o-grid-area-tablet: 1 / 3 / 2 / 4; --o-grid-area-desktop: 1 / 3 / 2 / 4;">
            <div class="o-container o-container-1ee624d6-9bb8-4534-a107-88bb4cb79cb5      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-c631f86a-beae-4d16-ac3a-b6528a64af21  " data-uid="c631f86a-beae-4d16-ac3a-b6528a64af21"
    @close-popover-items-2nd.window="open=false"
    @open-item-c631f86a-beae-4d16-ac3a-b6528a64af21.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/barritas-y-batidos-sustitutivos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Barritas y batidos sustitutivos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7981bd8b-0594-483b-8340-f6faaa5131ca text-[color:var(--text-color)] ">
            <p>Barritas y batidos sustitutivos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-c631f86a-beae-4d16-ac3a-b6528a64af21 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-85435218-3e80-4c11-bafc-ba7f7b2629ee sb-5297062-mt-2 " data-uid="85435218-3e80-4c11-bafc-ba7f7b2629ee"
    @close-popover-items-2nd.window="open=false"
    @open-item-85435218-3e80-4c11-bafc-ba7f7b2629ee.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/aminoacidos-esenciales-y-proteinas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Aminoácidos esenciales y proteínas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e706fea1-b521-4552-b09e-03dae27450e2 text-[color:var(--text-color)] ">
            <p>Aminoácidos esenciales y proteínas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-85435218-3e80-4c11-bafc-ba7f7b2629ee {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-5297062-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/triptofano-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4cfa67e5-97c9-4788-864e-7fee1ed129de text-[color:var(--text-color)] ">
            <p>Triptófano</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/arginina-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5a2f930e-55d2-44ba-9ac2-b8a5932dd1cf text-[color:var(--text-color)] ">
            <p>L-Arginina</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/carnitina-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-50f26989-8940-44c7-8005-89f349549e61 text-[color:var(--text-color)] ">
            <p>L-Carnitina</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-a3bc0b67-8323-4945-88ca-d82e4885d21c sb-9463927-mt-2 " data-uid="a3bc0b67-8323-4945-88ca-d82e4885d21c"
    @close-popover-items-2nd.window="open=false"
    @open-item-a3bc0b67-8323-4945-88ca-d82e4885d21c.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/acidos-grasos-omegas-dietetica-nutricion" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Ácidos grasos y omegas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-dba84c1f-aade-4d8e-b382-67ccd2c95b11 text-[color:var(--text-color)] ">
            <p>Ácidos grasos y omegas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-a3bc0b67-8323-4945-88ca-d82e4885d21c {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-9463927-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-de-onagra-borraja" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-bbf55250-f483-4887-ad83-9e634ecc1a9a text-[color:var(--text-color)] ">
            <p>Aceite de onagra y borraja</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/capsulas-omega-3-6-9" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-74d7508f-c05c-4e17-904f-770d2416fce3 text-[color:var(--text-color)] ">
            <p>Cápsulas de Omega 3, 6 y 9</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/lecitina-soja" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4e74815a-8f34-49d5-b729-6a7f536b083d text-[color:var(--text-color)] ">
            <p>Lecitina de soja</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/dietetica-nutricion-acidos-grasos-omegas-germen-de-trigo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-fc0416b7-6d74-41c8-8260-3bfcf3726d71 text-[color:var(--text-color)] ">
            <p>Germen de trigo</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-f15564eb-fc18-430d-ada8-65f7c321cdc2 sb-5049673-mt-2 " data-uid="f15564eb-fc18-430d-ada8-65f7c321cdc2"
    @close-popover-items-2nd.window="open=false"
    @open-item-f15564eb-fc18-430d-ada8-65f7c321cdc2.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/antioxidantes-y-coenzimas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Antioxidantes y coenzimas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-abd29caa-2b30-49f5-bf74-1dc4e1d44b28 text-[color:var(--text-color)] ">
            <p>Antioxidantes y coenzimas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-f15564eb-fc18-430d-ada8-65f7c321cdc2 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-5049673-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-fa8d9b88-a7e9-44e3-8de1-e832b9c53430  " data-uid="fa8d9b88-a7e9-44e3-8de1-e832b9c53430"
    @close-popover-items-2nd.window="open=false"
    @open-item-fa8d9b88-a7e9-44e3-8de1-e832b9c53430.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/enzimas-y-probioticos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Enzimas y probióticos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4d9d1328-fd29-4a54-ab0d-75bfde06d42b text-[color:var(--text-color)] ">
            <p>Enzimas y probióticos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-fa8d9b88-a7e9-44e3-8de1-e832b9c53430 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                              </style>
</li></div>        </div>
    </div>
<style>
        #rktgridlayout-6800da8f993a6 {
        --o-grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-rows: 1fr; --o-grid-template-rows-tablet: 1fr; --o-grid-template-rows-desktop: 1fr; --o-grid-template-gap:0px 0px; --o-grid-template-gap-tablet:0px 0px; --o-grid-template-gap-desktop:0px 0px;    }
    
    .sb-2188546-mx-auto {    margin-left: auto;    margin-right: auto}          .sb-2188546-hidden {    display: none}          .sb-2188546-gap-5 {    gap: 1.25rem}          @media (min-width: 1024px) {    .lg\:sb-2188546-grid {        display: grid    }}          @media (min-width: 1536px) {    .\32xl\:sb-2188546-container {        width: 100%    }    @media (min-width: 640px) {        .\32xl\:sb-2188546-container {            max-width: 640px        }    }    @media (min-width: 768px) {        .\32xl\:sb-2188546-container {            max-width: 768px        }    }    @media (min-width: 1024px) {        .\32xl\:sb-2188546-container {            max-width: 1024px        }    }    @media (min-width: 1280px) {        .\32xl\:sb-2188546-container {            max-width: 1280px        }    }    @media (min-width: 1536px) {        .\32xl\:sb-2188546-container {            max-width: 1536px        }    }}       .sb-6439742-w-full {    width: 100%}          .sb-6439742-pb-6 {    padding-bottom: 1.5rem}          .sb-6439742-pl-6 {    padding-left: 1.5rem}          .sb-6439742-pr-6 {    padding-right: 1.5rem}          .sb-6439742-pt-6 {    padding-top: 1.5rem}      </style><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-95cf463b-17ef-47b2-bbfa-7ff9c1781921  " data-uid="95cf463b-17ef-47b2-bbfa-7ff9c1781921"
    @close-popover-items-2nd.window="open=false"
    @open-item-95cf463b-17ef-47b2-bbfa-7ff9c1781921.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/complementos-alimenticios" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Complementos alimenticios</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-58576d1b-c684-43aa-b19a-b605106bbf46 text-[color:var(--text-color)] ">
            <p>Complementos alimenticios</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aloe-vera-jugos-capsulas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-99b252a9-107d-4700-ae27-317d78d272dc text-[color:var(--text-color)] ">
            <p>Aloe vera: jugos y cápsulas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/ginseng-y-guarana" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-dfe230f1-f50e-4a01-a8a5-c3510fc90b39 text-[color:var(--text-color)] ">
            <p>Ginseng y guaraná</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/esencias-florales-de-bach" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-cfd37a61-8226-4536-8206-6356042d006c text-[color:var(--text-color)] ">
            <p>Esencias florales de Bach</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/extracto-alcachofa" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f5dc4596-5ad6-4861-8187-2661d71b5186 text-[color:var(--text-color)] ">
            <p>Extracto de alcachofa</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/valeriana" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a19921ac-6033-47e8-900b-c77a2f4215c7 text-[color:var(--text-color)] ">
            <p>Valeriana</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/equinacea" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c47393be-1acc-4601-8cca-3fd82fb3738b text-[color:var(--text-color)] ">
            <p>Equinácea</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-95cf463b-17ef-47b2-bbfa-7ff9c1781921 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-32f99b4c-9e7b-4d32-8fcb-a02c11829899  " data-uid="32f99b4c-9e7b-4d32-8fcb-a02c11829899"
    @close-popover-items-2nd.window="open=false"
    @open-item-32f99b4c-9e7b-4d32-8fcb-a02c11829899.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/productos-acido-hialuronico" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos con ácido hialurónico</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-78b16dd3-8731-4a1a-8d97-2aa55c34b7cc text-[color:var(--text-color)] ">
            <p>Productos con ácido hialurónico</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-32f99b4c-9e7b-4d32-8fcb-a02c11829899 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-fa548d44-5e3f-45d2-9137-580dabdee2e3  " data-uid="fa548d44-5e3f-45d2-9137-580dabdee2e3"
    @close-popover-items-2nd.window="open=false"
    @open-item-fa548d44-5e3f-45d2-9137-580dabdee2e3.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/suplementos-de-algas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Suplementos de algas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-622fdc79-6c9d-4f2e-bdd3-2202a7efbb12 text-[color:var(--text-color)] ">
            <p>Suplementos de algas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/espirulina" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0aafc02d-f31c-4d9c-86b4-11dc5d404e8c text-[color:var(--text-color)] ">
            <p>Espirulina</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/chlorella" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-54660c5a-7c51-410a-a491-a90e837097cf text-[color:var(--text-color)] ">
            <p>Chlorella</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/fucus" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6dc7a95e-fa60-4500-bb5e-4fea5ff157cf text-[color:var(--text-color)] ">
            <p>Fucus</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-fa548d44-5e3f-45d2-9137-580dabdee2e3 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-6c54bed8-767f-452e-b94c-5d5c79a8a18c  " data-uid="6c54bed8-767f-452e-b94c-5d5c79a8a18c"
    @close-popover-items-2nd.window="open=false"
    @open-item-6c54bed8-767f-452e-b94c-5d5c79a8a18c.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/suplementos-de-setas-y-hongos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Suplementos de setas y hongos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9c34ee6c-7f15-4c6e-ab04-849844385ce6 text-[color:var(--text-color)] ">
            <p>Suplementos de setas y hongos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-6c54bed8-767f-452e-b94c-5d5c79a8a18c {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-6a1dd6b9-4816-45f7-b41c-be177ab3e26d  " data-uid="6a1dd6b9-4816-45f7-b41c-be177ab3e26d"
    @close-popover-items-2nd.window="open=false"
    @open-item-6a1dd6b9-4816-45f7-b41c-be177ab3e26d.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/suplementacion-deportiva" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Suplementación deportiva</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9478503f-1977-448e-9718-e3d28f8384e4 text-[color:var(--text-color)] ">
            <p>Suplementación deportiva</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-6a1dd6b9-4816-45f7-b41c-be177ab3e26d {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-dfa82728-312d-40d6-8e10-26db217686c5  " data-uid="dfa82728-312d-40d6-8e10-26db217686c5"
    @close-popover-items-2nd.window="open=false"
    @open-item-dfa82728-312d-40d6-8e10-26db217686c5.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/vitaminas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Vitaminas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-89ff78c0-8199-41a9-89a8-ad66639a6372 text-[color:var(--text-color)] ">
            <p>Vitaminas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/multivitaminicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-bcc1af57-cec1-4e8b-b138-fa8456e27f10 text-[color:var(--text-color)] ">
            <p>Multivitamínicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vitamina-b" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b9da92bf-537a-4251-942d-ea8b9e716a15 text-[color:var(--text-color)] ">
            <p>Vitamina B</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vitamina-c" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-fa098d6d-d0b7-4278-a684-9e4b45cd9736 text-[color:var(--text-color)] ">
            <p>Vitamina C</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vitamina-d" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e4950b62-e2a1-42a0-9de3-245eaf4d49c0 text-[color:var(--text-color)] ">
            <p>Vitamina D</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/vitamina-e" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-29fdd06b-29f8-471f-af79-ad37372d87bb text-[color:var(--text-color)] ">
            <p>Vitamina E</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-dfa82728-312d-40d6-8e10-26db217686c5 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-84eaa749-bb85-4ab4-b435-f9b5aac3bbdc  " data-uid="84eaa749-bb85-4ab4-b435-f9b5aac3bbdc"
    @close-popover-items-2nd.window="open=false"
    @open-item-84eaa749-bb85-4ab4-b435-f9b5aac3bbdc.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/minerales-y-oligoelementos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Minerales y oligoelementos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ef46f2c6-e389-4243-90df-d1ccfc05ed38 text-[color:var(--text-color)] ">
            <p>Minerales y oligoelementos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/magnesio-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-cbdf10db-360f-4307-8c3b-cd25de6e568c text-[color:var(--text-color)] ">
            <p>Suplementos de magnesio</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/calcio-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6bd04914-e94e-4868-921a-b58ce931f281 text-[color:var(--text-color)] ">
            <p>Suplementos de calcio</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/zinc-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-07fc0a29-8fc9-479b-9985-fa81b83d6331 text-[color:var(--text-color)] ">
            <p>Suplementos de zinc</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/comprar-hierro-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e39d2ab5-2c3b-4b03-82b2-e63898fa1124 text-[color:var(--text-color)] ">
            <p>Suplementos de hierro</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-84eaa749-bb85-4ab4-b435-f9b5aac3bbdc {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-50451f91-c660-4c96-8d15-e1c560a0e17f  " data-uid="50451f91-c660-4c96-8d15-e1c560a0e17f"
    @close-popover-items-2nd.window="open=false"
    @open-item-50451f91-c660-4c96-8d15-e1c560a0e17f.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/jalea-y-polen" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Jalea y polen</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a294a12d-58b2-4022-90d3-e4fb84c14b00 text-[color:var(--text-color)] ">
            <p>Jalea y polen</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-50451f91-c660-4c96-8d15-e1c560a0e17f {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-80c7fdef-bffb-435c-acbc-70235972c95d  " data-uid="80c7fdef-bffb-435c-acbc-70235972c95d"
    @close-popover-items-2nd.window="open=false"
    @open-item-80c7fdef-bffb-435c-acbc-70235972c95d.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/comprar-propoleo" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Propóleo</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-417257be-70cd-48ff-b0e4-f88f0676c5ad text-[color:var(--text-color)] ">
            <p>Propóleo</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-80c7fdef-bffb-435c-acbc-70235972c95d {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-9b58c7d7-15be-440e-bd82-38ae06479c46  " data-uid="9b58c7d7-15be-440e-bd82-38ae06479c46"
    @close-popover-items-2nd.window="open=false"
    @open-item-9b58c7d7-15be-440e-bd82-38ae06479c46.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/barritas-y-batidos-sustitutivos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Barritas y batidos sustitutivos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-747b42ea-7391-4ad4-8b92-fe0dc3236cfe text-[color:var(--text-color)] ">
            <p>Barritas y batidos sustitutivos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-9b58c7d7-15be-440e-bd82-38ae06479c46 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-929d9400-c3b0-4903-a0b9-a6c6e637731e  " data-uid="929d9400-c3b0-4903-a0b9-a6c6e637731e"
    @close-popover-items-2nd.window="open=false"
    @open-item-929d9400-c3b0-4903-a0b9-a6c6e637731e.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/aminoacidos-esenciales-y-proteinas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Aminoácidos esenciales y proteínas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-369770a8-bff0-4843-868a-299cf97a2f3b text-[color:var(--text-color)] ">
            <p>Aminoácidos esenciales y proteínas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/triptofano-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a63d2d3f-a89f-4c20-9aed-fdde1a41d783 text-[color:var(--text-color)] ">
            <p>Triptófano</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/arginina-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e95f65e0-6afb-4f6a-b0fd-a05bc0fd0e54 text-[color:var(--text-color)] ">
            <p>L-Arginina</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/carnitina-suplementos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e28ce712-64f8-488b-ac3a-aa119d492f86 text-[color:var(--text-color)] ">
            <p>L-Carnitina</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-929d9400-c3b0-4903-a0b9-a6c6e637731e {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-93737d4a-aebc-49df-9697-78fb833b9ecd  " data-uid="93737d4a-aebc-49df-9697-78fb833b9ecd"
    @close-popover-items-2nd.window="open=false"
    @open-item-93737d4a-aebc-49df-9697-78fb833b9ecd.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/acidos-grasos-omegas-dietetica-nutricion" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Ácidos grasos y omegas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3105b66e-0a4b-48bb-bcce-af278245fd80 text-[color:var(--text-color)] ">
            <p>Ácidos grasos y omegas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceite-de-onagra-borraja" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a6b21d7a-3ce7-4840-ad8c-63787f5f4f0b text-[color:var(--text-color)] ">
            <p>Aceite de onagra y borraja</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/capsulas-omega-3-6-9" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b5899bce-57dd-45fc-915c-0faeb31801c4 text-[color:var(--text-color)] ">
            <p>Cápsulas de Omega 3, 6 y 9</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/lecitina-soja" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9da9487a-c80c-47f5-b749-6e8324c57ef0 text-[color:var(--text-color)] ">
            <p>Lecitina de soja</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/dietetica-nutricion-acidos-grasos-omegas-germen-de-trigo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b438e103-8d4e-412f-aa18-c8fb5025d3f7 text-[color:var(--text-color)] ">
            <p>Germen de trigo</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-93737d4a-aebc-49df-9697-78fb833b9ecd {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-c8c30162-2c28-4297-b6b7-79b70955d550  " data-uid="c8c30162-2c28-4297-b6b7-79b70955d550"
    @close-popover-items-2nd.window="open=false"
    @open-item-c8c30162-2c28-4297-b6b7-79b70955d550.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/antioxidantes-y-coenzimas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Antioxidantes y coenzimas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e27d4ef8-a1a6-4bae-b8f0-264c0b9441ef text-[color:var(--text-color)] ">
            <p>Antioxidantes y coenzimas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-c8c30162-2c28-4297-b6b7-79b70955d550 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-78175ef7-455d-4142-bf1f-b5f9db338e17  " data-uid="78175ef7-455d-4142-bf1f-b5f9db338e17"
    @close-popover-items-2nd.window="open=false"
    @open-item-78175ef7-455d-4142-bf1f-b5f9db338e17.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/enzimas-y-probioticos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Enzimas y probióticos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-92c5cac5-9789-43ba-a34c-7975e18fb2f9 text-[color:var(--text-color)] ">
            <p>Enzimas y probióticos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-78175ef7-455d-4142-bf1f-b5f9db338e17 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li>                        </ul>
                    
                                    </div>
            </div>
        </div>
        <div x-show="open" class="backdrop top-auto bottom-auto h-full pointer-events-none lg:mt-[var(--megamenu-sublist-padding-top-desktop)]" x-cloak></div>
    
    <style>
        .megamenu__sublist-1st-a76e2aa4-3c5a-4a25-bfd8-062f5448b5d5 {
            --megamenu-sublist-width-size-1st: 100%;
            --megamenu-banner-width-1st: 0%;
        }

                .sb-6160542-auto-rows-min {    grid-auto-rows: min-content}                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-1st megamenu__sublist-1st-0fa916b8-40d9-43c8-b617-0ff7115d4a93  " data-uid="0fa916b8-40d9-43c8-b617-0ff7115d4a93"
    @close-popover-items-1st.window="open=false"
    @header-sticky-change.window="headerSticky = $event.detail"
            x-data="{...Components.popover({ open: false, focus: false }), headerSticky: null, backText2nd: 'Volver'}"
        x-defer="interact"
>
    <a class="block nav-level-1 "
                      href="https://www.herbolarionavarro.es/cosmetica-natural-y-ecologica" x-defer="intersect" mcclane-data="header-navigation-level-first" :class="{'active text-header-font-hover': open || $root.querySelector(`a[href='${window.location.href}']`) ? true : false, 'navigation-first-level-header-sticky':headerSticky, '':!headerSticky }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText2nd='&lt;p&gt;Cosm&eacute;tica natural y ecol&oacute;gica&lt;/p&gt;'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-1st'); $dispatch('close-popover-items-2nd'); if($root.querySelector('a.nav-level-2.active')) { $dispatch(`open-item-${$root.querySelector('a.nav-level-2.active').parentElement.getAttribute('data-uid')}`); }else if ($root.querySelector('li') && $root.querySelector('li').querySelector('[x-ref=\'panel\']')){ $dispatch(`open-item-${$root.querySelector('li').getAttribute('data-uid')}`) } open=true; } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        
        <span class="o-megamenu__item__link-text text-b7bddc41-1ef9-448d-b3f9-8cf9febed049 text-[color:var(--text-color)] ">
            <p>Cosmética natural y ecológica</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0 lg:scale-95"
             x-transition:enter-end="opacity-100 lg:scale-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100 lg:scale-100"
             x-transition:leave-end="opacity-0 lg:scale-95"
             :class="{'flex flex-col': open, 'lg:pt-[var(--megamenu-sublist-scroll-padding-top-desktop)]':headerSticky, 'lg:pt-[var(--megamenu-sublist-padding-top-desktop)]':!headerSticky}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right z-10 lg:top-auto lg:bottom-auto lg:origin-top lg:pt-[var(--megamenu-sublist-padding-top-desktop)]"
                         x-ref="panel"
                         x-cloak>
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText2nd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-background grow lg:bg-megamenu-l2-background lg:h-[var(--megamenu-sublist-height)]"  x-data="Components.popoverGroup()">
                <div class="lg:relative lg:h-[var(--megamenu-sublist-height)] lg:container lg:mx-auto  ">
                                            <ul class="lg:grid lg:w-[var(--megamenu-sublist-width-size-1st)] lg:grid-cols-1    sb-1098374-auto-rows-min">
                            <div id="rktgridlayout-6800da8f9a8a9" class="o-grid  sb-2188546-hidden submenu-grid-desktop sb-2188546-mx-auto lg:sb-2188546-grid sb-2188546- bg-[#cccccc] sb-2188546-gap-5 2xl:sb-2188546-container sb-6439742-pb-6 sb-6439742-pl-6 sb-6439742-pr-6 sb-6439742-pt-6 sb-6439742-w-full grid">
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 1 / 2 / 2; --o-grid-area-tablet: 1 / 1 / 2 / 2; --o-grid-area-desktop: 1 / 1 / 2 / 2;">
            <div class="o-container o-container-ebc15219-86c8-4b31-8e58-3d6fb5d4a721      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-053020f6-ac9f-4ffd-b5c1-e71b7de2e20b  " data-uid="053020f6-ac9f-4ffd-b5c1-e71b7de2e20b"
    @close-popover-items-2nd.window="open=false"
    @open-item-053020f6-ac9f-4ffd-b5c1-e71b7de2e20b.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/productos-con-cbd" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos con CBD</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-62c42fd1-c8ad-49fe-b708-f35efd1ad724 text-[color:var(--text-color)] ">
            <p>Productos con CBD</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-053020f6-ac9f-4ffd-b5c1-e71b7de2e20b {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-8431f75e-ef7b-4261-a3a7-f409800fbbbf sb-1088787-mt-2 " data-uid="8431f75e-ef7b-4261-a3a7-f409800fbbbf"
    @close-popover-items-2nd.window="open=false"
    @open-item-8431f75e-ef7b-4261-a3a7-f409800fbbbf.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/cosmetica-corporal-natural" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cosmética corporal natural</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a96b5cb6-b30b-4dae-ac86-563dbbfbddc6 text-[color:var(--text-color)] ">
            <p>Cosmética corporal natural</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-8431f75e-ef7b-4261-a3a7-f409800fbbbf {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-1088787-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceites-esenciales-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4d4bf101-ae12-4d76-a561-12ffac0de110 text-[color:var(--text-color)] ">
            <p>Aceites esenciales naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceites-vegetales-corporales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2057760e-9642-479b-8c72-e9bfcbb38ef3 text-[color:var(--text-color)] ">
            <p>Aceites vegetales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/anticeluliticos-corporales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b4a1a2ef-719c-408c-8684-eeab61ad02b0 text-[color:var(--text-color)] ">
            <p>Anticelulíticos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/antiestrias-corporales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-df1c3da9-d3f9-4b4b-9181-60e7efdedb67 text-[color:var(--text-color)] ">
            <p>Antiestrías</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/reafirmante-corporal" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4fea63d2-a83b-4e6a-9afd-3a1d0bd31f12 text-[color:var(--text-color)] ">
            <p>Reafirmante</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/hidratacion-corporal" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a82b3a84-9d6c-4de3-8cb5-ad9f6c62c36d text-[color:var(--text-color)] ">
            <p>Hidratación</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/adelgazante-cosmetica-corporal" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0e08cd69-b660-4030-849d-aed0e2987e66 text-[color:var(--text-color)] ">
            <p>Adelgazante cosmética</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/protectores-solares-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-32832cf5-24c5-4e8e-aec4-4922acec92e9 text-[color:var(--text-color)] ">
            <p>Protectores solares naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/cremas-lociones-y-balsamos-terapeuticos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e0ea1a2d-8950-439c-9ce8-3dd16d059cd9 text-[color:var(--text-color)] ">
            <p>Cremas, lociones y bálsamos</p>
        </span>
        
    </div>
            </a>    </li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 2 / 2 / 3; --o-grid-area-tablet: 1 / 2 / 2 / 3; --o-grid-area-desktop: 1 / 2 / 2 / 3;">
            <div class="o-container o-container-0738a5af-b80a-4191-8325-55c6cfd1fe0d      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-46332b43-a177-4081-8c9d-425abe323e94  " data-uid="46332b43-a177-4081-8c9d-425abe323e94"
    @close-popover-items-2nd.window="open=false"
    @open-item-46332b43-a177-4081-8c9d-425abe323e94.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/cosmetica-facial-natural" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cosmética facial natural</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d2886cd8-a7a2-455a-bf47-ca65e57aeb16 text-[color:var(--text-color)] ">
            <p>Cosmética facial natural</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-46332b43-a177-4081-8c9d-425abe323e94 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/exfoliantes-faciales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-51934fa1-d959-479f-b239-59d5ac8a1f34 text-[color:var(--text-color)] ">
            <p>Exfoliantes faciales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/cremas-faciales-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-208134ce-dc87-443f-8983-adbbce4d3901 text-[color:var(--text-color)] ">
            <p>Cremas faciales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tonicos-faciales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ab3babb6-c3e1-4733-9d58-374749cae59c text-[color:var(--text-color)] ">
            <p>Tónicos faciales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceites-faciales-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e5be3ab3-8ded-4d8a-aa85-81633a76cef6 text-[color:var(--text-color)] ">
            <p>Aceites faciales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/antiedad-y-antiarrugas-faciales-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1959df67-2528-43ec-a109-55ad84d7f2af text-[color:var(--text-color)] ">
            <p>Antiedad y arrugas faciales naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/mascarillas-faciales-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2e8f0ab1-f209-4830-ab37-7e9415227b04 text-[color:var(--text-color)] ">
            <p>Mascarillas faciales naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/serums-faciales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9ab42ed7-79e7-4d7f-a8c6-a73b97f30790 text-[color:var(--text-color)] ">
            <p>Sérums faciales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/labiales-balsamos-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2cfb63f9-b66e-4650-ab58-b95df7e12e99 text-[color:var(--text-color)] ">
            <p>Labiales y bálsamos naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/contorno-de-ojos-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e8a3fea0-fa36-4528-bceb-e2cb8dce5b0a text-[color:var(--text-color)] ">
            <p>Contorno de ojos naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/desmaquillantes-y-limpiadores-faciales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-61317600-18c6-4180-a7bf-3aa4d4aaeb7b text-[color:var(--text-color)] ">
            <p>Desmaquillantes y limpiadores</p>
        </span>
        
    </div>
            </a>    </li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 3 / 2 / 4; --o-grid-area-tablet: 1 / 3 / 2 / 4; --o-grid-area-desktop: 1 / 3 / 2 / 4;">
            <div class="o-container o-container-f22b8270-2ba3-4ab4-b5ba-5cd06ecb695a      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-33a5cdd3-4542-4234-aa57-97a1bb3c00b8  " data-uid="33a5cdd3-4542-4234-aa57-97a1bb3c00b8"
    @close-popover-items-2nd.window="open=false"
    @open-item-33a5cdd3-4542-4234-aa57-97a1bb3c00b8.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/maquillaje-ecologico" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Maquillaje ecológico</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a60e05cc-5761-482e-887a-d12b351fcce3 text-[color:var(--text-color)] ">
            <p>Maquillaje ecológico</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-33a5cdd3-4542-4234-aa57-97a1bb3c00b8 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/maquillaje-ecologico-ojos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0b738591-c28c-4458-bc05-1e226d66f9e6 text-[color:var(--text-color)] ">
            <p>Ojos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pintalabios-naturales-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-18f39121-b8e9-4671-92e9-6a1bcba083ff text-[color:var(--text-color)] ">
            <p>Labios</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/maquillaje-ecologico-rostro" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6e4fbced-269b-46a6-b95b-4b35829a1355 text-[color:var(--text-color)] ">
            <p>Rostro</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pintaunas-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4d7ace7d-2228-4201-a587-88a2682a63f0 text-[color:var(--text-color)] ">
            <p>Uñas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-22cca0dc-6bd3-473b-9005-d8a0d50a8d73 sb-7993484-mt-2 " data-uid="22cca0dc-6bd3-473b-9005-d8a0d50a8d73"
    @close-popover-items-2nd.window="open=false"
    @open-item-22cca0dc-6bd3-473b-9005-d8a0d50a8d73.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/cosmetica-capilar-natural" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cosmética capilar natural</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-8ce48055-cf3a-458e-9f72-e1616786ecc1 text-[color:var(--text-color)] ">
            <p>Cosmética capilar natural</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-22cca0dc-6bd3-473b-9005-d8a0d50a8d73 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-7993484-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/acondicionadores-y-mascarillas-naturales-capilares" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3425a275-cccc-49fb-93ee-1d5db1d90150 text-[color:var(--text-color)] ">
            <p>Acondicionadores y mascarillas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/champus-naturales-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-41ab31d8-819b-4e52-a72d-4a154699c57b text-[color:var(--text-color)] ">
            <p>Champús naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tintes-capilares-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ee88488c-7975-44f1-96a7-eceacff9265d text-[color:var(--text-color)] ">
            <p>Tintes capilares naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/fijadores-del-cabello" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-aaa7e25b-f490-4d15-b1db-b7be7121a8df text-[color:var(--text-color)] ">
            <p>Fijadores del cabello</p>
        </span>
        
    </div>
            </a>    </li></div>        </div>
    </div>
<style>
        #rktgridlayout-6800da8f9a8a9 {
        --o-grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-rows: 1fr; --o-grid-template-rows-tablet: 1fr; --o-grid-template-rows-desktop: 1fr; --o-grid-template-gap:0px 0px; --o-grid-template-gap-tablet:0px 0px; --o-grid-template-gap-desktop:0px 0px;    }
    
    .sb-2188546-mx-auto {    margin-left: auto;    margin-right: auto}          .sb-2188546-hidden {    display: none}          .sb-2188546-gap-5 {    gap: 1.25rem}          @media (min-width: 1024px) {    .lg\:sb-2188546-grid {        display: grid    }}          @media (min-width: 1536px) {    .\32xl\:sb-2188546-container {        width: 100%    }    @media (min-width: 640px) {        .\32xl\:sb-2188546-container {            max-width: 640px        }    }    @media (min-width: 768px) {        .\32xl\:sb-2188546-container {            max-width: 768px        }    }    @media (min-width: 1024px) {        .\32xl\:sb-2188546-container {            max-width: 1024px        }    }    @media (min-width: 1280px) {        .\32xl\:sb-2188546-container {            max-width: 1280px        }    }    @media (min-width: 1536px) {        .\32xl\:sb-2188546-container {            max-width: 1536px        }    }}       .sb-6439742-w-full {    width: 100%}          .sb-6439742-pb-6 {    padding-bottom: 1.5rem}          .sb-6439742-pl-6 {    padding-left: 1.5rem}          .sb-6439742-pr-6 {    padding-right: 1.5rem}          .sb-6439742-pt-6 {    padding-top: 1.5rem}      </style><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-79616b07-e13f-428d-8c9f-1346ad082397  " data-uid="79616b07-e13f-428d-8c9f-1346ad082397"
    @close-popover-items-2nd.window="open=false"
    @open-item-79616b07-e13f-428d-8c9f-1346ad082397.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/productos-con-cbd" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos con CBD</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2f97f1c1-ed0e-4a8d-97c8-a26bc4658ac6 text-[color:var(--text-color)] ">
            <p>Productos con CBD</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-79616b07-e13f-428d-8c9f-1346ad082397 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-65455a87-e927-452b-b70c-481f8674be21  " data-uid="65455a87-e927-452b-b70c-481f8674be21"
    @close-popover-items-2nd.window="open=false"
    @open-item-65455a87-e927-452b-b70c-481f8674be21.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/cosmetica-corporal-natural" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cosmética corporal natural</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-17d4a06a-c09c-4f44-b2da-a294da5a8a8a text-[color:var(--text-color)] ">
            <p>Cosmética corporal natural</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceites-esenciales-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-218c7c9a-1cd7-4041-9a8b-691f2bec495d text-[color:var(--text-color)] ">
            <p>Aceites esenciales naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceites-vegetales-corporales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e1a7b948-0f8a-497a-9d94-1dbc42384094 text-[color:var(--text-color)] ">
            <p>Aceites vegetales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/anticeluliticos-corporales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b240ecad-e03b-48d6-8fc5-662b22eade50 text-[color:var(--text-color)] ">
            <p>Anticelulíticos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/antiestrias-corporales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5733fe55-fb6a-4fff-bb56-81494495595b text-[color:var(--text-color)] ">
            <p>Antiestrías</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/reafirmante-corporal" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-485dc1e0-af2f-41b2-979e-ad63db2957c9 text-[color:var(--text-color)] ">
            <p>Reafirmante</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/hidratacion-corporal" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6dcc4199-2c61-4be6-95f8-c8a80b617b9b text-[color:var(--text-color)] ">
            <p>Hidratación</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/adelgazante-cosmetica-corporal" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-20b453bc-56c2-48fd-86a1-60c79d773fbd text-[color:var(--text-color)] ">
            <p>Adelgazante cosmética</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/protectores-solares-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-747d65fd-e7b5-48f1-a279-84151b7932d3 text-[color:var(--text-color)] ">
            <p>Protectores solares naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/cremas-lociones-y-balsamos-terapeuticos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c9edf5ce-dee3-40f6-9d20-5b99305dea4c text-[color:var(--text-color)] ">
            <p>Cremas, lociones y bálsamos</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-65455a87-e927-452b-b70c-481f8674be21 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-94334f98-3d03-4bee-8605-fc22431de1da  " data-uid="94334f98-3d03-4bee-8605-fc22431de1da"
    @close-popover-items-2nd.window="open=false"
    @open-item-94334f98-3d03-4bee-8605-fc22431de1da.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/cosmetica-facial-natural" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cosmética facial natural</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c42902f5-fea2-408e-a4cc-5d57b8891275 text-[color:var(--text-color)] ">
            <p>Cosmética facial natural</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/exfoliantes-faciales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d0e45960-7c3e-4ad6-bb17-211c34f56458 text-[color:var(--text-color)] ">
            <p>Exfoliantes faciales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/cremas-faciales-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-055a711c-caa1-41c5-934c-48627270d957 text-[color:var(--text-color)] ">
            <p>Cremas faciales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tonicos-faciales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2521346e-0313-4135-afc7-e795372f7150 text-[color:var(--text-color)] ">
            <p>Tónicos faciales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/aceites-faciales-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d611fe82-5754-4c04-bef1-d105f94d1077 text-[color:var(--text-color)] ">
            <p>Aceites faciales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/antiedad-y-antiarrugas-faciales-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-02f02d5d-3d16-4f02-8635-44fc0c781513 text-[color:var(--text-color)] ">
            <p>Antiedad y arrugas faciales naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/mascarillas-faciales-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-bb0947a2-c7ab-4e78-821e-f64130600ed1 text-[color:var(--text-color)] ">
            <p>Mascarillas faciales naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/serums-faciales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-82b71d5e-819b-45d1-9b35-2699c6bcb309 text-[color:var(--text-color)] ">
            <p>Sérums faciales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/labiales-balsamos-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d95d7600-7efb-4fbc-8b22-3c5384e2b7b4 text-[color:var(--text-color)] ">
            <p>Labiales y bálsamos naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/contorno-de-ojos-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-54812882-24ff-4c18-b0d9-dbce7a9ab995 text-[color:var(--text-color)] ">
            <p>Contorno de ojos naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/desmaquillantes-y-limpiadores-faciales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d90ab730-1e07-47af-90e0-4e008b3502b9 text-[color:var(--text-color)] ">
            <p>Desmaquillantes y limpiadores</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-94334f98-3d03-4bee-8605-fc22431de1da {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-1529e619-f612-4f19-abc8-9e963a8f890f  " data-uid="1529e619-f612-4f19-abc8-9e963a8f890f"
    @close-popover-items-2nd.window="open=false"
    @open-item-1529e619-f612-4f19-abc8-9e963a8f890f.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/maquillaje-ecologico" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Maquillaje ecológico</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-434093dd-091c-44cd-95ae-7b8442be32a0 text-[color:var(--text-color)] ">
            <p>Maquillaje ecológico</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/maquillaje-ecologico-ojos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0a0f0f10-88b3-4e2a-9788-f0fd8989667e text-[color:var(--text-color)] ">
            <p>Ojos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pintalabios-naturales-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b7f21ec0-cff3-4823-ba9d-71a44b513601 text-[color:var(--text-color)] ">
            <p>Labios</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/maquillaje-ecologico-rostro" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9c0d8375-443e-4eca-a832-8f55f0338a29 text-[color:var(--text-color)] ">
            <p>Rostro</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pintaunas-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-14deecdc-8916-47d5-b305-5d175c8c5fe8 text-[color:var(--text-color)] ">
            <p>Uñas</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-1529e619-f612-4f19-abc8-9e963a8f890f {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-06841bf2-3e08-47f7-9879-d3d56ac31bd1  " data-uid="06841bf2-3e08-47f7-9879-d3d56ac31bd1"
    @close-popover-items-2nd.window="open=false"
    @open-item-06841bf2-3e08-47f7-9879-d3d56ac31bd1.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/cosmetica-capilar-natural" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cosmética capilar natural</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-14dbb00c-8bcb-4c29-80b6-70e6fe0e8259 text-[color:var(--text-color)] ">
            <p>Cosmética capilar natural</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/acondicionadores-y-mascarillas-naturales-capilares" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5e39a036-9480-40c6-b9fc-a7c94079516e text-[color:var(--text-color)] ">
            <p>Acondicionadores y mascarillas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/champus-naturales-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5f6d0ed1-220b-486c-8cf1-421d327d3557 text-[color:var(--text-color)] ">
            <p>Champús naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tintes-capilares-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f897ea70-bf4e-4a00-99ce-5f93168ce19f text-[color:var(--text-color)] ">
            <p>Tintes capilares naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/fijadores-del-cabello" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0eb0fdfa-d4d8-435a-a0b5-53abbf653d0e text-[color:var(--text-color)] ">
            <p>Fijadores del cabello</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-06841bf2-3e08-47f7-9879-d3d56ac31bd1 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-2a8e68c8-9d6e-424c-812a-2fc5d2982747  " data-uid="2a8e68c8-9d6e-424c-812a-2fc5d2982747"
    @close-popover-items-2nd.window="open=false"
    @open-item-2a8e68c8-9d6e-424c-812a-2fc5d2982747.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 visible md:invisible"
                      href="https://www.herbolarionavarro.es/cosmetica-natural-y-ecologica" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Ver Todo</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6fc54d75-4d80-4aa6-a6cd-f351c9172154 text-[color:var(--text-color)] ">
            <p>Ver Todo</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
        <style>
        .label-6fc54d75-4d80-4aa6-a6cd-f351c9172154 {
            --label-color: ;
            --label-bg: ;
        }

        .text-6fc54d75-4d80-4aa6-a6cd-f351c9172154 {
            --text-color: ;
        }

               .visible {    visibility: visible}          @media (min-width: 768px) {    .md\:invisible {        visibility: hidden    }}      
    </style>        </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-2a8e68c8-9d6e-424c-812a-2fc5d2982747 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                        </style>
</li>                        </ul>
                    
                                    </div>
            </div>
        </div>
        <div x-show="open" class="backdrop top-auto bottom-auto h-full pointer-events-none lg:mt-[var(--megamenu-sublist-padding-top-desktop)]" x-cloak></div>
    
    <style>
        .megamenu__sublist-1st-0fa916b8-40d9-43c8-b617-0ff7115d4a93 {
            --megamenu-sublist-width-size-1st: 100%;
            --megamenu-banner-width-1st: 0%;
        }

                .sb-1098374-auto-rows-min {    grid-auto-rows: min-content}                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-1st megamenu__sublist-1st-de0a1cbe-0945-4db8-af02-bbfe279b3ef1  " data-uid="de0a1cbe-0945-4db8-af02-bbfe279b3ef1"
    @close-popover-items-1st.window="open=false"
    @header-sticky-change.window="headerSticky = $event.detail"
            x-data="{...Components.popover({ open: false, focus: false }), headerSticky: null, backText2nd: 'Volver'}"
        x-defer="interact"
>
    <a class="block nav-level-1 "
                      href="https://www.herbolarionavarro.es/productos-frescos" x-defer="intersect" mcclane-data="header-navigation-level-first" :class="{'active text-header-font-hover': open || $root.querySelector(`a[href='${window.location.href}']`) ? true : false, 'navigation-first-level-header-sticky':headerSticky, '':!headerSticky }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText2nd='&lt;p&gt;Frescos&lt;/p&gt;'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-1st'); $dispatch('close-popover-items-2nd'); if($root.querySelector('a.nav-level-2.active')) { $dispatch(`open-item-${$root.querySelector('a.nav-level-2.active').parentElement.getAttribute('data-uid')}`); }else if ($root.querySelector('li') && $root.querySelector('li').querySelector('[x-ref=\'panel\']')){ $dispatch(`open-item-${$root.querySelector('li').getAttribute('data-uid')}`) } open=true; } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        
        <span class="o-megamenu__item__link-text text-51b364ac-3de8-493b-8474-200028aef50d text-[color:var(--text-color)] ">
            <p>Frescos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
        <style>
        .label-51b364ac-3de8-493b-8474-200028aef50d {
            --label-color: #FFFFFF;
            --label-bg: #AFD6C2;
        }

        .text-51b364ac-3de8-493b-8474-200028aef50d {
            --text-color: ;
        }

                     
    </style>        </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0 lg:scale-95"
             x-transition:enter-end="opacity-100 lg:scale-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100 lg:scale-100"
             x-transition:leave-end="opacity-0 lg:scale-95"
             :class="{'flex flex-col': open, 'lg:pt-[var(--megamenu-sublist-scroll-padding-top-desktop)]':headerSticky, 'lg:pt-[var(--megamenu-sublist-padding-top-desktop)]':!headerSticky}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right z-10 lg:top-auto lg:bottom-auto lg:origin-top lg:pt-[var(--megamenu-sublist-padding-top-desktop)]"
                         x-ref="panel"
                         x-cloak>
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText2nd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-background grow lg:bg-megamenu-l2-background lg:h-[var(--megamenu-sublist-height)]"  x-data="Components.popoverGroup()">
                <div class="lg:relative lg:h-[var(--megamenu-sublist-height)] lg:container lg:mx-auto  ">
                                            <ul class="lg:grid lg:w-[var(--megamenu-sublist-width-size-1st)] lg:grid-cols-1    sb-2760850-auto-rows-min">
                            <div id="rktgridlayout-6800da8f9bd6a" class="o-grid  sb-2188546-hidden submenu-grid-desktop sb-2188546-mx-auto lg:sb-2188546-grid sb-2188546- bg-[#cccccc] sb-2188546-gap-5 2xl:sb-2188546-container sb-6439742-pb-6 sb-6439742-pl-6 sb-6439742-pr-6 sb-6439742-pt-6 sb-6439742-w-full grid">
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 1 / 2 / 2; --o-grid-area-tablet: 1 / 1 / 2 / 2; --o-grid-area-desktop: 1 / 1 / 2 / 2;">
            <div class="o-container o-container-09d0f29e-7837-42ac-b92b-5c94a47b9f5f      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-226fa3d0-56dc-4293-80ae-4d626b6ed749  " data-uid="226fa3d0-56dc-4293-80ae-4d626b6ed749"
    @close-popover-items-2nd.window="open=false"
    @open-item-226fa3d0-56dc-4293-80ae-4d626b6ed749.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/productos-lacteos-refrigerados" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos lácteos refrigerados</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3c71dc1a-816d-407b-9af5-9b954fa657e5 text-[color:var(--text-color)] ">
            <p>Productos lácteos refrigerados</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-226fa3d0-56dc-4293-80ae-4d626b6ed749 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/leche-fresca-ecologica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f623991c-b929-4fcf-a62f-0de9bdbf2d20 text-[color:var(--text-color)] ">
            <p>Leche fresca ecológica</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/mantequillas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-68b3b5ce-9d3a-4102-b248-654a7e6b7739 text-[color:var(--text-color)] ">
            <p>Mantequillas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/yogur-y-kefir" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2921d3c0-4ca2-44a5-8f61-051d0ab86369 text-[color:var(--text-color)] ">
            <p>Yogur y kéfir</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/quesos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a48232c5-f7de-4680-b8ad-44ebc9da36b3 text-[color:var(--text-color)] ">
            <p>Quesos ecológicos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-0aea81a1-ac0e-4737-a954-4094412aaa7e sb-4690343-mt-2 " data-uid="0aea81a1-ac0e-4737-a954-4094412aaa7e"
    @close-popover-items-2nd.window="open=false"
    @open-item-0aea81a1-ac0e-4737-a954-4094412aaa7e.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/fruta-y-verdura-ecologica" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Fruta y verdura ecológica</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-66d41773-3ea5-4808-9774-c8d2a567f6d4 text-[color:var(--text-color)] ">
            <p>Fruta y verdura ecológica</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-0aea81a1-ac0e-4737-a954-4094412aaa7e {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-4690343-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/frutas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0b3755fb-9997-43f7-8076-b888165962d2 text-[color:var(--text-color)] ">
            <p>Frutas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/verduras-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0877a5d2-13b0-480a-a1ac-360195fbeef5 text-[color:var(--text-color)] ">
            <p>Verduras ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-0fe0c541-1493-4f24-a50e-efe599880eaf sb-2291851-mt-2 " data-uid="0fe0c541-1493-4f24-a50e-efe599880eaf"
    @close-popover-items-2nd.window="open=false"
    @open-item-0fe0c541-1493-4f24-a50e-efe599880eaf.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/fruta-y-verdura-ecologica" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Fruta y verdura ecológica</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-73d896d7-a2b4-438b-b784-2a5b0e8f8226 text-[color:var(--text-color)] ">
            <p>Fruta y verdura ecológica</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-0fe0c541-1493-4f24-a50e-efe599880eaf {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-2291851-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/frutas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-79d55197-beaa-437c-aa2c-9146a49f8244 text-[color:var(--text-color)] ">
            <p>Frutas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/verduras-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3958cac5-a6b2-4c17-8fb9-2e953c7e269f text-[color:var(--text-color)] ">
            <p>Verduras ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-0e9271f8-0844-4a62-a133-e15795f7ce14 sb-3202231-mt-2 " data-uid="0e9271f8-0844-4a62-a133-e15795f7ce14"
    @close-popover-items-2nd.window="open=false"
    @open-item-0e9271f8-0844-4a62-a133-e15795f7ce14.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/charcuteria-ecologica" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos animales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ace08909-34d7-4a83-970c-298b7cf891c7 text-[color:var(--text-color)] ">
            <p>Productos animales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-0e9271f8-0844-4a62-a133-e15795f7ce14 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-3202231-mt-2 {    margin-top: 0.5rem}                 </style>
</li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 2 / 2 / 3; --o-grid-area-tablet: 1 / 2 / 2 / 3; --o-grid-area-desktop: 1 / 2 / 2 / 3;">
            <div class="o-container o-container-df067399-3a84-49b1-999a-f3e26738e2d3      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-15858ff5-a64a-488b-acb2-ee144d3993ab  " data-uid="15858ff5-a64a-488b-acb2-ee144d3993ab"
    @close-popover-items-2nd.window="open=false"
    @open-item-15858ff5-a64a-488b-acb2-ee144d3993ab.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/productos-vegetales-ecologicos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos vegetales ecológicos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c232b81a-7adb-4621-8a5c-8cfccca4e091 text-[color:var(--text-color)] ">
            <p>Productos vegetales ecológicos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-15858ff5-a64a-488b-acb2-ee144d3993ab {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tofu-seitan-y-tempeh" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a97e80aa-5e66-49ee-993f-b77fc3cd2a2a text-[color:var(--text-color)] ">
            <p>Tofu, seitán y tempeh</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/embutidos-vegetales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-edc78c83-1dce-43ee-8250-10322e35d38a text-[color:var(--text-color)] ">
            <p>Embutidos vegetales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/germinados-y-ensaladas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-623e3d2d-4442-4e3a-8225-12c1192845dd text-[color:var(--text-color)] ">
            <p>Germinados y ensaladas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/hamburguesas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7996ab6f-5e4c-4580-a33b-1ef6a9b14df3 text-[color:var(--text-color)] ">
            <p>Hamburguesas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/platos-vegetales-preparados" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b75407dc-6f93-4101-a485-b781742c2025 text-[color:var(--text-color)] ">
            <p>Platos vegetales preparados</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/margarinas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3f6eda42-38d4-40c6-97c3-df2a807891ef text-[color:var(--text-color)] ">
            <p>Margarinas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/alternativas-vegetales-al-queso" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-586ff3a3-58df-4a73-b885-bfc8e132d3a0 text-[color:var(--text-color)] ">
            <p>Alternativas vegetales al queso</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/postres-ecologicos-refrigerados" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-99a46800-c7da-42e9-9a93-fce2e44772e6 text-[color:var(--text-color)] ">
            <p>Postres ecológicos refrigerados</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/hummus-ecologico-y-sobrasada-vegetal" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-24a80667-a84d-40e0-b9bb-6a84883a5a00 text-[color:var(--text-color)] ">
            <p>Hummus y sobrasada vegetal</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/heura-productos-refrigerados" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5caa51cd-5e2e-4777-906b-186961c46cbb text-[color:var(--text-color)] ">
            <p>Heüra</p>
        </span>
        
    </div>
            </a>    </li></div>        </div>
    </div>
<style>
        #rktgridlayout-6800da8f9bd6a {
        --o-grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-rows: 1fr; --o-grid-template-rows-tablet: 1fr; --o-grid-template-rows-desktop: 1fr; --o-grid-template-gap:0px 0px; --o-grid-template-gap-tablet:0px 0px; --o-grid-template-gap-desktop:0px 0px;    }
    
    .sb-2188546-mx-auto {    margin-left: auto;    margin-right: auto}          .sb-2188546-hidden {    display: none}          .sb-2188546-gap-5 {    gap: 1.25rem}          @media (min-width: 1024px) {    .lg\:sb-2188546-grid {        display: grid    }}          @media (min-width: 1536px) {    .\32xl\:sb-2188546-container {        width: 100%    }    @media (min-width: 640px) {        .\32xl\:sb-2188546-container {            max-width: 640px        }    }    @media (min-width: 768px) {        .\32xl\:sb-2188546-container {            max-width: 768px        }    }    @media (min-width: 1024px) {        .\32xl\:sb-2188546-container {            max-width: 1024px        }    }    @media (min-width: 1280px) {        .\32xl\:sb-2188546-container {            max-width: 1280px        }    }    @media (min-width: 1536px) {        .\32xl\:sb-2188546-container {            max-width: 1536px        }    }}       .sb-6439742-w-full {    width: 100%}          .sb-6439742-pb-6 {    padding-bottom: 1.5rem}          .sb-6439742-pl-6 {    padding-left: 1.5rem}          .sb-6439742-pr-6 {    padding-right: 1.5rem}          .sb-6439742-pt-6 {    padding-top: 1.5rem}      </style><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-7ea15c41-eb8e-4d0d-85df-0a2dcd89b645  " data-uid="7ea15c41-eb8e-4d0d-85df-0a2dcd89b645"
    @close-popover-items-2nd.window="open=false"
    @open-item-7ea15c41-eb8e-4d0d-85df-0a2dcd89b645.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/productos-lacteos-refrigerados" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos lácteos refrigerados</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c954c490-152f-48f9-ac90-32ededd7ae28 text-[color:var(--text-color)] ">
            <p>Productos lácteos refrigerados</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/leche-fresca-ecologica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7efd8019-02f0-4544-9915-c73e40fec80b text-[color:var(--text-color)] ">
            <p>Leche fresca ecológica</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/mantequillas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b3e0a40a-fc7e-4d09-90b9-6cc08f26b342 text-[color:var(--text-color)] ">
            <p>Mantequillas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/yogur-y-kefir" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ade4f169-fd70-477c-af95-9db6f4c5410a text-[color:var(--text-color)] ">
            <p>Yogur y kéfir</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/quesos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-235f46f0-417b-4fd1-a82c-eb916e2af7e0 text-[color:var(--text-color)] ">
            <p>Quesos ecológicos</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-7ea15c41-eb8e-4d0d-85df-0a2dcd89b645 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-8232a72a-03d5-44d7-8ee2-beaeb1141a96  " data-uid="8232a72a-03d5-44d7-8ee2-beaeb1141a96"
    @close-popover-items-2nd.window="open=false"
    @open-item-8232a72a-03d5-44d7-8ee2-beaeb1141a96.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/productos-vegetales-ecologicos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos vegetales ecológicos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f0faa31d-a677-41a7-9443-b441b89acaaa text-[color:var(--text-color)] ">
            <p>Productos vegetales ecológicos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tofu-seitan-y-tempeh" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-696757ac-e5f4-4f8e-a7a4-70dead5c1483 text-[color:var(--text-color)] ">
            <p>Tofu, seitán y tempeh</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/embutidos-vegetales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1dc09e19-1a30-4c63-a47a-68aabed7005a text-[color:var(--text-color)] ">
            <p>Embutidos vegetales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/germinados-y-ensaladas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6e4fecee-282e-44ed-bc13-1152bb35b602 text-[color:var(--text-color)] ">
            <p>Germinados y ensaladas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/hamburguesas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a7a26147-0a11-4512-b7de-e962df1bd324 text-[color:var(--text-color)] ">
            <p>Hamburguesas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/platos-vegetales-preparados" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-027594b7-7b51-4dbb-8990-84538ec0e9b6 text-[color:var(--text-color)] ">
            <p>Platos vegetales preparados</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/margarinas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-859d9fe4-fb6a-4392-b873-828b0e64f10b text-[color:var(--text-color)] ">
            <p>Margarinas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/alternativas-vegetales-al-queso" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f427233d-80c6-4033-9899-c838c3bc4eea text-[color:var(--text-color)] ">
            <p>Alternativas vegetales al queso</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/postres-ecologicos-refrigerados" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4e1a5e79-8f1b-4a52-84ad-3c7d4c04e676 text-[color:var(--text-color)] ">
            <p>Postres ecológicos refrigerados</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/hummus-ecologico-y-sobrasada-vegetal" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-38803838-e6b3-4c04-9d8c-f122cbcb6d06 text-[color:var(--text-color)] ">
            <p>Hummus y sobrasada vegetal</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/heura-productos-refrigerados" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-fb7563e4-7a40-44d5-84e0-91d91b632206 text-[color:var(--text-color)] ">
            <p>Heüra</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-8232a72a-03d5-44d7-8ee2-beaeb1141a96 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-2cfc0450-eaec-4e77-bfe5-12a8fefd6b43  " data-uid="2cfc0450-eaec-4e77-bfe5-12a8fefd6b43"
    @close-popover-items-2nd.window="open=false"
    @open-item-2cfc0450-eaec-4e77-bfe5-12a8fefd6b43.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/charcuteria-ecologica" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos animales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-97d049f9-486e-4594-9634-76855f6756c9 text-[color:var(--text-color)] ">
            <p>Productos animales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-2cfc0450-eaec-4e77-bfe5-12a8fefd6b43 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-f14f4010-e9f5-4181-9ebe-6bfe63c8d4a2  " data-uid="f14f4010-e9f5-4181-9ebe-6bfe63c8d4a2"
    @close-popover-items-2nd.window="open=false"
    @open-item-f14f4010-e9f5-4181-9ebe-6bfe63c8d4a2.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/fruta-y-verdura-ecologica" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Fruta y verdura ecológica</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-27682bcd-df72-4738-aabe-825384f7ca63 text-[color:var(--text-color)] ">
            <p>Fruta y verdura ecológica</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/frutas-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3cd3d042-22fd-4330-84fb-e432bbfee042 text-[color:var(--text-color)] ">
            <p>Frutas ecológicas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/verduras-ecologicas" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b6472595-ac4f-4be5-98bb-1607b2fc144f text-[color:var(--text-color)] ">
            <p>Verduras ecológicas</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-f14f4010-e9f5-4181-9ebe-6bfe63c8d4a2 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li>                        </ul>
                    
                                            <div class="hidden absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:block lg:left-[calc(100%-var(--megamenu-banner-width-1st))]  ">
                            <div class="o-banner o-banner-76edf586-41b7-4b95-b806-873d0b5aced6 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;0f06590f-58bd-42e0-98fb-175f6ae8a1b9&#x20;&#x20;&#x20;&#x20;&#x20;6cdd04b1-5e7f-4419-b2a7-b818245e9607&#x20;&#x20;&#x20;&#x20;&#x20;888c1a64-5ba2-40d8-8e6a-046ac77e68d8&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset absolute&#x20;inset-0&#x20;z-0&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-0">
        <picture class="a-image__picture">
            <source srcset="https://www.herbolarionavarro.es/storyblok/f/152322/1200x750/6b8940f3d7/productos-frescos.jpg" width="1200" height="750" media="(min-width: 1200px)">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1200x750/ec15e02329/productos-frescos.jpg" alt="" title="" width="1200" height="750"
        loading="lazy"         class=" a-image__image object-cover w-full h-full">
</picture>    </div>

    <div class="o-banner__container flex text-left&#x20;justify-start&#x20;items-center&#x20;relative&#x20;h-full&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;relative&#x20;md&#x3A;h-full&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content bg-&#x5B;color&#x3A;var&#x28;--banner-container-background-color&#x29;&#x5D;&#x20;max-w-&#x5B;var&#x28;--banner-content-max-width&#x29;&#x5D;&#x20;lg&#x3A;max-w-&#x5B;var&#x28;--banner-content-max-width-desktop&#x29;&#x5D;&#x20;&#x20;sb-609369-5&#x20;sb-609369-b&#x20;sb-609369-f&#x20;sb-609369-9&#x20;sb-609369-5&#x20;sb-609369-a&#x20;sb-609369-0&#x20;sb-609369-0&#x20;sb-609369--&#x20;sb-609369-1&#x20;sb-609369-3&#x20;sb-609369-8&#x20;sb-609369-7&#x20;sb-609369--&#x20;sb-609369-4&#x20;sb-609369-a&#x20;sb-609369-c&#x20;sb-609369-d&#x20;sb-609369--&#x20;sb-609369-9&#x20;sb-609369-f&#x20;sb-609369-2&#x20;sb-609369-5&#x20;sb-609369--&#x20;sb-609369-1&#x20;sb-609369-7&#x20;sb-609369-7&#x20;sb-609369-d&#x20;sb-609369-3&#x20;sb-609369-3&#x20;sb-609369-1&#x20;sb-609369-6&#x20;sb-609369-3&#x20;sb-609369-c&#x20;sb-609369-4&#x20;sb-609369-e&#x20;md&#x3A;sb-609369-pt-8&#x20;sb-609369-14f17b74-0842-44a1-a6a7-40c99350b860&#x20;md&#x3A;sb-609369-pl-8&#x20;md&#x3A;sb-609369-pr-8&#x20;md&#x3A;sb-609369-pb-8&#x20;sb-609369-pt-4&#x20;sb-609369-66a0e4b4-874f-4727-a3c8-fed4b17194cd&#x20;sb-609369-pl-4&#x20;sb-609369-pr-4&#x20;sb-609369-pb-4&#x20;lg&#x3A;sb-609369-pt-24&#x20;sb-609369-c51a9c9f-1fb3-4d88-8734-6f92d252178c&#x20;lg&#x3A;sb-609369-pl-24&#x20;lg&#x3A;sb-609369-pr-24&#x20;lg&#x3A;sb-609369-pb-24&#x20;&#x20;">
                <div class=" sb-9740584-mb-5  text-left full-width m-heading" style="color:#FFFFFF;">
    
            <div class="h2 m-heading__title">
            <div class="font-secondary text-4xl md:text-7xl font-bold    "  >
<p>Productos frescos</p></div>        </div>
    
    
            <div class=" sb-2343952-mb-2 md:sb-2343952-mb-4 text-small m-heading__description">
            <div class="font-primary text-md  font-light    "  >
<p>Descubre nuestros productos refrigerados</p></div>        </div>
    </div>
<style>
          .sb-9740584-mb-5{margin-bottom:1.25rem}        </style>                                    <div class="space-x-4">
                        <a class="btn btn-primary btn-lg     "
                      href="https://www.herbolarionavarro.es/productos-frescos" x-data="" x-defer="intersect"           target=""
           >
            <div class="a-icon   "><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-full h-full" width="18" height="18"><path d="M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,160H40V56H216V200ZM176,88a48,48,0,0,1-96,0,8,8,0,0,1,16,0,32,32,0,0,0,64,0,8,8,0,0,1,16,0Z"/></svg>
<!-- Deprecated method only used for retrocompatibility --></div><span>Comprar ahora</span>        </a>                    </div>
                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.herbolarionavarro.es/productos-frescos" x-data="" x-defer="intersect"           target=""
           >
                    </a>
    </div>

<style>
    .o-banner-76edf586-41b7-4b95-b806-873d0b5aced6 {
        --banner-height: 550px;        --banner-height-desktop: 600px;                --banner-content-max-width: 290px;        --banner-content-max-width-desktop: 600px;        --banner-container-background-color: rgba(0,0,0,0.7);            }

    .sb-609369-pt-4{padding-top:1rem}.sb-609369-pl-4{padding-left:1rem}.sb-609369-pr-4{padding-right:1rem}.sb-609369-pb-4{padding-bottom:1rem}@media(min-width:768px){.md\:sb-609369-pt-8{padding-top:2rem}.md\:sb-609369-pl-8{padding-left:2rem}.md\:sb-609369-pr-8{padding-right:2rem}.md\:sb-609369-pb-8{padding-bottom:2rem}}@media(min-width:1024px){.lg\:sb-609369-pt-24{padding-top:6rem}.lg\:sb-609369-pl-24{padding-left:6rem}.lg\:sb-609369-pr-24{padding-right:6rem}.lg\:sb-609369-pb-24{padding-bottom:6rem}}                 </style>                        </div>
                                    </div>
            </div>
        </div>
        <div x-show="open" class="backdrop top-auto bottom-auto h-full pointer-events-none lg:mt-[var(--megamenu-sublist-padding-top-desktop)]" x-cloak></div>
    
    <style>
        .megamenu__sublist-1st-de0a1cbe-0945-4db8-af02-bbfe279b3ef1 {
            --megamenu-sublist-width-size-1st: 100%;
            --megamenu-banner-width-1st: 50%;
        }

                .sb-2760850-auto-rows-min {    grid-auto-rows: min-content}                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-1st megamenu__sublist-1st-1de82d14-23df-4627-b8f8-a3c4d8e781a9  " data-uid="1de82d14-23df-4627-b8f8-a3c4d8e781a9"
    @close-popover-items-1st.window="open=false"
    @header-sticky-change.window="headerSticky = $event.detail"
            x-data="{...Components.popover({ open: false, focus: false }), headerSticky: null, backText2nd: 'Volver'}"
        x-defer="interact"
>
    <a class="block nav-level-1 "
                      href="https://www.herbolarionavarro.es/higiene-y-cuidado-personal" x-defer="intersect" mcclane-data="header-navigation-level-first" :class="{'active text-header-font-hover': open || $root.querySelector(`a[href='${window.location.href}']`) ? true : false, 'navigation-first-level-header-sticky':headerSticky, '':!headerSticky }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText2nd='&lt;p&gt;Higiene&lt;/p&gt;'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-1st'); $dispatch('close-popover-items-2nd'); if($root.querySelector('a.nav-level-2.active')) { $dispatch(`open-item-${$root.querySelector('a.nav-level-2.active').parentElement.getAttribute('data-uid')}`); }else if ($root.querySelector('li') && $root.querySelector('li').querySelector('[x-ref=\'panel\']')){ $dispatch(`open-item-${$root.querySelector('li').getAttribute('data-uid')}`) } open=true; } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        
        <span class="o-megamenu__item__link-text text-26cc6e22-2b5b-406c-81e4-e2c714456af6 text-[color:var(--text-color)] ">
            <p>Higiene</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0 lg:scale-95"
             x-transition:enter-end="opacity-100 lg:scale-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100 lg:scale-100"
             x-transition:leave-end="opacity-0 lg:scale-95"
             :class="{'flex flex-col': open, 'lg:pt-[var(--megamenu-sublist-scroll-padding-top-desktop)]':headerSticky, 'lg:pt-[var(--megamenu-sublist-padding-top-desktop)]':!headerSticky}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right z-10 lg:top-auto lg:bottom-auto lg:origin-top lg:pt-[var(--megamenu-sublist-padding-top-desktop)]"
                         x-ref="panel"
                         x-cloak>
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText2nd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-background grow lg:bg-megamenu-l2-background lg:h-[var(--megamenu-sublist-height)]"  x-data="Components.popoverGroup()">
                <div class="lg:relative lg:h-[var(--megamenu-sublist-height)] lg:container lg:mx-auto  ">
                                            <ul class="lg:grid lg:w-[var(--megamenu-sublist-width-size-1st)] lg:grid-cols-1    sb-9924178-auto-rows-min">
                            <div id="rktgridlayout-6800da8f9ca27" class="o-grid  sb-2188546-hidden submenu-grid-desktop sb-2188546-mx-auto lg:sb-2188546-grid sb-2188546- bg-[#cccccc] sb-2188546-gap-5 2xl:sb-2188546-container sb-6439742-pb-6 sb-6439742-pl-6 sb-6439742-pr-6 sb-6439742-pt-6 sb-6439742-w-full grid">
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 1 / 2 / 2; --o-grid-area-tablet: 1 / 1 / 2 / 2; --o-grid-area-desktop: 1 / 1 / 2 / 2;">
            <div class="o-container o-container-cf230de1-fc59-4c09-9cd0-a5a8ffe2ec83      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-d6e8d3dd-f5cb-47d3-8986-c414bfc60c8d  " data-uid="d6e8d3dd-f5cb-47d3-8986-c414bfc60c8d"
    @close-popover-items-2nd.window="open=false"
    @open-item-d6e8d3dd-f5cb-47d3-8986-c414bfc60c8d.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/jabones-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Jabones naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-49017bfc-bf80-4e6f-a040-e6bb5ab85ddd text-[color:var(--text-color)] ">
            <p>Jabones naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-d6e8d3dd-f5cb-47d3-8986-c414bfc60c8d {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/jabones-solidos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b7b47f1a-560c-44b8-ac55-9ca358c126bb text-[color:var(--text-color)] ">
            <p>Jabones sólidos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/jabones-liquidos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0f07c72e-51e3-4925-972f-87275d6a9277 text-[color:var(--text-color)] ">
            <p>Jabones líquidos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-839f8529-c1a7-4b2a-9b1f-8e43d4df93bf sb-3345034-mt-2 " data-uid="839f8529-c1a7-4b2a-9b1f-8e43d4df93bf"
    @close-popover-items-2nd.window="open=false"
    @open-item-839f8529-c1a7-4b2a-9b1f-8e43d4df93bf.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/exfoliantes-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Exfoliantes naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f067fcf8-984f-42c4-90f2-0fd61eae54ac text-[color:var(--text-color)] ">
            <p>Exfoliantes naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-839f8529-c1a7-4b2a-9b1f-8e43d4df93bf {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-3345034-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-8763a94d-ce9c-4e81-8aea-c9735c39aa54 sb-6109875-mt-2 " data-uid="8763a94d-ce9c-4e81-8aea-c9735c39aa54"
    @close-popover-items-2nd.window="open=false"
    @open-item-8763a94d-ce9c-4e81-8aea-c9735c39aa54.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/higiene-corporal-productos-ecologicos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Higiene corporal</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c954e27f-b4b8-4aa1-b50b-59260a0edde5 text-[color:var(--text-color)] ">
            <p>Higiene corporal</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-8763a94d-ce9c-4e81-8aea-c9735c39aa54 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-6109875-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/desodorantes-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9a1ed540-7fa3-4ad6-abff-fedf49301e1f text-[color:var(--text-color)] ">
            <p>Desodorantes naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/gel-de-bano-ecologico" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-dd5ab579-348e-4d9c-a434-3fb3e83f5e0c text-[color:var(--text-color)] ">
            <p>Gel de ducha</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/esponjas-de-bano-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f45246a5-a992-4513-9b5c-efc7047a279e text-[color:var(--text-color)] ">
            <p>Esponjas de baño</p>
        </span>
        
    </div>
            </a>    </li></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 2 / 2 / 3; --o-grid-area-tablet: 1 / 2 / 2 / 3; --o-grid-area-desktop: 1 / 2 / 2 / 3;">
            <div class="o-container o-container-098bb722-b818-464d-9b9b-6a13141ab692      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-93b45e54-f5d1-4fe4-b9c1-183f8b89cbaa  " data-uid="93b45e54-f5d1-4fe4-b9c1-183f8b89cbaa"
    @close-popover-items-2nd.window="open=false"
    @open-item-93b45e54-f5d1-4fe4-b9c1-183f8b89cbaa.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/higiene-bucal" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Higiene bucal</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-df6b92fb-0031-4077-bdcd-97aea9684095 text-[color:var(--text-color)] ">
            <p>Higiene bucal</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-93b45e54-f5d1-4fe4-b9c1-183f8b89cbaa {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/cepillos-dentales-biodegradables" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6b391263-5f3b-4025-8112-105b97a90c0e text-[color:var(--text-color)] ">
            <p>Cepillos dentales biodegradables</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pastas-de-dientes-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5be559fd-5548-46e8-a876-273eed5876a3 text-[color:var(--text-color)] ">
            <p>Pastas de dientes naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-3b721bfe-3cf2-4941-b27e-16e4c8787751 sb-7361062-mt-2 " data-uid="3b721bfe-3cf2-4941-b27e-16e4c8787751"
    @close-popover-items-2nd.window="open=false"
    @open-item-3b721bfe-3cf2-4941-b27e-16e4c8787751.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/higiene-intima-productos-ecologicos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Higiene íntima</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-70ea2ed7-8598-4971-a136-e5a703d11e29 text-[color:var(--text-color)] ">
            <p>Higiene íntima</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-3b721bfe-3cf2-4941-b27e-16e4c8787751 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-7361062-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/copas-menstruales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c8b95ed1-920c-4e0f-9619-72fb53814dba text-[color:var(--text-color)] ">
            <p>Copas menstruales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/compresas-y-salvaslips" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-65d5c02d-e767-49a7-87f5-9691dcfca0d0 text-[color:var(--text-color)] ">
            <p>Compresas y salvaslips</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tampones" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a89a1741-094d-402a-b6bc-3701bdb49a5e text-[color:var(--text-color)] ">
            <p>Tampones</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/toallitas-y-gel-intimo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-0d22f34c-51ce-4111-8f02-d7e2840e7155 text-[color:var(--text-color)] ">
            <p>Toallitas y gel íntimo</p>
        </span>
        
    </div>
            </a>    </li></div>        </div>
    </div>
<style>
        #rktgridlayout-6800da8f9ca27 {
        --o-grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-rows: 1fr; --o-grid-template-rows-tablet: 1fr; --o-grid-template-rows-desktop: 1fr; --o-grid-template-gap:0px 0px; --o-grid-template-gap-tablet:0px 0px; --o-grid-template-gap-desktop:0px 0px;    }
    
    .sb-2188546-mx-auto {    margin-left: auto;    margin-right: auto}          .sb-2188546-hidden {    display: none}          .sb-2188546-gap-5 {    gap: 1.25rem}          @media (min-width: 1024px) {    .lg\:sb-2188546-grid {        display: grid    }}          @media (min-width: 1536px) {    .\32xl\:sb-2188546-container {        width: 100%    }    @media (min-width: 640px) {        .\32xl\:sb-2188546-container {            max-width: 640px        }    }    @media (min-width: 768px) {        .\32xl\:sb-2188546-container {            max-width: 768px        }    }    @media (min-width: 1024px) {        .\32xl\:sb-2188546-container {            max-width: 1024px        }    }    @media (min-width: 1280px) {        .\32xl\:sb-2188546-container {            max-width: 1280px        }    }    @media (min-width: 1536px) {        .\32xl\:sb-2188546-container {            max-width: 1536px        }    }}       .sb-6439742-w-full {    width: 100%}          .sb-6439742-pb-6 {    padding-bottom: 1.5rem}          .sb-6439742-pl-6 {    padding-left: 1.5rem}          .sb-6439742-pr-6 {    padding-right: 1.5rem}          .sb-6439742-pt-6 {    padding-top: 1.5rem}      </style><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-ead99493-215e-4601-9202-3b73a9f13bfd  " data-uid="ead99493-215e-4601-9202-3b73a9f13bfd"
    @close-popover-items-2nd.window="open=false"
    @open-item-ead99493-215e-4601-9202-3b73a9f13bfd.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/jabones-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Jabones naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4e066a50-1c9b-4ecb-a945-499575a3a364 text-[color:var(--text-color)] ">
            <p>Jabones naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/jabones-solidos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6df6ed1e-4696-4d15-8a6e-e1363755124d text-[color:var(--text-color)] ">
            <p>Jabones sólidos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/jabones-liquidos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6345e64b-325c-4bcd-ba34-eddc1ce24bdb text-[color:var(--text-color)] ">
            <p>Jabones líquidos</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-ead99493-215e-4601-9202-3b73a9f13bfd {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-cc2c7d8d-6453-478d-9a21-e25c016386c4  " data-uid="cc2c7d8d-6453-478d-9a21-e25c016386c4"
    @close-popover-items-2nd.window="open=false"
    @open-item-cc2c7d8d-6453-478d-9a21-e25c016386c4.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/exfoliantes-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Exfoliantes naturales</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-1067adb3-b454-4659-b845-96d88f9771a5 text-[color:var(--text-color)] ">
            <p>Exfoliantes naturales</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-cc2c7d8d-6453-478d-9a21-e25c016386c4 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-6f7ac15a-cb20-448b-b906-bede280e8933  " data-uid="6f7ac15a-cb20-448b-b906-bede280e8933"
    @close-popover-items-2nd.window="open=false"
    @open-item-6f7ac15a-cb20-448b-b906-bede280e8933.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/higiene-bucal" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Higiene bucal</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7adbda01-5c3e-4ef3-bd83-4f6fe0318dc0 text-[color:var(--text-color)] ">
            <p>Higiene bucal</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/cepillos-dentales-biodegradables" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3465b9d6-0285-4f0f-8f88-7bd1bcd1030f text-[color:var(--text-color)] ">
            <p>Cepillos dentales biodegradables</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/pastas-de-dientes-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-291c3512-4764-445d-843a-f01a1062b77f text-[color:var(--text-color)] ">
            <p>Pastas de dientes naturales</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-6f7ac15a-cb20-448b-b906-bede280e8933 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-0008c6c4-ea71-4172-982f-f558c40e2ecd  " data-uid="0008c6c4-ea71-4172-982f-f558c40e2ecd"
    @close-popover-items-2nd.window="open=false"
    @open-item-0008c6c4-ea71-4172-982f-f558c40e2ecd.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/higiene-corporal-productos-ecologicos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Higiene corporal</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5a6494ca-516c-4986-b73f-2d65bd7b3944 text-[color:var(--text-color)] ">
            <p>Higiene corporal</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/desodorantes-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e5321103-f18b-494a-873c-b474a39fe05c text-[color:var(--text-color)] ">
            <p>Desodorantes naturales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/gel-de-bano-ecologico" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-151847d4-e9d4-4728-aa69-d7fa8539765d text-[color:var(--text-color)] ">
            <p>Gel de ducha</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/esponjas-de-bano-naturales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b330e724-fe73-4d88-9479-93ef0b0ac742 text-[color:var(--text-color)] ">
            <p>Esponjas de baño</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-0008c6c4-ea71-4172-982f-f558c40e2ecd {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-1f30e96c-b8e4-4d2f-813e-6f41411b1739  " data-uid="1f30e96c-b8e4-4d2f-813e-6f41411b1739"
    @close-popover-items-2nd.window="open=false"
    @open-item-1f30e96c-b8e4-4d2f-813e-6f41411b1739.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/higiene-intima-productos-ecologicos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Higiene íntima</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f2f9177b-17c7-4e7a-9794-4f64cd7c0420 text-[color:var(--text-color)] ">
            <p>Higiene íntima</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/copas-menstruales" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-d9f7875c-8a6f-414b-bb88-920d9c7f9eaf text-[color:var(--text-color)] ">
            <p>Copas menstruales</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/compresas-y-salvaslips" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-91d72024-0c2c-4965-b442-51c436c3bd19 text-[color:var(--text-color)] ">
            <p>Compresas y salvaslips</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tampones" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-39c5d8a7-9b47-4a74-993b-73270943e149 text-[color:var(--text-color)] ">
            <p>Tampones</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/toallitas-y-gel-intimo" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-eb3069a4-bf8b-4add-af4a-d82d4c018304 text-[color:var(--text-color)] ">
            <p>Toallitas y gel íntimo</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-1f30e96c-b8e4-4d2f-813e-6f41411b1739 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-8bf8ac0b-3efc-46cc-acad-aa0b02760fa0  " data-uid="8bf8ac0b-3efc-46cc-acad-aa0b02760fa0"
    @close-popover-items-2nd.window="open=false"
    @open-item-8bf8ac0b-3efc-46cc-acad-aa0b02760fa0.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 visible md:invisible"
                      href="https://www.herbolarionavarro.es/higiene-y-cuidado-personal" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Ver Todo</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9eed7f91-d405-4a17-8f7b-9820383efa4d text-[color:var(--text-color)] ">
            <p>Ver Todo</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
        <style>
        .label-9eed7f91-d405-4a17-8f7b-9820383efa4d {
            --label-color: ;
            --label-bg: ;
        }

        .text-9eed7f91-d405-4a17-8f7b-9820383efa4d {
            --text-color: ;
        }

               .visible {    visibility: visible}          @media (min-width: 768px) {    .md\:invisible {        visibility: hidden    }}      
    </style>        </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-8bf8ac0b-3efc-46cc-acad-aa0b02760fa0 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                        </style>
</li>                        </ul>
                    
                                            <div class="hidden absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:block lg:left-[calc(100%-var(--megamenu-banner-width-1st))]  ">
                            <div class="o-banner o-banner-631a4fcd-f932-472d-bea2-d40671bd81b6 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;0f06590f-58bd-42e0-98fb-175f6ae8a1b9&#x20;&#x20;&#x20;&#x20;&#x20;6cdd04b1-5e7f-4419-b2a7-b818245e9607&#x20;&#x20;&#x20;&#x20;&#x20;888c1a64-5ba2-40d8-8e6a-046ac77e68d8&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset absolute&#x20;inset-0&#x20;z-0&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-0">
        <picture class="a-image__picture">
            <source srcset="https://www.herbolarionavarro.es/storyblok/f/152322/1200x750/8db77be5a6/higiene.jpg" width="1200" height="750" media="(min-width: 1200px)">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1200x750/3de91c3295/higiene.jpg" alt="" title="" width="1200" height="750"
        loading="lazy"         class=" a-image__image object-cover w-full h-full">
</picture>    </div>

    <div class="o-banner__container flex text-left&#x20;justify-start&#x20;items-center&#x20;relative&#x20;h-full&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;relative&#x20;md&#x3A;h-full&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content bg-&#x5B;color&#x3A;var&#x28;--banner-container-background-color&#x29;&#x5D;&#x20;max-w-&#x5B;var&#x28;--banner-content-max-width&#x29;&#x5D;&#x20;lg&#x3A;max-w-&#x5B;var&#x28;--banner-content-max-width-desktop&#x29;&#x5D;&#x20;&#x20;sb-200730-5&#x20;sb-200730-b&#x20;sb-200730-f&#x20;sb-200730-9&#x20;sb-200730-5&#x20;sb-200730-a&#x20;sb-200730-0&#x20;sb-200730-0&#x20;sb-200730--&#x20;sb-200730-1&#x20;sb-200730-3&#x20;sb-200730-8&#x20;sb-200730-7&#x20;sb-200730--&#x20;sb-200730-4&#x20;sb-200730-a&#x20;sb-200730-c&#x20;sb-200730-d&#x20;sb-200730--&#x20;sb-200730-9&#x20;sb-200730-f&#x20;sb-200730-2&#x20;sb-200730-5&#x20;sb-200730--&#x20;sb-200730-1&#x20;sb-200730-7&#x20;sb-200730-7&#x20;sb-200730-d&#x20;sb-200730-3&#x20;sb-200730-3&#x20;sb-200730-1&#x20;sb-200730-6&#x20;sb-200730-3&#x20;sb-200730-c&#x20;sb-200730-4&#x20;sb-200730-e&#x20;md&#x3A;sb-200730-pt-8&#x20;sb-200730-14f17b74-0842-44a1-a6a7-40c99350b860&#x20;md&#x3A;sb-200730-pl-8&#x20;md&#x3A;sb-200730-pr-8&#x20;md&#x3A;sb-200730-pb-8&#x20;sb-200730-pt-4&#x20;sb-200730-66a0e4b4-874f-4727-a3c8-fed4b17194cd&#x20;sb-200730-pl-4&#x20;sb-200730-pr-4&#x20;sb-200730-pb-4&#x20;lg&#x3A;sb-200730-pt-24&#x20;sb-200730-c51a9c9f-1fb3-4d88-8734-6f92d252178c&#x20;lg&#x3A;sb-200730-pl-24&#x20;lg&#x3A;sb-200730-pr-24&#x20;lg&#x3A;sb-200730-pb-24&#x20;&#x20;">
                <div class=" sb-4958966-mb-5  text-left full-width m-heading" style="color:#FFFFFF;">
    
            <div class="h2 m-heading__title">
            <div class="font-secondary text-4xl md:text-7xl font-bold    "  >
<p>Higiene</p></div>        </div>
    
    
            <div class=" sb-2343952-mb-2 md:sb-2343952-mb-4 text-small m-heading__description">
            <div class="font-primary text-md  font-light    "  >
<p>Descubre los mejores productos para tu higiene</p></div>        </div>
    </div>
<style>
          .sb-4958966-mb-5{margin-bottom:1.25rem}        </style>                                    <div class="space-x-4">
                        <a class="btn btn-primary btn-lg     "
                      href="https://www.herbolarionavarro.es/higiene-y-cuidado-personal" x-data="" x-defer="intersect"           target=""
           >
            <div class="a-icon   "><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-full h-full" width="18" height="18"><path d="M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,160H40V56H216V200ZM176,88a48,48,0,0,1-96,0,8,8,0,0,1,16,0,32,32,0,0,0,64,0,8,8,0,0,1,16,0Z"/></svg>
<!-- Deprecated method only used for retrocompatibility --></div><span>Comprar ahora</span>        </a>                    </div>
                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.herbolarionavarro.es/higiene-y-cuidado-personal" x-data="" x-defer="intersect"           target=""
           >
                    </a>
    </div>

<style>
    .o-banner-631a4fcd-f932-472d-bea2-d40671bd81b6 {
        --banner-height: 550px;        --banner-height-desktop: 600px;                --banner-content-max-width: 290px;        --banner-content-max-width-desktop: 600px;        --banner-container-background-color: rgba(0,0,0,0.7);            }

    .sb-200730-pt-4{padding-top:1rem}.sb-200730-pl-4{padding-left:1rem}.sb-200730-pr-4{padding-right:1rem}.sb-200730-pb-4{padding-bottom:1rem}@media(min-width:768px){.md\:sb-200730-pt-8{padding-top:2rem}.md\:sb-200730-pl-8{padding-left:2rem}.md\:sb-200730-pr-8{padding-right:2rem}.md\:sb-200730-pb-8{padding-bottom:2rem}}@media(min-width:1024px){.lg\:sb-200730-pt-24{padding-top:6rem}.lg\:sb-200730-pl-24{padding-left:6rem}.lg\:sb-200730-pr-24{padding-right:6rem}.lg\:sb-200730-pb-24{padding-bottom:6rem}}                 </style>                        </div>
                                    </div>
            </div>
        </div>
        <div x-show="open" class="backdrop top-auto bottom-auto h-full pointer-events-none lg:mt-[var(--megamenu-sublist-padding-top-desktop)]" x-cloak></div>
    
    <style>
        .megamenu__sublist-1st-1de82d14-23df-4627-b8f8-a3c4d8e781a9 {
            --megamenu-sublist-width-size-1st: 100%;
            --megamenu-banner-width-1st: 50%;
        }

                .sb-9924178-auto-rows-min {    grid-auto-rows: min-content}                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-1st megamenu__sublist-1st-241eb598-3749-4064-a012-d072239ac89d  " data-uid="241eb598-3749-4064-a012-d072239ac89d"
    @close-popover-items-1st.window="open=false"
    @header-sticky-change.window="headerSticky = $event.detail"
            x-data="{...Components.popover({ open: false, focus: false }), headerSticky: null, backText2nd: 'Volver'}"
        x-defer="interact"
>
    <a class="block nav-level-1 "
                      href="https://www.herbolarionavarro.es/bebe-y-nino" x-defer="intersect" mcclane-data="header-navigation-level-first" :class="{'active text-header-font-hover': open || $root.querySelector(`a[href='${window.location.href}']`) ? true : false, 'navigation-first-level-header-sticky':headerSticky, '':!headerSticky }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText2nd='&lt;p&gt;Beb&eacute; y ni&ntilde;o&lt;/p&gt;'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-1st'); $dispatch('close-popover-items-2nd'); if($root.querySelector('a.nav-level-2.active')) { $dispatch(`open-item-${$root.querySelector('a.nav-level-2.active').parentElement.getAttribute('data-uid')}`); }else if ($root.querySelector('li') && $root.querySelector('li').querySelector('[x-ref=\'panel\']')){ $dispatch(`open-item-${$root.querySelector('li').getAttribute('data-uid')}`) } open=true; } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        
        <span class="o-megamenu__item__link-text text-5891d954-2fab-4cb5-b394-22e511025a88 text-[color:var(--text-color)] ">
            <p>Bebé y niño</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0 lg:scale-95"
             x-transition:enter-end="opacity-100 lg:scale-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100 lg:scale-100"
             x-transition:leave-end="opacity-0 lg:scale-95"
             :class="{'flex flex-col': open, 'lg:pt-[var(--megamenu-sublist-scroll-padding-top-desktop)]':headerSticky, 'lg:pt-[var(--megamenu-sublist-padding-top-desktop)]':!headerSticky}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right z-10 lg:top-auto lg:bottom-auto lg:origin-top lg:pt-[var(--megamenu-sublist-padding-top-desktop)]"
                         x-ref="panel"
                         x-cloak>
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText2nd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-background grow lg:bg-megamenu-l2-background lg:h-[var(--megamenu-sublist-height)]"  x-data="Components.popoverGroup()">
                <div class="lg:relative lg:h-[var(--megamenu-sublist-height)] lg:container lg:mx-auto  ">
                                            <ul class="lg:grid lg:w-[var(--megamenu-sublist-width-size-1st)] lg:grid-cols-1    sb-4168473-auto-rows-min">
                            <div id="rktgridlayout-6800da8f9d464" class="o-grid  sb-2188546-hidden submenu-grid-desktop sb-2188546-mx-auto lg:sb-2188546-grid sb-2188546- bg-[#cccccc] sb-2188546-gap-5 2xl:sb-2188546-container sb-6439742-pb-6 sb-6439742-pl-6 sb-6439742-pr-6 sb-6439742-pt-6 sb-6439742-w-full grid">
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 1 / 2 / 2; --o-grid-area-tablet: 1 / 1 / 2 / 2; --o-grid-area-desktop: 1 / 1 / 2 / 2;">
            <div class="o-container o-container-e37c3d51-e60e-4e39-93f6-c66b2cfa619a      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-1cafd6e8-a74d-4d9c-b6a6-6bd7bbbafafe  " data-uid="1cafd6e8-a74d-4d9c-b6a6-6bd7bbbafafe"
    @close-popover-items-2nd.window="open=false"
    @open-item-1cafd6e8-a74d-4d9c-b6a6-6bd7bbbafafe.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/alimentacion-infantil" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Alimentación infantil</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-74c0f16c-8c17-4c3a-81fe-99c74456dc99 text-[color:var(--text-color)] ">
            <p>Alimentación infantil</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-1cafd6e8-a74d-4d9c-b6a6-6bd7bbbafafe {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/papillas-y-pures-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-451ac4ba-c833-43de-90fb-245796753057 text-[color:var(--text-color)] ">
            <p>Papillas y purés</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/leche-infantil-ecologica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-cfd8dcfb-c143-4bc7-9eec-882bc006cf12 text-[color:var(--text-color)] ">
            <p>Leche infantil</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tarritos-infantiles" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5ec5d11a-b7b1-4e81-b5a2-3504f6b01841 text-[color:var(--text-color)] ">
            <p>Tarritos infantiles</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/galletas-saludables-y-pure-fruta" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-560a038e-25c6-4a0f-b555-269568a5d4bd text-[color:var(--text-color)] ">
            <p>Galletas saludables y puré de fruta</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-215b1f03-e0e5-4ec2-9c0b-742bbe64daca sb-9178109-mt-2 " data-uid="215b1f03-e0e5-4ec2-9c0b-742bbe64daca"
    @close-popover-items-2nd.window="open=false"
    @open-item-215b1f03-e0e5-4ec2-9c0b-742bbe64daca.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/cremas-y-aceites-infantiles" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cremas y aceites infantiles</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-8cd72ce5-1781-4138-9f1b-76b9086d7e61 text-[color:var(--text-color)] ">
            <p>Cremas y aceites infantiles</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-215b1f03-e0e5-4ec2-9c0b-742bbe64daca {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-9178109-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
        </li></div>        </div>
    </div>
<style>
        #rktgridlayout-6800da8f9d464 {
        --o-grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-rows: 1fr; --o-grid-template-rows-tablet: 1fr; --o-grid-template-rows-desktop: 1fr; --o-grid-template-gap:0px 0px; --o-grid-template-gap-tablet:0px 0px; --o-grid-template-gap-desktop:0px 0px;    }
    
    .sb-2188546-mx-auto {    margin-left: auto;    margin-right: auto}          .sb-2188546-hidden {    display: none}          .sb-2188546-gap-5 {    gap: 1.25rem}          @media (min-width: 1024px) {    .lg\:sb-2188546-grid {        display: grid    }}          @media (min-width: 1536px) {    .\32xl\:sb-2188546-container {        width: 100%    }    @media (min-width: 640px) {        .\32xl\:sb-2188546-container {            max-width: 640px        }    }    @media (min-width: 768px) {        .\32xl\:sb-2188546-container {            max-width: 768px        }    }    @media (min-width: 1024px) {        .\32xl\:sb-2188546-container {            max-width: 1024px        }    }    @media (min-width: 1280px) {        .\32xl\:sb-2188546-container {            max-width: 1280px        }    }    @media (min-width: 1536px) {        .\32xl\:sb-2188546-container {            max-width: 1536px        }    }}       .sb-6439742-w-full {    width: 100%}          .sb-6439742-pb-6 {    padding-bottom: 1.5rem}          .sb-6439742-pl-6 {    padding-left: 1.5rem}          .sb-6439742-pr-6 {    padding-right: 1.5rem}          .sb-6439742-pt-6 {    padding-top: 1.5rem}      </style><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-1911e8b2-ecd0-457b-9e19-172268a1d79e  " data-uid="1911e8b2-ecd0-457b-9e19-172268a1d79e"
    @close-popover-items-2nd.window="open=false"
    @open-item-1911e8b2-ecd0-457b-9e19-172268a1d79e.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/alimentacion-infantil" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Alimentación infantil</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-088b1412-b9b7-43fb-9f93-a735fee094f3 text-[color:var(--text-color)] ">
            <p>Alimentación infantil</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/papillas-y-pures-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-78055090-de33-47fa-ad99-00320c8d8e5e text-[color:var(--text-color)] ">
            <p>Papillas y purés</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/leche-infantil-ecologica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-4133bbdf-c101-48f8-b076-91d51b44356c text-[color:var(--text-color)] ">
            <p>Leche infantil</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/tarritos-infantiles" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6357af22-0079-439c-b6b7-d998a435f045 text-[color:var(--text-color)] ">
            <p>Tarritos infantiles</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/galletas-saludables-y-pure-fruta" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e53dfa1d-8e73-4fba-b0be-9d99ff6e01c7 text-[color:var(--text-color)] ">
            <p>Galletas saludables y puré de fruta</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-1911e8b2-ecd0-457b-9e19-172268a1d79e {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-11ba7697-d093-4a5e-84d3-2a46ccd5522c  " data-uid="11ba7697-d093-4a5e-84d3-2a46ccd5522c"
    @close-popover-items-2nd.window="open=false"
    @open-item-11ba7697-d093-4a5e-84d3-2a46ccd5522c.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/cremas-y-aceites-infantiles" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Cremas y aceites infantiles</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7134388e-97a1-411b-afc5-db2ae207c8b9 text-[color:var(--text-color)] ">
            <p>Cremas y aceites infantiles</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
        </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-11ba7697-d093-4a5e-84d3-2a46ccd5522c {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li>                        </ul>
                    
                                            <div class="hidden absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:block lg:left-[calc(100%-var(--megamenu-banner-width-1st))]  ">
                            <div class="o-banner o-banner-5cd012be-249c-4944-913f-7929b2e7251e relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;0f06590f-58bd-42e0-98fb-175f6ae8a1b9&#x20;&#x20;&#x20;&#x20;&#x20;6cdd04b1-5e7f-4419-b2a7-b818245e9607&#x20;&#x20;&#x20;&#x20;&#x20;888c1a64-5ba2-40d8-8e6a-046ac77e68d8&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset absolute&#x20;inset-0&#x20;z-0&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-0">
        <picture class="a-image__picture">
            <source srcset="https://www.herbolarionavarro.es/storyblok/f/152322/1200x750/973f85de91/infantil.jpg" width="1200" height="750" media="(min-width: 1200px)">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1200x750/6824ac6238/infantil.jpg" alt="" title="" width="1200" height="750"
        loading="lazy"         class=" a-image__image object-cover w-full h-full">
</picture>    </div>

    <div class="o-banner__container flex text-left&#x20;justify-start&#x20;items-center&#x20;relative&#x20;h-full&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;relative&#x20;md&#x3A;h-full&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content bg-&#x5B;color&#x3A;var&#x28;--banner-container-background-color&#x29;&#x5D;&#x20;max-w-&#x5B;var&#x28;--banner-content-max-width&#x29;&#x5D;&#x20;lg&#x3A;max-w-&#x5B;var&#x28;--banner-content-max-width-desktop&#x29;&#x5D;&#x20;&#x20;sb-7546360-5&#x20;sb-7546360-b&#x20;sb-7546360-f&#x20;sb-7546360-9&#x20;sb-7546360-5&#x20;sb-7546360-a&#x20;sb-7546360-0&#x20;sb-7546360-0&#x20;sb-7546360--&#x20;sb-7546360-1&#x20;sb-7546360-3&#x20;sb-7546360-8&#x20;sb-7546360-7&#x20;sb-7546360--&#x20;sb-7546360-4&#x20;sb-7546360-a&#x20;sb-7546360-c&#x20;sb-7546360-d&#x20;sb-7546360--&#x20;sb-7546360-9&#x20;sb-7546360-f&#x20;sb-7546360-2&#x20;sb-7546360-5&#x20;sb-7546360--&#x20;sb-7546360-1&#x20;sb-7546360-7&#x20;sb-7546360-7&#x20;sb-7546360-d&#x20;sb-7546360-3&#x20;sb-7546360-3&#x20;sb-7546360-1&#x20;sb-7546360-6&#x20;sb-7546360-3&#x20;sb-7546360-c&#x20;sb-7546360-4&#x20;sb-7546360-e&#x20;md&#x3A;sb-7546360-pt-8&#x20;sb-7546360-14f17b74-0842-44a1-a6a7-40c99350b860&#x20;md&#x3A;sb-7546360-pl-8&#x20;md&#x3A;sb-7546360-pr-8&#x20;md&#x3A;sb-7546360-pb-8&#x20;sb-7546360-pt-4&#x20;sb-7546360-66a0e4b4-874f-4727-a3c8-fed4b17194cd&#x20;sb-7546360-pl-4&#x20;sb-7546360-pr-4&#x20;sb-7546360-pb-4&#x20;lg&#x3A;sb-7546360-pt-24&#x20;sb-7546360-c51a9c9f-1fb3-4d88-8734-6f92d252178c&#x20;lg&#x3A;sb-7546360-pl-24&#x20;lg&#x3A;sb-7546360-pr-24&#x20;lg&#x3A;sb-7546360-pb-24&#x20;&#x20;">
                <div class=" lg:sb-1362150-mb-5  text-left full-width m-heading" style="color:#FFFFFF;">
    
            <div class="h2 m-heading__title">
            <div class="font-secondary text-4xl md:text-7xl font-bold    "  >
<p>Bebé y niño</p></div>        </div>
    
    
            <div class=" sb-2343952-mb-2 md:sb-2343952-mb-4 text-small m-heading__description">
            <div class="font-primary text-md  font-light    "  >
<p>Cuida a tu bebé con los mejores productos</p></div>        </div>
    </div>
<style>
          @media(min-width:1024px){.lg\:sb-1362150-mb-5{margin-bottom:1.25rem}}        </style>                                    <div class="space-x-4">
                        <a class="btn btn-primary btn-lg     "
                      href="https://www.herbolarionavarro.es/bebe-y-nino" x-data="" x-defer="intersect"           target=""
           >
            <div class="a-icon   "><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-full h-full" width="18" height="18"><path d="M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,160H40V56H216V200ZM176,88a48,48,0,0,1-96,0,8,8,0,0,1,16,0,32,32,0,0,0,64,0,8,8,0,0,1,16,0Z"/></svg>
<!-- Deprecated method only used for retrocompatibility --></div><span>Comprar ahora</span>        </a>                    </div>
                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.herbolarionavarro.es/bebe-y-nino" x-data="" x-defer="intersect"           target=""
           >
                    </a>
    </div>

<style>
    .o-banner-5cd012be-249c-4944-913f-7929b2e7251e {
        --banner-height: 550px;        --banner-height-desktop: 600px;                --banner-content-max-width: 290px;        --banner-content-max-width-desktop: 600px;        --banner-container-background-color: rgba(0,0,0,0.7);            }

    .sb-7546360-pt-4{padding-top:1rem}.sb-7546360-pl-4{padding-left:1rem}.sb-7546360-pr-4{padding-right:1rem}.sb-7546360-pb-4{padding-bottom:1rem}@media(min-width:768px){.md\:sb-7546360-pt-8{padding-top:2rem}.md\:sb-7546360-pl-8{padding-left:2rem}.md\:sb-7546360-pr-8{padding-right:2rem}.md\:sb-7546360-pb-8{padding-bottom:2rem}}@media(min-width:1024px){.lg\:sb-7546360-pt-24{padding-top:6rem}.lg\:sb-7546360-pl-24{padding-left:6rem}.lg\:sb-7546360-pr-24{padding-right:6rem}.lg\:sb-7546360-pb-24{padding-bottom:6rem}}                 </style>                        </div>
                                    </div>
            </div>
        </div>
        <div x-show="open" class="backdrop top-auto bottom-auto h-full pointer-events-none lg:mt-[var(--megamenu-sublist-padding-top-desktop)]" x-cloak></div>
    
    <style>
        .megamenu__sublist-1st-241eb598-3749-4064-a012-d072239ac89d {
            --megamenu-sublist-width-size-1st: 100%;
            --megamenu-banner-width-1st: 50%;
        }

                .sb-4168473-auto-rows-min {    grid-auto-rows: min-content}                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-1st megamenu__sublist-1st-9cde52e1-06f4-44db-b7dc-9a4ce83f34c2  " data-uid="9cde52e1-06f4-44db-b7dc-9a4ce83f34c2"
    @close-popover-items-1st.window="open=false"
    @header-sticky-change.window="headerSticky = $event.detail"
            x-data="{...Components.popover({ open: false, focus: false }), headerSticky: null, backText2nd: 'Volver'}"
        x-defer="interact"
>
    <a class="block nav-level-1 "
                      href="https://www.herbolarionavarro.es/productos-ecologicos-hogar" x-defer="intersect" mcclane-data="header-navigation-level-first" :class="{'active text-header-font-hover': open || $root.querySelector(`a[href='${window.location.href}']`) ? true : false, 'navigation-first-level-header-sticky':headerSticky, '':!headerSticky }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText2nd='&lt;p&gt;Hogar&lt;/p&gt;'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-1st'); $dispatch('close-popover-items-2nd'); if($root.querySelector('a.nav-level-2.active')) { $dispatch(`open-item-${$root.querySelector('a.nav-level-2.active').parentElement.getAttribute('data-uid')}`); }else if ($root.querySelector('li') && $root.querySelector('li').querySelector('[x-ref=\'panel\']')){ $dispatch(`open-item-${$root.querySelector('li').getAttribute('data-uid')}`) } open=true; } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        
        <span class="o-megamenu__item__link-text text-d9777a4d-7437-4564-be27-bafc599d8dbe text-[color:var(--text-color)] ">
            <p>Hogar</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0 lg:scale-95"
             x-transition:enter-end="opacity-100 lg:scale-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100 lg:scale-100"
             x-transition:leave-end="opacity-0 lg:scale-95"
             :class="{'flex flex-col': open, 'lg:pt-[var(--megamenu-sublist-scroll-padding-top-desktop)]':headerSticky, 'lg:pt-[var(--megamenu-sublist-padding-top-desktop)]':!headerSticky}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right z-10 lg:top-auto lg:bottom-auto lg:origin-top lg:pt-[var(--megamenu-sublist-padding-top-desktop)]"
                         x-ref="panel"
                         x-cloak>
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText2nd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-background grow lg:bg-megamenu-l2-background lg:h-[var(--megamenu-sublist-height)]"  x-data="Components.popoverGroup()">
                <div class="lg:relative lg:h-[var(--megamenu-sublist-height)] lg:container lg:mx-auto  ">
                                            <ul class="lg:grid lg:w-[var(--megamenu-sublist-width-size-1st)] lg:grid-cols-1    sb-8665555-auto-rows-min">
                            <div id="rktgridlayout-6800da8f9dae4" class="o-grid  sb-2188546-hidden submenu-grid-desktop sb-2188546-mx-auto lg:sb-2188546-grid sb-2188546- bg-[#cccccc] sb-2188546-gap-5 2xl:sb-2188546-container sb-6439742-pb-6 sb-6439742-pl-6 sb-6439742-pr-6 sb-6439742-pt-6 sb-6439742-w-full grid">
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 1 / 2 / 2; --o-grid-area-tablet: 1 / 1 / 2 / 2; --o-grid-area-desktop: 1 / 1 / 2 / 2;">
            <div class="o-container o-container-3a700ff6-a98f-4a0b-b4af-d7a32ffef4d7      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-dbd55934-72f2-4574-b09a-43141282ccfc  " data-uid="dbd55934-72f2-4574-b09a-43141282ccfc"
    @close-popover-items-2nd.window="open=false"
    @open-item-dbd55934-72f2-4574-b09a-43141282ccfc.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/ambientadores-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p> Ambientadores</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b9c342fa-9529-441b-9848-579d37aaa70b text-[color:var(--text-color)] ">
            <p> Ambientadores</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-dbd55934-72f2-4574-b09a-43141282ccfc {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-8a9cffbb-4a0e-476c-8939-11b13fa1e699 sb-9474532-mt-2 " data-uid="8a9cffbb-4a0e-476c-8939-11b13fa1e699"
    @close-popover-items-2nd.window="open=false"
    @open-item-8a9cffbb-4a0e-476c-8939-11b13fa1e699.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/velas-aromaticas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Velas aromáticas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-df85c715-df49-4eaf-8c5f-177546eb0681 text-[color:var(--text-color)] ">
            <p>Velas aromáticas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-8a9cffbb-4a0e-476c-8939-11b13fa1e699 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-9474532-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-c7090e97-88e8-4d8f-855d-1e98261b4fc7 sb-8439849-mt-2 " data-uid="c7090e97-88e8-4d8f-855d-1e98261b4fc7"
    @close-popover-items-2nd.window="open=false"
    @open-item-c7090e97-88e8-4d8f-855d-1e98261b4fc7.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/productos-de-limpieza-ecologicos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos de limpieza</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2f62a7d2-4250-4e2b-81ab-7fa7d574071e text-[color:var(--text-color)] ">
            <p>Productos de limpieza</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-c7090e97-88e8-4d8f-855d-1e98261b4fc7 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-8439849-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/lavavajillas-productos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-09b3eddb-c46c-49da-a703-ad46071d0770 text-[color:var(--text-color)] ">
            <p>Jabón y productos lavavajillas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/detergentes-y-suavizantes-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-6028697b-b0ce-466a-8ed2-e9ad11ef3a47 text-[color:var(--text-color)] ">
            <p>Detergentes</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-f02413c9-496d-4342-b0b6-36ec8f8b109f sb-1945562-mt-2 " data-uid="f02413c9-496d-4342-b0b6-36ec8f8b109f"
    @close-popover-items-2nd.window="open=false"
    @open-item-f02413c9-496d-4342-b0b6-36ec8f8b109f.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/menaje-del-hogar" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Menaje del hogar</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-264a9d48-7acc-4bc0-be1e-b06c884d9b1e text-[color:var(--text-color)] ">
            <p>Menaje del hogar</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-f02413c9-496d-4342-b0b6-36ec8f8b109f {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-1945562-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/utensilios-de-cocina" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-41fad59e-1432-4a3c-98d8-95909a21a095 text-[color:var(--text-color)] ">
            <p>Utensilios de cocina</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-fba98692-ab34-4448-8656-9ff29d925e98 sb-6209303-mt-2 " data-uid="fba98692-ab34-4448-8656-9ff29d925e98"
    @close-popover-items-2nd.window="open=false"
    @open-item-fba98692-ab34-4448-8656-9ff29d925e98.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/inciensos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Inciensos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-589446b9-cac6-4a64-a954-e9b3ff699c83 text-[color:var(--text-color)] ">
            <p>Inciensos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-fba98692-ab34-4448-8656-9ff29d925e98 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-6209303-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-0ad437f3-0a20-4da8-b9be-373f3225f1da sb-8125093-mt-2 " data-uid="0ad437f3-0a20-4da8-b9be-373f3225f1da"
    @close-popover-items-2nd.window="open=false"
    @open-item-0ad437f3-0a20-4da8-b9be-373f3225f1da.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/bolsas-reutilizables" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Bolsas reutilizables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3a53bf50-69e2-4f30-bf08-0e9589a1707f text-[color:var(--text-color)] ">
            <p>Bolsas reutilizables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-0ad437f3-0a20-4da8-b9be-373f3225f1da {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-8125093-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-f4533e8f-8b39-4202-8809-1d98d11f3e9f sb-7844181-mt-2 " data-uid="f4533e8f-8b39-4202-8809-1d98d11f3e9f"
    @close-popover-items-2nd.window="open=false"
    @open-item-f4533e8f-8b39-4202-8809-1d98d11f3e9f.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/pienso-natural-mascotas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Pienso natural para mascotas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c058a084-497f-46c3-a183-24032142a95a text-[color:var(--text-color)] ">
            <p>Pienso natural para mascotas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-f4533e8f-8b39-4202-8809-1d98d11f3e9f {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-7844181-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-0e373a86-41c5-49b7-bf8d-c7d0673bd1e8 sb-4319659-mt-2 " data-uid="0e373a86-41c5-49b7-bf8d-c7d0673bd1e8"
    @close-popover-items-2nd.window="open=false"
    @open-item-0e373a86-41c5-49b7-bf8d-c7d0673bd1e8.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/hogar-libros" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Libros</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-f6a381dd-6268-40a2-8225-f29a51eea832 text-[color:var(--text-color)] ">
            <p>Libros</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-0e373a86-41c5-49b7-bf8d-c7d0673bd1e8 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-4319659-mt-2 {    margin-top: 0.5rem}                 </style>
</li></div>        </div>
    </div>
<style>
        #rktgridlayout-6800da8f9dae4 {
        --o-grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-rows: 1fr; --o-grid-template-rows-tablet: 1fr; --o-grid-template-rows-desktop: 1fr; --o-grid-template-gap:0px 0px; --o-grid-template-gap-tablet:0px 0px; --o-grid-template-gap-desktop:0px 0px;    }
    
    .sb-2188546-mx-auto {    margin-left: auto;    margin-right: auto}          .sb-2188546-hidden {    display: none}          .sb-2188546-gap-5 {    gap: 1.25rem}          @media (min-width: 1024px) {    .lg\:sb-2188546-grid {        display: grid    }}          @media (min-width: 1536px) {    .\32xl\:sb-2188546-container {        width: 100%    }    @media (min-width: 640px) {        .\32xl\:sb-2188546-container {            max-width: 640px        }    }    @media (min-width: 768px) {        .\32xl\:sb-2188546-container {            max-width: 768px        }    }    @media (min-width: 1024px) {        .\32xl\:sb-2188546-container {            max-width: 1024px        }    }    @media (min-width: 1280px) {        .\32xl\:sb-2188546-container {            max-width: 1280px        }    }    @media (min-width: 1536px) {        .\32xl\:sb-2188546-container {            max-width: 1536px        }    }}       .sb-6439742-w-full {    width: 100%}          .sb-6439742-pb-6 {    padding-bottom: 1.5rem}          .sb-6439742-pl-6 {    padding-left: 1.5rem}          .sb-6439742-pr-6 {    padding-right: 1.5rem}          .sb-6439742-pt-6 {    padding-top: 1.5rem}      </style><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-a36a037b-a8ee-4c53-a35b-3655035d4754  " data-uid="a36a037b-a8ee-4c53-a35b-3655035d4754"
    @close-popover-items-2nd.window="open=false"
    @open-item-a36a037b-a8ee-4c53-a35b-3655035d4754.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/ambientadores-naturales" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p> Ambientadores</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-3b3c9ae7-0419-47ff-bea3-27898fb68f5c text-[color:var(--text-color)] ">
            <p> Ambientadores</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-a36a037b-a8ee-4c53-a35b-3655035d4754 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-fe4098c2-a03f-4000-9220-c65acf71c2b3  " data-uid="fe4098c2-a03f-4000-9220-c65acf71c2b3"
    @close-popover-items-2nd.window="open=false"
    @open-item-fe4098c2-a03f-4000-9220-c65acf71c2b3.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/velas-aromaticas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Velas aromáticas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ad931aa5-0b9e-4785-991a-5f7f7bbecff0 text-[color:var(--text-color)] ">
            <p>Velas aromáticas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-fe4098c2-a03f-4000-9220-c65acf71c2b3 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-0339acd4-c9d1-4d3a-9557-7c5453d3b547  " data-uid="0339acd4-c9d1-4d3a-9557-7c5453d3b547"
    @close-popover-items-2nd.window="open=false"
    @open-item-0339acd4-c9d1-4d3a-9557-7c5453d3b547.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/productos-de-limpieza-ecologicos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Productos de limpieza</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-21709552-ec6e-47ec-97f9-7b5f5cbbe0ba text-[color:var(--text-color)] ">
            <p>Productos de limpieza</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/lavavajillas-productos-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-37dd6c09-76c4-4146-800e-d49e380dd7b5 text-[color:var(--text-color)] ">
            <p>Jabón y productos lavavajillas</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/detergentes-y-suavizantes-ecologicos" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-9ca7425b-6576-4ca7-bc17-9b9c1654a389 text-[color:var(--text-color)] ">
            <p>Detergentes</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-0339acd4-c9d1-4d3a-9557-7c5453d3b547 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-804cd82e-f9e8-4fa9-9547-e4af601042ee  " data-uid="804cd82e-f9e8-4fa9-9547-e4af601042ee"
    @close-popover-items-2nd.window="open=false"
    @open-item-804cd82e-f9e8-4fa9-9547-e4af601042ee.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/menaje-del-hogar" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Menaje del hogar</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-e642a3c5-7dbf-4165-ade6-daa96b051693 text-[color:var(--text-color)] ">
            <p>Menaje del hogar</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/utensilios-de-cocina" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a075a542-5fbf-4d86-8eb3-af85fe84d6f9 text-[color:var(--text-color)] ">
            <p>Utensilios de cocina</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-804cd82e-f9e8-4fa9-9547-e4af601042ee {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-b2072d2e-9947-4ace-b169-bcc799cb9209  " data-uid="b2072d2e-9947-4ace-b169-bcc799cb9209"
    @close-popover-items-2nd.window="open=false"
    @open-item-b2072d2e-9947-4ace-b169-bcc799cb9209.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/inciensos" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Inciensos</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-dc41a901-2157-4155-9b3b-1d239f60893b text-[color:var(--text-color)] ">
            <p>Inciensos</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-b2072d2e-9947-4ace-b169-bcc799cb9209 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-d017a3af-1e35-4433-8df0-f9653e0949a0  " data-uid="d017a3af-1e35-4433-8df0-f9653e0949a0"
    @close-popover-items-2nd.window="open=false"
    @open-item-d017a3af-1e35-4433-8df0-f9653e0949a0.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/bolsas-reutilizables" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Bolsas reutilizables</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2ff9b1a0-a31e-496c-914e-8556b3ee52fe text-[color:var(--text-color)] ">
            <p>Bolsas reutilizables</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-d017a3af-1e35-4433-8df0-f9653e0949a0 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-1f5eaf43-a3d6-4305-bcb6-666b214dc137  " data-uid="1f5eaf43-a3d6-4305-bcb6-666b214dc137"
    @close-popover-items-2nd.window="open=false"
    @open-item-1f5eaf43-a3d6-4305-bcb6-666b214dc137.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/pienso-natural-mascotas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Pienso natural para mascotas</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-984584cb-611a-44dc-8db8-c6f6c38c3f81 text-[color:var(--text-color)] ">
            <p>Pienso natural para mascotas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-1f5eaf43-a3d6-4305-bcb6-666b214dc137 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-ce3a91a4-6db4-4fe0-9841-3f76eedb2f44  " data-uid="ce3a91a4-6db4-4fe0-9841-3f76eedb2f44"
    @close-popover-items-2nd.window="open=false"
    @open-item-ce3a91a4-6db4-4fe0-9841-3f76eedb2f44.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/hogar-libros" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Libros</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-06585a78-6fdc-43cf-a86f-3e2992cdab9e text-[color:var(--text-color)] ">
            <p>Libros</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-ce3a91a4-6db4-4fe0-9841-3f76eedb2f44 {
            --megamenu__banner-width-2nd: 0%;
        }

                    </style>
</li>                        </ul>
                    
                                            <div class="hidden absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:block lg:left-[calc(100%-var(--megamenu-banner-width-1st))]  ">
                            <div class="o-banner o-banner-da5c67ba-452e-4251-a723-72e49cb86f03 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;0f06590f-58bd-42e0-98fb-175f6ae8a1b9&#x20;&#x20;&#x20;&#x20;&#x20;6cdd04b1-5e7f-4419-b2a7-b818245e9607&#x20;&#x20;&#x20;&#x20;&#x20;888c1a64-5ba2-40d8-8e6a-046ac77e68d8&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset absolute&#x20;inset-0&#x20;z-0&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-0">
        <picture class="a-image__picture">
            <source srcset="https://www.herbolarionavarro.es/storyblok/f/152322/1200x750/1fea46a87c/hogar.jpg" width="1200" height="750" media="(min-width: 1200px)">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1200x750/73817a6423/hogar.jpg" alt="" title="" width="1200" height="750"
        loading="lazy"         class=" a-image__image object-cover w-full h-full">
</picture>    </div>

    <div class="o-banner__container flex text-left&#x20;justify-start&#x20;items-center&#x20;relative&#x20;h-full&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;relative&#x20;md&#x3A;h-full&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content bg-&#x5B;color&#x3A;var&#x28;--banner-container-background-color&#x29;&#x5D;&#x20;max-w-&#x5B;var&#x28;--banner-content-max-width&#x29;&#x5D;&#x20;lg&#x3A;max-w-&#x5B;var&#x28;--banner-content-max-width-desktop&#x29;&#x5D;&#x20;&#x20;sb-9257078-5&#x20;sb-9257078-b&#x20;sb-9257078-f&#x20;sb-9257078-9&#x20;sb-9257078-5&#x20;sb-9257078-a&#x20;sb-9257078-0&#x20;sb-9257078-0&#x20;sb-9257078--&#x20;sb-9257078-1&#x20;sb-9257078-3&#x20;sb-9257078-8&#x20;sb-9257078-7&#x20;sb-9257078--&#x20;sb-9257078-4&#x20;sb-9257078-a&#x20;sb-9257078-c&#x20;sb-9257078-d&#x20;sb-9257078--&#x20;sb-9257078-9&#x20;sb-9257078-f&#x20;sb-9257078-2&#x20;sb-9257078-5&#x20;sb-9257078--&#x20;sb-9257078-1&#x20;sb-9257078-7&#x20;sb-9257078-7&#x20;sb-9257078-d&#x20;sb-9257078-3&#x20;sb-9257078-3&#x20;sb-9257078-1&#x20;sb-9257078-6&#x20;sb-9257078-3&#x20;sb-9257078-c&#x20;sb-9257078-4&#x20;sb-9257078-e&#x20;md&#x3A;sb-9257078-pt-8&#x20;sb-9257078-14f17b74-0842-44a1-a6a7-40c99350b860&#x20;md&#x3A;sb-9257078-pl-8&#x20;md&#x3A;sb-9257078-pr-8&#x20;md&#x3A;sb-9257078-pb-8&#x20;sb-9257078-pt-4&#x20;sb-9257078-66a0e4b4-874f-4727-a3c8-fed4b17194cd&#x20;sb-9257078-pl-4&#x20;sb-9257078-pr-4&#x20;sb-9257078-pb-4&#x20;lg&#x3A;sb-9257078-pt-24&#x20;sb-9257078-c51a9c9f-1fb3-4d88-8734-6f92d252178c&#x20;lg&#x3A;sb-9257078-pl-24&#x20;lg&#x3A;sb-9257078-pr-24&#x20;lg&#x3A;sb-9257078-pb-24&#x20;&#x20;">
                <div class=" sb-1394407-mb-5  text-left full-width m-heading" style="color:#FFFFFF;">
    
            <div class="h2 m-heading__title">
            <div class="font-secondary text-4xl md:text-7xl font-bold    "  >
<p>Productos para el hogar</p></div>        </div>
    
    
            <div class=" sb-2343952-mb-2 md:sb-2343952-mb-4 text-small m-heading__description">
            <div class="font-primary text-md  font-light    "  >
<p>Descubre los mejores productos para el hogar</p></div>        </div>
    </div>
<style>
          .sb-1394407-mb-5{margin-bottom:1.25rem}        </style>                                    <div class="space-x-4">
                        <a class="btn btn-primary btn-lg     "
                      href="https://www.herbolarionavarro.es/productos-ecologicos-hogar" x-data="" x-defer="intersect"           target=""
           >
            <div class="a-icon   "><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-full h-full" width="18" height="18"><path d="M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,160H40V56H216V200ZM176,88a48,48,0,0,1-96,0,8,8,0,0,1,16,0,32,32,0,0,0,64,0,8,8,0,0,1,16,0Z"/></svg>
<!-- Deprecated method only used for retrocompatibility --></div><span>Comprar ahora</span>        </a>                    </div>
                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.herbolarionavarro.es/productos-ecologicos-hogar" x-data="" x-defer="intersect"           target=""
           >
                    </a>
    </div>

<style>
    .o-banner-da5c67ba-452e-4251-a723-72e49cb86f03 {
        --banner-height: 550px;        --banner-height-desktop: 600px;                --banner-content-max-width: 290px;        --banner-content-max-width-desktop: 600px;        --banner-container-background-color: rgba(0,0,0,0.7);            }

    .sb-9257078-pt-4{padding-top:1rem}.sb-9257078-pl-4{padding-left:1rem}.sb-9257078-pr-4{padding-right:1rem}.sb-9257078-pb-4{padding-bottom:1rem}@media(min-width:768px){.md\:sb-9257078-pt-8{padding-top:2rem}.md\:sb-9257078-pl-8{padding-left:2rem}.md\:sb-9257078-pr-8{padding-right:2rem}.md\:sb-9257078-pb-8{padding-bottom:2rem}}@media(min-width:1024px){.lg\:sb-9257078-pt-24{padding-top:6rem}.lg\:sb-9257078-pl-24{padding-left:6rem}.lg\:sb-9257078-pr-24{padding-right:6rem}.lg\:sb-9257078-pb-24{padding-bottom:6rem}}                 </style>                        </div>
                                    </div>
            </div>
        </div>
        <div x-show="open" class="backdrop top-auto bottom-auto h-full pointer-events-none lg:mt-[var(--megamenu-sublist-padding-top-desktop)]" x-cloak></div>
    
    <style>
        .megamenu__sublist-1st-9cde52e1-06f4-44db-b7dc-9a4ce83f34c2 {
            --megamenu-sublist-width-size-1st: 100%;
            --megamenu-banner-width-1st: 50%;
        }

                .sb-8665555-auto-rows-min {    grid-auto-rows: min-content}                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-1st megamenu__sublist-1st-94761fdd-374e-48ee-9387-26e71104cea9  " data-uid="94761fdd-374e-48ee-9387-26e71104cea9"
    @close-popover-items-1st.window="open=false"
    @header-sticky-change.window="headerSticky = $event.detail"
            x-data="{...Components.popover({ open: false, focus: false }), headerSticky: null, backText2nd: 'Volver'}"
        x-defer="interact"
>
    <a class="block nav-level-1 sb-9028432-mt-0.5 sb-9028432-text-white sb-9028432-bg-[#a7b100]"
                      href="https://www.herbolarionavarro.es/ofertas" x-defer="intersect" mcclane-data="header-navigation-level-first" :class="{'active text-header-font-hover': open || $root.querySelector(`a[href='${window.location.href}']`) ? true : false, 'navigation-first-level-header-sticky':headerSticky, '':!headerSticky }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText2nd='&lt;p&gt;Ofertas&lt;/p&gt;'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-1st'); $dispatch('close-popover-items-2nd'); if($root.querySelector('a.nav-level-2.active')) { $dispatch(`open-item-${$root.querySelector('a.nav-level-2.active').parentElement.getAttribute('data-uid')}`); }else if ($root.querySelector('li') && $root.querySelector('li').querySelector('[x-ref=\'panel\']')){ $dispatch(`open-item-${$root.querySelector('li').getAttribute('data-uid')}`) } open=true; } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        
        <span class="o-megamenu__item__link-text text-99e3e3d5-1e9e-457f-b326-c2bf772b24d8 text-[color:var(--text-color)] ">
            <p>Ofertas</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
        <style>
        .label-99e3e3d5-1e9e-457f-b326-c2bf772b24d8 {
            --label-color: ;
            --label-bg: ;
        }

        .text-99e3e3d5-1e9e-457f-b326-c2bf772b24d8 {
            --text-color: ;
        }

        .sb-9028432-mt-0\.5 {    margin-top: 0.125rem}          .sb-9028432-mt-0 {    margin-top: 0px}          .sb-9028432-bg-\[\#a7b100\] {    --tw-bg-opacity: 1;    background-color: rgba(167, 177, 0, var(--tw-bg-opacity))}          .sb-9028432-text-white {    --tw-text-opacity: 1;    color: rgba(255, 255, 255, var(--tw-text-opacity))}             
    </style>        </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0 lg:scale-95"
             x-transition:enter-end="opacity-100 lg:scale-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100 lg:scale-100"
             x-transition:leave-end="opacity-0 lg:scale-95"
             :class="{'flex flex-col': open, 'lg:pt-[var(--megamenu-sublist-scroll-padding-top-desktop)]':headerSticky, 'lg:pt-[var(--megamenu-sublist-padding-top-desktop)]':!headerSticky}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right z-10 lg:top-auto lg:bottom-auto lg:origin-top lg:pt-[var(--megamenu-sublist-padding-top-desktop)]"
                         x-ref="panel"
                         x-cloak>
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText2nd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-background grow lg:bg-megamenu-l2-background lg:h-[var(--megamenu-sublist-height)]"  x-data="Components.popoverGroup()">
                <div class="lg:relative lg:h-[var(--megamenu-sublist-height)] lg:container lg:mx-auto  ">
                                            <ul class="lg:grid lg:w-[var(--megamenu-sublist-width-size-1st)] lg:grid-cols-1    sb-676561-auto-rows-min">
                            <div id="rktgridlayout-6800da8f9e2de" class="o-grid  sb-2188546-hidden submenu-grid-desktop sb-2188546-mx-auto lg:sb-2188546-grid sb-2188546- bg-[#cccccc] sb-2188546-gap-5 2xl:sb-2188546-container sb-6439742-pb-6 sb-6439742-pl-6 sb-6439742-pr-6 sb-6439742-pt-6 sb-6439742-w-full grid">
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 1 / 2 / 2; --o-grid-area-tablet: 1 / 1 / 2 / 2; --o-grid-area-desktop: 1 / 1 / 2 / 2;">
            <div class="o-container o-container-43a77da9-05e4-4c4a-884b-2ecb456e4d0b      "><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-4c655c99-bf4e-42d9-8242-7bde1c5daca7  " data-uid="4c655c99-bf4e-42d9-8242-7bde1c5daca7"
    @close-popover-items-2nd.window="open=false"
    @open-item-4c655c99-bf4e-42d9-8242-7bde1c5daca7.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/descuento-en-la-segunda-unidad" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>50% descuento en la 2ª unidad</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b01c9673-fe6e-45c8-8888-83212692b462 text-[color:var(--text-color)] ">
            <p>50% descuento en la 2ª unidad</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-4c655c99-bf4e-42d9-8242-7bde1c5daca7 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/promociones-en-alimentacion" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-7b6d429e-0404-4e40-a3c0-6390f94f6528 text-[color:var(--text-color)] ">
            <p>Promociones en alimentación</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/promociones-en-cosmetica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-8e8f305b-76b6-4d4d-b158-b31054de8fd9 text-[color:var(--text-color)] ">
            <p>Promociones en cosmética</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/promociones-en-dietetica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-32e34c1a-bd8f-434b-892b-9a3aeaeec70b text-[color:var(--text-color)] ">
            <p>Promociones en dietética</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-933959c7-3fa2-4b5e-8f35-e50614a0543b sb-8733043-mt-2 " data-uid="933959c7-3fa2-4b5e-8f35-e50614a0543b"
    @close-popover-items-2nd.window="open=false"
    @open-item-933959c7-3fa2-4b5e-8f35-e50614a0543b.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/bajada-de-precio" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Bajada de precio</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-aeb7ad2f-f9a4-4cd5-ae14-a238a627bf41 text-[color:var(--text-color)] ">
            <p>Bajada de precio</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-933959c7-3fa2-4b5e-8f35-e50614a0543b {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-8733043-mt-2 {    margin-top: 0.5rem}                 </style>
</li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bajada-de-precio-en-alimentacion" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-c11c8fde-211e-45a4-b3fd-7446264d7acb text-[color:var(--text-color)] ">
            <p>Bajada de precio en alimentación</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bajada-de-precio-en-dietetica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-dcc622e7-eeb5-4a4f-8463-f58084ae39af text-[color:var(--text-color)] ">
            <p>Bajada de precio en dietética</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bajada-de-precio-en-cosmetica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-5a1837cf-fc60-43ca-80d3-baefc256c9ab text-[color:var(--text-color)] ">
            <p>Bajada de precio en cosmética</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bajada-de-precio-en-refrigerados" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-a01f0f4d-0d98-40eb-b355-e15a4b7574e7 text-[color:var(--text-color)] ">
            <p>Bajada de precio en frescos</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-f24f5f2e-61b1-44a7-9a65-859be477a613 sb-1447473-mt-2 " data-uid="f24f5f2e-61b1-44a7-9a65-859be477a613"
    @close-popover-items-2nd.window="open=false"
    @open-item-f24f5f2e-61b1-44a7-9a65-859be477a613.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/packs-navarro-online" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Packs Navarro Online</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-b3ea7f09-dbbf-45c4-8afa-25d9f8d511a2 text-[color:var(--text-color)] ">
            <p>Packs Navarro Online</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-f24f5f2e-61b1-44a7-9a65-859be477a613 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                   .sb-1447473-mt-2 {    margin-top: 0.5rem}                 </style>
</li></div>        </div>
    </div>
<style>
        #rktgridlayout-6800da8f9e2de {
        --o-grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr; --o-grid-template-rows: 1fr; --o-grid-template-rows-tablet: 1fr; --o-grid-template-rows-desktop: 1fr; --o-grid-template-gap:0px 0px; --o-grid-template-gap-tablet:0px 0px; --o-grid-template-gap-desktop:0px 0px;    }
    
    .sb-2188546-mx-auto {    margin-left: auto;    margin-right: auto}          .sb-2188546-hidden {    display: none}          .sb-2188546-gap-5 {    gap: 1.25rem}          @media (min-width: 1024px) {    .lg\:sb-2188546-grid {        display: grid    }}          @media (min-width: 1536px) {    .\32xl\:sb-2188546-container {        width: 100%    }    @media (min-width: 640px) {        .\32xl\:sb-2188546-container {            max-width: 640px        }    }    @media (min-width: 768px) {        .\32xl\:sb-2188546-container {            max-width: 768px        }    }    @media (min-width: 1024px) {        .\32xl\:sb-2188546-container {            max-width: 1024px        }    }    @media (min-width: 1280px) {        .\32xl\:sb-2188546-container {            max-width: 1280px        }    }    @media (min-width: 1536px) {        .\32xl\:sb-2188546-container {            max-width: 1536px        }    }}       .sb-6439742-w-full {    width: 100%}          .sb-6439742-pb-6 {    padding-bottom: 1.5rem}          .sb-6439742-pl-6 {    padding-left: 1.5rem}          .sb-6439742-pr-6 {    padding-right: 1.5rem}          .sb-6439742-pt-6 {    padding-top: 1.5rem}      </style><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-4c887ab0-92c7-4018-9d65-bb0afc769c2b  " data-uid="4c887ab0-92c7-4018-9d65-bb0afc769c2b"
    @close-popover-items-2nd.window="open=false"
    @open-item-4c887ab0-92c7-4018-9d65-bb0afc769c2b.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/descuento-en-la-segunda-unidad" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>50% descuento en la 2ª unidad</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-2103991a-5cf6-4bdd-9b89-75e7796c3f65 text-[color:var(--text-color)] ">
            <p>50% descuento en la 2ª unidad</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/promociones-en-alimentacion" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-474b60dd-4799-4f10-bd18-714d7e285238 text-[color:var(--text-color)] ">
            <p>Promociones en alimentación</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/promociones-en-cosmetica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-47d9cc44-6a7c-4e28-acbb-11e171e9edf7 text-[color:var(--text-color)] ">
            <p>Promociones en cosmética</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/promociones-en-dietetica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-974c85c7-44da-4aa2-939f-feab059ba6fb text-[color:var(--text-color)] ">
            <p>Promociones en dietética</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-4c887ab0-92c7-4018-9d65-bb0afc769c2b {
            --megamenu__banner-width-2nd: 0%;
        }

                                                                    </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-2599bcaa-e75c-4f0a-8210-c2cf71088729  " data-uid="2599bcaa-e75c-4f0a-8210-c2cf71088729"
    @close-popover-items-2nd.window="open=false"
    @open-item-2599bcaa-e75c-4f0a-8210-c2cf71088729.window="open=true"
            x-data="{...Components.popover({ open: false, focus: false }), backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/bajada-de-precio" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Bajada de precio</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-14cbafe9-ee19-4fc8-84ce-63e2e3dce96a text-[color:var(--text-color)] ">
            <p>Bajada de precio</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-show="open"
             x-transition:enter="duration-200 ease-out"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="duration-100 ease-in"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             :class="{'flex flex-col': open}"
             class="absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:left-[var(--megamenu-sublist-width-size-1st)] lg:right-[var(--megamenu-banner-width-1st)]"
                          x-ref="panel"
                         >
            <span class="flex flex-row flex-no-wrap items-center space-x-4 navigation-header-title lg:hidden"
               @touchend.prevent="open=false"
               @click.prevent="open=false"
               aria-expanded="false"
               :aria-expanded="open.toString()">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"/></svg>
                <span x-html="backText3rd"></span>
            </span>
            <div class="overflow-y-auto bg-megamenu-l3-background grow lg:h-auto lg:grow lg:relative  lg:overflow-y-hidden  ">
                                    <ul class="h-full lg:h-auto lg:grid 1 lg:mr-[var(--megamenu__banner-width-2nd)]   ">
                        <li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bajada-de-precio-en-alimentacion" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ab48e0f1-6f32-4b68-846a-789496e4685c text-[color:var(--text-color)] ">
            <p>Bajada de precio en alimentación</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bajada-de-precio-en-dietetica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-ae120ce7-c2b7-4b09-a95e-233a95f5e898 text-[color:var(--text-color)] ">
            <p>Bajada de precio en dietética</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bajada-de-precio-en-cosmetica" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-641fe757-c91e-4cb3-a1a0-51ef1294c2ba text-[color:var(--text-color)] ">
            <p>Bajada de precio en cosmética</p>
        </span>
        
    </div>
            </a>    </li><li class="cursor-pointer megamenu__sublist-3rd  ">
    <a class="block nav-level-3 "
                      href="https://www.herbolarionavarro.es/bajada-de-precio-en-refrigerados" x-data="" x-defer="intersect" mcclane-data="header-navigation-level-third" :class="{ 'active': $root.href === window.location.href }" @click.prevent="goLink($event)"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-fbf351df-171b-408c-932d-3ef9b6d456e8 text-[color:var(--text-color)] ">
            <p>Bajada de precio en frescos</p>
        </span>
        
    </div>
            </a>    </li>                    </ul>
                                            </div>
        </div>
        <style>
        .megamenu__sublist-2nd-2599bcaa-e75c-4f0a-8210-c2cf71088729 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                              </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-efbc9696-5824-4550-b00c-a1f3a3dbfd11  " data-uid="efbc9696-5824-4550-b00c-a1f3a3dbfd11"
    @close-popover-items-2nd.window="open=false"
    @open-item-efbc9696-5824-4550-b00c-a1f3a3dbfd11.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 "
                      href="https://www.herbolarionavarro.es/packs-navarro-online" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Packs Navarro Online</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-bb1abd12-c2c6-4650-b063-b9006b00835c text-[color:var(--text-color)] ">
            <p>Packs Navarro Online</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
            </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-efbc9696-5824-4550-b00c-a1f3a3dbfd11 {
            --megamenu__banner-width-2nd: 0%;
        }

                                                              </style>
</li><li class="cursor-pointer megamenu__sublist-2nd megamenu__sublist-2nd-3f58482f-dadc-4597-be53-b892fa1c2cb4  " data-uid="3f58482f-dadc-4597-be53-b892fa1c2cb4"
    @close-popover-items-2nd.window="open=false"
    @open-item-3f58482f-dadc-4597-be53-b892fa1c2cb4.window="open=true"
            x-data="{open: false,backText3rd: 'Volver'}"
    >
    <a class="block nav-level-2 sb-5392957-visible md:sb-5392957-invisible"
                      href="https://www.herbolarionavarro.es/ofertas" x-defer="intersect" mcclane-data="header-navigation-level-second" :class="{'active': (open || $root.querySelector(`a[href='${window.location.href}']`) || $root.href === window.location.href) ? true : false }" @click.prevent="if(!isMobile()){goLink($event)} else { if(!$refs.panel.innerText.trim().length) {goLink($event)} else {open=true; backText3rd='<p>Ver Todo</p>'}}" @mouseenter="if(!isMobile()){ timer = setTimeout(function() { if (typeof lastElm === 'undefined' || lastElm){ $dispatch('close-popover-items-2nd'); open=true } }, sublist_delay_open); }" @mouseleave="if(!isMobile()){lastElm = $event.target; clearTimeout(timer)}" :aria-expanded="open.toString()"           target=""
           >
                <div class="flex items-center o-megamenu__item__link__container">
        <span class="o-megamenu__item__link-text text-07c7f554-0c0d-4796-b12e-7b62f267ee86 text-[color:var(--text-color)] ">
            <p>Ver Todo</p>
        </span>
        
        <div class="ml-auto lg:hidden o-megamenu__item__link-icon a-icon" x-show="$refs.panel.innerText.trim().length">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4 fill-current" width="24" height="24"><path d="M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"/></svg>

        </div>
    </div>
        <style>
        .label-07c7f554-0c0d-4796-b12e-7b62f267ee86 {
            --label-color: ;
            --label-bg: ;
        }

        .text-07c7f554-0c0d-4796-b12e-7b62f267ee86 {
            --text-color: ;
        }

               .sb-5392957-visible {    visibility: visible}          @media (min-width: 768px) {    .md\:sb-5392957-invisible {        visibility: hidden    }}      
    </style>        </a>            <div x-ref="panel"></div>
        <style>
        .megamenu__sublist-2nd-3f58482f-dadc-4597-be53-b892fa1c2cb4 {
            --megamenu__banner-width-2nd: 0%;
        }

                                      </style>
</li>                        </ul>
                    
                                            <div class="hidden absolute top-0 bottom-0 left-0 right-0 transition transform origin-right lg:block lg:left-[calc(100%-var(--megamenu-banner-width-1st))]  ">
                            <div class="o-banner o-banner-203aa387-6e4e-4639-bd9e-96e6a13a7974 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;0f06590f-58bd-42e0-98fb-175f6ae8a1b9&#x20;&#x20;&#x20;&#x20;&#x20;6cdd04b1-5e7f-4419-b2a7-b818245e9607&#x20;&#x20;&#x20;&#x20;&#x20;888c1a64-5ba2-40d8-8e6a-046ac77e68d8&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset absolute&#x20;inset-0&#x20;z-0&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-0">
        <picture class="a-image__picture">
            <source srcset="https://www.herbolarionavarro.es/storyblok/f/152322/1200x750/94d1b890b2/ofertas.jpg" width="1200" height="750" media="(min-width: 1200px)">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1200x750/4d55bdbb34/ofertas.jpg" alt="" title="" width="1200" height="750"
        loading="lazy"         class=" a-image__image object-cover w-full h-full">
</picture>    </div>

    <div class="o-banner__container flex text-left&#x20;justify-start&#x20;items-center&#x20;relative&#x20;h-full&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;relative&#x20;md&#x3A;h-full&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content bg-&#x5B;color&#x3A;var&#x28;--banner-container-background-color&#x29;&#x5D;&#x20;max-w-&#x5B;var&#x28;--banner-content-max-width&#x29;&#x5D;&#x20;lg&#x3A;max-w-&#x5B;var&#x28;--banner-content-max-width-desktop&#x29;&#x5D;&#x20;&#x20;sb-5007407-5&#x20;sb-5007407-b&#x20;sb-5007407-f&#x20;sb-5007407-9&#x20;sb-5007407-5&#x20;sb-5007407-a&#x20;sb-5007407-0&#x20;sb-5007407-0&#x20;sb-5007407--&#x20;sb-5007407-1&#x20;sb-5007407-3&#x20;sb-5007407-8&#x20;sb-5007407-7&#x20;sb-5007407--&#x20;sb-5007407-4&#x20;sb-5007407-a&#x20;sb-5007407-c&#x20;sb-5007407-d&#x20;sb-5007407--&#x20;sb-5007407-9&#x20;sb-5007407-f&#x20;sb-5007407-2&#x20;sb-5007407-5&#x20;sb-5007407--&#x20;sb-5007407-1&#x20;sb-5007407-7&#x20;sb-5007407-7&#x20;sb-5007407-d&#x20;sb-5007407-3&#x20;sb-5007407-3&#x20;sb-5007407-1&#x20;sb-5007407-6&#x20;sb-5007407-3&#x20;sb-5007407-c&#x20;sb-5007407-4&#x20;sb-5007407-e&#x20;md&#x3A;sb-5007407-pt-8&#x20;sb-5007407-14f17b74-0842-44a1-a6a7-40c99350b860&#x20;md&#x3A;sb-5007407-pl-8&#x20;md&#x3A;sb-5007407-pr-8&#x20;md&#x3A;sb-5007407-pb-8&#x20;sb-5007407-pt-4&#x20;sb-5007407-66a0e4b4-874f-4727-a3c8-fed4b17194cd&#x20;sb-5007407-pl-4&#x20;sb-5007407-pr-4&#x20;sb-5007407-pb-4&#x20;lg&#x3A;sb-5007407-pt-24&#x20;sb-5007407-c51a9c9f-1fb3-4d88-8734-6f92d252178c&#x20;lg&#x3A;sb-5007407-pl-24&#x20;lg&#x3A;sb-5007407-pr-24&#x20;lg&#x3A;sb-5007407-pb-24&#x20;&#x20;">
                <div class=" sb-2614059-mb-5  text-left full-width m-heading" style="color:#FFFFFF;">
    
            <div class="h2 m-heading__title">
            <div class="font-secondary text-4xl md:text-7xl font-bold    "  >
<p>Ofertas</p></div>        </div>
    
    
            <div class=" sb-2343952-mb-2 md:sb-2343952-mb-4 text-small m-heading__description">
            <div class="font-primary text-md  font-light    "  >
<p>Descubre las mejores ofertas y promociones</p></div>        </div>
    </div>
<style>
          .sb-2614059-mb-5{margin-bottom:1.25rem}        </style>                                    <div class="space-x-4">
                        <a class="btn btn-primary btn-lg     "
                      href="https://www.herbolarionavarro.es/ofertas" x-data="" x-defer="intersect"           target=""
           >
            <div class="a-icon   "><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-full h-full" width="18" height="18"><path d="M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,160H40V56H216V200ZM176,88a48,48,0,0,1-96,0,8,8,0,0,1,16,0,32,32,0,0,0,64,0,8,8,0,0,1,16,0Z"/></svg>
<!-- Deprecated method only used for retrocompatibility --></div><span>Comprar ahora</span>        </a>                    </div>
                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.herbolarionavarro.es/ofertas" x-data="" x-defer="intersect"           target=""
           >
                    </a>
    </div>

<style>
    .o-banner-203aa387-6e4e-4639-bd9e-96e6a13a7974 {
        --banner-height: 550px;        --banner-height-desktop: 600px;                --banner-content-max-width: 290px;        --banner-content-max-width-desktop: 600px;        --banner-container-background-color: rgba(0,0,0,0.7);            }

    .sb-5007407-pt-4{padding-top:1rem}.sb-5007407-pl-4{padding-left:1rem}.sb-5007407-pr-4{padding-right:1rem}.sb-5007407-pb-4{padding-bottom:1rem}@media(min-width:768px){.md\:sb-5007407-pt-8{padding-top:2rem}.md\:sb-5007407-pl-8{padding-left:2rem}.md\:sb-5007407-pr-8{padding-right:2rem}.md\:sb-5007407-pb-8{padding-bottom:2rem}}@media(min-width:1024px){.lg\:sb-5007407-pt-24{padding-top:6rem}.lg\:sb-5007407-pl-24{padding-left:6rem}.lg\:sb-5007407-pr-24{padding-right:6rem}.lg\:sb-5007407-pb-24{padding-bottom:6rem}}                 </style>                        </div>
                                    </div>
            </div>
        </div>
        <div x-show="open" class="backdrop top-auto bottom-auto h-full pointer-events-none lg:mt-[var(--megamenu-sublist-padding-top-desktop)]" x-cloak></div>
    
    <style>
        .megamenu__sublist-1st-94761fdd-374e-48ee-9387-26e71104cea9 {
            --megamenu-sublist-width-size-1st: 100%;
            --megamenu-banner-width-1st: 50%;
        }

                .sb-676561-auto-rows-min {    grid-auto-rows: min-content}                                                    </style>
</li><div class="o-container o-container-08f43282-1276-4c0c-aa49-59f87a6c46ca      "><style>
    .block.nav-level-1 .o-megamenu__item__link__container .o-megamenu__item__link-text {
        transition: all 0.3s ease;
    }
    .block.nav-level-1 {
        transition: all 0.3s ease;
    }
@media (min-width: 1024px) and (max-width: 1280px) {
    .block.nav-level-1 .o-megamenu__item__link__container .o-megamenu__item__link-text {
        font-size: 0.85rem;
    }
    .block.nav-level-1 {
        padding: 0.5rem;
    }
}




@media (min-width: 1024px) {
  .nav-level-2 {
    display: none;
  }

  .submenu-grid-desktop .nav-level-2 {
    padding: .2rem 0;
    display: block;
    text-shadow: none !important;
  }

  .nav-level-3 .o-megamenu__item__link-text:after {
        border-bottom: 1px solid transparent;
    }
  
  .submenu-grid-desktop .nav-level-3 {
    padding: 0.2rem 0;
    font-size: 14px;
    font-weight: 300;
    text-shadow: none;
  }
    .nav-level-3:hover .o-megamenu__item__link-text {
        font-weight: 300;
    }
}
</style></div>                                </ul>
                                                    </div>
                    </div>
                </div>
            </nav>
        </div>
    </div>
    <style>
        .navigation-cb23e53d-ad94-4be2-b557-b1f6ae4a30fa {
            --megamenu-sublist-height: 600px;
            --megamenu-sublist-padding-top: 44px;
            --megamenu-sublist-padding-top-desktop: 1px;
            --megamenu-sublist-scroll-padding-top-desktop: 1px;
        }
    </style>
    <script>
        'use strict';
        function isMobile() {
            let elem = document.querySelector('[x-ref="navToggle"]');
            return !!(elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length);
        }
        function goLink(e) {
            e.target.closest('a').getAttribute('href') ? window.location=e.target.closest('a').getAttribute('href') : '';
        }

        let sublist_delay_open = 400;

        window.Components = {},
        window.Components.popoverGroup = function () {
            return {
                __type: "popoverGroup", init() {
                    let e = t => {
                        document.body.contains(this.$root) ? t.target instanceof Element && !this.$root.contains(t.target) && window.dispatchEvent(new CustomEvent("close-popover-group", {detail: this.$root})) : window.removeEventListener("focus", e, !0)
                    };
                    window.addEventListener("focus", e, !0)
                }
            }
        },
        window.Components.popover = function ({open: e = !1, focus: t = !1} = {}) {
            const i = ["[contentEditable=true]", "[tabindex]", "a[href]", "area[href]", "button:not([disabled])", "iframe", "input:not([disabled])", "select:not([disabled])", "textarea:not([disabled])"].map((e => `${e}:not([tabindex='-1'])`)).join(",");
            return {
                __type: "popover", open: e, init() {
                    t && this.$watch("open", (e => {
                        e && this.$nextTick((() => {
                            !function (e) {
                                const t = Array.from(e.querySelectorAll(i));
                                !function e(i) {
                                    void 0 !== i && (i.focus({preventScroll: !0}), document.activeElement !== i && e(t[t.indexOf(i) + 1]))
                                }(t[0])
                            }(this.$refs.panel)
                        }))
                    }));
                    let e = i => {
                        if (!document.body.contains(this.$root)) return void window.removeEventListener("focus", e, !0);
                        let n = t ? this.$refs.panel : this.$root;
                        if (this.open && i.target instanceof Element && !n.contains(i.target)) {
                            let e = this.$root;
                            for (; e.parentNode;) if (e = e.parentNode, e.__x instanceof this.constructor) {
                                if ("popoverGroup" === e.__x.$data.__type) return;
                                if ("popover" === e.__x.$data.__type) break
                            }
                            this.open = !1
                        }
                    };
                    window.addEventListener("focus", e, !0)
                }, onEscape() {
                    this.open = !1, this.restoreEl && this.restoreEl.focus()
                }, onClosePopoverGroup(e) {
                    e.detail.contains(this.$root) && (this.open = !1)
                }, toggle(e) {
                    this.open = !this.open, this.open ? this.restoreEl = e.currentTarget : this.restoreEl && this.restoreEl.focus()
                }
            }
        };
    </script>
</div></div><div id="header-logo-icon-container" class="z-20 order-2 mr-auto lg:order-1 lg:pr-8 lg:my-2"><a href="https://www.herbolarionavarro.es"
   title=""
   x-data="{active: null, logo_inactive: false, headerIsActive: false}"
   @header-sticky-scrolled-change.window="active = $event.detail"
   @header-active-change.window="headerIsActive = $event.detail"
   class="hidden lg:block transition-opacity"
   :class="{'lg:hidden': active, 'lg:block': !active}"
   aria-label="store logo"
   x-show="headerIsActive === !logo_inactive" >
    <img src="https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/images/logo.svg"
         title=""
         alt=""
         class=""
        width="213"        height="45"    />
    </a>
<a href="https://www.herbolarionavarro.es"
   title=""
   x-data="{active: null, logo_inactive: true, headerIsActive: false}"
   @header-sticky-scrolled-change.window="active = $event.detail"
   @header-active-change.window="headerIsActive = $event.detail"
   class="hidden lg:block transition-opacity"
   :class="{'lg:hidden': active, 'lg:block': !active}"
   aria-label="store logo"
   x-show="headerIsActive === !logo_inactive" x-cloak>
    <img src="https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/images/logo.svg"
         title=""
         alt=""
         class=""
        width="213"        height="45"    />
    </a>
<a href="https://www.herbolarionavarro.es"
   title=""
   x-data="{active: null, logo_inactive: false, headerIsActive: false}"
   @header-sticky-scrolled-change.window="active = $event.detail"
   @header-active-change.window="headerIsActive = $event.detail"
   class="block lg:hidden transition-opacity"
   :class="{'': active, '': !active}"
   aria-label="store logo"
   x-show="headerIsActive === !logo_inactive" >
    <img src="https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/images/logo-small.svg"
         title=""
         alt=""
         class=""
        width="109"        height="23"    />
    </a>
<a href="https://www.herbolarionavarro.es"
   title=""
   x-data="{active: null, logo_inactive: true, headerIsActive: false}"
   @header-sticky-scrolled-change.window="active = $event.detail"
   @header-active-change.window="headerIsActive = $event.detail"
   class="block lg:hidden transition-opacity"
   :class="{'': active, '': !active}"
   aria-label="store logo"
   x-show="headerIsActive === !logo_inactive" x-cloak>
    <img src="https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/images/logo-small.svg"
         title=""
         alt=""
         class=""
        width="109"        height="23"    />
    </a>
<a href="https://www.herbolarionavarro.es"
   title=""
   x-data="{active: null, logo_inactive: false, headerIsActive: false}"
   @header-sticky-scrolled-change.window="active = $event.detail"
   @header-active-change.window="headerIsActive = $event.detail"
   class="hidden transition-opacity"
   :class="{'hidden lg:block': active, 'hidden': !active}"
   aria-label="store logo"
   x-show="headerIsActive === !logo_inactive" >
    <img src="https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/images/logo-scroll.svg"
         title=""
         alt=""
         class=""
        width="213"        height="45"    />
    </a>
</div><div id="header-search-icon-container" class="z-20 order-3 lg:hidden">
<span id="menu-search-icon"
      class=" text-header-font hover:text-header-font-hover relative flex text-2xs lg:px-1 lg:pb-3 cursor-pointer"
      mcclane-data="search-form-submit"
      :class="{
         '': headerScrolled,
         '': !headerScrolled
     }; $nextTick(() => { searchOpen ? $dispatch('search-opened') : ''; })"
      @click.prevent="searchOpen = !searchOpen; searchOpen ? $dispatch('search-open') : $dispatch('search-close')">
    <span class="hidden w-max absolute left-1/2 bottom-0 transform -translate-x-1/2 lg:block">Buscar</span>
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24"><path d="M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"/></svg>
</span>
</div><div id="header-cart-icon-container" class="z-20 order-7">
<button
    id="menu-cart-icon"
    mcclane-data="minicart-button"
            @click.prevent.stop="$dispatch('toggle-cart',{});"
        class="text-header-font hover:text-header-font-hover relative pr-1 flex text-2xs lg:px-1 lg:pb-3">
    <span class="hidden w-max absolute left-1/2 bottom-0 transform -translate-x-1/2 lg:block">Carrito</span>
    <span x-show="cart.summary_count === 0 || typeof cart.summary_count === 'undefined'"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" class="w-6 h-6" width="24" height="24"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.985 4.735A2.85 2.85 0 0114.85 6.75a.9.9 0 00.035.25h-5.77a.9.9 0 00.035-.25c0-.756.3-1.48.835-2.015zM7.385 7a.9.9 0 01-.035-.25 4.65 4.65 0 119.3 0 .9.9 0 01-.035.25h3.823a1.583 1.583 0 011.164.503 1.5 1.5 0 01.324.547c.067.202.089.415.064.627l-1.262 10.98a1.49 1.49 0 01-.51.958 1.593 1.593 0 01-1.043.385H4.825a1.59 1.59 0 01-1.042-.385 1.494 1.494 0 01-.511-.958L2.01 8.677a1.462 1.462 0 01.064-.627 1.5 1.5 0 01.324-.547A1.573 1.573 0 013.562 7h3.823zM4.952 19.353L3.72 8.647h16.558l-1.23 10.706H4.951z" fill="currentColor"/></svg>
</span>
    <span x-show="cart.summary_count !== 0 && typeof cart.summary_count !== 'undefined'" x-cloak><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24"><path d="M236,69.4A16.13,16.13,0,0,0,223.92,64H176a48,48,0,0,0-96,0H32.08a16.13,16.13,0,0,0-12,5.4,16,16,0,0,0-3.92,12.48l14.26,120a16,16,0,0,0,16,14.12H209.67a16,16,0,0,0,16-14.12l14.26-120A16,16,0,0,0,236,69.4ZM128,32a32,32,0,0,1,32,32H96A32,32,0,0,1,128,32Zm81.76,168a.13.13,0,0,1-.09,0H46.25L32.08,80H224Z"/></svg>
</span>
    <span x-text="cart.summary_count" class="absolute text-white top-0 text-2xs right-0 text-center px-1 min-w-[14px] leading-[14px] rounded-full" :class="cart.summary_count === 0 || typeof cart.summary_count === 'undefined' ? 'bg-gray-medium' : 'bg-primary'"></span>
</button>

</div><div id="header-customer-icon-container" class="z-30 order-4"><div x-data="{ open: false }" class="" @click.outside="open = false">
            <button id="customer-menu"
                mcclane-data="customer-account-button"
                class="text-header-font hover:text-header-font-hover relative flex text-2xs lg:px-1 lg:pb-3"
                @click.prevent="$dispatch('toggle-authentication-popup', { url: 'https://www.herbolarionavarro.es/blog' });">
            <span class="hidden w-max absolute left-1/2 bottom-0 transform -translate-x-1/2 lg:block">Mi cuenta</span>
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24"><path d="M230.92,212c-15.23-26.33-38.7-45.21-66.09-54.16a72,72,0,1,0-73.66,0C63.78,166.78,40.31,185.66,25.08,212a8,8,0,1,0,13.85,8c18.84-32.56,52.14-52,89.07-52s70.23,19.44,89.07,52a8,8,0,1,0,13.85-8ZM72,96a56,56,0,1,1,56,56A56.06,56.06,0,0,1,72,96Z"/></svg>
        </button>
    </div>
</div><div id="header-whislist-icon-container" class="z-20 order-5 relative">            <span class="cursor-pointer text-header-font hover:text-header-font-hover relative flex text-2xs lg:px-1 lg:pb-3" @click="openLink(atob('aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvd2lzaGxpc3Qv'), '_self')" x-data="" x-defer="intersect" mcclane-data="whislist-link">
                <span class="hidden w-max absolute left-1/2 bottom-0 transform -translate-x-1/2 lg:block">Mis favoritos</span>
    <span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24"><path d="M178,40c-20.65,0-38.73,8.88-50,23.89C116.73,48.88,98.65,40,78,40a62.07,62.07,0,0,0-62,62c0,70,103.79,126.66,108.21,129a8,8,0,0,0,7.58,0C136.21,228.66,240,172,240,102A62.07,62.07,0,0,0,178,40ZM128,214.8C109.74,204.16,32,155.69,32,102A46.06,46.06,0,0,1,78,56c19.45,0,35.78,10.36,42.6,27a8,8,0,0,0,14.8,0c6.82-16.67,23.15-27,42.6-27a46.06,46.06,0,0,1,46,46C224,155.61,146.24,204.15,128,214.8Z"/></svg>
</span>        </span>
    </div><div class="order-6">
    <a class="text-header-font hover:text-header-font-hover relative flex text-2xs lg:px-1 lg:pb-3" href="https://www.herbolarionavarro.es/tiendas/">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24"><path d="M200,224H150.54A266.56,266.56,0,0,0,174,200.25c27.45-31.57,42-64.85,42-96.25a88,88,0,0,0-176,0c0,31.4,14.51,64.68,42,96.25A266.56,266.56,0,0,0,105.46,224H56a8,8,0,0,0,0,16H200a8,8,0,0,0,0-16ZM56,104a72,72,0,0,1,144,0c0,57.23-55.47,105-72,118C111.47,209,56,161.23,56,104Zm112,0a40,40,0,1,0-40,40A40,40,0,0,0,168,104Zm-64,0a24,24,0,1,1,24,24A24,24,0,0,1,104,104Z"/></svg>
        <span class="hidden w-max absolute left-1/2 bottom-0 transform -translate-x-1/2 lg:block">Tiendas</span>
    </a>
</div>

<div class="hidden order-last w-full z-20 lg:bg-inherit lg:order-2 lg:!block lg:grow lg:pr-8 lg:pl-0 lg:pb-0 lg:w-auto lg:mx-auto" id="search-content"
     :class="{
         'absolute top-full inset-x-0 lg:static lg:inset-auto': searchOpen,
         'hidden lg:block': !searchOpen,
         '': searchOpen && headerScrolled,
         '': headerScrolled,
         '': !headerScrolled
     }; $nextTick(() => { searchOpen ? $dispatch('search-opened') : ''; })"
     @search-close.window="searchOpen = false"
     @search-open.window="searchOpen = true"
     x-show="searchOpen"
     @click.outside="$dispatch('search-close')">
    <div class="block" :class="{ '': searchOpen, '': !searchOpen }">
        <form class="form minisearch static" id="search_mini_form" action="https://www.herbolarionavarro.es/catalogsearch/result/" method="get">
            <div class="">
                <label for="search" class="absolute p-2 lg:p-3.5 lg:pl-2" data-role="minisearch-label" :class="{ '': searchOpen, '': !searchOpen }">
                    <span class="hidden">Buscar</span>
                    <span class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="h-5 w-5" width="24" height="24"><path d="M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"/></svg>
</span>
                </label>
                <div class="control block">
                    
<script>
    function inputData() {
        return {
            inputed: false,
            searchOpen: false,
            search: {},
            selectedTab: "",
            isSearchLoading: false,
            handleChangeInput(event) {
                let inputSearch = event.target.value;

                if (inputSearch.length < 3) return;

                this.inputed = true;
                this.search = {}
                this.isSearchLoading = true;

                fetch('https://www.herbolarionavarro.es/graphql', {
                        method: 'POST',
                        headers: {
                            'Content-Type': 'application/json',
                            'Store': 'default'
                        },
                        credentials: 'include',
                        body: JSON.stringify({
                            query: this.getQuery(inputSearch)
                        })
                    }
                ).then((response) => {
                        return response.json()
                    }
                ).then((data) => {
                    if (!data.errors) {
                        this.search = data.data.rocket_multi_search;
                    }
                }).catch(error => {
                    console.error(error);
                }).finally(() => {
                    this.isSearchLoading = false;
                });
            },
            getQuery(search) {
                return `{
  rocket_multi_search(search: "${search}") {
    
        products {
          uid
          name
          price_range {
            minimum_price {
              regular_price {
                value
              }
              final_price {
                value
              }
            }
            maximum_price {
              regular_price {
                value
              }
              final_price {
                value
              }
            }
          }
          url_key
          url_suffix
            canonical_url
          url_rewrites {
            url
          }
          categories {
            name
          }
          image {
            label
            url
          }
          small_image{
            url
            label
          }
        }
      
  }
}`;
            }
        }
    }
</script>

<div x-data="inputData()" x-defer="intersect" @search-close.window="searchOpen = false" @search-open.window="searchOpen = true" class="">
    <span @click="$dispatch('search-close')" class="a-icon cursor-pointer absolute top-2.5 right-5 lg:hidden"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="h-5 w-5" width="24" height="24"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"/></svg>
</span>
    <input id="search"
       x-ref="searchInput"
       @search-opened.window="$refs.searchInput.focus()"
       @input="$dispatch('search-open'); handleChangeInput($event)"
       @click="$dispatch('search-open')"
       mcclane-data="search-form-field"
       autocomplete="off"
       type="search"
       name="q"
       value=""
       placeholder="&#xBF;En&#x20;qu&#xE9;&#x20;puedo&#x20;ayudarte&#x3F;"
       maxlength="128"
       class="form-input border-input-border px-8 border-l-0 border-r-0 border-t-0 rounded-none w-full focus:ring-0"
    />

    </div>

                </div>
            </div>
        </form>
    </div>
    <div class="hidden" :class="{ '': searchOpen, '': !searchOpen }"></div>
</div>
</div></div></div>
</nav>
</header>
<div x-data="{searchOpen: false}"
     x-defer="event:search-opened"
     x-init="searchOpen = true"
     @search-close.window="searchOpen = false"
     @search-opened.window="searchOpen = true"
     class="z-20 transition-all"
     :class="{'backdrop': searchOpen, '': !searchOpen}"></div>
<main id="maincontent" class="container-full"><div class="page messages"><script>
    function initMessages() {
        "use strict";
        return {
            messages: window.mageMessages || [],
            isEmpty() {
                return this.messages.reduce(
                    function (isEmpty, message) {
                        return isEmpty && message === undefined
                    }, true
                )
            },
            removeMessage(messageIndex) {
                this.messages[messageIndex] = undefined;
            },
            addMessages(messages, hideAfter) {
                messages.map((message) => {
                    this.messages = this.messages.concat(message);
                    if (hideAfter) {
                        this.setHideTimeOut(this.messages.length -1, hideAfter);
                    }
                });
            },
            setHideTimeOut(messageIndex, hideAfter) {
                setTimeout((messageIndex) => {
                    this.removeMessage(messageIndex);
                }, hideAfter, messageIndex);
            },
            eventListeners: {
                ['@messages-loaded.window']() {
                    let hideAfter = event.detail.hideAfter;
                    if (!hideAfter) {
                        hideAfter = 2500;
                    }
                    this.addMessages(event.detail.messages, hideAfter)
                },
                ['@private-content-loaded.window'](event) {
                    const data = event.detail.data;
                    if (
                        data.messages &&
                        data.messages.messages &&
                        data.messages.messages.length
                    ) {
                        this.addMessages(data.messages.messages,2500);
                    }
                },
                ['@clear-messages.window']() {
                    this.messages = [];
                }
            },
            messageIcon: {
                'success': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="h-6 w-6 text-success" width="24" height="24"><path d="M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"/></svg>`,
                'warning': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="h-6 w-6 text-warning" width="24" height="24"><path d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Zm-8-80V80a8,8,0,0,1,16,0v56a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,172Z"/></svg>`,
                'error': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="h-6 w-6 text-danger" width="24" height="24"><path d="M165.66,101.66,139.31,128l26.35,26.34a8,8,0,0,1-11.32,11.32L128,139.31l-26.34,26.35a8,8,0,0,1-11.32-11.32L116.69,128,90.34,101.66a8,8,0,0,1,11.32-11.32L128,116.69l26.34-26.35a8,8,0,0,1,11.32,11.32ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"/></svg>`,
                'notice': `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="h-6 w-6 text-warning" width="24" height="24"><path d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Zm-8-80V80a8,8,0,0,1,16,0v56a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,172Z"/></svg>`,
            },
            messageTitle: {
                'success': '¡Éxito!',
                'warning': '¡Alerta!',
                'error': '¡Vaya! Parece que hay un problema',
                'notice': ' ¡Aviso!'
            }
        }
    }
</script>
<section id="messages"
         x-data="initMessages()"
         x-bind="eventListeners"
>
    <template x-if="!isEmpty()">
        <div role="alert" class="fixed inset-0 flex items-end px-4 py-6 pointer-events-none z-20 md:px-6 md:pt-20 md:pb-6 md:items-start">
            <div class="w-full flex flex-col items-center space-y-4 sm:items-end">
                <template x-for="(message, index) in messages" :key="index">
                    <template x-if="message">
                        <div class="max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden">
                            <div class="p-4">
                                <div class="flex items-start" mcclane-data="close-generic-popup">
                                    <div class="shrink-0" x-html="messageIcon[message.type]"></div>
                                    <div class="ml-3 w-0 flex-1 pt-0.5">
                                        <p class="text-sm font-medium text-gray-900"><span x-html="messageTitle[message.type]"></span></p>
                                        <p class="mt-1 text-sm text-gray-500"><span mcclane-data="modal-general-info" x-html="message.text"></span></p>
                                    </div>
                                    <div class="ml-4 shrink-0 flex">
                                        <button @click="removeMessage(index)" class="message__close-button bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
                                            <span class="sr-only">Cerrar</span>
                                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="h-5 w-5" width="24" height="24"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"/></svg>                                        </button>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </template>
                </template>
            </div>
        </div>
    </template>
</section>
</div><div class="row"><div class="container-full"><div class="row"><div class="columns lg:gap-12 lg:gap-y-8">
<div class="lg:mt-5 relative mb-5 sm:col-span-2 md:col-span-3 lg:col-span-4 max-h-[290px] lg:max-h-[428px]">
    <a href="#" class="inline">
        <picture class="a-image__picture">
            <source srcset="https&#x3A;&#x2F;&#x2F;www.herbolarionavarro.es&#x2F;storyblok&#x2F;f&#x2F;152322&#x2F;500x375&#x2F;75a100ff1c&#x2F;infusiones-antiinflamatorias-mobile.jpg"
                width="1400"
                height="428"
                type="image/jpeg" media="(min-width: 1024px)">
            <img src="https&#x3A;&#x2F;&#x2F;www.herbolarionavarro.es&#x2F;storyblok&#x2F;f&#x2F;152322&#x2F;500x375&#x2F;75a100ff1c&#x2F;infusiones-antiinflamatorias-mobile.jpg"
                 alt="Infusiones&#x20;antiinflamatorias&#x20;naturales"
                 title="infusiones-antiinflamatorias-naturales"
                 width="375"
                 height="340"
                 loading="lazy"
                 class="a-image__image object-cover w-full h-full">
        </picture>
    </a>
    <div class="absolute inset-0 flex flex-row flex-no-wrap items-center bg-black bg-opacity-25">
        <div class="py-4 px-4 md:px-24">
            <div class="max-w-md">
                <h2 class="text-white&#x20;font-bold&#x20;text-3xl&#x20;md&#x3A;text-6xl">
                    Infusiones antiinflamatorias naturales: cuáles son y cómo pueden ayudarte                </h2>
                <div class="text-white text-md mb-5 md:mb-6">Conoce cuáles son las infusiones antiinflamatorias más potentes. Mejora tu digestión, alivia dolores y fortalece tu salud con ingredientes naturales.</div>
                <a href="https://www.herbolarionavarro.es/blog/infusiones-antiinflamatorias" class="btn btn-primary btn-md md:btn-lg">Sigue&#x20;leyendo</a>
            </div>
        </div>
    </div>
</div>
<div class="column main px-2.5 md:mt-5 lg:pl-0 lg:pl-12 md:flex md:flex-col">
<div class="mt-0&#x20;mb-5&#x20;lg&#x3A;mt-0&#x20;sm&#x3A;col-span-2&#x20;md&#x3A;col-span-3&#x20;lg&#x3A;col-span-4&#x20;lg&#x3A;px-0">
    <h2 class="font-bold&#x20;text-3xl&#x20;md&#x3A;text-6xl">Descubre nuestros últimos artículos</h2>
</div>

    <nav class="breadcrumbs breadcrumbs mb-5 md:mb-6 -mt-4 md:mt-0 pt-0" aria-label="Breadcrumb">
        <div class="w-full">
            <ol class="items list-reset flex flex-wrap" itemscope itemtype="https://schema.org/BreadcrumbList">
                                                                        <li class="item flex text-black text-sm home" itemprop="itemListElement" itemscope
                        itemtype="https://schema.org/ListItem">
                                                                            <a itemscope itemprop="item"
                               itemid="https://www.herbolarionavarro.es/"
                               href="https://www.herbolarionavarro.es/"
                               class="no-underline font-bold"
                               title="Ir&#x20;a&#x20;la&#x20;p&#xE1;gina&#x20;de&#x20;inicio"
                            ><span>Inicio</span></a>
                                                <meta itemprop="name" content="Inicio" />
                        <meta itemprop="position" content="1" />
                    </li>
                                                        <li class="item flex text-black text-sm blog-title" itemprop="itemListElement" itemscope
                        itemtype="https://schema.org/ListItem">
                                                    <span aria-hidden="true" class="separator px-2 font-bold">/</span>
                                                                            <span>Blog</span>
                                                <meta itemprop="name" content="Blog" />
                        <meta itemprop="position" content="2" />
                    </li>
                            </ol>
        </div>
    </nav>


    <div class=" post-list&#x20;grid&#x20;grid-cols-2&#x20;gap-x-1.5&#x20;gap-y-6&#x20;mb-8&#x20;md&#x3A;grid-cols-3&#x20;md&#x3A;gap-x-5&#x20;md&#x3A;gap-y-5 ">
                                                                                
            
<div class="bg-post-card-color ">
    <a href="https://www.herbolarionavarro.es/blog/dieta-fodmap-alimentos" class="block">
        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/34070ce6d1/dieta-fodmap-mobile.jpg"
             alt="Alimentaci&#xF3;n&#x20;Fodmap"
             title="que-es-dieta-fodmap"
             loading="lazy"
             class="a-image__image&#x20;object-cover&#x20;w-full&#x20;h-full&#x20;aspect-&#x5B;4&#x2F;3&#x5D;"
        >
    </a>
    <div class="py-1&#x20;lg&#x3A;py-4">
        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">8/4/25</span>
        <a href="https://www.herbolarionavarro.es/blog/dieta-fodmap-alimentos" class="text-post-card-title&#x20;post-card-title&#x20;md&#x3A;post-card-title-desktop&#x20;line-clamp-2&#x20;mb-0.5&#x20;lg&#x3A;mt-0.5&#x20;lg&#x3A;mb-3"><h3>¿Qué es la Dieta FODMAP? ¿Cómo funciona?</h3></a>
        <div class="text-post-card-description&#x20;post-card-description&#x20;md&#x3A;post-card-description-desktop&#x20;lg&#x3A;line-clamp-2&#x20;line-clamp-3&#x20;mb-2&#x20;pb-px">Aprende a seguir la dieta baja en FODMAP paso a paso. Elimina síntomas como hinchazón y dolor con una guía práctica y alimentos recomendados.</div>
            </div>
</div>
                                                                                
            
<div class="bg-post-card-color ">
    <a href="https://www.herbolarionavarro.es/blog/cola-de-caballo-propiedades" class="block">
        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/bb3b3c69e8/cola-caballo-mobile.jpg"
             alt="Infusi&#xF3;n&#x20;de&#x20;cola&#x20;de&#x20;caballo"
             title="cola-caballo-propiedades-beneficios"
             loading="lazy"
             class="a-image__image&#x20;object-cover&#x20;w-full&#x20;h-full&#x20;aspect-&#x5B;4&#x2F;3&#x5D;"
        >
    </a>
    <div class="py-1&#x20;lg&#x3A;py-4">
        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">3/4/25</span>
        <a href="https://www.herbolarionavarro.es/blog/cola-de-caballo-propiedades" class="text-post-card-title&#x20;post-card-title&#x20;md&#x3A;post-card-title-desktop&#x20;line-clamp-2&#x20;mb-0.5&#x20;lg&#x3A;mt-0.5&#x20;lg&#x3A;mb-3"><h3>Cola de caballo: Propiedades, beneficios y cómo tomarla</h3></a>
        <div class="text-post-card-description&#x20;post-card-description&#x20;md&#x3A;post-card-description-desktop&#x20;lg&#x3A;line-clamp-2&#x20;line-clamp-3&#x20;mb-2&#x20;pb-px">Explora para qué sirve la cola de caballo, sus propiedades medicinales y contraindicaciones. Conoce cómo incorporarla de forma segura en tu rutina diaria</div>
            </div>
</div>
                                                                                
            
<div class="bg-post-card-color ">
    <a href="https://www.herbolarionavarro.es/blog/lecitina-de-soja-propiedades-contraindicaciones" class="block">
        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/11ac804c64/lecitina-soja-mobile.jpg"
             alt="Lecitina&#x20;de&#x20;soja&#x20;en&#x20;granos"
             title="lecitina-soja-propiedades"
             loading="lazy"
             class="a-image__image&#x20;object-cover&#x20;w-full&#x20;h-full&#x20;aspect-&#x5B;4&#x2F;3&#x5D;"
        >
    </a>
    <div class="py-1&#x20;lg&#x3A;py-4">
        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">1/4/25</span>
        <a href="https://www.herbolarionavarro.es/blog/lecitina-de-soja-propiedades-contraindicaciones" class="text-post-card-title&#x20;post-card-title&#x20;md&#x3A;post-card-title-desktop&#x20;line-clamp-2&#x20;mb-0.5&#x20;lg&#x3A;mt-0.5&#x20;lg&#x3A;mb-3"><h3>Lecitina de soja: propiedades y contraindicaciones</h3></a>
        <div class="text-post-card-description&#x20;post-card-description&#x20;md&#x3A;post-card-description-desktop&#x20;lg&#x3A;line-clamp-2&#x20;line-clamp-3&#x20;mb-2&#x20;pb-px">Descubre qué es la lecitina de soja, sus propiedades, beneficios y contraindicaciones. Información respaldada y consejos para un consumo seguro.</div>
            </div>
</div>
                                                                                
            
<div class="bg-post-card-color ">
    <a href="https://www.herbolarionavarro.es/blog/aceite-de-onagra-propiedades" class="block">
        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/c18e81afb7/aceite-onagra-mobile.jpg"
             alt="Aceite&#x20;de&#x20;Onagra"
             title="aceite-onagra-propiedades"
             loading="lazy"
             class="a-image__image&#x20;object-cover&#x20;w-full&#x20;h-full&#x20;aspect-&#x5B;4&#x2F;3&#x5D;"
        >
    </a>
    <div class="py-1&#x20;lg&#x3A;py-4">
        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">25/3/25</span>
        <a href="https://www.herbolarionavarro.es/blog/aceite-de-onagra-propiedades" class="text-post-card-title&#x20;post-card-title&#x20;md&#x3A;post-card-title-desktop&#x20;line-clamp-2&#x20;mb-0.5&#x20;lg&#x3A;mt-0.5&#x20;lg&#x3A;mb-3"><h3>Aceite de Onagra: propiedades, beneficios y cómo tomarlo</h3></a>
        <div class="text-post-card-description&#x20;post-card-description&#x20;md&#x3A;post-card-description-desktop&#x20;lg&#x3A;line-clamp-2&#x20;line-clamp-3&#x20;mb-2&#x20;pb-px">Conoce las propiedades del aceite de onagra, cómo tomarlo correctamente y para qué sirve. Te explicamos sus beneficios y en qué casos evitar su uso.</div>
            </div>
</div>
                                                                                
            
<div class="bg-post-card-color ">
    <a href="https://www.herbolarionavarro.es/blog/aromaterapia-que-es" class="block">
        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/f00fdc3d62/aromaterapia-mobile.jpg"
             alt="Qu&#xE9;&#x20;es&#x20;la&#x20;aromaterapia"
             title="aromaterapia"
             loading="lazy"
             class="a-image__image&#x20;object-cover&#x20;w-full&#x20;h-full&#x20;aspect-&#x5B;4&#x2F;3&#x5D;"
        >
    </a>
    <div class="py-1&#x20;lg&#x3A;py-4">
        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">20/3/25</span>
        <a href="https://www.herbolarionavarro.es/blog/aromaterapia-que-es" class="text-post-card-title&#x20;post-card-title&#x20;md&#x3A;post-card-title-desktop&#x20;line-clamp-2&#x20;mb-0.5&#x20;lg&#x3A;mt-0.5&#x20;lg&#x3A;mb-3"><h3>¿Qué es la aromaterapia? Beneficios y cómo usarla con seguridad</h3></a>
        <div class="text-post-card-description&#x20;post-card-description&#x20;md&#x3A;post-card-description-desktop&#x20;lg&#x3A;line-clamp-2&#x20;line-clamp-3&#x20;mb-2&#x20;pb-px">Descubre qué es la aromaterapia y cómo aplicarla de forma segura. Aprende sus beneficios físicos, emocionales y cómo elegir aceites esenciales de calidad.</div>
            </div>
</div>
                                                                                
            
<div class="bg-post-card-color ">
    <a href="https://www.herbolarionavarro.es/blog/creatina-para-que-sirve" class="block">
        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/149d5f916d/creatina-mobile.jpg"
             alt="Creatina&#x20;qu&#xE9;&#x20;es&#x20;y&#x20;para&#x20;qu&#xE9;&#x20;sirve"
             title="creatina-deporte"
             loading="lazy"
             class="a-image__image&#x20;object-cover&#x20;w-full&#x20;h-full&#x20;aspect-&#x5B;4&#x2F;3&#x5D;"
        >
    </a>
    <div class="py-1&#x20;lg&#x3A;py-4">
        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">18/3/25</span>
        <a href="https://www.herbolarionavarro.es/blog/creatina-para-que-sirve" class="text-post-card-title&#x20;post-card-title&#x20;md&#x3A;post-card-title-desktop&#x20;line-clamp-2&#x20;mb-0.5&#x20;lg&#x3A;mt-0.5&#x20;lg&#x3A;mb-3"><h3>Creatina: Qué es, para qué sirve y cómo tomarla</h3></a>
        <div class="text-post-card-description&#x20;post-card-description&#x20;md&#x3A;post-card-description-desktop&#x20;lg&#x3A;line-clamp-2&#x20;line-clamp-3&#x20;mb-2&#x20;pb-px">Descubre qué hace la creatina en tu cuerpo y cómo tomarla para mejorar tu rendimiento. Guía completa sobre creatina monohidratada y sus beneficios reales.</div>
            </div>
</div>
                                                                                
            
<div class="bg-post-card-color ">
    <a href="https://www.herbolarionavarro.es/blog/remedios-naturales-para-dormir" class="block">
        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/42a7a9c3e2/dormir-noche-mobile.jpg"
             alt="Remedios&#x20;naturales&#x20;para&#x20;dormir&#x20;durante&#x20;toda&#x20;la&#x20;noche"
             title="remedios-naturales-dormir-noche"
             loading="lazy"
             class="a-image__image&#x20;object-cover&#x20;w-full&#x20;h-full&#x20;aspect-&#x5B;4&#x2F;3&#x5D;"
        >
    </a>
    <div class="py-1&#x20;lg&#x3A;py-4">
        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">11/3/25</span>
        <a href="https://www.herbolarionavarro.es/blog/remedios-naturales-para-dormir" class="text-post-card-title&#x20;post-card-title&#x20;md&#x3A;post-card-title-desktop&#x20;line-clamp-2&#x20;mb-0.5&#x20;lg&#x3A;mt-0.5&#x20;lg&#x3A;mb-3"><h3>Remedios naturales para dormir durante toda la noche</h3></a>
        <div class="text-post-card-description&#x20;post-card-description&#x20;md&#x3A;post-card-description-desktop&#x20;lg&#x3A;line-clamp-2&#x20;line-clamp-3&#x20;mb-2&#x20;pb-px">Descubre qué tomar para dormir natural. Infusiones, suplementos y relajantes naturales para conciliar el sueño y mejorar tu descanso toda la noche.</div>
            </div>
</div>
                                                                                
            
<div class="bg-post-card-color ">
    <a href="https://www.herbolarionavarro.es/blog/agua-de-azahar-que-es-para-que-sirve-y-propiedades" class="block">
        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/25a9359795/azahar-mobile.png"
             alt="Agua&#x20;de&#x20;Azahar,&#x20;flor&#x20;de&#x20;azahar"
             title="agua-azahar-propiedades-usos"
             loading="lazy"
             class="a-image__image&#x20;object-cover&#x20;w-full&#x20;h-full&#x20;aspect-&#x5B;4&#x2F;3&#x5D;"
        >
    </a>
    <div class="py-1&#x20;lg&#x3A;py-4">
        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">6/3/25</span>
        <a href="https://www.herbolarionavarro.es/blog/agua-de-azahar-que-es-para-que-sirve-y-propiedades" class="text-post-card-title&#x20;post-card-title&#x20;md&#x3A;post-card-title-desktop&#x20;line-clamp-2&#x20;mb-0.5&#x20;lg&#x3A;mt-0.5&#x20;lg&#x3A;mb-3"><h3>Agua de Azahar: qué es, propiedades y usos en cosmética y cocina</h3></a>
        <div class="text-post-card-description&#x20;post-card-description&#x20;md&#x3A;post-card-description-desktop&#x20;lg&#x3A;line-clamp-2&#x20;line-clamp-3&#x20;mb-2&#x20;pb-px">Descubre qué es el agua de azahar, para qué sirve y cómo aprovechar sus usos en cosmética, cocina y bienestar. Propiedades naturales que te sorprenderán.</div>
            </div>
</div>
                                                                                
            
<div class="bg-post-card-color ">
    <a href="https://www.herbolarionavarro.es/blog/alimentos-bajar-la-tension" class="block">
        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/c3fd84c4d0/tension-arterial-mobile.jpg"
             alt="Alimentos&#x20;para&#x20;bajar&#x20;la&#x20;tensi&#xF3;n&#x20;arterial"
             title="tension-arterial"
             loading="lazy"
             class="a-image__image&#x20;object-cover&#x20;w-full&#x20;h-full&#x20;aspect-&#x5B;4&#x2F;3&#x5D;"
        >
    </a>
    <div class="py-1&#x20;lg&#x3A;py-4">
        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">4/3/25</span>
        <a href="https://www.herbolarionavarro.es/blog/alimentos-bajar-la-tension" class="text-post-card-title&#x20;post-card-title&#x20;md&#x3A;post-card-title-desktop&#x20;line-clamp-2&#x20;mb-0.5&#x20;lg&#x3A;mt-0.5&#x20;lg&#x3A;mb-3"><h3>Alimentos para bajar la tensión arterial: dieta y consejos</h3></a>
        <div class="text-post-card-description&#x20;post-card-description&#x20;md&#x3A;post-card-description-desktop&#x20;lg&#x3A;line-clamp-2&#x20;line-clamp-3&#x20;mb-2&#x20;pb-px">Descubre los mejores alimentos para bajar la tensión arterial. Aprende qué dieta seguir para la hipertensión con consejos prácticos y efectivos.</div>
            </div>
</div>
            </div>

<div class="mt-8&#x20;md&#x3A;mt-auto&#x20;pt-4&#x20;md&#x3A;pt-8&#x20;pb-8&#x20;md&#x3A;pb-20&#x20;border-t&#x20;border-b&#x20;md&#x3A;border-b-0&#x20;border-gray">
    
    <div class="pages mt-5">
                    <strong class="sr-only label pages-label">Página</strong>
            <ul class="flex flex-row justify-center items-center gap-1.5" aria-label="Página">
                <li class="mr-auto relative text-sm text-black item pages-item-previous w-6 md:w-24">
                                    </li>

                
                                <li>
                    <ul class="flex flex-row flex-no-wrap gap-1.5">
                                                                                    <li class="relative item focus:outline-none pager-step pager-step-active">
                                    <strong class="cursor-default page">
                                <span class="sr-only label">
                                    Actualmente estás leyendo página                                </span>
                                        <span>1</span>
                                    </strong>
                                </li>
                                                                                                                <li class="relative pager-step">
                                    <a href="https://www.herbolarionavarro.es/blog/?p=2"
                                       mcclane-data="pagination-buttton"
                                       class="page">
                                        <span class="sr-only label">Página</span>
                                        <span>2</span>
                                    </a>
                                </li>
                                                                                                                <li class="relative pager-step">
                                    <a href="https://www.herbolarionavarro.es/blog/?p=3"
                                       mcclane-data="pagination-buttton"
                                       class="page">
                                        <span class="sr-only label">Página</span>
                                        <span>3</span>
                                    </a>
                                </li>
                                                                                                                <li class="relative pager-step">
                                    <a href="https://www.herbolarionavarro.es/blog/?p=4"
                                       mcclane-data="pagination-buttton"
                                       class="page">
                                        <span class="sr-only label">Página</span>
                                        <span>4</span>
                                    </a>
                                </li>
                                                                                                                <li class="relative pager-step">
                                    <a href="https://www.herbolarionavarro.es/blog/?p=5"
                                       mcclane-data="pagination-buttton"
                                       class="page">
                                        <span class="sr-only label">Página</span>
                                        <span>5</span>
                                    </a>
                                </li>
                                                                        </ul>
                </li>
                                    <li class="item pager-step">
                        <a class="page next jump" title="" href="https://www.herbolarionavarro.es/blog/?p=9">
                            <span>...</span>
                        </a>
                    </li>
                
                                    <li class="relative pager-step item">
                        <a class="page last" href="https://www.herbolarionavarro.es/blog/?p=10">
                            <span class="sr-only label">Página</span>
                            <span>10</span>
                        </a>
                    </li>
                
                <li class="ml-auto text-sm leading-5 text-black item pages-item-next w-6 md:w-24">
                                                                    <a class="action  next"
                           href="https://www.herbolarionavarro.es/blog/?p=2"
                           title="Continuar">
                                <span class="sr-only label">Siguiente</span>
                            <span>
                                                                    <span class="flex&#x20;justify-center&#x20;items-start">
                                        <span
                                            class="mr-3 font-bold&#x20;text-sm&#x20;hidden&#x20;md&#x3A;block">Siguiente</span>
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4" width="24" height="24"><path d="M221.66,133.66l-72,72a8,8,0,0,1-11.32-11.32L196.69,136H40a8,8,0,0,1,0-16H196.69L138.34,61.66a8,8,0,0,1,11.32-11.32l72,72A8,8,0,0,1,221.66,133.66Z"/></svg>
                                    </span>
                                                            </span>
                        </a>
                                    </li>
            </ul>

            </div>
</div>
</div>
    <div class="sidebar sidebar-main">
        <div class="sidebar sidebar-main px-2.5 lg:pl-0 lg:pr-12"><div class="sidebar-blog-item item-categories mb-8 lg:mt-10">
    <div class="font-secondary font-bold text-lg mb-5">Categor&#xED;as</div>
    <div class="space-y-2">
                    <div class="text-md font-light"><a href="https://www.herbolarionavarro.es/blog/category/consejos-nutricionales">Consejos nutricionales</a></div>
                    <div class="text-md font-light"><a href="https://www.herbolarionavarro.es/blog/category/alimentos-organicos">Alimentos orgánicos</a></div>
                    <div class="text-md font-light"><a href="https://www.herbolarionavarro.es/blog/category/recetas-saludables">Recetas saludables</a></div>
                    <div class="text-md font-light"><a href="https://www.herbolarionavarro.es/blog/category/consejos-de-salud">Consejos de salud</a></div>
                    <div class="text-md font-light"><a href="https://www.herbolarionavarro.es/blog/category/suplementos-naturales">Suplementos Naturales</a></div>
                    <div class="text-md font-light"><a href="https://www.herbolarionavarro.es/blog/category/aromaterapia">Aromaterapia</a></div>
                    <div class="text-md font-light"><a href="https://www.herbolarionavarro.es/blog/category/cuidado-del-pelo">Cuidado del cabello</a></div>
                    <div class="text-md font-light"><a href="https://www.herbolarionavarro.es/blog/category/cuidado-de-la-piel">Cuidado de la piel</a></div>
                    <div class="text-md font-light"><a href="https://www.herbolarionavarro.es/blog/category/sostenibilidad">Sostenibilidad</a></div>
            </div>
</div>

<div class="sidebar-blog-item&#x20;item-featured&#x20;mb-8">
    <div class="font-secondary&#x20;font-bold&#x20;text-lg&#x20;mb-4">Destactados</div>
    <div class="space-y-5">
                    <div class="bg-post-card-color">
                <a href="https://www.herbolarionavarro.es/blog/infusiones-antiinflamatorias" class="flex&#x20;flex-row&#x20;flex-nowrap&#x20;items-stretch">
                    <div class="shrink-0">
                        <img src="https&#x3A;&#x2F;&#x2F;www.herbolarionavarro.es&#x2F;storyblok&#x2F;f&#x2F;152322&#x2F;500x375&#x2F;75a100ff1c&#x2F;infusiones-antiinflamatorias-mobile.jpg"
                             alt="Infusiones&#x20;antiinflamatorias&#x20;naturales"
                             title="infusiones-antiinflamatorias-naturales"
                             width="120"
                             height="120"
                             loading="lazy"
                             class="a-image__image&#x20;object-cover&#x20;w-24&#x20;h-24">
                    </div>
                    <div class="grow&#x20;p-5&#x20;flex&#x20;flex-col&#x20;flex-nowrap&#x20;items-start&#x20;justify-center">
                        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">13/3/25</span>
                        <span class="text-post-card-title&#x20;text-md&#x20;font-bold&#x20;line-clamp-2">Infusiones antiinflamatorias naturales: cuáles son y cómo pueden ayudarte</span>
                    </div>
                </a>
            </div>
                    <div class="bg-post-card-color">
                <a href="https://www.herbolarionavarro.es/blog/agua-de-azahar-que-es-para-que-sirve-y-propiedades" class="flex&#x20;flex-row&#x20;flex-nowrap&#x20;items-stretch">
                    <div class="shrink-0">
                        <img src="https&#x3A;&#x2F;&#x2F;www.herbolarionavarro.es&#x2F;storyblok&#x2F;f&#x2F;152322&#x2F;500x375&#x2F;25a9359795&#x2F;azahar-mobile.png"
                             alt="Agua&#x20;de&#x20;Azahar,&#x20;flor&#x20;de&#x20;azahar"
                             title="agua-azahar-propiedades-usos"
                             width="120"
                             height="120"
                             loading="lazy"
                             class="a-image__image&#x20;object-cover&#x20;w-24&#x20;h-24">
                    </div>
                    <div class="grow&#x20;p-5&#x20;flex&#x20;flex-col&#x20;flex-nowrap&#x20;items-start&#x20;justify-center">
                        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">6/3/25</span>
                        <span class="text-post-card-title&#x20;text-md&#x20;font-bold&#x20;line-clamp-2">Agua de Azahar: qué es, propiedades y usos en cosmética y cocina</span>
                    </div>
                </a>
            </div>
                    <div class="bg-post-card-color">
                <a href="https://www.herbolarionavarro.es/blog/alimentos-bajar-la-tension" class="flex&#x20;flex-row&#x20;flex-nowrap&#x20;items-stretch">
                    <div class="shrink-0">
                        <img src="https&#x3A;&#x2F;&#x2F;www.herbolarionavarro.es&#x2F;storyblok&#x2F;f&#x2F;152322&#x2F;500x375&#x2F;c3fd84c4d0&#x2F;tension-arterial-mobile.jpg"
                             alt="Alimentos&#x20;para&#x20;bajar&#x20;la&#x20;tensi&#xF3;n&#x20;arterial"
                             title="tension-arterial"
                             width="120"
                             height="120"
                             loading="lazy"
                             class="a-image__image&#x20;object-cover&#x20;w-24&#x20;h-24">
                    </div>
                    <div class="grow&#x20;p-5&#x20;flex&#x20;flex-col&#x20;flex-nowrap&#x20;items-start&#x20;justify-center">
                        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop&#x20;mb-2">4/3/25</span>
                        <span class="text-post-card-title&#x20;text-md&#x20;font-bold&#x20;line-clamp-2">Alimentos para bajar la tensión arterial: dieta y consejos</span>
                    </div>
                </a>
            </div>
            </div>
</div>

<div class="sidebar-blog-item&#x20;item-recent&#x20;mb-8">
    <div class=" font-secondary&#x20;font-bold&#x20;text-lg&#x20;mb-5">Recientes</div>
    <div class="space-y-5">
                    <div class="bg-post-card-color">
                <a href="https://www.herbolarionavarro.es/blog/dieta-fodmap-alimentos" class="flex&#x20;flex-row&#x20;flex-nowrap&#x20;items-stretch">
                    <div class="shrink-0">
                        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/34070ce6d1/dieta-fodmap-mobile.jpg"
                             alt="Alimentaci&#xF3;n&#x20;Fodmap"
                             title="que-es-dieta-fodmap"
                             width="120"
                             height="120"
                             loading="lazy"
                             class="a-image__image&#x20;object-cover&#x20;w-24&#x20;h-24">
                    </div>
                    <div class="grow&#x20;p-5&#x20;flex&#x20;flex-col&#x20;flex-nowrap&#x20;items-start&#x20;justify-center">
                        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop">8/4/25</span>
                        <span class="text-post-card-title&#x20;text-md&#x20;font-bold&#x20;line-clamp-2">¿Qué es la Dieta FODMAP? ¿Cómo funciona?</span>
                    </div>
                </a>
            </div>
                    <div class="bg-post-card-color">
                <a href="https://www.herbolarionavarro.es/blog/cola-de-caballo-propiedades" class="flex&#x20;flex-row&#x20;flex-nowrap&#x20;items-stretch">
                    <div class="shrink-0">
                        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/bb3b3c69e8/cola-caballo-mobile.jpg"
                             alt="Infusi&#xF3;n&#x20;de&#x20;cola&#x20;de&#x20;caballo"
                             title="cola-caballo-propiedades-beneficios"
                             width="120"
                             height="120"
                             loading="lazy"
                             class="a-image__image&#x20;object-cover&#x20;w-24&#x20;h-24">
                    </div>
                    <div class="grow&#x20;p-5&#x20;flex&#x20;flex-col&#x20;flex-nowrap&#x20;items-start&#x20;justify-center">
                        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop">3/4/25</span>
                        <span class="text-post-card-title&#x20;text-md&#x20;font-bold&#x20;line-clamp-2">Cola de caballo: Propiedades, beneficios y cómo tomarla</span>
                    </div>
                </a>
            </div>
                    <div class="bg-post-card-color">
                <a href="https://www.herbolarionavarro.es/blog/lecitina-de-soja-propiedades-contraindicaciones" class="flex&#x20;flex-row&#x20;flex-nowrap&#x20;items-stretch">
                    <div class="shrink-0">
                        <img src="https://www.herbolarionavarro.es/storyblok/f/152322/500x375/11ac804c64/lecitina-soja-mobile.jpg"
                             alt="Lecitina&#x20;de&#x20;soja&#x20;en&#x20;granos"
                             title="lecitina-soja-propiedades"
                             width="120"
                             height="120"
                             loading="lazy"
                             class="a-image__image&#x20;object-cover&#x20;w-24&#x20;h-24">
                    </div>
                    <div class="grow&#x20;p-5&#x20;flex&#x20;flex-col&#x20;flex-nowrap&#x20;items-start&#x20;justify-center">
                        <span class="post-card-data&#x20;md&#x3A;post-card-data-desktop">1/4/25</span>
                        <span class="text-post-card-title&#x20;text-md&#x20;font-bold&#x20;line-clamp-2">Lecitina de soja: propiedades y contraindicaciones</span>
                    </div>
                </a>
            </div>
            </div>
</div>

<div class="sidebar-blog-item item-tags mb-8">
    <div class="font-secondary font-bold text-lg mb-5">Etiquetas</div>
    <div class="space-y-2 flex flex-row flex-wrap items-baseline -mt-2">
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/deporte">Deporte</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/vitalidad">Vitalidad</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/memoria">Memoria</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/descanso">Descanso</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/circulacion">Circulación</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/digestion">Digestión</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/sistema-inmunitario">Sistema inmunitario</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/control-de-peso">Control de peso</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/noticias">Noticias</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/alimentacion-saludable">Alimentación saludable</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/vegetariano">Vegetariano</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/vegano">Vegano</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/sin-gluten">Sin gluten</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/superalimentos">Superalimentos</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/platos-principales">Platos principales</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/postres">Postres</a>
            </div>
                    <div class="mt-2 mr-2">
                <a class="block text-sm p-2.5 border border-gray transition-all duration-300 delay-75 text-gray-dark hover:text-black hover:border-black" href="https://www.herbolarionavarro.es/blog/tag/desayunos">Desayunos</a>
            </div>
            </div>
</div>
</div>    </div>
</div></div></div></div></main><footer class="page-footer"><div class="footer content"><script type="text/javascript">
    const formIsSubmitted = new Promise((resolve) => {
        window.addEventListener('dynamic-form-submitted', event => {
            const formObject = event.detail || {};

            return resolve(formObject);
        });
    });

    const formDatalayerIsReady = new Promise((resolve) => {
        window.addEventListener('datalayer-ready', () => {
            return resolve({});
        });
    });

    const formPromises = [formIsSubmitted, formDatalayerIsReady];

    try {
        Promise.all(formPromises).then(sendDataGTM)
    } catch (e) {
        //Promise.all is not supported browser
        FormPromiseAllPolyfill(formPromises).then(sendDataGTM);
    }

    function sendDataGTM(result) {
        const formIsSubmittedEvent = result.shift();

        if (!formIsSubmittedEvent.name_form) {
            return;
        }

        window.dispatchEvent(
            new CustomEvent('datalayer-event',
                {
                    detail: {
                        "event": "send_form",
                        "name_form": formIsSubmittedEvent.name_form
                    }
                }
            )
        );
    }

    function FormPromiseAllPolyfill(promises) {
        const results = [];
        let completed = 0;

        return new Promise((resolve, reject) => {
            promises.forEach((value, index) => {
                Promise.resolve(value)
                    .then((res) => {
                        results[index] = res;
                        completed++;
                        if (completed === promises.length) {
                            resolve(results);
                        }
                    }).catch((err) => reject(err));
            });
        });
    }
</script>
<script type="text/javascript">
    window.addEventListener('datalayer-ready', () => {
        const nodes = getAllNodes();

        nodes.forEach((node) => {
            node.addEventListener('click', (event) => {
                const data = getGtmDataFromNode(event.target);
                trackNodeClick(data);
            });
        });
    });

    /**
     * Node list of elements which they have gtm-tracking=1 attribute which mean are available for track data
     *
     * @returns NodeListOf<Element>
     */
    function getAllNodes() {
        return document.querySelectorAll('[gtm-tracking="1"]');
    }

    function trackNodeClick(data) {
        if (typeof data !== 'object' || !data.hasOwnProperty('event')) {
            return;
        }

        window.dispatchEvent(
            new CustomEvent('datalayer-event', {
                detail: data
            })
        );
    }

    /**
     * Element should have gtm-data attribute as object value
     * @param element
     * @returns {{}}
     */
    function getGtmDataFromNode(element) {
        let gtmData = {};
        const gtmDataAttribute = element.getAttribute('gtm-data');

        if (!gtmDataAttribute) {
            return gtmData;
        }

        try {
            const sanitizeGtmData = gtmDataAttribute.replace(/'/ig,'"');
            gtmData = JSON.parse(sanitizeGtmData);
        } catch (e) {
            console.error(e);
        }

        return gtmData;
    }
</script>
<script>
   let browserStorage = hyva.getBrowserStorage();

    function sendEvent (event) {
                window.dataLayer = window.dataLayer || [];
        window.dataLayer.push(event);
    }

    function generateHashCache (data) {
        const text = JSON.stringify(data);
        return btoa(text);
    }

    function updateUserData (customer) {
        const customerCache = browserStorage.getItem('datalayer-cache-customer');
        const customerHash = generateHashCache(customer);

        if (customerHash === customerCache) {
            return false;
        }

        browserStorage.setItem('datalayer-cache-customer', customerHash);
    }

    function updateEvents (events) {
        let cacheEvents = [];
        const cacheStorage = browserStorage.getItem('datalayer-cache-events');

        try {
            if (cacheStorage) {
                cacheEvents = JSON.parse(cacheStorage);
            }
        } catch (error) {
           console.error(error);
        }

        Object.keys(events).forEach(key => {
            const eventData = events[key];

            if (!cacheEvents.includes(eventData.identifier)) {
                cacheEvents.push(eventData.identifier);
                sendEvent(eventData.event);
            }
        });

        browserStorage.setItem('datalayer-cache-events', JSON.stringify(cacheEvents));
    }

    window.addEventListener('private-content-loaded', event => {
        const dataObject = event.detail.data['rocket_datalayer'] || {};

        if (dataObject['customer'] && Object.keys(dataObject['customer']).length) {
            updateUserData(dataObject['customer']);
        }
    });

   window.addEventListener('ecommerce-datalayer-ready', childEventsData => {
       let dataObject = {};
       childEventsData.detail.forEach((childEvent) => {
           if (childEvent.type === 'private-content-loaded') {
               dataObject = childEvent.detail.data['rocket_datalayer'] || {};
           }
       });

       if (dataObject['events'] && Object.keys(dataObject['events']).length) {
           updateEvents(dataObject['events']);
       }

       window.addEventListener('private-content-loaded', eventData => {
           if (Object.keys(eventData.detail.data?.['rocket_datalayer']?.['events'] || []).length) {
               updateEvents(eventData.detail.data['rocket_datalayer']['events']);
           }
       })
   });

    window.addEventListener('datalayer-event', event => {
        sendEvent(event.detail);
    });

    window.addEventListener('thirdparty-trigger', () => {
        sendEvent({'event':'trigger-load-thirdparty'});
    });

   let ecommerceDatalayerReadyPromises = [];
   let ecommerceDatalayerReadyEvents = ['private-content-loaded', 'datalayer-ready', 'thirdparty-trigger'];

   ecommerceDatalayerReadyEvents.forEach((eventName) => {
       ecommerceDatalayerReadyPromises.push(
           new Promise((resolve) => {
               window.addEventListener(eventName, event => {
                   return resolve(event);
               });
           })
       );
   });

   try {
       Promise.all(ecommerceDatalayerReadyPromises).then(childEventsData => {window.dispatchEvent(new CustomEvent('ecommerce-datalayer-ready', {detail: childEventsData}))})
   } catch (e) {
       //Promise.all is not supported browser
       PromiseAllPolyfill(ecommerceDatalayerReadyPromises).then(childEventsData => {window.dispatchEvent(new CustomEvent('ecommerce-datalayer-ready', {detail: childEventsData}))});
   }
</script>
<section class="o-footer relative">
        <div class="o-footer__container bg-[color:var(--footer-content-background)] container px-0 relative">
        <div id="rktgridlayout-6800da8b3932b" class="o-grid  sb-4248418-bg-[#F0F0F0] lg:sb-4248418-py-8 md:sb-4248418-px-4 sb-4248418-border-t md:sb-9369864-bg-transparent sb-9369864-bg-transparent lg:sb-9369864-bg-transparent grid">
            <div class="o-grid-child"
            style="--o-grid-area: 1 / 1 / 2 / 2; --o-grid-area-tablet: 1 / 1 / 2 / 2; --o-grid-area-desktop: 1 / 1 / 2 / 6;">
            <div class="o-container o-container-a64993b3-6960-45c1-b8e3-991312883cc2 container    sb-1710256-flowbox-comunidad  "><div class="o-container o-container-58309a4e-cdc4-4121-90d1-c1fc3c170439 w-full    sb-2933487-text-center  "><style>
    .sb-7123889-inline-block {    display: inline-block}          .sb-7123889-h-28 {    height: 7rem}          .sb-7123889-w-28 {    width: 7rem}          .sb-7123889-opacity-100 {    opacity: 1}             </style>
    <div class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class=" sb-7123889-w-28 sb-7123889-h-28 sb-7123889-inline-block sb-7123889-opacity-100  text-brand-primary" width="24" height="24"><path d="M244.8,150.4a8,8,0,0,1-11.2-1.6A51.6,51.6,0,0,0,192,128a8,8,0,0,1-7.37-4.89,8,8,0,0,1,0-6.22A8,8,0,0,1,192,112a24,24,0,1,0-23.24-30,8,8,0,1,1-15.5-4A40,40,0,1,1,219,117.51a67.94,67.94,0,0,1,27.43,21.68A8,8,0,0,1,244.8,150.4ZM190.92,212a8,8,0,1,1-13.84,8,57,57,0,0,0-98.16,0,8,8,0,1,1-13.84-8,72.06,72.06,0,0,1,33.74-29.92,48,48,0,1,1,58.36,0A72.06,72.06,0,0,1,190.92,212ZM128,176a32,32,0,1,0-32-32A32,32,0,0,0,128,176ZM72,120a8,8,0,0,0-8-8A24,24,0,1,1,87.24,82a8,8,0,1,0,15.5-4A40,40,0,1,0,37,117.51,67.94,67.94,0,0,0,9.6,139.19a8,8,0,1,0,12.8,9.61A51.6,51.6,0,0,1,64,128,8,8,0,0,0,72,120Z"/></svg>
</div></div>
            <style>
                            .sb-2933487-text-center {    text-align: center}                        </style><div class="font-primary text-5xl md:text-10xl  text-center md:sb-1207986-pt-6 md:sb-1207986-pb-6 sb-1207986-pt-4 sb-1207986-pb-4 lg:sb-1207986-pt-8 lg:sb-1207986-pb-8  "  style="color: #000000";>
<h1>¡Únete a la Comunidad!</h1></div>
<style>
           .sb-1207986-pt-4{padding-top:1rem}.sb-1207986-pb-4{padding-bottom:1rem}@media(min-width:768px){.md\:sb-1207986-pt-6{padding-top:1.5rem}.md\:sb-1207986-pb-6{padding-bottom:1.5rem}}@media(min-width:1024px){.lg\:sb-1207986-pt-8{padding-top:2rem}.lg\:sb-1207986-pb-8{padding-bottom:2rem}} </style><div class="font-primary text-md   text-center  sb-9224822-mb-2 "  >
<p>Comparte tu experiencia Herbolario Navarro con la comunidad y corramos la voz. </p><p>Porque lo natural es cuidar a quien te quiere ¡Somos #herbolarionavarro! </p></div>
<style>
            .sb-9224822-mb-2{margin-bottom:0.5rem}</style><div class="font-primary text-md   text-center   "  >
<p>Etiquétanos en Instagram con el hashtag <b>#herbolarionavarro</b> o menciona a <b>@herbolarionavarro.es</b> en tus publicaciones.</p></div><div class="font-primary text-md   text-center  sb-2283902-mb-16 "  >
<p>¡Síguenos en Instagram para no perderte nada!</p></div>
<style>
            .sb-2283902-mb-16{margin-bottom:4rem}</style><div class="o-container o-container-9f8cdacd-73bf-483a-a544-7028dabb42e8 w-full  sb-6442399-mb-16   "><script>
    window.addEventListener('thirdparty-trigger', async event => {
        (function() {
            const d  = document;
            const id = 'flowbox-js-embed';
            if (!window.flowbox) { var f = function() { f.q.push(arguments); }; f.q = []; window.flowbox = f; }
            if (!d.getElementById(id)) {
                var s = d.createElement('script'), fjs = d.scripts[d.scripts.length - 1]; s.id = id; s.async = true;
                s.src = 'https://connect.getflowbox.com/flowbox.js';
                s.onload = () => {
                    document.dispatchEvent(new Event('flowboxScriptReady'));
                };
                fjs.parentNode.insertBefore(s, fjs);
            } else {
                document.dispatchEvent(new Event('flowboxScriptReady'));
            }
        })();
    });
</script>

<div class="widget-flowbox text-center"  data-ui-id="flowbox-flow"      x-data='flowboxAlpine({
         "blockKey": "JDWWOysxSY\u002Dzfx0Muw0ftg",
         "containerSelector": "\u005Bdata\u002Dui\u002Did\u003D\u0022flowbox\u002Dflow\u0022\u005D\u0020.js\u002Dflowbox__container",
         "locale": "es\u002DES",
         "categories": {"todo":"","recetas":["vegan","postre","comida"],"suplementacion":[],"cosmetica":[]},
         "allTags": ["todo","recetas","vegan","postre","comida","suplementacion","cosmetica"]     })'
     x-init="init()"
>
    <div class="js-flowbox__tags widget-flowbox__tags main-category-container" x-show="catsLabels.length > 1">
        <template x-for="(tag, label) in catsTags" :key="label">
            <button class="action widget-flowbox__action main-category btn"
                    x-text="label"
                    :class="{'active': mainTag === tag}"
                    @click="chooseMain(tag)">
            </button>
        </template>
    </div>
    <div class="js-flowbox__tags widget-flowbox__tags subcategory-container" x-show="subCats.length > 0">
        <template x-for="sub in subCats" :key="sub">
            <button class="action widget-flowbox__action subcategory btn"
                    x-text="sub"
                    :class="{'active': subTag === sub}"
                    @click="chooseSub(sub)">
            </button>
        </template>
    </div>
    <div x-show="loadingData" class="my-20 flex justify-center items-center">
        <!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" stroke="currentColor" class="text-primary" width="57" height="57">
    <g fill="none" fill-rule="evenodd">
        <g transform="translate(1 1)" stroke-width="2">
            <circle cx="5" cy="50" r="5">
                <animate attributeName="cy" begin="0s" dur="2.2s" values="50;5;50;50" calcMode="linear" repeatCount="indefinite"/>
                <animate attributeName="cx" begin="0s" dur="2.2s" values="5;27;49;5" calcMode="linear" repeatCount="indefinite"/>
            </circle>
            <circle cx="27" cy="5" r="5">
                <animate attributeName="cy" begin="0s" dur="2.2s" from="5" to="5" values="5;50;50;5" calcMode="linear" repeatCount="indefinite"/>
                <animate attributeName="cx" begin="0s" dur="2.2s" from="27" to="27" values="27;49;5;27" calcMode="linear" repeatCount="indefinite"/>
            </circle>
            <circle cx="49" cy="50" r="5">
                <animate attributeName="cy" begin="0s" dur="2.2s" values="50;50;5;50" calcMode="linear" repeatCount="indefinite"/>
                <animate attributeName="cx" from="49" to="49" begin="0s" dur="2.2s" values="49;5;27;49" calcMode="linear" repeatCount="indefinite"/>
            </circle>
        </g>
    </g>
</svg>
        <div class="ml-10 text-primary text-xl">
            Cargando...        </div>
    </div>
    <div class="js-flowbox__container widget-flowbox__container"></div>
</div>
<script>
    function flowboxAlpine(config) {
        return {
            blockKey: config.blockKey,
            containerSelector: config.containerSelector,
            locale: config.locale,
            categories: config.categories,
            allTags: config.allTags,
            catsLabels:  [],
            catsTags:  [],
            subCats:   [],
            mainTag:   '',
            subTag:    '',
            isFlowboxReady: false,
            loadingData: true,
            init() {
                this.catsLabels = Object.keys(this.categories);
                let catsTags = this.catsLabels.map(
                    function(label){
                        let value = label;
                        if (typeof this.categories[label] === "string") {
                            value = this.categories[label];
                        }

                        return [label, value];
                    }.bind(this)
                );
                this.catsTags = Object.fromEntries(catsTags);

                document.addEventListener('flowboxScriptReady', () => {
                    this.initFlowbox();
                });
                this.initDataObserver();
            },
            initFlowbox() {
                if (!window.flowbox || typeof window.flowbox !== 'function') {
                    console.warn('Flowbox script is not ready yet');
                    return;
                }
                window.flowbox('init', {
                    container: this.containerSelector,
                    key: this.blockKey,
                    locale: this.locale,
                    tags: this.allTags,
                    tagsOperator: 'any',
                });
                this.isFlowboxReady = true;
            },
            initDataObserver() {
                const container = document.querySelector(this.containerSelector);
                const observer = new MutationObserver((mutationsList) => {
                    for (let mutation of mutationsList) {
                        if (mutation.type === 'childList' || mutation.type === 'characterData') {
                            this.loadingData = (container.textContent.trim() === '');
                        }
                    }
                });

                observer.observe(container, {
                    childList: true,
                    subtree: true,
                    characterData: true
                });
            },
            updateFlow(tags, operator='all') {
                if (!this.isFlowboxReady) {
                    console.warn('Flowbox is not ready to updateFlow().');
                    return;
                }
                window.flowbox('update', {
                    key: this.blockKey,
                    tags,
                    tagsOperator: operator
                });
            },
            chooseMain(cat) {
                this.mainTag = cat;
                this.subTag  = '';

                this.subCats = this.categories[cat] || [];

                if (!cat) {
                    this.updateFlow(this.allTags, 'any');
                } else {
                    this.updateFlow([cat], 'all');
                }
            },
            chooseSub(sub) {
                this.subTag = sub;
                this.updateFlow([this.mainTag, sub], 'all');
            },
        };
    }
</script></div>
            <style>
                                    .sb-6442399-mb-16{margin-bottom:4rem}                </style></div>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 2 / 1 / 3 / 2; --o-grid-area-tablet: 2 / 1 / 3 / 2; --o-grid-area-desktop: 2 / 1 / 3 / 6;">
            <div class="o-container o-container-4e70e101-fa97-4021-9ad8-2973fe6a40d5 container sb-4147040-pt-8 sb-4147040-pl-0 sb-4147040-pr-0 sb-4147040-pb-2.5 lg:sb-4147040-pt-5 lg:sb-4147040-pl-0 lg:sb-4147040-pb-10 sb-5343477-mb-5 lg:sb-5343477-ml-0 lg:sb-5343477-mb-4  md:sb-1937138-h-[90%] sb-1937138-flex sb-1937138-flex-col sb-1937138-px-5 sm:sb-1937138-px-0 sb-1937138-border-b-2 sb-1937138-h-auto  "><div class="o-container o-container-de6f25fd-6b24-49ad-900e-c58569ad3981     sb-7269217-flex sb-7269217-flex-col sb-7269217-m-auto sb-7269217-w-auto  "><div class="   text-center w-full m-heading" >
    
            <div class="m-heading__title">
            <div class="font-primary text-5xl md:text-10xl     "  >
<p>Únete a nuestra newsletter</p></div>        </div>
    
    
    </div><div class="o-container o-container-09c0b541-5a10-490a-b567-45f3bbe0c173 w-full  sb-8643725-mb-5  sb-4506978-flex sb-4506978-justify-center  "><div class="font-primary text-md    sb-2468665-pr-1  "  >
<p>Y consigue</p></div>
<style>
           .sb-2468665-pr-1{padding-right:0.25rem} </style><div class="font-primary text-md    sb-1673942-pr-1  "  style="color: #A1B100";>
<p>10%</p></div>
<style>
           .sb-1673942-pr-1{padding-right:0.25rem} </style><div class="font-primary text-md      "  >
<p>de regalo</p></div></div>
            <style>
                            .sb-4506978-flex {    display: flex}          .sb-4506978-justify-center {    justify-content: center}        .sb-8643725-mb-5{margin-bottom:1.25rem}                </style><div class="sb-4721727-mx-0 sb-4721727-w-5/6 sb-4721727-self-center sb-1865570-pl-4 sb-1865570-pr-4 sb-5551112-mb-5">
                <div>
    <form class="form subscribe"
          action="https://www.herbolarionavarro.es/newsletter/subscriber/new/"
          method="post"
          x-data="initNewsletterForm()"
          x-defer="intersect"
          @submit.prevent="submitForm()"
          id="newsletter-validate-detail">
        <div class="flex flex-col flex-wrap justify-center gap-3.5 md:justify-start gap-5">
            <div class="relative">
                <input name="email"
                       type="email"
                       required
                       id="newsletter-subscribe"
                       class="form-input inline-flex w-full border-0 border-b-2 rounded-none py-2 px-2.5 h-12 text-center text-2xl>"
                       placeholder="Email"/>
                <div x-data="{ formKey: '' }" x-init="formKey = hyva.getFormKey()">
    <input name="form_key" type="hidden" :value="formKey"/>
</div>
                <button class="btn btn-secondary btn-only-icon btn-absolute btn-absolute-desktop"
                        aria-label="Enviar"
                        mcclane-data="newsletter-footer-submit"
                ><span class="a-icon>"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" width="24" height="24"><path d="M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM203.43,64,128,133.15,52.57,64ZM216,192H40V74.19l82.59,75.71a8,8,0,0,0,10.82,0L216,74.19V192Z"/></svg>
</span></button>
            </div>
            
<div class="field field-reserved choice  required">
    <input type="checkbox"
           id="terms-magento-framework-view-element-template-17"
           name="terms[4]"
           mcclane-data="block_newsletter-accept-terms-4"
                   title="Política de privacidad"
           class="checkbox"
        required    />
    <label class="label" for="terms-magento-framework-view-element-template-17">
        <span>He leído y acepto las <a href="/aviso-legal" target="_blank"  rel="nofollow">Condiciones de uso y contratación</a> y la <a href="/politica-privacidad" target="_blank" rel="nofollow" class="underline">Política de privacidad</a></span>
    </label>
</div>
                    </div>
        <div>
            <template x-if="displayErrorMessage">
                <p class="flex items-center text-red">
                    <span class="inline-block w-8 h-8 mr-3">
                        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="24" height="24">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg>
                    </span>
                    <template x-for="errorMessage in errorMessages">
                        <span x-html="errorMessage"></span>
                    </template>
                </p>
            </template>
        </div>
    </form>
    <div class="w-full">
            </div>
    <script>
        function initNewsletterForm() {
            return {
                errors: 0,
                hasCaptchaToken: 0,
                displayErrorMessage: false,
                errorMessages: [],
                setErrorMessages(messages) {
                    this.errorMessages = [messages]
                    this.displayErrorMessage = this.errorMessages.length
                },
                submitForm() {
                    // Do not rename $form, the variable is expected to be declared in the recaptcha output
                    const $form = document.querySelector('#newsletter-validate-detail');
                    
                    if (this.errors === 0) {
                        $form.submit();
                    }
                }
            }
        }
    </script>
</div>
            </div>
                        <style>
                .sb-4721727-mx-0 {    margin-left: 0px;    margin-right: 0px}          .sb-4721727-w-5\/6 {    width: 83.333333%}          .sb-4721727-self-center {    align-self: center}       .sb-1865570-pl-4{padding-left:1rem}.sb-1865570-pr-4{padding-right:1rem} .sb-5551112-mb-5{margin-bottom:1.25rem}            </style><div class="flex justify-center items-center	  sb-9975373-space-x-3 sb-9975373-mb-8">
            <div class="">
            <div class="o-banner o-banner-3dd470f0-db2d-4aba-9c34-0bf6188aa875 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;sb-338916-hidden&#x20;md&#x3A;sb-338916-block&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1080x1080/244fbd454c/instagram.png" alt="" title="" width="1080" height="1080"
        loading="lazy"         class=" w-10 a-image__image object-cover w-full h-full">
</picture>
    <style>
        .w-10 {    width: 2.5rem}          </style>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;md&#x3A;text-center&#x20;md&#x3A;justify-center&#x20;md&#x3A;items-center&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.instagram.com/herbolarionavarro/" x-data="" x-defer="intersect"           target="_blank"
           rel="noopener noreferrer nofollow">
                    </a>
    </div>

<style>
    .o-banner-3dd470f0-db2d-4aba-9c34-0bf6188aa875 {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               .sb-338916-hidden {    display: none}          @media (min-width: 768px) {    .md\:sb-338916-block {        display: block    }}      </style>        </div>
            <div class="">
            <div class="o-banner o-banner-63eb4796-a111-4e9d-9639-1fa2d9c86159 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;sb-8747563-w-10&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1080x1080/73aaeea1b2/facebook.png" alt="" title="" width="1080" height="1080"
        loading="lazy"         class=" a-image__image">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.facebook.com/herbolarionavarro" x-data="" x-defer="intersect"           target="_blank"
           rel="noopener noreferrer nofollow">
                    </a>
    </div>

<style>
    .o-banner-63eb4796-a111-4e9d-9639-1fa2d9c86159 {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               .sb-8747563-w-10 {    width: 2.5rem}      </style>        </div>
            <div class="">
            <div class="o-banner o-banner-ca42234d-3b27-41f0-b2c6-369b7000c2a0 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;sb-4211621-w-10&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1080x1080/7ed4efece7/youtube.png" alt="" title="" width="1080" height="1080"
        loading="lazy"         class=" a-image__image">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.youtube.com/user/HerbolarioNavarro" x-data="" x-defer="intersect"           target="_blank"
           rel="noopener noreferrer nofollow">
                    </a>
    </div>

<style>
    .o-banner-ca42234d-3b27-41f0-b2c6-369b7000c2a0 {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               .sb-4211621-w-10 {    width: 2.5rem}      </style>        </div>
            <div class="">
            <div class="o-banner o-banner-f78db473-5aea-4d60-9ebf-e2782e6a17dc relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;sb-1507058-w-10&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1080x1080/3e6db837b8/tiktok.png" alt="" title="" width="1080" height="1080"
        loading="lazy"         class=" a-image__image">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.tiktok.com/@herbolarionavarro" x-data="" x-defer="intersect"           target="_blank"
           rel="noopener noreferrer nofollow">
                    </a>
    </div>

<style>
    .o-banner-f78db473-5aea-4d60-9ebf-e2782e6a17dc {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               .sb-1507058-w-10 {    width: 2.5rem}      </style>        </div>
            <div class="">
            <div class="o-banner o-banner-42181e9d-e414-4476-b1b8-dbbbd382f67b relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;sb-293118-w-10&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1080x1080/c7ec4660a0/blog.png" alt="" title="" width="1080" height="1080"
        loading="lazy"         class=" a-image__image">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.herbolarionavarro.es/blog" x-data="" x-defer="intersect"           target=""
           >
                    </a>
    </div>

<style>
    .o-banner-42181e9d-e414-4476-b1b8-dbbbd382f67b {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               .sb-293118-w-10 {    width: 2.5rem}      </style>        </div>
            <div class="">
            <div class="o-banner o-banner-96004651-4790-473e-bfd7-727e11be5f42 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;sb-2170568-w-10&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1080x1080/9e46d90270/linkedin.png" alt="" title="" width="1080" height="1080"
        loading="lazy"         class=" a-image__image">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
                <a class="absolute inset-0 z-10"
           aria-label="Banner link"           href="https://www.linkedin.com/company/herbolario-navarro/?original_referer=https%3A%2F%2Fwww%2Egoogle%2Ecom%2F&originalSubdomain=es" x-data="" x-defer="intersect"           target="_blank"
           rel="noopener noreferrer nofollow">
                    </a>
    </div>

<style>
    .o-banner-96004651-4790-473e-bfd7-727e11be5f42 {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               .sb-2170568-w-10 {    width: 2.5rem}      </style>        </div>
    </div>
<style>
    .sb-9975373-mb-8 {    margin-bottom: 2rem}          .sb-9975373-space-x-3 > :not([hidden]) ~ :not([hidden]) {    --tw-space-x-reverse: 0;    margin-right: calc(0.75rem * var(--tw-space-x-reverse));    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))}      </style><div class="o-container o-container-198f22ae-8446-43d2-b926-25f7c7d1c791   md:sb-5805084-mb-14 sb-5805084-mb-5 lg:sb-5805084-mb-5  sb-2085091-overflow-hidden  "><picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/1200x262/85f6d4511d/cuidando-de-tu-salud-banner-footer.jpeg" alt="" title="" width="1200" height="262"
        loading="lazy"         class=" sb-7648309-max-h-36 a-image__image object-cover w-full h-full">
</picture>
    <style>
        .sb-7648309-max-h-36 {    max-height: 9rem}          </style></div>
            <style>
                            .sb-2085091-overflow-hidden {    overflow: hidden}        .sb-5805084-mb-5{margin-bottom:1.25rem}@media(min-width:768px){.md\:sb-5805084-mb-14{margin-bottom:3.5rem}}@media(min-width:1024px){.lg\:sb-5805084-mb-5{margin-bottom:1.25rem}}                </style></div>
            <style>
                            .sb-7269217-m-auto {    margin: auto}          .sb-7269217-flex {    display: flex}          .sb-7269217-w-auto {    width: auto}          .sb-7269217-flex-col {    flex-direction: column}                        </style></div>
            <style>
                            *, ::before, ::after {    --tw-border-opacity: 1;    border-color: rgba(229, 231, 235, var(--tw-border-opacity))}          .sb-1937138-flex {    display: flex}          .sb-1937138-h-auto {    height: auto}          .sb-1937138-flex-col {    flex-direction: column}          .sb-1937138-border-b-2 {    border-bottom-width: 2px}          .sb-1937138-px-5 {    padding-left: 1.25rem;    padding-right: 1.25rem}          @media (min-width: 640px) {    .sm\:sb-1937138-px-0 {        padding-left: 0px;        padding-right: 0px    }}          @media (min-width: 768px) {    .md\:sb-1937138-h-\[90\%\] {        height: 90%    }}       .sb-4147040-pt-8{padding-top:2rem}.sb-4147040-pl-0{padding-left:0px}.sb-4147040-pr-0{padding-right:0px}.sb-4147040-pb-2\.5{padding-bottom:0.625rem}.sb-4147040-pb-2{padding-bottom:0.5rem}@media(min-width:1024px){.lg\:sb-4147040-pt-5{padding-top:1.25rem}.lg\:sb-4147040-pl-0{padding-left:0px}.lg\:sb-4147040-pb-10{padding-bottom:2.5rem}} .sb-5343477-mb-5{margin-bottom:1.25rem}@media(min-width:1024px){.lg\:sb-5343477-ml-0{margin-left:0px}.lg\:sb-5343477-mb-4{margin-bottom:1rem}}                </style>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 3 / 1 / 4 / 2; --o-grid-area-tablet: 3 / 1 / 4 / 2; --o-grid-area-desktop: 3 / 1 / 4 / 2;">
            <div class="o-container o-container-b06a075e-fe6c-443b-98d7-94a0de5ff907  md:sb-1828547-pt-0 md:sb-1828547-pb-4 sb-1828547-pt-2 sb-1828547-pb-4   sb-4236421-px-4 sm:sb-4236421-px-0  "><div class="m-footer-widget o-footer__navigation-column flex flex-col gap-4" x-data="{expanded: false}" x-defer="intersect">
    <div class="m-footer-widget__title" @click="expanded = ! expanded">
        <div class="m-footer-widget__title__text flex flex-row flex-no-wrap items-center justify-between">
            <div class="navigation-footer-title md:navigation-footer-title-desktop"><span class="text-footer-title navigation-footer-title md:navigation-footer-title-desktop inline-block  lg:sb-2139620-mt-4 ">
        <span>AYUDA</span>
</span>
<style>
            @media(min-width:1024px){.lg\:sb-2139620-mt-4{margin-top:1rem}}</style></div>
            <div class="lg:hidden text-footer-title" :class="{'transform rotate-180': expanded == 1}">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-5 h-5" width="24" height="24"><path d="M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"/></svg>
            </div>
        </div>
    </div>
    <div class="m-footer-widget__content origin-top lg:opacity-100 lg:scale-y-100 lg:!block"
         x-ref="container"
         x-show="expanded"
         x-transition:enter="transition ease-out duration-200"
         x-transition:enter-start="transform opacity-0 scale-y-75"
         x-transition:enter-end="transform opacity-100 scale-y-100"
         x-transition:leave="transition ease-in duration-200"
         x-transition:leave-start="transform opacity-100 scale-y-100"
         x-transition:leave-end="transform opacity-0 scale-y-75">
        <ul class="o-footer__navigation-list">
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/pago" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md    sb-7797577-mt-0 "  >
<p>Pago</p></div>
<style>
            .sb-7797577-mt-0{margin-top:0px}</style>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/envio" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md     "  >
<p>Envío</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/envios-y-devoluciones" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md     "  >
<p>Cambios y devoluciones</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/faq" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>FAQs</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/busquedas-interesantes" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Búsquedas interesantes</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/sugerencias-ayuda" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md     "  >
<p>Incidencias</p></div>        </a>                </li>
                    </ul>
    </div>
</div></div>
            <style>
                            .sb-4236421-px-4 {    padding-left: 1rem;    padding-right: 1rem}          @media (min-width: 640px) {    .sm\:sb-4236421-px-0 {        padding-left: 0px;        padding-right: 0px    }}       .sb-1828547-pt-2{padding-top:0.5rem}.sb-1828547-pb-4{padding-bottom:1rem}@media(min-width:768px){.md\:sb-1828547-pt-0{padding-top:0px}.md\:sb-1828547-pb-4{padding-bottom:1rem}}                 </style>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 4 / 1 / 5 / 2; --o-grid-area-tablet: 4 / 1 / 5 / 2; --o-grid-area-desktop: 3 / 2 / 4 / 3;">
            <div class="o-container o-container-51f495c6-1c2d-4b7c-8a01-dcdd88c5acdf  md:sb-908247-pb-4 sb-908247-pt-0 sb-908247-pb-5 lg:sb-908247-pb-5 sb-5623535-mt-0 sb-5623535-mb-0  sb-1186655-px-4 sm:sb-1186655-px-0  "><div class="m-footer-widget o-footer__navigation-column flex flex-col gap-4" x-data="{expanded: false}" x-defer="intersect">
    <div class="m-footer-widget__title" @click="expanded = ! expanded">
        <div class="m-footer-widget__title__text flex flex-row flex-no-wrap items-center justify-between">
            <div class="navigation-footer-title md:navigation-footer-title-desktop"><span class="text-footer-title navigation-footer-title md:navigation-footer-title-desktop inline-block  lg:sb-977463-mt-4 ">
        <span>EMPRESA</span>
</span>
<style>
            @media(min-width:1024px){.lg\:sb-977463-mt-4{margin-top:1rem}}</style></div>
            <div class="lg:hidden text-footer-title" :class="{'transform rotate-180': expanded == 1}">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-5 h-5" width="24" height="24"><path d="M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"/></svg>
            </div>
        </div>
    </div>
    <div class="m-footer-widget__content origin-top lg:opacity-100 lg:scale-y-100 lg:!block"
         x-ref="container"
         x-show="expanded"
         x-transition:enter="transition ease-out duration-200"
         x-transition:enter-start="transform opacity-0 scale-y-75"
         x-transition:enter-end="transform opacity-100 scale-y-100"
         x-transition:leave="transition ease-in duration-200"
         x-transition:leave-start="transform opacity-100 scale-y-100"
         x-transition:leave-end="transform opacity-0 scale-y-75">
        <ul class="o-footer__navigation-list">
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/sobre-nosotros" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Nosotros</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/tiendas" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Tiendas</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/blog" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Blog</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="   sb-1354794-mb-0"
                      href="https://www.herbolarionavarro.es/contacto" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md      sb-748816-mb-0"  >
<p>Contacto</p></div>
<style>
    .sb-748816-mb-0 {    margin-bottom: 0px}        </style>        </a>
    <style>
    .sb-1354794-mb-0 {    margin-bottom: 0px}        </style>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/trabaja-con-nosotros" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Trabaja con nosotros</p></div>        </a>                </li>
                    </ul>
    </div>
</div></div>
            <style>
                            .sb-1186655-px-4 {    padding-left: 1rem;    padding-right: 1rem}          @media (min-width: 640px) {    .sm\:sb-1186655-px-0 {        padding-left: 0px;        padding-right: 0px    }}       .sb-908247-pt-0{padding-top:0px}.sb-908247-pb-5{padding-bottom:1.25rem}@media(min-width:768px){.md\:sb-908247-pb-4{padding-bottom:1rem}}@media(min-width:1024px){.lg\:sb-908247-pb-5{padding-bottom:1.25rem}} .sb-5623535-mt-0{margin-top:0px}.sb-5623535-mb-0{margin-bottom:0px}                </style>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 5 / 1 / 6 / 2; --o-grid-area-tablet: 5 / 1 / 6 / 2; --o-grid-area-desktop: 3 / 3 / 4 / 4;">
            <div class="o-container o-container-c9e0a28f-6693-481b-b074-2ee7fca3fef5  sb-5053380-pt-0 sb-5053380-pb-5   sb-550317-px-4 sm:sb-550317-px-0  "><div class="m-footer-widget o-footer__navigation-column flex flex-col gap-4" x-data="{expanded: false}" x-defer="intersect">
    <div class="m-footer-widget__title" @click="expanded = ! expanded">
        <div class="m-footer-widget__title__text flex flex-row flex-no-wrap items-center justify-between">
            <div class="navigation-footer-title md:navigation-footer-title-desktop"><span class="text-footer-title navigation-footer-title md:navigation-footer-title-desktop inline-block  lg:sb-7553218-mt-4 ">
        <span>CATEGORÍAS</span>
</span>
<style>
            @media(min-width:1024px){.lg\:sb-7553218-mt-4{margin-top:1rem}}</style></div>
            <div class="lg:hidden text-footer-title" :class="{'transform rotate-180': expanded == 1}">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-5 h-5" width="24" height="24"><path d="M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"/></svg>
            </div>
        </div>
    </div>
    <div class="m-footer-widget__content origin-top lg:opacity-100 lg:scale-y-100 lg:!block"
         x-ref="container"
         x-show="expanded"
         x-transition:enter="transition ease-out duration-200"
         x-transition:enter-start="transform opacity-0 scale-y-75"
         x-transition:enter-end="transform opacity-100 scale-y-100"
         x-transition:leave="transition ease-in duration-200"
         x-transition:leave-start="transform opacity-100 scale-y-100"
         x-transition:leave-end="transform opacity-0 scale-y-75">
        <ul class="o-footer__navigation-list">
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/tienda-alimentacion" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Alimentación</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/productos-dietetica-y-nutricion" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Dietética y nutrición</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/cosmetica-natural-y-ecologica" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Cosmética natural y ecológica</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/productos-frescos" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Frescos</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/higiene-y-cuidado-personal" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Higiene</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/bebe-y-nino" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Bebe y niño</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/productos-ecologicos-hogar" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Hogar</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/marcas-propias-herbolario-navarro" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Nuestras Marcas</p></div>        </a>                </li>
                    </ul>
    </div>
</div></div>
            <style>
                            .sb-550317-px-4 {    padding-left: 1rem;    padding-right: 1rem}          @media (min-width: 640px) {    .sm\:sb-550317-px-0 {        padding-left: 0px;        padding-right: 0px    }}       .sb-5053380-pt-0{padding-top:0px}.sb-5053380-pb-5{padding-bottom:1.25rem}                 </style>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 6 / 1 / 7 / 2; --o-grid-area-tablet: 6 / 1 / 7 / 2; --o-grid-area-desktop: 3 / 4 / 4 / 5;">
            <div class="o-container o-container-f74a1105-296f-4010-8cd1-bf2b72015c8e  sb-4314979-pt-0 sb-4314979-pb-5   sb-7612443-px-4 sm:sb-7612443-px-0  "><div class="m-footer-widget o-footer__navigation-column flex flex-col gap-4" x-data="{expanded: false}" x-defer="intersect">
    <div class="m-footer-widget__title" @click="expanded = ! expanded">
        <div class="m-footer-widget__title__text flex flex-row flex-no-wrap items-center justify-between">
            <div class="navigation-footer-title md:navigation-footer-title-desktop"><span class="text-footer-title navigation-footer-title md:navigation-footer-title-desktop inline-block  lg:sb-3308628-mt-4 ">
        <span>POLÍTICAS</span>
</span>
<style>
            @media(min-width:1024px){.lg\:sb-3308628-mt-4{margin-top:1rem}}</style></div>
            <div class="lg:hidden text-footer-title" :class="{'transform rotate-180': expanded == 1}">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-5 h-5" width="24" height="24"><path d="M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"/></svg>
            </div>
        </div>
    </div>
    <div class="m-footer-widget__content origin-top lg:opacity-100 lg:scale-y-100 lg:!block"
         x-ref="container"
         x-show="expanded"
         x-transition:enter="transition ease-out duration-200"
         x-transition:enter-start="transform opacity-0 scale-y-75"
         x-transition:enter-end="transform opacity-100 scale-y-100"
         x-transition:leave="transition ease-in duration-200"
         x-transition:leave-start="transform opacity-100 scale-y-100"
         x-transition:leave-end="transform opacity-0 scale-y-75">
        <ul class="o-footer__navigation-list">
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/politica-privacidad" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md     "  >
<p>Política de privacidad</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/politica-de-cookies" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md     "  >
<p>Política de cookies</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/politica-club" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md     "  >
<p>Política del Club Navarro</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/terminos-y-condiciones" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md     "  >
<p>Condiciones de venta</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <span class="cursor-pointer font-primary text-lg md:text-md storyblok__outline" style="color: #4C4C4C" x-data="{}" @click="$dispatch('toggle-cookiesconsent-config')">Configuración de cookies</span>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/aviso-legal" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md     "  >
<p>Aviso legal</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/canal-etico" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md     "  >
<p>Canal ético</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/sorteo-herbolario-navarro" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md     "  >
<p>Bases legales Sorteos</p></div>        </a>                </li>
                    </ul>
    </div>
</div></div>
            <style>
                            .sb-7612443-px-4 {    padding-left: 1rem;    padding-right: 1rem}          @media (min-width: 640px) {    .sm\:sb-7612443-px-0 {        padding-left: 0px;        padding-right: 0px    }}       .sb-4314979-pt-0{padding-top:0px}.sb-4314979-pb-5{padding-bottom:1.25rem}                 </style>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 7 / 1 / 8 / 2; --o-grid-area-tablet: 7 / 1 / 8 / 2; --o-grid-area-desktop: 3 / 5 / 4 / 6;">
            <div class="o-container o-container-c3828ba6-9bd1-4865-89b8-2e33f9be38b5  sb-6582515-pt-2 sb-6582515-pb-5 lg:sb-6582515-pt-0   sm:sb-9245458-px-0 sb-9245458-px-4  "><div class="m-footer-widget o-footer__navigation-column flex flex-col gap-4" x-data="{expanded: false}" x-defer="intersect">
    <div class="m-footer-widget__title" @click="expanded = ! expanded">
        <div class="m-footer-widget__title__text flex flex-row flex-no-wrap items-center justify-between">
            <div class="navigation-footer-title md:navigation-footer-title-desktop"><span class="text-footer-title navigation-footer-title md:navigation-footer-title-desktop inline-block  lg:sb-6693860-mt-4 ">
        <span>ÚNETE</span>
</span>
<style>
            @media(min-width:1024px){.lg\:sb-6693860-mt-4{margin-top:1rem}}</style></div>
            <div class="lg:hidden text-footer-title" :class="{'transform rotate-180': expanded == 1}">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-5 h-5" width="24" height="24"><path d="M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"/></svg>
            </div>
        </div>
    </div>
    <div class="m-footer-widget__content origin-top lg:opacity-100 lg:scale-y-100 lg:!block"
         x-ref="container"
         x-show="expanded"
         x-transition:enter="transition ease-out duration-200"
         x-transition:enter-start="transform opacity-0 scale-y-75"
         x-transition:enter-end="transform opacity-100 scale-y-100"
         x-transition:leave="transition ease-in duration-200"
         x-transition:leave-start="transform opacity-100 scale-y-100"
         x-transition:leave-end="transform opacity-0 scale-y-75">
        <ul class="o-footer__navigation-list">
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/club-navarro" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md     "  >
<p>Club Navarro</p></div>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/customer/account/create" x-data="" x-defer="intersect"           target=""
           rel="nofollow">
            <div class="font-primary text-lg md:text-md    sb-9364653-mt-0 "  >
<p>Mi cuenta</p></div>
<style>
            .sb-9364653-mt-0{margin-top:0px}</style>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <a class="  "
                      href="https://www.herbolarionavarro.es/newsletter" x-data="" x-defer="intersect"           target=""
           >
            <div class="font-primary text-lg md:text-md    sb-686853-mt-0 "  >
<p>Newsletter</p></div>
<style>
            .sb-686853-mt-0{margin-top:0px}</style>        </a>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <span class="cursor-pointer   " @click="openLink(atob('aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9oZXJib2xhcmlvbmF2YXJyby8='), '_blank')" x-data="" x-defer="intersect">
            <div class="font-primary text-lg md:text-md     "  >
<p>Instagram</p></div>        </span>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <span class="cursor-pointer   " @click="openLink(atob('aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL2hlcmJvbGFyaW9uYXZhcnJv'), '_blank')" x-data="" x-defer="intersect">
            <div class="font-primary text-lg md:text-md     "  >
<p>Facebook</p></div>        </span>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <span class="cursor-pointer   " @click="openLink(atob('aHR0cHM6Ly93d3cueW91dHViZS5jb20vdXNlci9IZXJib2xhcmlvTmF2YXJybw=='), '_blank')" x-data="" x-defer="intersect">
            <div class="font-primary text-lg md:text-md     "  >
<p>Youtube</p></div>        </span>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <span class="cursor-pointer   " @click="openLink(atob('aHR0cHM6Ly93d3cudGlrdG9rLmNvbS9AaGVyYm9sYXJpb25hdmFycm8='), '_blank')" x-data="" x-defer="intersect">
            <div class="font-primary text-lg md:text-md     "  >
<p>Tik Tok</p></div>        </span>                </li>
                            <li class="o-footer__navigation-list-item navigation-footer-font lg:navigation-footer-font-desktop">
                    <span class="cursor-pointer   " @click="openLink(atob('aHR0cHM6Ly93d3cubGlua2VkaW4uY29tL2NvbXBhbnkvaGVyYm9sYXJpby1uYXZhcnJvLz9vcmlnaW5hbF9yZWZlcmVyPWh0dHBzJTNBJTJGJTJGd3d3JTJFZ29vZ2xlJTJFY29tJTJGJm9yaWdpbmFsU3ViZG9tYWluPWVz'), '_blank')" x-data="" x-defer="intersect">
            <div class="font-primary text-lg md:text-md     "  >
<p>LinkedIn</p></div>        </span>                </li>
                    </ul>
    </div>
</div></div>
            <style>
                            .sb-9245458-px-4 {    padding-left: 1rem;    padding-right: 1rem}          @media (min-width: 640px) {    .sm\:sb-9245458-px-0 {        padding-left: 0px;        padding-right: 0px    }}       .sb-6582515-pt-2{padding-top:0.5rem}.sb-6582515-pb-5{padding-bottom:1.25rem}@media(min-width:1024px){.lg\:sb-6582515-pt-0{padding-top:0px}}                 </style>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 8 / 1 / 9 / 2; --o-grid-area-tablet: 8 / 1 / 9 / 2; --o-grid-area-desktop: 4 / 1 / 5 / 6;">
            <div class="o-container o-container-9886f4d9-7b68-428f-8fd3-b6212213d57f  sb-2116432-pb-2 lg:sb-8419083-mb-4  sb-6466416-hidden sm:sb-6466416-block  "><div class="flex justify-center items-center	  sb-9975373-place-content-between sb-9975373-mb-4 md:sb-9975373-mb-0">
            <div class="">
            <div class="o-banner o-banner-db1e5882-79dc-425c-919f-cdd822d916cf relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;sb-338916-hidden&#x20;md&#x3A;sb-338916-block&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
            <source srcset="https://www.herbolarionavarro.es/storyblok/f/152322/81x34/83464b0c77/logogeneralitatrojo.png" width="81" height="34" media="(min-width: 1200px)">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/81x34/83464b0c77/logogeneralitatrojo.png" alt="" title="" width="81" height="34"
        loading="lazy"         class=" a-image__image object-cover w-full h-full">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;md&#x3A;text-center&#x20;md&#x3A;justify-center&#x20;md&#x3A;items-center&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
    </div>

<style>
    .o-banner-db1e5882-79dc-425c-919f-cdd822d916cf {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               .sb-338916-hidden {    display: none}          @media (min-width: 768px) {    .md\:sb-338916-block {        display: block    }}      </style>        </div>
            <div class="">
            <div class="o-banner o-banner-80975312-6484-4126-a642-acd9a45624a6 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;hidden&#x20;md&#x3A;sb-8747563-block&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/138x36/058a09b146/feder_negativo_2_dcha-3.png" alt="" title="" width="138" height="36"
        loading="lazy"         class=" a-image__image">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
    </div>

<style>
    .o-banner-80975312-6484-4126-a642-acd9a45624a6 {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               @media (min-width: 768px) {    .md\:sb-8747563-block {        display: block    }}      </style>        </div>
            <div class="">
            <div class="o-banner o-banner-d06cbfe4-772b-45bd-9b39-1d3b74f8bf6f relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;hidden&#x20;md&#x3A;sb-4211621-block&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/61x34/f5e83f9a3c/logo-vector-ivace.png" alt="" title="" width="61" height="34"
        loading="lazy"         class=" a-image__image">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
    </div>

<style>
    .o-banner-d06cbfe4-772b-45bd-9b39-1d3b74f8bf6f {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               @media (min-width: 768px) {    .md\:sb-4211621-block {        display: block    }}      </style>        </div>
            <div class="">
            <div class="o-banner o-banner-cacd6758-b885-40ed-befb-0dc0378cf07c relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;hidden&#x20;md&#x3A;sb-1507058-block&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/61x34/1207ca4213/logo_ivaceenergia.png" alt="" title="" width="61" height="34"
        loading="lazy"         class=" a-image__image">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
    </div>

<style>
    .o-banner-cacd6758-b885-40ed-befb-0dc0378cf07c {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               @media (min-width: 768px) {    .md\:sb-1507058-block {        display: block    }}      </style>        </div>
            <div class="">
            <div class="o-banner o-banner-e04e433d-47c8-4889-a635-e2082e222a72 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;hidden&#x20;md&#x3A;sb-293118-block&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/138x26/9b29e07ed6/template-1-3.png" alt="" title="" width="138" height="26"
        loading="lazy"         class=" a-image__image">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
    </div>

<style>
    .o-banner-e04e433d-47c8-4889-a635-e2082e222a72 {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               @media (min-width: 768px) {    .md\:sb-293118-block {        display: block    }}      </style>        </div>
            <div class="">
            <div class="o-banner o-banner-b95c2d71-5cb3-4e48-a0cc-2cf4e4db9bc3 relative h-&#x5B;var&#x28;--banner-height&#x29;&#x5D;&#x20;lg&#x3A;h-&#x5B;var&#x28;--banner-height-desktop&#x29;&#x5D;&#x20;&#x20;&#x20;&#x20;&#x20;hidden&#x20;md&#x3A;sb-2170568-block&#x20;&#x20;overlay&#x20;&#x20;md&#x3A;overlay&#x20;">
    <div class="o-banner__asset &#x20;md&#x3A;relative&#x20;md&#x3A;inset-auto&#x20;md&#x3A;z-auto">
        <picture class="a-image__picture">
    
    <img src="https://www.herbolarionavarro.es/storyblok/f/152322/41x40/2deb9552ec/img_7698-2-copia2.png" alt="" title="" width="41" height="40"
        loading="lazy"         class=" a-image__image">
</picture>    </div>

    <div class="o-banner__container flex &#x20;&#x20;&#x20;absolute&#x20;inset-0&#x20;z-10&#x20;&#x20;&#x20;&#x20;md&#x3A;absolute&#x20;md&#x3A;inset-0&#x20;md&#x3A;z-10">
        <div class="o-banner__content-wrapper">
            <div class="o-banner__content &#x20;&#x20;&#x20;&#x20;&#x20;&#x20;">
                                            </div>
        </div>
    </div>
    </div>

<style>
    .o-banner-b95c2d71-5cb3-4e48-a0cc-2cf4e4db9bc3 {
        --banner-height: auto;        --banner-height-desktop: auto;                                            }

               @media (min-width: 768px) {    .md\:sb-2170568-block {        display: block    }}      </style>        </div>
    </div>
<style>
    .sb-9975373-mb-4 {    margin-bottom: 1rem}          .sb-9975373-place-content-between {    place-content: space-between}          @media (min-width: 768px) {    .md\:sb-9975373-mb-0 {        margin-bottom: 0px    }}      </style></div>
            <style>
                            .sb-6466416-hidden {    display: none}          @media (min-width: 640px) {    .sm\:sb-6466416-block {        display: block    }}       .sb-2116432-pb-2{padding-bottom:0.5rem} @media(min-width:1024px){.lg\:sb-8419083-mb-4{margin-bottom:1rem}}                </style>        </div>
            <div class="o-grid-child"
            style="--o-grid-area: 9 / 1 / 10 / 2; --o-grid-area-tablet: 9 / 1 / 10 / 2; --o-grid-area-desktop: 5 / 1 / 6 / 6;">
            <div class="o-container o-container-141cc31e-6ae7-4a67-ba03-fc0add1c3d05  sb-6455282-pt-2 sb-6455282-pb-0 lg:sb-6455282-pt-0 lg:sb-6455282-pb-0 lg:sb-8428623-mt-1  lg:sb-4552505-border-t-2 sm:sb-4552505-flex sm:sb-4552505-justify-between sb-4552505-space-y-4 sb-4552505-items-center sb-4552505-block sb-4552505-border-t-2  "><div class="o-container o-container-79c887ae-5b3b-4bbd-9571-c7aa83b06b89     sb-9575149-text-center sm:sb-9575149-text-left  "><span class="primary text-sm font-bold" >
&copy;
    <span id="copyright"></span>
</span>
<script>document.getElementById('copyright').appendChild(document.createTextNode(new Date().getFullYear()))</script><div class="o-container o-container-36c92f8f-9aac-40b5-9cf5-4dce0515a7ea      "><span class="font-primary text-sm  font-medium text-left    sb-3817387-text-center sm:sb-3817387-text-left"  >
<p><b>Pepe Navarro SL .</b> Todos los derechos reservados.</p></span>
<style>
    .sb-3817387-text-center {    text-align: center}          @media (min-width: 640px) {    .sm\:sb-3817387-text-left {        text-align: left    }}        </style></div></div>
            <style>
                            .sb-9575149-text-center {    text-align: center}          @media (min-width: 640px) {    .sm\:sb-9575149-text-left {        text-align: left    }}                        </style><div class="flex justify-end space-x-4  items-center  sb-3230862-justify-center lg:sb-3230862-justify-end">
            <div class="">
            <div class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 34 24" fill="none" class="w-8 h-8  ">
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.7278 15.4682H8.74508L7.25826 9.6291C7.18769 9.3605 7.03785 9.12304 6.81744 9.01113C6.26737 8.72987 5.66124 8.50604 5 8.39315V8.16834H8.19405C8.63487 8.16834 8.96549 8.50604 9.0206 8.89824L9.79204 13.1102L11.7738 8.16834H13.7015L10.7278 15.4682ZM14.8035 15.4682H12.9309L14.4729 8.16834H16.3454L14.8035 15.4682ZM18.768 10.1906C18.8231 9.79748 19.1537 9.57267 19.5394 9.57267C20.1456 9.51623 20.8059 9.62912 21.3569 9.90939L21.6875 8.3377C21.1365 8.11289 20.5303 8 19.9803 8C18.1628 8 16.8404 9.01114 16.8404 10.4145C16.8404 11.4821 17.7771 12.0426 18.4383 12.3803C19.1537 12.717 19.4292 12.9418 19.3741 13.2786C19.3741 13.7837 18.8231 14.0085 18.273 14.0085C17.6118 14.0085 16.9506 13.8401 16.3454 13.5588L16.0148 15.1315C16.676 15.4118 17.3914 15.5247 18.0526 15.5247C20.0905 15.5802 21.3569 14.57 21.3569 13.0538C21.3569 11.1444 18.768 11.0325 18.768 10.1906ZM27.91 15.4683L26.4232 8.16837H24.8261C24.4955 8.16837 24.1649 8.39317 24.0547 8.7299L21.3015 15.4683H23.2291L23.6139 14.4016H25.9823L26.2028 15.4683H27.91ZM25.102 10.1343L25.652 12.8855H24.1101L25.102 10.1343Z" fill="#172B85"/>
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" stroke="#DBDBDB"/>
</svg>
</div>        </div>
            <div class="">
            <div class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 34 24" fill="none" class="w-8 h-8  ">
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.179 16.8294C15.9949 17.8275 14.459 18.43 12.7807 18.43C9.03582 18.43 6 15.4303 6 11.73C6 8.02966 9.03582 5.02997 12.7807 5.02997C14.459 5.02997 15.9949 5.63247 17.179 6.63051C18.363 5.63247 19.8989 5.02997 21.5773 5.02997C25.3221 5.02997 28.358 8.02966 28.358 11.73C28.358 15.4303 25.3221 18.43 21.5773 18.43C19.8989 18.43 18.363 17.8275 17.179 16.8294Z" fill="#ED0006"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.179 16.8294C18.6369 15.6005 19.5614 13.7719 19.5614 11.73C19.5614 9.68801 18.6369 7.85941 17.179 6.63051C18.363 5.63247 19.8989 5.02997 21.5772 5.02997C25.3221 5.02997 28.3579 8.02966 28.3579 11.73C28.3579 15.4303 25.3221 18.43 21.5772 18.43C19.8989 18.43 18.363 17.8275 17.179 16.8294Z" fill="#F9A000"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.179 16.8294C18.6369 15.6005 19.5614 13.7719 19.5614 11.73C19.5614 9.68804 18.6369 7.85945 17.179 6.63054C15.7211 7.85945 14.7966 9.68804 14.7966 11.73C14.7966 13.7719 15.7211 15.6005 17.179 16.8294Z" fill="#FF5E00"/>
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" stroke="#DBDBDB"/>
</svg>
</div>        </div>
            <div class="">
            <div class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 34 24" fill="none" class="w-8 h-8  ">
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.18111 8L3 15.2467H6.80823L7.28034 14.0913H8.35948L8.83159 15.2467H13.0234V14.3649L13.3969 15.2467H15.5652L15.9388 14.3462V15.2467H24.6566L25.7166 14.1213L26.7092 15.2467L31.1868 15.2561L27.9957 11.6436L31.1868 8H26.7786L25.7467 9.10463L24.7854 8H15.3016L14.4872 9.87045L13.6537 8H9.85343V8.85186L9.43067 8H6.18111ZM6.91807 9.02905H8.77438L10.8844 13.9431V9.02905H12.9179L14.5477 12.5524L16.0497 9.02905H18.0731V14.2291H16.8419L16.8318 10.1544L15.0369 14.2291H13.9356L12.1306 10.1544V14.2291H9.59781L9.11764 13.0633H6.52347L6.04429 14.2281H4.68725L6.91807 9.02905ZM24.2056 9.02905H19.1995V14.226H24.1281L25.7167 12.5037L27.2479 14.226H28.8485L26.522 11.6426L28.8485 9.02905H27.3173L25.7368 10.7316L24.2056 9.02905ZM7.82098 9.90887L6.96631 11.9856H8.67467L7.82098 9.90887ZM20.4356 11.055V10.1057L23.5593 10.1048L24.9223 11.6229L23.4989 13.1493H20.4356V12.113H23.1666V11.055H20.4356Z" fill="#1F72CD"/>
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" stroke="#DBDBDB"/>
</svg>
</div>        </div>
            <div class="">
            <div class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 34 24" fill="none" class="w-8 h-8  ">
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6143 18.4483L14.835 16.9992L14.3433 16.9873H11.9954L13.6271 6.29368C13.6322 6.2613 13.6486 6.23124 13.6726 6.20986C13.6967 6.18847 13.7275 6.17674 13.7596 6.17674H17.7186C19.033 6.17674 19.94 6.45938 20.4135 7.01732C20.6356 7.27906 20.7769 7.55265 20.8454 7.85362C20.9172 8.16949 20.9183 8.54683 20.8484 9.00714L20.8433 9.04062V9.3356L21.0653 9.46561C21.2522 9.56813 21.4008 9.68544 21.5148 9.81973C21.7047 10.0436 21.8275 10.3281 21.8794 10.6652C21.9331 11.012 21.9153 11.4248 21.8275 11.892C21.7262 12.4294 21.5624 12.8976 21.3412 13.2805C21.1379 13.6334 20.8787 13.9262 20.571 14.153C20.2772 14.3686 19.9282 14.5322 19.5336 14.6369C19.1511 14.7398 18.7151 14.7917 18.2369 14.7917H17.9288C17.7086 14.7917 17.4946 14.8737 17.3266 15.0207C17.1581 15.1708 17.0467 15.3758 17.0126 15.6L16.9893 15.7305L16.5993 18.2848L16.5816 18.3785C16.5769 18.4082 16.5689 18.423 16.557 18.433C16.5465 18.4422 16.5314 18.4483 16.5166 18.4483H14.6143Z" fill="#28356A"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.2757 9.07468C21.264 9.15276 21.2504 9.23255 21.2353 9.31454C20.7132 12.0852 18.9269 13.0423 16.6457 13.0423H15.4841C15.2051 13.0423 14.97 13.2517 14.9266 13.5361L14.1634 18.5394C14.1352 18.7262 14.2745 18.8945 14.4568 18.8945H16.5169C16.7608 18.8945 16.9681 18.7113 17.0065 18.4626L17.0267 18.3545L17.4146 15.8103L17.4396 15.6707C17.4775 15.4212 17.6852 15.2379 17.9291 15.2379H18.2372C20.2332 15.2379 21.7958 14.4004 22.2525 11.9766C22.4432 10.9641 22.3445 10.1186 21.8396 9.52399C21.6869 9.34473 21.4974 9.19589 21.2757 9.07468Z" fill="#298FC2"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.7292 8.84962C20.6494 8.82555 20.5671 8.8038 20.4827 8.78413C20.3978 8.76494 20.3109 8.74796 20.2214 8.73305C19.9082 8.68075 19.565 8.65594 19.1975 8.65594H16.0944C16.0179 8.65594 15.9454 8.67379 15.8805 8.70604C15.7373 8.77716 15.631 8.9172 15.6052 9.08864L14.9451 13.4102L14.9261 13.5362C14.9695 13.2517 15.2047 13.0424 15.4837 13.0424H16.6452C18.9265 13.0424 20.7128 12.0847 21.2348 9.31457C21.2504 9.23258 21.2636 9.15279 21.2753 9.07471C21.1432 9.00224 21.0002 8.94029 20.8461 8.8875C20.808 8.87443 20.7688 8.86184 20.7292 8.84962Z" fill="#22284F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.6055 9.08865C15.6313 8.91721 15.7376 8.77718 15.8807 8.70655C15.9461 8.67417 16.0182 8.65633 16.0947 8.65633H19.1978C19.5653 8.65633 19.9085 8.68126 20.2217 8.73356C20.3112 8.74834 20.3981 8.76545 20.483 8.78463C20.5674 8.80418 20.6497 8.82606 20.7295 8.85001C20.7691 8.86223 20.8083 8.87493 20.8468 8.88752C21.0008 8.94031 21.144 9.00275 21.276 9.07472C21.4314 8.05085 21.2747 7.35373 20.7392 6.72248C20.1486 6.02743 19.083 5.73001 17.7192 5.73001H13.7601C13.4816 5.73001 13.244 5.93933 13.2009 6.22429L11.5519 17.0279C11.5194 17.2416 11.6789 17.4344 11.8875 17.4344H14.3316L15.6055 9.08865Z" fill="#28356A"/>
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" stroke="#DBDBDB"/>
</svg>
</div>        </div>
            <div class="">
            <div class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 34 24" fill="none" class="w-8 h-8  ">
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5276 9.86208H10.7241C10.5321 9.86208 10.3479 9.78579 10.2121 9.64999C10.0763 9.51418 10 9.33 10 9.13794C10 8.94589 10.0763 8.7617 10.2121 8.6259C10.3479 8.4901 10.5321 8.41381 10.7241 8.41381H21.5276L20.35 7.23621C20.2142 7.1004 20.1379 6.91621 20.1379 6.72416C20.1379 6.5321 20.2142 6.34791 20.35 6.2121C20.4858 6.07629 20.67 6 20.862 6C21.0541 6 21.2383 6.07629 21.3741 6.2121L23.7879 8.62589C23.8551 8.69313 23.9085 8.77296 23.9449 8.86082C23.9813 8.94868 24 9.04285 24 9.13794C24 9.23304 23.9813 9.32721 23.9449 9.41507C23.9085 9.50293 23.8551 9.58276 23.7879 9.65L21.3741 12.0638C21.2383 12.1996 21.0541 12.2759 20.862 12.2759C20.67 12.2759 20.4858 12.1996 20.35 12.0638C20.2142 11.928 20.1379 11.7438 20.1379 11.5517C20.1379 11.3597 20.2142 11.1755 20.35 11.0397L21.5276 9.86208ZM12.4724 13.7241H23.2759C23.4679 13.7241 23.6521 13.8004 23.7879 13.9362C23.9237 14.072 24 14.2562 24 14.4483C24 14.6403 23.9237 14.8245 23.7879 14.9603C23.6521 15.0961 23.4679 15.1724 23.2759 15.1724H12.4724L13.65 16.35C13.7858 16.4858 13.8621 16.67 13.8621 16.8621C13.8621 17.0541 13.7858 17.2383 13.65 17.3741C13.5142 17.5099 13.33 17.5862 13.138 17.5862C12.9459 17.5862 12.7617 17.5099 12.6259 17.3741L10.2121 14.9603C10.1449 14.8931 10.0915 14.8133 10.0551 14.7254C10.0187 14.6375 10 14.5434 10 14.4483C10 14.3532 10.0187 14.259 10.0551 14.1712C10.0915 14.0833 10.1449 14.0035 10.2121 13.9362L12.6259 11.5224C12.7617 11.3866 12.9459 11.3103 13.138 11.3103C13.33 11.3103 13.5142 11.3866 13.65 11.5224C13.7858 11.6582 13.8621 11.8424 13.8621 12.0345C13.8621 12.2265 13.7858 12.4107 13.65 12.5465L12.4724 13.7241Z" fill="black"/>
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" stroke="#DBDBDB"/>
</svg>
</div>        </div>
            <div class="">
            <div class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 34 24" fill="none" class="w-8 h-8  ">
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.44928 8.34316C9.1639 8.69506 8.70729 8.97261 8.25068 8.93296C8.1936 8.45715 8.41715 7.95161 8.67875 7.63936C8.96413 7.27755 9.46355 7.01983 9.86784 7C9.91541 7.49563 9.72991 7.98135 9.44928 8.34316ZM9.86297 9.02712C9.46071 9.003 9.09366 9.15319 8.79718 9.2745C8.60639 9.35256 8.44483 9.41867 8.32191 9.41867C8.18397 9.41867 8.01574 9.34903 7.82685 9.27084C7.57935 9.16838 7.29638 9.05124 6.99964 9.05686C6.31948 9.06677 5.68688 9.46823 5.33967 10.1076C4.62621 11.3863 5.15417 13.2796 5.84384 14.3204C6.18155 14.8359 6.58584 15.4009 7.11855 15.3811C7.35291 15.3719 7.5215 15.2973 7.69597 15.2202C7.89683 15.1314 8.10549 15.0391 8.43131 15.0391C8.74582 15.0391 8.94536 15.129 9.1369 15.2152C9.31903 15.2972 9.49393 15.376 9.75358 15.3712C10.3053 15.3613 10.6525 14.8557 10.9902 14.3403C11.3547 13.7871 11.5148 13.2471 11.5391 13.1652L11.542 13.1557C11.5414 13.1551 11.5369 13.153 11.5289 13.1492C11.4071 13.0911 10.476 12.6469 10.467 11.4557C10.4581 10.4559 11.2056 9.94935 11.3233 9.86961C11.3304 9.86477 11.3353 9.86149 11.3375 9.85978C10.8618 9.12625 10.1198 9.04695 9.86297 9.02712ZM13.6824 7.5898V15.3167H14.8334V12.675H16.4268C17.8822 12.675 18.9049 11.6341 18.9049 10.1274C18.9049 8.62071 17.9013 7.5898 16.4648 7.5898H13.6824ZM14.8333 8.60088H16.1603C17.1591 8.60088 17.7299 9.15599 17.7299 10.1324C17.7299 11.1088 17.1591 11.6688 16.1555 11.6688H14.8333V8.60088ZM21.0071 15.3761C21.7301 15.3761 22.4007 14.9945 22.7051 14.3898H22.7289V15.3167H23.7943V11.4706C23.7943 10.3554 22.9382 9.63675 21.6207 9.63675C20.3983 9.63675 19.4946 10.3653 19.4613 11.3665H20.4982C20.5838 10.8907 21.0071 10.5784 21.5874 10.5784C22.2913 10.5784 22.6861 10.9204 22.6861 11.5499V11.9761L21.2497 12.0653C19.9132 12.1496 19.1902 12.7196 19.1902 13.7108C19.1902 14.712 19.9369 15.3761 21.0071 15.3761ZM21.3163 14.4592C20.7028 14.4592 20.3127 14.1519 20.3127 13.6811C20.3127 13.1954 20.6885 12.9129 21.4067 12.8683L22.6862 12.784V13.2202C22.6862 13.9438 22.0964 14.4592 21.3163 14.4592ZM25.2165 17.4181C26.339 17.4181 26.867 16.9721 27.3283 15.619L29.3498 9.7111H28.1797L26.8242 14.2758H26.8004L25.4448 9.7111H24.2415L26.1916 15.3365L26.0869 15.6785C25.9109 16.2584 25.6256 16.4814 25.1166 16.4814C25.0263 16.4814 24.8503 16.4715 24.7789 16.4616V17.3884C24.8455 17.4082 25.1309 17.4181 25.2165 17.4181Z" fill="black"/>
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" stroke="#DBDBDB"/>
</svg>
</div>        </div>
            <div class="">
            <div class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 34 24" fill="none" class="w-8 h-8  ">
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0579 15.528V12.5933H17.5725C18.1931 12.5933 18.717 12.3854 19.1441 11.9752L19.2466 11.8712C20.0266 11.022 19.9754 9.69913 19.1441 8.91347C18.7284 8.49754 18.159 8.27224 17.5725 8.28379H15.1411V15.528H16.0579ZM16.0579 11.7036V9.17337H17.5955C17.9258 9.17337 18.239 9.30046 18.4725 9.53153C18.968 10.0168 18.9794 10.8256 18.501 11.3281C18.2675 11.5765 17.9372 11.7152 17.5955 11.7036H16.0579ZM23.5228 10.9585C23.1299 10.5945 22.5947 10.4097 21.9171 10.4097C21.0459 10.4097 20.3911 10.7332 19.9583 11.3744L20.7669 11.8885C21.063 11.4495 21.4673 11.23 21.9797 11.23C22.3043 11.23 22.6175 11.3513 22.8623 11.5708C23.1015 11.7788 23.2381 12.0792 23.2381 12.3969V12.6106C22.8851 12.4142 22.441 12.3102 21.8943 12.3102C21.2566 12.3102 20.7441 12.4604 20.3626 12.7666C19.9811 13.0728 19.7875 13.4772 19.7875 13.9913C19.7761 14.4592 19.9754 14.9041 20.3285 15.2045C20.6872 15.528 21.1427 15.6897 21.6779 15.6897C22.31 15.6897 22.8111 15.4067 23.1926 14.8405H23.2324V15.528H24.1093V12.472C24.1093 11.8308 23.9157 11.3224 23.5228 10.9585ZM21.0347 14.6152C20.8467 14.4766 20.7328 14.2513 20.7328 14.0087C20.7328 13.7372 20.8581 13.5119 21.103 13.3328C21.3536 13.1537 21.6668 13.0613 22.037 13.0613C22.5495 13.0555 22.9482 13.171 23.2329 13.4021C23.2329 13.7949 23.0792 14.1358 22.7773 14.4246C22.504 14.7019 22.1338 14.8579 21.7465 14.8579C21.4903 14.8636 21.2397 14.777 21.0347 14.6152ZM26.0796 17.7058L29.143 10.5714H28.1466L26.7287 14.13H26.7116L25.2596 10.5714H24.2632L26.2732 15.2102L25.1344 17.7058H26.0796Z" fill="#3C4043"/>
<path d="M12.893 11.9579C12.893 11.6748 12.8702 11.3918 12.8247 11.1145H8.95837V12.7147H11.1734C11.0823 13.2288 10.7862 13.691 10.3534 13.9798V15.0196H11.6745C12.4488 14.2975 12.893 13.2288 12.893 11.9579Z" fill="#4285F4"/>
<path d="M8.95854 16.0248C10.0632 16.0248 10.997 15.6551 11.6746 15.0196L10.3536 13.9798C9.98347 14.234 9.51086 14.3784 8.95854 14.3784C7.88805 14.3784 6.98269 13.6448 6.65813 12.6627H5.29724V13.7372C5.99192 15.141 7.40975 16.0248 8.95854 16.0248Z" fill="#34A853"/>
<path d="M6.65822 12.6627C6.48737 12.1486 6.48737 11.5882 6.65822 11.0683V9.99956H5.29712C4.71053 11.1723 4.71053 12.5587 5.29712 13.7314L6.65822 12.6627Z" fill="#FBBC04"/>
<path d="M8.95854 9.35253C9.54503 9.34098 10.1087 9.56628 10.5301 9.97644L11.7031 8.7864C10.9572 8.08162 9.97778 7.69457 8.95854 7.70612C7.40975 7.70612 5.99192 8.59576 5.29724 9.99954L6.65813 11.074C6.98269 10.0862 7.88805 9.35253 8.95854 9.35253Z" fill="#EA4335"/>
<rect x="0.5" y="0.5" width="33" height="23" rx="3.5" stroke="#DBDBDB"/>
</svg>
</div>        </div>
    </div>
<style>
    .sb-3230862-justify-center {    justify-content: center}          @media (min-width: 1024px) {    .lg\:sb-3230862-justify-end {        justify-content: flex-end    }}      </style></div>
            <style>
                            *, ::before, ::after {    --tw-border-opacity: 1;    border-color: rgba(229, 231, 235, var(--tw-border-opacity))}          .sb-4552505-block {    display: block}          .sb-4552505-items-center {    align-items: center}          .sb-4552505-space-y-4 > :not([hidden]) ~ :not([hidden]) {    --tw-space-y-reverse: 0;    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));    margin-bottom: calc(1rem * var(--tw-space-y-reverse))}          .sb-4552505-border-t-2 {    border-top-width: 2px}          @media (min-width: 640px) {    .sm\:sb-4552505-flex {        display: flex    }    .sm\:sb-4552505-justify-between {        justify-content: space-between    }}          @media (min-width: 1024px) {    .lg\:sb-4552505-border-t-2 {        border-top-width: 2px    }}       .sb-6455282-pt-2{padding-top:0.5rem}.sb-6455282-pb-0{padding-bottom:0px}@media(min-width:1024px){.lg\:sb-6455282-pt-0{padding-top:0px}.lg\:sb-6455282-pb-0{padding-bottom:0px}} @media(min-width:1024px){.lg\:sb-8428623-mt-1{margin-top:0.25rem}}                </style>        </div>
    </div>
<style>
        #rktgridlayout-6800da8b3932b {
        --o-grid-template-columns: 1fr; --o-grid-template-columns-tablet: auto; --o-grid-template-columns-desktop: 1fr 1fr 1fr 1fr 1fr; --o-grid-template-rows: auto auto auto auto autop auto auto auto auto; --o-grid-template-rows-tablet: auto auto auto auto auto auto auto auto auto; --o-grid-template-rows-desktop: auto auto auto auto auto; --o-grid-template-gap:0px 0px; --o-grid-template-gap-tablet:0px 0px; --o-grid-template-gap-desktop:0px 0px;    }
    
    *, ::before, ::after {    --tw-border-opacity: 1;    border-color: rgba(229, 231, 235, var(--tw-border-opacity))}          .sb-4248418-border-t {    border-top-width: 1px}          .sb-4248418-bg-\[\#F0F0F0\] {    --tw-bg-opacity: 1;    background-color: rgba(240, 240, 240, var(--tw-bg-opacity))}          @media (min-width: 768px) {    .md\:sb-4248418-px-4 {        padding-left: 1rem;        padding-right: 1rem    }}          @media (min-width: 1024px) {    .lg\:sb-4248418-py-8 {        padding-top: 2rem;        padding-bottom: 2rem    }}       .sb-9369864-bg-transparent {    background-color: transparent}          @media (min-width: 768px) {    .md\:sb-9369864-bg-transparent {        background-color: transparent    }}          @media (min-width: 1024px) {    .lg\:sb-9369864-bg-transparent {        background-color: transparent    }}      </style><div class="fixed w-full z-10 left-0 bottom-0 pointer-events-none justify-start flex"
     x-data="scrollComponent()"
     x-defer="interact"
     x-init="updateScrollLevel()"
     mcclane-data="scroll-to-top"
>
    <button
        class="bg-primary pointer-events-auto translate-x-0 translate-y-0 translate-z-0 sb-5070618-mb-40 sb-5070618-ml-5 sb-5070618-w-12 sb-5070618-h-12 sb-5070618-hidden sb-5070618-opacity-100 sb-5070618- sb-5070618-rounded-full  sb-3223463-justify-center sb-3223463-items-center sb-3223463-border-white sb-3223463-border"
        x-show="showButton"
        x-on:click="scrollToTop()"
        x-on:scroll.window="updateScrollLevel()"
        x-cloak
        aria-label="Scroll to top"
    >
        <style>
    .sb-6531878-h-full {    height: 100%}          .sb-6531878-w-full {    width: 100%}          .sb-6531878-font-black {    font-weight: 900}          .sb-6531878-text-white {    --tw-text-opacity: 1;    color: rgba(255, 255, 255, var(--tw-text-opacity))}             </style>
    <div class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class=" md:sb-6531878- md:sb-6531878- sb-6531878-text-white sb-6531878-bg- sb-6531878-w-full sb-6531878-h-full sb-6531878- sb-6531878-font-black " width="24" height="24"><path d="M205.7,117.7a8.2,8.2,0,0,1-11.4,0L136,59.3V216a8,8,0,0,1-16,0V59.3L61.7,117.7a8.1,8.1,0,0,1-11.4-11.4l72-72a8.1,8.1,0,0,1,11.4,0l72,72A8.1,8.1,0,0,1,205.7,117.7Z"/></svg>
</div>    </button>
</div>
<style>
    .sb-5070618-mb-40 {    margin-bottom: 10rem}          .sb-5070618-ml-5 {    margin-left: 1.25rem}          .sb-5070618-hidden {    display: none}          .sb-5070618-h-12 {    height: 3rem}          .sb-5070618-w-12 {    width: 3rem}          .sb-5070618-rounded-full {    border-radius: 9999px}          .sb-5070618-opacity-100 {    opacity: 1}       *, ::before, ::after {    --tw-border-opacity: 1;    border-color: rgba(229, 231, 235, var(--tw-border-opacity))}          .sb-3223463-items-center {    align-items: center}          .sb-3223463-justify-center {    justify-content: center}          .sb-3223463-border {    border-width: 1px}          .sb-3223463-border-white {    --tw-border-opacity: 1;    border-color: rgba(255, 255, 255, var(--tw-border-opacity))}      </style>
<script>
    'use strict';
    function scrollComponent() {
        return {
            offsetY : 300,
            behavior: 'smooth',
            showButton: false,
            scrollToTop() {
                window.scroll({top: 0, behavior: this.behavior});
            },
            updateScrollLevel(){
                this.showButton = window.scrollY > this.offsetY;
            }
        }
    }
</script><div id="MyCustomTrustbadge"  class="sb-1940521-hidden md:sb-1940521-block sb-1940521-fixed sb-1940521-bottom-0 sb-1940521-right-0 sb-1940521-z-10">
</div>
<script type="text/javascript">
    function initTrustbadge() {
        (function () {
            var _tsid = 'XEA04887A568D82D857EF4672BEB50061';
            _tsConfig = {
                'yOffset': '',
                'variant': 'custom_reviews',
                'customElementId': 'MyCustomTrustbadge',
                'customBadgeWidth': '',
                'customBadgeHeight': '',
                'disableResponsive': 'true',
                'disableTrustbadge': 'false',
                'trustCardTrigger': 'mouseenter'
            };
            var _ts = document.createElement('script');
            _ts.type = 'text/javascript';
            _ts.charset = 'utf-8';
            _ts.async = true;
            _ts.src = '//widgets.trustedshops.com/js/' + _tsid + '.js';
            var __ts = document.getElementsByTagName('script')[0];
            __ts.parentNode.insertBefore(_ts, __ts);
        })();
    }

            window.addEventListener('thirdparty-trigger', event => {
            initTrustbadge();
        });
    </script>
                <style>
            .sb-1940521-fixed {    position: fixed}          .sb-1940521-bottom-0 {    bottom: 0px}          .sb-1940521-right-0 {    right: 0px}          .sb-1940521-z-10 {    z-index: 10}          .sb-1940521-hidden {    display: none}          @media (min-width: 768px) {    .md\:sb-1940521-block {        display: block    }}              </style>    </div>
</section></div></footer><script type="application/ld+json">
    {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Herbolario Navarro",
    "url": "https://www.herbolarionavarro.es",
    "logo": "https://www.herbolarionavarro.es/static/version1743498837/frontend/Project/default/es_ES/images/logo.svg",
    "sameAs": [
        "https://www.instagram.com/herbolarionavarro",
        "https://www.facebook.com/herbolarionavarro",
        "https://www.tiktok.com/@herbolarionavarro",
        "https://www.youtube.com/HerbolarioNavarro"
    ]
}</script>
<script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "WebSite",
        "url": "https://www.herbolarionavarro.es/",
        "potentialAction": {
            "@type": "SearchAction",
            "target": {
                "@type": "EntryPoint",
                "urlTemplate": "https://www.herbolarionavarro.es/catalogsearch/result/?q={search_term_string}"
            },
            "query-input": "required name=search_term_string"
        }
    }
</script>
<script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "WebPage",
        "name": "Blog de Nutrición y Salud Natural - Herbolario Navarro",
        "description": "Descubre consejos de nutrición y salud en nuestro Blog. Aprende sobre productos naturales, hábitos, recetas... y mejora tu estilo de vida de forma natural.",
        "url": "https://www.herbolarionavarro.es/",
        "isPartOf": {
            "@type": "WebSite",
            "url": "https://www.herbolarionavarro.es",
            "name": ""
        }
    }
</script>

    <script type="text/javascript">
        var oct8ne = document.createElement("script");
            oct8ne.type = "text/javascript";
            oct8ne.server = "backoffice-eu.oct8ne.com/";
            oct8ne.src = (document.location.protocol == "https:" ? "https://" : "http://") +  "static-eu.oct8ne.com/" +'api/v2/oct8ne.js' + '?' + (Math.round(new Date().getTime() / 86400000));
            oct8ne.async = true;
            oct8ne.license = "6EFDBB07D3315BA8F5B61BDD4FCF89E6";
            oct8ne.baseUrl = "//www.herbolarionavarro.es/";
            oct8ne.checkoutUrl = "//www.herbolarionavarro.es/checkout/";
            oct8ne.loginUrl = "//www.herbolarionavarro.es/customer/account/login/";
            oct8ne.checkoutSuccessUrl = "//www.herbolarionavarro.es/checkout/onepage/success/";
            oct8ne.locale = "es-ES";
            oct8ne.currencyCode = "EUR";
            oct8ne.platform = "magento2";
            oct8ne.apiVersion = "2.4";
            oct8ne.onProductAddedToCart = function(productId) {};
            
                                    if (document.cookie.indexOf("oct8ne-room") === -1) {
                
                                setTimeout(insertOct8ne, 3 * 1000);
                
                
                            }else{
                insertOct8ne();
            }
            
        function insertOct8ne() {
            if (!window.oct8neScriptInserted) {
                var s = document.getElementsByTagName("script")[0];
                s.parentNode.insertBefore(oct8ne, s);
                oct8ne.addEventListener('load', () => {
                    oct8neInit();
                })
                window.oct8neScriptInserted = true;
                
                            }
        }
    </script>


<script>
    window.RocketAjaxCart = rocketAjaxCart();

    function rocketAjaxCart() {
        'use strict';

        let cartId = null;
        let cartData = {};
        let customerToken = null;
        let cartEmpty = false;

        function reloadCustomerData() {
            window.dispatchEvent(new CustomEvent('reload-customer-section-data'));
        }
        function getUpdateCartItemMutation() {
            return `mutation updateCartItemQtyMutation($cartId: String!, $itemId: Int, $qty: Float) {
  updateCartItems(input: {cart_id: $cartId, cart_items: [{cart_item_id: $itemId, quantity: $qty}]}) {
    cart {
      total_quantity
      items {
        id
        errors {
          code
          message
        }
        prices {
          price {
            value
          }
          row_total {
            value
            currency
          }
          row_total_incl_tax {
            value
            currency
          }
          price_incl_tax {
            value
          }
        }
        product_type
        simple_image
        product {
          id
          name
          sku
          ... on ConfigurableProduct {
            name
            configurable_options {
              values {
                swatch_data {
                  __typename
                  value
                }
              }
            }
            options {
              uid
              title
              ... on CustomizableOptionInterface {
                title
              }
              ... on CustomizableDropDownOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
              ... on CustomizableMultipleOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
              ... on CustomizableRadioOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
              ... on CustomizableCheckboxOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
            }
          }
          ... on SimpleProduct {
            name
            options {
              title
            }
          }
          ... on VirtualProduct {
            name
            options {
              title
            }
          }
          ... on DownloadableProduct {
            name
            options {
              title
            }
          }
          ... on BundleProduct {
            name
            options {
              title
            }
          }
          small_image {
            label
            url
          }
          url_key
          url_suffix
          price_tiers {
            quantity
            final_price {
              value
            }
            discount {
              amount_off
              percent_off
            }
          }
        }
        quantity
        ... on ConfigurableCartItem {
          configurable_options {
            option_label
            swatch_type
            swatch_value
          }
          options: customizable_options {
            type
            label
            values {
              label
              value
            }
          }
        }
        ... on SimpleCartItem {
          customizable_options {
            label
            values {
              label
              value
              price {
                value
                type
              }
            }
          }
        }
        ... on VirtualCartItem {
          customizable_options {
            type
            label
            values {
              label
              value
              price {
                value
                type
              }
            }
          }
        }
        ... on DownloadableCartItem {
          customizable_options {
            type
            label
            values {
              label
              value
              price {
                value
                type
              }
            }
          }
        }
        ... on BundleCartItem {
          bundle_options {
            id
            label
            values {
              quantity
              label
            }
          }
          customizable_options: bundle_options {
            uid
            type
            label
            values {
              id
              label
            }
          }
        }
        sales_messages {
            area
            type
            content
        }
      }
      available_payment_methods {
        code
        title
      }
      selected_payment_method {
        code
        title
      }
      applied_coupons {
        code
      }
      billing_address {
        country {
          code
        }
        region {
          label
          region_id
        }
        postcode
      }
      shipping_addresses {
        country {
          code
        }
        region {
          label
          region_id
        }
        postcode
        selected_shipping_method {
          amount {
            value
            currency
          }
          price_incl_tax {
            value
            currency
          }
          carrier_title
          carrier_code
          method_title
          method_code
        }
        available_shipping_methods {
          price_excl_tax {
            value
            currency
          }
          price_incl_tax {
            value
            currency
          }
          carrier_title
          carrier_code
          method_title
          method_code
        }
      }
      prices {
        grand_total {
          value
          currency
        }
        subtotal_excluding_tax {
          value
          currency
        }
        subtotal_including_tax {
          value
          currency
        }
        applied_taxes {
          amount {
            value
            currency
          }
          label
        }
        discounts {
          amount {
            value
            currency
          }
          label
        }
      }
    }
  }
}
`;
        }
        function getRemoveCartItemMutation() {
            return `mutation removeCartItemMutation($cartId: String!, $itemId: Int) {
  removeItemFromCart(input: {cart_id: $cartId, cart_item_id: $itemId}) {
    cart {
      total_quantity
      items {
        id
        errors {
          code
          message
        }
        prices {
          price {
            value
          }
          row_total {
            value
            currency
          }
          row_total_incl_tax {
            value
            currency
          }
          price_incl_tax {
            value
          }
        }
        product_type
        simple_image
        product {
          id
          name
          sku
          ... on ConfigurableProduct {
            name
            configurable_options {
              values {
                swatch_data {
                  __typename
                  value
                }
              }
            }
            options {
              uid
              title
              ... on CustomizableOptionInterface {
                title
              }
              ... on CustomizableDropDownOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
              ... on CustomizableMultipleOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
              ... on CustomizableRadioOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
              ... on CustomizableCheckboxOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
            }
          }
          ... on SimpleProduct {
            name
            options {
              title
            }
          }
          ... on VirtualProduct {
            name
            options {
              title
            }
          }
          ... on DownloadableProduct {
            name
            options {
              title
            }
          }
          ... on BundleProduct {
            name
            options {
              title
            }
          }
          small_image {
            label
            url
          }
          url_key
          url_suffix
          price_tiers {
            quantity
            final_price {
              value
            }
            discount {
              amount_off
              percent_off
            }
          }
        }
        quantity
        ... on ConfigurableCartItem {
          configurable_options {
            option_label
            swatch_type
            swatch_value
          }
          options: customizable_options {
            type
            label
            values {
              label
              value
            }
          }
        }
        ... on SimpleCartItem {
          customizable_options {
            label
            values {
              label
              value
              price {
                value
                type
              }
            }
          }
        }
        ... on VirtualCartItem {
          customizable_options {
            type
            label
            values {
              label
              value
              price {
                value
                type
              }
            }
          }
        }
        ... on DownloadableCartItem {
          customizable_options {
            type
            label
            values {
              label
              value
              price {
                value
                type
              }
            }
          }
        }
        ... on BundleCartItem {
          bundle_options {
            id
            label
            values {
              quantity
              label
            }
          }
          customizable_options: bundle_options {
            uid
            type
            label
            values {
              id
              label
            }
          }
        }
        sales_messages {
            area
            type
            content
        }
      }
      available_payment_methods {
        code
        title
      }
      selected_payment_method {
        code
        title
      }
      applied_coupons {
        code
      }
      billing_address {
        country {
          code
        }
        region {
          label
          region_id
        }
        postcode
      }
      shipping_addresses {
        country {
          code
        }
        region {
          label
          region_id
        }
        postcode
        selected_shipping_method {
          amount {
            value
            currency
          }
          price_incl_tax {
            value
            currency
          }
          carrier_title
          carrier_code
          method_title
          method_code
        }
        available_shipping_methods {
          price_excl_tax {
            value
            currency
          }
          price_incl_tax {
            value
            currency
          }
          carrier_title
          carrier_code
          method_title
          method_code
        }
      }
      prices {
        grand_total {
          value
          currency
        }
        subtotal_excluding_tax {
          value
          currency
        }
        subtotal_including_tax {
          value
          currency
        }
        applied_taxes {
          amount {
            value
            currency
          }
          label
        }
        discounts {
          amount {
            value
            currency
          }
          label
        }
      }
    }
  }
}
`;
        }

        window.addEventListener('private-content-loaded', function (event) {
            const data = event.detail.data;

            if (data && data.customer && data.customer.signin_token) {
                customerToken = data.customer.signin_token;
            }

            if (data && data.cart && data.cart.cartId) {
                cartId = data.cart.cartId;

                if (data.cart.summary_count !== cartData.summary_count) {
                    cartData = ((data.rocket_checkout_cart_actions)) || {};
                    cartEmpty = !(cartData && cartData.items && Object.keys(cartData.items).length);
                }
            } else {
                cartEmpty = true;
            }
        });

        return {
            /**
             * @param sku
             * @param quantity
             * @returns {Promise}
             */
            addProductToCart(sku, quantity=1) {
                return new Promise((resolve, reject) => {

                    if (quantity <= 0) {
                        return reject('Por favor, introduzca una cantidad mayor que 0.');
                    }

                    const data = {
                        form_key: hyva.getFormKey(),
                        product: sku,
                        uenc: btoa(window.location.href),
                        qty: quantity,
                        remove_messages: true,
                        isAjax: true
                    };

                    let postData = Object.keys(data).map(key => {
                        return `${key}=${data[key]}`;
                    }).join('&');

                    fetch(`${BASE_URL}rocket_checkout_cart_actions/cart/add/`, {
                        "headers": {
                            "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
                        },
                        "body": postData,
                        "method": "POST",
                        "mode": "cors",
                        "credentials": "include"
                    }).then((response) => {
                        if (response.ok) {
                            return response.json();
                        }

                        return reject(response);
                    }).then((response) => {
                        if (!response) {
                            return reject('No podemos añadir este artículo a su carrito de compras ahora mismo.');
                        }

                        reloadCustomerData();
                        return resolve('Añadiste %1 a tu cesta.'.replace('%1', sku));
                    }).catch((error) => {
                        return reject(error);
                    });
                })
            },
            /**
             * @param sku
             * @param quantity
             * @returns {Promise}
             */
            updateProductToCart(sku, quantity) {
                return new Promise((resolve, reject) => {
                    const cartItem = this.getCartItemBySku(sku);

                    if (!cartItem || !cartItem.item_id) {
                        return reject('No\u0020pudimos\u0020a\u00F1adir\u0020el\u0020producto\u0020a\u0020tu\u0020carrito\u0020de\u0020compras.');
                    }

                    const variables = {
                        cartId: cartId,
                        itemId: cartItem.item_id,
                        qty: quantity
                    };

                    fetch(`${BASE_URL}graphql`, {
                            method: 'POST',
                            headers: {
                                'Content-Type': 'application/json;charset=utf-8',
                                'Store': 'default'
                            },
                            body: JSON.stringify({query: getUpdateCartItemMutation(), variables: variables})
                        }
                    ).then((response) => {
                        return response.json()
                    }).then((data) => {
                        if (data.errors) {
                            return reject(data.errors);
                        }

                        reloadCustomerData();

                        return resolve('\u00251\u0020ha\u0020alcanzado\u0020una\u0020cantidad\u0020de\u0020\u00252.'
                            .replace('%1', cartItem.name)
                            .replace('%2', quantity));
                    }).catch((error) => {
                        return reject(error);
                    });
                });
            },
            /**
             * @param sku
             * @returns {Promise}
             */
            removeProductToCart(sku) {
                return new Promise((resolve, reject) => {
                    const cartItem = this.getCartItemBySku(sku);

                    if (!cartItem || !cartItem.item_id) {
                        return reject('No\u0020se\u0020puede\u0020quitar\u0020el\u0020producto.');
                    }

                    const variables = {
                        cartId: cartId,
                        itemId: cartItem.item_id
                    };

                    fetch(`${BASE_URL}graphql`, {
                            method: 'POST',
                            headers: {
                                'Content-Type': 'application/json;charset=utf-8',
                                'Store': 'default'
                            },
                            body: JSON.stringify({query: getRemoveCartItemMutation(), variables: variables})
                        }
                    ).then((response) => {
                        return response.json()
                    }).then((data) => {
                        if (data.errors) {
                            return reject(data.errors);
                        }

                        reloadCustomerData();

                        return resolve('\u00251\u0020has\u0020been\u0020removed\u0020from\u0020your\u0020shopping\u0020cart.'
                            .replace('%1', cartItem.name));
                    }).catch((error) => {
                        return reject(error);
                    });
                });
            },
            /**
             * @param sku
             * @returns {boolean|{}}
             */
            getCartItemBySku(sku) {
                if (!cartData.items || cartData.items.length === 0) {
                    return false;
                }

                const cartItem = cartData.items.find((item) => {
                    return item.product_sku === sku;
                });

                return (cartItem) ? cartItem : false;
            }
        };
    }
</script>



<script>
    (() => {
        function src_default(Alpine) {
            Alpine.directive("intersect", (el, {value, expression, modifiers}, {evaluateLater, cleanup}) => {
                let evaluate = evaluateLater(expression);
                let options = {
                    rootMargin: getRootMargin(modifiers),
                    threshold: getThreshhold(modifiers)
                };
                let observer = new IntersectionObserver((entries) => {
                    entries.forEach((entry) => {
                        if (entry.isIntersecting === (value === "leave"))
                            return;
                        evaluate();
                        modifiers.includes("once") && observer.disconnect();
                    });
                }, options);
                observer.observe(el);
                cleanup(() => {
                    observer.disconnect();
                });
            });
        }

        function getThreshhold(modifiers) {
            if (modifiers.includes("full"))
                return 0.99;
            if (modifiers.includes("half"))
                return 0.5;
            if (!modifiers.includes("threshold"))
                return 0;
            let threshold = modifiers[modifiers.indexOf("threshold") + 1];
            if (threshold === "100")
                return 1;
            if (threshold === "0")
                return 0;
            return Number(`.${threshold}`);
        }

        function getLengthValue(rawValue) {
            let match = rawValue.match(/^(-?[0-9]+)(px|%)?$/);
            return match ? match[1] + (match[2] || "px") : void 0;
        }

        function getRootMargin(modifiers) {
            const key = "margin";
            const fallback = "0px 0px 0px 0px";
            const index = modifiers.indexOf(key);
            if (index === -1)
                return fallback;
            let values = [];
            for (let i = 1; i < 5; i++) {
                values.push(getLengthValue(modifiers[index + i] || ""));
            }
            values = values.filter((v) => v !== void 0);
            return values.length ? values.join(" ").trim() : fallback;
        }

        document.addEventListener("alpine:init", () => {
            window.Alpine.plugin(src_default);
        });
    })();
</script>
<script>
    (function () {
        "use strict";

        const hasAlpine = new Promise(resolve => {
            window.addEventListener('alpine:initialized', resolve, {once: true, passive: true});
        });

        const hasInteract = new Promise(resolve => {
            (events => {
                const onInteract = () => {
                    resolve();
                    events.forEach(type => window.removeEventListener(type, onInteract));
                }
                events.forEach(type => window.addEventListener(type, onInteract, {once: true, passive: true}))
            })(['touchstart', 'mouseover', 'wheel', 'scroll', 'keydown'])
        });

        const onIntersect = (el) => {
            return new Promise(resolve => {
                const observer = new IntersectionObserver(entries => {
                    for (const entry of entries) {
                        if (entry.isIntersecting) {
                            observer.disconnect()
                            resolve();
                        }
                    }
                }, {});
                observer.observe(el);
            });
        }

        function runComponent(el) {
            hasAlpine.then(() => {
                el.removeAttribute('x-ignore');
                queueMicrotask(() => Alpine.initTree(el));
            });
        }

        function initDeferredComponents() {
            document.querySelectorAll('[x-data][x-defer]').forEach(el => {
                el.setAttribute('x-ignore', '');
                const deferUntil = (el.getAttribute('x-defer') || '').trim();
                switch (deferUntil) {
                    case 'interact':
                        hasInteract.then(() => runComponent(el));
                        break;
                    case 'intersect':
                        onIntersect(el).then(() => runComponent(el))
                        break;
                    case 'idle':
                        window.requestIdleCallback
                            ? window.requestIdleCallback(() => runComponent(el), {timeout: 4000})
                            : setTimeout(() => runComponent(el), 4000);
                        break;
                    case 'eager':
                        runComponent(el);
                        break;
                    default:
                        if (deferUntil.startsWith('event:') && deferUntil.length > 6) {
                            window.addEventListener(deferUntil.substring(6), () => runComponent(el), {once: true, passive: true});
                        }
                }
            });
        }

        window.addEventListener('alpine:init', initDeferredComponents, {once: true, passive: true});
    })()
</script>

<script type="module"
        src="https://www.herbolarionavarro.es/static/version1744680816/frontend/Project/default/es_ES/Hyva_Theme/js/alpine3.min.js"
        defer
        crossorigin
></script>
<script>
    'use strict';
    function dispatchMessages(messages, hideAfter) {
        const messagesEvent = new CustomEvent("messages-loaded", {
            detail: {
                messages: messages,
                hideAfter: hideAfter
            }
        });
        window.dispatchEvent(messagesEvent);
    }

    if (typeof hyva === 'undefined' || (!hyva.getBrowserStorage || !hyva.getCookie || !hyva.setCookie)) {
        console.warn("Hyvä helpers are not loaded yet. Make sure they are included before this script");
    }

    (function( hyva, undefined ) {

        hyva.initFormKey = () => {
            const inputSelector = 'input[name="form_key"]',
                formKey = hyva.getFormKey();

            Array.from(document.querySelectorAll(inputSelector)).map(function (input) {
                input.value = formKey
            });
        }

        hyva.initMessages = () => {
            try {
                const messages = hyva.getCookie('mage-messages');
                window.mageMessages = messages ? JSON.parse(decodeURIComponent(messages).replace(/\+/g, ' ')) : [];

                dispatchMessages(window.mageMessages);

                                // empty `mage-messages` cookie
                const skipSetDomain = true;
                hyva.setCookie('mage-messages','', -1, skipSetDomain);

            } catch (error) {
                console.warn('Error parsing Cookie Messages:', error);
            }
        }

        window.addEventListener('DOMContentLoaded', hyva.initFormKey);
        window.addEventListener('load', hyva.initMessages);


    }( window.hyva = window.hyva || {} ));
</script>
<script>
    'use strict';
    {
        const private_content_key = 'mage-cache-storage';
        const private_content_expire_key = 'mage-cache-timeout';
        const private_content_version_key = 'private_content_version';
        const section_data_ids_key = 'section_data_ids';
        const mage_cache_session_id_key = 'mage-cache-sessid';
        const last_visited_store_key = 'last_visited_store';

        const ttl = 3600;

        if (typeof hyva === 'undefined' || (!hyva.getBrowserStorage || !hyva.getCookie || !hyva.setCookie)) {
            console.warn("Hyvä helpers are not loaded yet. Make sure they are included before this script");
        }

        function loadSectionData () {
            const browserStorage = hyva.getBrowserStorage();
            if (!browserStorage) {
                typeof window.dispatchMessages !== "undefined" && window.dispatchMessages(
                    [{
                        type: "warning",
                        text: "Por favor, active LocalStorage en su navegador"
                    }]
                );
                return;
            }
            try {
                let isInvalid = false;

                if (hyva.getCookie(last_visited_store_key) !== CURRENT_STORE_CODE) {
                    isInvalid = true;
                }
                hyva.setCookie(last_visited_store_key, CURRENT_STORE_CODE, false, false);

                if (!hyva.getCookie(mage_cache_session_id_key)) {
                    isInvalid = true;
                    const skipSetDomain = true;
                    const days = false;
                    hyva.setCookie(mage_cache_session_id_key, true, days, skipSetDomain)
                }

                const cookieVersion = hyva.getCookie(private_content_version_key);
                const storageVersion = browserStorage.getItem(private_content_version_key);

                if (cookieVersion && !storageVersion || cookieVersion !== storageVersion) {
                    isInvalid = true;
                }

                const privateContentExpires = browserStorage.getItem(private_content_expire_key);
                if (privateContentExpires && new Date(privateContentExpires) < new Date()) {
                    browserStorage.removeItem(private_content_key);
                }

                if (isInvalid) {
                    fetchPrivateContent([]);
                } else if (cookieVersion && storageVersion && cookieVersion === storageVersion) {
                    const privateContent = JSON.parse(browserStorage.getItem(private_content_key));
                    if (
                        privateContent &&
                        privateContentExpires &&
                        privateContent.cart &&
                        privateContent.customer
                    ) {
                        dispatchPrivateContent(privateContent);
                    } else {
                        fetchPrivateContent([]);
                    }
                } else {
                    dispatchPrivateContent({});
                }

            } catch (error) {
                console.warn('Error retrieving Private Content:', error);
            }
        }

        window.addEventListener('alpine:initialized', loadSectionData);
        window.addEventListener('reload-customer-section-data', loadSectionData);

        function dispatchPrivateContent(data) {
            const privateContentEvent = new CustomEvent("private-content-loaded", {
                detail: {
                    data: data
                }
            });
            window.dispatchEvent(privateContentEvent);
        }

        function fetchPrivateContent(sections) {
            fetch(`${BASE_URL}customer/section/load/?sections=${encodeURIComponent(sections.join(','))}`, {
                method: 'GET',
                headers: {
                    'Content-Type': 'application/json',
                    'X-Requested-With': 'XMLHttpRequest'
                }
            })
                .then(response => response.json())
                .then(
                    data => {
                        if (data) {
                            try {
                                const browserStorage = hyva.getBrowserStorage();

                                // merge new data preserving non-invalidated sections
                                const oldSectionData = JSON.parse(browserStorage.getItem(private_content_key) || '{}');

                                if ((! data.cart || ! data.cart.cartId) && oldSectionData['checkout-data']) {
                                    delete oldSectionData['checkout-data'];
                                }
                                const newSectionData = Object.assign(oldSectionData, data);

                                dispatchPrivateContent(newSectionData);

                                // don't persist messages, they've been dispatched already
                                if (newSectionData.messages && newSectionData.messages.messages ) {
                                    newSectionData.messages.messages = [];
                                }

                                browserStorage.setItem(private_content_key, JSON.stringify(newSectionData));

                                const expiresAt = new Date(Date.now() + (ttl * 1000)).toISOString();
                                browserStorage.setItem(private_content_expire_key, expiresAt);

                                const newCookieVersion = hyva.getCookie(private_content_version_key);
                                browserStorage.setItem(private_content_version_key, newCookieVersion);

                                // We don't need the section_data_ids in Hyvä, but we store them for compatibility
                                // with Luma Fallback. Otherwise, not all sections are loaded in Luma Checkout
                                hyva.setCookie(
                                    section_data_ids_key,
                                    JSON.stringify(
                                        Object.keys(data).reduce((sectionDataIds, sectionKey) => {
                                            sectionDataIds[sectionKey] = data[sectionKey]['data_id'];
                                            return sectionDataIds;
                                        }, {})
                                    ),
                                    false,
                                    true
                                );
                            } catch (error) {
                                console.warn("Couldn't store privateContent", error);
                            }
                        }
                    }
                );
        }
    }
</script>
<script>
    (() => {
        document.addEventListener('submit', event => event.target.action = event.target.action.replace('%25uenc%25', hyva.getUenc()));
    })()
</script>
<script>
    (events => {
        const dispatchUserInteractionEvent = () => {
            events.forEach(type => window.removeEventListener(type, dispatchUserInteractionEvent))
            window.dispatchEvent(new Event('init-external-scripts'))
        };
        events.forEach(type => window.addEventListener(type, dispatchUserInteractionEvent, {once: true, passive: true}))
    })(['touchstart', 'mouseover', 'wheel', 'scroll', 'keydown'])
</script>
<script type="text/javascript">
    'use strict';

    document.addEventListener('alpine:init', () => {
        Alpine.data('initCalculateSavePercent', (productId, tierPrices, regularPrice, finalPrice) => ({
            productId: productId,
            qty: null,
            tierPrices: tierPrices,
            regularPrice: regularPrice,
            oldFinalPrice: finalPrice,
            finalPrice: finalPrice,
            percentage: 0,

            init() {
                let targetQty = document.querySelector('[id="qty[' + this.productId + ']"]');
                this.qty = targetQty ? parseInt(targetQty.value) : 1;
                this.calculatePercentage();
                this.$watch('finalPrice', value => this.calculatePercentage())
                this.$watch('regularPrice', value => this.calculatePercentage())
            },
            calculatePercentage() {
                this.percentage = Math.round(100 - (this.finalPrice / this.regularPrice) * 100);
            },
            eventListeners: {
                ['@update-prices.window'](event) {
                    if (parseInt(event.detail.productId) !== parseInt(this.productId)) {
                        return;
                    }

                    this.finalPrice = event.detail.finalPrice.amount;
                    this.oldFinalPrice = event.detail.finalPrice.amount;
                    this.regularPrice = event.detail.oldPrice.amount;
                    this.tierPrices = event.detail.tierPrices;
                    this.calculateTierPrice();
                },
                ['@update-qty.window'](event) {
                    if (parseInt(event.detail.productId) !== parseInt(this.productId)) {
                        return;
                    }

                    this.qty = event.detail.qty;
                    this.calculateTierPrice();
                },
                ['@update-qty-'+productId+'.window'](event) {
                    this.qty = event.detail;
                    this.calculateTierPrice();
                }
            },
            calculateTierPrice() {
                if (this.qty <= 1 || Object.values(this.tierPrices).length === 0) {
                    this.finalPrice = this.oldFinalPrice;
                    return;
                }

                let newPrice = Object.values(this.tierPrices).findLast(tier_price => parseInt(tier_price.price_qty || tier_price.qty) <= this.qty);
                this.finalPrice = newPrice ? newPrice.price : this.oldFinalPrice;
            }
        }))
    })
</script>
<script type="text/javascript">
    'use strict';

    document.addEventListener('alpine:init', () => {
        Alpine.data('initPriceBox', () => ({
            updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const oldPrice = this.$root.querySelector('.old-price');

                if (regularPriceLabel) {
                    if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                        regularPriceLabel.classList.add('hidden');
                        oldPrice.classList.remove('hidden');
                    } else {
                        regularPriceLabel.classList.remove('hidden');
                        oldPrice.classList.add('hidden');
                    }
                }

                const oldPriceElement = this.$root.querySelector('.old-price .price-wrapper .price') || this.$root.querySelector('.price');
                const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price') || this.$root.querySelector('.price');
                const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
                oldPriceElement.innerText = hyva.formatPrice(priceData.oldPrice.amount);
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
                basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
            }
        }))
    })
</script>
<script>
    function initConfigurableOptions(productId, optionConfig) {

        function findPathParam(key) {
                        const baseUrl = (BASE_URL.substr(0, 2) === '//' ? 'http:' : '') + BASE_URL;
            const baseUrlParts = (new URL(baseUrl)).pathname.replace(/\/$/, '').split('/');
            const pathParts = window.location.pathname.split('/').slice(baseUrlParts.length + 3);
            for (let i = 0; i < pathParts.length; i += 2) {
                if (pathParts[i] === key && pathParts.length > i) {
                    return pathParts[i + 1];
                }
            }
        }

        return {
            optionConfig,
            productId,
            itemId: (new URLSearchParams(window.location.search)).get('id') || findPathParam('id'),
            allowedAttributeOptions: [],
            selectedValues: [],
            init() {
                this.findAllowedAttributeOptions();
                this.$nextTick(() => {
                    window.dispatchEvent(
                        new CustomEvent(
                            'configurable-selection-init',
                            {
                                detail: {
                                    attributes: optionConfig && optionConfig.attributes ? optionConfig.attributes : undefined
                                }
                            }
                        )
                    );

                    if (typeof this.optionConfig.defaultValues === 'object') {
                        for (const [optionId, value] of Object.entries(this.optionConfig.defaultValues)) {
                            this.changeOption(optionId, value + '');
                        }
                    }
                });
            },
            findSimpleIndex() {
                                this.productIndex = this.calculateSimpleIndexForPartialSelection(this.selectedValues);
            },
            calculateSimpleIndexForPartialSelection(selectedValues) {
                if (selectedValues.length === 0) return 0;
                let productIndexIds = Object.keys(this.optionConfig.index);
                Object.keys(this.optionConfig.attributes).forEach((attribute) => {
                                        const selectedAttributeValue = this.selectedValues[attribute];
                    const indexConfig = this.optionConfig.index;

                    const productsWithAttributeMatch = selectedAttributeValue
                        ? productIndexIds.filter(productIndex => indexConfig[productIndex][attribute] === selectedAttributeValue)
                        : [];

                                        productIndexIds = productsWithAttributeMatch.length ? productsWithAttributeMatch : productIndexIds
                })
                return productIndexIds[0];
            },
            calculateSimpleIndexForFullSelection(selectedValues) {
                const productIndexes = this.optionConfig.index;
                return Object.keys(productIndexes).find(productIndex => {
                    const productCandidateOptions = productIndexes[productIndex];

                    for (const productOption in productCandidateOptions) {
                        if (
                            ! selectedValues[productOption] ||
                            selectedValues[productOption] !== productCandidateOptions[productOption]
                        ) {
                            return false;
                        }
                    }
                    return productIndex;
                });
            },
            productIndex: 0,
            findAllowedAttributeOptions() {
                                this.allowedAttributeOptions = this.calculateAllowedAttributeOptions(this.selectedValues);
            },
            calculateAllowedAttributeOptions(selectedValues) {
                const allAttributes = this.optionConfig.attributes;
                const allAttributesSorted = Object.values(allAttributes).sort((a,b) => {
                    return a.position - b.position
                });

                const selectionWithoutAttr = attrId => {
                                        return Object.keys(selectedValues).reduce((acc, id) => {
                        if (id !== attrId) acc[id] = selectedValues[id];
                        return acc;
                    }, {})
                }

                const newAllowedAttributeOptions = [];

                allAttributesSorted.forEach(attribute => {
                    const availableIndexes = this.calculateAvailableProductIndexes(selectionWithoutAttr(attribute.id));
                    const availableIndexesSet = new Set(availableIndexes);
                    newAllowedAttributeOptions[attribute.id] = allAttributes[attribute.id].options.filter(option => {
                        option.availableProductsId = option.products.filter(x => availableIndexesSet.has(x));
                        option.saleable = this.isSaleable(option);

                        return option.products.some(product => availableIndexesSet.has(product));
                    })
                });
                return newAllowedAttributeOptions;
            },
            isSaleable(option) {
                if(option.availableProductsId.length) {
                    return !option.availableProductsId.every(productId => this.optionConfig.saleable[productId] === false);
                }
                return true;
            },
            calculateAvailableProductIndexes(selectedOptions) {
                if (Object.keys(selectedOptions).length === 0) {
                                        return Object.keys(this.optionConfig.index);
                }

                                const selectedIds = Object.keys(selectedOptions);
                if (Object.values(this.optionConfig.salable || {}).length) {
                                        const selectedOptionIndexes = selectedIds.map(attrId => {
                        const optionValue = selectedOptions[attrId];
                        return this.optionConfig.salable[attrId] && this.optionConfig.salable[attrId][optionValue] || []
                    })
                                        return selectedOptionIndexes.reduce((acc, optionIndexes) => {
                        return acc.filter(index => optionIndexes.includes(index));
                    });
                } else {
                                        const productIndexes = this.optionConfig.index;
                    return Object.keys(productIndexes).filter(index => {
                        const currentIndex = productIndexes[index];
                        return selectedIds.some(attrId => currentIndex[attrId] === `${selectedOptions[attrId]}`);
                    });
                }
            },
            findAttributeByOptionId(optionId) {
                for (const attributeId in this.optionConfig.attributes) {
                    const attributeOptions = this.optionConfig.attributes[attributeId].options || [];
                    if (attributeOptions.find(option => option.id === optionId)) {
                        return attributeId;
                    }
                }
            },
            getAllowedAttributeOptions(attributeId) {
                return this.allowedAttributeOptions[attributeId] || []
            },
            getProductIdsForOption(option) {
                const attributeId = this.findAttributeByOptionId(option.id);
                const allOptions = this.optionConfig.attributes[attributeId];
                const opt = (allOptions && allOptions.options || []).find(o => o.id === option.id);
                return opt && opt.products
                    ? opt.products
                    : [];
            },
            findProductIdsForPartialSelection(optionSelection) {
                const candidateProducts = Object.values(optionSelection).reduce((candidates, optionId) => {
                    const newCandidates = this.getProductIdsForOption({id: optionId});
                    return candidates === null
                        ? newCandidates
                        : candidates.filter(productId => newCandidates.includes(productId));
                }, null);
                return candidateProducts || [];
            },
            findCheapestProductForPartialSelection(optionSelection) {
                const candidateProducts = this.findProductIdsForPartialSelection(optionSelection);
                return candidateProducts.reduce((cheapest, simpleIdx) => {
                    // in the first iteration we start with simpleIdx as the currently cheapest product
                    if (! this.optionConfig.optionPrices[cheapest]) return simpleIdx;
                    const knownCheapestPrice = this.optionConfig.optionPrices[cheapest].finalPrice.amount;
                    return knownCheapestPrice > this.optionConfig.optionPrices[simpleIdx].finalPrice.amount
                        ? simpleIdx
                        : cheapest;
                }, 0)
            },
            findProductIdToUseForOptionPrice(option) {
                // try to find a product for a complete selection
                const attributeId = this.findAttributeByOptionId(option.id);
                const optionSelection = Object.assign({}, this.selectedValues, {[attributeId]: option.id});
                const matchingSimpleIndex = this.calculateSimpleIndexForFullSelection(optionSelection);
                // if there is no complete selection, use the cheapest product for the option
                return matchingSimpleIndex || this.findCheapestProductForPartialSelection(optionSelection);
            },
            getAttributeOptionLabel(option) {
                const optionProduct = this.findProductIdToUseForOptionPrice(option);
                if ((! optionProduct) || (optionProduct === this.productIndex)) {
                    return option.label;
                }

                const currentPrice = this.getOptionPriceAdjustmentBasePrice();

                if (this.optionConfig.optionPrices[optionProduct]) {
                    const optionPrice = this.optionConfig.optionPrices[optionProduct].finalPrice.amount;
                    if (optionPrice !== currentPrice){
                        return option.label + ' ' + hyva.formatPrice(optionPrice - currentPrice, true);
                    }
                }
                return option.label;
            },
            getOptionPriceAdjustmentBasePrice() {
                if (this.optionConfig.optionPrices[this.productIndex]) {
                    return this.optionConfig.optionPrices[this.productIndex].finalPrice.amount
                }
                const cheapestForSelection = this.findCheapestProductForPartialSelection(this.selectedValues);
                return this.optionConfig.optionPrices[cheapestForSelection]
                    ? this.optionConfig.optionPrices[cheapestForSelection].finalPrice.amount
                    : this.optionConfig.prices.finalPrice.amount; // default price if no option selection
            },
            changeOption(optionId, value) {
                if (value === '') {
                    // create new array so the length property is reset if no option is selected (avoiding delete)
                    this.selectedValues = this.selectedValues.reduce((newSelection, val, opt) => {
                        if (opt !== optionId) {
                            newSelection[opt] = val;
                        }
                        return newSelection;
                    }, []);
                } else {
                    this.selectedValues[optionId] = value;
                }
                this.findSimpleIndex();
                this.findAllowedAttributeOptions();
                this.updatePrices();
                this.updateGallery();
                window.dispatchEvent(
                    new CustomEvent(
                        'configurable-selection-changed',
                        {
                            detail: {
                                productId: this.productId,
                                optionId: optionId,
                                value: value,
                                attributes: optionConfig && optionConfig.attributes ? optionConfig.attributes : undefined,
                                productIndex: this.productIndex,
                                selectedValues: this.selectedValues,
                                candidates: this.findProductIdsForPartialSelection(this.selectedValues),
                                saleable: this.productIndex ? this.optionConfig.saleable[this.productIndex] : true
                            }
                        }
                    )
                );
            },
            calculateIsMinimalPrice() {
                return (
                    this.selectedValues.filter(value => !!value).length <
                        Object.keys(this.optionConfig.attributes).length
                );
            },
            updatePrices() {
                const value = this.productIndex ?
                    this.optionConfig.optionPrices[this.productIndex] :
                    this.optionConfig.prices;
                window.dispatchEvent(
                    new CustomEvent(
                        "update-prices-" + this.productId,
                        {
                            detail: Object.assign(
                                value,
                                { isMinimalPrice: this.calculateIsMinimalPrice() }
                            )
                        }
                    )
                );
                window.dispatchEvent(
                    new CustomEvent(
                        "update-prices",
                        {
                            detail: Object.assign(
                                value,
                                {
                                    productId: this.productId,
                                    isMinimalPrice: this.calculateIsMinimalPrice()
                                }
                            )
                        }
                    )
                );

            },
            updateGallery () {
                const value = this.productIndex ?
                    this.optionConfig.images[this.productIndex] :
                    Object.values(this.optionConfig.images)[0];

                value && window.dispatchEvent(
                    new CustomEvent(
                        "update-gallery",
                        { detail: value }
                    )
                );
            },
            onGetCartData(data) {
                this.preselectCartItems(data);
                this.preselectSaleableAttributeOptions();
                this.preselectSkuChildAttributeItems();
                this.preselectQuerySimpleSkuItems();
                this.preselectQuerystringItems();
                this.preselectLocationHashItems();
            },
            preselectCartItems(data) {
                // pre-select options based on cart data for current (quote) itemId
                const cart = data && data.cart;
                if (cart && cart.items) {
                    const cartItem = cart.items.find((item) => {
                        return (
                            item.item_id === this.itemId
                            && item.product_id === this.productId
                        )
                    });
                    if (cartItem && cartItem.options && cartItem.options.length) {
                        cartItem.options.map(option => {
                            this.changeOption(option.option_id, option.option_value);
                        })
                    }
                }
            },
            preselectSkuChildAttributeItems() {
                // pre-select options based on preselect_sku_child product attribute value
                const skuChild = this.optionConfig.preselect_sku_child;

                if (skuChild !== undefined && skuChild.length) {
                    this.preselectOptionBySku(skuChild);
                }
            },
            preselectQuerySimpleSkuItems() {
                // pre-select options based on simple sku like ?sku=WP02-28-Purple
                const urlQueryParams = new URLSearchParams(window.location.search.replace('?',''));
                const skuParam = urlQueryParams.get('sku');

                if (skuParam) {
                    this.preselectOptionBySku(skuParam);
                }
            },
            preselectOptionBySku(optionSku) {
                if (typeof this.optionConfig.childProducts[optionSku] === "undefined") {
                    return;
                }

                const productId = this.optionConfig.childProducts[optionSku];

                if (this.optionConfig.index[productId]) {
                    let targetProduct = this.optionConfig.index[productId];
                    Object.entries(targetProduct).map((options) => {
                        const attributeId = options[0];
                        const attributeCode = options[1];
                        this.changeOption(attributeId, attributeCode);
                    })
                }
            },
            preselectQuerystringItems() {
                // pre-select option like ?size=167
                const urlQueryParams = new URLSearchParams(window.location.search.replace('?',''));
                Object.values(this.optionConfig.attributes).map(attribute => {
                    urlQueryParams.get(attribute.code) &&
                    this.changeOption(attribute.id, urlQueryParams.get(attribute.code));
                });
            },
            preselectLocationHashItems() {
                // pre-select option like #144=167
                const urlHashParams = new URLSearchParams(window.location.hash.replace('#',''));
                Object.values(this.optionConfig.attributes).map(attribute => {
                    urlHashParams.get(attribute.id) &&
                    this.changeOption(attribute.id, urlHashParams.get(attribute.id));
                });
            },
            preselectSaleableAttributeOptions() {
                // pre-select attribute options by stock preference
                const saleableAttributeOptions = this.findSaleableAttributeOptions();
                let modifyAttributes = true;
                let attributeOptionsToSelect = [];
                // Check all attributes than can be selected
                saleableAttributeOptions.forEach((attributeOption, attributeId) => {
                    if (attributeOption.length === 1 && Object.values(attributeOption[0].saleable).find(x => x === true)) {
                        attributeOptionsToSelect.push([attributeId, attributeOption[0].optionId]);
                    } else {
                        let countSaleable = 0;
                        let optionId = null;
                        attributeOption.forEach(option => {
                            if (Object.values(option.saleable).find(x => x === true)) {
                                optionId = option.optionId;
                                countSaleable += 1;
                            }
                        })

                        if (countSaleable === 1 && optionId) {
                            attributeOptionsToSelect.push([attributeId, optionId]);
                        } else {
                            modifyAttributes = false;
                        }
                    }
                });

                // Only if all attributes of the product can be selected, then select them
                if (modifyAttributes) {
                    attributeOptionsToSelect.forEach((attributeOption) => {
                        this.changeOption(attributeOption[0], attributeOption[1]);
                    });
                }
            },
            findSaleableAttributeOptions() {
                const saleableAttributeOptions = [];
                const saleableOptions = Object.entries(this.optionConfig.saleable).map(([id, saleable]) => ({id,saleable}));

                Object.values(this.optionConfig.attributes).forEach(attribute => {
                    let attributeId = attribute.id; // size: 143, color: 93
                    let options = attribute.options;
                    saleableAttributeOptions[attributeId] =
                        options.map(option => {
                            let productsOption = option.products;
                            let saleable = [];
                            productsOption.forEach(product => { // products: ["1820", "1821", "1822"]
                                saleable[product] = false;
                                saleableOptions.forEach(x => {
                                    if (x.id === product && x.saleable) {
                                        saleable[product] = true;
                                    }
                                });
                            });

                            // {optionId: 50, saleable: [1820: true, 1821: false]
                            return {optionId: option.id, saleable: saleable}
                        });
                });

                return saleableAttributeOptions;
            }
        }
    }

</script>
<script>
    function initSwatchOptions(swatchConfig) {
        return {
            swatchConfig,
            getAttributeSwatchData(attributeId) {
                const swatchConfig = Object.assign({}, this.swatchConfig[attributeId]);
                swatchConfig['details'] = JSON.parse(swatchConfig['additional_data']);

                return swatchConfig;
            },
            getAllAttributeOptions(attributeId) {
                return (
                    this.optionConfig.attributes[attributeId] &&
                    this.optionConfig.attributes[attributeId].options
                ) || []
            },
            optionIsActive(attributeId, optionId) {
                // return true if a product with this option is in stock
                return !!this.getAllowedAttributeOptions(attributeId).find(
                    option => option.id === optionId
                )
            },
            optionIsEnabled(attributeId, optionId) {
                // return true if a product with this option is enabled
                for (const productId in this.optionConfig.index) {
                    if (this.optionConfig.index[productId][attributeId] === optionId) {
                        return true;
                    }
                }
                return false;
            },
            mapSwatchTypeNumberToTypeCode(typeNumber) {
                switch ("" + typeNumber) {
                    case "1":
                        return "color"
                    case "2":
                        return "image"
                    case "3":
                        return "empty"
                    case "0":
                    default:
                        return "text"
                }
            },
            getTypeOfFirstOption(attributeId) {
                for (const optionId in this.swatchConfig[attributeId]) {
                    const option = this.swatchConfig[attributeId][optionId];
                    if (typeof option.type !== 'undefined') {
                        return this.mapSwatchTypeNumberToTypeCode(option.type);
                    }
                }
            },
            getVisualSwatchType(attributeId, targetOptionId) {
                // If a type configuration is present for the given option id, use it
                const config = this.swatchConfig[attributeId];
                if (config[targetOptionId] && typeof config[targetOptionId].type !== 'undefined') {
                    return this.mapSwatchTypeNumberToTypeCode(config[targetOptionId].type);
                }

                // Otherwise - if no config is present for the target option - use the type of the first option
                // with a type property from the attribute, thus assuming its the same type as the target option.
                // (This edge case condition can occur on single swatch products if some options are not salable)
                return this.getTypeOfFirstOption(attributeId);
            },
            getSwatchType(attributeId, optionId) {
                // Deserialize the attribute details the first time they are used
                if (this.swatchConfig[attributeId] && ! this.swatchConfig[attributeId].details) {
                    this.swatchConfig[attributeId] = this.getAttributeSwatchData(attributeId);
                }
                const type =  this.swatchConfig[attributeId] &&
                    this.swatchConfig[attributeId].details &&
                    this.swatchConfig[attributeId].details.swatch_input_type ||
                    "empty";
                return type === 'visual' ? this.getVisualSwatchType(attributeId, optionId) : type;
            },
            isTextSwatch(attributeId, optionId) {
                return this.getSwatchType(attributeId, optionId) === 'text';
            },
            isVisualSwatch(attributeId, optionId) {
                const type = this.getSwatchType(attributeId, optionId);

                return ['image', 'color'].includes(type);
            },
            getSwatchBackgroundStyle(attributeId, optionId) {
                const config = this.getSwatchConfig(attributeId, optionId);
                const type = this.getSwatchType(attributeId, optionId);

                if (type === "color") {
                        return 'background-color:' + config.value;
                } else if (type === "image") {
                    return "background-image: url('" + config.value + "')";
                } else {
                    return 'background-color: #ffffff';
                }
            },
            getSwatchText(attributeId, optionId) {
                const config = this.getSwatchConfig(attributeId, optionId);
                return config.label || config.value || this.getOptionLabelFromOptionConfig(attributeId, optionId);
            },
            getOptionLabelFromOptionConfig(attributeId, optionId) {
                // Fallback if no value is present in swatchConfig data
                // Reference issue https://gitlab.hyva.io/hyva-themes/magento2-default-theme/-/issues/190
                const option = this.getAllAttributeOptions(attributeId).filter(option => option.id === optionId);
                return option && option[0] && option[0].label ||'';
            },
            getSwatchConfig(attributeId, optionId) {
                return this.swatchConfig[attributeId] && this.swatchConfig[attributeId][optionId]
                    ? this.swatchConfig[attributeId][optionId]
                    : false;
            },
            activeTooltipItem: false,
            tooltipPositionElement: false,
            isTooltipVisible() {
                return this.activeTooltipItem &&
                    this.getSwatchConfig(
                        this.activeTooltipItem.attribute,
                        this.activeTooltipItem.item
                    );
            },
            getTooltipImageStyle(attributeId, optionId) {
                const config = this.getSwatchConfig(attributeId, optionId);
                const type = this.getSwatchType(attributeId, optionId);

                if (type === "color") {
                    return 'background-color:' + config.value + '; width: 110px; height: 90px;';
                } else if (type === "image") {
                    return "background: #ffffff url('" + config.thumb +
                        "') center center no-repeat; width: 110px; height: 90px;";
                } else {
                    return 'display:none';
                }
            },
            getTooltipPosition() {
                return this.tooltipPositionElement ?
                    `width: ${this.tooltipPositionElement.offsetWidth}px;` +
                    `top: ${this.tooltipPositionElement.offsetTop}px;` +
                    `left: ${
                        this.tooltipPositionElement.offsetLeft - (
                            this.tooltipPositionElement.closest('.snap') &&
                            this.tooltipPositionElement.closest('.snap').scrollLeft ||
                            0
                        )
                    }px;` : ''
            },
            getTooltipLabel() {
                return this.getSwatchConfig(this.activeTooltipItem.attribute, this.activeTooltipItem.item).label
            },
            focusedLabel: false,
            focusLabel(optionId) {
                this.focusedLabel = optionId;
            },
            blurLabel() {
                this.focusedLabel = false;
            },
            showSwatches: false,
            showSwatchStep(attributeId) {
                let attributes = JSON.parse(JSON.stringify(this.optionConfig.attributes));
                let attributesSorted = [], swatchToShow = [];

                for (let [key, value] of Object.entries(attributes)) {
                    if (!this.attributeFeaturedHidden || this.attributeIdFeatured != value.id) {
                        attributesSorted[value.position] = value;

                        if (typeof this.selectedValues[value.id] === 'undefined') {
                            swatchToShow[value.position] = value;
                        }
                    }
                }

                swatchToShow = swatchToShow.filter(Boolean);

                if(!swatchToShow.length){
                    swatchToShow = attributesSorted.slice(-1);
                }

                return attributeId === parseInt(swatchToShow.shift().id);
            },
            initShowSwatchesIntersect() {
                if ('IntersectionObserver' in window && !window.scrollY) {
                    let io = new IntersectionObserver(
                        entries => {
                            entries.map(entry => {
                                if (entry.isIntersecting) {
                                    this.showSwatches = true;
                                    io.unobserve(this.$root);
                                }
                            })
                        }
                    );
                    io.observe(this.$root);
                } else {
                    this.showSwatches = true
                }
            }
        }
    }
</script>
<script defer type="text/javascript">
    'use strict';

    document.addEventListener('alpine:init', () => {
        Alpine.data('showHoverImage', () => ({
            onHover() {
                this.toggleImage(true);
            },
            onLeave() {
                this.toggleImage(false);
            },
            toggleImage(hover) {
                if (this.$root.getAttribute('src-hover')) {
                    this.$root.setAttribute('src', hover ? this.$root.getAttribute('src-hover') : this.$root.getAttribute('src-leave'));
                }
            }
        }))
    })
</script>
<script>
    const selector = '.form-email, .form-input, .form-multiselect, .form-select, .form-textarea';
    const BINDED = 'binded';

    function _bindEvents($inputField) {
        let field = $inputField.closest('.field');

        if (!field || field.classList.contains(BINDED)) {
            return false;
        }

        if ($inputField.tagName === 'SELECT') {
            field.classList.add('select');

            if (($inputField.options[$inputField.selectedIndex] && $inputField.options[$inputField.selectedIndex].text.length > 0) || $inputField.hasAttribute('multiple')) {
                field.classList.add('active');
            }
        }

        if ($inputField.tagName === 'TEXTAREA') {
            field.classList.add('textarea');
        }

        if ($inputField.value && $inputField.value.length > 0 || $inputField.placeholder && $inputField.placeholder.length > 0) {
            if ($inputField.getAttribute('aria-invalid')) {
                try {
                    $inputField.closest('form').validation();
                    $inputField.closest('form').validation('isValid');
                } catch (e) {
                }
            }

            field.classList.add('active');
        }

        const inputs = field.querySelectorAll('input');
        if (inputs.length > 1 && Array.from(inputs).some(input => input.value.trim() !== '')) {
            field.classList.add('active');
        }

        $inputField.addEventListener('focus', function () {
            field.classList.add('active');
        });
        $inputField.addEventListener('input', function () {
            field.classList.add('active');
        });
        $inputField.addEventListener('blur', function () {
            const inputs = field.querySelectorAll('input');
            if (inputs.length > 1 && Array.from(inputs).some(input => input.value.trim() !== '')) {
                return;
            }

            if ($inputField.tagName === 'SELECT' && $inputField.options[$inputField.selectedIndex] && $inputField.options[$inputField.selectedIndex].text.length <= 0) {
                field.classList.remove('active')
            }
            if (!this.value && $inputField.tagName !== 'SELECT') {
                field.classList.remove('active')
            }
        });

        $inputField.addEventListener('change', function () {
            if ($inputField.tagName === 'SELECT') {
                if (($inputField.options[$inputField.selectedIndex] && $inputField.options[$inputField.selectedIndex].text.length > 0) || $inputField.hasAttribute('multiple')) {
                    this.closest('.field').classList.add('active');
                } else {
                    this.closest('.field').classList.remove('active')
                }
            }

            let form = $inputField.closest('form');
            if (form && form.length) {
                try {
                    if (typeof $inputField.validation === 'function') {
                        $inputField.validation();
                        $inputField.validation('isValid');
                    }
                } catch (e) {
                }
            }

            if ($inputField.tagName === "INPUT") {
                if ($inputField.value && $inputField.value.length > 0 && !field.classList.contains('active')) {
                    field.classList.add('active');
                }
            }

        });

        field.classList.add(BINDED);
    }

    window.addEventListener('load', function () {
        const targetNode = document.body;
        const config = {attributes: false, childList: true, subtree: true};

        let elements = document.querySelectorAll(selector);
        Array.prototype.forEach.call(elements, function ($inputField, i) {
            _bindEvents($inputField);
        });

        const callback = function (mutationsList, observer) {
            mutationsList.forEach(function (mutation) {
                for (let i = 0; i < mutation.addedNodes.length; i++) {
                    if (mutation.addedNodes[i].nodeType === 1) {
                        if (mutation.addedNodes[i].closest(selector) || mutation.addedNodes[i].querySelectorAll(selector).length) {
                            let closest = mutation.addedNodes[i].closest(selector);
                            let childs = mutation.addedNodes[i].querySelectorAll(selector);
                            let $inputFields = [];

                            if (closest) {
                                $inputFields.push(closest);
                            }

                            if (childs) {
                                $inputFields.push(...childs);
                            }

                            Array.prototype.forEach.call($inputFields, function ($inputField, i) {
                                let field = $inputField.closest('.field');
                                if (field && field.classList) {
                                    field.classList.remove('active');
                                    field.classList.remove('select');
                                    field.classList.remove('textarea');
                                    field.classList.remove(BINDED);
                                }
                                _bindEvents($inputField);
                            });
                        }
                    }
                }
            });
        };

        const observer = new MutationObserver(callback);
        observer.observe(targetNode, config);
        if(typeof Livewire !== 'undefined'){
            Livewire.hook('element.updated', (el, component) => {
                let closest = el.closest(selector);
                let childs = el.querySelectorAll(selector);
                let $inputFields = [];

                if (closest) {
                    $inputFields.push(closest);
                }

                if (childs) {
                    $inputFields.push(...childs);
                }

                Array.prototype.forEach.call($inputFields, function ($inputField, i) {
                    let field = $inputField.closest('.field');
                    if (field && field.classList) {
                        field.classList.remove('active');
                        field.classList.remove('select');
                        field.classList.remove('textarea');
                        field.classList.remove(BINDED);
                    }
                    _bindEvents($inputField);
                });
            })

            Livewire.hook('message.processed', (message, component) => {
                let elements = document.querySelectorAll(selector);
                Array.prototype.forEach.call(elements, function ($inputField, i) {
                    let field = $inputField.closest('.field');
                    if (field && field.classList) {
                        field.classList.remove('active');
                        field.classList.remove('select');
                        field.classList.remove('textarea');
                        field.classList.remove(BINDED);
                    }
                    _bindEvents($inputField);
                });
            })
        }
    });
</script>
<script>
    window.addEventListener("load", () => {
        setTimeout(() => {
            window.dispatchEvent(
                new CustomEvent("thirdparty-trigger")
            );
        }, 5000);
    });
</script>
<script>
    class RktCarousel {
        /**
         * Constructor
         */
        constructor (selector, options = {}, hooks = []) {
            this.container = document.querySelector(selector);
            if (!this.container) return;

            // Selectors
            this.slidesSelector = options.slidesSelector || '.js-carousel__slide';
            this.trackSelector = options.trackSelector || '.js-carousel__track';
            this.slides = [];
            this.track = this.container.querySelector(this.trackSelector);
            this.slidesLength = 0;

            // Breakpoints
            this.currentBreakpoint = undefined;
            this.breakpoints = options.breakpoints || {};

            // Hooks
            this.hooks = hooks;

            // Options
            this.initialOptions = {
                loop: options.loop || false,
                autoplay: options.autoplay || false,
                autoplaySpeed: options.autoplaySpeed || 3000,
                transitionSpeed: options.transitionSpeed || 650,
                slidesPerView: options.slidesPerView || 1,
                spacing: options.spacing || 0,
            };
            this.options = this.initialOptions;

            // Transitions
            this.animationStart = undefined;
            this.animation = undefined;
            this.animationCurrentTrans = 0;
            this.animationIndex = 0;

            // Animations
            window.requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame ||
                window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;
            window.cancelAnimationFrame = window.cancelAnimationFrame || window.mozCancelAnimationFrame;


            // Functional
            this.autoplayInterval = undefined;
            this.isButtonRightDisabled = false;
            this.isButtonLeftDisabled = false;
            this.currentIndex = 0;
            this.maxIndex = 0;
            this.isInfinite = false;
            this.isPrevInfinite = false;

            // Swipe Event
            this.swipeStartX = undefined;
            this.swipeStartY = undefined;
            this.swipeThreshold = 100; // Required min distance traveled to be considered swipe.
            this.swipeRestraint = 100; // Maximum distance allowed at the same time in perpendicular direction.
            this.swipeDir = undefined;

            if (!this.track) return;

            this.addEventListeners();
            this.initCarousel();
        };

        /**
         * Fire hook.
         */
        hook (name) {
            this.hooks[name] && this.hooks[name](this);
        };

        /**
         * Is touchable device?
         */
        isTouchableDevice () {
            return window.matchMedia("(pointer: coarse)").matches;
        };

        /**
         * Handle Swipe.
         */
        handleSwipe () {
            switch (this.swipeDir) {
                case 'top':
                case 'bottom':
                    break;
                case 'left':
                    this.next();
                    break;
                case 'right':
                    this.prev();
                    break;
                default:
                    break;
            }
        };

        /**
         * On swipe start.
         */
        onSwipeStart (e) {
            if (!this.isTouchableDevice() || !e.changedTouches) return;
            const touch = e.changedTouches[0];
            this.swipeStartX = touch.pageX;
            this.swipeStartY = touch.pageY;
        };

        /**
         * Set swipe direction.
         */
        setSwipeDirection (e) {
            const touch = e.changedTouches[0];
            const distX = touch.pageX - this.swipeStartX;
            const distY = touch.pageY - this.swipeStartY;

            if (Math.abs(distX) >= this.swipeThreshold && Math.abs(distY) <= this.swipeRestraint) {
                this.swipeDir = (distX < 0) ? 'left' : 'right';
            } else if (Math.abs(distY) >= this.swipeThreshold && Math.abs(distX) <= this.swipeRestraint) {
                this.swipeDir = (distY < 0) ? 'up' : 'down';
            }
        };

        /**
         * On swipe move.
         */
        onSwipeMove (e) {
            if (!this.isTouchableDevice() || !e.changedTouches) return;
            this.setSwipeDirection(e);
            if (['left', 'right'].includes(this.swipeDir) && e.cancelable) e.preventDefault();
        };

        /**
         * On swipe end.
         */
        onSwipeEnd (e) {
            if (!this.isTouchableDevice() || !e.changedTouches) return;
            this.setSwipeDirection(e);
            this.handleSwipe();
        };

        /**
         * Add Event Listeners.
         */
        addEventListeners () {
            // Resize Events
            window.addEventListener('orientationchange', () => this.onResize());
            window.addEventListener('resize', () => this.onResize());

            // Swipe Events
            this.container.addEventListener('touchstart', (e) => this.onSwipeStart(e), {
                passive: true
            });
            this.container.addEventListener('touchmove', (e) => this.onSwipeMove(e), {
                passive: true
            });
            this.container.addEventListener('touchend', (e) => this.onSwipeEnd(e), {
                passive: true
            });
        };

        /**
         * On Resize Event.
         */
        onResize () {
            const breakpoint = this.checkBreakpoint();
            breakpoint && this.buildCarousel();
            this.hook('resized');
        };

        /**
         * Configure Autoplay.
         */
        setUpAutoplay () {
            if (!this.options.autoplay) return;
            clearInterval(this.autoplayInterval);
            this.autoplayInterval = setInterval(() => this.next(), this.options.autoplaySpeed);
        };

        /**
         * Check current breakpoint.
         */
        checkBreakpoint() {
            if (!this.breakpoints) return;

            const currentBreakpoint = Object.keys(this.breakpoints).reverse().find(breakpoint => {
                const media = `(min-width: ${breakpoint}px)`;
                return window.matchMedia(media).matches;
            });

            if (this.currentBreakpoint === currentBreakpoint) return;

            this.currentBreakpoint = currentBreakpoint;
            const options = currentBreakpoint ? this.breakpoints[currentBreakpoint] : this.initialOptions;
            this.options = {
                ...this.initialOptions,
                ...options
            };
            return true;
        };

        /**
         * Set buttons visibility.
         */
        setButtonsVisibility () {
            this.isButtonLeftDisabled = !this.options.loop && this.currentIndex === 0;
            this.isButtonRightDisabled = !this.options.loop && this.currentIndex === (this.maxIndex - 1);
        };

        /**
         * Clear Carousel Styles.
         */
        clearCarouselStyles () {
            const trackStyles = ['grid-auto-columns', 'gap', 'transition', 'left'];
            trackStyles.map(style => this.track.style.removeProperty(style));
            const slideStyles = ['grid-column-start', 'grid-column-end', 'grid-row-start', 'grid-row-end', 'left'];
            this.slides.forEach(slide => {
                slideStyles.map(style => slide.style.removeProperty(style));
            });
        };

        /**
         * Set Carousel Classes.
         */
        setCarouselStyles () {
            if (!this.slides) return;
            const slidesPerView = this.options.slidesPerView;
            const slideWidth = 100 / slidesPerView;
            const gap = (this.options.spacing * (slidesPerView - 1)) / slidesPerView;
            this.track.style.gridAutoColumns = `calc(${slideWidth}% - ${gap}px)`;
            this.track.style.gridGap = `${this.options.spacing}px`;
            this.track.style.left = 0;
        };

        /**
         * Build Carousel with current Options.
         */
        buildCarousel () {
            this.maxIndex = Math.ceil(this.slidesLength / this.options.slidesPerView);
            this.clearCarouselStyles();
            this.setCarouselStyles();
            this.setButtonsVisibility();
            this.setUpAutoplay();
            this.currentIndex = 0;
            this.hook('built');
        };

        /**
         * Initialize carousel and fire created event.
         */
        initCarousel () {
            this.slides = this.container.querySelectorAll(this.slidesSelector);
            this.slidesLength = this.slides ? this.slides.length : 0;
            this.checkBreakpoint();
            this.buildCarousel();
            this.hook('created');
        };

        /**
         * On Animation End.
         */
        onAnimationEnd () {
            const gap = this.options.spacing * this.animationIndex;
            const trans = this.animationIndex * -100;
            this.track.style.left = `calc(${trans}% - ${gap}px)`;
            this.animationCurrentTrans = trans;
            this.animation = null;
            this.isInfinite && this.clearInfinite();
            this.isPrevInfinite && this.clearPrevInfinite();
        }

        /**
         * Cancel Animation frame.
         */
        moveAnimateAbort () {
            if (!this.animation) return;

            window.cancelAnimationFrame(this.animation);
            this.onAnimationEnd();
        };

        /**
         * Animate Left.
         * @param timestamp
         * @param trans
         * @param gap
         * @param duration
         */
        animateLeft (timestamp, trans, gap, duration) {
            const runtime = timestamp - this.animationStart;
            const easing = t => 1 - Math.pow(1 - t, 5);
            const progress = easing(runtime / duration);
            const dist = ((trans * progress) + (this.animationCurrentTrans * (1 - progress))).toFixed(2);
            this.track.style.left = `calc(${dist}% - ${gap}px)`;

            if (runtime >= duration) {
                this.onAnimationEnd();
                return;
            }

            this.animation = window.requestAnimationFrame(timestamp => {
                this.animateLeft(timestamp, trans, gap, duration)
            })
        };

        /**
         * Move Slide.
         */
        moveSlide (index, cIndex) {
            this.moveAnimateAbort();
            const gap = this.options.spacing * index;
            const trans = index * -100;

            this.animation = window.requestAnimationFrame((timestamp) => {
                index === this.maxIndex && this.setInfinite();
                index === -1 && this.setPrevInfinite();
                this.animationStart = timestamp;
                this.animationIndex = this.currentIndex;
                this.animateLeft(timestamp, trans, gap, this.options.transitionSpeed);
            });

            this.currentIndex = cIndex;

            this.setUpAutoplay();
            this.setButtonsVisibility();
            this.hook('moved');
        };

        /**
         * Set Infinity.
         */
        setInfinite () {
            this.isInfinite = true;
            const count = this.options.slidesPerView * this.maxIndex;

            for (let idx = 0; idx < this.options.slidesPerView; idx++) {
                const slide = this.slides[idx];
                slide.style.left = `calc((100% * ${count}) + (${this.options.spacing}px * ${count}))`;
            }
        };

        /**
         * Clear Infinity.
         */
        clearInfinite () {
            this.isInfinite = false;
            this.track.style.left = `calc(${this.currentIndex * -100}% - ${this.options.spacing * this.currentIndex}px)`;

            this.slides.forEach((slide, idx) => {
                if (idx >= this.options.slidesPerView) return;
                slide.style.removeProperty('left');
            })
        };

        /**
         * Next Slide.
         */
        next () {
            const nextIndex = this.currentIndex === this.maxIndex -1 ? 0 : this.currentIndex + 1;
            if (!this.options.loop && nextIndex < this.currentIndex) return;

            if (nextIndex < this.currentIndex) {
                this.moveSlide(this.currentIndex + 1, nextIndex);
                return;
            }

            this.moveSlide(nextIndex, nextIndex);
        };

        /**
         * Set Prev Infinity.
         */
        setPrevInfinite () {
            this.isPrevInfinite = true;
            const count = this.options.slidesPerView * this.maxIndex;
            const maxIdx = count - this.options.slidesPerView;

            for (let idx = this.slides.length - 1; idx >= 0; idx--) {
                if (idx < maxIdx) return;
                const slide = this.slides[idx];
                slide.style.left = `calc((-100% * ${count}) - (${this.options.spacing}px * ${count}))`;
            }
        };

        /**
         * Clear Prev Infinity.
         */
        clearPrevInfinite () {
            this.isPrevInfinite = false;
            this.track.style.left = `calc(${this.currentIndex * -100}% - ${this.options.spacing * this.currentIndex}px)`;
            this.slides.forEach((slide, idx) => {
                slide.style.removeProperty('left');
            });
        };

        /**
         * Prev Slide.
         */
        prev () {
            const nextIndex = this.currentIndex === 0 ? this.maxIndex - 1 : this.currentIndex - 1;
            if (!this.options.loop && nextIndex > this.currentIndex) return;

            if (nextIndex > this.currentIndex) {
                this.moveSlide(this.currentIndex - 1, nextIndex);
                return;
            }

            this.moveSlide(nextIndex, nextIndex);
        };

        /**
         * Move to Slide.
         */
        moveToSlide (index) {
            if (index === this.currentIndex) return;
            this.moveSlide(index, index);
        };

        /**
         * Get Slides
         */
        getSlides () {
            return this.slides;
        };

        /**
         * Get Current Index.
         */
        getCurrentIndex () {
            return this.currentIndex;
        };

        /**
         * Get Options.
         */
        getOptions () {
            return this.options;
        };

        /**
         * Get Page Size.
         */
        getPageSize () {
            return this.maxIndex;
        };
    }

    window.RktCarousel = RktCarousel;
</script>
<script>
    function openLink(link, target) {
        if (typeof window.open === "function") {
            window.open(link, target);
        } else {
            let a = document.createElement("a");
            a.href = link;
            a.target = target;
            a.click();
        }
    }
</script>
<script>
    window.addEventListener("lock-screen", () => {
        document.querySelector("html").classList.add('screen-locked')
    });
    window.addEventListener("unlock-screen", () => {
        document.querySelector("html").classList.remove('screen-locked')
    });
</script>
<script>
    function initCartDrawer() {
        return {
            open: false,
            isLoading: false,
            isLoadingButtonCheckout: false,
            cartId: null,
            cartEmpty: true,
            cart: {},
            maxItemsToDisplay: 10,
            itemsCount: 0,
            totalCartAmount: 0,
            discountSummaryIsOpen: false,
            showTaxInStorefront: false,
            isGuestCheckoutAllowed: false,
            customer: {},
            setLoader(){
                if (this.isGuestCheckoutAllowed) this.isLoadingButtonCheckout = true
                if (!this.isGuestCheckoutAllowed && this.customer.firstname) this.isLoadingButtonCheckout = true
            },
            getCartQuery(cartId) {
                return "{cart (cart_id: \"%cartId\") {\n            total_quantity\n            items {\n              id\n              errors {\n                code\n                message\n              }\n              prices {\n                price {\n                  value\n                }\n                row_total {\n                  value\n                  currency\n                }\n                row_total_incl_tax {\n                  value\n                  currency\n                }\n                price_incl_tax {\n                  value\n                }\n              }\n              product_type\n              simple_image\n              product {\n                id\n                name\n                sku\n                ... on ConfigurableProduct {\n                  name\n                  configurable_options {\n                    values {\n                      swatch_data {\n                        __typename\n                        value\n                      }\n                    }\n                  }\n                  options {\n                    uid\n                    title\n                    ... on CustomizableOptionInterface {\n                      title\n                    }\n                    ... on CustomizableDropDownOption {\n                      value {\n                        option_type_id\n                        title\n                        sku\n                      }\n                    }\n                    ... on CustomizableMultipleOption {\n                      value {\n                        option_type_id\n                        title\n                        sku\n                      }\n                    }\n                    ... on CustomizableRadioOption {\n                      value {\n                        option_type_id\n                        title\n                        sku\n                      }\n                    }\n                    ... on CustomizableCheckboxOption {\n                      value {\n                        option_type_id\n                        title\n                        sku\n                      }\n                    }\n                  }\n                }\n                ... on SimpleProduct {\n                  name\n                  options {\n                    title\n                  }\n                }\n                ... on VirtualProduct {\n                  name\n                  options {\n                    title\n                  }\n                }\n                ... on DownloadableProduct {\n                  name\n                  options {\n                    title\n                  }\n                }\n                ... on BundleProduct {\n                  name\n                  options {\n                    title\n                  }\n                }\n                small_image {\n                  label\n                  url\n                }\n                url_key\n                url_suffix\n                price_tiers {\n                  quantity\n                  final_price {\n                    value\n                  }\n                  discount {\n                    amount_off\n                    percent_off\n                  }\n                }\n              }\n              quantity\n              ... on ConfigurableCartItem {\n                configurable_options {\n                  option_label\n                  swatch_type\n                  swatch_value\n                }\n                options: customizable_options {\n                  type\n                  label\n                  values {\n                    label\n                    value\n                  }\n                }\n              }\n              ... on SimpleCartItem {\n                customizable_options {\n                  label\n                  values {\n                    label\n                    value\n                    price {\n                      value\n                      type\n                    }\n                  }\n                }\n              }\n              ... on VirtualCartItem {\n                customizable_options {\n                  type\n                  label\n                  values {\n                    label\n                    value\n                    price {\n                      value\n                      type\n                    }\n                  }\n                }\n              }\n              ... on DownloadableCartItem {\n                customizable_options {\n                  type\n                  label\n                  values {\n                    label\n                    value\n                    price {\n                      value\n                      type\n                    }\n                  }\n                }\n              }\n              ... on BundleCartItem {\n                bundle_options {\n                  id\n                  label\n                  values {\n                    quantity\n                    label\n                  }\n                }\n                customizable_options: bundle_options {\n                  uid\n                  type\n                  label\n                  values{\n                    id\n                    label\n                  }\n                }\n              }\n            }\n            available_payment_methods {\n              code\n              title\n            }\n            selected_payment_method {\n              code\n              title\n            }\n            applied_coupons {\n              code\n            }\n            billing_address {\n              country {\n                code\n              }\n              region {\n                label\n                region_id\n              }\n              postcode\n            }\n            shipping_addresses {\n              country {\n                code\n              }\n              region {\n                label\n                region_id\n              }\n              postcode\n              selected_shipping_method {\n                amount {\n                  value\n                  currency\n                }\n                price_incl_tax {\n                  value\n                  currency\n                }\n                carrier_title\n                carrier_code\n                method_title\n                method_code\n              }\n              available_shipping_methods {\n                price_excl_tax {\n                  value\n                  currency\n                }\n                price_incl_tax {\n                  value\n                  currency\n                }\n                carrier_title\n                carrier_code\n                method_title\n                method_code\n              }\n            }\n            prices {\n              grand_total {\n                value\n                currency\n              }\n              subtotal_excluding_tax {\n                value\n                currency\n              }\n              subtotal_including_tax {\n                value\n                currency\n              }\n              applied_taxes {\n                amount {\n                  value\n                  currency\n                }\n                label\n              }\n              discounts {\n                amount {\n                  value\n                  currency\n                }\n                label\n              }\n            }\n        }}".replace('%cartId', cartId)
            },
            getData(data) {
                if (data.cart) {
                    this.isGuestCheckoutAllowed = data.cart.isGuestCheckoutAllowed
                    this.cart = data.cart;
                    this.getCartByCustomerSectionData(data);
                    this.itemsCount = data.cart.items && data.cart.items.length || 0;
                    this.totalCartAmount = this.cart.summary_count;
                    this.setCartItems();
                }
                if (data.customer) this.customer = data.customer
                this.isLoading = false;
            },
            getSwatchStyle(option, value) {
                switch (option) {
                    case "1":
                        return `background-color: ${value};`
                    case "2":
                        return `background-image: url("https://www.herbolarionavarro.es/media/attribute/swatch${value}");
                                background-size: cover;`
                    default:
                        return ""
                }
            },
            cartItems: [],
            getItemCountTitle() {
                return hyva.strf('(%0 de %1)', this.maxItemsToDisplay, this.itemsCount)
            },
            setCartItems() {
                this.cartItems = this.cart.items && this.cart.items.sort((a, b) => b.item_id - a.item_id) || [];

                if (this.maxItemsToDisplay > 0) {
                    this.cartItems = this.cartItems.slice(0, parseInt(this.maxItemsToDisplay, 10));
                }
            },
            deleteItemFromCart(itemId) {
                this.isLoading = true;

                const formKey = hyva.getFormKey();
                const postUrl = BASE_URL + 'checkout/sidebar/removeItem/';

                fetch(postUrl, {
                    "headers": {
                        "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
                    },
                    "body": "form_key=" + formKey + "&item_id=" + itemId,
                    "method": "POST",
                    "mode": "cors",
                    "credentials": "include"
                }).then(response => {
                    if (response.redirected) {
                        window.location.href = response.url;
                    } else if (response.ok) {
                        return response.json();
                    } else {
                        window.dispatchMessages && window.dispatchMessages([{
                            type: 'warning',
                            text: 'No\u0020se\u0020ha\u0020podido\u0020eliminar\u0020el\u0020elemento\u0020del\u0020carrito'
                        }]);
                        this.isLoading = false;
                    }
                }).then(result => {
                    window.dispatchMessages && window.dispatchMessages([{
                        type: result.success ? 'success' : 'error',
                        text: result.success
                            ? 'Elimin\u00F3\u0020el\u0020elemento.'
                            : result.error_message
                    }], result.success ? 5000 : 0)
                    window.dispatchEvent(new CustomEvent('reload-customer-section-data'));
                });
            },
            getCartByCustomerSectionData(data) {
                if (data && data.cart && data.cart.cartId) {
                    this.cartId = data.cart.cartId;
                } else {
                    this.cartEmpty = true;
                    this.isLoading = false;
                }
            },
            getCart() {
                this.isLoading = true;
                fetch('https://www.herbolarionavarro.es/graphql', {
                        method: 'POST',
                        headers: {
                            'Content-Type': 'application/json',
                            'Store': 'default'
                        },
                        credentials: 'include',
                        body: JSON.stringify({
                            query: (
                                    this.customerToken &&
                                    this.getCustomerCartQuery()) ||
                                this.getCartQuery(this.cartId)
                        })
                    }
                ).then((response) => {
                        return response.json()
                    }
                ).then((data) => {
                    if (data && data.errors) {
                        this.initErrorMessages(data.errors);
                    } else {
                        this.cartData = (data && data.data && (data.data.customerCart || data.data.cart)) || [];
                    }
                }).catch(error => {
                    typeof window.dispatchMessages !== "undefined" && window.dispatchMessages(
                        [{
                            type: "error",
                            text: "Algo\u0020sali\u00F3\u0020mal.\u0020Por\u0020favor,\u0020int\u00E9ntelo\u0020de\u0020nuevo."
                        }], 10000
                    );
                }).finally(() => {
                    this.isLoading = false;
                });
            },
            mutateItemQty(itemId, qty) {
                this.isLoading = true;

                const cartItemUpdateQuery = `mutation updateCartItemQtyMutation($cartId: String!, $itemId: Int, $qty: Float) {
  updateCartItems(input: {cart_id: $cartId, cart_items: [{cart_item_id: $itemId, quantity: $qty}]}) {
    cart {
      total_quantity
      items {
        id
        errors {
          code
          message
        }
        prices {
          price {
            value
          }
          row_total {
            value
            currency
          }
          row_total_incl_tax {
            value
            currency
          }
          price_incl_tax {
            value
          }
        }
        product_type
        simple_image
        product {
          id
          name
          sku
          ... on ConfigurableProduct {
            name
            configurable_options {
              values {
                swatch_data {
                  __typename
                  value
                }
              }
            }
            options {
              uid
              title
              ... on CustomizableOptionInterface {
                title
              }
              ... on CustomizableDropDownOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
              ... on CustomizableMultipleOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
              ... on CustomizableRadioOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
              ... on CustomizableCheckboxOption {
                value {
                  option_type_id
                  title
                  sku
                }
              }
            }
          }
          ... on SimpleProduct {
            name
            options {
              title
            }
          }
          ... on VirtualProduct {
            name
            options {
              title
            }
          }
          ... on DownloadableProduct {
            name
            options {
              title
            }
          }
          ... on BundleProduct {
            name
            options {
              title
            }
          }
          small_image {
            label
            url
          }
          url_key
          url_suffix
          price_tiers {
            quantity
            final_price {
              value
            }
            discount {
              amount_off
              percent_off
            }
          }
        }
        quantity
        ... on ConfigurableCartItem {
          configurable_options {
            option_label
            swatch_type
            swatch_value
          }
          options: customizable_options {
            type
            label
            values {
              label
              value
            }
          }
        }
        ... on SimpleCartItem {
          customizable_options {
            label
            values {
              label
              value
              price {
                value
                type
              }
            }
          }
        }
        ... on VirtualCartItem {
          customizable_options {
            type
            label
            values {
              label
              value
              price {
                value
                type
              }
            }
          }
        }
        ... on DownloadableCartItem {
          customizable_options {
            type
            label
            values {
              label
              value
              price {
                value
                type
              }
            }
          }
        }
        ... on BundleCartItem {
          bundle_options {
            id
            label
            values {
              quantity
              label
            }
          }
          customizable_options: bundle_options {
            uid
            type
            label
            values {
              id
              label
            }
          }
        }
        sales_messages {
            area
            type
            content
        }
      }
      available_payment_methods {
        code
        title
      }
      selected_payment_method {
        code
        title
      }
      applied_coupons {
        code
      }
      billing_address {
        country {
          code
        }
        region {
          label
          region_id
        }
        postcode
      }
      shipping_addresses {
        country {
          code
        }
        region {
          label
          region_id
        }
        postcode
        selected_shipping_method {
          amount {
            value
            currency
          }
          price_incl_tax {
            value
            currency
          }
          carrier_title
          carrier_code
          method_title
          method_code
        }
        available_shipping_methods {
          price_excl_tax {
            value
            currency
          }
          price_incl_tax {
            value
            currency
          }
          carrier_title
          carrier_code
          method_title
          method_code
        }
      }
      prices {
        grand_total {
          value
          currency
        }
        subtotal_excluding_tax {
          value
          currency
        }
        subtotal_including_tax {
          value
          currency
        }
        applied_taxes {
          amount {
            value
            currency
          }
          label
        }
        discounts {
          amount {
            value
            currency
          }
          label
        }
      }
    }
  }
}
`;
                const variables = {
                    cartId: this.cartId,
                    itemId: itemId,
                    qty: qty
                };

                fetch('https://www.herbolarionavarro.es/graphql', {
                        method: 'POST',
                        headers: {
                            'Content-Type': 'application/json;charset=utf-8',
                            'Store': 'default'
                        },
                        body: JSON.stringify({query: cartItemUpdateQuery, variables: variables})
                    }
                ).then((response) => {
                        return response.json()
                    }
                ).then((data) => {
                    this.clearErrorMessages();

                    if (data.errors) {
                        this.initErrorMessages(data.errors);
                        this.getCart();
                    } else {
                        this.cartData = (
                            data &&
                            data.data &&
                            (data.data.updateCartItems && (data.data.updateCartItems.cart))
                        ) || [];
                        this.setCartItems();
                    }
                    this.reloadCustomerData();
                }).catch(error => {
                    typeof window.dispatchMessages !== "undefined" && window.dispatchMessages(
                        [{
                            type: "error",
                            text: "Algo\u0020sali\u00F3\u0020mal.\u0020Por\u0020favor,\u0020int\u00E9ntelo\u0020de\u0020nuevo."
                        }], 10000
                    );
                }).finally(() => {
                    this.isLoading = false;
                });
            },
            reloadCustomerData() {
                var reloadCustomerDataEvent = new CustomEvent("reload-customer-section-data");
                window.dispatchEvent(reloadCustomerDataEvent);
            },
            clearErrorMessages() {
                window.dispatchEvent(new CustomEvent('clear-messages'));
            },
            initErrorMessages(errors) {
                var messages = [];
                for (var error in Object.keys(errors)) {
                    messages.push({type: 'error', text: errors[error].message});
                }
                dispatchMessages(messages)
            },
            toggleCartDrawer(value) {
                value ?
                    window.dispatchEvent(new CustomEvent('lock-screen')) :
                    window.dispatchEvent(new CustomEvent('unlock-screen'))
                this.open = value
            },
        }
    }
</script>

<section id="cart-drawer"
         x-data="initCartDrawer()"
         @private-content-loaded.window="getData($event.detail.data); cart && cart.summary_count ? toggleCartDrawer(open) : toggleCartDrawer(false);"
         @toggle-cart.window="toggleCartDrawer(true)"
         @keydown.window.escape="toggleCartDrawer(false)"
         x-cloak
>
    <div role="dialog"
         aria-labelledby="cart-drawer-title"
         aria-modal="true"
         class="fixed&#x20;inset-y-0&#x20;right-0&#x20;z-30&#x20;flex&#x20;max-w-&#x5B;420px&#x5D;">
        <div class="backdrop"
             x-show="open"
             x-transition:enter="ease-in-out duration-500"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="ease-in-out duration-500"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             @click="toggleCartDrawer(false)"
             aria-label="Close panel"></div>
        <div class="relative&#x20;w-screen&#x20;max-w-&#x5B;420px&#x5D;&#x20;shadow-2xl"
             x-show="open"
             x-transition:enter="transform transition ease-in-out duration-500 sm:duration-700"
             x-transition:enter-start="translate-x-full"
             x-transition:enter-end="translate-x-0"
             x-transition:leave="transform transition ease-in-out duration-500 sm:duration-700"
             x-transition:leave-start="translate-x-0"
             x-transition:leave-end="translate-x-full"
        >
            <div class="flex&#x20;flex-col&#x20;justify-between&#x20;h-full&#x20;bg-white&#x20;shadow-xl&#x20;overflow-y-auto" rcm-data="minicart-container">
                
                <header class="px-2.5&#x20;py-2.5&#x20;flex&#x20;flex-row&#x20;justify-between&#x20;items-center&#x20;border-b&#x20;border-gray">
                    <div x-show="open"
                         x-transition:enter="ease-in-out duration-500"
                         x-transition:enter-start="opacity-0"
                         x-transition:enter-end="opacity-100"
                         x-transition:leave="ease-in-out duration-500"
                         x-transition:leave-start="opacity-100"
                         x-transition:leave-end="opacity-0" class="flex">
                        <button @click="toggleCartDrawer(false);" aria-label="Close panel"
                                class="text-black&#x20;transition&#x20;duration-150&#x20;ease-in-out&#x20;hover&#x3A;text-black">
                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6 p-0.5" width="24" height="24"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"/></svg>
                        </button>
                    </div>
                    <p id="cart-drawer-title" class="text-xl&#x20;md&#x3A;text-4xl&#x20;font-bold">Carrito</p>
                    <span class="items-total text-xs&#x20;absolute&#x20;right-12"
                          x-show="maxItemsToDisplay && maxItemsToDisplay < itemsCount">
                        <span class="block" x-text="getItemCountTitle()"></span>
                                    <span class="cursor-pointer underline text-brand-primary text-sm mt-4" @click="openLink(atob('aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvY2hlY2tvdXQvY2FydC8='), '_self')" x-data="" x-defer="intersect" mcclane-data="minicart-to-cart-button">
                Ver más        </span>
                        </span>
                    <div class="relative&#x20;px-1">
                        <span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-5 h-5" width="24" height="24"><path d="M236,69.4A16.13,16.13,0,0,0,223.92,64H176a48,48,0,0,0-96,0H32.08a16.13,16.13,0,0,0-12,5.4,16,16,0,0,0-3.92,12.48l14.26,120a16,16,0,0,0,16,14.12H209.67a16,16,0,0,0,16-14.12l14.26-120A16,16,0,0,0,236,69.4ZM128,32a32,32,0,0,1,32,32H96A32,32,0,0,1,128,32Zm81.76,168a.13.13,0,0,1-.09,0H46.25L32.08,80H224Z"/></svg>
</span>
                        <div x-text="totalCartAmount" class="absolute&#x20;bg-primary&#x20;text-white&#x20;top-0&#x20;text-2xs&#x20;right-0&#x20;text-center&#x20;px-1&#x20;min-w-&#x5B;14px&#x5D;&#x20;leading-&#x5B;14px&#x5D;&#x20;rounded-full" :class="totalCartAmount > 0 ? 'bg-primary&#x20;text-white' : 'bg-gray-medium&#x20;text-white'"></div>
                    </div>
                </header>

                <script>
    function initFreeShippingInfoCartComponent() {
        return {
            shipping_cart_info: {},
            onPrivateContentLoaded: function (data) {
                if (event.detail.data.cart && event.detail.data.cart.free_shipping_cart_notification) {
                    this.shipping_cart_info = event.detail.data.cart.free_shipping_cart_notification;
                }
            },
            getProgressBarWidth: function() {
                return 'width: ' + this.shipping_cart_info.reachedPercentage + '%;'
            },
            getReachedPercentageText: function() {
                return this.shipping_cart_info.reachedPercentage + '%'
            }
        }
    }
</script>
<div x-data="initFreeShippingInfoCartComponent()"
     @private-content-loaded.window="onPrivateContentLoaded(event.detail.data);"
     class="free-shipping-info-cart-notification mb-2.5">
    <div class="bg-gray-light font-light text-black px-4 text-center" :class="{'bg-gray-light text-black': shipping_cart_info.reachedPercentage < 100, 'bg-success text-white': shipping_cart_info.reachedPercentage == 100}">
        <span x-text="shipping_cart_info.message" mcclane-data="free-shipping-cart-info" class="text-sm font-bold"></span>
    </div>
</div>

                <template x-if="cartItems.length" hidden>
                    <div class="relative&#x20;flex&#x20;flex-col&#x20;px-2.5&#x20;divide-y&#x20;divide-gray&#x20;space-y-3&#x20;grow&#x20;overflow-y-auto" mcclane-data="minicart-list-items">
                        <template x-for="item in cartItems" hidden>
                            <div class="relative&#x20;flex&#x20;justify-between&#x20;pt-2.5" mcclane-data="minicart-list-item">
                                <div class="w-24&#x20;shrink-0&#x20;mr-2">
                                    <a :href="item.product_url">
                                        <img
                                            class=""
                                            :src="item.product_image.src"
                                            :width="item.product_image.width"
                                            :height="item.product_image.height"
                                            loading="lazy"
                                        />
                                    </a>
                                </div>
                                <div class="flex-1">
                                                                        <span x-html="item.product_name" class="flex&#x20;text-md&#x20;font-primary&#x20;font-bold&#x20;mb-1&#x20;pr-6"></span>
                                    <template x-if="item.product_type !== 'bundle'" hidden>
                                        <div class="product-item-options ">
                                            <template x-for="option in item.options" hidden>
                                                <div class="product-item-option ">
                                                    <template x-if="option.swatchType == 0 || option.swatchType == undefined">
                                                        <p mcclane-data='minicart-configurable-option-label' class="product-item-option-swatch-text" x-html="option.print_value || option.value"></p>
                                                    </template>
                                                    <template x-if="option.swatchType == 1">
                                                        <div class="product-item-option-swatch ">
                                                            <span class="product-item-option-swatch-color"
                                                                  :class="{
                                                                    'product-item-option-swatch-color-white ' : !option.swatchValue || option.swatchValue == '#ffffff',
                                                                    'product-item-option-swatch-color ' : option.swatchValue && option.swatchValue != '#ffffff',
                                                                 }"
                                                                  :style="getSwatchStyle(option.swatchType, option.swatchValue)"></span>
                                                            <span mcclane-data='minicart-configurable-option-label' class="product-item-option-swatch-label" x-text="option.value"></span>
                                                        </div>
                                                    </template>
                                                    <template x-if="option.swatchType == 2">
                                                        <div class="product-item-option-swatch ">
                                                            <span class="product-item-option-swatch-image"
                                                                  :style="getSwatchStyle(option.swatchType, option.swatchValue)"></span>
                                                            <span mcclane-data='minicart-configurable-option-label' class="product-item-option-swatch-label" x-text="option.value"></span>
                                                        </div>
                                                    </template>
                                                </div>
                                            </template>
                                        </div>
                                    </template>
                                    <template x-if="item.product_type === 'bundle'" hidden>
                                        <div class="product-item-bundle"
                                             x-data="{showTooltip: false}"
                                             @mouseover.prevent.stop="showTooltip = true"
                                             @mouseleave.prevent.stop="showTooltip = false"
                                             x-cloak
                                        >
                                            <div class="product-item-options ">
                                                <template x-for="option in item.options" hidden>
                                                    <template x-if="option['print_value'] != undefined" hidden>
                                                        <div class="product-item-option ">
                                                            <p class="product-item-option-swatch-text" x-html="option.print_value || option.value"></p>
                                                        </div>
                                                    </template>
                                                </template>
                                            </div>
                                            <div class="product-item-bundle-row">
                                                <div class="product-item-bundle-options-tooltip"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="product-item-bundle-options-tooltip-icon" width="24" height="24"><path d="M140,180a12,12,0,1,1-12-12A12,12,0,0,1,140,180ZM128,72c-22.06,0-40,16.15-40,36v4a8,8,0,0,0,16,0v-4c0-11,10.77-20,24-20s24,9,24,20-10.77,20-24,20a8,8,0,0,0-8,8v8a8,8,0,0,0,16,0v-.72c18.24-3.35,32-17.9,32-35.28C168,88.15,150.06,72,128,72Zm104,56A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"/></svg>
</div>
                                                <div class="product-item-bundle-options" x-show="showTooltip">
                                                    <template x-for="option in item.options" hidden>
                                                        <div class="product-item-bundle-option" x-show="!option['print_value']">
                                                            <span class="product-item-bundle-option-name" x-text="option.label + ':'"></span>
                                                            <span class="product-item-bundle-option-value" x-html="option.value"></span>
                                                        </div>
                                                    </template>
                                                </div>
                                            </div>
                                        </div>
                                    </template>
                                    
<template  x-if="item && item.sales_messages && item.sales_messages.minicart" hidden>
    <div class="mb-2">
        <template  x-for="sales_messages in Object.entries(item.sales_messages.minicart)" hidden>
            <div class="">
                <span x-text="sales_messages[0]" class="hidden"></span>
                <span x-html="sales_messages[1]" class=""></span>
            </div>
        </template>
    </div>
</template>
                                    <div class="flex&#x20;justify-between&#x20;items-end">
                                        <div class="field qty input-qty ">
                                            <button class="input-qty-button "
                                                    mcclane-data="minicart-item-decrease-qty"
                                                    @click="item.qty--; if(parseInt(item.qty) < 1) item.qty = 1;"
                                                    @click.debounce="mutateItemQty(item.item_id, item.qty)">
                                                <span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="input-qty-button-icon " width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128Z"/></svg>
</span>
                                            </button>
                                            <input type="text"
                                                   x-model="item.qty"
                                                   :value="item.qty"
                                                   @change="if(parseInt(item.qty) < 1) item.qty = 1; mutateItemQty(item.item_id, item.qty)"
                                                   class="input-qty-input "
                                            />
                                            <button class="input-qty-button "
                                                    mcclane-data="minicart-item-increase-qty"
                                                    @click="item.qty++;"
                                                    @click.debounce="mutateItemQty(item.item_id, item.qty)">
                                                <span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="input-qty-button-icon " width="24" height="24"><path d="M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"/></svg>
</span>
                                            </button>
                                        </div>
                                        <div class="inline-flex&#x20;flex-col&#x20;items-end">
                                            <span x-show="item.product_regular_price_value"
                                                  x-html="item.product_regular_price"
                                                  class="text-product-price-old text-xs&#x20;line-through">
                                            </span>
                                            <span x-html="item.product_price"
                                                  :class="{'text-product-price-discount': item.product_regular_price_value, 'text-product-price': !item.product_regular_price_value}"
                                                  class="text-md&#x20;font-bold">
                                            </span>
                                        </div>
                                        </div>
                                    <button class="cart-item__delete-button absolute&#x20;top-3.5&#x20;right-0"
                                            @click="deleteItemFromCart(item.item_id)"
                                            mcclane-data="minicart-item-delete"
                                    ><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-5 h-5 text-gray-medium" width="24" height="24"><path d="M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"/></svg>
</button>
                                </div>
                            </div>
                        </template>
                    </div>
                </template>
                <template x-if="!cartItems.length" hidden>
                    <div class="relative&#x20;flex&#x20;flex-col&#x20;px-4&#x20;grow"><div class="o-container o-container-32fb0427-8909-45cf-a5df-b9918d605b82 full-width    sb-1811340-text-center md:sb-1811340-text-left  "><div class="primary text-xl md:text-6xl font-bold  sb-2586964-0 sb-2586964-a sb-2586964-2 sb-2586964-7 sb-2586964-0 sb-2586964-3 sb-2586964-3 sb-2586964-2 sb-2586964-- sb-2586964-4 sb-2586964-b sb-2586964-f sb-2586964-3 sb-2586964-- sb-2586964-4 sb-2586964-7 sb-2586964-7 sb-2586964-5 sb-2586964-- sb-2586964-8 sb-2586964-e sb-2586964-e sb-2586964-4 sb-2586964-- sb-2586964-9 sb-2586964-7 sb-2586964-f sb-2586964-a sb-2586964-7 sb-2586964-8 sb-2586964-a sb-2586964-4 sb-2586964-9 sb-2586964-e sb-2586964-4 sb-2586964-a sb-2586964-db7fc5e8-af3f-4489-b9a5-f1b01298fb93 sb-2586964-a4149802-3979-4f38-b5ca-63ba39bd9285 sb-2586964-2fca7249-81fc-4b1f-a067-6f935c63c7c6 sb-3386524-0 sb-3386524-b sb-3386524-c sb-3386524-b sb-3386524-b sb-3386524-c sb-3386524-9 sb-3386524-7 sb-3386524-- sb-3386524-6 sb-3386524-5 sb-3386524-6 sb-3386524-6 sb-3386524-- sb-3386524-4 sb-3386524-7 sb-3386524-a sb-3386524-0 sb-3386524-- sb-3386524-b sb-3386524-a sb-3386524-5 sb-3386524-e sb-3386524-- sb-3386524-7 sb-3386524-e sb-3386524-6 sb-3386524-b sb-3386524-b sb-3386524-0 sb-3386524-9 sb-3386524-3 sb-3386524-2 sb-3386524-7 sb-3386524-2 sb-3386524-e sb-3386524-551b4f06-8064-4fbe-9a2c-77cb482313e2 sb-3386524-2aa6a7ba-7630-4cb3-9484-aa27a1f936ce sb-3386524-mb-2 sb-3386524-b641e6ff-4189-4f21-ac1d-491169971210 "  >
<p>Cesta vacía</p></div>
<style>
            .sb-3386524-mb-2{margin-bottom:0.5rem}</style><div class="o-container o-container-6f5e02f6-e7d9-4c51-83e5-7dc3a82f243f full-width sb-9605341-e sb-9605341-9 sb-9605341-0 sb-9605341-d sb-9605341-6 sb-9605341-f sb-9605341-0 sb-9605341-3 sb-9605341-- sb-9605341-e sb-9605341-2 sb-9605341-d sb-9605341-d sb-9605341-- sb-9605341-4 sb-9605341-e sb-9605341-c sb-9605341-b sb-9605341-- sb-9605341-b sb-9605341-b sb-9605341-5 sb-9605341-6 sb-9605341-- sb-9605341-b sb-9605341-7 sb-9605341-6 sb-9605341-a sb-9605341-8 sb-9605341-4 sb-9605341-1 sb-9605341-2 sb-9605341-6 sb-9605341-b sb-9605341-2 sb-9605341-3 sb-9605341-b2857a22-93fb-4a9a-8313-10dbd8f50d37 sb-9605341-c97c0d88-a3ee-41eb-aded-50d55229e6b3 sb-9605341-2d795417-4cf1-4b68-a979-b466cdfd6cc8    "><div class="primary text-md  font-light   sb-2938624-mb-4 "  >
<p>No tienes productos en tu cesta de la compra.</p></div>
<style>
            .sb-2938624-mb-4{margin-bottom:1rem}</style><a class="btn btn-primary btn-md  lg:btn-lg w-44   sb-9439315-w-52"
                      href="https://www.herbolarionavarro.es/destacados-y-novedades" x-data="" x-defer="intersect"           target=""
           >
            <span>Empezar a comprar</span>        </a>
    <style>
    .sb-9439315-w-52 {    width: 13rem}      </style></div></div>
            <style>
                            .sb-1811340-text-center {    text-align: center}          @media (min-width: 768px) {    .md\:sb-1811340-text-left {        text-align: left    }}                        </style></div>
                </template>

                <div class="w-full&#x20;flex&#x20;flex-col&#x20;items-center&#x20;bg-white&#x20;border-t&#x20;border-gray">
                    <template x-if="cart && cart.summary_count" hidden>
                        <div class="w-full">
                                                        <div class="w-full&#x20;pb-4&#x20;px-2.5&#x20;pt-1">
                                <div class="flex flex-row flex-no-wrap items-baseline justify-between text-sm pt-2">
                                    <div class="w-7/12 text-left md:w-auto"
                                    >Subtotal</div>
                                    <div class="w-5/12 text-right md:w-auto"
                                         x-html="cart.subtotal"
                                         mcclane-data="cart-subtotal"
                                         rcm-data="minicart-subtotal"
                                    ></div>
                                </div>
                                <template x-if="cart.totalsData !== undefined && cart.totalsData.shipping !== undefined">
                                    <template x-for="shippingData in cart.totalsData.shipping">
                                        <div class="flex flex-row flex-no-wrap items-baseline justify-between text-sm pt-2">
                                            <div class="w-7/12 text-left md:w-auto"
                                                 x-text="shippingData.title"></div>
                                            <div class="w-5/12 text-right md:w-auto"
                                                 x-html="shippingData.value"
                                            ></div>
                                        </div>
                                    </template>
                                </template>
                                <template x-if="showTaxInStorefront && cart.totalsData !== undefined && cart.totalsData.tax !== undefined">
                                    <div class="flex flex-row flex-no-wrap items-baseline justify-between text-sm pt-2">
                                        <div class="w-7/12 text-left md:w-auto"
                                             x-text="cart.totalsData.tax.title"></div>
                                        <div class="w-5/12 text-right md:w-auto"
                                             x-html="cart.totalsData.tax.value"
                                        ></div>
                                    </div>
                                </template>
                                <template x-if="cart.discount_breakdown && cart.discount_breakdown !== undefined && cart.discount_breakdown.length > 0">
                                    <div class="flex pb-1 mt-2 text-md lg:text-sm md:grid md:grid-cols-2 w-full justify-between" @click="discountSummaryIsOpen = !discountSummaryIsOpen">
                                        <div class="w-5/12 text-left md:w-auto flex items-start">
                                            <div class="flex">
                                                <span class="mr-2">Descuento</span>
                                                <span :class="{'rotate-180': discountSummaryIsOpen}">
                                                    <span class="a-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-4 h-4" width="24" height="24"><path d="M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"/></svg>
</span>
                                                </span>
                                            </div>
                                        </div>
                                        <div class="w-5/12 text-right md:w-auto"
                                             mcclane-data="cart-price-with-discount"
                                             x-html="cart.discount_amount"
                                        ></div>
                                    </div>
                                </template>
                                <template x-if="cart.discount_breakdown && cart.discount_breakdown !== undefined && cart.discount_breakdown.length > 0">
                                    <template x-for="discount_rule in cart.discount_breakdown">
                                        <template x-if="discount_rule.rule_name !== undefined &&
                                            discount_rule.rule_amount !== undefined">
                                            <div x-show="discountSummaryIsOpen" class="flex py-2 pl-2 text-md lg:text-sm md:grid md:grid-cols-2 md:w-full">
                                                <div class="w-7/12 text-left md:w-auto" x-html="discount_rule.rule_name"></div>
                                                <div class="w-5/12 text-right md:w-auto" mcclane-data="cart-price-with-discount" x-text="hyva.formatPrice(discount_rule.rule_amount)"></div>
                                            </div>
                                        </template>
                                    </template>
                                </template>
                            </div>
                            <div class="w-full&#x20;pb-4&#x20;px-2.5&#x20;pt-1">
                                <div class="flex&#x20;flex-row&#x20;justify-between&#x20;text-xl&#x20;font-primary&#x20;font-bold&#x20;mb-4">
                                    <span class="flex&#x20;flex-col">
                                        <span>Total</span>
                                        <span class="text-sm&#x20;text-gray-medium&#x20;pt-1">
                                                                                        Impuestos incluidos                                        </span>
                                    </span>
                                    <span x-html="cart.totalsData.total.value" mcclane-data="minicart-subtotal"></span>
                                </div>
                                <div class="w-full&#x20;flex&#x20;flex-col&#x20;items-center&#x20;transition&#x20;duration-150&#x20;ease-in-out">
                                                                        <button @click.prevent.stop="setLoader();$dispatch('toggle-authentication', {url: atob&#x28;&#x27;aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvY2hlY2tvdXQv&#x27;&#x29;})"
                                            mcclane-data="minicart-checkout-button"
                                            class="btn&#x20;btn-primary&#x20;md&#x3A;btn-lg&#x20;w-full"
                                            :disabled="isLoadingButtonCheckout"
                                    >
                                            <span x-show="!isLoadingButtonCheckout" class="flex justify-center items-center">
                                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-5 h-5 mr-1" width="24" height="24"><path d="M236,69.4A16.13,16.13,0,0,0,223.92,64H176a48,48,0,0,0-96,0H32.08a16.13,16.13,0,0,0-12,5.4,16,16,0,0,0-3.92,12.48l14.26,120a16,16,0,0,0,16,14.12H209.67a16,16,0,0,0,16-14.12l14.26-120A16,16,0,0,0,236,69.4ZM128,32a32,32,0,0,1,32,32H96A32,32,0,0,1,128,32Zm81.76,168a.13.13,0,0,1-.09,0H46.25L32.08,80H224Z"/></svg>
Finalizar compra                                            </span>
                                        <span x-show="isLoadingButtonCheckout" class="flex justify-center items-center">
                                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="animate-spin mr-1" width="24" height="24"><path d="M232,128a104,104,0,0,1-208,0c0-41,23.81-78.36,60.66-95.27a8,8,0,0,1,6.68,14.54C60.15,61.59,40,93.27,40,128a88,88,0,0,0,176,0c0-34.73-20.15-66.41-51.34-80.73a8,8,0,0,1,6.68-14.54C208.19,49.64,232,87,232,128Z"/></svg>
                                                Cargando...                                            </span>
                                    </button>

                                                <span class="cursor-pointer underline text-brand-primary text-sm mt-4" @click="openLink(atob('aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvY2hlY2tvdXQvY2FydC8='), '_self')" x-data="" x-defer="intersect" mcclane-data="minicart-to-cart-button">
                Ver carrito        </span>
                                    </div>
                                                            </div>

                            
                            <template x-if="cart.extra_actions">
                                <div class="relative&#x20;grid&#x20;gap-6&#x20;px-4&#x20;py-6&#x20;bg-white&#x20;sm&#x3A;gap-8&#x20;sm&#x3A;px-6">
                                    <div x-html="cart.extra_actions"></div>
                                </div>
                            </template>
                        </div>
                    </template>
                </div>

                <div id="rocket_loading" class="flex flex-row justify-center items-center w-full h-full fixed select-none z-50"
     style="left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);background: rgba(255,255,255,0.7);"
     x-show="isLoading"
     x-transition:enter="ease-out duration-200"
     x-transition:enter-start="opacity-0"
     x-transition:enter-end="opacity-100"
     x-transition:leave="ease-in duration-200"
     x-transition:leave-start="opacity-100"
     x-transition:leave-end="opacity-0">
    <!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" stroke="currentColor" class="text-primary" width="57" height="57">
    <g fill="none" fill-rule="evenodd">
        <g transform="translate(1 1)" stroke-width="2">
            <circle cx="5" cy="50" r="5">
                <animate attributeName="cy" begin="0s" dur="2.2s" values="50;5;50;50" calcMode="linear" repeatCount="indefinite"/>
                <animate attributeName="cx" begin="0s" dur="2.2s" values="5;27;49;5" calcMode="linear" repeatCount="indefinite"/>
            </circle>
            <circle cx="27" cy="5" r="5">
                <animate attributeName="cy" begin="0s" dur="2.2s" from="5" to="5" values="5;50;50;5" calcMode="linear" repeatCount="indefinite"/>
                <animate attributeName="cx" begin="0s" dur="2.2s" from="27" to="27" values="27;49;5;27" calcMode="linear" repeatCount="indefinite"/>
            </circle>
            <circle cx="49" cy="50" r="5">
                <animate attributeName="cy" begin="0s" dur="2.2s" values="50;50;5;50" calcMode="linear" repeatCount="indefinite"/>
                <animate attributeName="cx" from="49" to="49" begin="0s" dur="2.2s" values="49;5;27;49" calcMode="linear" repeatCount="indefinite"/>
            </circle>
        </g>
    </g>
</svg>
    <div class="ml-10 text-primary text-xl">
        Cargando...    </div>
</div>
            </div>
        </div>
    </div>
</section>
<script>
    function initAuthentication() {
        return {
            open: false,
            forceAuthentication: false,
            checkoutUrl: 'https://www.herbolarionavarro.es/checkout/index/',
            errors: 0,
            isLoading: false,
            isLoadingButtonCreateAccount: false,
            hasCaptchaToken: 0,
            displayErrorMessage: false,
            errorMessages: [],
            errorLogin: '',
            setErrorMessages: function setErrorMessages(messages) {
                this.errorMessages = [messages];
                this.displayErrorMessage = this.errorMessages.length;
            },
            submitForm: function () {
                // Do not rename $form, the variable is expected to be declared in the recaptcha output
                const $form = document.querySelector('#login-form');
                
                if (this.errors === 0) {
                    this.dispatchLoginRequest($form);
                } else {
                    (async () => {
                        this.isLoading = true;
                        await new Promise(resolve => setTimeout(resolve, 1000))
                        this.isLoading = false;
                        dispatchMessages([{
                            type: 'error',
                            text: this.errorLogin
                        }], 5000);
                    })();
                }
            },
            onPrivateContentLoaded: function (data) {
                const isLoggedIn = data.customer && data.customer.firstname;
                if (data.cart && !isLoggedIn) {
                    this.forceAuthentication = !data.cart.isGuestCheckoutAllowed;
                }
            },
            redirectIfAuthenticated: function (event) {
                if (event.detail && event.detail.url) {
                    this.checkoutUrl = event.detail.url;
                }
                if (!this.forceAuthentication) {
                    window.location.href = this.checkoutUrl;
                }
            },
            dispatchLoginRequest: function (form) {
                this.isLoading = true;
                const username = this.$refs['customer-email'].value;
                const password = this.$refs['customer-password'].value;
                const formKey = hyva.getFormKey();
                const bodyFields = {
                    'username': username,
                    'password': password,
                    'formKey': formKey
                };
                                const fieldName = 'g\u002Drecaptcha\u002Dresponse';
                const recaptchaField = fieldName && form[fieldName];
                if (recaptchaField) {
                    bodyFields[fieldName] = recaptchaField.value;
                }
                fetch('https://www.herbolarionavarro.es/customer/ajax/login/', {
                        method: 'POST',
                        headers: {
                            'Content-Type': 'application/json',
                            'X-Requested-With': 'XMLHttpRequest'
                        },
                        body: JSON.stringify(bodyFields)
                    }
                ).then(response => {
                        return response.json()
                    }
                ).then(data => {
                    if (data.errors) {
                        dispatchMessages([{
                            type: 'error',
                            text: data.message
                        }], 5000);
                        this.errorLogin = data.message;
                        this.errors = 1;
                        this.hasCaptchaToken = 0;
                        this.isLoading = false;
                    } else {
                        window.location.href = this.checkoutUrl;
                    }
                });
            }
        }
    }
</script>
<section id="authentication-popup"
         x-data="initAuthentication()"
         @private-content-loaded.window="onPrivateContentLoaded($event.detail.data)"
         @toggle-authentication.window="open = forceAuthentication; redirectIfAuthenticated(event)"
         @toggle-authentication-popup.window="open = !open; checkoutUrl = event.detail.url"
         @keydown.window.escape="open = false"
>
    <div role="dialog"
         aria-modal="true"
         aria-label="Regi&#xF3;n&#x20;de&#x20;autenticaci&#xF3;n&#x20;de&#x20;usuario"
         class="fixed&#x20;inset-y-0&#x20;right-0&#x20;z-40&#x20;flex&#x20;max-w-&#x5B;420px&#x5D;">
        <div class="hidden"
             :class="{ 'backdrop': open, 'hidden': !open }"
             x-transition:enter="ease-in-out duration-500"
             x-transition:enter-start="opacity-0"
             x-transition:enter-end="opacity-100"
             x-transition:leave="ease-in-out duration-500"
             x-transition:leave-start="opacity-100"
             x-transition:leave-end="opacity-0"
             @click="open = false"
             aria-label="Close panel"></div>
        <div class="relative&#x20;w-screen&#x20;max-w-md&#x20;bg-white"
             x-show="open"
             x-cloak=""
             x-transition:enter="transform transition ease-in-out duration-500 sm:duration-700"
             x-transition:enter-start="translate-x-full"
             x-transition:enter-end="translate-x-0"
             x-transition:leave="transform transition ease-in-out duration-500 sm:duration-700"
             x-transition:leave-start="translate-x-0"
             x-transition:leave-end="translate-x-full"
        >
            <div class="flex&#x20;flex-col&#x20;h-full&#x20;space-y-4&#x20;px-5&#x20;md&#x3A;space-y-5&#x20;&#x20;overflow-y-auto">
                <header class="pr-2&#x20;pl-0.5&#x20;md&#x3A;pr-4&#x20;md&#x3A;pl-1.5&#x20;pt-2&#x20;pb-1&#x20;md&#x3A;py-2&#x20;flex&#x20;flex-row&#x20;justify-between&#x20;items-center&#x20;-mx-4&#x20;md&#x3A;-mx-5">
                    <div
                        x-show="open"
                        x-cloak=""
                        x-transition:enter="ease-in-out duration-500"
                        x-transition:enter-start="opacity-0"
                        x-transition:enter-end="opacity-100"
                        x-transition:leave="ease-in-out duration-500"
                        x-transition:leave-start="opacity-100"
                        x-transition:leave-end="opacity-0" class="flex">
                        <button @click="open = false;" aria-label="Close panel"
                                class="text-black&#x20;transition&#x20;duration-150&#x20;ease-in-out&#x20;block&#x20;hover&#x3A;text-black">
                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-8 h-8 p-1" width="24" height="24"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"/></svg>
                        </button>
                    </div>
                    <p class="md&#x3A;text-4xl&#x20;font-bold&#x20;text-xl">
                        Mi cuenta                    </p>
                    <div class="w-8 h-8"></div>
                </header>
                <div class="block-customer-login ">
                    <form class="form form-login"
                          method="post"
                          @submit.prevent="submitForm();"
                          id="login-form">
                        <p class="text-xl&#x20;font-bold&#x20;mb-3.5&#x20;md&#x3A;mb-5&#x20;md&#x3A;text-3xl&#x20;mt-1.5">Bienvenido a </p>
                                                <div class="fieldset login">
                            <div class="field email required ">
                                <label class="label " for="customer-email">
                                    <span>Email</span>
                                </label>
                                <div class="control">
                                    <input name="username"
                                           id="form-login-username"
                                           x-ref="customer-email"
                                           @change="errors = 0"
                                           mcclane-data="login-form-email"
                                           type="email"
                                           required
                                           class="form-input&#x20;input-text"
                                    >
                                </div>
                            </div>
                            <div class="field password required ">
                                <label for="pass" class="label ">
                                    <span>Contraseña</span>
                                </label>
                                <div class="control">
                                    <input name="password"
                                           id="form-login-password"
                                           type="password"
                                           class="form-input&#x20;input-text"
                                           required
                                           x-ref="customer-password"
                                           @change="errors = 0"
                                           mcclane-data="login-form-password"
                                    >
                                </div>
                            </div>

                            <input name="context" type="hidden" value="checkout"/>
                            <div class="actions-toolbar&#x20;flex&#x20;flex-col&#x20;flex-nowrap">
                                <div>
                                                <span class="cursor-pointer text-sm underline text-brand-primary mb-4 md:mb-5 block" @click="openLink(atob('aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvY3VzdG9tZXIvYWNjb3VudC9mb3Jnb3RwYXNzd29yZC8='), '_self')" x-data="" x-defer="intersect" mcclane-data="customer-password-recovery-button">
                ¿Has olvidado tu contraseña?        </span>
                                    </div>

                                <button type="submit" class="inline-flex&#x20;btn&#x20;btn-primary&#x20;md&#x3A;btn-lg" mcclane-data="login-form-submit"
                                        :class="{ 'relative ajax-btn-is-loading': isLoading }"
                                        :disabled="isLoading">
                                    <span x-show="!isLoading">Inicia sesión</span>
                                    <div x-show="isLoading" class="flex absolute inset-0 justify-center items-center loader">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="animate-spin" width="24" height="24"><path d="M232,128a104,104,0,0,1-208,0c0-41,23.81-78.36,60.66-95.27a8,8,0,0,1,6.68,14.54C60.15,61.59,40,93.27,40,128a88,88,0,0,0,176,0c0-34.73-20.15-66.41-51.34-80.73a8,8,0,0,1,6.68-14.54C208.19,49.64,232,87,232,128Z"/></svg>
                                    </div>
                                </button>
                            </div>

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

                
                <div class="block-new-customer border-t-2&#x20;border-gray&#x20;pt-6&#x20;md&#x3A;pt-5">
                    <p id="authenticate-new-customer" class="text-lg&#x20;md&#x3A;text-xl&#x20;font-bold&#x20;text-black&#x20;mb-2">
                        No tengo una cuenta                    </p>

                    <div class="block-content ">
                        <p class="text-md&#x20;font-light">
                            Aprovecha todas las ventajas de ser cliente de Herbolario Navarro. Pago más rápido, seguimiento de envíos, descuentos y otros privilegios.                        </p>
                        <div class="actions-toolbar&#x20;flex&#x20;justify-between&#x20;mt-5&#x20;mb-2&#x20;items-center" @click="isLoadingButtonCreateAccount = true">
                                        <span class="cursor-pointer inline-flex btn btn-dark-stroke md:btn-lg w-full" @click="openLink(atob('aHR0cHM6Ly93d3cuaGVyYm9sYXJpb25hdmFycm8uZXMvY3VzdG9tZXIvYWNjb3VudC9jcmVhdGUv'), '_self')" x-data="" x-defer="intersect" mcclane-data="customer-register-form-register-button" x-show="!isLoadingButtonCreateAccount">
                Crear cuenta        </span>
                                <button x-show="isLoadingButtonCreateAccount" class="inline-flex&#x20;btn&#x20;btn-dark-stroke&#x20;md&#x3A;btn-lg&#x20;w-full&#x20;loader" disabled>
                                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="animate-spin" width="24" height="24"><path d="M232,128a104,104,0,0,1-208,0c0-41,23.81-78.36,60.66-95.27a8,8,0,0,1,6.68,14.54C60.15,61.59,40,93.27,40,128a88,88,0,0,0,176,0c0-34.73-20.15-66.41-51.34-80.73a8,8,0,0,1,6.68-14.54C208.19,49.64,232,87,232,128Z"/></svg>
                            </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<script>
    'use strict';
    (function( rocketWishlist, undefined ) {
        let isLoggedIn = false;
        const sendWishlistStatus = (e) => {
            isLoggedIn = e.detail.data.customer.firstname != null;
            if (!isLoggedIn) return;
            e.detail.data.wishlist.items.forEach(item => {
                window.dispatchEvent(new CustomEvent(`setwishliststatus${item.product_id}`, {detail: {status: true, deleteParams: JSON.parse(item.delete_item_params)}}))
            })
        }
        rocketWishlist.add = (productId) => {
            if (!isLoggedIn) {
                window.dispatchEvent(new CustomEvent(`setwishliststatus${productId}`, {detail: {status: false}}))
                window.dispatchEvent(new CustomEvent("toggle-authentication-popup", {detail: {url: window.location.href}}))
                return;
            }
            const postParams = {
                action: BASE_URL + "wishlist/index/add/",
                data: {
                    product: productId,
                    uenc: hyva.getUenc(),
                    isAjax: true,
                    form_key: hyva.getFormKey()
                }
            }
            let postData = Object.keys(postParams.data).map(key => {
                return `${key}=${postParams.data[key]}`;
            }).join('&');

            // Take all the grouped product options
            Array
                .from(
                    document.querySelectorAll(
                        '[x-ref^="super_group_"]'
                    )
                )
                .forEach((input) => {
                    //super_group[productId]=qty
                    let childProductId = input.getAttribute('x-ref').replace('super_group_', '');
                    postData += `&super_group[${childProductId}]=1`
                })
            fetch(postParams.action, {
                "headers": {
                    "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
                },
                "body": postData,
                "method": "POST",
                "mode": "cors",
                "credentials": "include"
            }).then(async (response) => {
                let responseData = await response.json();
                if (true && responseData.backUrl) {
                    window.location.href = responseData.backUrl;
                } else if (response.ok) {
                    if (responseData && responseData.delete_item_params) {
                        window.addEventListener('private-content-loaded', () => window.dispatchEvent(new CustomEvent(`setwishliststatus${productId}`, {detail: {status: true, deleteParams : responseData.delete_item_params}})), {once: true});
                    }
                    window.dispatchEvent(new CustomEvent("change-counter-wishlist", { detail: { action: 'add' }}));
                    window.dispatchEvent(new CustomEvent("reload-customer-section-data"));
                } else {
                    window.dispatchEvent(new CustomEvent(`setwishliststatus${productId}`, {detail: {status: false}}))
                    typeof window.dispatchMessages !== "undefined" && window.dispatchMessages(
                        [{
                            type: "warning",
                            text: "Product could not be added to the wishlist."
                        }], 5000
                    );
                }
            })
        }
        rocketWishlist.remove = (deleteParams, productId) => {
            deleteParams.data.isAjax = true;
            deleteParams.data.uenc = hyva.getUenc();
            deleteParams.data.form_key = hyva.getFormKey();

            let postData = Object.keys(deleteParams.data).map(key => {
                return `${key}=${deleteParams.data[key]}`;
            }).join('&');

            fetch(deleteParams.action, {
                "headers": {
                    "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
                },
                "body": postData,
                "method": "POST",
                "mode": "cors",
                "credentials": "include"
            }).then(async (response) => {
                await response;
                if (response.ok) {
                    window.addEventListener('private-content-loaded', () => window.dispatchEvent(new CustomEvent(`setwishliststatus${productId}`, {detail: {status: false}})), {once: true})
                    window.dispatchEvent(new CustomEvent("change-counter-wishlist", { detail: { action: 'remove' }}));
                    window.dispatchEvent(new CustomEvent("reload-customer-section-data"));
                } else {
                    window.dispatchEvent(new CustomEvent(`setwishliststatus${productId}`, {detail: {status: true}}))
                    typeof window.dispatchMessages !== "undefined" && window.dispatchMessages(
                        [{
                            type: "warning",
                            text: "Product could not be removed from the wishlist."
                        }], 5000
                    );
                }
            })
        }
        window.addEventListener('private-content-loaded', (e) => sendWishlistStatus(e))
    }( window.rocketWishlist = window.rocketWishlist || {} ));
</script>
<style>
    .ajax-btn-is-loading > :not(.loader) {
        visibility: hidden;
    }
</style>
<script>
    window.setSingleAjaxCart = (forward = true, selectors = '.product_addtocart_form,\u0020\u0023product_addtocart_form,\u0020.product\u002Ditem.card.card\u002Dinteractive', recursive = true) => {
        const forms = document.querySelectorAll(selectors);
        const form = (forward) ? forms[forms.length-1] : forms[0];
        window.setAjaxCartEventListener(form, recursive)
    }

    window.setAjaxCart = (selectors = '.product_addtocart_form,\u0020\u0023product_addtocart_form,\u0020.product\u002Ditem.card.card\u002Dinteractive', recursive = true) => {
        const forms = document.querySelectorAll(selectors);
        forms.forEach(form => {
            window.setAjaxCartEventListener(form, recursive)
        });
    }
    window.setAjaxCartEventListener = (el, recursive = true) => {
        el.addEventListener('submit', async (e) => {
            e.preventDefault();
            const formData = new URLSearchParams(new FormData(el));
            const button = e.submitter instanceof HTMLButtonElement
                ? e.submitter
                : el.querySelector('button')
                    ? el.querySelector('button')
                    : document.getElementById('product-addtocart-button');
            const loader = document.createElement('div');

            loader.className = 'absolute inset-0 flex justify-center items-center loader';
            loader.innerHTML = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="animate-spin" width="24" height="24"><path d="M232,128a104,104,0,0,1-208,0c0-41,23.81-78.36,60.66-95.27a8,8,0,0,1,6.68,14.54C60.15,61.59,40,93.27,40,128a88,88,0,0,0,176,0c0-34.73-20.15-66.41-51.34-80.73a8,8,0,0,1,6.68-14.54C208.19,49.64,232,87,232,128Z"/></svg>
`;

            button.prepend(loader);
            button.classList.add('relative', 'ajax-btn-is-loading');
            button.disabled = true;

            let removeLoader = () => {
                window.addEventListener('private-content-loaded', () => {
                    button.classList.remove('ajax-btn-is-loading');
                    button.disabled = false;
                    loader.remove()
                    if (true) {
                        window.dispatchEvent(new CustomEvent('clear-messages'));
                        window.dispatchEvent(new CustomEvent('toggle-cart'));
                    }
                }, {once: true})

            }

            try {
                const response = await fetch(e.currentTarget.action, {
                    method: 'POST',
                    body: formData,
                    headers: {
                        'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8',
                        'X-Requested-With': 'XMLHttpRequest'
                    }
                });
                if (!response.ok) {
                    return form.submit();
                }

                if (response.redirected) {
                    return window.location.href = response.url;
                }

                const data = await response.json();

                if (data.backUrl) {
                    return window.location.href = data.backUrl;
                }

                if (recursive) {
                    window.dispatchEvent(new CustomEvent('product-addtocart-success'));
                }

                removeLoader();

                return window.dispatchEvent(new CustomEvent('reload-customer-section-data'));
            } catch (err) {
                console.warn(err);
                window.dispatchEvent(new CustomEvent('product-addtocart-error'));
                removeLoader();
                setMessage({
                    text:'There\u0020was\u0020a\u0020problem\u0020adding\u0020your\u0020item\u0020to\u0020the\u0020cart.',
                    type: 'error'
                });
            } finally {
                try {
                    let messages = hyva.getCookie('mage-messages');
                    messages = messages ? JSON.parse(decodeURIComponent(messages).replace(/\+/g, ' ')) : [];
                    document.cookie = 'mage-messages=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';
                } catch (error) {
                    console.warn('Error parsing Cookie Messages:', error);
                    return;
                }
            }
        });
    }

    /**
     * Set Message
     */
    function setMessage(message) {
        typeof window.dispatchMessages !== "undefined" &&
        window.dispatchMessages([message], 5000);
    }

    /** Init on pageload */
    window.setAjaxCart();
</script>
<script>
    'use strict';

    const grecaptchaV2LoadCallbacks = [];

    function executeRecaptchaLoadCallbacks () {
        while (window.grecaptcha && grecaptchaV2LoadCallbacks.length > 0) {
            const callback = grecaptchaV2LoadCallbacks.pop();
            typeof callback === 'string' ? window[callback]() : callback();
        }
    }

    (function() {
        const loadRecaptchaScript = (event) => {

            if (window.grecaptcha || !event.target.form) {
                return;
            }

            const url = 'https://www.google.com/recaptcha/api.js?onload=executeRecaptchaLoadCallbacks';
            const siteKey = '6LcLfdEgAAAAAAnB5BS7jk7bXuwisCbb4P4qlMGk';
            const script = document.createElement('script');
            script.type = 'text/javascript';
            script.src = siteKey ? `${url}&render=${siteKey}` : `${url}&render=explicit`;
            script.async = true;
            document.head.appendChild(script);

            script.addEventListener('load', () => {
                Array.from(document.querySelectorAll('button[data-recaptcha-btn]:disabled')).forEach(btn => btn.removeAttribute('disabled'));
            });
        }

        window.forceLoadRecaptchaScript = (form) => {
            loadRecaptchaScript({target: {form: form || 'dummy'}});
            executeRecaptchaLoadCallbacks();
        };

        document.body.addEventListener('input', loadRecaptchaScript, { once: true });
        document.body.addEventListener('focus', loadRecaptchaScript, { once: true });

    }());

</script>
<script>
    'use strict';

    (function () {
        const modals = [];
        const excludedFromFocusTrapping = new Set();

        function trapFocusInNextModalWithOverlay() {
            for (let idx = modals.length -1; idx >= 0; idx--) {
                const nextOnStack = modals[idx];
                const nextDialogElement = nextOnStack.instance.$refs[nextOnStack.name];
                if (! isOverlayDisabled(nextDialogElement)) {
                    hyva.trapFocus(nextDialogElement);
                    break;
                }
            }
        }

        function focusables(dialogElement) {
            const selector = 'button, [href], input, textarea, select, details, [tabindex]:not([tabindex="-1"])';
            return Array.from(dialogElement.querySelectorAll(selector))
                .filter(el => !el.hasAttribute('disabled'));
        }

        function firstVisible(elements) {
            const a = Array.from(elements);
            for (let i = 0; i < a.length; i++) {
                if (a[i].offsetWidth || a[i].offsetHeight || a[i].getClientRects().length) return a[i];
            }
            return null;
        }

        function isInViewport(element) {
            const rect = element && element.getBoundingClientRect();
            return rect &&
                rect.top >= 0 &&
                rect.left >= 0 &&
                rect.right <= window.innerWidth &&
                rect.bottom <= window.innerHeight;
        }

        function setFocusAfterTransition(dialogElement, duration) {
                        const nested = Array.from(dialogElement.querySelectorAll('[role="dialog"]'));
            const candidates = Array.from(dialogElement.querySelectorAll('[x-focus-first]'));
            next: for (let candidate of candidates) {
                for (let child of nested) {
                    if (child.contains(candidate)) continue next;
                }
                setTimeout(() => candidate.focus(), 50);
                break;
            }
            window.setTimeout(() => {
                const focusElement = firstVisible(dialogElement.querySelectorAll('[x-focus-first]')) ||
                    focusables(dialogElement)[0] ||
                    null;
                focusElement && isInViewport(focusElement) && focusElement.focus();
            }, Math.max(1, duration));
        }

        function determineTrigger($refs, dialog, trigger) {
                        if (typeof trigger === 'undefined' && typeof dialog === 'object' && dialog.target instanceof HTMLElement) {
                return dialog.target;
            }
                        if (typeof dialog === 'string' && typeof trigger === 'object' && trigger.target instanceof HTMLElement) {
                return trigger.target;
            }
                        if (typeof trigger === 'string') {
                try {
                    return $refs[trigger] || document.querySelector(trigger)
                } catch (e) {}
            }
                        if (trigger instanceof Element) {
                return trigger;
            }

                        return null;
        }

        function isOverlayDisabled(dialog) {
            return dialog && dialog.hasAttribute('x-no-overlay')
        }

        function areRemainingModalsWithoutOverlay(modals)
        {
            const overflowDisabled = modals.map(modal => modal.instance.$refs[modal.name]).filter(isOverlayDisabled);

            return overflowDisabled.length === modals.length;
        }

        window.hyva.modal = function(options) {

            const config = Object.assign({
                dialog: 'dialog',                 duration: 300,                 transitionEnter: 'transition ease-out duration-300',
                transitionEnterStart: 'opacity-0',
                transitionEnterEnd: 'opacity-100',
                transitionLeave: 'transition ease-in duration-300',
                transitionLeaveStart: 'opacity-100',
                transitionLeaveEnd: 'opacity-0',
            }, options);
            let lastHide = 0;

            return {
                opened: {},
                show(dialog, trigger) {
                    const focusTargetAfterHide = determineTrigger(this.$refs, dialog, trigger);
                    const name = typeof dialog === 'string' ? dialog : config.dialog;
                    const dialogElement = this.$refs[name];
                    if (! dialogElement) {
                                                return;
                    }
                    const useOverlay = ! dialogElement.hasAttribute('x-no-overlay');

                    dialogElement.scrollTop = 0;

                                        if (this.opened[name]) {
                        return;
                    }

                    if (focusTargetAfterHide) {
                        focusTargetAfterHide.setAttribute('aria-expanded', 'true');
                    }

                    this.opened[name] = true;
                    useOverlay && this.$nextTick(() => hyva.trapFocus(dialogElement));
                    setFocusAfterTransition(dialogElement, config.duration);

                    const frame = {name, instance: this, focusTarget: focusTargetAfterHide, time: Date.now()};

                    modals.push(frame);
                    if (useOverlay) {
                        document.body.classList.add('overflow-hidden');
                    }
                    return new Promise(resolve => frame.resolve = resolve);
                },
                cancel() {
                    this.hide(false);
                },
                ok() {
                    this.hide(true);
                },
                hide(value) {
                                        if (Date.now() - lastHide < config.duration) {
                        return;
                    }
                    lastHide = Date.now();

                    const modal = modals.pop() || {};
                    const name = modal.name;
                    this.opened[name] = false;
                    hyva.releaseFocus(modal.instance.$refs[modal.name])
                    trapFocusInNextModalWithOverlay();

                    const nextFocusAfterHide = modal.focusTarget;
                    nextFocusAfterHide && setTimeout(() => {
                        nextFocusAfterHide.setAttribute('aria-expanded', 'false');
                        nextFocusAfterHide.focus()
                    }, config.duration);

                    if (modals.length === 0 || areRemainingModalsWithoutOverlay(modals)) {
                        document.body.classList.remove('overflow-hidden');
                    }

                    modal.resolve(value);
                },
                overlay(dialog) {
                    const name = typeof dialog === 'string' ? dialog : config.dialog;
                    return {
                        ['x-show']() {
                            return this.opened[name]
                        },
                        ['x-transition:enter']: config.transitionEnter,
                        ['x-transition:enter-start']: config.transitionEnterStart,
                        ['x-transition:enter-end']: config.transitionEnterEnd,
                        ['x-transition:leave']: config.transitionLeave,
                        ['x-transition:leave-start']: config.transitionLeaveStart,
                        ['x-transition:leave-end']: config.transitionLeaveEnd,
                        ['@hyva-modal-show.window'](event) {
                            event.detail && event.detail.dialog === name && this.show(name, event.detail.focusAfterHide)
                        }
                    };
                }
            };
        }

        window.hyva.modal.peek = () => modals.length > 0 && modals[modals.length -1]

        window.hyva.modal.pop = function () {
            if (modals.length > 0) {
                const modal = modals[modals.length -1];
                modal.instance.hide();
            }
        }

        window.hyva.modal.excludeSelectorsFromFocusTrap = function (selectors) {
            typeof selectors === 'string' || selectors instanceof String
                ? excludedFromFocusTrapping.add(selectors)
                : selectors.map(selector => excludedFromFocusTrapping.add(selector));
        }

        window.hyva.modal.eventListeners = {
            keydown: event => {
                if (event.key === 'Escape') {
                    window.hyva.modal.pop();
                }
            },
                        click: event => {
                if (modals.length > 0) {
                    const modal = modals[modals.length -1];
                    const dialog = modal.instance.$refs[modal.name];
                    if (modal.time + 50 < Date.now() && // if last click processing is more than 50ms ago
                        ! isOverlayDisabled(dialog) && // if dialog has overlay
                        ! dialog.contains(event.target)) { // if click is outside of dialog
                        modal.instance.hide();
                    }
                }
            }
        };

        document.addEventListener('keydown', window.hyva.modal.eventListeners.keydown);

        document.addEventListener('click', window.hyva.modal.eventListeners.click);
    })();
</script>
<script>
    'use strict';

    (function () {

        window.rocket.selectSearch = function(options) {

            const baseConfig = {
                id: 'base',
                open: false,
                selectedOption: "",
                selectedOptionDisplay: "<span x-text='selectedOption'><\/span>",
                options: "&quot;[]&quot;",
                filter: "",
                valueToFilter: "name",
                noResultsLiteral: "No hay resultados",
                inputPlaceholderLiteral: "Buscar",
            };

            return {
                ...baseConfig,
                ...options,
            }
        }

    })( window.rocket = window.rocket || {} );
</script>

<script defer>
    'use strict';

    const TwIntersectObserver = {
        start() {
            if ('requestIdleCallback' in window) {
                requestIdleCallback(() => this.observe());
            } else {
                setTimeout(() => this.observe(), 200);
            }
        },

        observe() {
            const selectors = [
                '[class*=" intersect:"]',
                '[class*=":intersect:"]',
                '[class^="intersect:"]',
                '[class="intersect"]',
                '[class*=" intersect "]',
                '[class^="intersect "]',
                '[class$=" intersect"]'
            ];

            const observer = new IntersectionObserver(entries => {
                entries.forEach(entry => {
                    const element = entry.target;
                    if (!entry.isIntersecting && !this.isInitiallyVisible(element)) {
                        element.setAttribute('no-intersect', '');
                        return;
                    }

                    element.removeAttribute('no-intersect');

                    if (element.classList.contains('intersect-once')) {
                        observer.unobserve(element);
                    }
                });
            });

            document.querySelectorAll(selectors.join(',')).forEach(element => {
                if (!this.isInitiallyVisible(element)) {
                    observer.observe(element);
                } else {
                    element.setAttribute('no-intersect', '');
                }
            });
        },

        isInitiallyVisible(element) {
            const rect = element.getBoundingClientRect();

            return (
                rect.top < (window.innerHeight || document.documentElement.clientHeight) &&
                rect.bottom > 0
            );
        },

        getThreshold(element) {
            if (element.classList.contains('intersect-full')) {
                return 0.99;
            }

            if (element.classList.contains('intersect-half')) {
                return 0.5;
            }

            return 0;
        },
    };

    TwIntersectObserver.start();
</script>
<script>
    document.addEventListener('alpine:init', () => {
        Alpine.store('slidersRegistry', {})
    })
</script>
<script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "ItemList",
        "itemListElement": [
                {
                "@type": "ListItem",
                "position": 1,
                "url": "https://www.herbolarionavarro.es/blog/dieta-fodmap-alimentos"
            },                    {
                "@type": "ListItem",
                "position": 2,
                "url": "https://www.herbolarionavarro.es/blog/cola-de-caballo-propiedades"
            },                    {
                "@type": "ListItem",
                "position": 3,
                "url": "https://www.herbolarionavarro.es/blog/lecitina-de-soja-propiedades-contraindicaciones"
            },                    {
                "@type": "ListItem",
                "position": 4,
                "url": "https://www.herbolarionavarro.es/blog/aceite-de-onagra-propiedades"
            },                    {
                "@type": "ListItem",
                "position": 5,
                "url": "https://www.herbolarionavarro.es/blog/aromaterapia-que-es"
            },                    {
                "@type": "ListItem",
                "position": 6,
                "url": "https://www.herbolarionavarro.es/blog/creatina-para-que-sirve"
            },                    {
                "@type": "ListItem",
                "position": 7,
                "url": "https://www.herbolarionavarro.es/blog/remedios-naturales-para-dormir"
            },                    {
                "@type": "ListItem",
                "position": 8,
                "url": "https://www.herbolarionavarro.es/blog/agua-de-azahar-que-es-para-que-sirve-y-propiedades"
            },                    {
                "@type": "ListItem",
                "position": 9,
                "url": "https://www.herbolarionavarro.es/blog/alimentos-bajar-la-tension"
            }            ]
}
</script>
<script>
    function setupHeaderObserver() {
        let header = document.querySelector('.js-page-header'), navigation = document.querySelector('#header');
        document.documentElement.style.setProperty('--header-size', header.clientHeight + 'px');
        document.documentElement.style.setProperty('--navigation-size', navigation.clientHeight + 'px');

        function fireEvent(stuck) {
            window.dispatchEvent(new CustomEvent("header-sticky-change", {detail: stuck}));
        }

        const observer = new IntersectionObserver(
            ([e]) => fireEvent(e.intersectionRatio < 1), {threshold: [1]}
        );

        observer.observe(header);
    }
</script>

<script type="text/javascript">
    function outdatedBrowserPopup() {
        return {
            elementId: 'outdated-browser-popup',
            closeElement: '[data-close-outdated-browser-popup]',
            cookieName: 'outdated_browser_popup',
            cookieValue: 'outdated_browser_popup_closed',
            cookieLifetime: 86400,
            opened: false,
            close: function() {
                let cookieExpires = this.cookieLifetime / 60 / 60 / 24;
                hyva.setCookie(this.cookieName, this.cookieValue, cookieExpires);
                this.opened = false;
                this.toggle();
            },
            isSupported: function() {
                let browser = {};
                let unsupportedBrowsers = {"Chrome":"79","Firefox":"73","IE":"11","Edge":"18","Opera":"58","Safari":"12"};

                browser = (function () {
                    let userAgent = navigator.userAgent,
                        browserInfo,
                        browserMatched =
                            userAgent.match(
                                /(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i
                            ) || [];

                    if (/trident/i.test(browserMatched[1])) {
                        browserInfo = /\brv[ :]+(\d+)/g.exec(userAgent) || [];
                        return {name: "IE", version: browserInfo[1] || ""};
                    }

                    if (/msie/i.test(browserMatched[1])) {
                        browserMatched[1] = "IE"
                    }

                    if (browserMatched[1] === "Chrome") {
                        browserInfo = userAgent.match(/\b(OPR|Edge)\/(\d+)/);

                        if (browserInfo) {
                            return {name: browserInfo[1].replace("OPR", "Opera"), version: browserInfo[2]};
                        }
                    }

                    if (/ucbrowser/i.test(userAgent)) {
                        browserInfo = userAgent.match(/\b(UCBrowser)\/(\d+)/i);

                        if (browserInfo) {
                            return {name: browserInfo[1], version: browserInfo[2]};
                        }
                    }

                    if (/miuibrowser/i.test(userAgent)) {
                        browserInfo = userAgent.match(/\b(MiuiBrowser)\/(\d+)/i);

                        if (browserInfo) {
                            return {name: browserInfo[1], version: browserInfo[2]};
                        }
                    }

                    if (/instagram/i.test(userAgent)) {
                        return {name: "Instagram", version: 1};
                    }

                    browserMatched = browserMatched[2] ? [browserMatched[1], browserMatched[2]]
                        : [navigator.appName, navigator.appVersion, "-?"];

                    if ((browserInfo = userAgent.match(/version\/(\d+)/i))) {
                        browserMatched.splice(1, 1, browserInfo[1]);
                    }

                    return {name: browserMatched[0], version: browserMatched[1]};
                })();

                return !unsupportedBrowsers[browser.name] || parseInt(browser.version) > parseInt(unsupportedBrowsers[browser.name]);
            },
            init: function() {
                this.opened = !hyva.getCookie(this.cookieName) && !this.isSupported();
                this.registerListeners();
                this.toggle();
            },
            toggle: function() {
                if (this.opened) {
                    document.getElementById(this.elementId).style.display = 'block';
                } else {
                    document.getElementById(this.elementId).style.display = 'none';
                }
            },
            registerListeners: function() {
                var self = this;
                var closeElements = document.querySelectorAll(''+this.closeElement+'');
                closeElements.forEach(function(element) {
                    element.addEventListener('click', function() {
                        self.close();
                    });
                });
            }
        }
    };

    document.addEventListener('DOMContentLoaded', function() {
        outdatedBrowserPopup().init();
    });
</script>
<style>
    @media (min-width: 768px) {
        .outdated-browser-popup__zero-widh-space {
            vertical-align: middle;
            display: inline-block;
            height: 100vh;
        }
    }

    @media (min-width: 768px) {
        .outdated-browser-popup__content {
            margin-top: 2rem;
            margin-bottom: 2rem;
            max-width: 42rem;
            justify-content: center;
            padding: 2rem;
        }
    }

    @media (max-width: 768px) {
        .outdated-browser-popup__content {
            padding-top: 2.5rem;
            padding-bottom: 1rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }
</style>

<div id="outdated-browser-popup" style="display:none;" aria-haspopup="true" aria-expanded="true">
    <div style="overflow-y: auto; z-index: 40; top: 0; right: 0; left: 0; bottom: 0; position: fixed;"
         aria-labelledby="modal-title"
         aria-modal="true">
        <div style="justify-content: center;align-items: center;min-height: 100vh; display: flex;">
            <div data-close-outdated-browser-popup
                 style="position: fixed;top: 0; bottom: 0; left: 0; right: 0; display: flex; background-color: rgb(22,23,26); opacity: 0.25;"
                 aria-hidden="true"></div>

            <span class="outdated-browser-popup__zero-widh-space" aria-hidden="true">&ZeroWidthSpace;</span>

            <div class="outdated-browser-popup__content"
                style="position: absolute; bottom: 0;display: flex; width: 100%; transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); flex-direction: column; overflow: hidden; opacity: 1;background-color: rgb(255,255,255);transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: .15s;"
                mcclane-data="outdated-browser-content">
                <button data-close-outdated-browser-popup aria-label="Close panel"
                        style="position: absolute; top: 0; right: 0; padding: 1rem; color: black; transition: all 150ms ease-in-out;"
                        mcclane-data="outdated-browser-close">
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-6 h-6" width="24" height="24"><path d="M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"/></svg>
                </button>
                <div class="o-container o-container-a1b20270-66db-4b29-bf4d-f325777c5f1b full-width                             "><div class="m-characteristic flex text-left&#x20;items-start&#x20;flex-col&#x20;space-y-2&#x20;md&#x3A;flex-col&#x20;md&#x3A;space-y-2&#x20;md&#x3A;text-left&#x20;md&#x3A;items-start&#x20;&#x20;text-danger">
        <span class="u-link inline-block" x-data="" x-defer="intersect">
        <div class="a-icon w-5 h-5  "><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="currentColor" class="w-full h-full" width="18" height="18"><path d="M225.9,102.8c-3.8-3.9-7.7-8-9.2-11.5s-1.4-8.7-1.5-14c-.1-9.7-.3-20.8-8-28.5s-18.8-7.9-28.5-8c-5.3-.1-10.7-.2-14-1.5s-7.6-5.4-11.5-9.2C146.3,23.5,138.4,16,128,16s-18.3,7.5-25.2,14.1c-3.9,3.8-8,7.7-11.5,9.2s-8.7,1.4-14,1.5c-9.7.1-20.8.3-28.5,8s-7.9,18.8-8,28.5c-.1,5.3-.2,10.7-1.5,14s-5.4,7.6-9.2,11.5C23.5,109.7,16,117.6,16,128s7.5,18.3,14.1,25.2c3.8,3.9,7.7,8,9.2,11.5s1.4,8.7,1.5,14c.1,9.7.3,20.8,8,28.5s18.8,7.9,28.5,8c5.3.1,10.7.2,14,1.5s7.6,5.4,11.5,9.2c6.9,6.6,14.8,14.1,25.2,14.1s18.3-7.5,25.2-14.1c3.9-3.8,8-7.7,11.5-9.2s8.7-1.4,14-1.5c9.7-.1,20.8-.3,28.5-8s7.9-18.8,8-28.5c.1-5.3.2-10.7,1.5-14s5.4-7.6,9.2-11.5c6.6-6.9,14.1-14.8,14.1-25.2S232.5,109.7,225.9,102.8Zm-11.6,39.3c-4.8,5-9.7,10.2-12.4,16.5s-2.6,13.1-2.7,19.8-.2,14.4-3.3,17.5-10.4,3.2-17.5,3.3-13.7.2-19.8,2.7-11.5,7.6-16.5,12.4S132,224,128,224s-9.1-4.9-14.1-9.7-10.2-9.7-16.5-12.4-13.1-2.6-19.8-2.7-14.4-.2-17.5-3.3-3.2-10.4-3.3-17.5-.2-13.7-2.7-19.8-7.6-11.5-12.4-16.5S32,132,32,128s4.9-9.1,9.7-14.1,9.7-10.2,12.4-16.5,2.6-13.1,2.7-19.8.2-14.4,3.3-17.5,10.4-3.2,17.5-3.3,13.7-.2,19.8-2.7,11.5-7.6,16.5-12.4S124,32,128,32s9.1,4.9,14.1,9.7,10.2,9.7,16.5,12.4,13.1,2.6,19.8,2.7,14.4.2,17.5,3.3,3.2,10.4,3.3,17.5.2,13.7,2.7,19.8,7.6,11.5,12.4,16.5S224,124,224,128,219.1,137.1,214.3,142.1ZM120,136V80a8,8,0,0,1,16,0v56a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,172Z"/></svg>
<!-- Deprecated method only used for retrocompatibility --></div>    </span>
    <div class="m-characteristic__text">
                    </div>
</div><div class="                           left w-full m-heading" >
    
            <div class="        pb-1    lg:pb-2              m-heading__title">
            <div class="font-primary text-2xl md:text-4xl font-bold                            "  >
<p>Actualice su navegador</p></div>        </div>
    
    
            <div class="                          m-heading__description">
            <div class="font-primary text-md  font-light                            "  >
<p>La versión de este navegador es muy antigua, puede que los contenidos de esta web no se muestren correctamente.</p></div>        </div>
    </div></div>            </div>
        </div>
    </div>
</div>


<script>
window.interdeal = {
    "sitekey": "80ff1ed7574b779ec7999fcb922cedce", "Position": "left", "domains": { "js": "https://cdn.equalweb.com/", "acc": "https://access.equalweb.com/" }, "Menulang": "ES", "btnStyle": { "vPosition": [ "80%", "20%" ], "scale": [ "0.5", "0.5" ], "color": { "main": "#767d00", "second": "#ffffff" }, "icon": { "type": 11, "shape": "circle" } } };
(function(doc, head, body){
    var coreCall             = doc.createElement('script');
    coreCall.src             = interdeal.domains.js + 'core/4.6.12/accessibility.js';
    coreCall.defer           = true;
    coreCall.integrity       = 'sha512-tbmzeMlPGqU0SEFXwKxqHdaa9SnF4EjTai5LCahOcN9KSTIo9LRscxtii6TZ0MSooxl73IZg2cj6klk8wBm0hg==';
    coreCall.crossOrigin     = 'anonymous';
    coreCall.setAttribute('data-cfasync', true );
    body? body.appendChild(coreCall) : head.appendChild(coreCall);
})(document, document.head, document.body);
</script>

<script>
    document.addEventListener('doofinder.cart.add', (event) => {
        try {
            const { group_id, title, amount } = event.detail;
            addProductToCart(group_id, title, amount);
        } catch (error) {
            console.error('Error adding product to cart:', error.message);
        }
    });

    function dispatchMessage(type, message, timeout) {
        typeof window.dispatchMessages !== "undefined" && window.dispatchMessages(
            [{
                type: type,
                text: message,
            }],
            timeout
        );
    }

    function addProductToCart(sku, title, qty) {

        window.RocketAjaxCart.addProductToCart(sku, qty).then(() => {
            dispatchMessage("success", "Añadiste %1 a tu cesta.".replace("%1", title), 3000);
        }).catch((error) => {
            dispatchMessage("error", error, 3000);
        }).finally(() => {
            window.dispatchEvent(new CustomEvent("reload-customer-section-data"));
        });
    }
</script>
</div></body>
</html>
