/* Shared full-width Magic Rings treatment for the compact logo header. */
.site-header .cat_menu,
header .cat_menu,
.cat_menu {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.cat_menu > .container {
  position: relative;
  z-index: 2;
}

.cat_menu .logo,
.cat_menu .navbar-brand {
  position: relative;
  z-index: 3;
}

.header-magic-rings {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 120px;
  overflow: hidden;
  mix-blend-mode: normal;
  pointer-events: none;
  transform: translate3d(0, -50%, 0);
}

.header-magic-rings canvas {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 767px), (prefers-reduced-motion: reduce) {
  .header-magic-rings {
    display: none;
  }
}
