/* Encabezado únicamente. No redefine tipografías o layout del resto de Storefront. */
.site-header{padding-top:0!important;padding-bottom:0!important;border-bottom:1px solid #eee;background:#fff!important;color:#28231f}
.site-header>.col-full{max-width:none;margin:0;padding:0}
.site-header .mdr-header-row,.site-header .mdr-header-row *{box-sizing:border-box}
.mdr-announcement{background:var(--mdr-announcement-bg,#5c3a28);color:#fff;text-align:center;padding:12px 20px;font-family:'Cormorant Garamond',serif;font-size:18px;font-weight:600;letter-spacing:.65px;line-height:1.4}
.mdr-announcement p{margin:0}
.mdr-header-row{max-width:1440px;margin:0 auto;padding:26px 32px;min-height:110px;display:flex;gap:34px;align-items:center;font-family:Inter,sans-serif;font-size:15px;line-height:1.5;position:relative;z-index:30;color:#28231f;background:white}
.mdr-header-brand{flex:0 0 185px}.mdr-header-brand a{display:block;color:inherit;text-decoration:none;font-family:'Cormorant Garamond',serif;font-size:34px}
.mdr-header-brand img{width:auto;max-width:185px;max-height:64px;height:auto;display:block}
.mdr-primary-nav{flex:1;min-width:0}.mdr-menu,.mdr-menu .sub-menu{list-style:none;padding:0;margin:0}
.mdr-menu{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.mdr-menu li{position:relative;margin:0}.mdr-menu a{display:block;padding:10px 0;color:#28231f!important;text-decoration:none;font-weight:400;white-space:nowrap}
.mdr-menu a:hover,.mdr-menu .current-menu-item>a{text-decoration:underline;text-underline-offset:6px}
.mdr-menu .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:250px;background:#fff;border:1px solid #e5ded4;box-shadow:0 8px 20px #28231f12;z-index:40;padding:8px}
.mdr-menu .sub-menu a{padding:10px 12px;white-space:normal}.mdr-menu .sub-menu .sub-menu{left:100%;top:0}
.mdr-menu li:hover>.sub-menu,.mdr-menu li:focus-within>.sub-menu,.mdr-menu li.mdr-sub-open>.sub-menu{display:block}
.mdr-menu .menu-item-has-children>a{padding-right:24px}
.mdr-sub-toggle{position:absolute;right:0;top:10px;padding:0;width:20px;height:24px;background:transparent!important;color:#28231f!important;border:0;cursor:pointer;font-size:15px}
.mdr-header-tools{display:flex;gap:20px;align-items:center;flex-shrink:0}
.site-header .mdr-icon-button{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:32px;min-height:44px;padding:4px;background:none;border:0;color:#171717;text-decoration:none;cursor:pointer}
.mdr-icon-button svg{width:26px;height:26px}.mdr-cart-count{position:absolute;right:-4px;bottom:2px;min-width:20px;height:20px;border-radius:50%;background:#171717;color:white;font-size:11px;display:grid;place-items:center;padding:0 4px}
.mdr-search summary{list-style:none}.mdr-search summary::-webkit-details-marker{display:none}.mdr-search-form{position:absolute;top:100%;right:25px;width:min(420px,calc(100vw - 32px));background:white;box-shadow:0 8px 20px #28231f22;border:1px solid #e5ded4;padding:20px;z-index:45}
.mdr-search-form label{display:block;margin-bottom:8px;font-size:13px}.mdr-search-form>div{display:flex;gap:8px}.mdr-search-form input[type=search]{width:100%;min-width:0;font:inherit;padding:10px;background:#faf5ee;border:1px solid #d6cfc5;box-shadow:none}
.mdr-search-form button{font:inherit;padding:10px 12px;background:#28231f;color:white;border:0}
.site-header .mdr-menu-toggle{display:none}.mdr-header-row [hidden]{display:none!important}
.mdr-header-row a:focus-visible,.mdr-header-row button:focus-visible,.mdr-header-row summary:focus-visible{outline:2px solid #aa3b2d;outline-offset:4px}
@media(max-width:1250px){.mdr-header-row{gap:22px;padding:20px 24px}.mdr-menu{gap:14px;font-size:13px}.mdr-header-brand{flex-basis:150px}.mdr-header-brand img{max-width:150px}.mdr-header-tools{gap:10px}}
@media(max-width:1000px){.mdr-announcement{font-size:13px;padding:9px 15px}.mdr-header-row{min-height:84px;flex-wrap:wrap;gap:12px;padding:15px 18px}.mdr-header-brand{flex:1}.mdr-header-brand img{max-width:145px;max-height:50px}.site-header .mdr-menu-toggle:not([hidden]){display:inline-flex}.mdr-primary-nav{order:4;flex-basis:100%}.mdr-menu{display:block;font-size:15px;padding-top:10px}.mdr-menu a{padding:12px 8px}.mdr-menu .sub-menu{position:static;box-shadow:none;border:0;border-left:1px solid #e5ded4;margin-left:15px;min-width:0}.mdr-menu .sub-menu .sub-menu{position:static}.mdr-sub-toggle{top:12px;width:36px}.mdr-header-tools{gap:8px}.mdr-icon-button svg{width:23px;height:23px}.mdr-header-tools .mdr-icon-button{min-width:32px}.mdr-search-form{right:16px}}
@media(prefers-reduced-motion:reduce){.mdr-header-row *{scroll-behavior:auto!important}}

/* Con JS, la visibilidad sigue aria-expanded; sin JS permanecen hover/focus. */
.mdr-enhanced .mdr-menu li>.sub-menu{display:none}
.mdr-enhanced .mdr-menu li.mdr-sub-open>.sub-menu{display:block}
