input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

@keyframes fade-in {
  from {
      background-color: rgba(0, 0, 0, 0);
  }
  to {
      background-color: rgba(0, 0, 0, 0.8);
  }
}

@keyframes fade-out {
  from {
      background-color: rgba(0, 0, 0, 0.8);
  }
  to {
      background-color: rgba(0, 0, 0, 0);
  }
}

@keyframes slide-in {
  from {
      transform: translateX(500px);
  }
  to {
      transform: translateX(0px);
  }
}

@keyframes slide-out {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(500px);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.animate-shimmer {
  animation: shimmer 2s infinite;
}


#cart-drawer[data-state="open"] {
  animation: fade-in 0.4s forwards;
}

body.cart-open,
body.dialog-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px);
}

#cart-drawer[data-state="closed"] {
  animation: fade-out 0.4s forwards;
}

#cart-drawer[data-state="open"] > div {
  animation: slide-in 0.4s forwards;
}

#cart-drawer[data-state="closed"] > div {
  animation: slide-out 0.4s forwards;
}

.dialog[data-state="open"] {
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  animation: fade-in 0.4s forwards;
}

.dialog[data-state="closed"] {
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  animation: fade-out 0.4s forwards;
}

.dialog[data-state="open"] > div {
  animation: dialog-in 0.15s forwards;
}

.dialog[data-state="closed"] > div {
  animation: dialog-out 0.15s forwards;
}

@keyframes dialog-in {
  from {
      opacity: 0;
      transform: translateY(-24px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes dialog-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  to {
      opacity: 0;
      transform: translateY(-24px);
  }
}

.reveal-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: var(--delay, 0s);
}

.reveal-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.centralcart-content iframe {
  aspect-ratio: 16 / 9;
  border-radius: 0.5rem;
  width: 100%;
  height: auto;
}

@keyframes loading {
  0% {
      left: -50%;
  }

  to {
      left: 100%;
  }
}

.detail-dash {
  background-image: linear-gradient(to right, rgb(var(--foreground) / 0.15) 50%, transparent 0%);
  background-position: center bottom;
  background-size: 16px;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: hsl(var(--primary));
  border-radius: 0.25rem;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Mega menu sidebar */
.mega-sidebar-item {
  border-left: 3px solid transparent;
  color: rgb(var(--muted-foreground));
}

.mega-sidebar-item:hover,
.mega-sidebar-item.mega-sidebar-active {
  background-color: rgb(var(--muted));
  color: rgb(var(--foreground));
  border-left-color: hsl(var(--primary));
}

.mega-sidebar-item:hover .mega-sidebar-chevron,
.mega-sidebar-item.mega-sidebar-active .mega-sidebar-chevron {
  opacity: 1;
}

.mega-content-panel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.mega-content-panel.mega-panel-active {
  opacity: 1;
  visibility: visible;
}

.faq-item .faq-content {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:not([open]) .faq-content {
  height: 0;
}

.faq-item summary {
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  display: none;
  content: '';
}

/* Product card */
.product-card {
  border: 1px solid rgb(var(--border));
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.04), 0 1px 2px rgb(0 0 0 / 0.02);
}
.product-card:hover {
  border-color: rgb(var(--foreground) / 0.2);
}




/* === NAVBAR === */
navbar {
  display: block;
  background-color: #0d0d0d;
  border-bottom: 2px solid #ff6a00;
}

navbar input {
  background-color: #1a1a1a !important;
  border-color: #2a2a2a !important;
  color: #f0f0f0 !important;
  height: 2.5rem !important;
}
navbar input:focus {
  border-color: #ff6a00 !important;
  box-shadow: 0 0 0 3px rgba(255,106,0,0.15) !important;
  outline: none !important;
}
navbar input::placeholder { color: #555 !important; }

navbar .btn-primary {
  background-color: #ff6a00 !important;
  color: #000 !important;
  font-weight: 700 !important;
}
navbar .btn-primary:hover { background-color: #ff8c33 !important; }

navbar .btn-ghost { color: #e0e0e0 !important; }
navbar .btn-ghost:hover {
  background-color: #1a1a1a !important;
  color: #ff6a00 !important;
}

/* categorias */
navbar .category-all-button { color: #ff6a00 !important; font-weight: 800 !important; }
navbar #category-list-container a,
navbar #category-list-container button { color: #ffffff !important; }
navbar #category-list-container a:hover,
navbar #category-list-container button:hover { color: #ff6a00 !important; }

/* linha divisória */
navbar .border-t { border-color: #1e1e1e !important; }
navbar .bg-border { background-color: #2a2a2a !important; }

/* mega menu */
#all-categories-dropdown .bg-background,
#all-categories-dropdown .bg-card { background-color: #111 !important; }
#all-categories-dropdown .border-border { border-color: #1e1e1e !important; }
.mega-sidebar-item:hover,
.mega-sidebar-item.mega-sidebar-active {
  border-left-color: #ff6a00 !important;
  background-color: #1a1a1a !important;
}

#category-list-container {
  background-color: #161616 !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}


/* === NAVBAR FIXO COM BLUR === */
#navbar-wrapper {
  position: sticky;
  top: 0;
  z-index: 50;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

#navbar-wrapper.scrolled {
  background-color: rgba(13, 13, 13, 0.75) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#navbar-wrapper.scrolled navbar {
  background-color: transparent !important;
}

.announce-highlight {
  font-weight: 900;
  background-color: #000000;
  padding: 1px 8px;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.announce-highlight::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.377) 50%,
    transparent 100%
  );
  animation: swipe-light 2.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes swipe-light {
  0%   { left: -75%; }
  100% { left: 125%; }
}

navbar {
  border-bottom: 1px solid #1e1e1e !important;
}

/* fonte maior nas categorias */
#category-list-container a,
#category-list-container button {
  font-size: 1rem !important; /* troca por 1rem se quiser maior */
}



/* padding bloco superior */
#navbar-top {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* padding bloco categorias */
#navbar-categories {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}







/* Botão VIP - Destaque Sólido e Pulsante */
.vip-menu-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff8c00, #ff4500); 
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(255, 115, 0, 0.4);
  animation: vip-pulse-glow 2s infinite alternate;
  transition: transform 0.2s ease, color 0.3s ease; /* Transição suave de cor */
}

/* Hover do botão: levanta levemente e mantém o BRANCO blindado contra o tema */
navbar #category-list-container .vip-menu-btn:hover,
.vip-menu-btn:hover {
  transform: translateY(-2px);
  color: #000000 !important; 
}

/* Novo wrapper que segura o ícone e o texto */
.vip-text-wrapper {
  display: flex;
  align-items: center;
  /* Curva de transição elástica para um crescimento suave */
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 3; /* Garante que o texto fique acima do feixe de luz */
  position: relative;
}

/* Quando o mouse passa no botão, apenas o conteúdo interno cresce 10% */
.vip-menu-btn:hover .vip-text-wrapper {
  transform: scale(1.03);
}

@keyframes vip-pulse-glow {
  0% { 
    box-shadow: 0 0 10px rgba(255, 115, 0, 0.3); 
    transform: scale(1); 
  }
  100% { 
    box-shadow: 0 0 20px rgba(255, 115, 0, 0.7); 
    transform: scale(1.03); 
  }
}

.vip-menu-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  transform: skewX(-20deg);
  z-index: 2;
}

.vip-menu-btn:hover::after {
  animation: vip-swipe-fast 0.4s ease-out forwards;
}

@keyframes vip-swipe-fast {
  0% { left: -100%; }
  100% { left: 200%; }
}


section:has(#similar-packages-slider) h4 {
  color: #fff !important;
  text-transform: uppercase !important;
}


