
html{scroll-padding-top:92px!important;}
.site-chrome{
  position:sticky!important;
  top:0!important;
  z-index:5000!important;
  background:transparent!important;
  border-bottom:0!important;
  contain:none!important;
  isolation:isolate!important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.site-chrome .preheader{
  max-height:42px!important;
  min-height:28px!important;
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
  transition:max-height .18s ease,min-height .18s ease,opacity .16s ease,transform .16s ease,visibility .16s ease!important;
}
.site-chrome.is-scrolled{
  background:rgba(13,15,18,.58)!important;
  border-bottom:1px solid rgba(255,255,255,.07)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.20)!important;
}
.site-chrome.is-scrolled .preheader{
  max-height:0!important;
  min-height:0!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(-8px)!important;
  pointer-events:none!important;
  padding-top:0!important;
  padding-bottom:0!important;
  margin-top:0!important;
  margin-bottom:0!important;
}
.site-chrome .header-row{
  background:rgba(13,15,18,.64)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  transition:min-height .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.site-chrome.is-scrolled .header-row{
  min-height:62px!important;
  background:rgba(13,15,18,.74)!important;
  border-color:rgba(255,255,255,.11)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.24)!important;
}
body.drawer-open{
  overflow:hidden!important;
  touch-action:none!important;
}
.drawer{
  scroll-behavior:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
}
.drawer.open{
  opacity:1!important;
  pointer-events:auto!important;
}
.drawer-backdrop:not([hidden]){
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
}
body.drawer-open .sticky-cta,
body.drawer-open .hero-whatsapp-desktop,
body.drawer-open .messenger-float-1440,
body.drawer-open .mm-translate-box{
  opacity:0!important;
  pointer-events:none!important;
}
@media(max-width:760px){
  html{scroll-padding-top:84px!important;}
  .site-chrome .preheader{min-height:34px!important;}
  .site-chrome.is-scrolled .header-row{min-height:60px!important;}
  .drawer{
    top:74px!important;
    right:12px!important;
    left:auto!important;
    width:min(392px,calc(100vw - 24px))!important;
    max-height:calc(100dvh - 88px)!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .site-chrome,.site-chrome .preheader,.site-chrome .header-row,.drawer{transition:none!important;}
}
