
/* Só exibe em telas menores que 769px (mobile) footer seta para subir*/
.icone-topo-mobile {
  display: none;
}
@media (max-width: 768px) {
  .icone-topo-mobile {
    display: inline;
  }
}

header {
    background-color: #111;
    padding: 0px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.menu-login-carrinho {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-login-carrinho .icon-login {
    width: 26px;
    height: 27px;
    filter: brightness(0) invert(1);
    margin-top: 14px;
    margin-left: 2px;
    margin-right: 10px;
}
footer{
    background-color: #111111;
}

.container {
    display: flex;
    background-color: #111111;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #0a0a0a;
    color: #fff;
}

.logo {
    height: 70px;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
/* === Botões de Navegação (Home, Eventos, Loja) === */
.desktop-menu a,
.mobile-menu a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    transition: transform 0.3s ease, font-size 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
    font-size: 22px;
    padding: 10px 18px;
    font-weight: bold;
    border-radius: 8px;
}

.desktop-menu a:hover,
.mobile-menu a:hover {
    transform: scale(1.1);
    font-size: 24px;
    background-color: #111111;
}

.desktop-menu {
    display: flex;
}

.mobile-menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}








/* === Ícone do Carrinho === */
.icone-carrinho {
    position: relative;
    font-size: 30px;
    color: white;
    text-decoration: none;
}

#contador-carrinho {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
}
  #mensagem-carrinho { 
  display: none;
  position: fixed;
  top: 80px;
  right: 20px;
  background: linear-gradient(to right, #00f, #a0f);
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  Produto adicionado ao carrinho!}
#mobileMenu { display: none; }

/* Estilo para botão X no menu lateral */








/* Ajuste de estilo no menu lateral */








.mobile-menu a {
  font-size: 24px;
  font-weight: bold;
  padding: 12px 0;
  color: white;
  text-decoration: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #111;
  width: 75%;
  height: 100%;
  display: none;
  flex-direction: column;
  padding: 20px;
  z-index: 1000;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.menu-title {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

#closeMenuBtn {
  font-size: 26px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.menu-links a {
  display: block;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
}


@media only screen and (max-width: 768px) {
  .menu-topo-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  body {
    padding-top: 60px;
  }
}


@media only screen and (max-width: 768px) {
  .recuperar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
  }

  .recuperar-container input[type="email"],
  .recuperar-container button {
    width: 80%;
    margin: 10px auto;
  }
}


#contador-carrinho-mobile {
  position: absolute;
  top: 8px;
  right: 55px;
  background: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 0.8rem;
  z-index: 999;
}

#contador-carrinho-menu {
  background: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  margin-left: 6px;
  font-size: 0.8rem;
}


.menu-topo-mobile {
  position: relative;
}

#contador-carrinho-mobile {
  position: absolute;
  top: -5px;
  right: 0px;
  background: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 0.75rem;
  z-index: 9999;
}

#contador-carrinho-menu {
  background: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  margin-left: 6px;
  font-size: 0.8rem;
}
