
.dralys-top-deals-button{
  position:fixed;
  top:205px;
  right:12px;
  z-index:99992;
  display:flex;
  align-items:center;
  gap:7px;
  min-height:40px;
  padding:9px 13px;
  border:1px solid rgba(255,255,255,.88);
  border-radius:999px 0 0 999px;
  background:linear-gradient(135deg,#ff7400,#ff4d00);
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 10px 28px rgba(14,32,80,.24);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:13px;
  transition:transform .2s ease,box-shadow .2s ease;
}
.dralys-top-deals-button:hover{
  transform:translateX(-3px);
  box-shadow:0 14px 34px rgba(14,32,80,.32);
}
.dralys-top-deals-button span{font-size:17px;line-height:1}
.dralys-top-deals-button strong{font-weight:900;letter-spacing:.2px}

.admin-bar .dralys-top-deals-button{top:237px}

@media(max-width:782px){
  .dralys-top-deals-button{
    top:255px;
    right:0;
    min-height:38px;
    padding:8px 10px;
    border-radius:18px 0 0 18px;
  }
  .admin-bar .dralys-top-deals-button{top:301px}
  .dralys-top-deals-button strong{display:none}
}


/* v2.2 placement: below Dralys header/menu and above the USD switch */
@media (min-width:783px) and (max-width:1200px){
  .dralys-top-deals-button{top:220px}
  .admin-bar .dralys-top-deals-button{top:252px}
}

@media (max-width:782px){
  .dralys-top-deals-button{
    top:255px;
    right:0;
  }
  .admin-bar .dralys-top-deals-button{top:301px}
}
