
@media (max-width: 768px) {

  body .bg-white.sticky.top-0.w-full.z-30:has(.default_header),
  body .bg-white.sticky.top-0.w-full.z-30:has(.default_header_container) {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;

    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  body .default_header,
  body .default_header_container {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  body .default_header a,
  body .default_header button {
    color: #FFF8F1 !important;
  }

  body .default_header_logo {
    position: relative !important;
  }

  body .default_header_logo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 115px;
    height: 62px;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;

    background: radial-gradient(
      ellipse at center,
      rgba(244, 197, 66, .24) 0%,
      rgba(244, 197, 66, .10) 40%,
      transparent 75%
    );

    filter: blur(11px);
  }
}
