@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Outfit:wght@100..900&display=swap');

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(40, 40, 40, 1);
}
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: linear-gradient(90deg, #085eff 0%, #085eff 100%);
}

@media (min-width: 1536px) {
  .packages-list {
    gap: 1.5rem !important;
    padding: 2rem !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@keyframes showcard {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.package {
  width: 100% !important;
  border-radius: 0.5rem !important;
  padding: 1rem 1rem 1.2rem !important;
  transition: all 0.15s ease !important;
  background: linear-gradient(180deg, #171717 0%, #101010 100%);
  backdrop-filter: blur(5px) !important;
  margin: 0 !important;
  animation: showcard 0.25s cubic-bezier(0.175, 0.885, 0.62, 1.275) forwards !important;
  box-shadow: 0px 0px 8px rgba(40, 40, 40, 0.7);
}

.btn-info, .btn-success {
  font-family: 'Outfit', sans-serif !important;
  border-radius: 5px !important;
  padding: .6rem !important;
  transition: all 0.15s ease;
  user-select: none;
}

.btn-info:hover, .btn-success:hover {
  transform: scale(1.04);
  filter: brightness(0.7);
}

.btn-success {
  position: relative;
  min-width: 11rem !important;
  background: #085eff;
  color: white;
  font-weight: bold;
  margin-left: .6rem;
  background: linear-gradient(90deg, #085eff 0%, #085eff 100%) !important;
}

.btn-info {
  border: 2px solid #085eff;
  background: transparent;
}

#coupon-button, .checkout-wrapper .btn-primary {
  background: #085eff !important;
}

.aspect-square {
  aspect-ratio: none !important;
  height: 15.5rem !important;
  transition: all .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.aspect-square img {
  user-select: none;
  pointer-events: none;
}

.aspect-square:hover {
  transform: scale(1.08);
}

.package h1 {
  margin-top: .25rem !important;
  font-family: 'Anek Latin', sans-serif !important;
  font-weight: 600 !important;
  text-align: center !important;
}

#background{
  --tw-gradient-from: #1a1a1a !important;
  --tw-gradient-to: #01050e !important;
}

.bm-menu {
  background-color: rgb(14 14 16) !important;
}

.nav-block:first-child {
  height: 4rem !important;
  background: rgba(20, 20, 20, 1) !important;
}

.nav-block .nav-search input {
  font-family: 'Outfit', sans-serif !important;
  padding: .35rem .8rem !important;
  border-radius: .3rem;
  background: rgba(30, 30, 30, 1) !important;
}

button#basket {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem 1.4rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600 !important;
    border-radius: 4px;
    transition: all .15s ease;
    background: linear-gradient(90deg, #085eff 0%, #085eff 100%) !important;
}

button#basket:hover {
    filter: brightness(0.6);
}

.categories {
  background: rgba(20, 20, 20, 1) !important;
}

.category-link {
  font-family: 'Anek Latin', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  transition: all .15s ease !important;
  border-color: transparent !important;
}

.category-link:hover {
  color: #FFF !important;
}

.category-link.selected {
  border-color: #085eff !important; /* Vermelho */
  font-weight: 600 !important;
  color: #FFF !important;
}

.category-menu {
  font-family: 'Anek Latin', sans-serif !important;
}

.checkout-wrapper {
  --tw-gradient-from: #1a1a1a !important;
  --tw-gradient-to: #01050e !important;
}