.mbsc-header{position:sticky;top:0;z-index:99999;width:100%;background:rgba(255,255,255,.95);border-bottom:1px solid rgba(235,226,216,.95);box-shadow:0 8px 28px rgba(47,31,16,.06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mbsc-header__inner{display:grid;grid-template-columns:minmax(180px,.8fr) auto minmax(300px,.8fr);align-items:center;gap:30px;width:min(1440px,calc(100% - 64px));min-height:84px;margin-inline:auto}.mbsc-header__logo{display:inline-flex;align-items:center;width:fit-content;max-width:210px}.mbsc-header__logo img{display:block;width:100%;max-width:185px;height:54px;object-fit:contain;object-position:left center}.mbsc-header__nav{display:flex;justify-content:center}.mbsc-header__menu,.mbsc-header__mobile-menu{margin:0;padding:0;list-style:none}.mbsc-header__menu{display:flex;align-items:center;justify-content:center;gap:clamp(20px,2.1vw,36px)}.mbsc-header__menu li{position:relative}.mbsc-header__menu a{position:relative;display:block;padding:31px 0 27px;color:var(--mbsc-dark)!important;font-size:13px;font-weight:500;line-height:1;text-decoration:none!important;white-space:nowrap}.mbsc-header__menu a:after{content:"";position:absolute;right:50%;bottom:20px;left:50%;height:2px;background:linear-gradient(90deg,var(--mbsc-gold),var(--mbsc-primary));border-radius:20px;transition:.25s ease}.mbsc-header__menu a:hover,.mbsc-header__menu .current-menu-item>a{color:var(--mbsc-primary)!important}.mbsc-header__menu a:hover:after,.mbsc-header__menu .current-menu-item>a:after{right:0;left:0}.mbsc-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.mbsc-header__icon,.mbsc-cart-link,.mbsc-header__toggle{position:relative;display:flex;align-items:center;justify-content:center;width:43px;height:43px;padding:0;color:var(--mbsc-dark)!important;background:transparent;border:1px solid transparent;border-radius:50%;text-decoration:none!important;cursor:pointer;transition:.22s ease}.mbsc-header__icon:hover,.mbsc-cart-link:hover{color:var(--mbsc-primary)!important;background:#fff8ef;border-color:#ead2b4;transform:translateY(-2px)}.mbsc-header__icon svg,.mbsc-cart-link svg,.mbsc-header__toggle svg{width:22px;height:22px}.mbsc-cart-count{position:absolute;top:-3px;right:-3px;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;color:#fff;background:#df3d34;border:2px solid #fff;border-radius:20px;font-size:11px;font-weight:700;line-height:1}.mbsc-cart-count.is-empty{display:none}.mbsc-header__whatsapp{display:flex;align-items:center;gap:10px;min-height:49px;padding:8px 16px 8px 10px;color:#fff!important;background:linear-gradient(135deg,#ba7027,var(--mbsc-primary));border:1px solid var(--mbsc-primary);border-radius:12px;box-shadow:0 8px 19px rgba(168,90,10,.18);text-decoration:none!important}.mbsc-header__whatsapp>span:first-child{display:flex;align-items:center;justify-content:center;width:33px;height:33px;color:#fff;background:rgba(255,255,255,.15);border-radius:9px}.mbsc-header__whatsapp svg{width:21px;height:21px}.mbsc-header__whatsapp>span:last-child{display:flex;flex-direction:column}.mbsc-header__whatsapp small{color:rgba(255,255,255,.75);font-size:11px}.mbsc-header__whatsapp strong{margin-top:2px;color:#fff;font-size:12px;font-weight:600;white-space:nowrap}.mbsc-header__toggle{display:none;background:#fff8ef;border-color:#ead2b4;border-radius:10px}.mbsc-header__mobile{display:none;max-height:0;overflow:hidden;background:rgba(255,255,255,.99);border-top:1px solid transparent;opacity:0;transition:max-height .35s ease,opacity .25s ease}.mbsc-header__mobile.is-open{max-height:720px;border-top-color:var(--mbsc-border);opacity:1}.mbsc-header__mobile-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:min(100% - 28px,720px);margin:14px auto 0}.mbsc-header__mobile-menu a{display:flex;align-items:center;min-height:52px;padding:10px 13px;color:var(--mbsc-dark)!important;background:#fff;border:1px solid var(--mbsc-border);border-radius:12px;font-size:13px;font-weight:500;text-decoration:none!important}.mbsc-header__mobile-menu a:hover,.mbsc-header__mobile-menu .current-menu-item>a{color:var(--mbsc-primary)!important;background:#fffaf4;border-color:#e4c59e}.mbsc-header__mobile-wa{display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:11px;width:min(100% - 28px,720px);margin:10px auto 15px;padding:12px 14px;color:#fff!important;background:linear-gradient(135deg,#ba7027,var(--mbsc-primary));border-radius:13px;text-decoration:none!important}.mbsc-header__mobile-wa>svg{width:24px;height:24px}.mbsc-header__mobile-wa span{display:flex;flex-direction:column}.mbsc-header__mobile-wa small{color:rgba(255,255,255,.75);font-size:11px}.mbsc-header__mobile-wa strong{margin-top:2px;color:#fff;font-size:12px}@media(max-width:1200px){.mbsc-header__inner{grid-template-columns:minmax(155px,.7fr) auto minmax(230px,.7fr);gap:18px;width:calc(100% - 40px)}.mbsc-header__logo img{max-width:160px}.mbsc-header__menu{gap:18px}.mbsc-header__menu a{font-size:11px}.mbsc-header__whatsapp small{display:none}.mbsc-header__whatsapp strong{font-size:11px}}@media(max-width:991px){.mbsc-header__inner{display:flex;justify-content:space-between;gap:14px;width:calc(100% - 30px);min-height:70px}.mbsc-header__nav,.mbsc-header__whatsapp{display:none}.mbsc-header__logo img{max-width:155px;height:44px}.mbsc-header__toggle{display:flex}.mbsc-header__mobile{display:flex;flex-direction:column}}@media(max-width:480px){.mbsc-header__inner{width:calc(100% - 24px);min-height:64px}.mbsc-header__logo img{max-width:138px;height:39px}.mbsc-header__actions{gap:5px}.mbsc-header__icon,.mbsc-cart-link,.mbsc-header__toggle{width:37px;height:37px}.mbsc-header__mobile-menu{grid-template-columns:1fr}}
