@keyframes fnAutoFill {
  to {
    font-family: inherit;
    font-size: inherit;
  }
}
.arsenal-liner .arsenal-card {
  position: relative;
  border-radius: 1em;
  background: #0b2639;
  border: 1px solid #193143;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  padding: 1em;
  gap: 0.4em;
  box-shadow: 2px 2px 6px #000000cf;
  transition: all 0.5s;
}
.arsenal-liner .arsenal-card:hover {
  border: 1px solid #39565f;
}
.arsenal-liner .arsenal-card .imaged {
  --site-link-hover-style: hidden;
}
.arsenal-liner .arsenal-card .imaged img {
  width: 100%;
  height: auto;
}
.arsenal-liner .arsenal-card .name {
  display: flex;
  font-size: 1em;
  font-weight: 300;
  align-items: center;
  justify-content: start;
  min-height: 3em;
}
.arsenal-liner .arsenal-card .priced {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.6em;
  font-size: 0.9em;
  color: #54858d;
}
.arsenal-liner .arsenal-card .price {
  font-size: 1.2em;
  color: #dfaa2d;
  font-weight: 600;
}
.arsenal-liner .arsenal-cards {
  gap: 1em;
}
.arsenal-liner .buttons {
  padding: 3em 0 0 0;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}
.arsenal-liner1 .splide__track {
  padding-bottom: 0.5em;
}
.arsenal-liner1 .splide__pagination {
  position: relative;
  bottom: -0.8em;
  z-index: 10;
}
