.h420pro-header{
  --h420-bg:#fff;
  --h420-text:#111827;
  --h420-muted:#6b7280;
  --h420-border:#e5e7eb;
  --h420-accent:#111827;
  --h420-accent-2:#f3f4f6;
  --h420-shadow:0 18px 50px rgba(15,23,42,.10);
  --h420-drawer-width:360px;
  position:relative;
  z-index:999;
  background:var(--h420-bg);
  color:var(--h420-text);
  border-color:var(--h420-border);
  transition:background-color .22s ease,box-shadow .22s ease,transform .24s ease,backdrop-filter .22s ease;
}
.h420pro-header *{box-sizing:border-box}
.h420pro-header a{text-decoration:none}
.h420pro-full{width:100%}
.h420pro-sticky{position:relative}
.h420pro-sticky:not(.h420pro-fixed){top:auto!important}
.h420pro-sticky-placeholder{display:none;height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}
.h420pro-sticky-placeholder.h420pro-active{display:block}
.h420pro-sticky.h420pro-fixed{position:fixed!important;left:var(--h420-fixed-left,0px);top:var(--h420-fixed-top,var(--h420-sticky-offset,0px))!important;width:var(--h420-fixed-width,100%)!important;z-index:99990;box-shadow:var(--h420-shadow)}
body.admin-bar .h420pro-sticky.h420pro-fixed{top:calc(var(--h420-fixed-top,var(--h420-sticky-offset,0px)) + 32px)!important}
@media (max-width:782px){body.admin-bar .h420pro-sticky.h420pro-fixed{top:calc(var(--h420-fixed-top,var(--h420-sticky-offset,0px)) + 46px)!important}}
.h420pro-transparent{background:transparent}
.h420pro-solid-on-scroll.h420pro-transparent.h420pro-scrolled{background:var(--h420-bg);box-shadow:var(--h420-shadow)}
.h420pro-hide-on-scroll.h420pro-hidden{transform:translateY(-110%)}
.h420pro-inner{width:100%;max-width:1240px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.h420pro-main{min-height:72px}
.h420pro-shrink-on-scroll.h420pro-scrolled .h420pro-main{min-height:58px}
.h420pro-shrink-on-scroll.h420pro-scrolled .h420pro-inner{padding-top:8px;padding-bottom:8px}
.h420pro-shrink-on-scroll.h420pro-scrolled .h420pro-logo img{transform:scale(.92)}
.h420pro-brand{display:flex;align-items:center;flex:0 0 auto;min-width:0}
.h420pro-logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit;font-weight:800;font-size:22px;line-height:1;transition:color .18s ease}
.h420pro-logo img{display:block;max-width:100%;height:auto;width:150px;transition:transform .2s ease}
.h420pro-nav{display:flex;align-items:center;min-width:0}
.h420pro-menu{display:flex;align-items:center;gap:24px;list-style:none;padding:0;margin:0}
.h420pro-menu li{position:relative;margin:0}
.h420pro-nav a{display:inline-flex;align-items:center;text-decoration:none;color:inherit;font-weight:650;font-size:15px;line-height:1.15;transition:color .18s ease,opacity .18s ease}
.h420pro-nav a:hover,.h420pro-nav .current-menu-item>a{opacity:.78;color:var(--h420-accent)}
.h420pro-menu .sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:16px;padding:10px;box-shadow:var(--h420-shadow);list-style:none;margin:14px 0 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:80}
.h420pro-menu li:hover>.sub-menu,.h420pro-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.h420pro-menu .sub-menu a{display:flex;padding:10px 12px;color:#111827;border-radius:10px}
.h420pro-menu .sub-menu a:hover{background:#f8fafc}
.h420pro-actions,.h420pro-topbar-actions,.h420pro-mobile-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.h420pro-contact{display:inline-flex;align-items:center;gap:6px;text-decoration:none;color:inherit;font-weight:700;font-size:14px;white-space:nowrap}
.h420pro-contact-icon{display:inline-flex;align-items:center;justify-content:center}
.h420pro-whatsapp{padding:10px 14px;border-radius:999px;background:#25d366;color:#071b0d!important}
.h420pro-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:11px 18px;text-decoration:none;font-weight:800;font-size:14px;line-height:1;border-radius:999px;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}
.h420pro-btn svg,.h420pro-btn i{width:1em;height:1em;display:inline-flex;align-items:center}
.h420pro-btn:hover{transform:translateY(-1px);opacity:.92}
.h420pro-btn-primary{background:#111827;color:#fff}
.h420pro-btn-secondary{background:#f3f4f6;color:#111827}
.h420pro-btn-ghost{background:transparent;color:#111827;border:1px solid currentColor}
.h420pro-btn-link{background:transparent;color:#111827;border:0;padding-left:0;padding-right:0;min-height:auto}
.h420pro-socials{display:flex;align-items:center;gap:7px}
.h420pro-social{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f3f4f6;color:#111827;text-decoration:none;font-size:11px;font-weight:900}
.h420pro-search-toggle{width:38px;height:38px;border:0;border-radius:999px;background:var(--h420-accent-2);color:var(--h420-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:900;font-size:22px;line-height:1}
.h420pro-search-form{display:flex;align-items:center;gap:10px;width:100%}
.h420pro-search-form input{width:100%;min-height:46px;border:1px solid rgba(17,24,39,.12);border-radius:999px;padding:0 16px;background:#fff;color:#111827;font:inherit;outline:none}
.h420pro-search-form button{min-height:46px;border:0;border-radius:999px;padding:0 18px;background:var(--h420-accent);color:#fff;font-weight:800;cursor:pointer}
.h420pro-search-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:99999;align-items:flex-start;justify-content:center;padding:12vh 20px 20px}
.h420pro-search-open .h420pro-search-overlay{display:flex}
.h420pro-search-box{width:min(760px,100%);background:#fff;border-radius:24px;padding:30px;box-shadow:0 25px 80px rgba(0,0,0,.2);position:relative}
.h420pro-search-close,.h420pro-drawer-close{border:0;background:transparent;color:inherit;cursor:pointer;font-size:30px;line-height:1}
.h420pro-search-close{position:absolute;top:10px;right:14px}
.h420pro-mobile-toggle{display:none;align-items:center;gap:9px;border:0;background:transparent;color:inherit;font-weight:800;padding:8px;cursor:pointer;position:relative;z-index:100}
.h420pro-mobile-toggle span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:.2s ease}
.h420pro-mobile-toggle em{font-style:normal;font-size:13px}
.h420pro-hamburger-dots .h420pro-mobile-toggle span{width:5px;height:5px;border-radius:50%}
.h420pro-hamburger-dots .h420pro-mobile-toggle{gap:5px}
.h420pro-hamburger-minimal .h420pro-mobile-toggle span:nth-child(2){display:none}
.h420pro-open .h420pro-mobile-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.h420pro-open .h420pro-mobile-toggle span:nth-child(2){opacity:0}
.h420pro-open .h420pro-mobile-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.h420pro-mobile-drawer{display:none}
.h420pro-mobile-overlay{display:none}
.h420pro-drawer-close{display:none;position:absolute;top:18px;right:20px;z-index:3}
.h420pro-topbar{border-bottom:1px solid rgba(17,24,39,.08);font-size:13px}
.h420pro-topbar .h420pro-inner{min-height:42px;padding-top:8px;padding-bottom:8px}
.h420pro-announcement{background:#111827;color:#fff;font-size:14px;font-weight:700;text-align:center}
.h420pro-announcement a,.h420pro-announcement span{color:inherit;text-decoration:none;display:inline-flex;padding:0}
.h420pro-announcement .h420pro-inner{justify-content:center;min-height:38px;padding-top:8px;padding-bottom:8px}
.h420pro-layout-centered .h420pro-main{justify-content:center}
.h420pro-layout-centered .h420pro-brand{order:2}
.h420pro-layout-centered .h420pro-nav-primary{order:1}
.h420pro-layout-centered .h420pro-actions{order:3}
.h420pro-layout-split .h420pro-nav-secondary,.h420pro-layout-split .h420pro-nav-primary{flex:1}
.h420pro-layout-split .h420pro-nav-secondary .h420pro-menu{justify-content:flex-end;width:100%}
.h420pro-layout-split .h420pro-nav-primary .h420pro-menu{justify-content:flex-start;width:100%}
.h420pro-layout-stacked .h420pro-main{justify-content:center;flex-direction:column}
.h420pro-layout-stacked .h420pro-main>.h420pro-nav-primary{display:none}
.h420pro-stacked-menu{justify-content:center;padding-top:0}
.h420pro-layout-minimal .h420pro-main>.h420pro-nav{display:none!important}
.h420pro-layout-minimal .h420pro-mobile-toggle{display:inline-flex}
.h420pro-custom-html{max-width:1240px;margin:0 auto;padding:0 24px 12px}

/* Presets */
.h420pro-preset-irene{--h420-bg:#fff9ef;--h420-text:#243f3b;--h420-muted:#6d665d;--h420-border:#eee7e1;--h420-accent:#7c9663;--h420-accent-2:#f4efe4;--h420-shadow:0 14px 38px rgba(42,35,31,.08)}
.h420pro-preset-irene .h420pro-btn-primary{background:#7c9663;color:#fff}
.h420pro-preset-irene .h420pro-btn-secondary{background:#fff;color:#c9877e;border:1px solid rgba(201,123,118,.45)}
.h420pro-preset-irene .h420pro-btn-ghost{color:#c9877e;border-color:#c9877e}
.h420pro-preset-irene .h420pro-whatsapp{background:#e8f1e2;color:#4f6b45!important}
.h420pro-preset-medical{--h420-bg:#ffffff;--h420-text:#0f2f3d;--h420-muted:#5b7080;--h420-border:#e2edf2;--h420-accent:#1f7a8c;--h420-accent-2:#eef7f9}
.h420pro-preset-medical .h420pro-btn-primary{background:#1f7a8c;color:#fff}
.h420pro-preset-dark{--h420-bg:#111827;--h420-text:#f9fafb;--h420-muted:#cbd5e1;--h420-border:rgba(255,255,255,.12);--h420-accent:#ffffff;--h420-accent-2:rgba(255,255,255,.10)}
.h420pro-preset-dark .h420pro-menu .sub-menu,.h420pro-preset-dark .h420pro-mobile-drawer{background:#111827;color:#fff;border-color:rgba(255,255,255,.15)}
.h420pro-preset-dark .h420pro-btn-primary{background:#fff;color:#111827}
.h420pro-preset-dark .h420pro-btn-secondary{background:rgba(255,255,255,.10);color:#fff}
.h420pro-preset-dark .h420pro-search-toggle,.h420pro-preset-dark .h420pro-social{background:rgba(255,255,255,.10);color:#fff}
.h420pro-preset-glass{--h420-bg:rgba(255,255,255,.72);--h420-text:#111827;--h420-border:rgba(255,255,255,.45);--h420-accent:#111827;--h420-accent-2:rgba(255,255,255,.70);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}

/* Mobile engine */
.h420pro-is-mobile .h420pro-main>.h420pro-nav,
.h420pro-is-mobile .h420pro-actions,
.h420pro-is-mobile .h420pro-stacked-menu,
.h420pro-is-mobile .h420pro-topbar{display:none!important}
.h420pro-is-mobile .h420pro-mobile-toggle{display:inline-flex}
.h420pro-is-mobile .h420pro-main{justify-content:space-between}
.h420pro-is-mobile .h420pro-mobile-drawer{display:none;z-index:9999}
.h420pro-is-mobile.h420pro-open .h420pro-mobile-drawer{display:block}
.h420pro-is-mobile.h420pro-open.h420pro-has-overlay .h420pro-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:9998}
.h420pro-is-mobile .h420pro-mobile-drawer{background:#fff;color:#111827;border:1px solid rgba(17,24,39,.08);box-shadow:0 22px 70px rgba(15,23,42,.16);padding:18px}
.h420pro-is-mobile .h420pro-mobile-drawer-inner{display:flex;flex-direction:column;gap:16px}
.h420pro-is-mobile .h420pro-mobile-drawer .h420pro-nav{display:block}
.h420pro-is-mobile .h420pro-mobile-drawer .h420pro-menu{display:flex;flex-direction:column;align-items:stretch;gap:4px}
.h420pro-is-mobile .h420pro-mobile-drawer .h420pro-menu a{padding:12px 10px;border-radius:12px}
.h420pro-is-mobile .h420pro-mobile-drawer .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;margin:4px 0 4px 12px;padding:0;background:transparent}
.h420pro-is-mobile .h420pro-mobile-actions{margin-top:0;align-items:stretch;flex-direction:column}
.h420pro-is-mobile .h420pro-mobile-actions .h420pro-socials{justify-content:flex-start}
.h420pro-is-mobile .h420pro-btn,.h420pro-is-mobile .h420pro-contact{width:100%;justify-content:center}
.h420pro-is-mobile .h420pro-search-form-mobile{display:flex}
.h420pro-is-mobile.h420pro-drawer-dropdown .h420pro-mobile-drawer{position:absolute;left:16px;right:16px;top:calc(100% + 8px);border-radius:22px}
.h420pro-is-mobile.h420pro-drawer-offcanvas-right .h420pro-mobile-drawer,
.h420pro-is-mobile.h420pro-drawer-offcanvas-left .h420pro-mobile-drawer,
.h420pro-is-mobile.h420pro-drawer-fullscreen .h420pro-mobile-drawer{display:block;position:fixed;top:0;bottom:0;width:var(--h420-drawer-width);max-width:calc(100vw - 24px);border-radius:0;transition:transform .25s ease;overflow:auto;padding:70px 22px 24px}
.h420pro-is-mobile.h420pro-drawer-offcanvas-right .h420pro-mobile-drawer{right:0;transform:translateX(105%)}
.h420pro-is-mobile.h420pro-drawer-offcanvas-left .h420pro-mobile-drawer{left:0;transform:translateX(-105%)}
.h420pro-is-mobile.h420pro-drawer-offcanvas-right.h420pro-open .h420pro-mobile-drawer,
.h420pro-is-mobile.h420pro-drawer-offcanvas-left.h420pro-open .h420pro-mobile-drawer{transform:translateX(0)}
.h420pro-is-mobile.h420pro-drawer-fullscreen .h420pro-mobile-drawer{inset:0;width:100%;max-width:100%;transform:translateY(-105%)}
.h420pro-is-mobile.h420pro-drawer-fullscreen.h420pro-open .h420pro-mobile-drawer{transform:translateY(0)}
.h420pro-is-mobile.h420pro-drawer-offcanvas-right .h420pro-drawer-close,
.h420pro-is-mobile.h420pro-drawer-offcanvas-left .h420pro-drawer-close,
.h420pro-is-mobile.h420pro-drawer-fullscreen .h420pro-drawer-close{display:block}

@media (max-width:767px){
  .h420pro-inner{padding-left:18px;padding-right:18px}
  .h420pro-logo img{max-width:180px}
  .h420pro-mobile-toggle em{display:none}
  .h420pro-search-box{padding:26px 18px;border-radius:18px}
  .h420pro-search-form{flex-direction:column;align-items:stretch}
}

/* Ecommerce / Parafarmacia layout */
.h420pro-layout-ecommerce{
  --h420-bg:#ffffff;
  --h420-text:#243f3b;
  --h420-muted:#61736d;
  --h420-border:#dcebe4;
  --h420-accent:#243f3b;
  --h420-accent-hover:#2f665d;
  --h420-accent-2:#eef8f3;
  --h420-soft:#f7fbf8;
  --h420-shadow:0 14px 42px rgba(36,63,59,.12);
  --h420-ecom-container-width:1220px;
  --h420-ecom-container-gutter:32px;
  --h420-ecom-brand-col:260px;
  --h420-ecom-search-col:1fr;
  --h420-ecom-actions-col:245px;
  --h420-ecom-main-gap:22px;
  --h420-ecom-logo-width:66px;
  --h420-ecom-menu-gap:5px;
  --h420-ecom-mobile-button-size:46px;
  --h420-ecom-drawer-content-width:520px;
  --h420-ecom-mobile-menu-columns:1;
  --h420-ecom-mobile-menu-gap:9px;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  box-shadow:0 1px 0 rgba(36,63,59,.08);
}
.h420pro-preset-pharmacy{--h420-bg:#fff;--h420-text:#243f3b;--h420-muted:#61736d;--h420-border:#dcebe4;--h420-accent:#243f3b;--h420-accent-hover:#2f665d;--h420-accent-2:#eef8f3;--h420-soft:#f7fbf8;--h420-shadow:0 14px 42px rgba(36,63,59,.12)}
.h420pro-ecom-wrap{width:min(var(--h420-ecom-container-width,1220px),calc(100% - var(--h420-ecom-container-gutter,32px)));margin:0 auto;max-width:100%}
.h420pro-ecom-desktop{display:block}
.h420pro-ecom-mobile{display:none}
.h420pro-ecom-topbar{background:var(--h420-accent);color:#fff;font-size:13px;line-height:1.2}
.h420pro-ecom-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:9px 0}
.h420pro-ecom-trust{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.h420pro-ecom-trust span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;opacity:.96}
.h420pro-ecom-contact{display:flex;align-items:center;gap:14px;white-space:nowrap;font-weight:700}
.h420pro-ecom-contact .h420pro-contact{color:#fff;font-size:13px;font-weight:800}
.h420pro-ecom-contact .h420pro-whatsapp{background:transparent!important;color:#fff!important;padding:0;border-radius:0}
.h420pro-ecom-contact .h420pro-social{background:rgba(255,255,255,.12);color:#fff}
.h420pro-ecom-main{background:#fff;border-bottom:1px solid var(--h420-border)}
.h420pro-ecom-main-inner{display:grid;grid-template-columns:var(--h420-ecom-brand-col,260px) minmax(0,var(--h420-ecom-search-col,1fr)) var(--h420-ecom-actions-col,245px);align-items:center;gap:var(--h420-ecom-main-gap,22px);padding:17px 0}
.h420pro-ecom-brand{display:flex!important;align-items:center;gap:12px;min-width:0;color:var(--h420-accent);text-decoration:none;line-height:1.05}
.h420pro-ecom-brand img{width:var(--h420-ecom-logo-width,66px);max-width:var(--h420-ecom-logo-width,66px);height:auto;display:block;flex:0 0 auto}
.h420pro-ecom-brand-text{display:block;min-width:0}
.h420pro-ecom-brand strong{display:block;font-size:18px;letter-spacing:-.02em;color:var(--h420-accent);line-height:1.05;font-weight:900;white-space:normal}
.h420pro-ecom-brand small{display:block;margin-top:4px;color:var(--h420-muted);font-size:12px;font-weight:700;line-height:1.2}
.h420pro-ecom-search{min-width:0}
.h420pro-ecom-search-form{display:flex;align-items:center;border:1px solid var(--h420-border);background:var(--h420-soft);border-radius:999px;padding:5px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7);width:100%;gap:0}
.h420pro-ecom-search-form input[type="search"]{appearance:none;border:0!important;outline:0!important;background:transparent!important;width:100%;min-height:44px;font-size:15px;padding:12px 16px;color:var(--h420-text);box-shadow:none!important;border-radius:999px}
.h420pro-ecom-search-form input[type="search"]::placeholder{color:#7b8b86}
.h420pro-ecom-search-form button{border:0;border-radius:999px;background:var(--h420-accent);color:#fff;font-weight:900;font-size:14px;padding:12px 20px;cursor:pointer;white-space:nowrap;min-height:44px;min-width:var(--h420-ecom-search-btn-width,auto);transition:.18s ease}
.h420pro-ecom-search-form button:hover{background:var(--h420-accent-hover);transform:translateY(-1px)}
.h420pro-ecom-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}
.h420pro-ecom-pill,.h420pro-layout-ecommerce .h420pro-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--h420-border);background:#fff;color:var(--h420-accent);border-radius:999px;padding:11px 14px;font-size:13px;font-weight:900;line-height:1;text-decoration:none;box-shadow:0 8px 22px rgba(36,63,59,.06);white-space:nowrap;transition:.18s ease}
.h420pro-layout-ecommerce .h420pro-btn-primary{background:var(--h420-accent);color:#fff;border-color:var(--h420-accent);box-shadow:0 10px 24px rgba(36,63,59,.14)}
.h420pro-layout-ecommerce .h420pro-btn:hover,.h420pro-ecom-pill:hover{transform:translateY(-1px);box-shadow:0 12px 26px rgba(36,63,59,.11);opacity:1}
.h420pro-ecom-nav{background:var(--h420-accent-2);border-bottom:1px solid var(--h420-border)}
.h420pro-ecom-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 0}
.h420pro-ecom-menu-wrap{min-width:0;overflow:visible}
.h420pro-ecom-menu-wrap .h420pro-nav{display:flex;width:100%}
.h420pro-ecom-menu-wrap .h420pro-menu{display:flex;align-items:center;gap:var(--h420-ecom-menu-gap,5px);flex-wrap:wrap;list-style:none;margin:0;padding:0}
.h420pro-ecom-menu-wrap .h420pro-menu a{font-size:14px;font-weight:900;color:var(--h420-accent);padding:9px 12px;border-radius:999px;transition:.18s ease;text-decoration:none;line-height:1.15}
.h420pro-ecom-menu-wrap .h420pro-menu a:hover,.h420pro-ecom-menu-wrap .current-menu-item>a{background:#fff;color:var(--h420-accent-hover);box-shadow:0 6px 18px rgba(36,63,59,.08);opacity:1}
.h420pro-ecom-menu-wrap .h420pro-menu .sub-menu{background:#fff;border-color:var(--h420-border)}
.h420pro-ecom-mini{display:flex;align-items:center;gap:10px;color:var(--h420-muted);font-size:13px;font-weight:900;white-space:nowrap}
.h420pro-layout-ecommerce .h420pro-search-overlay{display:none!important}

@media (max-width:1024px){
  .h420pro-ecom-main-inner{grid-template-columns:var(--h420-ecom-brand-col,190px) minmax(0,var(--h420-ecom-search-col,1fr)) var(--h420-ecom-actions-col,220px);gap:var(--h420-ecom-main-gap,14px)}
  .h420pro-ecom-brand strong{font-size:16px}
  .h420pro-ecom-brand img{width:var(--h420-ecom-logo-width,60px);max-width:var(--h420-ecom-logo-width,60px)}
  .h420pro-ecom-pill,.h420pro-layout-ecommerce .h420pro-btn{padding:10px 12px;font-size:12px}
  .h420pro-ecom-menu-wrap .h420pro-menu a{font-size:13px;padding:8px 10px}
}

@media (max-width:1024px){
  .h420pro-layout-ecommerce{background:#fff;box-shadow:0 1px 0 rgba(36,63,59,.08)}
  .h420pro-ecom-desktop{display:none!important}
  .h420pro-ecom-mobile{display:block;background:#fff;border-bottom:1px solid var(--h420-border)}
  .h420pro-ecom-wrap{width:min(100% - var(--h420-ecom-container-gutter,22px),var(--h420-ecom-container-width,520px));max-width:100%}
  .h420pro-ecom-mobile-top{background:var(--h420-accent);color:#fff;font-size:12px;font-weight:900;text-align:center;padding:8px 10px}
  .h420pro-ecom-mobile-main{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0}
  .h420pro-ecom-mobile .h420pro-ecom-brand img{width:var(--h420-ecom-logo-width,52px);max-width:var(--h420-ecom-logo-width,52px)}
  .h420pro-ecom-mobile .h420pro-ecom-brand strong{font-size:15px;max-width:165px;line-height:1.05}
  .h420pro-ecom-mobile .h420pro-ecom-brand small{font-size:11px}
  .h420pro-ecom-mobile-icons{display:flex;align-items:center;gap:8px;flex:0 0 auto}
  .h420pro-ecom-mobile-icon,.h420pro-ecom-menu-button{width:var(--h420-ecom-mobile-button-size,46px)!important;height:var(--h420-ecom-mobile-button-size,46px)!important;border-radius:999px!important;border:1px solid var(--h420-border)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;color:var(--h420-accent)!important;font-weight:900!important;font-size:18px!important;padding:0!important;min-height:var(--h420-ecom-mobile-button-size,46px)!important;box-shadow:none!important;line-height:1!important;text-decoration:none!important;flex:0 0 var(--h420-ecom-mobile-button-size,46px)!important}
  .h420pro-ecom-menu-button{cursor:pointer;background:var(--h420-accent)!important;color:#fff!important;border-color:var(--h420-accent)!important;gap:0!important;flex-direction:column!important;box-shadow:0 10px 24px rgba(36,63,59,.16)!important}
  .h420pro-ecom-menu-button span{display:block!important;width:18px!important;height:2px!important;margin:2px 0!important;background:currentColor!important;border-radius:2px!important;transform:none!important;opacity:1!important}
  .h420pro-ecom-menu-button em{display:none!important}
  .h420pro-open .h420pro-ecom-menu-button span:nth-child(1){transform:translateY(6px) rotate(45deg)!important}
  .h420pro-open .h420pro-ecom-menu-button span:nth-child(2){opacity:0!important}
  .h420pro-open .h420pro-ecom-menu-button span:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important}
  .h420pro-ecom-mobile-search{padding:0 0 12px}
  .h420pro-ecom-mobile-search .h420pro-ecom-search-form{border-radius:16px;overflow:hidden;padding:0;background:var(--h420-soft)}
  .h420pro-ecom-mobile-search .h420pro-ecom-search-form input[type="search"]{min-height:45px;padding:13px 14px;font-size:14px;border-radius:16px 0 0 16px}
  .h420pro-ecom-mobile-search .h420pro-ecom-search-form button{border-radius:0;min-height:45px;padding:0 18px;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center}
  .h420pro-ecom-mobile-search .h420pro-ecom-search-form button::after{content:none;display:none}
  .h420pro-layout-ecommerce.h420pro-is-mobile.h420pro-drawer-fullscreen .h420pro-ecom-drawer{inset:0!important;width:100vw!important;max-width:100vw!important;background:linear-gradient(180deg,#ffffff 0%,#eef8f3 100%)!important;color:var(--h420-text)!important;border:0!important;box-shadow:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding:18px 18px 32px!important;z-index:9999;transform:translateX(105%)!important;transition:transform .22s ease!important}
  .h420pro-layout-ecommerce.h420pro-is-mobile.h420pro-drawer-fullscreen.h420pro-open .h420pro-ecom-drawer{transform:translateX(0)!important}
  .h420pro-layout-ecommerce.h420pro-is-mobile.h420pro-open.h420pro-has-overlay .h420pro-mobile-overlay{background:rgba(36,63,59,.28);backdrop-filter:blur(2px)}
  .h420pro-ecom-close{display:flex!important;position:absolute!important;top:18px!important;right:18px!important;width:44px!important;height:44px!important;border-radius:999px!important;background:var(--h420-accent)!important;color:#fff!important;align-items:center!important;justify-content:center!important;font-size:24px!important;font-weight:900!important;z-index:5!important}
  .h420pro-ecom-drawer > :not(.h420pro-ecom-close){max-width:var(--h420-ecom-drawer-content-width,520px);margin-left:auto!important;margin-right:auto!important}
  .h420pro-ecom-drawer *{max-width:100%;min-width:0}
  .h420pro-ecom-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 auto 22px!important;min-height:48px;padding-right:58px}
  .h420pro-ecom-drawer-head .h420pro-ecom-brand img{width:var(--h420-ecom-logo-width,50px);max-width:var(--h420-ecom-logo-width,50px)}
  .h420pro-ecom-drawer-head .h420pro-ecom-brand strong{font-size:16px;color:var(--h420-accent)}
  .h420pro-ecom-drawer-search .h420pro-ecom-search-form{background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--h420-shadow);margin-bottom:18px;padding:0}
  .h420pro-ecom-drawer-search .h420pro-ecom-search-form input[type="search"]{min-height:50px;border-radius:18px 0 0 18px;padding:15px 14px;font-size:15px}
  .h420pro-ecom-drawer-search .h420pro-ecom-search-form button{border-radius:0;min-height:50px;padding:0 16px;font-weight:900}
  .h420pro-ecom-drawer-grid .h420pro-nav{display:block!important;width:100%}
  .h420pro-ecom-drawer-grid .h420pro-menu{display:grid!important;grid-template-columns:repeat(var(--h420-ecom-mobile-menu-columns,1),minmax(0,1fr))!important;gap:var(--h420-ecom-mobile-menu-gap,9px)!important;margin:16px auto 20px!important;padding:0!important;list-style:none!important;width:100%!important}
  .h420pro-ecom-drawer-grid .h420pro-menu li{margin:0!important;position:relative!important}
  .h420pro-ecom-drawer-grid .h420pro-menu a{display:flex!important;align-items:center!important;background:#fff!important;border:1px solid var(--h420-border)!important;border-radius:18px!important;padding:14px 16px!important;font-size:14px!important;font-weight:900!important;color:var(--h420-accent)!important;box-shadow:0 10px 24px rgba(36,63,59,.07)!important;line-height:1.25;text-decoration:none!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;width:100%!important;min-height:54px!important}
  .h420pro-ecom-drawer-grid .h420pro-menu .sub-menu{position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;box-shadow:none!important;border:0!important;margin:8px 0 0!important;padding:0!important;background:transparent!important;display:grid!important;gap:8px!important}
  .h420pro-ecom-drawer-secondary{margin:10px 0}
  .h420pro-ecom-quick-links{display:grid;gap:8px;margin-top:10px}
  .h420pro-ecom-quick-links a{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.72);border:1px solid var(--h420-border);border-radius:14px;padding:13px 14px;font-size:14px;font-weight:900;color:var(--h420-text);text-decoration:none}
  .h420pro-ecom-quick-links b{font-size:16px;color:var(--h420-accent)}
  .h420pro-ecom-drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}
  .h420pro-ecom-drawer-actions .h420pro-ecom-pill,.h420pro-ecom-drawer-actions .h420pro-btn{width:100%;min-height:44px}
  .h420pro-ecom-drawer-actions .h420pro-btn-primary{grid-column:1/-1}
  .h420pro-ecom-drawer-note{margin-top:18px;background:var(--h420-accent);color:#fff;border-radius:20px;padding:16px;font-size:13px;line-height:1.45}
  .h420pro-ecom-drawer-note strong{display:block;font-size:15px;margin-bottom:5px;color:#fff}
  .h420pro-ecom-drawer-note span{display:block;color:#fff}
}

/* v0.1.6: estilos ecommerce alternativos y widgets predefinidos */
.h420pro-ecom-prewidgets{display:grid;gap:var(--h420-ecom-widgets-gap,10px);width:min(var(--h420-ecom-container-width,1220px),calc(100% - var(--h420-ecom-container-gutter,32px)));margin:10px auto 12px}
.h420pro-ecom-prewidgets-desktop{grid-template-columns:repeat(3,minmax(0,1fr))}
.h420pro-ecom-prewidgets-mobile{width:100%;margin:14px 0 0}
.h420pro-ecom-prewidget{display:flex;align-items:center;gap:10px;border:1px solid var(--h420-border);background:#fff;color:var(--h420-text);border-radius:18px;text-decoration:none;box-shadow:0 10px 26px rgba(36,63,59,.07);overflow:hidden;transition:.18s ease}
.h420pro-ecom-prewidget:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(36,63,59,.11);opacity:1}
.h420pro-ecom-prewidget-media{display:block;width:62px;height:62px;border-radius:14px;overflow:hidden;background:var(--h420-soft);flex:0 0 62px}
.h420pro-ecom-prewidget-media img{width:100%;height:100%;object-fit:cover;display:block}
.h420pro-ecom-prewidget-content{display:block;min-width:0;line-height:1.25}
.h420pro-ecom-prewidget em{display:inline-flex;font-style:normal;font-size:11px;font-weight:900;color:var(--h420-accent);background:var(--h420-accent-2);border-radius:999px;padding:4px 8px;margin-bottom:6px}
.h420pro-ecom-prewidget strong{display:block;font-size:14px;font-weight:950;color:var(--h420-accent);margin-bottom:4px;letter-spacing:-.01em}
.h420pro-ecom-prewidget small{display:block;font-size:12px;color:var(--h420-muted);line-height:1.35}
.h420pro-ecom-prewidget b{display:inline-flex;margin-top:8px;font-size:12px;color:var(--h420-accent);font-weight:950}
.h420pro-ecom-drawer-layout{display:block;width:100%}
.h420pro-ecom-drawer-menu-col{min-width:0}
.h420pro-ecom-drawer-titlebar{display:none}

.h420pro-ecom-style-atida_clean.h420pro-layout-ecommerce{--h420-accent:#071334;--h420-accent-hover:#15204a;--h420-accent-2:#fff5f8;--h420-soft:#f8f8fb;--h420-border:#e8ebf2;--h420-text:#071334;--h420-muted:#5f6678;--h420-shadow:0 8px 22px rgba(7,19,52,.08)}
.h420pro-ecom-style-atida_clean .h420pro-ecom-topbar{background:#071334;color:#fff;font-size:12px}
.h420pro-ecom-style-atida_clean .h420pro-ecom-main{box-shadow:0 1px 0 rgba(7,19,52,.08);border-bottom:0}
.h420pro-ecom-style-atida_clean .h420pro-ecom-main-inner{padding:12px 0;grid-template-columns:var(--h420-ecom-brand-col,180px) minmax(240px,var(--h420-ecom-search-col,1fr)) var(--h420-ecom-actions-col,260px)}
.h420pro-ecom-style-atida_clean .h420pro-ecom-brand strong{font-size:16px;font-weight:850;letter-spacing:-.01em}
.h420pro-ecom-style-atida_clean .h420pro-ecom-brand small{display:none}
.h420pro-ecom-style-atida_clean .h420pro-ecom-search-form{background:#fff;border-color:#dde3ec;border-radius:4px;box-shadow:none;padding:0;overflow:hidden}
.h420pro-ecom-style-atida_clean .h420pro-ecom-search-form input[type="search"]{min-height:42px;border-radius:0;font-size:14px;padding:11px 14px}
.h420pro-ecom-style-atida_clean .h420pro-ecom-search-form button{border-radius:0;min-height:42px;background:#071334;font-size:13px;box-shadow:none}
.h420pro-ecom-style-atida_clean .h420pro-ecom-pill,.h420pro-ecom-style-atida_clean .h420pro-btn{border-radius:4px;box-shadow:none;border-color:#dde3ec;padding:10px 12px;font-size:12px}
.h420pro-ecom-style-atida_clean .h420pro-btn-primary{background:#071334!important;border-color:#071334!important;color:#fff!important}
.h420pro-ecom-style-atida_clean .h420pro-ecom-nav{background:#fff;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}
.h420pro-ecom-style-atida_clean .h420pro-ecom-nav-inner{padding:0}
.h420pro-ecom-style-atida_clean .h420pro-ecom-menu-wrap .h420pro-menu{gap:0;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
.h420pro-ecom-style-atida_clean .h420pro-ecom-menu-wrap .h420pro-menu::-webkit-scrollbar{display:none}
.h420pro-ecom-style-atida_clean .h420pro-ecom-menu-wrap .h420pro-menu a{border-radius:0;padding:15px 16px;font-size:13px;font-weight:750;color:#071334;white-space:nowrap}
.h420pro-ecom-style-atida_clean .h420pro-ecom-menu-wrap .h420pro-menu a:hover{box-shadow:none;background:#fff5f8;color:#071334}
.h420pro-ecom-style-atida_clean .h420pro-ecom-mini{font-size:12px;color:#071334;font-weight:750}
.h420pro-ecom-style-atida_clean .h420pro-ecom-prewidgets-desktop{display:flex;gap:12px;margin-top:0;margin-bottom:0;padding:10px 0;background:#fff}
.h420pro-ecom-style-atida_clean .h420pro-ecom-prewidgets-desktop .h420pro-ecom-prewidget{max-width:330px;border-radius:6px;box-shadow:none;background:#fff7f9;border-color:#f0dfe7}

@media (max-width:1024px){
  .h420pro-ecom-drawer-titlebar{display:flex;align-items:center;justify-content:space-between;margin:0 auto 16px!important;max-width:var(--h420-ecom-drawer-content-width,520px);min-height:44px;padding:0 58px 0 0}
  .h420pro-ecom-drawer-titlebar strong{display:block;font-size:18px;font-weight:950;color:var(--h420-accent)}
  .h420pro-ecom-drawer-layout{max-width:var(--h420-ecom-drawer-content-width,520px);margin-left:auto!important;margin-right:auto!important}
  .h420pro-ecom-prewidgets-mobile{display:grid;grid-template-columns:1fr;gap:var(--h420-ecom-widgets-gap,10px)}
  .h420pro-ecom-prewidgets-mobile .h420pro-ecom-prewidget{min-height:76px}

  .h420pro-ecom-style-atida_clean .h420pro-ecom-mobile-top{background:#071334;color:#fff;font-size:11px;padding:7px 10px}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-mobile-main{padding:10px 0}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-mobile .h420pro-ecom-brand strong,.h420pro-ecom-style-atida_clean .h420pro-ecom-mobile .h420pro-ecom-brand small{display:none}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-mobile-icon,.h420pro-ecom-style-atida_clean .h420pro-ecom-menu-button{border-radius:4px!important;border-color:#e0e5ee!important;background:#fff!important;color:#071334!important;box-shadow:none!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-menu-button{background:#071334!important;color:#fff!important;border-color:#071334!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-mobile-search .h420pro-ecom-search-form{background:#fff;border:1px solid #dde3ec;border-radius:4px;box-shadow:none}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-mobile-search .h420pro-ecom-search-form input[type="search"]{border-radius:0;min-height:42px;font-size:14px}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-mobile-search .h420pro-ecom-search-form button{background:#071334;min-height:42px;border-radius:0}
  .h420pro-ecom-style-atida_clean.h420pro-is-mobile.h420pro-drawer-fullscreen .h420pro-ecom-drawer{background:#fff!important;padding:0 0 32px!important;overflow-x:hidden!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-titlebar{display:flex!important;position:sticky;top:0;z-index:10;max-width:none!important;width:100%!important;background:#071334;color:#fff;min-height:44px;margin:0 0 18px!important;padding:0 12px 0 16px!important;border-bottom:0!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-titlebar strong{font-size:14px;color:#fff;font-weight:900;margin:0 auto;text-align:center}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-close{position:static!important;width:34px!important;height:34px!important;border-radius:2px!important;background:transparent!important;color:#fff!important;font-size:24px!important;box-shadow:none!important;border:0!important;order:2}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-head{max-width:calc(100% - 32px)!important;margin:0 auto 18px!important;padding:0!important;min-height:32px}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-head .h420pro-ecom-brand strong,.h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-head .h420pro-ecom-brand small{display:none}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-search{max-width:calc(100% - 32px)!important;margin:0 auto 14px!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-search .h420pro-ecom-search-form{border-radius:4px;box-shadow:none;border:1px solid #dde3ec;background:#fff;margin-bottom:0}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-search .h420pro-ecom-search-form input[type="search"],.h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-search .h420pro-ecom-search-form button{min-height:42px;border-radius:0;font-size:14px}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-layout{max-width:calc(100% - 32px)!important;width:calc(100% - 32px)!important;margin:0 auto!important;display:grid;grid-template-columns:minmax(0,1fr);gap:14px;overflow:hidden}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-grid .h420pro-menu{display:block!important;margin:0!important;padding:0!important;border-top:1px solid #eef1f5!important;gap:0!important;width:100%!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-grid .h420pro-menu li{border-bottom:1px solid #eef1f5!important;margin:0!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-grid .h420pro-menu a{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:44px!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#071334!important;font-size:13px!important;font-weight:760!important;padding:12px 2px!important;white-space:normal!important;overflow-wrap:anywhere!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-grid .h420pro-menu a::after{content:'›';font-size:20px;color:#6d7280;margin-left:12px;line-height:1}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-grid .h420pro-menu .sub-menu{display:block!important;margin:0 0 8px 12px!important;border-left:1px solid #edf0f4!important;padding-left:10px!important;background:transparent!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-grid .h420pro-menu .sub-menu a{min-height:36px!important;font-size:12px!important;color:#4f5668!important;padding:8px 0!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-quick-links{border-top:1px solid #eef1f5;margin-top:12px;padding-top:12px;gap:0}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-quick-links a{border:0;border-bottom:1px solid #eef1f5;border-radius:0;background:#fff;padding:12px 0;box-shadow:none;font-size:13px;color:#071334}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-actions{grid-template-columns:1fr 1fr;margin-top:14px}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-actions .h420pro-ecom-pill,.h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-actions .h420pro-btn{border-radius:4px;box-shadow:none}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-prewidgets-mobile{gap:10px;margin-top:2px}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-prewidget{border-radius:6px;border-color:#f0dfe7;background:#fff7f9;box-shadow:none;min-height:68px;padding:10px!important}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-prewidget-media{width:54px;height:54px;border-radius:4px}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-prewidget em{background:#fff;color:#071334;border:1px solid #f0dfe7;border-radius:3px;font-size:10px;padding:3px 6px}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-prewidget strong{font-size:13px;color:#071334}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-prewidget small{font-size:11px;color:#5f6678}
  .h420pro-ecom-style-atida_clean .h420pro-ecom-drawer-note{display:none}
}


/* 0.1.8: evita que el botón móvil de búsqueda muestre el texto duplicado Buscar + Ir. */
@media (max-width:767px){
  .h420pro-ecom-mobile-search .h420pro-ecom-search-form button{font-size:14px!important;line-height:1!important}
  .h420pro-ecom-mobile-search .h420pro-ecom-search-form button::after{content:none!important;display:none!important}
}
