/**
 * Sticky header: ~20% shorter bar by trimming vertical white space only.
 * Logo, search field and icons keep their size.
 */

@media screen and (min-width: 768px) {
  html:not(.mobile) #box_wce_sticky-header.emag-sticky-compact.wce_visible {
    --emag-header-sticky-pad-y-compact: 2px;
    --emag-header-logo-bar-pad-y-compact: 3px;
    padding-top: var(--emag-header-sticky-pad-y-compact) !important;
    padding-bottom: var(--emag-header-sticky-pad-y-compact) !important;
    transition: padding 0.2s ease;
  }

  html:not(.mobile) #box_wce_sticky-header.emag-sticky-compact.wce_visible > .container {
    min-height: 0 !important;
    padding-top: var(--emag-header-logo-bar-pad-y-compact) !important;
    padding-bottom: var(--emag-header-logo-bar-pad-y-compact) !important;
    transition: padding 0.2s ease;
  }
}
