
/* v10.3.10 — هدر هرگز روی محتوا ننشیند */
:root{--header-h:72px;--sr-hh:72px}
#site-header,
#site-header.sotoudeh-theme-header,
#site-header.sr-header,
header.sotoudeh-theme-header,
header.sr-header,
header.site-header,
.site-header{
  position:sticky!important;
  top:0!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  z-index:1000!important;
  transform:none!important;
  margin:0!important;
  inset:auto!important;
}
body.admin-bar #site-header,
body.admin-bar header.sotoudeh-theme-header,
body.admin-bar .site-header{
  top:32px!important;
}
@media(max-width:782px){
  body.admin-bar #site-header,
  body.admin-bar header.sotoudeh-theme-header,
  body.admin-bar .site-header{top:46px!important}
}
#main.site-main,
main#main,
.site-main{
  padding-top:0!important;
  margin-top:0!important;
}
.sr-header-offset{display:block;width:100%;height:0;pointer-events:none;flex-shrink:0}
/* جلوگیری از negative margin هیرو که زیر هدر می‌رود */
.elementor-location-header + #main,
.elementor-location-header + .sr-header-offset + #main{
  padding-top:0!important;
}
