/* === PRODUCT PAGE GLASS PREMIUM === */

/* === CONTAINER PRINCIPAL === */
.product-summary {
  background: transparent !important;
  color: #fff !important;
}

.container {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 1.5rem !important;
}

/* === CARDS GLASS PREMIUM === */
.bg-card,
.rounded-xl.border.bg-card {
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(25px) saturate(200%) !important;
  -webkit-backdrop-filter: blur(25px) saturate(200%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
  color: #fff !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bg-card::before,
.rounded-xl.border.bg-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  z-index: 1;
}

.bg-card:hover,
.rounded-xl.border.bg-card:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* === IMAGEM PRINCIPAL === */
#product-preview img {
  border-radius: 16px !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#product-preview img:hover {
  transform: scale(1.02) !important;
  border-color: rgba(99, 102, 241, 0.3) !important;
}

/* === MINI IMAGENS === */
.product-image {
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border: 2px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.product-image:hover {
  border-color: rgba(99, 102, 241, 0.4) !important;
  transform: scale(1.05) !important;
}

.product-image[data-state="active"] {
  border-color: rgba(99, 102, 241, 0.6) !important;
  background: rgba(99, 102, 241, 0.1) !important;
}

.product-image img {
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
}

/* === TÍTULO E TEXTOS === */
h2, h3, h4 {
  color: rgba(255, 255, 255, 0.95) !important;
  font-weight: 700 !important;
}

h2 {
  font-size: 1.5rem !important;
  background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* === BADGES E TAGS === */
.bg-secondary {
  background: rgba(99, 102, 241, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(99, 102, 241, 0.25) !important;
  color: rgba(99, 102, 241, 1) !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}

.bg-secondary:hover {
  background: rgba(99, 102, 241, 0.2) !important;
  border-color: rgba(99, 102, 241, 0.4) !important;
  transform: scale(1.05) !important;
}

.bg-primary {
  background: rgba(16, 185, 129, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(16, 185, 129, 0.25) !important;
  color: rgba(16, 185, 129, 1) !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}

.bg-primary:hover {
  background: rgba(16, 185, 129, 0.2) !important;
  border-color: rgba(16, 185, 129, 0.4) !important;
  transform: scale(1.05) !important;
}

/* === BADGE DE DESCONTO === */
.bg-primary\/10 {
  background: rgba(16, 185, 129, 0.15) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(16, 185, 129, 0.3) !important;
  color: rgba(16, 185, 129, 1) !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}

.bg-primary\/10:hover {
  background: rgba(16, 185, 129, 0.2) !important;
  border-color: rgba(16, 185, 129, 0.4) !important;
  transform: scale(1.05) !important;
}

/* === PREÇOS === */
#product-pricing {
  background: linear-gradient(135deg, #10b981, #06d6a0) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 900 !important;
}

del {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-muted-foreground {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* === VARIANTES === */
#variants-list {
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  padding: 1rem !important;
  max-height: 300px !important;
  overflow-y: auto !important;
}

#variants-list::-webkit-scrollbar {
  width: 6px;
}

#variants-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

#variants-list::-webkit-scrollbar-thumb {
  background: rgba(99, 102, 241, 0.3);
  border-radius: 3px;
}

#variant {
  background: rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 16px !important;
  padding: 1rem !important;
  margin-bottom: 0.75rem !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  color: #fff !important;
  cursor: pointer !important;
}

#variant:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(99, 102, 241, 0.3) !important;
  transform: translateX(4px) !important;
}

#variant[data-state="active"] {
  background: rgba(99, 102, 241, 0.15) !important;
  border-color: rgba(99, 102, 241, 0.4) !important;
  transform: scale(1.02) !important;
}

#variant .bg-secondary {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

#variant .bg-primary {
  background: rgba(99, 102, 241, 1) !important;
}

/* === BOTÕES PRINCIPAIS === */
button {
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  border-radius: 16px !important;
  font-weight: 700 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Botão Comprar Agora */
button.bg-primary.text-primary-foreground {
  background: rgba(16, 185, 129, 0.15) !important;
  border: 1px solid rgba(16, 185, 129, 0.3) !important;
  color: rgba(16, 185, 129, 1) !important;
}

button.bg-primary.text-primary-foreground:hover {
  background: rgba(16, 185, 129, 0.25) !important;
  border-color: rgba(16, 185, 129, 0.4) !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.2) !important;
}

/* Botão Adicionar ao Carrinho */
button.border {
  background: rgba(99, 102, 241, 0.15) !important;
  border: 1px solid rgba(99, 102, 241, 0.3) !important;
  color: rgba(99, 102, 241, 1) !important;
}

button.border:hover {
  background: rgba(99, 102, 241, 0.25) !important;
  border-color: rgba(99, 102, 241, 0.4) !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 8px 25px rgba(99, 102, 241, 0.2) !important;
}

/* === CARDS LATERAIS === */
.grid.auto-rows-max .rounded-xl {
  background: rgba(255, 255, 255, 0.04) !important;
  backdrop-filter: blur(20px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(150%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 20px !important;
  transition: all 0.3s ease !important;
}

.grid.auto-rows-max .rounded-xl:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2) !important;
}

/* === ÍCONES LUCIDE === */
[data-lucide] {
  color: rgba(99, 102, 241, 0.8) !important;
  transition: all 0.3s ease !important;
}

.text-primary [data-lucide] {
  color: rgba(99, 102, 241, 1) !important;
}

.text-yellow-500 {
  color: #f59e0b !important;
}

.fill-yellow-500 {
  fill: #f59e0b !important;
}

.text-green-500 {
  color: rgba(16, 185, 129, 1) !important;
}

.text-red-500 {
  color: rgba(239, 68, 68, 1) !important;
}

/* === MÉTODOS DE PAGAMENTO === */
.size-10.border {
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}

.size-10.border:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.1) !important;
}

/* === DESCRIÇÃO === */
.prose {
  color: rgba(255, 255, 255, 0.9) !important;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  color: rgba(255, 255, 255, 0.95) !important;
}

.prose p {
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.7 !important;
}

.prose a {
  color: rgba(99, 102, 241, 1) !important;
}

.prose a:hover {
  color: rgba(99, 102, 241, 0.8) !important;
}

/* === AVALIAÇÕES === */
.text-3xl {
  font-size: 2.5rem !important;
  font-weight: 900 !important;
  background: linear-gradient(135deg, #f59e0b, #fbbf24) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* === SHIMMER EFFECTS === */
.bg-card::after,
.rounded-xl.border.bg-card::after {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.03),
    transparent
  );
  transform: translateX(-100%) translateY(-100%);
  transition: transform 0.6s ease;
  pointer-events: none;
  z-index: 2;
}

.bg-card:hover::after,
.rounded-xl.border.bg-card:hover::after {
  transform: translateX(0) translateY(0);
}

/* === ANIMAÇÕES DE ENTRADA === */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.product-summary {
  animation: slideInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bg-card:nth-child(1) {
  animation: slideInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

.bg-card:nth-child(2) {
  animation: slideInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.grid.auto-rows-max .rounded-xl:nth-child(1) {
  animation: slideInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}

.grid.auto-rows-max .rounded-xl:nth-child(2) {
  animation: slideInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}

.grid.auto-rows-max .rounded-xl:nth-child(3) {
  animation: slideInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}

/* === RESPONSIVIDADE === */
@media (max-width: 1024px) {
  .flex-col.lg\:flex-row {
    flex-direction: column !important;
  }
  
  .grid.auto-rows-max {
    max-width: 100% !important;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem !important;
  }
  
  .bg-card,
  .rounded-xl.border.bg-card {
    padding: 1rem !important;
    border-radius: 16px !important;
  }
  
  h2 {
    font-size: 1.25rem !important;
  }
  
  #product-pricing {
    font-size: 1.75rem !important;
  }
  
  button {
    padding: 0.75rem 1rem !important;
    font-size: 0.9rem !important;
  }
  
  .size-10.border {
    width: 36px !important;
    height: 36px !important;
  }
  
  .flex.flex-col.items-start.md\:flex-row {
    flex-direction: column !important;
    gap: 1rem !important;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 0.75rem !important;
  }
  
  .bg-card,
  .rounded-xl.border.bg-card {
    padding: 0.875rem !important;
    border-radius: 14px !important;
  }
  
  h2 {
    font-size: 1.125rem !important;
  }
  
  #product-pricing {
    font-size: 1.5rem !important;
  }
  
  button {
    padding: 0.625rem 0.875rem !important;
    font-size: 0.85rem !important;
  }
  
  .text-3xl {
    font-size: 2rem !important;
  }
}

/* === ESTADOS ESPECIAIS === */
button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

button:disabled:hover {
  transform: none !important;
  box-shadow: none !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

/* === OTIMIZAÇÕES DE PERFORMANCE === */
.bg-card,
.rounded-xl.border.bg-card,
button,
#variant {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* === FALLBACK PARA NAVEGADORES SEM SUPORTE === */
@supports not (backdrop-filter: blur(1px)) {
  .bg-card,
  .rounded-xl.border.bg-card {
    background: rgba(20, 20, 30, 0.9) !important;
  }
  
  #variants-list {
    background: rgba(20, 20, 30, 0.8) !important;
  }
  
  #variant {
    background: rgba(20, 20, 30, 0.7) !important;
  }
}

/* === ACCESSIBILITY === */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* === FOCUS STATES === */
button:focus,
#variant:focus,
.product-image:focus {
  outline: 2px solid rgba(99, 102, 241, 0.5) !important;
  outline-offset: 2px !important;
}

body {
  padding-top: 100px !important; /* Aumentado de 80px para 100px */
}

.pay-button {
  background-color: aqua;
}