/* ========================================
   CENTRALIZACAO / HOME
   ======================================== */
#corpo{
  max-width:1200px;
  margin:0 auto;
  padding:0 15px;
  background:#ffffff;
}

.secao-banners{
  max-width:1200px;
  margin:0 auto 22px auto;
  padding:0 15px;
}

/* ========================================
   BANNERS
   ======================================== */
.row-fluid.banner{
  margin-bottom:18px;
  overflow:hidden;
  border-radius:6px;
}

.row-fluid.banner img{
  display:block;
  width:100%;
  height:auto;
  border-radius:6px;
}

.row-fluid.banner.cheio{ margin-bottom:22px; }
.row-fluid.banner.mini-banner{ margin-bottom:18px; }

.row-fluid.banner .modulo{ margin-bottom:12px; }

.row-fluid.banner .modulo img{
  box-shadow:0 2px 6px rgba(0,0,0,0.08);
  transition:box-shadow 0.3s ease;
}

.row-fluid.banner .modulo img:hover{
  box-shadow:0 4px 10px rgba(0,0,0,0.12);
}

/* ========================================
   TITULOS DE VITRINE
   ======================================== */
.titulo-categoria{
  font-size:22px;
  font-weight:700;
  color:#111111;
  text-transform:uppercase;
  letter-spacing:1px;
  margin:28px 0 14px 0;
  padding-bottom:8px;
  border-bottom:2px solid #000000;
}

/* ========================================
   LISTAGEM DE PRODUTOS
   ======================================== */
#listagemProdutos.listagem{
  margin:0 -6px;
  overflow:hidden;
}

.listagem-item{
  background:#ffffff;
  border:1px solid #e6e6e6;
  border-radius:6px;
  margin:0 6px 12px 6px;
  padding:8px 8px 6px 8px;
  box-shadow:1px 2px 6px rgba(0,0,0,0.06);
  transition:transform 0.7s ease, box-shadow 0.7s ease;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.listagem-item:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 14px rgba(0,0,0,0.12);
}

/* ========================================
   IMAGEM DO PRODUTO (card menor)
   ======================================== */
.imagem-produto{
  position:relative;
  margin:0 0 6px 0;
  overflow:hidden;
  border-radius:20px;
  background:#f7f7f7;
  width:100%;
  padding-top:72%;
  flex-shrink:0;
}

.imagem-produto img.imagem-principal{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:contain;
}

/* ========================================
   INFORMACOES (REMOVE "BURACO" DO TEMA)
   ======================================== */
.info-produto{
  text-align:center;
  margin:0 !important;
  padding:0 !important;
  line-height:1.15;
  flex-grow:1;
  display:flex;
  flex-direction:column;
}

.info-produto div,
.info-produto span,
.info-produto strong,
.info-produto p{
  margin:0 !important;
  padding:0 !important;
  line-height:1.15 !important;
}

.nome-produto{
  display:block;
  font-size:12px;
  font-weight:800;
  color:#111111;
  text-decoration:none;
  margin:6px 0 2px 0 !important;
  padding:0 !important;
  line-height:1.15 !important;
  max-height:28px;
  overflow:hidden;
  text-transform:uppercase;
  letter-spacing:0.4px;
}

.nome-produto:hover{
  color:#28a745;
  text-decoration:none;
}

/* ========================================
   PRECOS (COLADOS)
   ======================================== */
.info-produto .preco-produto,
.info-produto .preco-produto > div{
  margin:0 !important;
  padding:0 !important;
}

.preco-parcela{
  display:block;
  font-size:11px;
  color:#333333;
  margin:0 !important;
  padding:0 !important;
  line-height:1.1 !important;
}

.preco-promocional,
.preco-produto{
  display:block;
  font-size:20px;
  font-weight:800;
  color:#000000;
  margin:2px 0 0 0 !important;
  padding:0 !important;
  line-height:1.1 !important;
}

.preco-antigo{
  display:block;
  font-size:11px;
  color:#999999;
  text-decoration:line-through;
  margin:2px 0 0 0 !important;
  padding:0 !important;
  line-height:1.1 !important;
}

/* ========================================
   BOTAO (se aparecer na vitrine)
   ======================================== */
.acoes-produto{
  margin:6px 0 0 0 !important;
  padding:0 !important;
  margin-top:auto !important;
  padding-bottom:0 !important;
}

.listagem-item .acoes-produto a.botao.botao-comprar.principal,
.listagem-item .acoes-produto a.botao.botao-comprar.principal.grande{
  display:block !important;
  width:100% !important;
  background:#28a745 !important;
  color:#ffffff !important;
  font-size:11px !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  text-align:center !important;
  text-decoration:none !important;
  padding:8px 10px !important;
  border:0 !important;
  border-radius:6px !important;
  letter-spacing:0.5px !important;
  transition:background 0.3s ease !important;
}

.listagem-item .acoes-produto a.botao.botao-comprar.principal:hover,
.listagem-item .acoes-produto a.botao.botao-comprar.principal.grande:hover{
  background:#218838 !important;
  color:#ffffff !important;
  text-decoration:none !important;
}

/* ========================================
   RESPONSIVO TABLET
   ======================================== */
@media (max-width:980px){
  .listagem-item.span3{
    width:48%;
    float:left;
    margin:0 1% 12px 1%;
  }
  .titulo-categoria{ font-size:20px; }
}

/* ========================================
   RESPONSIVO MOBILE
   ======================================== */
@media (max-width:767px){
  #corpo{ padding:0 10px; }
  .secao-banners{ padding:0 10px; }

  .listagem-item.span3{
    width:100%;
    float:none;
    margin:0 0 14px 0;
  }

  .listagem-item{ 
    padding:10px 10px 8px 10px;
    display:flex;
    flex-direction:column;
  }

  .info-produto{
    flex-grow:1;
    display:flex;
    flex-direction:column;
  }

  .acoes-produto{
    margin-top:auto !important;
  }

  .nome-produto{
    font-size:14px;
    max-height:34px;
    margin:8px 0 4px 0 !important;
  }

  .preco-promocional,
  .preco-produto{ 
    font-size:22px;
    margin:4px 0 0 0 !important;
  }

  .preco-parcela{ 
    font-size:12px;
    margin:2px 0 0 0 !important;
  }

  .listagem-item .acoes-produto a.botao.botao-comprar.principal,
  .listagem-item .acoes-produto a.botao.botao-comprar.principal.grande{
    font-size:13px !important;
    padding:10px !important;
  }
}

/* ========================================
   AJUSTES FINAIS
   ======================================== */
.listagem-item *{ box-sizing:border-box; }

.info-produto a{ text-decoration:none; }

.listagem .row-fluid{
  margin-left:0;
  margin-right:0;
}
/* ========================================
   ESCONDE O RODAPÉ PADRÃO DA LOJA INTEGRADA
   ======================================== */

#rodape {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ========================================
   FIX PARA OVERFLOW HORIZONTAL NO MOBILE
   ======================================== */

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}

#colombina-prefooter,
#colombina-footer {
  max-width: 100%;
  overflow-x: hidden;
}

/* ========================================
   PRÉ-RODAPÉ COLOMBINA
   ======================================== */

#colombina-prefooter {
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 50px 0;
  margin-top: 40px;
  clear: both;
  width: 100%;
}

.container-prefooter {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.prefooter-content {
  text-align: center;
}

.prefooter-historia {
  margin-bottom: 40px;
}

.prefooter-historia h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0D0D0D;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.prefooter-historia p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.prefooter-beneficios {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.beneficio-item {
  display: table-cell;
  width: 33.333%;
  padding: 20px;
  vertical-align: top;
}

.beneficio-icone {
  display: block;
  font-size: 48px;
  margin-bottom: 15px;
}

.beneficio-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0D0D0D;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.beneficio-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.prefooter-cta {
  margin-top: 30px;
}

.btn-colombina {
  display: inline-block;
  padding: 14px 40px;
  background: #0D0D0D;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #0D0D0D;
  transition: all 0.3s ease;
}

.btn-colombina:hover {
  background: #fff;
  color: #0D0D0D !important;
  border-color: #0D0D0D;
}

/* ========================================
   RODAPÉ PRINCIPAL COLOMBINA
   ======================================== */

#colombina-footer {
  background: #0D0D0D;
  color: #ddd;
  padding: 50px 0 0 0;
  clear: both;
  width: 100%;
}

.container-footer {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.footer-columns {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

.footer-col {
  display: table-cell;
  width: 25%;
  padding: 0 20px;
  vertical-align: top;
}

.footer-titulo {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #222;
  position: relative;
}

.accordion-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.3s ease;
}

.footer-lista {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-lista li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-lista a {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-lista a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-atendimento li {
  margin-bottom: 18px;
}

.footer-atendimento strong {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-social a {
  font-size: 15px;
  font-weight: 500;
}

.footer-copyright {
  border-top: 1px solid #222;
  padding: 25px 0;
  text-align: center;
}

.footer-copyright p {
  margin: 0;
  font-size: 13px;
  color: #888;
  letter-spacing: 0.5px;
}

/* ========================================
   RESPONSIVO MOBILE
   ======================================== */

@media (max-width: 768px) {
  
  /* Fix overflow horizontal */
  body {
    overflow-x: hidden !important;
  }
  
  #colombina-prefooter,
  #colombina-footer,
  .container-prefooter,
  .container-footer {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
  
  /* Pré-rodapé */
  #colombina-prefooter {
    padding: 35px 0;
    margin-top: 30px;
  }
  
  .prefooter-historia h3 {
    font-size: 22px;
  }
  
  .prefooter-historia p {
    font-size: 14px;
  }
  
  .prefooter-beneficios {
    display: block;
  }
  
  .beneficio-item {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .beneficio-item:last-child {
    border-bottom: none;
  }
  
  .beneficio-icone {
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  .btn-colombina {
    padding: 12px 30px;
    font-size: 14px;
  }
  
  /* Rodapé com Accordion */
  #colombina-footer {
    padding: 35px 0 0 0;
  }
  
  .footer-columns {
    display: block;
  }
  
  .footer-col {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #222;
  }
  
  .footer-col:last-child {
    border-bottom: none;
  }
  
  .footer-accordion-trigger {
    cursor: pointer;
    margin-bottom: 0;
    padding: 18px 0;
    border-bottom: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
  
  .accordion-icon {
    display: inline-block;
  }
  
  .footer-accordion-trigger.active .accordion-icon {
    transform: rotate(45deg);
  }
  
  .footer-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  
  .footer-accordion-content.active {
    max-height: 800px;
    padding-bottom: 20px;
  }
  
  .footer-titulo {
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 18px;
  }
  
  .footer-lista li {
    margin-bottom: 8px;
  }
  
  .footer-copyright {
    padding: 20px 0;
    margin-top: 20px;
  }
  
  .footer-copyright p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  
  .container-prefooter,
  .container-footer {
    padding: 0 12px;
  }
  
  .prefooter-historia h3 {
    font-size: 20px;
  }
  
  .prefooter-historia p {
    font-size: 13px;
  }
  
  .beneficio-item h4 {
    font-size: 16px;
  }
  
  .beneficio-item p {
    font-size: 13px;
  }
  
  .btn-colombina {
    width: 100%;
    padding: 14px 20px;
  }
  
  .footer-lista a {
    font-size: 13px;
  }
  
  .accordion-icon {
    font-size: 18px;
  }
}
