/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/

/* =========================
   CSS CHILD THEME OTIMIZADO
========================= */

/* Cabeçalho */
.site-header { 
  background-color: #000 !important; 
  position: relative !important;
  z-index: 999 !important;
}

.main-navigation ul li a { 
  color: #fff !important; 
}

.main-navigation ul li a:hover { 
  color: #00aaff !important; 
}

/* =========================
   RODAPÉ PERSONALIZADO
========================= */
.site-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  border-top: 1px solid #222;
  letter-spacing: 0.5px;
}

.site-footer .assinatura {
  color: #e50914;
  font-weight: bold;
}

/* WooCommerce */
.custom-product-description {
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

/* SMART SLIDER 3 - CORREÇÃO PARA LARGURA TOTAL */

/* Remove espaço entre header e slider */
.site-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Smart Slider 3 - largura total */
.n2-section-smartslider {
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    width: 100vw !important;
    max-width: 100vw !important;
    z-index: 1 !important;
}

/* Garante que o slider fique ABAIXO do header */
.n2-ss-slider-1,
.n2-ss-slider-2,
.n2-ss-slider-3 {
    position: relative !important;
    z-index: 1 !important;
}

/* Remove qualquer padding/margin extra do Kadence */
.content-bg,
.site-container {
    overflow: visible !important;
}

/* Mobile */
@media (max-width: 768px) {
    .n2-section-smartslider {
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        width: 100vw !important;
    }
}

/* WooCommerce - Remove títulos das categorias (CORRIGIDO) */
.woocommerce-products-header,
.woocommerce-products-header__title.page-title {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove a barra cinza/fundo atrás do título e dos produtos */
.woocommerce-products-header,
.archive.woocommerce,
.woocommerce-page .site-main,
.woocommerce-page #content,
.woocommerce-page .content-area {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove margens e espaçamento superior que sobram do título */
.woocommerce.archive .site-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove mensagens automáticas do WooCommerce (CORRIGIDO) */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  display: none !important;
}

/* Opcional (CORRIGIDO) */
.woocommerce-page #content {
  background: none !important;
}
