
/* === Checkout: textos brancos === */
.cart-card,
.cart-summary,
.cart-card *,
.cart-summary * {
  color: #fff !important;
}

/* rótulos das opções de pagamento */
.pay-options .pay-option {
  color: #fff !important;
}

/* mantém botões com as próprias cores */
.cart-card .btn,
.cart-summary .btn,
.cart-card .btn *,
.cart-summary .btn * {
  color: inherit !important;
}





/* My Orders: texto branco nos cards */
.order-card,
.order-card h3,
.order-card p,
.order-card b,
.order-card strong,
.order-card .muted,
.order-card a:not(.btn) {
  color: #fff !important;
}

/* Não força branco nos botões */
.order-card .btn,
.order-card .btn * {
  color: inherit !important;
}

/* Fundo global com imagem */
html, body {
  height: 100%;
  overflow-x: hidden;
}
body {
  background: #0b0020 url('img/BG.jpg') no-repeat center center fixed;
  background-size: cover;
}

/* Header menu refinements */
.site-header .menu { display:flex; align-items:center; gap:18px; }
.site-header .menu .menu-items { display:flex; align-items:center; gap:24px; }
.site-header .menu .flex-spacer { flex: 1 1 auto; }
.site-header .menu a, .site-header .menu .profile-trigger { 
  text-decoration:none; 
  color:#0f172a; 
  opacity:.92; 
  border-bottom:2px solid transparent; 
  transition:opacity .15s ease, border-color .15s ease; 
}
.site-header .menu .profile-trigger { background:none; border:none; cursor:pointer; font: inherit; }
.site-header.light .menu a, .site-header.light .menu .profile-trigger { color:#0f172a; }
.site-header .menu a.active { opacity:1; border-bottom-color:#ff6b2c; }
  
  /* Hamburger (mobile) */
  .hamburger { display:none; background:transparent; border:none; cursor:pointer; padding:6px; border-radius:8px; }
  .hamburger span { display:block; width:24px; height:2px; background:#0f172a; margin:5px 0; transition:.2s; }
  @media (max-width: 980px){
    .hamburger { display:inline-block; }
    .menu { position: relative; z-index: 1400; }
    /* Dropdown ocupa a largura da viewport e fixa abaixo do header */
    .site-header .menu .menu-items { display:none !important; position:fixed; top:64px; left:0; right:0; z-index:1500; width:100vw;
      background: #ffffff; border-top:1px solid #e5e7eb;
      border-radius:0 0 12px 12px; padding:10px 12px; margin:0; }
    .site-header .menu.open .menu-items { display:flex !important; flex-direction:column; gap:6px; }
    .site-header .menu .menu-items a, .site-header .menu .menu-items .profile-trigger { display:block; width:100%; padding:12px 14px; margin:0; border-radius:8px; color:#111; }
    .site-header .menu .menu-items a:hover, .site-header .menu .menu-items .profile-trigger:hover { background: #f3f4f6; border-bottom-color: transparent; }
    /* Garante contraste no header claro */
    .site-header.light .menu .menu-items a, .site-header.light .menu .menu-items .profile-trigger { color:#111; }
  }
  
  /* Header Cart (top-right) */
  .header-cart { 
    position: relative; 
    background: #fff; 
    border: 1px solid #e5e7eb; 
    border-radius: 999px; 
    padding: 6px 10px; 
    display: inline-flex; 
    align-items: center; 
    gap: 6px; 
    cursor: pointer; 
  }
.header-cart:hover { background:#fff9f5; border-color:#ffd1bb; }
.header-cart .badge { 
  position: relative; 
  top: -1px; 
  display:inline-grid; 
  place-items:center; 
  min-width: 20px; 
  height: 20px; 
  padding: 0 6px; 
  background: #e53935; 
  color: #fff; 
  font-weight: 600; 
  border-radius: 999px; 
  border: 2px solid #fff;
  font-size: 12px;
}
.header-cart .badge.bump { animation: badge-bump .28s ease; }
@keyframes badge-bump { 0%{ transform: scale(1);} 50%{ transform: scale(1.2);} 100%{ transform: scale(1);} }

/* Carrinho no header para mobile: mesmo visual do desktop, escondido no desktop */
.header-cart-mobile { 
  display: none; 
  position: relative; 
  background: #fff; 
  border: 1px solid #e5e7eb; 
  border-radius: 999px; 
  padding: 6px 10px; 
  align-items: center; 
  gap: 6px; 
  cursor: pointer; 
}
.header-cart-mobile:hover { background:#fff9f5; border-color:#ffd1bb; }
.header-cart-mobile .badge { 
  position: relative; 
  top: -1px; 
  display:inline-grid; 
  place-items:center; 
  min-width: 20px; 
  height: 20px; 
  padding: 0 6px; 
  background: #e53935; 
  color: #fff; 
  font-weight: 600; 
  border-radius: 999px; 
  border: 2px solid #fff; 
  font-size: 12px; 
}
.header-cart-mobile .badge.bump { animation: badge-bump .28s ease; }



.site-footer-minimal {
  background: #111;
  color: #fff;
  padding: 20px 0;
  font-size: 14px;
}

.site-footer-minimal .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-footer-minimal .footer-left {
  text-align: left;
}

.site-footer-minimal .footer-left p {
  margin: 2px 0;
}

.site-footer-minimal .footer-left a {
  color: #fff;
  text-decoration: none;
}

.site-footer-minimal .footer-left a:hover {
  color: #ff6600; /* cor destaque ao hover */
}

.site-footer-minimal .footer-right {
  text-align: right;
  opacity: 0.8;
}


/* Deixa brancos os dois títulos principais das páginas de listagem */
main.site-content > .container > h2,
main.site-content .listing-header > h2 {
  color:#fff !important;
}

/* Mantém os títulos da barra lateral (Filtros) escuros */
main.site-content .filters h2 {
  color:#131018 !important; /* ajuste se seu tema usar outro tom */
}



/* use a variável da fonte do site ou herde do body */
:root{
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* se ainda não tiver, garanta a base do site */
body{ font-family: var(--font-sans); }

/* corrige só o título da página de produto */
h1.pd-title,
main.site-content h1.pd-title,
.detail-grid h1.pd-title{
  font-family: var(--font-sans) !important; /* ou: inherit */
  line-height: 1.2;
  font-weight: 800;           /* deixe como preferir */
}

/* Breadcrumb branco em todas as páginas */
nav.breadcrumb,
nav.breadcrumb a,
nav.breadcrumb span {
  color:#fff !important;
}

/* se houver separadores via pseudo-elemento ou bullets */
nav.breadcrumb *::before,
nav.breadcrumb *::after {
  color:#fff !important;
}

/* acessibilidade (opcional): melhora leitura sobre o fundo roxo */
nav.breadcrumb { text-shadow: 0 1px 2px rgba(0,0,0,.35); }

/* estilo de hover */
nav.breadcrumb a:hover { text-decoration: underline; }


/* Resumo do pagamento - textos em branco */
.cart-card h3,
.cart-card h4,
.cart-card p,
.cart-card li,
.cart-card span,
.cart-card strong {
  color:#fff !important;
}

/* Título da seção PIX */
.cart-card .pix-box h4{
  color:#fff !important;
  border-bottom:1.5px solid rgba(255,255,255,.25);
  padding-bottom:6px;
  margin-bottom:8px;
}

/* Texto secundário (ex.: "Expira em:") */
.cart-card .muted,
.cart-card .dim {
  color:rgba(255,255,255,.7) !important;
}

/* deixa branco o título "Participantes" que vem logo após o card */
.cart-card + h3 { 
  color:#fff !important;
}

/* e também a lista logo depois desse h3 */
.cart-card + h3 + ul,
.cart-card + h3 + ul li,
.cart-card + h3 + ul li a {
  color:#fff !important;
}

/* divisória opcional logo abaixo do card */
.cart-card + h3::before {
  content:'';
  display:block;
  height:0;
  border-top:1px solid rgba(255,255,255,.18);
  margin-bottom:8px;
}


/* Dropdown do perfil (usa .icon-dropdown na sua marcação) */
.profile-menu { position: relative; }

.profile-menu .icon-dropdown{
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  padding: 8px;
  border-radius: 12px;
  background: #12101a;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  display: none;
  z-index: 3000;            /* fica por cima do header */
}

.profile-menu .icon-dropdown.show{ display: block; }

.profile-menu .dropdown-content a{
  display:block;
  padding:10px 12px;
  color:#fff;
  text-decoration:none;
  border-radius:10px;
}
.profile-menu .dropdown-content a:hover{
  background: rgba(255,255,255,.06);
}

/* se o header tiver overflow escondendo o menu, libera: */
.site-header { overflow: visible; }



/* ===== Global Reset ===== */
* { margin:0; padding:0; box-sizing:border-box; }

/* ===== Cart / Checkout Modern Layout ===== */
.cart-grid { display:grid; grid-template-columns: 1.2fr 0.8fr; gap:22px; margin:14px 0 24px; }
@media (max-width: 980px){ .cart-grid { grid-template-columns: 1fr; } }
.cart-card { background: var(--surface-1); border:1px solid rgba(255,255,255,0.08); border-radius:16px; padding:18px; }
.cart-card h3 { margin-bottom: 10px; font-size: 20px; font-weight: 800; color:#fff; }
.cart-items { display:flex; flex-direction:column; gap:10px; }
.cart-item { display:grid; grid-template-columns: 64px 1fr auto auto auto; gap:10px; align-items:center; padding:10px; border:1px solid rgba(255,255,255,0.08); border-radius:12px; background: rgba(255,255,255,0.06); }
.cart-item .thumb { width:64px; height:64px; border-radius:10px; overflow:hidden; background:#111827; display:grid; place-items:center; }
.cart-item .thumb img { width:100%; height:100%; object-fit:cover; display:block; }
.cart-item .title { font-weight:700; color:#e5e7eb; }
.cart-item .meta { color:#94a3b8; font-size:13px; }
.cart-item .price, .cart-item .subtotal { font-weight:700; color:#fff; }
.cart-item .qty { display:flex; align-items:center; gap:8px; }
.qty-btn { width:28px; height:28px; border-radius:8px; border:1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color:#e5e7eb; cursor:pointer; }
.qty-input { width:48px; text-align:center; border:1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color:#fff; border-radius:8px; padding:6px 8px; }
.remove-btn { border:1px solid rgba(255,255,255,0.18); background: transparent; color:#fca5a5; border-radius:8px; padding:6px 10px; cursor:pointer; }
.remove-btn:hover { background: rgba(239,68,68,0.1); border-color: rgba(239,68,68,0.35); }
.cart-item .qty .chip { background: rgba(255,255,255,0.12); color:#e5e7eb; padding:6px 10px; border-radius:999px; font-weight:700; font-size:13px; }
.cart-summary { background: var(--surface-1); border:1px solid rgba(255,255,255,0.08); border-radius:16px; padding:16px; }
.summary-row { display:flex; justify-content:space-between; margin:6px 0; color:#cbd5e1; }
.summary-row.total { font-size:18px; font-weight:800; color:#fff; margin-top:10px; }
.customer-card { background: rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:12px; padding:12px; margin-top:10px; }
.customer-card .label { color:#94a3b8; font-size:12px; }
.customer-card .value { color:#e5e7eb; font-weight:700; }
.pay-options { display:flex; gap:10px; margin-top:10px; }
.pay-option { flex:1; padding:12px; border:1px solid rgba(255,255,255,0.12); border-radius:10px; background: rgba(255,255,255,0.06); color:#e5e7eb; cursor:pointer; }
.pay-option input { margin-right:8px; }
.pay-option.active { border-color: var(--accent-600); box-shadow: 0 0 0 3px rgba(255,131,82,0.25); }
.checkout-actions { display:flex; flex-direction:column; gap:10px; margin-top:12px; }
.btn.block { width:100%; text-align:center; }
.coupon-row { display:flex; gap:8px; }
.coupon-row input { flex:1; padding:10px 12px; border-radius:10px; border:1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color:#fff; }

/* ===== Floating Cart (FAB) + Drawer ===== */
.fab-cart {
  position: fixed; right: 20px; bottom: 20px; z-index: 3000;
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--accent-600); color: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,.25);
  border: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease;
}
.fab-cart:hover { transform: translateY(-1px); box-shadow: 0 16px 28px rgba(0,0,0,.3); background: var(--accent-500); }
.fab-cart .badge {
  position: absolute; top: -6px; right: -6px; min-width: 22px; height: 22px; border-radius: 999px;
  background: #ef4444; color: #fff; display:grid; place-items:center; font-size: 12px; font-weight: 800; padding: 0 6px;
  border: 2px solid rgba(255,255,255,0.85);
}

.cart-drawer { position: fixed; inset: 0; display: none; z-index: 3500; }
.cart-drawer.show { display: block; }
.cart-drawer .backdrop { position: absolute; inset:0; background: rgba(0,0,0,0.5); }
.cart-drawer .panel {
  position: absolute; right: 0; top: 0; height: 100%; width: min(420px, 96vw);
  background: #0b1222; color:#e5e7eb; border-left: 1px solid rgba(255,255,255,0.1);
  box-shadow: -12px 0 24px rgba(0,0,0,.35);
  display: flex; flex-direction: column;
}
.cart-drawer header { display:flex; align-items:center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.cart-drawer header h3 { margin: 0; font-size: 18px; }
.cart-drawer .body { padding: 12px; overflow: auto; flex: 1; }
.cart-drawer .footer { border-top: 1px solid rgba(255,255,255,0.1); padding: 12px; }
.cart-drawer .footer .summary-row { margin: 6px 0; }
.cart-drawer .footer .actions { display:grid; gap:8px; margin-top:8px; }
.icon-btn { background: transparent; border:1px solid rgba(255,255,255,0.2); color:#e5e7eb; border-radius: 8px; padding:6px 10px; cursor:pointer; }
.icon-btn:hover { background: rgba(255,255,255,0.06); }

/* ===== Double Slider Auth (Login) ===== */
.double-auth { display:flex; justify-content:center; align-items:center; min-height: 70vh; }
.double-auth .da-container { background-color:#fff; color:#111; border-radius: 18px; box-shadow: 0 14px 34px rgba(0,0,0,0.22); position: relative; overflow: hidden; width: 880px; max-width: 96%; min-height: 520px; }
.double-auth .form-container { position:absolute; top:0; height:100%; transition: all .6s ease-in-out; }
.double-auth .sign-in-container { left:0; width:50%; z-index:2; }
.double-auth .sign-up-container { left:0; width:50%; opacity:0; z-index:1; }
.double-auth .da-container.right-panel-active .sign-in-container { transform: translateX(100%); }
.double-auth .da-container.right-panel-active .sign-up-container { transform: translateX(100%); opacity:1; z-index:5; }
.double-auth .overlay-container { position:absolute; top:0; left:50%; width:50%; height:100%; overflow:hidden; transition: transform .6s ease-in-out; z-index:100; }
.double-auth .da-container.right-panel-active .overlay-container { transform: translateX(-100%); }
.double-auth .overlay { background: linear-gradient(90deg, #7c3aed, #c026d3); color:#fff; background-repeat:no-repeat; background-size:cover; background-position: 0 0; position:relative; left:-100%; height:100%; width:200%; transform: translateX(0); transition: transform .6s ease-in-out; }
.double-auth .da-container.right-panel-active .overlay { transform: translateX(50%); }
.double-auth .overlay-panel { position:absolute; display:flex; align-items:center; justify-content:center; flex-direction:column; padding: 0 40px; text-align:center; top:0; height:100%; width:50%; transform: translateX(0); transition: transform .6s ease-in-out; }
.double-auth .overlay-left { transform: translateX(-20%); }
.double-auth .da-container.right-panel-active .overlay-left { transform: translateX(0); }
.double-auth .overlay-right { right:0; }
.double-auth .da-container.right-panel-active .overlay-right { transform: translateX(20%); }
.double-auth form { background-color:#fff; display:flex; align-items:center; justify-content:center; flex-direction:column; padding: 0 40px; height:100%; text-align:center; color:#111; }
.double-auth form h1 { font-weight:800; margin: 0 0 6px; color:#111; }
.double-auth form span { font-size:13px; color:#374151; }
.double-auth form input { background:#eee; border:none; padding:12px 15px; margin:8px 0; width:100%; border-radius:8px; font-size:14px; color:#111; }
.double-auth form input::placeholder { color:#6b7280; }
.double-auth form a { color:#2563eb; }
.double-auth .da-btn { border-radius: 999px; border: 1px solid var(--accent-600); background: var(--accent-600); color:#fff; font-size:12px; font-weight:800; padding:12px 45px; letter-spacing:1px; text-transform:uppercase; transition: transform 80ms ease-in; cursor:pointer; }
.double-auth .da-btn:active { transform: scale(.97); }
.double-auth .da-btn.ghost { background: transparent; border-color:#fff; color:#fff; }
.double-auth .form-container form .da-btn { margin-top: 12px; width: 100%; max-width: 360px; }
.double-auth .social-container { margin: 18px 0; }
.double-auth .social-container a { border:1px solid #ddd; border-radius:50%; display:inline-flex; justify-content:center; align-items:center; margin:0 6px; height:42px; width:42px; color:#111; background:#fff; box-shadow: 0 6px 16px rgba(0,0,0,.1); transition: transform .15s ease, box-shadow .15s ease; }
.double-auth .social-container a:hover { transform: translateY(-1px) scale(1.03); box-shadow: 0 10px 22px rgba(0,0,0,.16); }
/* Fallback: se algum template ainda renderizar os botões sociais, esconde no login */
.double-auth .social-container { display:none !important; }
/* Fallback: oculta o span de instrução abaixo do título no form de login */
.double-auth .form-login > span { display:none !important; }

/* Novo: exibe o logo no lugar dos botões sociais */
.double-auth .logo-circle {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 10px 0 6px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 6px 16px rgba(0,0,0,.10);
}

@media (min-width: 981px) {
  /* Respiro entre o header sticky e o card de login (somente desktop) */
  .double-auth {
    margin-top: 24px; /* ajuste fino: 16–24px conforma o visual desejado */
  }
}

/* ===== FULL BANNER (Home) - Simplified ===== */
.full-banner { position: relative; width:100vw; left:50%; right:50%; margin-left:-50vw; margin-right:-50vw; margin-top: 0; }
.full-banner .banner-wrap { width: 100%; padding: 0; }
.full-banner img { width:100%; height:auto; display:block; }

/* ===== Static Pages: About & Contact ===== */
.page-about { margin-top:50px; }
.page-about p { max-width:800px; opacity:.9; }

.page-contact { margin-top:40px; margin-bottom:20px; }
.page-contact p { opacity:.9; max-width:800px; }
.contact-grid { display:grid; gap:10px; max-width:640px; }
.contact-row { display:flex; gap:10px; }
.contact-input, .contact-textarea {
  flex:1; padding:10px; border-radius:8px;
  border:1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color:#fff;
}
.contact-submit { background:#7c3aed; border:none; color:#fff; padding:12px 18px; border-radius:10px; cursor:pointer; font-weight:600; }
.contact-submit { display:inline-block; margin-top:8px; }
@media (max-width: 640px) { .contact-submit { width: 100%; } }
.contact-footer { opacity:.9; font-size:14px; }

/* ===== About: Form destacado ===== */
.about-form-section {
  position: relative;
  margin: 28px 0 24px;
}
.about-form-section::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(124,58,237,.16), rgba(255,131,82,.16));
  filter: blur(22px);
  transform: translateY(8px);
  z-index: 0;
}
.about-form-section .container { position: relative; z-index: 1; }

.form-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.12);
}
.form-card-header h2 { margin:0 0 6px; color:#111; font-weight:800; }
.form-card-header p { margin:0 0 12px; color:#374151; }

.form-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display:flex; flex-direction:column; gap:6px; }
.form-group-full { grid-column: 1 / -1; }
.u-label { color:#111; font-weight:700; }
.form-input {
  width:100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #fff;
  color:#111;
}
.form-input::placeholder { color:#6b7280; }
.form-input:focus { outline: 3px solid rgba(124,58,237,0.35); outline-offset: 1px; border-color:#a78bfa; }

.form-actions { margin-top: 8px; display:flex; justify-content:flex-end; }
.form-actions .btn-primary { padding: 10px 16px; border-radius: 10px; font-weight:700; }

@media (max-width: 680px){
  .form-grid { grid-template-columns: 1fr; }
  .form-actions { justify-content: stretch; }
  .form-actions .btn-primary { width:100%; }
}

/* ===== Theme Palette (Purple-centric) ===== */
:root {
  /* Backgrounds */
  --bg-gradient: linear-gradient(135deg, #3b0d6d 0%, #6b1e7a 45%, #a0237e 100%);
  --surface-0: #0f0a1a; /* deep purple/near-black */
  --surface-1: #150f26; /* card */

  /* Text */
  --text-0: #f8f4ff; /* primary text on dark */
  --text-1: #e9ddff; /* secondary */
  --text-dark: #0f172a; /* on light */

  /* Brand / Accents */
  --primary-600: #7c3aed; /* violet */
  --primary-500: #8b5cf6;
  --accent-600: #ff8352; /* peach/orange from image */
  --accent-500: #ff9f7a;
  --danger-600: #b91c1c;
  --danger-500: #dc2626;
}

/* Header light theme */
.site-header.light {
  background: rgba(255,255,255,0.9);
  color: #0f172a;
}
.site-header.light .menu a { color: #1f2937; font-weight: 600; }
.site-header.light .menu a:hover { color: #111827; }
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /* Mantém o background definido no topo (imagem fixa) */
  color: #000000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a { text-decoration: none; color: var(--accent-600); }
a:hover { color: var(--accent-500); }

/* ===== Header ===== */
.site-header {
  background: linear-gradient(180deg, rgba(21,15,38,0.85), rgba(21,15,38,0.6));
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px;
}
@media (max-width: 768px) { .site-header .container { padding: 8px 14px; } }
.site-header .logo img { height: 40px; }
.site-header .menu a {
  margin-left: 20px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
}
.site-header .menu { position: relative; display: flex; align-items: center; gap: 10px; }
.site-header .menu a { color: #e5e7eb; }
.site-header .menu a:hover { color: #ffffff; }
.site-header .menu a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px; height: 3px;
  background: var(--accent-600);
  border-radius: 2px;
}

/* Cart button appearance */
#cartButton {
  background: var(--accent-600);
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 8px;
}
#cartButton:hover { background: var(--accent-500); }

/* ===== Iconbar (Chat, Pedidos, Conta, Carrinho) ===== */
.iconbar { display:flex; align-items:center; gap:12px; margin-left:12px; }
.iconbtn { appearance:none; border:none; background:transparent; color:#9a3412; width:36px; height:36px; border-radius:10px; display:grid; place-items:center; cursor:pointer; transition:.2s; }
.iconbtn:hover, .iconbtn[aria-expanded="true"] { background: #f3f4f6; color:#b45309; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }

.icon-dropdown { position:relative; }
/* Força o dropdown a aparecer acima de qualquer header/backdrop */
.icon-dropdown .dropdown-content {
  position:absolute; right:0; top:40px; min-width:220px;
  background:#fff; color:#111; border-radius:10px;
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
  border:1px solid rgba(0,0,0,.08); padding:8px; display:none;
  z-index: 6000; pointer-events: auto; overflow: visible;
}
.icon-dropdown.show .dropdown-content { display:block; }
.icon-dropdown .dropdown-title { font-weight:700; color:#374151; padding:8px 10px; }
.icon-dropdown a { display:block; padding:8px 10px; color:#111; border-radius:8px; }
.icon-dropdown a:hover { background:#f3f4f6; }

/* Cart button alignment when inside iconbar */
.iconbar #cartButton {
  background: transparent;
  color: #9a3412 !important;
  width: 36px; height: 36px; padding: 0;
  border-radius: 10px; display: grid; place-items: center;
}
.iconbar #cartButton:hover { background: #f3f4f6; color: #b45309 !important; }
.iconbar #cartButton svg { display: block; }

/* Focus-visible for accessibility */
a:focus-visible, button:focus-visible, .iconbtn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(124,58,237,0.55);
  outline-offset: 2px;
}

/* Increase active underline thickness for visibility */
.site-header.light .menu a.active::after { height: 4px; bottom: -8px; }

/* CTA button */
.btn-cta {
  background: var(--danger-600);
  color: #fff !important;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
}
.btn-cta:hover { background: var(--danger-500); }

/* ===== Main ===== */
.site-content {
  flex: 1;
  padding: 0 20px 30px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Product Grid ===== */
.product-grid { display:grid; gap:12px; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1100px){ .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px){ .product-grid { grid-template-columns: 1fr; } }
.product-card { background: #ffffff; border:1px solid #e5e7eb; border-radius: 14px; padding: 10px; display:flex; flex-direction:column; }
.product-card .card-img { display:block; border-radius:12px; overflow:hidden; }
.product-card .card-img img { width:100%; height: 220px; object-fit: cover; display:block; }
@media (max-width: 680px){ 
  .product-card { padding: 12px; }
  .product-card .card-img img { height: 190px; }
  .product-card h3 { font-size: 17px; }
  .product-card .card-actions .btn { width: 100%; text-align:center; }
}
.product-card h3 { margin: 8px 0 4px; color:#111; font-size:18px; }
.product-card .price { font-weight:800; color:#111; margin-top:6px; }
.product-card .chips { display:flex; flex-wrap:wrap; gap:6px; margin-top:6px; }
.product-card .card-actions { margin-top:8px; }

/* ===== Profile Grid ===== */
.profile-form { margin-top: 10px; }
.profile-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.profile-col h3 { margin: 0 0 8px; }
@media (max-width: 980px){ .profile-grid { grid-template-columns: 1fr; } }

/* ===== Header/Menu Responsivo ===== */
@media (max-width: 980px){
  .site-header .menu { flex-wrap: wrap; gap:12px; }
  .site-header .menu .flex-spacer { order: 99; flex-basis: 100%; height:0; }
  .header-cart { display:none; }
  .header-cart-mobile { display:inline-flex; margin-left:auto; }
}
/* Carrinho: FAB só no mobile, botão do header oculto no mobile */
.fab-cart { display: none; }
@media (max-width: 768px){
  .fab-cart { display: inline-flex; }
  .header-cart { display: none; }
}
@media (max-width: 640px){
  .site-header .menu a, .site-header .menu .profile-trigger { padding: 8px 2px; font-size: 14px; }
  .header-cart { padding: 6px 8px; }
}

/* ===== Payment Summary (Checkout) ===== */
.pay-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr; /* main + side */
  gap: 22px;
  margin: 14px 0 24px;
}
/* three-column variant */
.pay-grid.three { grid-template-columns: 1.1fr 0.8fr 0.8fr; }
@media (max-width: 980px) {
  .pay-grid, .pay-grid.three { grid-template-columns: 1fr; }
}
.pay-card {
  background: var(--surface-1);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 18px;
}
.pay-card h3 { margin-bottom: 10px; font-size: 20px; font-weight: 800; color: #fff; }
.pay-sub { color: var(--text-1); font-size: 14px; margin-bottom: 12px; }
.pay-actions { display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top: 8px; }
.btn { background: var(--accent-600); color:#fff; border:none; border-radius:10px; padding:10px 14px; cursor:pointer; font-weight:700; text-decoration:none; display:inline-block; }
.btn:hover { background: var(--accent-500); }
.btn.secondary { background: var(--primary-600); }
.btn.secondary:hover { background: var(--primary-500); }
.muted { color:#94a3b8; }
.skeleton { background: rgba(255,255,255,0.08); height: 14px; border-radius: 8px; animation: pulse 1.3s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:.6} 50%{opacity:1} }
.qr-wrap { display:grid; place-items:center; margin-top: 8px; }
.qr-wrap img { box-shadow: 0 10px 24px rgba(0,0,0,.25); border-radius: 12px; }
.inline-help { font-size: 13px; color:#cbd5e1; }
.divider-h { height:1px; background: rgba(255,255,255,0.12); margin: 12px 0; }

/* Product summary list */
.order-items { list-style: none; padding: 0; margin: 8px 0 0; }
.order-item { display:flex; justify-content:space-between; gap:10px; padding:6px 0; border-bottom:1px dashed rgba(255,255,255,0.08); }
.order-item .name { color:#e5e7eb; }
.order-item .meta { color:#94a3b8; font-size: 13px; }
.order-total { display:flex; justify-content:space-between; margin-top: 10px; font-weight: 800; color:#fff; }

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('https://images.unsplash.com/photo-1501117716987-c8e1ecb2101f?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
  border-bottom: none;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(2,6,23,0.65), rgba(2,6,23,0.4));
}
.hero-inner { position: relative; text-align: center; color: #fff; padding: 60px 0; }
.hero h1 { font-size: 42px; line-height: 1.15; font-weight: 800; margin-bottom: 10px; }
.hero p { font-size: 18px; opacity: 0.9; margin-bottom: 22px; }

.search-bar {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr auto;
  gap: 10px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 12px;
  border-radius: 14px;
}
.search-field {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 10px 12px; border-radius: 10px;
}
.search-field input {
  background: transparent; border: none; outline: none; color: #fff; width: 100%;
}
.btn-primary { background: var(--primary-600); border: none; color: #fff; padding: 12px 18px; border-radius: 10px; cursor: pointer; font-weight: 600; }
.btn-primary:hover { background: var(--primary-500); }

@media (max-width: 768px) {
  .full-banner { width:100%; left:0; right:0; margin:0; }
  .hero { min-height: 300px; }
  .hero-inner { padding: 40px 0; }
  .hero h1 { font-size: 26px; }
  .hero p { font-size: 16px; }
  .search-bar { grid-template-columns: 1fr; }
}

/* ===== LISTAGEM + FILTROS ===== */
.listing {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  margin-top: 14px;
}
@media (max-width: 980px) { .listing { grid-template-columns: 1fr; } }
.filters { padding: 14px; }
@media (max-width: 640px){
  .filters { padding: 12px; }
  .filters .chip-row { gap: 6px; }
  .listing-header { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* ===== Admin Dashboard ===== */
.admin-dashboard { margin: 16px 0 20px; }
.admin-dashboard .dash-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; margin-bottom: 14px; }
.admin-dashboard .dash-card { background: #fff; border:1px solid #e5e7eb; border-radius:12px; padding:12px; }
.admin-dashboard .dash-card .label { color:#374151; font-size:13px; margin-bottom:6px; }
.admin-dashboard .dash-card .value { font-size:22px; font-weight:800; color:#111; }
.admin-dashboard .dash-card .value.ok { color:#22c55e; }
.admin-dashboard .dash-card .value.warn { color:#fbbf24; }
.admin-dashboard .dash-card .value.danger { color:#ef4444; }
.admin-dashboard .dash-actions { display:flex; flex-wrap:wrap; gap:10px; margin: 8px 0 16px; }
.admin-dashboard .dash-actions .btn { background: var(--primary-600); color:#fff; border:none; padding:10px 14px; border-radius:10px; font-weight:700; text-decoration:none; }
.admin-dashboard .dash-actions .btn:hover { background: var(--primary-500); }
.admin-dashboard .dash-grids { display:grid; grid-template-columns: 1fr 1fr; gap:16px; }
@media (max-width: 980px) { .admin-dashboard .dash-grids { grid-template-columns: 1fr; } }
.admin-dashboard .dash-grid h4 { margin-bottom:8px; color:#e5e7eb; }

/* ===== Admin Internal Nav ===== */
.admin-nav { display:flex; flex-wrap:wrap; gap:10px; margin: 8px 0 14px; }
.admin-nav .btn { background: var(--primary-600); color:#fff; border:1px solid var(--primary-600); padding:10px 14px; border-radius:12px; font-weight:800; text-decoration:none; }
.admin-nav .btn:hover { background: var(--primary-500); border-color: var(--primary-500); }
.admin-nav .btn.active { background:#fff; color:#6b21a8; border-color: var(--primary-600); }

.filters {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px;
}
.filters h3 { font-size: 18px; margin-bottom: 12px; }
.filter-group { margin-bottom: 16px; }
.filter-group label { display:block; font-weight:700; margin-bottom: 8px; color:#111; }
.chip-row { display:flex; flex-wrap:wrap; gap:8px; }
.chip {
  background: #f3f4f6;
  color: #111;
  border: 1px solid #e5e7eb;
  padding: 6px 10px; border-radius: 999px; font-size: 13px; cursor: pointer;
}
.chip.active { background: #111; color:#fff; border-color: #ef4444; }
.range { width: 100%; }
.filters .btn-clear { width: 100%; margin-top: 10px; padding: 10px; border-radius: 10px; border:1px solid #e5e7eb; background: #fff; color:#111; cursor:pointer; }
.filters .btn-clear:hover { background: #f9fafb; }

.listing-header { display:flex; align-items:center; justify-content: space-between; margin-bottom: 12px; }
.listing-header h2 { color:#111; }
.results-count { color:#374151; font-size:14px; }

/* Inputs claros dentro do bloco de filtros */
.filters input, .filters select, .filters textarea {
  background:#fff;
  border:1px solid #d1d5db;
  color:#111;
}

.site-footer-minimal {
  background: #111;
  color: #fff;
  padding: 20px 0;
  font-size: 14px;
}

.site-footer-minimal .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-footer-minimal .footer-left {
  text-align: left;
}

.site-footer-minimal .footer-left p {
  margin: 2px 0;
}

.site-footer-minimal .footer-left a {
  color: #fff;
  text-decoration: none;
}

.site-footer-minimal .footer-left a:hover {
  color: #ff6600; /* cor destaque ao hover */
}

.site-footer-minimal .footer-right {
  text-align: right;
  opacity: 0.8;
}


/* ===== Flash Messages ===== */
.flash {
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  border: 1px solid transparent;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .28s ease, transform .28s ease;
}
.flash.success { background: #16a34a; color: #fff; border-color: #16a34a; }
.flash.danger  { background: #dc2626; color: #fff; border-color: #dc2626; }
.flash.hide { opacity: 0; transform: translateY(-6px); }
.flash .flash-inner { display:flex; align-items:center; gap:10px; }
.flash .flash-icon { font-size: 18px; line-height: 1; }
.flash .flash-content { flex:1; }
.flash .flash-close {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  cursor: pointer;
}
.flash .flash-close:hover { background: rgba(255,255,255,0.12); }

/* ===== Forms (tema escuro padrão) ===== */
form { display:flex; flex-direction:column; gap:14px; margin-top:20px; }
form label { font-weight:700; color: var(--text-1); margin-bottom:-6px; }
form input, form select, form textarea {
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: #fff;
  outline:none;
  font-size: 14px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
form input::placeholder, form textarea::placeholder { color: rgba(255,255,255,0.75); }
form input:focus, form select:focus, form textarea:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 3px rgba(124,58,237,0.35);
  background: rgba(255,255,255,0.1);
}
form .help { font-size: 12px; opacity: .85; color: var(--text-1); }

/* Admin (Cadastro de Hospedagem) com fundo claro: apenas as seções do formulário */
#products #sec-simple-form,
#products #sec-prices,
#products #sec-media,
#products #sec-variants {
  background:#fff !important; border:1px solid #e5e7eb !important;
}
#products #sec-simple-form *,
#products #sec-prices *,
#products #sec-media *,
#products #sec-variants * { color:#111; }
#products .card { background:#fff !important; border:1px solid #e5e7eb !important; }
#products .card * { color:#111 !important; }
#products #sec-simple-form input, #products #sec-simple-form select, #products #sec-simple-form textarea,
#products #sec-prices input, #products #sec-prices select, #products #sec-prices textarea,
#products #sec-media input, #products #sec-media select, #products #sec-media textarea,
#products #sec-variants input, #products #sec-variants select, #products #sec-variants textarea {
  background:#fff; border:1px solid #d1d5db; color:#111;
}
/* Tabelas internas do admin em claro apenas dentro do products */
#products .admin-table th, #products .admin-table td { color:#111; border-bottom:1px solid #e5e7eb; }
form .actions { display:flex; align-items:center; justify-content:space-between; gap:8px; }
form button { background: var(--primary-600); border: none; color: #fff; font-size: 16px; padding: 12px; border-radius: 10px; cursor: pointer; transition: .2s; }
form button:hover { background: var(--primary-500); }

/* Auth page wrappers */
.auth-wrap { display:grid; place-items:center; padding: 24px 0; }
.auth-card { width: min(520px, 92vw); background: var(--surface-1); border:1px solid rgba(255,255,255,0.08); border-radius: 18px; padding: 24px 20px; box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.auth-card h2 { margin: 10px 0 6px; font-size: 28px; font-weight: 800; letter-spacing: .2px; }
.auth-card .subtitle { color: rgba(255,255,255,0.92); margin-bottom: 16px; font-size: 15px; }
.auth-card .group { display:flex; flex-direction:column; gap:6px; }
.auth-card .actions { display:flex; align-items:center; justify-content:space-between; gap: 8px; margin-top: 6px; }
.auth-card .muted { color: var(--text-1); font-size: 13px; }

/* Espaço extra no mobile para afastar o logo do menu */
@media (max-width: 980px){
  .auth-wrap { padding-top: 56px; }   /* antes era 24px 0 */
  .auth-card { margin-top: 8px; }     /* respiro adicional no card */
}

/* Gradient variant (login pattern) */
.auth-card.gradient {
  background: linear-gradient(180deg, #6b5cf6 0%, #8b5cf6 25%, #a855f7 55%, #c026d3 100%);
  border: none;
  color: #fff;
}
.auth-card.gradient .subtitle { color: rgba(255,255,255,0.9); }
.auth-card .logo-circle { width: 88px; height: 88px; border-radius: 50%; background: rgba(255,255,255,0.95); display:grid; place-items:center; margin: 6px auto 10px; color:#6b21a8; }
.auth-card .logo-circle svg { width:42px; height:42px; display:block; }

/* Underline inputs inside auth-card */
.auth-card .underline-group { margin-top: 4px; }
.auth-card .underline-input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1.5px solid rgba(255,255,255,0.85) !important;
  border-radius: 0 !important;
  padding: 12px 0 10px !important;
  color: #fff !important;
  font-size: 16px;
}
.auth-card .underline-input::placeholder { color: rgba(255,255,255,0.92); }
.auth-card .underline-input:focus { box-shadow: none !important; border-bottom-color: #fff !important; }

 /* Força o underline no input date no mobile (iOS/Safari) */
 .auth-card input[type="date"].underline-input {
   -webkit-appearance: none;
   appearance: none;
   background: transparent !important;
   border: none !important;
   border-bottom: 1.5px solid rgba(255,255,255,0.85) !important;
   border-radius: 0 !important;
   padding: 12px 0 10px !important;
   color: #fff !important;
   font-size: 16px;
 }

 /* Ajusta o valor exibido dentro do date no iOS */
 .auth-card input[type="date"].underline-input::-webkit-date-and-time-value {
   text-align: left;
   color: #fff;
 }

/* Password toggle in underline group */
.auth-card .pass-group { position: relative; }
.auth-card .pass-group .toggle-pass {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  background: transparent; border: none; color: #fff; cursor: pointer;
  font-size: 16px; padding: 4px; line-height: 1; opacity: .9;
}
.auth-card .pass-group .toggle-pass:hover { opacity: 1; }

/* Center form content and leading icons */
.auth-card .form-login { width: min(360px, 92%); margin: 0 auto; }
.auth-card .underline-group { position: relative; margin-top: 16px; }
.auth-card .underline-group, .auth-card .pass-group { width: min(360px, 92%); margin-left: auto; margin-right: auto; }
.auth-card .underline-group .leading-icon { position:absolute; left:0; top:50%; transform: translateY(-50%); color: rgba(255,255,255,0.95); font-size:14px; }
.auth-card .underline-group .leading-icon svg { width:16px; height:16px; display:block; fill: currentColor; }
.auth-card .underline-group .underline-input { padding-left: 28px !important; }
.auth-card .pass-group .underline-input { padding-right: 34px !important; }
.auth-card .check-row { width: min(360px, 92%); margin: 14px auto 0; }
.auth-card .divider { width: min(360px, 92%); margin: 8px auto; }
.auth-card .actions { width: min(360px, 92%); margin: 14px auto 0; }
.auth-card .forgot { text-align: center; }

/* Checkbox and pill button */
.auth-card .check-row { display:flex; align-items:center; gap:10px; margin-top:12px; }
.auth-card input[type="checkbox"] { width:18px; height:18px; accent-color: #fff; }
.auth-card .btn-pill { background:#fff; color:#6b21a8; border:none; padding:13px 24px; border-radius:999px; font-weight:800; cursor:pointer; transition:.2s; font-size:16px; }
.auth-card .btn-pill:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,0.15); }
.auth-card .actions .btn-pill, .auth-card .btn-pill { display: inline-block; margin-top: 12px; }
@media (max-width: 640px) { .auth-card .btn-pill { width: 100%; } }
.auth-card .forgot { display:block; text-align:center; color: rgba(255,255,255,0.9); margin-top: 18px; font-size: 13px; }

/* Social login */
.social-row { display:flex; gap:12px; margin: 12px 0 14px; justify-content:center; }
.btn-social { display:flex; align-items:center; gap:10px; padding:12px 16px; border-radius:12px; font-weight:700; text-decoration:none; box-shadow: 0 6px 16px rgba(0,0,0,.15); border:1px solid rgba(255,255,255,0.12); transition: transform .15s ease, box-shadow .15s ease; }
.btn-social:hover { transform: translateY(-1px) scale(1.02); box-shadow: 0 10px 22px rgba(0,0,0,.18); }
.btn-social .icon { width:20px; height:20px; display:grid; place-items:center; background: rgba(255,255,255,0.15); border-radius:4px; font-weight:900; }
.btn-social.facebook { background:#37589b; color:#fff; border:none; }
.btn-social.facebook .icon { background: rgba(255,255,255,0.25); }
.btn-social.google { background:#fff; color:#333; border:1px solid #e5e7eb; }
.btn-social.google .icon { background: transparent; color:#ea4335; }
.divider { display:flex; align-items:center; justify-content:center; gap:10px; color:#fff; opacity:.9; margin: 10px 0 12px; }
.divider::before, .divider::after { content:''; height:1px; background: rgba(255,255,255,0.6); width:72px; border-radius:1px; }

/* ===== Orders & Tickets ===== */
.order-card {
  background: rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}
.order-card h3 {
  margin-bottom: 8px;
  color: #ffab91;
}
.tickets {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}
.ticket-card {
  background: rgba(0,0,0,0.3);
  border-radius: 8px;
  padding: 12px;
  width: 200px;
  text-align: center;
}
.ticket-card .qrcode {
  width: 100%;
  max-width: 150px;
  margin: 10px auto;
  display: block;
}
.ticket-actions {
  display: flex;
  justify-content: space-around;
  margin-top: 8px;
}
.ticket-actions a, .ticket-actions button {
  background: #ff7043;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
}
.ticket-actions a:hover, .ticket-actions button:hover {
  background: #ffab91;
}

/* ===== Admin Panel ===== */
.admin-section {
  background: rgba(255,255,255,0.05);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.admin-section h3 {
  margin-bottom: 15px;
  color: #ffab91;
}
.form-admin {
  display: grid;
  grid-template-columns: 1fr; /* única coluna: evita layout em duas colunas e overflow lateral */
  gap: 12px;
  margin-bottom: 20px;
  overflow-x: hidden; /* garante que não exista rolagem horizontal no form */
}
.form-admin label {
  grid-column: 1 / -1; /* ocupa a largura total, independente do nº de colunas */
  font-weight: 600;
}
.form-admin input, .form-admin select, .form-admin textarea {
  grid-column: 1 / -1; /* ocupa a largura total */
  padding: 8px;
  border-radius: 6px;
  border: none;
}
.form-admin button {
  grid-column: 1 / -1; /* ocupa a largura total */
  background: #ff7043;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.form-admin button:hover {
  background: #ffab91;
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.admin-table th, .admin-table td {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 8px;
  text-align: center;
}
.admin-table th {
  background: rgba(255,255,255,0.1);
}

/* ===== GRID DE PRODUTOS ===== */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.product-card {
    background: var(--surface-1);
    border-radius: 14px;
    padding: 0 0 12px 0;
    text-align: left;
    border: 1px solid rgba(255,255,255,0.06);
    overflow: hidden;
}

.product-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.product-card h3 {
    margin: 10px 12px 4px;
    font-size: 18px;
}

.product-meta { display:flex; gap:16px; align-items:center; margin: 0 12px 8px; color:#94a3b8; font-size:13px; }
.chips { display:flex; flex-wrap:wrap; gap:6px; margin: 0 12px 10px; }
.chip.small { padding:4px 8px; font-size:12px; background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius:999px; color:#cbd5e1; }

.product-card .price {
    font-weight: bold;
    color: var(--accent-500);
    margin: 0 12px 10px;
}

.product-card button {
    display: inline-block;
    padding: 10px 12px;
    margin: 5px 6px;
    border: none;
    border-radius: 8px;
    background: var(--primary-600);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.product-card button:hover {
    background: var(--primary-500);
}

.product-card .buy-now { background: var(--accent-600); }

.product-card .buy-now:hover { background: var(--accent-500); }

.badge {
  position: absolute; top: 10px; left: 10px;
  background: rgba(2,6,23,0.85);
  color: #fff; padding: 6px 10px; border-radius: 999px; font-size: 12px;
  border: 1px solid rgba(255,255,255,0.12);
}
.rating {
  position: absolute; top: 10px; right: 10px; background: #1d4ed8; color:#fff; padding: 6px 10px; border-radius: 999px; font-size: 12px;
}
.card-img { position: relative; }

/* ===== Modal Detalhes ===== */
.modal { position: fixed; inset: 0; display:none; align-items:center; justify-content:center; z-index:3000; }
.modal.show { display:flex; }
.modal .backdrop { position:absolute; inset:0; background:rgba(0,0,0,0.6); }
.modal .dialog { position:relative; background:#0b1222; border:1px solid rgba(255,255,255,0.1); border-radius:12px; width: min(920px, 92vw); max-height:90vh; overflow:auto; padding:16px; color:#e5e7eb; }
.modal .dialog header { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
.modal .close-btn { background:transparent; border:1px solid rgba(255,255,255,0.2); color:#e5e7eb; border-radius:8px; padding:6px 10px; cursor:pointer; }
.gallery { display:grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap:10px; margin-top:10px; }
.gallery img { width:100%; height:120px; object-fit:cover; border-radius:8px; }
.dialog .desc { margin-top:10px; line-height:1.5; color:#cbd5e1; }

/* ===== Carrinho Dropdown ===== */
.cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  background: #fff;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: none; /* escondido por padrão */
  z-index: 3000;
}

.cart-dropdown.active {
  display: block; /* mostra quando ativo */
}

.cart-dropdown .cart-content {
  padding: 15px;
}

.cart-dropdown h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.cart-dropdown .cart-footer {
  margin-top: 10px;
  text-align: right;
}

.cart-dropdown .cart-footer button {
  margin-left: 5px;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.cart-dropdown .cart-footer button:first-child {
  background: #ff7043;
  color: #fff;
}

.cart-dropdown .cart-footer button:last-child {
  background: #999;
  color: #fff;
}

/* ===== ABOUT PAGE STYLES ===== */
.about-section {
  background: var(--bg-gradient);
  color: #fff;
  min-height: 100vh;
}

/* Hero Section */
.about-hero {
  padding: 80px 0 60px;
  text-align: center;
  background: linear-gradient(135deg, rgba(123, 58, 237, 0.9), rgba(192, 38, 211, 0.9));
}

.about-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #fff, #e2e8f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Missão, Visão e Valores */
.about-mvv {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.05);
}

.mvv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.mvv-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mvv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.mvv-icon {
  color: var(--accent-400);
  margin-bottom: 20px;
}

.mvv-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.mvv-card p {
  opacity: 0.9;
  line-height: 1.6;
}

/* Funcionalidades */
.about-features {
  padding: 80px 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}

.features-grid {
  display: grid;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  border-left: 4px solid var(--accent-500);
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateX(10px);
}

.feature-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-400);
  min-width: 60px;
}

.feature-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.feature-content p {
  opacity: 0.9;
  line-height: 1.6;
}

/* Estatísticas */
.about-stats {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.05);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center;
}

.stat-item {
  padding: 30px 20px;
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent-400);
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1.1rem;
  opacity: 0.9;
  font-weight: 500;
}

/* Tecnologia */
.about-tech {
  padding: 80px 0;
}

.tech-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.tech-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.tech-text p {
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 30px;
}

.tech-features {
  list-style: none;
  padding: 0;
}

.tech-features li {
  padding: 8px 0;
  opacity: 0.9;
  font-weight: 500;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tech-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.tech-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

/* CTA Final */
.about-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(123, 58, 237, 0.9), rgba(192, 38, 211, 0.9));
  text-align: center;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.cta-content p {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
  background: #fff;
  color: var(--accent-600);
}

.btn-primary:hover {
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: var(--accent-600);
  transform: translateY(-2px);
}

/* Responsividade */
@media (max-width: 768px) {
  .about-title {
    font-size: 2.5rem;
  }
  
  .about-subtitle {
    font-size: 1.1rem;
  }
  
  .mvv-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .tech-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .feature-item {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-primary, .btn-secondary {
    width: 100%;
    max-width: 300px;
  }
}


.hero-centered {
  display: flex;
  flex-direction: column;   /* força empilhar (um em cima do outro) */
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.hero-img-main {
  max-width: 1200px;  /* tamanho da imagem principal */
  width: 100%;
  height: auto;
  margin-bottom: 20px; /* espaço entre a principal e o botão */
}

.hero-img-btn {
  max-width: 260px;  /* tamanho do botão */
  width: 100%;
  height: auto;
}



/* container */
.profile-menu{ position:relative; display:inline-block; }

/* painel */
.profile-menu .dropdown-panel{
  position:absolute; right:0; top:calc(100% + 8px);
  min-width:220px; padding:8px;
  background:#12101a; color:#fff;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,.35);
  display:none; z-index:3000;
}

/* abre com um modificador na raiz */
.profile-menu.is-open .dropdown-panel{ display:block; }

/* itens */
.profile-menu .dropdown-panel a{
  display:block; padding:10px 12px; border-radius:10px; color:#fff; text-decoration:none;
}
.profile-menu .dropdown-panel a:hover{ background:rgba(255,255,255,.06); }

/* garante que o header não corte o menu */
.site-header{ overflow:visible; }



.profile-menu{ position:relative; display:inline-block; }

.profile-menu .dropdown-panel{
  position:absolute; right:0; top:calc(100% + 8px);
  min-width:220px; padding:8px;
  background:#12101a; color:#fff;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,.35);
  display:none; z-index:3000;
}

.profile-menu.is-open .dropdown-panel{ display:block; }




/* Dropdown padrão (escuro) já está ok... */

/* ➜ Versão clara quando o header é .light */
.site-header.light .profile-menu .dropdown-panel{
  background:#ffffff;                /* claro */
  color:#111;                        /* texto escuro */
  border:1px solid #e5e7eb;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

/* Links dentro do dropdown claro */
.site-header.light .profile-menu .dropdown-panel a{
  color:#111; 
  opacity:1;                         /* não herdar opacity do menu */
}
.site-header.light .profile-menu .dropdown-panel a:hover{
  background:#f3f4f6;
}

/* Se estiver ficando “apagado” por causa de regras genéricas do menu */
.site-header.light .profile-menu .dropdown-panel,
.site-header.light .profile-menu .dropdown-panel *{
  opacity:1 !important;              /* só use se ainda aparecer acinzentado */
}



/* ===== Admin: contraste de textos (modo claro) ===== */

/* Títulos e textos primários */
.admin-content h1,
.admin-content h2,
.admin-content h3,
.admin-content h4,
.admin-content h5,
.admin-content h6 { 
  color:#111827 !important;          /* quase preto */
  font-weight:800;                   /* mantém robusto */
}

/* Subtítulos / rótulos (legenda) */
.admin-content .label,
.admin-content .muted,
.admin-dashboard .dash-card .label {
  color:#374151 !important;          /* cinza-escuro */
}

/* Texto secundário */
.admin-content p,
.admin-content .sub,
.admin-content .help {
  color:#4b5563 !important;
}

/* Cartões e grids do dashboard */
.admin-dashboard .dash-card .value { color:#111827 !important; }
.admin-dashboard .dash-grid h4 { color:#111827 !important; }

/* Tabelas */
.admin-content .admin-table th {
  background:#f3f4f6 !important;
  color:#111827 !important;
}
.admin-content .admin-table td { color:#111827 !important; }

/* Barrinhas/divisórias abaixo dos títulos (se houver) */
.admin-content .divider,
.admin-content .dash-grid hr,
.admin-content .dash-grid .divider-h {
  background:#d1d5db !important;
  border-color:#d1d5db !important;
}

/* Botões continuam legíveis no claro */
.admin-content .btn { color:#fff !important; }



/* Esconde itens específicos do breadcrumb nas páginas de listagem */
nav.breadcrumbs li:has(a[href*="page=rooms"][href*="category=individual"]) { display:none; } /* some "Hotel" */
nav.breadcrumbs li:has(a[href*="page=rooms"][href*="category=coletiva"])   { display:none; } /* some "Flat" */

/* se quiser sumir com o breadcrumb inteiro nessas páginas: */
/* .page-rooms nav.breadcrumbs { display:none; } */


/* solta os filhos do aside para poder reposicionar */


/* --- VISUAL: fundo branco igual aos cards --- */
.product-detail .pd-desc,
.product-detail .pd-trust,
.product-detail .rel-grid {
  background:#fff;
  color:#111827;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:14px;
}

/* títulos escuros dentro desses cards */
.product-detail .pd-desc h3,
.product-detail .pd-trust h3,
.product-detail .rel-grid h3 { color:#111827; }

/* --- POSIÇÃO (escolha um dos layouts) --- */

/* A) abaixo da FOTO (coluna esquerda) */
.product-detail .pd-desc,
.product-detail .pd-trust { grid-column: 1 / 2; margin-top:10px; }

/* related em faixa inteira (se tiver) */
.product-detail .rel-grid { grid-column: 1 / -1; margin-top:12px; }

/* B) se preferir TUDO em faixa inteira, troque por: */
/*
.product-detail .pd-desc,
.product-detail .pd-trust,
.product-detail .rel-grid { grid-column: 1 / -1; }
*/


/* Card de compra (coluna direita) — mantém o branco */
.product-detail .summary{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:14px;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  color:#111827;
}

/* Descrição em card branco quando for movida para baixo */
.product-detail .pd-desc{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:14px;
  color:#111827;
}

/* Títulos em escuro */
.product-detail .pd-desc h3,
.product-detail .summary h1,
.product-detail .summary h3 { color:#111827; }


/* bloco de relacionados no fim da descrição */
.pd-related-block{
  margin-top:16px;
}
.pd-related-block > h3{
  margin:0 0 8px;
  font-weight:800;
  color:#111827;
}



.hero-video {
  width: 100%;
  max-width: 980px;     /* ajuste se quiser menor/maior */
  margin: 16px auto;    /* espaço entre imagem e botão */
  aspect-ratio: 16 / 9; /* mantém responsivo */
  background: #000;     /* evita “flash” branco antes de carregar */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}

.hero-video-iframe {
  width: 100%;
  height: 100%;
  display: block;
}



/* ===== Product Page (Clean / Au Lit inspired) ===== */
.product-detail { color: #0f172a; }
.product-detail .breadcrumb { color:#6b7280; margin: 10px 0 14px; font-size: 14px; }
.product-detail .breadcrumb a { color:#6b7280; }
.product-detail .breadcrumb .crumb-current { color:#111827; }
.product-detail .pd-title { font-family: ui-serif, Georgia, 'Times New Roman', Times, serif; font-weight: 600; color:#111827; font-size: 28px; }
.product-detail .pd-meta .chip { background:#f3f4f6; border-color:#e5e7eb; color:#374151; }
.product-detail .pd-price { font-size: 34px; font-weight: 700; color:#111827; }
.product-detail .pd-price-sub { color:#4b5563; }
.product-detail .btn { border-radius: 8px; padding: 12px 16px; font-weight: 700; }
.product-detail .btn, .product-detail .btn.secondary { background:#2f855a; }
.product-detail .btn:hover, .product-detail .btn.secondary:hover { background:#276749; }
.product-detail .btn.wpp { border:1px solid #25D366; color:#25D366; background:#fff; }
.product-detail .pay-methods .pm { background:#fff; border-color:#e5e7eb; }
.product-detail .summary { background:#fff; }
.product-detail .thumb { border-radius: 6px; }
.product-detail .pd-trust { display:flex; gap:12px; flex-wrap:wrap; margin-top:10px; color:#374151; font-size: 14px; }
  .product-detail .trust-badge { display:flex; align-items:center; gap:8px; padding:8px 10px; border:1px solid #e5e7eb; border-radius:8px; background:#fff; }
  
/* ===== Admin: Alto contraste em formulários ===== */
.admin-content form, .form-admin { --adm-bg: rgba(255,255,255,0.95); --adm-bd:#d1d5db; --adm-tx:#111827; --adm-ph:#6b7280; }
.admin-content form input,
.admin-content form select,
.admin-content form textarea,
.form-admin input,
.form-admin select,
.form-admin textarea { background: var(--adm-bg) !important; color: var(--adm-tx) !important; border:1px solid var(--adm-bd) !important; }
.admin-content form input::placeholder,
.admin-content form textarea::placeholder,
.form-admin input::placeholder,
.form-admin textarea::placeholder { color: var(--adm-ph) !important; }
.admin-content form select option, .form-admin select option { color:#111; background:#fff; }
.admin-content fieldset, .form-admin fieldset { background: rgba(255,255,255,0.9) !important; border:1px solid #d1d5db !important; }
.admin-content .muted, .form-admin .muted { color:#374151 !important; opacity:.95; }

/* ===== Admin: Layout e Formulário (melhorias de alinhamento) ===== */
.admin-content { position: relative; z-index: 1; }
.admin-content { overflow-x: hidden; } /* evita rolagem horizontal na área de conteúdo do admin */
.admin-content #productFormWrap { background: rgba(255,255,255,0.96); border:1px solid #d1d5db; border-radius: 12px; padding: 14px; box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.admin-content #adminProductsList { background: rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 10px; }
.admin-content .form-toolbar { position: sticky; top: 74px; z-index: 2; background: rgba(255,255,255,0.96); border-bottom: 1px solid #e5e7eb; padding: 8px 0; margin: -8px -2px 10px; }

/* ===== Utilities (Bootstrap-like) ===== */
.row { display:flex; flex-wrap:wrap; margin-left:-8px; margin-right:-8px; }
.col-12, .col-6 { padding-left:8px; padding-right:8px; box-sizing:border-box; }
.col-12 { width:100%; }
.col-6 { width:50%; }
@media (max-width: 980px){ .col-6 { width:100%; } }
.form-group { margin-bottom: 12px; }
.form-label { display:block; font-weight:700; color:#111827; margin-bottom:6px; }
.form-control { width:100%; padding: 10px 12px; border-radius: 10px; border:1px solid #d1d5db; background:#fff; color:#111; }
.form-help { display:block; font-size:12px; color:#6b7280; margin-top:4px; }
.invalid-feedback { display:none; font-size:12px; color:#b91c1c; margin-top:4px; }
.is-invalid + .invalid-feedback { display:block; }
.admin-card { background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:12px; margin:10px 0; }
.form-actions-sticky { position: sticky; bottom: 0; background:#fff; border-top:1px solid #e5e7eb; padding:10px; display:flex; gap:10px; justify-content:flex-end; border-radius:0 0 12px 12px; }

/* Toolbar steps (anchors) */
.form-steps { display:flex; gap:8px; flex-wrap:wrap; margin-left:auto; }
.form-steps a { display:inline-block; padding:8px 10px; border-radius:999px; border:1px solid #e5e7eb; background:#fff; color:#111827; font-weight:700; font-size:13px; text-decoration:none; }
.form-steps a:hover { background:#f8fafc; border-color:#d1d5db; }
.form-steps a.active { background:#111827; color:#fff; border-color:#111827; }

/* Grade de quartos: organiza os checkboxes em grid e chips clicáveis */
.grid-rooms { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 6px; }
@media (max-width: 980px){ .grid-rooms { grid-template-columns: repeat(3, 1fr); } }
.room-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; border:1px solid #d1d5db; border-radius: 10px; background: #fff; color:#111; cursor: pointer; }
.room-chip input[type="checkbox"] { width: 16px; height: 16px; }
.room-chip span { font-weight: 700; }
/* Wrap e agrupamento por andar */
.rooms-grid-wrap { display: grid; gap: 12px; margin-top: 6px; }
.rooms-floor { background: rgba(255,255,255,0.96); border:1px solid #d1d5db; border-radius: 12px; padding: 10px; }
.rooms-floor-head { display:flex; align-items:center; justify-content: space-between; margin-bottom: 8px; gap: 10px; }
.rooms-floor-title { font-weight: 800; color:#111827; }
.rooms-floor-actions .btn { padding: 8px 10px; border-radius: 10px; }
/* Estado selecionado destacado */
.room-chip.selected { background: #eaf3ff; border-color: #93c5fd; box-shadow: 0 0 0 3px rgba(147,197,253,.35); }

/* Tabela de preço por pessoa: evita overflow lateral */
.admin-content .form-admin table.admin-table { width: 100%; }
.admin-content .form-admin table.admin-table input[type="number"] { width: 100%; }
.admin-content .form-admin .admin-table { border-color: #e5e7eb; }
.admin-content .form-admin .admin-table th, .admin-content .form-admin .admin-table td { background: #fff; color:#111; border-color:#e5e7eb; }

/* Garante que a seção de pedidos só apareça quando ativa */
.admin-content #orders { display: none; }
.admin-content #orders.active { display: block; }

/* ===== Product Page – Padronização ===== */
.product-detail .detail-grid{display:grid;grid-template-columns:1.4fr 0.9fr;gap:18px;align-items:start}
@media (max-width: 980px){ .product-detail .detail-grid{grid-template-columns:1fr;gap:14px}}
.product-detail .media-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:10px}
.product-detail .main-img{width:100%;aspect-ratio: 16 / 9; border-radius:12px; object-fit: cover; display:block}
.product-detail .thumbs{display:flex; gap:8px; margin-top:10px; overflow:auto; padding-bottom:2px}
.product-detail .thumbs::-webkit-scrollbar{height:8px}
.product-detail .thumbs::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}
.product-detail #thumbsTrack .thumb{width:86px;height:64px;border:2px solid transparent;border-radius:8px;overflow:hidden;background:#fff}
.product-detail #thumbsTrack .thumb img{width:100%;height:100%;object-fit:cover;display:block}
.product-detail #thumbsTrack .thumb.active{border-color:#22c55e; box-shadow:0 0 0 3px rgba(34,197,94,.18)}

.product-detail .buy-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;box-shadow:0 12px 28px rgba(0,0,0,.08)}
.product-detail .pd-meta .chip{background:#f3f4f6;border-color:#e5e7eb;color:#374151}
.product-detail .pd-price{font-size:32px;font-weight:800;color:#111827}
.product-detail .pd-price-sub{color:#4b5563;margin-top:2px}
.product-detail .pd-qty{display:flex;align-items:center;gap:8px;margin:6px 0}
.product-detail .qty-btn{width:34px;height:34px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#111;cursor:pointer}
.product-detail .pd-qty input{width:58px;text-align:center;border:1px solid #d1d5db;background:#fff;color:#111;border-radius:8px;padding:8px 6px}
.product-detail .pd-field{margin:8px 0}
.product-detail .pd-field .label{color:#374151;font-weight:700;margin-bottom:6px}
.product-detail #ppAdults,.product-detail #ppChildren{background:#fff;border:1px solid #d1d5db;color:#111;border-radius:8px;padding:8px 10px}
.product-detail .pd-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.product-detail .pd-actions .btn{border-radius:10px;padding:12px 14px;font-weight:800}
.product-detail .btn.wpp{background:#fff;color:#25D366;border:2px solid #25D366}
.product-detail .btn.wpp:hover{background:#e7f8ee}
.product-detail .pay-methods{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}
.product-detail .pm{display:inline-flex;align-items:center;gap:6px;border:1px solid #e5e7eb;border-radius:8px;padding:6px 8px;background:#fff;color:#374151}
.product-detail .summary{margin-top:12px;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.product-detail .flash.warning{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}
