#products-slider li:last-child .card {
  border-radius: 0.5rem 0 0 0.5rem !important;
}

#products-slider li:first-child .card {
  border-radius: 0 0.5rem 0.5rem 0 !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 1rem 0 0.5rem;
    padding: 0.25rem 0rem;
  }
}
.navbar-brand img {
  margin: -0.5rem;
}
body {
  --bs-bg-opacity: 0.1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
#abilities {
  position: relative;
  overflow: hidden;
}
#abilities::before {
  content: "";
  position: absolute;
  background-image: url(/static/client/assets/diamond-theme/media/flower.png);
  width: 430px;
  height: 223px;
  left: calc(50vw - 215px);
  right: auto;
  margin: auto;
  bottom: 0;
}
