/* ── HEADER ── */
.site-header{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(10,15,29,.75);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,240,255,.1);height:68px;transition:background .3s}
.site-header.scrolled{background:rgba(10,15,29,.97)}
.hdr-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;gap:20px}
.hdr-logo-img{height:44px;width:auto;object-fit:contain}
/* Custom logo de WordPress — forzar tamaño siempre */
.hdr-logo .custom-logo-link,
.hdr-logo a{display:flex!important;align-items:center!important;line-height:1!important}
.hdr-logo .custom-logo,
.hdr-logo img,
.site-header img{height:44px!important;width:auto!important;max-width:160px!important;max-height:44px!important;object-fit:contain!important;display:block!important}
/* Evitar que WP FSE o bloques rendericen logo grande */
.wp-block-site-logo img,
.wp-block-site-logo a{max-height:44px!important;width:auto!important}
.hdr-nav{display:flex;gap:1.6rem;margin-left:auto}
.hdr-link{font-size:.88rem;font-weight:500;color:rgba(255,255,255,.5);letter-spacing:.4px;transition:color .2s}
.hdr-link:hover,.hdr-link.active{color:#fff}
.hdr-actions{display:flex;align-items:center;gap:12px}
.hdr-wallet{display:flex;align-items:center;gap:7px;background:rgba(0,240,255,.07);border:1px solid rgba(0,240,255,.2);border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600;color:var(--cyan);transition:all .2s}
.hdr-wallet:hover{background:rgba(0,240,255,.12)}
.wallet-dot{width:6px;height:6px;border-radius:50%;background:#10b981;flex-shrink:0}
.wallet-label{font-size:11px;color:var(--muted)}
.hdr-account svg,.hdr-cart svg{width:22px;height:22px;stroke:rgba(255,255,255,.55);transition:stroke .2s}
.hdr-account:hover svg,.hdr-cart:hover svg{stroke:#fff}
.hdr-cart{position:relative}
.cart-badge{position:absolute;top:-6px;right:-6px;background:var(--red);color:#fff;width:16px;height:16px;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}
.hdr-cta{background:var(--red);color:#fff;padding:.5rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:700;box-shadow:var(--gred);transition:transform .2s,box-shadow .2s;white-space:nowrap}
.hdr-cta:hover{transform:scale(1.05);box-shadow:0 0 28px rgba(229,9,20,.75);color:#fff}
/* Hamburguesa */
.hdr-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:4px;margin-left:auto}
.hdr-toggle span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:all .3s}
