
:root {
  /* Cores Principais do Logo */
  --cor-azul: #00A3E0;
  --cor-rosa: #EC008C;
  --cor-verde: #7BC043;
  --cor-laranja: #F37022;
  --cor-amarelo: #FFD100;

  /* Base Minimalista */
  --cor-fundo-limpo: #FFFFFF;
  --cor-fundo-suave: #F8F9FA;
  --cor-texto-escuro: #1E293B; /* Slate 800 para leitura perfeita */
  --cor-texto-mutado: #64748B; /* Slate 500 */
  --borda: #E2E8F0;
  --radius-lg: 20px;
  --radius-md: 14px;
}

/* ============================================================
   TIPOGRAFIA
============================================================ */

/* ============================================================
   TIPOGRAFIA PLAY KIDS
============================================================ */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:"Plus Jakarta Sans",sans-serif;
}

body{
    background:var(--cor-fundo-limpo);
    color:var(--cor-texto-escuro);

    font-family:"Plus Jakarta Sans",sans-serif;
    font-size:16px;
    font-weight:500;
    line-height:1.7;

    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

/* ============================================================
   TÍTULOS
============================================================ */

h1,
h2,
h3,
h4,
h5,
h6,
.hero-content h1,
.section-header-clean h2,
.sobre-card h2,
.contato-formulario h3,
.contato-info h3,
.footer-links h4,
.footer-contact h4,
.sidebar-title,
.title{
    font-family:"Plus Jakarta Sans",sans-serif;
    font-weight:700;
    letter-spacing:-.03em;
    line-height:1.15;
}

/* ============================================================
   TEXTOS
============================================================ */

p,
span,
small,
label,
li{
    font-weight:500;
}

/* ============================================================
   MENU
============================================================ */

.header-nav a,
.menu-item,
.sidebar-footer-text,
.footer-links a,
.footer-contact a{
    font-weight:600;
    letter-spacing:.15px;
}

/* ============================================================
   BOTÕES
============================================================ */

button,
.btn,
.hero-btn,
.btn-ver-mais-brinquedos,
.btn-whatsapp-sobre,
.btn-enviar-whats,
#list .btn{
    font-weight:700;
}

/* ============================================================
   PREÇOS
============================================================ */

.hero-preco-oferta,
.faixa-preco-oferta,
.price{
    font-weight:800;
    letter-spacing:-.02em;
}

.hero-preco-original,
.faixa-preco-original{
    font-weight:500;
}

/* ============================================================
   FORMULÁRIOS
============================================================ */

input,
textarea,
select{
    font-family:"Plus Jakarta Sans",sans-serif;
    font-weight:500;
}

/* SIDE MENU */

.side-menu{
  position:fixed;
  top:0;
  left:-320px;
  width:290px;
  height:100vh;

  background:linear-gradient(
    180deg,
    #ffffff,
    var(--cor-fundo-suave)
  );

  z-index:2000;

  transition:.4s cubic-bezier(.77,0,.18,1);

  padding:16px;

  box-shadow:15px 0 40px rgba(0,0,0,0.08);

  display:flex;
  flex-direction:column;

  border-right:1px solid #ececec;

  overflow-y:auto;
}

.side-menu.active{
  left:0;
}

/* TOPO */

.sidebar-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}

.sidebar-title{
  display:flex;
  align-items:center;
  gap:8px;

  font-size:18px;
  font-weight:700;

  color:#222;
}

.sidebar-title i{
  color:var(--cor-azul);
  font-size:16px;
}

/* FECHAR */

.close-sidebar{
  width:40px;
  height:40px;

  border:none;
  border-radius:14px;

  background:#f3f3f3;

  cursor:pointer;

  transition:.25s;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:16px;

  color:#444;
}

.close-sidebar:hover{
  background:linear-gradient(
    90deg,
    var(--cor-azul),
    var(--cor-rosa)
  );

  color:#fff;
}

/* LISTA */

.menu-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}

/* ITENS */

.menu-item{
  width:100%;

  border:none;

  background:#fff;

  padding:14px;

  border-radius:16px;

  display:flex;
  align-items:center;

  gap:12px;

  cursor:pointer;

  font-size:14px;
  font-weight:600;

  color:#333;

  border:1px solid #ececec;

  transition:.2s;
}

.menu-item i{
  width:18px;
  font-size:15px;
  color:var(--cor-azul);
}

.menu-item:hover{
  background:#f7f9fb;
  transform:translateX(3px);
  border-color:rgba(0,163,224,0.18);
}

/* ATIVO */

.menu-item.active{
  background:linear-gradient(
    90deg,
    var(--cor-azul),
    var(--cor-rosa)
  );

  color:#fff;

  border:none;

  box-shadow:0 10px 20px rgba(0,163,224,0.18);
}

.menu-item.active i{
  color:#fff;
}

.menu-item.active:hover{
  transform:none;
}

/* ============================================================
   CORREÇÃO DEFINITIVA BOTÃO ADMIN SIDEBAR
============================================================ */

.side-menu .menu-list .menu-item.admin-item {
  background: #111111 !important;
  color: #ffffff !important;

  border: 1px solid #111111 !important;

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.side-menu .menu-list .menu-item.admin-item i {
  color: #ffffff !important;
}

.side-menu .menu-list .menu-item.admin-item:hover,
.side-menu .menu-list .menu-item.admin-item:focus,
.side-menu .menu-list .menu-item.admin-item:focus-visible,
.side-menu .menu-list .menu-item.admin-item:active {
  background: #1c1c1c !important;
  color: #ffffff !important;

  border-color: #1c1c1c !important;

  outline: none !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16) !important;

  transform: translateX(3px);
}

.side-menu .menu-list .menu-item.admin-item:hover i,
.side-menu .menu-list .menu-item.admin-item:focus i,
.side-menu .menu-list .menu-item.admin-item:focus-visible i,
.side-menu .menu-list .menu-item.admin-item:active i {
  color: #ffffff !important;
}

/* Remove o brilho branco do toque no celular */
.side-menu .menu-list .menu-item.admin-item {
  -webkit-tap-highlight-color: transparent !important;

  appearance: none;
  -webkit-appearance: none;
}

/* Celulares e telas de toque */
@media (hover: none) and (pointer: coarse) {
  .side-menu .menu-list .menu-item.admin-item:hover,
  .side-menu .menu-list .menu-item.admin-item:focus,
  .side-menu .menu-list .menu-item.admin-item:focus-visible,
  .side-menu .menu-list .menu-item.admin-item:active {
    background: #111111 !important;
    color: #ffffff !important;

    border-color: #111111 !important;

    transform: none;
  }
}

/* ADMIN */

.admin-item{
  background:#111;

  color:#fff;

  border:none;

  box-shadow:0 10px 20px rgba(0,0,0,0.12);
}

.admin-item i{
  color:var(--cor-amarelo);
}

.admin-item:hover{
  background:#1c1c1c;
  transform:translateX(3px);
}

.admin-item i{
  color:#fff;
}

.admin-item:hover{
  transform:translateX(3px);
  opacity:.96;
}

/* DIVISOR */

.menu-divider{
  height:1px;
  background:#ececec;
  margin:6px 0;
}

/* FOOTER */

.sidebar-footer{
  margin-top:auto;
  padding-top:16px;
  text-align:center;
  border-top:1px solid #ececec;
}

.sidebar-footer-text{
  font-size:13px;
  font-weight:700;
  color:#222;
  margin-bottom:2px;
}

.sidebar-footer small{
  color:#777;
  font-size:11px;
}

/* OVERLAY */

.overlay{
  position:fixed;
  inset:0;

  background:rgba(0,0,0,.35);

  opacity:0;
  visibility:hidden;

  transition:.3s;

  z-index:1500;
}

.overlay.active{
  opacity:1;
  visibility:visible;
}

/* Container de largura máxima padrão para alinhar o conteúdo */
.container-clean {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Cabeçalhos de Seção Padronizados */
.section-header-clean {
  margin-bottom: 48px;
  text-align: center;
}

.badge-clean {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(0, 163, 224, 0.08);
  color: var(--cor-azul);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-header-clean h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--cor-texto-escuro);
  margin-bottom: 8px;
}

.section-header-clean p {
  color: var(--cor-texto-mutado);
  font-size: 16px;
}

/* ============================================================
   📌 HEADER
   ============================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  height: 74px;
  padding: 0 32px;
  background: linear-gradient(90deg, var(--cor-azul), var(--cor-rosa));
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

/* Desktop: esconde área do hambúrguer */
.header-left {
  grid-column: 1;
  display: none;
}

/* Desktop: logo na esquerda */
.header-logo {
  grid-column: 1;
  justify-self: flex-start;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header-logo img {
  height: 70px;
  width: auto;
  display: block;
}

/* Desktop: links no centro */
.header-nav {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.header-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding: 8px 0;
}

.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: .25s;
}

.header-nav a:hover::after {
  width: 100%;
}

/* Desktop: carrinho na direita */
.header-right {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-btn,
.icon-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: .2s;
  position: relative;
}

.menu-btn {
  display: none;
}

.icon-btn {
  display: flex;
}

.menu-btn:hover,
.icon-btn:hover {
  background: rgba(255,255,255,0.28);
}

.icon-btn .badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--cor-amarelo);
  color: #111;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   📱 HEADER MOBILE
   ============================================================ */

@media (max-width: 768px) {
  .site-header {
    height: 68px;
    padding: 0 14px;
    grid-template-columns: 44px 1fr 44px;
    column-gap: 8px;
  }

  /* Mobile: hambúrguer na esquerda */
  .header-left {
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
  }

  .menu-btn {
    display: flex;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }

  /* Mobile: logo no centro real */
  .header-logo {
    grid-column: 2;
    justify-self: center;
    justify-content: center;
    width: 100%;
  }

  .header-logo img {
    height: 70px;
  }

  /* Mobile: esconde links */
  .header-nav {
    display: none;
  }

  /* Mobile: carrinho na direita */
  .header-right {
    grid-column: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
  }

  .icon-btn {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }
}

.header-right{
    display:flex;
    align-items:center;
    gap:10px;
}

/* Escondido no celular */
.admin-btn{
    display:none;
    text-decoration:none;
}

/* Mostra apenas no desktop */
@media (min-width: 992px){

    .admin-btn{
        display:flex;
        align-items:center;
        justify-content:center;
    }

}
/* ============================================================
   📌 1. HERO CAROUSEL
   ============================================================ */
.hero { width: 100%; position: relative; overflow: hidden; background: #111; }
.hero-carousel { position: relative; width: 100%; display: flex; }
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  display: flex;
  align-items: center;
  z-index: 1;
}
.hero-slide.active { opacity: 1; visibility: visible; position: relative; min-height: 580px; z-index: 2; }
.slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: -2; }

.hero-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  color: #fff;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 22px;
}
.hero-content h1 { font-size: 56px; line-height: 1.1; max-width: 750px; margin-bottom: 20px; font-weight: 800; }
.hero-content p { font-size: 18px; max-width: 580px; line-height: 1.7; color: #f1f1f1; margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.hero-btn {
  height: 54px;
  padding: 0 28px;
  border-radius: var(--radius-md);
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: .25s;
}
.hero-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }
.hero-btn.light { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; }

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  backdrop-filter: blur(4px);
}
.carousel-control.prev { left: 24px; }
.carousel-control.next { right: 24px; }

/* ============================================================
   PREÇOS DA OFERTA DENTRO DO HERO
   ============================================================ */

.hero-precos {
    display: flex;
    flex-direction: column;
    gap: 6px;

    margin: 22px 0 34px;

    padding: 0;
}

.hero-preco-original{
    color:rgba(255,255,255,.70);
    font-size:16px;
    text-decoration:line-through;
}

.hero-preco-oferta{
    color:var(--cor-laranja);
    font-size:34px;
    font-weight:900;
    line-height:1.1;
}

/* Indicadores inferiores */

.carousel-indicators {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
}

.carousel-indicators .indicator {
  width: 11px;
  height: 11px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition:
    width 0.25s ease,
    background-color 0.25s ease;
}

.carousel-indicators .indicator.active {
  width: 30px;
  background: #ffffff;
}


/* ============================================================
   FAIXA ROLANTE DE OFERTAS
   ============================================================ */

.faixa-ofertas {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    var(--cor-laranja),
    var(--cor-rosa)
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.faixa-ofertas-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: faixaOfertasRolando 28s linear infinite;
}

.faixa-ofertas:hover .faixa-ofertas-track {
  animation-play-state: paused;
}

.faixa-oferta-item {
  min-height: 50px;
  padding: 10px 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.faixa-oferta-item:hover {
  color: #ffffff;
}

.faixa-oferta-item i {
  color: var(--cor-amarelo);
  font-size: 16px;
}

.faixa-oferta-item::after {
  content: "•";
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.55);
}

.faixa-preco-original {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: line-through;
}

.faixa-preco-oferta {
  color: var(--cor-amarelo);
  font-size: 17px;
  font-weight: 800;
}

@keyframes faixaOfertasRolando {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .faixa-oferta-item {
    min-height: 46px;
    padding: 9px 18px;
    font-size: 13px;
  }

  .faixa-preco-oferta {
    font-size: 15px;
  }

  .faixa-ofertas-track {
    animation-duration: 20s;
  }

  .carousel-control {
    width: 42px;
    height: 42px;
  }

  .carousel-control.prev {
    left: 12px;
  }

  .carousel-control.next {
    right: 12px;
  }

  .carousel-indicators {
    bottom: 15px;
  }

  .hero-preco-oferta {
    font-size: 23px;
  }
}

/* ============================================================
   📌 2. SEÇÃO SOBRE NÓS
   ============================================================ */
.section-sobre {
  padding: 80px 0;
  background-color: var(--cor-fundo-limpo);
}
.sobre-card {
  max-width: 800px;
  margin: 0 auto;
  background: var(--cor-fundo-suave);
  padding: 48px 40px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--borda);
  text-align: center;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}
.sobre-card h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 16px 0;
  color: var(--cor-texto-escuro);
}
.sobre-card p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--cor-texto-mutado);
  margin-bottom: 32px;
}
.btn-whatsapp-sobre {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  color: #fff;
  padding: 16px 32px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.btn-whatsapp-sobre:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
}

/* ============================================================
   📌 3. BREVE CATÁLOGO DE BRINQUEDOS
   ============================================================ */
/* ============================================================
   📌 3. BREVE CATÁLOGO DE BRINQUEDOS (ATUALIZADO PARA O JS)
   ============================================================ */
.section-catalogo-breve {
  padding: 80px 0;
  background-color: var(--cor-fundo-suave);
}

.catalogo-ver-mais{
  display:flex;
  justify-content:center;
  margin-top:32px;
}

.btn-ver-mais-brinquedos{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding:14px 24px;
  border-radius:14px;

  background:linear-gradient(
    90deg,
    var(--cor-laranja),
    #FF8A3D
);
  color:#fff;

  font-size:15px;
  font-weight:700;
  text-decoration:none;

  transition:.25s;
}

.btn-ver-mais-brinquedos:hover{
  transform:translateY(-2px);
  color:#fff;
}

/* O JS usa o id="list" direto na div que tem essa classe */
#list.produtos-grid-breve {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-bottom: 48px;
}

/* Card dinâmico gerado pelo app.js (.card) */
#list .card {
  background: var(--cor-fundo-limpo);
  border-radius: var(--radius-lg);
  border: 1px solid var(--borda);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

#list .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.05);
}

/* Div da imagem gerada pelo JS (.card-image) */
#list .card-image {
  width: 100%;
  height: 220px;
  background-color: #eaeaea;
  overflow: hidden;
}

/* Controla a tag img para não ficar gigante */
#list .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Bloco de texto gerado pelo JS (.content) */
#list .content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Nome do brinquedo (.title) */
#list .title {
  font-size: 22px;
  font-weight: 700;
  color: var(--cor-texto-escuro);
  margin-bottom: 10px;
}

/* Preço do brinquedo (.price) */
#list .price {
  font-size: 16px;
  font-weight: 600;
  color: var(--cor-azul);
  margin-bottom: 20px;
}

/* Botão de ver disponibilidade */
#list .btn {
  margin-top: auto;
  display: block;
  width: 100%;
  text-align: center;

  background: linear-gradient(
    90deg,
    var(--cor-azul) 0%,
    #22b8ff 100%
  );

  color: #fff;

  padding: 14px;

  font-weight: 700;
  font-size: 15px;

  border: none;
  border-radius: var(--radius-md);

  cursor: pointer;

  box-shadow: 0 10px 22px rgba(0, 163, 224, .22);

  transition: .25s;
}

#list .btn:hover{
    transform: translateY(-2px);
    filter: brightness(1.06);

    box-shadow:
        0 14px 28px rgba(0,163,224,.30);
}

#list .btn:active {
  transform: translateY(0);
  box-shadow:
    0 5px 14px rgba(243, 112, 34, 0.22);
}

.hour-card-clean {
  background: var(--cor-fundo-suave);
  padding: 40px 24px;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--borda);
  transition: .3s;
}

.hour-card-clean:hover{
    transform: translateY(-5px);
}

/* Ícone padrão */
.hour-card-clean .icon-wrapper{
    width:64px;
    height:64px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 20px;

    font-size:24px;

    transition:.3s;
}

.hour-card-clean.atendimento .icon-wrapper{
    background:rgba(123,192,67,.12);
    color:var(--cor-verde);
}

.hour-card-clean.atendimento:hover{
    border-color:rgba(123,192,67,.25);
    box-shadow:0 15px 30px rgba(123,192,67,.15);
}

.hour-card-clean.montagem .icon-wrapper{
    background:rgba(0,163,224,.10);
    color:var(--cor-azul);
}

.hour-card-clean.montagem:hover{
    border-color:rgba(0,163,224,.25);
    box-shadow:0 15px 30px rgba(0,163,224,.15);
}

.hour-card-clean.reservas .icon-wrapper{
    background:rgba(243,112,34,.12);
    color:var(--cor-laranja);
}

.hour-card-clean.reservas:hover{
    border-color:rgba(243,112,34,.25);
    box-shadow:0 15px 30px rgba(243,112,34,.15);
}

.catalogo-footer-action {
  text-align: center;
}
.btn-catalogo-completo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--cor-texto-escuro);
  color: #fff;
  padding: 16px 36px;
  border-radius: var(--radius-md);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}
.btn-catalogo-completo:hover { opacity: 0.9; }

/* ============================================================
   📌 4. SEÇÃO HORÁRIOS
   ============================================================ */
.section-horarios {
  padding: 80px 0;
  background-color: var(--cor-fundo-limpo);
}
.hours-grid-clean {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.hour-card-clean {
  background: var(--cor-fundo-suave);
  padding: 40px 24px;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--borda);
}
.hour-card-clean .icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0, 163, 224, 0.1);
  color: var(--cor-azul);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 20px auto;
}
.hour-card-clean h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.hour-card-clean p { font-size: 16px; font-weight: 600; color: var(--cor-texto-mutado); }

/* ============================================================
   📌 5. SEÇÃO CONTATO LADO A LADO
   ============================================================ */
.section-contato {
  padding: 80px 0;
  background-color: var(--cor-fundo-suave);
  border-bottom: 1px solid var(--borda);
}
.contato-dois-lados {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

/* Formulário Esquerdo */
.contato-formulario {
  background: var(--cor-fundo-limpo);
  padding: 40px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--borda);
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.01);
}
.contato-formulario h3 { font-size: 24px; font-weight: 800; margin-bottom: 8px; }
.contato-formulario p { font-size: 14px; color: var(--cor-texto-mutado); margin-bottom: 24px; }

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--cor-texto-escuro);
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--borda);
  background: var(--cor-fundo-suave);
  font-size: 15px;
  color: var(--cor-texto-escuro);
  outline: none;
  transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--cor-azul);
}
.btn-enviar-whats {
  width: 100%;
  height: 54px;
  background: #25D366;
  border: none;
  border-radius: var(--radius-md);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.2s;
}
.btn-enviar-whats:hover { opacity: 0.9; }

/* Informações da Direita */
.contato-info h3 { font-size: 24px; font-weight: 800; margin-bottom: 28px; }
.info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.info-item i {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
.info-item .icon-whats { background: #25D366; }
.info-item .icon-insta { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.info-item .icon-loc { background: var(--cor-azul); }

.info-item h4 { font-size: 14px; color: var(--cor-texto-mutado); font-weight: 500; }
.info-item p { font-size: 18px; font-weight: 700; color: var(--cor-texto-escuro); }

/* Bloco de Avaliação */
.avaliacao-card {
  background: var(--cor-fundo-limpo);
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--borda);
  margin-top: 32px;
}
.avaliacao-card .estrelas { color: var(--cor-amarelo); font-size: 14px; margin-bottom: 12px; }
.avaliacao-card p { font-style: italic; font-size: 14px; color: var(--cor-texto-escuro); margin-bottom: 10px; line-height: 1.6; }
.avaliacao-card span { font-size: 12px; font-weight: 700; color: var(--cor-texto-mutado); }

/* ============================================================
   📌 FOOTER
   ============================================================ */
.footer {
  background: #111827;
  padding: 40px 16px;
}
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.footer-logo { display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 700; color: #fff; }
.footer-logo i { color: var(--cor-rosa); }
.footer-text { font-size: 13px; color: rgba(255,255,255,0.6); max-width: 600px; line-height: 1.6; }

/* ============================================================
   📱 RESPONSIVIDADE
   ============================================================ */
@media (max-width: 992px) {
  .contato-dois-lados {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .hero-slide.active { min-height: 460px; }
  .hero-content h1 { font-size: 36px; }
  .section-header-clean h2, .sobre-card h2 { font-size: 28px; }
  .contato-formulario { padding: 24px; }
}


/* Breve descrição do brinquedo injetada pelo JS */
#list .toy-description {
  font-size: 14px;
  color: var(--cor-texto-mutado);
  line-height: 1.6;
  margin-bottom: 16px;
  
  /* Limita a descrição a 3 linhas para manter os cards sempre alinhados, cortando com "..." se for maior */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.whatsapp-flutuante {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  text-decoration: none;
}

.whatsapp-flutuante:hover {
  background-color: #128c7e;
  transform: scale(1.1);
  color: #fff;
}

/* ============================================================
   IDENTIDADE VISUAL PLAY KIDS
   Navbar branca + azul, verde, laranja e rosa
   ============================================================ */

:root {
  --cor-principal: #00A3E0;
  --cor-principal-escura: #0088BC;
  --cor-principal-suave: #EAF8FD;

  --cor-azul: #00A3E0;
  --cor-rosa: #EC008C;
  --cor-verde: #7BC043;
  --cor-laranja: #F37022;
  --cor-amarelo: #FFD100;

  --cor-fundo-limpo: #FFFFFF;
  --cor-fundo-suave: #F7F9FC;
  --cor-texto-escuro: #1E293B;
  --cor-texto-mutado: #64748B;
  --borda: #E5EAF0;
}

body {
  background: var(--cor-fundo-limpo);
}

/* NAVBAR BRANCA */
.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid var(--borda);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.07);
}

.header-nav a {
  color: var(--cor-texto-escuro);
}

.header-nav a:hover {
  color: var(--cor-principal);
}

.header-nav a::after {
  background: var(--cor-laranja);
}

.menu-btn,
.icon-btn {
  background: var(--cor-fundo-suave);
  color: var(--cor-texto-escuro);
  border: 1px solid var(--borda);
  backdrop-filter: none;
}

.menu-btn:hover,
.icon-btn:hover {
  background: var(--cor-principal-suave);
  color: var(--cor-principal);
  border-color: rgba(0, 163, 224, 0.28);
}

.icon-btn .badge {
  background: var(--cor-laranja);
  color: #FFFFFF;
}

/* SIDEBAR */
.side-menu {
  background: #FFFFFF;
}

.sidebar-title i,
.menu-item i {
  color: var(--cor-principal);
}

.close-sidebar:hover {
  background: var(--cor-principal);
  color: #FFFFFF;
}

.menu-item:hover {
  background: var(--cor-principal-suave);
  border-color: rgba(0, 163, 224, 0.22);
}

.menu-item.active {
  background: var(--cor-principal);
  color: #FFFFFF;
  border-color: var(--cor-principal);
  box-shadow: 0 10px 24px rgba(0, 163, 224, 0.18);
}

.menu-item.active i {
  color: #FFFFFF;
}

/* BADGES E TÍTULOS */
.badge-clean {
  background: var(--cor-principal-suave);
  color: var(--cor-principal-escura);
}

/* OFERTAS */
.faixa-ofertas {
  background: var(--cor-laranja);
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.faixa-oferta-item i,
.faixa-preco-oferta {
  color: #FFFFFF;
}




/* BOTÕES PRINCIPAIS */
.btn-ver-mais-brinquedos,
#list .btn {
  background: var(--cor-principal);
  color: #FFFFFF;
  border: none;
  box-shadow: none;
}

.btn-ver-mais-brinquedos:hover,
#list .btn:hover {
  background: var(--cor-principal-escura);
  color: #FFFFFF;
  transform: translateY(-2px);
  filter: none;
  box-shadow: 0 10px 22px rgba(0, 163, 224, 0.18);
}

#list .btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/* PREÇOS E DESTAQUES COMERCIAIS */
/* Valor da diária */
#list .price{
    color: var(--cor-texto-escuro);
    font-weight: 800;
    font-size: 18px;
}

/* Apenas ofertas ficam em laranja */
.hero-preco-oferta,
.faixa-preco-oferta{
    color: var(--cor-laranja);
    font-weight: 800;
}

/* CARDS */
.sobre-card,
#list .card,
.hour-card-clean,
.contato-formulario,
.avaliacao-card {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

#list .card:hover,
.hour-card-clean:hover {
  transform: translateY(-4px);
  border-color: #D7E1E9;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

/* ÍCONES COLORIDOS */
.hour-card-clean.atendimento .icon-wrapper {
  background: rgba(123, 192, 67, 0.12);
  color: var(--cor-verde);
}

.hour-card-clean.montagem .icon-wrapper {
  background: rgba(0, 163, 224, 0.10);
  color: var(--cor-azul);
}

.hour-card-clean.reservas .icon-wrapper {
  background: rgba(243, 112, 34, 0.12);
  color: var(--cor-laranja);
}

.hour-card-clean.atendimento:hover {
  border-color: rgba(123, 192, 67, 0.28);
}

.hour-card-clean.montagem:hover {
  border-color: rgba(0, 163, 224, 0.28);
}

.hour-card-clean.reservas:hover {
  border-color: rgba(243, 112, 34, 0.28);
}

/* FORMULÁRIOS */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--cor-principal);
  box-shadow: 0 0 0 3px rgba(0, 163, 224, 0.10);
}

/* CONTATO */
.info-item .icon-whats {
  background: #25D366;
}

.info-item .icon-insta {
  background: var(--cor-rosa);
}

.info-item .icon-loc {
  background: var(--cor-principal);
}

.btn-whatsapp-sobre,
.btn-enviar-whats,
.whatsapp-flutuante {
  background: #25D366;
}

/* ============================================================
   FOOTER MODERNO
============================================================ */
/* ============================================================
   FOOTER CLARO
============================================================ */

.footer {
  position: relative;

  padding: 58px 24px 0;

  background: #ffffff;
  color: var(--cor-texto-escuro);

  border-top: 1px solid var(--borda);

  overflow: hidden;
}

/* detalhe colorido superior */

.footer::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(
    90deg,
    var(--cor-azul),
    var(--cor-laranja),
    var(--cor-rosa)
  );
}

/* ============================================================
   CONTAINER
============================================================ */

.footer-container {
  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
  padding-bottom: 46px;

  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr;
  gap: 64px;
}

/* ============================================================
   MARCA
============================================================ */

.footer-brand {
  max-width: 420px;
}

/* ============================================================
   LOGO
============================================================ */

.footer-logo {
  display: inline-flex;
  align-items: center;

  text-decoration: none;
}

.footer-logo-img {
  width: auto;
  height: 92px;

  display: block;

  transition: transform 0.25s ease;
}

.footer-logo:hover .footer-logo-img {
  transform: scale(1.03);
}

.footer-logo-icon {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--cor-principal-light);
  color: var(--cor-principal);

  border-radius: 15px;

  font-size: 19px;
}

.footer-logo span:last-child {
  display: flex;
  flex-direction: column;

  line-height: 1.1;
}

.footer-logo small {
  margin-top: 4px;

  color: var(--cor-laranja);

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ============================================================
   DESCRIÇÃO
============================================================ */

.footer-description {
  max-width: 390px;

  margin: 18px 0 0;

  color: var(--cor-texto-mutado);

  font-size: 14px;
  line-height: 1.8;
}

/* ============================================================
   COLUNAS
============================================================ */

.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* ============================================================
   TÍTULOS
============================================================ */

.footer-links h4,
.footer-contact h4 {
  position: relative;

  margin: 0 0 22px;
  padding-bottom: 10px;

  color: var(--cor-texto-escuro);

  font-size: 15px;
  font-weight: 900;
}

.footer-links h4::after,
.footer-contact h4::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: 0;

  width: 34px;
  height: 3px;

  background: var(--cor-principal);

  border-radius: 999px;
}

.footer-contact h4::after {
  background: var(--cor-rosa);
}

/* ============================================================
   LINKS
============================================================ */

.footer-links a,
.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 13px;

  color: var(--cor-texto-mutado);

  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--cor-principal);

  transform: translateX(4px);
}

.footer-links a i,
.footer-contact a i {
  width: 18px;

  color: var(--cor-principal);

  text-align: center;
}

.footer-contact a:first-of-type i {
  color: var(--cor-verde);
}

.footer-contact a:last-of-type i {
  color: var(--cor-rosa);
}

/* ============================================================
   RODAPÉ INFERIOR
============================================================ */

.footer-bottom {
  width: 100%;
  max-width: 1200px;
  min-height: 72px;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  color: var(--cor-texto-mutado);

  border-top: 1px solid var(--borda);

  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-bottom-detail i {
  color: var(--cor-rosa);

  font-size: 11px;
}

/* ============================================================
   EFEITO SUAVE NO FUNDO
============================================================ */

.footer::after {
  content: "";

  position: absolute;
  right: -120px;
  bottom: -150px;

  width: 320px;
  height: 320px;

  background: rgba(236, 72, 153, 0.04);

  border-radius: 50%;

  pointer-events: none;
}

/* ============================================================
   RESPONSIVO
============================================================ */

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .footer {
    padding: 44px 18px 0;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 32px;

    padding-bottom: 34px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-logo-img {
    height: 78px;
  }

  .footer-bottom {
    padding: 20px 0;

    flex-direction: column;
    align-items: flex-start;
    gap: 8px;

    line-height: 1.6;
  }
}


/* ============================================================
   OFERTA E COMBO — VISUAL DISCRETO COM ETIQUETAS
============================================================ */

/* Botões-links sem sublinhado */
#list a.btn,
#list a.btn:hover,
#list a.btn:focus,
#list a.btn:active,
#list a.btn:visited,
#list .card a,
#list .card a:hover,
#list .card a:focus,
#list .card a:active,
#list .card a:visited {
    text-decoration: none !important;
}

/* Mantém todos os cards com o mesmo visual limpo */
#list .card.card-has-offer,
#list .card.card-has-combo {
    position: relative;
    border: 1px solid var(--borda);
    background: var(--cor-fundo-limpo);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

/* Remove qualquer faixa colorida no topo */
#list .card.card-has-offer::before,
#list .card.card-has-combo::before {
    display: none;
    content: none;
}

/* Hover igual aos demais cards */
#list .card.card-has-offer:hover,
#list .card.card-has-combo:hover {
    transform: translateY(-4px);
    border-color: #D7E1E9;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

/* A imagem recebe a etiqueta */
#list .card-image {
    position: relative;
}

/* Etiqueta sobre a imagem */
#list .card-image-badge,
#list .image-badge,
#list .offer-image-badge,
#list .combo-image-badge,
#list .card-badge {
 position: absolute;

    top: 0;
    left: 0;
    z-index: 5;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    min-height: 34px;
    padding: 8px 15px;

    border-radius: 0 0 10px 0;

    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    box-shadow: 4px 5px 14px rgba(15, 23, 42, 0.18);
}


/* Oferta: etiqueta laranja */
#list .card.card-has-offer .card-image-badge,
#list .card.card-has-offer .image-badge,
#list .card.card-has-offer .offer-image-badge,
#list .card.card-has-offer .card-badge {
    background: var(--cor-laranja);
}

/* Combo: etiqueta rosa */
#list .card.card-has-combo .card-image-badge,
#list .card.card-has-combo .image-badge,
#list .card.card-has-combo .combo-image-badge,
#list .card.card-has-combo .card-badge {
    background: var(--cor-rosa);
}

/* ============================================================
   BADGE DENTRO DA DESCRIÇÃO
============================================================ */

#list .offer-badge,
#list .combo-badge,
#list .promotion-badge,
#list .offer-label,
#list .combo-label,
#list .promotion-label,
#list .offer-type,
#list .combo-type {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    width: max-content;
    max-width: 100%;

    margin: 0 0 10px;
    padding: 6px 10px;

    border-radius: 999px;

    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/* Badge de oferta na descrição */
#list .card.card-has-offer .offer-badge,
#list .card.card-has-offer .promotion-badge,
#list .card.card-has-offer .offer-label,
#list .card.card-has-offer .promotion-label,
#list .card.card-has-offer .offer-type {
    background: rgba(243, 112, 34, 0.11);
    color: #C95310;
}

/* Badge de combo na descrição */
#list .card.card-has-combo .combo-badge,
#list .card.card-has-combo .promotion-badge,
#list .card.card-has-combo .combo-label,
#list .card.card-has-combo .promotion-label,
#list .card.card-has-combo .combo-type {
    background: rgba(236, 0, 140, 0.09);
    color: #B9006F;
}

/* Nome da oferta ou combo abaixo do badge */
#list .offer-name,
#list .combo-name,
#list .promotion-name,
#list .offer-title,
#list .combo-title {
    display: block;

    margin: 0 0 8px;

    color: var(--cor-texto-escuro);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

/* Caixa de informação sem borda pesada */
#list .offer-info,
#list .combo-info,
#list .offer-box,
#list .combo-box,
#list .promotion-info,
#list .card-promotion {
    width: 100%;

    margin: 0 0 15px;
    padding: 0;

    background: transparent;
    border: none;
    border-radius: 0;
}

/* ============================================================
   PREÇOS
============================================================ */

#list .offer-prices,
#list .promotion-prices,
#list .price-offer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;

    margin: 0 0 16px;
}

#list .old-price,
#list .price-original,
#list .original-price,
#list .offer-original-price {
    color: var(--cor-texto-mutado);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: line-through;
}

#list .new-price,
#list .price-offer,
#list .promotional-price,
#list .offer-price {
    color: var(--cor-laranja);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

#list .card.card-has-combo .new-price,
#list .card.card-has-combo .price-offer,
#list .card.card-has-combo .promotional-price,
#list .card.card-has-combo .offer-price {
    color: var(--cor-rosa);
}

/* ============================================================
   BOTÕES
============================================================ */

#list a.btn,
#list .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;
    min-height: 50px;

    margin-top: auto;
    padding: 13px 18px;

    border: none;
    border-radius: var(--radius-md);

    background: var(--cor-principal);
    color: #ffffff;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;

    cursor: pointer;

    transition:
        transform 0.22s ease,
        background-color 0.22s ease,
        box-shadow 0.22s ease;
}

#list a.btn:hover,
#list .btn:hover {
    background: var(--cor-principal-escura);
    color: #ffffff;
    text-decoration: none !important;

    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 163, 224, 0.18);
}

/* Mantém o botão principal azul mesmo em oferta/combo */
#list .card.card-has-offer .btn,
#list .card.card-has-combo .btn {
    background: var(--cor-principal);
    color: #ffffff;
}

#list .card.card-has-offer .btn:hover,
#list .card.card-has-combo .btn:hover {
    background: var(--cor-principal-escura);
    color: #ffffff;
}

/* Foco acessível sem sublinhado */
#list .btn:focus {
    outline: none;
    text-decoration: none !important;
}

#list .btn:focus-visible {
    outline: 3px solid rgba(0, 163, 224, 0.25);
    outline-offset: 3px;
}

/* ============================================================
   RESPONSIVO
============================================================ */

@media (max-width: 768px) {

    #list .card-image-badge,
    #list .image-badge,
    #list .offer-image-badge,
    #list .combo-image-badge,
    #list .card-badge {
        top: 0;
        left: 0;

        min-height: 30px;
        padding: 7px 11px;

        border-radius: 0 0 9px 0;

        font-size: 10px;
    }

}

/* ============================================================
   AÇÕES DO CARD: INDIVIDUAL E COMBO
============================================================ */

#list .toy-card-actions {
    width: 100%;
    margin-top: auto;

    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Botão principal: alugar somente o brinquedo */
#list .toy-card-actions .toy-individual-button {
    width: 100%;

    background: var(--cor-principal);
    color: #ffffff;

    text-decoration: none;
}

#list .toy-card-actions .toy-individual-button:hover {
    background: var(--cor-principal-escura);
    color: #ffffff;

    text-decoration: none;
}

/* Botão secundário: visualizar combo */
#list .toy-card-actions .toy-combo-button {
    width: 100%;

    background: rgba(236, 0, 140, 0.08);
    color: var(--cor-rosa);

    border: 1px solid rgba(236, 0, 140, 0.20);
    box-shadow: none;

    text-decoration: none;
}

#list .toy-card-actions .toy-combo-button:hover {
    background: var(--cor-rosa);
    color: #ffffff;

    border-color: var(--cor-rosa);
    box-shadow: 0 10px 22px rgba(236, 0, 140, 0.18);

    text-decoration: none;
}

/* Impede regras antigas de deixarem os dois botões iguais */
#list .card.card-has-combo .toy-card-actions .toy-individual-button {
    background: var(--cor-principal);
    color: #ffffff;
}

#list .card.card-has-combo .toy-card-actions .toy-combo-button {
    background: rgba(236, 0, 140, 0.08);
    color: var(--cor-rosa);
}

#list .card.card-has-combo .toy-card-actions .toy-combo-button:hover {
    background: var(--cor-rosa);
    color: #ffffff;
}

/* =========================================
   MOSAICO DOS BRINQUEDOS DA OFERTA
========================================= */

.oferta-detalhes-mosaico {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: grid;

    gap: 4px;

    overflow: hidden;

    background: #ffffff;
}

.oferta-mosaico-item {
    position: relative;

    min-width: 0;
    min-height: 0;

    overflow: hidden;

    background: #eef2f7;
}

.oferta-mosaico-item img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.35s ease;
}

.oferta-mosaico-item:hover img {
    transform: scale(1.05);
}

/* UMA IMAGEM */

.oferta-mosaico-1 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

/* DUAS IMAGENS */

.oferta-mosaico-2 {
    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    grid-template-rows: 1fr;
}

/* TRÊS IMAGENS */

.oferta-mosaico-3 {
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(0, 0.75fr);

    grid-template-rows:
        repeat(
            2,
            minmax(0, 1fr)
        );
}

.oferta-mosaico-3
.oferta-mosaico-posicao-1 {
    grid-row: 1 / 3;
}

/* QUATRO IMAGENS */

.oferta-mosaico-4 {
    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );

    grid-template-rows:
        repeat(
            2,
            minmax(0, 1fr)
        );
}

/* NOME DO BRINQUEDO */

.oferta-mosaico-nome {
    position: absolute;

    left: 10px;
    bottom: 10px;

    max-width:
        calc(100% - 20px);

    padding: 6px 10px;

    border-radius: 10px;

    background:
        rgba(
            15,
            23,
            42,
            0.76
        );

    color: #ffffff;

    font-size: 11px;
    font-weight: 800;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    backdrop-filter:
        blur(6px);

    z-index: 2;
}

/* PLACEHOLDER INDIVIDUAL */

.oferta-mosaico-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 8px;

    color: #94a3b8;

    background:
        linear-gradient(
            145deg,
            #f8fafc,
            #e2e8f0
        );
}

.oferta-mosaico-placeholder i {
    font-size: 28px;
}

.oferta-mosaico-placeholder small {
    font-size: 11px;
    font-weight: 800;
}

/* MAIS IMAGENS */

.oferta-mosaico-restante {
    position: absolute;

    right: 14px;
    top: 14px;

    min-width: 42px;
    height: 42px;

    padding: 0 10px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #ffffff;
    border-radius: 999px;

    background:
        rgba(
            15,
            23,
            42,
            0.88
        );

    color: #ffffff;

    font-size: 12px;
    font-weight: 900;

    box-shadow:
        0 8px 24px
        rgba(
            15,
            23,
            42,
            0.28
        );

    z-index: 5;
}

/*
 * Mantém as informações da oferta
 * acima das imagens.
 */

.oferta-detalhes-overlay {
    z-index: 8;
}

/* ============================================================
   CORREÇÃO DA ALTURA DAS IMAGENS NO MOBILE
============================================================ */

@media (max-width: 768px) {

  #list.produtos-grid-breve {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #list .card-image {
    width: 100%;
    height: 320px;
    min-height: 320px;
  }

  #list .card-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position:center top;
  }

  #list .toy-image-placeholder {
    width: 100%;
    height: 320px;
    min-height: 320px;
  }

  #list .oferta-detalhes-mosaico {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 430px) {

  #list .card-image,
  #list .toy-image-placeholder {
    height: 290px;
    min-height: 290px;
  }
}

