@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, #FFD700 0%, #FFD700 100%); /* Dourado */
}

@media (min-width: 1536px) {
  .packages-list {
    gap: 1.5rem !important;
    padding: 2rem !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

.package-list {
  gap: 1.5rem !important;
  padding: 2rem !important;
  border-radius: 0.3rem;
  background: #FFD700 !important; /* Dourado */
  color: white;
}

@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);
}

.package footer button {
  font-family: 'Outfit', sans-serif !important;
  border-radius: 5px !important;
  padding: .6rem !important;
  transition: all 0.15s ease;
  user-select: none;
  background: transparent !important;
  border: none !important;
}

.package footer button:hover {
  transform: scale(1.04);
  filter: brightness(0.7);
}

.package footer button:last-child {
  position: relative;
  min-width: 11rem !important;
  background: linear-gradient(90deg, #FFD700 0%, #FFD700 100%) !important; /* Dourado */
  color: white !important;
  font-weight: bold;
  margin-left: .6rem;
  border: none !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;
}

.package footer button:first-child {
  border: 2px solid #FFD700 !important; /* Dourado */
  background: transparent !important;
  color: #FFD700 !important; /* Texto dourado */
  font-weight: 600 !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;
  border: none !important;
  outline: none !important;
}

.nav-block .nav-search input:focus {
  border: 2px solid #FFD700 !important; /* Dourado ao focar */
  outline: none !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, #FFD700 0%, #FFD700 100%) !important; /* Dourado */
    color: white !important;
    border: none !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;
  color: rgba(200, 200, 200, 1) !important;
}

.category-link:hover {
  color: #FFD700 !important; /* Dourado ao hover */
}

.category-link.selected {
  border-color: #FFD700 !important; /* Dourado */
  font-weight: 600 !important;
  color: #FFD700 !important; /* Texto dourado */
}

.category-menu {
  font-family: 'Anek Latin', sans-serif !important;
}

.checkout-wrapper {
  --tw-gradient-from: #1a1a1a !important;
  --tw-gradient-to: #01050e !important;
}

/* Remove qualquer azul de links e elementos */
a {
  color: inherit !important;
  text-decoration: none !important;
}

a:hover {
  color: #FFD700 !important;
}

/* Garante que todos os botões não tenham azul */
button {
  outline: none !important;
}

button:focus {
  outline: none !important;
  border-color: #FFD700 !important;
}

/* Remove azul de inputs ao focar */
input:focus {
  outline: none !important;
  border-color: #FFD700 !important;
}

body {
  cursor: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Pokebola-pokeball-png-0.png/32px-Pokebola-pokeball-png-0.png') 16 16, auto;
}

a, button {
  cursor: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Pokebola-pokeball-png-0.png/32px-Pokebola-pokeball-png-0.png'), auto;
}

/* Força remoção de qualquer azul padrão do navegador */
* {
  outline-color: #FFD700 !important;
}

*:focus {
  outline-color: #FFD700 !important;
}