
@media(max-width:1024px){
  body.spu154-menu-open{overflow:hidden!important}
}
.spu154-dropdown-overlay{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  max-height:92vh!important;
  overflow-y:auto!important;
  background:#000!important;
  color:#fff!important;
  z-index:2147483647!important;
  box-shadow:0 28px 90px rgba(0,0,0,.95)!important;
  border-bottom:2px solid #d4af37!important;
  padding:18px!important;
  box-sizing:border-box!important;
  display:none;
}
.spu154-dropdown-overlay.spu154-open{display:block!important}
.spu154-dropdown-close{
  display:flex!important;
  justify-content:flex-end!important;
  color:#fff!important;
  font-size:34px!important;
  cursor:pointer!important;
  margin-bottom:12px!important;
}
.spu154-dropdown-content a{
  display:block!important;
  color:#d4af37!important;
  background:#050505!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:17px!important;
  font-weight:800!important;
  text-decoration:none!important;
  padding:15px 18px!important;
  border-radius:10px!important;
  margin:5px 0!important;
}
.spu154-dropdown-content a:hover{
  color:#fff!important;
  background:#151515!important;
}

/* v15.5 full panel black */
.spu154-dropdown-overlay,.spu154-dropdown-overlay.spu154-open,.spu154-dropdown-content{background:#000!important;background-color:#000!important;}
