/* STL BEAST Phase 25 final polish */
:root{
  scroll-behavior:smooth;
}
.trust-layer{
  backdrop-filter: blur(14px);
}
.pack-card img{
  transform: translateZ(0);
}
.pack-card h3 a{
  color: inherit;
  text-decoration: none;
}
.pack-card h3 a:hover{
  text-decoration: underline;
}
.beast-header{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
}
@media (max-width: 640px){
  .beast-header{
    position: relative;
  }
}
